From 67ccdbcc34a23a757d80de3755f93ac2ea85c5cd Mon Sep 17 00:00:00 2001 From: dsainty Date: Mon, 17 Jun 2024 22:30:36 +1000 Subject: [PATCH] Fourth pass at adding key files --- site/slowtwitch.com/www/.htaccess | 104 +++ site/slowtwitch.com/www/BingSiteAuth.xml | 4 + site/slowtwitch.com/www/adio/add.php | 496 ++++++++++++ site/slowtwitch.com/www/adio/add_X.php | 118 +++ site/slowtwitch.com/www/adio/advertiser.php | 65 ++ .../www/adio/advertiser_account.php | 127 +++ .../www/adio/advertiser_edit.php | 419 ++++++++++ .../www/adio/advertiser_edit_X.php | 91 +++ site/slowtwitch.com/www/adio/archive.php | 67 ++ site/slowtwitch.com/www/adio/campaign.php | 67 ++ .../www/adio/campaign_detail.php | 140 ++++ .../slowtwitch.com/www/adio/campaign_edit.php | 14 + .../www/adio/campaign_edit_X.php | 14 + .../www/adio/campaign_quick_edit_X.php | 29 + site/slowtwitch.com/www/adio/config.php | 207 +++++ site/slowtwitch.com/www/adio/create.php | 421 ++++++++++ site/slowtwitch.com/www/adio/create_X.php | 77 ++ site/slowtwitch.com/www/adio/delete_X.php | 23 + .../www/adio/include_advertiser.php | 16 + .../www/adio/include_breadcrumb.php | 4 + .../www/adio/include_buttons.php | 83 ++ .../www/adio/include_campaign.php | 17 + .../www/adio/include_common_content.php | 40 + .../www/adio/include_common_footer.php | 1 + .../www/adio/include_common_head.php | 19 + .../www/adio/include_sidebar.php | 2 + .../www/adio/include_status.php | 11 + site/slowtwitch.com/www/adio/index.php | 52 ++ site/slowtwitch.com/www/adio/javascript.js | 123 +++ site/slowtwitch.com/www/adio/logout.php | 7 + site/slowtwitch.com/www/adio/mysql.class.php | 339 ++++++++ site/slowtwitch.com/www/adio/test.txt | 1 + site/slowtwitch.com/www/ads.txt | 437 +++++++++++ site/slowtwitch.com/www/bounce_get.php | 115 +++ site/slowtwitch.com/www/calendar | 1 + site/slowtwitch.com/www/coaches | 1 + .../www/documents/PTO_Wanda_Letter.pdf | Bin 0 -> 1769881 bytes .../www/documents/Press_Release-FINALXX.pdf | Bin 0 -> 303730 bytes site/slowtwitch.com/www/favicon.ico | Bin 0 -> 3638 bytes site/slowtwitch.com/www/fit_calculator | 1 + site/slowtwitch.com/www/fitters | 1 + site/slowtwitch.com/www/googlemaps | 1 + site/slowtwitch.com/www/local | 1 + site/slowtwitch.com/www/retailers | 1 + site/slowtwitch.com/www/roadshow | 1 + site/slowtwitch.com/www/robots.txt | 10 + site/slowtwitch.com/www/rss/slowtwitch.rss | 98 +++ site/slowtwitch.com/www/runshops | 1 + .../www/secure/AAWSecureFormTag.asp | 10 + site/slowtwitch.com/www/secure/AAWformtag.asp | 11 + site/slowtwitch.com/www/secure/CDONTS.txt | 11 + .../www/secure/FormProcessor.asp | 285 +++++++ .../www/secure/SecondaryDomains.txt | 26 + .../slowtwitch.com/www/secure/Secureorder.asp | 138 ++++ site/slowtwitch.com/www/secure/Testorder.asp | 138 ++++ .../www/secure/UseThisKevin.asp | 11 + site/slowtwitch.com/www/secure/WhereAmI.asp | 8 + .../www/secure/database/TableList.asp | 94 +++ .../www/secure/database/global.asa | 14 + site/slowtwitch.com/www/secure/default.htm | 58 ++ site/slowtwitch.com/www/secure/formtag.asp | 133 ++++ .../www/secure/lyrisProcessor.asp | 195 +++++ .../slowtwitch.com/www/secure/secureorder.htm | 147 ++++ site/slowtwitch.com/www/secure/thx.gif | Bin 0 -> 7362 bytes site/slowtwitch.com/www/stackreach | 1 + .../www/tick/appearance_update.php | 34 + site/slowtwitch.com/www/tick/banner.js | 33 + site/slowtwitch.com/www/tick/black.php | 32 + site/slowtwitch.com/www/tick/courses_add.php | 65 ++ site/slowtwitch.com/www/tick/courses_copy.php | 58 ++ .../www/tick/courses_remove.php | 17 + site/slowtwitch.com/www/tick/events.php | 272 +++++++ site/slowtwitch.com/www/tick/events_add.php | 49 ++ .../slowtwitch.com/www/tick/events_remove.php | 13 + .../www/tick/events_set_default.php | 16 + site/slowtwitch.com/www/tick/global.php | 114 +++ site/slowtwitch.com/www/tick/login.php | 23 + site/slowtwitch.com/www/tick/maps.php | 268 +++++++ .../www/tick/maps_appearance.php | 233 ++++++ site/slowtwitch.com/www/tick/maps_copy.php | 168 ++++ site/slowtwitch.com/www/tick/maps_courses.php | 318 ++++++++ site/slowtwitch.com/www/tick/maps_update.php | 55 ++ site/slowtwitch.com/www/tick/markers.php | 313 ++++++++ site/slowtwitch.com/www/tick/markers_add.php | 55 ++ .../www/tick/markers_remove.php | 30 + site/slowtwitch.com/www/tick/pics.php | 152 ++++ site/slowtwitch.com/www/tick/pics_add.php | 57 ++ site/slowtwitch.com/www/tick/pics_remove.php | 28 + .../www/tick/pics_set_default.php | 16 + site/slowtwitch.com/www/tick/popup.php | 79 ++ site/slowtwitch.com/www/tick/popup_update.php | 23 + site/slowtwitch.com/www/tick/popwindow.php | 60 ++ site/slowtwitch.com/www/tick/scripts/pics.pl | 30 + site/slowtwitch.com/www/tick/scripts/pics.pl~ | 30 + .../www/tick/scripts/resizer.pl | 35 + .../www/tick/scripts/thumbify.pl | 25 + site/slowtwitch.com/www/tick/stages.php | 328 ++++++++ site/slowtwitch.com/www/tick/stages_add.php | 90 +++ .../slowtwitch.com/www/tick/stages_remove.php | 32 + .../www/tick/stages_set_default.php | 10 + site/slowtwitch.com/www/tick/standings.php | 83 ++ .../www/tick/standings_update.php | 23 + site/slowtwitch.com/www/tick/tick.sql | 330 ++++++++ site/slowtwitch.com/www/tick/ticks.php | 218 +++++ site/slowtwitch.com/www/tick/ticks_add.php | 52 ++ site/slowtwitch.com/www/tick/ticks_remove.php | 14 + .../slowtwitch.com/www/tick/updateTempURL.php | 23 + site/slowtwitch.com/www/tick/videos.php | 159 ++++ site/slowtwitch.com/www/tick/videos_add.php | 57 ++ .../slowtwitch.com/www/tick/videos_remove.php | 25 + .../www/tick/videos_set_default.php | 16 + site/slowtwitch.com/www/tick/viewer.php | 742 ++++++++++++++++++ .../slowtwitch.com/www/tick/viewer_mobile.php | 205 +++++ site/slowtwitch.com/www/tladmin/.htaccess | 6 + site/slowtwitch.com/www/tladmin/dump.sql | 63 ++ site/slowtwitch.com/www/tladmin/index.php | 90 +++ site/slowtwitch.com/www/triclubs | 1 + .../www/zwift/Slowtwitch_Indoors.zip | Bin 0 -> 30890 bytes .../zwift/Slowtwitch_Indoors__5x5min_703.zwo | 47 ++ .../Slowtwitch_Indoors__8x3min_BG_703.zwo | 68 ++ .../Slowtwitch_Indoors__8x4min_with_2min.zwo | 27 + .../zwift/Slowtwitch_Indoors__Double_Peak.zwo | 79 ++ .../Slowtwitch_Indoors__Double_Peak_OG.zwo | 79 ++ .../zwift/Slowtwitch_Indoors__Herbert_s_R.zwo | 100 +++ .../zwift/Slowtwitch_Indoors__Jesse_Thoma.zwo | 109 +++ .../Slowtwitch_Indoors__Linsey_Corbin_SST.zwo | 44 ++ ...wtwitch_Indoors__Matt_Lieto_Overthetop.zwo | 129 +++ .../zwift/Slowtwitch_Indoors__Penticton_C.zwo | 96 +++ .../Slowtwitch_Indoors__Sub_threshold_Vo2.zwo | 64 ++ .../zwift/Slowtwitch_Indoors__The_Slowman.zwo | 83 ++ .../zwift/Slowtwitch_Indoors__Tri_Roubaix.zwo | 75 ++ slowtwitch.com/www | 1 + 132 files changed, 11416 insertions(+) create mode 100644 site/slowtwitch.com/www/.htaccess create mode 100644 site/slowtwitch.com/www/BingSiteAuth.xml create mode 100644 site/slowtwitch.com/www/adio/add.php create mode 100644 site/slowtwitch.com/www/adio/add_X.php create mode 100644 site/slowtwitch.com/www/adio/advertiser.php create mode 100644 site/slowtwitch.com/www/adio/advertiser_account.php create mode 100644 site/slowtwitch.com/www/adio/advertiser_edit.php create mode 100644 site/slowtwitch.com/www/adio/advertiser_edit_X.php create mode 100644 site/slowtwitch.com/www/adio/archive.php create mode 100644 site/slowtwitch.com/www/adio/campaign.php create mode 100644 site/slowtwitch.com/www/adio/campaign_detail.php create mode 100644 site/slowtwitch.com/www/adio/campaign_edit.php create mode 100644 site/slowtwitch.com/www/adio/campaign_edit_X.php create mode 100644 site/slowtwitch.com/www/adio/campaign_quick_edit_X.php create mode 100644 site/slowtwitch.com/www/adio/config.php create mode 100644 site/slowtwitch.com/www/adio/create.php create mode 100644 site/slowtwitch.com/www/adio/create_X.php create mode 100644 site/slowtwitch.com/www/adio/delete_X.php create mode 100644 site/slowtwitch.com/www/adio/include_advertiser.php create mode 100644 site/slowtwitch.com/www/adio/include_breadcrumb.php create mode 100644 site/slowtwitch.com/www/adio/include_buttons.php create mode 100644 site/slowtwitch.com/www/adio/include_campaign.php create mode 100644 site/slowtwitch.com/www/adio/include_common_content.php create mode 100644 site/slowtwitch.com/www/adio/include_common_footer.php create mode 100644 site/slowtwitch.com/www/adio/include_common_head.php create mode 100644 site/slowtwitch.com/www/adio/include_sidebar.php create mode 100644 site/slowtwitch.com/www/adio/include_status.php create mode 100644 site/slowtwitch.com/www/adio/index.php create mode 100644 site/slowtwitch.com/www/adio/javascript.js create mode 100644 site/slowtwitch.com/www/adio/logout.php create mode 100644 site/slowtwitch.com/www/adio/mysql.class.php create mode 100644 site/slowtwitch.com/www/adio/test.txt create mode 100644 site/slowtwitch.com/www/ads.txt create mode 100644 site/slowtwitch.com/www/bounce_get.php create mode 120000 site/slowtwitch.com/www/calendar create mode 120000 site/slowtwitch.com/www/coaches create mode 100644 site/slowtwitch.com/www/documents/PTO_Wanda_Letter.pdf create mode 100644 site/slowtwitch.com/www/documents/Press_Release-FINALXX.pdf create mode 100644 site/slowtwitch.com/www/favicon.ico create mode 120000 site/slowtwitch.com/www/fit_calculator create mode 120000 site/slowtwitch.com/www/fitters create mode 120000 site/slowtwitch.com/www/googlemaps create mode 120000 site/slowtwitch.com/www/local create mode 120000 site/slowtwitch.com/www/retailers create mode 120000 site/slowtwitch.com/www/roadshow create mode 100644 site/slowtwitch.com/www/robots.txt create mode 100644 site/slowtwitch.com/www/rss/slowtwitch.rss create mode 120000 site/slowtwitch.com/www/runshops create mode 100644 site/slowtwitch.com/www/secure/AAWSecureFormTag.asp create mode 100644 site/slowtwitch.com/www/secure/AAWformtag.asp create mode 100644 site/slowtwitch.com/www/secure/CDONTS.txt create mode 100644 site/slowtwitch.com/www/secure/FormProcessor.asp create mode 100644 site/slowtwitch.com/www/secure/SecondaryDomains.txt create mode 100644 site/slowtwitch.com/www/secure/Secureorder.asp create mode 100644 site/slowtwitch.com/www/secure/Testorder.asp create mode 100644 site/slowtwitch.com/www/secure/UseThisKevin.asp create mode 100644 site/slowtwitch.com/www/secure/WhereAmI.asp create mode 100644 site/slowtwitch.com/www/secure/database/TableList.asp create mode 100644 site/slowtwitch.com/www/secure/database/global.asa create mode 100644 site/slowtwitch.com/www/secure/default.htm create mode 100644 site/slowtwitch.com/www/secure/formtag.asp create mode 100644 site/slowtwitch.com/www/secure/lyrisProcessor.asp create mode 100644 site/slowtwitch.com/www/secure/secureorder.htm create mode 100644 site/slowtwitch.com/www/secure/thx.gif create mode 120000 site/slowtwitch.com/www/stackreach create mode 100644 site/slowtwitch.com/www/tick/appearance_update.php create mode 100644 site/slowtwitch.com/www/tick/banner.js create mode 100644 site/slowtwitch.com/www/tick/black.php create mode 100644 site/slowtwitch.com/www/tick/courses_add.php create mode 100644 site/slowtwitch.com/www/tick/courses_copy.php create mode 100644 site/slowtwitch.com/www/tick/courses_remove.php create mode 100644 site/slowtwitch.com/www/tick/events.php create mode 100644 site/slowtwitch.com/www/tick/events_add.php create mode 100644 site/slowtwitch.com/www/tick/events_remove.php create mode 100644 site/slowtwitch.com/www/tick/events_set_default.php create mode 100644 site/slowtwitch.com/www/tick/global.php create mode 100644 site/slowtwitch.com/www/tick/login.php create mode 100644 site/slowtwitch.com/www/tick/maps.php create mode 100644 site/slowtwitch.com/www/tick/maps_appearance.php create mode 100644 site/slowtwitch.com/www/tick/maps_copy.php create mode 100644 site/slowtwitch.com/www/tick/maps_courses.php create mode 100644 site/slowtwitch.com/www/tick/maps_update.php create mode 100644 site/slowtwitch.com/www/tick/markers.php create mode 100644 site/slowtwitch.com/www/tick/markers_add.php create mode 100644 site/slowtwitch.com/www/tick/markers_remove.php create mode 100644 site/slowtwitch.com/www/tick/pics.php create mode 100644 site/slowtwitch.com/www/tick/pics_add.php create mode 100644 site/slowtwitch.com/www/tick/pics_remove.php create mode 100644 site/slowtwitch.com/www/tick/pics_set_default.php create mode 100644 site/slowtwitch.com/www/tick/popup.php create mode 100644 site/slowtwitch.com/www/tick/popup_update.php create mode 100644 site/slowtwitch.com/www/tick/popwindow.php create mode 100755 site/slowtwitch.com/www/tick/scripts/pics.pl create mode 100755 site/slowtwitch.com/www/tick/scripts/pics.pl~ create mode 100755 site/slowtwitch.com/www/tick/scripts/resizer.pl create mode 100755 site/slowtwitch.com/www/tick/scripts/thumbify.pl create mode 100644 site/slowtwitch.com/www/tick/stages.php create mode 100644 site/slowtwitch.com/www/tick/stages_add.php create mode 100644 site/slowtwitch.com/www/tick/stages_remove.php create mode 100644 site/slowtwitch.com/www/tick/stages_set_default.php create mode 100644 site/slowtwitch.com/www/tick/standings.php create mode 100644 site/slowtwitch.com/www/tick/standings_update.php create mode 100644 site/slowtwitch.com/www/tick/tick.sql create mode 100644 site/slowtwitch.com/www/tick/ticks.php create mode 100644 site/slowtwitch.com/www/tick/ticks_add.php create mode 100644 site/slowtwitch.com/www/tick/ticks_remove.php create mode 100644 site/slowtwitch.com/www/tick/updateTempURL.php create mode 100644 site/slowtwitch.com/www/tick/videos.php create mode 100644 site/slowtwitch.com/www/tick/videos_add.php create mode 100644 site/slowtwitch.com/www/tick/videos_remove.php create mode 100644 site/slowtwitch.com/www/tick/videos_set_default.php create mode 100644 site/slowtwitch.com/www/tick/viewer.php create mode 100644 site/slowtwitch.com/www/tick/viewer_mobile.php create mode 100644 site/slowtwitch.com/www/tladmin/.htaccess create mode 100644 site/slowtwitch.com/www/tladmin/dump.sql create mode 100644 site/slowtwitch.com/www/tladmin/index.php create mode 120000 site/slowtwitch.com/www/triclubs create mode 100644 site/slowtwitch.com/www/zwift/Slowtwitch_Indoors.zip create mode 100644 site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__5x5min_703.zwo create mode 100644 site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__8x3min_BG_703.zwo create mode 100644 site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__8x4min_with_2min.zwo create mode 100644 site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Double_Peak.zwo create mode 100644 site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Double_Peak_OG.zwo create mode 100644 site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Herbert_s_R.zwo create mode 100644 site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Jesse_Thoma.zwo create mode 100644 site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Linsey_Corbin_SST.zwo create mode 100644 site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Matt_Lieto_Overthetop.zwo create mode 100644 site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Penticton_C.zwo create mode 100644 site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Sub_threshold_Vo2.zwo create mode 100644 site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__The_Slowman.zwo create mode 100644 site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Tri_Roubaix.zwo create mode 120000 slowtwitch.com/www diff --git a/site/slowtwitch.com/www/.htaccess b/site/slowtwitch.com/www/.htaccess new file mode 100644 index 0000000..3b836c8 --- /dev/null +++ b/site/slowtwitch.com/www/.htaccess @@ -0,0 +1,104 @@ +Header add X-Frame-Options "DENY" +Header add Content-Security-Policy "frame-ancestors 'none';" + +RewriteEngine On +RewriteRule ^rss/?$ /rss/slowtwitch.rss [L] + +RewriteRule ^FIST/(.+) FIST/$1 [L] +RewriteRule ^aboutus.html /cgi-bin/articles/page.cgi?p=aboutus&t=twitch [L] +RewriteRule ^advertise.html /cgi-bin/articles/page.cgi?p=advertise&t=twitch [L] +RewriteRule ^404.html /cgi-bin/articles/page.cgi?p=404&t=twitch [L] +RewriteRule ^chris_ad_zone.html /cgi-bin/articles/page.cgi?p=chris_ad_zone&t=twitch [L] +RewriteRule ^retail_survey_0613.html /cgi-bin/articles/page.cgi?p=retail_survey_0613 [L] +RewriteRule ^runstore_survey_0717.html /cgi-bin/articles/page.cgi?p=runstore_survey_0717 [L] +RewriteRule ^saddle_tour_13.html /cgi-bin/articles/page.cgi?p=saddle_tour_13 [L] +RewriteRule ^slowtwitch50_13.html /cgi-bin/articles/page.cgi?p=slowtwitch50_13 [L] +RewriteRule ^privacy.html /cgi-bin/articles/page.cgi?p=privacy [L] +RewriteRule ^agreement.html /cgi-bin/articles/page.cgi?p=agreement&t=twitch [L] +RewriteRule ^agreement.html /cgi-bin/articles/page.cgi?p=agreement&t=twitch [L] +RewriteRule ^stackreach.html /cgi-bin/articles/page.cgi?p=stackreach [L] +RewriteRule ^Photos/(index.html)?$ /cgi-bin/articles/page.cgi?p=photos [L] +RewriteRule ^Videos/(index.html)?$ /cgi-bin/articles/page.cgi?p=photos&video=1 [L] +RewriteRule ^coaching/(index.html)?$ /cgi-bin/articles/page.cgi?p=coaching [L] +RewriteRule ^podcast/(index.html)?$ /cgi-bin/articles/page.cgi?p=podcast [L] +RewriteRule ^Articles/(index.html)?$ /cgi-bin/articles/page.cgi?p=articles [L] +RewriteRule ^Races/(index.html)?$ /cgi-bin/articles/page.cgi?p=races [L] + +RewriteRule ^Swim/(index.html)?$ /cgi-bin/articles/page.cgi?p=tag&tag=swim [L] +RewriteRule ^Swim/more([0-9]+).html /cgi-bin/articles/page.cgi?p=tag&tag=swim;nh=$1 [QSA,L] + +RewriteRule ^Bike/(index.html)?$ /cgi-bin/articles/page.cgi?p=tag&tag=bike [L] +RewriteRule ^Bike/more([0-9]+).html /cgi-bin/articles/page.cgi?p=tag&tag=bike;nh=$1 [QSA,L] + +RewriteRule ^Run/(index.html)?$ /cgi-bin/articles/page.cgi?p=tag&tag=run [L] +RewriteRule ^Run/more([0-9]+).html /cgi-bin/articles/page.cgi?p=tag&tag=run;nh=$1 [QSA,L] + +# remove this after pushing new site live +#RewriteRule ^local-listings.html /retailers [L] +#RewriteRule ^Articles/index.html /News/index.html [L] + + +RewriteCond %{HTTP_HOST} !^www.slowtwitch.com$ [NC] +RewriteRule ^(.*)$ https://www.slowtwitch.com/$1 [R=301,L] + +# Links dynamic pages +RewriteRule ^$ /cgi-bin/articles/page.cgi [QSA,L] +RewriteRule ^index.html$ /cgi-bin/articles/page.cgi [QSA,L] + +RewriteRule ^Photos/([A-Z].+/.+) /cgi-bin/articles/page.cgi?slideshow=1;g=/$1 [L,QSA] +RewriteRule ^Photos/more([0-9]+).html /cgi-bin/articles/page.cgi?p=photos;nh=$1 [QSA,L] + +RewriteRule ^swim/([A-Z].+/.+) /cgi-bin/articles/page.cgi?slideshow=1;g=/$1 [L,QSA] +RewriteRule ^swim/more([0-9]+).html /cgi-bin/articles/page.cgi?p=photos;nh=$1 [QSA,L] + +RewriteRule ^run/([A-Z].+/.+) /cgi-bin/articles/page.cgi?slideshow=1;g=/$1 [L,QSA] +RewriteRule ^run/more([0-9]+).html /cgi-bin/articles/page.cgi?p=photos;nh=$1 [QSA,L] + +RewriteRule ^bike/([A-Z].+/.+) /cgi-bin/articles/page.cgi?slideshow=1;g=/$1 [L,QSA] +RewriteRule ^bike/more([0-9]+).html /cgi-bin/articles/page.cgi?p=photos;nh=$1 [QSA,L] + +RewriteRule .+/.+j([0-9]+).html /cgi-bin/articles/jump.cgi?Detailed=$1 [L] +RewriteRule ^([A-Z].+/.+) /cgi-bin/articles/page.cgi?g=/$1 [L,QSA] +RewriteRule ^([a-z].+)/page_([0-9]+).html /cgi-bin/articles/page.cgi?g=$1;nh=$2 [QSA,L] + +RewriteCond %{REQUEST_URI} !runshops/ +RewriteCond %{REQUEST_URI} !retailers/ +RewriteCond %{REQUEST_URI} !triclubs/ +RewriteCond %{REQUEST_URI} !fitters/ +RewriteCond %{REQUEST_URI} !calendar/ +RewriteCond %{REQUEST_URI} !coaches/ +RewriteCond %{REQUEST_URI} !stackreach/ +RewriteCond %{REQUEST_URI} !frontend/ +RewriteCond %{REQUEST_URI} !local/ +RewriteCond %{REQUEST_URI} !fit_calculator/ +RewriteCond %{REQUEST_URI} !coaching/ +RewriteCond %{REQUEST_URI} !podcast/ +RewriteCond %{REQUEST_URI} !adio/ +RewriteCond %{REQUEST_URI} !roadshow/ +RewriteCond %{REQUEST_URI} !road/ +RewriteCond %{REQUEST_URI} !road/ + + +RewriteRule ^([A-Za-z].+)/(index.html)?$ /cgi-bin/articles/page.cgi?g=$1 [QSA,L] + +RewriteRule ^mainheadings/products/camps/fitcamp.html /News/F.I.S.T._Workshop_schedule_set_957.html [R=301,L] +RewriteRule ^Training/Nordic_Skiing/Well_That_s_A_Classic_5539.html /Training/Nordic_Skiing/The_Triathlete_s_How-To_Guide_To_Classic_Skiing_j5539.html [R=301,L] +RewriteRule ^mainheadings/techctr/bikefit06.html /Bike_Fit/F_I_S_T__Tri_bike_fit_system/index.html [R=301,L] +RewriteRule ^live/nautica_south_beach_11.html /tick/viewer.php?ID=330 [L] +RewriteRule ^live/cap_tex_11.html /tick/viewer.php?ID=334 [L] +RewriteRule ^live/philadelphia_insurance_11.html /tick/viewer.php?ID=336 [L] +RewriteRule ^live/minneapolis_11.html /tick/viewer.php?ID=338 [L] +RewriteRule ^live/chicago_11.html /tick/viewer.php?ID=340 [L] +RewriteRule ^live/losangeles_11.html /tick/viewer.php?ID=342 [L] +RewriteRule ^live/dallas_11.html /tick/viewer.php?ID=344 [L] +RewriteRule ^live/f1_12.html /tick/viewer.php?ID=346 [L] +RewriteRule ^live/superfrog_12.html /tick/viewer.php?ID=348 [L] +RewriteRule ^facebook/$ /cgi-bin/articles/facebook.cgi [L] +RewriteRule ^facebook/([0-9]+)/$ /cgi-bin/articles/facebook.cgi?linkid=$1;%{QUERY_STRING} [L] + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^(.+_[0-9]+.html) /cgi-bin/articles/page.cgi?page2=$1 [L] + +AddType application/rss+xml .rss + +ErrorDocument 404 /404.html \ No newline at end of file diff --git a/site/slowtwitch.com/www/BingSiteAuth.xml b/site/slowtwitch.com/www/BingSiteAuth.xml new file mode 100644 index 0000000..bc374ea --- /dev/null +++ b/site/slowtwitch.com/www/BingSiteAuth.xml @@ -0,0 +1,4 @@ + + + 39B6BF012502568781C0CD020F99D14F + \ No newline at end of file diff --git a/site/slowtwitch.com/www/adio/add.php b/site/slowtwitch.com/www/adio/add.php new file mode 100644 index 0000000..9c50826 --- /dev/null +++ b/site/slowtwitch.com/www/adio/add.php @@ -0,0 +1,496 @@ + + + + + + + + + +
+ +
+
+ + +
+ + +
+
+ +
+ + +

Thank you

+

Thank you. Your insertion orer request should be added within 24 hours. You will now be redirected back to the add page.

+ + + +

Insertion Order Request: Step 2 of 2

+ +

Insertion Order Request: Step 1 of 2

+ +

This form allows for easy advertisement insertion order requests. Advertising collateral CANNOT be submitted via this form. This form is for insertion order request details only. Simply fill out the form below. Be sure to fill out every field. After filling out each field, click submit. You will then be prompted to confirm your information before the information is sent to us.

+ + +

+ + + +
+ + +
+
+
Advertiser
+
+
+ "); + echo (""); + } elseif (isset($_POST[account_id])) { + $account_id = $_POST[account_id]; + $sql = "SELECT * FROM io_account WHERE account_id = \"".$account_id."\" LIMIT 1"; + $fetch = mysql_fetch_array(mysql_query($sql)) OR die(mysql_error()); + $account_name = $fetch[account_advertiser]; + echo "This insertion order is being connected to advertiser: ".$account_name; + echo (""); + echo (""); + } else { + //echo ("please select the advertiser from the following drop down: "); + $ad_sql = "SELECT * FROM io_account WHERE 1=1"; + $ad_results = mysql_query($ad_sql) OR die(mysql_error()); + echo (""); + } ?> +
+
+
+
Campaign Name
+
+
+ +
+
+
+
300x250
+
+
+ > + Number of Impressions: + +
+
+
+
728x90
+
+
+ > + Number of Impressions: + +
+
+
+
300x600
+
+
+ > + Number of Impressions: + +
+
+
+
970x250
+
+
+ > + Number of Impressions: + +
+
+
+
Wallpaper
+
+
+ > + Number of Impressions: + +
+
+ +
+
Start Date
+
+
+ + + +
+
+
+
Repeat Date
+
+
+ + + Specify additional dates in NOTES +
+
+ +
+
Notes
+
+
+ +
+
+ + +
+
Signature
+
+
+ By signing your name here, you are agreeing to the terms of the Slowtwitch Advertising Contract for this insertion order.
+ +
+
+ + +
+
+
+
+ + +
+
+
+ +
+ + + Please confirm your information. If everything is correct, click the submit button. Otherwise, you may click the edit button to change your information before submitting.
+
+ + + +
+
+
Advertiser
+
+
+ +
+
+
+
Name
+
+
+ +
+
+
+
300x250
+
+
+ +
+
+
+
728x90
+
+
+ +
+
+
+
300x600
+
+
+ +
+
+
+
970x250
+
+
+ +
+
+
+
Wallpaper
+
+
+ +
+
+
+
Start Date
+
+
+ +
+
+
+
Repeat Date
+
+
+ +
+
+
+
Notes
+
+
+ +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+
+ + + +
+
+ + + + + + diff --git a/site/slowtwitch.com/www/adio/add_X.php b/site/slowtwitch.com/www/adio/add_X.php new file mode 100644 index 0000000..8f96dde --- /dev/null +++ b/site/slowtwitch.com/www/adio/add_X.php @@ -0,0 +1,118 @@ +"; +} + + +// begin error message check +if(!$errmsg){ + + $account_id = $_POST['account_id']; + + $name = trim($_POST['name']); + + $date_repeat = NULL; + if (isset($_POST['day_repeat']) && isset($_POST['month_repeat'])) { + $year_repeat = $_POST['year_repeat']; + $month_repeat = $_POST['month_repeat']; + $day_repeat = $_POST['day_repeat']; + $date_repeat = "$year_repeat-$month_repeat-$day_repeat"; + } + + $ad_300x250 = $_POST['300x250']; + $ad_300x250_impression = trim($_POST['300x250_impression']); + $ad_728x90 = $_POST['728x90']; + $ad_728x90_impression = trim($_POST['728x90_impression']); + $ad_300x600 = $_POST['300x600']; + $ad_300x600_impression = trim($_POST['300x600_impression']); + $ad_970x250 = $_POST['970x250']; + $ad_970x250_impression = trim($_POST['900x250_impression']); + $ad_wallpaper = $_POST['wallpaper']; + $ad_wallpaper_impression = trim($_POST['wallpaper_impression']); + + $year = $_POST['year']; + $month = $_POST['month']; + $day = $_POST['day']; + $date = "$year-$month-$day"; + + $notes = mysql_escape_string(nl2br(substr(trim($_POST['notes']), 0, 4096))); + + // begin boolean check to see if we should insert the coach into the dbase + if($_POST[insert_campaign] == true){ + $sql = "INSERT INTO io_campaign (`campaign_account_id_fk`, `campaign_name`, `campaign_300x250`, `campaign_300x250_impression`, `campaign_728x90`, `campaign_728x90_impression`, `campaign_300x600`, `campaign_300x600_impression`, `campaign_970x250`, `campaign_970x250_impression`, `campaign_wallpaper`, `campaign_wallpaper_impression`, `campaign_date`, `campaign_date_repeat`, `campaign_notes`) VALUES ('$account_id', '$name', '$ad_300x250', '$ad_300x250_impression', '$ad_728x90', '$ad_728x90_impression', '$ad_300x600', '$ad_300x600_impression', '$ad_970x250', '$ad_970x250_impression', '$ad_wallpaper', '$ad_wallpaper_impression', '$date', '$date_repeat', '$notes')"; + //echo("campaign entered!
"); + //echo($sql); + mysql_query($sql) OR die(mysql_error()); + //exit(); + $insert_success = true; + }else{ + //echo("campaign NOT entered."); + $confirm_campaign = true; + } + // end insert check + +} +// end error message check +?> diff --git a/site/slowtwitch.com/www/adio/advertiser.php b/site/slowtwitch.com/www/adio/advertiser.php new file mode 100644 index 0000000..cc94c92 --- /dev/null +++ b/site/slowtwitch.com/www/adio/advertiser.php @@ -0,0 +1,65 @@ + + + + + + +
+ +
+
+ + +
+ + +
+
+ +
+

Admin: Advertiser Accounts

+ + Request IO + +
+

All Advertisers

+
+ + +
+ +
+
+
+ +
+
+ + +
+ + + diff --git a/site/slowtwitch.com/www/adio/advertiser_account.php b/site/slowtwitch.com/www/adio/advertiser_account.php new file mode 100644 index 0000000..fd1d599 --- /dev/null +++ b/site/slowtwitch.com/www/adio/advertiser_account.php @@ -0,0 +1,127 @@ + + + + + + + +
+ +
+
+ + +
+ + +
+
+ +
+

Advertisers: Individual Account

+ +
+ +
+ + Back +
+
+
+

+
+
+
+
+ +
+
+ +
+
+ +
+
+

Main Point(s) of Contact

+
+ Contact Name: +
+ Email:
+ Phone: +
+
+
+

Mailing Address

+
+
+ "); } ?> + ,
+
+
+
+

Campaigns

+
+ Active Campaigns: +
+ Archived Campaigns: + +
+
+
+

Account Notes

+
+ Invoice Via: +
+ Notes:
+
+
+
+ +
+ + +
+ +
+
+
+ +
+
+ + +
+ + + diff --git a/site/slowtwitch.com/www/adio/advertiser_edit.php b/site/slowtwitch.com/www/adio/advertiser_edit.php new file mode 100644 index 0000000..86903bd --- /dev/null +++ b/site/slowtwitch.com/www/adio/advertiser_edit.php @@ -0,0 +1,419 @@ + + + + + + + + + +
+ +
+
+ + +
+ + +
+
+ +
+ + +

Thank you

+

Thank you. The advertiser account information for has been entered. You will now be redirected to the IO Insertion Order Add page.

+ + + +

Admin: Edit Advertiser Account: Step 2 of 2

+ +

Admin: Edit Advertiser Account: Step 1 of 2

+ +

This is for editing advertiser accounts. You will then be prompted to confirm your information before the information is sent to us.

+ +

+ + + +
+ + +
+
+
Company/Advertiser Name
+
+
+ +
+
+
+
Contact Name
+
+
+ +
+
+ +
+
Forum User ID (Numerical)
+
+
+ +
+
+ +
+
Address
+
+
+ +
+
+
+
Address 2
+
+
+ +
+
+
+
City
+
+
+ +
+
+
+
State
+
+
+ +
+
+
+
Zip/Postal Code
+
+
+ +
+
+ +
+
Phone
+
+
+ +
+
+
+
E-mail
+
+
+ +
+
+
+
Other Contacts
+
+
+ +
+
+ +
+
Invoice Via
+
+
+ + >Snail + >Email + >Both + +
+
+
+
Notes
+
+
+ +
+
+
+
+
+
+ + +
+
+
+ +
+ + + Please confirm your information. If everything is correct, click the submit button. Otherwise, you may click the edit button to change your information before submitting.
+
+ +
+
+
Company/Advertiser Name
+
+
+ +
+
+
+
Contact Name
+
+
+ +
+
+
+
Forum ID
+
+
+ +
+
+
+
Address
+
+
+
+
+
Address 2
+
+
+
+
+
City
+
+
+
+
+
State
+
+
+
+
+
Zip
+
+
+
+
+
Phone
+
+
+ +
+
+
+
Email
+
+
+ +
+
+
+
Other Contacts
+
+
+ +
+
+
+
Invoice Via
+
+
+ +
+
+
+
General Info
+
+
+ +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+
+ + + +
+
+ + + + + + diff --git a/site/slowtwitch.com/www/adio/advertiser_edit_X.php b/site/slowtwitch.com/www/adio/advertiser_edit_X.php new file mode 100644 index 0000000..cd43c06 --- /dev/null +++ b/site/slowtwitch.com/www/adio/advertiser_edit_X.php @@ -0,0 +1,91 @@ +"; + $errmsg = rtrim($errmsg, ", "); +} + + +// begin error message check +if(!$errmsg){ + + $account_id = $_POST[account_id]; + $account_advertiser = trim($_POST[account_advertiser]); + $account_contact = trim($_POST[account_contact]); + $account_user_id_fk = trim($_POST[account_user_id_fk]); + $account_address = mysql_escape_string(trim($_POST[account_address])); + if (isset($_POST['account_address_two'])) { $account_address_two = mysql_escape_string(trim($_POST[account_address_two])); } else { $account_address_two = NULL; } + $account_city = mysql_escape_string(trim($_POST[account_city])); + $account_state = $_POST[account_state]; + $account_state_tag = strtolower(str_replace(" ","", $account_state)); + $account_zip = mysql_escape_string(trim($_POST[account_zip])); + $account_phone = trim($_POST[account_phone]); + $account_email = mysql_escape_string(trim($_POST[account_email])); + $account_other = mysql_escape_string(trim($_POST[account_other])); + $account_invoice = mysql_escape_string($_POST[account_invoice]); + $account_notes = mysql_escape_string(nl2br(substr(trim($_POST[account_notes]), 0, 4096))); + + // begin boolean check to see if we should insert the account into the dbase + if($_POST[insert_account] == true){ + $sql = "UPDATE io_account SET + account_advertiser = '$account_advertiser', + account_user_id_fk = '$account_user_id_fk', + account_contact = '$account_contact', + account_address = '$account_address', + account_address_two = '$account_address_two', + account_city = '$account_city', + account_state = '$account_state', + account_zip = '$account_zip', + account_phone = '$account_phone', + account_email = '$account_email', + account_other = '$account_other', + account_invoice = '$account_invoice', + account_notes = '$account_notes' + WHERE account_id = $account_id"; + //echo("account entered!"); + //echo($sql); + mysql_query($sql) OR die(mysql_error()); + //exit(); + $insert_success = true; + }else{ + //echo("shop NOT entered."); + $confirm_account = true; + } + // end insert check +} +// end error message check + +?> \ No newline at end of file diff --git a/site/slowtwitch.com/www/adio/archive.php b/site/slowtwitch.com/www/adio/archive.php new file mode 100644 index 0000000..55c545a --- /dev/null +++ b/site/slowtwitch.com/www/adio/archive.php @@ -0,0 +1,67 @@ + + + + + + +
+ +
+
+ + +
+ + +
+
+ +
+

Admin: Archived Ad Campaigns

+ + Request IO + +
+

Archived Campaigns

+
+ + +
+ +
+
+
+ +
+
+ + +
+ + + diff --git a/site/slowtwitch.com/www/adio/campaign.php b/site/slowtwitch.com/www/adio/campaign.php new file mode 100644 index 0000000..a595f76 --- /dev/null +++ b/site/slowtwitch.com/www/adio/campaign.php @@ -0,0 +1,67 @@ + + + + + + +
+ +
+
+ + +
+ + +
+
+ +
+

Admin: Current Ad Campaigns

+ + Request IO + +
+

Active Campaigns

+
+ + +
+ +
+
+
+ +
+
+ + +
+ + + diff --git a/site/slowtwitch.com/www/adio/campaign_detail.php b/site/slowtwitch.com/www/adio/campaign_detail.php new file mode 100644 index 0000000..ae8b290 --- /dev/null +++ b/site/slowtwitch.com/www/adio/campaign_detail.php @@ -0,0 +1,140 @@ + + + + + + + +
+ +
+
+ + +
+ + +
+
+ +
+

Campaigns: Individual Campaigns

+ +
+ +
+ + Back +
+
+
+

+
+
+
+
+ +
+
+ +
+
+ +
+
+

Advertiser

+
+ + Advertiser: +
+ Primary Contact: +
+ Email:
+ Phone: +
+
+
+

Ad Units

+
+ "); } + if ($row[campaign_728x90] == 1) { echo ("728x90: ".$row[campaign_728x90_impression]."
"); } + if ($row[campaign_300x600] == 1) { echo ("300x600: ".$row[campaign_300x600_impression]."
"); } + if ($row[campaign_970x250] == 1) { echo ("970x250: ".$row[campaign_970x250_impression]."
"); } + if ($row[campaign_wallpaper] == 1) { echo ("wallpaper: ".$row[campaign_wallpaper_impression]."
"); } + ?> +
+
+
+

Campaign Dates

+
+ "); + echo ("Repeat Date: ".date_format(date_create($row[campaign_date_repeat]), 'Y-m-d')."
"); + ?> +
+
+
+

Campaign Status

+
+ Signed: ";} else { echo "No
"; } ?> + Deployed: ";} else { echo "No
"; } ?> + Screenshot: ";} else { echo "No
"; } ?> + Invoice: ";} else { echo "No
"; } ?> + Active or Archived: "); + }; + ?> +
+
+
+

Campaign Notes

+
+ Notes:
+
+
+
+ +
+ + +
+ +
+
+
+ +
+
+ + +
+ + + diff --git a/site/slowtwitch.com/www/adio/campaign_edit.php b/site/slowtwitch.com/www/adio/campaign_edit.php new file mode 100644 index 0000000..5d464f3 --- /dev/null +++ b/site/slowtwitch.com/www/adio/campaign_edit.php @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/site/slowtwitch.com/www/adio/campaign_edit_X.php b/site/slowtwitch.com/www/adio/campaign_edit_X.php new file mode 100644 index 0000000..5d464f3 --- /dev/null +++ b/site/slowtwitch.com/www/adio/campaign_edit_X.php @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/site/slowtwitch.com/www/adio/campaign_quick_edit_X.php b/site/slowtwitch.com/www/adio/campaign_quick_edit_X.php new file mode 100644 index 0000000..cfb66b8 --- /dev/null +++ b/site/slowtwitch.com/www/adio/campaign_quick_edit_X.php @@ -0,0 +1,29 @@ + \ No newline at end of file diff --git a/site/slowtwitch.com/www/adio/config.php b/site/slowtwitch.com/www/adio/config.php new file mode 100644 index 0000000..8fe53a6 --- /dev/null +++ b/site/slowtwitch.com/www/adio/config.php @@ -0,0 +1,207 @@ += '4.0.4pl1' && strstr($_SERVER["HTTP_USER_AGENT"],'compatible')) { + if (extension_loaded('zlib')) { + ob_end_clean(); + ob_start('ob_gzhandler'); + } +} else if ($phpver > '4.0') { + if (strstr($HTTP_SERVER_VARS['HTTP_ACCEPT_ENCODING'], 'gzip')) { + if (extension_loaded('zlib')) { + $do_gzip_compress = TRUE; + ob_start(array('ob_gzhandler',5)); + ob_implicit_flush(0); + header('Content-Encoding: gzip'); + } + } +} +$phpver = explode(".", $phpver); +$phpver = "$phpver[0]$phpver[1]"; +if ($phpver >= 41) { + $PHP_SELF = $_SERVER['PHP_SELF']; +} + +if (!ini_get("register_globals")) { + #import_request_variables('GPC'); +} + +function curPageURL() { + $isHTTPS = (isset($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] == "on"); + $port = (isset($_SERVER["SERVER_PORT"]) && ((!$isHTTPS && $_SERVER["SERVER_PORT"] != "80") || ($isHTTPS && $_SERVER["SERVER_PORT"] != "443"))); + $port = ($port) ? ':'.$_SERVER["SERVER_PORT"] : ''; + $url = ($isHTTPS ? 'https://' : 'http://').$_SERVER["SERVER_NAME"].$port.$_SERVER["REQUEST_URI"]; + return $url; +} + +function geocode($address) { + // Initialize delay in geocode speed + $delay = 0; + $base_url = "http://" . MAPS_HOST . "/maps/api/geocode/xml?"; // . "&key=" . KEY; + //echo ("Base URL: ".$base_url); + + $status = ""; + $geocode_pending = true; + + while ($geocode_pending) { + $address = str_replace(" ", "+", $address); + $address = str_replace("#", "", $address); + $address = str_replace("\'", "", $address); + $address = str_replace("/", "", $address); + $request_url = $base_url . "address=" . $address . "&sensor=false"; //urlencode($address); + $request_url = mb_convert_encoding($request_url, "UTF-8", "auto"); + //echo ($request_url."
"); + // Create cUrl object to grab XML content using $request_url + $c = curl_init(); + curl_setopt($c, CURLOPT_URL, $request_url); + curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); + $xmlContent = trim(curl_exec($c)); + curl_close($c); + + // Create SimpleXML object from XML Content + $xml = simplexml_load_string($xmlContent); + + // Print out all of the XML Object + //print header("Content-type: text/plain"); + //print_r($xml); + + $resolution = $xml->result->geometry->location_type; + + $status = $xml->status; + if (strcmp($status, "OK") == 0) { + // Successful geocode + $geocode_pending = false; + $lat = $xml->result->geometry->location->lat; + $lng = $xml->result->geometry->location->lng; + $latlng_array = array($lat, $lng); + return ($latlng_array); + } elseif (strcmp($status, "OVER_QUERY_LIMIT") == 0) { + // failure to geocode + $geocode_pending = false; + $status = "Address " . $address . " failed to geocode. "; + $status = $status . "Received status " . $status . "

\n"; + return ($status); + } else { + // failure to geocode + $geocode_pending = false; + $status = "Address " . $address . " failed to geocode. "; + $status = $status . "Received status " . $status . "

\n"; + return ($status); + } + } + +} + +$statecount = mysql_num_rows(mysql_query("SELECT * FROM gforum_Coaches WHERE coach_valid = 1")); + +//Array of states for use in the form +$state_list = array('AL'=>"Alabama", + 'AK'=>"Alaska", + 'AB'=>'Alberta', + 'AZ'=>"Arizona", + 'AR'=>"Arkansas", + 'BC'=>'British Columbia', + 'CB'=>"Caribbean", + 'CA'=>"California", + 'CM'=>"Central America", + 'CO'=>"Colorado", + 'CT'=>"Connecticut", + 'DE'=>"Delaware", + 'DC'=>"District of Columbia", + 'FL'=>"Florida", + 'GA'=>"Georgia", + 'HI'=>"Hawaii", + 'ID'=>"Idaho", + 'IL'=>"Illinois", + 'IN'=>"Indiana", + 'IA'=>"Iowa", + 'KS'=>"Kansas", + 'KY'=>"Kentucky", + 'LA'=>"Louisiana", + 'ME'=>"Maine", + 'MB'=>'Manitoba', + 'MD'=>"Maryland", + 'MA'=>"Massachusetts", + 'MX'=>"Mexico", + 'MI'=>"Michigan", + 'MN'=>"Minnesota", + 'MS'=>"Mississippi", + 'MO'=>"Missouri", + 'MT'=>"Montana", + 'NE'=>"Nebraska", + 'NV'=>"Nevada", + 'NB'=>'New Brunswick', + 'NL'=>'Newfoundland', + 'NH'=>"New Hampshire", + 'NJ'=>"New Jersey", + 'NM'=>"New Mexico", + 'NY'=>"New York", + 'NC'=>"North Carolina", + 'ND'=>"North Dakota", + 'NS'=>'Nova Scotia', + 'OH'=>"Ohio", + 'OK'=>"Oklahoma", + 'ON'=>'Ontario', + 'OR'=>"Oregon", + 'PA'=>"Pennsylvania", + 'PE'=>'Prince Edward Island', + 'QC'=>'Quebec', + 'RI'=>"Rhode Island", + 'SK'=>'Saskatchewan', + 'SC'=>"South Carolina", + 'SD'=>"South Dakota", + 'TN'=>"Tennessee", + 'TX'=>"Texas", + 'UT'=>"Utah", + 'VT'=>"Vermont", + 'VA'=>"Virginia", + 'WA'=>"Washington", + 'WV'=>"West Virginia", + 'WI'=>"Wisconsin", + 'WY'=>"Wyoming", + // New Foreign "States", + 'OA'=>"Outside N. America"); + +?> diff --git a/site/slowtwitch.com/www/adio/create.php b/site/slowtwitch.com/www/adio/create.php new file mode 100644 index 0000000..d327ebc --- /dev/null +++ b/site/slowtwitch.com/www/adio/create.php @@ -0,0 +1,421 @@ + + + + + + + + + +
+ +
+
+ + +
+ + +
+
+ +
+ + +

Thank you

+

Thank you. The advertiser account information for has been entered. You will now be redirected to the IO Insertion Order Add page.

+ + + +

Admin: Create Advertiser Account: Step 2 of 2

+ +

Admin: Create Advertiser Account: Step 1 of 2

+ +

In order to make advertisement insertion order requests, you need to create an advertiser account which will be tagged to your forum user profile. Simply fill out the form below. Be sure to fill out every field. After filling out each field, click submit. You will then be prompted to confirm your information before the information is sent to us.

+ +

+ + + +
+
+
+
Company/Advertiser Name
+
+
+ +
+
+
+
Contact Name
+
+
+ +
+
+ +
+
Forum User ID (Numerical)
+
+
+ +
+
+ +
+
Address
+
+
+ +
+
+
+
Address 2
+
+
+ +
+
+
+
City
+
+
+ +
+
+
+
State
+
+
+ +
+
+
+
Zip/Postal Code
+
+
+ +
+
+ +
+
Phone
+
+
+ +
+
+
+
E-mail
+
+
+ +
+
+
+
Other Contacts
+
+
+ +
+
+ +
+
Invoice Via
+
+
+ + >Snail + >Email + >Both + +
+
+
+
Notes
+
+
+ +
+
+
+
+
+
+ + +
+
+
+ +
+ + + Please confirm your information. If everything is correct, click the submit button. Otherwise, you may click the edit button to change your information before submitting.
+
+ +
+
+
Company/Advertiser Name
+
+
+ +
+
+ = 50) { + if ($i == false) { + echo ("Duplicate Alert:"); + } + if ($i == true) {echo ("
");} + echo ($match_row['account_name']."(Similarity: ".(round($percent, 0))."%)"); + $i = true; + } + } + if ($i == true) { echo(""); } + ?> +
+
Contact Name
+
+
+ +
+
+
+
Forum ID
+
+
+ +
+
+
+
Address
+
+
+
+
+
Address 2
+
+
+
+
+
City
+
+
+
+
+
State
+
+
+
+
+
Zip
+
+
+
+
+
Phone
+
+
+ +
+
+
+
Email
+
+
+ +
+
+
+
Other Contacts
+
+
+ +
+
+
+
Invoice Via
+
+
+ +
+
+
+
General Info
+
+
+ +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+
+ + + +
+
+ + + + + + diff --git a/site/slowtwitch.com/www/adio/create_X.php b/site/slowtwitch.com/www/adio/create_X.php new file mode 100644 index 0000000..b848c66 --- /dev/null +++ b/site/slowtwitch.com/www/adio/create_X.php @@ -0,0 +1,77 @@ +"; + $errmsg = rtrim($errmsg, ", "); +} + + +// begin error message check +if(!$errmsg){ + + $advertiser = trim($_POST[advertiser]); + $contact = trim($_POST[contact]); + $forumid = trim($_POST[forumid]); + $address = mysql_escape_string(trim($_POST[address])); + if (isset($_POST['address_two'])) { $address_two = mysql_escape_string(trim($_POST[address_two])); } else { $address_two = NULL; } + $city = mysql_escape_string(trim($_POST[city])); + $state = $_POST[state]; + $state_tag = strtolower(str_replace(" ","", $state)); + $zip = mysql_escape_string(trim($_POST[zip])); + $phone = trim($_POST[phone]); + $email = mysql_escape_string(trim($_POST[email])); + $other = mysql_escape_string(trim($_POST[other])); + $invoice = mysql_escape_string($_POST[invoice]); + $notes = mysql_escape_string(nl2br(substr(trim($_POST[notes]), 0, 4096))); + $submitted_by = $_POST[submitted_by]; + + // begin boolean check to see if we should insert the account into the dbase + if($_POST[insert_account] == true){ + $sql = "INSERT INTO io_account (account_advertiser, account_user_id_fk, account_contact, account_address, account_address_two, account_city, account_state, account_zip, account_phone, account_email, account_other, account_invoice, account_notes) VALUES ('$advertiser', '$forumid', '$contact', '$address', '$address_two', '$city', '$state', '$zip', '$phone', '$email', '$other', ',$invoice,', '$notes')"; + //echo("account entered!"); + //echo($sql); + mysql_query($sql) OR die(mysql_error()); + //exit(); + $insert_success = true; + }else{ + //echo("shop NOT entered."); + $confirm_account = true; + } + // end insert check +} +// end error message check + +?> \ No newline at end of file diff --git a/site/slowtwitch.com/www/adio/delete_X.php b/site/slowtwitch.com/www/adio/delete_X.php new file mode 100644 index 0000000..847e38c --- /dev/null +++ b/site/slowtwitch.com/www/adio/delete_X.php @@ -0,0 +1,23 @@ + \ No newline at end of file diff --git a/site/slowtwitch.com/www/adio/include_advertiser.php b/site/slowtwitch.com/www/adio/include_advertiser.php new file mode 100644 index 0000000..468992a --- /dev/null +++ b/site/slowtwitch.com/www/adio/include_advertiser.php @@ -0,0 +1,16 @@ +
+
+

+
+
+
+
+ +
+
+ Email: $ad_row[account_email]"; ?>
+ ">More info > +
+
diff --git a/site/slowtwitch.com/www/adio/include_breadcrumb.php b/site/slowtwitch.com/www/adio/include_breadcrumb.php new file mode 100644 index 0000000..803e64b --- /dev/null +++ b/site/slowtwitch.com/www/adio/include_breadcrumb.php @@ -0,0 +1,4 @@ + diff --git a/site/slowtwitch.com/www/adio/include_buttons.php b/site/slowtwitch.com/www/adio/include_buttons.php new file mode 100644 index 0000000..5b3980d --- /dev/null +++ b/site/slowtwitch.com/www/adio/include_buttons.php @@ -0,0 +1,83 @@ + +
+ +
" style="display: inline;"> + +
+ +
+ + +
+ + +
+ + +
+ + +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +

+ +
" style="display: inline;"> + +
+ +
+ + +
+ + +
+ + + +
+ +
+ + + +
+ + + + +
+ + \ No newline at end of file diff --git a/site/slowtwitch.com/www/adio/include_campaign.php b/site/slowtwitch.com/www/adio/include_campaign.php new file mode 100644 index 0000000..0a1be17 --- /dev/null +++ b/site/slowtwitch.com/www/adio/include_campaign.php @@ -0,0 +1,17 @@ +
+
+

+
+
+
+
+ "); + echo ("Repeat Date: ".date_format(date_create($ad_row[campaign_date_repeat]), 'Y-m-d')."
"); + ?> +
+
+ Advertiser: $ad_row[campaign_advertiser]"; ?>
+ ">More info > +
+
diff --git a/site/slowtwitch.com/www/adio/include_common_content.php b/site/slowtwitch.com/www/adio/include_common_content.php new file mode 100644 index 0000000..a23eeaf --- /dev/null +++ b/site/slowtwitch.com/www/adio/include_common_content.php @@ -0,0 +1,40 @@ + + +> + +
Skip to Content
+
+
+ + + + +
+
+
+ + + +
+
+
+
+
diff --git a/site/slowtwitch.com/www/adio/include_common_footer.php b/site/slowtwitch.com/www/adio/include_common_footer.php new file mode 100644 index 0000000..091f170 --- /dev/null +++ b/site/slowtwitch.com/www/adio/include_common_footer.php @@ -0,0 +1 @@ + diff --git a/site/slowtwitch.com/www/adio/include_common_head.php b/site/slowtwitch.com/www/adio/include_common_head.php new file mode 100644 index 0000000..2c8352f --- /dev/null +++ b/site/slowtwitch.com/www/adio/include_common_head.php @@ -0,0 +1,19 @@ + + + + + +Slowtwitch.com Advertisement Insertion Order: <? echo $pagetitle; ?> + + + + + diff --git a/site/slowtwitch.com/www/adio/include_sidebar.php b/site/slowtwitch.com/www/adio/include_sidebar.php new file mode 100644 index 0000000..dbcdd41 --- /dev/null +++ b/site/slowtwitch.com/www/adio/include_sidebar.php @@ -0,0 +1,2 @@ + +
diff --git a/site/slowtwitch.com/www/adio/include_status.php b/site/slowtwitch.com/www/adio/include_status.php new file mode 100644 index 0000000..a4cc8cf --- /dev/null +++ b/site/slowtwitch.com/www/adio/include_status.php @@ -0,0 +1,11 @@ + +
Admin:"); + echo("
View Advertisers"); + echo("
View Active Campaigns"); + echo("
View Archived Campaigns"); + echo("
Add New Insertion Order"); + echo("
Create New Advertiser Account"); + } +?> diff --git a/site/slowtwitch.com/www/adio/index.php b/site/slowtwitch.com/www/adio/index.php new file mode 100644 index 0000000..7654bd0 --- /dev/null +++ b/site/slowtwitch.com/www/adio/index.php @@ -0,0 +1,52 @@ + + + + + + +
+ +
+
+ + +
+ + +
+
+ +
+

Advertisement Insertion Order Manager

+ + Request IO + +
+ +
+ +
+
+
+ +
+
+ + +
+ + + diff --git a/site/slowtwitch.com/www/adio/javascript.js b/site/slowtwitch.com/www/adio/javascript.js new file mode 100644 index 0000000..066f17a --- /dev/null +++ b/site/slowtwitch.com/www/adio/javascript.js @@ -0,0 +1,123 @@ +function validateEmail(emailAddress) { + var match = /^[_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*$/.test(emailAddress); + return match; +} + + + +function CheckRegisterForm(RegisterForm) + { + if (RegisterForm.username.value == "" ) { alert( "Please choose a username!" ); + RegisterForm.username.focus(); + return false; } + + if (RegisterForm.password.value == "" ) { alert( "Please choose a password!" ); + RegisterForm.password.focus(); + return false; } + + if (RegisterForm.email.value == "" ) { alert( "Please enter your email address." ); + RegisterForm.email.focus(); + return false; } + + checkEmail = RegisterForm.email.value + if ((checkEmail.indexOf('@') < 0) || ((checkEmail.charAt(checkEmail.length-4) != '.') && (checkEmail.charAt(checkEmail.length-3) != '.'))) + {alert("Your emails address is invalid!."); + RegisterForm.email.focus(); + return false; } + + + // return true; +} + + +function CheckTellForm(tellform) + { + if (tellform.name.value == "" ) { alert( "ÇáÑÌÇÁ ÃÏÎá ÇáÅÓã ÈÇáßÇãá" ); + tellform.name.focus(); + return false; } + + if (tellform.email.value == "" ) { alert( "ÃÏÎá ÇáÈÑíÏ ÇáÅáßÊÑæäí" ); + tellform.email.focus(); + return false; } + + checkEmail = tellform.email.value + if ((checkEmail.indexOf('@') < 0) || ((checkEmail.charAt(checkEmail.length-4) != '.') && (checkEmail.charAt(checkEmail.length-3) != '.'))) + {alert("ÇáÈÑíÏ ÇáÅáßÊÑæäí ÎØÃ!."); + tellform.email.focus(); + return false; } + + + if (tellform.fname.value == "" ) { alert( "ÃÏÎá ÅÓã ÕÏíÞß" ); + tellform.fname.focus(); + return false; } + + + + if (tellform.femail.value == "" ) { alert( "ÃÏÎá ÇáÈÑíÏ ÇáÇáßÊÑæäí ÇáÎÇÕ ÈÕÏíÞß" ); + tellform.femail.focus(); + return false; } + + checkEmail = tellform.femail.value + if ((checkEmail.indexOf('@') < 0) || ((checkEmail.charAt(checkEmail.length-4) != '.') && (checkEmail.charAt(checkEmail.length-3) != '.'))) + {alert("ÇáÈÑíÏ ÇáÅáßÊÑæäí ÎØÃ!."); + tellform.femail.focus(); + return false; } + + + + // return true; +} + + +var newwindow; +function pop(url) +{ + newwindow=window.open(url,'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=1, menubars=0, resizable=0, width=500, height=400'); + if (window.focus) {newwindow.focus()} +} + + function popimg(url) + { + newwindow=window.open(url,'name','height=500,width=650,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=yes'); + if (window.focus) {newwindow.focus()} + } + + + +Z%aWNB47hQN7tE4 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≧f#96E^X{V!xxhpB~{x(jtRK=+qKQNky1KfXy~=R{0gHG~;5ZhJ1@OV9bQs zVMFJ(Asxeda^GYZvaOf;Jlu>K7dQhh9hc1sI6QPW_ni~nqzk$yb|SDdd3qW+d5LTI zj^3p)5i~A28mNxeLFJa9-_1SIZmo&!&6A}ra~!Arkil{XoeE^QpSmgT?!YrZ8TPA1 zA{-Vz7iQN7x-~}NDp8FILTtRj8>;>qD3`LsEAr66g2W999hTA_g`a|Be9$wC^~*NP z^`z)o-(_@&gM(x1ASD4hb}gIeJ>E@NFQlG(iF&weU6SWv?H*)1W7qQ<*q-AlPL6r+ z=ItBZW8PIFE>zg)|jckm%wuJFn@Zl{|3poA4# zA%F`87uPvM9^bQj>#f%(!z0^Vr6!pKjSQcT)FeA&#?$g>aC!FuJiBcnLoRbP(IPh%Nxpj$bhi)_vq}kr!n^NQ$quPt{Y#khaP2OgqUZ&z(Y;cA z&S1LoLX~3G$%A^B#^p-i8jO7^#vtEoqec4zAT?70JCKI%TzqrY00ow|nVqDOSU49! z{2IAMCwPCc&L2qa2)}GF-D=6!NFV)4lZLcSH77j^oOd=}sgPovoW*?~F+$))kdo?^ zDsp}dv9k5e7Hj|FPzK+U^`IX55=jFkh)?vntkUT3Ao1rv*?sMx)srd5)OpRvJIYld z&c;wGfrpCfk*+6-cRcP!`S#)C3z?I#&_f%?X%a<5&KV+nl|rPUP-8h8`&KiHEpm8{ zKUV2IQmbnaP|Vpnn`$3W9k8r7n%|Lk9AG)aB5Y9}LoCGuESmx8CmnXn(z3rTrX&by zeTx^CXubeTfws%+ivjG!-p1YHN>^%OM0)9Xi9C7rH+Z*=@|nqV*VPl+>cfFOpQ;+j zUFA`w(0na|NZkMdakTuH+V8T7q1=z{>=w2(H|HDpjkmVN;VsYarVv*A>@~5-K0xMe zqy25oT?H3!tEs=VQ(=vvWPb`lMEyV~IzL(zi+hZJy2JPOfeLd@-PvEDK8?gn2;Lur zd*Khi#l=DrO!fIm6-Mi(F`_pXD=oQ^^b*p<5}ZWQqXmYaDf3P6QpFHkIpX&@D@sV{ zWyJJ79V$_p(8v}VwFWOtN#0RHwnn>9GGQ(TTV$lGjA@fw^DI@W?r2^YX<7-lpM!t3}C(-`%O6JF^aQ# z^cU#-=!iDSyf@O9KK^bx}Zq`t*8&`@MGT)>UTDGXzNp8i0(bT^8 zRApBLP_+4+OX}}H(IZW{>RpCUHoe)*8LhpQ5R1XGX8EO5gm!L%p6IT^NkTARALVvS z@{s9gf|&}I0~bZ9DWBkh--Xb{eL7N4{dYT!2J%_O^VnI+ucJ*}T#6t(6ev^~dowI$ zjB_xMDsWm?>LrpZkh*p9zUL~w6gxRPK07JfZ6;+vsttOu@Q1lRq3CmuOCP=x!0ZTy#-5Ty05+2$DhiTLmDGWJ25A_>a9_Kw)cg7WEczp&z*~7>}sm}2qf2P`b zzu7KjcO$$m-QNb@cqisRloeQ#XHK$d|M`B$2Q7M^j+ldoQ(Jz7Cmh;0G$a(JRA+O< zr-eYc_aSw~5xjM`2`{fSGWv!DJm0G_ZAGv!WYTF+QlX*INMS_sgx$~XbxC^hIBXD0 zgJt@1%hxhRaJ@=p5LVzEF*Iwm{mVvxfTR>vyVi?mU!e3+*g29)5RKQjQY+q7rimM1 z1LhQYPWA!DbHCb+08BzSIx%~%|8wbuJ z?Sn$zD3L)H`e0z6Y&80`yWM5$?GX20s*275^)ROHrg+of{Gd^KL817 zsy;>Bs_(JaG?zc?NW3+N*1v*u-SKmCS#XvpCM>XTHd@mzrBwToQbjB@5zR9GOSG8M zQOq5qiGZqeZtp$Kq`yXihD8;edq%mEDRQlxO@uKN_o{2BgXugYO#@kIYp$*^hBF-& z8W2!^soC?y8pBZ~Mi3|g#v+5@&tFL6dtk&rNEMJaM8PgihWy{wsh6$aoJ~^B9mvws zU!0C3q&GPeD1L=?XYfp_m4r?yOYeSK<89w~q$rLD=-~&V{0f1BT3Nm252t2L$r$b(Io2k&4)qWco9#T@!m? z@YFJ-XpA}V_0N={?drzFJdi66=V_SU&z2LXgrfRXW_ ziuO`O5^R5V4omf5SY$9x^-|+})sV=zpzCS=zY+G9VNL(>+xL(d9U|QVqJmN)9f}f4 z2r3{o6cBNAjv5Uj4FZZdP((yx(&%Ncc$)0Tw_T4_8 zcbwY{!LuwcDCZV1yM56CRyakNPL33 zM~1OV*ZSEfYDPK()y)uxQ{=Ens)&F#M(f##A4Plj#KNcY#r)cQdUTS5W2)&;qjn5h zV4e6J8sx~Dms4felyRWQe3L?djBG)%h1#aB#1{R{unx;uS*Wh1=Is~O`VS-?5aQi~ zRKjHmR!Nv?RLMQidGQHAu4fo(fM`Qg3DhU$BYprmn=Iuvo80-Jdy4I#y}Y+SrF=Td z`v`e8=cJZUvF7V4=o;}|=B>~Dq`Z2cdlG&dDe{mD9uUZ8l}UOovwsZ)8d^#Jfn-mE4||YY=YC1P z(dOg-Bme$_5`&KkbKoDY&OZEZ`fI5pZAF1w(k(pX%d`f&wi-T$QdNt+0lrrwpNC~8 zH5{KMhsbv1&)Vn^LJ3>vyJlO;%&ZbFe~mgL3Yae|A`IP_fw&_*VzfKZjoh=dwt~;x z`D@Or>prj3=eA5POrpS$1D?Xf$&GHr^+p2ALX%#`)r9zRTnxWp!=}| z#y?tW4_|tg!1%{aFY{bu_>q=*cmsSLOwG(@yXruIh?7+b(!yS*pc{To_uK8wHfl{DE9T%N*7ZN>>kNG9(>E&~%XfnW zGfY8LkQ*>yRbDi%p&owiGbTjxA3vS6#KGlC? z9Tt3G3-#%^@nWSTWcz+{u1IJ8-5E!oqA zc{R{+ZZ}j}qM9=KkEyrS30nXPlt`lu4O%gsJ&?B962-5lRks$uHT3G_R@K0n-%SeG z*s)!vRA^X_%fvsdw)((6KpG;dO4QSUyoXp#YeRs=qGw7Iq_c!B=N5YUST44%;?dpt z%%s&4YA_9gd<33q(OtQv-NAor5?$K(er!;=ky`3EC?rFNk4&2CvKOZyYn2-_<~nkX zydQSYNJ=gV`lwQ8rk@7$2gU)#Ub%toL-&1Ps!|$HAXQc9>;VJ=wM0Y^^|rD4 zib&@^8(Dd*>*V*MduK7bjo2ka`H90({Sx8%sh)E*E@&m>Q`Vg@wZ+jZd281CqDRBF z@Jmgmj2DxqlG#h0=T@Q73F3d<47=5$RJM{^rv6#yBxMh`CS#rIWzdd~i((MrK}nbN ze*|F>|IX40&=rpog0y|=la{*oqwe1hUOflzt!94d%*-$jgs`GrS@c`^nS}-F#;+n4 z=Yj^P|IE}KbQwtTin`>9=*XYwx1$rE5)V6O;}iTpzd34_7RpD7WeJES`g9&>*;7g7 zd)sSc^Jj;KO`F2B+v=|F3#84PjtB7yaQQHRC(>XQ3gagz!t*M6f1%4@2k&(`|6U1% zmkwBvRrP#o3eD0IF4C#Z`lFGnaMtJ7%o^Xj4MztTu&R*0aP8(VKw4$%nXKWDS)$tN zcuHVtd#~*9^PRFff@CRP>s?^3r6yvest|QW3e%tnQm?U08H6 zi4d=wcsF(Q)41#}TQ6T|ddmI748^{M%q@szD6nTQ41F-pzi;HY(aJM?zu}3gzpAQv zuuJ}10F@R`>so~-H3wn=dR zE8RfXp247QpsHcH7)}dU-T_du(9Z%3cbN>_zuuNe4Op2mTX@%_bkuaTp8fv_lK!`K zGGGq(Mb^SQLs=tiLa*T`ME97WQx|mIe_sFpzUBX3MgK7T(!kXTy|{+gj%>l%bSekr zJ~jQ_y9@qEq>=3}Xa-SHr`lR(EL=>W!I+H4-a-Ce5m~ZAjkD8x%3Lbv@5#GUo@GiR z0*gzVWjn=v0mjX8(<^fGm%+M`!{}N#5E))i40#lqJ(vfULdutWj43}N4^YalW{V_b z|J~wekogy%EobGz7k<*Pvq>8!M7m9s))^1wMO=^LxK(bIEtDz47zvgQG1WY`1*LQN_Ge|>xP7T ze_D9QPt8B22Z}5Cacg*BUTUcq!@H8=sYWaKis!6wYl+5k>$II>c8rcYzg;BmA?x}( zVCCv)3Zh^7z-R8UyJxq;mii~-E=;QUM5726QgK0x*GgX2yd(rRG?ehB5Y1r2E7Y@^ga8`Lz6-JIl8mnZG{D+8L*O^Uln(oC~imj&|2j z#9uI>t8vW}(}NPoyCIB;^g*b(}kM-uiOLnTmt`{8{2#%k|fMtx#^?sVUW&D=JG zvrVW;aJ`Xjrg^0&MuUsxB7H?FBuLgd`CHZ#-U;UD#_IIGU6!zp*NZfSU9;_z1jn)% z^Ka(wcB7?IKYG~a0nn+6RI}gX$6;FT(q^$PH4XPO9$?pQhJ^TzoLp_diMKDYY6;qi z?2E|CD z_x&8aiI#05mp-i!iwbxpM8lfy^h!7@C#8Np+JY3K1)Sbo@a$9+O7+=)soH@sU-Y|a zW8TdER9*1&?maq~D~IO;o;2hg??(ZTzDDwHjNrWiU0v&A?L@VxxzJK*sY)v9l40Z& z5Y34^Aw0a*Vy<@M^}|_$d&)tPde`Xo_~l;Hfg>)Ouw zacUy(q?!o<%{+5jt?Rr6*>dgxJS?p9U|_gkPwpP_PpuG-Awcr2`SWP(#_k?_kAzX7 z>(e>>Ziw(h_bJDYWi!_0`y6PGqEc+NK_1uf{C$H?UN@a;PXs>SQuU zqU?n5&8QSXt>{2Fsu(_Lc_w_R#-XLQkLE}dY<=(_Xqxme>d2Zu9OPPEOYh;R( zi~_@^-lF%E(&<4De`w{eA7MaOB(;*C-~ks4eKN7v2kKL)snbomDR$6p0yc8Wx26aa z-Cr)FFA?u|bo_oB3^k;2m{%L*8C3MyPz5864wEc_9OhcR)a8&tEm=NSwWP~X;a4_& zEG;EcpM)9r9KPdbLBff-ix5eqhowZv4EeVT%`XIgo55snP>Hf6cHVA#^q|TcB2mO#T|c zG@|BV_6?4giLY8B?>DU;d~BOl72H5vbYDIq3ehZ;`qs2jB$u7eD(U|Um7p*@7 z-G^v8>cAoXttTs}2uj8tvVsf_Vs6*2nzIY?c2qxgr>#cZT}}$zv5m*Yes>KBrb`TR zh0^fwC}$*CtNgP!{UBILE#-W(Ve@mRS(YM;er82moy7CdYwwNA}gSbJoC zYr8r(lo9l%^0v;}=Lj`cWB7g8u+2aCRr0;&7Ifagt*+r20CSo}?QRy?4R*8K z+He1#)gw>G6041?m(BgtE@j&V+5rPx@{*zx4#@3I&wGt}O({bOZ`IumK&g%4G)kO5 z_qX`9np-)W3^h71NEP#`NacoC@w}I`du)y$>>8T>@y?K0M!_hdPxOR}$-5g~d%DJT zc1C&$`#kv1FPy2hHONe3Jgt>-05bpcEV<=8+6G;f+EK3dSUpu}JD^W-|3GF|M?k>q zMURG~D02!~Sb7GfMwY=(C6ncSe=W++c-H*Pwc5MN)bi`V(d`&qUlb~iXa9(j*_6L# zGWX|G>kys3wl!(zBtcAzYdeLGb#03{)stUk#G>8#f?kxqT;jvtlNnHK>+pgG1vBh% zys2IHyk+=yw3pT!Y;rW~j7%8pS9sN4J$|U?ar5Z$dOiOjIi@A&E$T&rcb&qX7wfXA zs7qwtvgN;1Ab~|oXgjwH)#&@J?c^QnF~dQ3C)ex?9!Bq!k8OSPYR^TI5%QU>ORTlG z%xAb?{D4$;WJd5izie?th)Upmo`!BB4)`v$BoG!}CKO zY?u!HbYDXNV}s*s(e^E}uFJc3XkI>nJKPXkxnMGcsL zSm+` zlY+Wz&sd&nz0cW;4+2$51#9#ijj(8Q1BcF-m<&Pd(ziNRt(U_lOY#4NC5f8LvfSHs=P2Y4 z(T3Q+NiQigAM(#OEtw4f#;;~V57#uTNN7r^o=~b0DRiA zG&?!M5_pTx7546j`?u*M7##H5f#DCpV4*D zqiW33?$)v??R4jC(Fe83Ur$fRZAD=nf^i((GgSJ#^9)!GKM^7L*b>_j5XK2xRR6=u zTV6x4&{n;g6meO{Yx%kqb;G7QYu1VK?jUk;C!eL@aZRXI|4Tyw3AvrfZmp-&0CwUJ2ZAbszn|6r?Dky zJQe!xy?vGTb=u9flw%V^8swtttRA)xxM%;6q&9wC*v z#yA@4q{Dqkfg&K9V;DIW(lz*9Gd{^HY<@LaOi#X)i>01#6-z+&Y1#u1JfA?fzV~n` zuyi5+29M-31LA`xJ|+qv5d`#DyG@%(QAhP-$!M1(%0Jw3 zpZ4X82_VB<6~i>B{2V{{`9+6D$hG7vXAk0396Avp>>%psi76z!7a{Hb_}&Cr+grM& z&ZAndIO`dyIPX~1Y`g%;L#g1OK}pPhWX!g?V(2AL8vGlic~BJ2s&45{k|Xnu9yjxa zdaewp>^t0An`yf~|M^4mke(L|3%$e|_AspQ8^)~8B`iwDVALmq z4co%AUQ=`Ztf82@glRS^+v*(oB@ zV&l7lPH0N<^z$e?n&Dsk2d4j7{4GTdQT!+DE1qY0I4)EPBcyHjPe!bH(sS7*D9@AW zN=FP;9JtpDNNl@;x=Z;K%Cd5!eDBU3e!U3tN4$^t0W1@x%dbz&?xqdNdPd(P+i#<3$y1(A@C}M%v&Q}nb_1vOw zlgUFA@14XBBh_~=(S(9m7H;9h$8ft9;&IRFL;S3s8MFoD&}%s~2MZ=~rg*0g;KDnq zV2~ajIQNT~ea8Uzfs`b(-=-$fhz02rkq7S$G?a>UuZ>DrcuUiWBxX_|#ap8w zOv{?Mbn+d$QagEpunj+FoSL3B?i#xoM8BBBmXM)kc-e>} zk@#7u6XA#|dZRc?SApAq!wf)PbaWu(Als}8b_G?EVvu%ps&p>BEF@s?55)`f7=Kz7 zwY{)=>xcYf{wAI`ZMSNo7$oxlPHpJpxG?VG?fI80?hNvUe%4P>1v2nV<#pLLBQ;!d zNsbto4z_q};94%{d4e9fCG3jRXcPhaW~Ht5NvZb?C} zTCTCeCSRd_&RTHYtd$qbg_qi`<vczjnSq<#@DPf_#^2O zR#|m>7?BHp+Pvc6DsTfKIYLN+R9s-kFW3keq%I+Q!EP^6$yv<45lLohZq~j`LT0 zi1XDR{z!xsRz)z6%_x_mh==TA@TVQYG}Zw~r`$h>6&|;3tM(mdbj07LM5BEnm&g#j zaec=y--0WUy4R5PJ;6Y_PGgO}PYPUr4gE+9yd4;fY^N}8AJ?nI4}epfVtyT+aP5c} z->E(OOtQTp!ohXw6o$}17Wb-F?3}m}1-@@LnZpjd@1`&Ic*l(|!=KT-;#<(SU8V&u zrDW}h2*TNk`p@yn-Ssb>S@V61x<0V$aoJf#Jd17Z-GvuKw~6qQFA)I8J~95sx)}`* zXH5FE3;n!`IQZ8_u_k3_5tuHg((}4h5wh}Z9-y1POlefH7HeNu*O`kRVyKupF(J55 z7Gvi2Sr-l04V?yVg24U7Yi@`}?c3nWUrV+BffBCP;48jh-lcfRR%lFi_*|CL<7I`v zf@$Kz2*Ve>!Ys}8iBAaS6Y`W?f0AT#oyK7QJvY`?RtBtU>#z#xqhH}A6d$GR4vUDv zn45@Ub=+u0QMRkmn=8#33MSe^K|g`kcPS3VG6fX)D=Z<#@lTp~Y&dcBLicgQ3#wq% zO(>3qvm=)$4o903?Z^@X+PlF>Lvxiz3MX&g!SX5_F1vJuX4F?hi~ zN>&BL`&Hv4{pT(BB%<#3r^od@eM`iHCQ66_FfgNT_d4ZTQgG>3h z_~fIIy=T?^t608G9pNP)`RB9Qqz0dV(PE|F_;)i-c~z!s`#C}&0pEOIdohwFZ1VIe z;h8<>i?lgchsyWj4czH^FXpH>aP{9P_oOD#F8fhhT*4f+1k;2v@df%c4I z*D1ICjVAoR)rNX>Lfs8f*<7@o*6Kk)aOHj^szjDYTBl6pTq==!!BS|T9ErJmgJRTHcU zJuc^Pe3(qfr9-``W*K)e`XDuSHlE^_dOp>Kt|G7zOh%|8O2nym4wT@9Q*BFiR5!v3 zQ3n5k^jrS}p_9p7e%h7CADF&Dd5qq_zWgm-e4X*JlS>6FShyWE@?BFE*|$G?nY)&l z{OekWV6xvqS_kQGm+43n2M+R8o7y=Si!qIVowqg%{tq;YOdaRiQKJ3Vc{h7(!B*kB z*Vlm8q99P81S0E<8cT6`PB=~7t59x94fGmqt>~)z>UJ~b3muR%H7XmgO&iLC31@yW z3)#9m8@uz(Sfl=lxJp{YqlnflM%eMNeQW3dNk8<~c&My8G4WxILAmEg`BoJ}uuNeR zC^)ijXYNun+sxBWWSJ{}YP7%ON$D%*%7-`OpQtP~2=^p0n$8BcE((m@Nwo8PR1?>4 zXc+HiSn1QUhfTTHbEzSJCc0INlki=w6qeEE$%1J8+AwqwoF3h+vLRf1dXiqSi4v(J z3CBCq#_-LX(^yU9IZ9mT(>gAHRx5qI_LkO;N#5_2ZK>G)JUL7AVw#OSVd)Jt&_N&_OL0rI-hNFP|r0`YCn0 zfL2u4P(_7zNcs@k-jp>Jb0I!!Trhvhv2j+VzfK_H830wWrkE2PdlB^i1fKMKbd!9c zQP34w<0RD3H<#I_36^R^4nm@D9)tokg5vB>Oxl*yKj=08<&!X>mR&pxwX2}A2(kW_an*F4O$mFGP6`#Mv} z-7co<8!~VJ`#~2(E-_2|?` zq~c{%DNm6`fzo&Zzj5eO!f;2hODsyvwAgj)@?214 zwn~EYbH}t|jWvCm;HfzgRun6d9_IM)pRC_c4_RUQJ?7*F<_1lW?L!Xwa|ZK)YvZnu(DTZb4b-#)x|x zLOy``4o$WrvMq;bGugdG35|7?WxpR3Oa5|zUIb-t1|NU`$Eq59NSS9gyt7n*S4#Ry z75lOR5T-H?MDr@G4?&cUZ3^|NNfKE#)Z#DqsEm0vZGJ(_z=`&^|VnOj!oL?Y=1HFX?d zdRs@UtTZLILN4Q0#`ds(qK0sceSGR7P^Vx)mwG|V?Y-nMN=eb|TN@2@?fne5p@2QU z?vRyQX>ex~S8;-$%@@YAFQUy)Dn^%8sG_|L#OuEzCGi`rB5??wme0=+f49x4GEUco z#Cg?I7JfCfZFpg+x%5}i?cp>~6nDeq%amJ6W$p+o#L_F>Yg*3Cptf7125keZEsVtC z<%esy_%7pX>U>6K1AdhaLZf-oaAsEN9mwpD4U6b@Zm$^+l1#Py=cMF*y1#kB9$1YF zEwm9}?cnNbo{TIOQV*&$4mu4r*@3okT)Lkp1doqP}DI$4c z>5j=xeauYk#iEW$99?#Re+&AZEcdTwL90`##=`xIR{;iWyr6hMSuwT$KDCbQaKU%w zC%NAawPX8IEWU0v6UeQ)6%7c83)6}E7|WC+x1(|g}GYZ2)bv{-Sj;Z zmWCKp`b`nmP)(({4^>Q7iSq_ych^<;w4x)_E!QnOk(>~+4&mSGHw#~lmFw(zF-91j zAs88Yq}VC~4iy4USF7oTE$*D0W^TicY^4vMc%AF2Z{JVpcz>1y0PES}Ta;w@FERx! zhC^qde&Xu!=9MS9!l+sw%?- zDou%TDM30BYm2O1ftU!TK}7=~M}#ZVLZ!frKf?LG7tc;6BwvJnzeTc`h+Hi-6<`qqC#fM3k z;fLdn!WlPzzX`t8)CToXp)Te8_wn@BWE1nN!T`|-=|kC*48j~Nr^kGY<1C6roc$Z( zbM@huMsW#j{!57d#s5g?j&REDB`ccnex_tybFr16E2;+Z3vH^P%qbAZ`x)XHe)ur~ z94o8TEUki_aEnA3iYM##NBCxV_qM98Vk05f;e!`9!&yQf)c&~`EQI;q8@c+X##n8(4YJP!o79{>o~47jG5h^*8|DAk zsSNN46Z;o^c~ykM%i*J;s@2h^c%JxjcOExglX@>IscQxum3_w&`8^R}uKCgbgJqek zJ=B=+48?%wu3kxmk^9OV{yL^e1aN#^We=#PP9b)|?TCsxlNU;`izVZK{yd7?#xmpc z=;5_*QMky~VL_@06DrLeTnJEdVf<^qd)q1mrFRSw>aQ8{j!Ho{Q-iC)!_+^K<%Yez zKsFR%=~>Iai`zS27o0OD!>hhN0WtBlN2e$hf+%dk6c(Z#G#q0ZbK>%%doDz;@nLF) znDZg%^p&A@ib^+lJwI|yf&BQrmrwam?u9uzUEIY(c$bG8UViut2jPTIqpm+2^UJ62 z)((>Rwl$sNMa2l#RNKH;gq%FY_s_p=iht*%=w5w~pQ~RiKqE@uEQzp$dKmhTAYq_& zeP_{2w3b|aL5;4*Kz?a6?BS4F!f$+L2RB6P7;Qw;?x})>=#PGotq4po$JXGw5>B@d z_Z{_GMHLB|2>GO`HPa4vZL>)-)W!A3Taj~-X;f+vI;5zAdL=s0jU|Fic8Z=d{{ zz0_uVr}Q*}hTMnHgS}GRgwx{nBQ<;p9i4w~`}4?G^Lffjc`7;#J*Jsw68y~wHrE&P zfzJC6&s-We9Pt-|TwD&iE!;nA6Kh(1Gwxud!927hDLrW_`eK*>=nAeJiOBz^op96a z|E+W`Ngx3dqgX@anLd;k3zXKSfES{V9BNi~%nkU&H>)8(#fxq|Z+a#-(6Vcu#N=4e zwz0%T#Hu}1?v(B=d#%hNbT7sSw|);D#WQivPf4w^uuk(Bz?sI0&MYZu11!jYo|yL%2q+M{ zxU=oO6VB~FvpeUcw^eA#ClH|_DCpk>M}%IhYWhv|#*jkhel&lW>ArAGVi)vywhhy{ zpZd~1-WJ?RRANe{f{wb{pvERsKu>G31RDU$p^K_e57!wrrkoerM5##j_mPP?ylJRd za#iEExrvsCHbn=Rmt63o=H;CTPNl=-bG8fhC-u8Fbo*xlP8-pm?`3H3+qEhKLF)@K2hO8U`#>GFrnwJS5u#|0z1>Pi|Ha_|Y zYLKWV`Q3;KtF0EN2|5P0`05u^^_6pE&6-*j1=HYy+j=^T|5Nh9D%ehx6RhogHUbCN zt~yRDTjS7fV1K+&6lgzQK`Mx9pSj^u+_Z9UZo`C18`W9L-5dt*lP88@SGFk)-ZlCt3kVR&nU*Kt9 zMP_l_Q|*SI>@i5{$xlpm7nA&BH`E^HAh1J`g?IJ=N z%Qh!#)?gz<{g|U9ruT6F;#SXE&ks38JMeC#uQUwutlE)O^GULYWJE8e8GOCM_oP4j z9$mB>!@(&xwFaHUDs~FwYsa%2&Afwgw>Zu@HJ>kg>!WpW$)LxcnwofuEYWx#iAjF> zN5+Hg;{IE55FYW5P?VR_`s#>!Q|@dKK8#!d{}$N*D2qVdJaHa19V*pi@zAqozU$K3 zvotH^zYL`Bjz0ko00S~t+o{xbgBUF_%3NNQmtkNiC=EiO7hkp>BgdMg4@yrEhdfwX zk^+uSB_JP?4#h!czL%1vt8aq3I{#?Gt&jGF?Eb_@*OqqrB(vm|37L$^73WQ@i?se+ zX(84YmUY~aoN;50JgsUu-j?1+&&psidS#|0?MajxC1X*77{%?1xI8(;E=8_^vvy^@~ViRAhGW^`A&dGIXS z9bCV#)J(|>M2qC9(*E zlDHF9!uJFZt^M;l2e7@NY(4J=9+~qW$jLvPXliJ75SIM}-hgZ&`{GF*_F7{S<4SX8 zV)Q%Ah4INB{hto=0pS55mK!~Z=-1l9M3F~1o!0*IY7w=nb8jJo&-aKo8>mqX|jH(DC)Xeiu!qp^Rsaqv8KfPm@|WF-z~xMNTaK2(;X8#`?J< zg?EJp+W2||qan1go|6}Z{dmvYo}p4#w=E1Fcdb@(#)2a(OW;IXV3p6-!ImPdK=d#D zkzCf2IepgVA(rQSI4+R#D1GN_gBN&cLObrt9YU7YqpPgd(|lKbRBl`c9Si+SeF@0} zj1^wZ;fYO#)iaI!=5vSjF4>qS-!I>Br`^!$aJND1vk`$W->4A{Lno~lVbWEUy6ltPiAu1M+zF+x4 zD%UOB<)(bT3LhPePwY|2`789T8U}vs$^(V#)9YjoplN~+;`oMCkwf8g{LegjUFC!g zYMAxO46$L7B>8S};$x>Pj;9Ct!|uW@Dr3K>Vq>g z2u7<7D%%CC%MMQ7DJ@e|y`AIlXdDit+t99$=MqI?a(~u!-)8m#5`>>*%!jNpp81}r z)u)*9z4cLb>v8(qZ1q!Hjk=k4UUkz)arlY!?r^d|CMNKmk-?aJ9q4A*o}HflI6#5U z)xPu~9ADd_y6%8$HuBhD$=`q=1yg{>a9+9!nPal7j&99;{qBrMxxU@1fp-ohcHrAK zfZWNm1e5q?2Tmx#c)dl-nNfbD(60lRuGAYXbK3IYTuL5?5EP_em_2tZ&rp({h(2^q zt*}b{A-yLO`CYj^l_gF7^V3$||3KNvTLAt?DS=w)><{VXwumbMmE#z9ZF0m>Wj653 zyaV+yO}-oBdFcr>#Q?>=xg+i2KAr)uQVOn5T!V#5m-g}JI9KI^9JROS5C($&S_=v= zWZ!V~x}nz1H$|{PvQd~f`usg5T9h?R`jF|QCM&f|k;kbfUgZ7MG=y#)xTKkiZCky) z-JJsndDL!7RJsrfbBrOU}iMD4aM_K8vM z$BB&~Z+4Act7(TyUR70IO~u}`eI0ywPk562;}srsW5!H=LUGQ3g+`jV`7?Ln=*aO) zEgdT^(Hb_(<>oBvT~oI-+jO4#?$5Gm2&OL;AkpEkZ&*)ZBzP=+OQKYry}l;$ro&J4 zv~1ICs4Jj{`CS=BOUcI!jx-WEW&OMk5s;EzL4Ha&o-Q22Fmezm^1H2f|A29a0AYpC z)E_9t#TI>&vzpm(8SW1xM{wY3F8sl}uLw-qoO-rFRfZn-1?g^5N9hcCF|4E3dPFvg z{{#I3M&=UmQ>=Zna6o3+Uxgsxr_h-{gnmxe^>lT?NRu8U$JTHwbpK3_qfbw}RLK$@ z+193XCb=A<-$49SJUh4d8hY^S3b*4SJE+H&WV!q4H8=&Bt#*){YztvakLn=Di4KD2 z4$Y3|Q{y64=Xb&xWI6=bR~*l9$Ruso&xO8(aP#^e_A=@GUzeaqBADdzy07^9`!!!^ z(oA1nejpxa(JM-UuF1X&ugd=A`FcWw`sUxvUV|uo`scw1HlV{+=`+j7o-(o}QMPpc z&EcT`kN$uJ$N5KUH+ruxFQ>r7@yJonXf)^e3M3vrclEn+-7154YT$xrQzyWj6g>ne zH^a!;+s`sr7Ase~uQJ^%X_Jysxpl}nRRI=`LK~q3Iyo@_l2BZ`;I$n{!Z~E|w&PwRchqKhv8+D!UxXUJWTz z7|6Tz4-ru_!KB{k^C>_@R+Z!dd``Jj&wO1&-+6cYAMiO%rWcU;sqX+Ca~LV;B90N6>F63Eny$#Wme}&j{7A7X7LR~K zKK#Z;OiP3~y>9eOg5S;u+zg2`GLC;=o4I@Pr-&IjxEJ%u?y4V?|%Av zmU2)Ay+fLEz1&++1!O=N3HvDG>_4iRPj!jZF*j6=UKLkw8P7MdXv&}AzYB>EH0ju1 ztkZ1Ok>1`W2M{A=KNA#=uj&{!1Dg!g&N2EyoQ<7u|6-8!ia|j#zs2_I^|Mr|{BG0( zN~LEZ|K0fF3f;4eM~g9XjOvH|2>Gq2@LqH4j)J$|d^R}C%XC&JUr@F|d@P6{H;%{@ zRukBnB{pfqF7(NytZ2^Q`;ho_HaBhw|Bd3e`v99F1nZdqL@B!%qpyv5b+gxlKn2)X z8TF*+1H&_O*xFTNPj5NIHC1WJeuqQE=j7nwHntgTC!BK%3uI3^8wdkmq9-TaYv=B< zPUnCNRTW&`)a;REUw-YMRo7)3b?W@PkCAtRUtTF8!(T!q$ybQ?M7qlF?=h7>nAUe@ z54_pDQ01kfA_Uu3A(w7b1b}{AGHLD@I`HKo-QAy^q0yNL8}Vr>h!HHX9VLYSk~ZF= zTHH}Qm*o8F2@}UiwZG$DXYQsn@Xfi3r^ZeJE>8pj-W(h1PLdS^8qXqVbaG|Gf1n;~ zv>9|6J-cCuke*|)R#|;htRvJ*nQi*ge6PpW0jqg9Z_%?GT`H5Ei^_hjv-}7qZ{r=bEA7&YqEG9L;KG@6+yi8fixDJz?P~dwe*(#_CQF& zB)!hIV-o#DdS)NUB||YUfa^RAKk&#M+?snW!%8J?#z1`Rz7yZD7q82b(vqbJftHM< zhK@OWspCYbQ92+W5VTgS#AJu^gRhMiXH5q)$mv%KULB(6Q-2|~n#X1KwC{%uLAi$Y z-_lIhsKJQ&Ts(4y!(*vyHhIEpK;j0KzBBc!Y;oEI@o}Nyf}PZ7l=5TVulV)Mx5*dj z>wRL76MCk+qiszn&;qiY7zZWvcB-5^@8HgL^923N!aQv%@fVr? zH#LW;r3lDjQ@)E4ZT8Tx@*k1QR*T&Xi8|?Xmk#=QvCMkD-Qasm)R|_fk=lYUoElLr zR%v1xmeB7Q@5~HaW;Syjkyu!2jQeU8p)2B3hoMlLg#@dC)FC-MpZYj(MXTUWJ~h-b zL}U2KGLEIs}>p5d1wel9RPHnj097}EHVO6t3 zY|?+L6CNZLct{-RrsrjC;l@zWlkN9rBx0FXatLrFaGLHpRcnyw%6zOHp*>wzEb5WZhmD6MAfE@3E8v$nqn{s-v z)eS_{AIQmbc{Y0c2aN*;sUuioQ@s&MIIMJ5>xO+#F_GFPt4$qeFIMBS?p@=O-fgOM zwt%Nyy5OG7Rbx{|R+vD6y8}9q6}5EF!n`eJu|t*XP`@J_1Uu}hTtLU{ed7N6Gy6`O z6ic4Srw@)PGfF#?=xWPu_32q?vIkS(&`7nZn56e~cSXZ_y4ei8&t6k)u=K6kmz7?NvsNnLZy*J5t>Qh{;YZPI+P=b z+hCQmfuHgKNCo!G=h+;86FhJ4-m-i|>RtF`!b(p8n7ha*jd0Q(VrECqHBx&w_G$7* zu7jty*(8#GJ!XcB^KNKZGA$3kN2vn5k%1q^ViBHJ6)!(2=yi;gvhw<90ti@&1U~*9 zXBUE}X41C18z=DB;4s2RZ%m=nJ1Kf+A0iQIO36hEAMFS;%x_*e4Kj4EYBZl>Y{)svRbpDg<1R%$_x!0Tk%JKb8yI**l%Qx(P5YeF|tXBR^T@~_Oy-VqRwnhr9KQZA89*r?!5Pv3&*zz6VHOwwho zK)xC8%+wDzw#HQfNEewlj5@@X7FSaj$SBM=n(;uB&&naynwYs#ygL&niR(r#KYNkA z^6b(?nh=vP{FTm4RxP(xRB}O$KIZIc;l>cb^Dn)Y9~@ZL@+Kd zCpp%_BSNnczq%5r4XM}OpG&a5G#-4{%_H;o?_&>@S0<)zhxVPt;&=KKYwNt$Otk)# z5=bkY{b&wqsFzd-jgjjCZM-ClS5b?Ou%40|MD)bl_c8;{Re+_54SeY2j8+M9ZOo60OANpQ7Jof;B) zF&0>DO_oJHsDI(u;IALh5fr*+V9wCjV>X^|eO7&<4}$GHnOB8^wTb7Jn??T@zxn^` z6#~TLWUJnDxPt3~qsgpHz+qV2@lhQ;I+s39ahxjqKkhg>$$I#Cge+dK64PMglrzGm z+p}aYq_09PsnfTWH?`)GQv&N)PEAQ(t~bT8+}3}WU>SO=f$L?X0gar5vq?yjApdbH z$HhNwcCuNKko5iEiH5nasB)+N2EpGMo`sPJQ+(i!IXiVA?7Mu)ED9r)`|#CkJqw?~ ziB%Wv4JDH5*De|Uhe@0_48`jbUYI^<1Bv6y-zN9*cEO$Dlb4RjrV;bNsm|UuPO*n= z?IT()vi=g8092P}bY0rplM~eIH2n#PE!_IVb0!f(S6XbVPXKp5VSNvC>#3<95)7`C5p{hnS zY(oEqzcsv1zSa^W_BtC@c~D7BlX>U}I(Irhw;W!ooWB`rT4HzCr_L>Lv$e{F0L(*{ zmHmaJ+b^`q@_&d~82WNQXUmCQ$wT*lpPt>_rL(OE zSY}x5znaba%{TT;#^}XGqkBv~aqV8*r2O_Tx72r6?`SgLvh;n>Cpq4?&h?6pS%<1V zFC~y8eI#irGgN>W=#L#1oYgOD*>Y5D85=6i*yYHJL{PnI*iSlAI`^)4(erXSk)k!9 zE`-V>Nd08sFw0|Y3E(0wK%GkNBVqyB|BuybeIfwtoX@g^m9*kFo3xl{rD1Lt-NBkjxyT@(w;}TN{%<}E8 zJxQHo4Pd=yO%Wxs;ZI1I(`ecsWzGIfQ=CShtJobG|ERni@qudhjO(;NPp~Q+-Vr^(&sq+8p6E%XN_YZ3X=+W<3YL zuD6TI1UoofHk~*{Hlrj%R9Q-grSJLf_ zRbL2p??k01u`4tV2nX?Y0dDwKyHWDE%R@`{^}rOMCEF)veD=;=NA5lVR7)$6}gf1TY*H-zQt{JrC2f_^b> zd1U?NGYJ;$3vxMY5$m`(0dxTXQgUk)YaQ z3F--yTYDNlxxq4W#qUwkLEd)o)hxNJ!j}+iQhuzsH^o=avC^f%N^fW)#ZRVr@i!z5 zJDBD&THKC_+Fl>e-7yo=sT=>0Fj!X;Z56F9@JT69)K!O|sH8^Y;oqFWgKzGku%Rvk1#t; zo<^?&g%^R8t`Z`x))NNFt| zC5j=kDGL>uDb_d2URjk73Ry`eJn)+QlFbbydnXmUqHG}*2c~~Pd!e}&3-+_}HRMxu zb^KAe56*0*+Ua|5ADnw2_^vZ=#5Mua%bW@Rs~2AUKJFoYAA4A@$5!7qS)$?1H~6jd zn8)1+;;Yvc6V|^u>mBU$l_fI>eLuBF;WK9jZsfz<{cJJh`IseSon8m!CE3K1eVtum zEw4zQX#>~Vuvq=k{Pegv#dTRT6H%z6<4U1W&viYO*t1CXSoU_$cX4W-%)%$D9_>JJ zjdQPWTcmMfP5vh~n=yXv%{P)lkSKXu>t26QFL?T4Ydv6FvY0_%c8Ng~3_o@Fm+pyh zlG4s+R_Axx}a_8%$fl| zLSO?~FEc&HEJXlmtn!WU{%8D^kNLILxFmZYyG)f`d0cW{9eZCn2M zRmUq*D(Iwyt`cmjsBRc4*e*pWP_;s!#fNjIcDCbIpZhwj)vn5eJQG0`kU+Og;w#yW z(;AFQt^;BYx=t%*v?!Fo$1W8erwA<50a1~Vj=tr)H5ks*D9m~|3Mb2nHo8I5Mo>9_ zUWlq7WgWW)@V!?W z5i?9=Xrs2~+A(Grp${zaSfPhv_TCLGA}SkmG6g@Afa!dD6k01oclkq9Wg)lKRsFcf zmST1s)jwv_L}^xbk;CWsQ`i?IS$j9ll|zz313{ zlnHi)B41i~Lod;TfPHX`Ala_vdLc5W;^agdEJhu&pUtEnvfmz~;d3+9Mlw4C6zAy} z(YP>#x@t?mHI1@u+p-{X@Clvn9{FTD4(##qRc=xy4t>m6)@eMz|(u(8$!CY>72H6UNzo0UU z_pmW@qU7EHinmFfbV--$UrnDC)mL$>D1&T##O{vr$T#33mq&WMZ)l(q?2nbPhy&D|eR8axvBG3zOs?(5NtX;zL%#H#Tih5Ebx3i-Qx1?w z3kpA`6@Y(A;8G6$wlP(w+RRkA^I2$+J^j%{CXv*p)JmIa^&nop-PEjZfUvP~9>?do zIL2GUqAuw^Sc_N~y*}Grb{5@j2)Xy=$t6!h>J{p`;tdl1sNu|i=YgJ_Fi_rgGgMj4 z2Htxp=@|cfo|POVIpUPKVa&DXmK)$WZ=cCG&NwymmOEME+&{PWSc+>Qh_(F~fR01~ z;s&Z+ExsMeFs4x}$9F5|Mo*<_OkB%C6E;kf_CH&K!b-2}3WYH?GsYk9UPB#Lu{PXO@`|ggA;l>F z!>U(S)aG!Urk^_qZ6zU@I)v_sIED8H1S_RO9oGXNb)HrPa7J7vFSAs80%*f4d0oo! zCu8#JYmq-k>Ok&)L5!!oJOG6KeD2Z$>UzOO^#_`AHI*#F&lmWSf#^0D{TWic;Zp9( z1!MckPaLo-b;Mqa4wz~yxkKP8leYo^sTPFBMLDv!l?@lZtYvM0+1(SbsA~vJHp>%^ zZp#59R-uSrOCciX0d$XE&s0*M=wDuS(Oz71Pp?z#*%iaMlljSa)KtKg6dS3RUdu`& zokHaMY(C&Vxg);yHW_(g9P1?t5$(hQU!Kp4*-(`jlc?aB^yZ4ajaJBdd6Lx?GaK1a zpi(<7YvkhQ>;bxcCic$p9Fp{btc!slx;yB2`0R6lgF@J>sa`aTQ;kC?M5Qp8I}1#h z{2`I`n@%A!dJIPCr#u0BuzBXQHNRr_aDS0uC{0m}&@n%KJbHwP@RnsLgx;~Pat9;NB%`+U_OKnLG5sPa!0wp7#R_DQ}HDJ)#39xep+T^jIOYcv%(FQEM^dS={}6>{F(? zE3}<25VR{b@^Y*t48llE-ME2o|`*nalaN{P8c;gd@&>`c}-3JqYgf&%V> zf!EDFx`{fbJBWGHTXToyE=`aC;*DT2c((h+$cpWr7RroCwZ0kyS(^2!E~(|Ig{{a9 zCU7haiXM{~GOVtWvW@slulu%98C#eSj17tpG*>D-NU7s@+p(xo7jH%6=e53u3T2a3 zDy8R@WR#MtvZGn}4(}LNPqi`wFZDfb$j`>Q`g>G1j&Zc`<&VBm8$_)qY&GDn$bj1! zS_d|b6R1#qqm+pLM@=efyd=Cy!`_6Tk1e-g-azZ#i-T?p%Au72N~#UD5@x#)VrI+u z!t9Npg!wE0GH{)mtB=$A5&B_2{)tXQkKfZv_4X}nxB&y%2K{U6D6$AC@iX~o^c@|% zE2^=p7v2Q(%Jy&RsZlg}8g@Dbc22e4u=Q~3M;+8RUgA$-7Sj*;05zz3RhGV+9!h@0rWx;ZSuENN!jjHKl?J%<~bKxXp!Z`ZkZkk zC0qv70sDXy-uk`0cMPrE3I#JcEYg0#b%0&A1aAxo-dh`$HRFurF<0PqiH;>#(ZCyq z_78gk;9&OvHXvdULyimYsxv3SJTLQNIY>T@9L={r?3nM1Se9^$NrQiKC3pC8og~j{ zh70d0=s9az9zQmNf5Q7_JN&|XgPHmx#q*D9;uo5-BBn|Ys{0`DSKOQJw3e#u8=SF# zv~3&^!oCu{A;d)nSkqa>484otr$2WdxEpn-G=esy$r}Z0(nk8{cjs~g zS(YeDbwH$cSbBN~q^sC>R`9}t3E-KR$o2hhpPEtpj>$rVdDY_sYlaWLo9VsX8Ei-= zjNrLDdvackkQTVer^tjlz>sI->L^D;EkVXR-to`q8ORC@--9|QF3uL8%=}AzKcULX)OF%=r-#w%YR@d`K71tZpB0-pJuYMW6u_K~ zD=4;jjr<}0>ElCOgS{j@DNFF)>ai?d`)ZuUliwC>u&JGHM*FF>bM;ca8rJ37L~=N!6kA3n z16C*U<_@mbK9P|x<-uV=Xa`ke$Pp*S=52QLk6Zp3xv(i#P<^G5cz)*8s-@_YlKYuN zYJ>RA8*pD&hrw0>*aT+#;zKGpkZL7tpDSX0dyPh7hNir4S^!S2>A&oQ7nLP;oh47b z1ikF;UtxLv;rDUFi*uKTg$OE%o}? z%&)&3xC|!-pEF)XVUxp8C_uQW6{fFm9#kXOI|%G#DPMa5h%^@{(`h1r)Xg#JTH!kx z7hI0EmYGaf{|TZPASPYtKrf{m0(pKGdEu-t(id}f0G@cpARFn-#ICoBb`xg$BDFOv zpFTasRz=Y@^s=Lsx_J5=ypu&@r(=|^2@m`04R*}t%A1#D7+YC+}W+*5o}{d8OSdTTH4%cbg-SQX}a zKOTucOzu)>K(}_(8q5SNYWJKr1NIS!tG|% zxThw$Yj97{vDg3U`(9dCkgA?hjMCN7-jH9$C9ih?rgDJeGFCHaX`jj>Uw?`)iUhk9 zZGNX7TM+WFrrPRl)kBmu!9%TLC0*60TNW8hq*smsn54jBJqm~%t6w;?-5+VH7z_Pd6E%^k3?Ma{Nw>7ix_*gZ}64L@{4%K_R+lkTF-YZxo|CJ;RQI)h^`UFZS~yE>G(TE z+MMdvz3a=Cv;rYZ>EwLt7PA{?FwURJ*%I#?+L22>r$9ZX^A*QE8SMa{tiF{N8MHwF z%EW<54QzF?br$N!a4Gjzp64~>lM}flQudl}mu;4->+#J443DN7_3K^J`M$NEJAtYL zEk~J1%z*_JAh?+pfT=P~30=B1SUhs~D%WZwB=aV`0#Gk4qS%wcjLznrQ4hz{4k8)D zJNEJVxOReYhI09^NqM$uKUMPZe7j`Pys^(yFWC*HBv<4LAg8+XnI|XD`Hftan8_)O zQ(FOM$76@Gm+cipwls(b)yq}fx2TwkK6J4PPdmFf#0uBu3wNsi`Fh<9CaS z1tA$E#g86$-1*UntH_o>W!0*vZCzQ{IsXN{f_?UTfkV8-w93hAUUD^SuE#nV68}`K zgRE)0H3cE3>R$)Ej|qLrOxLPx9o4J`MqhRY0M%}21-N?_8+3g~53?$ITaeVQbem4) zt!@Je@wK=3DI(~ksFnJPzG^~N-EL6+upiH{6xH6r1#mzTZyar;$+KMlfU&;EQtZ_w zsD4d|Mg54v8(&xMAGxeQLu9tu1w@*YV%IYA!^5AC%cV7V|KU|J93@DC#HFWOkB^T6 z!gXwY-ZE**#%f%eI>|hCVxt;zsJDhHruL?3teupXgB9em8pgX54Hth zP;lsSu*m52qyl-sdkWGyWul-JS~}09SXG*r-zyY^2)?170o-Yeh$eK;dmuCj?B_&B`xH8*9A1~V?0bNVJ&aq8%NL=;|*SFhI&YqAr z{rwt=oca4eY^j>$^7lx=$|yo=FYx#w3J)zl=URlp25Lqy()^5lH+YYH8JOefW% z+PP~kh61;Uwy3I`vo6GwWUs)BSz2q_-ync1ZjDdeP~ME0vy5FmrU>^lT2~eiPK3Wc z{rPr;fQ_4eBVOC#EAHs>$(Fp}?|YrC6h~Uk8y@pjDt9@w^*Q=4GQ)Qa0^R~jyHTmt znF^EqS0&uPlZMra4ZJCCB|`fM*b|Uwizhd~%j!_kgRFSR6rTsx!oIr7D{+nUb~E9u{ zO5Y!JTs&(S+Wa_2lm9|6*})pJZZ}H-2%(*u<+CpUklx5t)oYdnkpC%- z`_Xef5Ery$Kad1iz)_de?uDQ63)=}m7VmyoPiUH@0mf1WZ^HTY;Ph0mW?%l(LB8~ye^n`@@Ok5eoZ9hKDy%351Y3~5`ro3TSavc!-n=apP{KEC%i1s1|aH05`&q(`0DC0GHX*-j-F5X+}U3A`OHXNyT z$%TF+SBFJtCQH+$XCi7)KaJ_Bdg}*&!qR27k7DMTREi`-psk3WX+QC7XlCEm#r3Dh zQyaLqrs#qNIm7Ht)qL+VBv72{w2j^qgT7-EyZ&bT0(r^D&X(^f&xmtdb_O4zTIiHAwv`T+he7 z2!IJjq7b1!95N`nreZY)benj-E}yJF`BSFJ7M^)~T->_czVShR*^a`ub!B>;^ysGG zavEkY0)(7*dHl`r)XlJ?{Go_IOSdEQXSXmFdd^^SfIXZo6h@0<>PW4=m=3S5-*YNp z^1?Tp^vdQgKW2#zi~Ne76nuKHE_w0ONRtf za3aJHq}jrcb;$py{@65l@p?`*3c^=S4PvmKgo6e}AZKOSB0V%|DsGFF;#m}SFpe4r z0jFN3KSo9p13|T6^fKye>L+?+Q1gmQ!K;Up2=k*|FNrr5mnHVKDw0T039HYcj(8dB zU}glR5dOdjJtn`z?^MZYE|q*s8+I`8$sHAh_!!1*9U-~$N18aA;b%m1^^}IIS$TbfF@+pP9^sXYvtjO#ll3| zIv@kp&&@)Bdqiiymye6+mDzd6Q7f-k%vM_)8tlVA3?B zKk4pkGoM*I8~ZsT^zHH$HP{}!v$!YdpIE{ zk{ocIiVMSl<(N>wPw}bDA~o_B{e|Bz*5J*c)W;wTlKzM%Yb#kktvB{)=>5>Hhr{dr z<=8j5Uy00B#73UTQ1$JZgG*q8ZNwg$Q%xo^kq<0EVY7}!aT9^tLkSbB=&^D;pzOr3 z(~MDxd;Dz+yQTk+ch21(X5BjIw?;J11jIDPt9|JoEr>1%I696(TvUXM!OmE@Lw~K0 znd~?@%yf@*RBCHe&Qmupp7}$kIAY0OHPshcFX1|J4h>_~(K1iRv&X9I{USBr@-bUh zITCI#Sn0f+pGu@LOo9%gz=5(JP;oZOtzgY%{K%AQTo(|U4`X%o}vJE|(kTP?o z^ijX8q0tIpad`DiacW~9eDXS7-Y0$tg;*{J-yVT^BR~z;@vSrq8t=#oJF-v_?j#~x zDPPKSyV$A%*T_aphxAdHLat;;yc@O>INQ zA(zty(2!@9Siu;tocA)VgFcz2X}8IO-3}AtE)2<*bwUn)qD%H9#Cs1@!_nV?=&rZiQQnE21Eane}=&pcT- zm&B>+a@&9Cr_Id6z6>9R`0F5Z)mEkNwX zE0Y2zvTQ+QpRiR+r-DLo*a<$&h?L2VF3qhB78_4zwwXM@_v6LHbd^L7woyP@9XCn# z_=9Q-rDn5lf$ok-$>R!eXq0M*JjWwf9Q^lcDo3?C)1H5>B+GOW*AIsdi&I(5%YM!u z2+!hQ8b!(jQ5dnfbn@$+Ss2q5D<+`p8TBTH!Gq{Yyt$f*FOSshJsJIvlFS#WqquNP z9k69~8Rv{@pEWQ)nB}HMXcPDG*Y9P@7{>Kna{39rdg>zoeLt71)<&6Yf`EzYFUX&* z%*QM6<_?qqwYD@@ednR?FVV=zWKp%^g(t@^#>?lAqNa<@jpr6;wQSwfQ1#K@<6Ko% zKRyKxLH1Jw8^)qN3lDd%8{D1B??vVvPVz3<^#?Yj8dTrj#{!kF*}YU`b}`4pQk?o= z6k;-*J_XF&TdN#5&c^E%35(%?ws+7UG(pyzXXj2OF`x9h&x|MMf9DV>>+ADp9}+mp zsIy=kwseSa6rC`_Dl>&HMt6hvDy)iPe3_!gPy2^ORa`Oy4Xy7NMn!p`vwSd)GN;B?dcg6FuISysv z{wmJGVI|=7+y>%jEEF9#Y%yKN{Lhm_!cc#zB>sY$)z6q+BCr-zu)!?SldX3RbtYx< zUV3*265Q?lHGa;|9}R9S{&a7fp+K#brk!Xu4UT5N(f_QXst3a&fA;uupa5SlpyR^S zM<|?sY+y{(#A-DjSt2I!I$>MOJrJ)izucjxm2S-MZO%xxgU0%l-`%y^DMEMlL%9Z` z`jPN9uq*>+_H_NS>x)8`d$5Fk9$AfBJPmK*YS6@8B>jeb@c@|J)nV8V5G?Otl}#~) zCTrgly*(@LVHHKZETJD&>2A7eT_}FEH@)kD;;~KA)OxpmJEJnL`u(M0WkRz}&{9mk z&qz?4?NZncxba@?lz&9+@s z1`T6K-F~D`c88Eq(3{h~e*;nDqY|3;dXw>0ZS;?VWJgQoEOCwyUt z1Z+(3l^oii;n;$*V|}io@2!j(Me$?jr?ah&38#t}&V}lV?R#-^RcmjU)QPj2nq;$1 zD{zLbxRK=%Z#YVpXtZU*7P8lcstJP)CH(4%J7-%_VF>7 zn=Cp1Tsic0AwBp>Ar}~2&bJsOcYcas#TK+L;o**6-b_!S>MviCiuH&v1p+!u^1_lJ zOT4ibrp_Ct@hh$zW1O$1(5a?44_k`T2Wk_-K(YSf#fKQLFh3JQgPZ%~E3FY^i^ly; zcbc4Bf~EIpk0h!t*>F!TuJ_%C%r|s`D*X@wZ)MT4`!A*yx{Qsvb|Wz>9j|IM)Alsp zTDh88Jt@fMrrBWWdw=2l^!M=yAcqX#&YWs%4N5AxzsA#0Ym0U#^pA*_sVT}i1mZ#g zhP^Dx-G^@c;UAMx>MP+QLQqP?N{>*hAiB%h)Oen_? z^cxTy`5XgFwJNLY0B@nII3?@Vq`)6pug9{4Z_;T#vt(b^?o!1n`%Y9K9|@3dL!u{2 z_{chf=-ERiSkWzhgJ^{rhxWyX6In0E^ZZ%n{kBNH(bN@^q8auT3N%aA?G9*>?IS< zcIZgE&E0xfz7Z(@de2t;&WEjL5OTXc|hk=Z^&u#q2m#wD81wh zI9>;senax~z&z1yIg7#!rzOk4Pq-D=UBSCQ2+Ck`8CH`$6v>=Cs;#)>fbyPdT}Tvp zy-EK@SX{>dIqirNS|KwUZL^61*;jq3Noy+8&tVf9Bw=QbZFiEC|3%T_uasxc`0h)A zQog-Jzk|I~6XzEq{Gf}hq8)QuG-77F<3<82g%$sGG&>^3H(ZoNuGHW0u5)8kQLc%? zXWV^9OR#fJyE01kR;dHcdr{9~QoMNetpjsktPsj8to4CC;B`#J#jnxuKjw-59kqey zinn_02A@0{fc0jwz_kum_-YBbSf9WPD#)^&Us`AebT(nmG2A%MMei}c914Efv7D=s zmO2*I0`0^OKQSCJDkjXQJ9RzFMPO|%N9|V@chqCDb}mRrP$p=^RpdaUct9p*!$J}| za{316wF2~5V`-1^?OHz}JxR*TxOC;9j^hQS6Nt9+H4Mp0AFYgKO+e>pt>u3 zyvR~r{|p*dSOtYZR?%*07dW>q+!XQc!! zeC}1>_nqpYT?wFS1w$29vU#{J%yW7cs1&;YnC;JLFPSm~OI|9-KN@BeDB3q4lPsx=$FOR1 zynKSFkd;D}F?FWOwT9=I2$bbFqFzBE=p={-*EEKn*aVLd0pa~xX1~-wrg#a}WugDeizgK#c zQD^|N^MVOwCXs3C*j7;^rH;NeHH9+2=;E6`##=Y}{8K(vuZ_i;c$HaKvJXp+9!o-^ zHY5=~IBQIsD$Xpg^;`bngTY^3TC(YMNJScI5S!@@Z8tRX)Da`tR4!N_(6AFD7Vh)x@R$i3Zf?d;+!UDNWcv5b~(u8*;1$&2}4ah zPo1iA^M04|=Vx|=DumStzFaT4l^&yU;nmT48?zBujo8g1H@VI6ZhqfoT}^diao*N$ znSAL>`BcPF+h+v|cjwO+T&EI051;-_g1^QlexMrmLCBV?I8dP4IuLjK#Owthg$VS_ z_q|$6vuE+i?lt6u7et(r@K9)=uk2A|kCD=(vqa@%0?pkL){-1wDJfVKxg^oz8%w0X zGJA>2znV=clJnMhJbCbe{y>p=d3sP@_qvRv7zLbTcmA`VBGt~dY-&a<|`PEYwk zRMMrjm-X=LJ@(Az6S*P3GnY#yJ5kdTRQLbK8P{4Gw-D2 z_{CH+P|B!4=Es9x;9c)}T^Tu?LY>Ur^j3AQ#)4PBc1Z=|YxwJ|tzt3C+OuNH##^j& zkahBGkjEN1jxE1LZR`#%w-IfN>_~q_lrDBZ?R}toUxnq=Z|4(+y&SKUHC$~5qC3!KPu9ndaiuUmPwUO9q6ld=^m8t?^=B6zRAuyzFoml< zm<~aLWsjFv8m{l2KEZf|_9q)m3W^gdv=^;rhPSS>c&{?<@VC8V3%hWtvM(_f=r?)C z|67yY@-Jus6qxV5?GxAQuvDXY+rv@fK(k3;&HM?b|L2}#xkT-lTS!O;f((|-^OD~=pq{mGCbC54K&b(`7c2 z#r@_DU^%goTuDzrCQDg0OU`b|BF|sx!}}9P%+=+9%DS!F;E?C;DyE{q?6N}TO4@HY zuJAE2@T&$?^rOKP{pBvk;>SOpI3gQZn%*_XEBx6}iO2rBm_vS`)%c7aq`P5Pa>@*s zk`HbT!hk!n@crbI_lzH;se6T7UWP5*U$qPcQfAW(t5GX0W`TEtmLf20j5i~TG}ziY z`6e&^+M|&p%Ji7W?8&kr!P1DLKFO7qgsw(`(n?In6amV<@j4>68U;1_OFd&Nu*dvT`uv)|tsYVSF*Co26q!q(MmSsxAq3&8Tl@ z=sy9HA>m6^7GYO-<*JCDqIq*20&o;9Rp5Zzk?RZ#v|avW33rKN`_u}NeTj>-f&SF83zTKn`TuY!weMn z5c8GrUfPqbjFYV!g6qs?@UonWoYmxm=9ZWT=B~0o-8zVay~t-EUOVQ;-`4Yr>yk#z zO*Cy?gVk(Rq9-;IU4kVyV%2smByq@7YmDlbb)!dh(h%riDYwny%0!~EK4aOlc(v3y z<91<6Rl3s;hjVqp$Xa4_rnF%J^d8{(c`rAtOc;YFomV!78!v;Z&XVLq;J-|!S_({m zKN_Ljir-@F#$OrpbB>CaW`-+)Lx%i1R-9)H6o-IM2Ey&=&$*t{kgD9Klk=MR{lMpiXr}XD@B=;=&VEMpE9wT~N7g zFDoJDAi7L%+$8X)b_^?>R?D;tcuhVl(Qj!bX69~Z-Kr)kZL2hIL}d7BfoVKRA?F{< zi}n1`0Gj}!EdZUolN@hxZu98pEgmLooY($B)QKcv%u|b(cG9fLs0C3LPL)~{O-;Yg zD|+4B)(K}{?>^)E(Z$-;8{GHhaqoh8ydWO zt6Zo>hI>A{;F1*vS|Yoai2NRWhiU}eUQiLr&PX}m4SJ~Cp*Z^&Btp+A%k1hZl6vT{ zG{e^E<>jVBS0YQ*B%*(KsG`Fl)9&oYJu+6){P>c`Pxkk_upRx(9fM4UXMt*ZlAlc} ze+UyJO*3XX5Cte8cKbRG|30X=SQsGLC&*?g)&bZav?iC$<}Xwo zzN+fD!Ena<16e9*T*#?DMzDDEgW$gVGTtJ{kkpsz3TFK{Ls!Ax-qF^9HosJpRJicjGZ1g#CWzVU=anJKk*il)c9y(`Nv^b8 zq|s?m^fIiG2UWrYwxB*D$wEdcfB-KFx_u2;qx$}OIV#-n}5yu1O)^=SM5B3%5B z{~-R3$Wdx_MCXN;EDVLF1EtF>0AJI4_ z4DnL@kl2`m_)gCbh^ot1V?bM)|Ndxtl*Ika5yIRcyg(66We(8qYP~T^3S;2l|K}qr zJifgq_P8{k1R=y|7mDS zBFqCc<_5Xve~%6H83nO$vr`3&so?DlF)4%a#*!KG+P5NvZwb)o0sYd-rO$nTp|?lh z^RVYQzkNqD;tAf4dX2xd-m;G_h^AVP7F@=p{BV+hekB9ww%x28H!lS^|Ka4Yi_$Bn z>ZxT6-_c7G93EB=y@EG!f1GwDX?Y%!`QH0|cEXXoMzEqRHHF4CZ&04y*I&hzmd>vp z1b%SEW2eU3RAV?U5*AC+L85Zb*Rz~Ffl1C_7Z|_aDV%cU=8Ch-@;t_nWxvo zqgu)Qw6WpcCJS1}M%h{_=fkIj-JeZQVo52%>=-gwIMh%nvWt~vyqX@4vc^X?)%sMh zNJ7$m4K<`mjQ^ReSs7A2M;7~uG}U}2U_OoQUp;ElKcPu8l~xtRFuE^P&B-2uH54PHNn9A{AEnR)z49UP_$U5j*FJ1-4@^?I z8yr{&@?WL!uBEx;>iePXtrZx%7L$ zIt-N7vx>q~uW?Iv)1V>$YRL%nl9$3*0$7Y&+Ij5%8d4Cb9q815-0lB<=kEkAm~!ZT zsO0@NTlst2d_{h;n6)v^UWKaVsFEn=?qE@$OkzD%KdNJd(!aO)@4o9__oLp$7RuRy z$iG(q&#d@A51Ty-Vg@GQf2;j}`=tL{&GXu2e+Mc4vseDh?@1siV=^3zEshJ8JTCZ8 zS^NK;BkuqBGlqXBaY6LC`<8C!hI>L?o3je|P!HLzhmQueO;|{I6_A=)u=25dAa$Ywj1wb|5Chztyg-di%$sMIMdw?z&oRp^~0$2 zja2{t<4yE`JL)2XQIjbO(zGSEc)`^O z@1A?)C#`e8CVrsLm2E`?`&Q&dElQ48ynedCWc@3mtB^lCrf|sgW!%3R9xtkdhi}Qc z{>zB?*Vynrw2~`+G4|gK{ErF_b(#qE?En&gn(%yaZ6D?koqrqB)EOkR9uMT`->?7e z8+eHCr{=|bdC*+&z+K=jPvTV{UHpd=(wc5$Q2S+E>VJRmA^_6uT53kMfs8*~oDGQC zfLkS8A?~zJx5vwr*iL&KivH8I{)eC7DOY1Q9GM;2<5*_7*E5EDvN|t|(OT7%W*5ob z0JmyWWN*~?9y>NMZ*WSnD2(KLJ0tIe*W%0&noQDc5JBsmFb_h1a_>{bNY+g63QGQg z-3ku_f##7VTBiQPwNeLSvPQRsXX2mfw~&X8THL+T!nCQ3iwlt}JM)=oL0r$bUxRWq z(1g}Sr3!&;^fg(Z4+@QOpL$M1iR`YjX}E_OMAEUbs^(YI<0dIbV}OojPOIpS0-0sS z*pF{GhMKwIb28gS_e2wZdMQ@A43hf%8^J@^f_r`dIlm3rLul0*10z=*!V_p`#Pb~{8~vQf_V z+(d-Ekma-k)k-8nHV}mF1Xx6Y?mok?{qet6HEqyJkxfXKbW1m+G|ou7Pk%X#s)CRe zDaUu%gaUuAk&{^o{d8oe!y8%J{044HFc37p&TO57m|B%(E0YFHR1tQpITtnn?eqon zV~i$=GoWbxh_<+PDfx2Pm%Ou;cdG3@Knlkgy7bL*>cWqc!x}D!L@)@X$KebemJeo^ zdaU-DEU1l47CNfzp&f9og>NyOI{@CDjPFI=Wc8e*-o$>`_Jc$UZF(CIAcFNjcgXA1 z^`;*hokHEbXqRgo`a8q1uh_S-Abn7jM`BEp!j|CqBtemMWiHx#Qlwg2Ilz z!(OR{1Jg%rwczeo$&cxbeS4)tRlqwLy)7lEvpuu#J9QuJGX-iHKg1WYx>EO9$l}*8 zQ}wzA@Luc_e{Tqu`OK_NQ_RAm{q!HCOAaky%KfihZfmh^kZP895thRXu=(4|eR0Nh2MpI$4a&0z>1D{oukV4?_2T@N6^g<_|!F{qj1?GPhxNBj$3u zH56xZ`P`26aYNm2@xHby4;~eQjWaRWV2rvBd`_S!3&d!#_#dF}*J{WU#(bTzaO0lyK1jT?sp zf}aYZ$7bRWd^x}5r)+q!b>h)?99Ss&@ngHQC}lYvR)|rQ+H1LqG%QVDPxO3(MUJ=3 zV}SlYcU9~I*6|$H<>u~YZQV~J|JwEQS;-KI3A5ZHBv&E2#q}=;^v_LVerJQ-G>7XwgdqBj@gTGjCv7dCZupXlO^=y{9btEuf6WYm?^%8?g<5I@;A zkL02n=pVhCZh6M+K|A^TpON<)xqJbw>t?0JXcb|u=Zw_7Tx!)hQGKSAIc=Y)y^*qp zT$c}VCEWnb1AAwu@zeAk!5pD|Mw%0fgWZX%i1w5u9*9XAjJ!VwpZ>%}3WlHtor&zd zsJr}&f5uy-6TBzDZ)&_6f`cuUc0x2yRWQRv4%th%D&4rNru9R1L&(}o(xHSALQB@G z3&UnW(InCVGtx25cvWcA;I?Ya&Ojy;Z0My3>eU&iJv7{1U6jBAwaEK^&Ik)r9a}3C zUuVlq>($ct(vJOWs`Nv;xC5-FId%k&!g(#1e7luVI(X+?mDOVyW~H`WH0ry0VK~al zi3@~*pqx*~#QAtUOt$WGtQyMee(dtx_z*W8NF-T4j=I;A77&s8YVyjn%_@FM@rPVb ztDbbc;=yc7fJ?8Nh5VHX!q66jSPA=vRp>$+ zRN>!ANhv+;sG~oZ(N<$11=DVonq*5Mh;a?r9VMKZKzY_`hUSa(U<{`tRY8da1=r6j zY>$TpNh`o_&^d$|$9)ly?=JZ`O1RJ@^GaQ+eZLz<+kT}F@Vy9O_E+Tiw3Vl76jDZ* zweg?a<0MB*T6OKiLlS12CFV|tCzCuM!`MQ$Cd^0&6SN1yXm+Fua!)lDQE z*=|K#IJW~eCw^dbg01}297Gu`ucXv%qkug8ywp&*( z>L>K})h*jR8lL=8aSPT*6A;V+A`J2@&>}zUGecLwfqjc2__R%7YD`1@UWWabc_iP*@hp;Bmfkaa$bEdP3+H#jqH-}5p2A+PWXQ!?wp*R4f>%EwojfZUWsw(>onKnA zXWXU3?Yy5`OD(K?L@#Ir2Qi$jWV|h!c`xi=-iZ?Am^bwMz~D-LyYH+_8u&%NKA7Ou zix5;yc=8KjrnJF$y+s979|1pd)W&80(#<>o`% zA$e=f|KRJtquKuB|8G1>jZ%BoY-v>$ZS9p%wW_GLM(vsM!Fy%g4Ni#c*oLf-811iaB!HUGC4J?AyTC~8q2t9E@Ee=9m}SLWsC zgHekKru3qT!(%ijz_awnjdE<&Da@9gFLd5`>noe}Pv^?IT104cXp6Qhl;@enhGJa> zeyA=&-`uBvKEc9?d4}s0zl=@7{xevp9*_3tYV<aaKq_4^@AZxg zUQa3f6X2%|H$Ko_2FyPC=p?17?C`r5=hrA28Pq;R!X=kjFk7|aaMyLwpy=~ z-bPAB(=4YYQCR*y-)M~fTH;lgrO4n<^I=BJ=|P@=0Nb7=r-`*|3i-w26#`}{E{mlm z*RxRfW5Zn_X*CQd5=M_vZA9-x&t}Eam)#ME?{TmydPMi?zB+X4g|z+x@XfX5BIM`w zo~oq#NYWV-jlxTfJZpw^7B@|4-X(V_&^=G_I%McIoOzDcb;6ssBOu z3tkYfmhB~!H){$uuo_CF>KL(9h`l+)6VP>XEVE0UW;tfr#jR;?t2zXH9&0}Q^pxfo zyPpwAE!^%AZ1i~*7R*Y8Tp%=+lE0G8Q<_S)dQ+S<1~*r`gVpiNQ3;l2ekdtWR%cni*R zZUAHK4Sr|&MBl$;-l#+LTunsg|DPXy>Ex=N09+bwN&vRb zcz<7S4r}dp@!QIL>a@y`$K*pw0a+KYxrF4J8$@Wp!hL61W91*i+q z#Rx~lWbgr0n0@2})8ZS;HxlgO^PX()z8^r{=Lc`uXD_=?E_bN*64tgM zP-KkxbKdfzR*ZnBOR}}Vf1t*B^G1?gADEYzS#3>nHAx`fC{@xrxV7^8-Qmeed4nv< z4L!kPNzS2s4v-uK9?$w_&q3P$&s))kMd9_#vS)|5)=3frfRvj8Q&mmAs!TZBGI@H! zVbfhchmH8b%gQN)FY|&`FVl7X2jbwhocb*n@0i-ZZz)3i1gHoZXcvBbtS)R^H!jy? zbLUTBhTFC7T$Gi25>x)sx-Q>%Oq{@7^dQY8R^qaiEc${f*TBlA}wJeZZ5KD*kz_Q~YuScW70uASaBR{?V@+}-& z41Lm5>QM84IcpB&AahNdP`^}9m))#h2d&(WoX^W+>1^pTn3AKo56fSb{wwYIMcgAT zFA~M__XXS#=PBE1DR*{(kw_Ss^M3#9fu>`PZ=b(4Dw-JCju06~A2q3)+^GJeA=^w! z0VU60(pO`i1g5;MXJiStsYU+M?|fevy6FV+T$TSxrjWLXr7LSi%gMT(XTbb9C$o#w zi8o=;nCWL)c<<2aM#&=wt}KCI`3Gi1`7W!umQtN29$y!SFFxw`?Fs=qc*C-{z(Q@o z%8piOXZeaiVnxMXjS%J!DY0i!kWgH;KuUQYX&7Hm>jFv-<@vs`VXFdhheWyf1Atrx zI{xO!8hpL-hHd2vQV{0Y`!t@c{;lWjV}@(@d^Sr^FU|rF%e(z#O=V<6D=_)T%Q#8c zta+c!H${%qE93$amZ({t(9IW|94 z>bmJOp0;K(C_KvGe7Wo;dig!m>KnSL794(suFD`r%879F-jw(Hb3SWUYR5d+0&85e zL9bmEGWN*oc%oT6gpwgT^wYsv>RJi$a-Vu|a4>d4g*)d=DADx`X3&OFDeJmqSaAfC zw8pZ%J%Ve!4#IySWVJQAQar(QvLT*jCN^J)YE#f?-*wN9zW|eE3117(Tt59c#j-8m ztF=>-P^S{XgE5OFgI-IP@A153rD>@7@#|j+UK1vUyaHHFRwb8eAHFyGc+Ue}cEoSt{j->T&RQg0 znWsqdji`FE^VXvH7+L0ZV@jMiuAjHt-ncnfAa;%FG%>Kg0TS1Oppz(tAO^%c{RXu zx&1kcp1M3pz@hmwWEQz1R{fLV+i;d=;d?#46ESSfYlPTuxWQ}h8vf}$&&k>kqROBP zCGzcJYfaM=Hm@BqaZ` zn&!*=8)J6;x8~(qVkGd2`V~!MBKFw7@?lE5c@C)#&l0A_`4}2p;}T&1l^zl#uKp|X z^uXG)ZbzArzw3QnW?iS(kB|yc!&bsVy3Z67YDhWc`d>H!dii3Hg5TY>MKJE=j%n@gUE6u6y-&88B zkwo>t19azDBBW2rMx4d}O+=DL<}ue)pd zpAlNu`_<21D4u;SDDF7^_;^#&qFwyW$Twz{qh3SUV&%CGT;jLaMW1i!hiOL{ub4*w z@&tjSijbYEw7t?3vyqr7b6hUJ>RnF0=fa?X#w|%LxD3^&?EV z{|tHG)}x?isWUKdPWqFqP;QjC8@NvmSf8`Ux#*3t%~|bV^MJn2XN06iMFnz=!m@G3 zk=u1=$J<;)bWw82^ZmaHdDJb!2Ozc>$)qwko+#U4cgb76xP?fr zcoK+#UhleS9#W19_q&-^be|a?ajoWv z??@0vZ6-%Dp#gGM@9!Agx%|*beV?u+qz5y^<8I6F>;)a44wLLg+EFT{iQ z;}m@4wvU%~mW$-y5BC_Xg_@cBc+2fp6k`#buiLyENKm=Jt0FHxra#;UtukvYV>1vF z`Ras;MdpIeW0jg`n`sLoIa3NZW2hka1blpZVe)uL6}DTLiKJ*c=?OPP)Jg`i?te)Y zzFQ%ZsyCwI+Y`D4OoDM>W}?kd7D8ZhXKy{u>rFgL`~J_*CIb4%;g47f|ry=o=tcIR`9!emm2Mu$aVy}M0nJ=JS@4VW43l*Fx^WX z=wC7lLK{8|=E(W}ZIj#5rgU*rk!^Oa_rbni#|x^_=eFWM5aYsES;J$?NzHZCQtNwFRi^E9|`x!w&#-1hObzDOiz2lJM5e${f70>Xw zyh~c;3_^uMkZY7noHNY#p!>PUX@Eyux5uC#hx4bJSiH2gx%FRM#llq<0yx_;-YvJVZsk`9Qy8tu2JG~%)sdX0M!tf zDY9&RJ)v#;5AG_WS4WX2MlZwrmq{EwFWZRDf1vSZ$z!kT#tFpT4MTRh0#}#(has2w z!~iM}?O^j-yGYO%)To{yAi5aw*Lb;v+yEck$Tr3HU=?W`(nke z^artF8Z*Ao{?y1Az}Dog&$dY+-4?vA+Tk*XKPEBoR%m+l=njiDT>ntntG_H%58#~L zNHV$;7lLFay_!;+#xG`9-#C6! zs{LQ(q6!1hf94=Fb1R1V$=n&YlIob_xOP9}j`}ehaOC-qdgX;+)mI=hquKTX)fbKw6K+w>v1Bf&)?qzeKl`Ltrw2KjjMr_F7CcLkv~Iz z+ThM%PI3M`y}o^X?+e?mvg%WNr!(xZ9mXzlN8bA~vh#68b6v3iUB}n`7W3&AsA+Y| z)*z5sND(wxUw}zIYxpqPP#tC8TXOk}xLSk;ULXK}tM%0O-MF4t3pBH!H=hSH`A4&H zvdnQpj3$mLGLWxdJskf@1gnl`NzA`YP#g3_yQlT}Z1W5xo}|lIXPJ!oqJoagBRgAV zfsAVMUD{78bCv$rmX-buzOxuyZJCXvoP1G6F?xfT^g104)I~%NgEY5s;V}*vc4zTsiVoHLsZ589#W^fZAlB)#~nu6;*E(@Q<`M?=Ikk zxoQ%oK6#=yO)Lfi-IStjel=A*q#bLfY$NZGhe*ohx?joqfA#`w9?iVeRs0}UK3qpt z9hqVqJDo#OsUnpU4xVL-{2^<)N%nVe(yCQ1Giz}D~Ma$G;5x zdE>$7zmZnZNBEwY%A$6T%>wB5c3o&D+j1c4!Y1E$JzYS*W?4v2Nf65N9B6`D5`-ys zo3#o~u)oae_0W}Ot$mS_tsaDqY`tW7v#wY0&O&AV{I+Lv_^77c&&kJ|`~0_^8k^D_ zB3NIp`bR%iS;elU?8xHPMZ3Y$W@FN`D^hri6H&p)l-$>&{-@Yh#HcW9GyfO3TEbOt zileF*%kvAr_*FeszwHvLUn~HaPxdP7s0zrhRHBg zF+%?KQONfR*}=$Gr88D_D!>=Wc5VdJ3_i4DRE&|^(RQAgT6r=>RJ{JePXHyGeotNZ z8=9Ju+w2I$r8!1{lZd|O-E=;x#l8pk>0bB2h4S(8XDpw9U(gA@)vRDiTXy-do&DJj zBhYGoW=R<=TZ=F+>5pFOapcI8$gE%x$XU+Dmvl}wad+88u8DcC+lvYkm+FKt{~FEe zzHVi8p6E3i)HBSr%BH2wO$e8HP$cOrh}?-QBr{L<3w}8V(1Qx=jDIS)4@IyHZ6cEl zI5t#p+gAa5KW`Zi{!j)@e7{qezP8fs`|#&(-{&7m8Kf)gHQxL%^KKsGtKS$s>D^0N z68!$**mB8I^{YPDM!VZ+U#oF7vty6(&qNMvD;>dTX(75(nd@?(P-l!(wce zR?S5Gr-i*co3~z)@Pu`(=8KVrNwbjD9zLnQ_fI2}6g3ZfeE$OpVFYDuNV@*tH~xqb z`EEG95lKshsdpT4Ed#e1R|<*XQWWwxLA}8m`%hMY3Cr-4tWSW%dJ7w4dO{>{p&c25!Eibv9 z8WmYdi}8}aj)^X*Pjg6CX-fS8{z9~#O2b2#pjgjWMVqNM^LMgl_?>G}4F63F}vkd=n1#Sm7oFNDOaZ zsXIZeSy+l!)t;EIM1dv~ktjF>HyU%+G8O)<=g#|I%^n)>zKQynjy~_88*k+%aos~E z)cSr|d|Z>KH$wwjP+FJzlVbOnVj<4A&Xrh3%6>>#XqycfBzdHwn93qTiC6%-9JJ8Z zmlC6BZVctF_@FZ@5Q(Yk@GGfbSFfkR7Hih3;pRmh$Al;}1V^tiOl?h1c^^>6OIu zoPw_%LBf!n&0K|~8-n~cla4iw?E2Eq{WkU5jA{8WK>Ul;CJLqDR9&0K&<@SfR*rJ6 zN?!G%=*RA`qON_Lc?+Pe{y0&GQO-r1=}Xe`YD%A=WIPru2Ui<&IhUXMncn}?G)fdP zu5L`dVI>)`VjO?LnHfkyKWVUA^v8^$0V^6!fbdkace^buNor-3t?$Q1PEFuhY!0Ho z3anN=P1P(O{KpYLaDJ2lJb5p2S3 zy?I@V+CC)5-*ob_=0=YJrHXa9lTfF9`GX&6ybro#ja*j;PAW*jJ3+}cFb)Vp`j)qc~* zh-y?QKXc<6qR9FCBk{_5{ok3^oc6F+Y592Y(ShQQ)%E{CQ4dC_=tYJ`*Bvvj`_?I4 zNX=}`HqRZay}cO6eiHv{@gf{(;IKT$BOIicxRwR=R2Gv$(_0sw_)9(gl(BTMG z-+1M7ym9Bu`@7(q)ega+;r~G0*iRe5nOSIOp`sF_I)y(>UlRQ2zsq<_ZA+~-H>GOP z+_BYl{9ltt>}OJ6m#rAebqsUcn|q!%vq()ud3Bvv;2K`KRS~XOH8JwR|7Y*dlC^BU zI3MFhp;**MXc-WOfGgtan@3re`rdYERY`P(?|yCU7E8(rFl($&m{Q0O;=Y~g{Gs1e z_!*3AeKw`1EjGs_OSKF!G05zfFc&YX#>B*~htC=Q(+XTfOzd*g%L|6*x_-E^B8#Po z2$J8rU!O*k@IPi1W=*D2PxZtYkj$dvBv#v^;3&_2kJ-G$5K8xy&%Pk~5??@^Dx%1IJgX2re?CuPQXb^R|pL_7tk1VeEB>L3=Z0C)YgAE4!0a@llO zHhp=)NyAATc9-D6jWvy=l%UY!258V<<_y*=)t406P&5BRB@ewe ztVVt;;=^P4j*iM_|35Ubank3B2Zns@5U?NgxUFOV^nz_{-K)yN3L-?5D9`zS{pA1Z z*9o_Kp+G%lShFO)N$F>^p+lW-`}x>vsYEZ!ka8aep$W}WSnsXNVtphUF2m#|Y~Mso z3Sk*(Gbn?&prZ(JLY|_bLywz2I;WZDFhjExUm6pdmF?jb_Sw_9#VG|RJn$2H-kOpPhHw3 z)=Xvm%4&2Lx*fl&j~EA&VsUhl>m(>XcZoSZ$HG424NLyx0PD1rTpCxdvq(br3&o|Y za;m2<-&5Z0xeP!gz%8&t^ym@_*ba^g;%p^yHLB~g)UPc*t+W!NR$7*&nppn|{U;NH ztXhf|BU}{xAocC=@MJTt>wEEjd1bZxotKIEem*pnbVA_hT4W?Fk#Dxr19_e)4e3`w zjPT^KPipJRqmaj&NT*T$dE1w^B=Dof8w>sd(ed_R(>t0w`31?LC43HGcjs=CQAW)N zu_z6b$p)sf4w^t3b9`G;jp`^pT&Lwvc@awDQ={}}(S7^-y)1$u*v;Ko9Cs5zyCA;& zzNDbK^eP*ksZ(m3R!LwLzkiNKS|FxO9UBjoSzMs@X%-Ori8!By$rYw(EEi zu&l@hKcnA4`pap?nD0umhK8gRBT~sKQ_OYCQat89Kb&d+DEHC=`Gc@cLl44Wf z3!^(YS}$hai{w$G1#^=o4;MH_&snGK(;W{gMc6fY`%k#eLkRPZGwyNPSt9`1?DA5pTJ{5Drbp@8wTC1O&M|%fwZN) zWAdD*pH^|5-PXrL=dWBKx{O)aNT$#uJMBsD+o z$^Pc-ftsRZ`-c1;78ZH27g-tHZAF z_D<0n%_=I`yswpwk|J%0{fM_QHCv#cHw(X78Kn4kvJaGu zy7J}qNM@%DY7d4PSt;@Hotej93^gA0<`RX*$M14B4Y5nIgHQNQ)O!%0#BbzY-`TRG zLHsFTXx9G;%f4XWyXuy{F!!Ek$541E5T#_jtL9kPj^-sjC*r#c7^BYKR3cwnC=Xf< z^*r%XMf?8K4m~2w;a#J^Vph0utyl0c@4Am+%Hq^eAKrW=w6jSs@*}_x$z0A;&R(0|X3<*F| z8W-}7WczU@<991Isn^#wHqy=tzCoOqgj(xXX5iv5XXr=OlS*fbkPBt@PAx5+hU8Wm9pDZ8l7B7s-1u3(p%Ki0Z&~uMWW}#c8mAw`{GhV` zKoLtI3^L~8R{hjb$n<)=ql8zQEW1tp-FXm55EXoGK6S^h5Q`$eB?|V%Ao!p>wZD2_ z{@MQZ%eQW5ME|&5^naMEGwWK0A-M8{By-Q2uPap#WLY0jjh@uv+ARKNzDoX@7WF#e zyPES=SZ$i2?S-5!5P6 z{#{2kC-MSa@bS6f<3960JSKl`S>;0G26b=v@iHZ$C{SXoUHVyH&upUNhs)i8()6nj z@($HWz-%lF#K@a|knoREdag}@Vm!S9BR5e3fi!{M3yMs++S4q zbVp-cZ}=SJoaFq1DJ?x@9{{=k=|M;mk-Y_cS~o{FoEx)$)nJ~yOVOg6?O`#G3VeyU}Vu42)^k2O5dl-OSn50A;FC;zeqe2n6gtY_J#kHe_%b|{+ThIoN*&OqX2<9og^MSfICh_z}q&cODaLY%?shm516Q?sr|Br z29+Q)tNCaF=8&LE*#E_y_@-(}dH_<-WwdhWk@BmdV0r+FGsH=-+$^r6(8M$>%{?&4 zY#DQ;@8pS3`4AcQYdDqV$vy*Fvg?8eE=LUPY5I03*Blbc-gT1R-&1=F#~Ed9-><8r zt^v;6LUKZ!OYIn8Z`bVz#q%d7(>hi9oYN2V2bgunKvxv<^IM{W_S#wa7D*w!jR8&b z^xNwnuICPkg(dmSzu~1TS3*zB=Mj7_f}elQ_!a$ktI`0WB~KbHwYG*;;{?fl?%iX8txL@@ETO5*- z1aVRgF}$<3*Qt_MZG6ew!i!D@qi=r&r7wErzAYUg1ScNXDnzPMg$7Mq8vA??^f3N4 zr~m7KY@Mop6_Eb~A36ZCyk!n)N*oNrH` z`gEc4F*|llNY_zzxT!$_2Pxv%fKkHYUB0P|RM+~Ni0}$<5l=YkyGj&q&&lo>X@)ss-M;k_a zxO<7q1*Okm@hX{Bc*W*Zg?d%@q)aq~M$LriuKCS9@Y&0M6<14r{sYM>p5K>P-d9#H zEhS;kmFCFcF&t4Qs$5#S%wDOHqblo3L1y-A0gkD%`|A85NBgrx#wQHM8m-T zjHYT#XfT`Yz_|`to!FOx)vqJeAVM+q{x`fCVIU+fdsSi` z=>1P3Mm_P~Y14MUKiW$}xi}#b_ebkXcC2IdTr7yUPn^)s>@f(AzDy#M}%)V|eT3@ZwAfa59n3;6@%Fu-t%#YJ!a3%>1A zT|E$V%b`Lmzj^;bh;MpmDHd_-Vo0SVoU8=b{jy1If*Rv)G_#53p=NFn2a?o*eJj5& z25eO(9EqH*jE$MARShxvA}PuYcfxx5PagGg`5$)>y3JIwGH_e))4KK^h^<=TJ^!&w z^nxlW!ACMP#=UIr7fc134fP8lu0A6_M$>;+C0!OutUEfx7L)ym4FpJ-w|5qIj=|8Z zZVeu)7rS5I5aj7~kKI$M!jAwIjFou`_K{A97c8qU^pW zcL4PE;s2qkO-N&LOYzd8OVq{qOqy5O`6?X4fo;qX*8(2$GYoKaMR)W32ePkfy!*_} z|7Lfw9^c%wt6Dz3I0)Tse0j@`j_iJBh#>~u=<4!iyFFA6m~tO#@(CSHytWkXUYZr{ z4gs8r`TR;FrzMW7?IlVk7k`9w5iQYHqy~bd3CYkE`UCkI`Fhs6!T8?who~ap{j=;O za4=dNdh=YARDN#$J3x?o*H@(ah6eA)Q^%z6e>#fn{(0sG=T^u8X{{0M!$*!3Eczw| z)qB2!EWg^A6Sr4nBC`b9zqnN5r1ng5;c#q2Vq6@0Z>f+VZdE(&E5cSFy({y^Ngw^Zo z(%nMF_L2jwGVnW-7tBz?rlsjnvZJr4d|ubhF>#GmkYZpvx&aJ=>oyQiA{}i^W(}Vk zF$xYPCn+h<`l;jr%o_Rq*d1k}l^K?-AF`|(s4#1ma{VQ1K)$om&B|#ceHk*^uId-5 zq-%_n(HmGbql<{Jf`)iDb$dpX4`~YDTa{LE+^|(7dat;~wQ?^Bs;s?~uK7?9&^*8G zIO-MNqI-ybLrKD3TdX&>s|JB{C$RrSHeSdZOutzGubVX7e1(bs>!*C(L?2R!?hD~* z0K&=rUz%OA40TOzRy-IoSXbJ$DnkrtU+Yd}T@?YjX7qhOD%b7FzeFfV%Hkw)7YJh0 zd(v9BF6n>?>i|@!ML4=yojF=KhQm0@&G(z8$BQ5sof;}?J!9_$S$SEQj%2pK^^|at zc{%CCp5dB2^eZ z{E@M|x3eGna9Zr7L%0}G3Jo5eZk7x|KeE*1${1-i9`dgiDF@!|=44620I7heBPlsV z$;Z9)l79K#Nn~~3HzQ-rf2r{2`}N5SVYs2wAHKuWZM2Y_)PAGRYPs>(7uc=LkrKiD z$XiuNMAlUA>bB_mi-+rUB}%w9;k&ptQaF*F*HNiqN}j9Nn6Uv+md}}w&ae7^?ei}( zEHV^5^|!)QH>egc=Q0dzB3icg8GA1{i9B82Tmu5cmYn8^f%}DNX?gY(dUWXp z-^Juq;#aE;gmR2-L-G^^Q|i=M4If!Pu?_?EJw6xJ22Afb1LN9%foXPH6w-)ponR2K zn0+Z_M=P%gn^JsEZ!(@YSpT3*p&;)gw+^^Og0Zm|eP?1ki?R~|-;3rwr1ay7zvrV~ zow7p@h0UhqhN+FRO{ct`jgJWM-9$DvwDa|bU_aWxeMwesbhD7Uoi$K+)!i(JhQ_iP zDw7CZ8ENpn`t?KkoT0BWl_*Wjz)pWJ@>(0t4k!*GhHmo!m3yMi`JhX(>xIgoaIDbL zn0v5L_RrS`uX)BIU#U6Vibt4KI9|Cw<~v*6EV&F+E-Ean5Y`H~3UUyECfUeRAw9v; zaM73weQiNgtPmXCVlYN5!HSGhhg^i?D z$MIH4QX-M1r$7J>^)7OY+wl667z*xIpw;g^R%aCYk{>zSQrmT`{O+}(!lyFVmm+o9 z*HXk3SO)8t^YZ*tY$ey~g?oU5oI~31-P$_t=hT09CF@h{98>{Ha^~_VR|-E&h=t9= zVzn{G_<`I2eHTOqJPpKzEnfey!WHKq)Lq=tW2sn_Jo4@vgJOkPCszpl;-*>i#kGGh zb?kI>b$n~B?1a(n?|3Ae&2S)|zj)kXQJ?0tszGhl9xrr?AOA@P1mV7@8b&lL3HdC2 zUsbaKp9<=L@r`Pw`}RtvQF7qE-$}^6saY|sU+z`ilV@7#zbptPboCCjp|W<*;9ewt zVN|&n+)`elRw2t{hrzHT>9*b#KZOXo^YCF*aJ=R|9F-8N?ElnyX0vsGXLBiFxK$=Xzwz3HasWIarA1E3S)D#_Y^& zu(cTPe%lU5M*cLQ-rs`XAPJX|ZPNE%PRPvu>Rf0IiKW%Q^`YW%x$l@?pL$$(fv%sulw2%y4MMoCU9zhawiht+--QJes zcvGis;FX%s>iS)I)b_)c%~H4b%y|!l*<*E5jxoEXg7I%#cKt7%@s}SoI=`)_Lq~xo z`PDgMpq9CpcKhB0cI%@b;vS$qB*`(hF)s{=G5FQ9_jQ;FGOMud*k#%Aw(_#X1aAjh zE@Fu97#QEp-s=(-DENeaO!7XzzX&_%G`qN!VQB-|@t6~3`*4plQ@Mk8eap_7#Mo(u zq-|#O_Y4a5j;;*(;5=9D+iq%V>zhZlYlsMjYZKR#z%rzkGSP!ed}>Wra$+=sp!QAU z;FD1PW96n?;~1MjD+{lA7d>2x-}h0CK0f?xt3Od88MhZDBzsObdyW4iSUX+9QH`tL z*_Y&>GTvs?$^#o=;fKi@Po}T9G`!d^zvtJ1O{!~RQY?|*Fg-}w(HNKMQoLVjclhlf zGATJ_s#)|{b&wSK(oqtzJDuKe-FT0aSrvs;GhISKE{RnpT9RTZ--IMwW!0`kakAGr z=#MZmo%`DMhgWWrf{sUnMu=3CieH;NdN@0(9rC_qKtrnbsC(Z+YDLx_yh&hhfAp#Ds#v7;nQ? zQ(h*yGXWG73HqPG$#`{e=0*VsD26|1w_Mo4#ud-mn|wye+^bzv>blIw+rDW8-FiOW zszxb2)NT2FxCM9$e41f<`{bF?*1hq1yBXP@K;Oj$(%a>`@qQ1B-ULkZwXsdL)E(y# z#m-o|4qQFO()7RUIm+<$^%t!@-}>0KkB+$DgnixWyil%~uuscg8yN>$$yh_<0A%}? z=~U(A+7#*9*pa$~nQ|E3?+y=M{Q+Gt`BP20w*c8Ne$R`K|JekWQ|e#BHKTf4i-Wl` zL=@SX6xGJqe2w1_19|N{`$dd_jm<%?lkWq{5kMK(PC=Bd50aP4tlh>XT+SnvhrkOieiy9gpN z1bmve39VW+7Dyi|3>%IBb&ML@9<2#iad;A4iuk+?tMicUS*>w^iQ=X;Nw`bP@Q)ZH z@`vc>S|AO_1mDy}i{_C0SK7L~*~rdQdvBNS-k9LY3d;4*f&^%6`UU4NP$cU}k>@I~ zy7o$N>B?4o0Hae9upKej2i;Xb!TN09qXFps@jr4vagENShL_- zDwFIc6x-%z$K4vf{QRrP>5=Yi&;@;*gE|UV0-glcRfo;nP*L2icjJbCb>;pQe-Zoq zx7R;{Ssi)==~me(iK$Ut@H)gv>dg@6^TTy*4eVKh$rZl=KVLUGVJzxhyu9l8a7NA5 z;dDA%m2>mCr5f!oSp`h5YBAEUYSQJzTz7vuYkK%%fvfH?#K3_O+{Q0PNAj<7hxqx| zmZIZy(g);<;e)xZVC&Wwv+01UqtBeS4x+xmLNei@g!7fac(4qRD0NzsgfTnSzaxK2 z(H>O~K}Ns1fRKdokeDo_dsQ>EMUA+oqqmCEVqTo=CbQQSTyWcd=y-N3DX+lXdadmV z_%`V;Scqh_Wj9?lM33SW^Bd0hoo6PYNBC7Cg5*GA9#KC2dK6%0X>}TZ!vi{pkci_OJm!@izZ7ff4u?i zKtOK)#Ulk@--qQ}z4zqalVX27{q`w>*e>F<4wRb>Y7hjM!VpZGXWU zi%2`3Rxs--q2n(&C^-kX0@eod@!);r{X^xoV|_4f3)1i9dy*?mPE78OI8l*=+Ge&Q_v7g%=tsIkX6Bsu<+ah zm@i|fjw+Xr*JWP6bM?)}h~z2@73>CJ^QaZP#FxKtGr-LG*$`*Gv0xY*qb9D+r`6g$B3 zr0j2BKNQE8#NE@9%WZxiHgK9-2y*%lbQfz!;8C*lDdswlG?&7=Louh- zkmDaqpw?Sk7hFWswrKf~&PJPwCMW%hhXVGO#fSrZ;LPK_o=&@!udOfs0}a+{3hzmv z2T1Z)gS;SBH7|F$4eIWn`p8mW7yrtGwk4a7v0V&8*qr}}On8aKj^ewg7@O5#7 zrv@L`K3~~^b|ZmE66b)bm9>?@-`4TBsVu$=M#@}ge^z$1k3yNdOjB<|`$gYJ|J4kj zOYwr0<(y^!fKR|lr)CZ<{)b?%$#GbO>X}3oxqAPaS>|F)YbuAWHT!ohRe>A6yAc;) zMP>=TD?rReH~vYk4%KO{h}Sv|)kFXqOsXX4oUb^%bmunT3vly$T=VHM%^N>U^Kwf?|KlHO}%(I7_moD3`UM0C_EJ(_S(2|Tzh@3x0Jg?v6 z1R-HM9LhU+uCr|tD?&0P4Bn~gVDaGDW=cxbRaq%!|!RfcvKef@cefz?n#pW0D8(Uk~qNA)pGr&nc4m{xr^p6 zibXx;DfG|(PbB_-C|_s;I`67xKtB5dsX9Y`Dkog$y30BbV4_{)ikA-uWl!5bN|ygW zeC+>_qb1NMP-3Fh0S8X#^M3E|Upa{vI~`2?LjdjKSVkv*ZR>G$L(8)|_7493FZQuc zm%{}c#1ocVWk+uUK{r+d4o-;69lhP38m|sTQlZPPs@8v!j)k@A9Jf2#oFQ49i@f7DctjN#Lc0%o>tEISf7Pp~J4 zRisHnb?)AyjZBXaT#Lc62gwzWWFh?sg?4kxx@8Se>kd#4`6o#TKE@Y32_Fs}Z_yhT z4fD+*|D}|Xm1#5ZQjl(i55_z6{`aWEHXrZu?oN+3lpk~~f+vi(m&zCB2e1Cv_?@fj z&+qWiI_bO6c^vO5c`WM?@>Y7ys1@&%9!<5pI<;bVRA z25@AO`O*@#M{zaD=99KhIO9Vnlg)AiYEop*-~T{v{pog5jbVNo`k!B=JT-*l&xQI+ zy3f9d!Pok0{pW%c`Y33bT`#c6j75LfFHDW`-8U;E_@mXFv&dtIm_1C9f7tu6ZQyaLz7G*pB4NH`X?A77z_rYqHYT^g zYarHsTP~Lj$-&2uiJAPkc>0XPht~$AH z*p(0D`Q0B@y;Srn66iobId&t6C*5qA@F?<>HF>W}8--Iy-Di}bqn>tXQzaX&jB>&s z5LGt<5l%b`Rn+`RVI*am;K(hzZ^ATWWC)R^qtZP%>7i%^;CaE4n}0{ z@+?~mD4&QC>qg1xGBuka)OziAb`d{An2ylcTv(Qp=o6MS4SWf;fcXfZ3w$i@>m2y{ z(R?UkO_ranUra#*OhV^Coc8xge*@Jbf7NDI6lSV<@{j0%Mrnw7%$UDz0^!KS3z5}S zuX+FN-ZlfoRV^kvCN*%Hj_7mGbWr<%%K#Z#Kjk4Zaag+Wz|Tyw-YGiasOvkO&=F~J zW#dZ)u`x79r;g3`9#hF>9kNdd8%pvp z3hH~}^_X%4hR;z*Fl7b`In^TQJ80XKfn@I$B6lvXw1AEDxPRUa+f#CX4$Yd$_bPmh zxd`I}rY2E{)a`72pZkG@Srrz(Iv=4&RUIv!R^WcVw^Gn6!w5I56*cyE`z8T)e%H4S zLb9iIQSa>8wyT&&UHrBTIQ~wkdr?EUlA?&he%TCx%;p(q-o`qzi z@vrru_|?~bdQV&3-=DC<+83Jsu}rnSIAUbm^3ASb0J|=Bwque96Xfk1w)TGxNOobj=u# zz*i%(SUy~vEkdY(RQSe)RqFdWJ8N8%F7+PO1$Oad{2HgWsGA`UwRA zdnGZ1YSKI!K6R)Nd`)pMw6Rfe%VY3M3nDJqu|sS8A7C>mfBb9b7-OBmFpsTy81$6w z?K(P(z=j|Hn4qtdEw7u_a_Qi{{!^%l-bGG+}$^*)4oR^T6a3ieXfs= z{G%nmH?r?@SrVGm8+)nq|II%+pT2UXyTpoP+!l|<3b0HGOUB>r+q<8^-$>C3_)@={ zm^D`?@-7ShQQN2CI}nzVVU|%2AD59$My2Me&w&oU%<$wf4>(;8Tgu*o@3D<0$HSHZ z{>0)W@bk;h75z=U(aJd1?WS258?hq3XwTIal|{f@E+eD$(JC5a{9)2=UGEmZ5~<`A1dT z`CW$O?)5CfBfQ;Hk^V}FG`jb`e1`7#|MLQu&ac5DSqnJ zQ}crWHoE_$OrjDC7|`|+r|5T=IH}M~jK>rybB=lt9`OVDMu`AnCklehZxz5LN(s=oThx1nNODNkACzHWXw?)&k-CD@X}U3w3~) zvSM=*=UbtADGYiI6htZoJ3Wx9?7a8qb@$UPe=gc1y|nJ(p%WYQD)Iqbz>j#Ja&JGw zF}MGOtO_M644ipQG7`NNah(lBd%qO?#s;=AidXj5h(=q%=PDo#Fyn}Q3waB!Ojz19 zNu!OceD|(!zE|+4nZhRy*bN4biPClRso-4*pS4aoV%2zvRRrq&W zCYDtG0gB#=C!ISi{{wVobwKbB?}He&+-cFl_e78@rZ|Kpp$&Rn_TQwA$%1c61;_31W?g#ER7zG6lZ?TjmCdvn|y5+iC8r%b4A(fldd`6mcwli%+iB z5j=bG`kF?t^>Z!O+6-_quTyS-vROF9{7=YB)R8Jt z14j8b`-3n6V|)eEw|gbt>z)Ykns3%G{+#lgw)MGS2@*En*)+~e7PXX*)bu|DKMd|Q zBN_QX9P@i`^0D4qe{(JW8y$rtr9+rNBVw{RNJ5JPDc^7D-un<5Udk6b2sk^XJRy)v z?I#U0-V1KGQ&hJ6UNXiSKKwg0ya(na6j^!)M`vYcBp!7Pd?RM*r)z7eYDd6_|1?fo z&Rbh88P*uwG>(pyVb=iw)alPrc!aeR!3_6vgm?A+h#WO9?YR5|7gxVu-v0Y*bEm2E zi3Q`{QLnLweG7jN7UF$FMGik1(}b9KjRjpr1NjQp>e!1)A>s=ivmWy$Ymq@MhSWv6 zgNohoK{$ID`uQ)CtxqC+DDG;D(AM(8s;AK^H6Kua%pFv}7V(#|gascvO~@BjJf2P{ z@b}mLkfJKY%aYey7{s)x9mAMccc-YS_|0_Sp5x4Cc}KF%;B6c4@#P?(2E`3I%+F%` ze83kj(!w}ea9aa z^}*Be4$Jin+L@^dp=s`PCJ*Q|{SXLJ(E6SmKf!FT*W8!Yy0D8bz*DYR$enyUcP)CS zQ=MWUa|m?dxj(Bo47-0+`I+^f?m+qx|)quf@)JoFB@WUX3h%O@H&3>+>xG4c@5tqWpO| z@K%b&!+iVj;F)Xi#=8{*g#*FLb~_75NZAvmsd#&8Lhh+ZnD*OB-!3vsBX%&V{+>_Y zBgNs>{lCVekiSRY7~z`GN0c6IJq0spy-^BNS(NZWIzLJIS@PF{(FuT+bNAF9Xjxk* z)(5(Ag(^b%O!Fk3SneUC!i-Bgyp`_$G?rePjF#L^_lzf zSwuzq9;FJ+GdZ1s`6Ba72#)2P*UVa8hIHm_@y-olhnoZ0GZ}J&J95>+ zydNRMAk#q=#IFDn`4aKLn!)8+uazbEAj6s3&}f9+a4P(;346Ll|2r5G_uDY1(t>s1 z9iu1X2?LjyVetCv&UK2*E&sh>2jLZb##qSOpY;jQOrvUQ2(vQ*r$d7k$b-kj9I>Y= z8}apCOKHii2Y^VrL^=WHpdjcU@S>Vo(njA@Is1b*FWuE-sJ>7WLZCa+3s>J$*nUzS z?|Kz_7CzFrmkl1e@*TC1peMHI2Q0~v`d5IHs2z?0M8qO8f&}p{BfMVx>!NCFGrHX< z^yxTctxuD3Ed7Dqp{%(k(~dAy-(;_1yjV>d%V!u>Jf;fXfJcUq1%HEX?B|~8OBJzp zzIRpSX$zlBf@`JyPU|P2d#VYey~?eOqn!RIS@rnnEj~_Py2hZrW223MeCaUwy}LQL zpL5%NO#A!~!00NUn7M9V2A^5Gfo$5DKFLwvt~QW^cP8=?y?>Pj^@wg>IkYlkh+lQ>5Gx$0zMJ;i;ibM1I zDX*XJe(^@&W9Y!lUem6ytrRP^l$zgXo2ojvtxbsU8v6`+p2M8ZV(R1{K(W2BkyXO~ z+_yfS0Wuq+Ew+brU{bqw!UTT8(>_PxfQZoCc!2)C#mK*Wfto)WsJ)M?-Uy|OKSd0g z#=GW@12{Eo+T=tyim6w9+(eW9n4r&HceBmFxIov+p3P{-b^N>P+gt`ddvj=Ea z1K7_I8<%35&`sOiOtGj(Z6RM&sPA-`0PuH_Hv5%=H4R}S%z{k@3Gi3|pH>lUUWTmLMxv_E7_!IqM(80PB^}X`nRJJ z?j^}_4zfbxp-a@q2$Rc{4;HVm4XbtA-%~6#a{d7ZuAN6;*dqcilKLLxP(NqrR!XJR z$nVGC4}bfn`~k5@dNV*WEC2S@{Ka6*c7yq$r$U2pp1c8mwzkRd6k6a06;CHRdB})z zIArsy@$!3svysf6Z*-88NDR+3=TVO?}eQH;`Rz z>Z8S$hl+0@F}2Iv*H#ZuDFESsY6Qn+TDvTNA(|nNW#n67yu?&F0RBdRkzeLTb~xA+ zK6xg}(bMrvkm!)}!-7)Yev&1H-0if#{7kFiNX40 zj-8|ZAZN4_U!tNqPBl@}eL+v@|J3IiUwF%f>Pldpoc}{#f_xCx|a@(%yM& zex=f@)5b+D*;Y~WOQq@UhmV;GLS?zIr@?g>qFuFwmIgn_GiJo{ z1@cyp8+E`tbltAjKX7y79=!RGh28K<$vQw2P$jeplYhJ}`Of}x&*=MoWAdG+DM;+? zez-gAro|4SsbFbYz;COWDy@Ys`$+th4vacUV*HchytqBGxY*}zd*N_Gy^KeEZhu6y z^@H~pMD<$PG}Vf~a>!}?{&e=hCU36YdJ}ZOwF%@W_&jDH3W}@yb1J0V#fb2!oeV0# zN6sRF(Sb_W%{I6NtO?B13pTzzWD5FoP?Tchvnz0Y>gZrNh?5qfTM~f3#DVt5$MZNO zU&spH&+zRO@)SQgqvjMuss=lM`9e4a6YhIpehaamtnJTS(Z`O^ynF(my8AHEl-{4T zXN?b0X2AA7xAwdB5_02H^>{z?H8j0wjV4x%8ac=(V8G~hRNQk^L1Y!Q`5o6z%im7iwcu`v%u`ZOP zZjC_6j;i0E?Oe`7Bnp)1aRa*OM0s%js$xeVBFxv<+*33?NKGTJl`C;I{KC91xGvs9 zyTANqGEIa=Z#rOo-_@uP{@tD`MEocpJ^K)O)B9OmC_Y^n2mu!$nO$GEVwIwVC0oqK zZ)*K4VUJoj6mO_<>bJW$MY>%$TCtbGaJBwXikxzjz^j|d&G9FEFRmr~BW zbR6 zAm|QyIf)h;sG|M)YcaSLdQ7(w6f&zN`bS9}f1VK=(V;qlp6;B!EdBfUpp)N#m$lww z!lzs;JYnQ!Ht1wbyc4`DYThQzQ47u{6w8P_T+y6 ztN-^Gf|B)7J4Rai_;kSZ;bkQ@-p>5viN!xa%d7Xu&kw~5{$HQ_-|veiO`4;Xs%sbFlz#X~dbifSg@+gnQL>vqZ+G6DQsUY*oP&vv z`vnLcaN8rqO#`Dd!|p61V%;v!=^ZxTFm_Q_Zu$O%h-o{9u^m#)=Z}~G#dY#!bb)Ru za_*;FLtm*)I3MQp8#6x4RpSi_DnC4oKyp(uRXeVXGbC7v2R*#j^O)~vC|4|iVY`|c z-g1G0ZUSTNu3%^R;iVNzRQ0tLuEI{##I^@C#5YM-V8&QfpYh)!?4O*J$+DI#%}f!M zrQwN(Ct~6|ri=M{QBMgUQ14uLY;@IFREfJ~RX&MYe=r(kTBNe%>A^!L_IhJiTNjZ} z#=i?TzI;H>@+IP@XU{Y9F{w+gc| zT&62N&pgeSvWV7rmvmJ)yTzB`&3B<9vn*MJVEm`Fr2Y;a7xDTKO`s}b3j9%02&P1t zeP+c+?R#AAtRyF1JE8HUdu3yEAg4okT(X6hGrENC?8D0f|oVMQfPuT%;r2#C>#1UT^4tlK9xoS$Ktbw&DD zxGjv*Yi)1Qn;26bo(^~&ec0wx8aHt#XHiIEGxgn0*QtL1XAodlZFy0tAoZOyqE>ag zSKKS&$3EWo{G!;Ve52I&uFjXIv!wZnjV#iy%Wou)Z-l);Ca-UG9Syag zj~8NCSq4XccZPM2U8dKUU#f33!AI~MAsV#uzv<>#8adD8GrC>tx!Ts2G}38uSx&z5N3EkWBdp%K z+uc5U)PK7XA`H0c;QsI^n0xjzi6raK%Uv9Ix2ImMd?hdpsCYWDzkw5fh%@?F*)I3S;#5+S{+cPR zag=&wz$dTdKjC|cGiYGn7_iIk77`kFDE>Tm)uK``j!8OuD&=E{=Qm!@U?Fg>Hq{5F zNBtnS50#C1E|IJ2wsyB{M}!y|>YU>FyUsMcz(Me73((b5lDm?A67eGK*l6EdOgcu< zFOw_RTIYL+uoN%o3!aXXzX+)xrEAAQG+6HC=*fA#YIx;APldC;gzmCOl8*csER!f? zXR$!o-Mn7#RPk4Sg}~`+`V@JB`S0f0_dh3GrC!SoFeto2d4|p=XNRcov^?h7R1Smb zdw4;M_LL?h%fDG#;Y>oy?zGPo6G}x)fm#Qh8Q%rWhnd`41 z^e9q}XEWxRidqV}N*r(4UWew7?i3<;RK2U{H~QrGC;QyU2XLx_7+VWnm5S>^-l%Bc z`2#C|GC^~0(>O3Bz}$BUJ$0S1o{>IjKK&Z_k$5wj_o0PYD0xbQF%Y%mdmw_lGBL=n zV9iATr>g!^^S(~_kwX3<`zhDq0CZn_p{<9FV7{^4@oPpV)$En`HfEdt#Z{GIE_?Z0 zN?F24@~dr|CQCx)R-^i6xLCGq3p2F+?5V<+t{@GxfP^|@97o89;R>l6aSR{A+$|g# zAH_H6P*Y`}9DqgPGyedb?dqF>_h1YgEmsdyWpV=xAlv2lgkC3Y3TdRM9IUqG&12qT zcN!yfUMUFY*+lhwAR8fRzv`Kg{`Rl64;w2H3vQb}3D9C>$f+vps-CkAgWhpJ4E{Cq_wx--c@Ey@ms$H?ilqj-Ew0i z=}q6xT{(QIqa`9gn1gxAz!(RQs~k67;Mm51YCF(+{-v+xho+O>jM%} z=hqQRyO5$P%>0VPH-twC6EQPJ74AH_#K^>*qfu>KjqdT=N-rtC6Q13wtlR}qkghTwE z&Z1*4wFwEYZe?QQUe2&&qU)jOedQ7+t}MP%mk5o*^Pt`CD8 z^PrX5*-DWx$mPYQHFn%6^5oNs!DkAm5eWrfgD=nk+1|$e1DGsmpDmeBf@-(kXh$gh z11Ra+{xpQgfCb32ZIpJ&`-zt7&j0){jZ;|{2z(#~-@fA3W0uRAwaN47K=HmPj}~LJ zoG;U|lL+p>DzDxtNm4_6oo7YTP4KbNi};>T%0CZyuzidP$Y)wM2^(FrRd4IeJW!!kv z7(CdG5V*+@v?L3WC_ro6?|cPHTsFrz?bi>IZ;`)rc(GHCydfZ2@ghTDgk@L!=+P!V zoYEaS+>HG0R-c!j%h;qWP z)e#LIs8Sc?3?G22o%%ZY|4aWRc{3mrJxGo)b7=^Yx@@#qU0QCGk1jA*;UhouLyS!< zZcmUTN>JqN%}awI1Xeh>zjV^bMlbk82%Hmq(@qqw1VwNGd7NEFKIxucmY+5PPgy7| zY2*k}EBO5pg#|llbg3#!f(;;iE**T#{s{b^_40mF7LxeX%60`N(jMq4)Re30 z)S64ywtN+~oUk18%LjtFmLzAE(R;`_@3+>24_M6;c>gWY5xk!E!qpDLH>k-3OC?&6^s(EQg?VB1Ev#qH zBcDqg87`&YbR=fdy?ZlY`bFt8Vbj-RG~IC?GfF6SF*u7O8iW zCHvU2bvtubA#M~vwrmMA4u_~n6*%!-oFE2~^tP*h;7!MzMd=HJ!i(B4Ic2vYbn_0< zF%@ao@#o|zB~=r;nY2XR>&wx|ZPs$_ary`@x2-OlY=MY#CA})QBgifFu-%Yw5rGyC zVSKLO4ibM|yd*04efSNcuV5@0mLztJMsk8=dy>0`1gLXQyUD05I(*Vcg@cFJuBVSU zN#5h7S=2Jq&ZOQ0UmHU+47annY|y5)$3Y{%+!g^OFU@E;@%6()$s@U}&6Dkb#g+M| zQVn-csS#;hVr|WIK92$+>?fdD4FkxAHgJ^?_e>HG6<#Imdg_(%XHq;Xd)e5Geju&i z;D3)z|C{}uP!l7V*`wjIVzTeVIlQDGFd3tb*h>m4vJb>Wz!--= zpO(J8CM#wyCz{L|eBJK4O7}V>s~BfwHC?|(y;ozms_S|H5iB!C``A82jAkDNQRWgG zZGQ<71#(Q?RVeEDWN^L0Qv?6C{vb0Kwv8QR>C%v(UnM840I%C^AjnXF(!bwF6))~0 zZz>+1gN9Ef{oLwbW_o{3beiv_YIK`g|?Z$hvc5!?D2szrs8upL1xWIYefj`q0yM4qJU0nS{zdiq$s z2gJJXdb;Gd)%f7Q|3senxT-Ky{T|JZy)>OZk*3$@?3k)}kN>ZkwJZ8%hGwScwV{H! zQ&R>%&$R=q{ke3R6u>*ZDieuckzk-kak`41DC4t!xhWtcdpR66Fq{h@Bcm9M&-Pvh=421_PNP#~AN!nmMi z@*QJWhx(72l@+~$M#7QrKd9@BU(@tj>_id125tba66jt;dN~$Wq)$t*_`iLm{(%8R zvvs!bkDyGP!!mqt<*|R@vLDgNc-z9~Q`3EUo&92B6NZRVbjcUlH|GT5$I6ewH#GZv z);JXEJOq2#csncd**+v;7I?Mm zz{k`&)A|hJ4A7UKOM+^CL~7my_2Ev>DnQJBab2vdqu>3kc4iK4ufdc?lQR9@f0BV8 zQr!EI+EAA(7fS;k&^wQ;ZM#0I&;UHDs{&Y+!U>_LXUGLeztS0;#)UO7nl(@rKk&6H zxhe7M0}SWEo?QYifAB&%9L7}E(Ermd(1WEha$ZG_OPCWREfV52#A}X8>at`)4M@^& z!uhJ2Ja(a{bFmarB|?92b5Gg9k%|65*j|}aMH4sO8Go7C@H7ZJJv}3vUYDFo?>P@? zlTi0G=Jl!CL-QwkPecXumqhGjseG)iuuoqtpl|>IxoYs2=M7jVn?@|MPn==z+>Q!U z;U=(d$Z*wVo{t_Q#D0OkS*ih5km6Sbh>du1^6SzBVE!lZV-Y#n>J$xo;Ih#nF{t*A zfw+Jc*fHV~Z)VoRa1M8mt5Lv^!({IEsdj3q%79Sja#6p?wJ!yZkq`DpS!F{LTK{DdOQUYR!0`XNkoft6)daw2 z${s@(4bv=n=;G4AU>!rff7DmfSB;_an%Dpa-6!mIe z1Qw%dv~72tD7Kd|x2nzU!1@o6Z)@27t7YGWV#`m7)21wNix&_?=@!Zz_oK`^c^jvMUms8{7Hi)00p-9$$Upgc zQuPR~8Rll?Ok<=&>CAyYg7n{2dDr>o`CCq_81N0)_6)U`NwMFfM zB-2S(Jt^qhgp*6TonxI}2%!ecPn@?51s>dXq(*QJxSK-2?t85VNm2D}Ip7yLE(Zr_ zCyA{qK4I?PqetyOP=-q^U^~CFfn!q!#j*a&DfOThbh?xvBU0mZPvazHUtj1$+oVjUZLVo<%heEsO4d!$rBGvrOh`H!3OPL{Gaeyuz zg-;%flU|h42lWs)nY9CNkiCxv_tRrUlB7AeWEzqOfcaEQC91!n-!H2)R6lqJGWlHF zdi&<1a6-~2xs+x){t#Y@$6eH~&EydSl4*JQS``;+AInR|g}mNxo=`WU{MwH;jp9#& z=?Lae+J8Ce9O(_;R1ZnfTStrlMYx7FRS+Y2%q!ic1bmMyMb9i+w%09%^L0rlY}J-m4*~ced#Tw~b!rh}3i|^Y zQMbm_fOoY|BXoF0F`PnIIukBS+v%V*W@Pc2WIFmk_LUVd|NEbiU}mkMZ-B82^xS0^3uYD$CdR=Hq$>n!K?Jmd^Qx%lv@V`j8t7q^y9q9B0$y+E#5irR@gPW};dGEi(i;YBASTd`1GVh~>&x-$IJ97fwch@$xw*<@d{Rb7V zvv+!TJ4OQ%`x~Mv63?C1YTg5G7_02dxbU7xUwzQ{0vO)po}!pq&g+RPC64m-IQhDThrt50~*S4!!zyFq(2`0P3!CU1X84m!(FTXz;xzL6t=He}HoE zbZ6G(*I4CVanFySwNB&H#mq_yQN&~qJ7Mv{Fldi+Xn^A^R`-2wPVd-kCpCqm%ZUTkvFB(wsOUfo()Kv4r*zHNs6gTiL^Ga@do=hVubQ$ zDZ(vOKcD7FQutnx332t;?U-yv&oW(=Vak?5w?Da~9hVF!>)uS08_jk%G5UUXG6v78 zLHk;fN(p}yyhsm!<+6_O`@F9fb2t4CNGhH~8h3JA>qFNiuM5yY7y3nq$E^$)2lJji zsM_gdzO42ZANZwUD@;+!RVY=ephJ#Y426j_oa~eEpKHK&wxA8`9O$#Us3)_zF0~SS z$Pqm%-DAcp?(p!vpKJB_?;GMkx&=R{2e+nnLGNgct`t4H-E7RP_1Bs=Aa)xG8PHzL zn$G5{<~O?h@Nicf+Mr+jHV`H9VVUSC{s^x>ND}1kWDcH2A*RYHqmdh{-9^7M&d&Ug zTn@H;yC$ei{1BtsksOA=ST%2wj&g?2T^&y%X zN|$>X5J-Pg_J1EnQHDy0f4>NbM>e}=-JyV?Z{)j3ukVrKeks>(81Xu@QzpJ;@c=se ztN*`9=Kmdm_J4+=JqHz|!4f2k%dZkz0(GEcFT~wC)LDym`eGhC2j1`hD%1yEqKFi)C*Z?PgditQ`|L zwh&{PWtDT6Q3d#**|)&gkxoSfr_HFu{ujMmpz3r%tSbRaP11kFZps)SYI zAb5}9X!yO zc4~aK&$>sy*FOL|oc%56<_GQll?V4ZJZ`vD%{p$XZt;Kpd}f2{Z*AHSM3-A9n@w3MMkDC@b3?~SSwuhxX96GysrN&P{o*oh5z z1a{OkchoQ|FtSC=A>HR{;#3IW34kxqX|6*l7NcRkL3Cp$cv8A?O$oK)zvCUNnXeBp z1Nl6_bT*W!l6ah%q+|I)L)b&EM;VqrzQQg7ygn1?)y@-aQ$t_4aNaY|Aa!P0vxXHZKIntiX;*&Z&9;~yZ(GAi|`A9f0go&4zY*bSU<28)UH!RHd&lJt|f*WOq7B>Ep%2&wl;Yg_S4pee?6qYW73OY{)@~s z$~`40ZUu85;fZNt~xoh>1<(HZN8-QEjKAZJ_h|B+R#OX*&%#~H!_*mJne!P>`%CT);7}5c8 z!`Vx!kV1td%B27ozH7a&Xt^D341cLYP2)NqXs*9ux)9#SP1kp?p+u3hvL33QgROtR z_Ezkh9Q%;ap$8>^_cfiir5~y%AUJ`f?6qxi#!9UuE zPhuKi<~ViylPGIso)wmF*+=fb?bSJ0boYSC9G8&DH=!gO^9Ws{B_WXSq+ym$&nuYIO``qvYguT)ikABHvp$&L6wY3RxiW)=_MN~ z%iPOkN}@F>I}=>qx!RzNaB(5^pE7rNQbsAQiR|eC*nmJ8q2YGo0zo8!3^#wM7@d^E zjoMU_$PO>rAOGjMpETYOXZAgieJ#-qQe7vIDHuT-4b%T1a+O0!#9gEz2)zNk{_15+1ju)i$rS40uZ0aiUj;U!UzU-oe3ZIA*drCp z;Jj8l*l$bgnAcm^8;tY}XY8~ti+5kbCkB%UV@a=@B3peb5n z(~TU~O%>s0cZcIIWpYv`%#*=!bXbG}fg1a~56R%oXL8oZaSL_jh>G#`LS{`QQ)-L( zbY~%-ICYzMF^hgAbN`Kk_6zU%0! z)z$~UBXJYN^GOob{+a!M>psXT4s+6Xp>D9t4e|Pon>1G36{SY4|k#Ds5#x^lH(4wT|ruCXKWN0b2+)2ne7w8(b zh}2d4WtsdYVZ*I;y;S=tn2kcRNpqNWO{`pp7CxX)PgjrZ_MK2S=J5=|*-62v;FD5_ zB7fG)Po!eyw>J>P@2!F6)iBM=5^3+?IUJ+UJddad-D}w+TAeP~97obmg)RcUk$( zQ_f{6k>WH*K0F4}ldhuL!Rv1|95)!!GoEl5vc1<=^pKVT2hFPiVa3YC{cX% z9zuf>940BUsT8(&t3rnA_%_^RSjNzp#v#z@ND=E4r|l>m&3!GMa=0GrmUeyI5PD-7 z7Qeop2oFik!bl*U@)Eg26ITQ2!mi^Z{j1oV!&g4bzGp^rA^fo%`=1saPt=m)6_Zq~ zn;pV_vNIY2rFvC%W#iEuLC?`Znz#HaQzj8r_pRn35YgTuz;BZPO7z&o1UvjEn6+KK zV)^mfD?%m!s{ZeM_kkC9j_D-66NACCROqZ3-%1sip)&M)vX^Cx#aWI3+2FQxJ{H=9353 z4yg3~QZlyp>IBFy-l-9~4Gf`h3n_hH1dl!?6X~8yrAt~bm4NT(q4@B(HrSToVfHhY z-yYzrgc-aWj$%F~-`=$osco*kb(V1`=AR|53EQ^T0u0~1wL(eq@W zpZpUnFth@uS!SGKE3Q!MAME`Iy*&Y=8a_SU4c10F1HhZ7M^1TC0-Bu$l?9Z9$Ux<& z6U0qF!AeoTE&exKhZE;V^OUSJ`y%LyN1Ids zBx>&crF2T@>p>A&;_oh;E)2FPzt8*TcgBB0$8Y*@DGrc42~v4%m4e6_Tfy0bCuN7{ zzM(@rA>)BwgC;r9%~9zvB!9*Gg2z%Le^;l?=7& zh|m#CWr?ge?LNFkdfYZ6t)VK+BeCi5Au~2-O?`_IGG(M`d@yu^2m=96-6F|Mw$#?S zqKEvxIi&c{w%sr8Nro*;QJRVrTlPfahp!!h-4_E%ubK`xd}@t2?XO7~QRmVIP|s5$ z&mR(Q6Ez7l-TbokIP++c#>7?jPn_S=+9xe7%~fn5MefUCUSO9i{xo@eU?%wdqG5Jp zD}P%;)B9;18Te7WT>OWw;VlYg7f2K&7%siUrL9FH?EN_&eyo>s`3d*>M7ycW6LROX zlPcE%xIl+$I=#fX+GgclhS{8Fv{SmseNW}9Z#ZcZPtTJ|;iGHp=@{HzCkABi(lq)f-VB|DauCkau^?h4fm)Qu2B2S`z%PUXEKwwU#-TTZn;b3 z@PpREPOJ1H-MUjE$#-*}q`z?}b+mflBHr;AzsxsJuX^@<+0;F-DNF&|j|qpd6%u^N zlwkI04ddaQwl66Xm*QyY8{{!9%~`m>nsb0xb@*kR$?Z(E|m_qJG>^}+`$)zNt$VY=v~D3l#P7M<3dWw9`+G$E%boFo73(?>~SU5~p$9S!&%Ft+Tt8vlMggsWONN9;HlW--0Nn^g;3!HIXP5 z;a2M}+xLEQc$V1fh{T8KVya2vF_&MpSpD)hesZUs#VYAa?g$yPgnug2UA5r#nh#F> z8+?N#)~Sev7j6^i&)?@oGg9Zmnl~Kvn zP_6u=p3aoZ92gKMV$e2A`4+=>;%)nC`g#BI8=lubx^n&LV2O5wcQB6@ttIKd`bP(M zzSqpX*51o>7p4ORg$RG5XFwvHT-VdY09ncs@#3uQkUxI(t#hah{p@lBk8)d z6IbQ@nA`cUMW6Futh4Kqchl{I>507?+9ARO-}QM7P0fw=FR8*+z#*=XtIs=CNaqMy z0uHMP7g*{And-wDQ*wqZj5qNsFevlz^*M{;u{;Ki z2UygDU*NtU3VAQy+T2HUq>ijI@55Tuo4XZHhB((>ctSWekHnAk(OTJL4nj-Gie+ZC zRQt(0U0|E4<^u|(sL2c@y9X}KW&E{{f=L%Sryu)oLf^(U`tlKJv4g~gacD6mmHa1J z%I_IwAeR<7SrNGx19*!HZHaoH0@y<>BDGzRZ-B9f!EP=d5Y{C(ssg#9$;_=!*Io0h zE|n)gwAliU>ZU3(9B#=J+-nh`j|FTUK~pHAhD-f^I~t0LMf&c}-y0?6^{(on-I85= z$H_AYXVTxA%XGNJ@`@2(f4tdbTZBKigZhi)^u>acT@P@P9qXhdC6uB=y|;16Qh~tA zHzM0y!u39&W{Wsy-X~3GMcC`{C3Cm9Vsis_-a(?x&VHFju#z!L6%KU-^)6WL+5pgyG5Ie zZ}Q!c>?}%7`+V=Eygh3>`f5yMgV>XZ_FZEpci4FRa!l zuavZlAc+MhXbE>%xP2JY^DjVqk7FqeVE?>Ouo3C@Wkv%M=$C4WGmS?GK79@QRUd_s zK>rvr9#GGA(yRf05FME*`O*2`Wo5gqO94R;#AtL^TG28Mf86&JBTQr?m5);-#%@6P znGH^(tn1z*3zN0am>sxBcDyv;j56ElFfWuHUa7Z7VT@vfo$_M1F@4sRc7vvgYbLoQ zHI3BrkgsH%>awBw!9)W*`W?O;0&#OloR(~da=sz<2>{p41AjZ^f8*N=i|P1h-HUf{ygrWMH`$|7s=PTiv^c@xLyN99hTDJyCY<}3Wl*u<~s zB%rOI@5?){T0r86RYN|`fJ-L03lw<;E5%{J4lSIf zTtV03;WDkt{L;<0p8g2q-bIi3(A6HS(yC)lt1>o3_Rr9o9GiEl5aq=SCkJ9a68k#7 z4%>R(G;Hz71M=ZnMDotHs`d0mdn?uCWRx(hLMFg#=&$%OWV3kx9L-1Fmr&}bHEq53 zD3jabKbm1ddkm&)1F66CeE`#wcLnCsj%&;eMi}_NE3#NNkQmq=xqbhA1igugyH3|$ z{5m%gwCUDs`#%YxcOv#5N(<@D9mmr$vp1H)SZ~xh)_`gDKy?!XAlk=@5z+(kYT32LMxwV19CplkR>XU9uq=+E>KAb zp2vyLem?HylDY%Q=F2?y=S}fS)KQ!wi4o|~2qx0QI+S$fk8soJDw979VK&mLb{JKP z%U*)}l8R3hiqTF&UN0cT6x_`(B3(p$d|%V2b3U2VC+)sAu?J>-mrFyyZ8X1$)0;UJ ze|v|A^FF7m4Tf{TBl&-k_ukQPz46}Ys3STddI=JV7QNR<)F33fAbN@38KXtb=s|P| zLZVFc=-nWCjXsPL-Kc}%clYmi&VBDW>pf?k_r7Yx@8|hGpOR`( zzy`+3ti|(olxU#4`)B#{S(t#ZBiRLSe4BD+D>x7Nsx7i>v zH`Vm9&wLLoTykp#-(#Y+0XZ5570YhkZS~y=7MR}@!K>@0-XrR!(Jp|$)W(q`3jlDW zhHDoQb@tN`Iht8D?zeb7p1&EoX`iZXC+Fpx^h~u-TtCGeAInLYN8S2-f@Pxtb#p#IvEC^%F$K1>G5vIDUZz#v5XK3pW!RwO00r}W5X7(uQ_n_&`AS<`UG?Bge9fi?GWRDlEpazDXAXJ6 zW?LsFakUX*iX48WTpuUpYM&?=-G?7BmKV){S7L&_sJZzB<2Yg?QF1!Yq)3@XRCwoOx2CCfFTx``!hbq${vlYjwf#3DTG%mH!7;CJH32RnM;%B zn44=F>iN3V%2O4up#mCyL@_92u7l3+n!kXxQ1}!&@Ki4{+|zlKTfQ2^%M1z_1vcBM zZ*tqH{8u`l4_l|PI`7iQ)ZdMlE?4$`isIF%1lycxvoFBGfO0V3-OY?K1#7XTfL zE!$b$8v{9$G~`jo3LToZ-Mh)Xy^jf5lS^rRFETgRp2wY5)CoH$Byi+&iI zjCYJ;%W%46I*-HXz%k#?Cryreo6Q#&t9#I)3cfqI-@N!_dcesuRE?OKFL2g+D{#Z|4VRiU+(+R{TBp{2*@zOF{VKHFC_}bt*ocVWY+0uG_bh3=vi2yp5IxPNG@MZq?V~I<7)AKsU({>hxC#9 z6QcOG162vOIJtbCnB!qCgU((BEQ~23!u;MB`mJ@=TuLX=dh*_<10C$i3(WRnmwzBk zXs>R@(5gxPCw%j(anE#(Uu0Sm3JYti^|MFa%YE(r>Z}NACBP#Z-5RESRk1>)+;5o=bVkM z%nvB@*EF0IJzMhfapuz{Cp7*TD(nxByk&*pVi1e99Yxlq$kW|Ji@a*AAZ8k=rTb;9{7}Ddmf9rB zU1W0e1uU_`(FjX{L7<2pOrMn*cmI4BaE!zILq4G+!Fd*nhowVbghMQwMq~J9=9dN4 zA3n2!>JKryVK~wg{E`t9HKJW?a`K z8%xXSdoMnH|21BMNSfT8+qBPUQ>7`aIx=2aeLU$`&?5^T!E3xE6#IIp%3=;H(s0xQ z2TJb0+X>}MHAmBUn3{4(;oYnvyGVDj;1F)WOuLW zOv%5qK|Jr{pdi+q4a&pNAWRLAl}uYDxrBSG*|ydjiz6P?8|V0dt!zWj`a9%?Z6&%x z63vB~D#}Cz!wUZarcwBykA`)6W2o!*H*ybmYghaif<%S31;h%N0-cj$?c24W({5S`q;< z>vtF#wWcx1lj1+K)v+Zt^$B!uLxtlA2|-A2mYaae^fo`t;>yH{(VDKMI;J#& zEm(>FIRB*%XAU}18C{=@JWRZ$^Oa|;o8o(4=u9v16{)t1@JcLpS%MC)P#2FEqgk6+ z4vVZR9AI1-sY#b_I!d_oUg0lsR(3gt`ta6$d(dA@`B(K$emEG@sFACnGSh z*C~~^xwcf1Vf49Gh_VG__uk{OZNorkwQ>F_9lB5X0e+-5LAUys!zi}7*){IS$_2f# z$?K;p(3kTm6W@RY8BTPiifXI%cKe++NlcUeL>)~_LtScmP>E$I-c$taYy?mP)~x_k ziG^z0!bhJy_6_@}>3cxM0f0|g(8S9*nMhRxDgG6FyQ`@4tZ+bZA}x?$TY1WbmL74$TgzChEm%qTSe?$bZD7k3nO?8ceA01g8F%!siUH`Ol7I+TC(0PE0s7w(&Fwi4E~ zLyH=`yGQj@qXT}z;T^E}Z@U&MNZr~%y>a!wJ0(Ey5EzMnx&qYlujPJ8#rvnLfqIsY zkcJx;`%jpwvDQ<*yw>k{o52jnvlH#gx72;(5UHapc?pu|;7SVauK{qC4xq_6^YLXl zsA787kJ*M}ddR@Pt2)~S>QY-Io!yk!*I5g?30jlDa+Yyt+7<%dAjv6%wn?~q?mB?l zG>RS%TpV0>#MU{1;a(ldE-}-n(F&Ab+)%;I99J_Bkfa{~1T&=1ogM*0R|q;Qniqn3 zsDO)s(?To`FR7yk&KQl)t{R917$dOL-{&1S9EYB>f*!Aqp2o%e6L7{dK;B=nmda2T z^N0>Vlds8cs9aPzu^<_f;Y28C zyO*E#?%ih4TDx$F6UE(uwf30g?Ldf~nrQ#?@^_*6!YWp#Not(jpoHlQi_TF31X3ru z$>9AspP#%%u2-nAZR(~=&)uI1bW(qKryg|_&9?zTn2HO-o6-$a0qv_yZ^!)|*o974 zx^=;iI<{5DVOAM5kxKuZS={)tZOyRfe@F88EKRMRrQQT3g|5nY4l3)P-~p})cGfSz zK`I3JK!1QJ0E#LGVxaQx%Vr`R2RR;gIf4B9cb24<-aya(4*b85|CfO`Bi1UM`1@yI zB|v-VA-I@HwHOF1;7itzVXv7(g&p02i=`0cP4jmNfx4m6FM%Nfx)4bf!&i{p&!vad zqkT0+Y=)z$9;QMll<-fr@r9Gcz}Nxh5`in23_;dmnxWFVp@9>BUn`m_1oXIZK()Y* zB#kA|=f~o3Gh$!RmsHTn--Z0sFkooL0^|M;X+RSRXiKf`zlYBJo3|l<&0=Oc($mEZ zx?M+UuPs(Dx$>1J?K5F1>dquGLIZY>ic*47obCP-Zuyu0)z1Za-kTU?;_v$af)OG$ zGHRutKgdf^d*tMh=3!`||7j`x)81qhW=507llzD192z7s>57eg9zU7AX;B-gAgysG0i-n<4HzuifTOL-8 zBSEtO>X?B4KY}Fzmw;2nMr8Wucjtabsvh{CmYCxhw8>SJkVx3Hi-_`g?Q8$jAbP$O zJ(3tsqi(868O33zf8SslT@~K^h%P8yecK!D74@1pv^s}vBz|ZfIX&q~)}R0R>G6N& zlfT9=v+6>@_0%s@^RvOFSAnzp=}G*C8r6w9zA4j|u%}y64qasLkI2>ffM?Xq|8ijb zpK1Mnms;R|jbrLNJAX#8-+AzZ=uGVT&1&h_x}(iB{QmJ@w7E^vlK0czI}urWgcEHx z@%(pb^?$RI`PT$y;o0w|_aX}Sjc5_{hzjU}(NghEZtI@LV1`i9clx)X$;xCMtbnZ@ zw65?!z4iS^*YE#-4z>U!&==GUQ?|w76ddq+9olQ#VkIBvuX76)1DlK8q>iGY>B~C> zA~wfLoKmtg75|%~^;%CY25Pr(CffN(inueeKVT(wulXz$a0+g7Ro|xyt;CSe)p4I8cuK)|I6^xu0o|TH%J8>XN%v`wHbGpcs6c_!lub} z275CDSm!#C$3$?ABY50tB7?)2a}!OUsUt$UyUZiacF$1uytBW**XQ-WdD?)BA=cNL z5KA=peVrx+F~;O#?^vBGYk%$SrhpNRa>7fbeH4DgBuj8U^34TIOaaGu$6Pq~Yh#n2 zf5Y(_hyUW-7JrV7O|T%iX8d&>Q%%YCg+v#3&O+ZrfCsF`g`wj@3@s7b?x@26bWW^2 z+O^yzz3*V-%j?7&%cm-1^gjrqr1Qvi>g8AQw-&_yd7!>BjpV*Gj0A8*4Rqc7WY*P> zu6i+V-@*Le;Ux-Xz|HAo-95Dht$_vc;XVHkof7hb=;;YQ>KeIb;qtd{V^}7{#|j;# z)>GtP^}|^K#Sz5cW)z2_2B($Av|IkSJqJB4)s&B*cAA*#-67$q>7rHkfc%_dm z+Q6iIp6hClBmnQyHD3tl%4LyIn8Muu&^#5tjHj@#>zPNR5py_EKYIds;M5+F1~&Y( zf_;neD%n9j{W)t%SDYsPa2sTY#2q9~gyhMreV%O-!AcxemOPBF+)XxJ>cJBYdUHf? z<5`f97ghcB=5rgR>HZ1iIo*)35OW1KX_D^z14i;jR-FRH+>U*2#Kv|@-6rlI{&4h# z>XW}fce76ODR!@PV)>#&oR=pRcTZlB-E5-W^C*MA7D6;_E-Jvk|u=D~66(1=PjY>l-F~ zVwTr-aX8%jffWCUipWB^r$@N+q_xzR6wQ_-vmx!8P7IX%$g3RsaJrx>`F78B4#JGw zW3ZHzO@_^~aqokV!i8xt3Aj48>P(mXBDaimt9bUeJdznKUd)A;#ZJTMl2wR7vUxtW zakb`!J{u(B=1&J-drak)BAPsY&GgAW8Tm2qZ*t-Bdfyb0D3;f#s$SP|vk(~8ZM7YD zyX+e#<;bL$lO|qu=va_p{=2Zw*FaKO^2|4k&f1fR7I&5wq3_QF$AdAQJV=id7fU7v z$$nJ5bK{FV9f*exaBC?2Y87MggF(K-N4^g2vbC@8-%iN|*zpw?%^NkEdI#WfjgaF= zEj|tRg27+d_`>V%`mvwH1q&rg4nw-pWvCm#D9>|LxoR@~&o8!2zUr!uQFfkh10CyI z+vW>L*F6)!zJdYk{XDVQgQ=A7o|2ONqc5%u9sl)Nq|&n$fiaXQ^G9@Lk*)y)$!A_-f>D2##dXij+|$v0f(YXi%0OJWWe)YcLOB$x;VA?jbZ+OJ+)Oqcm-&DI9nGQMHG zC7CiKbg(f7ahEJTtT#MJ-2Io^c!{46L5}bnv%xB5O8exca9~$0MI8w&oe^R^4k0v< zJ8PPUd;4rgQO@D+rGEFVv~equ!s>s(fUKl)LGk}H)oBaBETF%;MYda4S5?y)W@v8O znO(lUV~ZG6T2vcdU8!vOOo%Cqg5i%j#G%)jA-9*ZgPMV@R#?kHJDO3|};!BF9t zkZUb16dU~l#t!vD&EWhkjjd7Ci#8mtb#d@J(lb`>B z84=afdv0!(qPxaD8TW!98w@gj_IL_@vYt4SfBwHO;Qqt8=wDNpuN13Wr|Mi3G$!Br zrLS#p5`E&TjgRa=ZprbU+jULvmGhV98UA$kPZ8nGsrmS_IMLjcLG1H?HP3p*yz2Ga zGlY0+ANy+c*YJx!^-UG!v%5c;ywhGZzBsrP$&=3GrRY(h#*(e7xBXfpbDf_-y1x}5 zE##DX)GkO501Mm{(TDG4U(#Ju=!b7C#eFC2uEOIcc6YWnp7n0U)5+16 zXMImK#ahP~?L@5&_A=9M030afnNAE%X7>4uBQj!(UvVQt4-_K3u0r}oqXLTu=S_CU z4!y!!M6JDt^46|G%fuGh8%2wwvRdm zQ|)F|6h}ysep$1DCHeO+sxllJCqYz>SavVP^Ef5}ezkQYEPuS!xi-GLaziHUfJY-i zIV>+N?)LsTHD)_yM|?Ywh*dpVdHs~hE6>SA$9SUFh@cN1OqOGVf*kWueAVW~on4~{ zKV$mi-6~^R+tipZbB{s)k|kE}Z@6359%|iQswipyGPZ+7ecLQ@w1*AvcSA-HeEUe; zBl;(dZMw|j1)4RoqGxiOF|BUhVL?-w=O@5o;L(v3tIvULDVU5*i@AtAZ@9Lr@T1LP zAlZDeO2=I=aHx7-9R1tymFcJWY}L&>4T*eTMShBVz&y3=w%Y`bMrt^fi*{x*s(B80 zN&DAv`qc1e`}6B=%L3e-zZ9nzePej?>3+!aRx>)H7KStW(!Vm|{O$B4cL+gliE1?BEx#z*w1jDV1cjRizMD8GBX z9nk>xl6o$#P%h)5I=$@rDoKJ^?%X20hN`u;k_pjYT1;9E6Xle}t<~=owY9U!aDV(X-0>!GrnRIf1=R_0^BIT(Bqu)*c@? z1!nvxyUT(~JJ)B8?A0}6kd<|U$B%%p_Rs@PE>=}pFND|__6f$K04p-FQ8mGxa-bPb z+Ca@}>ZSORWu7UvR8GN6Jrv6o`q99$I2^@=H${4)aY3bg*Gz|_$ccoGn;5j7 za~14NJ=wcVKgDfo%3?mTX1}T@mHa7rpacA)GSe%;NrGF}`wF#dbd?d~?ZV>cG#}ZT zB!$T3`06ox$TpH$;-9TJZ7b;5lv^lgX6&PTAls^8BSIBuxR+zh0hKf6@@I(`2mW8OjV0s zy9n9~8!uJ%OJ<3Xk6V{^ZJwCyYZ(BPPZ6`yGb=qb@6t2)eWx^`!~ulz5)cOMW}WFo z=iyGuvpSG`aWoWJdTJWrn9b?;;(G#}+>!H`VX>`~bbWU5=X~9kxOqXvCC*3&g;%=U zSDUG2C7H$M-M*pw4;g6tf+fYOrC$rHRbfX~6%PXS0!jy3Bo}t`6r=|uEXD;YHzxP% zm;zki_WP&n3;dLnV(9Oz=w&Yjw1ZD;4G}B#1iuigECP!-)y~nQcz(Yc3VlFZ_Sug(Qo0S8xa0_Y=ld= zxW&aB_viIGuFS-=n-s~uF%Ekk&X$;^cPZmD<&&SRp*i|t{iP<)K`DxO-?-z3>t;lo zf5o~0DneNf+7F(&8qzYh{2!lqoTUjL+*{YXv9g8`l|1IN}13exzjZ5>&0i} zlN{j`Pdi>syoTyVc#V)dSx7LTWSJ88&{_)DnLnC zH2wYr8SYwZF+=)S)z@7mOAs9Wcq*M?a;jot_qSh)q91pX**tOU_0zNfql$T z+iNa=Rjt~icm#|q)5bPBU>eTfR}4E& z6g})1k)g`*qrFl%3hCkOS)n+MS1&%XHEPM!7GEtyl1F^m-^QMpDA4$fua1ItO)B4* z$k@FW$`Q1`e7(g<|FE6ub7QiALanl0@b!fRx74V|FtiuTi>7UllO-u~N)o9dy7yS( z28j+O;^IkE?!c-O*0yn&n>gMQ&OUik669c2^D&c?OHjuBCvWO6OQ_hT;Zd}56WYG# z4bOm;W1;hBQIsSB%>krg%x5Ho@oKg&r22z@cF*z7xykSFK}R~F{>UP=>qyCNYmBE# z&{~W0n#A6?LZ~dS-@hb|@TuuTX8=QttGtwRTC!8`NQp0+X!jy_`eQ@x>wPN$vN^#5TFbN$#ekP&<4i zO6(BIdK3S|u0h1V%)-=hN&mfXa;9&J@L=y?;>RQLE%~}%{tM^EXv6n=MblV*znib@ zzrL~6b`4xIq;cE2{c0Wfyy(BAwAY=?dPe49cxnu48 zct{%B;@mM~jV_k0C(FFNzFKD}R?=>vqi^Oi_R1ZsWG+<+9gt3p_U66uy?7I4^CMh+ zj#CByy`K9W+7s>w2yXyDL7Vq?*0R03tVU%#LKBo<058ut7n-JRpr8U=kX9O`6wC~# zLWtyPOdJLzE@jcsEx*~!}f^~Q{$__-ffeQ%#IBE?gOdwae$&zGn;)9(>}@*XdGRJSEz zYi*EL{>;vtcX46t@FOc+@&w};n+$3&zq1HvAr{z^3vkW`ovdbdc7QK&B+m@ z=Tcb7Z;wh>*uyDSHDL72tWo*TX`(Bjide74#%4@@*@t@JcbU@?Le`-OmY|?l@}!u` z!_HfUN!NQJ9CO9`Im~H~wCOFqCQsnAzu(xz+9;>F)3aIkf9?M*E6#iJxnf7}oBaSKFXD{| zh7?0b`^bA&e&GyU!25J!UF1d+>%wH?`4YX6A}K@aas%tL<0ck+k>yS%E_o%at+*A7 zkHsfaaPi~l@gn6!;*N4d)B&!50xgfZ=*)@9z^8l<;!Z&o;xl|!qTMMEi=q`mD3>~# ztxLW1O{D3y9n}aWC6oJL!&hx`ML89JFzsHPr--g3f1?*H@mCzy5tHa5iHWV)o_H~< z_uw=+AcYl>%g5j1R)~dv-cztXq+W4MzZl1ak8Aa)^L#TFlqh}2{N&wiJOZ+ZOk+0ss(?%l}oMugUaf zU48i6^shteqY}SGg8^Af@2j}$JyOtPhySrsg%7vS!+U+9?C92psM8;I!O~)J_IgB) zMyXZqL9RG8W8p#*O_PpmZV~Nxl?rwDYfr>B6W9c-TR&>RlnIy#LF=~FMBC;e0CPwl zO<1$`%Ys4GWz+F0c*=I&UjKdrwGpo8Z_pM4d_0kITgbWT!Fj4Xj%lf}unLx1lAYO; z0&oG_7=16RR0@&Cr0;V*1RI+#tx4hYLdqq(pL|uq4`RI0nh?YL4qyW^WA|^z;%-gP z%x>fYBNnadAAQN>xWnl%;toiCDQ%6xsLlwhPAf<>#_uT=FOFa5dA$Y&u><&j#4f<%|9PXpY>4ZvU<%Wxzwn`zV*3J zzHYyb<|gNs)Bkq3MK?s+l&Rx{cUgqtE93&qEfBD{=&lkp`_XCMA`S|0J8E|eALNyk z^jE9wAaW>`AJZex)|zYc*E060)*M9V4zv(S@4b&JR$sVsg&iNrWAoCK*FrjV=pc`c z;BLlGL@&)AHAf$mAz8|$D}(H5&)|DCXu`uc6Rr^cvNsIHKlGj7bgCXS@)aaz#&An1 z20{AnMzN~gU>GirEIR9KblwdSm>g8MbSl3cnq)pp+GG5%88d-1klXEm&v3 zYAzJsaV~Wu=)BuJ>}P~|dlci8cmHib+1vt(e3;#FG3ER4fQ-^sfn*0DbnW$Q0%Czq z>u`cjc~`XH-)FBZlB5V1dR@QtugI;WN@Dn16Z<@nBK z-CbrY%)$VIH-^Ky2PVzPOWJQjy*AfxC=d(UC7vcl;bd8PHKX}mZm0(C81b6Dx>;p9C zszr=EmD3u-*X!psJbR5Wmsid8GM+?RS=Tz}u9(d4n0EE-?yH(RT$A@z67&!OFZSo> zb`ua2jfwNFyK4r8rH;#VN4c$YlLz;2(Dh5#v%Z{;oXn);cd%vsSP5XVw`){G*R;Ri zmdy2umnOR?6+h(OB5D$xb==MZkw)uu$vH{7+1SAv1*Gz0e6>^Jgu-(LYfqoJ?SJ^T81MD8DsFY?F`j5r8O!InM83v8HH7XY z?a9M*hzF{;<_H?&diLPGh^kXUFAb{^O6IknoZRlREGKYh(yE??cKUPH)Tbycn?*kq zBT&N8xH<6exP70COH=Y5|5{V%J!HWeOlv38?BB~P=Zu?K5GpE>6^Tc9j4JvwThmTDwpYV@Nq!N* zi;pXcll=mO)o7=#BxD&6ZgF=MC|mBMrjJxAC+qS*jSa@PsYTcmd^`qg6Jeb-&wGDP zxm04MtKR%<$Wen7qa0t@giA?{LO;PRZ!#)3n=#(daZV}Ca1d8gL8+|$*TC7~kh+AD z0B}#Xk?fWb!kOyzqA%>&W0Ya5*u9=HvDYpBt`SB;CC}~0oZ^p5jXp{1=ghJ_?!km! zd1<-myU3Mz=)G>Y(xsI16ViaOs!JoAB#qRtTX){=#JMt*IK0vf9)^9+)sXTwYkAFp zpB;}+|9771+Y!~D+uI7YQFW+Xx~}wiWVa{lnn4_L;jsXC(2%r{$6t~ib_)L}D|Rgf zF+rcInxhF;&I8}TKUMEg*Zcy+f`tV(8Fol~m}iC1bjZVmTM9nu_p@J|rG9@gGZ7JB z!efsJmqz9NJcq;E?Q~*h+xU-$n#kcInn7QAYF!Zz3S_Md`X&g4gU}uDlv`2ABg}`@ z=IfPv{<*{Zu$n#7e90k=a9WWRBaboG(BS7DE96iX%*q63dKRGrLGYsHh3Z6loA6C_pDgbefRvm1 z7f6W~Ks#ggQJC`0Ba5)FjR`KUYS>QaWRZ^}OXX5#HtXTS(x;Wz<~MoJ#~8P#sl5#; zpB?mVll83ZUiP>LrAYSgzmezwSO?3G$LdN?EvU`3zB^veWXM z0!ATc@X0G|*UcAM!^&Uiz^nc@nzZ$KRlPJ$Lv&0usW4PZKyUEu>Jn6oY1JTijrZii zYW*Z2sZY#O`zd7+-PvW$8?o6A zHrVprC>E13b-qwnw`vU&wR$WfO{)J4UeRu^Ws0D?Wp1fQe=t)&cYNB(KW5Eo|De-% zqpFi(J743{@cbiMyHTNMuDoqh_FjGAVAOq17kp6p4h}s(EGNhZ-UOvIUtEDmjM+CP z4RujG@wnZ4r>n{uij#M8T?| zw!hVJ2=OpI8Tw_x+Dh}BSF?gcJr$eaZPp6a3j{RdJPeKVeQ z(pA;Q&2oQuCtztxvaA~H;p6cxfp8()G4`oxlv(1G54`3U58@Er*QC`JQE5guW61`yW+5{o4Qvz5e zvYuIcj}w8d)L$`@osT|s0qD+`f&|{@S>V3I$iU$ofs9ztr*f#N$ifzHv+H6MSy)bj zyGYgz|HSg`8~KSh&!72eQ8T0k-XXdSWlx4}*6|L?3+;M3gpi5tVm6Mst`*YXCp7mP zn6Yl$xzU2?UUNBY0#3#>^YyE_;uD5jQg68r`pxAm9=0uD8cY0t=^s76$q(Z`7E_t; zOpDXd)z;|gW->aG&t!2vPVAFri}NP)sDN16-cEa;aNU&(2w1>!~L@Wby|NlY>zoPi0SnAp{C4j&{*6Il>Rr|(}Dmtf#bcn+;LGVcVE zr@;=l??k=~FySTXN2zj(9n&EW=O0>-m}wzL@c|~5i~pejgXs-(o;YI64I#yVm}&Dk z%IFS>U%AVEyBz1-=(2(5GQHo;{i%SGm`=(P&~MUzLgBx#rqj7{?~|CiK*rv|nyJ*h zN+gE2-Qk_M4BK0a;#&~FI6)m!bi%iH#=)0d@$FHHIP9#bB&E}fVLvfV-I@LW`7>F{S>ufqnk>IZb%VEWwiTzf*{e*_e6$I{L%kNY!S_?(qw|AQYEdA~bQ`CV-% zAo2*>lfOXw;*Egk%-i~WaRtPohXpfqa3^HdZm#+~K~c3TzP+pc;=S#1nsTaqhFze&JyFuk5`dFvi}lSk!v$0LPNk0De2 z&(lhBsc!2=c-xOh9W0L>cAp27^f6()52Nzf)7^V*YyDN0n~Ru~u)|P0EJ66KPFx`M zZ-SE)_nv{=@8DAA{H}I$!xS%bCG>7jR!Jn3!71=-Ja@9su}U?rGQ0JFo(vk0PjFaa zY2$Lp3O*&NSTfV`4>M3-)ZjE@-ls@m$}7b3DnD((>=G7QSD5OQ--VzrJsXqXcl**% zt^|AKNzuc9022-x|6kn}B(>Mq>IwNFqE!zTe^3{5@#cOX^vB;y@G@4YZvTK)U#s9X zxm})m&~`1GbO{ZjvosRl6WRhK7QkD^A#4EDWUCAMK!?y@KrGIhQ7D)5#MaJs<-H#9 zsjJEzlpNZe+j`YvKDvj5_EaLU$Jv`UX~6xclIb(2J24&12L)?yL`3nSt(k(g56LDxgJs7%ldY_(PpxdgtB=hlZ z!)!QCKj6F?V`A9T%+zd;NzWJ-{SJxnA6m2ryQ(850b!?R@qG2>;0z(*k2mv__JqO8~v461TIr?G~8F zQ<@n2=cYXSR-n{igP@3Qux$e);(TrqWrF+6l;T}AWYCb{)`~DNERSf{oDSW6{_*Eg zRG}BZi6(qj?c}>*5Y!l;7PFE3icQ3q3q6|<)#g;T;QyCc~)1`93LYk$$TOZwB}xxV&m{ zI_THe&*6EMfS^czEL|Htu++=+5`II+>hk+RrHyrdia7qNpWpf^3vXsSnhx+tBT%P3 zuL~(R`Ve0YpSStQmz@#S$>|3oon2a~0sMNK;W1Zy^?`c@y9Upi_uqV8lLVprkUElh z;nF7-&mVJnX%`*vqIXfI`4|(E-z?M{2?|J+Y}6>3&MJUcy7r+e9`eYsgh{@fTer@4 zKeCAc-aO6y& z9r*qFfX`zw90ab{sR;hs3J#1Pefe{=6)FKy*NnnsSCntaUbH94clgphiQ=J< z|FF#|s7;9;MyD(-m2p^@xqa}{`!1+cDOKrp{uz_GWSsUX`TFo zklqrIau3Sy458Us7RLA#?_N!oXLx}Pz3IuS;=)xc!IFSNZA??~K_W8P{?+7$;G*dQ zohpk`KQol!%CIlL2Hxw&go#EtesOAoWu#A*#on`f5?WB5#+5>ZSPuXDfFv`TpatLl;2WviXHF>KG_g7YE8Swk2~7!jO5$6gs8#u6j9v{dPN!^ zWI7pU`xjvb!Z1)_&6==IT7sE=0QSdrgM zedpBiPGzqlEL8grigS{qP30#4R@fh~JI$vo9K$~UmR;sJV{9y2YjNhmQslw_qLgG& z1GXI!fhecjxg|S#cF{!IMW$kRhb9`ofK5cw0AB(mK=ER;jeRV{v7PykIeqhl>`dE~ ztA)_w67}s<7xw*w;T)=*u!Njh*1teh09Bu=LcI7p3Cqf^pBg7(R!#jAYpxVZJ0 z47W$f+Hz=dbrjJV-EY8&G~kSwWRP87&$@P5usRnR!I!d*|@w%Q-<0{RhszO-s&tZrt87W#TS%{DBeW#x`aIGn*sK{t;V_E@)3XHe(e zNA?_#{J}N_OzyQ70AHjw+inBrIG(!;#)kM-YYa(p9gqs^ynwdq;8DcOD;U3M`j{b| ze^B-K#BUFkljim@L7EEY1FvhN!oHf3=km9HnYFeo6YM!Akw#Bo_fD8=F=fY8pcH&P*zf0umlshqQ55?q(BF~+H_DP2zJ>j9<89xh zP}5(L3=Wph}%RWg~5Tb8<`<;>G z#z%*}GG)73sNpm_Jw*Hvo;bxyOD|Ja=P&t7~FjGs3$GP6)4;csz! zOfvOeuZLo=ovn>!du+Fz#`{Lz>K<=}?#m-`ykFZB?Qhp!KO>5xeGU2!2H|wzwgV{g zcaJ!9*c_@kcry9qeenp|{Z-{#JS;S!L%s&-E2IVKMAX0v)Qb}&A%){^bS62_7x=2( ziMBz3NK8kpYhY7(1I}Q#EKH~pXoF73OFQA-gI%HvzcJrrDFd@F<+?Yow8!}#Or4p2 z+UI}E5MX=%HN`jhN9?O>bN?smpB6AqT__`--@^HeeX6DWC-%2^=5i?bd>*PVkG17! z9m=Zd@Py;hglv?7UZ5b8p{rc*ZuZS5!j;&pz%5@+$TcLYt>flP8{>`wl`JQI77JH}-=DV_>F4uC!@sLnZk%TB+rn?n^b-)fCuW!7QvS9mps2b%pM+=F747cOF* z+s-)^yHsOGA9h;Ys~Ask5xAXoSG6H9kswgVi4ruNZCJHj5) zSBFGG2-#-)>z2D;=NzGTC(8HkC(uWh^Vf^blL$YyyGjL=O!jr~MIeHi7QSbhCW4?o zB*pTUoV0Z-B>Vcwj$yh2<$eLIRI`0a92uZT@q(2M8ixTya2byTa+>mE57YaWRerw@ zH%<)xUXYsj)C_IHCLx=9_7^6M8ABlDlnLy`1`fciWGm|@7`d$OQEWBG0ck7rb28v8y|T= z!O83v?bTcKwQkEq8?}Gbu1@OUr!LM#La4DBC&jyP6=z_gH<#T#BYoJD{d_8El%+|o z<5heyiYddNeciqkJ}tVT67V&KojN;=G1k~Oqhs;4@2FXj;TEv+Nmj^)JNRz=j^VJI zS0t9mD@f4x7zrUh51BK5?T@?ujqmF&?3!bCSfMUO17NOy5xApdPx&HPIKqUlGMD_T`bI<#l%`~#GdxiG4+C(q?je{~TqRw2Cp-mo^g8_DujY?)|O zxliPe^YJ8dqo;m_#+wLdiEW|qsTV991$d8q+cAMAI|~$kH$&JvQ!;I&g>$SUU9CIT z(H7Fq?R6pDER36)ny-AmT|xrV`^8gNnEJOZG`L zJQ2r7MeE74oC%7^ti_uIRqX4)zQBqExj>EF-MJ9wrxB}m^hu0Y?6?;)Z1B1Oiaqy& zovZFEW8g`Ye6Q`2eM<`dYji%2sbBsPTm1^j=C$xA45*vI&Nem_#mTkxjUHYvPwniR z9s>5>e|}u$m|h+59(FU-rf8NT#ca4K+vW#r3E{1$I@3~$-3@Ddk#8=AEju?=om`u! zEz=U`(l<5I<74l_Mle%&4MR?@Upv}eufiIX&a0OW#nsf+FKoJRufYKtp6MB{2JE6BgLJ0u^_q*&C4{7q3Z33D zYnxTc&Qd$?Hs9Ry%$XM7tzSzF`v3}M`u5wcoLoqgnG{W;oM}8yug2aXZuTT(HAzRD zhC)z7o(+~&h2LJepa@XFf?tkFqT9d8)^>%5E@X z2r^S@Z;glNE0U)teZn@ZyELhGv!5rJUYf9j4-0US|c z==jy0sbw=2ru$>A=LhjjZ8M5Q6CoS~sQ1Y|Se|v!tM0)3!F1_EJEyX5eeSJm?yWtD z0nynko0OH+u7XR8N@k^s-$6obQwu@YXz!q)!9_iXtS9dQV<~{YLBCly*(|gxZrS2| zFYUtmv0gyA87Y0p7+mL4AHx@&|Bi!x^mu`LLYSLzM1fmGf~PRudOq1dYq71_;y3^ zj=Gmg?s|p4r16yt>?Vy%4vbWAc{Hp*AmV>7+1hy`sCx zAwcgk7f9T%ww~6rOj{1Pa}6|OelqHPjV1*cWP$1*WcIp$4%lP)+E`T&=UrhBHK0b8 z?pIQiR})aWabZPA&gea1zU0Z3dCAe`a&pf5o4-M~z}ff*7fMD#SFN*6K51ZtfZ5NYUygtpY5`P^jyQ8eW z3keKho`*8|dLjAumM#>GAuDyo=m3erd5HSPT(=`wE38OBEot2Qd}=MB&6Ro^u#`*9 z+h*y|(A6y}+t9dmoirr@iI_?_e>JfC1F$C;7%KW$)rMW$!;K3E0MEiD8{V2BPI8;7W*bh4SLsULTIdBYYxEV zi89Xmaf$eXW$GyR?caEdyt?MHH!NFS2Bv(>Ge@s$op8YBA*^)&-tftso%LF~B%f4o zmx;6%ySSSK#Lhq)@Q0`+&S-I#0;Zr!>JTn$Wc%($jMCJ(m$OnsN}M3-2gjK~mY4^* z1O5W{0{iG)5Y1qc+d~UWdKZuDcU$LcyNf{A6^YE?)no9rZ8YO+e|00v|_sNpB?8T*!rh7RQ9P7p;%yM!BX$^fac(U&tySGzT5 zHN>3zoUZB24Ew1^r)U{&{x*NiChK~<@s5vi*HU@M6ivXhN*X&StTr25!1WUk$Lji7 z@R}9w0P=Hp5~+f80=%r~<4I&Gac_V?G;nts$iDvG#SD7ArwXcktH_33?;zhy=xWXZ zf?otTelHFnsGO|C6&kTGJs`;;CsESglg|J$JaC_yPB?Y>q0uJ!mO8XfpansEnXdt* zcL47SLHYcFrb+#x^x zXcN$U3GO`zdI$OF=l!SJ({by7-r1VXL#ytDDmzrEn*mdRreAd>#~*cK9GYn}bi+-g z^}#vnBDo~*tZsppH*1f%n+Gq`0Ch;)uWke^ z>XFylZdJ_6w)%S|&~JQb86Z$u{fTP!sh|t_fy_uOgU@@phLuH0{K z-=bdV_u-{e4y{8@Z+6^42NwIj?sYVvsW(pvx9V%8T1}kC4wB~?T$YysObw2YNopfxQ|a>U`D^?BQJ23ynq9?FY%F3Ic5 zP9B}r{k;As0?SQp>bhrpwq3#O079iUksXLXQ zj!x02pm_5HE*yJvMwY2B>#X!V)G^J>aG%+g-PdVqOn!uZgyA}<)T?#n9H;dtI zfLtTv@xAv{OSA4amu$v+FGvytcd-pCxeGEK10K4B*zm@;>2B?=LvkSF;Yr|yl#{<@ zG^_j-HQiA?iEU>a)ia@IqO8p}XzhNw)YqtBkg}rE4PjzeFUf1DukCOsD`K*WBS|$F zdDyDF$-9Bnzhd;2#8bCqKqB}KXZ>y7ei?QfRbb@JS|h%rh*1I$7cw({7*g#e$RWDm z(a%fsu$-2)<-En|qrJ?E^mY9t=Tkne%LlVO9kYtUOp_wVGr1h5U%vL+Sd!g&FZQ7G zLqq`zLF>zJ@))a^%IopCO(SNR1~C@8(0VWc%_T77({q7xzDoUqRz|o|BCXOVyN`w- z;xLl1?Lmc%Ggn;CJ0yy0Bw5N`bmnuP{sIq=%hKPG|2ZYjraD73+=yQB>uQ$qgHruI zqFD`UwnTj(uDEj@5|MQm+{+lB@W*&FaCZZF}SNG|0GWh4vqdycR%9rGmO-nfB za20Ej1;0@UGb-9t0_N7I%b^^ZV0r|ZL9T3u6Nvdnq-vpmMAw(3b|2h*^lQ3-IP*|n z?f?z(o8u(+U7T&V2sU%jX8nOnvAUxXmn;Uw2+s5%y6TJj;9EaJRknK4gBQ5HgE=f;j#r za;gp2sH=`IwvA3&79@7&NviZBC`_%fCFO@;@4X(K*GQXced9#a;NzwxE33S!Ty-9T zH8X1(X=ZlFC@J3Im+ot}u?fH2AQDjR8HB#bAT;BBGj0{En#n1?aI4O6=)3o2+U90~ zlET^v+tju%{sfcEOUqZm^8IFxkxUD_7#RT9JH$_khUH=ZoEL!rLB8b(eKs@&i$W zCP1et$2o}9ZB)VPqLvbb!;!Nkr&=w685llo-e8cN5wD+J$$QhtNGIcVpIOEvr!?%4 zGp~F1o&DA~A4POlo5i)aCz1Te123)^P7~lS#)at6d$t~BPd*mO`~oVs);xz8&h?iQ z;+jdY>)*{fgQ#T61%Fg~R$qVHmufLDtGp1^gSJe`dpD~Q>xv6xnFMQ@*hB?0uVv{& zn~u75<^WG8U3IAM)wC9MbmgK3w5KtUxoBHurnVwLaIF7Z_dp7~uWA23w2Jw63l#tP zgJ8f2XG!;3m4fU`&XYb*{M5eGf0_xi-SyC9j1Lqli%t?=f2$!&MNFs4Q??CBhLG3r zcijXf#W{@JC)l(grpACbXE@XeIyJenw8HmQyrDwhiaAXB(YL)?gJ~-}lBU2{7m@-1 z2>7>0z_!Fm+l2mX+B+V+$}dem#hJGuZ+eEfAL=VLKXcqznh^l|j@lbn6(t}zFCC5% zbL5uedy-FCHLFsS7q7HgY%Sv}n1&FR5p|q1xu}BR#uv6eMflK3B@Nu7#qV~o?PD8{ zE@g4mgW0Bp)%W2*jeINergvoZSh14}g8Q)K%3ML&cV--;95z)IkaHm#2B^?w^v{qH z`Xj6{mk*OSD70R!YxS~`S*ZwRtTtL>j@p!E#@>#dpyjUz9DE(3AT4aihlRkWG6-$> zG7L^M+)|1~1O5T`dFJs*8I#S>!}hF)Qs=@LeGBA7Gu!rQ#t3LG;l3>|2%9fmwne6V zfZDa#Xh0=U;oEx59Mc%jQ|nq;yY^P|nLl*tmx6)Na~8auAGYjBzbbkw==-d`xQ4R= z7%6L>iC)DV9P9*@8`TsoZONy7mHfK5H^Y28RHuhP-;giXL|wqXyT>$WJXfU%#O&0a zy&aG{-ZM6Xbl7gT<2U--kOJgQf?+Pcs7>B>F-5+2eeQ9x2GgCmLUcRPn1VI~Q1M=6 z7mKb$T%*2OoTxOJ-E!vqr!ad>90xq=O{wLj^2o@v&90$Bz(heo!1U=-J8M$7ig}h` zBwBaH!rB-QyW*%%xg^n5KjhwYF|qv&TRT5DMh4L1uP=LJ0<(}SPnDI7E?%h09KhD% z^#yO=@6r!Anr$q=6=M)#iVtqZx&q>Rc4gdKyF~S1W_eNOLDivZ@TiLQG3PW(1>${N z(3WBQ)l6}>DQ3?mAYxGs9=Orej(f#_#gIkq*h_vTpL(1IS~hOstPX%5pDW7Oc>b_6>bag4m(^=!#Z=5{oHut+K;1m9OB}E zz0Rdap>oez@s=GU_|#P2h`6_nwS-5r0A0JPo?OEjwA2}+Et zlok$SLR#8=h23eqzm%X(#AHD_n4lTfcH=3iNW;{`tb#v<7+xiyH?b)0P`3A!xZZV6 zmbwb><;8dZgUW$%$yM(v=goYkZD6f(PHbEipq9MBNwSN0+puHQ06i{vJ_Y{E!-!Dc^pPG(2 z?^S)fWgiOB8}3QUD*nkSd&(NgdFgkd_OdxlcdXPK{N0GvWYJD`kQiW-?m}S3Q=|By zm1~oEzctQFuy5$AH+JN)OWTmbW|=Y5G1S|Fd|F(3)o6y8_`~-xik`3zm?~n>b!Nr! z0um!{Qc-6n$DyGypA!;a>)qOI&>Q zehffU0z5CX0CQa&Pp2|VBe-Dy25yY4{(++N>v5~o1Iv<&d-yKgkxo4(uun4D$#R{~ zULv^jp}J-JFaGgk1RO{_)S(OTO#Z)g!!Az7v?awYb}b2vOlN8J+U?%mk zq`|*l4kFePQIyKlw0E;Uob^mgN|$SWhL%l(UHN)COI^ zG&l?v)NlYPntR+E`6Pm^hzg_0m9Pm>!5`q*LP3@)m0i)1N^UqqMDp58^oV z(mR{I)q<=QqBZJ zzAuGw#WE51Q*Tke{te9d>iN(CPV!QxyLB}cSubnjEg(a@G%ajlu#bR@z}I*RmnG)M|J2I)4BCsr3lXjIdI(;Qr^8vU9yAT4ojf%{ zKZd?1;Z*|>lQSD~>Z!0?8p=yGY^k-6B~+^73>@ZaZ{-l%tmeCC5Yo~DU$m$&Y&4Y3 zIV*n+=#q%LZ|M9Z*e~>&)1m`Cpqm*?S(MPph@Vya*xO;fex}NQgIpC-l%WTA&7C&g zmbQu#<~GS4;&-6BF^YSsoI4%;XMY7ryVR;*fRdwApqHBowr;m2?4$*{asS-^R{N@5EO-vq{Ww|-5Re4O1koD=l3En=h$!gV!WE{NyX1#(~PW7Zhr za-_9YKWgC}o2Ss@pw$!L<1!sej$O*~b(qU<9ozY)TEEp@Yd`vMifmYlYx5&`WVbE5 zF-th@a>sWk`ca-e8zwJHQX8BFx)GnJ6tYKp?$XT8i7V7pThF9BJ>}6@AeU5>B zhjKxZr?&iTROs%iz={iTvmxrXBJH=2Lj9v{5){c)0pN3aezV7A`2rGke}soT#I82* zNdiRes$ZSD&Cw!Kw(b*WDP!};`oBO4AA;sx*CDWawaTE|%d^rcKZ(NTHWAa^t658v zNM#^P5f*q^_g$#9x$mwkIDcX03_Fh-2qd}?mE^?ytUT6uAvmCtLH_K?$M~g)2WZGW z=){a`tVpr1nE+_0ernoOFL{cyVxE!3Parw)w)PbBn}+F2zf8ZWP5!nf3xWccReORL zf&Vc(iR~eHqOiE?!Utfkxu2BQC@f9>3fm89SN4` zi~GdT+ZrYTOU_?`oVfnBWePUJei`qG`1*c!$YCVY=M{wpXG}79nR-T*fQ-S7Y_2;x zhMZ}*L!1J%@eC;H=#0>v*~)ar)54f68|ONmQa9-uy{1~+zy}23!C#=zgqwwyGNpz= z%2j(vsw;YY5GwEoE<-|Bv4)qKKb=`nUVtPRe5A0-{ki$RqrXY@MZTQ!UQiqIN#nHw z(_NM8mEQyp@1-ps=^g%vhmnwz(r9f%zM8Th1Draj=)JMB3RoAWXqk@m@uAp)M4YAV&>MMx*d8j_gv|;U*Y{7xtU5 zN1F_1O3SQ{v506Er5_%Z9{oRg->SBYY_tMKEt&?9in3B3L;m-&L#1GB!HRBGcgIu1 zO+J0;-3=iRvkhjs6XkrQZh$Bz3>7~WQTa8xQSRN)yanA5r4y^*uZDtqjOBj8KHN>vGqnhMfrTk;z#%2%sVtxM0+^ zh-nDvjCuiHO{4N-+RKWM>oC1nBplHE#yhw&z^NMbJI(uA^7eaaGEMThlUAOpfT;`K z`9Wo#ug?e8n<@w5GVNT=jkBS%4>oq&MQ%M{7`pnHy1P_9Fz^RS#S>~w&EC{rY)!KE zoP_qEm#^u?O6s9K;C#3H%YsHYml{qQFmFxu0I1B^K@5q`#4v5*5%x`n<3jPF;<83u z%jX=a=Yc=Bt655l)BG~8dy)o6z|^UJ&}gbHW#t0(2;?g&d%wOfnX#+2luPCH^!HLl z`g~cs9t@HlBm!a@o_DiL(N}kTC#N4DYToH5$^03W+{&5mGITAejb zO-xBX02Zq$r}`P$%ctbb_Ml|WDurW zWH~;%f+elP>cfL*F(%rb#*3+~p{^dTl;z1B2ACx$HxaE%o|?$0=b(EGVFK@rVhZqF zDblC17@S0VJ>t1Fu;YlncNyQvXZ>t;VOE(8{qu)iv)s0EF+gWJAZ`_Gn#}v)K|zkXV2T8cMS05 z+8DF`1={>fmTn4)ir=43zVH!5 z%b}0lx8uCJlskcW`Urt*@5R2)1YK0?o>#=2`{O*KSMbIKLb+5Hy##kl^#4pX(tn$< zVE_zkm(<*5^F9h^2If#&BTO&5{v$Ec|9`wVh{kjvC}(MUF0S9xSx8HwMrfYx@pc$!V!cPItHO^^jwA9-mXVR zN_HWuW2RLvQj*0wVHh_}OC`-F|D~1$D#t5Y3>%AnRF0W{7`TszH0@anmDrw!Y++EP z=*KDqGePOA*0A&J&gP)z;n)F<#IVoWRP5Cs;6>NWo?s}2hzejkTqqZaMq4|Hhm53W()gdVoYgON zE>*gQu^(g3lf~M8r|~E+G!mszk)sS7B{0@2HJ!q*yaOE;S14Re8q;gOkP!Xue0k`P zk)N6Y+ZEpw+wp*S{5soRqIE#BYx~p_ewa zGDPLXBu;&uv)7If%-1gyy5KRhKOQ&?JIKe4O4Hh^v1zyPueUrClamD!m7*A9RAvxW z0C)Y9!3u{vLVOL09x~P+$!je?obWY;=6s2{>n2f?83@L`Gm}vS9K@X^FeYUqOV%Rm5lTrm`;`@5<;Faz80pw4ux10ft;pO?Q=96WWN@VMT zoxubWC5<_6>YumLXJY1pftWTE!J7v+0TT4U@^nJ@@vBm+LpbpQ>gYy=9~o(a!^jkr zD!^$4=2wb?>+Mi1n;WM__QwaVrn7|?6B8TrZ3A9yUN}6?zk`1 z)ELA7nJot-86Mejo|W$Z!#;Vz%#=S3ac3a;%(?+aA-6hg*W?e`J3xI4YFnb7Z0|6N zxAnZ&-%}=c)|Qy;a^-cJP;3$5VdT-vrwTN>I!1popL zV+@1d3y^kfl2N_G$mc`m_0Gp5JDgXHKUfby6=owzq!OZlBtQg0%9Z0R*jzkTMT*qL zP>ozcjDmET3f9$py8`dJ+Dq^~D0o*RUSuIzR`%$2Vf9{e-~&h@+3*g_v+_wEW5>_L z=3UC$BDHQ0=1QP80VeqCtDF@0hzkSENqpyiV)p>dSJj%yye{xL{}~7YL81cFz=(^#C4T0nuC+ISv8+rRiQa63L;zx5}1ue)(h?8{n8)y zKeRv7X{vJtQOwG-oKfN`((Ix9>TF4$N1S=4J#L{c_vHh@DZ_*Z*szv*;RKkXC@$f* z`ES=_BReX?C}NXt%Sg7DP;M-Lmup;#*}GHRl<_W!Ou8%8y*p54=MJK2yOhqr=nEwR zZ7n{~X^{`hvTEA&D3)SPm9`bwxOPe!l(%E>$3^3{y|J9?VTL0-_EOFYlx(k7w4!6$t_zg`4|(L;SMjzYZYs(2*+|?5$j^ z-qG_>uZGy4KeR%UCEprZg)y}t>YC}cXJJX0UDdG@6X<~F&DuYj3ZEE-NJxf{Mw=n{ zgA4hc^wTNj2N+Yz^i)DGT9b}#tpfNbeku&Fxw6^m8j(cFO8UMg)ko-#yJVEVtEKAD z@R4EqBYYEfwL?3|=k}?-XkUd6mC^8b90Ub|+MG{qMYf5CPeLdIxCcC)`|9=TVf(V(%>@$oJ@^&7{dxn@tUBz>H8yC^?cyK)7q z#Qs#Cz&6KX4pzFN3*b!lEP?BVrn2{@++05;pxCk;tu65r*vKwZujbpe89sM{c%wgkZ}R_@0^RX`&(V_cffXs%TI1lZ^m4V8ICPaO750O z?{ZVtX55#~WG@!eQi+Ee`W~UWW1+10=8aAD&=1aNJJH+NBAU#7)~MBd>TL@uB)hUC zzTs(l+pOn+VvSmVveui9X&zFtXVPI=?m%^{@fU0}BO@@!ti z4GQ49+<)NnAz|+J@^}58I@yCuV=9g!Ii8fb5b$IS!u5e>Wgov$=AF}u_z(C8TU)B-OQt0B-*PjW<9N;I_=X~fG-+dcQ%eU}&(#Z% zu3XEScehK`c`B;5payf5er^0Mb8ck_hXjF&h8P*ba5#nbDX`q(U>;>0B>&oUfce)IVU9+vJ)qL>ab*msnFZ1%$_nn~1f-YA& zL6dFTl9bK&PUtUruj8yY7P_Hij$1=B_5CYqr8%W|)B))o1HrkHxia4UURw=CH~E#u zf>j{o1O#3y7K>H6Lp~g7HxxmPVu2&@^!*d^Di4+fv>BG?#pt~eR7FiqU2Q_&#S_8B zH=Cg^-@C3GDH9Qxurg7NnvN?2F4v1CFPOvo`sI^&4|(iBGW z0t7@}k7h^l^g5v<-t!Vr?r~lm$avp+=)}@(Cug#+p7su>l$`0Cl26L*n5Z<|%#csq zEnQI%5}>kUWivLX-Z$Ugb!jN;-0(FEmtvW0>vk}p-9K?{uV;j#zHy8_8hvwE;!ML$ zwU)J(vZJS68hk9(5%6d<-3+5qSCA@VTmI=MyYBZi)g={i82CtHnXl+p7*_3R%FC4A zc)JG`5}#(Zz(AJWr;fdw;k+Zx97tmRY$Z4zo#HAm*Uoowi;`n#OEdqU9maHI3(+rW zK$c4aoR*FQjn^;K@S82?H}H;n5el_0;rB~P9>is3Q^kp9<4&bc32W9_FD@EsGTY;Peq?s;~VlQW95u{YL#7{p|1Dz9y6aHCUQrS5-JY0 z-e$;X_r~gjb#<3t^nxdP*{4IiN09dc;ACUGe>QW;T9xnK>eJ*n>D$)tfgOAZ10euU zU9@%H2)J{W_j=oV^PQ^qYbA5|-}K8(Ih3Dgn0U1YT^|RZrGyn8GO0#+?pj^Pag49iCtv&t)ZVj?m_#gtk z?eL(RRV$!pkjCb8^9Yd)h{i4{U!<(iFE-Mt-At`eNGBzMCkm|ong`_Sc{*fT#jbQ) z@;=d(x=qwCqjX)pnbnfM{eUr1Kl{LNW()XnoW?7&Ig0BuR18^DMVPoG+UniXUdq*X01MOM$gZO&Kd%}ZX<`g)*=bO`6KI|FvcD@QDCu`p&A zWmd=E?G7$$j&Enfc*8C+j0)QhCryB{N0tD#aK3NKM2jlQka+d3wK<4P%tL+?$gp32{?X_fZq(~rny>K1 zfFxAx^KwH?D#HNgJIb@Qytxqxh5jr)7Enbz@w$=CV@JTEcAKb;!zBMK1WUtZEA{bvi8d z)V0kxc@+hZWZYQD?fhs^uBD7I>~g=HWQ)TghE(E~$N{SAH_N~PwM`R?C!@U8E$BFx zRoM$<{Cf_@%OZj{YUtMNmW-d5kN7Mo+HI4(pM*$m( z*w+y`XUC9&sdSS&8aToZ=(Mj4&y_HqsMMOaB?`@)bluqPANHl2s_i{~L`mNOK#$U) z|5Ptf;bC=ih5fn#rTi>i2NlM~O~v#SK4Ut1IE9jGOn0vgvaioD=?|iNea8*gmxMPC z#AdL5O^B!`7$tq-y^u!dmQGliT!HBRev`f(-QR}_zUoR!)pZ-~nbRBQVGUOP(#>&l zp2PWMY)6_)MhSe#vsx9t9tjj`D1`S{&UMWvsu9`?0%$WXCGan9ClX{a#~wxCSV>fU zTr#lCT7l0tpf0=8S7Zsc_8Ypl^2JtvY8o7Q9!zZ;B5jsPzCk*DI0TW^p3ZsQ7m=?I zznCO-0m@uYSY*Z}-R1ABt>-*`(}11gR#j9oxn#IO z{D`O^27)Ix?Ql*vgJdl?(uLdGm))sR+?;4LFD@8j2JSB+-fsOd%@{Ulu&s^5Z zrO{4~AkV>V4+IumXsElYw4tBc(Mjec&QY{-_4b@$&;l~qNut_V?N&%VwL#^BB@2h0~vErqCAaZfMQbgXt(P zuLZhe$vYOsFq>`DC$Vn7N^ghQ3N)lzbPqmUqw>oFuU}H)>L)9su6hyMkP(=ZXT%)5e}uRXFNuQ9Njg^p~h6=cPKDZBE0>phRg2Likt3`1&29 z%OY=u=pdLCg1-?MRS8rYG|MyhQC^I`glQGfIsZsqsCS z_~RnNF7BTY&WQ;C6vKajA_32e9{@lwEk+=hc~_l*?JF{J_{tl9hJE$`UsBAh_4bZy zBLY;78&qnpI`2nCt)#bQJn`W2UF@1?c%7*EsgcIfgVk4ftiL9n`^lyQC|9|bL0X`t zkX(0+WqF}0lgz`z=0PdpFHlq5#5n-n%LN&z8>BxOvr8?=7-i;lvYnL@av$T3!xc@F z1LR2nz&D}++BQ&D9e|oa$Hf=t1N3YCJHTbckF{C^8bzmIm%ID=Gux@n^zZWYeAAWA zj##Dk+)U?8BN&H&+#TGY$ngl&lh1$yxA*6(`p7=7_`Hc(-<}VnZ&I{!9Z!kZ zy0OZOZt4$?RC|pi++bRKqQmTWZi*ivX~KFL-0_=f1O5_nm&78qAgOh?+rfPHWWZ$5HWKcBuY=Cd;qQc_LGGd4rdw z#{<%Uy~Ft^YbF)7v=jh@ppjzFPx>(}m)6xsX~)C*J^tA;t}nz?mVv}{PO{%))L1UZ)oD=Qll`WqtThS|cC)Tm&1sR7mH1PV2OksOX#8xg*) z)5B+*1x{98dn(_&qoP?p#y=_y29bb>hHsRR!CyN|%$u31-!2b4eQfx)x3`ysKg(g^ zS>0%5L$Bg)gDigv(*mzUH^&#QiRGM!&&0?<&wSa8@2P|k?)v-^Df0ed`t*GPw`R1y zlb50wu4K-cQ>#2ke6VYgj9dw{*mv7lU_cLJ0ezwC>6QOfapn7~EZQc_x4)^H4CTj#f8 za~@aEO2sj{7ov%IZ@2-Dp9NT{8h{o`MoOFLsQh>5UZ;OGqe>daS({rOZ&m|uh;;xguv*GxvJrhiC$7aBquI%kT$B1|B)s$B7{4-Zyeuc7;UQl=AaH zQ-`CF>uFMpEth8~H8~ccQj1r|j2^1p8;W%LcB$icdDFX|I>L*ZYObj?+Ng0PH^c0QA-JA8v{AOy&TVA#$6>Q-Hw#uxC#xrMZo*Z?!2Mx2HE)y1##cnkKmbA^r5E-4)WPcQQLDRW+mPFd*4=9|G0uIC-Aim-XFZ8OQ|Rvh2! z;*HxlfZB)2)90flr7m}VBrq-Dvn~}j>a|7;hy}w9nLtz^zyZKyb|d6FK4#uzH_d&q z<%gIy*+bZR;D?<#?$*jcp8_a^s4qX#CiKP?2TLYl+xb zMhhvQ|220`?S1#9+mmWPjGmkC4!GPhwR;{<-kL6-G_f&KVu?xR(-*Qy?ULOd_v}{M zEe&UsO_L-t1m0dC&~~sa@eg2sGjURp7Io9Z-M#1?uI72E+Yr;jk%xzd1l(^B5{|sp zhDGfv22H78OB3`lLy=y2arU#eRmjxS8;^6+x2A`7&1xCges?N5|BbY3zxH?kCu?lC zz)NA~I!uGds{qF~esbPl0>z$Lj}n1(eIql%bIQ9 zG1hazLny57}iy^3K#+&r|HRX>ja{J=$Q)VW?8-wJhd`Au6 ztv%am`9*3&;|FvfC5lpOb&Sf#Mg`y5i0B`4GxI%pPm)TR!g@iOC#5lmeNzV2X@j_X zS=U31HJPbYdREFMgDCMn?eXAu8D5MU&q(9xmJ=21O1!e&%{w>42oHh^OY8je%?5&) znZ707IrH;e;y4+@6@Po7GbUA}EhOdmZXdnY^KSiF%O*@>_!9hQZdt$WZQUIeO#GZ3 z(_H#Aw5XxPJA!GiFHg3LK=9$)P)=hr8 z-?ieB1#GQU|IrHIKLj;QENU})^NxITEM@O5hxHIsFU7-UYMtCXz}(+9*RngvF6WVL zRA~OAQIIMr+kndXA z%WNQh&sn6HG9%t^cLmbv%V>8b{1L6V-<`s;9=$2|cJ0#fL~oG^Z51Jja5SRWp}6zFEoc!jm+{Yj`2YP)8QmNcs~HI`@Cf<*D$%He$^_|iJ8`WI z&DOVa{4Va3O@6aXXq47#L#@?kQH5fEb9~u@*#-Un&1Dec*n&2FV&C&CVa<+n*V%$_ zX>g=X&*`j&WA(6?l4!f%)8^RRht-p5{nfHlHKqC<{uxvMT%)LEvKeRK{{o@XBcQx< zW~RQ;5b3x9)~<&wuSQawoa_FxwzjU2{%SQk|5tnj3Ap>~qyCJT`ffgKs7=%L{f-P-)PkN1c=ML}Qjx3eLaJW= zFY`wF-@D5i1I|wLZRYs&Cp;k5PrG|Gl5P&dmvu)KUs&cn8aTV&*?xRenC}X7_|p5S%WvmG9!!x_m6zhF2p77su|J zm!2kyotdO`>wgBx4*4AkOW=OvzgR6V1ZELP=c28rhmMOi#zXY2>Bq$R*WW*uwNTyvpj;gSr=_`F{1-Mb1kdM_OCVn=ISN>xlF$@6( zEMe^&?Bj~6Zq08@9v*(&+^|wM>>+1Xv}5x|45eNER=%r) zURV;;6E@)5Wr9um>D<_*BCI7EbBfEw)WkfI=HRMM(Qfj%TBcbQ(hUiBm>zj4kUkOciK=i~xAm zU!ackxV^E;>7gfkiJ4izrgeq0io;)^=(Oasl&_A7dF61^o z5?6!0%2WL93msk3i=Jj`ej(K2M+bcYKXoLY!+pm$6wGT%?P2x83ZH^rs#s)m_Qaf1 zqm0oHo9~aOXkgcVsnQ%?rF_=?6XsI1L=>mBiu*)x6%M9 z47#K{awTqINulfBCl}iAE-g0CBOCg}2cxx|GpnoA{|{mB9Svvv^=nV`E;><$Ad=`r zv@wWi5j_ZkM2U#rVlaC2PDmn35-sY4sKMw)C)(&`M)WeHj+%4-&RWlV&U?-}>+z?x zlr{G~d%pK)?|ofykf5?9C+m9+Y}9|*!rs5q`-|dG0daci1*AwOMQ4%pajHi>lG1AZzNT_9jY>Ue~-p zr;X|D_RS%`|EoxwpV#G+r59Pf{V2p>(REOF19ErdEkOZ&(un7}7GTiMpVKUQFb6OH zrCVQoJ{UP4aJ7U-G?%-n@7A!rEi}T&d?34MlOreRJ}Wz#`l}oKE_gf`f{#kYODT!# zOuC5zUn^;Hn3Nvk-6UtCOMJ6YX;`vv z^>nR8^Y|2enWmNk}av z4kaq#z@qQ8>ed+h%$nreNVT*_(j(i^RNY^-x=%W_YXYzI zFp8FM@JRFLw-d5ys!+ylB`ye2_lhaZuunsr3Wv26RmQ6n4JGv#|7R&KeKA5>?(XT$ znH8N>A3d!edl5fg=}~Rp++3^)I9Z=X>fx7mHH!%PUHjjh zX68E`sr4auBvRbVU}GFdBjFtE>(-kSWjb{$=P29MjY|ivy7b- z{-1yUe_a-}(Y5AvjApVZk{br!M!#FbN>Sviy!#uMxq3Lw<=c0;Jp!27g2$k@x0R>M ziiRA$Gz>}(nTX}*Jt#Iek9&kS{=X8Pwd8|oF2jpj?w>zl^7x;}(8)VLZ z8(QCr(~e;7*7*JeC@dc|1pRKD$qBhhqAnH`(G#98L!U*F*nFlDFR%oQ zczaX|+!pr*bJ=WTZ~vmBAYsyj+o8G8L#^CM5ohR)q}fh2RqifA>beIzN#EHs9%um& z|7|-jgS)JZF=P?`59{yu`MEwM0~r~dVnNAz!iyXK+e_jt}H0TneAPz45JxC`nnIJFS&VIoGA98y{@Ql4aEt7JCrg1CHu@c52~XRfAu zg=Cuy1_~i;t|;HwT316R1;*FRj!}emlzI6J{jk=wg&iaGamBGmA?$D7onJ@G<~Vyv zNp}kSnR3SflQc&%fByV8`PqM%&*RJAQ}H?-m!W#aWFeFQ&;GyrA!gJj;iS^qog8L? zIdRon*RILhf}bUeJUJVdPMP7rrYB^rUcLg@E>up}lv97J|A_Dh1}Uue47lEOxJT`J zR<|y{r{{dIzLJ#4(*l^pv>HradHQjw$n~$*(FLgo*UZAm+fFK|u&zH2lwJ5tD z>i;rG!59ue`Oj@4YJb#RJa@Ib;OZ*BTNUwM=~1Zg!S=HEym+@2%d&~x$)vJmM_5Ce z_Bxl@Vle+z!SyYIw@Jg8U{+vb#V6FgNU3iVDbMT^j&{3!pmYQ*?zHDrV%n*`h`KL! zj%NF3cHq@~Zl^rLHZh~oI3;j`?KJauQ2EFDu>w|H;+Qr+sR>U(Za6Y%O4(^YGRwY* z+On^fgCVY=K4#hOs;G_kg2^J6^XfYQn~XE5yZ&=Ml9NQV0Ez%P3PwE(c$tlEFrRPt zcjaCvj~9`?>*FJDYTV0v%D!p(<9l-_RsmQHqrQBUa?kJK{Eh4L^#hi(5S&{-uo;muhN$K;lgXKJck7j&D*JXqQcJ*E>s{!5 z!b9b#)|+BJoE(<~%-n;=9?#_F^QV{58zCJ!W%@Bov_A0&MyI;!FB}hVyDsr;JR?na z!g|v7t_umZyxYbNwB7S?``CE`b*{raRU^5g2lyg?{kj9GIl-|OLy_-wNSpm=;&0KA zf>J}F8RxRNz&0da0n{WcNIgwnG+k>gQ@rQ*z?CBUe3c`u216y{1=%stmO; zRhF>)*iQlWH+q~895HP1GW)UCk_|{?#;2O{l#b^gBDF7m(0M50ZN7$(BX1Dw+5=>A z3oD*?23Gclt!6&eif#J-J+;QeLmxW1qksy7^H*+;Zw6#0I|;~AnN(4cflf`SQ#1{n z55ZWWj`!YJ;jBINbdwoT~DL$MP8);WF5-7 z6+$Uy|N9rgj!U9JRRD8$LEB)OLwv+|tVQ2+(r1CHM_1qMchc|_-^a|?RAsqj+WXeD zCBYNQ)aBx)W1J=K2BA+!e@r(H2LnJ*!liI6ZoMZjnnz^f_Slita~_J0+ z0;jfp>zbT<6DF2TF%_a~zq5Dam>s=0N~QEyg@>9I@ewQQamNwgHnK_wV9dxKQx%o% zsF!3xzg`r_wZ0jNf-)l&yqCBit?12=er3GR<(Rpm|E+!bxI&-!(hDb)44hnj;xpqs zno=D*+?UhXa`U;B85Uc8TEv~(|N_sAxc&XnZ$ z%@-jA)N(SY-T6+%J2Al)Lji-in|puq&YTjkZUK&nb+cwtpw`$h*k)WRdRV++^BL7D zv?BA&d!(c#^y9d))e=t@zcOc2zm5LsbaGL(rnkZ-H!KxY)>*4O8?mDFK9;+7r~X^m zylp~gQvh)*w{soNuSXvQ!`RpSsbyhvPf)!(y_z1H50O+-Awie;t~KvnU|KsbXkB0d z+m>PC^)7GPdrburr0JNG&Nhu;O_<~`IIX*@FGk7euIbM8#vS|D+}^cPo+B13&B_;= zm$G;|1W&57=L0Fd>leBr4kn+n#S{}4{4brC@_kZ?`N?^{uA0eU+*t|U9S?PXz>=Tuy;b|>TiU`KVgH;wUMuI6wb18aF*4YK|fb~_M2JTI8!Zc!P#%p6R zji1dJ^k^KtZxV%jP}>6|q$eyre_ja1A^8ci?H@hNVaY~GQAp1cqVBG^Mxnl$XzO;z@hgsFg%5tEbF$ z9f=%@{&I_CT1Q7ieiliE#ZIh=Apo=6*_B>Yq@0EAXCJf?!9S@Ca6~Oku+Qh6@dLN* z?vVH!=V_{_p0-zv(7<02ys?yt$mj|+f%Z&EuFtVEd7;d5q^EZzE@XKA6-RH z3KcBox~L&(KTQneU{a>$Ome794-d)_elE}F%2i*_AdfT`=E&DGhl2j7vmEZDlw*S#ai@{B z$+T8m-)XJ4M#~Ml)6TpkD6PpfyeK)y7m-v1ddw~uSd?QBkpb+zwJiz45~*#X;eUR< z2pbVNH`{y|h7Vj>igmXgKMH!wQF(`WKrKT=8+5mq!w#S`Oi?{jEIJ{Ew(YkD}WQ( z-cpbi)Z~)3`UGiIccb&62R(n>vY7H4@%N)P+>q^8=FRy8AA2WTMyu#_ndSXw<9wp1)Iuh_epUjmW(x#~F` zcNPUE4<0tPmV0ip8&$&miM7Y*rFM|y6+S64S>~APZUPC2w)uY!03KC3b|D|&>fiH8 z6OxUhx}^3@Qh)A|bEpGv+0~k*#5@`q#cxioh`F*|(Tff{cJAtFj+1R0y5K3QA-ou8 z7scoc^GA5C_uMNQIPZDh^ie#&ti%PahwYG9{NFWE-x&A{i|DPsRY0LSkIbk5&7Cn+<>>ya?vkbxt1V z%K8taf{Z)hqB(P+z>}sj=r$TqH!jCqaazI=9y#cfU{mJUmmtgEDttu4bI$tE8@X?*~+aR{OWqLj=uQP=t6IK$)!#^ zN|C-PV!u1+FU}>8V1ncnLd>xJ13i*CtH4`#C@Evs5XJd!4Aw6hC9|`$)l2Bgd+A)--2SuiB}@|FVxx3})nMH3ZCH=aUdZkpvk36^Da&mrrrQ)>3lYke z!4%eo(J{bzpidt+XQ;guRLd_-0U9(cSaCMc{aiiViR&0!Gk`y4O7JVNx86Q^ zHL-h-3oxNv_pf4;YDZy#-2vorJF^!m$fN@n+XRCHitW^ifD5!;H#d;lcQ?B}~{m$t5^K2g>D#9DsG&8oy-m~V%r$U^a=9~;>y5@G5 z4C&A=cC*gkrA$4ax=zO^k=vN1tG9-q863Rw_y_8}FdJ#D8HufVg~J+*iPj2x{}8~t zMGW%1Ci8k2PVZ@>c-^nCTbYBIJ39`Xs1LQMj{4kDi7_JTsQ;8bM36BIo5b*x5< zb+Lz~%kZ1XSMVckNP5=9I||t*Qp1Tn{HC>I3EYn0T(A%?JoIk9e@40KjtYewZ}lqi zuH`j19vulcr=EYKkYL8p(ayOxtEvPwZRb5vwt2E^_O(37%<|8XgSl_uw9B6)=D`&y ze{9~j@9UO-c14&>n~+h$vIg6Vzu(_qppb7Tm+2Mn){k~CDazn!dUGhZToxXhz07v; zHQQ(85TUMVrqbUYwnwK91Xbl$I+kNTFQZLcq6VMnjmUSbb9<%_3ugfwwr{xY;7*K{ zq6d~I!0`<2Njg;9A6=IrXmq1rf}gzjNp98pWKC1x>bRH~CTSDx^=O#5`mmQ{v;DF( z6M;d{z7dPBc$+zO=h36s!e_(tjvPwW(iRVI<>r*mRZM;H<{lKy)@CB(_H5_a?|y5j zE(1h5d+pEsgoqlxGuS%J(5@Py+n00}!>xiVVeVZOWn&q((> z>Ml&99)V~zg8@%>GRUS8Ol@vwZm!c3>CKCrB*_f@!L<~v^yy^(ggvp5$)*09M^ zRN11sA?LS7I-lKAk#nV~nL)1_aW8+0lfIrX{WG+WD;>DTnQe6T(Q~o0Y~FcIVu4el zAI}Ns4uy=4*=gs8eoV5DwV$OY=?82XX{{RIe>x~p$dluX|7b1wpz{c)ZNXstUi#H% zL~|^&eYFB~G(nYv|J(L8c_l0)DvzWYi~~pk#$#^K1?kE^Yp#NH!MIMIK=18s>lI%= zcSqtER!>rT@-w|amqTW8C;c$!ICqyTgP>Y8iJOrs$7YJA%t$gfL1O-k{%(^vL{bf$ z-BeE;E}8okZA^`l-RJk%o-XOVk}G32H0%>GsNA$N^iHS(1=nakkQUppdO;^uz;OO7 zgJ^zE(M8+v(+LeFcD5kow|}=m`m^zhz5MFjwY%$IJhf&*?dmhzAb4x(i$~3lD`)F` zYaoV^=SwUHemf=nK)l-J+eRdJXK`_k^Blc|wwA;d=5%HHS+o=wt6x{$GNEa9Owlj& zVXc37`u0v;#%m2w)FTSMC{^ri{08IJu(P>zwZq+aX>{y%;SwSD&s1Aq=aCAo5yBu!k@>Hq{>i)<=)tR%D^s?%I&-xL ziET@xv@@uMT^oat4zrasW?CckddS`2WB-u74{VY^c*n z_0>MTjp%1BJtHAdABI6rRDARI{t1br?2%3i>UL3kU`%A|`%+<-_aEqf#sa_9aJ$N$ z9_ekZG_j3oiDU8y=kH%w{vt6qsM;W=K}TQO5fsV0mVQ}PY|UC(e2s;)JpnyW^O7Ht z<1!g}uS_L+%{INL%5pmQy2atpLxSy<94I&N=yprWGHn-@I4yt*<$m+cqtgpX#Ij{R zKqhYPUW6@-Lo*O0qy6+5w_7X6=noJggqf0o0=V*o_%6b_AJ$wQ^>Fq8zRXPiW4j@B z+U}do0cr<}C$>T2E4u4ie)M^hc3E524i=sqOa2hR`T3luD4-WRo_}tx^%X^d63&kR zUw{oE??Pc3HfPm4*%kT;D6W>m!t}e9X{FcSw8nqk^7G8= zX|-W1^g=>1cyXpp52C3urPD%|$yzylQcH$@h$!4kSXN6KBY^B0hlO{Nqw}im z-p=a0&4o7R_UvJyR;3_o$*WDuYyJ)4b@vz^nn@@FY|V+`W?S5(xsx$ zl*>W$sTaLP6VO1ktplDm>0>WF1*$BqXirXl{xlY__t=@oDn;5}x?SapBEcKm708dLrj3*5Bypg z4n<}H?}$e-$@mfDFFFLf3SBp4f00ML-s7IbLFYb*;pEU+0gL^vocm)Anq+qO7NyFW z)_IdVT3_5GeeoX&^)ax{yBk=fD)hemSa>b22&LU}T2T40^96l0oZ& zlT}Eb`Zpvj=?rB(kKTxL3BTbS4+XDR(sN&ldO82aLph#a%V&(k7OE$YgU7*5Q;`sNs4UF5#KAg`^1{LNejq zqrT$xWA+OgFZ7Nro!^-}V{a4D(0b|L&fT(&7z=UGZdS%TmvLpYNG#u7HGP)zy!Y8n zEk%vRK(krOG)idAmT)v7)mtVnthVWkKcs|l?5PBbgIy^oNfk%qfGy6HQH%5~1Sc#< z&5tb8sM$xiGumw=?t!r1Znr+YriP7eqj<<_CJ^)5fj1=dmO<=4NFI`xrsk5%BZga( zygv}?5iA`4Kump#*DQUQsWW=X$UHSN%eY z$GiQ1Apc~gE8$IXs_R}T7Zj`w(GT&OE$r9iJ7{}WFO;cUyr0{ZCZWl4=-!n~1ayx` zE?wP3#8xGUglZbpqKSowlcJL{&gpU9s9%?laE}9!U-3b8M7DW$c5MeL_$qUuK4ju)QUi#yuyG~?h1yYnEn~9XFwQlx!r?+ouugjP33Z2N{ zw#?P9YAfak-kChjeR98tlPj{X4|FsHZ^wJDd|0AvwqpHEGvaCI5w3N|GkoCE{2#~% ze>@Z%4rn#4PUC}lX06^TW;vTV+ws?}z5IGp`-Ggkug4h+p8cs2EG%J@iX5R^16Tvj zajU^BmjZy3TGUb2SlhjDmehQ&f0dM*5!#(B2hMwP;l5J8gU`Q|!7IR`P$pSBj}uCm zW7yVw?QON>dMHpwh_u!>HgQ??iEuODl|<;a!owVXO)ii60ciw2eKL0UjNW*ol{&!fI#QSgI`u>WHZtK|Er1R76kA-v;C5UL}DS&i(Yr{F>*NvymPiEH}% zcgt=)^gOkvh&C|iB5bY=-&eLk{pEt~pwI>04dSHcItU04YFtl0px@QOUKzi@H!sph z+5UD*VSv}Tl&49NFM3WKCcNwR0YV^Uhi!m2asqHKGO&V$v+hw-^DA*op;k?fxeDkM zxD`PXBOaxYaO%wUQGpXW?H1O1_FFiBXBq)~!r1Y}2ZdbEggitvZhS|I5k@Yc?d6Nk zi^_S%cgv{tx$Zabi_lR*UfLfa;*dNrsQ4{H9lFzuP1)YE`0kzA=VaG6Ro2%aAy7c} z2fUmE-(g^rI<&j*Jw)a1mw?-#RN=BHraR|1``XKSr;ci9ycGmbp^bzopw!BWs& zcBnCZ+5`8Ku(RaR0CdO4=+W?W#2tJrn_N4uC(xh|k+y8DKJDgg3b_d!arsIH;uZf?vj|0g!a5Oi zTNcS}k36}e`yPjBcE=2WNdXx!{$YMYrz3})`T(07GkpnvdUvqFtU6{tF<3Et%xQ7$ z)ZpVA|K}f~Agg&V^T&|2c_$CY?EWNA*EW7Jc_zTB!sm!0=2jUAm?aS7fYjs~gtz`y zOo-yhADbed6FYES{V3ea(eocTlI6)qLSgxK?!5+_Lu7CClX0$scqZ_o99B$q9ZCK+ z59prm3;<(9BhkP@${oD=>hGXhV4e1HoFJKofrr(p9SFG2d-6w>Ky#}-aR2>j>Wj_O zJ&i$fuIhpqJoj5;6_OLm2UWPTT0C+wmH#FT=_zcioN z7i{{SHt_VP;o4w)W3J}K4=LEO@{ef_7)$B4Qb zD=1bAS5frY<1BY<$nG7<)!(OFjN04#HfdRu{?{Uwu?}KmZ&hmEU!vBx^jm^|0mBJ~ zF#V3-#W96G`ajza#BfjcdzfGO%gX`s7q3Oa5|%z;IUM6Jqx9t3D5Yly-q7C1XZHR6 zfwzsB?gh6-)~%MhCVpo=Vu`yXiuknB04#(k8M*R-l31I{te zOVXq>loWY1l&P*n33gavcW#)X9{Q`-0sEA2cpLpvsn{WkUB353=FAW8Z2Vh49w~^7 z)6Wvsc*QCHRQP7Ab;iu)0|GJTA1JQwkPx@_*JoRsat5;1HHfMlRiw9$zysVpO89*w z!K85OR?zXK-+thIts)uT`(Iy@56!Q&Amh}=T4f zi*hh}k|M{O^d2CVSGVd6iE&#n`?EfO+#mWX$xM#Qzi%_bCeb4I*AFLaiHT!HQweL7 zpD^%bdn>1lCa@w1+NXUDoe3cXmUW@iraF ztfGz2 z*eI%#9D++UTaTihlSs8ME>CryjkB{I-oOTm{G4gbVE2E*_G94bpM<`26fcpyMbmh&DJI&WHCV z%(Z2?HF^}fJv@_kY)%cOh5Ti>^mK(z60o5z-) zv*xsuTtBk84^;JNC4ieX!B5da*yNcnUDi~AIewk>`bvr4j5&p*^4<~eVZSL!13pIx z#o_~H;yq5A!*SDxY`SiH+Sw(E2~SZ1d-GmORW@LP?1?iW9?MDChdlGeI%qDS5@R9B8> zN3e8+W@E;j-h{wGaYB0JLeFjkq+~s*p*yG%I8FD|=aLiLgZy7USzOGkR^#2|l#_R( zfPg%c2#8Q96Z{q$D!#ZdujwV~va7#eS$G!vj^l==kv_De#kni5Iyw%n=)_aJ67+aW zmf}&fArT^}%cpn5y$88~3(hIoxCZ?k_niVMg~RtgcMw{h<;(^jv0RD3O)b(o8n+~^h`SX;34&pzAhr67 znN9T6#}#l}JWveIP1Y(LOVwYU$g@hN@pEO8gi9VFngLX;(3cg{#6UaGU>Qn8frf3I z3A1Js`-r?^lKxLXsuDAscpZ(m>|#?e>B<~8e=F@Tmf&~KOm1C%H#;{F?TXu91}6rK zc6(#KTvR!@dJOh?`;-qUR`uOiz{>X_Ducmr2w*G(#v$(1q^;Pu`ljhPiJrMH^gNOv zhor%{)!~Shr5Q9Pxr@5bSDb-$>{~|s=Y4I*pqZEbjRNaazunn_`?4w{z7Lc-1(f^g zI&o_A%B$6CXmeaYYNVf8NBuqt!v-qTwG0*wpE$%l|Gg*QBN6gx4Y^BLP@X{o12qC^ zvTwpmk{gBcxjc#+vD-EuX7!pXJI0-6AEZ%=kN4iA!;Jk!?kTR1w*0J5v_`=0C58L=zPJt_*jue5 zCc2y&`z94|48%8NW9O7;;d6MVmGvHQ>=L7|<@4K(uD69}zSn1&-E+P5t*xz>_%Fyq zUT!_BCa-Gh_pIIgP?`G4Xo4vhQzpr-)skOs;|K>L?`V68@$xpl+;rblG^6`N$$EK^ zXV0=K7Pp~U8(hC}K9t$|-D3Np}LoLs2B;vT)kjAXmi z{xv3IVO!nz_v$;zVv($zh%Avjiy!u5+mO3@v;iT)ucTm9TXKm_aH2{MnkQ?Vlz|PQ zf--HlG9PosbKhB0lym*?pt@1+#nG~tKcWdr4JV&Kvb{Z3s4Ff*1&?*SN|MV65A9;q z+yA-=s2cu!MC;?tj1zSEBlZi(IZrFSep?lO2x^={CWqqI ze40f7hNcN~<%Exxzj5`^;?~@B3mIG*4{Iu$xl!^xJIeuf{I^SC(kIXHh`93alQQw2 zj(&*oAKsRN@3kHECz&Y)XRJY`acr?j7H9rl)hWkG!Qt~B5Uou)z|0Tw#d`LQsBQ)IIIE#ri7x|jQ~gTL#?w;=Ri>G2!&5u#7suel zAkm9^m)b3p`HeX1D#a)G2*DEXG@^s;@r2|rxl&5oyQOz4&AJx_t8gLF`*5`%*#6o_ z?OtSSJ74oGE-Uduad1a`eh>a}+GjVnLI%r6@5>EK0<9O6#2QFp%T{nGLfe#IYK3nP%EX%q)DaGbv$KuY0X zCz7?4yp^23`sIw`YIJ&NpE$Ik`N9t&jei({6%W4_Nt(sj*0YYRbqlz>gV!Q}l{_4I1F`FNH?@?E>2z*m@UY3{*7_l0l<*8=Q_CwngW1|?c@3Phd~ zZ}$Sx@ztl`+g60)&I6eDGY6-mTCzJM!+)ye*_A#f7pVZ4;%+=U9D@60ZIOEQ&FAU6 z<%F=XL#X01z+HWExjS~07ZbwSYBkH4oPHxYDKUv0f{1ID=zQ*|3n2VHAu>gIor49ahAN6aFvuRi!z7+yO0IzWni z8tZ($&IDY~+HAV$J6iHjN+#UO;oNpy9#ye>)Ev*S&XK(07)s?xIJg*=*P~GTouKwK z%jv5VO|F3u)dF<@y|-0eBTfjD8&M2x@^f(rXOA4vX4;#5@0dOv2KdtquRdQ3ZcSMW z*-*YU=5Q5nFv*BL=&p*qKb6k`xlb1al<-1WRbhI+5MMQL`-k56!xzY?5Ot`bP?o^_v@}ED7O8MDs!Qq z6#zTFKcYGylG4+VxY5o{Cw!>f!6QHE<9^G0OJna@*K&G8TEQ_f#BRI2Zz#B#U--_E zVgyY%oho?)aN-Zcn{}h1_Xvr;&=2CWeV5(op>E{GvoS(B-wfzP`&_X@QU#2Ou3doO1=z2w_Bg38A9+il{; z2ryXn*05>)ORJv!B~rt*Zs-Xay+z)NO}8>LfvHP!R{Pzqlk|68&V+~>oc#JZddqB< zbnW9wZ*`eWYgY3C@f}S)>};!Wy6Jz4fNfdlkCBt2-v-sc(#|&Mup{+jt%fo=uj%Pw z0a(ik&U;SepO$tdxaE!k%y=H27=uWJ3OY;9sto_!J6Nfy7vNiua#$Bytg$(HNBGIF z(@wr`A+G!uss%h!(eEFg2FU}G^qk|?m`vpTkDUq!RzuEQ4&af6YEZ;|4NZ0kNHS-# zJ$RBAg>8jk$?k@s1mN*k&OJxeh?r|=+EPa@PukknEJK(pCj%9Te(;%RkFH|ZA{l7KMl2RE~__R`Y z`0S=;5)~J#%Xv5m)dDyFz7_m%a@V+hk@avjPJ?FZr0wtAS4ZN6!wIx1Mmai!0ZvV{ z=xm@%^gC+NOGR{g9fAf@_+LWZu6`!Jp(K-P3#eOcQAS>WNVn7Ug?Fcqu*K+LVZ7kS z_szTa z&%WVp0FB?Jb7@Ob{DY|gm>tbSJR?n<-clYpZBxUlT`|%Hd;==^mbK?xk=)3ZiN&8t z{)Fpbde`Lg26p7ur8NGnlSTFjkpMdRoZFS^DfjbS?cmiofH8lH*W{#?GBHa3^KghJO9 zM6}`dxl4>#t^JHkxjtzWca($|u)Q?^COXn*04OEhOS1qwg7qZ8(tlrpsi6wOs}#GA zFtlF3(6iZA(1<8n*vv{ei8)YEcs!>jwGzQ7p*<`)mk?(&%{r)A4uZHME0ty0Gjeb>(X?pLPip}ljs+z17Rw%`ov&~ItqJRg&U*E!_AI>{gy0P z1U9D+gx=xp@R-+psg?EzgQ2G{P7uZf{({S=xV)r&h`cXN1=r1ak#et54i?LSfo!6p zr!OzgZ>?TSZh)C@VO5yOza^rQ&aIq4g)l`08T~8D4$(YBF6=+^-=uBcv2^!`iSEu1hGxQ;20a`TNP# z-1{4|d+Lw^qPzMenj$~!Omseg5${CTwdCz8IAs8f5F*t4t6V(IN4Js3S2@r-I@mlK zZdt>&maz_0cAB-ak-i6PdwkQ1zGo?R7q`^;XUN`QOE$rXcYfCZ>WJb>TF~S|w*|aQ z2Ns`dcRs$8TCgF$U;Jt8X4n@+FYj?;glb$qCXe<~pWy0|IlEK;@NwO0nmjde&DCFr z-PHDxw#}oFl^h2JKP6gn;>v9mFAQ!Fe{#8Wh42>dauox4UWZ4|?binBTs-W-!-aop-~4v? zclmVH+a}9e3i1BI<94K2Qp_2Dt~mlLK}w7j|JlD(R%$6641Q5HH+Pd;yRT0%`LAW`FY@q9_ph-2phy2e zT3P)gJG(Ty9!(PL;Y8~sX>C5hL(nKiJMs8z!T08IEHkY)Zlp`H#ISB?RWZge2DhHR z^mo}$2H@uE3R$C%%XGn=GtL9CM2}=iIg^Rg6M}t@ZeD%7mVTQEn#d(hSg!xpbAM7?*Fa5>6q&qYsZeZy`6{)KZgC z*xcxg7iG>3 zkfoXn@2gzD{{GHnm7C}d_QLN-?JLBtRWqq$0J}@l#v?Q2CYkCvZ8ndB-3;VPPnAI;E9NJ*jE|0I`h0yh49ZS?mTcU0{@Rb z=1eaO%8!he3;F(TWGXHma!M4+g+X~Z)JZaswkNLY%33Bk$^KH&W7ab3SHU8LFuL7<#EpTCPL$x`TYSMOG_p`dUO=MicV^K^|H=leTQh zQj@;!_MV~NM>%BgTIP&;#nsGk%=d!ZSo^(|wdJs2xKz`rLW<_V67xuht4}T|JC{(%ts*<%Y>!j&^Nq zg9on}(U+3T13h@|cyrD^mNeOmoj7*JXI=`+#C?cxxTZVFKM=F8jv=pSd?7WsdyXyyk5SoMruHx5PSl&)p1FYlH zvwp`l?_$$=YbnkKAba9|cDk0vx*_)LoNkA6F@l!a1Xfg)3*o@FF|9dX*!*`YTz-XM zEuE>=#ZLk6p7mQNE#IyYUx(>e?NWmfX`~{JhCk zR=Z__<#D1DNxG{L=!4O;&`)ed@V&z0h1Qs)LZY)%h8Lf2GUN;*dNhM`%66VzeZ5vv z;QY1n!qU#ey;?W1#XBv)E*qT-*TJ{;jKnHD3*f0;Df=XX{h(9FsjacbO>NJUjV%n! z+v!|hVt#Y$PJQ{-J6&6`R|j8{R+(S>a)@Y1v4!Qz@7geSr8z?tFO*i6))(Igeco&$ z2Pn`3PUk_DA05cP*s;egPRYaxa1(uP1NQjNv(ENUikky%B0sWjCw}zq0fNoHic!i8 z)>aolle!Gur(_DgqAUZjzz7LKpR_6t)n$Y_jYNP?fm2#ya7ggLXt#K`;?1qfM^8LD z%!B!63&QX)75XfS%^Laa9VJ#c-r`c0XL2@&5h8Jl_^yH8-pw)u^O! z<-BF+?;2QCyHH;CfU(1hThHV}Njo{x8Gq5q=LWrJ(XbK%Xk-2H(Z$+ znawM;Jm_w;u@AwbcVb_;3MK7{TT9p{^>w62)UR1<1b_pscm-@*MMK^SgMYzIve>7q zvRJ;Pj`kfgoMVtJe|Um~Pu?BYY3%s)xNs?i-P_+IcH~YBc894MU!(9QnJt1T6IsK{ zPes1~Engz$P`Z%&=TR3YC4k~cd4mTWw0i#+$^fD}IVABYKJgMYla zU->51Sti%Sn#5zIDW%x&rCtcn@k#4WcM&038^<-3b^OI#^CWGwpwvjMQ3KOvy!8!};C0i=%wLyh*jw+F8Ew>}5#Vi)H$N z&AZ>T7JxaYSmhd<2*?e8Xe`~8nQ@pN;id9zSqHysSRXJ;as`;S^qB`dUf1G|ZWBpV z?Y$Ggax5jk;If;OIoLx~Y*_%w_-nN9r$<%`18a~sxi-c#uw9$#bHNTPCsQ+qsAp*u z)8wRjR7qbCXoFQ$-D#Fs63kp4i7J;7}gEaaZJ|M=XtJk1D@Nixzj3FgE|f{PO9`5}tUMO4YuD?DQj!U8~~GkXdPr zYy#Y|h~TxYT@R})oV%+v!!9KFMIhy2lK=KtbN)%qp=LK1kb@;L=8xaM0Yq9C^e1n} zD_o$=PHC3WLvz~FnH$fmY(CC`=qsHU*3?s}BxuShcn>I)RCzv?9_rH;h$;=nGiwh( z5}4^c`{Z~s4%rg^W6&dp1(=IIVE;Q+lwdcQyc!L2VQ6fG(5%vUTg#VTqmcp=uV6kS zbnO&AzQTM?^?S=)FKOto+31m03bFinOlD-@5A1;DM4Fd|hO7h92J!al0ih3ftsk>U z);Q`qEsBxIny%{j%*Ic?MM=Drb-6I=I})o*?0f3zDq4_|Q>`xNe&=a6*U3wd0I;Xc zYXb2}2`(?z+@)EY$%#$Vwns%uAOQvmJ2)JN1fs{sM`&hU#=Eu!beU56)$Xw?QD9mH zA>_`EKj8M&+P43Lu=9+Dv;Vt2(W53xbP`0Om*{0kqDP4&M3hN_XwiewX7t|Oh&luj zQARHzGx{jeh3LZ&of&m7+~@kQbJkhsym+2xE$_^l7uUMxSH64i&$f8$sv-3xtn4pV z05yTKVS4MjNyTmcH*3#5l90?mDeKB1jPwm9R_sX5=03Zm>dIHgAhAJ*&vefG=O_bl zt%$-0Uy!m__54SwqD2Pq6F<{`Nw9-oO0E)XR0XQM|0R)p4s=wAgKh0>l@MqIZ?8KH zpZg{;CX?eN_74A=OhbtePmG$&$+G@r)uTk^W&N52EmtSb-rJ-JA|zD$1*@-DbaEVS zp*iw>}|?x30`gfh7r))T5>wA>`hyo_&vj*nh6aCyCL_bN7XH5uvOsAravUw$x96>El`orw{EnE0T)h@EB$R*FmTY|{kSr5E$)o7C`;%3 zbu)5PHXK}v58>EMS zp%-qN{446Hl`KNQa#rkqL6KmY+UY8U9HO$#!*rZmWd7EeeFu z#;A5|crJMsw`o_0&H54!*cAr>Xja1G@0!UIuOsWJ?D1oKwqI{5nKhmHFkW!K=3o3 zeAJT3elJwfDhN%IDda_?)~`sEwzg(5r@=E?w2cMbsc`n?!{b?mY;B2R|B^g-*SY4v z?}r%tmxR>G#HB#JA#ATBab2SK!r`iTQ}pC;2QnwKR}bQ;HstjU)) zNL6>os=?d`!2BvyF4*u=)p0ri+^r^W3AwH0)~s4hvakV?!0w7L&M8w15o{roUz!Gr z=Ti&(w@wbgBGCS`sL8%FX~hqgpEhI5_v(x4=A8S67$?68t&ueYX5Zecu z;H8IVBOV^4Sk@z*E~kQ{)uuT9#A&YF%_j*=j~|8erzUtVnD3+|wrLq^Zh=A94q>_r(2G5=TmIty2CO3IGz<9gAU#r-*6IZqm546dX;pZSNbPqqF<$$D_pc+|T_M z^7|q>{GmJZ$#00QIQ#1|jASfsaURLLgmoGn5rP82ft0iD%r}b6=b6UMin8V=VdrV^5! zT={x-`gg|#;`crZ9A58_ZMcCLPA;;GMtRT?yMJTPit04mrYhg^O>q(%8|Ri;Ts<^; zcU|{FuyPmlml{@jjNS3sci$Zua;DFOaUw;p@{SEfvE} zr@&-O*~$YJGtTYIvG9PRUpT46a})y-A?{sO+yF-G@B3TGyKlW$zUn0dg{&fzukt?4 ztH5qpE?JomQ)ulEjcA2Ib!wCo+c0X6V6HWNk9%N$Jxg|y81-TG!Qyp4zE zyG^X>LRxIbLo6L{|0S7}M@)3a`LLpi8krANnXC0g$-%YHWEN#iLO{H~&&zSX(`q`a z!5MjiXqLkW;e-(5Qt0=jl2b%7$VF=SU5NlIHJh2zPKtTytElqu3Fnd6|n9~3czCd*CAWU5y*W8`Vw6KE|2s6l( z+H1Z=V!@urJU~_kD8w&-1E>>j+vmZld1W;<|92)$Y-)k`Br6^i*Zu_193;}8<9gg( z>?RK)t>}pbgk#o=pBN`>D-Ig3>c%aXh~nQ!WhaMHC77FQ`BR}?R%~%Y<~?7P9JFHP z(`avZ)Zw=aH|9|CM4C!SVE45|9iA#SwY0JEAEj7IKkrFC{mWpO3uDxVAljFm`&NSw zaRuhRX?Aea&XdPe=b!54_G&d`Xq2 zQwF%kbh;SHwhE|mT9JwWSUR*O7y2xsMTNPQBlwqT;oT_D zVi!+rsGuER_4XlrPN5@b8ooL|%5+XIlrjHk$qUi1aN9TiY9&p|r3|oZ>%N9K=r-b- z6R@APNNIRF&f6O>q|Md8In;{_Sx>=H?Vc;icQo$fu8Vm3LEUGTNc9(C0lfJYR9I44 z+^EgAW+=>p4as?xeWR?W|IkW=Mu4G&G_5L9=>$;njt2sua_1|T;9tdkb5`JI^#$B+8InxJNLN>I9UrQ{qDMad-qu#|4_yf>5h)gabs!x{H zG}4NXYz1w+TAIf(OmnChDRcX+*2A3WnGL6qTua*usqU?{58ee~-A+knMqqVnyQze( z>)uz-ygKv*?ZVoLWzDE6UvT4&v*LJ@POf0mV@t9dk9C0#yQSG`)Tt+s?G+1RX3O^W zbGHZOHa$xDu0rRg5UUTS1er~aO(t@Jxv*+RTS&gpw!}96plMdG`1Q4l;Jyt z*xL&#l~}cSMNQ(MC@dGc0*V2KcBQ@RsAzYs*?N8z(n!_RjM3-lGEeJX7W2%YkHDy$ zR#m%LN&Y8l`3(_EpwuL!ui!`qm(b~inVn!3Q*-Qcug~H2!<|s&T(r_fD`E;BCDX7( zKAvC5_NU2&N!pDn2>v2H>G#A=juq#0hF{6z1IOwW$Y-hk^C(gQB%>VRqigHyAf7f1*Ln`Vxxl-e0Zj^$B5bUHxtvm;e6#7bFYk-1qggc3pND?13Grg2{7DNY zq+-Byb6mrgmW@ejm4oFXZB65OBGo`p@B}fG91p*}k9VuRL6I~hv{ki4(1F{B1$i@sy_C8#p-P5`| z_2=Ona3=}t7U78P5QK71m&F_#(?H-l?^YjFxm8-|G3&nkz9Ha+glv0;gVSbkubr0E zkPWz=VWEE%BE{_z)@tYh(hAu5Dsn7h=Zn*hPumFFIE_N^-X-PkyxkY zJoK$F{f2Vit7xkz(1zUk)}HBfH z;5#cz!}?Pl&3=@B*=)n_)roAl7m0SN1qQ&Qua)}XxE7z4TO&JV2ShC#?9J5^f{$|( zlx*y-$)I5bLuahuqZpna09nGA=f|smNm!kZwy*i78Y=7)OWK;#gpQ(KY?vxtN7w#E z-Fp-`luQC47(>4(eQK+3dq?$;=U{5;zH}#IdX$DR^cY{AL0M5`Em$G4@7R4~Ynwx} z|6+U<#7Qvk@{Cp0tk8Tdl&IN)| zzYEAi-zMhrtEe#KlirjW9@WPgCmd9c;?2$DtusEfS|&?+{7Yg+qR6GWiTr(GfQy>c zj9!^emd|$Qma3%s^}hJv=x;un;OBrtL;>MNU|d4*?nR2$)!;5m# zp$57*IWgX??7n6VJIb>LfpDydOqla*Vb*HFpT*aew^aXxza`zR0rWMD=leM^OB?0(pUN^b3LE{b#JenZMEr+lgYT7B30;0${kLGpV?^ zQjC?>IIpa63Q3PZe48fQbI)Q_e+%syRH(k?eivQDt|mPqYWoK75Jgnu8u(8D{XM8% z5UBaWFs7@tZIo)REVFDvA599Q#w4_QYy2Wm&#;8r8K+$%S#Y|#(uBJz8D8{xU5mO^ zQtzLx#^PE!3xkR6l;)da1lIu zPNnyoO?$cEkpQLc4Q`ASrv8(9SUqsXDf^MMV-fYB*|Oc)E?u?wp^7$WZsQQ~a}yB# zR?k7WDpkz}yLdM^P6#nFI*WK&HvxTUVHj}zMlnqa(jjp(A$`m);nIA2(3mbw_2IpS zRBS*Pjn$!y3J?)6BEoRh^((NLvu5Rv+dLLI`${h&{?SD%@@O-f1n_+{pM%xIl8z5< zL1bpSZQdsu>nEJ2CghK2ju6kf=p|Hk17A_V0CEXp>JidCcZ^`2(7(-*WAqq0Il4N5{Ss?D0)Mk@bVn9WCkpIKSN ze!Br~WUDe|NaFMAE@m?@rOPGjiQiB9@@$S{#SSX6$KMgx2D^VI$?KIh4BieQ|&4xIPfd*}Kz%86ZkGRgWTne%M*(e50u4Ixt^KIj<(U<^Gk1>5G>}{vSJCkOn8+tJb z-$wa*n+3{y{i*g|U=5iKaH<6?PT|gT@f9UEz0BlBEUrjL0i6b3=MdS*wR}e*c6uRK zl)_F{s%zgzv@!VgMv5}&=*LUOy*N+IqA2L-5O`D3BFVeneTl1rd`EM$^(PjhySeH2 z=Jm%V&Zv9M6$j8{s#x_#!ZIfNT{9unK{fvG7jW2CT3bj^YHI)JvzeVF)M_###O6U6 zo~?*A!h2x7&;FykyN2?WGgpQ2O+w$olTVpB4Rl{L%0A{XdHmT{lsk{cZ*+3r>0XYZ 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⪻LC}waZ!;A4Z4{TDyjaYx{CuG5g(rI${~JzYuT)t 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�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

i>_zCz zFVakpQCrX0fz(ZNV27sdhu;O&$CK+H)jgnf9$kCU_5zsQpHu*WwmIR$g-Uste1OM< z;Si6eY&l?+saIC6M9pB=adFkAxUU5x{MKlS-c7coEq#)I| zd=<;FA6$O($}Oa{9L0@nCSHc&SDOf8-SjQCCXEz3>k3FHf+2#?gwdyFnR^WWvMg~@ z|B9p944TzeZI@w;ceAdK))wYvWiJz1x1e+p>}|y*nKn!!$#u(YzJ|OQbH>P08)~7m zb|sFiR+a}6fqNF;8H{l(b{1~cR9?~ zI3c^Nq2RUbwdfC^g^q1Lk;0iXR6(1|g6!cY`pX4Rm#!BdBqd$C>A@N^=_k;Y(kAL7 z%%%gR*zJOKCR1t(KS=1aSw|m|TZOSr&jj*^X0}pYet?*+R!R_kpe;oD`TJFvaxu6! zWDWEnr8y1_ab)#}e82(~CPGltT>JjSThJTs#8hMdg-aYQp{KI8B3Kn3X_$XMtwZs;3{Tye^Zy*xf#$sE!Hojv z@3e}E≷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

$5kUYtiwORG_ZJZziBNzg4>34VF4O%+j_ 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ℜ2ZP8;5h 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%0D2XnvSwWuK>ZcM%d8&U~_K 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

$cITxA0ABD zTow&Tzr>K;eReZD{Y92>by)R<+P^NLRvcv_hCN5*ds`Okh4JXfjc?ztrz`Pb)UU&_ z_;5nz+<|<1Iz5pAyB5VA6@}(0&0^zLsHEd9tLsnMz!XVu$q+d(sWmww30Bhwd*jsY zvU2Ynt42#UC$Iy>?J1ay8%MUFe#!K%`?%%=k3G0$xctgHUXSgx_2hRilvGWRojH3* zDz2I(Z59b~oe-UPNd4QeI9SKJc(K3@4Z_|rk|ES*CmK?;$^lH8t+Kpc5y+kCX)Da- zvi+KM{guA?yXfdU-i%6X0TfMsMRu!w{M^;|>@4nuO(Ts8hw9t#qzgRY}P{4 z^8grc8m|~yauM3!&2o~?q^*$5HqgdmnJtjGG-4a?*U))wBT(I^R}J$&0M^PKJbyy9 ze=T(-@OPgMjV_4fWt51B>ycTY_-U^=;I4J}*rpORJ>i+Q~1-38Hl0%xD`cPW6Q$_C5 z06O!#8NRA(%M;-z$$-hS9PIl9B762vP1$xXQ zTpyR)s{H$nS9#i;teE3tH)=D{jhnH5IU<5i3hG4hE>8p+8(MD`Zb0WhBAm9)%WqS;`5NjtYh?5)9k`q zEiE|(qtU@4Mdjk*DtjcK3k}#&Pa8KZiS|c@koeQgrMM%($CU56D`JsO%0A6`VLr<}(mX*6Fj#Iz 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 z

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%0Ayn^j;~<&oOuHdn3qKbl{R5Mq7G~4lCy#;rdFd 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%0AahM`;dCaiUG|Lmj|U_IUB!q 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

"; + if ($count % 3 == 0) { echo ""; } + $count++; + } +} + +?> + + + + + + diff --git a/site/slowtwitch.com/www/tick/pics_add.php b/site/slowtwitch.com/www/tick/pics_add.php new file mode 100644 index 0000000..1d0793f --- /dev/null +++ b/site/slowtwitch.com/www/tick/pics_add.php @@ -0,0 +1,57 @@ + +&1", $updw); + + $s = "/var/home/slowtwitch/slowtwitch.com/www/tick/scripts/pics.pl $filename t_ 130"; + exec("$s 2>&1", $updw); + + $url = "/tick/images/gallery/"; + $sql = "fullname = '" . $filename . "', fullurl = '" . $url . "', "; +} + +if ($ID != 0) +{ + $query = "UPDATE pics SET " + . $sql + . "caption = '" . myaddslashes($_POST['caption']) . "'," + . "courtesy_of = '" . myaddslashes($_POST['courtesy_of']) . "' " + . "WHERE ID = '$ID'"; + $result = mysql_query($query, $db); +} +else +{ + $query = "INSERT INTO pics (stageID,fullname,fullurl,caption,courtesy_of,default_flag) VALUES ('" + . $_POST['stageID'] . "','" + . $filename . "','" + . $url . "','" + . myaddslashes($_POST['caption']) . "','" + . myaddslashes($_POST['courtesy_of']) . "','" + . "no')"; + $result = mysql_query($query, $db); +} + +header("Location: /tick/pics.php"); + +?> diff --git a/site/slowtwitch.com/www/tick/pics_remove.php b/site/slowtwitch.com/www/tick/pics_remove.php new file mode 100644 index 0000000..6086b93 --- /dev/null +++ b/site/slowtwitch.com/www/tick/pics_remove.php @@ -0,0 +1,28 @@ + + diff --git a/site/slowtwitch.com/www/tick/pics_set_default.php b/site/slowtwitch.com/www/tick/pics_set_default.php new file mode 100644 index 0000000..c8b582e --- /dev/null +++ b/site/slowtwitch.com/www/tick/pics_set_default.php @@ -0,0 +1,16 @@ + + diff --git a/site/slowtwitch.com/www/tick/popup.php b/site/slowtwitch.com/www/tick/popup.php new file mode 100644 index 0000000..ada7d52 --- /dev/null +++ b/site/slowtwitch.com/www/tick/popup.php @@ -0,0 +1,79 @@ + + + + + +OneTicker :: Popup + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
 
link name +
popup window contents (HTML) +
+
position +
+
 
+">
+
+ + + diff --git a/site/slowtwitch.com/www/tick/popup_update.php b/site/slowtwitch.com/www/tick/popup_update.php new file mode 100644 index 0000000..31dc579 --- /dev/null +++ b/site/slowtwitch.com/www/tick/popup_update.php @@ -0,0 +1,23 @@ + +&1", $updw); + + staticify($_POST['stageID']); +} + +header("Location: /tick/ticks.php"); + +?> diff --git a/site/slowtwitch.com/www/tick/popwindow.php b/site/slowtwitch.com/www/tick/popwindow.php new file mode 100644 index 0000000..e5a810e --- /dev/null +++ b/site/slowtwitch.com/www/tick/popwindow.php @@ -0,0 +1,60 @@ + + + + + + +OneTicker :: <? echo "$popup_link"; ?> + + + + + + + + + + + +
+ +
+ + + \ No newline at end of file diff --git a/site/slowtwitch.com/www/tick/scripts/pics.pl b/site/slowtwitch.com/www/tick/scripts/pics.pl new file mode 100755 index 0000000..0ecbf0d --- /dev/null +++ b/site/slowtwitch.com/www/tick/scripts/pics.pl @@ -0,0 +1,30 @@ +#!/usr/bin/perl + +use Image::Magick; + +my ($image); +my $filename = shift || exit(0); +my $append = shift || ""; +my $max_height = shift || 200; + +if ($append eq "---") { $append = ""; } + +my $base = '/var/home/slowtwitch/slowtwitch.com/www/tick/images/gallery'; +my $new_filename = "${base}/${append}${filename}"; + +$image = Image::Magick->new; +$image->Read("${base}/${filename}"); + +$width = $image->Get('columns'); +$height = $image->Get('rows'); + +if (($width > 900) || ($height > $max_height)) +{ + $image->Resize(geometry=>"${width}x${max_height}"); + # $image->Scale(geometry=>"${longest_side}x${longest_side}"); + # $image->Border(geometry=>'5x5'); + $image->Write(filename=>"${new_filename}", quality=>'75'); +} + +undef $image; +exit(0); diff --git a/site/slowtwitch.com/www/tick/scripts/pics.pl~ b/site/slowtwitch.com/www/tick/scripts/pics.pl~ new file mode 100755 index 0000000..fe5c94c --- /dev/null +++ b/site/slowtwitch.com/www/tick/scripts/pics.pl~ @@ -0,0 +1,30 @@ +#!/usr/bin/perl + +use Image::Magick; + +my ($image); +my $filename = shift || exit(0); +my $append = shift || ""; +my $max_height = shift || 200; + +if ($append eq "---") { $append = ""; } + +my $base = '/var/www/html/one/tick/images/gallery'; +my $new_filename = "${base}/${append}${filename}"; + +$image = Image::Magick->new; +$image->Read("${base}/${filename}"); + +$width = $image->Get('columns'); +$height = $image->Get('rows'); + +if (($width > 900) || ($height > $max_height)) +{ + $image->Resize(geometry=>"${width}x${max_height}"); + # $image->Scale(geometry=>"${longest_side}x${longest_side}"); + # $image->Border(geometry=>'5x5'); + $image->Write(filename=>"${new_filename}", quality=>'75'); +} + +undef $image; +exit(0); diff --git a/site/slowtwitch.com/www/tick/scripts/resizer.pl b/site/slowtwitch.com/www/tick/scripts/resizer.pl new file mode 100755 index 0000000..5878db6 --- /dev/null +++ b/site/slowtwitch.com/www/tick/scripts/resizer.pl @@ -0,0 +1,35 @@ +#!/usr/bin/perl + +use Image::Magick; + +sub get_files +{ + my @allFiles; + + opendir DIR, "/var/www/html/one/tick/images/gallery"; + @allFiles = grep !/^\./, readdir DIR; + closedir DIR; + + foreach $file (@allFiles) + { + if ($file =~ m/^f\_.*?/) + { + print "$file\n"; + $image = Image::Magick->new; + $image->Read("/var/www/html/one/tick/images/gallery/${file}"); + + $width = $image->Get('columns'); + $height = $image->Get('rows'); + + if (($width > 700) || ($height > 170)) + { + $image->Resize(geometry=>"1500x170"); + $image->Write(filename=>"/var/www/html/one/tick/images/gallery/t_${file}", quality=>'80'); + } + + undef $image; + } + } +} + +&get_files(); diff --git a/site/slowtwitch.com/www/tick/scripts/thumbify.pl b/site/slowtwitch.com/www/tick/scripts/thumbify.pl new file mode 100755 index 0000000..58cdda0 --- /dev/null +++ b/site/slowtwitch.com/www/tick/scripts/thumbify.pl @@ -0,0 +1,25 @@ +#!/usr/bin/perl +# resize to 160 on the long edge and add black border + +use Image::Magick; + +$source_dir = shift || "."; + +my @allFiles; +opendir DIR, $source_dir; +@allFiles = grep !/^\./, readdir DIR; +closedir DIR; + +foreach $file (@allFiles) +{ + if ($file =~ m/^b.*?\.jpg/g) + { + print "$file\n"; + $image = Image::Magick->new; + $image->Read("$source_dir/${file}"); + $image->Resize(geometry=>"160x160"); + $image->Border(geometry=>"2x2", fill=>"black"); + $image->Write(filename=>"$source_dir/t_${file}", quality=>'75'); + undef $image; + } +} diff --git a/site/slowtwitch.com/www/tick/stages.php b/site/slowtwitch.com/www/tick/stages.php new file mode 100644 index 0000000..daaa061 --- /dev/null +++ b/site/slowtwitch.com/www/tick/stages.php @@ -0,0 +1,328 @@ + + + + + +OneTicker :: Stages + + + + + + + + +
+ + + + +Please select an active stage.

"; +} + +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
name +
distance +
" size=28 maxlength=100>
status +
+
start location +
end location +
page refresh +
+
refresh method +
+
+ + + + + + + + + + +
date +
  +  + +
PST offset +
+
+
include:   + + class=blacktext>pics + + + class=blacktext>video + + + class=blacktext>map +
profile image +
+
    +
  • image will be resized automatically
  • +
  • leave blank to keep existing image
  • +
+
comments (viewer) +
+
comments (mobile viewer) +
+
static url +
+
  +
extra footer (html) +
+
+
+ + +

+Click date to edit stage info.
+Click check-mark to activate a given stage. (Red check indicates active stage.)
+ + +
+ + + + + + + + + + +"; } + else { echo ""; } + echo ""; + echo ""; + echo ""; + echo ""; + //echo ""; + echo ""; + } +} + +?> + + + + + +
DATE
NAME
ROUTE
STATUS
ACTIVE
$name"; + echo "
[viewer]"; + echo " [static viewer]"; + echo "
${start_location} to ${end_location}
${distance}
 - offset ${time_offset} hours from PST
${status}
 "; + echo " "; + + if ($stageID == $default_stageID) + { + echo ""; + } + else + { + echo "\"make"; + } + echo "
  +
+ + + + diff --git a/site/slowtwitch.com/www/tick/stages_add.php b/site/slowtwitch.com/www/tick/stages_add.php new file mode 100644 index 0000000..3fcd560 --- /dev/null +++ b/site/slowtwitch.com/www/tick/stages_add.php @@ -0,0 +1,90 @@ + +&1", $updw); + + $s = "/var/home/slowtwitch/slowtwitch.com/www/tick/scripts/pics.pl $filename t_ 60"; + exec("$s 2>&1", $updw); + + $profile_sql = "', profile = '" . $filename; +} + +if ($ID != 0) +{ + $query = "UPDATE stages SET name = '" . myaddslashes($_POST['name']) + . "', date = '" . $_POST['year'] . "-" . $_POST['month'] + . "-" . $_POST['day'] + . "', status = '" . $_POST['status'] + . "', inc_pics = '" . $inc_pics + . "', inc_video = '" . $inc_video + . "', inc_map = '" . $inc_map + . "', start_location = '" . myaddslashes($_POST['start_location']) + . "', end_location = '" . myaddslashes($_POST['end_location']) + . "', distance = '" . myaddslashes($_POST['distance']) + . "', refresh = '" . $_POST['refresh'] + . "', tick_sequence = '" . $_POST['tick_sequence'] + . "', refresh_type = '" . $_POST['refresh_type'] + . "', time_offset = '" . $_POST['time_offset'] + . $profile_sql + . "', mobile_notes = '" . myaddslashes($_POST['mobile_notes']) + . "', extra_html = '" . myaddslashes($_POST['extra_html']) + . "', static_url = '" . myaddslashes($_POST['static_url']) + . "', notes = '" . myaddslashes($_POST['notes']) + . "' WHERE ID = '$ID'"; + $result = mysql_query($query, $db); +} +else +{ + $query = "INSERT INTO stages (eventID, name, status, inc_pics, inc_video, inc_map, date, start_location, end_location, distance, refresh, tick_sequence, refresh_type, time_offset, profile, mobile_notes, extra_html, static_url, notes) VALUES ('" + . $_POST['eventID'] . "','" + . myaddslashes($_POST['name']) . "','" + . $_POST['status'] . "','" + . $inc_pics . "','" + . $inc_video . "','" + . $inc_map . "','" + . $_POST['year'] . "-" . $_POST['month'] . "-" . $_POST['day'] . "','" + . myaddslashes($_POST['start_location']) . "','" + . myaddslashes($_POST['end_location']) . "','" + . myaddslashes($_POST['distance']) . "','" + . $_POST['refresh'] . "','" + . $_POST['tick_sequence'] . "','" + . $_POST['refresh_type'] . "','" + . $_POST['time_offset'] . "','" + . myaddslashes($filename) . "','" + . myaddslashes($_POST['mobile_notes']) . "','" + . myaddslashes($_POST['extra_html']) . "','" + . myaddslashes($_POST['static_url']) . "','" + . myaddslashes($_POST['notes']) . "')"; + $result = mysql_query($query, $db); + + $ID = mysql_insert_id(); + //$query = "UPDATE stages SET static_url = '/tick/html/stage${ID}' WHERE ID = $ID"; + $result = mysql_query($query, $db); +} + +header("Location: /tick/stages.php"); + +?> diff --git a/site/slowtwitch.com/www/tick/stages_remove.php b/site/slowtwitch.com/www/tick/stages_remove.php new file mode 100644 index 0000000..77a5a3d --- /dev/null +++ b/site/slowtwitch.com/www/tick/stages_remove.php @@ -0,0 +1,32 @@ + + diff --git a/site/slowtwitch.com/www/tick/stages_set_default.php b/site/slowtwitch.com/www/tick/stages_set_default.php new file mode 100644 index 0000000..17e76ab --- /dev/null +++ b/site/slowtwitch.com/www/tick/stages_set_default.php @@ -0,0 +1,10 @@ + diff --git a/site/slowtwitch.com/www/tick/standings.php b/site/slowtwitch.com/www/tick/standings.php new file mode 100644 index 0000000..c7abd64 --- /dev/null +++ b/site/slowtwitch.com/www/tick/standings.php @@ -0,0 +1,83 @@ + + + + + +OneTicker :: Standings + + + + + + + + +

+ + + + + + + + + + + + + + + + + + + + + +
 
Overall Standings
Current Standings
+Header: + +
+
Results URL: + +
+Header: + +
+
Results URL: + +
 
+">
+
+ + + diff --git a/site/slowtwitch.com/www/tick/standings_update.php b/site/slowtwitch.com/www/tick/standings_update.php new file mode 100644 index 0000000..203679f --- /dev/null +++ b/site/slowtwitch.com/www/tick/standings_update.php @@ -0,0 +1,23 @@ + + diff --git a/site/slowtwitch.com/www/tick/tick.sql b/site/slowtwitch.com/www/tick/tick.sql new file mode 100644 index 0000000..f8f7704 --- /dev/null +++ b/site/slowtwitch.com/www/tick/tick.sql @@ -0,0 +1,330 @@ +-- MySQL dump 10.9 +-- +-- Host: localhost Database: ticker +-- ------------------------------------------------------ +-- Server version 4.1.14-standard-log + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `events` +-- + +DROP TABLE IF EXISTS `events`; +CREATE TABLE `events` ( + `ID` int(11) NOT NULL auto_increment, + `default_flag` enum('yes','no') NOT NULL default 'no', + `userID` int(11) NOT NULL default '0', + `tag` varchar(255) NOT NULL default '', + `name` varchar(255) NOT NULL default '', + `date_start` date NOT NULL default '0000-00-00', + `date_end` date NOT NULL default '0000-00-00', + `header_html` mediumtext NOT NULL, + `footer_html` mediumtext NOT NULL, + `banner_html` mediumtext NOT NULL, + `tower_html` mediumtext NOT NULL, + `extra_html` varchar(255) NOT NULL default '', + `status` enum('inactive','active','neither') NOT NULL default 'inactive', + `map_key` varchar(255) NOT NULL default '', + `title` varchar(255) NOT NULL default '', + `notes` varchar(255) NOT NULL default '', + PRIMARY KEY (`ID`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `events` +-- + + +/*!40000 ALTER TABLE `events` DISABLE KEYS */; +LOCK TABLES `events` WRITE; +INSERT INTO `events` VALUES (6,'no',1,'200604241037122077658640','2006 Ford Tour de Georgia','2006-04-18','2006-04-23','','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Tour de Georgia VideosSubscribe and enter to WIN
','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQKUvorP7ImQ7mPIxuhEbkQ3qSLsBRta5MUWpW5Q6E3TN_dl9OUBgzp7Q','VeloNews :: Live Race Coverage',''),(7,'no',1,'200604250929401886925193','2006 Giro d\'Italia','2006-05-06','2006-05-28','','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
A team-by-team look at the Giro d\'ItaliaSubscribe to VeloNews
','','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQKUvorP7ImQ7mPIxuhEbkQ3qSLsBRta5MUWpW5Q6E3TN_dl9OUBgzp7Q','VeloNews :: Live Race Coverage',''),(8,'no',3,'200605100538181259675625','Musselman Triathlon','2006-07-16','2006-07-16','','','','','','active','','',''),(10,'no',1,'20060619121004788665448','2006 Tour de France','2006-07-01','2006-07-23','\r\n
','\r\n\r\n\r\n\r\n\r\n\r\n
Special 2 for 1 subscription offer from VeloNews
','LINKS\r\n
Home :: \r\nRace Results :: \r\nStage News ::
\r\nTeam Rosters ::\r\nRider Diaries ::\r\nVideos ::
\r\n\r\nPhoto Galleries ::\r\n\r\nTech Talk ::\r\nForum\r\n
','\r\n','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQKUvorP7ImQ7mPIxuhEbkQ3qSLsBRta5MUWpW5Q6E3TN_dl9OUBgzp7Q','VeloNews :: Live Race Coverage',''),(16,'no',1,'200609200947531531150346','World Championships','2006-09-24','2006-09-24','\r\n
','\r\n\r\n\r\n\r\n\r\n\r\n
Try 2 FREE Issues of VeloNews Magazine - Risk Free
','LINKS\r\n
VeloNews Home :: \r\nRace Preview ::
The World\'s course :: Mobile Live Viewer\r\n
','','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQKUvorP7ImQ7mPIxuhEbkQ3qSLsBRta5MUWpW5Q6E3TN_dl9OUBgzp7Q','VeloNews :: Live Race Coverage',''),(15,'no',1,'200608170204152020957304','2006 Vuelta a España','2006-08-26','2006-09-17','\r\n
','\r\n\r\n\r\n\r\n\r\n\r\n
Try 2 FREE Issues of VeloNews Magazine - Risk Free
','LINKS\r\n
VeloNews Home :: \r\nStage 20 Race Report ::\r\n
\r\nMobile Live Viewer\r\n
','','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQKUvorP7ImQ7mPIxuhEbkQ3qSLsBRta5MUWpW5Q6E3TN_dl9OUBgzp7Q','VeloNews :: Live Race Coverage',''),(18,'no',1,'200610060330472075120100','Ironman World Championships','2006-10-21','2006-10-21','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n

','\r\n\r\n\r\n\r\n\r\n\r\n
Receive a FREE race hat with 1-year subscription to
Inside Triathlon Magazine
','LINKS\r\n
Inside Triathlon Home :: Kona Articles ::\r\n Mobile Kona Tracker\r\n
','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xTnRqhh4HopMpmAJJsBDNA591_-whRDTJ4MtNNa2PVGS4CwERmdc1JBCw','Inside Triathlon :: Ironman World Championship',''),(19,'no',1,'200611060115481216984797','Silverman 2006','2006-11-12','2006-11-12','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n

','\r\n\r\n\r\n\r\n\r\n\r\n
Subscribe to Inside Triathlon Magazine
','LINKS\r\n
Inside Triathlon Home :: Mobile Tracker\r\n
','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xTnRqhh4HopMpmAJJsBDNA591_-whRDTJ4MtNNa2PVGS4CwERmdc1JBCw','SILVERMAN',''),(20,'no',1,'200702181036531725503147','2007 Tour of California','2007-02-18','2007-02-25','\r\n
','\r\n\r\n\r\n\r\n\r\n\r\n
Try 2 FREE Issues of VeloNews Magazine - Risk Free
','LINKS\r\n
VeloNews Home :: \r\nStage 6 Race Report :: \r\nStage 7 Course Information ::\r\nMobile Live Viewer\r\n
','','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQKUvorP7ImQ7mPIxuhEbkQ3qSLsBRta5MUWpW5Q6E3TN_dl9OUBgzp7Q','2007 Amgen Tour of California',''),(22,'no',0,'200702250539031396967043','','0000-00-00','0000-00-00','','','','','','','','',''),(21,'no',0,'20070220021044818576721','','0000-00-00','0000-00-00','','','','','','','','',''),(23,'no',4,'20070227015530413292434','Race Across American 2007','2007-06-10','2007-06-22','','','','','','active','','RAAM 2007 Live Coverage',''),(24,'no',1,'200703110923272140218706','Paris-Nice 2007','2007-03-11','2007-03-18','\r\n
','\r\n\r\n\r\n\r\n\r\n\r\n
Try 2 FREE Issues of VeloNews Magazine - Risk Free
','LINKS\r\n
VeloNews Home :: \r\nStage 6 Race Report ::\r\nMobile Live Viewer\r\n
','','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQKUvorP7ImQ7mPIxuhEbkQ3qSLsBRta5MUWpW5Q6E3TN_dl9OUBgzp7Q','Paris-Nice 2007',''),(25,'no',0,'200703170540292107118382','','0000-00-00','0000-00-00','','','','','','','','',''),(26,'no',1,'200704120954142025206143','Paris-Roubaix 2007','2007-04-15','2007-04-15','\r\n
','\r\n\r\n\r\n\r\n\r\n\r\n
Try 2 FREE Issues of VeloNews Magazine - Risk Free
','LINKS\r\n
VeloNews Home :: \r\nRace Preview ::\r\nMobile Live Viewer\r\n
','','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQKUvorP7ImQ7mPIxuhEbkQ3qSLsBRta5MUWpW5Q6E3TN_dl9OUBgzp7Q','Paris-Roubaix 2007',''),(27,'no',1,'20070413012713830923666','2007 Tour de Georgia','2007-04-16','2007-04-22','\r\n
\r\n\r\n','\r\n\r\n\r\n\r\n\r\n\r\n
Try 2 FREE Issues of VeloNews Magazine - Risk Free
','LINKS\r\n
VeloNews Home :: \r\nStage 6 Race Report ::\r\nMobile Live Viewer\r\n
','','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQKUvorP7ImQ7mPIxuhEbkQ3qSLsBRta5MUWpW5Q6E3TN_dl9OUBgzp7Q','2007 Tour de Georgia',''),(28,'no',1,'200705040620421228250587','Tri one0one','2007-05-06','2007-05-06','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n

','\r\n\r\n\r\n\r\n\r\n\r\n
Subscribe to Inside Triathlon Magazine
','LINKS\r\n
Inside Triathlon Home :: Mobile Tracker\r\n
','','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xTnRqhh4HopMpmAJJsBDNA591_-whRDTJ4MtNNa2PVGS4CwERmdc1JBCw','Bradenton 101',''),(29,'no',1,'200705070306501553688699',' 2007 Giro d\'Italia','2007-05-12','2007-06-03','\r\n
\r\n\r\n','\r\n\r\n\r\n\r\n\r\n\r\n
Try 2 FREE Issues of VeloNews Magazine - Risk Free
','LINKS\r\n
VeloNews Home :: \r\nStage 20 Race Report :: Start List ::\r\nMobile Live Viewer\r\n
','','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQKUvorP7ImQ7mPIxuhEbkQ3qSLsBRta5MUWpW5Q6E3TN_dl9OUBgzp7Q',' VeloNews :: Live Race Coverage :: 2007 Giro d\'Italia',''),(30,'no',0,'200706080422091681313733','','0000-00-00','0000-00-00','','','','','','','','',''),(31,'no',1,'20070608045101595497252','Dauphiné Libéré','2007-06-10','2007-06-17','\r\n\r\n','\r\n\r\n\r\n\r\n\r\n\r\n
Try 2 FREE Issues of VeloNews Magazine - Risk Free
','LINKS\r\n
VeloNews Home ::\r\nMobile Live Viewer :: Stage 6 Race Report\r\n
','','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQKUvorP7ImQ7mPIxuhEbkQ3qSLsBRta5MUWpW5Q6E3TN_dl9OUBgzp7Q','Critérium du Dauphiné Libéré',''),(32,'no',0,'20070616024514921725841','','0000-00-00','0000-00-00','','','','','','','','',''),(33,'no',1,'2007062701262760804925','2007 Tour de France','2007-07-07','2007-07-29','\r\n

\r\n\r\n\r\n','\r\n\r\n\r\n\r\n\r\n\r\n
TOUR SPECIAL: Subscribe to VeloNews and receive a Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/\r\nTorx Set FREE with your paid subscription
','LINKS\r\n
Home :: \r\nStage News :: \r\nTeam Rosters
\r\nRider Diaries ::\r\nVideo :: Podcast
\r\nPhoto Galleries :: Tech Talk ::\r\nForum
Race Results :: Enter to Win\r\n
','','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQKUvorP7ImQ7mPIxuhEbkQ3qSLsBRta5MUWpW5Q6E3TN_dl9OUBgzp7Q','VeloNews :: 2007 Tour de France Live Race Coverage',''),(34,'no',0,'20070629124839228112229','','0000-00-00','0000-00-00','','','','','','','','',''),(35,'no',0,'20070706032141942401028','','0000-00-00','0000-00-00','','','','','','','','',''),(36,'no',0,'200707130326071312996789','','0000-00-00','0000-00-00','','','','','','','','',''),(37,'no',5,'200707180847151478513906','Boulder Peak Triathlon','2007-07-22','2007-07-22','\r\n\r\n\r\n\r\n\r\n','\r\n\r\n\r\n\r\n\r\n\r\n
SPECIAL: Subscribe to Inside Triathlon and receive a FREE Park Multi-tool
with your paid subscription
','LINKS\r\n
Inside Triathlon Home ::
EAS Boulder Peak Home
','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','','active','','',''),(38,'no',0,'200707251034011577938701','','0000-00-00','0000-00-00','','','','','','','','',''),(39,'no',0,'20070802072539963829153','','0000-00-00','0000-00-00','','','','','','','','',''),(40,'no',5,'20070810044422946433447','EAS 5430 Long Course Triathlon','2007-08-12','2007-08-12','\r\n\r\n\r\n\r\n\r\n','\r\n\r\n\r\n\r\n\r\n\r\n
SPECIAL: Subscribe to Inside Triathlon and receive a FREE Park Multi-tool
with your paid subscription
','LINKS\r\n
Inside Triathlon Home ::
EAS 5430 Long Course Home
','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','','active','','',''),(41,'no',1,'200708150114301021067340','2007 Vuelta a España:','2007-09-01','2007-09-23','\r\n
\r\n','\r\n','LINKS\r\n
VeloNews Home :: \r\nStage 20 Race Report ::\r\n
\r\nMobile Live Viewer\r\n
','','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQKUvorP7ImQ7mPIxuhEbkQ3qSLsBRta5MUWpW5Q6E3TN_dl9OUBgzp7Q','VeloNews :: 2007 La Vuelta Live Race Coverage',''),(43,'no',1,'200709250136552112017947','Men\'s UCI World Road Race Championships 2007','2007-09-30','2007-09-30','\r\n
\r\n
\r\n','\r\n','','','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQKUvorP7ImQ7mPIxuhEbkQ3qSLsBRta5MUWpW5Q6E3TN_dl9OUBgzp7Q','Men\'s UCI World Road Race Championships 2007',''),(42,'no',1,'20070815011549101088270','Tour of Missouri','2007-09-11','2007-09-16','\r\n
\r\n
\r\n','\r\n','LINKS\r\n
VeloNews Home :: \r\nStage 5 Race Report ::\r\n
\r\nMobile Live Viewer\r\n
','','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQKUvorP7ImQ7mPIxuhEbkQ3qSLsBRta5MUWpW5Q6E3TN_dl9OUBgzp7Q','VeloNews :: 2007 Tour of Missouri Live Race Coverage',''),(44,'no',5,'200710050320571302893542','Ironman Hawaii','2007-10-13','2007-10-13','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','\r\n\r\n\r\n\r\n\r\n\r\n
SPECIAL: Subscribe to Inside Triathlon and receive a FREE Park Multi-tool
with your paid subscription
','','','','active','','Ironman Hawaii LIVE Coverage',''),(45,'no',5,'200710050324481578834772','US Open Triathlon','2007-10-14','2007-10-14','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','\r\n\r\n\r\n\r\n\r\n\r\n
SPECIAL: Subscribe to Inside Triathlon and receive a FREE Park Multi-tool
with your paid subscription
','','','','active','','US Open Triathlon LIVE Coverage',''),(46,'no',0,'200710220120401199977658','','0000-00-00','0000-00-00','','','','','','','','',''),(47,'no',0,'200710250208531379247306','','0000-00-00','0000-00-00','','','','','','','','',''),(48,'no',0,'2008012203193779977717','','0000-00-00','0000-00-00','','','','','','','','',''),(49,'no',0,'200803100252291910974674','','0000-00-00','0000-00-00','','','','','','','','',''),(50,'no',0,'20080404040512147275120','','0000-00-00','0000-00-00','','','','','','','','',''),(51,'no',0,'20080411041555482868865','','0000-00-00','0000-00-00','','','','','','','','',''),(52,'no',0,'200804140854391699449445','','0000-00-00','0000-00-00','','','','','','','','',''),(53,'no',0,'20080418042542215138357','','0000-00-00','0000-00-00','','','','','','','','',''),(54,'no',0,'20080502091541714666164','','0000-00-00','0000-00-00','','','','','','','','',''),(55,'no',0,'200805230625531585405154','','0000-00-00','0000-00-00','','','','','','','','',''),(56,'no',0,'20080604045421198224098','','0000-00-00','0000-00-00','','','','','','','','',''),(57,'no',0,'20080613094356834229769','','0000-00-00','0000-00-00','','','','','','','','',''),(58,'no',0,'20080621020229402476240','','0000-00-00','0000-00-00','','','','','','','','',''),(59,'no',0,'200807300856552134413214','','0000-00-00','0000-00-00','','','','','','','','',''),(60,'no',0,'20080806094541950227579','','0000-00-00','0000-00-00','','','','','','','','',''),(61,'no',0,'20080812011817759431861','','0000-00-00','0000-00-00','','','','','','','','',''),(62,'no',0,'20080815064207694186237','','0000-00-00','0000-00-00','','','','','','','','',''),(63,'no',0,'200808180827571632800437','','0000-00-00','0000-00-00','','','','','','','','',''),(64,'no',0,'20080822093826235543166','','0000-00-00','0000-00-00','','','','','','','','',''),(65,'no',0,'20080826051729202757108','','0000-00-00','0000-00-00','','','','','','','','',''),(66,'no',0,'200808300303451457275246','','0000-00-00','0000-00-00','','','','','','','','',''),(67,'no',0,'20080903114532256858710','','0000-00-00','0000-00-00','','','','','','','','',''),(68,'no',0,'200809071041221715161124','','0000-00-00','0000-00-00','','','','','','','','',''),(69,'no',0,'20080911102445165831162','','0000-00-00','0000-00-00','','','','','','','','',''),(70,'no',0,'200809151132341874811377','','0000-00-00','0000-00-00','','','','','','','','',''),(71,'no',0,'20080920124848869699078','','0000-00-00','0000-00-00','','','','','','','','',''),(72,'no',0,'2008092509425615009483','','0000-00-00','0000-00-00','','','','','','','','',''),(73,'no',0,'200809300148231171385173','','0000-00-00','0000-00-00','','','','','','','','',''),(74,'no',0,'200810070151071793056025','','0000-00-00','0000-00-00','','','','','','','','',''),(75,'no',0,'200810150600162108308280','','0000-00-00','0000-00-00','','','','','','','','',''),(76,'no',0,'200810250926091989834172','','0000-00-00','0000-00-00','','','','','','','','',''),(77,'no',0,'200811050412152066207068','','0000-00-00','0000-00-00','','','','','','','','',''),(78,'no',0,'200811070333192001810984','','0000-00-00','0000-00-00','','','','','','','','',''),(79,'no',0,'20081118113835493374911','','0000-00-00','0000-00-00','','','','','','','','',''),(80,'no',0,'200812020555441840174116','','0000-00-00','0000-00-00','','','','','','','','',''),(81,'no',0,'20081216060409355800850','','0000-00-00','0000-00-00','','','','','','','','',''),(82,'no',0,'20081231030536551639538','','0000-00-00','0000-00-00','','','','','','','','',''),(83,'no',0,'20090117113557595576664','','0000-00-00','0000-00-00','','','','','','','','',''),(84,'no',0,'200902040607221877387709','','0000-00-00','0000-00-00','','','','','','','','',''),(86,'no',0,'200902240702131273300634','','0000-00-00','0000-00-00','','','','','','','','',''),(87,'no',0,'20090225025933995333620','','0000-00-00','0000-00-00','','','','','','','','',''),(88,'no',0,'200903170808251661034696','','0000-00-00','0000-00-00','','','','','','','','',''),(89,'no',0,'20090407083229350299440','','0000-00-00','0000-00-00','','','','','','','','',''),(90,'no',0,'20090428083059513058962','','0000-00-00','0000-00-00','','','','','','','','',''),(91,'yes',6,'200905071121342018568161','Slowtwitch LIVE','2009-06-07','2009-10-11','\r\n\r\n\r\n\r\n
','\r\n\r\n\r\n','','\r\n\r\n\r\n','','active','ABQIAAAAeMrkW1kxL_t7AGsTQzv_9xQuBKu2vnaa-KreZuMmsywOtMUQPxTmhUd29ZA_6b98p2T0nubd72YdXg','Slowtwitch LIVE',''),(97,'no',0,'20090520090524978448639','','0000-00-00','0000-00-00','','','','','','','','',''),(98,'no',0,'200905230645101888419207','','0000-00-00','0000-00-00','','','','','','','','',''); +UNLOCK TABLES; +/*!40000 ALTER TABLE `events` ENABLE KEYS */; + +-- +-- Table structure for table `maps` +-- + +DROP TABLE IF EXISTS `maps`; +CREATE TABLE `maps` ( + `ID` int(11) NOT NULL auto_increment, + `stageID` int(11) NOT NULL default '0', + `zoom` int(3) NOT NULL default '4', + `center_lat` varchar(100) NOT NULL default '0.0', + `center_lon` varchar(100) NOT NULL default '0.0', + `current_lat` varchar(100) NOT NULL default '0.0', + `current_lon` varchar(100) NOT NULL default '0.0', + `map_type` enum('G_NORMAL_MAP','G_SATELLITE_MAP','G_HYBRID_MAP','other') NOT NULL default 'G_NORMAL_MAP', + PRIMARY KEY (`ID`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `maps` +-- + + +/*!40000 ALTER TABLE `maps` DISABLE KEYS */; +LOCK TABLES `maps` WRITE; +INSERT INTO `maps` VALUES (3,5,8,'33.261656767328','-83.0181884765625','32.83683238713799','-83.6220932006836','G_NORMAL_MAP'),(6,18,9,'34.3797125804622','-84.22393798828125','34.060588119230346','-84.28929805755615','G_NORMAL_MAP'),(7,17,9,'34.874665167612605','-83.81092071533203','0','0','G_NORMAL_MAP'),(8,15,10,'34.981627639759424','-85.33767700195312','0','0','G_NORMAL_MAP'),(9,14,8,'33.81110228864701','-85.10009765625','0','0','G_NORMAL_MAP'),(10,16,8,'34.65128519895413','-84.39697265625','0','0','G_NORMAL_MAP'),(11,0,5,'42.293564192170095','11.2060546875','46.73986059969267','11.8212890625','G_NORMAL_MAP'),(12,24,5,'42.90816007196054','10.546875','0.0','0.0','G_NORMAL_MAP'),(13,24,1,'50.602198364189','5.492649078369141','0','0','G_NORMAL_MAP'),(14,26,9,'50.443513052458044','4.264068603515625','0','0','G_NORMAL_MAP'),(15,27,9,'50.62420185009975','4.813385009765625','50.46274956681952','4.85595703125','G_NORMAL_MAP'),(17,29,10,'50.41551870402677','5.634613037109375','50.2656432674963','5.44097900390625','G_NORMAL_MAP'),(18,30,10,'45.06673148768116','9.963226318359375','0.0','0.0','G_NORMAL_MAP'),(19,51,15,'42.871938424448466','-76.94626808166504','0','0','G_NORMAL_MAP'),(20,31,8,'44.47495104782301','11.30767822265625','44.213709909702054','12.0355224609375','G_NORMAL_MAP'),(21,32,9,'43.887995955026405','12.5189208984375','0','0','G_NORMAL_MAP'),(22,0,0,'','','','','G_NORMAL_MAP'),(23,33,11,'42.291532494305976','14.121551513671875','42.19240775778094','14.094772338867187','G_NORMAL_MAP'),(24,34,11,'41.99550925098134','14.993977546691894','0','0','G_NORMAL_MAP'),(25,35,11,'41.859844975978454','15.98236083984375','41.920672548686824','15.973434448242187','G_NORMAL_MAP'),(26,36,11,'43.68947365288618','10.514945983886718','43.70312610418604','10.399246215820312','G_NORMAL_MAP'),(27,45,10,'46.264392079453856','10.474090576171875','46.159858661486396','10.149993896484375','G_NORMAL_MAP'),(28,37,7,'43.96119063892024','11.513671875','43.96119063892024','11.513671875','G_NORMAL_MAP'),(29,37,9,'43.96119063892024','9.90966796875','44.25700308645885','9.47021484375','G_NORMAL_MAP'),(30,38,10,'45.359865333959746','7.80029296875','0.0','0.0','G_NORMAL_MAP'),(31,39,9,'46.03510927947334','7.481689453125','0','0','G_NORMAL_MAP'),(32,40,7,'45.67548217560647','9.1680908203125','45.54483149242463','10.21728515625','G_NORMAL_MAP'),(33,41,9,'45.80199916666154','10.7501220703125','46.08847179577592','11.0797119140625','G_NORMAL_MAP'),(34,42,9,'46.66875826244199','11.707992553710937','46.72291755083757','11.92840576171875','G_NORMAL_MAP'),(35,43,8,'46.50595444552051','12.849884033203125','0','0','G_NORMAL_MAP'),(36,44,10,'46.426499019253','11.93389892578125','46.494610770689356','11.924972534179687','G_NORMAL_MAP'),(37,46,9,'45.857499316676666','9.38232421875','45.471688258104614','9.195556640625','G_NORMAL_MAP'),(38,55,13,'48.594860898993616','7.762699127197266','48.59528664690382','7.7581071853637695','G_NORMAL_MAP'),(39,56,11,'48.5152398224152','7.8826904296875','48.58523803941863','7.7652740478515625','G_NORMAL_MAP'),(41,58,8,'42.83166720261409','0.5438232421875','42.73011771245539','0.9673118591308594','G_NORMAL_MAP'),(42,59,7,'49.45384259433074','6.35009765625','49.49667452747044','5.99029541015625','G_NORMAL_MAP'),(43,60,8,'50.19448452893174','6.0479736328125','50.861985868934234','5.832967758178711','G_NORMAL_MAP'),(44,61,7,'50.17689812200107','4.2791748046875','49.84683869895182','3.28765869140625','G_NORMAL_MAP'),(45,62,7,'49.23912083246698','0.7470703125','0','0','G_NORMAL_MAP'),(46,63,7,'48.123189638396916','-1.2101268768310546','48.123189638396916','-1.2101268768310546','G_NORMAL_MAP'),(47,64,10,'48.154176701412744','-1.6861438751220703','48.11935075227587','-1.63421630859375','G_NORMAL_MAP'),(48,65,8,'48.070738264258296','-2.8729248046875','47.75686775372488','-3.37005615234375','G_NORMAL_MAP'),(49,66,8,'44.315987905196906','-0.8624267578125','43.69270087644112','-1.069793701171875','G_NORMAL_MAP'),(50,67,8,'43.185152509372955','-0.615234375','43.296698657672294','-0.37387847900390625','G_NORMAL_MAP'),(51,68,7,'43.02472955416351','1.571044921875','0','0','G_NORMAL_MAP'),(52,69,7,'44.040218713142146','4.1748046875','44.557695637803626','4.753990173339844','G_NORMAL_MAP'),(53,70,8,'44.44162421758805','5.3118896484375','44.55916341529182','6.0761260986328125','G_NORMAL_MAP'),(54,71,8,'44.797428998555645','6.3555908203125','45.090005109822684','6.065826416015625','G_NORMAL_MAP'),(55,72,9,'45.25582716795252','6.256799697875977','45.25609905671118','6.256928443908691','G_NORMAL_MAP'),(56,73,8,'45.740693395533086','6.5643310546875','46.17852295560812','6.708354949951172','G_NORMAL_MAP'),(57,74,7,'46.18743678432541','5.8447265625','46.30816563952901','4.830894470214844','G_NORMAL_MAP'),(58,75,11,'46.752564393429424','4.3704986572265625','46.66640227857272','4.35333251953125','G_NORMAL_MAP'),(59,76,10,'48.813194201165274','2.24945068359375','48.874284289821254','2.2934389114379883','G_NORMAL_MAP'),(61,82,13,'36.694850941562244','-4.432640075683594','36.68108539650413','-4.458217620849609','G_NORMAL_MAP'),(62,83,8,'37.260938147754516','-4.5318603515625','36.70806354647625','-4.4219970703125','G_NORMAL_MAP'),(63,84,8,'38.23386541556983','-5.5645751953125','37.844494798834575','-4.7845458984375','G_NORMAL_MAP'),(64,85,9,'39.09383130692365','-6.35284423828125','38.685509760012','-6.40228271484375','G_NORMAL_MAP'),(65,86,10,'40.216635475391214','-5.840606689453125','40.03812939078128','-6.090545654296875','G_NORMAL_MAP'),(66,92,7,'40.245991504199026','-4.185791015625','0','0','G_NORMAL_MAP'),(67,88,9,'42.51665075361142','-6.03424072265625','42.59757641618889','-5.570068359375','G_NORMAL_MAP'),(68,89,9,'42.64608143458068','-7.05047607421875','42.54701017547381','-6.58905029296875','G_NORMAL_MAP'),(69,90,9,'43.076913126087106','-6.47369384765625','0','0','G_NORMAL_MAP'),(70,91,13,'43.501250502482144','-5.490760803222656','43.388707696117294','-4.252567291259766','G_NORMAL_MAP'),(71,87,8,'42.00032514831621','-5.47119140625','41.48389104267175','-5.7568359375','G_NORMAL_MAP'),(72,93,8,'41.13729606112273','-3.306884765625','0','0','G_NORMAL_MAP'),(73,94,8,'40.23760536584023','-2.757568359375','0','0','G_NORMAL_MAP'),(74,96,9,'39.37889504706486','-1.08489990234375','0','0','G_NORMAL_MAP'),(75,97,10,'37.055177106660814','-2.48291015625','36.83319517630464','-2.49114990234375','G_NORMAL_MAP'),(76,98,9,'36.96306042436515','-3.30963134765625','0','0','G_NORMAL_MAP'),(77,99,8,'37.3002752813443','-3.515625','37.16031654673677','-3.5870361328125','G_NORMAL_MAP'),(78,100,9,'38.16911413556086','-3.702392578125','38.0719468473984','-3.990354537963867','G_NORMAL_MAP'),(79,95,12,'40.094882122321145','-2.1292877197265625','0','0','G_NORMAL_MAP'),(80,101,12,'40.362765146987606','-3.5211181640625','0','0','G_NORMAL_MAP'),(81,102,10,'40.345497469392406','-3.6529541015625','40.42917828232078','-3.67218017578125','G_NORMAL_MAP'),(87,114,9,'19.841643559642943','-155.89599609375','0.0','0.0','G_HYBRID_MAP'),(83,106,12,'47.83390064255037','13.072357177734375','0','0','G_NORMAL_MAP'),(90,112,9,'19.756364230752375','-155.80810546875','0.0','0.0','G_HYBRID_MAP'),(88,116,9,'19.789964572087452','-155.8355712890625','0.0','0.0','G_HYBRID_MAP'),(89,115,9,'19.81063818250419','-155.79437255859375','0.0','0.0','G_HYBRID_MAP'),(91,117,10,'36.08795069273044','-114.88128662109375','0.0','0.0','G_HYBRID_MAP'),(93,0,0,'','','','',''),(94,0,0,'','','0.0','0.0',''),(95,121,9,'38.09998264736481','-122.706298828125','0.0','0.0','G_NORMAL_MAP'),(96,123,8,'38.518086303163024','-122.156982421875','0.0','0.0','G_NORMAL_MAP'),(97,124,9,'37.64903402157866','-121.5802001953125','0.0','0.0','G_NORMAL_MAP'),(98,0,0,'','','0.0','0.0',''),(99,0,0,'','','','',''),(100,126,8,'35.84453450421661','-121.4263916015625','0.0','0.0','G_NORMAL_MAP'),(101,127,12,'34.633772886265064','-120.12107849121094','0.0','0.0','G_NORMAL_MAP'),(102,128,8,'34.24813554589754','-118.9544677734375','0.0','0.0','G_NORMAL_MAP'),(103,129,13,'33.75845584378875','-118.17632675170898','0.0','0.0','G_NORMAL_MAP'),(104,0,0,'','','','',''),(105,132,9,'33.165145408240285','-117.3779296875','0.0','0.0','G_NORMAL_MAP'),(106,0,0,'','','0.0','0.0',''),(107,134,8,'47.55428670127958','1.4996337890625','0.0','0.0','G_NORMAL_MAP'),(108,135,8,'46.42271253466717','1.593017578125','0.0','0.0','G_NORMAL_MAP'),(109,136,8,'45.390735154248894','1.7138671875','0.0','0.0','G_NORMAL_MAP'),(110,137,8,'44.484749436619964','2.9168701171875','0.0','0.0','G_NORMAL_MAP'),(111,139,9,'43.84443209873525','5.3228759765625','0.0','0.0','G_NORMAL_MAP'),(112,142,10,'43.835517387886','7.3333740234375','0.0','0.0','G_NORMAL_MAP'),(113,140,9,'43.874138181474734','5.3228759765625','0.0','0.0','G_NORMAL_MAP'),(114,141,9,'43.45690646829029','6.5423583984375','0.0','0.0','G_NORMAL_MAP'),(115,0,0,'','','0.0','0.0',''),(116,0,0,'','','','',''),(117,145,6,'49.908787000867136','3.36181640625','0.0','0.0','G_NORMAL_MAP'),(118,147,8,'33.04090311724091','-84.0289306640625','0.0','0.0','G_NORMAL_MAP'),(119,146,8,'33.50475906922608','-84.8419189453125','0.0','0.0','G_NORMAL_MAP'),(122,156,11,'34.92112652745267','-85.34008026123047','0.0','0.0','G_NORMAL_MAP'),(121,149,12,'34.92056351681724','-85.34420013427734','0.0','0.0','G_NORMAL_MAP'),(123,150,9,'34.73935551813357','-84.40521240234375','0.0','0.0','G_NORMAL_MAP'),(124,151,9,'33.87953701355924','-83.902587890625','0.0','0.0','G_NORMAL_MAP'),(125,152,13,'33.76630492720698','-84.37294006347656','0.0','0.0','G_NORMAL_MAP'),(126,158,14,'27.49411087559295','-82.56594657897949','0.0','0.0','G_NORMAL_MAP'),(127,159,12,'41.22256815655704','9.421119689941406','0.0','0.0','G_NORMAL_MAP'),(128,160,9,'40.64521960545374','8.72314453125','0.0','0.0','G_NORMAL_MAP'),(129,161,9,'39.43831424149678','9.28619384765625','0.0','0.0','G_NORMAL_MAP'),(130,162,10,'40.753499070431374','14.578857421875','0.0','0.0','G_NORMAL_MAP'),(131,163,8,'41.422134246213616','13.4088134765625','0.0','0.0','G_NORMAL_MAP'),(132,164,9,'42.356514317057886','12.86224365234375','0.0','0.0','G_NORMAL_MAP'),(133,0,0,'','','0.0','0.0',''),(134,165,8,'43.34116005412307','11.8927001953125','0.0','0.0','G_NORMAL_MAP'),(135,166,9,'44.308126684886126','10.95611572265625','0.0','0.0','G_NORMAL_MAP'),(136,167,9,'44.31795304574349','10.31890869140625','0.0','0.0','G_NORMAL_MAP'),(137,168,8,'44.09942068528651','9.64599609375','0.0','0.0','G_NORMAL_MAP'),(138,169,8,'44.74283172331756','8.1683349609375','0.0','0.0','G_NORMAL_MAP'),(139,170,8,'44.84029065139799','7.14111328125','0.0','0.0','G_NORMAL_MAP'),(140,171,12,'45.596023250973204','8.016242980957031','0.0','0.0','G_NORMAL_MAP'),(141,172,9,'45.872799964083725','9.47845458984375','0.0','0.0','G_NORMAL_MAP'),(142,173,8,'46.354510837365254','11.8817138671875','0.0','0.0','G_NORMAL_MAP'),(143,174,8,'46.721034661295675','12.5518798828125','0.0','0.0','G_NORMAL_MAP'),(144,175,9,'46.638122462379655','12.623291015625','0.0','0.0','G_NORMAL_MAP'),(145,176,8,'45.947330315089275','12.568359375','0.0','0.0','G_NORMAL_MAP'),(146,0,0,'','','','',''),(147,177,8,'45.90529985724799','11.49169921875','0.0','0.0','G_NORMAL_MAP'),(148,178,10,'45.51693278828882','10.866851806640625','0.0','0.0','G_NORMAL_MAP'),(149,179,8,'45.533288879467456','9.77783203125','0.0','0.0','G_NORMAL_MAP'),(150,0,0,'','','0.0','0.0',''),(151,0,0,'','','0.0','0.0',''),(152,0,0,'','','','',''),(153,183,5,'45.9511496866914','1.669921875','0.0','0.0','G_NORMAL_MAP'),(154,185,6,'45.336701909968106','2.197265625','0.0','0.0','G_NORMAL_MAP'),(155,186,6,'46.51351558059737','2.28515625','0.0','0.0','G_NORMAL_MAP'),(156,187,7,'43.77109381775651','1.23046875','0.0','0.0','G_NORMAL_MAP'),(157,188,6,'45.82879925192134','2.373046875','0.0','0.0','G_NORMAL_MAP'),(158,189,6,'45.767522962149904','1.494140625','0.0','0.0','G_NORMAL_MAP'),(159,190,6,'45.644768217751924','2.197265625','0.0','0.0','G_NORMAL_MAP'),(160,191,6,'45.82879925192134','2.98828125','0.0','0.0','G_NORMAL_MAP'),(161,0,0,'','','0.0','0.0',''),(162,0,0,'','','','',''),(163,0,0,'','','0.0','0.0',''),(164,0,0,'','','','',''),(165,193,6,'50.62507306341437','0.98876953125','0.0','0.0','G_NORMAL_MAP'),(166,194,4,'45.460130637921004','1.669921875','0.0','0.0','G_NORMAL_MAP'),(167,195,4,'44.402391829093915','0.439453125','0.0','0.0','G_NORMAL_MAP'),(168,196,4,'44.402391829093915','1.845703125','0.0','0.0','G_NORMAL_MAP'),(169,197,4,'45.89000815866184','2.4609375','0.0','0.0','G_NORMAL_MAP'),(170,198,4,'44.96479793033101','0.439453125','0.0','0.0','G_NORMAL_MAP'),(171,199,4,'46.31658418182218','1.23046875','0.0','0.0','G_NORMAL_MAP'),(172,200,4,'44.5278427984555','0.791015625','0.0','0.0','G_NORMAL_MAP'),(173,201,4,'41.96765920367816','-84.7265625','0.0','0.0','G_NORMAL_MAP'),(174,202,4,'39.30029918615029','-87.01171875','0.0','0.0','G_NORMAL_MAP'),(175,203,4,'51.23440735163458','-101.6015625','0.0','0.0','G_NORMAL_MAP'),(176,204,4,'23.885837699862005','-106.5234375','0.0','0.0','G_NORMAL_MAP'),(177,205,4,'27.605670826465445','-110.56640625','0.0','0.0','G_NORMAL_MAP'),(178,206,4,'28.149503211544566','-106.875','0.0','0.0','G_NORMAL_MAP'),(179,207,4,'47.754097979680026','-123.57421875','0.0','0.0','G_NORMAL_MAP'),(180,208,4,'49.38237278700955','-106.611328125','0.0','0.0','G_NORMAL_MAP'),(181,209,4,'29.6880527498568','-80.771484375','0.0','0.0','G_NORMAL_MAP'),(182,210,4,'50.00773901463687','-97.470703125','0.0','0.0','G_NORMAL_MAP'),(183,211,13,'48.980216985374994','-102.83203125','0.0','0.0','G_NORMAL_MAP'),(184,212,13,'51.6180165487737','-94.658203125','0.0','0.0','G_NORMAL_MAP'),(185,213,9,'27.137368359795584','-105.029296875','0.0','0.0','G_NORMAL_MAP'),(186,0,0,'','','','',''),(187,216,14,'40.07708629705099','-105.2226734161377','0.0','0.0','G_HYBRID_MAP'),(188,0,0,'','','0.0','0.0',''),(189,0,0,'','','0.0','0.0',''),(190,0,0,'','','','',''),(191,0,0,'','','','',''),(192,220,12,'40.11273893669507','-105.23014068603515','0.0','0.0','G_HYBRID_MAP'),(193,0,0,'','','0.0','0.0',''),(194,221,4,'40.38002840251183','-86.220703125','0.0','0.0','G_NORMAL_MAP'),(195,222,6,'38.27268853598097','-5.009765625','0.0','0.0','G_NORMAL_MAP'),(197,223,4,'39.2','-96.1419','0.0','0.0','G_NORMAL_MAP'),(198,224,4,'43.13306116240612','-83.935546875','0.0','0.0','G_NORMAL_MAP'),(199,0,0,'','','0.0','0.0',''),(200,225,4,'48.69096039092549','-83.49609375','0.0','0.0','G_NORMAL_MAP'),(201,226,4,'45.27488643704891','-89.912109375','0.0','0.0','G_NORMAL_MAP'),(202,227,4,'45.706179285330855','-90.87890625','0.0','0.0','G_NORMAL_MAP'),(203,228,4,'46.61926103617151','-88.505859375','0.0','0.0','G_NORMAL_MAP'),(204,229,4,'32.24997445586331','-108.720703125','0.0','0.0','G_NORMAL_MAP'),(205,230,4,'33.21111647241685','-108.45703125','0.0','0.0','G_NORMAL_MAP'),(206,231,4,'46.195042108660154','-97.294921875','0.0','0.0','G_NORMAL_MAP'),(207,232,4,'47.989921667414166','-93.69140625','0.0','0.0','G_NORMAL_MAP'),(208,233,4,'29.075375179558346','-99.931640625','0.0','0.0','G_NORMAL_MAP'),(209,234,4,'32.24997445586331','-97.55859375','0.0','0.0','G_NORMAL_MAP'),(210,235,4,'44.5278427984555','-96.064453125','0.0','0.0','G_NORMAL_MAP'),(211,236,4,'43.96119063892024','-98.701171875','0.0','0.0','G_NORMAL_MAP'),(212,237,4,'45.521743896993634','-96.328125','0.0','0.0','G_NORMAL_MAP'),(213,238,4,'34.45221847282654','-101.07421875','0.0','0.0','G_NORMAL_MAP'),(214,239,4,'45.460130637921004','-96.240234375','0.0','0.0','G_NORMAL_MAP'),(215,240,4,'44.33956524809713','-99.228515625','0.0','0.0','G_NORMAL_MAP'),(216,241,4,'44.5278427984555','-95.09765625','0.0','0.0','G_NORMAL_MAP'),(217,242,6,'37.64903402157866','-92.548828125','0.0','0.0','G_NORMAL_MAP'),(218,243,5,'38.13455657705411','-93.076171875','0.0','0.0','G_NORMAL_MAP'),(219,244,8,'39.01918369029134','-94.5867919921875','0.0','0.0','G_NORMAL_MAP'),(220,245,6,'38.479394673276445','-94.04296875','0.0','0.0','G_NORMAL_MAP'),(221,246,9,'39.027718840211605','-93.427734375','0.0','0.0','G_NORMAL_MAP'),(222,247,6,'38.54816542304656','-93.603515625','0.0','0.0','G_NORMAL_MAP'),(223,256,6,'49.09545216253482','9.052734375','0.0','0.0','G_NORMAL_MAP'),(224,0,0,'','','0.0','0.0',''),(225,0,0,'','','','',''),(226,257,17,'19.63970772509497','-155.996675491333','0.0','0.0','G_SATELLITE_MAP'),(227,0,0,'','','0.0','0.0',''),(228,0,0,'','','','',''),(229,0,0,'','','0.0','0.0',''),(230,0,0,'','','0.0','0.0',''),(231,0,0,'','','','',''),(232,0,0,'','','0.0','0.0',''),(233,0,0,'','','','',''),(234,0,0,'','','0.0','0.0',''),(235,0,0,'','','0.0','0.0',''),(236,0,0,'','','0.0','0.0',''),(237,0,0,'','','0.0','0.0',''),(238,0,0,'','','0.0','0.0',''),(239,0,0,'','','','',''),(240,0,0,'','','0.0','0.0',''),(241,0,0,'','','0.0','0.0',''),(242,0,0,'','','0.0','0.0',''),(243,0,0,'','','0.0','0.0',''),(244,0,0,'','','0.0','0.0',''),(245,0,0,'','','','',''),(246,0,0,'','','0.0','0.0',''),(247,0,0,'','','','',''),(248,0,0,'','','0.0','0.0',''),(249,0,0,'','','0.0','0.0',''),(250,0,0,'','','','',''),(251,0,0,'','','0.0','0.0',''),(252,0,0,'','','','',''),(253,0,0,'','','0.0','0.0',''),(254,0,0,'','','','',''),(255,0,0,'','','0.0','0.0',''),(256,0,0,'','','0.0','0.0',''),(257,0,0,'','','','',''),(258,0,0,'','','','',''),(259,0,0,'','','0.0','0.0',''),(260,0,0,'','','0.0','0.0',''),(261,0,0,'','','','',''),(262,0,0,'','','0.0','0.0',''),(263,0,0,'','','','',''),(264,0,0,'','','0.0','0.0',''),(265,0,0,'','','','',''),(266,0,0,'','','0.0','0.0',''),(267,0,0,'','','','',''),(268,0,0,'','','0.0','0.0',''),(269,0,0,'','','','',''),(270,0,0,'','','0.0','0.0',''),(271,0,0,'','','','',''),(272,0,0,'','','0.0','0.0',''),(273,0,0,'','','','',''),(274,0,0,'','','0.0','0.0',''),(275,0,0,'','','','',''),(276,0,0,'','','0.0','0.0',''),(277,0,0,'','','','',''),(278,0,0,'','','0.0','0.0',''),(279,0,0,'','','','',''),(280,0,0,'','','0.0','0.0',''),(281,0,0,'','','','',''),(282,0,0,'','','0.0','0.0',''),(283,0,0,'','','','',''),(284,0,0,'','','0.0','0.0',''),(285,0,0,'','','','',''),(286,0,0,'','','0.0','0.0',''),(287,0,0,'','','','',''),(288,0,0,'','','0.0','0.0',''),(289,0,0,'','','','',''),(290,0,0,'','','0.0','0.0',''),(291,0,0,'','','','',''),(292,0,0,'','','0.0','0.0',''),(293,0,0,'','','','',''),(294,0,0,'','','0.0','0.0',''),(295,0,0,'','','','',''),(296,0,0,'','','0.0','0.0',''),(297,0,0,'','','','',''),(298,0,0,'','','0.0','0.0',''),(299,0,0,'','','','',''),(300,0,0,'','','0.0','0.0',''),(301,0,0,'','','0.0','0.0',''),(302,307,12,'41.52220213596486','-73.1301498413086','0.0','0.0','G_NORMAL_MAP'),(303,310,10,'35.83896829930447','-120.94573974609375','0.0','0.0','G_HYBRID_MAP'),(304,308,8,'45.02695045318543','-93.1585693359375','0.0','0.0','G_NORMAL_MAP'),(305,309,9,'40.85744791303121','-73.91876220703125','0.0','0.0','G_NORMAL_MAP'),(306,311,8,'41.89409955811395','-87.5390625','0.0','0.0','G_NORMAL_MAP'),(307,312,8,'33.90689555128866','-118.0810546875','0.0','0.0','G_NORMAL_MAP'),(308,313,8,'32.74108223150123','-96.767578125','0.0','0.0','G_NORMAL_MAP'),(309,314,12,'42.8666543236458','-76.95682525634766','0.0','0.0','G_HYBRID_MAP'),(310,315,12,'45.50610628959769','-122.67196655273438','0.0','0.0','G_SATELLITE_MAP'),(311,316,12,'45.51957894898452','-122.67402648925781','0.0','0.0','G_NORMAL_MAP'),(312,0,0,'','','','',''),(313,0,0,'','','0.0','0.0',''),(314,0,0,'','','0.0','0.0',''); +UNLOCK TABLES; +/*!40000 ALTER TABLE `maps` ENABLE KEYS */; + +-- +-- Table structure for table `maps_coords` +-- + +DROP TABLE IF EXISTS `maps_coords`; +CREATE TABLE `maps_coords` ( + `ID` int(11) NOT NULL auto_increment, + `stageID` int(11) NOT NULL default '0', + `segmentID` int(11) NOT NULL default '0', + `sequence` int(6) NOT NULL default '0', + `latitude` varchar(100) NOT NULL default '0.0', + `longitude` varchar(100) NOT NULL default '0.0', + PRIMARY KEY (`ID`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `maps_coords` +-- + + +/*!40000 ALTER TABLE `maps_coords` DISABLE KEYS */; +LOCK TABLES `maps_coords` WRITE; +INSERT INTO `maps_coords` VALUES (31909,18,6,216,'34.044978899365915','-84.30981159210205'),(31910,18,6,217,'34.049103710638974','-84.30436134338379'),(31911,18,6,218,'34.054579443166894','-84.30092811584472'),(31912,18,6,219,'34.0587748949985','-84.29912567138672'),(31913,18,6,220,'34.05920153948417','-84.2922592163086'),(4012,5,1,129,'32.836616037356045','-83.62226486206055'),(4011,5,1,128,'32.83935642897107','-83.6268138885498'),(4010,5,1,127,'32.840870819624406','-83.62552642822266'),(4009,5,1,126,'32.838058359277056','-83.6209774017334'),(4008,5,1,125,'32.84353896886666','-83.61720085144043'),(4007,5,1,124,'32.85240818578185','-83.59359741210938'),(4006,5,1,123,'32.85240818578185','-83.58870506286621'),(4005,5,1,122,'32.859329885479944','-83.58209609985352'),(4004,5,1,121,'32.86062764405021','-83.57600212097168'),(4003,5,1,120,'32.86473708759145','-83.5704231262207'),(4002,5,1,119,'32.88924560207835','-83.53660583496094'),(4001,5,1,118,'32.93997109549091','-83.49386215209961'),(4000,5,1,117,'32.948182431672386','-83.46176147460938'),(3999,5,1,116,'32.981884134598154','-83.41747283935547'),(31914,18,6,221,'34.060481460055236','-84.28925514221191'),(3997,5,1,114,'32.99829825477535','-83.37730407714844'),(3998,5,1,115,'32.9988741333812','-83.38846206665039'),(3995,5,1,112,'33.01326987686982','-83.34228515625'),(3996,5,1,113,'33.00995906391421','-83.35859298706055'),(25739,17,5,269,'34.87473558348997','-83.81104946136475'),(3994,5,1,111,'33.04435666306044','-83.29507827758789'),(3993,5,1,110,'33.06061528817949','-83.27585220336914'),(3992,5,1,109,'33.06636983421201','-83.27259063720703'),(3991,5,1,108,'33.073130945006625','-83.25164794921875'),(11728,15,3,120,'35.05392409072499','-85.31986713409424'),(11727,15,3,119,'35.051921598620865','-85.32033920288086'),(11726,15,3,118,'35.049462330615086','-85.32154083251953'),(11725,15,3,117,'35.04587869324219','-85.31209945678711'),(11724,15,3,116,'35.04577328976287','-85.31038284301758'),(11723,15,3,115,'35.04285707290244','-85.3102970123291'),(11721,15,3,113,'35.02219462808735','-85.31978130340576'),(25737,17,5,267,'34.87329204594862','-83.81220817565918'),(25738,17,5,268,'34.87399621376942','-83.8101053237915'),(25736,17,5,266,'34.87403142200213','-83.81319522857666'),(25735,17,5,265,'34.87364413061294','-83.81362438201904'),(25734,17,5,264,'34.87015842600913','-83.80997657775879'),(25733,17,5,263,'34.870369685040366','-83.80898952484131'),(3990,5,1,107,'33.07859699518518','-83.24169158935547'),(3989,5,1,106,'33.092260634645214','-83.1833267211914'),(3988,5,1,105,'33.08089838838918','-83.16169738769531'),(3987,5,1,104,'33.09240445113745','-83.14830780029297'),(3986,5,1,103,'33.10218342066762','-83.14624786376953'),(3985,5,1,102,'33.11613095011279','-83.14023971557617'),(3984,5,1,101,'33.142438300523104','-83.1229019165039'),(3983,5,1,100,'33.15221170035548','-83.09354782104492'),(3982,5,1,99,'33.15695428139644','-83.08427810668945'),(3981,5,1,98,'33.17031835725482','-83.0756950378418'),(3980,5,1,97,'33.201924189778936','-83.07878494262695'),(3979,5,1,96,'33.21786644020007','-83.07449340820312'),(3978,5,1,95,'33.22375428474926','-83.05767059326172'),(3977,5,1,94,'33.271560388627904','-83.00188064575195'),(3976,5,1,93,'33.27873622400187','-82.96548843383789'),(3975,5,1,92,'33.28232392051035','-82.9629135131836'),(3974,5,1,91,'33.31618450793617','-82.87330627441406'),(3973,5,1,90,'33.31618450793617','-82.85545349121094'),(3972,5,1,89,'33.29954281092482','-82.81253814697266'),(3971,5,1,88,'33.29466447030428','-82.78816223144531'),(3970,5,1,87,'33.296673231834106','-82.7761459350586'),(3969,5,1,86,'33.29452098556794','-82.76601791381836'),(3968,5,1,85,'33.301838406228946','-82.74524688720703'),(3967,5,1,84,'33.32565164194956','-82.73357391357422'),(3966,5,1,83,'33.333109871687895','-82.72533416748047'),(3965,5,1,82,'33.3440092127894','-82.72293090820312'),(3964,5,1,81,'33.38415290804199','-82.68207550048828'),(3963,5,1,80,'33.389886209571316','-82.6805305480957'),(3962,5,1,79,'33.40737044375337','-82.66765594482422'),(3961,5,1,78,'33.40737044375337','-82.65357971191406'),(3960,5,1,77,'33.407728690456445','-82.64482498168945'),(3959,5,1,76,'33.40522093250974','-82.61761665344238'),(3958,5,1,75,'33.40479102387876','-82.60263919830322'),(3957,5,1,74,'33.403895374064845','-82.59195327758789'),(3956,5,1,73,'33.40500597846017','-82.58298397064209'),(3955,5,1,72,'33.41277981168786','-82.56727695465088'),(3954,5,1,71,'33.415609744124076','-82.55332946777344'),(3953,5,1,70,'33.41553810140267','-82.53933906555176'),(3952,5,1,69,'33.417687357334934','-82.52955436706543'),(3951,5,1,68,'33.41389030249761','-82.50715255737305'),(3950,5,1,67,'33.414964957503585','-82.49856948852539'),(3949,5,1,66,'33.414212700395694','-82.48350620269775'),(3948,5,1,65,'33.41528735141226','-82.46209144592285'),(3947,5,1,64,'33.415681386786396','-82.45771408081055'),(3946,5,1,63,'33.414964957503585','-82.44775772094727'),(3945,5,1,62,'33.417973920773434','-82.43720054626465'),(3944,5,1,61,'33.41815302244228','-82.4342393875122'),(3943,5,1,60,'33.418654505149746','-82.42883205413818'),(3942,5,1,59,'33.419155984960994','-82.4272871017456'),(3940,5,1,57,'33.42048131052035','-82.41106510162354'),(3941,5,1,58,'33.42012311641811','-82.41694450378418'),(3939,5,1,56,'33.416397810158834','-82.39394187927246'),(3938,5,1,55,'33.41417687846613','-82.38965034484863'),(3937,5,1,54,'33.41285145668471','-82.38548755645752'),(3936,5,1,53,'33.41245740847062','-82.3798656463623'),(3935,5,1,52,'33.412636521516845','-82.37475872039795'),(3934,5,1,51,'33.413854480435056','-82.36986637115479'),(3933,5,1,50,'33.42012311641811','-82.35291481018066'),(3932,5,1,49,'33.4200872969266','-82.34724998474121'),(3931,5,1,48,'33.420517129849315','-82.34403133392334'),(3930,5,1,47,'33.41997983836345','-82.3396110534668'),(3929,5,1,46,'33.41482167093779','-82.31300354003906'),(3928,5,1,45,'33.421985709613295','-82.31060028076172'),(3927,5,1,44,'33.42735835071955','-82.31274604797363'),(3926,5,1,43,'33.43387670877207','-82.31403350830078'),(3925,5,1,42,'33.45836989641371','-82.31128692626953'),(3924,5,1,41,'33.47326295530415','-82.31583595275879'),(3923,5,1,40,'33.481495999833555','-82.31557846069336'),(3922,5,1,39,'33.479849453517524','-82.31128692626953'),(3921,5,1,38,'33.47949150452498','-82.30364799499512'),(3920,5,1,37,'33.47662785934148','-82.28141784667969'),(3919,5,1,36,'33.47426528081','-82.2627067565918'),(3918,5,1,35,'33.47011271394854','-82.23893165588379'),(3917,5,1,34,'33.465243933879066','-82.22983360290527'),(3916,5,1,33,'33.460804513687066','-82.22142219543457'),(3915,5,1,32,'33.45908596741469','-82.21421241760254'),(3914,5,1,31,'33.45507589363627','-82.20949172973633'),(3913,5,1,30,'33.45085079385032','-82.19893455505371'),(3912,5,1,29,'33.454001735239714','-82.1982479095459'),(3911,5,1,28,'33.4556487726737','-82.19738960266113'),(3910,5,1,27,'33.4576538194986','-82.1938705444336'),(3909,5,1,26,'33.45908596741469','-82.18631744384766'),(3908,5,1,25,'33.46452791374213','-82.1751594543457'),(3907,5,1,24,'33.46681915736043','-82.16073989868164'),(3906,5,1,23,'33.47440846922151','-82.14941024780273'),(3905,5,1,22,'33.4761267117029','-82.1389389038086'),(3904,5,1,21,'33.474122092161885','-82.12846755981445'),(3903,5,1,20,'33.47068549362208','-82.12434768676758'),(3902,5,1,19,'33.47047070168813','-82.10563659667969'),(3901,5,1,18,'33.46860914929391','-82.09662437438965'),(3900,5,1,17,'33.46638955379554','-82.09413528442383'),(3899,5,1,16,'33.46445631140311','-82.09087371826172'),(3898,5,1,15,'33.46732035882821','-82.08108901977539'),(3897,5,1,14,'33.46939673403297','-82.06684112548828'),(3896,5,1,13,'33.47061389636991','-82.04718589782715'),(3895,5,1,12,'33.46918193890485','-82.03165054321289'),(3894,5,1,11,'33.47884719261134','-82.03062057495117'),(3893,5,1,10,'33.47763014592255','-82.01637268066406'),(3892,5,1,9,'33.47562556116562','-82.00993537902832'),(3891,5,1,8,'33.47598352613089','-82.00847625732422'),(3890,5,1,7,'33.47526759472143','-81.98761940002441'),(3889,5,1,6,'33.47927673441956','-81.98332786560059'),(3888,5,1,5,'33.48092329162113','-81.98242664337158'),(3887,5,1,4,'33.47440846922151','-81.96341514587402'),(3886,5,1,3,'33.47587613679658','-81.9625997543335'),(3885,5,1,2,'33.47920514426608','-81.97195529937744'),(3884,5,1,1,'33.4777017373775','-81.97268486022949'),(3883,5,1,0,'33.47720059595046','-81.97105407714844'),(11722,15,3,114,'35.04095971929006','-85.30948162078857'),(11324,14,2,285,'34.25168288808615','-85.17052173614502'),(11323,14,2,284,'34.25384669338952','-85.17275333404541'),(11322,14,2,283,'34.25281800600377','-85.17434120178223'),(11321,14,2,282,'34.24526208910866','-85.16704559326172'),(11320,14,2,281,'34.24451710281548','-85.16773223876953'),(11319,14,2,280,'34.24316901561835','-85.16708850860596'),(11318,14,2,279,'34.237918364944676','-85.16726016998291'),(11317,14,2,278,'34.23777645092173','-85.16202449798584'),(11316,14,2,277,'34.236889482858395','-85.15970706939697'),(11315,14,2,276,'34.229545028299825','-85.15974998474121'),(11314,14,2,275,'34.22117085902467','-85.15867710113525'),(11313,14,2,274,'34.21819002159925','-85.15854835510254'),(11312,14,2,273,'34.206797992726294','-85.16099452972412'),(11311,14,2,272,'34.202290440873334','-85.16082286834717'),(11310,14,2,271,'34.1923161821176','-85.1570463180542'),(11309,14,2,270,'34.16703804549382','-85.14318466186523'),(11308,14,2,269,'34.16206673446629','-85.14228343963623'),(11307,14,2,268,'34.120154054511644','-85.13970851898193'),(11306,14,2,267,'34.11581952390315','-85.13863563537598'),(11305,14,2,266,'34.09915438284843','-85.12842178344727'),(11304,14,2,265,'34.09058956880147','-85.11868000030518'),(11303,14,2,264,'34.08664448743107','-85.1131010055542'),(11302,14,2,263,'34.07143110146331','-85.08632183074951'),(11301,14,2,262,'34.05706829557963','-85.06979942321777'),(11300,14,2,261,'34.05088158464805','-85.06992816925049'),(11299,14,2,260,'34.03985816485562','-85.07177352905273'),(11298,14,2,259,'34.02652146784678','-85.0697135925293'),(11297,14,2,258,'34.0197278376915','-85.06675243377686'),(11296,14,2,257,'34.014392144829415','-85.06447792053223'),(11295,14,2,256,'34.010977125400075','-85.06430625915527'),(11294,14,2,255,'34.00539184970853','-85.06473541259766'),(11293,14,2,254,'34.00275917200553','-85.0607442855835'),(11292,14,2,253,'34.00218993366427','-85.05765438079834'),(11291,14,2,252,'34.00023314776972','-85.05417823791504'),(11290,14,2,251,'33.9997350496171','-85.05452156066895'),(11289,14,2,250,'33.996426180603564','-85.05014419555664'),(11288,14,2,249,'33.99635502071453','-85.04151821136475'),(11287,14,2,248,'33.99194299119024','-85.04156112670898'),(11286,14,2,247,'33.98973689051327','-85.04306316375732'),(11285,14,2,246,'33.98770865064907','-85.04323482513428'),(11284,14,2,245,'33.98564477794049','-85.04319190979004'),(11283,14,2,244,'33.98151688216642','-85.04233360290527'),(11282,14,2,243,'33.97525348507592','-85.04619598388672'),(11281,14,2,242,'33.97005736232858','-85.0466251373291'),(11280,14,2,241,'33.96201342289644','-85.05005836486816'),(11279,14,2,240,'33.957172455545056','-85.04593849182129'),(11278,14,2,239,'33.955535007187066','-85.04284858703613'),(11277,14,2,238,'33.951548044635636','-85.0425910949707'),(11276,14,2,237,'33.9458520598096','-85.0466251373291'),(11275,14,2,236,'33.94143740937798','-85.0440502166748'),(11274,14,2,235,'33.93766341379634','-85.04396438598633'),(11273,14,2,234,'33.93702253000614','-85.04834175109863'),(11272,14,2,233,'33.9340316752034','-85.05186080932617'),(11271,14,2,232,'33.93438773485519','-85.05640983581543'),(11270,14,2,231,'33.93253620840842','-85.05855560302734'),(11269,14,2,230,'33.932180141015','-85.06258964538574'),(11268,14,2,229,'33.921568649507755','-85.06241798400879'),(11267,14,2,228,'33.91914705009907','-85.0613021850586'),(11266,14,2,227,'33.91352012690141','-85.06113052368164'),(11265,14,2,226,'33.91088460473019','-85.06284713745117'),(11264,14,2,225,'33.90767913009121','-85.06447792053223'),(11263,14,2,224,'33.9048297181011','-85.0642204284668'),(11262,14,2,223,'33.90468724500145','-85.0667953491211'),(11261,14,2,222,'33.90315564414223','-85.06937026977539'),(11260,14,2,221,'33.9023007851864','-85.07761001586914'),(11259,14,2,220,'33.89827570908337','-85.08198738098145'),(11258,14,2,219,'33.89499851565104','-85.08434772491455'),(11257,14,2,218,'33.893217379440884','-85.08846759796143'),(11256,14,2,217,'33.89018936251445','-85.09052753448486'),(11255,14,2,216,'33.88808749932563','-85.09323120117188'),(11254,14,2,215,'33.88356297402581','-85.09610652923584'),(11253,14,2,214,'33.8747982503568','-85.09889602661133'),(11251,14,2,212,'33.8645716016701','-85.09687900543213'),(11252,14,2,213,'33.871377626188675','-85.09730815887451'),(11250,14,2,211,'33.860437835033366','-85.09486198425293'),(11249,14,2,210,'33.85427244921638','-85.09812355041504'),(11248,14,2,209,'33.85131433155533','-85.09829521179199'),(11247,14,2,208,'33.848605603850324','-85.09614944458008'),(11246,14,2,207,'33.84361561746012','-85.09529113769531'),(11245,14,2,206,'33.840799710802585','-85.09623527526855'),(11244,14,2,205,'33.834312079047734','-85.0957202911377'),(11243,14,2,204,'33.82853695961169','-85.09949684143066'),(11242,14,2,203,'33.82062227343111','-85.10061264038086'),(11241,14,2,202,'33.81801953639376','-85.10005474090576'),(11240,14,2,201,'33.812564227827856','-85.0986385345459'),(11239,14,2,200,'33.80707291232576','-85.09833812713623'),(11238,14,2,199,'33.796267541909884','-85.09769439697266'),(11237,14,2,198,'33.793022098276545','-85.10005474090576'),(11236,14,2,197,'33.789919196461405','-85.10018348693848'),(11235,14,2,196,'33.78678051470743','-85.10215759277344'),(11234,14,2,195,'33.78278566244588','-85.1024580001831'),(11233,14,2,194,'33.77461703628178','-85.10623455047607'),(11232,14,2,193,'33.77315444894136','-85.10838031768799'),(11231,14,2,192,'33.770407571090644','-85.10863780975342'),(11230,14,2,191,'33.75610097860058','-85.10799407958984'),(11229,14,2,190,'33.749571241341755','-85.1090669631958'),(11228,14,2,189,'33.74575307715579','-85.10919570922852'),(11227,14,2,188,'33.74457547820152','-85.11095523834229'),(11225,14,2,186,'33.732548769321205','-85.11237144470215'),(11226,14,2,187,'33.737188352323436','-85.11374473571777'),(11224,14,2,185,'33.72890830547334','-85.11696338653564'),(11223,14,2,184,'33.72159121985561','-85.1149034500122'),(11222,14,2,183,'33.722447886508725','-85.09619235992432'),(11221,14,2,182,'33.72284052253419','-85.09297370910645'),(11220,14,2,181,'33.72466090245826','-85.0816011428833'),(11219,14,2,180,'33.73297704903187','-85.06031513214111'),(11218,14,2,179,'33.7314423701745','-85.03546714782715'),(11217,14,2,178,'33.727623399006696','-85.03782749176025'),(11216,14,2,177,'33.72458951573757','-85.03898620605469'),(11215,14,2,176,'33.718450035650704','-85.03941535949707'),(11214,14,2,175,'33.7167009173558','-85.03954410552979'),(11213,14,2,174,'33.714630486382155','-85.04207611083984'),(11212,14,2,173,'33.7061340572271','-85.04512310028076'),(11211,14,2,172,'33.70352784117661','-85.04439353942871'),(11210,14,2,171,'33.70259958074602','-85.03859996795654'),(11209,14,2,170,'33.70102865562767','-85.03349304199219'),(11208,14,2,169,'33.701135765071','-85.03229141235352'),(11207,14,2,168,'33.6987793264691','-85.02795696258545'),(11206,14,2,167,'33.69892214276971','-85.02512454986572'),(11205,14,2,166,'33.69831517185256','-85.02383708953857'),(11204,14,2,165,'33.697993832572166','-85.02104759216309'),(11203,14,2,164,'33.69517313620322','-85.02074718475342'),(11202,14,2,163,'33.692745120870015','-85.01924514770508'),(11201,14,2,162,'33.68978142094734','-85.01877307891846'),(11200,14,2,161,'33.68621056240254','-85.01941680908203'),(11199,14,2,160,'33.6819967585131','-85.01787185668945'),(11198,14,2,159,'33.681425379371475','-85.00516891479492'),(11197,14,2,158,'33.68106826547957','-85.00173568725586'),(11196,14,2,157,'33.67735419307001','-84.99834537506104'),(11195,14,2,156,'33.67624708275555','-84.99650001525879'),(11194,14,2,155,'33.6737113892939','-84.9928092956543'),(11193,14,2,154,'33.67117562106287','-84.99044895172119'),(11192,14,2,153,'33.666853928272914','-84.98813152313232'),(11191,14,2,152,'33.66199622926102','-84.98495578765869'),(11190,14,2,151,'33.65856710010773','-84.98263835906982'),(11189,14,2,150,'33.65520927872234','-84.98298168182373'),(11188,14,2,149,'33.65410188336519','-84.98409748077393'),(11187,14,2,148,'33.651636984478465','-84.98401165008545'),(11186,14,2,147,'33.65052954315531','-84.9807071685791'),(11185,14,2,146,'33.64820744250734','-84.97748851776123'),(11184,14,2,145,'33.64599245736254','-84.97504234313965'),(11183,14,2,144,'33.644992122809526','-84.97311115264893'),(11182,14,2,143,'33.645170754832215','-84.97156620025635'),(11181,14,2,142,'33.64481349041618','-84.97002124786377'),(11180,14,2,141,'33.645420839041265','-84.96401309967041'),(11179,14,2,140,'33.64245550808718','-84.9587345123291'),(11178,14,2,139,'33.64113358065264','-84.95680332183838'),(11177,14,2,138,'33.63988309007533','-84.95603084564209'),(11176,14,2,137,'33.63988309007533','-84.95186805725098'),(11175,14,2,136,'33.637310595211005','-84.94890689849854'),(11174,14,2,135,'33.63070036016806','-84.9439287185669'),(11173,14,2,134,'33.62780598945882','-84.94255542755127'),(11172,14,2,133,'33.6237322659338','-84.9413537979126'),(11171,14,2,132,'33.62123076130103','-84.94036674499512'),(11170,14,2,131,'33.61104531414413','-84.93281364440918'),(11169,14,2,130,'33.60983012780233','-84.92993831634521'),(11168,14,2,129,'33.60940123441532','-84.92684841156006'),(11167,14,2,128,'33.60779286520967','-84.92431640625'),(11166,14,2,127,'33.605898525218564','-84.92294311523438'),(11165,14,2,126,'33.604540293567595','-84.92135524749756'),(11164,14,2,125,'33.603646708444394','-84.91878032684326'),(11163,14,2,124,'33.60303906527091','-84.91062641143799'),(11162,14,2,123,'33.60582703987564','-84.90388870239258'),(11161,14,2,122,'33.60643466340136','-84.90054130554199'),(11160,14,2,121,'33.6071852512562','-84.89908218383789'),(11159,14,2,120,'33.61133123785268','-84.8948335647583'),(11158,14,2,119,'33.612331963363935','-84.89221572875977'),(11157,14,2,118,'33.613868769206434','-84.8898983001709'),(11156,14,2,117,'33.61515537628063','-84.88247394561768'),(11155,14,2,116,'33.615226853888295','-84.87719535827637'),(11154,14,2,115,'33.615548502389146','-84.87612247467041'),(11153,14,2,114,'33.61980129747618','-84.87144470214844'),(11152,14,2,113,'33.62044455913189','-84.86934185028076'),(11151,14,2,112,'33.62148091503237','-84.86801147460938'),(11150,14,2,111,'33.622016956296896','-84.86577987670898'),(11149,14,2,110,'33.62387520686213','-84.86230373382568'),(11148,14,2,109,'33.62408961780998','-84.85968589782715'),(11147,14,2,108,'33.62333917715816','-84.85736846923828'),(11146,14,2,107,'33.621087815985646','-84.85483646392822'),(11145,14,2,106,'33.61962261283075','-84.85080242156982'),(11144,14,2,105,'33.61937245370468','-84.8485279083252'),(11143,14,2,104,'33.61697803675846','-84.84475135803223'),(11142,14,2,103,'33.61536980892574','-84.8404598236084'),(11141,14,2,102,'33.61408320505256','-84.83861446380615'),(11140,14,2,101,'33.6137972904725','-84.83685493469238'),(11139,14,2,100,'33.61461929233378','-84.83303546905518'),(11138,14,2,99,'33.61504815975802','-84.82985973358154'),(11137,14,2,98,'33.61329693767528','-84.8280143737793'),(11136,14,2,97,'33.61097383306882','-84.82724189758301'),(11135,14,2,96,'33.60840047488074','-84.82737064361572'),(11134,14,2,95,'33.605684069011936','-84.8268985748291'),(11133,14,2,94,'33.598964171000766','-84.8216199874878'),(11132,14,2,93,'33.596569187162046','-84.82054710388184'),(11131,14,2,92,'33.582841429788594','-84.82041835784912'),(11130,14,2,91,'33.580624764152915','-84.8190450668335'),(11129,14,2,90,'33.579587917133544','-84.81586933135986'),(11128,14,2,89,'33.57887284296583','-84.80561256408691'),(11127,14,2,88,'33.57826502526498','-84.80278015136719'),(11126,14,2,87,'33.563068191669075','-84.77527141571045'),(11125,14,2,86,'33.562209937744214','-84.7673749923706'),(11124,14,2,85,'33.552053285351654','-84.76810455322266'),(11123,14,2,84,'33.550229252980266','-84.76608753204346'),(11122,14,2,83,'33.546688374329946','-84.75849151611328'),(11121,14,2,82,'33.547081812456696','-84.75522994995117'),(11120,14,2,81,'33.544649620800186','-84.74493026733398'),(11119,14,2,80,'33.53728109298758','-84.73600387573242'),(11118,14,2,79,'33.53284536561336','-84.72896575927734'),(11117,14,2,78,'33.53441935944298','-84.72136974334717'),(11116,14,2,77,'33.53152175771276','-84.71424579620361'),(11115,14,2,76,'33.5333104122274','-84.70699310302734'),(11114,14,2,75,'33.53413318087815','-84.69982624053955'),(11113,14,2,74,'33.53352504828249','-84.69497680664062'),(11112,14,2,73,'33.5285525095229','-84.68579292297363'),(11111,14,2,72,'33.52007349262109','-84.67854022979736'),(11110,14,2,71,'33.519930379717245','-84.67184543609619'),(11109,14,2,70,'33.518713910474716','-84.66897010803223'),(11108,14,2,69,'33.516388259897006','-84.67038631439209'),(11107,14,2,68,'33.50823009898548','-84.6710729598999'),(11106,14,2,67,'33.4954545914796','-84.67360496520996'),(11105,14,2,66,'33.495490379848334','-84.66798305511475'),(11104,14,2,65,'33.48672178735701','-84.66270446777344'),(11103,14,2,64,'33.483929967494724','-84.65905666351318'),(11102,14,2,63,'33.47841764867342','-84.6551513671875'),(11101,14,2,62,'33.47483803303627','-84.64982986450195'),(11100,14,2,61,'33.47408629496289','-84.64721202850342'),(11099,14,2,60,'33.46778575759598','-84.64141845703125'),(11098,14,2,59,'33.46313165746309','-84.62682723999023'),(11097,14,2,58,'33.463525475613785','-84.61970329284668'),(11096,14,2,57,'33.46749935865002','-84.615797996521'),(11095,14,2,56,'33.47082868794894','-84.61159229278564'),(11094,14,2,55,'33.47448006333852','-84.60120677947998'),(11093,14,2,54,'33.47448006333852','-84.5970869064331'),(11092,14,2,53,'33.47072129222599','-84.59734439849854'),(11091,14,2,52,'33.46599574865715','-84.59670066833496'),(11090,14,2,51,'33.453285622249844','-84.59687232971191'),(11089,14,2,50,'33.450958214191736','-84.5993185043335'),(11088,14,2,49,'33.4423641664501','-84.60554122924805'),(11087,14,2,48,'33.44254321779605','-84.59850311279297'),(11086,14,2,47,'33.441540525498965','-84.59425449371338'),(11085,14,2,46,'33.44086012055452','-84.58588600158691'),(11084,14,2,45,'33.43853237907579','-84.58258152008057'),(11083,14,2,44,'33.4373147663489','-84.58022117614746'),(11082,14,2,43,'33.43416321877278','-84.57747459411621'),(11081,14,2,42,'33.431262261319446','-84.57726001739502'),(11080,14,2,41,'33.429865469443214','-84.57575798034668'),(11079,14,2,40,'33.42735835071955','-84.57489967346191'),(11078,14,2,39,'33.42631966603368','-84.57344055175781'),(11077,14,2,38,'33.42273789938462','-84.56786155700684'),(11076,14,2,37,'33.41808138181908','-84.56730365753174'),(11075,14,2,36,'33.417866459594826','-84.56301212310791'),(11074,14,2,35,'33.419012705310465','-84.5591926574707'),(11073,14,2,34,'33.417615716327546','-84.55923557281494'),(11072,14,2,33,'33.41589631441873','-84.55833435058594'),(11071,14,2,32,'33.411024490803364','-84.5542573928833'),(11070,14,2,31,'33.40622404437544','-84.5531415939331'),(11069,14,2,30,'33.40153081419223','-84.55344200134277'),(11068,14,2,29,'33.3923227482246','-84.54906463623047'),(11067,14,2,28,'33.38942039293453','-84.54700469970703'),(11066,14,2,27,'33.38408123938024','-84.53970909118652'),(11065,14,2,26,'33.374477104391836','-84.53958034515381'),(11064,14,2,25,'33.37031976184534','-84.53807830810547'),(11063,14,2,24,'33.36809765245371','-84.5366621017456'),(11062,14,2,23,'33.36877862749256','-84.5348596572876'),(11061,14,2,22,'33.3674525132895','-84.529709815979'),(11060,14,2,21,'33.36734498963035','-84.52717781066895'),(11059,14,2,20,'33.36813349337811','-84.52052593231201'),(11058,14,2,19,'33.370714001131525','-84.52031135559082'),(11057,14,2,18,'33.38185948156476','-84.51095581054688'),(11056,14,2,17,'33.38279119336686','-84.50881004333496'),(11055,14,2,16,'33.38271952358268','-84.50327396392822'),(11054,14,2,15,'33.38311370666462','-84.50065612792969'),(11053,14,2,14,'33.386482107389185','-84.49683666229248'),(11052,14,2,13,'33.38780793145548','-84.4961929321289'),(11051,14,2,12,'33.39239441009221','-84.4964075088501'),(11050,14,2,11,'33.397912196468454','-84.49516296386719'),(11049,14,2,10,'33.40557918807712','-84.49340343475342'),(11048,14,2,9,'33.40848100372388','-84.49082851409912'),(11047,14,2,8,'33.414642562398086','-84.48057174682617'),(11046,14,2,7,'33.4222006216415','-84.47258949279785'),(11045,14,2,6,'33.42427807715395','-84.46666717529297'),(11044,14,2,5,'33.42961476082957','-84.46130275726318'),(11043,14,2,4,'33.431154816588574','-84.46022987365723'),(11042,14,2,3,'33.43387670877207','-84.4599723815918'),(11041,14,2,2,'33.436634328265335','-84.4597578048706'),(11040,14,2,1,'33.445193134508464','-84.45516586303711'),(11039,14,2,0,'33.44795039433921','-84.45520877838135'),(11729,15,3,121,'35.056207574428804','-85.3119707107544'),(11720,15,3,112,'35.02177289114994','-85.32111167907715'),(11719,15,3,111,'35.01808260015414','-85.32334327697754'),(11718,15,3,110,'35.014989656560346','-85.32669067382812'),(11717,15,3,109,'35.01045547100285','-85.32840728759766'),(11716,15,3,108,'35.008979170300094','-85.3278923034668'),(11715,15,3,107,'35.00708103024562','-85.32973766326904'),(11714,15,3,106,'35.00630770129995','-85.33162593841553'),(11713,15,3,105,'35.005639820418395','-85.33119678497314'),(11712,15,3,104,'35.0040228230723','-85.33235549926758'),(11711,15,3,103,'34.997976375925425','-85.3348445892334'),(11710,15,3,102,'34.99488267205291','-85.33862113952637'),(11708,15,3,100,'34.98904650319266','-85.34261226654053'),(11709,15,3,101,'34.99062863827382','-85.34111022949219'),(11707,15,3,99,'34.98841364059803','-85.34441471099854'),(11705,15,3,97,'34.98412410961065','-85.3443717956543'),(11706,15,3,98,'34.987710454199124','-85.34372806549072'),(11704,15,3,96,'34.98292862650346','-85.34501552581787'),(11703,15,3,95,'34.98176828797155','-85.34462928771973'),(11702,15,3,94,'34.97955305056863','-85.34737586975098'),(11701,15,3,93,'34.97670480013691','-85.34806251525879'),(11700,15,3,92,'34.976036677667366','-85.3489637374878'),(11699,15,3,91,'34.97631799305571','-85.35810470581055'),(11698,15,3,90,'34.97104316873144','-85.36016464233398'),(11696,15,3,88,'34.966858233127084','-85.36338329315186'),(11697,15,3,89,'34.96837046141704','-85.36282539367676'),(11695,15,3,87,'34.96629553640525','-85.36424160003662'),(11694,15,3,86,'34.96457225365384','-85.36514282226562'),(11692,15,3,84,'34.954020752683796','-85.3669023513794'),(11693,15,3,85,'34.958733924336684','-85.36505699157715'),(11691,15,3,83,'34.951453015276975','-85.36801815032959'),(11690,15,3,82,'34.95032740639895','-85.36861896514893'),(11689,15,3,81,'34.93956299100111','-85.37213802337646'),(11688,15,3,80,'34.9350246277439','-85.374755859375'),(11687,15,3,79,'34.92921937849408','-85.37853240966797'),(11686,15,3,78,'34.925208239046924','-85.37926197052002'),(11685,15,3,77,'34.924011896336566','-85.3796911239624'),(11684,15,3,76,'34.92316740862786','-85.3811502456665'),(11683,15,3,75,'34.923026659831486','-85.38445472717285'),(11682,15,3,74,'34.922498849695025','-85.38569927215576'),(11681,15,3,73,'34.917009423037484','-85.38681507110596'),(11680,15,3,72,'34.913666323083014','-85.38878917694092'),(11679,15,3,71,'34.910675012977336','-85.38934707641602'),(11678,15,3,70,'34.9086690145606','-85.39162158966064'),(11676,15,3,68,'34.90465687069263','-85.40127754211426'),(11677,15,3,69,'34.90666296713192','-85.40059089660645'),(11675,15,3,67,'34.902439549187896','-85.40007591247559'),(11674,15,3,66,'34.898673484999485','-85.39968967437744'),(11673,15,3,65,'34.89870868266049','-85.3938102722168'),(11672,15,3,64,'34.89733596270476','-85.39303779602051'),(11671,15,3,63,'34.899377435353685','-85.39063453674316'),(11670,15,3,62,'34.901665232336555','-85.38690090179443'),(11668,15,3,60,'34.90430491889557','-85.38398265838623'),(11669,15,3,61,'34.902052391674786','-85.3853988647461'),(11667,15,3,59,'34.90434011414314','-85.38265228271484'),(11666,15,3,58,'34.902404353125746','-85.38265228271484'),(11664,15,3,56,'34.9027915089796','-85.38119316101074'),(11665,15,3,57,'34.90201719544674','-85.38222312927246'),(11663,15,3,55,'34.90328425015386','-85.38029193878174'),(11662,15,3,54,'34.90384737930426','-85.37977695465088'),(11661,15,3,53,'34.90423452835513','-85.37900447845459'),(11659,15,3,51,'34.90877459464656','-85.37527084350586'),(11660,15,3,52,'34.90694452060489','-85.37630081176758'),(11658,15,3,50,'34.91144924487095','-85.37265300750732'),(11656,15,3,48,'34.91539067585151','-85.36707401275635'),(11657,15,3,49,'34.915425866347185','-85.36947727203369'),(11655,15,3,47,'34.91429976300297','-85.36600112915039'),(11654,15,3,46,'34.91194193409255','-85.36733150482178'),(11653,15,3,45,'34.910675012977336','-85.36788940429688'),(11652,15,3,44,'34.91011193065047','-85.36673069000244'),(11651,15,3,43,'34.910499050165036','-85.36497116088867'),(11650,15,3,42,'34.910463857557325','-85.36235332489014'),(11649,15,3,41,'34.91127328371808','-85.36089420318604'),(11648,15,3,40,'34.911554821381635','-85.34707546234131'),(11647,15,3,39,'34.90321385873854','-85.3487491607666'),(11646,15,3,38,'34.90222837258882','-85.34990787506104'),(11645,15,3,37,'34.9007853179619','-85.35016536712646'),(11644,15,3,36,'34.89877907793723','-85.35128116607666'),(11643,15,3,35,'34.89730076445553','-85.35153865814209'),(11642,15,3,34,'34.896033617437475','-85.35080909729004'),(11640,15,3,32,'34.89047201881481','-85.35072326660156'),(11641,15,3,33,'34.892478461732004','-85.35098075866699'),(11639,15,3,31,'34.889275169883604','-85.3511095046997'),(11638,15,3,30,'34.88751506625491','-85.35072326660156'),(11637,15,3,29,'34.88776148303266','-85.34904956817627'),(11636,15,3,28,'34.888254314371224','-85.34922122955322'),(11634,15,3,26,'34.888817546567196','-85.34836292266846'),(11635,15,3,27,'34.88966238762212','-85.3489637374878'),(11633,15,3,25,'34.88793749456432','-85.34737586975098'),(11632,15,3,24,'34.887163041004825','-85.34668922424316'),(11631,15,3,23,'34.8872686487382','-85.34557342529297'),(11630,15,3,22,'34.889239968180526','-85.34351348876953'),(11629,15,3,21,'34.889239968180526','-85.3421401977539'),(11628,15,3,20,'34.88730385128583','-85.34042358398438'),(11627,15,3,19,'34.886458985980305','-85.33862113952637'),(11626,15,3,18,'34.884381988512054','-85.33694744110107'),(11624,15,3,16,'34.88223452915529','-85.32669067382812'),(11625,15,3,17,'34.88209371018786','-85.33390045166016'),(11623,15,3,15,'34.882480961767705','-85.32467365264893'),(11622,15,3,14,'34.882480961767705','-85.3218412399292'),(11621,15,3,13,'34.88089673922302','-85.31862258911133'),(11620,15,3,12,'34.878749188798245','-85.31682014465332'),(11619,15,3,11,'34.87871398258613','-85.31308650970459'),(11618,15,3,10,'34.877446548906434','-85.31235694885254'),(11617,15,3,9,'34.87628471753238','-85.30840873718262'),(11616,15,3,8,'34.875228492942746','-85.3071641921997'),(11615,15,3,7,'34.875052454191724','-85.30613422393799'),(11614,15,3,6,'34.875122869737375','-85.30068397521973'),(11613,15,3,5,'34.875228492942746','-85.29905319213867'),(11612,15,3,4,'34.87470037555883','-85.29763698577881'),(11611,15,3,3,'34.87325683739925','-85.29622077941895'),(11610,15,3,2,'34.87399621376942','-85.29489040374756'),(11609,15,3,1,'34.87230620086684','-85.29158592224121'),(11608,15,3,0,'34.86984153644454','-85.29377460479736'),(19030,16,4,268,'34.532510398799026','-83.98515701293945'),(19029,16,4,267,'34.533818481379875','-83.98344039916992'),(19028,16,4,266,'34.53986367715027','-83.98721694946289'),(19027,16,4,265,'34.54145444518274','-83.99112224578857'),(19026,16,4,264,'34.55060960792115','-83.99558544158936'),(19025,16,4,263,'34.5635453020178','-83.99519920349121'),(19024,16,4,262,'34.56534765709004','-83.98867607116699'),(19023,16,4,261,'34.56796276950245','-83.98575782775879'),(19022,16,4,260,'34.56902292678194','-83.98082256317139'),(19021,16,4,259,'34.57078982554414','-83.9771318435669'),(19020,16,4,258,'34.57089583827586','-83.96829128265381'),(19019,16,4,257,'34.57442951865274','-83.96743297576904'),(19018,16,4,256,'34.581602427892804','-83.97056579589844'),(19017,16,4,255,'34.58276840883592','-83.9690637588501'),(19016,16,4,254,'34.58711419369059','-83.9708662033081'),(19015,16,4,253,'34.59001125733423','-83.97090911865234'),(19014,16,4,252,'34.590894488352525','-83.96979331970215'),(19013,16,4,251,'34.593367485252614','-83.96910667419434'),(19012,16,4,250,'34.596652924407586','-83.97099494934082'),(19011,16,4,249,'34.59976160739827','-83.96970748901367'),(19010,16,4,248,'34.60318808906855','-83.97009372711182'),(19009,16,4,247,'34.6048129691028','-83.96880626678467'),(19008,16,4,246,'34.60947549180878','-83.97078037261963'),(19007,16,4,245,'34.61095896685463','-83.96824836730957'),(19006,16,4,244,'34.61071172285443','-83.96644592285156'),(19005,16,4,243,'34.61173601463315','-83.96395683288574'),(19004,16,4,242,'34.61381987958664','-83.96442890167236'),(19003,16,4,241,'34.61593901063741','-83.9613389968872'),(19002,16,4,240,'34.623885270237125','-83.9586353302002'),(19001,16,4,239,'34.626533854360666','-83.95498752593994'),(19000,16,4,238,'34.629358917573676','-83.95554542541504'),(18999,16,4,237,'34.629217666697635','-83.95344257354736'),(18998,16,4,236,'34.63179545733102','-83.95357131958008'),(18997,16,4,235,'34.63649177408116','-83.95721912384033'),(18996,16,4,234,'34.63762167526986','-83.9564037322998'),(18995,16,4,233,'34.639881431468474','-83.95983695983887'),(18994,16,4,232,'34.646413192986536','-83.96374225616455'),(18993,16,4,231,'34.65040261041352','-83.96897792816162'),(18992,16,4,230,'34.65114398541909','-83.9679479598999'),(18991,16,4,229,'34.65545089001539','-83.96811962127686'),(18990,16,4,228,'34.65608631601124','-83.9719820022583'),(18989,16,4,227,'34.66731137196374','-83.98768901824951'),(18988,16,4,226,'34.67034681768908','-83.98695945739746'),(18987,16,4,225,'34.67447625711927','-83.99043560028076'),(18986,16,4,224,'34.678993698626435','-84.00219440460205'),(18985,16,4,223,'34.68044063950285','-84.00249481201172'),(18984,16,4,222,'34.685169489428475','-84.0086317062378'),(18983,16,4,221,'34.682487488292686','-84.00983333587646'),(18982,16,4,220,'34.6832285762402','-84.01811599731445'),(18981,16,4,219,'34.688910030131986','-84.02210712432861'),(18980,16,4,218,'34.69130953329199','-84.01888847351074'),(18979,16,4,217,'34.69466166388498','-84.01751518249512'),(18978,16,4,216,'34.69850762541786','-84.01318073272705'),(18977,16,4,215,'34.70267094192109','-84.01026248931885'),(18976,16,4,214,'34.70651653120652','-84.00519847869873'),(18975,16,4,213,'34.70750436014727','-83.99717330932617'),(18974,16,4,212,'34.71053833242381','-83.99713039398193'),(18973,16,4,211,'34.71512435833145','-83.9959716796875'),(18972,16,4,210,'34.71914574100215','-83.99095058441162'),(18971,16,4,209,'34.72196764715542','-83.98425579071045'),(18970,16,4,208,'34.727117377607975','-83.97824764251709'),(18969,16,4,207,'34.730573866060006','-83.97768974304199'),(18968,16,4,206,'34.732866355201814','-83.9763593673706'),(18967,16,4,205,'34.73554672340159','-83.97790431976318'),(18966,16,4,204,'34.73741587608772','-83.97708892822266'),(18965,16,4,203,'34.73999030018661','-83.9769172668457'),(18964,16,4,202,'34.74203567584869','-83.97417068481445'),(18963,16,4,201,'34.74513890774029','-83.97404193878174'),(18962,16,4,200,'34.75060454405456','-83.97760391235352'),(18961,16,4,199,'34.759031493813744','-83.96533012390137'),(18960,16,4,198,'34.75790324914891','-83.96206855773926'),(18959,16,4,197,'34.76107639797225','-83.95876407623291'),(18958,16,4,196,'34.760794345237514','-83.95678997039795'),(18957,16,4,195,'34.76188729421699','-83.95451545715332'),(18956,16,4,194,'34.76393212763988','-83.95339965820312'),(18955,16,4,193,'34.764073148767515','-83.9500093460083'),(18954,16,4,192,'34.762451391254814','-83.94773483276367'),(18953,16,4,191,'34.766329454045085','-83.94460201263428'),(18952,16,4,190,'34.76706979077557','-83.94292831420898'),(18951,16,4,189,'34.766928774767436','-83.9399242401123'),(18950,16,4,188,'34.76467248587222','-83.93983840942383'),(18949,16,4,187,'34.76629419974942','-83.93889427185059'),(18948,16,4,186,'34.76812740315714','-83.9393663406372'),(18947,16,4,185,'34.7649897802248','-83.9315128326416'),(18946,16,4,184,'34.76897348330494','-83.92361640930176'),(18945,16,4,183,'34.76897348330494','-83.9214277267456'),(18944,16,4,182,'34.77204045113234','-83.91756534576416'),(18943,16,4,181,'34.771723183883964','-83.91499042510986'),(18942,16,4,180,'34.774049782046596','-83.9112138748169'),(18941,16,4,179,'34.77778630242296','-83.90893936157227'),(18940,16,4,178,'34.78127591863518','-83.90971183776855'),(18939,16,4,177,'34.783390765713904','-83.90700817108154'),(18938,16,4,176,'34.78941778242412','-83.90520572662354'),(18937,16,4,175,'34.79163815124442','-83.90177249908447'),(18936,16,4,174,'34.79216680167587','-83.89550685882568'),(18935,16,4,173,'34.794845245108476','-83.89344692230225'),(18934,16,4,172,'34.800448549291296','-83.89572143554688'),(18933,16,4,171,'34.8059809979787','-83.9002275466919'),(18932,16,4,170,'34.81937010095337','-83.90310287475586'),(18931,16,4,169,'34.819757647848384','-83.90499114990234'),(18930,16,4,168,'34.81665722163897','-83.9089822769165'),(18929,16,4,167,'34.816762919908136','-83.9112138748169'),(18928,16,4,166,'34.82042704273628','-83.9201831817627'),(18927,16,4,165,'34.81968718491216','-83.93134117126465'),(18926,16,4,164,'34.812922462419294','-83.94052505493164'),(18925,16,4,163,'34.81158354524994','-83.95022392272949'),(18924,16,4,162,'34.81662198885246','-83.95867824554443'),(18923,16,4,161,'34.81803128856073','-83.95876407623291'),(18922,16,4,160,'34.82109643218459','-83.9673900604248'),(18921,16,4,159,'34.82063842946552','-83.97181034088135'),(18920,16,4,158,'34.828283218246966','-83.98592948913574'),(18919,16,4,157,'34.83081958124622','-83.98653030395508'),(18918,16,4,156,'34.83483532955407','-83.9954137802124'),(18917,16,4,155,'34.829199136119584','-83.99850368499756'),(18916,16,4,154,'34.827508202859555','-84.01193618774414'),(18915,16,4,153,'34.826063836539035','-84.0135669708252'),(18914,16,4,152,'34.822399964446916','-84.01511192321777'),(18913,16,4,151,'34.820567967282706','-84.01360988616943'),(18912,16,4,150,'34.81891208863597','-84.01476860046387'),(18911,16,4,149,'34.819651953421484','-84.02459621429443'),(18910,16,4,148,'34.82194196897569','-84.03026103973389'),(18909,16,4,147,'34.82444329783089','-84.04116153717041'),(18908,16,4,146,'34.82299887775917','-84.04407978057861'),(18907,16,4,145,'34.824337609416254','-84.04669761657715'),(18906,16,4,144,'34.82271703674294','-84.05081748962402'),(18905,16,4,143,'34.826063836539035','-84.05708312988281'),(18904,16,4,142,'34.833884248971','-84.05948638916016'),(18903,16,4,141,'34.83441262842907','-84.06085968017578'),(18902,16,4,140,'34.834025150491385','-84.06184673309326'),(18901,16,4,139,'34.833919474373694','-84.07806873321533'),(18900,16,4,138,'34.826063836539035','-84.08008575439453'),(18899,16,4,137,'34.823985313721394','-84.08347606658936'),(18898,16,4,136,'34.8199338049252','-84.10111427307129'),(18897,16,4,135,'34.8206736605343','-84.10600662231445'),(18896,16,4,134,'34.81080837273438','-84.12652015686035'),(18895,16,4,133,'34.81133690024052','-84.13076877593994'),(18894,16,4,132,'34.80605147263672','-84.14124011993408'),(18893,16,4,131,'34.806262896249215','-84.14553165435791'),(18892,16,4,130,'34.802245754871294','-84.14986610412598'),(18891,16,4,129,'34.80210479898696','-84.15218353271484'),(18890,16,4,128,'34.797911251180295','-84.15857791900635'),(18889,16,4,127,'34.7914266901229','-84.1616678237915'),(18888,16,4,126,'34.78596375654667','-84.16329860687256'),(18887,16,4,125,'34.77916101733897','-84.16806221008301'),(18886,16,4,124,'34.775812312741195','-84.16836261749268'),(18885,16,4,123,'34.77031309246721','-84.17304039001465'),(18884,16,4,122,'34.770348345046266','-84.17673110961914'),(18883,16,4,121,'34.77182893976895','-84.17887687683105'),(18882,16,4,120,'34.77091238426326','-84.18497085571289'),(18881,16,4,119,'34.77091238426326','-84.18797492980957'),(18880,16,4,118,'34.76227511134454','-84.19531345367432'),(18879,16,4,117,'34.75924303797201','-84.19600009918213'),(18878,16,4,116,'34.75758592755913','-84.20599937438965'),(18877,16,4,115,'34.76040652115386','-84.21775817871094'),(18876,16,4,114,'34.75860840387115','-84.21908855438232'),(18875,16,4,113,'34.75772695952736','-84.22385215759277'),(18874,16,4,112,'34.753213817063106','-84.22462463378906'),(18873,16,4,111,'34.74954670718767','-84.22616958618164'),(18872,16,4,110,'34.74069560785901','-84.22625541687012'),(18871,16,4,109,'34.734665032931034','-84.231276512146'),(18870,16,4,108,'34.73075021363619','-84.23955917358398'),(18869,16,4,107,'34.72831658385359','-84.23852920532227'),(18868,16,4,106,'34.726799937748474','-84.23895835876465'),(18867,16,4,105,'34.71657066760044','-84.22986030578613'),(18866,16,4,104,'34.71233749597654','-84.23479557037354'),(18865,16,4,103,'34.709973880891304','-84.23543930053711'),(18864,16,4,102,'34.70598733227887','-84.23187732696533'),(18863,16,4,101,'34.70080100364325','-84.23333644866943'),(18862,16,4,100,'34.70055402750376','-84.23518180847168'),(18861,16,4,99,'34.699601398346054','-84.23749923706055'),(18860,16,4,98,'34.69977781198048','-84.242262840271'),(18859,16,4,97,'34.69600247810787','-84.2483139038086'),(18858,16,4,96,'34.69430881442641','-84.25209045410156'),(18857,16,4,95,'34.69169768167892','-84.25367832183838'),(18856,16,4,94,'34.68792197920213','-84.26196098327637'),(18855,16,4,93,'34.68806313005698','-84.26389217376709'),(18854,16,4,92,'34.68089942035516','-84.27251815795898'),(18853,16,4,91,'34.67168802571849','-84.27689552307129'),(18852,16,4,90,'34.6703115224477','-84.27955627441406'),(18851,16,4,89,'34.670735064351895','-84.2816162109375'),(18850,16,4,88,'34.67394685331261','-84.28500652313232'),(18849,16,4,87,'34.67701734828742','-84.2854356765747'),(18848,16,4,86,'34.68093471108466','-84.29140090942383'),(18847,16,4,85,'34.682769808292924','-84.28998470306396'),(18846,16,4,84,'34.685839976137565','-84.29127216339111'),(18845,16,4,83,'34.68615757320977','-84.29800987243652'),(18844,16,4,82,'34.689404051174506','-84.30170059204102'),(18843,16,4,81,'34.69109781522285','-84.3087387084961'),(18842,16,4,80,'34.68065238482746','-84.32332992553711'),(18841,16,4,79,'34.67147625747337','-84.33019638061523'),(18840,16,4,78,'34.66766433648353','-84.32418823242188'),(18839,16,4,77,'34.65834556898683','-84.32916641235352'),(18838,16,4,76,'34.653827001449216','-84.33860778808594'),(18837,16,4,75,'34.64690746751117','-84.33980941772461'),(18836,16,4,74,'34.647613568863434','-84.34375762939453'),(18835,16,4,73,'34.63532654735862','-84.36212539672852'),(18834,16,4,72,'34.63673894128148','-84.36779022216797'),(18833,16,4,71,'34.6252978589571','-84.38255310058594'),(18832,16,4,70,'34.63207795006471','-84.38821792602539'),(18831,16,4,69,'34.6418233602577','-84.38753128051758'),(18830,16,4,68,'34.65057912887338','-84.3973159790039'),(18829,16,4,67,'34.651002771643505','-84.43216323852539'),(18828,16,4,66,'34.67317038827519','-84.45756912231445'),(18827,16,4,65,'34.68432255108715','-84.45808410644531'),(18826,16,4,64,'34.68954519950226','-84.46718215942383'),(18825,16,4,63,'34.685169489428475','-84.47490692138672'),(18824,16,4,62,'34.695614349908894','-84.48211669921875'),(18823,16,4,61,'34.70831578223845','-84.4903564453125'),(18822,16,4,60,'34.70845689831139','-84.49567794799805'),(18821,16,4,59,'34.73865019902146','-84.51919555664062'),(18820,16,4,58,'34.74048401618949','-84.52657699584961'),(18819,16,4,57,'34.74922935348558','-84.53104019165039'),(18818,16,4,56,'34.748242023058864','-84.55009460449219'),(18817,16,4,55,'34.76967854346921','-84.57807540893555'),(18816,16,4,54,'34.767422329741855','-84.58511352539062'),(18815,16,4,53,'34.77080662720371','-84.59146499633789'),(18814,16,4,52,'34.76812740315714','-84.59747314453125'),(18813,16,4,51,'34.78547031247024','-84.62339401245117'),(18812,16,4,50,'34.773203753940734','-84.6577262878418'),(18811,16,4,49,'34.77630581458913','-84.66476440429688'),(18810,16,4,48,'34.77094763658632','-84.68484878540039'),(18809,16,4,47,'34.759948181251644','-84.69188690185547'),(18808,16,4,46,'34.75444790395817','-84.68948364257812'),(18807,16,4,45,'34.75148606442704','-84.69566345214844'),(18806,16,4,44,'34.7506398050501','-84.70458984375'),(18805,16,4,43,'34.74344625025031','-84.70802307128906'),(18804,16,4,42,'34.74231779265578','-84.71282958984375'),(18803,16,4,41,'34.7442925833306','-84.71574783325195'),(18802,16,4,40,'34.74259990849949','-84.71918106079102'),(18801,16,4,39,'34.752050232527566','-84.7294807434082'),(18800,16,4,38,'34.75881994911346','-84.73291397094727'),(18799,16,4,37,'34.75910200859339','-84.74475860595703'),(18798,16,4,36,'34.76417891445512','-84.7488784790039'),(18797,16,4,35,'34.766223691112934','-84.76604461669922'),(18796,16,4,34,'34.76576538350769','-84.76698875427246'),(18795,16,4,33,'34.76576538350769','-84.77312564849854'),(18794,16,4,32,'34.76252190311351','-84.79260921478271'),(18792,16,4,30,'34.76072383190327','-84.81552600860596'),(18793,16,4,31,'34.76090011512598','-84.79612827301025'),(18791,16,4,29,'34.76012446613055','-84.81595516204834'),(18790,16,4,28,'34.7521912739505','-84.83256340026855'),(18789,16,4,27,'34.73854440063536','-84.84350681304932'),(18788,16,4,26,'34.734136014133284','-84.84938621520996'),(18787,16,4,25,'34.73565252562591','-84.85620975494385'),(18786,16,4,24,'34.74157723398247','-84.86316204071045'),(18785,16,4,23,'34.748806213319334','-84.86676692962646'),(18784,16,4,22,'34.750075627314736','-84.86964225769043'),(18783,16,4,21,'34.75303751742973','-84.87165927886963'),(18782,16,4,20,'34.75776221748178','-84.8786973953247'),(18781,16,4,19,'34.76118216749935','-84.8792552947998'),(18780,16,4,18,'34.75762118557377','-84.89320278167725'),(18779,16,4,17,'34.758960978973874','-84.89758014678955'),(18778,16,4,16,'34.76128793689093','-84.90054130554199'),(18777,16,4,15,'34.76886772376076','-84.90092754364014'),(18776,16,4,14,'34.768374177429514','-84.90963935852051'),(18775,16,4,13,'34.76999581857807','-84.91127014160156'),(18774,16,4,12,'34.771899443616974','-84.91169929504395'),(18773,16,4,11,'34.77323900528497','-84.91513252258301'),(18772,16,4,10,'34.772569227169086','-84.91723537445068'),(18771,16,4,9,'34.771723183883964','-84.91787910461426'),(18770,16,4,8,'34.77214620661075','-84.91886615753174'),(18769,16,4,7,'34.77207570297353','-84.92088317871094'),(18768,16,4,6,'34.77605906403412','-84.92474555969238'),(18767,16,4,5,'34.77620006444164','-84.92654800415039'),(18766,16,4,4,'34.77722231019009','-84.92852210998535'),(18765,16,4,3,'34.77736330860976','-84.93199825286865'),(18764,16,4,2,'34.778949524227436','-84.93225574493408'),(18763,16,4,1,'34.77817404484669','-84.93603229522705'),(18762,16,4,0,'34.77489580147847','-84.94379997253418'),(25732,17,5,262,'34.86970069624602','-83.80542755126953'),(25731,17,5,261,'34.86906691236734','-83.80705833435059'),(25730,17,5,260,'34.867764119053156','-83.8075304031372'),(25729,17,5,259,'34.862517526243735','-83.80345344543457'),(25728,17,5,258,'34.860299067529546','-83.79929065704346'),(25727,17,5,257,'34.860897705140786','-83.80160808563232'),(25726,17,5,256,'34.859946925722966','-83.80233764648438'),(25725,17,5,255,'34.85705930604386','-83.80126476287842'),(25724,17,5,254,'34.85656628767532','-83.80190849304199'),(25723,17,5,253,'34.854136368263106','-83.80122184753418'),(25722,17,5,252,'34.8536785493245','-83.8002347946167'),(25721,17,5,251,'34.85005112460288','-83.79993438720703'),(25720,17,5,250,'34.84814930405419','-83.79868984222412'),(25719,17,5,249,'34.850403308769785','-83.79813194274902'),(25718,17,5,248,'34.851776812617494','-83.79478454589844'),(25717,17,5,247,'34.854629401194025','-83.7921667098999'),(25716,17,5,246,'34.85505199849745','-83.79100799560547'),(25715,17,5,245,'34.856073266352055','-83.78766059875488'),(25714,17,5,244,'34.85617891402719','-83.78508567810059'),(25713,17,5,243,'34.85434766845243','-83.7806224822998'),(25712,17,5,242,'34.85691844395436','-83.77985000610352'),(25711,17,5,241,'34.86139069754917','-83.77156734466553'),(25709,17,5,239,'34.867834540841116','-83.76070976257324'),(25710,17,5,240,'34.86128505656755','-83.7696361541748'),(25708,17,5,238,'34.86853875540343','-83.7553882598877'),(25707,17,5,237,'34.86797538423605','-83.74693393707275'),(25706,17,5,236,'34.86720074257857','-83.74388694763184'),(25705,17,5,235,'34.86772890813659','-83.73985290527344'),(25704,17,5,234,'34.866954264157215','-83.73672008514404'),(25703,17,5,233,'34.86984153644454','-83.73290061950684'),(25702,17,5,232,'34.869735906318255','-83.72650623321533'),(25701,17,5,231,'34.870475314352426','-83.72448921203613'),(25700,17,5,230,'34.8699823764018','-83.71629238128662'),(25699,17,5,229,'34.8658979196979','-83.7169361114502'),(25698,17,5,228,'34.85515764748412','-83.7224292755127'),(25697,17,5,227,'34.85142463432947','-83.72440338134766'),(25696,17,5,226,'34.8365965608815','-83.72813701629639'),(25695,17,5,225,'34.82694455072396','-83.73208522796631'),(25694,17,5,224,'34.821378278746','-83.73792171478271'),(25693,17,5,223,'34.81760850117957','-83.73950958251953'),(25692,17,5,222,'34.81521266503645','-83.74298572540283'),(25691,17,5,221,'34.814367059175304','-83.74251365661621'),(25690,17,5,220,'34.811442605334946','-83.74431610107422'),(25689,17,5,219,'34.79868654499936','-83.74307155609131'),(25688,17,5,218,'34.79357651959087','-83.74478816986084'),(25687,17,5,217,'34.792061071860694','-83.74268531799316'),(25686,17,5,216,'34.780359468063445','-83.74663352966309'),(25685,17,5,215,'34.77838553994613','-83.74500274658203'),(25684,17,5,214,'34.777539556295466','-83.74629020690918'),(25683,17,5,213,'34.77560081104567','-83.74551773071289'),(25682,17,5,212,'34.77630581458913','-83.74208450317383'),(25681,17,5,211,'34.7779272998788','-83.74109745025635'),(25680,17,5,210,'34.777187060547526','-83.74023914337158'),(25679,17,5,209,'34.7779272998788','-83.73757839202881'),(25678,17,5,208,'34.767774867202384','-83.74886512756348'),(25677,17,5,207,'34.75663395547264','-83.74985218048096'),(25676,17,5,206,'34.728422395334114','-83.74899387359619'),(25675,17,5,205,'34.725212720165565','-83.75148296356201'),(25674,17,5,204,'34.7229552915555','-83.747878074646'),(25673,17,5,203,'34.71978067828366','-83.74714851379395'),(25672,17,5,202,'34.71787585181229','-83.74762058258057'),(25671,17,5,201,'34.71145555794871','-83.74410152435303'),(25670,17,5,200,'34.7102913853523','-83.74079704284668'),(25669,17,5,199,'34.70944470408129','-83.73899459838867'),(25668,17,5,198,'34.70708100633135','-83.74049663543701'),(25667,17,5,197,'34.703023755724956','-83.73697757720947'),(25666,17,5,196,'34.699848377328934','-83.72324466705322'),(25665,17,5,195,'34.69688458088134','-83.7187385559082'),(25664,17,5,194,'34.697131567973','-83.71642112731934'),(25663,17,5,193,'34.693850107881325','-83.71350288391113'),(25662,17,5,192,'34.69197997027163','-83.71406078338623'),(25661,17,5,191,'34.687145645198406','-83.7103271484375'),(25660,17,5,190,'34.66784081817951','-83.71534824371338'),(25659,17,5,189,'34.66328747015145','-83.71968269348145'),(25658,17,5,188,'34.657604258392965','-83.72920989990234'),(25657,17,5,187,'34.65368579224426','-83.73101234436035'),(25656,17,5,186,'34.64906105783537','-83.7352180480957'),(25655,17,5,185,'34.64563646992296','-83.73680591583252'),(25654,17,5,184,'34.63084203725275','-83.75036716461182'),(25653,17,5,183,'34.63719796412794','-83.75131130218506'),(25652,17,5,182,'34.64715460366852','-83.7592077255249'),(25651,17,5,181,'34.648249054938795','-83.76199722290039'),(25650,17,5,180,'34.65622752112653','-83.76590251922607'),(25649,17,5,179,'34.65802786525857','-83.77045154571533'),(25648,17,5,178,'34.66258150231496','-83.77027988433838'),(25647,17,5,177,'34.665158255828544','-83.7722110748291'),(25646,17,5,176,'34.669076179524566','-83.77143859863281'),(25645,17,5,175,'34.67084094948958','-83.77345561981201'),(25644,17,5,174,'34.67257038757897','-83.77761840820312'),(25643,17,5,173,'34.68298154766138','-83.77122402191162'),(25642,17,5,172,'34.685381222660055','-83.7710952758789'),(25641,17,5,171,'34.689439338279016','-83.76834869384766'),(25640,17,5,170,'34.69363839631074','-83.770751953125'),(25639,17,5,169,'34.695155650599666','-83.77461433410645'),(25638,17,5,168,'34.69550849644779','-83.77809047698975'),(25637,17,5,167,'34.69935441862597','-83.78066539764404'),(25636,17,5,166,'34.70207115500171','-83.78057956695557'),(25635,17,5,165,'34.70327072449248','-83.78315448760986'),(25634,17,5,164,'34.70055402750376','-83.7868881225586'),(25632,17,5,162,'34.7102913853523','-83.78366947174072'),(25633,17,5,163,'34.703235443285095','-83.78856182098389'),(25631,17,5,161,'34.71138500250023','-83.78547191619873'),(25630,17,5,160,'34.71011499413554','-83.7868881225586'),(25629,17,5,159,'34.712302218636005','-83.79049301147461'),(25628,17,5,158,'34.71618263588918','-83.79225254058838'),(25627,17,5,157,'34.72581233927868','-83.81104946136475'),(25626,17,5,156,'34.73117344628392','-83.82362365722656'),(25625,17,5,155,'34.73046805733369','-83.82718563079834'),(25624,17,5,154,'34.72588288241783','-83.82928848266602'),(25623,17,5,153,'34.727928607266186','-83.83473873138428'),(25622,17,5,152,'34.72486000100855','-83.83825778961182'),(25621,17,5,151,'34.72803441924335','-83.84336471557617'),(25620,17,5,150,'34.72605924000228','-83.84546756744385'),(25619,17,5,149,'34.72644722536372','-83.8470983505249'),(25618,17,5,148,'34.73522931591589','-83.84761333465576'),(25617,17,5,147,'34.74397520944158','-83.8447380065918'),(25616,17,5,146,'34.74848885677202','-83.8441801071167'),(25615,17,5,145,'34.756492921637495','-83.85632514953613'),(25614,17,5,144,'34.75688076410453','-83.85924339294434'),(25613,17,5,143,'34.76090011512598','-83.8617753982544'),(25612,17,5,142,'34.76051229153917','-83.86572360992432'),(25611,17,5,141,'34.76643521684169','-83.87855529785156'),(25610,17,5,140,'34.76671725030349','-83.88108730316162'),(25609,17,5,139,'34.77041885015921','-83.88422012329102'),(25608,17,5,138,'34.77338001051141','-83.88143062591553'),(25607,17,5,137,'34.776587814319875','-83.88018608093262'),(25606,17,5,136,'34.77503680387381','-83.8767957687378'),(25605,17,5,135,'34.77775105302136','-83.8719892501831'),(25604,17,5,134,'34.78180463548781','-83.86825561523438'),(25603,17,5,133,'34.78346125968277','-83.8582992553711'),(25602,17,5,132,'34.78458915499138','-83.8562822341919'),(25601,17,5,131,'34.78917107108718','-83.8522481918335'),(25600,17,5,130,'34.79304787819701','-83.85040283203125'),(25599,17,5,129,'34.79738263757804','-83.85031700134277'),(25598,17,5,128,'34.80111810104771','-83.8548231124878'),(25597,17,5,127,'34.801294297974515','-83.85636806488037'),(25596,17,5,126,'34.803761015405144','-83.85653972625732'),(25595,17,5,125,'34.804501016239996','-83.8569688796997'),(25594,17,5,124,'34.80584004848187','-83.85593891143799'),(25593,17,5,123,'34.80791902911654','-83.85653972625732'),(25592,17,5,122,'34.81154831029378','-83.85632514953613'),(25591,17,5,121,'34.81249964882146','-83.85679721832275'),(25590,17,5,120,'34.812887228035684','-83.8606595993042'),(25589,17,5,119,'34.81722094417417','-83.86507987976074'),(25588,17,5,118,'34.81781989514136','-83.8670539855957'),(25587,17,5,117,'34.82796616737915','-83.87473583221436'),(25586,17,5,116,'34.83092526134248','-83.87962818145752'),(25585,17,5,115,'34.83458875416157','-83.8817310333252'),(25584,17,5,114,'34.836349990763864','-83.8872241973877'),(25583,17,5,113,'34.8378998478067','-83.90499114990234'),(25582,17,5,112,'34.84261968723761','-83.91069889068604'),(25581,17,5,111,'34.84497950546407','-83.91636371612549'),(25580,17,5,110,'34.84698705874748','-83.91722202301025'),(25579,17,5,109,'34.84910021982289','-83.92134189605713'),(25578,17,5,108,'34.84860715375896','-83.92327308654785'),(25577,17,5,107,'34.84934675174695','-83.92576217651367'),(25576,17,5,106,'34.84966372027827','-83.92855167388916'),(25575,17,5,105,'34.856883228394295','-83.9344310760498'),(25574,17,5,104,'34.857376244863346','-83.93584728240967'),(25573,17,5,103,'34.8612146291711','-83.94056797027588'),(25572,17,5,102,'34.86096813280862','-83.94558906555176'),(25571,17,5,101,'34.859453924661025','-83.9482069015503'),(25570,17,5,100,'34.8599117114594','-83.94923686981201'),(25569,17,5,99,'34.86607397805009','-83.95043849945068'),(25568,17,5,98,'34.86867959759219','-83.95181179046631'),(25567,17,5,97,'34.870475314352426','-83.95503044128418'),(25566,17,5,96,'34.87635513202252','-83.95824909210205'),(25565,17,5,95,'34.883537093165735','-83.96430015563965'),(25564,17,5,94,'34.88241055252528','-83.96867752075195'),(25563,17,5,93,'34.88251616636631','-83.97417068481445'),(25562,17,5,92,'34.883361072208594','-83.97940635681152'),(25561,17,5,91,'34.88568451848593','-83.9833116531372'),(25560,17,5,90,'34.88519167173461','-83.98618698120117'),(25559,17,5,89,'34.88843032484719','-83.98816108703613'),(25558,17,5,88,'34.894625653380466','-83.99558544158936'),(25557,17,5,87,'34.89860308963222','-84.0054988861084'),(25556,17,5,86,'34.90141885726192','-84.00682926177979'),(25555,17,5,85,'34.90486804104682','-84.00983333587646'),(25554,17,5,84,'34.90828188641719','-84.01030540466309'),(25553,17,5,83,'34.90958403746169','-84.01107788085938'),(25552,17,5,82,'34.91363113183302','-84.01566982269287'),(25551,17,5,81,'34.92091539891702','-84.01854515075684'),(25550,17,5,80,'34.92453969674121','-84.02060508728027'),(25549,17,5,79,'34.92816383449364','-84.01227951049805'),(25548,17,5,78,'34.92911382470515','-84.0089750289917'),(25547,17,5,77,'34.931435976690906','-84.00918960571289'),(25546,17,5,76,'34.93323032184192','-84.00781631469727'),(25545,17,5,75,'34.936396717538415','-84.00790214538574'),(25544,17,5,74,'34.937663241591814','-84.00760173797607'),(25543,17,5,73,'34.93959817113071','-84.0054988861084'),(25541,17,5,71,'34.94396039024355','-84.0038251876831'),(25542,17,5,72,'34.94202556362829','-84.00425434112549'),(25540,17,5,70,'34.94712637168328','-84.0060567855835'),(25539,17,5,69,'34.945613751357335','-84.00974750518799'),(25538,17,5,68,'34.94434735008821','-84.0113353729248'),(25537,17,5,67,'34.942131100802634','-84.01180744171143'),(25536,17,5,66,'34.9407239273101','-84.01691436767578'),(25535,17,5,65,'34.94336235780077','-84.01678562164307'),(25534,17,5,64,'34.9502570553309','-84.0265703201294'),(25533,17,5,63,'34.952086163478796','-84.02708530426025'),(25532,17,5,62,'34.95690496453339','-84.03279304504395'),(25531,17,5,61,'34.95620150758709','-84.03987407684326'),(25530,17,5,60,'34.95831186031251','-84.04124736785889'),(25529,17,5,59,'34.96179382350497','-84.04639720916748'),(25528,17,5,58,'34.963059955256924','-84.05459403991699'),(25527,17,5,57,'34.96038698750214','-84.06184673309326'),(25525,17,5,55,'34.95736220831073','-84.07467842102051'),(25526,17,5,56,'34.95936701629729','-84.07021522521973'),(25524,17,5,54,'34.95750289819053','-84.07901287078857'),(25523,17,5,53,'34.95672910086287','-84.08407688140869'),(25522,17,5,52,'34.95905047092834','-84.08914089202881'),(25521,17,5,51,'34.9612662628343','-84.09072875976562'),(25520,17,5,50,'34.96063318554615','-84.09875392913818'),(25519,17,5,49,'34.952226862415095','-84.11107063293457'),(25518,17,5,48,'34.9495535413299','-84.11025524139404'),(25517,17,5,47,'34.94564892889118','-84.10982608795166'),(25516,17,5,46,'34.942377353681266','-84.11081314086914'),(25515,17,5,45,'34.93650226195651','-84.11454677581787'),(25514,17,5,44,'34.93361733231707','-84.11707878112793'),(25513,17,5,43,'34.92534898410142','-84.11214351654053'),(25512,17,5,42,'34.921619158590275','-84.11012649536133'),(25511,17,5,41,'34.92031719844969','-84.10913944244385'),(25510,17,5,40,'34.91648157420189','-84.10969734191895'),(25509,17,5,39,'34.91458129028733','-84.10913944244385'),(25508,17,5,38,'34.91190674210335','-84.10913944244385'),(25507,17,5,37,'34.91014712340905','-84.10763740539551'),(25506,17,5,36,'34.90902094765246','-84.10317420959473'),(25505,17,5,35,'34.90673335559067','-84.1006851196289'),(25504,17,5,34,'34.90602946828791','-84.09806728363037'),(25503,17,5,33,'34.90768359387805','-84.0948486328125'),(25502,17,5,32,'34.90785956272447','-84.09132957458496'),(25501,17,5,31,'34.906064662796375','-84.08660888671875'),(25500,17,5,30,'34.906135051768004','-84.08480644226074'),(25499,17,5,29,'34.90736684900415','-84.07879829406738'),(25498,17,5,28,'34.905959079225774','-84.07575130462646'),(25497,17,5,27,'34.90099649827159','-84.0769100189209'),(25496,17,5,26,'34.898391903168466','-84.07626628875732'),(25495,17,5,25,'34.893710463802584','-84.07678127288818'),(25494,17,5,24,'34.892478461732004','-84.07626628875732'),(25493,17,5,23,'34.88969758914421','-84.07643795013428'),(25492,17,5,22,'34.88776148303266','-84.07575130462646'),(25491,17,5,21,'34.88142481679756','-84.07660961151123'),(25490,17,5,20,'34.88047427472042','-84.07828330993652'),(25489,17,5,19,'34.87646075364461','-84.07914161682129'),(25488,17,5,18,'34.87508766197211','-84.07845497131348'),(25487,17,5,17,'34.869242963934774','-84.08635139465332'),(25486,17,5,16,'34.85903134997043','-84.09235954284668'),(25485,17,5,15,'34.858045333916714','-84.09836769104004'),(25484,17,5,14,'34.85501678213843','-84.0959644317627'),(25483,17,5,13,'34.84494428479389','-84.09399032592773'),(25482,17,5,12,'34.8359977464576','-84.08493518829346'),(25481,17,5,11,'34.83384902355323','-84.07811164855957'),(25480,17,5,10,'34.8340603758338','-84.06206130981445'),(25479,17,5,9,'34.839872350933696','-84.05030250549316'),(25478,17,5,8,'34.84198569469109','-84.03167724609375'),(25477,17,5,7,'34.84216180422164','-84.00936126708984'),(25476,17,5,6,'34.85110767258141','-83.9954137802124'),(25475,17,5,5,'34.858749632303976','-83.97687435150146'),(25474,17,5,4,'34.86385561526708','-83.97219657897949'),(25473,17,5,3,'34.866179612880494','-83.96678924560547'),(25471,17,5,1,'34.873714547364855','-83.96228313446045'),(25472,17,5,2,'34.8693485946943','-83.96554470062256'),(25470,17,5,0,'34.87617909568411','-83.95850658416748'),(31908,18,6,215,'34.048943700149536','-84.30436134338379'),(31907,18,6,214,'34.054010552354995','-84.30099248886108'),(31906,18,6,213,'34.059023771209475','-84.2986536026001'),(31905,18,6,212,'34.05897044065434','-84.29217338562012'),(31904,18,6,211,'34.05733495400388','-84.28989887237549'),(31903,18,6,210,'34.05866823354151','-84.2874526977539'),(31902,18,6,209,'34.06035702418131','-84.28897619247436'),(31901,18,6,208,'34.059023771209475','-84.29223775863647'),(31900,18,6,207,'34.059112655393434','-84.29434061050415'),(31899,18,6,206,'34.05863267969268','-84.29931879043579'),(31898,18,6,205,'34.05422388685686','-84.30092811584472'),(31897,18,6,204,'34.06087254304104','-84.30249452590942'),(31896,18,6,203,'34.06535209214834','-84.30300951004028'),(31895,18,6,202,'34.06787617820782','-84.30131435394287'),(31894,18,6,201,'34.069689207706155','-84.29796695709228'),(31893,18,6,200,'34.07271083731946','-84.29541349411011'),(31892,18,6,199,'34.07407942232829','-84.29479122161865'),(31891,18,6,198,'34.078540500464214','-84.29438352584839'),(31890,18,6,197,'34.0848318208423','-84.29500579833984'),(31889,18,6,196,'34.08987875690692','-84.29401874542236'),(31888,18,6,195,'34.09172685541865','-84.2902421951294'),(31887,18,6,194,'34.092295492997586','-84.28225994110107'),(31886,18,6,193,'34.09417907769444','-84.27876234054565'),(31885,18,6,192,'34.09611592768147','-84.27339792251587'),(31884,18,6,191,'34.09833703136516','-84.27150964736938'),(31883,18,6,190,'34.108411225772635','-84.26897764205932'),(31882,18,6,189,'34.120722501063255','-84.27037239074707'),(31881,18,6,188,'34.12574953391679','-84.26867723464966'),(31880,18,6,187,'34.127916572489276','-84.25563097000122'),(31879,18,6,186,'34.13244585896183','-84.25097465515137'),(31878,18,6,185,'34.13837796901635','-84.2477560043335'),(31877,18,6,184,'34.146866911100304','-84.25260543823242'),(31876,18,6,183,'34.15354380593785','-84.25127506256103'),(31875,18,6,182,'34.15741474260417','-84.24127578735351'),(31874,18,6,181,'34.15915483063351','-84.23406600952148'),(31873,18,6,180,'34.15592321003884','-84.22093391418457'),(31872,18,6,179,'34.156331608479434','-84.21520471572876'),(31871,18,6,178,'34.15840908301177','-84.21301603317261'),(31870,18,6,177,'34.162155510444634','-84.21153545379638'),(31869,18,6,176,'34.16749965237791','-84.19936895370483'),(31868,18,6,175,'34.16742863609851','-84.19580698013305'),(31867,18,6,174,'34.17051778902317','-84.18947696685791'),(31866,18,6,173,'34.17541759279229','-84.18505668640137'),(31865,18,6,172,'34.18045912288398','-84.18561458587646'),(31864,18,6,171,'34.18438207697172','-84.18125867843628'),(31863,18,6,170,'34.187222110883546','-84.17456388473511'),(31862,18,6,169,'34.18645886116551','-84.17252540588379'),(31861,18,6,168,'34.188216100162364','-84.16774034500122'),(31860,18,6,167,'34.187949854182705','-84.1627836227417'),(31859,18,6,166,'34.18917457873037','-84.15877103805542'),(31858,18,6,165,'34.19283089693859','-84.15733337402344'),(31857,18,6,164,'34.19678877146252','-84.15203332901001'),(31856,18,6,163,'34.19971712406477','-84.15081024169922'),(31855,18,6,162,'34.20122562965155','-84.15048837661743'),(31854,18,6,161,'34.20223720063168','-84.14935111999512'),(31853,18,6,160,'34.20250340150374','-84.14711952209472'),(31852,18,6,159,'34.205981682311595','-84.1441798210144'),(31851,18,6,158,'34.20729487345586','-84.14413690567016'),(31850,18,6,157,'34.207010941969074','-84.1482138633728'),(31849,18,6,156,'34.2048281867256','-84.15147542953491'),(31848,18,6,155,'34.2036924218029','-84.15997266769409'),(31847,18,6,154,'34.20481044051639','-84.16452169418335'),(31846,18,6,153,'34.20656729710617','-84.16825532913208'),(31845,18,6,152,'34.207951461355634','-84.17904853820801'),(31844,18,6,151,'34.207809496837726','-84.1818380355835'),(31843,18,6,150,'34.20521860238345','-84.18471336364746'),(31842,18,6,149,'34.20032052953849','-84.1865587234497'),(31841,18,6,148,'34.200657724833974','-84.19662237167358'),(31840,18,6,147,'34.20394087168736','-84.20241594314575'),(31839,18,6,146,'34.20427805250218','-84.20906782150268'),(31838,18,6,145,'34.20681573851707','-84.21063423156738'),(31837,18,6,144,'34.20841284438736','-84.21979665756225'),(31836,18,6,143,'34.21109236514111','-84.2196249961853'),(31835,18,6,142,'34.21636243221519','-84.2215347290039'),(31834,18,6,141,'34.225979011388304','-84.22692060470581'),(31833,18,6,140,'34.232241617439286','-84.22906637191772'),(31832,18,6,139,'34.233820501260425','-84.22868013381958'),(31831,18,6,138,'34.23765227595539','-84.2273497581482'),(31830,18,6,137,'34.23639277666132','-84.23097610473633'),(31829,18,6,136,'34.23694270120572','-84.23679113388061'),(31828,18,6,135,'34.23806027872841','-84.24088954925537'),(31827,18,6,134,'34.238078017934576','-84.2414903640747'),(31826,18,6,133,'34.24409139340161','-84.24942970275879'),(31825,18,6,132,'34.246219918939055','-84.25312042236328'),(31824,18,6,131,'34.255354229767676','-84.25788402557373'),(31823,18,6,130,'34.25969933054168','-84.25756216049194'),(31822,18,6,129,'34.262430421871926','-84.25865650177002'),(31821,18,6,128,'34.26831792749696','-84.25938606262207'),(31820,18,6,127,'34.27078275473631','-84.26309823989868'),(31819,18,6,126,'34.27310565528197','-84.2636775970459'),(31818,18,6,125,'34.276545558045015','-84.26333427429199'),(31817,18,6,124,'34.28083637347223','-84.26305532455444'),(31816,18,6,123,'34.28438233661599','-84.26509380340576'),(31815,18,6,122,'34.28752038920836','-84.26706790924072'),(31814,18,6,121,'34.28867275198559','-84.26794767379761'),(31813,18,6,120,'34.29095970207776','-84.26839828491211'),(31812,18,6,119,'34.289523717430924','-84.27262544631958'),(31811,18,6,118,'34.29351250307507','-84.27436351776123'),(31810,18,6,117,'34.29838742835673','-84.27575826644897'),(31809,18,6,116,'34.302907560825446','-84.27200317382812'),(31808,18,6,115,'34.30680708748062','-84.27037239074707'),(31807,18,6,114,'34.31327635726301','-84.269278049469'),(31806,18,6,113,'34.31924891170341','-84.27133798599243'),(31805,18,6,112,'34.32305907305265','-84.26711082458496'),(31804,18,6,111,'34.333602571265224','-84.26445007324219'),(31803,18,6,110,'34.33978629235335','-84.26556587219238'),(31802,18,6,109,'34.344020726596874','-84.26492214202881'),(31801,18,6,108,'34.349140740148464','-84.26537275314331'),(31800,18,6,107,'34.35627989103198','-84.27196025848388'),(31799,18,6,106,'34.36577419669273','-84.27897691726684'),(31798,18,6,105,'34.37179614641335','-84.2821741104126'),(31797,18,6,104,'34.378968786294756','-84.29146528244018'),(31796,18,6,103,'34.38128869388981','-84.29210901260376'),(31795,18,6,102,'34.384281456839766','-84.2902421951294'),(31794,18,6,101,'34.39224983062993','-84.28056478500366'),(31793,18,6,100,'34.397986590096956','-84.28007125854492'),(31792,18,6,99,'34.41236217307848','-84.28659439086914'),(31791,18,6,98,'34.41275162494659','-84.28037166595459'),(31790,18,6,97,'34.41838077212273','-84.27861213684082'),(31789,18,6,96,'34.42733706162378','-84.27616596221924'),(31788,18,6,95,'34.4317971482899','-84.2926025390625'),(31787,18,6,94,'34.43636318093373','-84.298996925354'),(31786,18,6,93,'34.441990738381165','-84.30946826934814'),(31785,18,6,92,'34.44411424646329','-84.31955337524414'),(31784,18,6,91,'34.44007953495907','-84.33041095733642'),(31783,18,6,90,'34.44291093184372','-84.33526039123535'),(31782,18,6,89,'34.450342892116936','-84.34980869293213'),(31781,18,6,88,'34.45395246280266','-84.35637474060058'),(31780,18,6,87,'34.45975575917704','-84.36049461364746'),(31779,18,6,86,'34.46460332560308','-84.36907768249512'),(31778,18,6,85,'34.46340030618055','-84.37731742858887'),(31777,18,6,84,'34.46488638647703','-84.38229560852051'),(31776,18,6,83,'34.4664432041266','-84.38808917999267'),(31775,18,6,82,'34.472422529245726','-84.385085105896'),(31774,18,6,81,'34.48027637635223','-84.38190937042236'),(31773,18,6,80,'34.48926140270562','-84.38027858734131'),(31772,18,6,79,'34.49385966378737','-84.38495635986328'),(31771,18,6,78,'34.49530983199653','-84.39199447631836'),(31770,18,6,77,'34.495946483243394','-84.39448356628418'),(31769,18,6,76,'34.504859090252026','-84.40431118011474'),(31768,18,6,75,'34.50761756120972','-84.40521240234375'),(31767,18,6,74,'34.51797869417398','-84.41263675689697'),(31766,18,6,73,'34.52388360988754','-84.41306591033935'),(31765,18,6,72,'34.525333255734594','-84.4151258468628'),(31764,18,6,71,'34.525297898819','-84.41705703735351'),(31763,18,6,70,'34.53116694124406','-84.41358089447021'),(31762,18,6,69,'34.53353565445505','-84.40611362457275'),(31761,18,6,68,'34.529187069549344','-84.40036296844482'),(31760,18,6,67,'34.52908100366585','-84.39538478851318'),(31759,18,6,66,'34.534525544488744','-84.38877582550049'),(31758,18,6,65,'34.533818481379875','-84.3764591217041'),(31757,18,6,64,'34.53947481811845','-84.3709659576416'),(31756,18,6,63,'34.54385821475192','-84.3698501586914'),(31755,18,6,62,'34.542479590694825','-84.36573028564453'),(31754,18,6,61,'34.5450954220275','-84.36371326446533'),(31753,18,6,60,'34.5418079450614','-84.35131072998047'),(31752,18,6,59,'34.54106559358219','-84.34414386749267'),(31751,18,6,58,'34.542727037719885','-84.33607578277588'),(31750,18,6,57,'34.54163119530972','-84.33096885681152'),(31749,18,6,56,'34.5450954220275','-84.33028221130371'),(31748,18,6,55,'34.54530751285664','-84.32371616363525'),(31747,18,6,54,'34.54163119530972','-84.31478977203369'),(31746,18,6,53,'34.535267954290575','-84.30865287780762'),(31745,18,6,52,'34.53509119065249','-84.29861068725586'),(31744,18,6,51,'34.53342959411055','-84.28346157073974'),(31743,18,6,50,'34.52897493764724','-84.28320407867431'),(31742,18,6,49,'34.527666778976794','-84.27711009979248'),(31741,18,6,48,'34.52519182798218','-84.27363395690918'),(31740,18,6,47,'34.52448468561778','-84.26281929016113'),(31739,18,6,46,'34.52324717203346','-84.2558240890503'),(31738,18,6,45,'34.526429312673045','-84.2524766921997'),(31737,18,6,44,'34.520984242501534','-84.24792766571045'),(31736,18,6,43,'34.512214809921346','-84.22861576080322'),(31735,18,6,42,'34.502843226818065','-84.21831607818603'),(31734,18,6,41,'34.49679534401064','-84.21483993530273'),(31733,18,6,40,'34.49534520163778','-84.20938968658447'),(31732,18,6,39,'34.48791724773172','-84.20484066009521'),(31731,18,6,38,'34.47585425607993','-84.19522762298584'),(31730,18,6,37,'34.46948599114864','-84.19020652770996'),(31729,18,6,36,'34.465806327688526','-84.17771816253662'),(31728,18,6,35,'34.45540332470818','-84.17222499847412'),(31727,18,6,34,'34.4437957236919','-84.1636848449707'),(31726,18,6,33,'34.43523054493987','-84.16299819946289'),(31725,18,6,32,'34.42793883323707','-84.15982246398926'),(31724,18,6,31,'34.42634589893472','-84.15450096130371'),(31723,18,6,30,'34.41884100010406','-84.14154052734375'),(31722,18,6,29,'34.420788090458465','-84.13480281829834'),(31721,18,6,28,'34.42181471984384','-84.12446022033691'),(31720,18,6,27,'34.42121290414679','-84.11892414093017'),(31719,18,6,26,'34.41250379214943','-84.11660671234131'),(31718,18,6,25,'34.40786564290969','-84.11677837371826'),(31717,18,6,24,'34.402271197102735','-84.12102699279785'),(31716,18,6,23,'34.38909798678001','-84.12647724151611'),(31715,18,6,22,'34.37939381234223','-84.12373065948486'),(31714,18,6,21,'34.375214295857795','-84.11634922027588'),(31713,18,6,20,'34.369582244627274','-84.11265850067138'),(31712,18,6,19,'34.350026523916135','-84.11364555358887'),(31711,18,6,18,'34.335959172032695','-84.11875247955322'),(31710,18,6,17,'34.33443536255925','-84.11630630493164'),(31709,18,6,16,'34.330714316125636','-84.12463188171387'),(31708,18,6,15,'34.31770707632399','-84.14201259613037'),(31707,18,6,14,'34.304236965255455','-84.15059566497803'),(31706,18,6,13,'34.298919221273074','-84.15338516235351'),(31705,18,6,12,'34.2990610321488','-84.15643215179443'),(31704,18,6,11,'34.29824561634375','-84.1638994216919'),(31703,18,6,10,'34.29824561634375','-84.1638994216919'),(31702,18,6,9,'34.29363659559108','-84.16557312011719'),(31701,18,6,8,'34.28711262628654','-84.16707515716553'),(31700,18,6,7,'34.28136827748102','-84.1732120513916'),(31699,18,6,6,'34.27126152574796','-84.17475700378418'),(31698,18,6,5,'34.27023305132406','-84.17243957519531'),(31697,18,6,4,'34.27296380059998','-84.16522979736328'),(31696,18,6,3,'34.2696656117743','-84.15759086608887'),(31695,18,6,2,'34.259734799828585','-84.15289163589477'),(31694,18,6,1,'34.25844016116733','-84.14733409881592'),(31693,18,6,0,'34.256010443046996','-84.14467334747314'),(32027,24,7,23,'50.59527930046821','5.492134094238281'),(32026,24,7,22,'50.59367197079721','5.492992401123047'),(32025,24,7,21,'50.59173765385348','5.493078231811523'),(32024,24,7,20,'50.58958529228585','5.491061210632324'),(32023,24,7,19,'50.58694238463331','5.492563247680664'),(32022,24,7,18,'50.58626119882197','5.494794845581055'),(32021,24,7,17,'50.58958529228585','5.495352745056152'),(32020,24,7,16,'50.59489790517378','5.500030517578125'),(32019,24,7,15,'50.59696829962637','5.499687194824219'),(32018,24,7,14,'50.598275870254675','5.498142242431641'),(32017,24,7,13,'50.59958340455766','5.494537353515625'),(32016,24,7,12,'50.600373355596226','5.493979454040527'),(32015,24,7,11,'50.602034933468836','5.494108200073242'),(32014,24,7,10,'50.60301550927637','5.496211051940918'),(32013,24,7,9,'50.604295674718614','5.497026443481445'),(32012,24,7,8,'50.60500383638473','5.4968976974487305'),(32011,24,7,7,'50.60598435032818','5.499215126037598'),(32010,24,7,6,'50.60748231828902','5.499172210693359'),(32009,24,7,5,'50.60838107617443','5.500931739807129'),(32008,24,7,4,'50.60895300407181','5.501618385314941'),(32007,24,7,3,'50.61072321302431','5.5034637451171875'),(32006,24,7,2,'50.61333755364678','5.505695343017578'),(32005,24,7,1,'50.61483528749928','5.507326126098633'),(32004,24,7,0,'50.61548882914481','5.5086565017700195'),(45620,27,9,170,'50.456629706127664','4.855742454528809'),(40393,26,8,187,'50.403867742406234','4.445900917053223'),(40392,26,8,186,'50.409529482988006','4.4528961181640625'),(40391,26,8,185,'50.41179945951054','4.454784393310547'),(40390,26,8,184,'50.4159562430095','4.455814361572266'),(40389,26,8,183,'50.41737821679422','4.451866149902344'),(40388,26,8,182,'50.41781573860215','4.45220947265625'),(40387,26,8,181,'50.4223001041409','4.462680816650391'),(40386,26,8,180,'50.42295631714494','4.480190277099609'),(40385,26,8,179,'50.42208136445244','4.482421875'),(40384,26,8,178,'50.415299933019966','4.488945007324219'),(40383,26,8,177,'50.41004912576594','4.515380859375'),(40382,26,8,176,'50.40720469552101','4.518985748291016'),(40381,26,8,175,'50.408408129155134','4.523277282714844'),(40380,26,8,174,'50.40414127199399','4.529628753662109'),(40379,26,8,173,'50.40315655808972','4.527912139892578'),(40378,26,8,172,'50.40129648711394','4.529628753662109'),(40377,26,8,171,'50.38072142270411','4.537525177001953'),(40376,26,8,170,'50.35980888893791','4.552631378173828'),(40375,26,8,169,'50.35290901596783','4.577693939208984'),(40374,26,8,168,'50.33899669963307','4.5998382568359375'),(40373,26,8,167,'50.33691497898596','4.6087646484375'),(40372,26,8,166,'50.33406616079459','4.6108245849609375'),(32030,24,7,26,'50.59476169181973','5.481576919555664'),(32029,24,7,25,'50.59792174012966','5.485868453979492'),(32028,24,7,24,'50.59699554105165','5.489602088928223'),(40371,26,8,165,'50.32650500733244','4.640007019042969'),(40370,26,8,164,'50.32902552550652','4.654598236083984'),(40369,26,8,163,'50.319490687960204','4.657859802246094'),(40368,26,8,162,'50.31444850649947','4.6616363525390625'),(40367,26,8,161,'50.308748005209914','4.662837982177734'),(40366,26,8,160,'50.30458182206496','4.659404754638672'),(40365,26,8,159,'50.28911990011426','4.642238616943359'),(40364,26,8,158,'50.25192492460376','4.604816436767578'),(40363,26,8,157,'50.24929055069352','4.6067047119140625'),(40362,26,8,156,'50.207889813140895','4.591083526611328'),(40361,26,8,155,'50.19822080619086','4.547309875488281'),(40360,26,8,154,'50.198550463675915','4.545078277587891'),(40359,26,8,153,'50.1962428134763','4.539585113525391'),(40358,26,8,152,'50.196462594491535','4.534435272216797'),(40357,26,8,151,'50.19569335651186','4.5298004150390625'),(40356,26,8,150,'50.19437463399775','4.516239166259766'),(40355,26,8,149,'50.21217431486703','4.459419250488281'),(40354,26,8,148,'50.224696037407725','4.414615631103516'),(40353,26,8,147,'50.22403708131753','4.398822784423828'),(40352,26,8,146,'50.22886921456534','4.375133514404297'),(40351,26,8,145,'50.22414690796479','4.338226318359375'),(40350,26,8,144,'50.22875939879218','4.301662445068359'),(40349,26,8,143,'50.224696037407725','4.281063079833984'),(40348,26,8,142,'50.23787324742315','4.257545471191406'),(40347,26,8,141,'50.23710467685095','4.239521026611328'),(40346,26,8,140,'50.239575038167956','4.237375259399414'),(40345,26,8,139,'50.26525920765318','4.217290878295898'),(40344,26,8,138,'50.275298611425185','4.209737777709961'),(40343,26,8,137,'50.28166129044452','4.193515777587891'),(40342,26,8,136,'50.29049084088498','4.173088073730469'),(40341,26,8,135,'50.29920909978138','4.158239364624023'),(40340,26,8,134,'50.31346193018245','4.157037734985352'),(40339,26,8,133,'50.32305277638119','4.165706634521484'),(40338,26,8,132,'50.32414874988282','4.164762496948242'),(40337,26,8,131,'50.32792966446627','4.173431396484375'),(40335,26,8,129,'50.40851753069726','4.170684814453125'),(40336,26,8,130,'50.360794503211615','4.1741180419921875'),(40334,26,8,128,'50.41508116100287','4.1837310791015625'),(40333,26,8,127,'50.42497958333773','4.174633026123047'),(40332,26,8,126,'50.42667468576138','4.17905330657959'),(40331,26,8,125,'50.432634402864224','4.195404052734375'),(40330,26,8,124,'50.435094617762935','4.2026567459106445'),(40329,26,8,123,'50.43968667684409','4.215230941772461'),(40328,26,8,122,'50.44381368314855','4.226346015930176'),(40327,26,8,121,'50.448869458622546','4.240207672119141'),(40326,26,8,120,'50.453186936509965','4.235658645629883'),(40325,26,8,119,'50.45791384968247','4.234371185302734'),(40324,26,8,118,'50.4654540743659','4.232997894287109'),(40323,26,8,117,'50.47050753755268','4.236688613891602'),(40322,26,8,116,'50.4769533337037','4.2301225662231445'),(40321,26,8,115,'50.47793651348744','4.223642349243164'),(40320,26,8,114,'50.48184172012449','4.227418899536133'),(40319,26,8,113,'50.49199920778325','4.226045608520508'),(40318,26,8,112,'50.496776840627156','4.227547645568848'),(40317,26,8,111,'50.49833287957701','4.230165481567383'),(40316,26,8,110,'50.5052115954173','4.237375259399414'),(40315,26,8,109,'50.51350839553377','4.244928359985352'),(40314,26,8,108,'50.52674204846692','4.25471305847168'),(40313,26,8,107,'50.533452957218486','4.256858825683594'),(40312,26,8,106,'50.53639890831776','4.258747100830078'),(40311,26,8,105,'50.54466295567935','4.2658281326293945'),(40310,26,8,104,'50.55453427558857','4.273896217346191'),(40309,26,8,103,'50.5651122906572','4.281449317932129'),(40308,26,8,102,'50.57260815752744','4.289131164550781'),(40307,26,8,101,'50.580811357558574','4.298529624938965'),(40306,26,8,100,'50.58863168292075','4.309430122375488'),(40304,26,8,98,'50.594843419879446','4.319729804992676'),(40305,26,8,99,'50.59165592040149','4.316167831420898'),(40303,26,8,97,'50.5996651242455','4.317026138305664'),(40302,26,8,96,'50.6039960646516','4.316596984863281'),(40301,26,8,95,'50.60764573009063','4.32037353515625'),(40300,26,8,94,'50.621098021483014','4.321746826171875'),(40299,26,8,93,'50.63666955293341','4.323978424072266'),(40298,26,8,92,'50.64287494962243','4.318742752075195'),(40297,26,8,91,'50.65386846495845','4.310760498046875'),(40296,26,8,90,'50.65958189993273','4.301233291625977'),(40295,26,8,89,'50.668504350745785','4.277544021606445'),(40294,26,8,88,'50.683135675330696','4.2729949951171875'),(40293,26,8,87,'50.6804708295436','4.260892868041992'),(40292,26,8,86,'50.681504155056714','4.255485534667969'),(40291,26,8,85,'50.678485693007005','4.242439270019531'),(40290,26,8,84,'50.6787848285433','4.236946105957031'),(40289,26,8,83,'50.68030767080371','4.232525825500488'),(40288,26,8,82,'50.6837066940253','4.224286079406738'),(40287,26,8,81,'50.688084273166325','4.220981597900391'),(40286,26,8,80,'50.6880298958065','4.218535423278809'),(40285,26,8,79,'50.68933493504731','4.21475887298584'),(40284,26,8,78,'50.69352169087465','4.207119941711426'),(40283,26,8,77,'50.69436443420544','4.203858375549316'),(40282,26,8,76,'50.692869234026254','4.204459190368652'),(40281,26,8,75,'50.6855012789707','4.1957902908325195'),(40280,26,8,74,'50.674460774933784','4.187464714050293'),(40279,26,8,73,'50.665349043620424','4.178667068481445'),(40278,26,8,72,'50.65808559128205','4.166522026062012'),(40277,26,8,71,'50.64937884990168','4.159870147705078'),(40276,26,8,70,'50.63914636652902','4.153347015380859'),(40275,26,8,69,'50.632368841250255','4.148046970367432'),(40274,26,8,68,'50.63168831283899','4.147639274597168'),(40273,26,8,67,'50.628094959494874','4.146416187286377'),(40271,26,8,65,'50.618375196130216','4.139764308929443'),(40272,26,8,66,'50.62248660171463','4.142575263977051'),(40270,26,8,64,'50.61434512530623','4.136631488800049'),(40269,26,8,63,'50.61279291133159','4.136416912078857'),(40268,26,8,62,'50.60937513686986','4.134700298309326'),(40267,26,8,61,'50.6057392237578','4.132554531097412'),(40266,26,8,60,'50.60372369020802','4.130902290344238'),(40265,26,8,59,'50.6002507778559','4.122748374938965'),(40264,26,8,58,'50.59495239040504','4.108414649963379'),(40263,26,8,57,'50.592309784043984','4.098029136657715'),(40262,26,8,56,'50.589871371328975','4.092471599578857'),(40261,26,8,55,'50.586656287792834','4.085476398468018'),(40260,26,8,54,'50.58416308460388','4.072215557098389'),(40259,26,8,53,'50.581642499109215','4.068245887756348'),(40258,26,8,52,'50.57931254063838','4.066572189331055'),(40257,26,8,51,'50.57797719084107','4.055972099304199'),(40256,26,8,50,'50.573616601322776','4.044857025146484'),(40255,26,8,49,'50.57192676436369','4.036746025085449'),(40254,26,8,48,'50.57337130617025','4.026017189025879'),(40253,26,8,47,'50.570509435013406','4.011340141296387'),(40252,26,8,46,'50.568437876953695','4.003701210021973'),(40251,26,8,45,'50.569473667369','3.999795913696289'),(40250,26,8,44,'50.56759287317053','3.994174003601074'),(40249,26,8,43,'50.56598459829573','3.984861373901367'),(40248,26,8,42,'50.56241348664088','3.972201347351074'),(40247,26,8,41,'50.56137754101956','3.956022262573242'),(40246,26,8,40,'50.56274062263236','3.9446067810058593'),(40245,26,8,39,'50.56426722723319','3.9440488815307617'),(40244,26,8,38,'50.5637492776439','3.933277130126953'),(40243,26,8,37,'50.562086348378486','3.9197587966918945'),(40242,26,8,36,'50.55856946863547','3.910360336303711'),(40241,26,8,35,'50.55783334431399','3.9001035690307617'),(40240,26,8,34,'50.55794240049447','3.8910484313964843'),(40239,26,8,33,'50.55439794546682','3.882293701171875'),(40238,26,8,32,'50.550171516130746','3.8722407817840576'),(40237,26,8,31,'50.548180873000874','3.872702121734619'),(40236,26,8,30,'50.54639467646268','3.87117862701416'),(40235,26,8,29,'50.5450106684984','3.869065046310425'),(40234,26,8,28,'50.54119250489712','3.867208957672119'),(40233,26,8,27,'50.53819912119907','3.8631856441497802'),(40232,26,8,26,'50.53579200288363','3.861168622970581'),(40231,26,8,25,'50.53558060702241','3.859848976135254'),(40230,26,8,24,'50.53431221196037','3.859527111053467'),(40229,26,8,23,'50.53035678256041','3.859301805496216'),(40228,26,8,22,'50.529586117197944','3.858218193054199'),(40227,26,8,21,'50.52895866353545','3.8586151599884033'),(40226,26,8,20,'50.52856991088422','3.859419822692871'),(40225,26,8,19,'50.52760142543788','3.8577139377593994'),(40224,26,8,18,'50.52668748432129','3.8578319549560547'),(40223,26,8,17,'50.5213398919682','3.852081298828125'),(40222,26,8,16,'50.51634643982681','3.8441848754882812'),(40221,26,8,15,'50.512198471388686','3.83697509765625'),(40220,26,8,14,'50.507422398454466','3.8318681716918945'),(40219,26,8,13,'50.504338163224915','3.8317394256591797'),(40218,26,8,12,'50.494838544980624','3.832683563232422'),(40217,26,8,11,'50.48435399018932','3.831310272216797'),(40216,26,8,10,'50.49191730129335','3.8074493408203125'),(40215,26,8,9,'50.470835311107265','3.8168907165527343'),(40214,26,8,8,'50.46395158926805','3.8103675842285156'),(40213,26,8,7,'50.45641112502938','3.8132858276367187'),(40212,26,8,6,'50.45652041570478','3.8265037536621093'),(40211,26,8,5,'50.444934198897805','3.8241004943847656'),(40210,26,8,4,'50.437062697631134','3.8270187377929687'),(40209,26,8,3,'50.4478856743724','3.881092071533203'),(40208,26,8,2,'50.44733911872866','3.8967132568359375'),(40207,26,8,1,'50.453350883601736','3.926239013671875'),(40206,26,8,0,'50.44996252824478','3.9389419555664062'),(45621,27,9,171,'50.45724446005149','4.8522233963012695'),(45619,27,9,169,'50.45792751059669','4.857909679412842'),(45618,27,9,168,'50.45691659228634','4.858853816986084'),(45617,27,9,167,'50.4569712370717','4.860098361968994'),(45616,27,9,166,'50.46057765333456','4.865591526031494'),(45615,27,9,165,'50.46061863375747','4.864132404327393'),(45614,27,9,164,'50.45996294273019','4.8647332191467285'),(45613,27,9,163,'50.45753134248182','4.862179756164551'),(45612,27,9,162,'50.45885644350954','4.863488674163818'),(45611,27,9,161,'50.45773625743826','4.862812757492065'),(45610,27,9,160,'50.45628817271778','4.862179756164551'),(45609,27,9,159,'50.45617205079668','4.862673282623291'),(45608,27,9,158,'50.45811193255283','4.864282608032227'),(45607,27,9,157,'50.45907501330838','4.865344762802124'),(45606,27,9,156,'50.460898665696995','4.868606328964233'),(45605,27,9,155,'50.46155434375229','4.866718053817749'),(45604,27,9,154,'50.46126065574726','4.863628149032593'),(45603,27,9,153,'50.46169094220305','4.860302209854126'),(45602,27,9,152,'50.46201877687517','4.858778715133667'),(45601,27,9,151,'50.46268809894141','4.859272241592407'),(45600,27,9,150,'50.4646072249993','4.856429100036621'),(45599,27,9,149,'50.46680627013968','4.854530096054077'),(45598,27,9,148,'50.46798087346906','4.857287406921387'),(45597,27,9,147,'50.46809696639975','4.859068393707275'),(45596,27,9,146,'50.46829500662366','4.861482381820679'),(45595,27,9,145,'50.468554506351175','4.8635852336883545'),(45594,27,9,144,'50.46891643780333','4.866364002227783'),(45593,27,9,143,'50.46897106872527','4.8679304122924805'),(45592,27,9,142,'50.466246274560476','4.878959655761719'),(45590,27,9,140,'50.47648904725284','4.9074554443359375'),(45591,27,9,141,'50.468431585605145','4.896812438964844'),(45589,27,9,139,'50.47793651348744','4.910373687744141'),(45588,27,9,138,'50.49186269688782','4.930028915405273'),(45587,27,9,137,'50.50398332678218','4.945392608642578'),(45586,27,9,136,'50.509332885604124','4.970197677612305'),(45585,27,9,135,'50.51664660761078','4.984102249145508'),(45584,27,9,134,'50.52663292011256','5.005903244018555'),(45582,27,9,132,'50.54436296608899','5.018348693847656'),(45583,27,9,133,'50.532470932634744','5.010366439819336'),(45581,27,9,131,'50.55625200134143','5.0365447998046875'),(45580,27,9,130,'50.5685196507091','5.049333572387695'),(45579,27,9,129,'50.58754181999552','5.067014694213867'),(45578,27,9,128,'50.58361810457726','5.071735382080078'),(45577,27,9,127,'50.584817052310456','5.074396133422852'),(45576,27,9,126,'50.58367260286373','5.076885223388672'),(45575,27,9,125,'50.58389059537894','5.08967399597168'),(45574,27,9,124,'50.58666991149134','5.098085403442383'),(45573,27,9,123,'50.583236614805884','5.105552673339844'),(45572,27,9,122,'50.58045709604579','5.1189422607421875'),(45571,27,9,121,'50.58078410676759','5.130615234375'),(45570,27,9,120,'50.575878707524076','5.144863128662109'),(45569,27,9,119,'50.57255364643703','5.161342620849609'),(45568,27,9,118,'50.57140889896778','5.163230895996094'),(45567,27,9,117,'50.56737480521809','5.165548324584961'),(45566,27,9,116,'50.567810940113745','5.167865753173828'),(45564,27,9,114,'50.55805145642261','5.176448822021484'),(45565,27,9,115,'50.56415818568749','5.177478790283203'),(45563,27,9,113,'50.55128951171572','5.184173583984375'),(45562,27,9,112,'50.550144247614575','5.182027816772461'),(45561,27,9,111,'50.54769001657248','5.185890197753906'),(45560,27,9,110,'50.540708394216','5.186491012573242'),(45559,27,9,109,'50.53661711959903','5.203227996826172'),(45558,27,9,108,'50.53907192695534','5.209922790527344'),(45557,27,9,107,'50.536998986912245','5.214815139770508'),(45556,27,9,106,'50.53514417386044','5.219879150390625'),(45555,27,9,105,'50.53083417956793','5.219364166259766'),(45554,27,9,104,'50.52625096888481','5.2239990234375'),(45553,27,9,103,'50.52543249155731','5.22974967956543'),(45551,27,9,101,'50.516755759058974','5.240306854248047'),(45552,27,9,102,'50.51970275275366','5.238332748413086'),(45550,27,9,100,'50.50938746981539','5.238933563232422'),(45549,27,9,99,'50.508241188127016','5.234041213989258'),(45547,27,9,97,'50.4963946477807','5.2356719970703125'),(45548,27,9,98,'50.49775960803291','5.241765975952148'),(45546,27,9,96,'50.492163020337095','5.235028266906738'),(45545,27,9,95,'50.49047026322402','5.240607261657715'),(45544,27,9,94,'50.48754874942167','5.235071182250977'),(45543,27,9,93,'50.48582852128931','5.224814414978027'),(45542,27,9,92,'50.49325508951392','5.223054885864258'),(45541,27,9,91,'50.493664608946965','5.221080780029297'),(45540,27,9,90,'50.492572549236684','5.2178192138671875'),(45539,27,9,89,'50.493336993684515','5.2164459228515625'),(45538,27,9,88,'50.49388301785975','5.208034515380859'),(45537,27,9,87,'50.5009261639172','5.208292007446289'),(45536,27,9,86,'50.510506432240106','5.2202653884887695'),(45535,27,9,85,'50.51356297491772','5.218334197998047'),(45533,27,9,83,'50.52084875616663','5.213956832885742'),(45534,27,9,84,'50.513754002264605','5.216617584228516'),(45532,27,9,82,'50.523904629228625','5.218162536621094'),(45531,27,9,81,'50.52696030441847','5.211982727050781'),(45530,27,9,80,'50.51691948575802','5.189666748046875'),(45529,27,9,79,'50.493992221937475','5.107612609863281'),(45528,27,9,78,'50.49158967391367','5.0942230224609375'),(45527,27,9,77,'50.48525509799541','5.097312927246094'),(45526,27,9,76,'50.48831327515687','5.104522705078125'),(45524,27,9,74,'50.470616795656674','5.095939636230469'),(45525,27,9,75,'50.48656576958568','5.1079559326171875'),(45523,27,9,73,'50.45247649254707','5.114479064941406'),(45522,27,9,72,'50.43061146372601','5.126495361328125'),(45521,27,9,71,'50.40742350390956','5.121345520019531'),(45520,27,9,70,'50.384224191860525','5.07293701171875'),(45519,27,9,69,'50.36013742930313','5.0592041015625'),(45518,27,9,68,'50.35028022913875','5.043067932128906'),(45516,27,9,66,'50.32234038005264','5.0022125244140625'),(45517,27,9,67,'50.323545967584394','5.010280609130859'),(45515,27,9,65,'50.31784655711474','4.991912841796875'),(45514,27,9,64,'50.31510621267078','4.977149963378906'),(45513,27,9,63,'50.31028282278776','4.970111846923828'),(45512,27,9,62,'50.30995393747716','4.9431610107421875'),(45511,27,9,61,'50.3165312114952','4.924106597900391'),(45510,27,9,60,'50.31554467839683','4.9060821533203125'),(45509,27,9,59,'50.31970990110981','4.884624481201172'),(45508,27,9,58,'50.32442273930938','4.877414703369141'),(45507,27,9,57,'50.31587352503761','4.878101348876953'),(45506,27,9,56,'50.31707927659292','4.862308502197266'),(45505,27,9,55,'50.31839460704828','4.855613708496094'),(45504,27,9,54,'50.31718888885425','4.842395782470703'),(45503,27,9,53,'50.31280420126435','4.8319244384765625'),(45502,27,9,52,'50.30480110396127','4.829349517822266'),(45501,27,9,51,'50.30370468436946','4.823513031005859'),(45499,27,9,49,'50.29624836081853','4.815101623535156'),(45500,27,9,50,'50.299099446068745','4.8175048828125'),(45498,27,9,48,'50.29405510204365','4.812183380126953'),(45497,27,9,47,'50.29230042222455','4.814243316650391'),(45496,27,9,46,'50.29175207151025','4.8126983642578125'),(45495,27,9,45,'50.29164240060906','4.801368713378906'),(45494,27,9,44,'50.2954807317485','4.7811126708984375'),(45493,27,9,43,'50.299976668692395','4.7756195068359375'),(45492,27,9,42,'50.30414325523928','4.778709411621094'),(45491,27,9,41,'50.305568582636454','4.768924713134766'),(45490,27,9,40,'50.30721313809286','4.763774871826172'),(45489,27,9,39,'50.30370468436946','4.760684967041016'),(45488,27,9,38,'50.29953805940269','4.751930236816406'),(45487,27,9,37,'50.30019597182063','4.748497009277344'),(45486,27,9,36,'50.30162141750976','4.7248077392578125'),(45485,27,9,35,'50.30337575356313','4.7206878662109375'),(45484,27,9,34,'50.32223077966974','4.7406005859375'),(45483,27,9,33,'50.34633677599785','4.7454071044921875'),(45482,27,9,32,'50.34633677599785','4.734077453613281'),(45481,27,9,31,'50.3794078175762','4.69940185546875'),(45480,27,9,30,'50.394949813205464','4.6945953369140625'),(45479,27,9,29,'50.40436009452754','4.691505432128906'),(45477,27,9,27,'50.42492490160417','4.6218109130859375'),(45478,27,9,28,'50.42251884281915','4.653053283691406'),(45476,27,9,26,'50.43411054714534','4.6080780029296875'),(45475,27,9,25,'50.450290444207404','4.604644775390625'),(45474,27,9,24,'50.45641112502938','4.6142578125'),(45473,27,9,23,'50.457285443362366','4.6424102783203125'),(45472,27,9,22,'50.45968973545269','4.6561431884765625'),(45471,27,9,21,'50.46449795300867','4.669532775878906'),(45470,27,9,20,'50.47957510101639','4.672279357910156'),(45469,27,9,19,'50.48394439005174','4.666099548339844'),(45468,27,9,18,'50.48503664919602','4.669532775878906'),(45467,27,9,17,'50.48918700370731','4.696311950683594'),(45466,27,9,16,'50.48700265203729','4.7069549560546875'),(45465,27,9,15,'50.51779268522843','4.76531982421875'),(45464,27,9,14,'50.55728805962664','4.703521728515625'),(45463,27,9,13,'50.57146341138278','4.700431823730469'),(45462,27,9,12,'50.57495207474565','4.688758850097656'),(45461,27,9,11,'50.65860250329662','4.634857177734375'),(45460,27,9,10,'50.66904834778399','4.6273040771484375'),(45459,27,9,9,'50.6903680653673','4.615631103515625'),(45458,27,9,8,'50.71037368077055','4.6163177490234375'),(45457,27,9,7,'50.704285918657924','4.6355438232421875'),(45456,27,9,6,'50.70472078502399','4.661979675292969'),(45455,27,9,5,'50.696892573351135','4.6712493896484375'),(45454,27,9,4,'50.69145554638782','4.684638977050781'),(45453,27,9,3,'50.679056768285406','4.701805114746094'),(45452,27,9,2,'50.67252977956561','4.725837707519531'),(45451,27,9,1,'50.63770384261476','4.780426025390625'),(45450,27,9,0,'50.62420185009975','4.8140716552734375'),(52118,51,51,47,'42.61343312463009','-76.84842109680176'),(52117,51,51,46,'42.61785459446799','-76.84953689575195'),(52116,51,51,45,'42.62227575038123','-76.84867858886719'),(51969,29,10,263,'50.26783783575824','5.444068908691406'),(51968,29,10,262,'50.27464035471261','5.4512786865234375'),(51967,29,10,261,'50.30951542019118','5.467414855957031'),(51966,29,10,260,'50.32376516203201','5.4773712158203125'),(51965,29,10,259,'50.34042098225083','5.483207702636719'),(51964,29,10,258,'50.34984208385045','5.491790771484375'),(51963,29,10,257,'50.351156507586644','5.497283935546875'),(51962,29,10,256,'50.353785245901356','5.505180358886719'),(51961,29,10,255,'50.36911665209698','5.516853332519531'),(51960,29,10,254,'50.37765628748239','5.52337646484375'),(51959,29,10,253,'50.37174439592903','5.5336761474609375'),(51958,29,10,252,'50.3671457487212','5.538825988769531'),(51957,29,10,251,'50.37021156304572','5.544319152832031'),(51956,29,10,250,'50.36867868064329','5.551872253417969'),(51955,29,10,249,'50.35575670412571','5.565948486328125'),(51954,29,10,248,'50.34896578114507','5.588264465332031'),(51953,29,10,247,'50.33691497898596','5.591011047363281'),(51952,29,10,246,'50.321573172065094','5.601654052734375'),(51951,29,10,245,'50.306884231551166','5.635643005371094'),(51950,29,10,244,'50.303156465095114','5.643882751464844'),(51948,29,10,242,'50.2954807317485','5.658302307128906'),(51949,29,10,243,'50.29635802110316','5.651435852050781'),(51947,29,10,241,'50.29219075258723','5.662422180175781'),(51946,29,10,240,'50.292848766619365','5.6744384765625'),(51945,29,10,239,'50.30206000758937','5.6964111328125'),(51944,29,10,238,'50.30359504102012','5.7067108154296875'),(51943,29,10,237,'50.302279301112605','5.723533630371094'),(51942,29,10,236,'50.3046914631395','5.724220275878906'),(51941,29,10,235,'50.30118282338591','5.7547760009765625'),(51940,29,10,234,'50.2954807317485','5.766105651855469'),(51939,29,10,233,'50.28561011175866','5.777091979980469'),(51938,29,10,232,'50.28758439955971','5.792884826660156'),(51937,29,10,231,'50.28582948111449','5.799407958984375'),(51936,29,10,230,'50.27639568572166','5.799064636230469'),(51935,29,10,229,'50.27420151184809','5.8062744140625'),(51934,29,10,228,'50.27442093378594','5.832710266113281'),(51933,29,10,227,'50.27025174404439','5.8412933349609375'),(51932,29,10,226,'50.26432647799741','5.846443176269531'),(51931,29,10,225,'50.26849618651692','5.862579345703125'),(51930,29,10,224,'50.26630164859332','5.904808044433594'),(51929,29,10,223,'50.27815095201283','5.910301208496094'),(51928,29,10,222,'50.28517137001351','5.915107727050781'),(51927,29,10,221,'50.28648758311506','5.920600891113281'),(51926,29,10,220,'50.289777956613456','5.924034118652344'),(51925,29,10,219,'50.29613870028114','5.944633483886719'),(51924,29,10,218,'50.2957000556038','5.95184326171875'),(51923,29,10,217,'50.30074422521789','5.9621429443359375'),(51922,29,10,216,'50.308857636679754','5.9690093994140625'),(51920,29,10,214,'50.31236571026408','6.0143280029296875'),(51921,29,10,215,'50.312146463247444','5.982398986816406'),(51919,29,10,213,'50.31631198368696','6.018791198730469'),(51918,29,10,212,'50.33472359553965','6.04248046875'),(51917,29,10,211,'50.33779150406155','6.042823791503906'),(51916,29,10,210,'50.34020186462779','6.035270690917969'),(51915,29,10,209,'50.34129744263508','6.027717590332031'),(51914,29,10,208,'50.34699404092974','6.021881103515625'),(51913,29,10,207,'50.35071837038415','6.021537780761719'),(51912,29,10,206,'50.36626976538937','6.02874755859375'),(51911,29,10,205,'50.36999258287717','6.044883728027344'),(51910,29,10,204,'50.3734961443035','6.0541534423828125'),(51909,29,10,203,'50.376561548331125','6.0555267333984375'),(51908,29,10,202,'50.378313118846606','6.064796447753906'),(51907,29,10,201,'50.384662019815956','6.0651397705078125'),(51906,29,10,200,'50.39122895411487','6.0733795166015625'),(51905,29,10,199,'50.396262987870436','6.06719970703125'),(51904,29,10,198,'50.403484798331135','6.066856384277344'),(51903,29,10,197,'50.40786111765567','6.058616638183594'),(51902,29,10,196,'50.41617501098541','6.0541534423828125'),(51901,29,10,195,'50.42055015834603','6.0431671142578125'),(51900,29,10,194,'50.42339378742972','6.030120849609375'),(51899,29,10,193,'50.42492490160417','6.021881103515625'),(51898,29,10,192,'50.41617501098541','5.9964752197265625'),(51897,29,10,191,'50.41639377795106','5.987892150878906'),(51896,29,10,190,'50.41289338526561','5.980339050292969'),(51895,29,10,189,'50.410486715264035','5.969696044921875'),(51894,29,10,188,'50.413987285763','5.966949462890625'),(51888,29,10,182,'50.4441689715025','5.977592468261719'),(51889,29,10,183,'50.43673469000188','5.977592468261719'),(51890,29,10,184,'50.42995535679469','5.9799957275390625'),(51891,29,10,185,'50.42798698145024','5.972785949707031'),(51892,29,10,186,'50.42317505279245','5.966606140136719'),(51893,29,10,187,'50.41639377795106','5.9662628173828125'),(51885,29,10,179,'50.44963461000952','5.9580230712890625'),(51887,29,10,181,'50.4478856743724','5.972785949707031'),(51886,29,10,180,'50.4489787667211','5.966606140136719'),(51884,29,10,178,'50.45269509182578','5.9580230712890625'),(51883,29,10,177,'50.4535694788403','5.951499938964844'),(51882,29,10,176,'50.43323580053468','5.9291839599609375'),(51881,29,10,175,'50.420331410575514','5.931587219238281'),(51880,29,10,174,'50.408079923013204','5.928840637207031'),(51874,29,10,168,'50.35707096412743','5.919227600097656'),(51875,29,10,169,'50.37021156304572','5.918540954589844'),(51876,29,10,170,'50.3794078175762','5.923004150390625'),(51877,29,10,171,'50.385537663600836','5.930900573730469'),(51878,29,10,172,'50.39691956156224','5.930900573730469'),(51879,29,10,173,'50.40239065535225','5.935020446777344'),(51873,29,10,167,'50.346774953629875','5.919914245605469'),(51872,29,10,166,'50.33844888725473','5.921630859375'),(51870,29,10,164,'50.32749131297406','5.9127044677734375'),(51871,29,10,165,'50.33034052539615','5.917167663574219'),(51869,29,10,163,'50.323545967584394','5.9085845947265625'),(51868,29,10,162,'50.32814883869609','5.903778076171875'),(51867,29,10,161,'50.3305596885064','5.9017181396484375'),(51866,29,10,160,'50.33625757456571','5.900688171386719'),(51865,29,10,159,'50.34020186462779','5.903778076171875'),(51864,29,10,158,'50.3454604086048','5.898628234863281'),(51863,29,10,157,'50.34699404092974','5.89141845703125'),(51862,29,10,156,'50.352470894936836','5.890045166015625'),(51861,29,10,155,'50.35729000392365','5.8866119384765625'),(51860,29,10,154,'50.36101352582648','5.888328552246094'),(51859,29,10,153,'50.36364171837389','5.886268615722656'),(51858,29,10,152,'50.3621086237409','5.881805419921875'),(51857,29,10,151,'50.36167058760708','5.8742523193359375'),(51856,29,10,150,'50.365612767278996','5.8742523193359375'),(51855,29,10,149,'50.36736474202761','5.872535705566406'),(51854,29,10,148,'50.37021156304572','5.870475769042969'),(51853,29,10,147,'50.3734961443035','5.8721923828125'),(51850,29,10,144,'50.363860727850316','5.8426666259765625'),(51852,29,10,146,'50.37086849748783','5.865669250488281'),(51851,29,10,145,'50.36999258287717','5.8563995361328125'),(51849,29,10,143,'50.35641383867465','5.837860107421875'),(51848,29,10,142,'50.35729000392365','5.8289337158203125'),(51847,29,10,141,'50.36342270788683','5.8234405517578125'),(51846,29,10,140,'50.36626976538937','5.8110809326171875'),(51845,29,10,139,'50.36736474202761','5.7952880859375'),(51844,29,10,138,'50.3671457487212','5.785675048828125'),(51842,29,10,136,'50.369773601698036','5.748939514160156'),(51843,29,10,137,'50.37064952035105','5.770912170410156'),(51841,29,10,135,'50.37130644872962','5.73486328125'),(51840,29,10,134,'50.371525422834615','5.729026794433594'),(51839,29,10,133,'50.3680217158832','5.724220275878906'),(51838,29,10,132,'50.36824070514717','5.716667175292969'),(51837,29,10,131,'50.36933563630794','5.713233947753906'),(51836,29,10,130,'50.37064952035105','5.7080841064453125'),(51835,29,10,129,'50.37327717929372','5.71014404296875'),(51834,29,10,128,'50.37480991314028','5.713233947753906'),(51833,29,10,127,'50.378313118846606','5.709800720214844'),(51832,29,10,126,'50.38137821162599','5.710487365722656'),(51831,29,10,125,'50.38137821162599','5.7080841064453125'),(51830,29,10,124,'50.37962675429052','5.702934265136719'),(51829,29,10,123,'50.38094035335527','5.696067810058594'),(51828,29,10,122,'50.38072142270411','5.687828063964844'),(51827,29,10,121,'50.38137821162599','5.679931640625'),(51826,29,10,120,'50.383129604288214','5.670661926269531'),(51824,29,10,118,'50.38904007706254','5.662078857421875'),(51825,29,10,119,'50.38488093227791','5.6641387939453125'),(51823,29,10,117,'50.39057230160899','5.658302307128906'),(51822,29,10,116,'50.393636602165074','5.6504058837890625'),(51821,29,10,115,'50.39648184677813','5.6449127197265625'),(51820,29,10,114,'50.39691956156224','5.639076232910156'),(51819,29,10,113,'50.399545765392446','5.638389587402344'),(51817,29,10,111,'50.403922448450075','5.6325531005859375'),(51818,29,10,112,'50.40151532278236','5.638389587402344'),(51816,29,10,110,'50.40436009452754','5.624656677246094'),(51815,29,10,109,'50.401734157440416','5.6188201904296875'),(51814,29,10,108,'50.40370362389581','5.618476867675781'),(51813,29,10,107,'50.404797736563545','5.614013671875'),(51812,29,10,106,'50.40436009452754','5.608177185058594'),(51811,29,10,105,'50.40545419203986','5.604743957519531'),(51810,29,10,104,'50.40764231128779','5.6023406982421875'),(51809,29,10,103,'50.41070550849757','5.60302734375'),(51808,29,10,102,'50.410924300720815','5.5995941162109375'),(51807,29,10,101,'50.41245581799453','5.592384338378906'),(51806,29,10,100,'50.41376850768412','5.579338073730469'),(51805,29,10,99,'50.41508116100287','5.5776214599609375'),(51803,29,10,97,'50.42339378742972','5.5803680419921875'),(51804,29,10,98,'50.41967516120248','5.5803680419921875'),(51802,29,10,96,'50.42448744546264','5.571784973144531'),(51801,29,10,95,'50.42448744546264','5.5666351318359375'),(51800,29,10,94,'50.42317505279245','5.560455322265625'),(51799,29,10,93,'50.42404998528016','5.554618835449219'),(51798,29,10,92,'50.42448744546264','5.548095703125'),(51797,29,10,91,'50.42339378742972','5.5419158935546875'),(51796,29,10,90,'50.42579980176455','5.5364227294921875'),(51795,29,10,89,'50.42733083815175','5.533332824707031'),(51794,29,10,88,'50.43192365031358','5.533332824707031'),(51793,29,10,87,'50.4347665964966','5.5336761474609375'),(51791,29,10,85,'50.43629734296064','5.5268096923828125'),(51792,29,10,86,'50.43564131482271','5.531959533691406'),(51790,29,10,84,'50.4373907029876','5.524406433105469'),(51789,29,10,83,'50.43717203300251','5.5206298828125'),(51788,29,10,82,'50.438484037761','5.5158233642578125'),(51787,29,10,81,'50.4373907029876','5.5117034912109375'),(51786,29,10,80,'50.433673175860335','5.498313903808594'),(51785,29,10,79,'50.43673469000188','5.4924774169921875'),(51784,29,10,78,'50.43629734296064','5.4869842529296875'),(51783,29,10,77,'50.4373907029876','5.4787445068359375'),(51782,29,10,76,'50.43870270168527','5.472908020019531'),(51781,29,10,75,'50.440014664018136','5.4705047607421875'),(51780,29,10,74,'50.43914002650341','5.469474792480469'),(51779,29,10,73,'50.43826537282658','5.465354919433594'),(51778,29,10,72,'50.441545240779156','5.46295166015625'),(51777,29,10,71,'50.4413265899865','5.459175109863281'),(51776,29,10,70,'50.44526214970798','5.436859130859375'),(51775,29,10,69,'50.44876015027149','5.4306793212890625'),(51774,29,10,68,'50.45007183381818','5.4210662841796875'),(51773,29,10,67,'50.450946269314805','5.414543151855469'),(51772,29,10,66,'50.45378807306885','5.409393310546875'),(51771,29,10,65,'50.45750402042058','5.404930114746094'),(51770,29,10,64,'50.46100111599232','5.3997802734375'),(51769,29,10,63,'50.467994531475696','5.3908538818359375'),(51768,29,10,62,'50.47323891440969','5.385704040527344'),(51767,29,10,61,'50.47848271564207','5.377464294433594'),(51766,29,10,60,'50.47935662596124','5.371971130371094'),(51765,29,10,59,'50.47891967282137','5.364418029785156'),(51764,29,10,58,'50.48066746114436','5.349998474121094'),(51763,29,10,57,'50.48503664919602','5.33935546875'),(51762,29,10,56,'50.47192787321152','5.3098297119140625'),(51759,29,10,53,'50.456629706127664','5.295066833496094'),(51761,29,10,55,'50.467557473306535','5.3029632568359375'),(51760,29,10,54,'50.45859689056161','5.299873352050781'),(51758,29,10,52,'50.45531820438789','5.2878570556640625'),(51757,29,10,51,'50.4520392909595','5.2837371826171875'),(51756,29,10,50,'50.45225789225832','5.282020568847656'),(51755,29,10,49,'50.4520392909595','5.2796173095703125'),(51754,29,10,48,'50.454006666287384','5.278587341308594'),(51753,29,10,47,'50.455973959802854','5.2823638916015625'),(51752,29,10,46,'50.45859689056161','5.284423828125'),(51751,29,10,45,'50.46143823475898','5.281333923339844'),(51750,29,10,44,'50.46187534948574','5.2768707275390625'),(51749,29,10,43,'50.46449795300867','5.275154113769531'),(51748,29,10,42,'50.467338942707045','5.272407531738281'),(51747,29,10,41,'50.47017976172576','5.268287658691406'),(51746,29,10,40,'50.47192787321152','5.266227722167969'),(51745,29,10,39,'50.47323891440969','5.2672576904296875'),(51744,29,10,38,'50.47673484653018','5.268287658691406'),(51743,29,10,37,'50.4797935750617','5.266914367675781'),(51742,29,10,36,'50.48197825997291','5.265541076660156'),(51741,29,10,35,'50.48394439005174','5.263481140136719'),(51740,29,10,34,'50.48569199256475','5.2603912353515625'),(51739,29,10,33,'50.484818199386815','5.2562713623046875'),(51738,29,10,32,'50.48328902244728','5.252838134765625'),(51737,29,10,31,'50.48154133106944','5.2494049072265625'),(51736,29,10,30,'50.4817597960261','5.2459716796875'),(51735,29,10,29,'50.48110439812657','5.240478515625'),(51734,29,10,28,'50.48044899113845','5.2349853515625'),(51733,29,10,27,'50.4797935750617','5.230522155761719'),(51732,29,10,26,'50.47891967282137','5.227775573730469'),(51731,29,10,25,'50.48044899113845','5.225715637207031'),(51730,29,10,24,'50.48416284390024','5.2260589599609375'),(51729,29,10,23,'50.48634732684517','5.223655700683594'),(51728,29,10,22,'50.48984228951737','5.222969055175781'),(51727,29,10,21,'50.49355540411194','5.2233123779296875'),(51726,29,10,20,'50.49377381352957','5.220222473144531'),(51725,29,10,19,'50.49268175634369','5.218505859375'),(51724,29,10,18,'50.493336993684515','5.217132568359375'),(51723,29,10,17,'50.49355540411194','5.211982727050781'),(51722,29,10,16,'50.49442903572398','5.20751953125'),(51721,29,10,15,'50.49879695144531','5.20751953125'),(51720,29,10,14,'50.50141750701033','5.208549499511719'),(51719,29,10,13,'50.50578477651406','5.2136993408203125'),(51718,29,10,12,'50.51036997482761','5.219535827636719'),(51717,29,10,11,'50.51189827531961','5.218849182128906'),(51716,29,10,10,'50.51539134781519','5.2164459228515625'),(51715,29,10,9,'50.518229278906055','5.214385986328125'),(51714,29,10,8,'50.52215844027985','5.214042663574219'),(51713,29,10,7,'50.523904629228625','5.2178192138671875'),(51712,29,10,6,'50.52739681329302','5.2136993408203125'),(51711,29,10,5,'50.52957929709429','5.213356018066406'),(51710,29,10,4,'50.53012490227091','5.216617584228516'),(51708,29,10,2,'50.531543446202086','5.2191925048828125'),(51709,29,10,3,'50.53088873891836','5.2191925048828125'),(51707,29,10,1,'50.534380406110806','5.2191925048828125'),(51706,29,10,0,'50.537871814876496','5.220222473144531'),(52114,51,51,43,'42.64503973179245','-76.84473037719727'),(52115,51,51,44,'42.62634925185951','-76.84365749359131'),(52113,51,51,42,'42.64623926681475','-76.84580326080322'),(52112,51,51,41,'42.64797539496024','-76.84653282165527'),(52111,51,51,40,'42.652394411593896','-76.84657573699951'),(52109,51,51,38,'42.66495532964535','-76.85052394866943'),(52110,51,51,39,'42.654793174861055','-76.84696197509766'),(52107,51,51,36,'42.67297026751954','-76.86116695404053'),(52108,51,51,37,'42.66908914713297','-76.85490131378174'),(52106,51,51,35,'42.67539978864221','-76.8614673614502'),(52105,51,51,34,'42.67729285614562','-76.86211109161377'),(52104,51,51,33,'42.680826427853866','-76.86266899108887'),(52103,51,51,32,'42.68271933003726','-76.86185359954834'),(52102,51,51,31,'42.68981719959574','-76.8627119064331'),(52101,51,51,30,'42.69571570073433','-76.86726093292236'),(52100,51,51,29,'42.699311303576934','-76.8744707107544'),(52098,51,51,27,'42.71429074102464','-76.89348220825195'),(52099,51,51,28,'42.71173660838651','-76.89172267913818'),(52095,51,51,24,'42.737619925503054','-76.89193725585938'),(52096,51,51,25,'42.72624016261093','-76.89120769500732'),(52097,51,51,26,'42.71924104447196','-76.89378261566162'),(52094,51,51,23,'42.74329326539727','-76.8953275680542'),(52092,51,51,21,'42.749312741719386','-76.92008972167969'),(52093,51,51,22,'42.75010058802973','-76.89584255218506'),(52091,51,51,20,'42.76572938855637','-76.92210674285889'),(52090,51,51,19,'42.771085126830855','-76.92412376403809'),(52089,51,51,18,'42.781669223878524','-76.92622661590576'),(52088,51,51,17,'42.78308659951191','-76.92656993865967'),(52087,51,51,16,'42.78727554226294','-76.92875862121582'),(52086,51,51,15,'42.79155867933011','-76.93227767944336'),(52085,51,51,14,'42.79514872764227','-76.93356513977051'),(52084,51,51,13,'42.823043232174335','-76.93060398101807'),(52083,51,51,12,'42.83490874896221','-76.92996025085449'),(52082,51,51,11,'42.84227240682387','-76.93021774291992'),(52081,51,51,10,'42.85671395600564','-76.93442344665527'),(52080,51,51,9,'42.858161071077724','-76.9357967376709'),(52079,51,51,8,'42.86297405765275','-76.9378137588501'),(52078,51,51,7,'42.86750358464056','-76.93626880645752'),(52077,51,51,6,'42.869044806232104','-76.93639755249023'),(52076,51,51,5,'42.874391603193885','-76.94064617156982'),(52075,51,51,4,'42.8759955519576','-76.94231986999512'),(52074,51,51,3,'42.876561641567925','-76.94489479064941'),(52073,51,51,2,'42.875429457154226','-76.94704055786133'),(52072,51,51,1,'42.87476900665352','-76.94759845733643'),(52071,51,51,0,'42.87461175549249','-76.94841384887695'),(52119,51,51,48,'42.61397003414132','-76.82310104370117'),(52120,51,51,49,'42.64213549858361','-76.82456016540527'),(52121,51,51,50,'42.66530245466328','-76.82597637176514'),(52122,51,51,51,'42.67483185714568','-76.82310104370117'),(52123,51,51,52,'42.67836556879873','-76.8224573135376'),(52124,51,51,53,'42.68085797669615','-76.82001113891602'),(52125,51,51,54,'42.68846078054314','-76.82031154632568'),(52126,51,51,55,'42.694958705185414','-76.81971073150635'),(52127,51,51,56,'42.74174890762693','-76.8215560913086'),(52128,51,51,57,'42.74477455201036','-76.82147026062012'),(52129,51,51,58,'42.74861942868261','-76.81868076324463'),(52130,51,51,59,'42.751802301883934','-76.81829452514648'),(52131,51,51,60,'42.75236952945268','-76.7933177947998'),(52132,51,51,61,'42.75110901669439','-76.79211616516113'),(52133,51,51,62,'42.74556245600149','-76.79190158843994'),(52134,51,51,63,'42.73884919319958','-76.79125785827637'),(52135,51,51,64,'42.739290462838774','-76.7693281173706'),(52136,51,51,65,'42.74600367786244','-76.77027225494385'),(52137,51,51,66,'42.752810702861524','-76.7689847946167'),(52138,51,51,67,'42.759932067638026','-76.77040100097656'),(52139,51,51,68,'42.76201160383965','-76.76975727081299'),(52140,51,51,69,'42.771085126830855','-76.76911354064941'),(52141,51,51,70,'42.77829888928825','-76.76980018615723'),(52142,51,51,71,'42.78705507865847','-76.76658153533936'),(52143,51,51,72,'42.80314685829006','-76.76357746124268'),(52144,51,51,73,'42.808436392402776','-76.75658226013184'),(52145,51,51,74,'42.810199469931284','-76.75568103790283'),(52146,51,51,75,'42.81567728301592','-76.74950122833252'),(52147,51,51,76,'42.82729241906786','-76.74520969390869'),(52148,51,51,77,'42.83774102891369','-76.74379348754883'),(52149,51,51,78,'42.85309601995448','-76.7488145828247'),(52150,51,51,79,'42.85303309745234','-76.75426483154297'),(52151,51,51,80,'42.85190048145136','-76.7603588104248'),(52152,51,51,81,'42.851491476124224','-76.7669677734375'),(52153,51,51,82,'42.84809348099439','-76.7675256729126'),(52154,51,51,83,'42.850358831851736','-76.79765224456787'),(52155,51,51,84,'42.85146001406378','-76.79842472076416'),(52156,51,51,85,'42.85205779047137','-76.81095600128174'),(52157,51,51,86,'42.84897446064477','-76.90073490142822'),(52158,51,51,87,'42.84963518713675','-76.90322399139404'),(52159,51,51,88,'42.84872275345538','-76.93184852600098'),(52308,30,11,48,'45.133307282341974','10.022706985473632'),(52307,30,11,47,'45.132709347070055','10.020475387573242'),(52306,30,11,46,'45.132103836608636','10.014896392822265'),(52304,30,11,44,'45.130166159930745','9.996185302734375'),(52305,30,11,45,'45.1305900323292','10.001506805419921'),(52303,30,11,43,'45.12465553209166','9.991035461425781'),(52302,30,11,42,'45.121445800225885','9.989190101623535'),(52301,30,11,41,'45.11604032479278','9.992451667785644'),(52300,30,11,40,'45.11222438675874','9.99457597732544'),(52299,30,11,39,'45.10827189623291','9.990155696868896'),(52297,30,11,37,'45.10451601945142','9.986443519592285'),(52298,30,11,38,'45.105909357413175','9.987645149230957'),(52296,30,11,36,'45.102577405713824','9.983911514282226'),(52295,30,11,35,'45.10130515467227','9.983482360839843'),(52294,30,11,34,'45.10048726403164','9.985671043395996'),(52293,30,11,33,'45.099760240292774','9.987130165100097'),(52292,30,11,32,'45.098215284110026','9.989233016967773'),(52291,30,11,31,'45.09645822431425','9.989769458770752'),(52290,30,11,30,'45.09662484437391','9.985005855560302'),(52289,30,11,29,'45.09700352451954','9.982666969299316'),(52288,30,11,28,'45.094383006473215','9.981915950775146'),(52287,30,11,27,'45.09450418915035','9.980435371398925'),(52286,30,11,26,'45.09604924574298','9.979362487792968'),(52285,30,11,25,'45.096685433365955','9.978160858154296'),(52284,30,11,24,'45.09676116951564','9.976444244384765'),(52283,30,11,23,'45.092640977071916','9.966530799865722'),(52282,30,11,22,'45.091944150432724','9.963312149047851'),(52281,30,11,21,'45.09006570583821','9.942197799682617'),(52280,30,11,20,'45.089217355770565','9.930868148803711'),(52279,30,11,19,'45.08739942033838','9.925546646118164'),(52278,30,11,18,'45.08152103312507','9.908380508422851'),(52277,30,11,17,'45.076187539976694','9.904518127441406'),(52276,30,11,16,'45.067762030875016','9.88821029663086'),(52275,30,11,15,'45.048421094243004','9.876708984375'),(52273,30,11,13,'45.04253869730901','9.82975959777832'),(52274,30,11,14,'45.040901221471635','9.840316772460937'),(52272,30,11,12,'45.04423677089763','9.795427322387695'),(52270,30,11,10,'45.03835394368192','9.76984977722168'),(52271,30,11,11,'45.04144705195812','9.775772094726562'),(52269,30,11,9,'45.039263698768075','9.757747650146484'),(52268,30,11,8,'45.04466128141948','9.731912612915039'),(52267,30,11,7,'45.048693974264275','9.711356163024902'),(52266,30,11,6,'45.04793597099075','9.70916748046875'),(52265,30,11,5,'45.04687474953214','9.706549644470214'),(52264,30,11,4,'45.047329561139506','9.705734252929687'),(52263,30,11,3,'45.048663654326205','9.706635475158691'),(52262,30,11,2,'45.055970294598254','9.702730178833007'),(52261,30,11,1,'45.057334501598724','9.699640274047851'),(52260,30,11,0,'45.051938114774','9.692473411560058'),(52309,30,11,49,'45.133398107404446','10.023458003997802'),(55897,31,12,182,'44.21881573305762','12.048482894897461'),(55896,31,12,181,'44.22238339503474','12.04002857208252'),(55895,31,12,180,'44.22336753960444','12.037582397460937'),(55894,31,12,179,'44.224935986008305','12.033247947692871'),(55893,31,12,178,'44.22687342093104','12.027969360351562'),(55892,31,12,177,'44.239050123165356','11.998615264892578'),(55891,31,12,176,'44.2678214038788','11.928749084472656'),(55890,31,12,175,'44.276671273775186','11.905574798583984'),(55889,31,12,174,'44.28392225704307','11.887550354003906'),(55888,31,12,173,'44.290189335048844','11.875877380371093'),(55887,31,12,172,'44.28994357988053','11.873645782470703'),(55886,31,12,171,'44.30087868960237','11.846351623535156'),(55885,31,12,170,'44.31359280117383','11.814680099487304'),(55884,31,12,169,'44.32446210373143','11.787042617797851'),(55883,31,12,168,'44.334101551400344','11.763181686401367'),(55882,31,12,167,'44.34429185582977','11.73914909362793'),(55881,31,12,166,'44.34791328441686','11.72541618347168'),(55880,31,12,165,'44.355523693236364','11.723184585571289'),(55879,31,12,164,'44.36147630800924','11.70842170715332'),(55878,31,12,163,'44.35945125951474','11.699495315551757'),(55877,31,12,162,'44.36896224323163','11.674089431762695'),(55876,31,12,161,'44.38307247016241','11.63778305053711'),(55875,31,12,160,'44.38577143048361','11.630744934082031'),(55874,31,12,159,'44.398405816937775','11.597614288330078'),(55873,31,12,158,'44.40196257929402','11.591606140136718'),(55872,31,12,157,'44.41680053044146','11.598472595214843'),(55871,31,12,156,'44.42648608729097','11.603279113769531'),(55870,31,12,155,'44.44144037718231','11.608686447143554'),(55869,31,12,154,'44.45767738166657','11.618728637695312'),(55868,31,12,153,'44.47072498482857','11.62928581237793'),(55867,31,12,152,'44.4729299254413','11.627225875854492'),(55866,31,12,151,'44.489525554530765','11.639156341552734'),(55865,31,12,150,'44.501158051378304','11.608943939208984'),(55864,31,12,149,'44.52221308916298','11.570320129394531'),(55863,31,12,148,'44.53628634227552','11.542682647705078'),(55862,31,12,147,'44.54815418163019','11.513500213623046'),(55860,31,12,145,'44.558674160243065','11.49169921875'),(55861,31,12,146,'44.549377532663684','11.514015197753906'),(55859,31,12,144,'44.560019601727916','11.484317779541015'),(55858,31,12,143,'44.567357825790445','11.457023620605468'),(55857,31,12,142,'44.578852515755095','11.42354965209961'),(55856,31,12,141,'44.588388937947926','11.39505386352539'),(55855,31,12,140,'44.59657923109364','11.371879577636718'),(55854,31,12,139,'44.60122395901207','11.344757080078125'),(55853,31,12,138,'44.6094124432598','11.315574645996093'),(55852,31,12,137,'44.61540030545483','11.274375915527343'),(55851,31,12,136,'44.619676971898265','11.245536804199218'),(55850,31,12,135,'44.628473695255835','11.205196380615234'),(55849,31,12,134,'44.62603029469821','11.196613311767578'),(55848,31,12,133,'44.63555897524004','11.188716888427734'),(55847,31,12,132,'44.63873485444414','11.183052062988281'),(55846,31,12,131,'44.64142200108133','11.183223724365234'),(55845,31,12,130,'44.64765081690434','11.164512634277343'),(55844,31,12,129,'44.67255939212045','11.084346771240234'),(55843,31,12,128,'44.66938536480121','11.080741882324218'),(55842,31,12,127,'44.6721931670702','11.069412231445312'),(55841,31,12,126,'44.67402426917907','11.063232421875'),(55840,31,12,125,'44.67793042697764','11.046581268310546'),(55839,31,12,124,'44.67890692528533','11.040916442871093'),(55838,31,12,123,'44.68208043113055','11.045036315917968'),(55837,31,12,122,'44.69330836376087','11.051216125488281'),(55836,31,12,121,'44.70648620322685','11.058940887451171'),(55835,31,12,120,'44.718197320392626','11.064605712890625'),(55834,31,12,119,'44.727344981761426','11.046409606933593'),(55833,31,12,118,'44.72716204270899','11.044435501098632'),(55832,31,12,117,'44.73008899811972','11.036710739135742'),(55831,31,12,116,'44.73557664030154','11.038169860839843'),(55830,31,12,115,'44.73588149404382','11.036624908447265'),(55829,31,12,114,'44.73819832996363','11.027612686157226'),(55828,31,12,113,'44.74283172331756','11.022720336914062'),(55827,31,12,112,'44.746184605339366','11.011905670166015'),(55826,31,12,111,'44.75093926821036','11.00332260131836'),(55825,31,12,110,'44.74371568381742','11.000275611877441'),(55824,31,12,109,'44.744294823023225','10.994009971618652'),(55823,31,12,108,'44.74813528357522','10.988516807556152'),(55822,31,12,107,'44.74670276066632','10.986499786376953'),(55821,31,12,106,'44.747769536420314','10.984611511230468'),(55820,31,12,105,'44.74783049444019','10.98109245300293'),(55819,31,12,104,'44.74868389996833','10.975341796875'),(55818,31,12,103,'44.758436211143476','10.941352844238281'),(55817,31,12,102,'44.762885156396244','10.926504135131836'),(55816,31,12,101,'44.77580343887854','10.883846282958984'),(55815,31,12,100,'44.77781404372695','10.877580642700195'),(55814,31,12,99,'44.778758394567845','10.873804092407226'),(55813,31,12,98,'44.78098212747562','10.86672306060791'),(55812,31,12,97,'44.79304362450304','10.872774124145507'),(55811,31,12,96,'44.803701940385054','10.849342346191406'),(55810,31,12,95,'44.80522439622254','10.83552360534668'),(55809,31,12,94,'44.81119203564818','10.817327499389648'),(55808,31,12,93,'44.80790382090899','10.815095901489257'),(55807,31,12,92,'44.81210539536276','10.798702239990234'),(55806,31,12,91,'44.80747755712495','10.79106330871582'),(55805,31,12,90,'44.80863455149579','10.785655975341796'),(55804,31,12,89,'44.801448632008544','10.780677795410156'),(55803,31,12,88,'44.79401818087074','10.776901245117187'),(55802,31,12,87,'44.78439371557173','10.777759552001953'),(55801,31,12,86,'44.7751332217051','10.780763626098632'),(55800,31,12,85,'44.77403648591524','10.778532028198242'),(55799,31,12,84,'44.77117268871091','10.774927139282226'),(55798,31,12,83,'44.76806500343342','10.773382186889648'),(55796,31,12,81,'44.76087403179304','10.762825012207031'),(55797,31,12,82,'44.7684306221447','10.771751403808593'),(55795,31,12,80,'44.75794863467065','10.759391784667968'),(55794,31,12,79,'44.758192423421356','10.755615234375'),(55793,31,12,78,'44.754291679980696','10.748748779296875'),(55792,31,12,77,'44.75234120951701','10.74462890625'),(55791,31,12,76,'44.73600343509071','10.72540283203125'),(55790,31,12,75,'44.72673518266995','10.718193054199218'),(55789,31,12,74,'44.71526976327075','10.707206726074218'),(55788,31,12,73,'44.713317976237725','10.691413879394531'),(55787,31,12,72,'44.70843822065772','10.6842041015625'),(55786,31,12,71,'44.704290104932255','10.666694641113281'),(55785,31,12,70,'44.69904353287858','10.651845932006836'),(55784,31,12,69,'44.692149058440165','10.649356842041015'),(55783,31,12,68,'44.69855545549317','10.630559921264648'),(55782,31,12,67,'44.7018498980029','10.622663497924804'),(55781,31,12,66,'44.70715721664363','10.606269836425781'),(55780,31,12,65,'44.71673356034585','10.579147338867187'),(55779,31,12,64,'44.71862424343133','10.573482513427734'),(55778,31,12,63,'44.725729000114626','10.552797317504882'),(55777,31,12,62,'44.73341213251811','10.530610084533691'),(55776,31,12,61,'44.738594621547335','10.515718460083007'),(55775,31,12,60,'44.74920203289163','10.484647750854492'),(55774,31,12,59,'44.75368216503226','10.47220230102539'),(55773,31,12,58,'44.75849715791329','10.457782745361328'),(55772,31,12,57,'44.75785721362393','10.454349517822265'),(55771,31,12,56,'44.758405737734456','10.452160835266113'),(55770,31,12,55,'44.760508365252775','10.446882247924804'),(55769,31,12,54,'44.762885156396244','10.445122718811035'),(55768,31,12,53,'44.765901712036694','10.43628215789795'),(55767,31,12,52,'44.76977120428596','10.431132316589355'),(55766,31,12,51,'44.77007587770603','10.424094200134277'),(55765,31,12,50,'44.77626040067331','10.406112670898437'),(55764,31,12,49,'44.780951665959556','10.39207935333252'),(55763,31,12,48,'44.78494198771195','10.379891395568847'),(55762,31,12,47,'44.78763758332829','10.372123718261718'),(55761,31,12,46,'44.79011985665554','10.364913940429687'),(55760,31,12,45,'44.792647706277684','10.35759687423706'),(55759,31,12,44,'44.7950993100853','10.350558757781982'),(55758,31,12,43,'44.79691129813493','10.344915390014648'),(55757,31,12,42,'44.79596724423395','10.335109233856201'),(55756,31,12,41,'44.7955865729689','10.331482887268066'),(55755,31,12,40,'44.79476431446617','10.32440185546875'),(55754,31,12,39,'44.79453590724722','10.32139778137207'),(55753,31,12,38,'44.794079090097284','10.31790018081665'),(55752,31,12,37,'44.793530904744074','10.312600135803222'),(55751,31,12,36,'44.793683178975634','10.311441421508789'),(55750,31,12,35,'44.79590633700028','10.305025577545166'),(55749,31,12,34,'44.79663721956124','10.304467678070068'),(55748,31,12,33,'44.80176836355501','10.30444622039795'),(55747,31,12,32,'44.805437536833494','10.304596424102783'),(55746,31,12,31,'44.80644233196344','10.304832458496093'),(55745,31,12,30,'44.81009598489744','10.285263061523437'),(55744,31,12,29,'44.81764613424161','10.249557495117187'),(55743,31,12,28,'44.82531704766643','10.212135314941406'),(55742,31,12,27,'44.83396082207883','10.210418701171875'),(55741,31,12,26,'44.83809963532139','10.208873748779296'),(55740,31,12,25,'44.84309016180539','10.185356140136718'),(55739,31,12,24,'44.848201960235585','10.18381118774414'),(55738,31,12,23,'44.855625431071296','10.17557144165039'),(55737,31,12,22,'44.862561252137745','10.172481536865234'),(55736,31,12,21,'44.87034784501639','10.179862976074218'),(55735,31,12,20,'44.8736324979772','10.180892944335937'),(55734,31,12,19,'44.87962346544402','10.182695388793945'),(55733,31,12,18,'44.88090064687839','10.172009468078613'),(55732,31,12,17,'44.88144800167143','10.170207023620605'),(55731,31,12,16,'44.88381981226776','10.169777870178222'),(55730,31,12,15,'44.88847192596022','10.167503356933593'),(55729,31,12,14,'44.894674158971824','10.167160034179687'),(55728,31,12,13,'44.89856541465798','10.160636901855468'),(55727,31,12,12,'44.90999445538175','10.152397155761718'),(55726,31,12,11,'44.91400623932653','10.147933959960937'),(55725,31,12,10,'44.91740995761091','10.131454467773437'),(55724,31,12,9,'44.92370022772639','10.13390064239502'),(55723,31,12,8,'44.92816681296334','10.123472213745117'),(55722,31,12,7,'44.929959426375','10.114974975585937'),(55721,31,12,6,'44.93217732824582','10.110340118408203'),(55720,31,12,5,'44.93943807897594','10.095577239990234'),(55719,31,12,4,'44.94341743150156','10.08570671081543'),(55718,31,12,3,'44.94751800240054','10.07871150970459'),(55717,31,12,2,'44.949158148744374','10.074076652526855'),(55716,31,12,1,'44.951344937633216','10.074892044067382'),(55715,31,12,0,'44.952407929914756','10.072317123413086'),(59601,32,13,257,'43.75311716611443','12.897090911865234'),(59600,32,13,256,'43.75150520246327','12.901039123535156'),(59599,32,13,255,'43.750761204595804','12.906532287597656'),(59598,32,13,254,'43.750761204595804','12.91116714477539'),(59597,32,13,253,'43.749893195394385','12.91391372680664'),(59596,32,13,252,'43.751381203460966','12.915973663330078'),(59595,32,13,251,'43.750017197479615','12.918891906738281'),(59594,32,13,250,'43.7492731811147','12.921295166015625'),(59593,32,13,249,'43.75423311551576','12.920608520507812'),(59592,32,13,248,'43.7601844942019','12.912368774414062'),(59591,32,13,247,'43.759192638860114','12.89794921875'),(59590,32,13,246,'43.7641517511446','12.886962890625'),(59589,32,13,245,'43.74480888870276','12.873916625976562'),(59588,32,13,244,'43.73786377204876','12.861557006835938'),(59587,32,13,243,'43.73835987852785','12.852630615234375'),(59586,32,13,242,'43.731414013769','12.830657958984375'),(59585,32,13,241,'43.70759350405294','12.847137451171875'),(59584,32,13,240,'43.69965122967144','12.825164794921875'),(59583,32,13,239,'43.704615274467294','12.81829833984375'),(59582,32,13,238,'43.711564246658504','12.80181884765625'),(59581,32,13,237,'43.711564246658504','12.786712646484375'),(59580,32,13,236,'43.707097142731','12.763710021972656'),(59579,32,13,235,'43.7048634659177','12.758216857910156'),(59578,32,13,234,'43.70039586259354','12.754096984863281'),(59577,32,13,233,'43.69468677385365','12.758216857910156'),(59576,32,13,232,'43.69270087644112','12.764396667480469'),(59575,32,13,231,'43.68947365288618','12.769203186035156'),(59574,32,13,230,'43.69195614795694','12.773666381835938'),(59573,32,13,229,'43.693445595677424','12.774009704589844'),(59572,32,13,228,'43.693445595677424','12.783622741699219'),(59571,32,13,227,'43.69195614795694','12.791519165039062'),(59570,32,13,226,'43.68326696566219','12.801132202148438'),(59569,32,13,225,'43.682273836109566','12.777786254882812'),(59568,32,13,224,'43.67730794174066','12.767486572265625'),(59567,32,13,223,'43.667871610117494','12.759246826171875'),(59566,32,13,222,'43.66141431780771','12.737274169921875'),(59565,32,13,221,'43.64005063334693','12.69744873046875'),(59564,32,13,220,'43.617188046474375','12.67547607421875'),(59563,32,13,219,'43.581883071277325','12.672042846679688'),(59562,32,13,218,'43.530629170442424','12.645263671875'),(59561,32,13,217,'43.49477531370227','12.626724243164062'),(59560,32,13,216,'43.44643852380548','12.638397216796875'),(59559,32,13,215,'43.441951707246176','12.626724243164062'),(59558,32,13,214,'43.434971553373444','12.614364624023438'),(59557,32,13,213,'43.42001136931236','12.586898803710938'),(59556,32,13,212,'43.393572674883146','12.574539184570312'),(59555,32,13,211,'43.37261306118718','12.56011962890625'),(59554,32,13,210,'43.354142636008895','12.552566528320312'),(59553,32,13,209,'43.340660668598005','12.577285766601562'),(59552,32,13,208,'43.32467816302811','12.600631713867188'),(59551,32,13,207,'43.30119623257966','12.641143798828125'),(59550,32,13,206,'43.28520334369384','12.66448974609375'),(59549,32,13,205,'43.26420629463836','12.674789428710938'),(59548,32,13,204,'43.26420629463836','12.692642211914062'),(59547,32,13,203,'43.278205132315556','12.712554931640625'),(59546,32,13,202,'43.281204464332745','12.72491455078125'),(59545,32,13,201,'43.288702147512716','12.740707397460938'),(59544,32,13,200,'43.3036947415533','12.757186889648438'),(59543,32,13,199,'43.3186836390722','12.755126953125'),(59542,32,13,198,'43.33217048621886','12.737960815429688'),(59541,32,13,197,'43.34665302379894','12.725601196289062'),(59540,32,13,196,'43.37211393444652','12.698135375976562'),(59539,32,13,195,'43.38059853037141','12.678909301757812'),(59538,32,13,194,'43.38958092619001','12.6837158203125'),(59537,32,13,193,'43.40255314816992','12.667922973632812'),(59536,32,13,192,'43.446937038436744','12.63153076171875'),(59535,32,13,191,'43.46886761482922','12.6287841796875'),(59534,32,13,190,'43.50872101129684','12.6397705078125'),(59533,32,13,189,'43.55651037504758','12.64251708984375'),(59532,32,13,188,'43.60264590046443','12.675819396972656'),(59531,32,13,187,'43.61010385045385','12.67496109008789'),(59530,32,13,186,'43.62203464713195','12.67770767211914'),(59529,32,13,185,'43.62489271566357','12.677364349365234'),(59528,32,13,184,'43.62886893280334','12.673587799072266'),(59527,32,13,183,'43.63408731864001','12.676849365234375'),(59526,32,13,182,'43.63831139435743','12.672042846679688'),(59525,32,13,181,'43.639553713058625','12.67049789428711'),(59524,32,13,180,'43.64104446159409','12.674617767333984'),(59523,32,13,179,'43.64352896028985','12.671699523925781'),(59522,32,13,178,'43.6455164852693','12.672386169433594'),(59521,32,13,177,'43.64750394449096','12.667579650878906'),(59520,32,13,176,'43.65421113388417','12.670669555664062'),(59519,32,13,175,'43.659427318896284','12.66500473022461'),(59518,32,13,174,'43.66042082657193','12.660884857177734'),(59517,32,13,173,'43.66799578200857','12.651100158691406'),(59516,32,13,172,'43.66923748679124','12.649555206298828'),(59515,32,13,171,'43.67283828539733','12.64801025390625'),(59514,32,13,170,'43.682273836109566','12.647323608398438'),(59513,32,13,169,'43.691707903073805','12.655563354492188'),(59512,32,13,168,'43.69865837138952','12.66448974609375'),(59511,32,13,167,'43.70411888848378','12.660369873046875'),(59510,32,13,166,'43.70660077729878','12.650070190429688'),(59509,32,13,165,'43.7089584764947','12.638740539550781'),(59508,32,13,164,'43.71429397960517','12.6397705078125'),(59507,32,13,163,'43.717085623329126','12.641916275024414'),(59506,32,13,162,'43.72037339248104','12.641229629516602'),(59505,32,13,161,'43.72242040289427','12.643890380859375'),(59504,32,13,160,'43.72533572122561','12.645263671875'),(59503,32,13,159,'43.725707879311486','12.64028549194336'),(59502,32,13,158,'43.72608003508531','12.638654708862305'),(59501,32,13,157,'43.7275066107992','12.632131576538086'),(59500,32,13,156,'43.740406274305286','12.629728317260742'),(59499,32,13,155,'43.742948668597485','12.6287841796875'),(59498,32,13,154,'43.74418882175701','12.6287841796875'),(59497,32,13,153,'43.74555296055977','12.626724243164062'),(59496,32,13,152,'43.74790912709143','12.624149322509766'),(59495,32,13,151,'43.74716508452188','12.620201110839844'),(59494,32,13,150,'43.74877716506659','12.618484497070312'),(59493,32,13,149,'43.75311716611443','12.615394592285156'),(59492,32,13,148,'43.755968995444164','12.611446380615234'),(59491,32,13,147,'43.759192638860114','12.608184814453125'),(59490,32,13,146,'43.76216815555818','12.60732650756836'),(59489,32,13,145,'43.764523667995','12.6068115234375'),(59488,32,13,144,'43.76787081559809','12.605266571044922'),(59487,32,13,143,'43.76787081559809','12.599430084228516'),(59486,32,13,142,'43.76824270932613','12.597370147705078'),(59485,32,13,141,'43.76960629987973','12.59908676147461'),(59484,32,13,140,'43.77096985934647','12.59805679321289'),(59483,32,13,139,'43.77282920852046','12.595653533935547'),(59482,32,13,138,'43.77431664623899','12.59307861328125'),(59480,32,13,136,'43.78200115174581','12.597370147705078'),(59481,32,13,137,'43.78088572028641','12.595653533935547'),(59479,32,13,135,'43.78497553389674','12.601146697998047'),(59478,32,13,134,'43.79315432175056','12.6123046875'),(59477,32,13,133,'43.7943934344001','12.611618041992188'),(59476,32,13,132,'43.797615007047504','12.609729766845703'),(59475,32,13,131,'43.80009302166679','12.611961364746094'),(59474,32,13,130,'43.802942611428','12.608528137207031'),(59473,32,13,129,'43.80467707778153','12.608699798583984'),(59472,32,13,128,'43.8106234372528','12.604751586914062'),(59471,32,13,127,'43.812729297610915','12.59908676147461'),(59470,32,13,126,'43.81644534063449','12.589645385742188'),(59469,32,13,125,'43.818055554131725','12.583808898925781'),(59468,32,13,124,'43.81966572420695','12.577629089355469'),(59467,32,13,123,'43.82115199650536','12.57110595703125'),(59466,32,13,122,'43.82288593409113','12.565269470214844'),(59465,32,13,121,'43.827344399497086','12.558059692382812'),(59464,32,13,120,'43.830068853318785','12.553939819335938'),(59463,32,13,119,'43.831307200309325','12.547073364257812'),(59462,32,13,118,'43.836260331331346','12.541923522949219'),(59461,32,13,117,'43.84022254015262','12.540206909179688'),(59460,32,13,116,'43.84121305124712','12.535057067871094'),(59459,32,13,115,'43.845917754377275','12.530250549316406'),(59458,32,13,114,'43.84987932186656','12.528533935546875'),(59457,32,13,113,'43.84814616846514','12.520637512207031'),(59456,32,13,112,'43.848641360290195','12.513771057128906'),(59455,32,13,111,'43.850622086478964','12.506904602050781'),(59454,32,13,110,'43.853593052427655','12.506904602050781'),(59453,32,13,109,'43.860524730744096','12.506217956542969'),(59452,32,13,108,'43.86547543619767','12.505874633789062'),(59451,32,13,107,'43.86832190567195','12.503814697265625'),(59450,32,13,106,'43.86733184475021','12.50218391418457'),(59449,32,13,105,'43.868940685397064','12.501325607299805'),(59448,32,13,104,'43.869930719595686','12.501583099365234'),(59447,32,13,103,'43.87092073734928','12.50295639038086'),(59446,32,13,102,'43.87085886172147','12.500381469726562'),(59445,32,13,101,'43.870611358567835','12.496089935302734'),(59444,32,13,100,'43.871848864057824','12.493000030517578'),(59443,32,13,99,'43.87407630918732','12.489051818847656'),(59442,32,13,98,'43.87797413783526','12.486820220947266'),(59441,32,13,97,'43.87871655247968','12.48544692993164'),(59440,32,13,96,'43.88261407759777','12.481584548950195'),(59439,32,13,95,'43.883294571711026','12.479095458984375'),(59438,32,13,94,'43.88614019014842','12.480039596557617'),(59437,32,13,93,'43.88768666489506','12.47823715209961'),(59436,32,13,92,'43.88861453047109','12.476434707641602'),(59435,32,13,91,'43.890037229614734','12.47274398803711'),(59434,32,13,90,'43.89424327180193','12.471370697021484'),(59433,32,13,89,'43.89919117642415','12.470254898071289'),(59432,32,13,88,'43.89999517209167','12.46622085571289'),(59431,32,13,87,'43.901603130856536','12.466564178466797'),(59430,32,13,86,'43.90234525102411','12.465362548828125'),(59429,32,13,85,'43.90655042390404','12.463130950927734'),(59428,32,13,84,'43.90939493123444','12.460041046142578'),(59427,32,13,83,'43.911497305805454','12.451972961425781'),(59426,32,13,82,'43.91594914798467','12.454204559326172'),(59425,32,13,81,'43.92040065713142','12.452659606933594'),(59424,32,13,80,'43.92460455441903','12.454333305358887'),(59423,32,13,79,'43.93047714881532','12.454419136047363'),(59422,32,13,78,'43.93328960710086','12.453603744506836'),(59421,32,13,77,'43.93743078707261','12.449140548706055'),(59420,32,13,76,'43.938265169023964','12.44849681854248'),(59419,32,13,75,'43.94076824462687','12.445964813232422'),(59418,32,13,74,'43.940860949106984','12.443947792053223'),(59417,32,13,73,'43.940490130319226','12.441802024841309'),(59416,32,13,72,'43.941200864297365','12.440428733825684'),(59415,32,13,71,'43.941231765581925','12.439570426940918'),(59414,32,13,70,'43.9403356218084','12.437639236450195'),(59413,32,13,69,'43.94027381829166','12.436952590942383'),(59412,32,13,68,'43.941262666850456','12.435922622680664'),(59411,32,13,67,'43.942220598208124','12.434635162353516'),(59410,32,13,66,'43.9426223067646','12.433004379272461'),(59409,32,13,65,'43.94283861024767','12.43201732635498'),(59408,32,13,64,'43.94327121485283','12.43154525756836'),(59407,32,13,63,'43.94512519893331','12.429656982421875'),(59406,32,13,62,'43.945866776375844','12.427597045898438'),(59405,32,13,61,'43.94673193836621','12.42502212524414'),(59404,32,13,60,'43.94636115619796','12.421932220458984'),(59403,32,13,59,'43.945248795816205','12.418842315673828'),(59402,32,13,58,'43.94660834456711','12.418327331542969'),(59401,32,13,57,'43.947597087764585','12.415580749511719'),(59400,32,13,56,'43.94809145319581','12.413177490234375'),(59399,32,13,55,'43.94870940420277','12.410945892333984'),(59398,32,13,54,'43.94982169982553','12.410774230957031'),(59397,32,13,53,'43.94796786222348','12.408199310302734'),(59396,32,13,52,'43.94895658280668','12.407855987548828'),(59395,32,13,51,'43.95043963284387','12.406654357910156'),(59394,32,13,50,'43.95834860806256','12.404594421386719'),(59393,32,13,49,'43.96119063892024','12.40081787109375'),(59392,32,13,48,'43.96366185959751','12.403564453125'),(59391,32,13,47,'43.971074904863265','12.41180419921875'),(59390,32,13,46,'43.98540416903878','12.4090576171875'),(59389,32,13,45,'43.98935646094579','12.41455078125'),(59388,32,13,44,'44.00269350325321','12.4310302734375'),(59387,32,13,43,'44.004669106432225','12.436180114746094'),(59386,32,13,42,'44.0081262536844','12.440986633300781'),(59385,32,13,41,'44.01460786170959','12.448625564575195'),(59384,32,13,40,'44.01744720017947','12.450599670410156'),(59383,32,13,39,'44.02201454635816','12.457122802734375'),(59382,32,13,38,'44.03083963735702','12.469654083251953'),(59381,32,13,37,'44.03262918088295','12.465105056762695'),(59380,32,13,36,'44.0347889028316','12.462100982666016'),(59379,32,13,35,'44.03873790513037','12.459955215454102'),(59378,32,13,34,'44.040033614164614','12.459182739257812'),(59377,32,13,33,'44.04786896495563','12.452058792114258'),(59376,32,13,32,'44.050768398975485','12.451887130737305'),(59375,32,13,31,'44.050768398975485','12.45326042175293'),(59374,32,13,30,'44.052372280223096','12.454719543457031'),(59373,32,13,29,'44.053852747438185','12.456951141357422'),(59372,32,13,28,'44.06051439190737','12.46373176574707'),(59371,32,13,27,'44.06125452836352','12.46347427368164'),(59370,32,13,26,'44.06409163239734','12.459783554077148'),(59369,32,13,25,'44.06316650471668','12.457294464111328'),(59368,32,13,24,'44.06328985590941','12.453947067260742'),(59367,32,13,23,'44.06625020742989','12.446050643920898'),(59366,32,13,22,'44.06766865673655','12.439613342285156'),(59365,32,13,21,'44.07124546492414','12.432661056518555'),(59364,32,13,20,'44.07821345318257','12.42279052734375'),(59363,32,13,19,'44.089064614915635','12.41455078125'),(59362,32,13,18,'44.09153051045218','12.405624389648438'),(59361,32,13,17,'44.0923935496012','12.39309310913086'),(59360,32,13,16,'44.09128392552496','12.369575500488281'),(59359,32,13,15,'44.09387301598443','12.3651123046875'),(59358,32,13,14,'44.097571520016636','12.355155944824219'),(59357,32,13,13,'44.1006534300048','12.341938018798828'),(59356,32,13,12,'44.10262576809243','12.338848114013672'),(59355,32,13,11,'44.107063288211805','12.32717514038086'),(59354,32,13,10,'44.11076096718628','12.314643859863281'),(59353,32,13,9,'44.1131027108895','12.308979034423828'),(59352,32,13,8,'44.118032394337085','12.300395965576172'),(59351,32,13,7,'44.12185261614565','12.289752960205078'),(59350,32,13,6,'44.127274442350284','12.278594970703125'),(59349,32,13,5,'44.129615531649286','12.272415161132812'),(59348,32,13,4,'44.13195652815869','12.269153594970703'),(59347,32,13,3,'44.1335582091491','12.26949691772461'),(59346,32,13,2,'44.136022248927865','12.267951965332031'),(59344,32,13,0,'44.1442760330519','12.240829467773438'),(59345,32,13,1,'44.1392253469323','12.256107330322266'),(62973,33,14,285,'42.18903732331293','14.104557037353516'),(62972,33,14,284,'42.18973686222704','14.100608825683594'),(62971,33,14,283,'42.19151747180299','14.092369079589844'),(62970,33,14,282,'42.194251881700914','14.0899658203125'),(62969,33,14,281,'42.19437906067751','14.089279174804688'),(62968,33,14,280,'42.19520571778742','14.08721923828125'),(62967,33,14,279,'42.203090211380704','14.077606201171875'),(62966,33,14,278,'42.20982940176788','14.068164825439453'),(62965,33,14,277,'42.212372305648465','14.063186645507812'),(62964,33,14,276,'42.21733067375916','14.058551788330078'),(62963,33,14,275,'42.21987327563142','14.057693481445312'),(62962,33,14,274,'42.215423655170284','14.057865142822266'),(62961,33,14,273,'42.21516938167412','14.054946899414062'),(62960,33,14,272,'42.21593219909134','14.053230285644531'),(62959,33,14,271,'42.21580506349499','14.051170349121094'),(62958,33,14,270,'42.218220596059815','14.048938751220703'),(62957,33,14,269,'42.22267001944491','14.045162200927734'),(62956,33,14,268,'42.2243225825616','14.046192169189453'),(62955,33,14,267,'42.226992016222894','14.04550552368164'),(62954,33,14,266,'42.227881802360294','14.04378890991211'),(62953,33,14,265,'42.23093240247468','14.041728973388672'),(62952,33,14,264,'42.23296605397935','14.041900634765625'),(62951,33,14,263,'42.23512673690763','14.042587280273438'),(62950,33,14,262,'42.23754153029026','14.041900634765625'),(62949,33,14,261,'42.24033749140099','14.039840698242188'),(62948,33,14,260,'42.24173542549947','14.03778076171875'),(62947,33,14,259,'42.246564414082975','14.033660888671875'),(62946,33,14,258,'42.249359975377885','14.034862518310547'),(62945,33,14,257,'42.25113890442506','14.036579132080078'),(62944,33,14,256,'42.251647160652176','14.040699005126953'),(62943,33,14,255,'42.25190128722989','14.045333862304688'),(62942,33,14,254,'42.25215541278375','14.049625396728516'),(62941,33,14,253,'42.253807203926485','14.05374526977539'),(62940,33,14,252,'42.25126596886579','14.058208465576172'),(62939,33,14,251,'42.252663660819785','14.059410095214844'),(62938,33,14,250,'42.25812706854601','14.060955047607422'),(62937,33,14,249,'42.262700720318364','14.060440063476562'),(62936,33,14,248,'42.266765910053714','14.060955047607422'),(62935,33,14,247,'42.266511843374744','14.064044952392578'),(62934,33,14,246,'42.26956057594246','14.068336486816406'),(62933,33,14,245,'42.27235511793376','14.071426391601562'),(62932,33,14,244,'42.27260916106199','14.076919555664062'),(62931,33,14,243,'42.27438743428872','14.079322814941406'),(62930,33,14,242,'42.27629267135368','14.079151153564453'),(62929,33,14,241,'42.27895990647951','14.076919555664062'),(62928,33,14,240,'42.27972195292279','14.077434539794922'),(62927,33,14,239,'42.28073800051147','14.07623291015625'),(62926,33,14,238,'42.28111901413328','14.072284698486328'),(62925,33,14,237,'42.282389042899574','14.068422317504883'),(62924,33,14,236,'42.28537350973319','14.066276550292969'),(62923,33,14,235,'42.28867530830245','14.066791534423828'),(62922,33,14,234,'42.29089757528316','14.066019058227539'),(62921,33,14,233,'42.29356419217007','14.066019058227539'),(62920,33,14,232,'42.29934147478402','14.064903259277344'),(62919,33,14,231,'42.302261657729446','14.064474105834961'),(62918,33,14,230,'42.30486431533483','14.06524658203125'),(62917,33,14,229,'42.30651472538587','14.063358306884766'),(62916,33,14,228,'42.307911192403935','14.061641693115234'),(62915,33,14,227,'42.30714948696161','14.059410095214844'),(62914,33,14,226,'42.309561522577205','14.057178497314453'),(62913,33,14,225,'42.31133875283751','14.056191444396973'),(62912,33,14,224,'42.31362368943783','14.053616523742676'),(62911,33,14,223,'42.31375062792786','14.052672386169434'),(62910,33,14,222,'42.31184652369511','14.04902458190918'),(62909,33,14,221,'42.31149743167053','14.047822952270508'),(62908,33,14,220,'42.31213214300234','14.047393798828125'),(62907,33,14,219,'42.31298899314738','14.04876708984375'),(62906,33,14,218,'42.313433281222764','14.04850959777832'),(62905,33,14,217,'42.31425837932772','14.04752254486084'),(62904,33,14,216,'42.31559120726241','14.050612449645996'),(62903,33,14,215,'42.318669297236696','14.05451774597168'),(62902,33,14,214,'42.320287614049164','14.0570068359375'),(62901,33,14,213,'42.32168377550236','14.059967994689941'),(62900,33,14,212,'42.32339720403567','14.06125545501709'),(62899,33,14,211,'42.32380968912113','14.061427116394043'),(62898,33,14,210,'42.32361931172542','14.060525894165039'),(62897,33,14,209,'42.32457119294323','14.06001091003418'),(62896,33,14,208,'42.32320682539182','14.05923843383789'),(62895,33,14,207,'42.32447600546951','14.057822227478027'),(62894,33,14,206,'42.323555852465496','14.054646492004395'),(62893,33,14,205,'42.32323855520578','14.052157402038574'),(62892,33,14,204,'42.324000065940766','14.05026912689209'),(62891,33,14,203,'42.323746230053224','14.048810005187988'),(62890,33,14,202,'42.324000065940766','14.048166275024414'),(62889,33,14,201,'42.32498367033169','14.047307968139648'),(62888,33,14,200,'42.32669700899754','14.046363830566406'),(62887,33,14,199,'42.327458477871','14.044733047485352'),(62886,33,14,198,'42.32771229878054','14.043617248535156'),(62885,33,14,197,'42.3296793761046','14.042930603027344'),(62884,33,14,196,'42.330504261191926','14.042415618896484'),(62883,33,14,195,'42.33075806981168','14.041471481323242'),(62882,33,14,194,'42.33094842560442','14.04001235961914'),(62881,33,14,193,'42.33202709754826','14.039669036865234'),(62880,33,14,192,'42.333994039940165','14.039840698242188'),(62879,33,14,191,'42.3348188684428','14.039583206176758'),(62878,33,14,190,'42.3351361072941','14.041299819946289'),(62877,33,14,189,'42.33589747400816','14.040613174438477'),(62876,33,14,188,'42.33729328904397','14.039926528930664'),(62875,33,14,187,'42.33843529648391','14.038982391357422'),(62874,33,14,186,'42.339704169315134','14.037094116210938'),(62873,33,14,185,'42.340973016541824','14.03477668762207'),(62872,33,14,184,'42.34198807588782','14.034433364868164'),(62871,33,14,183,'42.343447194988336','14.036836624145508'),(62870,33,14,182,'42.34509659319575','14.039411544799805'),(62869,33,14,181,'42.3483318255292','14.042844772338867'),(62868,33,14,180,'42.34909303246958','14.044904708862305'),(62867,33,14,179,'42.349727364545075','14.046449661254883'),(62866,33,14,178,'42.34991766291947','14.047737121582031'),(62865,33,14,177,'42.35061541869651','14.04876708984375'),(62864,33,14,176,'42.35169375329851','14.050912857055664'),(62863,33,14,175,'42.352708639553654','14.051599502563477'),(62862,33,14,174,'42.35277206940047','14.052457809448242'),(62861,33,14,173,'42.3530892176744','14.053401947021484'),(62860,33,14,172,'42.3530892176744','14.054946899414062'),(62859,33,14,171,'42.353406364347975','14.058294296264648'),(62858,33,14,170,'42.353850367002394','14.06026840209961'),(62857,33,14,169,'42.35530921078188','14.062929153442383'),(62856,33,14,168,'42.355816626767364','14.063959121704102'),(62855,33,14,167,'42.356958297755256','14.063615798950195'),(62854,33,14,166,'42.35771940022451','14.063959121704102'),(62853,33,14,165,'42.35841706939007','14.064216613769531'),(62852,33,14,164,'42.35892446028166','14.06498908996582'),(62851,33,14,163,'42.36051003041157','14.066791534423828'),(62850,33,14,162,'42.361715036951736','14.067564010620117'),(62849,33,14,161,'42.362856600777725','14.068851470947266'),(62848,33,14,160,'42.364251817286835','14.071683883666992'),(62847,33,14,159,'42.36615433532086','14.072284698486328'),(62846,33,14,158,'42.36640800003894','14.075546264648438'),(62845,33,14,157,'42.36539333502104','14.096832275390625'),(62844,33,14,156,'42.37325656024963','14.111766815185547'),(62843,33,14,155,'42.372115185402244','14.118633270263672'),(62842,33,14,154,'42.37553924771844','14.123611450195312'),(62841,33,14,153,'42.3761733128466','14.125843048095703'),(62840,33,14,152,'42.37503199100657','14.130477905273438'),(62839,33,14,151,'42.37325656024963','14.135284423828125'),(62838,33,14,150,'42.37452473019751','14.13614273071289'),(62837,33,14,149,'42.380231178069394','14.13991928100586'),(62836,33,14,148,'42.38162600867719','14.146442413330078'),(62835,33,14,147,'42.388092545721044','14.153308868408203'),(62834,33,14,146,'42.391008609205045','14.156570434570312'),(62833,33,14,145,'42.39620647334055','14.161548614501953'),(62832,33,14,144,'42.3982347913475','14.163436889648438'),(62831,33,14,143,'42.398995393697945','14.160175323486328'),(62830,33,14,142,'42.40951611365124','14.148674011230469'),(62829,33,14,141,'42.4166134339791','14.146785736083984'),(62828,33,14,140,'42.421175572932114','14.140949249267578'),(62827,33,14,139,'42.43422652598423','14.124126434326172'),(62826,33,14,138,'42.440054229232466','14.118976593017578'),(62825,33,14,137,'42.446261403946686','14.117431640625'),(62824,33,14,136,'42.44917476367431','14.11794662475586'),(62823,33,14,135,'42.45601429313699','14.118976593017578'),(62822,33,14,134,'42.46456265462815','14.11717414855957'),(62821,33,14,133,'42.466588761802434','14.11768913269043'),(62820,33,14,132,'42.47026091391848','14.11691665649414'),(62819,33,14,131,'42.47798439281659','14.112110137939453'),(62818,33,14,130,'42.481149477652465','14.11494255065918'),(62817,33,14,129,'42.494124651615806','14.125585556030273'),(62816,33,14,128,'42.50064286952614','14.132709503173828'),(62815,33,14,127,'42.50722368173715','14.139490127563477'),(62814,33,14,126,'42.516207902871194','14.149961471557617'),(62813,33,14,125,'42.52386245250289','14.140434265136719'),(62812,33,14,124,'42.53335026183043','14.130220413208008'),(62811,33,14,123,'42.54953946116446','14.117774963378906'),(62810,33,14,122,'42.55447127348701','14.113740921020508'),(62809,33,14,121,'42.56382799997854','14.104471206665039'),(62808,33,14,120,'42.57451065425342','14.096660614013672'),(62807,33,14,119,'42.58354839424922','14.09022331237793'),(62806,33,14,118,'42.590310042203114','14.083185195922852'),(62805,33,14,117,'42.5928375727255','14.080953598022461'),(62804,33,14,116,'42.594859523344546','14.078378677368164'),(62803,33,14,115,'42.5972605045022','14.073400497436523'),(62802,33,14,114,'42.610274739692144','14.06198501586914'),(62801,33,14,113,'42.61343312463009','14.060354232788086'),(62800,33,14,112,'42.61678083779763','14.060611724853516'),(62799,33,14,111,'42.63610562499916','14.045677185058594'),(62798,33,14,110,'42.646207700399955','14.038124084472656'),(62797,33,14,109,'42.64923800317738','14.032888412475586'),(62796,33,14,108,'42.65498254696798','14.028682708740234'),(62795,33,14,107,'42.65851738711468','14.028854370117188'),(62794,33,14,106,'42.67612547133471','14.01555061340332'),(62793,33,14,105,'42.694611745808295','14.001388549804688'),(62792,33,14,104,'42.70413665385325','13.994693756103516'),(62791,33,14,103,'42.71788526814579','13.985681533813477'),(62790,33,14,102,'42.725262855707506','13.981218338012695'),(62789,33,14,101,'42.733900454317414','13.975467681884766'),(62788,33,14,100,'42.73560261288485','13.972978591918945'),(62787,33,14,99,'42.7373677650147','13.970661163330078'),(62786,33,14,98,'42.73856551820181','13.969802856445312'),(62785,33,14,97,'42.74468000285847','13.968772888183594'),(62784,33,14,96,'42.753756063876914','13.963537216186523'),(62783,33,14,95,'42.77473936479761','13.951864242553711'),(62782,33,14,94,'42.79955727398666','13.937959671020508'),(62781,33,14,93,'42.820965745616526','13.926115036010742'),(62780,33,14,92,'42.82549835356043','13.923454284667969'),(62779,33,14,91,'42.82625375590981','13.920965194702148'),(62778,33,14,90,'42.828456960037','13.918046951293945'),(62777,33,14,89,'42.83097481145526','13.915901184082031'),(62776,33,14,88,'42.83380727170145','13.914785385131836'),(62775,33,14,87,'42.83676548047534','13.9141845703125'),(62774,33,14,86,'42.840164098719754','13.916072845458984'),(62773,33,14,85,'42.84287027214778','13.916244506835938'),(62772,33,14,84,'42.85004420475653','13.9141845703125'),(62771,33,14,83,'42.85407131053984','13.913068771362305'),(62770,33,14,82,'42.86313133846493','13.909978866577148'),(62769,33,14,81,'42.870240012809376','13.907489776611328'),(62768,33,14,80,'42.88099583051603','13.903884887695312'),(62767,33,14,79,'42.88772512547903','13.901824951171875'),(62766,33,14,78,'42.89074363611904','13.89822006225586'),(62765,33,14,77,'42.893447593127945','13.896503448486328'),(62764,33,14,76,'42.89753474495913','13.896932601928711'),(62763,33,14,75,'42.90992030433429','13.89169692993164'),(62761,33,14,73,'42.921172030557884','13.887491226196289'),(62762,33,14,74,'42.91677215876913','13.889636993408203'),(62760,33,14,72,'42.92726847641662','13.885173797607422'),(62759,33,14,71,'42.93506099254645','13.882169723510742'),(62758,33,14,70,'42.94077906663272','13.880538940429688'),(62757,33,14,69,'42.95252772795865','13.876676559448242'),(62756,33,14,68,'42.96458819151616','13.87350082397461'),(62755,33,14,67,'42.97388318543032','13.871269226074219'),(62754,33,14,66,'42.98009999865573','13.870067596435547'),(62753,33,14,65,'42.98951821502781','13.86775016784668'),(62752,33,14,64,'42.993975667646254','13.868522644042969'),(62751,33,14,63,'42.99642398997482','13.869380950927734'),(62750,33,14,62,'42.998181699696694','13.869295120239258'),(62749,33,14,61,'43.003517296217055','13.86749267578125'),(62748,33,14,60,'43.00897795634676','13.86500358581543'),(62747,33,14,59,'43.01337123852228','13.863372802734375'),(62746,33,14,58,'43.025858995549115','13.858222961425781'),(62745,33,14,57,'43.03119218800361','13.857107162475586'),(62744,33,14,56,'43.043425407988806','13.853588104248047'),(62743,33,14,55,'43.04969790809652','13.852214813232422'),(62742,33,14,54,'43.05960715097219','13.849725723266602'),(62741,33,14,53,'43.06901317837531','13.847837448120117'),(62740,33,14,52,'43.07942083303978','13.846120834350586'),(62739,33,14,51,'43.08694333811321','13.845605850219727'),(62738,33,14,50,'43.09158175580929','13.84577751159668'),(62737,33,14,49,'43.094652947196806','13.843975067138672'),(62736,33,14,48,'43.0975986391199','13.840713500976562'),(62735,33,14,47,'43.10023083967166','13.838310241699219'),(62734,33,14,46,'43.103740264387596','13.836164474487305'),(62733,33,14,45,'43.10812676239141','13.837194442749023'),(62732,33,14,44,'43.11489388557451','13.834705352783203'),(62731,33,14,43,'43.12266262280185','13.830671310424805'),(62730,33,14,42,'43.12673455069279','13.828611373901367'),(62729,33,14,41,'43.13118203912948','13.824319839477539'),(62728,33,14,40,'43.13700713335372','13.820457458496094'),(62727,33,14,39,'43.142080150434324','13.816852569580078'),(62726,33,14,38,'43.14352056003882','13.813419342041016'),(62725,33,14,37,'43.14439731448665','13.811273574829102'),(62724,33,14,36,'43.14615078566004','13.80955696105957'),(62723,33,14,35,'43.1531641673855','13.805780410766602'),(62722,33,14,34,'43.15541829774649','13.804922103881836'),(62721,33,14,33,'43.15723406451551','13.803634643554688'),(62720,33,14,32,'43.158799337390796','13.800373077392578'),(62719,33,14,31,'43.16023935302209','13.800716400146484'),(62718,33,14,30,'43.16280625323583','13.801231384277344'),(62717,33,14,29,'43.16518523518419','13.800458908081055'),(62716,33,14,28,'43.17288498887337','13.796939849853516'),(62715,33,14,27,'43.180521184102524','13.792991638183594'),(62714,33,14,26,'43.18652932210658','13.79084587097168'),(62713,33,14,25,'43.198105837042554','13.78535270690918'),(62712,33,14,24,'43.2071152261165','13.78260612487793'),(62711,33,14,23,'43.21975115467095','13.778829574584961'),(62710,33,14,22,'43.22881988521615','13.775911331176758'),(62709,33,14,21,'43.23150897353908','13.772563934326172'),(62708,33,14,20,'43.23376021205385','13.77187728881836'),(62707,33,14,19,'43.24226414039572','13.767242431640625'),(62706,33,14,18,'43.24526524350712','13.765525817871094'),(62705,33,14,17,'43.257580722319645','13.758916854858398'),(62704,33,14,16,'43.262456213533504','13.755998611450195'),(62703,33,14,15,'43.270456173606504','13.750505447387695'),(62702,33,14,14,'43.27783020541747','13.745784759521484'),(62701,33,14,13,'43.284453573835606','13.741922378540039'),(62700,33,14,12,'43.28664037675899','13.740377426147461'),(62699,33,14,11,'43.289139483839804','13.738746643066406'),(62698,33,14,10,'43.289951671533196','13.737201690673828'),(62697,33,14,9,'43.29126364412788','13.73591423034668'),(62696,33,14,8,'43.29288795193948','13.734369277954102'),(62695,33,14,7,'43.29376256125385','13.73239517211914'),(62694,33,14,6,'43.29432480345677','13.730249404907227'),(62693,33,14,5,'43.295261862243535','13.728017807006836'),(62692,33,14,4,'43.296386313727815','13.72715950012207'),(62691,33,14,3,'43.29751074441944','13.726301193237305'),(62690,33,14,2,'43.30000940484681','13.72467041015625'),(62689,33,14,1,'43.30300766182153','13.722610473632812'),(62688,33,14,0,'43.304506734861214','13.72166633605957'),(65949,34,15,181,'41.99586009024712','14.991016387939453'),(65948,34,15,180,'41.99407397930002','14.99359130859375'),(65947,34,15,179,'41.99292573865072','14.995994567871094'),(65946,34,15,178,'41.99190506290558','14.998912811279297'),(65945,34,15,177,'41.987056629602854','15.002861022949219'),(65944,34,15,176,'41.977358655170065','15.010929107666016'),(65943,34,15,175,'41.97608249594034','15.008525848388672'),(65942,34,15,174,'41.96242599151277','14.997882843017578'),(65941,34,15,173,'41.957192349499884','14.99135971069336'),(65940,34,15,172,'41.94991559642337','14.9908447265625'),(65939,34,15,171,'41.932933275212996','14.98586654663086'),(65938,34,15,170,'41.92782492551717','14.983463287353516'),(65937,34,15,169,'41.92629234083705','14.96938705444336'),(65936,34,15,168,'41.915818693496426','14.96114730834961'),(65935,34,15,167,'41.912369677304376','14.95462417602539'),(65934,34,15,166,'41.91377485454761','14.949302673339844'),(65933,34,15,165,'41.91466904214113','14.947071075439453'),(65932,34,15,164,'41.9155632172071','14.941749572753906'),(65931,34,15,163,'41.91799020066552','14.934196472167969'),(65930,34,15,162,'41.91939525416699','14.931449890136719'),(65929,34,15,161,'41.918501132790844','14.926815032958984'),(65928,34,15,160,'41.917479264449504','14.92269515991211'),(65927,34,15,159,'41.91709605960302','14.91891860961914'),(65926,34,15,158,'41.91415807933595','14.921321868896484'),(65925,34,15,157,'41.914030337995506','14.917030334472656'),(65924,34,15,156,'41.91722379480751','14.91445541381836'),(65923,34,15,155,'41.91901206082551','14.913597106933594'),(65922,34,15,154,'41.91799020066552','14.911537170410156'),(65921,34,15,153,'41.91811793408036','14.908790588378906'),(65920,34,15,152,'41.919778445207456','14.906044006347656'),(65919,34,15,151,'41.92182209189492','14.90243911743164'),(65918,34,15,150,'41.92424883732577','14.901409149169922'),(65917,34,15,149,'41.9282080659345','14.900550842285156'),(65916,34,15,148,'41.930379151500844','14.899005889892578'),(65915,34,15,147,'41.93012373350467','14.900894165039062'),(65914,34,15,146,'41.931656226140916','14.901580810546875'),(65913,34,15,145,'41.936636572933864','14.899177551269531'),(65912,34,15,144,'41.937275050807784','14.895572662353516'),(65911,34,15,143,'41.93970120843228','14.894542694091797'),(65910,34,15,142,'41.94097809642316','14.896259307861328'),(65909,34,15,141,'41.942893380467744','14.8974609375'),(65908,34,15,140,'41.9488942312641','14.901065826416016'),(65907,34,15,139,'41.95566047052319','14.900550842285156'),(65906,34,15,138,'41.96919079421467','14.900035858154297'),(65905,34,15,137,'41.96931842509722','14.902267456054688'),(65904,34,15,136,'41.97391296656157','14.902095794677734'),(65903,34,15,135,'41.97518916926403','14.896259307861328'),(65902,34,15,134,'41.97723104039783','14.89145278930664'),(65901,34,15,133,'41.977358655170065','14.889392852783203'),(65900,34,15,132,'41.97965567734117','14.888877868652344'),(65899,34,15,131,'41.98003850631434','14.890079498291016'),(65898,34,15,130,'41.98259064065172','14.890766143798828'),(65897,34,15,129,'41.982845848459434','14.888534545898438'),(65896,34,15,128,'41.98603585974724','14.888019561767578'),(65895,34,15,127,'41.987056629602854','14.8809814453125'),(65894,34,15,126,'41.98897052896818','14.880809783935547'),(65893,34,15,125,'41.99113954535575','14.878406524658203'),(65892,34,15,124,'41.99739100259187','14.868793487548828'),(65891,34,15,123,'42.00313159589348','14.86175537109375'),(65890,34,15,122,'42.00421587203345','14.860210418701172'),(65889,34,15,121,'42.00676703712134','14.859952926635742'),(65888,34,15,120,'42.01333581635039','14.859781265258789'),(65887,34,15,119,'42.01518515608424','14.858922958374023'),(65886,34,15,118,'42.01646053146677','14.857635498046875'),(65885,34,15,117,'42.01690690680834','14.855833053588867'),(65884,34,15,116,'42.01767211439039','14.855575561523438'),(65883,34,15,115,'42.01760834744358','14.857807159423828'),(65882,34,15,114,'42.01652429956454','14.861841201782227'),(65881,34,15,113,'42.01633299507944','14.863214492797852'),(65880,34,15,112,'42.0175445804328','14.86398696899414'),(65879,34,15,111,'42.01913873652001','14.862527847290039'),(65878,34,15,110,'42.02028650415775','14.860038757324219'),(65877,34,15,109,'42.02232692880539','14.857120513916016'),(65876,34,15,108,'42.02411224666131','14.857206344604492'),(65875,34,15,107,'42.02570623809976','14.85651969909668'),(65874,34,15,106,'42.027108917507455','14.855403900146484'),(65873,34,15,105,'42.02698140247652','14.853172302246094'),(65872,34,15,104,'42.02812902854727','14.852313995361328'),(65871,34,15,103,'42.03106175660412','14.851112365722656'),(65870,34,15,102,'42.03284682917599','14.849567413330078'),(65869,34,15,101,'42.03463185161588','14.850425720214844'),(65868,34,15,100,'42.03858422289915','14.839611053466797'),(65867,34,15,99,'42.04483101811183','14.824504852294922'),(65866,34,15,98,'42.05617566719281','14.804248809814453'),(65865,34,15,97,'42.05770512778801','14.799785614013672'),(65864,34,15,96,'42.06828288840854','14.770946502685547'),(65863,34,15,95,'42.074271923173804','14.756011962890625'),(65862,34,15,94,'42.07898629768917','14.747428894042969'),(65861,34,15,93,'42.09274517157654','14.72665786743164'),(65860,34,15,92,'42.096057047416686','14.719619750976562'),(65859,34,15,91,'42.105227493310046','14.714984893798828'),(65858,34,15,90,'42.109557520624186','14.716873168945312'),(65857,34,15,89,'42.116816020524276','14.719791412353516'),(65856,34,15,88,'42.12038129495961','14.718761444091797'),(65855,34,15,87,'42.12483760592273','14.720993041992188'),(65854,34,15,86,'42.128657051571096','14.720478057861328'),(65853,34,15,85,'42.133112780449814','14.717044830322266'),(65852,34,15,84,'42.13680443264786','14.717388153076172'),(65851,34,15,83,'42.14011400684373','14.714984893798828'),(65850,34,15,82,'42.142277865681','14.715328216552734'),(65849,34,15,81,'42.154114137562736','14.713611602783203'),(65848,34,15,80,'42.158186321497084','14.71120834350586'),(65847,34,15,79,'42.16607543220494','14.700565338134766'),(65846,34,15,78,'42.1679839402422','14.695415496826172'),(65845,34,15,77,'42.164803061526335','14.670352935791016'),(65844,34,15,76,'42.16772947583055','14.656963348388672'),(65843,34,15,75,'42.163912386825544','14.651641845703125'),(65842,34,15,74,'42.16365790603655','14.641342163085938'),(65841,34,15,73,'42.16556648700424','14.640827178955078'),(65840,34,15,72,'42.178797731542104','14.638423919677734'),(65839,34,15,71,'42.18248671967963','14.635505676269531'),(65838,34,15,70,'42.19278930507558','14.632759094238281'),(65837,34,15,69,'42.19520571778742','14.624519348144531'),(65836,34,15,68,'42.197494865660815','14.621944427490234'),(65835,34,15,67,'42.19991109845873','14.612503051757812'),(65834,34,15,66,'42.198512238099596','14.605636596679688'),(65833,34,15,65,'42.19965676251497','14.599800109863281'),(65832,34,15,64,'42.2075407007456','14.594478607177734'),(65831,34,15,63,'42.20970225388654','14.591903686523438'),(65830,34,15,62,'42.21326229782064','14.583320617675781'),(65829,34,15,61,'42.22355986649802','14.562206268310547'),(65828,34,15,60,'42.22610221754396','14.556541442871094'),(65827,34,15,59,'42.23245764724607','14.544181823730469'),(65826,34,15,58,'42.23614350327826','14.535942077636719'),(65825,34,15,57,'42.243006247803805','14.520149230957031'),(65824,34,15,56,'42.25202835013479','14.507274627685547'),(65823,34,15,55,'42.25647539054382','14.503498077392578'),(65822,34,15,54,'42.25977870328815','14.500579833984375'),(65821,34,15,53,'42.26498742179828','14.500236511230469'),(65820,34,15,52,'42.2685443481363','14.502124786376953'),(65819,34,15,51,'42.27083083766141','14.501781463623047'),(65818,34,15,50,'42.272228095985675','14.500236511230469'),(65817,34,15,49,'42.27451445188499','14.495429992675781'),(65816,34,15,48,'42.28264304558087','14.485816955566406'),(65815,34,15,47,'42.28861181380811','14.477062225341797'),(65814,34,15,46,'42.29140551101341','14.471569061279297'),(65813,34,15,45,'42.294833970054285','14.465560913085938'),(65812,34,15,44,'42.29877011880177','14.461784362792969'),(65811,34,15,43,'42.299531925626056','14.459037780761719'),(65810,34,15,42,'42.30270602152241','14.453544616699219'),(65809,34,15,41,'42.30651472538587','14.448566436767578'),(65808,34,15,40,'42.307911192403935','14.44427490234375'),(65807,34,15,39,'42.308418990911754','14.442386627197266'),(65806,34,15,38,'42.316543209934075','14.435348510742188'),(65805,34,15,37,'42.319462594992416','14.429168701171875'),(65804,34,15,36,'42.322254923531425','14.426765441894531'),(65803,34,15,35,'42.32200108060303','14.42178726196289'),(65802,34,15,34,'42.32352412281155','14.41732406616211'),(65801,34,15,33,'42.32606244456202','14.41680908203125'),(65800,34,15,32,'42.32872757217727','14.41680908203125'),(65799,34,15,31,'42.33354989703496','14.418010711669922'),(65798,34,15,30,'42.3355802389975','14.415779113769531'),(65797,34,15,29,'42.34027515373573','14.410972595214844'),(65796,34,15,28,'42.34217839769086','14.411144256591797'),(65795,34,15,27,'42.34547721740612','14.407539367675781'),(65794,34,15,26,'42.34433533786168','14.401359558105469'),(65793,34,15,25,'42.34522346818859','14.401359558105469'),(65792,34,15,24,'42.35182061497659','14.402904510498047'),(65791,34,15,23,'42.35258177966796','14.400672912597656'),(65790,34,15,22,'42.35435779476656','14.399471282958984'),(65789,34,15,21,'42.35689487213338','14.402904510498047'),(65787,34,15,19,'42.3609539828782','14.39981460571289'),(65788,34,15,20,'42.35930500076174','14.403247833251953'),(65786,34,15,18,'42.3614613532848','14.397239685058594'),(65785,34,15,17,'42.362476081806974','14.394493103027344'),(65784,34,15,16,'42.365900669578544','14.388999938964844'),(65783,34,15,15,'42.37008602334804','14.384193420410156'),(65782,34,15,14,'42.37236882604973','14.38058853149414'),(65781,34,15,13,'42.374017465291224','14.371833801269531'),(65780,34,15,12,'42.37566606125623','14.370803833007812'),(65779,34,15,11,'42.37883631647602','14.36788558959961'),(65778,34,15,10,'42.383401202818526','14.359989166259766'),(65777,34,15,9,'42.387965757279154','14.352607727050781'),(65776,34,15,8,'42.39278353804252','14.342823028564453'),(65775,34,15,7,'42.39912215986002','14.32668685913086'),(65774,34,15,6,'42.403305299538914','14.317760467529297'),(65773,34,15,5,'42.40900913146671','14.307117462158203'),(65772,34,15,4,'42.4134450866452','14.29922103881836'),(65771,34,15,3,'42.41914799659736','14.293556213378906'),(65770,34,15,2,'42.42066868499512','14.287033081054688'),(65769,34,15,1,'42.422822930426946','14.281368255615234'),(65768,34,15,0,'42.42459695932357','14.277076721191406'),(68904,35,16,196,'41.94697912748289','16.01360321044922'),(68903,35,16,195,'41.94685145185191','16.01085662841797'),(68902,35,16,194,'41.94455324677069','16.011972427368164'),(68901,35,16,193,'41.94436172594105','16.008195877075195'),(68900,35,16,192,'41.94327643037303','16.006135940551758'),(68899,35,16,191,'41.940339655623845','16.005449295043945'),(68898,35,16,190,'41.93523189911099','16.00433349609375'),(68897,35,16,189,'41.93446570034958','15.999011993408203'),(68896,35,16,188,'41.9307622765775','15.995407104492188'),(68895,35,16,187,'41.92616462378515','15.983047485351562'),(68894,35,16,186,'41.92297161439371','15.974292755126953'),(68893,35,16,185,'41.91837340014303','15.972919464111328'),(68892,35,16,184,'41.91377485454761','15.970516204833984'),(68891,35,16,183,'41.90751519062612','15.966911315917969'),(68890,35,16,182,'41.90559884426077','15.964851379394531'),(68889,35,16,181,'41.899210607606086','15.963478088378906'),(68888,35,16,180,'41.896144026994854','15.958843231201172'),(68887,35,16,179,'41.88502643790626','15.96364974975586'),(68886,35,16,178,'41.87927520155063','15.970516204833984'),(68885,35,16,177,'41.873139978873574','15.973434448242188'),(68884,35,16,176,'41.86917733454972','15.979957580566406'),(68883,35,16,175,'41.86252976663967','15.980987548828125'),(68882,35,16,174,'41.86406388212048','15.991802215576172'),(68881,35,16,173,'41.8548586371159','16.001758575439453'),(68880,35,16,172,'41.849871909477564','16.002788543701172'),(68879,35,16,171,'41.843478100205544','16.000900268554688'),(68878,35,16,170,'41.83925783604883','16.00536346435547'),(68877,35,16,169,'41.83004902085559','16.001930236816406'),(68876,35,16,168,'41.830304839168484','15.999526977539062'),(68875,35,16,167,'41.824804520147715','15.994377136230469'),(68874,35,16,166,'41.8195595898171','15.99111557006836'),(68873,35,16,165,'41.81418628889722','15.98785400390625'),(68872,35,16,164,'41.810987681456105','15.983047485351562'),(68871,35,16,163,'41.80586957732067','15.98236083984375'),(68870,35,16,162,'41.79755178601649','15.97909927368164'),(68869,35,16,161,'41.795760120416055','15.974979400634766'),(68868,35,16,160,'41.79243260855979','15.9796142578125'),(68867,35,16,159,'41.78692903677692','15.978240966796875'),(68866,35,16,158,'41.77668857622145','15.979785919189453'),(68865,35,16,157,'41.771567732673454','15.986652374267578'),(68864,35,16,156,'41.76836699784351','15.983390808105469'),(68863,35,16,155,'41.75876383516487','15.984077453613281'),(68862,35,16,154,'41.75556246154915','15.987682342529297'),(68861,35,16,153,'41.75223286358825','15.98459243774414'),(68860,35,16,152,'41.746213536653045','15.989227294921875'),(68859,35,16,151,'41.74096217351647','15.982189178466797'),(68858,35,16,150,'41.73865656135106','15.979442596435547'),(68857,35,16,149,'41.74070599847482','15.973434448242188'),(68856,35,16,148,'41.734685590800474','15.97085952758789'),(68855,35,16,147,'41.73763181826219','15.964508056640625'),(68854,35,16,146,'41.7331483749946','15.965023040771484'),(68853,35,16,145,'41.73506988900352','15.961418151855469'),(68852,35,16,144,'41.730586266896886','15.961589813232422'),(68851,35,16,143,'41.728152169548416','15.9576416015625'),(68850,35,16,142,'41.73340458018373','15.953006744384766'),(68849,35,16,141,'41.735966575868716','15.945453643798828'),(68848,35,16,140,'41.72597421479711','15.945796966552734'),(68847,35,16,139,'41.72379618621323','15.942020416259766'),(68846,35,16,138,'41.72187433497254','15.937385559082031'),(68845,35,16,137,'41.7195680376086','15.931034088134766'),(68844,35,16,136,'41.7180304600481','15.922279357910156'),(68843,35,16,135,'41.713930073371294','15.937213897705078'),(68842,35,16,134,'41.71380193207246','15.923652648925781'),(68841,35,16,133,'41.708676070640784','15.951461791992188'),(68840,35,16,132,'41.703293476238514','15.966482162475586'),(68839,35,16,131,'41.700409758159495','15.967855453491211'),(68838,35,16,130,'41.70098651212106','15.966567993164062'),(68837,35,16,129,'41.697654084500655','15.967683792114258'),(68836,35,16,128,'41.695539185098404','15.9686279296875'),(68835,35,16,127,'41.69150145676018','15.9686279296875'),(68834,35,16,126,'41.68938635504735','15.969829559326172'),(68833,35,16,125,'41.684963644926555','15.970430374145508'),(68832,35,16,124,'41.68419444691368','15.972919464111328'),(68831,35,16,123,'41.68368164312976','15.970945358276367'),(68830,35,16,122,'41.68592512951132','15.969400405883789'),(68829,35,16,121,'41.68143807852198','15.970001220703125'),(68828,35,16,120,'41.682976531253686','15.968542098999023'),(68827,35,16,119,'41.67945085597165','15.969829559326172'),(68826,35,16,118,'41.67848927464243','15.968542098999023'),(68825,35,16,117,'41.67663017666532','15.966739654541016'),(68824,35,16,116,'41.675924987522144','15.965280532836914'),(68823,35,16,115,'41.67310415368378','15.966653823852539'),(68822,35,16,114,'41.667654465501165','15.953865051269531'),(68821,35,16,113,'41.64739040268027','15.934982299804688'),(68820,35,16,112,'41.64444003913411','15.928630828857422'),(68819,35,16,111,'41.64251581620862','15.920906066894531'),(68818,35,16,110,'41.64367035685947','15.91094970703125'),(68817,35,16,109,'41.644183479397455','15.894298553466797'),(68816,35,16,108,'41.63905207013718','15.887088775634766'),(68815,35,16,107,'41.64597937610108','15.825119018554688'),(68814,35,16,106,'41.646492480250856','15.817909240722656'),(68813,35,16,105,'41.649057939704974','15.792503356933594'),(68812,35,16,104,'41.655214625585906','15.781517028808594'),(68811,35,16,103,'41.66611564649286','15.735511779785156'),(68810,35,16,102,'41.67175780304319','15.736198425292969'),(68809,35,16,101,'41.67278359656167','15.733280181884766'),(68808,35,16,100,'41.67675839204301','15.728645324707031'),(68807,35,16,99,'41.684963644926555','15.72967529296875'),(68806,35,16,98,'41.69175782799973','15.73516845703125'),(68805,35,16,97,'41.70290898796659','15.730876922607422'),(68804,35,16,96,'41.706625611622336','15.720834732055664'),(68803,35,16,95,'41.70476732664909','15.713109970092773'),(68802,35,16,94,'41.70361388137553','15.700750350952148'),(68801,35,16,93,'41.70322939501952','15.696887969970703'),(68800,35,16,92,'41.70073017766564','15.692081451416016'),(68799,35,16,91,'41.70194775722841','15.681781768798828'),(68798,35,16,90,'41.70066609389215','15.680065155029297'),(68797,35,16,89,'41.70002525264461','15.677576065063477'),(68796,35,16,88,'41.700602010054766','15.675601959228516'),(68795,35,16,87,'41.699384405010875','15.673284530639648'),(68794,35,16,86,'41.69996116816865','15.667877197265625'),(68793,35,16,85,'41.70124284555466','15.666847229003906'),(68792,35,16,84,'41.70367796221134','15.657148361206055'),(68791,35,16,83,'41.70502364501101','15.656375885009766'),(68790,35,16,82,'41.706946000154815','15.65774917602539'),(68789,35,16,81,'41.707138232507916','15.656633377075195'),(68788,35,16,80,'41.7080353092226','15.651741027832031'),(68787,35,16,79,'41.708483842885904','15.642213821411133'),(68786,35,16,78,'41.70912459983358','15.636463165283203'),(68785,35,16,77,'41.70957312589701','15.633716583251953'),(68784,35,16,76,'41.71104683235772','15.634145736694336'),(68783,35,16,75,'41.71239236092484','15.632343292236328'),(68782,35,16,74,'41.715147402968846','15.630197525024414'),(68781,35,16,73,'41.71623657306568','15.627450942993164'),(68780,35,16,72,'41.71668504950551','15.62530517578125'),(68779,35,16,71,'41.71764605990995','15.620756149291992'),(68778,35,16,70,'41.717902326924175','15.617837905883789'),(68777,35,16,69,'41.718414857887055','15.615863800048828'),(68776,35,16,68,'41.71815859291655','15.613288879394531'),(68775,35,16,67,'41.71815859291655','15.610198974609375'),(68774,35,16,66,'41.712136071940634','15.602989196777344'),(68773,35,16,65,'41.711879781934556','15.60110092163086'),(68772,35,16,64,'41.7131612217464','15.600414276123047'),(68771,35,16,63,'41.71277679248521','15.597496032714844'),(68770,35,16,62,'41.7146989157995','15.589599609375'),(68769,35,16,61,'41.71662098163425','15.583076477050781'),(68768,35,16,60,'41.71905551584261','15.58084487915039'),(68767,35,16,59,'41.718927384762445','15.577411651611328'),(68766,35,16,58,'41.71982429695879','15.571403503417969'),(68765,35,16,57,'41.718927384762445','15.566596984863281'),(68764,35,16,56,'41.7180304600481','15.564193725585938'),(68763,35,16,55,'41.7180304600481','15.561447143554688'),(68762,35,16,54,'41.71444263601194','15.554924011230469'),(68761,35,16,53,'41.714314495734975','15.549602508544922'),(68760,35,16,52,'41.71418635520253','15.544967651367188'),(68759,35,16,51,'41.71521147230901','15.538101196289062'),(68758,35,16,50,'41.71418635520253','15.532608032226562'),(68757,35,16,49,'41.71495519456519','15.525741577148438'),(68756,35,16,48,'41.71521147230901','15.514755249023438'),(68755,35,16,47,'41.71418635520253','15.499305725097656'),(68754,35,16,46,'41.70470324689895','15.461883544921875'),(68753,35,16,45,'41.700602010054766','15.446090698242188'),(68752,35,16,44,'41.69650051162981','15.428924560546875'),(68751,35,16,43,'41.6944496643259','15.417251586914062'),(68750,35,16,42,'41.69162964250767','15.405921936035156'),(68749,35,16,41,'41.690347773537894','15.393218994140625'),(68748,35,16,40,'41.68983501879767','15.387725830078125'),(68747,35,16,39,'41.692655119291786','15.382919311523438'),(68746,35,16,38,'41.69188601323635','15.378456115722656'),(68745,35,16,37,'41.68880949705617','15.37261962890625'),(68744,35,16,36,'41.688040345021676','15.344467163085938'),(68743,35,16,35,'41.699192149475444','15.3424072265625'),(68742,35,16,34,'41.7080353092226','15.337085723876953'),(68741,35,16,33,'41.71264864888719','15.335884094238281'),(68740,35,16,32,'41.727511602285894','15.335540771484375'),(68739,35,16,31,'41.73814419185054','15.331077575683594'),(68738,35,16,30,'41.757227195758944','15.330219268798828'),(68737,35,16,29,'41.78667304519471','15.31442642211914'),(68736,35,16,28,'41.81533774847465','15.300865173339844'),(68735,35,16,27,'41.82275776918212','15.302753448486328'),(68734,35,16,26,'41.825955788813594','15.300865173339844'),(68733,35,16,25,'41.843478100205544','15.283527374267578'),(68732,35,16,24,'41.858310759275426','15.280609130859375'),(68731,35,16,23,'41.87582421126483','15.280780792236328'),(68730,35,16,22,'41.89358843066795','15.261039733886719'),(68729,35,16,21,'41.902277040963696','15.250740051269531'),(68728,35,16,20,'41.90457676934566','15.2490234375'),(68727,35,16,19,'41.91185869609152','15.237865447998047'),(68726,35,16,18,'41.91492452200973','15.228767395019531'),(68725,35,16,17,'41.91607416876307','15.191516876220703'),(68724,35,16,16,'41.918245667239525','15.177783966064453'),(68723,35,16,15,'41.91939525416699','15.1611328125'),(68722,35,16,14,'41.925142878165666','15.136241912841797'),(68721,35,16,13,'41.93689196485048','15.085086822509766'),(68720,35,16,12,'41.93995658807597','15.070323944091797'),(68719,35,16,11,'41.94570235966688','15.058307647705078'),(68718,35,16,10,'41.95029860413908','15.05178451538086'),(68717,35,16,9,'41.95642641461421','15.041656494140625'),(68716,35,16,8,'41.958596539548566','15.038394927978516'),(68715,35,16,7,'41.96051129429776','15.033760070800781'),(68714,35,16,6,'41.96089423834353','15.022258758544922'),(68713,35,16,5,'41.963064211132306','15.018310546875'),(68712,35,16,4,'41.96663812286332','15.01504898071289'),(68711,35,16,3,'41.97301960945449','15.011959075927734'),(68710,35,16,2,'41.97825195141532','15.008869171142578'),(68709,35,16,1,'41.98361146574512','15.00509262084961'),(68708,35,16,0,'41.9981564449542','14.994964599609375'),(69147,36,17,97,'43.675259390575306','10.560264587402344'),(69146,36,17,96,'43.67581809328341','10.555887222290039'),(69145,36,17,95,'43.6761905588656','10.551767349243164'),(69144,36,17,94,'43.676811329698296','10.544557571411133'),(69143,36,17,93,'43.67755624622054','10.542068481445312'),(71199,37,18,174,'44.272000675175235','9.39931869506836'),(71198,37,18,173,'44.268927710495284','9.41579818725586'),(71197,37,18,172,'44.27003399628911','9.417171478271484'),(71196,37,18,171,'44.26905063216731','9.420089721679688'),(71195,37,18,170,'44.26732970536542','9.425067901611328'),(71194,37,18,169,'44.264871151101985','9.430389404296875'),(71193,37,18,168,'44.26536287018088','9.434337615966797'),(71192,37,18,167,'44.26536287018088','9.44000244140625'),(69148,36,17,98,'43.67457652464568','10.563955307006836'),(69142,36,17,92,'43.67817700292488','10.539922714233398'),(69141,36,17,91,'43.67830115349513','10.535974502563477'),(69140,36,17,90,'43.67768039807519','10.533313751220703'),(69139,36,17,89,'43.67811492754343','10.529537200927734'),(69138,36,17,88,'43.678921902493066','10.52764892578125'),(69137,36,17,87,'43.67966679281356','10.526447296142578'),(69136,36,17,86,'43.680846183574836','10.525932312011719'),(69135,36,17,85,'43.681528978156074','10.522842407226562'),(69134,36,17,84,'43.682087622488176','10.518808364868164'),(69133,36,17,83,'43.68289454400657','10.51340103149414'),(69132,36,17,82,'43.683391105700295','10.509710311889648'),(69131,36,17,81,'43.68519110738575','10.498895645141602'),(69130,36,17,80,'43.68705312125952','10.485677719116211'),(69129,36,17,79,'43.687735845198084','10.483102798461914'),(69128,36,17,78,'43.688480626086765','10.478811264038086'),(69127,36,17,77,'43.68965984358076','10.476837158203125'),(69126,36,17,76,'43.68953571651525','10.47245979309082'),(69125,36,17,75,'43.691397595524904','10.46396255493164'),(69124,36,17,74,'43.69214233094498','10.45924186706543'),(69123,36,17,73,'43.6936317740415','10.452032089233398'),(69122,36,17,72,'43.69474883208814','10.44525146484375'),(69121,36,17,71,'43.69543146842884','10.437870025634766'),(69120,36,17,70,'43.69785166192962','10.432634353637695'),(69119,36,17,69,'43.69884453356971','10.428342819213867'),(69118,36,17,68,'43.700644071512464','10.422077178955078'),(69117,36,17,67,'43.70269175588585','10.417871475219727'),(69116,36,17,66,'43.70374659629882','10.414438247680664'),(69115,36,17,65,'43.70529779848335','10.411176681518555'),(69114,36,17,64,'43.70647668529848','10.409374237060547'),(69113,36,17,63,'43.70846212647601','10.407743453979492'),(69112,36,17,62,'43.71019933355897','10.407485961914062'),(69111,36,17,61,'43.713053207315795','10.407657623291016'),(69110,36,17,60,'43.71416990353228','10.408687591552734'),(69109,36,17,59,'43.71541065270114','10.405426025390625'),(69108,36,17,58,'43.7162791618341','10.402336120605469'),(69107,36,17,57,'43.71689951779364','10.400276184082031'),(69106,36,17,56,'43.71652730498859','10.397357940673828'),(69105,36,17,55,'43.7162791618341','10.394611358642578'),(69104,36,17,54,'43.71702358821485','10.391864776611328'),(69103,36,17,53,'43.71863648031317','10.39306640625'),(69102,36,17,52,'43.71950494269107','10.391693115234375'),(69101,36,17,51,'43.71987713699959','10.388259887695312'),(69100,36,17,50,'43.72198619440862','10.388259887695312'),(69099,36,17,49,'43.7247774797616','10.392465591430664'),(69098,36,17,48,'43.7229786663231','10.402164459228516'),(69097,36,17,47,'43.724529370774405','10.409631729125977'),(69096,36,17,46,'43.72049745570914','10.421562194824219'),(69095,36,17,45,'43.722358373303265','10.42551040649414'),(69094,36,17,44,'43.7229786663231','10.436067581176758'),(69093,36,17,43,'43.721489952285815','10.441904067993164'),(69092,36,17,42,'43.726204086496104','10.446796417236328'),(69091,36,17,41,'43.72527369465318','10.450143814086914'),(69090,36,17,40,'43.7259559834176','10.452117919921875'),(69089,36,17,39,'43.72576990543437','10.458984375'),(69088,36,17,38,'43.72335083905222','10.465335845947266'),(69087,36,17,37,'43.72310272415638','10.468940734863281'),(69086,36,17,36,'43.722792579091525','10.475120544433594'),(69085,36,17,35,'43.72198619440862','10.48318862915039'),(69084,36,17,34,'43.72192416436807','10.490655899047852'),(69083,36,17,33,'43.717085623329126','10.49417495727539'),(69082,36,17,32,'43.71448009323288','10.499496459960938'),(69081,36,17,31,'43.71286708925668','10.505590438842773'),(69080,36,17,30,'43.70852417045312','10.502586364746094'),(69079,36,17,29,'43.70666282320257','10.504732131958008'),(69078,36,17,28,'43.70262970587179','10.509967803955078'),(69077,36,17,27,'43.70076817558658','10.51417350769043'),(69076,36,17,26,'43.69841015425018','10.517263412475586'),(69075,36,17,25,'43.69369383336777','10.521125793457031'),(69074,36,17,24,'43.69257675566929','10.524816513061523'),(69073,36,17,23,'43.69096316225912','10.527219772338867'),(69072,36,17,22,'43.687177253462714','10.543184280395508'),(69071,36,17,21,'43.68537731137406','10.546531677246094'),(69070,36,17,20,'43.6847566291653','10.549964904785156'),(69069,36,17,19,'43.684818697675176','10.553827285766602'),(69068,36,17,18,'43.68363938500588','10.558977127075195'),(69067,36,17,17,'43.681156545711424','10.563440322875977'),(69066,36,17,16,'43.68041167388636','10.56661605834961'),(69065,36,17,15,'43.681156545711424','10.570564270019531'),(69064,36,17,14,'43.68388766328392','10.576486587524414'),(69063,36,17,13,'43.688108236798435','10.581293106079102'),(69062,36,17,12,'43.68723931946797','10.590906143188477'),(69061,36,17,11,'43.68506697107244','10.602149963378906'),(69060,36,17,10,'43.686618656525404','10.613651275634766'),(69059,36,17,9,'43.686184188644475','10.616827011108398'),(69058,36,17,8,'43.68308075512337','10.625410079956055'),(69057,36,17,7,'43.678983977039635','10.632705688476562'),(69056,36,17,6,'43.67929434880928','10.636825561523438'),(69055,36,17,5,'43.67830115349513','10.640344619750977'),(69054,36,17,4,'43.67594224873435','10.643091201782227'),(69053,36,17,3,'43.672093310306806','10.64300537109375'),(69052,36,17,2,'43.666691964340515','10.642318725585938'),(69051,36,17,1,'43.66594691295774','10.635108947753906'),(69050,36,17,0,'43.66377379360479','10.63450813293457'),(69149,36,17,99,'43.673707411315036','10.566530227661133'),(69150,36,17,100,'43.67190706508923','10.569620132446289'),(69151,36,17,101,'43.67128624352309','10.57107925415039'),(69152,36,17,102,'43.670665415535005','10.575714111328125'),(69153,36,17,103,'43.67016874852075','10.577774047851562'),(69154,36,17,104,'43.6704791658863','10.580263137817383'),(69155,36,17,105,'43.67016874852075','10.584039688110352'),(69156,36,17,106,'43.66513976352418','10.623350143432617'),(69157,36,17,107,'43.66520185232745','10.626354217529297'),(69158,36,17,108,'43.6645188719594','10.627813339233398'),(69159,36,17,109,'43.66427051353536','10.63150405883789'),(69160,36,17,110,'43.66302870600273','10.631589889526367'),(69161,36,17,111,'43.66259406729767','10.636053085327148'),(69162,36,17,112,'43.661600595584204','10.635881423950195'),(69163,36,17,113,'43.6621594254459','10.630044937133789'),(71191,37,18,166,'44.261306064772576','9.44498062133789'),(71190,37,18,165,'44.262535429307675','9.447212219238281'),(71189,37,18,164,'44.26007667453068','9.451847076416016'),(71188,37,18,163,'44.259339028046284','9.457855224609375'),(71187,37,18,162,'44.25823254096765','9.460945129394531'),(71186,37,18,161,'44.25577360624334','9.462833404541016'),(71185,37,18,160,'44.25638834956442','9.466781616210938'),(71184,37,18,159,'44.25638834956442','9.469356536865234'),(71183,37,18,158,'44.258109596673556','9.471416473388672'),(71182,37,18,157,'44.25663424509341','9.47347640991211'),(71181,37,18,156,'44.254544100321155','9.481372833251953'),(71180,37,18,155,'44.257617816926576','9.488239288330078'),(71179,37,18,154,'44.25737192551068','9.502143859863281'),(71178,37,18,153,'44.25897020133368','9.505233764648438'),(71177,37,18,152,'44.25737192551068','9.512615203857422'),(71176,37,18,151,'44.257986652122405','9.515190124511719'),(71175,37,18,150,'44.25614245300717','9.525318145751953'),(71174,37,18,149,'44.25356047707463','9.530811309814453'),(71173,37,18,148,'44.25368343088018','9.53939437866211'),(71172,37,18,147,'44.25282274884293','9.544200897216797'),(71171,37,18,146,'44.25245388125669','9.551239013671875'),(71170,37,18,145,'44.25073246859676','9.55312728881836'),(71169,37,18,144,'44.24692058983229','9.549694061279297'),(71168,37,18,143,'44.241509757106776','9.552268981933594'),(71167,37,18,142,'44.236467396861265','9.551582336425781'),(71166,37,18,141,'44.23892713876911','9.551582336425781'),(71165,37,18,140,'44.239911006741224','9.549179077148438'),(71164,37,18,139,'44.24027995298922','9.547462463378906'),(71163,37,18,138,'44.23351557084303','9.547977447509766'),(71162,37,18,137,'44.2320396023086','9.55038070678711'),(71161,37,18,136,'44.23671337567918','9.556045532226562'),(71160,37,18,135,'44.23351557084303','9.559135437011719'),(71159,37,18,134,'44.23117860356895','9.562397003173828'),(71158,37,18,133,'44.2282265122635','9.565486907958984'),(71157,37,18,132,'44.2269964305193','9.562740325927734'),(71156,37,18,131,'44.22588933497088','9.564971923828125'),(71155,37,18,130,'44.22465920438532','9.567375183105469'),(71154,37,18,129,'44.22232188545288','9.570636749267578'),(71153,37,18,128,'44.22219886609637','9.573383331298828'),(71152,37,18,127,'44.22121470199021','9.57733154296875'),(71151,37,18,126,'44.22133772340318','9.580764770507812'),(71150,37,18,125,'44.216539697816984','9.579048156738281'),(71149,37,18,124,'44.21161823978302','9.585742950439453'),(71148,37,18,123,'44.209772586984485','9.587631225585938'),(71147,37,18,122,'44.20952649557472','9.590892791748047'),(71146,37,18,121,'44.204973619028856','9.591236114501953'),(71145,37,18,120,'44.20226633641633','9.594497680664062'),(71144,37,18,119,'44.19906666019994','9.589862823486328'),(71143,37,18,118,'44.19697447025935','9.591751098632812'),(71142,37,18,117,'44.19709754231228','9.590206146240234'),(71141,37,18,116,'44.19832824870365','9.588489532470703'),(71140,37,18,115,'44.19365142766459','9.5855712890625'),(71139,37,18,114,'44.19365142766459','9.581966400146484'),(71138,37,18,113,'44.1927898675138','9.57956314086914'),(71137,37,18,112,'44.18577383742499','9.580936431884766'),(71136,37,18,111,'44.18220395771566','9.584369659423828'),(71135,37,18,110,'44.18158843936487','9.589176177978516'),(71134,37,18,109,'44.178756972181695','9.586257934570312'),(71133,37,18,108,'44.17888008227805','9.589347839355469'),(71132,37,18,107,'44.17937252009301','9.595012664794922'),(71131,37,18,106,'44.177402744156524','9.598445892333984'),(71130,37,18,105,'44.17912630169963','9.599132537841797'),(71129,37,18,104,'44.17801830620549','9.60531234741211'),(71128,37,18,103,'44.17284738526843','9.606342315673828'),(71127,37,18,102,'44.173093629880654','9.610977172851562'),(71126,37,18,101,'44.17136989600329','9.615097045898438'),(71125,37,18,100,'44.17297050770308','9.617500305175781'),(71124,37,18,99,'44.17567913623208','9.622993469238281'),(71123,37,18,98,'44.174694194797965','9.629688262939453'),(71122,37,18,97,'44.17321675180119','9.634838104248047'),(71121,37,18,96,'44.174940431698765','9.632091522216797'),(71120,37,18,95,'44.17530978512214','9.637069702148438'),(71119,37,18,94,'44.17370923691286','9.643936157226562'),(71118,37,18,93,'44.171000517903465','9.647884368896484'),(71117,37,18,92,'44.16742974366932','9.652690887451172'),(71116,37,18,91,'44.163489328121294','9.649600982666016'),(71115,37,18,90,'44.163489328121294','9.654407501220703'),(71114,37,18,89,'44.15942549890778','9.65646743774414'),(71113,37,18,88,'44.158193980245485','9.661273956298828'),(71112,37,18,87,'44.155607707387304','9.65921401977539'),(71111,37,18,86,'44.151173833048524','9.660930633544922'),(71110,37,18,85,'44.14809455765296','9.663677215576172'),(71109,37,18,84,'44.14858725251193','9.666080474853516'),(71108,37,18,83,'44.15351397490614','9.672260284423828'),(71107,37,18,82,'44.15006531241301','9.674835205078125'),(83339,45,26,368,'46.158194021968384','10.172996520996094'),(83338,45,26,367,'46.159858661486396','10.181922912597656'),(83337,45,26,366,'46.15914525071672','10.18758773803711'),(83336,45,26,365,'46.160334263527304','10.18930435180664'),(83335,45,26,364,'46.162712212065664','10.196514129638672'),(83334,45,26,363,'46.16199883829571','10.198917388916016'),(83333,45,26,362,'46.163544469773065','10.201835632324219'),(83332,45,26,361,'46.16449560602219','10.207157135009766'),(83331,45,26,360,'46.165922279562956','10.210075378417969'),(83330,45,26,359,'46.16604116735455','10.214195251464844'),(83329,45,26,358,'46.16604116735455','10.221405029296875'),(83328,45,26,357,'46.166635602458534','10.222949981689453'),(83327,45,26,356,'46.16639782918776','10.227069854736328'),(83326,45,26,355,'46.16509005782732','10.231189727783203'),(83325,45,26,354,'46.16616005488923','10.234966278076172'),(83324,45,26,353,'46.165446725827096','10.236682891845703'),(83323,45,26,352,'46.1686566337642','10.246295928955078'),(83322,45,26,351,'46.168775515646175','10.250587463378906'),(83321,45,26,350,'46.17032095673059','10.253334045410156'),(83320,45,26,349,'46.17032095673059','10.25625228881836'),(83319,45,26,348,'46.17127197581503','10.259513854980469'),(83317,45,26,346,'46.17376832267393','10.266380310058594'),(83318,45,26,347,'46.17234185262923','10.26346206665039'),(71106,37,18,81,'44.1494494586191','9.67844009399414'),(71105,37,18,80,'44.146862802512736','9.676036834716797'),(71104,37,18,79,'44.1442760330519','9.681873321533203'),(71103,37,18,78,'44.145877379893704','9.688224792480469'),(71102,37,18,77,'44.14439921512042','9.694576263427734'),(71101,37,18,76,'44.1425514571035','9.692516326904297'),(71100,37,18,75,'44.13971811581843','9.689598083496094'),(71099,37,18,74,'44.138978960947','9.6954345703125'),(71098,37,18,73,'44.13417422873263','9.698524475097656'),(71097,37,18,72,'44.132942183139654','9.704017639160156'),(71096,37,18,71,'44.131710111843084','9.712772369384766'),(71094,37,18,69,'44.131217276127465','9.717750549316406'),(71095,37,18,70,'44.13047801484297','9.715347290039062'),(71092,37,18,67,'44.125056482685146','9.719982147216797'),(71093,37,18,68,'44.128876250316054','9.721870422363281'),(71091,37,18,66,'44.125795811826755','9.724960327148438'),(71090,37,18,65,'44.12074354493773','9.722900390625'),(71089,37,18,64,'44.119634452910205','9.725475311279297'),(71087,37,18,62,'44.115814087677805','9.732513427734375'),(71088,37,18,63,'44.11630705191009','9.728736877441406'),(71086,37,18,61,'44.11458165910497','9.737491607666016'),(71085,37,18,60,'44.11285621592182','9.73440170288086'),(71084,37,18,59,'44.10841913069531','9.733543395996094'),(71083,37,18,58,'44.10496783410991','9.737663269042969'),(71082,37,18,57,'44.1020094195083','9.73989486694336'),(71081,37,18,56,'44.10040688311735','9.743328094482422'),(71080,37,18,55,'44.09917413325852','9.740924835205078'),(71079,37,18,54,'44.093996303179026','9.740753173828125'),(71078,37,18,53,'44.094489449387204','9.74212646484375'),(71077,37,18,52,'44.09424287679715','9.745731353759766'),(71076,37,18,51,'44.09424287679715','9.751396179199219'),(71075,37,18,50,'44.09227025906526','9.760150909423828'),(71074,37,18,49,'44.088694721717836','9.762382507324219'),(71073,37,18,48,'44.088078227914366','9.767017364501953'),(71072,37,18,47,'44.089434505800234','9.775772094726562'),(71071,37,18,46,'44.09140721811709','9.782981872558594'),(71070,37,18,45,'44.09128392552496','9.784698486328125'),(71069,37,18,44,'44.09436616322069','9.786930084228516'),(71068,37,18,43,'44.097078399511005','9.788818359375'),(71067,37,18,42,'44.09794135769707','9.797229766845703'),(71066,37,18,41,'44.09596886333733','9.799118041992188'),(71065,37,18,40,'44.09547572946637','9.801692962646484'),(71064,37,18,39,'44.09337986463573','9.803409576416016'),(71063,37,18,38,'44.093749728532785','9.806671142578125'),(71062,37,18,37,'44.09720168002295','9.803581237792969'),(71061,37,18,36,'44.095845580255116','9.806499481201172'),(71060,37,18,35,'44.098187914865576','9.8052978515625'),(71059,37,18,34,'44.09843447100597','9.801692962646484'),(71058,37,18,33,'44.101886149020395','9.804096221923828'),(71057,37,18,32,'44.10336537791152','9.802722930908203'),(71056,37,18,31,'44.10607720141688','9.802722930908203'),(71055,37,18,30,'44.109528433231034','9.804096221923828'),(71054,37,18,29,'44.10928192335562','9.806327819824219'),(71053,37,18,28,'44.101886149020395','9.821090698242188'),(71052,37,18,27,'44.12209907358672','9.847183227539062'),(71051,37,18,26,'44.13097085672744','9.847183227539062'),(71050,37,18,25,'44.14082683077555','9.856109619140625'),(71049,37,18,24,'44.150188482400665','9.870529174804688'),(71048,37,18,23,'44.15412978628832','9.878768920898438'),(71047,37,18,22,'44.132942183139654','9.902114868164062'),(71046,37,18,21,'44.11125397357152','9.9151611328125'),(71045,37,18,20,'44.10533762552548','9.9371337890625'),(71043,37,18,18,'44.10336537791152','9.96734619140625'),(71044,37,18,19,'44.10681676805524','9.95086669921875'),(71042,37,18,17,'44.07673359509706','9.979705810546875'),(71041,37,18,16,'44.065386786862234','9.995498657226562'),(71040,37,18,15,'44.04614157509524','10.018157958984375'),(71039,37,18,14,'44.03232064275081','10.052490234375'),(71037,37,18,12,'43.99281450048989','10.119781494140625'),(71038,37,18,13,'44.01158319944901','10.09368896484375'),(71036,37,18,11,'43.9760164210655','10.1458740234375'),(71035,37,18,10,'43.935483850319756','10.191192626953125'),(71034,37,18,9,'43.90086100143823','10.218658447265625'),(71033,37,18,8,'43.86423779837694','10.24749755859375'),(71032,37,18,7,'43.87314821716761','10.276336669921875'),(71031,37,18,6,'43.78497553389674','10.3216552734375'),(71030,37,18,5,'43.7601844942019','10.361480712890625'),(71027,37,18,2,'43.63706904996992','10.35736083984375'),(71028,37,18,3,'43.653962732819366','10.37384033203125'),(71029,37,18,4,'43.67085166460571','10.353240966796875'),(71026,37,18,1,'43.60227297869274','10.361480712890625'),(71025,37,18,0,'43.58039085560784','10.30242919921875'),(71200,37,18,175,'44.27384437686207','9.395885467529297'),(75588,40,21,131,'45.54026282479539','10.209732055664062'),(74126,39,20,144,'46.12548553528378','8.293390274047851'),(72531,38,19,120,'45.71480981187499','6.943359375'),(72530,38,19,119,'45.721042141129054','6.94610595703125'),(72528,38,19,117,'45.73158757630444','6.9591522216796875'),(72529,38,19,118,'45.72583576754234','6.950225830078125'),(72527,38,19,116,'45.73925573331651','6.9591522216796875'),(72526,38,19,115,'45.744526980468436','6.9660186767578125'),(72525,38,19,114,'45.75267247443033','6.9742584228515625'),(72524,38,19,113,'45.765606992288184','6.98455810546875'),(72523,38,19,112,'45.76369095661865','6.9962310791015625'),(72522,38,19,111,'45.76129581948936','7.0250701904296875'),(72521,38,19,110,'45.75075599455506','7.054595947265625'),(72520,38,19,109,'45.742131020731904','7.0676422119140625'),(72519,38,19,108,'45.73206686696598','7.076568603515625'),(72518,38,19,107,'45.72919106129991','7.0882415771484375'),(72517,38,19,106,'45.719603972998634','7.106781005859375'),(72516,38,19,105,'45.7066587939899','7.1225738525390625'),(72515,38,19,104,'45.708576787494145','7.1376800537109375'),(72509,38,19,98,'45.71049471518718','7.22900390625'),(72510,38,19,99,'45.7052202556731','7.2200775146484375'),(72511,38,19,100,'45.70713829853578','7.2104644775390625'),(72512,38,19,101,'45.70042486059141','7.1912384033203125'),(72513,38,19,102,'45.70713829853578','7.1761322021484375'),(72514,38,19,103,'45.70378168033736','7.164459228515625'),(72508,38,19,97,'45.708576787494145','7.2379302978515625'),(72507,38,19,96,'45.71385093029221','7.244110107421875'),(72506,38,19,95,'45.71337148333104','7.255096435546875'),(72505,38,19,94,'45.72439772280638','7.2736358642578125'),(72504,38,19,93,'45.73014967964109','7.288055419921875'),(72503,38,19,92,'45.73829727127336','7.305908203125'),(72501,38,19,90,'45.74117260804575','7.337493896484375'),(72502,38,19,91,'45.74356860891304','7.315521240234375'),(72500,38,19,89,'45.74021417890731','7.36083984375'),(72499,38,19,88,'45.74404779674727','7.3834991455078125'),(72498,38,19,87,'45.74117260804575','7.4384307861328125'),(72497,38,19,86,'45.73925573331651','7.4645233154296875'),(72496,38,19,85,'45.74644367422241','7.4810028076171875'),(72494,38,19,83,'45.744526980468436','7.5249481201171875'),(72495,38,19,84,'45.74740199642105','7.4974822998046875'),(72493,38,19,82,'45.74500616007653','7.5469207763671875'),(72492,38,19,81,'45.74836030216746','7.581939697265625'),(72491,38,19,80,'45.74788115135079','7.6025390625'),(72490,38,19,79,'45.75267247443033','7.6073455810546875'),(72489,38,19,78,'45.753151584116544','7.6320648193359375'),(72488,38,19,77,'45.74979772993915','7.6457977294921875'),(72487,38,19,76,'45.7387765043515','7.66021728515625'),(72486,38,19,75,'45.73398398848103','7.667083740234375'),(72485,38,19,74,'45.7052202556731','7.6746368408203125'),(72484,38,19,73,'45.70186352230473','7.66571044921875'),(72483,38,19,72,'45.68315803253308','7.6739501953125'),(72482,38,19,71,'45.66828510339253','7.68768310546875'),(72481,38,19,70,'45.656767862805964','7.69866943359375'),(72480,38,19,69,'45.65004837830723','7.71240234375'),(72479,38,19,68,'45.63756719669655','7.7199554443359375'),(72478,38,19,67,'45.62172169252446','7.738494873046875'),(72477,38,19,66,'45.606832441359316','7.7446746826171875'),(72476,38,19,65,'45.60443057901899','7.763214111328125'),(72475,38,19,64,'45.60346980528809','7.782440185546875'),(72474,38,19,63,'45.597224374966075','7.790679931640625'),(72473,38,19,62,'45.593861162997335','7.7996063232421875'),(72472,38,19,61,'45.57511957785422','7.80853271484375'),(72471,38,19,60,'45.56646750519433','7.8160858154296875'),(72470,38,19,59,'45.55156358906749','7.8270721435546875'),(72469,38,19,58,'45.53954142228416','7.8353118896484375'),(72467,38,19,56,'45.52030060757689','7.85247802734375'),(72468,38,19,57,'45.533288879467456','7.8449249267578125'),(72466,38,19,55,'45.49816553360498','7.85797119140625'),(72465,38,19,54,'45.475058784299385','7.86346435546875'),(72464,38,19,53,'45.468317530328775','7.8710174560546875'),(72463,38,19,52,'45.47072521359533','7.8778839111328125'),(72461,38,19,50,'45.468799075209894','7.8998565673828125'),(72462,38,19,51,'45.468317530328775','7.8826904296875'),(72460,38,19,49,'45.47265128615832','7.9300689697265625'),(72459,38,19,48,'45.469762152630416','7.9492950439453125'),(72458,38,19,47,'45.44471679159555','7.9987335205078125'),(72457,38,19,46,'45.43267179295816','8.023452758789062'),(72456,38,19,45,'45.43218993953094','8.0364990234375'),(72455,38,19,44,'45.42303394275453','8.051605224609375'),(72454,38,19,43,'45.4143584705806','8.068084716796875'),(72453,38,19,42,'45.4076099595703','8.081130981445312'),(72452,38,19,41,'45.4071278922143','8.08868408203125'),(72451,38,19,40,'45.40230699238177','8.0914306640625'),(72450,38,19,39,'45.40857408194021','8.094863891601562'),(72449,38,19,38,'45.40327120526064','8.10791015625'),(72448,38,19,37,'45.37674935483766','8.14910888671875'),(72447,38,19,36,'45.37240823082044','8.17108154296875'),(72446,38,19,35,'45.364689854189756','8.186874389648437'),(72443,38,19,32,'45.341045774001124','8.287811279296875'),(72445,38,19,34,'45.3584178976652','8.208847045898437'),(72444,38,19,33,'45.349732502325544','8.240432739257812'),(72442,38,19,31,'45.32559941008895','8.339309692382812'),(72441,38,19,30,'45.325116643332684','8.381195068359375'),(72440,38,19,29,'45.32415109747755','8.409347534179687'),(72439,38,19,28,'45.32946139602836','8.413467407226562'),(72438,38,19,27,'45.33042685137132','8.422393798828125'),(72437,38,19,26,'45.32559941008895','8.431320190429687'),(72436,38,19,25,'45.32077155738745','8.426513671875'),(72435,38,19,24,'45.30773430004869','8.44573974609375'),(72433,38,19,22,'45.28116764640765','8.460159301757812'),(72434,38,19,23,'45.29131274658199','8.4539794921875'),(72432,38,19,21,'45.25797203278651','8.464279174804687'),(72431,38,19,20,'45.23911861682938','8.457412719726562'),(72430,38,19,19,'45.232349197513095','8.462905883789062'),(72429,38,19,18,'45.22025894300122','8.455352783203125'),(72428,38,19,17,'45.190264015431886','8.469772338867187'),(72427,38,19,16,'45.17332441090049','8.469772338867187'),(72426,38,19,15,'45.1670312741027','8.46221923828125'),(72425,38,19,14,'45.15395869129108','8.438186645507812'),(72424,38,19,13,'45.13264879631321','8.445053100585937'),(72423,38,19,12,'45.125866704733575','8.452606201171875'),(72422,38,19,11,'45.10018433859883','8.450546264648437'),(72421,38,19,10,'45.08709642547449','8.467025756835937'),(72419,38,19,8,'45.0376261291983','8.52264404296875'),(72420,38,19,9,'45.06042658364084','8.507537841796875'),(72418,38,19,7,'45.00996231899567','8.554916381835937'),(72417,38,19,6,'45.00122360167367','8.54736328125'),(72416,38,19,5,'44.989084282761375','8.559722900390625'),(72415,38,19,4,'44.97111337148945','8.559722900390625'),(72414,38,19,3,'44.96334042208602','8.576202392578125'),(72413,38,19,2,'44.94536144236941','8.583755493164062'),(72412,38,19,1,'44.923001342833096','8.5858154296875'),(72411,38,19,0,'44.91716684156227','8.600234985351562'),(74125,39,20,143,'46.1223326000772','8.293046951293945'),(74124,39,20,142,'46.11751361462641','8.29218864440918'),(74123,39,20,141,'46.116085686143805','8.293218612670898'),(74122,39,20,140,'46.11560970176028','8.292102813720703'),(74121,39,20,139,'46.115371708026764','8.290643692016601'),(74120,39,20,138,'46.11638317429572','8.285751342773437'),(74119,39,20,137,'46.117454118345044','8.28094482421875'),(74118,39,20,136,'46.1191794844231','8.277082443237304'),(74117,39,20,135,'46.12257056374669','8.274507522583007'),(74116,39,20,134,'46.127627048739924','8.276567459106445'),(74115,39,20,133,'46.12935209625693','8.278799057006836'),(74114,39,20,132,'46.13137449696026','8.282575607299804'),(74113,39,20,131,'46.13363473928016','8.284463882446289'),(74112,39,20,130,'46.13381317551267','8.285751342773437'),(74111,39,20,129,'46.13500273562129','8.287296295166015'),(74110,39,20,128,'46.14338840525678','8.293132781982421'),(74109,39,20,127,'46.14570762032106','8.296136856079101'),(74108,39,20,126,'46.14939437647686','8.296651840209961'),(74107,39,20,125,'46.15117820209914','8.3001708984375'),(74106,39,20,124,'46.153140343509804','8.302316665649414'),(74105,39,20,123,'46.15391328910128','8.302574157714843'),(74104,39,20,122,'46.15480513590953','8.295021057128906'),(74103,39,20,121,'46.154864591849524','8.29193115234375'),(74102,39,20,120,'46.15700496290803','8.288154602050781'),(74101,39,20,119,'46.160393713493356','8.287038803100586'),(74100,39,20,118,'46.165625058959804','8.28317642211914'),(74099,39,20,117,'46.16824054515381','8.283863067626953'),(74098,39,20,116,'46.16996432033444','8.28317642211914'),(74097,39,20,115,'46.172579600206056','8.282575607299804'),(74096,39,20,114,'46.174481543821656','8.282918930053711'),(74095,39,20,113,'46.177393767509955','8.28042984008789'),(74094,39,20,112,'46.18220751337389','8.279571533203125'),(74093,39,20,111,'46.19219023536159','8.274078369140625'),(74092,39,20,110,'46.20122065978112','8.25897216796875'),(74091,39,20,109,'46.21119992863994','8.2342529296875'),(74090,39,20,108,'46.205497711275896','8.219146728515625'),(74089,39,20,107,'46.20929925529132','8.197860717773437'),(74088,39,20,106,'46.19646798981253','8.145675659179687'),(74087,39,20,105,'46.198844376182535','8.1353759765625'),(74086,39,20,104,'46.197418556693115','8.120269775390625'),(74085,39,20,103,'46.187912147928145','8.096237182617187'),(74084,39,20,102,'46.186486044787195','8.079757690429687'),(74083,39,20,101,'46.178404094795034','8.07220458984375'),(74082,39,20,100,'46.18363372751015','8.070144653320312'),(74081,39,20,99,'46.19979490195452','8.057785034179687'),(74080,39,20,98,'46.20454728416395','8.044052124023437'),(74079,39,20,97,'46.221177384644655','8.032379150390625'),(74078,39,20,96,'46.224502800461025','8.016586303710937'),(74077,39,20,95,'46.234002878622505','8.015213012695312'),(74076,39,20,94,'46.24160175728609','8.020706176757812'),(74075,39,20,93,'46.24682537594341','8.0255126953125'),(74074,39,20,92,'46.2534728985233','8.035812377929687'),(74073,39,20,91,'46.2501492379416','8.046798706054687'),(74072,39,20,90,'46.25394769073575','8.05023193359375'),(74071,39,20,89,'46.255846818480315','8.0474853515625'),(74070,39,20,88,'46.27246138084736','8.039932250976562'),(74069,39,20,87,'46.28385131344301','8.037185668945312'),(74068,39,20,86,'46.28385131344301','8.045425415039062'),(74067,39,20,85,'46.288596419933334','8.044052124023437'),(74066,39,20,84,'46.293341115394114','8.054351806640625'),(74064,39,20,82,'46.3023549043942','8.019332885742187'),(74065,39,20,83,'46.29855980566551','8.050918579101562'),(74063,39,20,81,'46.30757273562989','8.02825927734375'),(74062,39,20,80,'46.3161099321717','8.033065795898437'),(74061,39,20,79,'46.322274857040234','8.032379150390625'),(74060,39,20,78,'46.32511997270487','8.028945922851562'),(74059,39,20,77,'46.32891323009468','8.028945922851562'),(74058,39,20,76,'46.32085224372194','8.020706176757812'),(74057,39,20,75,'46.3161099321717','8.01177978515625'),(74056,39,20,74,'46.308995694198565','7.987060546875'),(74055,39,20,73,'46.30709840788667','7.9685211181640625'),(74054,39,20,72,'46.30140615437332','7.9369354248046875'),(74053,39,20,71,'46.29855980566551','7.9259490966796875'),(74052,39,20,70,'46.293341115394114','7.877197265625'),(74051,39,20,69,'46.300457387911585','7.8229522705078125'),(74050,39,20,68,'46.30709840788667','7.7735137939453125'),(74049,39,20,67,'46.30757273562989','7.7295684814453125'),(74048,39,20,66,'46.29950860500901','7.661590576171875'),(74047,39,20,65,'46.30947000550115','7.6485443115234375'),(74046,39,20,64,'46.31421289246851','7.642364501953125'),(74045,39,20,63,'46.3127900695348','7.6300048828125'),(74044,39,20,62,'46.31136720960983','7.6183319091796875'),(74042,39,20,60,'46.29239220918418','7.57781982421875'),(74043,39,20,61,'46.29855980566551','7.5949859619140625'),(74041,39,20,59,'46.28954539190777','7.5634002685546875'),(74040,39,20,58,'46.28622391806705','7.537994384765625'),(74039,39,20,57,'46.27435986736147','7.4961090087890625'),(74038,39,20,56,'46.26201852944049','7.44873046875'),(74037,39,20,55,'46.25394769073575','7.4164581298828125'),(74036,39,20,54,'46.2458756640918','7.3828125'),(74035,39,20,53,'46.22972804692796','7.3670196533203125'),(74033,39,20,51,'46.22497784342057','7.32513427734375'),(74034,39,20,52,'46.228778039111916','7.348480224609375'),(74032,39,20,50,'46.22545288226939','7.307281494140625'),(74031,39,20,49,'46.226877974151705','7.277069091796875'),(74030,39,20,48,'46.21167508670015','7.2571563720703125'),(74029,39,20,47,'46.207398516170045','7.2502899169921875'),(74028,39,20,46,'46.1893382140708','7.238616943359375'),(74027,39,20,45,'46.18315832690901','7.219390869140625'),(74026,39,20,44,'46.16889439727123','7.2118377685546875'),(74025,39,20,43,'46.14130697521705','7.1582794189453125'),(74024,39,20,42,'46.11798958256461','7.1088409423828125'),(74023,39,20,41,'46.10323266470108','7.079315185546875'),(74022,39,20,40,'46.10323266470108','7.06695556640625'),(74021,39,20,39,'46.09609080214316','7.0580291748046875'),(74020,39,20,38,'46.0770413127077','7.051849365234375'),(74019,39,20,37,'46.07370697571126','7.0580291748046875'),(74018,39,20,36,'46.07799394341698','7.07244873046875'),(74016,39,20,34,'46.0789465576801','7.1212005615234375'),(74017,39,20,35,'46.08275685027116','7.0951080322265625'),(74015,39,20,33,'46.07989915549703','7.130126953125'),(74014,39,20,32,'46.0789465576801','7.152099609375'),(74013,39,20,31,'46.06179698466216','7.1486663818359375'),(74012,39,20,30,'46.02748185248664','7.1445465087890625'),(74011,39,20,29,'46.00602407059352','7.169952392578125'),(74010,39,20,28,'45.99362244576694','7.18505859375'),(74009,39,20,27,'45.975014796576275','7.2063446044921875'),(74008,39,20,26,'45.94780775093224','7.20703125'),(74007,39,20,25,'45.92488619186047','7.2015380859375'),(74006,39,20,24,'45.90434424945917','7.1981048583984375'),(74005,39,20,23,'45.867062714815475','7.172698974609375'),(74004,39,20,22,'45.85176048817253','7.1596527099609375'),(74003,39,20,21,'45.84602106744843','7.17132568359375'),(74002,39,20,20,'45.83071305019327','7.1775054931640625'),(74001,39,20,19,'45.824492965214304','7.1678924560546875'),(74000,39,20,18,'45.82114340079471','7.1431732177734375'),(73999,39,20,17,'45.82114340079471','7.1685791015625'),(73998,39,20,16,'45.823057462282456','7.17681884765625'),(73997,39,20,15,'45.82497145796607','7.186431884765625'),(73996,39,20,14,'45.82257895307966','7.1939849853515625'),(73995,39,20,13,'45.82497145796607','7.2173309326171875'),(73994,39,20,12,'45.81875073139775','7.2324371337890625'),(73993,39,20,11,'45.81300790534134','7.2365570068359375'),(73992,39,20,10,'45.808700397139574','7.2447967529296875'),(73991,39,20,9,'45.80678584211672','7.2509765625'),(73990,39,20,8,'45.80199916666154','7.2708892822265625'),(73986,39,20,4,'45.78045403744003','7.294921875'),(73987,39,20,5,'45.78189063850085','7.2983551025390625'),(73988,39,20,6,'45.7909882522868','7.290802001953125'),(73989,39,20,7,'45.793382114404004','7.2846221923828125'),(73985,39,20,3,'45.77327047688937','7.3004150390625'),(73984,39,20,2,'45.77183365372955','7.3065948486328125'),(73983,39,20,1,'45.766085990923074','7.3114013671875'),(73982,39,20,0,'45.75027686430362','7.3175811767578125'),(75589,40,21,132,'45.538820010517035','10.217628479003906'),(75587,40,21,130,'45.542426976793855','10.210075378417968'),(75586,40,21,129,'45.547716775429045','10.183296203613281'),(75585,40,21,128,'45.5469954685617','10.175743103027343'),(75584,40,21,127,'45.54795720899463','10.15960693359375'),(75583,40,21,126,'45.55156358906749','10.147933959960937'),(75582,40,21,125,'45.554208120722976','10.142784118652343'),(75581,40,21,124,'45.571274376773204','10.122871398925781'),(75580,40,21,123,'45.59001724536148','10.100898742675781'),(75579,40,21,122,'45.58473142874248','10.086135864257812'),(75578,40,21,121,'45.57896451566304','10.074462890625'),(75577,40,21,120,'45.569351677505416','10.068283081054687'),(75576,40,21,119,'45.5554101394295','10.057640075683593'),(75575,40,21,118,'45.556131338312355','10.055580139160156'),(75574,40,21,117,'45.558294879426235','10.04425048828125'),(75573,40,21,116,'45.5645446413806','9.973526000976562'),(75572,40,21,115,'45.584971703932446','9.917564392089843'),(75571,40,21,114,'45.58857570837393','9.914817810058593'),(75570,40,21,113,'45.587854925996815','9.910697937011718'),(75569,40,21,112,'45.59049774946351','9.899024963378906'),(75568,40,21,111,'45.587854925996815','9.889068603515625'),(75567,40,21,110,'45.589056224816716','9.880485534667968'),(75566,40,21,109,'45.5931404484943','9.874649047851562'),(75565,40,21,108,'45.5984254732492','9.86846923828125'),(75564,40,21,107,'45.59986675725207','9.847526550292968'),(75563,40,21,106,'45.597224374966075','9.827957153320312'),(75562,40,21,105,'45.597224374966075','9.816627502441406'),(75561,40,21,104,'45.60226881498576','9.807357788085937'),(75560,40,21,103,'45.5989059053637','9.800491333007812'),(75559,40,21,102,'45.59241972473573','9.771652221679687'),(75558,40,21,101,'45.58857570837393','9.748306274414062'),(75557,40,21,100,'45.587614663147626','9.728736877441406'),(75556,40,21,99,'45.59049774946351','9.702301025390625'),(75555,40,21,98,'45.59434163419073','9.649085998535156'),(75554,40,21,97,'45.590978249451936','9.620246887207031'),(75553,40,21,96,'45.5895367371459','9.60205078125'),(75551,40,21,94,'45.59482210127054','9.598617553710937'),(75552,40,21,95,'45.589776991767884','9.598960876464843'),(75550,40,21,93,'45.598665689820656','9.598960876464843'),(75549,40,21,92,'45.601067798973766','9.59381103515625'),(75547,40,21,90,'45.61115553441939','9.523773193359375'),(75548,40,21,91,'45.60731280148677','9.584197998046875'),(75546,40,21,89,'45.62172169252446','9.4757080078125'),(75545,40,21,88,'45.61787968356969','9.39605712890625'),(75544,40,21,87,'45.605391336295725','9.369964599609375'),(75543,40,21,86,'45.6082735094011','9.334259033203125'),(75542,40,21,85,'45.591939237088034','9.305419921875'),(75541,40,21,84,'45.587134134364085','9.271087646484375'),(75540,40,21,83,'45.591939237088034','9.24224853515625'),(75539,40,21,82,'45.592900208269846','9.196929931640625'),(75538,40,21,81,'45.60346980528809','9.14886474609375'),(75537,40,21,80,'45.60659225975302','9.121055603027343'),(75536,40,21,79,'45.61715927758202','9.120368957519531'),(75535,40,21,78,'45.62076121496671','9.112815856933593'),(75534,40,21,77,'45.620280970017625','9.096336364746093'),(75533,40,21,76,'45.61835994908628','9.088783264160156'),(75532,40,21,75,'45.61787968356969','9.056167602539062'),(75531,40,21,74,'45.612596491395976','9.035224914550781'),(75530,40,21,73,'45.62532333682302','9.026298522949218'),(75529,40,21,72,'45.61715927758202','9.008445739746093'),(75528,40,21,71,'45.61403741135093','9.003639221191406'),(75527,40,21,70,'45.61235633447083','8.96484375'),(75526,40,21,69,'45.61187601753539','8.941154479980468'),(75525,40,21,68,'45.606832441359316','8.908195495605468'),(75523,40,21,66,'45.61499800408666','8.884506225585937'),(75524,40,21,67,'45.603710000263405','8.892402648925781'),(75521,40,21,64,'45.625803538580556','8.850173950195312'),(75522,40,21,65,'45.622682153628226','8.859443664550781'),(75520,40,21,63,'45.63396633909786','8.831977844238281'),(75519,40,21,62,'45.64332808758249','8.817901611328125'),(75518,40,21,61,'45.65124834538339','8.807258605957031'),(75517,40,21,60,'45.65196831328892','8.802452087402343'),(75516,40,21,59,'45.65388818245635','8.781852722167968'),(75515,40,21,58,'45.6644462864517','8.782196044921875'),(75513,40,21,56,'45.66996450302317','8.756790161132812'),(75514,40,21,57,'45.66636572782888','8.771553039550781'),(75512,40,21,55,'45.68123916702059','8.7176513671875'),(75511,40,21,54,'45.67740123855739','8.712501525878906'),(75510,40,21,53,'45.680039842654764','8.709068298339843'),(75509,40,21,52,'45.68387759013296','8.701858520507812'),(75508,40,21,51,'45.692271744965986','8.702888488769531'),(75507,40,21,50,'45.69538925306953','8.700828552246093'),(75506,40,21,49,'45.700664640114404','8.701858520507812'),(75505,40,21,48,'45.722240586293125','8.691558837890625'),(75504,40,21,47,'45.720802449011366','8.681259155273437'),(75503,40,21,46,'45.72343900575002','8.678855895996093'),(75501,40,21,44,'45.72248027224107','8.664093017578125'),(75502,40,21,45,'45.722000899316875','8.670272827148437'),(75500,40,21,43,'45.72607543806602','8.637313842773437'),(75499,40,21,42,'45.72583576754234','8.631820678710937'),(75498,40,21,41,'45.7205627558654','8.625984191894531'),(75497,40,21,40,'45.719603972998634','8.586845397949218'),(75496,40,21,39,'45.727753102939744','8.579635620117187'),(75495,40,21,38,'45.74740199642105','8.562812805175781'),(75494,40,21,37,'45.757702920998255','8.556632995605468'),(75493,40,21,36,'45.760098212365314','8.559036254882812'),(75492,40,21,35,'45.7644094777066','8.557319641113281'),(75491,40,21,34,'45.768241433881975','8.549766540527343'),(75490,40,21,33,'45.77398887458803','8.54461669921875'),(75489,40,21,32,'45.78739726631931','8.539810180664062'),(75488,40,21,31,'45.799126963971986','8.537063598632812'),(75487,40,21,30,'45.80391388619765','8.540496826171875'),(75486,40,21,29,'45.80654651811193','8.540153503417968'),(75484,40,21,27,'45.81133280284864','8.543243408203125'),(75485,40,21,28,'45.807743127853804','8.542900085449218'),(75483,40,21,26,'45.81611867630464','8.548049926757812'),(75482,40,21,25,'45.82808156060433','8.56658935546875'),(75481,40,21,24,'45.83071305019327','8.564872741699218'),(75479,40,21,22,'45.841716113258904','8.573112487792968'),(75480,40,21,23,'45.838128396962205','8.571395874023437'),(75478,40,21,21,'45.84960827480196','8.570365905761718'),(75477,40,21,20,'45.85893393126875','8.568305969238281'),(75476,40,21,19,'45.867062714815475','8.564872741699218'),(75475,40,21,18,'45.87519030982868','8.560752868652343'),(75474,40,21,17,'45.8811657243829','8.552169799804687'),(75473,40,21,16,'45.8885743460157','8.530540466308593'),(75472,40,21,15,'45.88833537364294','8.525390625'),(75471,40,21,14,'45.89287567291743','8.517837524414062'),(75470,40,21,13,'45.900282732840324','8.509941101074218'),(75469,40,21,12,'45.905777654973775','8.505134582519531'),(75468,40,21,11,'45.91007764944822','8.505821228027343'),(75467,40,21,10,'45.91246639133389','8.501701354980468'),(75466,40,21,9,'45.915332745888556','8.501701354980468'),(75465,40,21,8,'45.92034851012649','8.493118286132812'),(75464,40,21,7,'45.92918470588994','8.479728698730468'),(75463,40,21,6,'45.933482886823675','8.481788635253906'),(75462,40,21,5,'45.944226881874826','8.487281799316406'),(75461,40,21,4,'45.94780775093224','8.488655090332031'),(75460,40,21,3,'45.95305927379983','8.477668762207031'),(75459,40,21,2,'45.9568782506322','8.473548889160156'),(75458,40,21,1,'45.96117428498826','8.464622497558593'),(75457,40,21,0,'45.96165160157818','8.448829650878906'),(77589,41,22,199,'46.04583356776465','11.105461120605468'),(77588,41,22,198,'46.05238627477978','11.108551025390625'),(77587,41,22,197,'46.06382186443665','11.110782623291015'),(77586,41,22,196,'46.074540578847845','11.106491088867187'),(77585,41,22,195,'46.074540578847845','11.10116958618164'),(77584,41,22,194,'46.0770413127077','11.098251342773437'),(77583,41,22,193,'46.07727947192685','11.097049713134765'),(77582,41,22,192,'46.08097080838283','11.084518432617187'),(77581,41,22,191,'46.08239964651896','11.07473373413086'),(77580,41,22,190,'46.087281230953174','11.06924057006836'),(77579,41,22,189,'46.092162383423506','11.056709289550781'),(77577,41,22,187,'46.08239964651896','11.047439575195312'),(77578,41,22,188,'46.08466189789017','11.050701141357421'),(77576,41,22,186,'46.077398551150964','11.033706665039062'),(77575,41,22,185,'46.079065633306605','11.030101776123046'),(77574,41,22,184,'46.07668407195168','11.02752685546875'),(77573,41,22,183,'46.07680315246066','11.021347045898437'),(77572,41,22,182,'46.075136001950504','11.018085479736328'),(77571,41,22,181,'46.07608866555222','11.011905670166015'),(77570,41,22,180,'46.07763670882829','11.010017395019531'),(77569,41,22,179,'46.07835117569292','11.005897521972656'),(77568,41,22,178,'46.07727947192685','11.003665924072265'),(77567,41,22,177,'46.080018229067804','11.002979278564453'),(77566,41,22,176,'46.080256375438374','10.99954605102539'),(77565,41,22,175,'46.07239700248485','10.994224548339843'),(77564,41,22,174,'46.06441740317782','10.989246368408203'),(77563,41,22,173,'46.059176441769665','10.982036590576171'),(77562,41,22,172,'46.059057323228394','10.97860336303711'),(77561,41,22,171,'46.05786612368197','10.97585678100586'),(77560,41,22,170,'46.0581043656471','10.97036361694336'),(77559,41,22,169,'46.05429237085556','10.959033966064453'),(77558,41,22,168,'46.04678673709754','10.951995849609375'),(77557,41,22,167,'46.03284499694851','10.945987701416015'),(77556,41,22,166,'46.02545564025734','10.944442749023437'),(77555,41,22,165,'46.01913814894498','10.941352844238281'),(77554,41,22,164,'46.01770767332727','10.94186782836914'),(77553,41,22,163,'46.01210462083881','10.93740463256836'),(77552,41,22,162,'46.0080509949466','10.935173034667968'),(77551,41,22,161,'46.007335618361644','10.933113098144531'),(77550,41,22,160,'46.00566637035078','10.933799743652343'),(77549,41,22,159,'46.00352012032223','10.930709838867187'),(77548,41,22,158,'46.0014930299501','10.925045013427734'),(77547,41,22,157,'45.991952783990875','10.9259033203125'),(77546,41,22,156,'45.98670494762009','10.926761627197265'),(77545,41,22,155,'45.97895155164516','10.922813415527343'),(77544,41,22,154,'45.97656567289275','10.92538833618164'),(77543,41,22,153,'45.965708626565245','10.921440124511718'),(77542,41,22,152,'45.960458302393086','10.913372039794921'),(77541,41,22,151,'45.94780775093224','10.903587341308593'),(77540,41,22,150,'45.93837763163018','10.90066909790039'),(77539,41,22,149,'45.934676766857926','10.897064208984375'),(77538,41,22,148,'45.92249798457993','10.892601013183593'),(77537,41,22,147,'45.92082617831274','10.889854431152343'),(77536,41,22,146,'45.917721261594224','10.887279510498046'),(77535,41,22,145,'45.91640759067868','10.879039764404296'),(77534,41,22,144,'45.90398589229744','10.863418579101562'),(77533,41,22,143,'45.898490792816005','10.853290557861328'),(77532,41,22,142,'45.88917177244961','10.843162536621093'),(77531,41,22,141,'45.89574303912447','10.84127426147461'),(77530,41,22,140,'45.897057199158155','10.836296081542968'),(77529,41,22,139,'45.90338862522072','10.833892822265625'),(77528,41,22,138,'45.904105344941705','10.830631256103515'),(77527,41,22,137,'45.89896864914374','10.828571319580078'),(77526,41,22,136,'45.895026211452226','10.831317901611328'),(77525,41,22,135,'45.865389238892185','10.818099975585937'),(77524,41,22,134,'45.865747845116836','10.802135467529296'),(77523,41,22,133,'45.868258023916375','10.789260864257812'),(77522,41,22,132,'45.87160475265613','10.778961181640625'),(77521,41,22,131,'45.87112666088814','10.775012969970703'),(77520,41,22,130,'45.87363659678951','10.767288208007812'),(77519,41,22,129,'45.87614641933891','10.768318176269531'),(77518,41,22,128,'45.878895142548444','10.766773223876953'),(77517,41,22,127,'45.87841711349664','10.764026641845703'),(77516,41,22,126,'45.880807217630455','10.758533477783203'),(77515,41,22,125,'45.880568211843645','10.754070281982421'),(77514,41,22,124,'45.88379470321721','10.747718811035156'),(77513,41,22,123,'45.884750664676844','10.745658874511718'),(77512,41,22,122,'45.88666253824616','10.737590789794921'),(77511,41,22,121,'45.89383147810292','10.722484588623046'),(77510,41,22,120,'45.89574303912447','10.713043212890625'),(77509,41,22,119,'45.893114625755956','10.708751678466796'),(77508,41,22,118,'45.892636719050756','10.688323974609375'),(77507,41,22,117,'45.892636719050756','10.685749053955078'),(77506,41,22,116,'45.89239776415598','10.678539276123046'),(77505,41,22,115,'45.88976919245778','10.67373275756836'),(77504,41,22,114,'45.878178097428524','10.663089752197265'),(77503,41,22,113,'45.87076808936326','10.649871826171875'),(77502,41,22,112,'45.864552482038384','10.645751953125'),(77501,41,22,111,'45.85893393126875','10.636825561523437'),(77500,41,22,110,'45.85439085808348','10.63699722290039'),(77499,41,22,109,'45.84865170879397','10.630989074707031'),(77498,41,22,108,'45.848173419620984','10.627555847167968'),(77497,41,22,107,'45.84303155127122','10.62051773071289'),(77496,41,22,106,'45.84482528025569','10.609016418457031'),(77495,41,22,105,'45.84542317706508','10.599746704101562'),(77494,41,22,104,'45.84267279853418','10.593910217285156'),(77493,41,22,103,'45.84099858850666','10.594768524169921'),(77492,41,22,102,'45.840520233530974','10.58584213256836'),(77491,41,22,101,'45.843749049805154','10.584297180175781'),(77490,41,22,100,'45.848412564721556','10.581722259521484'),(77489,41,22,99,'45.84865170879397','10.576915740966796'),(77488,41,22,98,'45.85223874650068','10.573997497558593'),(77487,41,22,97,'45.85462997645187','10.56833267211914'),(77486,41,22,96,'45.851162659478966','10.564899444580078'),(77485,41,22,95,'45.84805384668514','10.554256439208984'),(77484,41,22,94,'45.83657364805668','10.54412841796875'),(77483,41,22,93,'45.83214835571356','10.542068481445312'),(77482,41,22,92,'45.83035421802967','10.537948608398437'),(77481,41,22,91,'45.821621922335794','10.527477264404296'),(77480,41,22,90,'45.818631095228895','10.522842407226562'),(77479,41,22,89,'45.807264487041664','10.508251190185546'),(77478,41,22,88,'45.799964705051096','10.503101348876953'),(77477,41,22,87,'45.798887607064486','10.504817962646484'),(77476,41,22,86,'45.7961349287251','10.501041412353515'),(77475,41,22,85,'45.784404601286774','10.500354766845703'),(77474,41,22,84,'45.77674264670355','10.503616333007812'),(77473,41,22,83,'45.76884015325622','10.4974365234375'),(77472,41,22,82,'45.7686006662777','10.493144989013671'),(77471,41,22,81,'45.75902034397477','10.486278533935546'),(77470,41,22,80,'45.74081319904686','10.468769073486328'),(77469,41,22,79,'45.73913592646087','10.463275909423828'),(77468,41,22,78,'45.73578123013284','10.46121597290039'),(77467,41,22,77,'45.73398398848103','10.455036163330078'),(77466,41,22,76,'45.73542178642972','10.448684692382812'),(77465,41,22,75,'45.739734958168455','10.444908142089843'),(77464,41,22,74,'45.7387765043515','10.437183380126953'),(77463,41,22,73,'45.72991002659822','10.43426513671875'),(77462,41,22,72,'45.715888533989514','10.414180755615234'),(77461,41,22,71,'45.71205298297926','10.407657623291015'),(77460,41,22,70,'45.707378049266254','10.400276184082031'),(77459,41,22,69,'45.70186352230473','10.38705825805664'),(77458,41,22,68,'45.70126408442301','10.384140014648437'),(77457,41,22,67,'45.70366179738839','10.380706787109375'),(77456,41,22,66,'45.70090441860908','10.375213623046875'),(77455,41,22,65,'45.70090441860908','10.367145538330078'),(77454,41,22,64,'45.70234306798271','10.36062240600586'),(77453,41,22,63,'45.702942494295996','10.353240966796875'),(77452,41,22,62,'45.698386693128114','10.343284606933593'),(77451,41,22,61,'45.69850658738845','10.339164733886718'),(77450,41,22,60,'45.69586885427615','10.330238342285156'),(77449,41,22,59,'45.69502954946522','10.323715209960937'),(77448,41,22,58,'45.696588248373764','10.322341918945312'),(77447,41,22,57,'45.69790711351601','10.320796966552734'),(77446,41,22,56,'45.698986161859054','10.321826934814453'),(77445,41,22,55,'45.70174363524254','10.317192077636718'),(77444,41,22,54,'45.70246295375952','10.31942367553711'),(77443,41,22,53,'45.704620853782025','10.317878723144531'),(77442,41,22,52,'45.706898546777','10.31564712524414'),(77441,41,22,51,'45.70725817402955','10.303974151611328'),(77440,41,22,50,'45.7060594075234','10.299510955810546'),(77439,41,22,49,'45.70677867051198','10.297622680664062'),(77438,41,22,48,'45.70977550001455','10.292301177978515'),(77437,41,22,47,'45.71205298297926','10.288524627685546'),(77436,41,22,46,'45.71217284793297','10.28594970703125'),(77435,41,22,45,'45.715648819763594','10.28268814086914'),(77434,41,22,44,'45.71864517367924','10.277366638183593'),(77433,41,22,43,'45.7176863579072','10.276336669921875'),(77432,41,22,42,'45.7163679593565','10.272216796875'),(77431,41,22,41,'45.71720694385141','10.267410278320312'),(77430,41,22,40,'45.71409065223034','10.259685516357421'),(77429,41,22,39,'45.712532441251675','10.251960754394531'),(77428,41,22,38,'45.71576867700507','10.243377685546875'),(77427,41,22,37,'45.716967235281096','10.238399505615234'),(77426,41,22,36,'45.71936427471123','10.231876373291015'),(77425,41,22,35,'45.71816576784979','10.23101806640625'),(77424,41,22,34,'45.71576867700507','10.221748352050781'),(77423,41,22,33,'45.71121392110517','10.219860076904296'),(77422,41,22,32,'45.70845691482819','10.216426849365234'),(77421,41,22,31,'45.701383972513504','10.208358764648437'),(77420,41,22,30,'45.70006518937886','10.199089050292968'),(77419,41,22,29,'45.69934584001267','10.193595886230468'),(77418,41,22,28,'45.699585624163035','10.18930435180664'),(77417,41,22,27,'45.69347080711052','10.186729431152343'),(77416,41,22,26,'45.687715074360916','10.186042785644531'),(77415,41,22,25,'45.68435729005792','10.188102722167968'),(77414,41,22,24,'45.672483507991046','10.186042785644531'),(77413,41,22,23,'45.6655259803245','10.194969177246093'),(77412,41,22,22,'45.66324660217001','10.197200775146484'),(77411,41,22,21,'45.65196831328892','10.200977325439453'),(77410,41,22,20,'45.647168352432715','10.2008056640625'),(77409,41,22,19,'45.645128244509806','10.196685791015625'),(77408,41,22,18,'45.63648696371197','10.193595886230468'),(77407,41,22,17,'45.63156563882012','10.199089050292968'),(77406,41,22,16,'45.61619872186784','10.202865600585937'),(77405,41,22,15,'45.6147578574453','10.204753875732421'),(77404,41,22,14,'45.61007479239146','10.20853042602539'),(77403,41,22,13,'45.60058738537025','10.18655776977539'),(77402,41,22,12,'45.59782492732136','10.177288055419921'),(77401,41,22,11,'45.5980651464638','10.169048309326171'),(77400,41,22,10,'45.59974665166586','10.158233642578125'),(77399,41,22,9,'45.59782492732136','10.149478912353515'),(77398,41,22,8,'45.59326056822088','10.132827758789062'),(77397,41,22,7,'45.5931404484943','10.11068344116211'),(77396,41,22,6,'45.58016600473705','10.074806213378906'),(77395,41,22,5,'45.57055337226086','10.06845474243164'),(77394,41,22,4,'45.55480913329005','10.057296752929687'),(77393,41,22,3,'45.55745351222492','10.053176879882812'),(77392,41,22,2,'45.559136234029395','10.029144287109375'),(77390,41,22,0,'45.56117947133064','9.998931884765625'),(77391,41,22,1,'45.55985738509076','10.018672943115234'),(78696,42,23,218,'46.729977801371696','11.931324005126953'),(78695,42,23,217,'46.73374289048227','11.931838989257812'),(78694,42,23,216,'46.73586063759957','11.93613052368164'),(78693,42,23,215,'46.734566468687944','11.938190460205078'),(78692,42,23,214,'46.72962481079166','11.93441390991211'),(78691,42,23,213,'46.727506818797906','11.936988830566406'),(78690,42,23,212,'46.723858970966404','11.935443878173828'),(78686,42,23,208,'46.719857821962364','11.941108703613281'),(78687,42,23,209,'46.72115234381722','11.937503814697265'),(78688,42,23,210,'46.721740752574554','11.940078735351562'),(78689,42,23,211,'46.7231529074099','11.937675476074218'),(78685,42,23,207,'46.719857821962364','11.93338394165039'),(78684,42,23,206,'46.71785713618524','11.92840576171875'),(78683,42,23,205,'46.71679791956449','11.924972534179687'),(78682,42,23,204,'46.714208635848365','11.92291259765625'),(78681,42,23,203,'46.714444030410974','11.924457550048828'),(78680,42,23,202,'46.712443143900465','11.929264068603515'),(78679,42,23,201,'46.712443143900465','11.925830841064453'),(78678,42,23,200,'46.711030708757704','11.924457550048828'),(78677,42,23,199,'46.70973594407157','11.924972534179687'),(78676,42,23,198,'46.70879427751824','11.927375793457031'),(78675,42,23,197,'46.70490972933037','11.929264068603515'),(78674,42,23,196,'46.702673044474004','11.93115234375'),(78673,42,23,195,'46.70126035366072','11.929435729980468'),(78672,42,23,194,'46.70455657472434','11.924285888671875'),(78671,42,23,193,'46.707970305807514','11.918449401855468'),(78670,42,23,192,'46.714208635848365','11.908836364746093'),(78669,42,23,191,'46.72209379474871','11.891498565673828'),(78668,42,23,190,'46.72044624483765','11.887893676757812'),(78667,42,23,189,'46.71609176359951','11.889610290527343'),(78666,42,23,188,'46.710324477324775','11.885833740234375'),(78665,42,23,187,'46.7062046097867','11.884117126464843'),(78664,42,23,186,'46.69996535460934','11.886348724365234'),(78663,42,23,185,'46.69537374405216','11.887550354003906'),(78662,42,23,184,'46.69160597710829','11.892356872558593'),(78661,42,23,183,'46.687013655736656','11.898365020751953'),(78660,42,23,182,'46.68536503487765','11.89596176147461'),(78659,42,23,181,'46.68666038407398','11.892356872558593'),(78658,42,23,180,'46.686071592835376','11.887035369873046'),(78657,42,23,179,'46.6839518912377','11.883258819580078'),(78656,42,23,178,'46.685247274319565','11.874847412109375'),(78655,42,23,177,'46.684658467678446','11.872615814208984'),(78654,42,23,176,'46.686778141551585','11.871414184570312'),(78653,42,23,175,'46.688897732251355','11.86849594116211'),(78652,42,23,174,'46.68877997939449','11.863689422607421'),(78651,42,23,173,'46.691252735480305','11.86300277709961'),(78650,42,23,172,'46.68877997939449','11.860771179199218'),(78649,42,23,171,'46.68571831501171','11.858024597167968'),(78648,42,23,170,'46.687366925088945','11.855792999267578'),(78647,42,23,169,'46.68689589877247','11.849613189697265'),(78646,42,23,168,'46.68501175243325','11.844978332519531'),(78645,42,23,167,'46.68253871063154','11.84051513671875'),(78644,42,23,166,'46.68136103188833','11.83450698852539'),(78643,42,23,165,'46.68053664149379','11.828327178955078'),(78642,42,23,164,'46.67806339483693','11.822319030761718'),(78641,42,23,163,'46.6762967207697','11.815624237060546'),(78640,42,23,162,'46.67500112307706','11.814422607421875'),(78639,42,23,161,'46.674647772860794','11.806182861328125'),(78638,42,23,160,'46.67417663564512','11.801204681396484'),(78637,42,23,159,'46.67264541132717','11.804637908935546'),(78636,42,23,158,'46.67276319935346','11.801204681396484'),(78635,42,23,157,'46.6702895968911','11.798973083496093'),(78634,42,23,156,'46.66958283253642','11.79983139038086'),(78633,42,23,155,'46.66946503757881','11.79880142211914'),(78632,42,23,154,'46.66593106947638','11.796741485595703'),(78631,42,23,153,'46.66110093941509','11.794509887695312'),(78630,42,23,152,'46.66593106947638','11.78558349609375'),(78629,42,23,151,'46.66534205232979','11.780776977539062'),(78628,42,23,150,'46.66687348356156','11.773052215576171'),(78627,42,23,149,'46.66463522328215','11.761207580566406'),(78626,42,23,148,'46.66333934602483','11.759147644042968'),(78625,42,23,147,'46.664399611545846','11.757259368896484'),(78624,42,23,146,'46.66333934602483','11.753654479980468'),(78623,42,23,145,'46.663103728640706','11.7498779296875'),(78622,42,23,144,'46.66275030063909','11.747474670410156'),(78620,42,23,142,'46.67040739005173','11.736316680908203'),(78621,42,23,143,'46.66451741754235','11.748332977294921'),(78619,42,23,141,'46.672292045708005','11.729450225830078'),(78618,42,23,140,'46.67547225310476','11.728935241699218'),(78617,42,23,139,'46.67394106549699','11.722068786621093'),(78616,42,23,138,'46.677827841631924','11.717090606689453'),(78615,42,23,137,'46.67594337902501','11.713314056396484'),(78614,42,23,136,'46.67299877463589','11.706275939941406'),(78613,42,23,135,'46.67429442033412','11.704387664794921'),(78612,42,23,134,'46.67276319935346','11.702499389648437'),(78611,42,23,133,'46.67335213563416','11.699409484863281'),(78610,42,23,132,'46.671703097875095','11.695632934570312'),(78609,42,23,131,'46.66793367976842','11.69219970703125'),(78608,42,23,130,'46.666637881580584','11.689281463623046'),(78607,42,23,129,'46.66463522328215','11.686878204345703'),(78606,42,23,128,'46.66899385518114','11.677265167236328'),(78605,42,23,127,'46.67240983450445','11.675033569335937'),(78604,42,23,126,'46.67299877463589','11.669540405273437'),(78603,42,23,125,'46.671938677778414','11.66696548461914'),(78602,42,23,124,'46.67240983450445','11.663875579833984'),(78601,42,23,123,'46.680065555620665','11.671257019042968'),(78600,42,23,122,'46.687366925088945','11.679840087890625'),(78599,42,23,121,'46.68807345686247','11.678466796875'),(78598,42,23,120,'46.693843120434195','11.680870056152343'),(78597,42,23,119,'46.6925479434879','11.675033569335937'),(78596,42,23,118,'46.69348989343837','11.674861907958984'),(78595,42,23,117,'46.69266568813018','11.67022705078125'),(78592,42,23,114,'46.69313666413224','11.666622161865234'),(78593,42,23,115,'46.694667307773116','11.667652130126953'),(78594,42,23,116,'46.69301892051677','11.669025421142578'),(78591,42,23,113,'46.69313666413224','11.66421890258789'),(78590,42,23,112,'46.691252735480305','11.662845611572265'),(78589,42,23,111,'46.69089949154197','11.660957336425781'),(78588,42,23,110,'46.693254407491','11.662158966064453'),(78587,42,23,109,'46.69525600531406','11.662158966064453'),(78586,42,23,108,'46.69890578682782','11.662673950195312'),(78585,42,23,107,'46.69537374405216','11.659412384033203'),(78583,42,23,105,'46.69855259294668','11.65924072265625'),(78584,42,23,106,'46.695491482533534','11.659069061279296'),(78582,42,23,104,'46.69867032449709','11.660442352294921'),(78581,42,23,103,'46.7002008112926','11.6619873046875'),(78580,42,23,102,'46.702202151643455','11.660099029541015'),(78579,42,23,101,'46.703614817813545','11.659927368164062'),(78578,42,23,100,'46.70667546770627','11.660099029541015'),(78577,42,23,99,'46.707970305807514','11.659412384033203'),(78576,42,23,98,'46.707970305807514','11.658210754394531'),(78575,42,23,97,'46.706557753611435','11.656322479248046'),(78574,42,23,96,'46.70443885600895','11.653060913085937'),(78573,42,23,95,'46.70184897932518','11.649971008300781'),(78572,42,23,94,'46.697846198253494','11.647224426269531'),(78571,42,23,93,'46.697846198253494','11.645164489746093'),(78570,42,23,92,'46.69231245343324','11.642074584960937'),(78569,42,23,91,'46.69148823015568','11.638984680175781'),(78568,42,23,90,'46.68783794729813','11.630058288574218'),(78567,42,23,89,'46.684305180613265','11.624221801757812'),(78566,42,23,88,'46.6795944656402','11.621818542480468'),(78565,42,23,87,'46.667815881216754','11.614608764648437'),(78564,42,23,86,'46.66428180529261','11.608772277832031'),(78563,42,23,85,'46.65791988638765','11.60430908203125'),(78562,42,23,84,'46.65579908039659','11.593666076660156'),(78561,42,23,83,'46.651321550149426','11.587486267089843'),(78560,42,23,82,'46.64755071082884','11.581649780273437'),(78559,42,23,81,'46.645900885959634','11.573410034179687'),(78558,42,23,80,'46.641186823350885','11.565513610839843'),(78557,42,23,79,'46.63765100682623','11.560707092285156'),(78556,42,23,78,'46.6350579278567','11.553153991699218'),(78555,42,23,77,'46.62492015414768','11.545600891113281'),(78554,42,23,76,'46.62067587112176','11.540451049804687'),(78553,42,23,75,'46.61242214605538','11.53289794921875'),(78552,42,23,74,'46.60393128778524','11.532554626464843'),(78551,42,23,73,'46.592843997427416','11.52688980102539'),(78550,42,23,72,'46.58505794852771','11.522598266601562'),(78549,42,23,71,'46.573612786232495','11.521568298339843'),(78548,42,23,70,'46.567240205753194','11.51865005493164'),(78547,42,23,69,'46.56369955973653','11.51418685913086'),(78546,42,23,68,'46.559214409700935','11.511096954345703'),(78545,42,23,67,'46.55130547880643','11.512813568115234'),(78544,42,23,66,'46.54705542793464','11.508522033691406'),(78543,42,23,65,'46.54327732556235','11.503887176513671'),(78542,42,23,64,'46.538554327832834','11.499595642089843'),(78541,42,23,63,'46.53678309776156','11.496505737304687'),(78539,42,23,61,'46.523674199533296','11.488094329833984'),(78540,42,23,62,'46.53253190986274','11.488609313964843'),(78538,42,23,60,'46.52154813412192','11.484317779541015'),(78537,42,23,59,'46.51788638199171','11.479511260986328'),(78536,42,23,58,'46.51304304047058','11.477622985839843'),(78535,42,23,57,'46.51245235953424','11.472644805908203'),(78534,42,23,56,'46.51091655905461','11.468868255615234'),(78533,42,23,55,'46.507490386211174','11.4642333984375'),(78532,42,23,54,'46.50300059144375','11.457881927490234'),(78531,42,23,53,'46.501582684477434','11.454792022705078'),(78530,42,23,52,'46.497919586990044','11.451358795166015'),(78529,42,23,51,'46.49543799363956','11.447410583496093'),(78527,42,23,49,'46.49177448218621','11.437797546386718'),(78528,42,23,50,'46.495674340742674','11.44277572631836'),(78526,42,23,48,'46.49437441896381','11.433334350585937'),(78525,42,23,47,'46.49023809748543','11.429729461669921'),(78524,42,23,46,'46.48834710289017','11.42251968383789'),(78523,42,23,45,'46.49118357012972','11.415824890136718'),(78522,42,23,44,'46.493074466111665','11.410675048828125'),(78521,42,23,43,'46.49342900178936','11.407756805419921'),(78520,42,23,42,'46.49283810770919','11.399002075195312'),(78519,42,23,41,'46.49401988944942','11.39608383178711'),(78518,42,23,40,'46.495083471058884','11.391620635986328'),(78517,42,23,39,'46.4962652040064','11.382865905761718'),(78516,42,23,38,'46.49921942402404','11.375141143798828'),(78515,42,23,37,'46.49862859286061','11.371536254882812'),(78514,42,23,36,'46.501228201957844','11.365013122558593'),(78513,42,23,35,'46.49851042585751','11.361064910888671'),(78512,42,23,34,'46.49496529635169','11.355400085449218'),(78511,42,23,33,'46.495556167319506','11.35162353515625'),(78510,42,23,32,'46.49543799363956','11.338577270507812'),(78509,42,23,31,'46.49496529635169','11.33291244506836'),(78508,42,23,30,'46.493547179834984','11.3104248046875'),(78507,42,23,29,'46.48881985770234','11.302013397216796'),(78506,42,23,28,'46.488938045763355','11.29446029663086'),(78505,42,23,27,'46.485865072714496','11.289997100830078'),(78503,42,23,25,'46.47912756278108','11.280555725097656'),(78504,42,23,26,'46.48007322854503','11.283988952636718'),(78502,42,23,24,'46.475462952703324','11.27523422241211'),(78501,42,23,23,'46.47286211195878','11.270256042480468'),(78500,42,23,22,'46.46718711888634','11.270084381103515'),(78499,42,23,21,'46.45926478500293','11.268196105957031'),(78498,42,23,20,'46.454297957992104','11.270942687988281'),(78497,42,23,19,'46.45157783694036','11.265449523925781'),(78496,42,23,18,'46.44696514726566','11.26424789428711'),(78494,42,23,16,'46.441524036837066','11.26047134399414'),(78495,42,23,17,'46.44601890622877','11.26150131225586'),(78493,42,23,15,'46.43596408010131','11.260986328125'),(78492,42,23,14,'46.43004860969579','11.259441375732421'),(78490,42,23,12,'46.42271253466717','11.254634857177734'),(78491,42,23,13,'46.426735665807215','11.256523132324218'),(78489,42,23,11,'46.42247587064814','11.25274658203125'),(78486,42,23,8,'46.39785720327753','11.252059936523437'),(78487,42,23,9,'46.40661704105617','11.248626708984375'),(78488,42,23,10,'46.415848861010865','11.24725341796875'),(78485,42,23,7,'46.38933276788098','11.256523132324218'),(78484,42,23,6,'46.3862541723159','11.254463195800781'),(78482,42,23,4,'46.36730514683832','11.251029968261718'),(78483,42,23,5,'46.37725420510028','11.252403259277343'),(78481,42,23,3,'46.361856085016505','11.254806518554687'),(78480,42,23,2,'46.358775940085025','11.252403259277343'),(78479,42,23,1,'46.354984754106844','11.248970031738281'),(78478,42,23,0,'46.34526863944215','11.246566772460937'),(78697,43,24,0,'46.74738913515841','12.414207458496093'),(78698,43,24,1,'46.75068253882583','12.423477172851562'),(78699,43,24,2,'46.752093935938696','12.429656982421875'),(78700,43,24,3,'46.74903586214621','12.43927001953125'),(78701,43,24,4,'46.74997682640902','12.448883056640625'),(78702,43,24,5,'46.74903586214621','12.465705871582031'),(78703,43,24,6,'46.74997682640902','12.478065490722656'),(78704,43,24,7,'46.74974158688337','12.491111755371093'),(78705,43,24,8,'46.75185870565326','12.503814697265625'),(78706,43,24,9,'46.75750394913751','12.515487670898437'),(78707,43,24,10,'46.75844476555732','12.524757385253906'),(78708,43,24,11,'46.758209562992384','12.534713745117187'),(78709,43,24,12,'46.76056154244133','12.544326782226562'),(78710,43,24,13,'46.760796734739515','12.550849914550781'),(78711,43,24,14,'46.76056154244133','12.559089660644531'),(78712,43,24,15,'46.76691137413205','12.573509216308593'),(78713,43,24,16,'46.76949812802645','12.577629089355468'),(78714,43,24,17,'46.76902781837645','12.588958740234375'),(78715,43,24,18,'46.773965864884744','12.605781555175781'),(78716,43,24,19,'46.7734955942474','12.609901428222656'),(78717,43,24,20,'46.77631715647307','12.616424560546875'),(78718,43,24,21,'46.77819811582579','12.632217407226562'),(78719,43,24,22,'46.781724737518076','12.651100158691406'),(78720,43,24,23,'46.781724737518076','12.654876708984375'),(78721,43,24,24,'46.78384059965779','12.658653259277343'),(78722,43,24,25,'46.78384059965779','12.665519714355468'),(78723,43,24,26,'46.786426540455864','12.677536010742187'),(78724,43,24,27,'46.785956378641224','12.683029174804687'),(78725,43,24,28,'46.78572129619398','12.692298889160156'),(78726,43,24,29,'46.7920681619288','12.712211608886718'),(78727,43,24,30,'46.79253827035979','12.717361450195312'),(78728,43,24,31,'46.79441866301973','12.723884582519531'),(78729,43,24,32,'46.795123793328344','12.731094360351562'),(78730,43,24,33,'46.79935438115391','12.737274169921875'),(78731,43,24,34,'46.80193957664','12.743797302246093'),(78732,43,24,35,'46.80828452983529','12.749290466308593'),(78733,43,24,36,'46.828254496083','12.757530212402343'),(78734,43,24,37,'46.82801959841812','12.764739990234375'),(78735,43,24,38,'46.82848939272137','12.769546508789062'),(78736,43,24,39,'46.83130807231334','12.777786254882812'),(78737,43,24,40,'46.830133640447386','12.786712646484375'),(78738,43,24,41,'46.83107318799318','12.797698974609375'),(78739,43,24,42,'46.828254496083','12.806968688964843'),(78740,43,24,43,'46.82707999749336','12.814178466796875'),(78741,43,24,44,'46.82801959841812','12.818641662597656'),(78742,43,24,45,'46.826845094695884','12.83203125'),(78743,43,24,46,'46.82167697343957','12.8375244140625'),(78744,43,24,47,'46.81650835534017','12.840614318847656'),(78745,43,24,48,'46.80217458825197','12.871170043945312'),(78746,43,24,49,'46.78948249215621','12.876663208007812'),(78747,43,24,50,'46.78360550797099','12.88421630859375'),(78748,43,24,51,'46.77255504065295','12.91168212890625'),(78749,43,24,52,'46.768792662011464','12.917861938476562'),(78750,43,24,53,'46.765970705552554','12.931594848632812'),(78751,43,24,54,'46.75773915478246','12.943954467773437'),(78752,43,24,55,'46.75397574126115','12.955284118652343'),(78753,43,24,56,'46.75279962063478','12.959747314453125'),(78754,43,24,57,'46.747859633717','12.968330383300781'),(78755,43,24,58,'46.74738913515841','12.969703674316406'),(78756,43,24,59,'46.74338973159774','12.969703674316406'),(78757,43,24,60,'46.740331163960654','12.970390319824218'),(78758,43,24,61,'46.73750771674966','12.971420288085937'),(78759,43,24,62,'46.736801831845696','12.967987060546875'),(78760,43,24,63,'46.73186037878251','12.968673706054687'),(78761,43,24,64,'46.721740752574554','12.965240478515625'),(78762,43,24,65,'46.70973594407157','12.970046997070312'),(78763,43,24,66,'46.70243759857213','12.971420288085937'),(78764,43,24,67,'46.69961216765913','12.976570129394531'),(78765,43,24,68,'46.69396086225273','12.984809875488281'),(78766,43,24,69,'46.69184147024343','12.992706298828125'),(78767,43,24,70,'46.688544472910635','12.998886108398437'),(78768,43,24,71,'46.68501175243325','12.998886108398437'),(78769,43,24,72,'46.67818117105438','13.00506591796875'),(78770,43,24,73,'46.67417663564512','13.001976013183593'),(78771,43,24,74,'46.66946503757881','12.999229431152343'),(78772,43,24,75,'46.66616667453799','12.998542785644531'),(78773,43,24,76,'46.663103728640706','12.99957275390625'),(78774,43,24,77,'46.661690002771294','12.985496520996093'),(78775,43,24,78,'46.66145437819899','12.98309326171875'),(78776,43,24,79,'46.66051186964083','12.982749938964843'),(78777,43,24,80,'46.6588624401289','12.981033325195312'),(78778,43,24,81,'46.65579908039659','12.98309326171875'),(78779,43,24,82,'46.65108588039371','12.972793579101562'),(78780,43,24,83,'46.64472240881699','12.968330383300781'),(78781,43,24,84,'46.639772524468135','12.960090637207031'),(78782,43,24,85,'46.63529366744315','12.953567504882812'),(78783,43,24,86,'46.630107159317205','12.953224182128906'),(78784,43,24,87,'46.62657061879859','12.947044372558593'),(78785,43,24,88,'46.62421279675003','12.948417663574218'),(78786,43,24,89,'46.62326963917572','12.940521240234375'),(78787,43,24,90,'46.62209066910115','12.943954467773437'),(78788,43,24,91,'46.6213832747328','12.949790954589843'),(78789,43,24,92,'46.613365492592806','12.952537536621093'),(78790,43,24,93,'46.613365492592806','12.948074340820312'),(78791,43,24,94,'46.59992125316105','12.944984436035156'),(78792,43,24,95,'46.596146831795764','12.945671081542968'),(78793,43,24,96,'46.59355176459506','12.956314086914062'),(78794,43,24,97,'46.590720640465065','12.970390319824218'),(78795,43,24,98,'46.58765342243197','12.97760009765625'),(78796,43,24,99,'46.586473676971956','12.994422912597656'),(78797,43,24,100,'46.57986662790295','13.0078125'),(78798,43,24,101,'46.57703478895326','13.006439208984375'),(78799,43,24,102,'46.572550741481244','13.01055908203125'),(78800,43,24,103,'46.568066323238796','13.006782531738281'),(78801,43,24,104,'46.559332444715345','13.0078125'),(78802,43,24,105,'46.553666474384535','13.012962341308593'),(78803,43,24,106,'46.54304118543358','13.014335632324218'),(78804,43,24,107,'46.53949896024684','13.011589050292968'),(78805,43,24,108,'46.530996676890936','13.015708923339843'),(78806,43,24,109,'46.525091530251956','13.011245727539062'),(78807,43,24,110,'46.518713250817456','13.004722595214843'),(78808,43,24,111,'46.515169438684964','13.001632690429687'),(78809,43,24,112,'46.50619074691307','13.002662658691406'),(78810,43,24,113,'46.50004657686716','13.0023193359375'),(78811,43,24,114,'46.49342900178936','12.999229431152343'),(78812,43,24,115,'46.49106538694801','13.0023193359375'),(78813,43,24,116,'46.48633784909844','13.003349304199218'),(78814,43,24,117,'46.48090067260593','13.017082214355468'),(78815,43,24,118,'46.4721527701834','13.023605346679687'),(78816,43,24,119,'46.45914653248179','13.032188415527343'),(78817,43,24,120,'46.45654491204101','13.035621643066406'),(78818,43,24,121,'46.4378568950242','13.040084838867187'),(78819,43,24,122,'46.433124734438216','13.036994934082031'),(78820,43,24,123,'46.43146838115084','13.03253173828125'),(78821,43,24,124,'46.42531577107186','13.02703857421875'),(78822,43,24,125,'46.41608555379577','13.015022277832031'),(78823,43,24,126,'46.413718579715585','13.010902404785156'),(78824,43,24,127,'46.40590683633538','13.004035949707031'),(78825,43,24,128,'46.40117190189972','13.003005981445312'),(78826,43,24,129,'46.38909595900196','13.022232055664062'),(78827,43,24,130,'46.3881487132118','13.036994934082031'),(78828,43,24,131,'46.37346430137335','13.052787780761718'),(78829,43,24,132,'46.372753665142795','13.070640563964843'),(78830,43,24,133,'46.372279902518564','13.086433410644531'),(78831,43,24,134,'46.37417492835705','13.098106384277343'),(78832,43,24,135,'46.38199121488583','13.11767578125'),(78833,43,24,136,'46.380333308208556','13.133125305175781'),(78834,43,24,137,'46.36706824240883','13.134841918945312'),(78835,43,24,138,'46.348823515896214','13.142738342285156'),(78836,43,24,139,'46.34455763640942','13.138618469238281'),(78837,43,24,140,'46.337921162175455','13.138961791992187'),(78838,43,24,141,'46.33365443192931','13.137245178222656'),(78839,43,24,142,'46.33721006358642','13.132095336914062'),(78840,43,24,143,'46.337921162175455','13.127975463867187'),(78841,43,24,144,'46.33412852950773','13.127975463867187'),(78842,43,24,145,'46.33128388238719','13.122825622558593'),(78843,43,24,146,'46.3284390873061','13.120765686035156'),(78844,43,24,147,'46.32488288538415','13.118362426757812'),(78845,43,24,148,'46.31848113932307','13.114585876464843'),(78846,43,24,149,'46.31682130510615','13.109092712402343'),(78847,43,24,150,'46.315161420540335','13.105659484863281'),(78848,43,24,151,'46.311130062692634','13.106689453125'),(78849,43,24,152,'46.30496388217865','13.102912902832031'),(78850,43,24,153,'46.3023549043942','13.1011962890625'),(78851,43,24,154,'46.30116896429923','13.099479675292968'),(78852,43,24,155,'46.29879700704271','13.100166320800781'),(78853,43,24,156,'46.293103890383','13.097419738769531'),(78854,43,24,157,'46.288359174370804','13.095016479492187'),(78855,43,24,158,'46.28646117287777','13.092269897460937'),(78856,43,24,159,'46.28480036762359','13.089523315429687'),(78857,43,24,160,'46.28171588142316','13.084373474121093'),(78858,43,24,161,'46.28124132967087','13.080940246582031'),(78859,43,24,162,'46.2826649725967','13.074760437011718'),(78860,43,24,163,'46.28385131344301','13.066864013671875'),(78861,43,24,164,'46.28622391806705','13.063087463378906'),(78862,43,24,165,'46.28527488854839','13.059654235839843'),(78863,43,24,166,'46.27625828810938','13.059310913085937'),(78864,43,24,167,'46.27127479337908','13.055877685546875'),(78865,43,24,168,'46.268901541372315','13.054161071777343'),(78866,43,24,169,'46.26771487683375','13.047637939453125'),(78867,43,24,170,'46.263442671779885','13.042488098144531'),(78868,43,24,171,'46.25988224656727','13.039054870605468'),(78869,43,24,172,'46.255846818480315','13.03802490234375'),(78870,43,24,173,'46.25204849722289','13.035964965820312'),(78871,43,24,174,'46.24991182590708','13.035964965820312'),(78872,43,24,175,'46.24682537594341','13.036651611328125'),(78873,43,24,176,'46.237564984022','13.031158447265625'),(78874,43,24,177,'46.22806552245937','13.023605346679687'),(78875,43,24,178,'46.226877974151705','13.022575378417968'),(78876,43,24,179,'46.22545288226939','13.015708923339843'),(78877,43,24,180,'46.22379022831418','13.008155822753906'),(78878,43,24,181,'46.21951460120204','13.000602722167968'),(78879,43,24,182,'46.21951460120204','13.003349304199218'),(78880,43,24,183,'46.221177384644655','13.011932373046875'),(78881,43,24,184,'46.21951460120204','13.017425537109375'),(78882,43,24,185,'46.21547620319396','13.022575378417968'),(78883,43,24,186,'46.21215024064957','13.023605346679687'),(78884,43,24,187,'46.20692332111272','13.026351928710937'),(78885,43,24,188,'46.205260106039475','13.026008605957031'),(78886,43,24,189,'46.202883997151375','13.032875061035156'),(78887,43,24,190,'46.20145828248859','13.036308288574218'),(78888,43,24,191,'46.198844376182535','13.041458129882812'),(78889,43,24,192,'46.198606742170256','13.044204711914062'),(78890,43,24,193,'46.19623034552313','13.045578002929687'),(78891,43,24,194,'46.19480445820441','13.04901123046875'),(78892,43,24,195,'46.19052657426052','13.046607971191406'),(78893,43,24,196,'46.18743678432541','13.04901123046875'),(78894,43,24,197,'46.186486044787195','13.053131103515625'),(78895,43,24,198,'46.189100538949674','13.056221008300781'),(78896,43,24,199,'46.187912147928145','13.05999755859375'),(78897,43,24,200,'46.1881498281879','13.06549072265625'),(78898,43,24,201,'46.19290321756048','13.074417114257812'),(78899,43,24,202,'46.1952797580882','13.083343505859375'),(78900,43,24,203,'46.19623034552313','13.088150024414062'),(78901,43,24,204,'46.19813147106255','13.093986511230468'),(78902,43,24,205,'46.201695904168325','13.100166320800781'),(78903,43,24,206,'46.20145828248859','13.106002807617187'),(78904,43,24,207,'46.20264638061019','13.109779357910156'),(78905,43,24,208,'46.20454728416395','13.111839294433593'),(78906,43,24,209,'46.204072064441746','13.116645812988281'),(78907,43,24,210,'46.20217114444467','13.118705749511718'),(78908,43,24,211,'46.20763611215716','13.126945495605468'),(78909,43,24,212,'46.20692332111272','13.132095336914062'),(78910,43,24,213,'46.210962348068314','13.129692077636718'),(78911,43,24,214,'46.21215024064957','13.131752014160156'),(78912,43,24,215,'46.20811130104826','13.1396484375'),(78913,43,24,216,'46.212862963865994','13.14788818359375'),(78914,43,24,217,'46.20122065978112','13.154067993164062'),(78915,43,24,218,'46.201695904168325','13.164710998535156'),(78916,43,24,219,'46.20573531548462','13.168487548828125'),(78917,43,24,220,'46.21072476646896','13.176040649414062'),(78918,43,24,221,'46.20858648582859','13.187026977539062'),(78919,43,24,222,'46.19979490195452','13.193206787109375'),(78920,43,24,223,'46.19052657426052','13.196296691894531'),(78921,43,24,224,'46.19789383396713','13.200759887695312'),(78922,43,24,225,'46.20953684305685','13.210372924804687'),(78923,43,24,226,'46.2126253904882','13.213119506835937'),(78924,43,24,227,'46.21595132425726','13.211402893066406'),(78925,43,24,228,'46.21713910893101','13.204193115234375'),(78926,43,24,229,'46.21310053621607','13.203849792480468'),(78927,43,24,230,'46.21215024064957','13.195610046386718'),(78928,43,24,231,'46.212862963865994','13.192176818847656'),(78929,43,24,232,'46.210962348068314','13.189430236816406'),(78930,43,24,233,'46.214050815339526','13.184623718261718'),(78931,43,24,234,'46.22141492102573','13.178787231445312'),(78932,43,24,235,'46.229253045075275','13.172264099121093'),(78933,43,24,236,'46.23281545877309','13.152008056640625'),(78934,43,24,237,'46.24231409820905','13.153724670410156'),(78935,43,24,238,'46.248724750319965','13.159904479980468'),(78936,43,24,239,'46.2534728985233','13.166770935058593'),(78937,43,24,240,'46.25917013377904','13.156814575195312'),(78938,43,24,241,'46.262730605234445','13.152008056640625'),(78939,43,24,242,'46.27008818022075','13.146858215332031'),(78940,43,24,243,'46.275546388035885','13.143081665039062'),(78941,43,24,244,'46.28503762859978','13.136558532714843'),(78942,43,24,245,'46.28669842666095','13.133811950683593'),(78943,43,24,246,'46.28551214746943','13.127632141113281'),(78944,43,24,247,'46.28361404732893','13.129005432128906'),(78945,43,24,248,'46.28290224282112','13.124542236328125'),(78946,43,24,249,'46.275071782848904','13.129348754882812'),(78947,43,24,250,'46.27174943144921','13.13140869140625'),(81059,44,25,263,'46.37832006813337','11.790218353271484'),(81058,44,25,262,'46.379504335991086','11.805667877197266'),(81057,44,25,261,'46.377964782767385','11.819915771484375'),(81056,44,25,260,'46.36920034528619','11.8267822265625'),(81055,44,25,259,'46.35972369548122','11.84600830078125'),(81054,44,25,258,'46.35889441040857','11.850128173828125'),(81053,44,25,257,'46.354984754106844','11.85750961303711'),(81052,44,25,256,'46.35652495513333','11.862831115722656'),(81051,44,25,255,'46.354392357537684','11.86025619506836'),(81050,44,25,254,'46.354392357537684','11.863346099853516'),(81049,44,25,253,'46.35865746950463','11.87398910522461'),(81048,44,25,252,'46.35865746950463','11.876220703125'),(81047,44,25,251,'46.362329938055716','11.889610290527344'),(81046,44,25,250,'46.363277631804664','11.900596618652344'),(81045,44,25,249,'46.361619156955726','11.91518783569336'),(81044,44,25,248,'46.36304070990861','11.927547454833984'),(81043,44,25,247,'46.36315917098506','11.938362121582031'),(81042,44,25,246,'46.36434376762228','11.945228576660156'),(81041,44,25,245,'46.361263762938094','11.95363998413086'),(81040,44,25,244,'46.356761905284415','11.965312957763672'),(81039,44,25,243,'46.35261512930023','11.96737289428711'),(81038,44,25,242,'46.354510837365225','11.970977783203125'),(81037,44,25,241,'46.356880379974676','11.970806121826172'),(81036,44,25,240,'46.36292224857527','11.974239349365234'),(81035,44,25,239,'46.364225309114424','11.976299285888672'),(81034,44,25,238,'46.37121392158786','11.977672576904297'),(81033,44,25,237,'46.372161461220365','11.980934143066406'),(81032,44,25,236,'46.375833022025546','11.981620788574219'),(81031,44,25,235,'46.379622761364125','11.986770629882812'),(81030,44,25,234,'46.38791189919573','11.998271942138672'),(81029,44,25,233,'46.390990401266855','11.998615264892578'),(81028,44,25,232,'46.395489438117785','12.00531005859375'),(81027,44,25,231,'46.39619977845332','12.009601593017578'),(81026,44,25,230,'46.40294755047154','12.018184661865234'),(81025,44,25,229,'46.4056700993737','12.021961212158203'),(81024,44,25,228,'46.41478373076523','12.015094757080078'),(81023,44,25,227,'46.424487482063334','12.008914947509766'),(81022,44,25,226,'46.43194163008389','11.998958587646484'),(81021,44,25,225,'46.43868498087818','11.992950439453125'),(81020,44,25,224,'46.43915816714445','11.995525360107422'),(81019,44,25,223,'46.43915816714445','12.00033187866211'),(81018,44,25,222,'46.44176061815607','11.998271942138672'),(81017,44,25,221,'46.44247035594932','11.992778778076172'),(81016,44,25,220,'46.4438898037984','11.992263793945312'),(81015,44,25,219,'46.44436294486296','11.993980407714844'),(81014,44,25,218,'46.445900624943434','11.994152069091797'),(81013,44,25,217,'46.44885758002895','11.990375518798828'),(81012,44,25,216,'46.45276051496069','11.992607116699219'),(81011,44,25,215,'46.45465274637408','11.98934555053711'),(81010,44,25,214,'46.4571362003288','11.989002227783203'),(81009,44,25,213,'46.45843701196167','11.99209213256836'),(81008,44,25,212,'46.45926478500293','11.986255645751953'),(81007,44,25,211,'46.46340346144676','11.982479095458984'),(81006,44,25,210,'46.46730535394384','11.977672576904297'),(81005,44,25,209,'46.47380788661104','11.982307434082031'),(81004,44,25,208,'46.476054035537665','11.981964111328125'),(81003,44,25,207,'46.47818188058121','11.986083984375'),(81002,44,25,206,'46.48149169637372','11.987113952636719'),(81001,44,25,205,'46.4822009164203','11.988658905029297'),(81000,44,25,204,'46.48763796296772','11.990375518798828'),(80999,44,25,203,'46.487283389539606','11.985912322998047'),(80998,44,25,202,'46.48078246708196','11.979732513427734'),(80997,44,25,201,'46.48030964241791','11.976814270019531'),(80994,44,25,198,'46.48243732104804','11.953125'),(80995,44,25,199,'46.47830009175504','11.96084976196289'),(80996,44,25,200,'46.475935819484434','11.9696044921875'),(80993,44,25,197,'46.489765354999974','11.937847137451172'),(80992,44,25,196,'46.49591068681856','11.920509338378906'),(80991,44,25,195,'46.497919586990044','11.920166015625'),(80989,44,25,193,'46.497092401789864','11.905059814453125'),(80990,44,25,194,'46.49780141844613','11.910037994384766'),(80988,44,25,192,'46.49862859286061','11.899566650390625'),(80987,44,25,191,'46.4973287417025','11.890640258789062'),(80986,44,25,190,'46.4994557546918','11.88222885131836'),(80985,44,25,189,'46.49496529635169','11.86849594116211'),(80984,44,25,188,'46.495556167319506','11.866264343261719'),(80983,44,25,187,'46.493783535155785','11.859912872314453'),(80982,44,25,186,'46.49059265165307','11.85150146484375'),(80981,44,25,185,'46.48870166938451','11.846694946289062'),(80980,44,25,184,'46.48456491647193','11.839313507080078'),(80979,44,25,183,'46.48267372464854','11.822662353515625'),(80978,44,25,182,'46.487992534084576','11.812705993652344'),(80977,44,25,181,'46.48834710289017','11.80429458618164'),(80976,44,25,180,'46.486456042552405','11.800003051757812'),(80975,44,25,179,'46.48763796296772','11.79605484008789'),(80974,44,25,178,'46.489528982216406','11.790390014648438'),(80973,44,25,177,'46.48527409645635','11.791419982910156'),(80972,44,25,176,'46.483855727242414','11.787300109863281'),(80971,44,25,175,'46.49401988944942','11.786270141601562'),(80970,44,25,174,'46.48716519788329','11.7828369140625'),(80969,44,25,173,'46.47830009175504','11.778373718261719'),(80968,44,25,172,'46.471561644974834','11.777687072753906'),(80967,44,25,171,'46.45926478500293','11.78609848022461'),(80966,44,25,170,'46.4571362003288','11.794166564941406'),(80965,44,25,169,'46.45855526602375','11.798458099365234'),(80964,44,25,168,'46.45796399314522','11.805496215820312'),(80963,44,25,167,'46.45630839492814','11.807384490966797'),(80962,44,25,166,'46.45784573779903','11.812191009521484'),(80961,44,25,165,'46.459501289274755','11.817169189453125'),(80960,44,25,164,'46.45796399314522','11.819229125976562'),(80959,44,25,163,'46.45997429473657','11.823692321777344'),(80958,44,25,162,'46.46222101456517','11.832447052001953'),(80957,44,25,161,'46.463048730078874','11.826095581054688'),(80956,44,25,160,'46.46352170472244','11.831417083740234'),(80955,44,25,159,'46.46399467525687','11.82729721069336'),(80954,44,25,158,'46.46718711888634','11.836051940917969'),(80953,44,25,157,'46.468605922626565','11.842403411865234'),(80952,44,25,156,'46.46718711888634','11.84652328491211'),(80951,44,25,155,'46.467541823288414','11.848583221435547'),(80950,44,25,154,'46.46399467525687','11.863517761230469'),(80949,44,25,153,'46.460447296089285','11.87398910522461'),(80948,44,25,152,'46.45619013598648','11.88222885131836'),(80947,44,25,151,'46.45358837429396','11.889610290527344'),(80946,44,25,150,'46.45559883742583','11.893730163574219'),(80945,44,25,149,'46.4534701094454','11.900253295898438'),(80944,44,25,148,'46.45039513323768','11.90420150756836'),(80943,44,25,147,'46.44140574579228','11.907978057861328'),(80942,44,25,146,'46.43714709713302','11.908836364746094'),(80941,44,25,145,'46.42933871009928','11.908149719238281'),(80940,44,25,144,'46.42590739837286','11.91690444946289'),(80939,44,25,143,'46.42555242276274','11.927719116210938'),(80938,44,25,142,'46.4249607916092','11.929435729980469'),(80937,44,25,141,'46.42567074822296','11.944541931152344'),(80936,44,25,140,'46.430166925396286','11.962051391601562'),(80935,44,25,139,'46.43371627698418','11.973724365234375'),(80934,44,25,138,'46.436910495781305','11.981449127197266'),(80933,44,25,137,'46.4378568950242','11.981449127197266'),(80932,44,25,136,'46.44034111483218','11.990375518798828'),(80931,44,25,135,'46.43915816714445','11.993293762207031'),(80930,44,25,134,'46.43643728999595','11.996898651123047'),(80929,44,25,133,'46.438211790502606','12.00754165649414'),(80928,44,25,132,'46.43915816714445','12.007884979248047'),(80927,44,25,131,'46.4477930946896','12.036895751953125'),(80926,44,25,130,'46.448621029529114','12.032432556152344'),(80925,44,25,129,'46.449685498688495','12.035350799560547'),(80924,44,25,128,'46.450868217800625','12.03329086303711'),(80923,44,25,127,'46.451459567725806','12.034664154052734'),(80922,44,25,126,'46.450631676032785','12.043933868408203'),(80921,44,25,125,'46.44731998341687','12.051315307617188'),(80920,44,25,124,'46.44814792544746','12.052345275878906'),(80919,44,25,123,'46.44637374854379','12.058525085449219'),(80918,44,25,122,'46.444599513854285','12.060413360595703'),(80917,44,25,121,'46.44069599413034','12.066936492919922'),(80916,44,25,120,'46.4378568950242','12.069339752197266'),(80915,44,25,119,'46.436910495781305','12.072601318359375'),(80914,44,25,118,'46.43454442576161','12.074661254882812'),(80913,44,25,117,'46.43418950639798','12.078266143798828'),(80912,44,25,116,'46.4353725619543','12.079639434814453'),(80911,44,25,115,'46.43549086609737','12.089424133300781'),(80910,44,25,114,'46.4353725619543','12.092857360839844'),(80909,44,25,113,'46.428510482217405','12.110710144042969'),(80908,44,25,112,'46.4279188831682','12.114486694335938'),(80907,44,25,111,'46.42697231133409','12.112598419189453'),(80906,44,25,110,'46.42709063371227','12.110366821289062'),(80905,44,25,109,'46.42567074822296','12.108478546142578'),(80904,44,25,108,'46.426499019253','12.107791900634766'),(80903,44,25,107,'46.42081919374915','12.10470199584961'),(80902,44,25,106,'46.41845242514014','12.096290588378906'),(80901,44,25,105,'46.41786071693549','12.100582122802734'),(80900,44,25,104,'46.413955281746716','12.09869384765625'),(80899,44,25,103,'46.409694487999474','12.100410461425781'),(80898,44,25,102,'46.404486399154614','12.101097106933594'),(80897,44,25,101,'46.399632959724826','12.102470397949219'),(80896,44,25,100,'46.39513426448257','12.103843688964844'),(80895,44,25,99,'46.391227201926654','12.108135223388672'),(80894,44,25,98,'46.38518846416605','12.114486694335938'),(80893,44,25,97,'46.3838859037291','12.118778228759766'),(80892,44,25,96,'46.379504335991086','12.122039794921875'),(80891,44,25,95,'46.37832006813337','12.124786376953125'),(80889,44,25,93,'46.37334586264374','12.130794525146484'),(80890,44,25,94,'46.37358273984611','12.127876281738281'),(80888,44,25,92,'46.373108984413925','12.135772705078125'),(80887,44,25,91,'46.371095477977924','12.137489318847656'),(80886,44,25,90,'46.36920034528619','12.140064239501953'),(80885,44,25,89,'46.364817599085036','12.141094207763672'),(80884,44,25,88,'46.36221147518121','12.139034271240234'),(80883,44,25,87,'46.35782816824954','12.143325805664062'),(80882,44,25,86,'46.35510323265006','12.1453857421875'),(80881,44,25,85,'46.35332602753061','12.14761734008789'),(80880,44,25,84,'46.3530890624813','12.152080535888672'),(80879,44,25,83,'46.352022707044426','12.153968811035156'),(80876,44,25,80,'46.35060086743','12.162551879882812'),(80877,44,25,81,'46.35131179186082','12.158775329589844'),(80878,44,25,82,'46.351193305097865','12.157573699951172'),(80875,44,25,79,'46.346453623947134','12.17010498046875'),(80874,44,25,78,'46.346216629101086','12.172164916992188'),(80873,44,25,77,'46.345861134905505','12.180747985839844'),(80872,44,25,76,'46.34455763640942','12.183151245117188'),(80871,44,25,75,'46.34562413749079','12.186927795410156'),(80870,44,25,74,'46.34562413749079','12.193279266357422'),(80869,44,25,73,'46.34100248253552','12.202205657958984'),(80868,44,25,72,'46.34100248253552','12.205810546875'),(80867,44,25,71,'46.340528444551744','12.209930419921875'),(80866,44,25,70,'46.340528444551744','12.218341827392578'),(80865,44,25,69,'46.339580356254324','12.223491668701172'),(80864,44,25,68,'46.33721006358642','12.227954864501953'),(80863,44,25,67,'46.33270622444246','12.229843139648438'),(80862,44,25,66,'46.330335633800246','12.232074737548828'),(80861,44,25,65,'46.326423934602','12.23379135131836'),(80860,44,25,64,'46.32500142917295','12.231559753417969'),(80859,44,25,63,'46.319666704366554','12.233963012695312'),(80858,44,25,62,'46.31883681153338','12.231903076171875'),(80857,44,25,61,'46.315517114328706','12.228984832763672'),(80856,44,25,60,'46.31089291474789','12.226924896240234'),(80855,44,25,59,'46.30923285036362','12.224864959716797'),(80854,44,25,58,'46.304370943599885','12.224006652832031'),(80853,44,25,57,'46.30318504717584','12.226753234863281'),(80852,44,25,56,'46.301761937557785','12.228469848632812'),(80851,44,25,55,'46.30093177319756','12.231216430664062'),(80850,44,25,54,'46.296780762583005','12.23276138305664'),(80849,44,25,53,'46.29523887849085','12.237052917480469'),(80848,44,25,52,'46.29523887849085','12.23825454711914'),(80847,44,25,51,'46.293578339377674','12.240314483642578'),(80846,44,25,50,'46.28539351813734','12.240829467773438'),(80845,44,25,49,'46.280885413159254','12.2442626953125'),(80844,44,25,48,'46.27697017893455','12.248039245605469'),(80843,44,25,47,'46.273054664947764','12.250614166259766'),(80842,44,25,46,'46.27056282856689','12.254390716552734'),(80841,44,25,45,'46.270088180220725','12.260055541992188'),(80839,44,25,43,'46.26878287607452','12.266578674316406'),(80840,44,25,44,'46.268901541372315','12.26297378540039'),(80838,44,25,42,'46.26759620896693','12.271728515625'),(80837,44,25,41,'46.26617217452678','12.27447509765625'),(80836,44,25,40,'46.264036053502885','12.278079986572266'),(80835,44,25,39,'46.26368002523978','12.28219985961914'),(80834,44,25,38,'46.26415472907678','12.286319732666016'),(80833,44,25,37,'46.262493247664075','12.289581298828125'),(80832,44,25,36,'46.261425125880635','12.294902801513672'),(80831,44,25,35,'46.262255889066104','12.296791076660156'),(80830,44,25,34,'46.26451075425703','12.300739288330078'),(80829,44,25,33,'46.26391737767211','12.302970886230469'),(80828,44,25,32,'46.26011961544141','12.300224304199219'),(80827,44,25,31,'46.24635052207288','12.298507690429688'),(80826,44,25,30,'46.23067803830134','12.29095458984375'),(80825,44,25,29,'46.21215024064955','12.286834716796875'),(80824,44,25,28,'46.19171490875703','12.284774780273438'),(80823,44,25,27,'46.17174747919073','12.28271484375'),(80822,44,25,26,'46.172222978455395','12.2882080078125'),(80821,44,25,25,'46.17269847360908','12.308120727539062'),(80820,44,25,24,'46.15605369715979','12.317733764648438'),(80819,44,25,23,'46.13797652347657','12.314300537109375'),(80818,44,25,22,'46.11989341320422','12.323226928710938'),(80817,44,25,21,'46.10323266470106','12.32666015625'),(80816,44,25,20,'46.06608487747521','12.336273193359375'),(80815,44,25,19,'46.05322019990778','12.31842041015625'),(80814,44,25,18,'46.05083752327744','12.310867309570312'),(80813,44,25,17,'46.03129569755731','12.30743408203125'),(80812,44,25,16,'46.02033018369074','12.294387817382812'),(80811,44,25,15,'46.003639358619374','12.286148071289062'),(80810,44,25,14,'45.97262874820093','12.308120727539062'),(80809,44,25,13,'45.96642454131025','12.31842041015625'),(80808,44,25,12,'45.95974231054558','12.331466674804688'),(80807,44,25,11,'45.95735560423149','12.347946166992188'),(80806,44,25,10,'45.9578329537186','12.356185913085938'),(80805,44,25,9,'45.95019486846404','12.400131225585938'),(80804,44,25,8,'45.944465613675014','12.415924072265625'),(80803,44,25,7,'45.94542053059529','12.4310302734375'),(80802,44,25,6,'45.94207824941041','12.456436157226562'),(80801,44,25,5,'45.952581883190994','12.490081787109375'),(80800,44,25,4,'45.9578329537186','12.4969482421875'),(80799,44,25,3,'45.95974231054558','12.503128051757812'),(80798,44,25,2,'45.97215152618961','12.562179565429688'),(80797,44,25,1,'45.96737907991119','12.626724243164062'),(80796,44,25,0,'45.97406038956237','12.649383544921875'),(83316,45,26,345,'46.17424380446682','10.273075103759766'),(83314,45,26,343,'46.17495701944804','10.283374786376953'),(83315,45,26,344,'46.173411708631406','10.279598236083984'),(83313,45,26,342,'46.17388719350755','10.28818130493164'),(83312,45,26,341,'46.173530580235855','10.29144287109375'),(83311,45,26,340,'46.174006064084246','10.29367446899414'),(83310,45,26,339,'46.17269847360908','10.298137664794922'),(83309,45,26,338,'46.17388719350755','10.301055908203125'),(83308,45,26,337,'46.17578909190212','10.310497283935547'),(83307,45,26,336,'46.176977744996904','10.312213897705078'),(83306,45,26,335,'46.17935497410555','10.320796966552734'),(83305,45,26,334,'46.18054355011949','10.330924987792969'),(83304,45,26,333,'46.18078126223906','10.333328247070312'),(83303,45,26,332,'46.18470336383207','10.33590316772461'),(83302,45,26,331,'46.19753737639702','10.345344543457031'),(83301,45,26,330,'46.200745411283094','10.346031188964844'),(83300,45,26,329,'46.20347803400816','10.348091125488281'),(83299,45,26,328,'46.20597291866564','10.347061157226562'),(83298,45,26,327,'46.207873707116555','10.350151062011719'),(83297,45,26,326,'46.20953684305683','10.350151062011719'),(83295,45,26,324,'46.20918046102317','10.347061157226562'),(83296,45,26,325,'46.21108113848257','10.349464416503906'),(83292,45,26,321,'46.2114375081839','10.341224670410156'),(83293,45,26,322,'46.21048718384193','10.343456268310547'),(83294,45,26,323,'46.20953684305683','10.345687866210938'),(83290,45,26,319,'46.21274417730555','10.334186553955078'),(83291,45,26,320,'46.21215024064955','10.337448120117188'),(83289,45,26,318,'46.214407165771576','10.33041000366211'),(83288,45,26,317,'46.21630766235705','10.32766342163086'),(83287,45,26,316,'46.21856441662582','10.325603485107422'),(83285,45,26,314,'46.229846796748845','10.318565368652344'),(83286,45,26,315,'46.22830302903786','10.317707061767578'),(83284,45,26,313,'46.235309010783226','10.317878723144531'),(83283,45,26,312,'46.23815864577526','10.317707061767578'),(83282,45,26,311,'46.240533228560025','10.319252014160156'),(83281,45,26,310,'46.2431451509297','10.319080352783203'),(83280,45,26,309,'46.24350131252776','10.317707061767578'),(83279,45,26,308,'46.24694408876877','10.317020416259766'),(83278,45,26,307,'46.24706280133722','10.314960479736328'),(83277,45,26,306,'46.24884345903475','10.313587188720703'),(83276,45,26,305,'46.2500305320528','10.311012268066406'),(83275,45,26,304,'46.24955570592851','10.308265686035156'),(83274,45,26,303,'46.24824991289165','10.305004119873047'),(83272,45,26,301,'46.24789378212289','10.298824310302734'),(83273,45,26,302,'46.248368622634096','10.302772521972656'),(83270,45,26,299,'46.24682537594341','10.295906066894531'),(83271,45,26,300,'46.24540080200012','10.295562744140625'),(83269,45,26,298,'46.24528208583492','10.290756225585938'),(83268,45,26,297,'46.24551951790841','10.2886962890625'),(83267,45,26,296,'46.25299810220035','10.288867950439453'),(83266,45,26,295,'46.254541175220865','10.289726257324219'),(83265,45,26,294,'46.25703373992284','10.291614532470703'),(83264,45,26,293,'46.25810194725561','10.291614532470703'),(83263,45,26,292,'46.25715243065408','10.289382934570312'),(83262,45,26,291,'46.25881407391672','10.28921127319336'),(83260,45,26,289,'46.25727112112844','10.285778045654297'),(83261,45,26,290,'46.256321590140196','10.285778045654297'),(83259,45,26,288,'46.255846818480315','10.283374786376953'),(83258,45,26,287,'46.25406638814657','10.280799865722656'),(83257,45,26,286,'46.25537204270993','10.279598236083984'),(83256,45,26,285,'46.256321590140196','10.279254913330078'),(83255,45,26,284,'46.25928881988599','10.279254913330078'),(83253,45,26,282,'46.26178116878727','10.27719497680664'),(83254,45,26,283,'46.26011961544141','10.277881622314453'),(83252,45,26,281,'46.25940750573607','10.27496337890625'),(83251,45,26,280,'46.25881407391672','10.27273178100586'),(83250,45,26,279,'46.263798701584385','10.270671844482422'),(83249,45,26,278,'46.255846818480315','10.266036987304688'),(83248,45,26,277,'46.255846818480315','10.264663696289062'),(83246,45,26,275,'46.250742763531974','10.258140563964844'),(83247,45,26,276,'46.25204849722289','10.261402130126953'),(83245,45,26,274,'46.25169239111736','10.257453918457031'),(83243,45,26,272,'46.25264200226062','10.256938934326172'),(83244,45,26,273,'46.25133628269965','10.255565643310547'),(83241,45,26,270,'46.25513465328331','10.252132415771484'),(83242,45,26,271,'46.25335419982792','10.255565643310547'),(83240,45,26,269,'46.25881407391672','10.255050659179688'),(83239,45,26,268,'46.2600009311328','10.253162384033203'),(83238,45,26,267,'46.263798701584385','10.256423950195312'),(83237,45,26,266,'46.26949486400779','10.258827209472656'),(83236,45,26,265,'46.27708882650627','10.260543823242188'),(83235,45,26,264,'46.27886850925426','10.262088775634766'),(83234,45,26,263,'46.28159724387043','10.265178680419922'),(83232,45,26,261,'46.28978263233243','10.26947021484375'),(83233,45,26,262,'46.28159724387043','10.265178680419922'),(83231,45,26,260,'46.300101596249796','10.283203125'),(83230,45,26,259,'46.304252355113476','10.289039611816406'),(83229,45,26,258,'46.305438228417714','10.292301177978516'),(83228,45,26,257,'46.308047059262954','10.303459167480469'),(83227,45,26,256,'46.31314577873613','10.30569076538086'),(83226,45,26,255,'46.31883681153338','10.314102172851562'),(83225,45,26,254,'46.32500142917295','10.323371887207031'),(83224,45,26,253,'46.32689809485825','10.34036636352539'),(83223,45,26,252,'46.331639471368824','10.343456268310547'),(83222,45,26,251,'46.33768413033994','10.346031188964844'),(83221,45,26,250,'46.34716460232037','10.353584289550781'),(83220,45,26,249,'46.352259676717374','10.351696014404297'),(83219,45,26,248,'46.357591222722014','10.35186767578125'),(83217,45,26,246,'46.366949789808785','10.365772247314453'),(83218,45,26,247,'46.361026832308696','10.361652374267578'),(83215,45,26,244,'46.380214884376635','10.359077453613281'),(83216,45,26,245,'46.37713577459011','10.359420776367188'),(83214,45,26,243,'46.39051679686504','10.361652374267578'),(83213,45,26,242,'46.39323996605366','10.360794067382812'),(83212,45,26,241,'46.39927781305861','10.355815887451172'),(83210,45,26,239,'46.41146985918002','10.356674194335938'),(83211,45,26,240,'46.4072088712603','10.355815887451172'),(83208,45,26,237,'46.42626237167147','10.359077453613281'),(83209,45,26,238,'46.41892578708076','10.3546142578125'),(83207,45,26,236,'46.43324304346107','10.364055633544922'),(83206,45,26,235,'46.44519093183812','10.36508560180664'),(83205,45,26,234,'46.44897585489364','10.361995697021484'),(83204,45,26,233,'46.45559883742583','10.358734130859375'),(83203,45,26,232,'46.460920293332876','10.359935760498047'),(83202,45,26,231,'46.46588651630387','10.369892120361328'),(83201,45,26,230,'46.46683241217292','10.370750427246094'),(83199,45,26,228,'46.46647770314814','10.380706787109375'),(83200,45,26,229,'46.46576827816456','10.372982025146484'),(83198,45,26,227,'46.466004754186365','10.397357940673828'),(83197,45,26,226,'46.463166974125','10.403366088867188'),(83195,45,26,224,'46.463048730078874','10.408172607421875'),(83196,45,26,225,'46.463166974125','10.405769348144531'),(83194,45,26,223,'46.462930485775956','10.411262512207031'),(83193,45,26,222,'46.46080204440721','10.418987274169922'),(83192,45,26,221,'46.45784573779903','10.425167083740234'),(83191,45,26,220,'46.45571709765162','10.430831909179688'),(83189,45,26,218,'46.443180084496746','10.443191528320312'),(83190,45,26,219,'46.451932643043115','10.435466766357422'),(83188,45,26,217,'46.43596408010131','10.453662872314453'),(83186,45,26,215,'46.42330419022012','10.468254089355469'),(83187,45,26,216,'46.426144047495434','10.46224594116211'),(83185,45,26,214,'46.41715065861424','10.484390258789062'),(83184,45,26,213,'46.41431033286714','10.489540100097656'),(83183,45,26,212,'46.413008467458006','10.493488311767578'),(83182,45,26,211,'46.40874759974037','10.497608184814453'),(83181,45,26,210,'46.409576127866046','10.493831634521484'),(83179,45,26,208,'46.40602520443094','10.496406555175781'),(83180,45,26,209,'46.404131284080414','10.500011444091797'),(83178,45,26,207,'46.403776166694634','10.498123168945312'),(83177,45,26,206,'46.40543336138462','10.49468994140625'),(83176,45,26,205,'46.3997513414332','10.498123168945312'),(83174,45,26,203,'46.39856751279131','10.494003295898438'),(83175,45,26,204,'46.401763791178126','10.492286682128906'),(83173,45,26,202,'46.393003174126775','10.498809814453125'),(83172,45,26,201,'46.39039839512248','10.500869750976562'),(83171,45,26,200,'46.38672781370433','10.498981475830078'),(83170,45,26,199,'46.38435956566575','10.496234893798828'),(83169,45,26,198,'46.3847148094213','10.501728057861328'),(83168,45,26,197,'46.38341223768277','10.50344467163086'),(83165,45,26,194,'46.36315917098506','10.501384735107422'),(83166,45,26,195,'46.37358273984611','10.502586364746094'),(83167,45,26,196,'46.37891220527293','10.50344467163086'),(83164,45,26,193,'46.357591222722014','10.498809814453125'),(83163,45,26,192,'46.34988993375191','10.493659973144531'),(83162,45,26,191,'46.345505638398116','10.493144989013672'),(83161,45,26,190,'46.34420213142532','10.489883422851562'),(83160,45,26,189,'46.34325410683201','10.484390258789062'),(83158,45,26,187,'46.3388692792426','10.487651824951172'),(83159,45,26,188,'46.3388692792426','10.485076904296875'),(83157,45,26,186,'46.337921162175434','10.484561920166016'),(83156,45,26,185,'46.338513737268975','10.48868179321289'),(83155,45,26,184,'46.334247053260135','10.487480163574219'),(83154,45,26,183,'46.334247053260135','10.488853454589844'),(83153,45,26,182,'46.32760932753627','10.48919677734375'),(83152,45,26,181,'46.32168210598636','10.491600036621094'),(83151,45,26,180,'46.31836258140586','10.495891571044922'),(83150,45,26,179,'46.31788834716829','10.497608184814453'),(83149,45,26,178,'46.31456859242206','10.499839782714844'),(83148,45,26,177,'46.31373862226742','10.502071380615234'),(83147,45,26,176,'46.31053719090415','10.504474639892578'),(83146,45,26,175,'46.30816563952901','10.507392883300781'),(83145,45,26,174,'46.30840279929045','10.50516128540039'),(83144,45,26,173,'46.30733557227205','10.508251190185547'),(83143,45,26,172,'46.30745415407943','10.50567626953125'),(83142,45,26,171,'46.306149740069664','10.508594512939453'),(83141,45,26,170,'46.3023549043942','10.510482788085938'),(83139,45,26,168,'46.30093177319756','10.509796142578125'),(83140,45,26,169,'46.304252355113476','10.508079528808594'),(83138,45,26,167,'46.30271068141336','10.506362915039062'),(83137,45,26,166,'46.29772959275326','10.509796142578125'),(83136,45,26,165,'46.301761937557785','10.502758026123047'),(83135,45,26,164,'46.29583191597178','10.506706237792969'),(83134,45,26,163,'46.29345972751434','10.51116943359375'),(83133,45,26,162,'46.28824055120418','10.521125793457031'),(83131,45,26,160,'46.280529494335546','10.517864227294922'),(83132,45,26,161,'46.28349541388652','10.520954132080078'),(83130,45,26,159,'46.27530908595619','10.518207550048828'),(83127,45,26,156,'46.25940750573607','10.517349243164062'),(83128,45,26,157,'46.26486677712518','10.517864227294922'),(83129,45,26,158,'46.2690202064132','10.518035888671875'),(83126,45,26,155,'46.25774588045683','10.520782470703125'),(83125,45,26,154,'46.25917013377904','10.521469116210938'),(83124,45,26,153,'46.258220635674725','10.526447296142578'),(83123,45,26,152,'46.25442247883765','10.529022216796875'),(83122,45,26,151,'46.253116801666444','10.53537368774414'),(83121,45,26,150,'46.25181109340944','10.538291931152344'),(83120,45,26,149,'46.253116801666444','10.542583465576172'),(83119,45,26,148,'46.25406638814657','10.54412841796875'),(83118,45,26,147,'46.254541175220865','10.554084777832031'),(83117,45,26,146,'46.25560943110894','10.55459976196289'),(83116,45,26,145,'46.25703373992284','10.559406280517578'),(83115,45,26,144,'46.25679635768958','10.561466217041016'),(83113,45,26,142,'46.25691504893465','10.569877624511719'),(83114,45,26,143,'46.254897262829054','10.564727783203125'),(83112,45,26,141,'46.258220635674725','10.582752227783203'),(83111,45,26,140,'46.2589327607944','10.58481216430664'),(83109,45,26,138,'46.260950398408504','10.592536926269531'),(83110,45,26,139,'46.260950398408504','10.586185455322266'),(83108,45,26,137,'46.26178116878727','10.59305191040039'),(83107,45,26,136,'46.260950398408504','10.594768524169922'),(83106,45,26,135,'46.261187762658395','10.597343444824219'),(83105,45,26,134,'46.26035698328798','10.607128143310547'),(83103,45,26,132,'46.26451075425703','10.612106323242188'),(83104,45,26,133,'46.26178116878727','10.609188079833984'),(83102,45,26,131,'46.26534147068603','10.614852905273438'),(83101,45,26,130,'46.268426878639715','10.614509582519531'),(83100,45,26,129,'46.26985085450626','10.618972778320312'),(83099,45,26,128,'46.26913887119721','10.622234344482422'),(83098,45,26,127,'46.279343081558295','10.640430450439453'),(83097,45,26,126,'46.279343081558295','10.64300537109375'),(83096,45,26,125,'46.280529494335546','10.65176010131836'),(83095,45,26,124,'46.282071792539945','10.655536651611328'),(83094,45,26,123,'46.28254633709914','10.657939910888672'),(83093,45,26,122,'46.283376780187226','10.658454895019531'),(83090,45,26,119,'46.293341115394114','10.680427551269531'),(83091,45,26,120,'46.28515625870253','10.661888122558594'),(83092,45,26,121,'46.2836140473289','10.659828186035156'),(83089,45,26,118,'46.297373783366076','10.690040588378906'),(83088,45,26,117,'46.29962720377093','10.699310302734375'),(83087,45,26,116,'46.299745802275964','10.70291519165039'),(83086,45,26,115,'46.30140615437332','10.707206726074219'),(83085,45,26,114,'46.30318504717584','10.713214874267578'),(83084,45,26,113,'46.30852137878584','10.729007720947266'),(83082,45,26,111,'46.3127900695348','10.737590789794922'),(83083,45,26,112,'46.31101148884868','10.729866027832031'),(83081,45,26,110,'46.31030004039056','10.747032165527344'),(83080,45,26,109,'46.31136720960983','10.750465393066406'),(83079,45,26,108,'46.31101148884868','10.75836181640625'),(83077,45,26,106,'46.31196007240737','10.767631530761719'),(83078,45,26,107,'46.312315787003286','10.762481689453125'),(83076,45,26,105,'46.312552928782814','10.770893096923828'),(83075,45,26,104,'46.3114857826831','10.772953033447266'),(83074,45,26,103,'46.3127900695348','10.776042938232422'),(83073,45,26,102,'46.315754242236565','10.78033447265625'),(83072,45,26,101,'46.31610993217168','10.784282684326172'),(83070,45,26,99,'46.317414108820586','10.794754028320312'),(83071,45,26,100,'46.31504285543044','10.787887573242188'),(83069,45,26,98,'46.315754242236565','10.80007553100586'),(83068,45,26,97,'46.316465619794876','10.80453872680664'),(83067,45,26,96,'46.3185996969834','10.812435150146484'),(83066,45,26,95,'46.32049658461256','10.822219848632812'),(83065,45,26,94,'46.31871825438681','10.825481414794922'),(83064,45,26,93,'46.32049658461256','10.836296081542969'),(83063,45,26,92,'46.32191920717853','10.846595764160156'),(83062,45,26,91,'46.32381597972543','10.851402282714844'),(83060,45,26,89,'46.32760932753627','10.869426727294922'),(83061,45,26,90,'46.32725371235323','10.864276885986328'),(83057,45,26,86,'46.331639471368824','10.880069732666016'),(83058,45,26,87,'46.32820201437054','10.87646484375'),(83059,45,26,88,'46.32808347751743','10.87148666381836'),(83056,45,26,85,'46.33152094196516','10.883674621582031'),(83055,45,26,84,'46.333180330240886','10.888481140136719'),(83054,45,26,83,'46.33910630594068','10.897579193115234'),(83053,45,26,82,'46.343965126818226','10.906505584716797'),(83052,45,26,81,'46.36197454866159','10.932769775390625'),(83051,45,26,80,'46.36446222587325','10.935001373291016'),(83050,45,26,79,'46.366949789808785','10.94839096069336'),(83049,45,26,78,'46.36813430425035','10.948047637939453'),(83047,45,26,76,'46.37500398148429','10.95937728881836'),(83048,45,26,77,'46.37417492835702','10.95834732055664'),(83046,45,26,75,'46.37808321147958','10.96710205078125'),(83045,45,26,74,'46.380214884376635','10.967960357666016'),(83044,45,26,73,'46.38210963486493','10.970878601074219'),(83043,45,26,72,'46.383175403118486','10.97585678100586'),(83042,45,26,71,'46.385070050865146','10.977916717529297'),(83041,45,26,70,'46.389924785583666','10.99233627319336'),(83040,45,26,69,'46.392766381172464','11.00006103515625'),(83038,45,26,67,'46.39442391027719','11.008644104003906'),(83039,45,26,68,'46.39442391027719','11.003494262695312'),(83037,45,26,66,'46.394068729707044','11.01104736328125'),(83036,45,26,65,'46.39087200055169','11.012935638427734'),(83035,45,26,64,'46.391345601871286','11.015682220458984'),(83032,45,26,61,'46.38447798050779','11.034393310546875'),(83033,45,26,62,'46.38412273521112','11.032333374023438'),(83034,45,26,63,'46.38720145098313','11.029586791992188'),(83030,45,26,59,'46.370029473929904','11.03250503540039'),(83031,45,26,60,'46.38293856752678','11.03628158569336'),(83029,45,26,58,'46.36659443046755','11.035423278808594'),(83028,45,26,57,'46.36150069254005','11.036796569824219'),(83027,45,26,56,'46.35723580250422','11.037311553955078'),(83026,45,26,55,'46.35379995454685','11.041946411132812'),(83025,45,26,54,'46.35060086743','11.051387786865234'),(83024,45,26,53,'46.3524966453628','11.053962707519531'),(83023,45,26,52,'46.35060086743','11.056194305419922'),(83022,45,26,51,'46.345387139048576','11.055164337158203'),(83021,45,26,50,'46.34609813129277','11.0577392578125'),(83020,45,26,49,'46.344676137557066','11.061859130859375'),(83019,45,26,48,'46.3413580083262','11.05997085571289'),(83017,45,26,46,'46.33021710157092','11.063919067382812'),(83018,45,26,47,'46.3367359927229','11.061687469482422'),(83016,45,26,45,'46.32488288538415','11.064434051513672'),(83015,45,26,44,'46.32381597972543','11.066322326660156'),(83013,45,26,42,'46.31433145937659','11.070270538330078'),(83014,45,26,43,'46.31978525945806','11.068553924560547'),(83012,45,26,41,'46.30792847874001','11.069412231445312'),(83011,45,26,40,'46.30567539999591','11.071643829345703'),(83010,45,26,39,'46.29725517972325','11.068897247314453'),(83009,45,26,38,'46.28978263233243','11.063575744628906'),(83008,45,26,37,'46.282309065333344','11.062202453613281'),(83007,45,26,36,'46.27827528809403','11.064262390136719'),(83006,45,26,35,'46.268901541372315','11.063404083251953'),(83004,45,26,33,'46.260950398408504','11.056880950927734'),(83005,45,26,34,'46.26415472907678','11.060657501220703'),(83003,45,26,32,'46.25608420482406','11.058940887451172'),(83002,45,26,31,'46.24528208583492','11.056365966796875'),(83001,45,26,30,'46.24397619106171','11.058940887451172'),(83000,45,26,29,'46.23827737735516','11.056365966796875'),(82998,45,26,27,'46.23210299453145','11.06821060180664'),(82999,45,26,28,'46.23234048363966','11.062374114990234'),(82997,45,26,26,'46.22937179592382','11.072330474853516'),(82996,45,26,25,'46.224502800461025','11.081256866455078'),(82995,45,26,24,'46.21274417730555','11.091384887695312'),(82994,45,26,23,'46.20894287171611','11.096019744873047'),(82993,45,26,22,'46.20811130104826','11.113529205322266'),(82992,45,26,21,'46.19872555930486','11.125545501708984'),(82991,45,26,20,'46.195873877161986','11.128978729248047'),(82990,45,26,19,'46.19480445820439','11.133613586425781'),(82989,45,26,18,'46.19290321756048','11.131553649902344'),(82988,45,26,17,'46.17983040759436','11.12091064453125'),(82987,45,26,16,'46.17638342166122','11.122970581054688'),(82986,45,26,15,'46.16687337470153','11.114559173583984'),(82985,45,26,14,'46.165803391514395','11.112327575683594'),(82983,45,26,12,'46.15105928218959','11.100482940673828'),(82984,45,26,13,'46.15593478778501','11.103572845458984'),(82982,45,26,11,'46.14416148780093','11.099796295166016'),(82981,45,26,10,'46.13999860748668','11.108379364013672'),(82980,45,26,9,'46.13428900263955','11.111297607421875'),(82979,45,26,8,'46.124890655659925','11.107006072998047'),(82978,45,26,7,'46.11727562911557','11.106147766113281'),(82977,45,26,6,'46.10846944264523','11.108894348144531'),(82976,45,26,5,'46.10025700105707','11.111984252929688'),(82975,45,26,4,'46.09418614922648','11.113872528076172'),(82974,45,26,3,'46.08847179577592','11.116962432861328'),(82973,45,26,2,'46.0839475127421','11.119537353515625'),(82972,45,26,1,'46.07727947192685','11.1236572265625'),(82971,45,26,0,'46.072635181747856','11.125030517578125'),(82968,46,27,126,'45.46711365012762','9.192981719970703'),(82967,46,27,125,'45.466752481053454','9.197273254394531'),(82966,46,27,124,'45.47409579738463','9.204483032226562'),(82965,46,27,123,'45.48637264792542','9.216499328613281'),(82964,46,27,122,'45.51103861949325','9.224052429199218'),(82963,46,27,121,'45.52883953144113','9.228687286376953'),(82962,46,27,120,'45.53244713791839','9.229202270507812'),(82961,46,27,119,'45.53942118763241','9.235897064208984'),(82960,46,27,118,'45.546514592174674','9.24224853515625'),(82959,46,27,117,'45.559977576034456','9.25546646118164'),(82958,46,27,116,'45.56887099240436','9.263191223144531'),(82957,46,27,115,'45.57968541219265','9.273319244384765'),(82956,46,27,114,'45.58184804624773','9.28018569946289'),(82955,46,27,113,'45.58449115252412','9.281730651855468'),(82954,46,27,112,'45.58401059700219','9.282588958740234'),(82953,46,27,111,'45.58088688584059','9.309883117675781'),(82951,46,27,109,'45.585812658998634','9.329795837402343'),(82952,46,27,110,'45.57956526341382','9.323959350585937'),(82950,46,27,108,'45.59013737177264','9.331169128417968'),(82949,46,27,107,'45.59422151677801','9.33614730834961'),(82948,46,27,106,'45.59614336452943','9.342842102050781'),(82947,46,27,105,'45.602629114775965','9.359493255615234'),(82946,46,27,104,'45.6033497074148','9.362926483154296'),(82945,46,27,103,'45.61319687920969','9.359149932861328'),(82944,46,27,102,'45.63108548642421','9.362754821777343'),(82943,46,27,101,'45.63588682527794','9.36258316040039'),(82942,46,27,100,'45.65376819256154','9.369621276855468'),(82940,46,27,98,'45.66276672125897','9.383182525634765'),(82941,46,27,99,'45.65712781243768','9.375972747802734'),(82939,46,27,97,'45.67176380385467','9.39056396484375'),(82938,46,27,96,'45.67440267377484','9.394168853759765'),(82937,46,27,95,'45.682678322324904','9.397945404052734'),(82936,46,27,94,'45.69071292574484','9.400863647460937'),(82935,46,27,93,'45.69502954946522','9.402923583984375'),(82934,46,27,92,'45.69922594755189','9.406700134277343'),(82933,46,27,91,'45.70186352230473','9.410991668701171'),(82932,46,27,90,'45.70581965113724','9.410820007324218'),(82931,46,27,89,'45.71121392110517','9.406013488769531'),(82930,46,27,88,'45.71612824718715','9.407730102539062'),(82929,46,27,87,'45.720442908906804','9.411163330078125'),(82928,46,27,86,'45.72463739949975','9.415969848632812'),(82926,46,27,84,'45.72943071742763','9.399662017822265'),(82927,46,27,85,'45.72535642341016','9.406185150146484'),(82925,46,27,83,'45.73158757630444','9.387989044189453'),(82924,46,27,82,'45.734343441438654','9.385757446289062'),(82922,46,27,80,'45.737218981809136','9.368247985839843'),(82923,46,27,81,'45.73733879277787','9.375629425048828'),(82921,46,27,79,'45.74033398344936','9.356231689453125'),(82920,46,27,78,'45.74716241741378','9.34112548828125'),(82919,46,27,77,'45.74979772993915','9.329452514648437'),(82918,46,27,76,'45.750875776475226','9.327735900878906'),(82917,46,27,75,'45.751953802189036','9.331512451171875'),(82916,46,27,74,'45.75542729895747','9.335975646972656'),(82915,46,27,73,'45.763331692604346','9.33786392211914'),(82914,46,27,72,'45.77123496648792','9.338550567626953'),(82913,46,27,71,'45.77662292030879','9.339752197265625'),(82912,46,27,70,'45.78153149170591','9.33786392211914'),(82911,46,27,69,'45.784045470686486','9.341468811035156'),(82910,46,27,68,'45.787157859028994','9.346446990966796'),(82909,46,27,67,'45.78775637532681','9.346446990966796'),(82908,46,27,66,'45.7896715842944','9.345073699951171'),(82907,46,27,65,'45.79242458189578','9.341297149658203'),(82906,46,27,64,'45.79326242374016','9.339752197265625'),(82905,46,27,63,'45.79673334862717','9.33511734008789'),(82904,46,27,62,'45.79781048825651','9.331684112548828'),(82903,46,27,61,'45.800204057331655','9.329795837402343'),(82902,46,27,60,'45.804033553983714','9.326019287109375'),(82901,46,27,59,'45.80690550373353','9.317951202392578'),(82900,46,27,58,'45.810016615545685','9.312801361083984'),(82899,46,27,57,'45.81360614402168','9.310741424560546'),(82898,46,27,56,'45.8151615345158','9.308853149414062'),(82897,46,27,55,'45.81743471940265','9.306793212890625'),(82896,46,27,54,'45.816357959181374','9.301300048828125'),(82894,46,27,52,'45.81432402195549','9.290313720703125'),(82895,46,27,53,'45.81540082150532','9.296150207519531'),(82893,46,27,51,'45.81360614402168','9.28018569946289'),(82892,46,27,50,'45.81456331254367','9.2779541015625'),(82891,46,27,49,'45.815999034480704','9.276237487792968'),(82890,46,27,48,'45.816836521850206','9.273834228515625'),(82889,46,27,47,'45.818152547982976','9.268341064453125'),(82888,46,27,46,'45.82090413848187','9.266624450683593'),(82887,46,27,45,'45.82114340079471','9.264392852783203'),(82886,46,27,44,'45.823057462282456','9.263877868652343'),(82885,46,27,43,'45.82389484349102','9.260444641113281'),(82883,46,27,41,'45.82867963734445','9.263362884521484'),(82884,46,27,42,'45.827244242372224','9.26198959350586'),(82878,46,27,36,'45.840221259582684','9.273748397827148'),(82879,46,27,37,'45.83800880243482','9.273834228515625'),(82880,46,27,38,'45.835138456664225','9.272375106811523'),(82881,46,27,39,'45.83238756970164','9.269371032714843'),(82882,46,27,40,'45.83083266040038','9.2669677734375'),(82877,46,27,35,'45.84506443975059','9.273233413696289'),(82876,46,27,34,'45.848412564721556','9.273233413696289'),(82875,46,27,33,'45.84954848990841','9.272632598876953'),(82874,46,27,32,'45.850265904389836','9.271087646484375'),(82873,46,27,31,'45.851342008761776','9.271602630615234'),(82872,46,27,30,'45.8519996178507','9.272890090942382'),(82871,46,27,29,'45.852896344986725','9.272632598876953'),(82870,46,27,28,'45.855167989021616','9.269371032714843'),(82869,46,27,27,'45.85893393126875','9.269800186157226'),(82868,46,27,26,'45.86000986792272','9.268684387207031'),(82867,46,27,25,'45.86054782844218','9.269113540649414'),(82866,46,27,24,'45.861743277627966','9.26971435546875'),(82861,46,27,19,'45.86861661163445','9.265251159667968'),(82862,46,27,20,'45.866943182491674','9.266109466552734'),(82863,46,27,21,'45.863715712589794','9.275379180908203'),(82864,46,27,22,'45.86246053480167','9.275550842285156'),(82865,46,27,23,'45.86198236438067','9.274177551269531'),(82860,46,27,18,'45.86927401644273','9.262933731079101'),(82859,46,27,17,'45.87070832721755','9.262762069702148'),(82858,46,27,16,'45.87250116363655','9.261302947998046'),(82857,46,27,15,'45.87363659678951','9.261388778686523'),(82856,46,27,14,'45.875011037464176','9.260616302490234'),(82855,46,27,13,'45.87626593187103','9.261817932128906'),(82854,46,27,12,'45.88439218105721','9.263877868652343'),(82853,46,27,11,'45.884750664676844','9.263277053833007'),(82850,46,27,8,'45.89890891732767','9.263448715209961'),(82851,46,27,9,'45.893532790749525','9.261388778686523'),(82852,46,27,10,'45.890247123837774','9.260530471801757'),(82848,46,27,6,'45.90267189624682','9.265251159667968'),(82849,46,27,7,'45.90082030357056','9.263877868652343'),(82846,46,27,4,'45.908286025565204','9.263191223144531'),(82847,46,27,5,'45.90464287866022','9.266366958618164'),(82844,46,27,2,'45.91324271031062','9.260015487670898'),(82845,46,27,3,'45.911331751757245','9.262504577636718'),(82843,46,27,1,'45.917183854524076','9.260787963867187'),(82842,46,27,0,'45.920408218874684','9.261560440063476'),(82969,46,27,127,'45.46590974421453','9.191608428955078'),(82970,46,27,128,'45.46458541801283','9.186286926269531'),(83340,45,26,369,'46.15522132614053','10.157032012939453'),(83341,45,26,370,'46.15415111633001','10.152053833007812'),(83342,55,29,0,'48.59522988072309','7.758064270019531'),(83343,55,29,1,'48.594662215407716','7.758278846740723'),(83344,55,29,2,'48.593952624794','7.758579254150391'),(83345,55,29,3,'48.5933849451274','7.758965492248535'),(83346,55,29,4,'48.592959181191695','7.759695053100586'),(83347,55,29,5,'48.59259018287858','7.760553359985352'),(83348,55,29,6,'48.592192797066104','7.761626243591309'),(83349,55,29,7,'48.591823793155974','7.762570381164551'),(83350,55,29,8,'48.591256089570585','7.764458656311035'),(83351,55,29,9,'48.590858693265645','7.765145301818848'),(83352,55,29,10,'48.59040452223298','7.765917778015137'),(83353,55,29,11,'48.589780030397605','7.767205238342285'),(83354,55,29,12,'48.590659993941166','7.768363952636719'),(83355,55,29,13,'48.59185217816783','7.769436836242676'),(83356,55,29,14,'48.59253341366815','7.770252227783203'),(83357,55,29,15,'48.591767023084486','7.77158260345459'),(83358,55,29,16,'48.59071676525645','7.773299217224121'),(83359,55,29,17,'48.58986518882961','7.774801254272461'),(83360,55,29,18,'48.5894677815857','7.776217460632324'),(83361,55,29,19,'48.58907037121637','7.777547836303711'),(83362,55,29,20,'48.58872973126933','7.778534889221191'),(83363,55,29,21,'48.58935423608481','7.779264450073242'),(83364,55,29,22,'48.589609713103044','7.780036926269531'),(83365,55,29,23,'48.58972325802988','7.781023979187012'),(83366,55,29,24,'48.589780030397605','7.781925201416016'),(83367,55,29,25,'48.59077353650798','7.782182693481445'),(83368,55,29,26,'48.59046129383531','7.783041000366211'),(83369,55,29,27,'48.59023420704328','7.785272598266602'),(83370,55,29,28,'48.58995034711811','7.786517143249512'),(83371,55,29,29,'48.58955294054395','7.786860466003418'),(83372,55,29,30,'48.58901359805132','7.786645889282227'),(83373,55,29,31,'48.588076831619176','7.786259651184082'),(83374,55,29,32,'48.5867142312639','7.785530090332031'),(83375,55,29,33,'48.58589097574521','7.785015106201172'),(83376,55,29,34,'48.58478381786833','7.784156799316406'),(83377,55,29,35,'48.58364824613257','7.7834272384643555'),(83378,55,29,36,'48.58254103912459','7.782526016235352'),(83379,55,29,37,'48.58177449698759','7.782011032104492'),(83380,55,29,38,'48.58163254346427','7.781796455383301'),(83381,55,29,39,'48.58163254346427','7.781367301940918'),(83382,55,29,40,'48.58123507147806','7.78132438659668'),(83383,55,29,41,'48.580951161002886','7.781796455383301'),(83384,55,29,42,'48.58035494381434','7.781796455383301'),(83385,55,29,43,'48.57927605673974','7.7814531326293945'),(83386,55,29,44,'48.57867981979316','7.781152725219727'),(83387,55,29,45,'48.578509465088146','7.780895233154297'),(83388,55,29,46,'48.57848107258151','7.780036926269531'),(83389,55,29,47,'48.578452680058916','7.779049873352051'),(83390,55,29,48,'48.57919088046365','7.778491973876953'),(83391,55,29,49,'48.58004263676612','7.777762413024902'),(83392,55,29,50,'48.580525292300095','7.777161598205566'),(83393,55,29,51,'48.58137702611765','7.775530815124512'),(83394,55,29,52,'48.58220035516557','7.773985862731934'),(83395,55,29,53,'48.58302367080236','7.772526741027832'),(83396,55,29,54,'48.58396053090337','7.773385047912598'),(83397,55,29,55,'48.58438637066306','7.774114608764648'),(83398,55,29,56,'48.58486898471995','7.773385047912598'),(83399,55,29,57,'48.5857490337831','7.771968841552734'),(83400,55,29,58,'48.58654390363619','7.770895957946777'),(83401,55,29,59,'48.58739553603405','7.769994735717773'),(83402,55,29,60,'48.58844586289272','7.770166397094727'),(83403,55,29,61,'48.58907037121637','7.76857852935791'),(83404,55,29,62,'48.589638099358666','7.76759147644043'),(83405,55,29,63,'48.59071676525645','7.765402793884277'),(83406,55,29,64,'48.59142640131592','7.763772010803223'),(83407,55,29,65,'48.592050872804194','7.761669158935547'),(83408,55,29,66,'48.59276049012719','7.759995460510254'),(83409,55,29,67,'48.59361201775944','7.7584075927734375'),(83410,55,29,68,'48.59491766558894','7.757892608642578'),(83411,55,29,69,'48.59608136673692','7.756819725036621'),(83412,55,29,70,'48.596762545215185','7.755918502807617'),(89261,56,30,372,'48.57297262465417','7.791709899902344'),(89260,56,30,371,'48.57297262465417','7.798576354980469'),(89259,56,30,370,'48.574789910928864','7.804756164550781'),(89258,56,30,369,'48.57524422229134','7.8092193603515625'),(89257,56,30,368,'48.57234791741118','7.813854217529297'),(89256,56,30,367,'48.56939465141177','7.82200813293457'),(89255,56,30,366,'48.56252196094322','7.832393646240234'),(89254,56,30,365,'48.56451002526623','7.843723297119141'),(89253,56,30,364,'48.56734998159966','7.851104736328125'),(89252,56,30,363,'48.56700919526004','7.857542037963867'),(89251,56,30,362,'48.56615721936395','7.86320686340332'),(89250,56,30,361,'48.56303318494705','7.871875762939453'),(89249,56,30,360,'48.556898155866875','7.877626419067383'),(89247,56,30,358,'48.546387349301256','7.887067794799805'),(89248,56,30,359,'48.55445529829526','7.879085540771484'),(89246,56,30,357,'48.541557327740165','7.893161773681641'),(89245,56,30,356,'48.54195511163831','7.898139953613281'),(89244,56,30,355,'48.53996616088658','7.902688980102539'),(89243,56,30,354,'48.53888641203575','7.90766716003418'),(89242,56,30,353,'48.537749809416624','7.918224334716797'),(89241,56,30,352,'48.53280529107025','7.923030853271484'),(89240,56,30,351,'48.52524549628992','7.927494049072266'),(89239,56,30,350,'48.51973125003871','7.925090789794922'),(89238,56,30,349,'48.51495554144512','7.925605773925781'),(89237,56,30,348,'48.510520551773496','7.923803329467773'),(89236,56,30,347,'48.506596968085894','7.9286956787109375'),(89235,56,30,346,'48.50045509678883','7.928781509399414'),(89234,56,30,345,'48.49175283840286','7.933845520019531'),(89233,56,30,344,'48.48504027244122','7.939424514770508'),(89232,56,30,343,'48.480204398955145','7.94036865234375'),(89229,56,30,340,'48.47462834906276','7.945003509521484'),(89231,56,30,342,'48.47690436182022','7.94337272644043'),(89230,56,30,341,'48.47514046083551','7.945003509521484'),(89228,56,30,339,'48.473205789238854','7.946033477783203'),(89227,56,30,338,'48.47166937982983','7.946805953979492'),(89226,56,30,337,'48.46757206062809','7.94835090637207'),(89225,56,30,336,'48.467856607373235','7.942514419555664'),(89224,56,30,335,'48.467173692504566','7.935218811035156'),(89223,56,30,334,'48.467002962351486','7.929039001464844'),(89222,56,30,333,'48.470417456284416','7.91865348815918'),(89221,56,30,332,'48.47138485446354','7.903289794921875'),(89220,56,30,331,'48.47303507937968','7.900371551513672'),(89219,56,30,330,'48.47764404398189','7.887668609619141'),(89218,56,30,329,'48.48413002559846','7.867069244384766'),(89217,56,30,328,'48.488510438664264','7.855997085571289'),(89216,56,30,327,'48.49419872206354','7.8408050537109375'),(89215,56,30,326,'48.494938152036106','7.817974090576172'),(89214,56,30,325,'48.49556381512835','7.806730270385742'),(89213,56,30,324,'48.49362992243873','7.790422439575195'),(89212,56,30,323,'48.49442624012677','7.780895233154297'),(89211,56,30,322,'48.49129777726245','7.771196365356445'),(89210,56,30,321,'48.49510878819061','7.758493423461914'),(89209,56,30,320,'48.50091007574165','7.731800079345703'),(89208,56,30,319,'48.49715637724998','7.730770111083984'),(89207,56,30,318,'48.48623494663086','7.729310989379883'),(89206,56,30,317,'48.472921272487824','7.730512619018555'),(89205,56,30,316,'48.4699052968406','7.724161148071289'),(89204,56,30,315,'48.46575092367893','7.721843719482422'),(89203,56,30,314,'48.459319510990575','7.71815299987793'),(89202,56,30,313,'48.456928866682375','7.719268798828125'),(89201,56,30,312,'48.45385501571936','7.717037200927734'),(89200,56,30,311,'48.444632346195526','7.711973190307617'),(89199,56,30,310,'48.44081754263289','7.707681655883789'),(89198,56,30,309,'48.43614828866226','7.706136703491211'),(89197,56,30,308,'48.43102300370147','7.702188491821289'),(89196,56,30,307,'48.424928936644356','7.699699401855469'),(89195,56,30,306,'48.420144297195684','7.700128555297852'),(89194,56,30,305,'48.41182706642974','7.705450057983398'),(89193,56,30,304,'48.40892141173237','7.699871063232422'),(89192,56,30,303,'48.40493298788967','7.699012756347656'),(89191,56,30,302,'48.394789586857854','7.698841094970703'),(89190,56,30,301,'48.38510018070526','7.697639465332031'),(89189,56,30,300,'48.3805968287748','7.69566535949707'),(89188,56,30,299,'48.376663195419056','7.689657211303711'),(89187,56,30,298,'48.370676648415504','7.685794830322266'),(89186,56,30,297,'48.36360591502072','7.690258026123047'),(89185,56,30,296,'48.359100661638166','7.688798904418945'),(89184,56,30,295,'48.35989909002194','7.682533264160156'),(89183,56,30,294,'48.35932878531048','7.673349380493164'),(89182,56,30,293,'48.361781050270615','7.6650238037109375'),(89181,56,30,292,'48.367825664353035','7.642107009887695'),(89180,56,30,291,'48.36862395597929','7.637042999267578'),(89179,56,30,290,'48.371531912510235','7.629404067993164'),(89178,56,30,289,'48.37740433798542','7.623910903930664'),(89177,56,30,288,'48.37734732740183','7.619447708129883'),(89176,56,30,287,'48.378829581826494','7.618589401245117'),(89175,56,30,286,'48.37968470897858','7.617130279541016'),(89174,56,30,285,'48.38088186285944','7.614898681640625'),(89173,56,30,284,'48.3812809078966','7.613353729248047'),(89172,56,30,283,'48.382307009342234','7.61378288269043'),(89171,56,30,282,'48.383846122727384','7.610006332397461'),(89170,56,30,281,'48.38658220938837','7.599878311157227'),(89169,56,30,280,'48.389717127861545','7.590522766113281'),(89168,56,30,279,'48.392167929613755','7.5881195068359375'),(89167,56,30,278,'48.39524551345917','7.583742141723633'),(89166,56,30,277,'48.398436885272275','7.578163146972656'),(89164,56,30,275,'48.409719058966466','7.552156448364258'),(89165,56,30,276,'48.40322356763371','7.565374374389648'),(89163,56,30,274,'48.413194375896325','7.544431686401367'),(89162,56,30,273,'48.414105895114254','7.542715072631836'),(89161,56,30,272,'48.415928884526885','7.536535263061523'),(89160,56,30,271,'48.41826449418743','7.528553009033203'),(89159,56,30,270,'48.42042910976937','7.529926300048828'),(89158,56,30,269,'48.42128353791579','7.526063919067383'),(89157,56,30,268,'48.421967070092386','7.51988410949707'),(89156,56,30,267,'48.42185314870125','7.51439094543457'),(89155,56,30,266,'48.420770882751356','7.506837844848633'),(89154,56,30,265,'48.41889110291375','7.497310638427734'),(89153,56,30,264,'48.41923288623635','7.490272521972656'),(89152,56,30,263,'48.41735304952526','7.483577728271484'),(89151,56,30,262,'48.415928884526885','7.473878860473633'),(89150,56,30,261,'48.41564404673984','7.466583251953125'),(89149,56,30,260,'48.41558707899093','7.461090087890625'),(89148,56,30,259,'48.41273861015942','7.456111907958984'),(89147,56,30,258,'48.410858533311796','7.452936172485352'),(89146,56,30,257,'48.40932023691333','7.450103759765625'),(89145,56,30,256,'48.40692723890953','7.450275421142578'),(89144,56,30,255,'48.40823770414505','7.448816299438477'),(89143,56,30,254,'48.40909233719293','7.449846267700195'),(89141,56,30,252,'48.41684035472173','7.452507019042969'),(89142,56,30,253,'48.41125734330039','7.452592849731445'),(89140,56,30,251,'48.42071392074728','7.451047897338867'),(89139,56,30,250,'48.42584024547547','7.450447082519531'),(89138,56,30,249,'48.42959922168248','7.452936172485352'),(89137,56,30,248,'48.430795201259194','7.450704574584961'),(89136,56,30,247,'48.4335287631643','7.4494171142578125'),(89135,56,30,246,'48.43842602713972','7.445468902587891'),(89134,56,30,245,'48.441899381702534','7.443323135375977'),(89132,56,30,243,'48.447592891786705','7.444009780883789'),(89133,56,30,244,'48.44326588233049','7.445812225341797'),(89131,56,30,242,'48.451236403294274','7.443838119506836'),(89130,56,30,241,'48.45453810979414','7.439975738525391'),(89129,56,30,240,'48.45601811542833','7.438516616821289'),(89128,56,30,239,'48.456644258670565','7.43499755859375'),(89127,56,30,238,'48.45801036257614','7.433538436889648'),(89126,56,30,237,'48.45983177726696','7.432680130004883'),(89125,56,30,236,'48.462449946391885','7.430791854858398'),(89124,56,30,235,'48.465067980474934','7.431049346923828'),(89123,56,30,234,'48.468596421443856','7.436456680297852'),(89122,56,30,233,'48.47161247488419','7.439975738525391'),(89121,56,30,232,'48.47514046083551','7.44023323059082'),(89120,56,30,231,'48.477473349055664','7.440404891967773'),(89119,56,30,230,'48.47741645061928','7.442636489868164'),(89118,56,30,229,'48.476050869001625','7.445812225341797'),(89117,56,30,228,'48.47838371535879','7.447957992553711'),(89116,56,30,227,'48.48321976241946','7.453365325927734'),(89115,56,30,226,'48.486064280612446','7.455081939697266'),(89114,56,30,225,'48.48839666648745','7.456798553466797'),(89113,56,30,224,'48.49175283840286','7.460489273071289'),(89112,56,30,223,'48.49453999877551','7.460660934448242'),(89111,56,30,222,'48.49579132706576','7.4652099609375'),(89110,56,30,221,'48.49681511814968','7.472248077392578'),(89109,56,30,220,'48.49863514013975','7.479028701782227'),(89108,56,30,219,'48.5025593402121','7.486753463745117'),(89107,56,30,218,'48.50449289228687','7.491559982299805'),(89106,56,30,217,'48.50329864824462','7.496709823608398'),(89103,56,30,214,'48.52319904196369','7.4974822998046875'),(89101,56,30,212,'48.53274845471885','7.497825622558594'),(89105,56,30,216,'48.50654010232093','7.497224807739258'),(89104,56,30,215,'48.51552410179016','7.497653961181641'),(89102,56,30,213,'48.52689396880796','7.498512268066406'),(89100,56,30,211,'48.53780664015368','7.498683929443359'),(89099,56,30,210,'48.53922738784519','7.5002288818359375'),(89098,56,30,209,'48.541216367625054','7.502202987670898'),(89097,56,30,208,'48.54468268844167','7.508211135864258'),(89096,56,30,207,'48.55098964682653','7.5194549560546875'),(89095,56,30,206,'48.5567277277709','7.52863883972168'),(89093,56,30,204,'48.56979221649702','7.52812385559082'),(89094,56,30,205,'48.56291958005941','7.530183792114258'),(89092,56,30,203,'48.570871305972354','7.5276947021484375'),(89091,56,30,202,'48.57268866777328','7.527008056640625'),(89090,56,30,201,'48.5743355954839','7.527952194213867'),(89089,56,30,200,'48.57723178650153','7.530097961425781'),(89088,56,30,199,'48.58029816085819','7.534046173095703'),(89087,56,30,198,'48.583988920332295','7.536792755126953'),(89086,56,30,197,'48.58989357494173','7.538595199584961'),(89085,56,30,196,'48.59483251567206','7.539796829223633'),(89084,56,30,195,'48.59670578069282','7.54185676574707'),(89083,56,30,194,'48.59999801755946','7.549495697021484'),(89082,56,30,193,'48.60158729649512','7.552499771118164'),(89081,56,30,192,'48.60635483327761','7.554559707641602'),(89080,56,30,191,'48.60998694019372','7.559537887573242'),(89079,56,30,190,'48.61259735567946','7.562713623046875'),(89078,56,30,189,'48.61254060895174','7.5592803955078125'),(89076,56,30,187,'48.61185964324436','7.547693252563477'),(89077,56,30,188,'48.61100842319506','7.554216384887695'),(89075,56,30,186,'48.61401600314481','7.531728744506836'),(89074,56,30,185,'48.616512725869704','7.516193389892578'),(89072,56,30,183,'48.6200306255936','7.498769760131836'),(89073,56,30,184,'48.618385186884865','7.502374649047852'),(89071,56,30,182,'48.62127885366336','7.487525939941406'),(89070,56,30,181,'48.62184621985462','7.477312088012695'),(89069,56,30,180,'48.62422908821549','7.472591400146484'),(89068,56,30,179,'48.62893775914657','7.472248077392578'),(89067,56,30,178,'48.631660645446246','7.467441558837891'),(89066,56,30,177,'48.63551781618578','7.4590301513671875'),(89065,56,30,176,'48.64050901118123','7.452850341796875'),(89064,56,30,175,'48.64226715543028','7.448387145996094'),(89063,56,30,174,'48.64606680622684','7.439289093017578'),(89062,56,30,173,'48.64963935106797','7.433795928955078'),(89061,56,30,172,'48.65241782207755','7.427358627319336'),(89060,56,30,171,'48.65553633165469','7.418603897094727'),(89059,56,30,170,'48.65684037846165','7.415428161621094'),(89058,56,30,169,'48.66143262255135','7.403154373168945'),(89057,56,30,168,'48.663756932307564','7.3972320556640625'),(89056,56,30,167,'48.667498278962256','7.392082214355469'),(89055,56,30,166,'48.66965226164764','7.388820648193359'),(89054,56,30,165,'48.672146231836294','7.386074066162109'),(89053,56,30,164,'48.675093492002865','7.3848724365234375'),(89052,56,30,163,'48.68246088814212','7.383584976196289'),(89051,56,30,162,'48.685180885109744','7.385129928588867'),(89050,56,30,161,'48.68829736770964','7.386503219604492'),(89049,56,30,160,'48.69181026230544','7.385387420654297'),(89048,56,30,159,'48.69481302629448','7.381696701049805'),(89047,56,30,158,'48.69690918934312','7.376890182495117'),(89046,56,30,157,'48.69996829769004','7.375774383544922'),(89045,56,30,156,'48.704783184209155','7.374658584594727'),(89044,56,30,155,'48.709031230981026','7.37431526184082'),(89043,56,30,154,'48.71526105092209','7.373199462890625'),(89042,56,30,153,'48.71746962004236','7.373971939086914'),(89041,56,30,152,'48.718545554488635','7.373113632202148'),(89040,56,30,151,'48.72001784854386','7.373027801513672'),(89039,56,30,150,'48.728114695566745','7.373800277709961'),(89038,56,30,149,'48.73117190712966','7.374143600463867'),(89037,56,30,148,'48.73496485568321','7.371053695678711'),(89036,56,30,147,'48.73904054113017','7.367534637451172'),(89035,56,30,146,'48.73971978991208','7.368307113647461'),(89034,56,30,145,'48.739776393562906','7.369680404663086'),(89033,56,30,144,'48.741417871709785','7.378263473510742'),(89032,56,30,143,'48.74119146411796','7.383928298950195'),(89031,56,30,142,'48.74181408254147','7.391653060913086'),(89029,56,30,140,'48.74362529228349','7.406930923461914'),(89030,56,30,141,'48.742153689339844','7.399120330810547'),(89028,56,30,139,'48.74458747091111','7.414054870605469'),(89025,56,30,136,'48.750360155841626','7.454051971435547'),(89023,56,30,134,'48.74741730128696','7.467012405395508'),(89027,56,30,138,'48.74509685213873','7.422037124633789'),(89026,56,30,137,'48.74945468048924','7.449932098388672'),(89024,56,30,135,'48.750020604496626','7.455854415893555'),(89022,56,30,133,'48.746964539135035','7.4713897705078125'),(89021,56,30,132,'48.748718969750705','7.478857040405273'),(89020,56,30,131,'48.75024697231493','7.481861114501953'),(89019,56,30,130,'48.74945468048924','7.488298416137695'),(89018,56,30,129,'48.748153031083405','7.501945495605469'),(89017,56,30,128,'48.747587086042216','7.508125305175781'),(89016,56,30,127,'48.748775563266854','7.509584426879883'),(89015,56,30,126,'48.750360155841626','7.525634765625'),(89014,56,30,125,'48.753812130933845','7.544002532958984'),(89013,56,30,124,'48.75579266530133','7.555761337280273'),(89012,56,30,123,'48.755679494012234','7.56159782409668'),(89011,56,30,122,'48.75726386885967','7.565460205078125'),(89010,56,30,121,'48.757603371254426','7.569580078125'),(89009,56,30,120,'48.75630193294737','7.572240829467773'),(89008,56,30,119,'48.75539656467406','7.573785781860352'),(89007,56,30,118,'48.75539656467406','7.579708099365234'),(89006,56,30,117,'48.75613217763898','7.583913803100586'),(89005,56,30,116,'48.754887287849925','7.586574554443359'),(89004,56,30,115,'48.754774114521254','7.590522766113281'),(89003,56,30,114,'48.754491180084116','7.594385147094727'),(89002,56,30,113,'48.75409506919521','7.60228157043457'),(89001,56,30,112,'48.75579266530133','7.605714797973633'),(89000,56,30,111,'48.75630193294737','7.606916427612305'),(88999,56,30,110,'48.75686777983244','7.61103630065918'),(88998,56,30,109,'48.75749020404443','7.618589401245117'),(88997,56,30,108,'48.75805603754489','7.62150764465332'),(88996,56,30,107,'48.75930084881078','7.631635665893555'),(88995,56,30,106,'48.76014956607818','7.634553909301758'),(88994,56,30,105,'48.759470593411514','7.637386322021484'),(88993,56,30,104,'48.75839553458581','7.639532089233398'),(88992,56,30,103,'48.757207284904105','7.636098861694336'),(95780,59,32,360,'49.49399862898744','5.992527008056641'),(95781,59,32,361,'49.49656303462125','5.987720489501953'),(95779,59,32,359,'49.490096014781614','5.995445251464844'),(95778,59,32,358,'49.487865809820754','6.002311706542969'),(95777,59,32,357,'49.48440879134032','6.005229949951172'),(95775,59,32,355,'49.48652763807543','6.017932891845703'),(95776,59,32,356,'49.484297270551025','6.008319854736328'),(95774,59,32,354,'49.4867506692397','6.031150817871094'),(95773,59,32,353,'49.48641612211228','6.042823791503906'),(95771,59,32,351,'49.48753127031349','6.062908172607422'),(95772,59,32,352,'49.48440879134032','6.051235198974609'),(95770,59,32,350,'49.48641612211228','6.065826416015625'),(95769,59,32,349,'49.48652763807543','6.072521209716797'),(95768,59,32,348,'49.48307052510406','6.081104278564453'),(95767,59,32,347,'49.48061694200378','6.085224151611328'),(95766,59,32,346,'49.47492861742011','6.084537506103516'),(95765,59,32,345,'49.4743709029765','6.082134246826172'),(95764,59,32,344,'49.46633911082605','6.079730987548828'),(95762,59,32,342,'49.44692350949936','6.079044342041016'),(95763,59,32,343,'49.45417736398767','6.079044342041016'),(95761,59,32,341,'49.43899884183161','6.08367919921875'),(95760,59,32,340,'49.43631979128977','6.102561950683594'),(95759,59,32,339,'49.431742741389534','6.116123199462891'),(95758,59,32,338,'49.428170112992','6.119899749755859'),(95755,59,32,335,'49.40706396985719','6.149082183837891'),(95756,59,32,336,'49.42035408127254','6.1351776123046875'),(95757,59,32,337,'49.4225873602393','6.129341125488281'),(95754,59,32,334,'49.40762245032132','6.152172088623047'),(95753,59,32,333,'49.40594698987017','6.155261993408203'),(95752,59,32,332,'49.398797716194615','6.161441802978516'),(95751,59,32,331,'49.38505478321443','6.1688232421875'),(95750,59,32,330,'49.37320819542485','6.168994903564453'),(95749,59,32,329,'49.365495202836854','6.1688232421875'),(95748,59,32,328,'49.3571101427018','6.169166564941406'),(95747,59,32,327,'49.35308480597919','6.175174713134766'),(95746,59,32,326,'49.3535320818831','6.180324554443359'),(95745,59,32,325,'49.34637517936921','6.198520660400391'),(95744,59,32,324,'49.34145420491495','6.206932067871094'),(95743,59,32,323,'49.33731573183261','6.216716766357422'),(95742,59,32,322,'49.32556952115311','6.239891052246094'),(95741,59,32,321,'49.32333182991096','6.25396728515625'),(95740,59,32,320,'49.323667490080126','6.262035369873047'),(95737,59,32,317,'49.31549910972832','6.304779052734375'),(95739,59,32,319,'49.32154160369879','6.264438629150391'),(95738,59,32,318,'49.31852044938307','6.287784576416016'),(95736,59,32,316,'49.31337287071983','6.309242248535156'),(95733,59,32,313,'49.306769754041234','6.331901550292969'),(95735,59,32,315,'49.310015464362806','6.323146820068359'),(95734,59,32,314,'49.30923203662109','6.327610015869141'),(95732,59,32,312,'49.306769754041234','6.3356781005859375'),(95731,59,32,311,'49.30497892578118','6.338253021240234'),(95730,59,32,310,'49.29938216794409','6.336879730224609'),(95729,59,32,309,'49.29602380812735','6.3439178466796875'),(95726,59,32,306,'49.298598571121836','6.355075836181641'),(95728,59,32,308,'49.295576009528354','6.344089508056641'),(95727,59,32,307,'49.29792690678647','6.348552703857422'),(95725,59,32,305,'49.29725523329758','6.363315582275391'),(95724,59,32,304,'49.29938216794409','6.366062164306641'),(95723,59,32,303,'49.29927022630369','6.371212005615234'),(95722,59,32,302,'49.301397073992206','6.377391815185547'),(95721,59,32,301,'49.30352382989274','6.379966735839844'),(95720,59,32,300,'49.30688167864632','6.392841339111328'),(95719,59,32,299,'49.308000910713375','6.398677825927734'),(95718,59,32,298,'49.30587434804734','6.411724090576172'),(95717,59,32,297,'49.30408348724266','6.4208221435546875'),(95716,59,32,296,'49.3010612620384','6.423912048339844'),(95715,59,32,295,'49.30050157036351','6.439533233642578'),(95714,59,32,294,'49.29994187233209','6.444511413574219'),(95713,59,32,293,'49.29893439985696','6.4537811279296875'),(95712,59,32,292,'49.29658355065509','6.470947265625'),(95711,59,32,291,'49.29378477444933','6.477813720703125'),(95710,59,32,290,'49.291209759982735','6.480045318603516'),(95709,59,32,289,'49.28729100161876','6.483135223388672'),(95708,59,32,288,'49.28437972233384','6.488628387451172'),(95707,59,32,287,'49.278332669948995','6.492919921875'),(95706,59,32,286,'49.273516894208164','6.500988006591797'),(95705,59,32,285,'49.27015677221282','6.503734588623047'),(95704,59,32,284,'49.26332381833573','6.497554779052734'),(95703,59,32,283,'49.257498258029436','6.492576599121094'),(95701,59,32,281,'49.24147442128158','6.48468017578125'),(95702,59,32,282,'49.2483104003097','6.486911773681641'),(95700,59,32,280,'49.23351659811303','6.488456726074219'),(95699,59,32,279,'49.22544538352988','6.488628387451172'),(95698,59,32,278,'49.22353948766429','6.480560302734375'),(95697,59,32,277,'49.21905473682779','6.478843688964844'),(95696,59,32,276,'49.21311181507335','6.4743804931640625'),(95695,59,32,275,'49.2060466578296','6.471977233886719'),(95694,59,32,274,'49.20279410324042','6.474037170410156'),(95693,59,32,273,'49.193259521043615','6.482448577880859'),(95692,59,32,272,'49.187874474340326','6.483650207519531'),(95691,59,32,271,'49.1827132545471','6.484336853027344'),(95690,59,32,270,'49.17755149640637','6.4894866943359375'),(95689,59,32,269,'49.17710262243018','6.491546630859375'),(95688,59,32,268,'49.17238919990392','6.489830017089844'),(95687,59,32,267,'49.15970562061156','6.488456726074219'),(95686,59,32,266,'49.149376767244206','6.4839935302734375'),(95685,59,32,265,'49.14533445574185','6.475925445556641'),(95684,59,32,264,'49.139831890714404','6.467857360839844'),(95683,59,32,263,'49.136911914222146','6.462192535400391'),(95682,59,32,262,'49.13410408228901','6.4599609375'),(95681,59,32,261,'49.12961122037019','6.464939117431641'),(95680,59,32,260,'49.12657830839257','6.468029022216797'),(95679,59,32,259,'49.123432870384086','6.471805572509766'),(95678,59,32,258,'49.11568076076249','6.472148895263672'),(95677,59,32,257,'49.11039964449058','6.473522186279297'),(95676,59,32,256,'49.104668435490794','6.479701995849609'),(95675,59,32,255,'49.10095965337656','6.486568450927734'),(95673,59,32,253,'49.094665328241305','6.492404937744141'),(95674,59,32,254,'49.09623898435634','6.490345001220703'),(95672,59,32,252,'49.0950025444657','6.502361297607422'),(95671,59,32,251,'49.092866803022304','6.506481170654297'),(95669,59,32,249,'49.08668387560145','6.514720916748047'),(95670,59,32,250,'49.09061855486637','6.509914398193359'),(95668,59,32,248,'49.08184941420919','6.524505615234375'),(95667,59,32,247,'49.074428162506834','6.530342102050781'),(95666,59,32,246,'49.07307872488396','6.533603668212891'),(95665,59,32,245,'49.06531874718019','6.5416717529296875'),(95664,59,32,244,'49.05924487573086','6.550769805908203'),(95663,59,32,243,'49.05755755747481','6.560726165771484'),(95662,59,32,242,'49.05800751461047','6.5677642822265625'),(95661,59,32,241,'49.05384525568465','6.56982421875'),(95660,59,32,240,'49.05305776208767','6.573085784912109'),(95659,59,32,239,'49.04979515572098','6.577205657958984'),(95658,59,32,238,'49.04731993220512','6.583213806152344'),(95657,59,32,237,'49.04765746994036','6.592311859130859'),(95656,59,32,236,'49.04585724220807','6.598663330078125'),(95655,59,32,235,'49.04011858133582','6.6007232666015625'),(95654,59,32,234,'49.031002876495144','6.6007232666015625'),(95653,59,32,233,'49.02211064163856','6.593685150146484'),(95652,59,32,232,'49.007586993979956','6.594886779785156'),(95651,59,32,231,'48.989454636370375','6.600551605224609'),(95650,59,32,230,'48.975034138715074','6.6075897216796875'),(95649,59,32,229,'48.96511762609653','6.611881256103516'),(95648,59,32,228,'48.94595514118904','6.61102294921875'),(95646,59,32,226,'48.93140928443142','6.611194610595703'),(95647,59,32,227,'48.93501795431457','6.608448028564453'),(95645,59,32,225,'48.928477048080694','6.622180938720703'),(95644,59,32,224,'48.927800353698686','6.6268157958984375'),(95643,59,32,223,'48.92825148430565','6.639347076416016'),(95642,59,32,222,'48.93073262978856','6.644840240478516'),(95641,59,32,221,'48.934905187329065','6.653079986572266'),(95640,59,32,220,'48.93355196363413','6.655826568603516'),(95639,59,32,219,'48.93016874391427','6.653423309326172'),(95638,59,32,218,'48.92757478686677','6.655998229980469'),(95637,59,32,217,'48.92486790540432','6.658916473388672'),(95636,59,32,216,'48.92577021552866','6.662864685058594'),(95635,59,32,215,'48.926559723513435','6.664237976074219'),(95634,59,32,214,'48.929717630629554','6.677970886230469'),(95633,59,32,213,'48.93118373390274','6.689128875732422'),(95631,59,32,211,'48.93558178542102','6.704063415527344'),(95632,59,32,212,'48.93332642278536','6.69891357421875'),(95630,59,32,210,'48.93298810960175','6.706809997558594'),(95629,59,32,209,'48.92960485167153','6.7092132568359375'),(95628,59,32,208,'48.927687570410114','6.7147064208984375'),(95626,59,32,206,'48.922386468496704','6.723289489746094'),(95627,59,32,207,'48.92667250934945','6.719856262207031'),(95625,59,32,205,'48.92092010691461','6.728267669677734'),(95624,59,32,204,'48.91753603125787','6.736164093017578'),(95623,59,32,203,'48.90862353518001','6.742687225341797'),(95622,59,32,202,'48.90512579222393','6.745433807373047'),(95621,59,32,201,'48.90546429417794','6.750068664550781'),(95620,59,32,200,'48.90433594541436','6.752300262451172'),(95619,59,32,199,'48.904674452718496','6.759166717529297'),(95618,59,32,198,'48.90343324806011','6.762428283691406'),(95617,59,32,197,'48.90219201257454','6.769809722900391'),(95616,59,32,196,'48.89677535151481','6.777191162109375'),(95615,59,32,195,'48.89011656808634','6.782341003417969'),(95614,59,32,194,'48.88639177703194','6.786289215087891'),(95613,59,32,193,'48.885150118354666','6.7916107177734375'),(95612,59,32,192,'48.87634474515705','6.804656982421875'),(95611,59,32,191,'48.87521573904536','6.808261871337891'),(95610,59,32,190,'48.869005749964536','6.808433532714844'),(95609,59,32,189,'48.864827687257964','6.814785003662109'),(95608,59,32,188,'48.86110101269274','6.822166442871094'),(95607,59,32,187,'48.85613168160397','6.8218231201171875'),(95606,59,32,186,'48.840655832092246','6.834697723388672'),(95605,59,32,185,'48.83308560934761','6.840362548828125'),(95604,59,32,184,'48.828226505453266','6.843109130859375'),(95603,59,32,183,'48.82687039235583','6.854267120361328'),(95602,59,32,182,'48.820880453838114','6.861991882324219'),(95601,59,32,181,'48.817715668996435','6.872463226318359'),(95600,59,32,180,'48.81635927146621','6.882591247558594'),(95599,59,32,179,'48.813759406945884','6.8849945068359375'),(95597,59,32,177,'48.805619828930226','6.8932342529296875'),(95598,59,32,178,'48.80505453139158','6.890830993652344'),(95596,59,32,176,'48.806750404890984','6.896152496337891'),(95595,59,32,175,'48.802341014504485','6.895809173583984'),(95594,59,32,174,'48.79894891193302','6.8994140625'),(95593,59,32,173,'48.7946519193499','6.9049072265625'),(95592,59,32,172,'48.79035455868979','6.908168792724609'),(95591,59,32,171,'48.78786644480696','6.91314697265625'),(95590,59,32,170,'48.784247149826534','6.934604644775391'),(95589,59,32,169,'48.779043955976626','6.9412994384765625'),(95588,59,32,168,'48.77576340436894','6.950225830078125'),(95587,59,32,167,'48.76705193388751','6.96533203125'),(95586,59,32,166,'48.759244267149754','6.976318359375'),(95584,59,32,164,'48.75981008089207','6.981639862060547'),(95585,59,32,165,'48.75777312159138','6.980094909667969'),(95583,59,32,163,'48.76207327212602','6.987819671630859'),(95582,59,32,162,'48.759131103636456','7.000007629394531'),(95581,59,32,161,'48.75437800586312','7.004985809326172'),(95580,59,32,160,'48.74973764328965','7.010822296142578'),(95579,59,32,159,'48.747926653831804','7.017345428466797'),(95578,59,32,158,'48.7395499785771','7.038631439208984'),(95577,59,32,157,'48.73411571295645','7.043609619140625'),(95576,59,32,156,'48.734908246614296','7.045497894287109'),(95572,59,32,152,'48.74034242656551','7.073993682861328'),(95575,59,32,155,'48.736040415881504','7.050991058349609'),(95574,59,32,154,'48.73581398406782','7.055797576904297'),(95573,59,32,153,'48.737965045120255','7.063007354736328'),(95571,59,32,151,'48.73853109852016','7.077426910400391'),(95570,59,32,150,'48.73377605184995','7.0827484130859375'),(95569,59,32,149,'48.728114695566745','7.083606719970703'),(95567,59,32,147,'48.720527478753574','7.095966339111328'),(95568,59,32,148,'48.72517053838112','7.090644836425781'),(95566,59,32,146,'48.71690332951143','7.100429534912109'),(95565,59,32,145,'48.71384525048727','7.106609344482422'),(95564,59,32,144,'48.70693557272379','7.11090087890625'),(95563,59,32,143,'48.704216750878636','7.116565704345703'),(95562,59,32,142,'48.70104460641413','7.122402191162109'),(95561,59,32,141,'48.69594609824006','7.126865386962891'),(95560,59,32,140,'48.693679928847146','7.13287353515625'),(95559,59,32,139,'48.691866919887374','7.136650085449219'),(95558,59,32,138,'48.692660119340424','7.139739990234375'),(95556,59,32,136,'48.691866919887374','7.155017852783203'),(95557,59,32,137,'48.692660119340424','7.147979736328125'),(95555,59,32,135,'48.69073375613481','7.157421112060547'),(95554,59,32,134,'48.69243349220035','7.162570953369141'),(95553,59,32,133,'48.69073375613481','7.168407440185547'),(95552,59,32,132,'48.689600566879974','7.171840667724609'),(95551,59,32,131,'48.68574753265502','7.1802520751953125'),(95550,59,32,130,'48.68529421512887','7.1857452392578125'),(95549,59,32,129,'48.686540828507226','7.196216583251953'),(95548,59,32,128,'48.68223421509733','7.196903228759766'),(95547,59,32,127,'48.677247150017735','7.19879150390625'),(95546,59,32,126,'48.676340357864774','7.2015380859375'),(95545,59,32,125,'48.67464007858369','7.206172943115234'),(95544,59,32,124,'48.672826384100354','7.210636138916016'),(95543,59,32,123,'48.67157943126918','7.214069366455078'),(95542,59,32,122,'48.67033244757764','7.219219207763672'),(95541,59,32,121,'48.66625119427188','7.217502593994141'),(95540,59,32,120,'48.66432382086645','7.2214508056640625'),(95539,59,32,119,'48.66080900901445','7.223682403564453'),(95538,59,32,118,'48.659788533857046','7.227458953857422'),(95537,59,32,117,'48.657860913302905','7.232952117919922'),(95536,59,32,116,'48.656953772242026','7.236213684082031'),(95535,59,32,115,'48.65400545105678','7.238445281982422'),(95534,59,32,114,'48.65434565076246','7.24273681640625'),(95533,59,32,113,'48.65287143545865','7.2475433349609375'),(95532,59,32,112,'48.64946923562415','7.249946594238281'),(95531,59,32,111,'48.649355825009444','7.253894805908203'),(95530,59,32,110,'48.64946923562415','7.2564697265625'),(95529,59,32,109,'48.6490155916349','7.25921630859375'),(95528,59,32,108,'48.644592348861806','7.258701324462891'),(95527,59,32,107,'48.643117848389004','7.253894805908203'),(95526,59,32,106,'48.641756732767966','7.255611419677734'),(95525,59,32,105,'48.64062244169179','7.257843017578125'),(95523,59,32,103,'48.642210442056225','7.2653961181640625'),(95524,59,32,104,'48.64255072134411','7.2612762451171875'),(95522,59,32,102,'48.64107616118319','7.270030975341797'),(95521,59,32,101,'48.641643304808184','7.2736358642578125'),(95520,59,32,100,'48.64493261207985','7.271919250488281'),(99154,60,33,220,'50.862094219847854','5.832710266113281'),(99153,60,33,219,'50.85797670812068','5.837860107421875'),(99152,60,33,218,'50.85385883279993','5.857429504394531'),(99151,60,33,217,'50.85125788209827','5.868072509765625'),(99150,60,33,216,'50.85104112965949','5.882148742675781'),(99149,60,33,215,'50.839985419652955','5.8893585205078125'),(99148,60,33,214,'50.82046895162472','5.902061462402344'),(99147,60,33,213,'50.81114153614715','5.917854309082031'),(99146,60,33,212,'50.805066868783165','5.961456298828125'),(99145,60,33,211,'50.81764923177739','5.9786224365234375'),(99144,60,33,210,'50.83434816702633','5.9827423095703125'),(99143,60,33,209,'50.84952383438533','6.007118225097656'),(99142,60,33,208,'50.84605554556735','6.0198211669921875'),(99141,60,33,207,'50.834131336018466','6.042823791503906'),(99140,60,33,206,'50.822420965626726','6.055183410644531'),(99139,60,33,205,'50.808321253106754','6.0596466064453125'),(99138,60,33,204,'50.795302355573796','6.0637664794921875'),(99137,60,33,203,'50.78879154651583','6.070289611816406'),(99136,60,33,202,'50.78054321977351','6.0761260986328125'),(99135,60,33,201,'50.77055645621864','6.071319580078125'),(99134,60,33,200,'50.76947080994699','6.0582733154296875'),(99133,60,33,199,'50.7699050714791','6.041450500488281'),(99132,60,33,198,'50.769687941216944','6.030464172363281'),(99131,60,33,197,'50.775550104554206','6.010551452636719'),(99130,60,33,196,'50.786838126951494','5.990638732910156'),(99129,60,33,195,'50.79595338660077','5.972442626953125'),(99128,60,33,194,'50.78987674433807','5.9607696533203125'),(99127,60,33,193,'50.78705517760055','5.9470367431640625'),(99126,60,33,192,'50.78271397315496','5.928497314453125'),(99125,60,33,191,'50.7844505033035','5.917167663574219'),(99124,60,33,190,'50.777938182693205','5.912189483642578'),(99123,60,33,189,'50.77392179954474','5.913734436035156'),(99122,60,33,188,'50.772184878384785','5.915794372558594'),(99121,60,33,187,'50.76491082046751','5.914249420166016'),(99120,60,33,186,'50.76447651257467','5.917167663574219'),(99119,60,33,185,'50.75720125606083','5.915966033935547'),(99118,60,33,184,'50.7504679214779','5.916652679443359'),(99117,60,33,183,'50.750902359391055','5.904636383056641'),(99116,60,33,182,'50.74590607996484','5.894508361816406'),(99115,60,33,181,'50.74796982523392','5.891590118408203'),(99114,60,33,180,'50.74970764542824','5.886783599853516'),(99113,60,33,179,'50.74753536010558','5.882320404052734'),(99112,60,33,178,'50.74992486841667','5.879573822021484'),(99111,60,33,177,'50.75340029914929','5.870819091796875'),(99110,60,33,176,'50.74862151536659','5.854682922363281'),(99109,60,33,175,'50.7422128350634','5.8563995361328125'),(99108,60,33,174,'50.73265249547775','5.865154266357422'),(99107,60,33,173,'50.726458961318414','5.868072509765625'),(99106,60,33,172,'50.71733015526964','5.862922668457031'),(99105,60,33,171,'50.71080849067365','5.8563995361328125'),(99104,60,33,170,'50.70167663576478','5.8591461181640625'),(99103,60,33,169,'50.69123805220047','5.8550262451171875'),(99102,60,33,168,'50.680144511496536','5.850563049316406'),(99101,60,33,167,'50.67340009717013','5.8454132080078125'),(99100,60,33,166,'50.66295522090177','5.8399200439453125'),(99099,60,33,165,'50.65707895682143','5.8330535888671875'),(99098,60,33,164,'50.64401795964478','5.833740234375'),(99097,60,33,163,'50.634219828688145','5.837860107421875'),(99096,60,33,162,'50.63030000433211','5.847129821777344'),(99095,60,33,161,'50.62267718795819','5.8536529541015625'),(99094,60,33,160,'50.61113171332364','5.85296630859375'),(99093,60,33,159,'50.60481317852304','5.8563995361328125'),(99092,60,33,158,'50.59805794433924','5.851936340332031'),(99091,60,33,157,'50.58999397610104','5.855369567871094'),(99090,60,33,156,'50.590647862826366','5.865669250488281'),(99089,60,33,155,'50.58563449917187','5.877685546875'),(99088,60,33,154,'50.57647828372604','5.891761779785156'),(99087,60,33,153,'50.5692828655824','5.8866119384765625'),(99086,60,33,152,'50.57037315109798','5.897941589355469'),(99085,60,33,151,'50.56492147120869','5.903778076171875'),(99084,60,33,150,'50.55685182733484','5.8948516845703125'),(99083,60,33,149,'50.55270741920067','5.9003448486328125'),(99082,60,33,148,'50.540490201861935','5.8879852294921875'),(99081,60,33,147,'50.539399224949975','5.9044647216796875'),(99080,60,33,146,'50.535689714682','5.9072113037109375'),(99079,60,33,145,'50.52674204846692','5.904808044433594'),(99078,60,33,144,'50.5230315428307','5.909614562988281'),(99077,60,33,143,'50.51866586854534','5.915107727050781'),(99076,60,33,142,'50.50993330845742','5.893821716308594'),(99075,60,33,141,'50.5018542521352','5.887298583984375'),(99074,60,33,140,'50.493118582247355','5.874595642089844'),(99073,60,33,139,'50.4909344123384','5.868415832519531'),(99072,60,33,138,'50.48503664919602','5.8866119384765625'),(99071,60,33,137,'50.48634732684517','5.892791748046875'),(99070,60,33,136,'50.466027737901314','5.9278106689453125'),(99069,60,33,135,'50.463186669426605','5.950813293457031'),(99068,60,33,134,'50.45575537567455','5.95184326171875'),(99067,60,33,133,'50.45378807306885','5.955619812011719'),(99066,60,33,132,'50.44985322241888','5.959739685058594'),(99065,60,33,131,'50.44919738216061','5.9648895263671875'),(99064,60,33,130,'50.44919738216061','5.9717559814453125'),(99063,60,33,129,'50.44045197671475','5.974845886230469'),(99062,60,33,128,'50.42995535679469','5.9799957275390625'),(99061,60,33,127,'50.42908053341026','5.990638732910156'),(99060,60,33,126,'50.42448744546264','6.000938415527344'),(99059,60,33,125,'50.41726883571082','5.99029541015625'),(99058,60,33,124,'50.40851753069726','5.969352722167969'),(99057,60,33,123,'50.403484798331135','5.949440002441406'),(99056,60,33,122,'50.396262987870436','5.9333038330078125'),(99055,60,33,121,'50.38860228952652','5.92437744140625'),(99054,60,33,120,'50.38488093227791','5.917167663574219'),(99053,60,33,119,'50.384662019815956','5.9017181396484375'),(99052,60,33,118,'50.37875100137005','5.895881652832031'),(99051,60,33,117,'50.378094176069084','5.886955261230469'),(99050,60,33,116,'50.37699944702326','5.8756256103515625'),(99049,60,33,115,'50.36824070514717','5.871162414550781'),(99048,60,33,114,'50.36298468388075','5.874595642089844'),(99047,60,33,113,'50.3614515680242','5.878715515136719'),(99046,60,33,112,'50.36342270788683','5.8866119384765625'),(99045,60,33,111,'50.35597574998605','5.8879852294921875'),(99044,60,33,110,'50.34699404092974','5.891075134277344'),(99043,60,33,109,'50.34370762530209','5.898628234863281'),(99042,60,33,108,'50.34020186462779','5.9030914306640625'),(99041,60,33,107,'50.329244694681954','5.902748107910156'),(99040,60,33,106,'50.325737866569895','5.9085845947265625'),(99039,60,33,105,'50.31126946507119','5.906524658203125'),(99038,60,33,104,'50.30249859362478','5.912017822265625'),(99037,60,33,103,'50.29877048341423','5.901374816894531'),(99036,60,33,102,'50.29306810260784','5.9085845947265625'),(99035,60,33,101,'50.285390741391666','5.915107727050781'),(99034,60,33,100,'50.27244609994064','5.908241271972656'),(99033,60,33,99,'50.25993691672909','5.9044647216796875'),(99032,60,33,98,'50.252254211102304','5.9113311767578125'),(99031,60,33,97,'50.246765805698175','5.919914245605469'),(99030,60,33,96,'50.23842221881728','5.9236907958984375'),(99029,60,33,95,'50.23029679660417','5.921287536621094'),(99028,60,33,94,'50.22700231202957','5.9326171875'),(99027,60,33,93,'50.22326828770586','5.936393737792969'),(99026,60,33,92,'50.220632329818464','5.946006774902344'),(99025,60,33,91,'50.217556861508484','5.9525299072265625'),(99024,60,33,90,'50.2210716662488','5.956993103027344'),(99023,60,33,89,'50.21975364481886','5.976905822753906'),(99022,60,33,88,'50.21448119492458','5.986518859863281'),(99021,60,33,87,'50.207670084734175','5.99578857421875'),(99020,60,33,86,'50.1962428134763','6.00677490234375'),(99019,60,33,85,'50.18964891255403','6.016387939453125'),(99018,60,33,84,'50.181075479995734','6.024284362792969'),(99017,60,33,83,'50.16216452329752','6.025657653808594'),(99016,60,33,82,'50.15688571126106','6.051063537597656'),(99015,60,33,81,'50.148526400066714','6.058616638183594'),(99014,60,33,80,'50.13840527860073','6.081275939941406'),(99013,60,33,79,'50.13092307322573','6.08367919921875'),(99012,60,33,78,'50.12013783664859','6.084022521972656'),(99011,60,33,77,'50.11199227205053','6.088142395019531'),(99010,60,33,76,'50.10318469735349','6.084709167480469'),(99009,60,33,75,'50.092393210938795','6.08642578125'),(99008,60,33,74,'50.078955514883766','6.0774993896484375'),(99007,60,33,73,'50.07014186570084','6.0699462890625'),(99006,60,33,72,'50.05471408127137','6.065826416015625'),(99005,60,33,71,'50.04876203838836','6.071319580078125'),(99004,60,33,70,'50.03950183762877','6.079216003417969'),(99003,60,33,69,'50.028254906412116','6.087799072265625'),(99002,60,33,68,'50.01612291059477','6.093292236328125'),(99001,60,33,67,'50.00464984215712','6.0829925537109375'),(99000,60,33,66,'49.991849726784764','6.088829040527344'),(98999,60,33,65,'49.966680947252286','6.089515686035156'),(98998,60,33,64,'49.94812710514448','6.082305908203125'),(98997,60,33,63,'49.93663781035404','6.0843658447265625'),(98996,60,33,62,'49.927355994928085','6.0898590087890625'),(98995,60,33,61,'49.917630270866894','6.101875305175781'),(98994,60,33,60,'49.90657592998286','6.1138916015625'),(98993,60,33,59,'49.89949982203125','6.132087707519531'),(98992,60,33,58,'49.88534449228095','6.139640808105469'),(98991,60,33,57,'49.88423843228653','6.145477294921875'),(98990,60,33,56,'49.87981393888208','6.15234375'),(98989,60,33,55,'49.87317643847622','6.1585235595703125'),(98988,60,33,54,'49.8652102336295','6.155433654785156'),(98987,60,33,53,'49.860120025995734','6.1475372314453125'),(98986,60,33,52,'49.85392252759648','6.131744384765625'),(98985,60,33,51,'49.85015937290212','6.121788024902344'),(98984,60,33,50,'49.85082348031653','6.1104583740234375'),(98983,60,33,49,'49.84617453678584','6.097755432128906'),(98982,60,33,48,'49.83399661315161','6.096382141113281'),(98981,60,33,47,'49.822037122094414','6.096038818359375'),(98980,60,33,46,'49.80985311928249','6.095008850097656'),(101367,61,34,191,'49.83942170343318','3.3003616333007812'),(101366,61,34,190,'49.84097161743658','3.305339813232422'),(101365,61,34,189,'49.84097161743658','3.324565887451172'),(101364,61,34,188,'49.846395925188446','3.361988067626953'),(101363,61,34,187,'49.84539966939209','3.3916854858398437'),(101362,61,34,186,'49.83897886173504','3.4733963012695312'),(101361,61,34,185,'49.8520409868763','3.481292724609375'),(101360,61,34,184,'49.868087070275315','3.4986305236816406'),(101359,61,34,183,'49.87317643847622','3.5175132751464843'),(101358,61,34,182,'49.878044027983385','3.522319793701172'),(101357,61,34,181,'49.896514277687444','3.5477256774902343'),(101356,61,34,180,'49.917077614000476','3.5630035400390625'),(101355,61,34,179,'49.9276875191187','3.569183349609375'),(101354,61,34,178,'49.928240054369226','3.5781097412109375'),(101353,61,34,177,'49.937079756975294','3.5832595825195312'),(101352,61,34,176,'49.94028374875478','3.5870361328125'),(101351,61,34,175,'49.9550856337714','3.599395751953125'),(101350,61,34,174,'49.959282355397505','3.614673614501953'),(101349,61,34,173,'49.966239272192034','3.615875244140625'),(101348,61,34,172,'49.972311949023265','3.6249732971191406'),(101347,61,34,171,'49.98147471984122','3.6368179321289062'),(101346,61,34,170,'49.99085647193014','3.6479759216308593'),(101345,61,34,169,'49.99196008716896','3.6550140380859375'),(101344,61,34,168,'49.99670534410904','3.657073974609375'),(101343,61,34,167,'49.99714673955337','3.6704635620117187'),(101342,61,34,166,'49.99913296890934','3.6783599853515625'),(101341,61,34,165,'50.00641510788486','3.687286376953125'),(101340,61,34,164,'50.00641510788486','3.6920928955078125'),(101339,61,34,163,'50.01193114544658','3.6968994140625'),(101338,61,34,162,'50.01215177378104','3.701019287109375'),(101337,61,34,161,'50.009945444855234','3.7116622924804687'),(101336,61,34,160,'50.014799234787844','3.731231689453125'),(101335,61,34,159,'50.010386718743746','3.7480545043945312'),(101334,61,34,158,'50.012593027411235','3.7580108642578125'),(101332,61,34,156,'50.01568168937735','3.78204345703125'),(101333,61,34,157,'50.01126925436572','3.7676239013671875'),(101331,61,34,155,'50.016784734824256','3.7913131713867187'),(101330,61,34,154,'50.019431940583104','3.80401611328125'),(101329,61,34,153,'50.026269880390814','3.8239288330078125'),(101328,61,34,152,'50.025167052708014','3.8428115844726562'),(101327,61,34,151,'50.02450534394439','3.8462448120117187'),(101325,61,34,149,'50.024946484132975','3.8541412353515625'),(101326,61,34,150,'50.025387620270244','3.8496780395507812'),(101324,61,34,148,'50.03090148015986','3.8671875'),(101323,61,34,147,'50.0322247123427','3.8788604736328125'),(101322,61,34,146,'50.036194190130736','3.8826370239257812'),(101321,61,34,145,'50.04060433615754','3.89190673828125'),(101320,61,34,144,'50.04677786004091','3.9011764526367187'),(101319,61,34,143,'50.05030523150393','3.9039230346679687'),(101318,61,34,142,'50.05295058997193','3.9104461669921875'),(101317,61,34,141,'50.05559580261758','3.9190292358398437'),(101316,61,34,140,'50.05515494396976','3.9245223999023437'),(101315,61,34,139,'50.05802045277722','3.93035888671875'),(101314,61,34,138,'50.06176739838384','3.9313888549804687'),(101313,61,34,137,'50.06308977990469','3.9389419555664062'),(101312,61,34,136,'50.06617519502434','3.94134521484375'),(101311,61,34,135,'50.077192914648904','3.9516448974609375'),(101310,61,34,134,'50.0831414307389','3.9588546752929687'),(101309,61,34,133,'50.08512410541493','3.9681243896484375'),(101308,61,34,132,'50.08644584297188','3.9732742309570312'),(88991,56,30,102,'48.754264831387154','7.635412216186523'),(88990,56,30,101,'48.752397415725575','7.634210586547852'),(88989,56,30,100,'48.75092606965088','7.63524055480957'),(88988,56,30,99,'48.749284902044096','7.633781433105469'),(88987,56,30,98,'48.74832281335284','7.632150650024414'),(88986,56,30,97,'48.74775687022383','7.630777359008789'),(88985,56,30,96,'48.74639858070863','7.631807327270508'),(88984,56,30,95,'48.74515344973419','7.633266448974609'),(88983,56,30,94,'48.742832896052654','7.635369300842285'),(88982,56,30,93,'48.74020091891245','7.635841369628906'),(88980,56,30,91,'48.736125327548706','7.636785507202148'),(88981,56,30,92,'48.73773862197552','7.635669708251953'),(88979,56,30,90,'48.734228932815334','7.638287544250488'),(88978,56,30,89,'48.7327287489924','7.638974189758301'),(88977,56,30,88,'48.73043592874124','7.637300491333008'),(88976,56,30,87,'48.7290771711064','7.637386322021484'),(88974,56,30,85,'48.7259915226194','7.636399269104004'),(88975,56,30,86,'48.72766175952657','7.636699676513672'),(88973,56,30,84,'48.72440616169756','7.635068893432617'),(88972,56,30,83,'48.72231114382496','7.633953094482422'),(88971,56,30,82,'48.72058410401367','7.633094787597656'),(88970,56,30,81,'48.71863049570163','7.632236480712891'),(88969,56,30,80,'48.716676811514105','7.630863189697266'),(88968,56,30,79,'48.71523273530386','7.630133628845215'),(88967,56,30,78,'48.71376030119416','7.6296186447143555'),(88966,56,30,77,'48.71081530369159','7.630777359008789'),(88965,56,30,76,'48.70917282636422','7.631120681762695'),(88964,56,30,75,'48.70809669145895','7.63124942779541'),(88963,56,30,74,'48.70738869541775','7.632236480712891'),(88962,56,30,73,'48.70571778526682','7.6320648193359375'),(88961,56,30,72,'48.70537793234491','7.633953094482422'),(88960,56,30,71,'48.70433003805475','7.635841369628906'),(88958,56,30,69,'48.699005265112724','7.635455131530762'),(88959,56,30,70,'48.700279863108584','7.634725570678711'),(88957,56,30,68,'48.69741905364435','7.635326385498047'),(88956,56,30,67,'48.692660119340424','7.635669708251953'),(88955,56,30,66,'48.69254680589789','7.634124755859375'),(88954,56,30,65,'48.688807319227706','7.632236480712891'),(88953,56,30,64,'48.68314090115569','7.6320648193359375'),(88952,56,30,63,'48.680647475220226','7.627601623535156'),(88951,56,30,62,'48.679400715963894','7.622795104980469'),(88950,56,30,61,'48.67798390662336','7.618417739868164'),(88949,56,30,60,'48.67798390662336','7.616100311279297'),(88948,56,30,59,'48.67526352098302','7.615242004394531'),(88947,56,30,58,'48.67174947210881','7.612581253051758'),(88946,56,30,57,'48.66885869979135','7.608633041381836'),(88945,56,30,56,'48.665797701278414','7.607259750366211'),(88944,56,30,55,'48.663530175098636','7.607946395874023'),(88942,56,30,53,'48.66018538776208','7.605628967285156'),(88943,56,30,54,'48.66273651683319','7.60554313659668'),(88941,56,30,52,'48.65735064846478','7.604341506958008'),(88940,56,30,51,'48.655082742249654','7.606058120727539'),(88939,56,30,50,'48.65037651135936','7.60502815246582'),(88938,56,30,49,'48.64606680622684','7.603569030761719'),(88937,56,30,48,'48.64260743433553','7.6018524169921875'),(88936,56,30,47,'48.64045229583029','7.607259750366211'),(88935,56,30,46,'48.63568797869143','7.609920501708984'),(88934,56,30,45,'48.63245479293965','7.615756988525391'),(88933,56,30,44,'48.631377018312264','7.618932723999023'),(88932,56,30,43,'48.62780317982263','7.620477676391602'),(88931,56,30,42,'48.62763299072383','7.616786956787109'),(88930,56,30,41,'48.62513681799959','7.613353729248047'),(88929,56,30,40,'48.62082495611853','7.608375549316406'),(88928,56,30,39,'48.619576716824234','7.604856491088867'),(88927,56,30,38,'48.61747733567233','7.598590850830078'),(88926,56,30,37,'48.61906606457986','7.5922393798828125'),(88925,56,30,36,'48.61673969454028','7.590694427490234'),(88924,56,30,35,'48.61560484098308','7.589149475097656'),(88923,56,30,34,'48.612710848943564','7.58906364440918'),(88922,56,30,33,'48.60754664715578','7.591037750244141'),(88921,56,30,32,'48.60556027506615','7.594385147094727'),(88920,56,30,31,'48.603176525426456','7.595844268798828'),(88919,56,30,30,'48.59999801755946','7.598848342895508'),(88917,56,30,28,'48.582682990096444','7.622623443603516'),(88918,56,30,29,'48.587111660162726','7.615756988525391'),(88916,56,30,27,'48.578310717206726','7.623739242553711'),(88915,56,30,26,'48.57734535923911','7.627429962158203'),(88914,56,30,25,'48.57212074922733','7.634725570678711'),(88913,56,30,24,'48.56184032090034','7.635841369628906'),(88907,56,30,18,'48.55718220141764','7.667684555053711'),(88912,56,30,23,'48.559000055176845','7.636957168579102'),(88911,56,30,22,'48.559454508409765','7.642450332641602'),(88910,56,30,21,'48.55712539243507','7.6444244384765625'),(88909,56,30,20,'48.55695496510461','7.656440734863281'),(88908,56,30,19,'48.55587557867888','7.663993835449219'),(88906,56,30,17,'48.55542109329411','7.670345306396484'),(88905,56,30,16,'48.554625734046475','7.676868438720703'),(88903,56,30,14,'48.559227282303674','7.688541412353516'),(88904,56,30,15,'48.55769347939001','7.683219909667969'),(88902,56,30,13,'48.56184032090034','7.695579528808594'),(88901,56,30,12,'48.56326039395683','7.702875137329102'),(88900,56,30,11,'48.56587322420905','7.707252502441406'),(88899,56,30,10,'48.56945144661532','7.710685729980469'),(88898,56,30,9,'48.57126885944789','7.71214485168457'),(88897,56,30,8,'48.57212074922733','7.713861465454102'),(88896,56,30,7,'48.5743355954839','7.724933624267578'),(88895,56,30,6,'48.574505964254165','7.729654312133789'),(88894,56,30,5,'48.575698529571355','7.731199264526367'),(88893,56,30,4,'48.57683427991073','7.732229232788086'),(88892,56,30,3,'48.57819714663795','7.734289169311523'),(88891,56,30,2,'48.58132024430966','7.736005783081055'),(88890,56,30,1,'48.58132024430966','7.738666534423828'),(88889,56,30,0,'48.583137230527384','7.739439010620117'),(89262,56,30,373,'48.57183678756225','7.785186767578125'),(89263,56,30,374,'48.5800142451206','7.780036926269531'),(89264,56,30,375,'48.58296689084418','7.7721405029296875'),(89265,56,30,376,'48.585465148662905','7.767333984375'),(95518,59,32,98,'48.64561313162894','7.279472351074219'),(95519,59,32,99,'48.64595338795999','7.277584075927734'),(95517,59,32,97,'48.64674731047151','7.283935546875'),(95516,59,32,96,'48.64878876810985','7.289257049560547'),(95515,59,32,95,'48.65173739435392','7.290458679199219'),(95513,59,32,93,'48.64890217999989','7.295951843261719'),(95514,59,32,94,'48.650830143105296','7.294578552246094'),(95512,59,32,92,'48.64810829141298','7.298870086669922'),(95511,59,32,91,'48.643458121555035','7.2983551025390625'),(95510,59,32,90,'48.64243729516987','7.293891906738281'),(95509,59,32,89,'48.63994185480226','7.296295166015625'),(95508,59,32,88,'48.641983587922255','7.296810150146484'),(95507,59,32,87,'48.64152987659335','7.300243377685547'),(95506,59,32,86,'48.641870160472635','7.305564880371094'),(95505,59,32,85,'48.64118959041837','7.310199737548828'),(95504,59,32,84,'48.6423238687406','7.31414794921875'),(95503,59,32,83,'48.63914782515828','7.316379547119141'),(95502,59,32,82,'48.63767316551603','7.311058044433594'),(95501,59,32,81,'48.63790003903611','7.305564880371094'),(95500,59,32,80,'48.636085022305906','7.304019927978516'),(95499,59,32,79,'48.635404374196504','7.309169769287109'),(95498,59,32,78,'48.63381615956248','7.311573028564453'),(95497,59,32,77,'48.62995885872764','7.306079864501953'),(95496,59,32,76,'48.62553394464629','7.304191589355469'),(95495,59,32,75,'48.62065474348692','7.3052215576171875'),(95494,59,32,74,'48.61588855676401','7.307453155517578'),(95493,59,32,73,'48.60510623618984','7.308311462402344'),(95491,59,32,71,'48.60170081450566','7.312259674072266'),(95492,59,32,72,'48.60397112114062','7.310371398925781'),(95490,59,32,70,'48.60170081450566','7.31689453125'),(95489,59,32,69,'48.598862787704625','7.312602996826172'),(95487,59,32,67,'48.58989357494173','7.315521240234375'),(95488,59,32,68,'48.59307271859202','7.318611145019531'),(95486,59,32,66,'48.58660067957588','7.310543060302734'),(95485,59,32,65,'48.584670261842874','7.306423187255859'),(95484,59,32,64,'48.585465148662905','7.299213409423828'),(95483,59,32,63,'48.58478381786833','7.294406890869141'),(95482,59,32,62,'48.58660067957588','7.287197113037109'),(95481,59,32,61,'48.58421603518974','7.283763885498047'),(95480,59,32,60,'48.580468509535315','7.28118896484375'),(95479,59,32,59,'48.577515717867044','7.276725769042969'),(95478,59,32,58,'48.57626640793043','7.27294921875'),(95477,59,32,57,'48.5725182928793','7.270717620849609'),(95476,59,32,56,'48.57285904209321','7.267284393310547'),(95475,59,32,55,'48.57183678756225','7.267971038818359'),(95474,59,32,54,'48.5685427157037','7.266082763671875'),(95473,59,32,53,'48.570019395142374','7.270545959472656'),(95472,59,32,52,'48.57013298408231','7.2791290283203125'),(95471,59,32,51,'48.56945144661532','7.283763885498047'),(95470,59,32,50,'48.56706599314278','7.289943695068359'),(95469,59,32,49,'48.56570282635063','7.295951843261719'),(95468,59,32,48,'48.56377161049702','7.304878234863281'),(95467,59,32,47,'48.56047701325633','7.309169769287109'),(95465,59,32,45,'48.551273725550324','7.322216033935547'),(95466,59,32,46,'48.55513703785531','7.315349578857422'),(95464,59,32,44,'48.54991013313082','7.3313140869140625'),(95463,59,32,43,'48.54752375797609','7.336292266845703'),(95462,59,32,42,'48.54400080802101','7.340412139892578'),(95461,59,32,41,'48.54127319447041','7.342987060546875'),(95460,59,32,40,'48.53729516122354','7.345390319824219'),(95459,59,32,39,'48.53149803884656','7.3477935791015625'),(95458,59,32,38,'48.52683712582126','7.3464202880859375'),(95457,59,32,37,'48.52524549628992','7.348480224609375'),(95456,59,32,36,'48.524790735807755','7.352428436279297'),(95455,59,32,35,'48.5246770450492','7.356719970703125'),(95454,59,32,34,'48.5234264298611','7.36083984375'),(95453,59,32,33,'48.52172099574749','7.364444732666016'),(95452,59,32,32,'48.52297165304546','7.367191314697266'),(95451,59,32,31,'48.52444966276642','7.371826171875'),(95450,59,32,30,'48.52695081173087','7.375431060791016'),(95449,59,32,29,'48.53070230357739','7.377490997314453'),(95448,59,32,28,'48.533657828685214','7.3793792724609375'),(95447,59,32,27,'48.53524919382565','7.381954193115234'),(95446,59,32,26,'48.53479452317522','7.385215759277344'),(95445,59,32,25,'48.53490819122062','7.389850616455078'),(95444,59,32,24,'48.53490819122062','7.396717071533203'),(95443,59,32,23,'48.539000070894104','7.4013519287109375'),(95442,59,32,22,'48.53990933257386','7.406673431396484'),(95440,59,32,20,'48.54172780693646','7.425727844238281'),(95441,59,32,21,'48.5422960667772','7.41302490234375'),(95439,59,32,19,'48.54252336892718','7.428646087646484'),(95438,59,32,18,'48.54252336892718','7.4343109130859375'),(95437,59,32,17,'48.53968201868509','7.438602447509766'),(95436,59,32,16,'48.53911372949725','7.4521636962890625'),(95435,59,32,15,'48.53809079288192','7.458858489990234'),(95434,59,32,14,'48.53229376161083','7.461605072021484'),(95433,59,32,13,'48.52854238766867','7.471218109130859'),(95432,59,32,12,'48.52524549628992','7.479286193847656'),(95431,59,32,11,'48.524563354035415','7.491302490234375'),(95429,59,32,9,'48.51978810100076','7.4974822998046875'),(95430,59,32,10,'48.52399489513839','7.497653961181641'),(95428,59,32,8,'48.51307924703668','7.496967315673828'),(95427,59,32,7,'48.503981076857265','7.4974822998046875'),(95426,59,32,6,'48.50432228771794','7.49267578125'),(95425,59,32,5,'48.502388729134715','7.486839294433594'),(95424,59,32,4,'48.49499503081809','7.480487823486328'),(95422,59,32,2,'48.48828289405541','7.4974822998046875'),(95423,59,32,3,'48.492606067033684','7.489414215087891'),(95421,59,32,1,'48.47531116361106','7.496967315673828'),(95420,59,32,0,'48.46267760689035','7.486152648925781'),(101306,61,34,130,'50.09173242872291','3.99078369140625'),(101307,61,34,131,'50.088868933829644','3.9825439453125'),(101305,61,34,129,'50.0895297555298','3.9952468872070312'),(101304,61,34,128,'50.089750027404996','4.003486633300781'),(98979,60,33,45,'49.80364917578557','6.099128723144531'),(98978,60,33,44,'49.79567150865551','6.099128723144531'),(98977,60,33,43,'49.784589234799675','6.094322204589844'),(98976,60,33,42,'49.7761650107656','6.085052490234375'),(98975,60,33,41,'49.761086427774686','6.093292236328125'),(98974,60,33,40,'49.75287993415022','6.086082458496094'),(98973,60,33,39,'49.74955258162795','6.073036193847656'),(98972,60,33,38,'49.74689053525972','6.045570373535156'),(98971,60,33,37,'49.73712844866304','6.0280609130859375'),(98970,60,33,36,'49.7315809334801','5.9978485107421875'),(98969,60,33,35,'49.724923078200234','5.983428955078125'),(98968,60,33,34,'49.724923078200234','5.9937286376953125'),(98967,60,33,33,'49.71404661736106','6.012611389160156'),(98966,60,33,32,'49.704277923352606','6.005744934082031'),(98965,60,33,31,'49.69917077869672','6.021881103515625'),(98964,60,33,30,'49.69361892562079','6.0294342041015625'),(98963,60,33,29,'49.686511628147116','6.032524108886719'),(98962,60,33,28,'49.68429038456354','6.03973388671875'),(98961,60,33,27,'49.67607090084366','6.04522705078125'),(98960,60,33,26,'49.6711829815602','6.060676574707031'),(98959,60,33,25,'49.6587387884743','6.073036193847656'),(98950,60,33,16,'49.617383444192654','6.096038818359375'),(98951,60,33,17,'49.614491703732085','6.112174987792969'),(98952,60,33,18,'49.61360190291648','6.118011474609375'),(98953,60,33,19,'49.618940464139946','6.109771728515625'),(98954,60,33,20,'49.625835240202164','6.105308532714844'),(98955,60,33,21,'49.62850392384226','6.095695495605469'),(98956,60,33,22,'49.633840852550286','6.085395812988281'),(98957,60,33,23,'49.65184866995918','6.083335876464844'),(101303,61,34,127,'50.093714748035616','4.008636474609375'),(101302,61,34,126,'50.09701843132571','4.011898040771484'),(101301,61,34,125,'50.10032188683107','4.015674591064453'),(101300,61,34,124,'50.10472613984792','4.021511077880859'),(101299,61,34,123,'50.10935016970876','4.025974273681641'),(101298,61,34,122,'50.11265277485955','4.032840728759766'),(101297,61,34,121,'50.11408383302508','4.043483734130859'),(101296,61,34,120,'50.11496446294622','4.057044982910156'),(101295,61,34,119,'50.113863673014144','4.0704345703125'),(101294,61,34,118,'50.114193912650954','4.072666168212891'),(101293,61,34,117,'50.11573500084128','4.079704284667969'),(101292,61,34,116,'50.11639545202466','4.082279205322266'),(101291,61,34,115,'50.11804654012573','4.0814208984375'),(101290,61,34,114,'50.119477437089586','4.077129364013672'),(101289,61,34,113,'50.12145860843637','4.075412750244141'),(101288,61,34,112,'50.12255922375678','4.0779876708984375'),(101286,61,34,110,'50.125310651347256','4.082794189453125'),(101287,61,34,111,'50.122669283897004','4.079532623291016'),(101285,61,34,109,'50.12740163054139','4.082622528076172'),(101284,61,34,108,'50.12938247393472','4.083824157714844'),(101283,61,34,107,'50.131033114134404','4.083309173583984'),(101282,61,34,106,'50.13301380722123','4.083824157714844'),(101281,61,34,105,'50.13730502766038','4.082622528076172'),(101280,61,34,104,'50.14170587960566','4.0793609619140625'),(101279,61,34,103,'50.14896640024682','4.081764221191406'),(101278,61,34,102,'50.15985511475537','4.082450866699219'),(101277,61,34,101,'50.16381403252021','4.0834808349609375'),(101276,61,34,100,'50.166673046997616','4.086055755615234'),(101275,61,34,99,'50.17019159927909','4.085369110107422'),(101274,61,34,98,'50.173160176270116','4.088802337646484'),(101273,61,34,97,'50.17436954365433','4.091377258300781'),(101272,61,34,96,'50.175578880429114','4.103565216064453'),(101271,61,34,95,'50.17920670709934','4.107856750488281'),(101270,61,34,94,'50.18316402201491','4.117298126220703'),(101269,61,34,93,'50.18734083210292','4.123477935791016'),(101267,61,34,91,'50.19272617963508','4.139614105224609'),(101268,61,34,92,'50.19008853427835','4.1363525390625'),(101266,61,34,90,'50.19844057810049','4.149055480957031'),(101264,61,34,88,'50.20052836078236','4.160728454589844'),(101265,61,34,89,'50.199099887759026','4.1535186767578125'),(101263,61,34,87,'50.20019871695552','4.175834655761719'),(101262,61,34,86,'50.211075761353094','4.189910888671875'),(101261,61,34,85,'50.22546480800649','4.215831756591797'),(101260,61,34,84,'50.22634338780325','4.228019714355469'),(101259,61,34,83,'50.23029679660417','4.236946105957031'),(101257,61,34,81,'50.23732426970733','4.2427825927734375'),(101258,61,34,82,'50.23534789758655','4.2400360107421875'),(101256,61,34,80,'50.23798304220771','4.259605407714844'),(101255,61,34,79,'50.2250255120388','4.2798614501953125'),(101254,61,34,78,'50.22436656050062','4.289131164550781'),(101253,61,34,77,'50.228539766487216','4.302864074707031'),(101252,61,34,76,'50.22436656050062','4.3375396728515625'),(101251,61,34,75,'50.22875939879218','4.376678466796875'),(101250,61,34,74,'50.22414690796479','4.398651123046875'),(101249,61,34,73,'50.22480586253762','4.4062042236328125'),(101248,61,34,72,'50.22436656050062','4.4171905517578125'),(101247,61,34,71,'50.21557967003726','4.448089599609375'),(101246,61,34,70,'50.19382515553367','4.516754150390625'),(101245,61,34,69,'50.196462594491535','4.529457092285156'),(101244,61,34,68,'50.196462594491535','4.5366668701171875'),(101243,61,34,67,'50.19712193146678','4.54010009765625'),(101242,61,34,66,'50.19756148439161','4.544219970703125'),(101241,61,34,65,'50.19822080619086','4.548683166503906'),(101240,61,34,64,'50.20019871695552','4.555549621582031'),(101239,61,34,63,'50.208109540535915','4.589881896972656'),(101238,61,34,62,'50.23842221881728','4.7042083740234375'),(101237,61,34,61,'50.2360066973968','4.740943908691406'),(101236,61,34,60,'50.23798304220771','4.752616882324219'),(101235,61,34,59,'50.239520142640565','4.7673797607421875'),(101234,61,34,58,'50.24215505664802','4.827461242675781'),(101233,61,34,57,'50.24500938246365','4.8394775390625'),(101232,61,34,56,'50.24720490139267','4.8456573486328125'),(101231,61,34,55,'50.252693256227204','4.8731231689453125'),(101230,61,34,54,'50.25137610871599','4.878273010253906'),(101229,61,34,53,'50.25071752130677','4.8868560791015625'),(101228,61,34,52,'50.253790851340476','4.904022216796875'),(101227,61,34,51,'50.25861996946575','4.9115753173828125'),(101226,61,34,50,'50.2614733091877','4.9102020263671875'),(101225,61,34,49,'50.2671794758981','4.905738830566406'),(101224,61,34,48,'50.27178780378988','4.902305603027344'),(101223,61,34,47,'50.27639568572166','4.896812438964844'),(101222,61,34,46,'50.28231945008157','4.896125793457031'),(101221,61,34,45,'50.28714567601531','4.896812438964844'),(101220,61,34,44,'50.29350677155152','4.897499084472656'),(101219,61,34,43,'50.29986701674911','4.9005889892578125'),(101218,61,34,42,'50.305130024910035','4.8944091796875'),(101217,61,34,41,'50.30995393747716','4.8868560791015625'),(101216,61,34,40,'50.31696966407885','4.879302978515625'),(113536,63,36,212,'48.12336152211','-1.2100410461425781'),(108012,62,35,301,'49.18394750825511','-0.3579139709472656'),(108011,62,35,300,'49.18355479450541','-0.35645484924316406'),(108010,62,35,299,'49.18232053100236','-0.3536224365234375'),(108009,62,35,298,'49.181478970054584','-0.3511333465576172'),(108008,62,35,297,'49.18007633667251','-0.34890174865722656'),(108007,62,35,296,'49.1795713789234','-0.3376579284667969'),(108006,62,35,295,'49.1795713789234','-0.3330230712890625'),(108004,62,35,293,'49.181478970054584','-0.32332420349121093'),(108005,62,35,294,'49.18058128926962','-0.3279590606689453'),(108003,62,35,292,'49.18243273804745','-0.3198051452636719'),(108002,62,35,291,'49.18338648765862','-0.3190326690673828'),(108001,62,35,290,'49.18551833208798','-0.3149986267089844'),(108000,62,35,289,'49.195615294659824','-0.31139373779296875'),(107999,62,35,288,'49.197017487594735','-0.31139373779296875'),(107998,62,35,287,'49.202681942369786','-0.3099346160888672'),(107997,62,35,286,'49.20256978124473','-0.3053855895996094'),(107996,62,35,285,'49.20402785602776','-0.2992057800292969'),(107995,62,35,284,'49.20537373305363','-0.28461456298828125'),(107994,62,35,283,'49.2103083020779','-0.27500152587890625'),(107993,62,35,282,'49.2140089056539','-0.25852203369140625'),(107992,62,35,281,'49.218381989099505','-0.24805068969726562'),(107991,62,35,280,'49.22196987116623','-0.23860931396484375'),(107990,62,35,279,'49.22410005290269','-0.22745132446289062'),(107989,62,35,278,'49.22656646440612','-0.21800994873046875'),(107988,62,35,277,'49.23004165347732','-0.2094268798828125'),(107987,62,35,276,'49.2344133183401','-0.19741058349609375'),(107986,62,35,275,'49.24539682005315','-0.18281936645507812'),(107985,62,35,274,'49.25088765491324','-0.16925811767578125'),(107984,62,35,273,'49.25122380863836','-0.16170501708984375'),(107983,62,35,272,'49.25469726310145','-0.16050338745117187'),(107982,62,35,271,'49.26097127099154','-0.16050338745117187'),(107981,62,35,270,'49.270044764204655','-0.15707015991210937'),(107980,62,35,269,'49.2767647945853','-0.14642715454101562'),(107979,62,35,268,'49.283259953761124','-0.13544082641601562'),(107978,62,35,267,'49.28639524168547','-0.11432647705078125'),(107977,62,35,266,'49.28493959708459','-0.10265350341796875'),(107976,62,35,265,'49.279900495471594','-0.1023101806640625'),(107975,62,35,264,'49.257498258029436','-0.1043701171875'),(107974,62,35,263,'49.25884267913592','-0.092010498046875'),(107973,62,35,262,'49.25884267913592','-0.092010498046875'),(107972,62,35,261,'49.257946402467375','-0.08823394775390625'),(107971,62,35,260,'49.256153800301035','-0.0823974609375'),(107969,62,35,258,'49.254249089162315','-0.07123947143554687'),(107970,62,35,259,'49.256265839843834','-0.076904296875'),(107968,62,35,257,'49.26175546590094','-0.046863555908203125'),(107967,62,35,256,'49.271276838307955','-0.030384063720703125'),(107966,62,35,255,'49.27654080832181','-0.01201629638671875'),(107965,62,35,254,'49.27911658894039','-0.00240325927734375'),(107964,62,35,253,'49.27642881480863','0.009098052978515625'),(107963,62,35,252,'49.27329289319553','0.023174285888671875'),(107962,62,35,251,'49.267468509828944','0.03742218017578125'),(107961,62,35,250,'49.26276369818819','0.04634857177734375'),(107960,62,35,249,'49.26713246673164','0.049953460693359375'),(107959,62,35,248,'49.27250888164088','0.05458831787109375'),(107958,62,35,247,'49.278668636756755','0.0569915771484375'),(107957,62,35,246,'49.281244306250414','0.06351470947265625'),(107956,62,35,245,'49.28180421660104','0.078277587890625'),(107955,62,35,244,'49.282028178961255','0.08909225463867187'),(107954,62,35,243,'49.28034843646647','0.09801864624023437'),(107953,62,35,242,'49.27822068050448','0.09990692138671875'),(107952,62,35,241,'49.278668636756755','0.102996826171875'),(107951,62,35,240,'49.27956453705538','0.11484146118164062'),(107950,62,35,239,'49.277996700852576','0.12908935546875'),(107949,62,35,238,'49.28079637339275','0.14385223388671875'),(107948,62,35,237,'49.28348390950993','0.1572418212890625'),(107947,62,35,236,'49.28617129915935','0.1654815673828125'),(107946,62,35,235,'49.285499465478246','0.17045974731445312'),(107945,62,35,234,'49.28471564794713','0.17560958862304687'),(107944,62,35,233,'49.28359588700294','0.17938613891601562'),(107943,62,35,232,'49.2851635452049','0.182647705078125'),(107942,62,35,231,'49.28482762264301','0.18299102783203125'),(107941,62,35,230,'49.2903140712471','0.19208908081054687'),(107940,62,35,229,'49.29064995643002','0.19037246704101562'),(107939,62,35,228,'49.29064995643002','0.19002914428710937'),(107938,62,35,227,'49.29423258932157','0.19655227661132812'),(107937,62,35,226,'49.291881515854975','0.20135879516601562'),(107936,62,35,225,'49.28885854234304','0.20547866821289062'),(107935,62,35,224,'49.28023645159918','0.21526336669921875'),(107934,62,35,223,'49.26702045185724','0.2176666259765625'),(107933,62,35,222,'49.25738622128417','0.21783828735351562'),(107932,62,35,221,'49.251784059760325','0.22127151489257812'),(107931,62,35,220,'49.24976712596486','0.22830963134765625'),(107930,62,35,219,'49.2489827405684','0.2341461181640625'),(107929,62,35,218,'49.251335859371395','0.2217864990234375'),(107928,62,35,217,'49.24987918000417','0.22916793823242187'),(107927,62,35,216,'49.24875862816615','0.2327728271484375'),(107926,62,35,215,'49.246517448190794','0.23929595947265625'),(107925,62,35,214,'49.24427616648202','0.24942398071289062'),(107924,62,35,213,'49.242483067866125','0.259552001953125'),(107923,62,35,212,'49.243939965451105','0.27294158935546875'),(107922,62,35,211,'49.24550888401142','0.2758598327636719'),(107921,62,35,210,'49.24674157076632','0.281524658203125'),(107920,62,35,209,'49.24483649644678','0.2875328063964844'),(107919,62,35,208,'49.240914053166065','0.29560089111328125'),(107917,62,35,206,'49.24293134862419','0.3110504150390625'),(107918,62,35,207,'49.24225892596105','0.30452728271484375'),(107916,62,35,205,'49.24259513843715','0.3165435791015625'),(107915,62,35,204,'49.24237099704076','0.3249549865722656'),(107914,62,35,203,'49.24304341817786','0.32924652099609375'),(107913,62,35,202,'49.24461236522389','0.3331947326660156'),(107912,62,35,201,'49.244500299230935','0.34641265869140625'),(107911,62,35,200,'49.244164099726056','0.35465240478515625'),(107910,62,35,199,'49.245284755840544','0.35671234130859375'),(107909,62,35,198,'49.24573301116496','0.36151885986328125'),(107908,62,35,197,'49.24976712596486','0.36426544189453125'),(107907,62,35,196,'49.25032739361816','0.36907196044921875'),(107906,62,35,195,'49.24864657158354','0.37353515625'),(107905,62,35,194,'49.24718981286537','0.3788566589355469'),(107904,62,35,193,'49.24304341817786','0.3853797912597656'),(107903,62,35,192,'49.235646282072835','0.3922462463378906'),(107902,62,35,191,'49.2337407796959','0.396881103515625'),(107901,62,35,190,'49.235310022288814','0.4083824157714844'),(107900,62,35,189,'49.23900875401136','0.41439056396484375'),(107899,62,35,188,'49.238896675301426','0.4252052307128906'),(107898,62,35,187,'49.23161101358082','0.4415130615234375'),(107897,62,35,186,'49.23037794912492','0.4753303527832031'),(107896,62,35,185,'49.22656646440612','0.4808235168457031'),(107895,62,35,184,'49.22645435746311','0.49060821533203125'),(107894,62,35,183,'49.22522116430231','0.4983329772949219'),(107893,62,35,182,'49.22948115564421','0.5024528503417969'),(107892,62,35,181,'49.24259513843715','0.5400466918945312'),(107891,62,35,180,'49.24427616648202','0.5858802795410156'),(107890,62,35,179,'49.24304341817786','0.5913734436035156'),(107889,62,35,178,'49.24270720875383','0.59326171875'),(107888,62,35,177,'49.24225892596105','0.59600830078125'),(107887,62,35,176,'49.24225892596105','0.5989265441894531'),(107886,62,35,175,'49.24461236522389','0.6107711791992187'),(107885,62,35,174,'49.24337962531287','0.6293106079101562'),(107884,62,35,173,'49.24539682005315','0.6473350524902344'),(107883,62,35,172,'49.24763805089507','0.6665611267089844'),(107882,62,35,171,'49.24976712596486','0.6789207458496094'),(107881,62,35,170,'49.246517448190794','0.68115234375'),(107880,62,35,169,'49.24035367869201','0.6924819946289062'),(107879,62,35,168,'49.24293134862419','0.6998634338378906'),(107878,62,35,167,'49.24438823298363','0.7060432434082031'),(107877,62,35,166,'49.24629332459796','0.7120513916015625'),(107876,62,35,165,'49.24741393238888','0.7177162170410156'),(107875,62,35,164,'49.24954301712323','0.7230377197265625'),(107874,62,35,163,'49.25212020738161','0.7355690002441406'),(107873,62,35,162,'49.255593598772236','0.7451820373535156'),(107872,62,35,161,'49.25705010952243','0.7599449157714844'),(107871,62,35,160,'49.25895471257506','0.7628631591796875'),(107870,62,35,159,'49.26354786461457','0.7666397094726562'),(107869,62,35,158,'49.26455606028097','0.7688713073730469'),(107868,62,35,157,'49.26713246673164','0.7711029052734375'),(107867,62,35,156,'49.26870064827097','0.7753944396972656'),(107866,62,35,155,'49.27138884351881','0.780029296875'),(107865,62,35,154,'49.27116483284281','0.7891273498535156'),(107864,62,35,153,'49.27217287287441','0.8191680908203125'),(107863,62,35,152,'49.28449169779256','0.8407974243164062'),(107862,62,35,151,'49.29434454240395','0.8677482604980469'),(107861,62,35,150,'49.29994187233209','0.8723831176757812'),(107860,62,35,149,'49.298262740098345','0.8780479431152344'),(107859,62,35,148,'49.29837468402711','0.8842277526855469'),(107858,62,35,147,'49.29837468402711','0.8960723876953125'),(107857,62,35,146,'49.29714328682615','0.9130668640136719'),(107856,62,35,145,'49.2963596544068','0.918731689453125'),(107855,62,35,144,'49.296695498397824','0.9470558166503906'),(107854,62,35,143,'49.29423258932157','0.9522056579589844'),(107853,62,35,142,'49.28997818377568','0.9633636474609375'),(107852,62,35,141,'49.28673115356757','0.9702301025390625'),(107851,62,35,140,'49.28885854234304','0.9770965576171875'),(107850,62,35,139,'49.28740297046618','0.9858512878417969'),(107849,62,35,138,'49.28997818377568','0.9916877746582031'),(107848,62,35,137,'49.28885854234304','0.9958076477050781'),(107847,62,35,136,'49.290426033229004','1.0002708435058593'),(107846,62,35,135,'49.28975425752336','1.0049057006835937'),(107845,62,35,134,'49.28673115356757','1.0091972351074218'),(107844,62,35,133,'49.28482762264301','1.0141754150390625'),(107843,62,35,132,'49.283035996995174','1.0227584838867187'),(107842,62,35,131,'49.279452550408074','1.0294532775878906'),(107841,62,35,130,'49.27430088974205','1.0378646850585937'),(107840,62,35,129,'49.27038078746627','1.0440444946289062'),(107839,62,35,128,'49.266684405708254','1.0514259338378906'),(107838,62,35,127,'49.263099771039634','1.0541725158691406'),(107837,62,35,126,'49.25861861149468','1.0627555847167968'),(107836,62,35,125,'49.254585219998155','1.0699653625488281'),(107835,62,35,124,'49.25492134854509','1.0782051086425781'),(107834,62,35,123,'49.25346477497736','1.0806083679199218'),(107833,62,35,122,'49.2531286365118','1.0850715637207031'),(107832,62,35,121,'49.24382789793214','1.1034393310546875'),(107831,62,35,120,'49.241250274798396','1.1128807067871093'),(107830,62,35,119,'49.2338528701058','1.1362266540527343'),(107829,62,35,118,'49.23407705016257','1.1434364318847656'),(107828,62,35,117,'49.22970535554054','1.1451530456542968'),(107827,62,35,116,'49.22813593490041','1.1491012573242187'),(107826,62,35,115,'49.22768751984635','1.1569976806640625'),(107825,62,35,114,'49.22320314546886','1.1669540405273437'),(107824,62,35,113,'49.218269863587835','1.1666107177734375'),(107823,62,35,112,'49.21535451099961','1.1697006225585937'),(107822,62,35,111,'49.213672498594015','1.16455078125'),(107821,62,35,110,'49.20997186983448','1.1664390563964843'),(107820,62,35,109,'49.210869017396','1.1734771728515625'),(107819,62,35,108,'49.20963543530163','1.1798286437988281'),(107818,62,35,107,'49.20784107912686','1.1848068237304687'),(107817,62,35,106,'49.206607421480605','1.1916732788085937'),(107816,62,35,105,'49.20077516864678','1.2031745910644531'),(107815,62,35,104,'49.19830746998781','1.20849609375'),(107814,62,35,103,'49.196624877579744','1.2225723266601562'),(107813,62,35,102,'49.195615294659824','1.2308120727539062'),(107812,62,35,101,'49.19696140064054','1.2347602844238281'),(107811,62,35,100,'49.19471787032064','1.2371635437011718'),(107810,62,35,99,'49.189557364401004','1.2402534484863281'),(107809,62,35,98,'49.19034269350651','1.2433433532714843'),(107808,62,35,97,'49.19359606700051','1.2481498718261718'),(107807,62,35,96,'49.193932610667765','1.2728691101074218'),(107806,62,35,95,'49.19920482920086','1.2967300415039062'),(107805,62,35,94,'49.19830746998781','1.3035964965820312'),(107804,62,35,93,'49.200887333842104','1.3044548034667968'),(107803,62,35,92,'49.20425217140929','1.3054847717285156'),(107802,62,35,91,'49.210532588968306','1.3137245178222656'),(107801,62,35,90,'49.21972747539876','1.3278007507324218'),(107800,62,35,89,'49.22443638899339','1.3418769836425781'),(107799,62,35,88,'49.22802383151843','1.3557815551757812'),(107798,62,35,87,'49.22914485389208','1.36505126953125'),(107797,62,35,86,'49.2337407796959','1.3863372802734375'),(107796,62,35,85,'49.23396496026135','1.3923454284667968'),(107795,62,35,84,'49.23643087933334','1.3974952697753906'),(107794,62,35,83,'49.237439628926765','1.4007568359375'),(107793,62,35,82,'49.24136234816716','1.4007568359375'),(107792,62,35,81,'49.243939965451105','1.4031600952148437'),(107791,62,35,80,'49.24506062665235','1.4122581481933593'),(107790,62,35,79,'49.24662950960572','1.4162063598632812'),(107789,62,35,78,'49.24775010976669','1.4244461059570312'),(107788,62,35,77,'49.24954301712323','1.43096923828125'),(107787,62,35,76,'49.24965507167121','1.4397239685058593'),(107786,62,35,75,'49.248422457655316','1.4471054077148437'),(107785,62,35,74,'49.249430962320915','1.4489936828613281'),(107784,62,35,73,'49.249094796388015','1.4522552490234375'),(107783,62,35,72,'49.24674157076632','1.4558601379394531'),(107782,62,35,71,'49.24965507167121','1.4613533020019531'),(107781,62,35,70,'49.25223225608003','1.4654731750488281'),(107780,62,35,69,'49.25324068292132','1.4714813232421875'),(107779,62,35,68,'49.253912956037574','1.4793777465820312'),(107778,62,35,67,'49.253912956037574','1.4848709106445312'),(107777,62,35,66,'49.25155996007452','1.4860725402832031'),(107776,62,35,65,'49.25099970640925','1.4910507202148437'),(107775,62,35,64,'49.250103287319824','1.4958572387695312'),(107774,62,35,63,'49.24595713730117','1.4946556091308593'),(107773,62,35,62,'49.24181063909882','1.4956855773925781'),(107772,62,35,61,'49.23777587421301','1.5001487731933593'),(107771,62,35,60,'49.23407705016257','1.5054702758789062'),(107770,62,35,59,'49.22970535554054','1.5109634399414062'),(107769,62,35,58,'49.22667857109476','1.5157699584960937'),(107768,62,35,57,'49.22510905430699','1.5217781066894531'),(107767,62,35,56,'49.22286680098415','1.525726318359375'),(107766,62,35,55,'49.22398794036374','1.531219482421875'),(107765,62,35,54,'49.221185044221336','1.5351676940917968'),(107764,62,35,53,'49.21849411435681','1.5398025512695312'),(107763,62,35,52,'49.21658795038809','1.5447807312011718'),(107762,62,35,51,'49.21569090661258','1.5494155883789062'),(107761,62,35,50,'49.21849411435681','1.5514755249023437'),(107760,62,35,49,'49.22152140015248','1.5550804138183593'),(107759,62,35,48,'49.22365160122068','1.5605735778808593'),(107758,62,35,47,'49.22555749276214','1.5643501281738281'),(107757,62,35,46,'49.23295613970469','1.5813446044921875'),(107756,62,35,45,'49.2337407796959','1.5828895568847656'),(107755,62,35,44,'49.2344133183401','1.5858078002929687'),(107754,62,35,43,'49.2338528701058','1.5876960754394531'),(107753,62,35,42,'49.23486167234923','1.5942192077636718'),(107752,62,35,41,'49.23508584782773','1.6031455993652343'),(107751,62,35,40,'49.23631879477345','1.6103553771972656'),(107750,62,35,39,'49.23934498861516','1.6458892822265625'),(107749,62,35,38,'49.242483067866125','1.6524124145507812'),(107748,62,35,37,'49.24618126242001','1.6560173034667968'),(107747,62,35,36,'49.24965507167121','1.6688919067382812'),(107746,62,35,35,'49.2563778791323','1.6893196105957031'),(107745,62,35,34,'49.26937271081527','1.6994476318359375'),(107744,62,35,33,'49.270044764204655','1.7051124572753906'),(107743,62,35,32,'49.27306889116571','1.7157554626464843'),(113535,63,36,211,'48.12416363849954','-1.2090110778808593'),(113534,63,36,210,'48.12553866602598','-1.2054061889648437'),(113533,63,36,209,'48.13115297973008','-1.1920166015625'),(113532,63,36,208,'48.138485036577926','-1.1757087707519531'),(113531,63,36,207,'48.142494312317055','-1.1715888977050781'),(113530,63,36,206,'48.15188624647707','-1.1475563049316406'),(113529,63,36,205,'48.174442771499734','-1.1190605163574218'),(113528,63,36,204,'48.17902156512004','-1.1157989501953125'),(113527,63,36,203,'48.198705718192045','-1.0746002197265625'),(113526,63,36,202,'48.20442643737212','-1.0576057434082031'),(113525,63,36,201,'48.20648573988172','-1.0536575317382812'),(113524,63,36,200,'48.216895390765785','-1.045074462890625'),(113523,63,36,199,'48.216895390765785','-1.045074462890625'),(113522,63,36,198,'48.21895419190741','-1.0404396057128906'),(113521,63,36,197,'48.220441052353294','-1.045074462890625'),(113520,63,36,196,'48.22204223838437','-1.0461044311523437'),(113519,63,36,195,'48.223071545814236','-1.0407829284667968'),(113518,63,36,194,'48.230847866318534','-1.0334014892578125'),(113517,63,36,193,'48.25485551529076','-0.9988975524902344'),(113516,63,36,192,'48.28113667898434','-0.9613037109375'),(113515,63,36,191,'48.290274785427485','-0.9482574462890625'),(113514,63,36,190,'48.294957431308816','-0.9425926208496094'),(113513,63,36,189,'48.296556285210556','-0.9372711181640625'),(113512,63,36,188,'48.296556285210556','-0.9329795837402344'),(113511,63,36,187,'48.297584093422294','-0.9298896789550781'),(113510,63,36,186,'48.29929706112725','-0.9264564514160156'),(113509,63,36,185,'48.3004390076659','-0.9240531921386719'),(113508,63,36,184,'48.3046639877471','-0.9154701232910156'),(113507,63,36,183,'48.306376717886046','-0.913238525390625'),(113506,63,36,182,'48.31539614816813','-0.9051704406738281'),(113505,63,36,181,'48.318592525625824','-0.8948707580566406'),(113504,63,36,180,'48.32167455708886','-0.8909225463867187'),(113503,63,36,179,'48.327609796743175','-0.888519287109375'),(113502,63,36,178,'48.332859625333874','-0.8799362182617187'),(113501,63,36,177,'48.34107566334564','-0.8749580383300781'),(113500,63,36,176,'48.341760273414174','-0.8701515197753906'),(113499,63,36,175,'48.34290126976258','-0.8684349060058594'),(113498,63,36,174,'48.34255897353981','-0.8650016784667969'),(113497,63,36,173,'48.342330774780954','-0.8593368530273437'),(113496,63,36,172,'48.342330774780954','-0.8571052551269531'),(113495,63,36,171,'48.34016283561815','-0.8526420593261719'),(113494,63,36,170,'48.34198847472709','-0.8438873291015625'),(113493,63,36,169,'48.34039104408247','-0.8371925354003906'),(113492,63,36,168,'48.34027693997802','-0.8292961120605469'),(113491,63,36,167,'48.34118976566224','-0.823974609375'),(113490,63,36,166,'48.334571409108214','-0.7994270324707031'),(113489,63,36,165,'48.335712566364386','-0.7970237731933594'),(113488,63,36,164,'48.33400082090211','-0.7886123657226562'),(113487,63,36,163,'48.335598451788144','-0.7779693603515625'),(113486,63,36,162,'48.335826680685244','-0.7668113708496094'),(113485,63,36,161,'48.3386794556978','-0.7596015930175781'),(113484,63,36,160,'48.33913588488602','-0.7505035400390625'),(113483,63,36,159,'48.33924999154456','-0.7465553283691406'),(113482,63,36,158,'48.33879356337797','-0.7415771484375'),(113481,63,36,157,'48.33708192135741','-0.7395172119140625'),(113480,63,36,156,'48.337880694785156','-0.7364273071289062'),(113479,63,36,155,'48.33924999154456','-0.734710693359375'),(113478,63,36,154,'48.34096156077362','-0.7259559631347656'),(113477,63,36,153,'48.34210257500046','-0.7166862487792969'),(113476,63,36,152,'48.34518318583811','-0.7055282592773437'),(113475,63,36,151,'48.34518318583811','-0.6995201110839844'),(113474,63,36,150,'48.34643819613346','-0.6928253173828125'),(113473,63,36,149,'48.34997487706387','-0.6837272644042969'),(113472,63,36,148,'48.35043120511249','-0.6794357299804687'),(113471,63,36,147,'48.35476611776862','-0.6737709045410156'),(113470,63,36,146,'48.35476611776862','-0.670166015625'),(113469,63,36,145,'48.357389701533904','-0.66741943359375'),(113468,63,36,144,'48.35887253694433','-0.6663894653320312'),(113467,63,36,143,'48.360583447247926','-0.6645011901855469'),(113466,63,36,142,'48.36320673144315','-0.6641578674316406'),(113465,63,36,141,'48.36913713684542','-0.655059814453125'),(113464,63,36,140,'48.375180877918275','-0.646820068359375'),(113463,63,36,139,'48.37848752694363','-0.6466484069824219'),(113462,63,36,138,'48.38692420987894','-0.6416702270507812'),(113461,63,36,137,'48.39501755066921','-0.6356620788574219'),(113460,63,36,136,'48.39741110902174','-0.6327438354492187'),(113459,63,36,135,'48.399462640839786','-0.6305122375488281'),(113458,63,36,134,'48.40094425125627','-0.6274223327636719'),(113457,63,36,133,'48.4010582195009','-0.6243324279785156'),(113456,63,36,132,'48.40060234499032','-0.6219291687011719'),(113455,63,36,131,'48.403109604240576','-0.6131744384765625'),(113454,63,36,130,'48.40322356763371','-0.6102561950683594'),(113453,63,36,129,'48.4047050685083','-0.60699462890625'),(113452,63,36,128,'48.403793380769216','-0.6035614013671875'),(113451,63,36,127,'48.406756306171886','-0.6002998352050781'),(113450,63,36,126,'48.40755398736565','-0.5972099304199219'),(113449,63,36,125,'48.40903536210324','-0.5951499938964844'),(113448,63,36,124,'48.41211192560066','-0.5851936340332031'),(113447,63,36,123,'48.41222586882221','-0.5800437927246094'),(113446,63,36,122,'48.4146186174932','-0.5678558349609375'),(113445,63,36,121,'48.41609978643314','-0.5620193481445312'),(113444,63,36,120,'48.41632765474784','-0.553436279296875'),(113443,63,36,119,'48.41803663455385','-0.5472564697265625'),(113442,63,36,118,'48.42020125983808','-0.5326652526855469'),(113441,63,36,117,'48.42191010942875','-0.5306053161621094'),(113440,63,36,116,'48.42760585983618','-0.5129241943359375'),(113439,63,36,115,'48.433756553351664','-0.5027961730957031'),(113438,63,36,114,'48.437628830288965','-0.4976463317871094'),(113437,63,36,113,'48.43899544580258','-0.4966163635253906'),(113436,63,36,112,'48.44411992655429','-0.47893524169921875'),(113435,63,36,111,'48.449927046438724','-0.4643440246582031'),(113434,63,36,110,'48.457554998692146','-0.45696258544921875'),(113433,63,36,109,'48.46973457587732','-0.44528961181640625'),(113432,63,36,108,'48.4829353018258','-0.43224334716796875'),(113431,63,36,107,'48.492264777304264','-0.4224586486816406'),(113430,63,36,106,'48.49783888855913','-0.4221153259277344'),(113429,63,36,105,'48.506596968085894','-0.41645050048828125'),(113428,63,36,104,'48.51455754540718','-0.4131889343261719'),(113427,63,36,103,'48.517968838568294','-0.4083824157714844'),(113426,63,36,102,'48.520811407407336','-0.4087257385253906'),(113425,63,36,101,'48.52933815687993','-0.4080390930175781'),(113424,63,36,100,'48.5370678355958','-0.4032325744628906'),(113423,63,36,99,'48.544796334285266','-0.4011726379394531'),(113422,63,36,98,'48.55331904528097','-0.4035758972167969'),(113421,63,36,97,'48.55854559786118','-0.399627685546875'),(113420,63,36,96,'48.56422602086159','-0.3920745849609375'),(113419,63,36,95,'48.570360161196696','-0.3864097595214844'),(113418,63,36,94,'48.57467633245035','-0.3781700134277344'),(113417,63,36,93,'48.57524422229134','-0.37181854248046875'),(113416,63,36,92,'48.58058207500111','-0.36701202392578125'),(113415,63,36,91,'48.58478381786833','-0.36632537841796875'),(113414,63,36,90,'48.587168435464555','-0.36289215087890625'),(113413,63,36,89,'48.58989357494173','-0.35533905029296875'),(113412,63,36,88,'48.59261856745989','-0.3551673889160156'),(113411,63,36,87,'48.59500281536233','-0.35121917724609375'),(113410,63,36,86,'48.605446765729745','-0.3343963623046875'),(113409,63,36,85,'48.60567378414743','-0.3277015686035156'),(113408,63,36,84,'48.6106679311573','-0.3170585632324219'),(113407,63,36,83,'48.61906606457986','-0.295257568359375'),(113406,63,36,82,'48.61736385312278','-0.2792930603027344'),(113405,63,36,81,'48.62247031529897','-0.2741432189941406'),(113404,63,36,80,'48.62621472591321','-0.2676200866699219'),(113403,63,36,79,'48.62905121567595','-0.2588653564453125'),(113402,63,36,78,'48.62939158373352','-0.2423858642578125'),(113401,63,36,77,'48.63687910016053','-0.22075653076171875'),(113400,63,36,76,'48.64300442349017','-0.2066802978515625'),(113399,63,36,75,'48.660468852924154','-0.19191741943359375'),(113398,63,36,74,'48.67917402914728','-0.1737213134765625'),(113397,63,36,73,'48.694473099738','-0.15827178955078125'),(113396,63,36,72,'48.711240073584975','-0.14024734497070312'),(113395,63,36,71,'48.714524839668364','-0.12805938720703125'),(113394,63,36,70,'48.71543094429683','-0.11432647705078125'),(113393,63,36,69,'48.71543094429683','-0.09784698486328125'),(113392,63,36,68,'48.72471757582291','-0.05596160888671875'),(113391,63,36,67,'48.72788822805663','-0.04222869873046875'),(113390,63,36,66,'48.73377605184995','-0.0350189208984375'),(113389,63,36,65,'48.73943677070176','-0.02780914306640625'),(113388,63,36,64,'48.74464406908024','-0.02574920654296875'),(113387,63,36,63,'48.748039842585065','-0.0274658203125'),(113386,63,36,62,'48.74939808773792','-0.02197265625'),(113385,63,36,61,'48.74939808773792','-0.01476287841796875'),(113384,63,36,60,'48.76478896699884','-0.00377655029296875'),(113383,63,36,59,'48.767504515028385','-0.0054931640625'),(113382,63,36,58,'48.78085382371311','0.00274658203125'),(113381,63,36,57,'48.78537820754818','-0.00102996826171875'),(113380,63,36,56,'48.79080692977699','-0.00102996826171875'),(113379,63,36,55,'48.79261637334089','0.0061798095703125'),(113378,63,36,54,'48.816133201642934','0.01613616943359375'),(113377,63,36,53,'48.84031689136024','0.0322723388671875'),(113376,63,36,52,'48.84551373054311','0.0363922119140625'),(113375,63,36,51,'48.857938768171536','0.0583648681640625'),(113374,63,36,50,'48.86652153850775','0.061798095703125'),(113373,63,36,49,'48.869231581254176','0.06591796875'),(113372,63,36,48,'48.87329637017783','0.06832122802734375'),(113371,63,36,47,'48.87578024528625','0.0714111328125'),(113370,63,36,46,'48.87871557505334','0.07175445556640625'),(113369,63,36,45,'48.87871557505334','0.07724761962890625'),(113368,63,36,44,'48.883005362568866','0.08411407470703125'),(113367,63,36,43,'48.88368266380661','0.09441375732421875'),(113366,63,36,42,'48.895646806575506','0.111236572265625'),(113365,63,36,41,'48.89880666820154','0.130462646484375'),(113364,63,36,40,'48.90354608612109','0.1373291015625'),(113363,63,36,39,'48.911218476584025','0.14556884765625'),(113362,63,36,38,'48.921596894532975','0.15346527099609375'),(113361,63,36,37,'48.924529534904444','0.15895843505859375'),(113360,63,36,36,'48.926559723513435','0.1696014404296875'),(113359,63,36,35,'48.926559723513435','0.17578125'),(113358,63,36,34,'48.92295044225694','0.18367767333984375'),(113357,63,36,33,'48.91843847385111','0.188140869140625'),(113356,63,36,32,'48.91663357236046','0.1929473876953125'),(113355,63,36,31,'48.91731041806204','0.1984405517578125'),(113354,63,36,30,'48.923401616679705','0.1984405517578125'),(113353,63,36,29,'48.930619853123176','0.196380615234375'),(113352,63,36,28,'48.9344541168398','0.1998138427734375'),(113351,63,36,27,'48.93716047863997','0.19878387451171875'),(113350,63,36,26,'48.94708254995133','0.19397735595703125'),(113349,63,36,25,'48.95519914112491','0.18505096435546875'),(113348,63,36,24,'48.96038404976431','0.177154541015625'),(113347,63,36,23,'48.962863598162194','0.17475128173828125'),(113346,63,36,22,'48.97075225021968','0.1682281494140625'),(113345,63,36,21,'48.977738299859816','0.1544952392578125'),(113344,63,36,20,'48.991256905198185','0.14797210693359375'),(113343,63,36,19,'49.00589792273356','0.1476287841796875'),(98958,60,33,24,'49.660516725226685','6.079902648925781'),(98948,60,33,14,'49.62049743433884','6.066856384277344'),(98949,60,33,15,'49.61805074454746','6.081962585449219'),(98947,60,33,13,'49.62138710925949','6.049690246582031'),(98946,60,33,12,'49.61137732980598','6.049003601074219'),(98945,60,33,11,'49.61137732980598','6.060676574707031'),(98944,60,33,10,'49.60047545389975','6.055183410644531'),(98943,60,33,9,'49.59224180969322','6.0582733154296875'),(98942,60,33,8,'49.57198558158354','6.0610198974609375'),(98941,60,33,7,'49.562188345295745','6.064281463623047'),(98940,60,33,6,'49.55728898983402','6.05621337890625'),(98939,60,33,5,'49.545818121870354','6.041622161865234'),(98938,60,33,4,'49.53479018553408','6.021709442138672'),(98937,60,33,3,'49.520416715864734','6.003684997558594'),(98936,60,33,2,'49.513618487218466','5.991840362548828'),(98935,60,33,1,'49.50659637382858','5.988750457763672'),(98934,60,33,0,'49.49790093204818','5.98729133605957'),(101215,61,34,39,'50.32442273930938','4.878959655761719'),(101214,61,34,38,'50.31938108100633','4.884452819824219'),(101213,61,34,37,'50.31499659560742','4.905910491943359'),(101212,61,34,36,'50.3165312114952','4.92462158203125'),(101211,61,34,35,'50.313681171133204','4.93560791015625'),(101210,61,34,34,'50.30929616003171','4.9445343017578125'),(101209,61,34,33,'50.30929616003171','4.963417053222656'),(101208,61,34,32,'50.31050207839775','4.972171783447266'),(101207,61,34,31,'50.315215829481396','4.977321624755859'),(101206,61,34,30,'50.317408112618686','4.9932861328125'),(101205,61,34,29,'50.32223077966974','5.002384185791016'),(101204,61,34,28,'50.3233267721259','5.008049011230469'),(101203,61,34,27,'50.33099801169434','5.01800537109375'),(101202,61,34,26,'50.337572374308884','5.023841857910156'),(101201,61,34,25,'50.343269419368724','5.03173828125'),(101200,61,34,24,'50.34830854350331','5.040321350097656'),(101199,61,34,23,'50.35509956048053','5.050621032714844'),(101198,61,34,22,'50.36035645494996','5.0598907470703125'),(101197,61,34,21,'50.372620278200905','5.06744384765625'),(101196,61,34,20,'50.37962675429052','5.0695037841796875'),(101195,61,34,19,'50.38488093227791','5.077056884765625'),(101194,61,34,18,'50.39188559752663','5.0887298583984375'),(101193,61,34,17,'50.39451208023374','5.1031494140625'),(101192,61,34,16,'50.4032659717561','5.11688232421875'),(101191,61,34,15,'50.40764231128779','5.11962890625'),(101190,61,34,14,'50.426018524279065','5.1244354248046875'),(101189,61,34,13,'50.43083016401606','5.1251220703125'),(101188,61,34,12,'50.440889285370865','5.1216888427734375'),(101187,61,34,11,'50.45269509182578','5.1107025146484375'),(115457,64,37,96,'48.11900695743349','-1.6498374938964843'),(115456,64,37,95,'48.11992373856722','-1.6502666473388671'),(115455,64,37,94,'48.1273719788014','-1.652069091796875'),(115454,64,37,93,'48.12828861064926','-1.6644287109375'),(115453,64,37,92,'48.13143940785125','-1.6712093353271484'),(115452,64,37,91,'48.13115297973008','-1.6741275787353515'),(115451,64,37,90,'48.128861497246476','-1.6804790496826171'),(115450,64,37,89,'48.12725739867011','-1.6864871978759765'),(115449,64,37,88,'48.12301775410865','-1.6845989227294921'),(115448,64,37,87,'48.11258903140349','-1.693868637084961'),(115447,64,37,86,'48.11660032911769','-1.7104339599609375'),(115446,64,37,85,'48.11642842278132','-1.7136096954345703'),(115445,64,37,84,'48.1162565158698','-1.7196178436279297'),(115444,64,37,83,'48.116772234878866','-1.7239952087402344'),(115443,64,37,82,'48.117459852171855','-1.7275142669677734'),(115442,64,37,81,'48.11780365736732','-1.735067367553711'),(115441,64,37,80,'48.1195226488343','-1.7523193359375'),(115440,64,37,79,'48.11946535004542','-1.7553234100341797'),(115438,64,37,77,'48.119751843350834','-1.7623615264892578'),(115439,64,37,78,'48.11894965806941','-1.7601299285888672'),(115437,64,37,76,'48.120897800595756','-1.7671680450439453'),(115436,64,37,75,'48.12095509778696','-1.77154541015625'),(115435,64,37,74,'48.121814547986375','-1.7752361297607422'),(115434,64,37,73,'48.12330422760288','-1.7822742462158203'),(115433,64,37,72,'48.12255939319475','-1.7859649658203125'),(115432,64,37,71,'48.12336152211','-1.7904281616210938'),(115431,64,37,70,'48.123476110932515','-1.7946338653564453'),(115430,64,37,69,'48.122731279016776','-1.8008995056152344'),(115429,64,37,68,'48.12301775410865','-1.8054485321044922'),(115428,64,37,67,'48.124965742363415','-1.8117141723632812'),(115427,64,37,66,'48.12576783370166','-1.8179798126220703'),(115426,64,37,65,'48.12903336197947','-1.822957992553711'),(115424,64,37,63,'48.13459001174148','-1.825103759765625'),(115425,64,37,64,'48.13166854919786','-1.8263053894042969'),(115423,64,37,62,'48.13762586532443','-1.8266487121582031'),(115422,64,37,61,'48.13854231415027','-1.827850341796875'),(115421,64,37,60,'48.141635208161254','-1.828451156616211'),(115420,64,37,59,'48.14272340433031','-1.8290519714355469'),(115419,64,37,58,'48.14415520624882','-1.8287944793701172'),(115418,64,37,57,'48.145472428740135','-1.8301677703857422'),(115417,64,37,56,'48.14730502988628','-1.8302536010742188'),(115416,64,37,55,'48.150855508400426','-1.830596923828125'),(115415,64,37,54,'48.15543640804812','-1.8292236328125'),(115414,64,37,53,'48.159673376126634','-1.830596923828125'),(115413,64,37,52,'48.1600168987434','-1.8342018127441406'),(115412,64,37,51,'48.162306990736155','-1.836090087890625'),(115411,64,37,50,'48.16459698049352','-1.8410682678222656'),(115410,64,37,49,'48.169062166469324','-1.8412399291992188'),(115409,64,37,48,'48.17512961661139','-1.8474197387695312'),(115408,64,37,47,'48.1794794219916','-1.8491363525390625'),(115406,64,37,45,'48.18691902304109','-1.8604660034179688'),(115407,64,37,46,'48.18268430559709','-1.8532562255859375'),(115405,64,37,44,'48.194700834632826','-1.8661308288574219'),(115404,64,37,43,'48.199621076193246','-1.8714523315429688'),(115403,64,37,42,'48.20614252854658','-1.8798637390136719'),(115402,64,37,41,'48.20911695037711','-1.8872451782226562'),(115401,64,37,40,'48.216094723518204','-1.8915367126464844'),(115400,64,37,39,'48.21735290928554','-1.8798637390136719'),(115399,64,37,38,'48.216895390765785','-1.8723106384277344'),(115398,64,37,37,'48.216895390765785','-1.8602943420410156'),(115397,64,37,36,'48.216094723518204','-1.8338584899902344'),(115396,64,37,35,'48.21655224919288','-1.82647705078125'),(115395,64,37,34,'48.21781042371672','-1.8232154846191406'),(115394,64,37,33,'48.22009793454488','-1.8137741088867188'),(115393,64,37,32,'48.220441052353294','-1.8082809448242188'),(115392,64,37,31,'48.22158476177178','-1.8019294738769531'),(115390,64,37,29,'48.221699131308235','-1.7930030822753906'),(115391,64,37,30,'48.22158476177178','-1.8019294738769531'),(115389,64,37,28,'48.22215660689869','-1.7878532409667969'),(115387,64,37,26,'48.22524446019588','-1.7739486694335938'),(115388,64,37,27,'48.22513009858079','-1.7772102355957031'),(115386,64,37,25,'48.22352900913935','-1.7645072937011719'),(115385,64,37,24,'48.21975481443672','-1.7562675476074219'),(115383,64,37,22,'48.2183823110062','-1.7512893676757812'),(115384,64,37,23,'48.219411692028764','-1.7531776428222656'),(115382,64,37,21,'48.21883981623823','-1.7483711242675781'),(115381,64,37,20,'48.2183823110062','-1.7413330078125'),(115380,64,37,19,'48.216895390765785','-1.7329216003417969'),(115379,64,37,18,'48.217009770779015','-1.7279434204101562'),(115378,64,37,17,'48.21655224919288','-1.7087173461914062'),(115377,64,37,16,'48.21666662997272','-1.7037391662597656'),(115376,64,37,15,'48.21357825922427','-1.7011642456054688'),(115375,64,37,14,'48.20614252854658','-1.6972160339355469'),(115374,64,37,13,'48.20065083439496','-1.693267822265625'),(115373,64,37,12,'48.19607397283394','-1.6915512084960938'),(101185,61,34,9,'50.47673484653018','5.0997161865234375'),(101186,61,34,10,'50.466246274560476','5.09765625'),(101184,61,34,8,'50.48634732684517','5.1079559326171875'),(101183,61,34,7,'50.48503664919602','5.10040283203125'),(101182,61,34,6,'50.49071598979375','5.0969696044921875'),(101181,61,34,5,'50.493336993684515','5.101776123046875'),(101180,61,34,4,'50.49988886726742','5.13336181640625'),(101179,61,34,3,'50.51648287996525','5.1889801025390625'),(101178,61,34,2,'50.52696030441847','5.2095794677734375'),(101177,61,34,1,'50.5230315428307','5.218505859375'),(101176,61,34,0,'50.51779268522843','5.236358642578125'),(101368,61,34,192,'49.847060084312616','3.28765869140625'),(107742,62,35,31,'49.27407689228958','1.7243385314941406'),(107741,62,35,30,'49.27306889116571','1.7329216003417968'),(107740,62,35,29,'49.27284488811866','1.7377281188964843'),(107739,62,35,28,'49.27609283274329','1.7457962036132812'),(107738,62,35,27,'49.27609283274329','1.7566108703613281'),(107737,62,35,26,'49.27732475579393','1.7621040344238281'),(107736,62,35,25,'49.278332669948995','1.7681121826171875'),(107735,62,35,24,'49.27934056350648','1.7667388916015625'),(107734,62,35,23,'49.2813562888291','1.7684555053710937'),(107733,62,35,22,'49.28214015975995','1.7725753784179687'),(107732,62,35,21,'49.28214015975995','1.7761802673339843'),(107731,62,35,20,'49.28370786424163','1.7828750610351562'),(107730,62,35,19,'49.28191619790829','1.783905029296875'),(107729,62,35,18,'49.28214015975995','1.7849349975585937'),(107728,62,35,17,'49.28482762264301','1.789398193359375'),(107727,62,35,16,'49.28661918319448','1.8216705322265625'),(107726,62,35,15,'49.28079637339275','1.8312835693359375'),(107725,62,35,14,'49.28437972233384','1.834716796875'),(107724,62,35,13,'49.315722919021724','1.885528564453125'),(107723,62,35,12,'49.33272944976965','1.9061279296875'),(107722,62,35,11,'49.35509751551892','1.944580078125'),(107721,62,35,10,'49.358675462462124','1.9576263427734375'),(107720,62,35,9,'49.36404189484721','1.970672607421875'),(107719,62,35,8,'49.37164333826142','1.9754791259765625'),(107718,62,35,7,'49.36627773550062','1.9795989990234375'),(107717,62,35,6,'49.37298464745147','1.989898681640625'),(107716,62,35,5,'49.38281979654301','2.0015716552734375'),(107715,62,35,4,'49.39578130416867','2.022857666015625'),(107714,62,35,3,'49.40337783946189','2.044830322265625'),(107713,62,35,2,'49.41454708028363','2.0441436767578125'),(107712,62,35,1,'49.43062632296465','2.0441436767578125'),(107711,62,35,0,'49.42750021620163','2.0757293701171875'),(113342,63,36,18,'49.01400494219595','0.15209197998046875'),(113341,63,36,17,'49.01580632281267','0.15346527099609375'),(113340,63,36,16,'49.025487626829694','0.15380859375'),(113339,63,36,15,'49.03449180035938','0.15209197998046875'),(113338,63,36,14,'49.039893522317726','0.15003204345703125'),(113337,63,36,13,'49.04551969225238','0.1544952392578125'),(113336,63,36,12,'49.05789502570842','0.182647705078125'),(113335,63,36,11,'49.08938197498221','0.19672393798828125'),(113334,63,36,10,'49.095901776531434','0.20050048828125'),(113333,63,36,9,'49.09837458071759','0.207366943359375'),(113332,63,36,8,'49.106017014812075','0.21148681640625'),(113331,63,36,7,'49.11051201452026','0.21595001220703125'),(113330,63,36,6,'49.11568076076249','0.2190399169921875'),(113329,63,36,5,'49.12174773223387','0.22350311279296875'),(113328,63,36,4,'49.13050982532791','0.22762298583984375'),(113327,63,36,3,'49.13298090498174','0.223846435546875'),(113326,63,36,2,'49.138821149088265','0.22350311279296875'),(113325,63,36,1,'49.14353776699441','0.22212982177734375'),(113324,63,36,0,'49.14578361775004','0.2252197265625'),(115372,64,37,11,'48.19607397283394','-1.6858863830566406'),(115371,64,37,10,'48.194700834632826','-1.6800498962402344'),(115370,64,37,9,'48.191954447830135','-1.6757583618164062'),(115369,64,37,8,'48.189780120548875','-1.6719818115234375'),(115368,64,37,7,'48.1863467843723','-1.6752433776855469'),(115367,64,37,6,'48.18016619963184','-1.6783332824707031'),(115366,64,37,5,'48.17512961661139','-1.6793632507324219'),(115365,64,37,4,'48.17043599163814','-1.6812515258789062'),(115364,64,37,3,'48.16471147729773','-1.6815948486328125'),(115363,64,37,2,'48.160474925320834','-1.6841697692871094'),(115362,64,37,1,'48.158642794474375','-1.6870880126953125'),(115361,64,37,0,'48.154176701412744','-1.6864013671875'),(140457,67,40,511,'43.296698657672294','-0.3742218017578125'),(140456,67,40,510,'43.295574211963746','-0.3765392303466797'),(140455,67,40,509,'43.286890292087556','-0.3806591033935547'),(119462,65,38,363,'47.7577909789764','-3.371601104736328'),(119461,65,38,362,'47.7612529277711','-3.3650779724121093'),(119460,65,38,361,'47.76736847432615','-3.3556365966796875'),(119459,65,38,360,'47.77163739198216','-3.3484268188476562'),(119458,65,38,359,'47.77671348660394','-3.3448219299316406'),(119457,65,38,358,'47.78201978299015','-3.344135284423828'),(119456,65,38,357,'47.78536477846131','-3.3403587341308593'),(119455,65,38,356,'47.79978039900628','-3.339672088623047'),(119454,65,38,355,'47.8085431415187','-3.3352088928222656'),(119453,65,38,354,'47.82952159547405','-3.338642120361328'),(119452,65,38,353,'47.82698618879922','-3.3144378662109375'),(119451,65,38,352,'47.82629469275575','-3.310832977294922'),(119450,65,38,351,'47.81257811791921','-3.2938385009765625'),(119449,65,38,350,'47.80185591898276','-3.283538818359375'),(119448,65,38,349,'47.80139469948725','-3.2799339294433593'),(119447,65,38,348,'47.80404665566709','-3.2773590087890625'),(119446,65,38,347,'47.80704435615207','-3.2758140563964843'),(119445,65,38,346,'47.80831256196971','-3.269805908203125'),(119444,65,38,345,'47.80981131073993','-3.2674026489257812'),(119443,65,38,344,'47.81073359617836','-3.2651710510253906'),(119442,65,38,343,'47.81672805230014','-3.2569313049316406'),(119441,65,38,342,'47.82018607759823','-3.2579612731933593'),(119440,65,38,341,'47.82099291702753','-3.2581329345703125'),(119439,65,38,340,'47.82387438405501','-3.253326416015625'),(119438,65,38,339,'47.827101437244124','-3.2509231567382812'),(119437,65,38,338,'47.82929110907618','-3.2553863525390625'),(119436,65,38,337,'47.83378540920351','-3.261394500732422'),(119435,65,38,336,'47.83551388253715','-3.2605361938476562'),(119434,65,38,335,'47.83874021204476','-3.2622528076171875'),(119433,65,38,334,'47.84012286327663','-3.265857696533203'),(119432,65,38,333,'47.843233693822086','-3.26568603515625'),(119431,65,38,332,'47.84542268497529','-3.265514373779297'),(119430,65,38,331,'47.84668995342168','-3.2679176330566406'),(119429,65,38,330,'47.8527954492302','-3.271350860595703'),(119428,65,38,329,'47.85832433461554','-3.2852554321289062'),(119427,65,38,328,'47.861549245505635','-3.2912635803222656'),(119426,65,38,327,'47.862125101340794','-3.2964134216308593'),(119425,65,38,326,'47.86304645737179','-3.2977867126464843'),(119424,65,38,325,'47.86465879102196','-3.3034515380859375'),(119423,65,38,324,'47.86799846547766','-3.308086395263672'),(119422,65,38,323,'47.86868940574041','-3.3132362365722656'),(119421,65,38,322,'47.870416716098546','-3.315296173095703'),(119420,65,38,321,'47.87329543876368','-3.3214759826660156'),(119419,65,38,320,'47.87617400151556','-3.3225059509277343'),(119418,65,38,319,'47.88181552063899','-3.330402374267578'),(119417,65,38,318,'47.884463368788204','-3.3322906494140625'),(119416,65,38,317,'47.88642038695248','-3.3365821838378906'),(119415,65,38,316,'47.88757153956826','-3.338642120361328'),(119414,65,38,315,'47.89332691887659','-3.3401870727539062'),(119413,65,38,314,'47.90241911454004','-3.340015411376953'),(119412,65,38,313,'47.90736736010868','-3.3489418029785156'),(119411,65,38,312,'47.91392593325873','-3.352031707763672'),(119410,65,38,311,'47.932101492661516','-3.360443115234375'),(119409,65,38,310,'47.940956887543564','-3.374176025390625'),(119408,65,38,309,'47.952915013312825','-3.3872222900390625'),(119407,65,38,308,'47.95521433570218','-3.3928871154785156'),(119406,65,38,307,'47.96188179204513','-3.4009552001953125'),(119405,65,38,306,'47.9693529189139','-3.4052467346191406'),(119404,65,38,305,'47.971421655290456','-3.401641845703125'),(119403,65,38,304,'47.97716771041565','-3.3942604064941406'),(119402,65,38,303,'47.9801554063829','-3.3928871154785156'),(119401,65,38,302,'47.98486642181017','-3.3944320678710937'),(119400,65,38,301,'47.990381210643804','-3.3915138244628906'),(119399,65,38,300,'47.995895410220555','-3.3916854858398437'),(119398,65,38,299,'47.995895410220555','-3.3820724487304687'),(119397,65,38,298,'47.996814386195304','-3.374347686767578'),(119396,65,38,297,'47.9988820222936','-3.3690261840820312'),(119395,65,38,296,'48.00898927265367','-3.3470535278320312'),(119394,65,38,295,'48.006347796111896','-3.33709716796875'),(119393,65,38,294,'48.00669234420252','-3.331775665283203'),(119392,65,38,293,'48.00565869302566','-3.323535919189453'),(119391,65,38,292,'48.00715173807636','-3.319072723388672'),(119390,65,38,291,'48.02517971554782','-3.3022499084472656'),(119389,65,38,290,'48.03528181246173','-3.2744407653808593'),(119388,65,38,289,'48.03746268708935','-3.2718658447265625'),(119387,65,38,288,'48.041594617442534','-3.27117919921875'),(119386,65,38,287,'48.04848043160168','-3.2577896118164062'),(119385,65,38,286,'48.051119749630054','-3.249378204345703'),(119384,65,38,285,'48.052152489429474','-3.247833251953125'),(119383,65,38,284,'48.052152489429474','-3.2444000244140625'),(119382,65,38,283,'48.051004999484974','-3.240795135498047'),(119381,65,38,282,'48.053758932394984','-3.2365036010742187'),(119380,65,38,281,'48.055365325244445','-3.235301971435547'),(119379,65,38,280,'48.05731587775819','-3.2322120666503906'),(119378,65,38,279,'48.0614462156238','-3.2268905639648437'),(119377,65,38,278,'48.061675669122444','-3.2234573364257812'),(119376,65,38,277,'48.06293764508328','-3.2213973999023437'),(119375,65,38,276,'48.06339653776211','-3.2186508178710937'),(119374,65,38,275,'48.06500262992183','-3.2172775268554687'),(119373,65,38,274,'48.0676411011054','-3.2114410400390625'),(119372,65,38,273,'48.068673509533056','-3.2047462463378906'),(119371,65,38,272,'48.07005002188764','-3.197193145751953'),(119370,65,38,271,'48.070738264258296','-3.18878173828125'),(119369,65,38,270,'48.07257353224749','-3.1856918334960937'),(119368,65,38,269,'48.073376441410815','-3.1827735900878906'),(119367,65,38,268,'48.07394994028581','-3.178997039794922'),(119366,65,38,267,'48.07509691886017','-3.176593780517578'),(119365,65,38,266,'48.08151952639515','-3.171100616455078'),(119364,65,38,265,'48.08243697630599','-3.168182373046875'),(119363,65,38,264,'48.08255165639435','-3.166980743408203'),(119362,65,38,263,'48.08404247427738','-3.165435791015625'),(119361,65,38,262,'48.0850745536548','-3.1644058227539062'),(119360,65,38,261,'48.08473052949662','-3.162689208984375'),(119359,65,38,260,'48.08461585426591','-3.160114288330078'),(119358,65,38,259,'48.08885866753084','-3.1606292724609375'),(119357,65,38,258,'48.0940183741334','-3.1511878967285156'),(119356,65,38,257,'48.095394208459574','-3.14483642578125'),(119355,65,38,256,'48.09780182994637','-3.140544891357422'),(119354,65,38,255,'48.09803112135084','-3.138141632080078'),(119353,65,38,254,'48.10066789900253','-3.132476806640625'),(119352,65,38,253,'48.101355731800595','-3.1261253356933593'),(119351,65,38,252,'48.10273136978675','-3.1237220764160156'),(119350,65,38,251,'48.10273136978675','-3.1068992614746093'),(119349,65,38,250,'48.115110455093955','-3.1204605102539062'),(119348,65,38,249,'48.12129887959222','-3.1348800659179687'),(119347,65,38,248,'48.12519491259532','-3.136768341064453'),(119346,65,38,247,'48.126913656742495','-3.140716552734375'),(119345,65,38,246,'48.13126755117026','-3.14483642578125'),(119344,65,38,245,'48.13527739053716','-3.154449462890625'),(119343,65,38,244,'48.13837048124154','-3.152904510498047'),(119342,65,38,243,'48.148564905217164','-3.1523895263671875'),(119341,65,38,242,'48.16986356895713','-3.1592559814453125'),(119340,65,38,241,'48.1794794219916','-3.171100616455078'),(119339,65,38,240,'48.184858933932304','-3.1805419921875'),(119338,65,38,239,'48.194128682854576','-3.186206817626953'),(119337,65,38,238,'48.202138226364845','-3.184661865234375'),(119336,65,38,237,'48.21129045708595','-3.184833526611328'),(119335,65,38,236,'48.21643786815753','-3.1827735900878906'),(119334,65,38,235,'48.22066979628123','-3.1800270080566406'),(119333,65,38,234,'48.22101291025667','-3.1767654418945312'),(119332,65,38,233,'48.22375773926874','-3.176250457763672'),(119331,65,38,232,'48.22410083254635','-3.177967071533203'),(119330,65,38,231,'48.22570190410099','-3.177967071533203'),(119329,65,38,230,'48.22707421128586','-3.1761646270751953'),(119328,65,38,229,'48.22918977943968','-3.175992965698242'),(119327,65,38,228,'48.229933066408215','-3.175220489501953'),(119326,65,38,227,'48.22947566032057','-3.172130584716797'),(119325,65,38,226,'48.22918977943968','-3.169727325439453'),(119324,65,38,225,'48.22907542664015','-3.163290023803711'),(119323,65,38,224,'48.229590012225756','-3.158140182495117'),(119322,65,38,223,'48.232505899474305','-3.1514453887939453'),(119321,65,38,222,'48.23387802421719','-3.1451797485351562'),(119320,65,38,221,'48.233935195282996','-3.1408023834228515'),(119319,65,38,220,'48.23490709362799','-3.1335926055908203'),(119318,65,38,219,'48.237022337975674','-3.127155303955078'),(119317,65,38,218,'48.23890883347912','-3.1249237060546875'),(119316,65,38,217,'48.24170986513847','-3.1239795684814453'),(119315,65,38,216,'48.242052838067174','-3.12286376953125'),(119314,65,38,215,'48.24399630789352','-3.115825653076172'),(119313,65,38,214,'48.24399630789352','-3.1123924255371093'),(119312,65,38,213,'48.24479653871236','-3.1087875366210937'),(119311,65,38,212,'48.243767668217146','-3.0990028381347656'),(119310,65,38,211,'48.243767668217146','-3.09539794921875'),(119309,65,38,210,'48.244453584180164','-3.0919647216796875'),(119308,65,38,209,'48.24616833384559','-3.0893898010253906'),(119307,65,38,208,'48.249483353520524','-3.074626922607422'),(119306,65,38,207,'48.24879750501056','-3.069477081298828'),(119305,65,38,206,'48.249483353520524','-3.0632972717285156'),(119304,65,38,205,'48.25154084386234','-3.057117462158203'),(119303,65,38,204,'48.25165514645409','-3.0548858642578125'),(119302,65,38,203,'48.251769448790306','-3.0481910705566406'),(119301,65,38,202,'48.25154084386234','-3.0394363403320312'),(119300,65,38,201,'48.252798158319074','-3.036174774169922'),(119299,65,38,200,'48.2524552574423','-3.033428192138672'),(119298,65,38,199,'48.25348395317418','-3.026905059814453'),(119297,65,38,198,'48.25474121985294','-3.021411895751953'),(119296,65,38,197,'48.254512628210826','-3.0176353454589843'),(119295,65,38,196,'48.25565557620162','-3.0150604248046875'),(119294,65,38,195,'48.242052838067174','-3.0085372924804687'),(119293,65,38,194,'48.23953764985513','-3.0051040649414062'),(119292,65,38,193,'48.23530728169834','-3.0028724670410156'),(119291,65,38,192,'48.22776035108001','-2.9973793029785156'),(119290,65,38,191,'48.22021230740321','-2.999095916748047'),(119289,65,38,190,'48.21746728827663','-2.9975509643554687'),(119288,65,38,189,'48.210604096512405','-2.9941177368164062'),(119287,65,38,188,'48.20259587674385','-2.9906845092773437'),(119286,65,38,187,'48.2011084980625','-2.9877662658691406'),(119285,65,38,186,'48.2014517431299','-2.9827880859375'),(119284,65,38,185,'48.20190939964206','-2.9762649536132812'),(119283,65,38,184,'48.20328234464588','-2.9729175567626953'),(119282,65,38,183,'48.2033395498891','-2.970857620239258'),(119281,65,38,182,'48.20293911184481','-2.965536117553711'),(119280,65,38,181,'48.20539889609708','-2.9607295989990234'),(119279,65,38,180,'48.2151224678842','-2.940044403076172'),(119278,65,38,179,'48.21746728827663','-2.938671112060547'),(119277,65,38,178,'48.22175631598063','-2.930774688720703'),(119276,65,38,177,'48.228903896961775','-2.9239940643310547'),(119275,65,38,176,'48.23027611829099','-2.9116344451904297'),(119274,65,38,175,'48.23307762258872','-2.9063987731933593'),(119273,65,38,174,'48.23770834438923','-2.8995323181152343'),(119272,65,38,173,'48.23908032962093','-2.895498275756836'),(119271,65,38,172,'48.24039511427533','-2.8865718841552734'),(119270,65,38,171,'48.246454119867295','-2.87841796875'),(119269,65,38,170,'48.24936904607428','-2.876873016357422'),(119268,65,38,169,'48.252055203513116','-2.8749847412109375'),(119267,65,38,168,'48.25514125276751','-2.8728389739990234'),(119266,65,38,167,'48.257598529149966','-2.8734397888183593'),(119265,65,38,166,'48.260341395845344','-2.871980667114258'),(119264,65,38,165,'48.262055612799','-2.8699207305908203'),(119263,65,38,164,'48.26291269971899','-2.8669166564941406'),(119262,65,38,163,'48.26531246664049','-2.8635692596435547'),(119261,65,38,162,'48.26725505257908','-2.8598785400390625'),(119260,65,38,161,'48.26776925414498','-2.858591079711914'),(119259,65,38,160,'48.27228257921042','-2.855243682861328'),(119258,65,38,159,'48.27485328238059','-2.8485488891601562'),(119257,65,38,158,'48.277652345409386','-2.846059799194336'),(119256,65,38,157,'48.27913750025522','-2.8441715240478515'),(119255,65,38,156,'48.279594462291','-2.842540740966797'),(119254,65,38,155,'48.27890901770451','-2.8359317779541015'),(119253,65,38,154,'48.27936598178406','-2.833099365234375'),(119252,65,38,153,'48.278166442357296','-2.828807830810547'),(119251,65,38,152,'48.27628139492317','-2.8237438201904297'),(119250,65,38,151,'48.273767890151085','-2.8169631958007812'),(119249,65,38,150,'48.27302524007771','-2.813873291015625'),(119248,65,38,149,'48.27268247486485','-2.8118133544921875'),(119247,65,38,148,'48.27142564941251','-2.8087234497070312'),(119246,65,38,147,'48.272225451004324','-2.8032302856445312'),(119245,65,38,146,'48.27016879304729','-2.7968788146972656'),(119244,65,38,145,'48.270054531844856','-2.793102264404297'),(119243,65,38,144,'48.26788352045703','-2.789754867553711'),(119242,65,38,143,'48.26736932004082','-2.785806655883789'),(119241,65,38,142,'48.26674084583965','-2.7846908569335937'),(119240,65,38,141,'48.26702651688914','-2.78228759765625'),(119239,65,38,140,'48.2661694989503','-2.7773094177246093'),(119238,65,38,139,'48.26491251331118','-2.770099639892578'),(119237,65,38,138,'48.26479824035652','-2.750873565673828'),(119236,65,38,137,'48.26514105845401','-2.7482986450195312'),(119235,65,38,136,'48.26542673844546','-2.742633819580078'),(119234,65,38,135,'48.26674084583965','-2.7361106872558593'),(119233,65,38,134,'48.270111662477994','-2.7311325073242187'),(119232,65,38,133,'48.2702259235527','-2.7270984649658203'),(119231,65,38,132,'48.27142564941251','-2.7272701263427734'),(119230,65,38,131,'48.27262534710581','-2.722291946411133'),(119229,65,38,130,'48.27348225678486','-2.7208328247070312'),(119228,65,38,129,'48.27428202618651','-2.7170562744140625'),(119227,65,38,128,'48.275310282737266','-2.7158546447753906'),(119226,65,38,127,'48.27553878138276','-2.7132797241210937'),(119225,65,38,126,'48.27656701264152','-2.7105331420898437'),(119224,65,38,125,'48.278966138438','-2.704010009765625'),(119223,65,38,124,'48.28067973074395','-2.701435089111328'),(119222,65,38,123,'48.2790232591076','-2.6980018615722656'),(119221,65,38,122,'48.27948022216526','-2.69439697265625'),(119220,65,38,121,'48.2790232591076','-2.6919078826904297'),(119219,65,38,120,'48.278966138438','-2.686929702758789'),(119218,65,38,119,'48.2766812592818','-2.680063247680664'),(119217,65,38,118,'48.27850917078185','-2.675943374633789'),(119216,65,38,117,'48.2790232591076','-2.6740550994873047'),(119215,65,38,116,'48.28045125509092','-2.6676177978515625'),(119214,65,38,115,'48.28056549304518','-2.6627254486083984'),(119213,65,38,114,'48.2778237116335','-2.661008834838867'),(119212,65,38,113,'48.27605289959884','-2.65594482421875'),(119211,65,38,112,'48.27456765508192','-2.652254104614258'),(119210,65,38,111,'48.27433915209334','-2.6494216918945312'),(119209,65,38,110,'48.273082367389634','-2.640666961669922'),(119208,65,38,109,'48.273539383585835','-2.6403236389160156'),(119207,65,38,108,'48.272225451004324','-2.6391220092773437'),(119206,65,38,107,'48.27319662182189','-2.631654739379883'),(119205,65,38,106,'48.27302524007771','-2.628307342529297'),(119204,65,38,105,'48.27519603303132','-2.624530792236328'),(119203,65,38,104,'48.27553878138276','-2.6224708557128906'),(119202,65,38,103,'48.274967532852976','-2.621612548828125'),(119201,65,38,102,'48.27519603303132','-2.620067596435547'),(119200,65,38,101,'48.275481656817206','-2.619037628173828'),(119199,65,38,100,'48.27702399766979','-2.6186084747314453'),(119198,65,38,99,'48.27628139492317','-2.6174068450927734'),(119197,65,38,98,'48.27553878138276','-2.615947723388672'),(119196,65,38,97,'48.27445340371536','-2.6117420196533203'),(119195,65,38,96,'48.273596510322946','-2.6070213317871093'),(119194,65,38,95,'48.273825016632706','-2.603588104248047'),(119193,65,38,94,'48.27365363699619','-2.594575881958008'),(119192,65,38,93,'48.27331087599868','-2.5893402099609375'),(119191,65,38,92,'48.26868337748803','-2.579813003540039'),(119190,65,38,91,'48.268397715699756','-2.577066421508789'),(119189,65,38,90,'48.26788352045703','-2.570629119873047'),(119188,65,38,89,'48.26816918511949','-2.568483352661133'),(119187,65,38,88,'48.26799778651363','-2.566080093383789'),(119186,65,38,87,'48.26628376883913','-2.5623035430908203'),(119185,65,38,86,'48.26514105845401','-2.558012008666992'),(119184,65,38,85,'48.265655281288936','-2.556467056274414'),(119183,65,38,84,'48.264512556852154','-2.552947998046875'),(119182,65,38,83,'48.26485537686577','-2.55157470703125'),(119181,65,38,82,'48.263598358907735','-2.5495147705078125'),(119180,65,38,81,'48.262627005675796','-2.5450515747070312'),(119179,65,38,80,'48.26154135374883','-2.5402450561523437'),(119178,65,38,79,'48.26108423024981','-2.5387001037597656'),(119177,65,38,78,'48.26131279251031','-2.536640167236328'),(119176,65,38,77,'48.26216989188534','-2.532777786254883'),(119175,65,38,76,'48.261712774007066','-2.531147003173828'),(119174,65,38,75,'48.25914140977405','-2.525310516357422'),(119173,65,38,74,'48.257255660465624','-2.517671585083008'),(119172,65,38,73,'48.255426988647414','-2.5084877014160156'),(119171,65,38,72,'48.25222665558031','-2.505655288696289'),(119170,65,38,71,'48.24839742246534','-2.4977588653564453'),(119169,65,38,70,'48.245139490944965','-2.4894332885742187'),(119168,65,38,69,'48.24411062734845','-2.4791336059570312'),(119167,65,38,68,'48.24222432366919','-2.463083267211914'),(119166,65,38,67,'48.240795259419514','-2.4557018280029297'),(119165,65,38,66,'48.23970914388897','-2.4508094787597656'),(119164,65,38,65,'48.23810851054923','-2.4477195739746093'),(119163,65,38,64,'48.23719384044142','-2.4455738067626953'),(119162,65,38,63,'48.23833717552104','-2.4425697326660156'),(119161,65,38,62,'48.23862300529858','-2.441282272338867'),(119160,65,38,61,'48.23856583947082','-2.435789108276367'),(119159,65,38,60,'48.23725100780225','-2.431154251098633'),(119158,65,38,59,'48.23993780170647','-2.427034378051758'),(119157,65,38,58,'48.23896599892361','-2.424030303955078'),(119156,65,38,57,'48.236107648448844','-2.4118423461914062'),(119155,65,38,56,'48.23496426354395','-2.40875244140625'),(119154,65,38,55,'48.23416387890738','-2.4037742614746093'),(119153,65,38,54,'48.233477824968006','-2.3909854888916015'),(119152,65,38,53,'48.23239155408488','-2.3833465576171875'),(119151,65,38,52,'48.233363481750466','-2.380514144897461'),(119150,65,38,51,'48.23370651063652','-2.376394271850586'),(119149,65,38,50,'48.233649339315214','-2.375192642211914'),(119148,65,38,49,'48.23141960795805','-2.371072769165039'),(119147,65,38,48,'48.23176264987556','-2.366952896118164'),(119146,65,38,47,'48.233649339315214','-2.35931396484375'),(119145,65,38,46,'48.23416387890738','-2.3572540283203125'),(119144,65,38,45,'48.236050479810444','-2.3479843139648437'),(119143,65,38,44,'48.23593614234202','-2.3456668853759765'),(119142,65,38,43,'48.236507827129','-2.3423194885253906'),(119141,65,38,42,'48.236279153980746','-2.339916229248047'),(119140,65,38,41,'48.237879844555344','-2.3375988006591797'),(119139,65,38,40,'48.23833717552104','-2.335367202758789'),(119138,65,38,39,'48.24068093255483','-2.3288440704345703'),(119137,65,38,38,'48.24616833384559','-2.323436737060547'),(119136,65,38,37,'48.24651127688003','-2.318115234375'),(119135,65,38,36,'48.247540092186156','-2.3151111602783203'),(119134,65,38,35,'48.24839742246534','-2.310304641723633'),(119133,65,38,34,'48.249483353520524','-2.308502197265625'),(119132,65,38,33,'48.249311892255356','-2.3046398162841797'),(119131,65,38,32,'48.25108363094038','-2.300691604614258'),(119130,65,38,31,'48.251712297654144','-2.2944259643554687'),(119129,65,38,30,'48.252055203513116','-2.289447784423828'),(119128,65,38,29,'48.25154084386234','-2.2872161865234375'),(119127,65,38,28,'48.25211235426606','-2.2836971282958984'),(119126,65,38,27,'48.25148369247066','-2.2801780700683593'),(119125,65,38,26,'48.250569261516745','-2.276315689086914'),(119124,65,38,25,'48.24988342757031','-2.270994186401367'),(119123,65,38,24,'48.25051210903917','-2.2670459747314453'),(119122,65,38,23,'48.25022634569327','-2.262582778930664'),(119121,65,38,22,'48.25102647903768','-2.2562313079833984'),(119120,65,38,21,'48.2524552574423','-2.2527122497558593'),(119119,65,38,20,'48.253312505322725','-2.2455883026123047'),(119118,65,38,19,'48.25468407203821','-2.239665985107422'),(119117,65,38,18,'48.25582701619659','-2.239065170288086'),(119116,65,38,17,'48.253198206435705','-2.2358036041259765'),(119115,65,38,16,'48.25051210903917','-2.2322845458984375'),(119114,65,38,15,'48.24582538851158','-2.227649688720703'),(119113,65,38,14,'48.244739379783354','-2.2247314453125'),(119112,65,38,13,'48.24262445450487','-2.2226715087890625'),(119111,65,38,12,'48.237879844555344','-2.2228431701660156'),(119110,65,38,11,'48.23227720843991','-2.223529815673828'),(119109,65,38,10,'48.22930413198368','-2.221555709838867'),(119108,65,38,9,'48.22495855567907','-2.219667434692383'),(119107,65,38,8,'48.21883981623823','-2.2167491912841797'),(119106,65,38,7,'48.21786761273314','-2.215547561645508'),(119105,65,38,6,'48.2155228106753','-2.2147750854492187'),(119104,65,38,5,'48.208773756674425','-2.2034454345703125'),(119103,65,38,4,'48.207458159508306','-2.201814651489258'),(119102,65,38,3,'48.20396880334818','-2.1996688842773437'),(119101,65,38,2,'48.19538740833338','-2.196063995361328'),(119100,65,38,1,'48.19143948391694','-2.1946048736572265'),(119099,65,38,0,'48.18955123862619','-2.1924591064453125'),(115458,64,37,97,'48.12221561982524','-1.638336181640625'),(140454,67,40,508,'43.2828915236176','-0.3867530822753906'),(140453,67,40,507,'43.27589304630796','-0.3881263732910156'),(140452,67,40,506,'43.26333126037463','-0.39010047912597656'),(140451,67,40,505,'43.25620551318551','-0.3902721405029297'),(140450,67,40,504,'43.24739093542779','-0.3879547119140625'),(140449,67,40,503,'43.24438993703821','-0.3875255584716797'),(140448,67,40,502,'43.24257676220119','-0.3850364685058594'),(140447,67,40,501,'43.239137834111204','-0.38872718811035156'),(140446,67,40,500,'43.23626149064871','-0.3898429870605469'),(140445,67,40,499,'43.22963287791912','-0.3881263732910156'),(140444,67,40,498,'43.225692889144156','-0.3891563415527344'),(140443,67,40,497,'43.22012643924332','-0.38692474365234375'),(140442,67,40,496,'43.21756194862769','-0.3835773468017578'),(140441,67,40,495,'43.211744533523934','-0.38349151611328125'),(140440,67,40,494,'43.20598912524205','-0.38443565368652344'),(140439,67,40,493,'43.202297871075615','-0.3879547119140625'),(140438,67,40,492,'43.19885667028148','-0.38726806640625'),(140437,67,40,491,'43.19641642847414','-0.38924217224121094'),(140436,67,40,490,'43.19184853408331','-0.39035797119140625'),(140435,67,40,489,'43.18878222141523','-0.3937053680419922'),(140434,67,40,488,'43.18490217644876','-0.3919029235839844'),(140433,67,40,487,'43.17945718137291','-0.3920745849609375'),(140432,67,40,486,'43.17764207509923','-0.3936195373535156'),(140431,67,40,485,'43.17344834737533','-0.3945636749267578'),(140430,67,40,484,'43.17044370864677','-0.3943920135498047'),(140429,67,40,483,'43.168941333850505','-0.39679527282714844'),(140428,67,40,482,'43.16387054608569','-0.39696693420410156'),(140427,67,40,481,'43.160114135618834','-0.3980827331542969'),(140426,67,40,480,'43.15748451087009','-0.40108680725097656'),(140425,67,40,479,'43.156044430313315','-0.406494140625'),(140424,67,40,478,'43.15266323823622','-0.4046916961669922'),(140423,67,40,477,'43.14965757711676','-0.40383338928222656'),(140422,67,40,476,'43.144710438027886','-0.3994560241699219'),(140421,67,40,475,'43.1391365991889','-0.39928436279296875'),(140420,67,40,474,'43.1360050061232','-0.4025459289550781'),(140419,67,40,473,'43.125481678671115','-0.4025459289550781'),(140418,67,40,472,'43.11946753577654','-0.4035758972167969'),(140417,67,40,471,'43.11382873987782','-0.41052818298339844'),(140416,67,40,470,'43.11119712397002','-0.4125022888183594'),(140415,67,40,469,'43.10812676239141','-0.4118156433105469'),(140414,67,40,468,'43.10637220090889','-0.41301727294921875'),(140413,67,40,467,'43.10355226459183','-0.4152488708496094'),(140412,67,40,466,'43.099478793917605','-0.41507720947265625'),(140411,67,40,465,'43.09358744926521','-0.4190254211425781'),(140410,67,40,464,'43.08537622572801','-0.4217720031738281'),(140409,67,40,463,'43.081113477214636','-0.4203987121582031'),(140408,67,40,462,'43.072900581493215','-0.42099952697753906'),(140407,67,40,461,'43.06957749412594','-0.42220115661621094'),(140406,67,40,460,'43.06706938435495','-0.42357444763183594'),(140405,67,40,459,'43.06324431936463','-0.4240894317626953'),(140404,67,40,458,'43.06067323992319','-0.4259777069091797'),(140403,67,40,457,'43.05797662613352','-0.42949676513671875'),(140402,67,40,456,'43.055593473374216','-0.4316425323486328'),(140401,67,40,455,'43.05584433592097','-0.43473243713378906'),(140400,67,40,454,'43.0559070513973','-0.4358482360839844'),(140399,67,40,453,'43.05622062781687','-0.4364490509033203'),(140398,67,40,452,'43.056722346752856','-0.4385089874267578'),(140397,67,40,451,'43.05734948965023','-0.4385948181152344'),(140396,67,40,450,'43.05778848586201','-0.4398822784423828'),(140395,67,40,449,'43.05929359187061','-0.438079833984375'),(140394,67,40,448,'43.06161389125079','-0.4375648498535156'),(140393,67,40,447,'43.060547818655785','-0.43885231018066406'),(140392,67,40,446,'43.06061052932156','-0.4410839080810547'),(140391,67,40,445,'43.061049502186044','-0.44460296630859375'),(140390,67,40,444,'43.06255452814659','-0.44022560119628906'),(140389,67,40,443,'43.06280536221476','-0.45052528381347656'),(140388,67,40,442,'43.060359686273586','-0.45310020446777344'),(140387,67,40,441,'43.05860375620274','-0.45447349548339844'),(140386,67,40,440,'43.062115566057855','-0.45584678649902344'),(140385,67,40,439,'43.06192743848626','-0.457305908203125'),(140384,67,40,438,'43.063118903356795','-0.4577350616455078'),(140383,67,40,437,'43.06537635224295','-0.45876502990722656'),(140382,67,40,436,'43.066379636176045','-0.45996665954589844'),(140381,67,40,435,'43.06537635224295','-0.4639148712158203'),(140380,67,40,434,'43.06568988023596','-0.46614646911621094'),(140379,67,40,433,'43.06512552869402','-0.4703521728515625'),(140378,67,40,432,'43.064184931245265','-0.47163963317871094'),(140377,67,40,431,'43.06280536221476','-0.47412872314453125'),(140376,67,40,430,'43.061237632451565','-0.47824859619140625'),(140375,67,40,429,'43.058917318832066','-0.4891490936279297'),(140374,67,40,428,'43.060485107925864','-0.48829078674316406'),(140373,67,40,427,'43.05829019196988','-0.4931831359863281'),(140372,67,40,426,'43.05910545563997','-0.49335479736328125'),(140371,67,40,425,'43.05998341977742','-0.4909515380859375'),(140370,67,40,424,'43.06067323992319','-0.49266815185546875'),(140369,67,40,423,'43.059920708470244','-0.4942131042480469'),(140368,67,40,422,'43.0604223971318','-0.4960155487060547'),(140367,67,40,421,'43.062303693052165','-0.49653053283691406'),(140366,67,40,420,'43.063934102821534','-0.49859046936035156'),(140365,67,40,419,'43.065000116534705','-0.4980754852294922'),(140364,67,40,418,'43.06531364645195','-0.4990196228027344'),(140363,67,40,417,'43.06487470411881','-0.5020236968994141'),(140362,67,40,416,'43.06738290368878','-0.5002212524414062'),(140361,67,40,415,'43.06938938945301','-0.5023670196533203'),(140360,67,40,414,'43.06932668776709','-0.5050277709960938'),(140359,67,40,413,'43.070518008831314','-0.5074310302734375'),(140358,67,40,412,'43.068574262532856','-0.5100917816162109'),(140357,67,40,411,'43.069891000631294','-0.5103492736816406'),(140356,67,40,410,'43.07083151052597','-0.5131816864013672'),(140355,67,40,409,'43.070455308299955','-0.5158424377441406'),(140354,67,40,408,'43.07014180468101','-0.5190181732177734'),(140353,67,40,407,'43.07007910376478','-0.520477294921875'),(140352,67,40,406,'43.07001640278443','-0.5216789245605469'),(140351,67,40,405,'43.071145010617066','-0.5262279510498047'),(140350,67,40,404,'43.071395809535375','-0.5281162261962891'),(140349,67,40,403,'43.07227359766744','-0.5282020568847656'),(140348,67,40,402,'43.07258709038212','-0.5294036865234375'),(140347,67,40,401,'43.07365295361727','-0.5306911468505859'),(140346,67,40,400,'43.072900581493215','-0.5327510833740234'),(140345,67,40,399,'43.073339466354746','-0.5351543426513672'),(140344,67,40,398,'43.07340216393554','-0.5394458770751953'),(140343,67,40,397,'43.07459340578335','-0.5414199829101562'),(140342,67,40,396,'43.074656102081256','-0.5433940887451172'),(140341,67,40,395,'43.0748441905902','-0.5467414855957031'),(140340,67,40,394,'43.07522036587615','-0.5522346496582031'),(140339,67,40,393,'43.07628618331304','-0.5541229248046875'),(140338,67,40,392,'43.077163901400745','-0.5598735809326172'),(140337,67,40,391,'43.07785352822133','-0.560302734375'),(140336,67,40,390,'43.078355070125','-0.5631351470947266'),(140335,67,40,389,'43.07973428919268','-0.5636501312255859'),(140334,67,40,388,'43.08036119668768','-0.5655384063720703'),(140333,67,40,387,'43.07985967120484','-0.5673408508300781'),(140332,67,40,386,'43.080486577416934','-0.5690574645996094'),(140331,67,40,385,'43.080549267685356','-0.5705165863037109'),(140330,67,40,384,'43.08117616684163','-0.5718040466308594'),(140329,67,40,383,'43.081113477214636','-0.5731773376464844'),(140328,67,40,382,'43.08061195788963','-0.5752372741699219'),(140327,67,40,381,'43.08105078752353','-0.5766105651855469'),(140326,67,40,380,'43.080486577416934','-0.5790996551513672'),(140325,67,40,379,'43.07973428919268','-0.578155517578125'),(140324,67,40,378,'43.07923275857833','-0.5791854858398438'),(140323,67,40,377,'43.07866853173014','-0.5821895599365234'),(140322,67,40,376,'43.078856607923484','-0.5860519409179688'),(140321,67,40,375,'43.078480454959504','-0.5901718139648438'),(140320,67,40,374,'43.07779083519471','-0.5947208404541016'),(140319,67,40,373,'43.077916221183784','-0.5957508087158203'),(140318,67,40,372,'43.077289288672674','-0.5972957611083984'),(140317,67,40,371,'43.077351982212434','-0.5986690521240234'),(140316,67,40,370,'43.07697582001174','-0.6027030944824219'),(140315,67,40,369,'43.07591001456969','-0.6050205230712891'),(140314,67,40,368,'43.07509497437072','-0.6067371368408203'),(140313,67,40,367,'43.072336296338655','-0.6063938140869141'),(140312,67,40,366,'43.07384104520506','-0.6075954437255859'),(140311,67,40,365,'43.07904468353955','-0.6120586395263672'),(140310,67,40,364,'43.0808627180653','-0.6134319305419922'),(140309,67,40,363,'43.09108032218198','-0.6166934967041016'),(140308,67,40,362,'43.096909234562325','-0.6223583221435547'),(140307,67,40,361,'43.09922810994688','-0.6221866607666016'),(140306,67,40,360,'43.103426931073926','-0.6212425231933594'),(140305,67,40,359,'43.10612154516305','-0.6249332427978516'),(140304,67,40,358,'43.1098812735817','-0.6250190734863281'),(140303,67,40,357,'43.1098812735817','-0.6275081634521484'),(140302,67,40,356,'43.11151041751185','-0.6308555603027344'),(140301,67,40,355,'43.10969329264545','-0.6326580047607422'),(140300,67,40,354,'43.10963063220507','-0.6352329254150391'),(140299,67,40,353,'43.10762546424255','-0.6390953063964844'),(140298,67,40,352,'43.10643486468497','-0.6439018249511719'),(140297,67,40,351,'43.10593355268011','-0.6475067138671875'),(140296,67,40,350,'43.10568289513815','-0.6527423858642578'),(140295,67,40,349,'43.1030509289806','-0.6590938568115234'),(140294,67,40,348,'43.10092020683161','-0.6601238250732422'),(140293,67,40,347,'43.10104554548131','-0.6621837615966797'),(140292,67,40,346,'43.09697190802464','-0.6705093383789062'),(140291,67,40,345,'43.09584377588826','-0.6724834442138672'),(140290,67,40,344,'43.095593077035495','-0.6815814971923828'),(140289,67,40,343,'43.094276891220126','-0.6844139099121094'),(140288,67,40,342,'43.0933367411754','-0.6867313385009766'),(140287,67,40,341,'43.09296067711629','-0.6887054443359375'),(140286,67,40,340,'43.09208318533128','-0.6917095184326172'),(140285,67,40,339,'43.09270996646064','-0.6954860687255859'),(140284,67,40,338,'43.092271220343626','-0.6985759735107422'),(140283,67,40,337,'43.09189514974164','-0.7009792327880859'),(140282,67,40,336,'43.09270996646064','-0.7022666931152344'),(140281,67,40,335,'43.092271220343626','-0.7054424285888672'),(140280,67,40,334,'43.09158175580929','-0.7069873809814453'),(140279,67,40,333,'43.09252193279535','-0.7079315185546875'),(140278,67,40,332,'43.09170711357468','-0.7091331481933594'),(140277,67,40,331,'43.09264728863636','-0.709991455078125'),(140276,67,40,330,'43.09245925477863','-0.7114505767822266'),(140275,67,40,329,'43.094214214999504','-0.7117938995361328'),(140274,67,40,328,'43.09596912492975','-0.7106781005859375'),(140273,67,40,327,'43.09521702683198','-0.7150554656982422'),(140272,67,40,326,'43.09245925477863','-0.715484619140625'),(140271,67,40,325,'43.085313540398715','-0.7216644287109375'),(140270,67,40,324,'43.08280607462835','-0.7268142700195312'),(140269,67,40,323,'43.0766623497472','-0.7378005981445312'),(140268,67,40,322,'43.071019610773064','-0.7453536987304688'),(140267,67,40,321,'43.062868070571454','-0.756683349609375'),(140266,67,40,320,'43.05170497266887','-0.76080322265625'),(140265,67,40,319,'43.04806711977028','-0.7573699951171875'),(140264,67,40,318,'43.0470635361726','-0.7534217834472656'),(140263,67,40,317,'43.042170831000746','-0.7508468627929688'),(140262,67,40,316,'43.03602303291293','-0.7474136352539062'),(140261,67,40,315,'43.03125492868636','-0.7487869262695312'),(140260,67,40,314,'43.02736488507217','-0.7460403442382812'),(140259,67,40,313,'43.0208390970014','-0.7489585876464844'),(140258,67,40,312,'43.01544224826686','-0.745697021484375'),(140257,67,40,311,'43.01393606628819','-0.748443603515625'),(140256,67,40,310,'43.01092359150748','-0.7465553283691406'),(140255,67,40,309,'43.00527480302554','-0.7479286193847656'),(140254,67,40,308,'43.00502373370268','-0.7451820373535156'),(140253,67,40,307,'43.00678119741404','-0.7419204711914062'),(140252,67,40,306,'43.00678119741404','-0.73883056640625'),(140251,67,40,305,'43.00816202648563','-0.7379722595214844'),(140250,67,40,304,'43.00966835007137','-0.7357406616210938'),(140249,67,40,303,'43.00891519289609','-0.73333740234375'),(140248,67,40,302,'43.00966835007137','-0.7309341430664062'),(140247,67,40,301,'43.00376837169663','-0.7312774658203125'),(140246,67,40,300,'43.00113202798366','-0.736083984375'),(140245,67,40,299,'42.99686342211895','-0.740203857421875'),(140244,67,40,298,'42.99045995730452','-0.7383155822753906'),(140243,67,40,297,'42.987320760268354','-0.7420921325683594'),(140242,67,40,296,'42.984432557396445','-0.7450103759765625'),(140241,67,40,295,'42.98694404585019','-0.7554817199707031'),(140240,67,40,294,'42.9888275948543','-0.7573699951171875'),(140239,67,40,293,'42.98870202671633','-0.7616615295410156'),(140238,67,40,292,'42.98819975159925','-0.7638931274414062'),(140237,67,40,291,'42.99058552185121','-0.7693862915039062'),(140236,67,40,290,'42.99297119949901','-0.7668113708496094'),(140235,67,40,289,'42.994729007982755','-0.7592582702636719'),(140234,67,40,288,'42.9938501100257','-0.7575416564941406'),(140233,67,40,287,'42.996110107947956','-0.7578849792480469'),(140232,67,40,286,'42.99686342211895','-0.7556533813476562'),(140231,67,40,285,'42.99837002275622','-0.7530784606933594'),(140230,67,40,284,'43.00025322160624','-0.7606315612792969'),(140229,67,40,283,'42.99862111927107','-0.7666397094726562'),(140228,67,40,282,'42.99824447411402','-0.7745361328125'),(140227,67,40,281,'43.00037876614404','-0.775909423828125'),(140226,67,40,280,'43.00326621971138','-0.77728271484375'),(140225,67,40,279,'42.99837002275622','-0.7784843444824219'),(140224,67,40,278,'42.99498011937606','-0.7834625244140625'),(140223,67,40,277,'42.99196671493425','-0.7862091064453125'),(140222,67,40,276,'42.993347876978156','-0.7867240905761719'),(140221,67,40,275,'42.99309675891523','-0.7886123657226562'),(140220,67,40,274,'42.99259451971113','-0.791015625'),(140219,67,40,273,'42.99297119949901','-0.7947921752929688'),(140218,67,40,272,'42.99636121369774','-0.7987403869628906'),(140217,67,40,271,'42.99636121369774','-0.8026885986328125'),(140216,67,40,270,'42.99585900117211','-0.8052635192871094'),(140215,67,40,269,'42.99673787039845','-0.8076667785644531'),(140214,67,40,268,'42.995607893370135','-0.8105850219726562'),(140213,67,40,267,'42.995607893370135','-0.8136749267578125'),(140212,67,40,266,'42.99648676618783','-0.8181381225585938'),(140211,67,40,265,'42.995607893370135','-0.8205413818359375'),(140210,67,40,264,'42.99648676618783','-0.8222579956054688'),(140209,67,40,263,'42.9973656264358','-0.823974609375'),(140208,67,40,262,'42.9938501100257','-0.8263778686523438'),(140207,67,40,261,'42.994352338968866','-0.8294677734375'),(140206,67,40,260,'42.99422678211785','-0.8330726623535156'),(140205,67,40,259,'42.99573344739939','-0.8371925354003906'),(140204,67,40,258,'42.99686342211895','-0.8389091491699219'),(140203,67,40,257,'42.99887221475982','-0.8382225036621094'),(140202,67,40,256,'42.99912330922245','-0.8397674560546875'),(140201,67,40,255,'42.99912330922245','-0.8423423767089844'),(140200,67,40,254,'43.00125757072576','-0.8438873291015625'),(140199,67,40,253,'43.00213636273762','-0.8462905883789062'),(140198,67,40,252,'43.00364283408512','-0.8466339111328125'),(140197,67,40,251,'43.00376837169663','-0.84869384765625'),(140196,67,40,250,'43.00565140508583','-0.8490371704101562'),(140195,67,40,249,'43.00728332066789','-0.8504104614257812'),(140194,67,40,248,'43.008413082981924','-0.8521270751953125'),(140193,67,40,247,'43.01142568089898','-0.8531570434570312'),(140192,67,40,246,'43.014061582864024','-0.85418701171875'),(140191,67,40,245,'43.01531673451292','-0.8567619323730469'),(140190,67,40,244,'43.01669737169671','-0.8615684509277344'),(140189,67,40,243,'43.01832899380314','-0.8634567260742188'),(140188,67,40,242,'43.01983506803599','-0.8634567260742188'),(140187,67,40,241,'43.02171760887777','-0.8619117736816406'),(140186,67,40,240,'43.023725588820255','-0.8624267578125'),(140185,67,40,239,'43.02573350308799','-0.8675765991210938'),(140184,67,40,238,'43.027113906050445','-0.8686065673828125'),(140183,67,40,237,'43.029498165324995','-0.8698081970214844'),(140182,67,40,236,'43.03313711934612','-0.8737564086914062'),(140181,67,40,235,'43.03639944641622','-0.8780479431152344'),(140180,67,40,234,'43.03790507733995','-0.8783912658691406'),(140179,67,40,233,'43.04317449464363','-0.8821678161621094'),(140178,67,40,232,'43.047816225410216','-0.8847427368164062'),(140177,67,40,231,'43.0504505650079','-0.8825111389160156'),(140176,67,40,230,'43.05571890477589','-0.8807945251464844'),(140175,67,40,229,'43.057474917460006','-0.87890625'),(140174,67,40,228,'43.06061052932156','-0.877532958984375'),(140173,67,40,227,'43.063369735115884','-0.8758163452148438'),(140172,67,40,226,'43.068009937545746','-0.8770179748535156'),(140171,67,40,225,'43.070768810315336','-0.8756446838378906'),(140170,67,40,224,'43.072900581493215','-0.8758163452148438'),(140169,67,40,223,'43.077289288672674','-0.8715248107910156'),(140168,67,40,222,'43.07929545012961','-0.8713531494140625'),(140167,67,40,221,'43.08782090353731','-0.8710098266601562'),(140166,67,40,220,'43.09509167625098','-0.8662033081054688'),(140165,67,40,219,'43.09697190802464','-0.8629417419433594'),(140164,67,40,218,'43.09897742494981','-0.8627700805664062'),(140163,67,40,217,'43.101985577175384','-0.8605384826660156'),(140162,67,40,216,'43.10712416198819','-0.8579635620117188'),(140161,67,40,215,'43.10887870191692','-0.8595085144042969'),(140160,67,40,214,'43.112136999784376','-0.8600234985351562'),(140159,67,40,213,'43.11689881541645','-0.8644866943359375'),(140158,67,40,212,'43.120407284575116','-0.866546630859375'),(140157,67,40,211,'43.1240408441236','-0.8753013610839844'),(140156,67,40,210,'43.13306116240612','-0.8770179748535156'),(140155,67,40,209,'43.1355665702956','-0.8751296997070312'),(140154,67,40,208,'43.14157913044299','-0.8785629272460938'),(140153,67,40,207,'43.145837669496494','-0.8893775939941406'),(140152,67,40,206,'43.153101551466385','-0.8916091918945312'),(140151,67,40,205,'43.15485477295109','-0.8941841125488281'),(140150,67,40,204,'43.158486286023525','-0.896759033203125'),(140149,67,40,203,'43.16124108300989','-0.8979606628417969'),(140148,67,40,202,'43.16199236972251','-0.8998489379882812'),(140147,67,40,201,'43.160990652052696','-0.9027671813964844'),(140146,67,40,200,'43.16362012590673','-0.9041404724121094'),(140145,67,40,199,'43.166750304363774','-0.9058570861816406'),(140144,67,40,198,'43.1661242815037','-0.90911865234375'),(140143,67,40,197,'43.16812753207274','-0.9110069274902344'),(140142,67,40,196,'43.171382674128445','-0.9098052978515625'),(140141,67,40,195,'43.173385752242844','-0.9094619750976562'),(140140,67,40,194,'43.1760146925668','-0.9108352661132812'),(140139,67,40,193,'43.17901905721258','-0.9125518798828125'),(140138,67,40,192,'43.179770125276974','-0.9144401550292969'),(140137,67,40,191,'43.18089671005073','-0.915985107421875'),(140136,67,40,190,'43.18277430514594','-0.915985107421875'),(140135,67,40,189,'43.18753062095377','-0.9177017211914062'),(140134,67,40,188,'43.18990863988786','-0.9166717529296875'),(140133,67,40,187,'43.194539252984846','-0.915985107421875'),(140132,67,40,186,'43.19741756512383','-0.9168434143066406'),(140131,67,40,185,'43.19416381095764','-0.9233665466308594'),(140130,67,40,184,'43.194539252984846','-0.9283447265625'),(140129,67,40,183,'43.19291232085178','-0.9314346313476562'),(140128,67,40,182,'43.19191111028885','-0.9376144409179688'),(140127,67,40,181,'43.19015895228097','-0.94207763671875'),(140126,67,40,180,'43.19015895228097','-0.9437942504882812'),(140125,67,40,179,'43.192536868815495','-0.951690673828125'),(140124,67,40,178,'43.194539252984846','-0.9650802612304688'),(140123,67,40,177,'43.19641642847414','-0.9659385681152344'),(140122,67,40,176,'43.20079628005176','-0.9661102294921875'),(140121,67,40,175,'43.204049680560274','-0.9719467163085938'),(140120,67,40,174,'43.20917969039356','-0.9746932983398438'),(140119,67,40,173,'43.208178746742924','-0.9765815734863281'),(140118,67,40,172,'43.20968015605925','-0.9793281555175781'),(140117,67,40,171,'43.20968015605925','-0.9836196899414062'),(140116,67,40,170,'43.207678268758','-0.9868812561035156'),(140115,67,40,169,'43.2070526655022','-0.9920310974121094'),(140114,67,40,168,'43.2069275440811','-0.9939193725585938'),(140113,67,40,167,'43.20442506176245','-0.9976959228515625'),(140112,67,40,166,'43.199920334887494','-1.0006141662597656'),(140111,67,40,165,'43.19967006253075','-1.0062789916992188'),(140110,67,40,164,'43.201171681272456','-1.0117721557617188'),(140109,67,40,163,'43.20029574149778','-1.017608642578125'),(140108,67,40,162,'43.19691699885213','-1.0232734680175781'),(140107,67,40,161,'43.19153565209317','-1.0236167907714844'),(140106,67,40,160,'43.18790610378692','-1.0297966003417969'),(140105,67,40,159,'43.18652932210658','-1.0346031188964844'),(140104,67,40,158,'43.18552800683452','-1.0400962829589844'),(140103,67,40,157,'43.18702997358328','-1.0428428649902344'),(140102,67,40,156,'43.18853190337605','-1.0442161560058594'),(140101,67,40,155,'43.18878222141523','-1.0486793518066406'),(140100,67,40,154,'43.190784728772485','-1.0514259338378906'),(140099,67,40,153,'43.193913514989596','-1.055288314819336'),(140098,67,40,152,'43.19478954638646','-1.058206558227539'),(140097,67,40,151,'43.19647899999593','-1.0592365264892578'),(140096,67,40,150,'43.20104654778886','-1.0640430450439453'),(140095,67,40,149,'43.20342404009034','-1.0672187805175781'),(140094,67,40,148,'43.20567631575423','-1.0666179656982422'),(140093,67,40,147,'43.207365467932135','-1.0668754577636719'),(140092,67,40,146,'43.209492481915824','-1.0691070556640625'),(140091,67,40,145,'43.20917969039356','-1.0720252990722656'),(140090,67,40,144,'43.20792850826377','-1.0741710662841797'),(140089,67,40,143,'43.20761570872116','-1.075286865234375'),(140088,67,40,142,'43.21355862573447','-1.0845565795898438'),(140087,67,40,141,'43.22669354534018','-1.0881614685058594'),(140086,67,40,140,'43.23250953425668','-1.0976886749267578'),(140085,67,40,139,'43.221064640568336','-1.1190605163574219'),(140084,67,40,138,'43.215873078831905','-1.125326156616211'),(140083,67,40,137,'43.21405905546877','-1.1290168762207031'),(140082,67,40,136,'43.213058191893694','-1.1345958709716797'),(140081,67,40,135,'43.20505069196647','-1.1454963684082031'),(140080,67,40,134,'43.19866896283793','-1.1505603790283203'),(140079,67,40,133,'43.19754270605015','-1.1558818817138672'),(140078,67,40,132,'43.193475494575345','-1.1640357971191406'),(140077,67,40,131,'43.19109761461224','-1.165323257446289'),(140076,67,40,130,'43.1938509408372','-1.165323257446289'),(140075,67,40,129,'43.19497726576397','-1.1676406860351562'),(140074,67,40,128,'43.20530094225151','-1.167898178100586'),(140073,67,40,127,'43.209555040027794','-1.1713314056396484'),(140072,67,40,126,'43.2120573118928','-1.171417236328125'),(140071,67,40,125,'43.217687048233316','-1.1753654479980469'),(140070,67,40,124,'43.218875481685785','-1.1789703369140625'),(140069,67,40,123,'43.21968860701766','-1.1793136596679688'),(140068,67,40,122,'43.219500963672765','-1.1848926544189453'),(140067,67,40,121,'43.222378098169166','-1.1850643157958984'),(140066,67,40,120,'43.22300354422405','-1.184377670288086'),(140065,67,40,119,'43.22475475904202','-1.184549331665039'),(140064,67,40,118,'43.225130012815335','-1.1854934692382812'),(140063,67,40,117,'43.22594305473314','-1.1855792999267578'),(140062,67,40,116,'43.22675608580702','-1.1874675750732422'),(140061,67,40,115,'43.22700624703274','-1.1931324005126953'),(140060,67,40,114,'43.22813195984379','-1.1948490142822266'),(140059,67,40,113,'43.228444654157364','-1.1960506439208984'),(140058,67,40,112,'43.2286322699755','-1.1989688873291016'),(140057,67,40,111,'43.23182165052789','-1.203603744506836'),(140056,67,40,110,'43.23363514542913','-1.2091827392578125'),(140055,67,40,109,'43.23451060641227','-1.2095260620117188'),(140054,67,40,108,'43.235198459790425','-1.2103843688964844'),(140053,67,40,107,'43.23632402129814','-1.21124267578125'),(140052,67,40,106,'43.23813738221992','-1.212615966796875'),(140051,67,40,105,'43.24645313931262','-1.2171649932861328'),(140050,67,40,104,'43.250141720741986','-1.2175941467285156'),(140049,67,40,103,'43.25364254056087','-1.2198257446289062'),(140048,67,40,102,'43.25676810249429','-1.2270355224609375'),(140047,67,40,101,'43.256330533481076','-1.2288379669189453'),(140046,67,40,100,'43.25651806344319','-1.2317562103271484'),(140045,67,40,99,'43.25733068660536','-1.2314987182617188'),(140044,67,40,98,'43.25889339297517','-1.2290096282958984'),(140043,67,40,97,'43.25889339297517','-1.2275505065917969'),(140042,67,40,96,'43.26001851672775','-1.2258338928222656'),(140041,67,40,95,'43.26214369375646','-1.2256622314453125'),(140040,67,40,94,'43.26326875744594','-1.2276363372802734'),(140039,67,40,93,'43.267268815514235','-1.228494644165039'),(140038,67,40,92,'43.270143694898714','-1.229696273803711'),(140037,67,40,91,'43.27195604907237','-1.2320995330810547'),(140036,67,40,90,'43.27420579296589','-1.2336444854736328'),(140035,67,40,89,'43.275455614748346','-1.235189437866211'),(140034,67,40,88,'43.27970481680583','-1.2369918823242188'),(140033,67,40,87,'43.28132943329151','-1.2363910675048828'),(140032,67,40,86,'43.28239165907703','-1.237335205078125'),(140031,67,40,85,'43.28445357383563','-1.236734390258789'),(140030,67,40,84,'43.28670285568739','-1.2393951416015625'),(140029,67,40,83,'43.291763435767365','-1.2405967712402344'),(140028,67,40,82,'43.29257558842178','-1.241455078125'),(140027,67,40,81,'43.294012447319126','-1.241455078125'),(140026,67,40,80,'43.294699628704194','-1.2424850463867188'),(140025,67,40,79,'43.295761621025754','-1.2436866760253906'),(140024,67,40,78,'43.29619890659104','-1.2424850463867188'),(140023,67,40,77,'43.29494951091899','-1.2416267395019531'),(140022,67,40,76,'43.29320031385282','-1.2396526336669922'),(140021,67,40,75,'43.29263806125367','-1.2375068664550781'),(140020,67,40,74,'43.293387730230734','-1.2369918823242188'),(140019,67,40,73,'43.29376256125385','-1.2363052368164062'),(140018,67,40,72,'43.294699628704194','-1.2355327606201172'),(140017,67,40,71,'43.2942623323576','-1.2335586547851562'),(140016,67,40,70,'43.294762099354145','-1.2333869934082031'),(140015,67,40,69,'43.29682359480086','-1.2344169616699219'),(140014,67,40,68,'43.30000940484684','-1.2352752685546875'),(140013,67,40,67,'43.30113376853972','-1.2381935119628906'),(140012,67,40,66,'43.30150855181671','-1.2397384643554688'),(140011,67,40,65,'43.302820275092465','-1.2412834167480469'),(140010,67,40,64,'43.30375720296203','-1.2419700622558594'),(140009,67,40,63,'43.30469411639206','-1.2423133850097656'),(140008,67,40,62,'43.305131337717846','-1.2432575225830078'),(140007,67,40,61,'43.306567899933356','-1.2437725067138672'),(140006,67,40,60,'43.30575593415691','-1.2470340728759766'),(140005,67,40,59,'43.30388212558699','-1.248321533203125'),(140004,67,40,58,'43.30313258598672','-1.2499523162841797'),(140003,67,40,57,'43.303569818543274','-1.2512397766113281'),(140002,67,40,56,'43.30438181351978','-1.2522697448730469'),(140001,67,40,55,'43.30581839344785','-1.2542438507080078'),(140000,67,40,54,'43.3056934748018','-1.2575054168701172'),(139999,67,40,53,'43.30575593415691','-1.2605094909667969'),(139998,67,40,52,'43.30581839344785','-1.2623119354248047'),(139997,67,40,51,'43.30581839344785','-1.2636852264404297'),(139996,67,40,50,'43.30550609635139','-1.265401840209961'),(139995,67,40,49,'43.30575593415691','-1.266775131225586'),(139994,67,40,48,'43.30775459963555','-1.2690925598144531'),(139993,67,40,47,'43.30781705687284','-1.2737274169921875'),(139992,67,40,46,'43.30806688518029','-1.2753582000732422'),(139991,67,40,45,'43.308129342096706','-1.2775897979736328'),(139990,67,40,44,'43.309128644031446','-1.2811946868896484'),(139989,67,40,43,'43.31087738288449','-1.2878894805908203'),(139988,67,40,42,'43.3110647447774','-1.2900352478027344'),(139987,67,40,41,'43.311876639638925','-1.2919235229492188'),(139986,67,40,40,'43.312251356686175','-1.2946701049804688'),(139985,67,40,39,'43.31212645126047','-1.2973308563232422'),(139984,67,40,38,'43.31262607142305','-1.2994766235351562'),(139983,67,40,37,'43.31175173344309','-1.3006782531738281'),(139982,67,40,36,'43.31137701331536','-1.3034248352050781'),(139981,67,40,35,'43.312313809302765','-1.3049697875976562'),(139980,67,40,34,'43.31200154557805','-1.3088321685791016'),(139979,67,40,33,'43.313500396824324','-1.3106346130371094'),(139978,67,40,32,'43.31406245651138','-1.3126945495605469'),(139977,67,40,31,'43.31368775063093','-1.3141536712646484'),(139976,67,40,30,'43.31400000569176','-1.3169002532958984'),(139975,67,40,29,'43.314999211104606','-1.3195610046386719'),(139974,67,40,28,'43.31574860438249','-1.3222217559814453'),(139973,67,40,27,'43.31443716008148','-1.3247108459472656'),(139972,67,40,26,'43.31443716008148','-1.3267707824707031'),(139971,67,40,25,'43.31381265284779','-1.3314056396484375'),(139970,67,40,24,'43.31343794542708','-1.332864761352539'),(139969,67,40,23,'43.31262607142305','-1.335439682006836'),(139968,67,40,22,'43.31275097582192','-1.3378429412841797'),(139967,67,40,21,'43.31325059085035','-1.3393878936767578'),(139966,67,40,20,'43.314249808585224','-1.3418769836425781'),(139965,67,40,19,'43.31493676124765','-1.344451904296875'),(139964,67,40,18,'43.31574860438249','-1.347970962524414'),(139963,67,40,17,'43.316185746193476','-1.3528633117675781'),(139962,67,40,16,'43.317684494242805','-1.3588714599609375'),(139961,67,40,15,'43.31993254700499','-1.3652229309082031'),(139960,67,40,14,'43.320931654867984','-1.3712310791015625'),(139959,67,40,13,'43.32355423483947','-1.3767242431640625'),(139958,67,40,12,'43.32480304265438','-1.38153076171875'),(139957,67,40,11,'43.32929853822842','-1.3897705078125'),(139956,67,40,10,'43.33204562173882','-1.399383544921875'),(139955,67,40,9,'43.33429314310166','-1.4024734497070312'),(139954,67,40,8,'43.337164854911094','-1.4031600952148438'),(139953,67,40,7,'43.34016127896536','-1.402130126953125'),(139952,67,40,6,'43.34253334313742','-1.4019584655761719'),(139951,67,40,5,'43.34527982797541','-1.402130126953125'),(139950,67,40,4,'43.34840068264737','-1.4067649841308594'),(139949,67,40,3,'43.34989863589672','-1.4129447937011719'),(139948,67,40,2,'43.35214549645439','-1.4179229736328125'),(160611,68,41,505,'43.21262030891444','2.3564815521240234'),(126805,66,39,167,'43.694128246853324','-1.0692787170410156'),(126804,66,39,166,'43.70529779848335','-1.0605239868164062'),(126803,66,39,165,'43.706228500527246','-1.0589790344238281'),(126802,66,39,164,'43.71075771085676','-1.0597515106201171'),(126801,66,39,163,'43.710819752457624','-1.0546016693115234'),(126800,66,39,162,'43.71137812397531','-1.0534858703613281'),(126799,66,39,161,'43.713053207315795','-1.0545158386230468'),(126798,66,39,160,'43.72359895292047','-1.0510826110839843'),(126797,66,39,159,'43.725025587721184','-1.0634422302246093'),(126796,66,39,158,'43.72713446388845','-1.0847282409667968'),(126795,66,39,157,'43.72942933300513','-1.0900497436523437'),(126794,66,39,156,'43.73327459225553','-1.1051559448242187'),(126793,66,39,155,'43.764461682013824','-1.175537109375'),(126792,66,39,154,'43.76594932783462','-1.1791419982910156'),(126791,66,39,153,'43.767189004424615','-1.1834335327148437'),(126790,66,39,152,'43.77797310669748','-1.2074661254882812'),(126789,66,39,151,'43.77791113465408','-1.2094402313232421'),(126788,66,39,150,'43.77933647540236','-1.215963363647461'),(126787,66,39,149,'43.78082375126179','-1.2160491943359375'),(126786,66,39,148,'43.781133595742496','-1.2191390991210937'),(126785,66,39,147,'43.78063784380263','-1.2249755859375'),(126784,66,39,146,'43.78237295760773','-1.2253189086914062'),(126783,66,39,145,'43.7857810702619','-1.225748062133789'),(126782,66,39,144,'43.79036622435078','-1.228322982788086'),(126781,66,39,143,'43.79179126816117','-1.2302970886230468'),(126780,66,39,142,'43.81471121600004','-1.2507247924804687'),(126779,66,39,141,'43.830626112644154','-1.2652301788330078'),(126778,66,39,140,'43.833288502050706','-1.27166748046875'),(126777,66,39,139,'43.843070215226604','-1.279134750366211'),(126776,66,39,138,'43.851550529236526','-1.2862586975097656'),(126775,66,39,137,'43.8540263059296','-1.28814697265625'),(126774,66,39,136,'43.86250506226012','-1.2939834594726562'),(126773,66,39,135,'43.864485327996704','-1.2943267822265625'),(126772,66,39,134,'43.87271510261206','-1.3005924224853515'),(126771,66,39,133,'43.87519000053205','-1.3029098510742187'),(126770,66,39,132,'43.879582691206686','-1.301279067993164'),(126769,66,39,131,'43.88187171151824','-1.3014507293701171'),(126768,66,39,130,'43.88434622914256','-1.298532485961914'),(126767,66,39,129,'43.886758784865066','-1.2943267822265625'),(126766,66,39,128,'43.89399586577842','-1.291494369506836'),(126765,66,39,127,'43.90339657209272','-1.2926959991455078'),(126764,66,39,126,'43.914403407192516','-1.2990474700927734'),(126763,66,39,125,'43.913970592575595','-1.300506591796875'),(126762,66,39,124,'43.914959878503154','-1.3037681579589843'),(126761,66,39,123,'43.92070977734438','-1.305398941040039'),(126760,66,39,122,'43.93022989337514','-1.3056564331054687'),(126759,66,39,121,'43.949821699825556','-1.3018798828125'),(126758,66,39,120,'43.967862698836164','-1.2952709197998046'),(126757,66,39,119,'43.98348968304093','-1.2755298614501953'),(126756,66,39,118,'43.991641259656525','-1.2738990783691406'),(126755,66,39,117,'43.997260255274334','-1.2697792053222656'),(126754,66,39,116,'44.01232394732741','-1.2643718719482421'),(126753,66,39,115,'44.01368196107489','-1.2627410888671875'),(126752,66,39,114,'44.03207381108858','-1.2564754486083984'),(126751,66,39,113,'44.03164185320599','-1.251840591430664'),(126750,66,39,112,'44.04169948414457','-1.2381935119628906'),(126749,66,39,111,'44.05329757656962','-1.2320137023925781'),(126748,66,39,110,'44.05675188852763','-1.2280654907226562'),(126747,66,39,109,'44.05773879779135','-1.2260913848876953'),(126746,66,39,108,'44.061501238459456','-1.2259197235107421'),(126745,66,39,107,'44.06242639216298','-1.226949691772461'),(126744,66,39,106,'44.06402995766841','-1.2265205383300781'),(126743,66,39,105,'44.07241713094893','-1.2314128875732421'),(126742,66,39,104,'44.074945383863785','-1.2314987182617187'),(126741,66,39,103,'44.07735020713056','-1.2307262420654296'),(126740,66,39,102,'44.09171544847293','-1.2313270568847656'),(126739,66,39,101,'44.1123015984855','-1.2343311309814453'),(126738,66,39,100,'44.11599894974687','-1.2325286865234375'),(126737,66,39,99,'44.136207047766554','-1.2174224853515625'),(126736,66,39,98,'44.141073209049715','-1.2172508239746093'),(126735,66,39,97,'44.14501512160747','-1.220083236694336'),(126734,66,39,96,'44.147232331753706','-1.2162208557128906'),(126733,66,39,95,'44.15185125207628','-1.2145042419433593'),(126732,66,39,94,'44.16404346496237','-1.2195682525634765'),(126731,66,39,93,'44.167799144132104','-1.2195682525634765'),(126730,66,39,92,'44.173462994871116','-1.2238597869873046'),(126729,66,39,91,'44.179926507718825','-1.226348876953125'),(126728,66,39,90,'44.19223600076566','-1.2295246124267578'),(126727,66,39,89,'44.201835620893306','-1.2296104431152343'),(126726,66,39,88,'44.20275857887257','-1.2284088134765625'),(126725,66,39,87,'44.20903430967056','-1.2127017974853515'),(126724,66,39,86,'44.21161823978302','-1.2072944641113281'),(126723,66,39,85,'44.21524785489476','-1.1954498291015625'),(126722,66,39,84,'44.21420205653367','-1.18377685546875'),(126721,66,39,83,'44.21641666637875','-1.1733055114746093'),(126720,66,39,82,'44.221952826612195','-1.1569976806640625'),(126719,66,39,81,'44.223613573176294','-1.1534786224365234'),(126718,66,39,80,'44.22410563723525','-1.146097183227539'),(126717,66,39,79,'44.22607385234157','-1.140432357788086'),(126716,66,39,78,'44.22939506611029','-1.1348533630371093'),(126715,66,39,77,'44.242309115998175','-1.1252403259277343'),(126714,66,39,76,'44.24114081857068','-1.12060546875'),(126713,66,39,75,'44.24255507039511','-1.1206912994384765'),(126712,66,39,74,'44.250670988641325','-1.116485595703125'),(126711,66,39,73,'44.263826234402536','-1.1018943786621093'),(126710,66,39,72,'44.30450279910521','-1.1031818389892578'),(126709,66,39,71,'44.31997952800239','-1.1024951934814453'),(126708,66,39,70,'44.32642696046017','-1.0962295532226562'),(126707,66,39,69,'44.32826895387169','-1.0914230346679687'),(126706,66,39,68,'44.33348762108089','-1.085672378540039'),(126705,66,39,67,'44.3390741501168','-1.0831832885742187'),(126704,66,39,66,'44.34042465966494','-1.0804367065429687'),(126703,66,39,65,'44.34306420214432','-1.0816383361816406'),(126702,66,39,64,'44.34472152854601','-1.081380844116211'),(126701,66,39,63,'44.34920221348503','-1.0737848281860351'),(126700,66,39,62,'44.370588160073545','-1.0739994049072265'),(126699,66,39,61,'44.389666301573236','-1.0748577117919921'),(126698,66,39,60,'44.39368357422728','-1.0760164260864257'),(126697,66,39,59,'44.41017909998008','-1.0745573043823242'),(126696,66,39,58,'44.41796533417854','-1.0738277435302734'),(126695,66,39,57,'44.45810622248044','-1.0702228546142578'),(126694,66,39,56,'44.46652924277255','-1.0695362091064453'),(126693,66,39,55,'44.469071224701096','-1.0689783096313476'),(126692,66,39,54,'44.48009540711614','-1.0727119445800781'),(126691,66,39,53,'44.48303483736595','-1.0756301879882812'),(126690,66,39,52,'44.48511684418947','-1.0726261138916015'),(126689,66,39,51,'44.49026030719147','-1.069793701171875'),(126688,66,39,50,'44.492097148347945','-1.0645580291748046'),(126687,66,39,49,'44.49736243904281','-1.0562324523925781'),(126686,66,39,48,'44.511349884335566','-1.0385513305664062'),(126685,66,39,47,'44.54613559621173','-0.9935760498046875'),(126684,66,39,46,'44.54723665148148','-0.9912586212158203'),(126683,66,39,45,'44.549010530053415','-0.9913873672485352'),(126682,66,39,44,'44.549469282954675','-0.9908294677734375'),(126681,66,39,43,'44.54989744906695','-0.9792423248291016'),(126680,66,39,42,'44.551120763460574','-0.9421205520629883'),(126679,66,39,41,'44.55243579775661','-0.9280014038085937'),(126678,66,39,40,'44.55212997847887','-0.9120798110961914'),(126677,66,39,39,'44.55087610263882','-0.9018659591674805'),(126676,66,39,38,'44.547297820608016','-0.8730697631835937'),(126675,66,39,37,'44.55206881443048','-0.8697223663330078'),(126674,66,39,36,'44.55157949972927','-0.8666324615478516'),(126673,66,39,35,'44.55133484083592','-0.8557319641113281'),(126672,66,39,34,'44.55176299322432','-0.85418701171875'),(126671,66,39,33,'44.55206881443048','-0.8474922180175781'),(126670,66,39,32,'44.55286394204564','-0.8439731597900391'),(126669,66,39,31,'44.55653362103346','-0.8251762390136719'),(126668,66,39,30,'44.56087577556498','-0.8159065246582031'),(126667,66,39,29,'44.5641168909603','-0.7995986938476562'),(126666,66,39,28,'44.56497300450188','-0.7981395721435547'),(126665,66,39,27,'44.56833618572774','-0.7935905456542969'),(126664,66,39,26,'44.57237174652431','-0.7852649688720703'),(126663,66,39,25,'44.574083718025754','-0.7795143127441406'),(126662,66,39,24,'44.60647938755122','-0.7697296142578125'),(126661,66,39,23,'44.646490597977745','-0.745697021484375'),(126660,66,39,22,'44.678052490166095','-0.7267284393310547'),(126659,66,39,21,'44.680737815256045','-0.7248401641845703'),(126658,66,39,20,'44.700873786431515','-0.7056140899658203'),(126657,66,39,19,'44.72240542426776','-0.685272216796875'),(126656,66,39,18,'44.732467040330526','-0.6650161743164062'),(126655,66,39,17,'44.75087831346908','-0.6361770629882812'),(126654,66,39,16,'44.75258502192499','-0.6327438354492187'),(126653,66,39,15,'44.753438357252875','-0.62896728515625'),(126652,66,39,14,'44.76538372883566','-0.6187534332275391'),(126651,66,39,13,'44.772574139128416','-0.6144618988037109'),(126650,66,39,12,'44.773914625097305','-0.6130886077880859'),(126649,66,39,11,'44.78268794672401','-0.6071662902832031'),(126648,66,39,10,'44.78676952390497','-0.6045913696289062'),(126647,66,39,9,'44.79261725091709','-0.6052780151367187'),(126646,66,39,8,'44.7956627074228','-0.6036472320556641'),(126645,66,39,7,'44.8018749403434','-0.5935192108154297'),(126644,66,39,6,'44.806685916025835','-0.5917167663574219'),(126643,66,39,5,'44.81295785137945','-0.5900001525878906'),(126642,66,39,4,'44.81673286227882','-0.5855369567871094'),(126641,66,39,3,'44.82123819695645','-0.5828762054443359'),(126640,66,39,2,'44.83183043467902','-0.5772113800048828'),(126639,66,39,1,'44.834934687232376','-0.5748081207275391'),(126638,66,39,0,'44.83615199553087','-0.575408935546875'),(139947,67,40,1,'43.3547667286414','-1.4187812805175781'),(139946,67,40,0,'43.35713822211053','-1.4179229736328125'),(186527,71,44,582,'45.09064136477935','6.063723564147949'),(151041,58,31,391,'42.72992856930607','0.9671401977539062'),(151040,58,31,390,'42.726965251331826','0.9623336791992187'),(151039,58,31,389,'42.71971398273277','0.9562397003173828'),(151038,58,31,388,'42.71567812704204','0.9517765045166016'),(151037,58,31,387,'42.71227266963084','0.9504032135009766'),(151036,58,31,386,'42.707668698664335','0.93658447265625'),(151035,58,31,385,'42.70817326008937','0.9349536895751953'),(151034,58,31,384,'42.70848860889733','0.9314346313476562'),(151033,58,31,383,'42.707920979889515','0.9277439117431641'),(151032,58,31,382,'42.70747948707258','0.93109130859375'),(151031,58,31,381,'42.70697492000827','0.9332370758056641'),(151030,58,31,380,'42.70596577357582','0.9346103668212891'),(151029,58,31,379,'42.70659649201859','0.93109130859375'),(151028,58,31,378,'42.70539812149829','0.9343528747558594'),(151027,58,31,377,'42.70565041195133','0.9358119964599609'),(151026,58,31,376,'42.70438894943289','0.9366703033447266'),(151025,58,31,375,'42.70249670759366','0.9356403350830078'),(151024,58,31,374,'42.70148748836396','0.9375286102294922'),(151023,58,31,373,'42.70173979470934','0.9340095520019531'),(151022,58,31,372,'42.70319053629794','0.9325504302978516'),(151021,58,31,371,'42.7028751605754','0.9314346313476562'),(151020,58,31,370,'42.70155056504644','0.9325504302978516'),(151019,58,31,369,'42.7018028711355','0.9331512451171875'),(151018,58,31,368,'42.70085671801479','0.9344387054443359'),(151017,58,31,367,'42.70085671801479','0.9328079223632812'),(151016,58,31,366,'42.70186594749755','0.9320354461669922'),(151015,58,31,365,'42.703379760962484','0.9303188323974609'),(151014,58,31,364,'42.70300131105667','0.9296321868896484'),(151013,58,31,363,'42.70047825272939','0.9321212768554687'),(151012,58,31,362,'42.70230748023768','0.9292888641357422'),(151011,58,31,361,'42.70230748023768','0.9282588958740234'),(151010,58,31,360,'42.701235180993265','0.9301471710205078'),(151009,58,31,359,'42.69959515809203','0.9319496154785156'),(151008,58,31,358,'42.70009978513705','0.9301471710205078'),(151007,58,31,357,'42.7018028711355','0.9257698059082031'),(151006,58,31,356,'42.7032536112502','0.9208774566650391'),(151005,58,31,355,'42.705145830019916','0.9177875518798828'),(151004,58,31,354,'42.70609191777702','0.9153842926025391'),(151003,58,31,353,'42.707101062158856','0.9103202819824219'),(151002,58,31,352,'42.70356898505028','0.9158134460449219'),(151001,58,31,351,'42.70533504872482','0.9117794036865234'),(150999,58,31,349,'42.70722720405308','0.9046554565429687'),(151000,58,31,350,'42.70621806172192','0.9055995941162109'),(150998,58,31,348,'42.70665956351041','0.902252197265625'),(150997,58,31,347,'42.70621806172192','0.9004497528076172'),(150996,58,31,346,'42.70691184883688','0.8984756469726562'),(150995,58,31,345,'42.70665956351041','0.8957290649414062'),(150994,58,31,344,'42.7070379911156','0.894012451171875'),(150993,58,31,343,'42.70558733943421','0.8916950225830078'),(150992,58,31,342,'42.7038843572483','0.8877468109130859'),(150991,58,31,341,'42.70394743149568','0.8853435516357422'),(150990,58,31,340,'42.70293823584808','0.8800220489501953'),(150989,58,31,339,'42.70173979470934','0.8753013610839844'),(150988,58,31,338,'42.700982872597294','0.8680915832519531'),(150987,58,31,337,'42.700225941257464','0.8627700805664062'),(150986,58,31,336,'42.70047825272939','0.855560302734375'),(150985,58,31,335,'42.70009978513705','0.8512687683105469'),(150984,58,31,334,'42.69896436851847','0.8447456359863281'),(150983,58,31,333,'42.69858589169842','0.8409690856933594'),(150982,58,31,332,'42.69896436851847','0.8311843872070312'),(150981,58,31,331,'42.697828931137586','0.8196830749511719'),(150980,58,31,330,'42.6961888182665','0.8148765563964844'),(150979,58,31,329,'42.69820741257145','0.8035469055175781'),(150978,58,31,328,'42.70312746128158','0.7935905456542969'),(150977,58,31,327,'42.70539812149829','0.7953071594238281'),(150976,58,31,326,'42.708803956103225','0.7966804504394531'),(150975,58,31,325,'42.72002927290401','0.7944488525390625'),(150974,58,31,324,'42.720912076860195','0.7913589477539062'),(150973,58,31,323,'42.72330819571084','0.7906723022460937'),(150972,58,31,322,'42.723938737922644','0.7874107360839844'),(150971,58,31,321,'42.72671304752063','0.7843208312988281'),(150970,58,31,320,'42.72999161708659','0.7784843444824219'),(150969,58,31,319,'42.73263956599822','0.7755661010742187'),(150968,58,31,318,'42.73327001336219','0.76904296875'),(150967,58,31,317,'42.735665654897524','0.7657814025878906'),(150966,58,31,316,'42.73743080523291','0.7587432861328125'),(150965,58,31,315,'42.737556885477105','0.7527351379394531'),(150964,58,31,314,'42.73642215405084','0.7441520690917969'),(150963,58,31,313,'42.73843944000846','0.7338523864746094'),(150962,58,31,312,'42.7381872828527','0.7305908203125'),(150961,58,31,311,'42.73881767381948','0.7244110107421875'),(150960,58,31,310,'42.740834881845835','0.7170295715332031'),(150959,58,31,309,'42.74133917359828','0.7106781005859375'),(150958,58,31,308,'42.750289669654116','0.7005500793457031'),(150957,58,31,307,'42.75558372095002','0.6966018676757812'),(150956,58,31,306,'42.76175954256288','0.6916236877441406'),(150955,58,31,305,'42.76579239993387','0.6864738464355469'),(150954,58,31,304,'42.772471242475426','0.6875038146972656'),(150953,58,31,303,'42.7770074040533','0.6854438781738281'),(150952,58,31,302,'42.77788939688616','0.68939208984375'),(150951,58,31,301,'42.78481890344226','0.6923103332519531'),(150950,58,31,300,'42.78015732077082','0.6909370422363281'),(150949,58,31,299,'42.77826738996885','0.6866455078125'),(150948,58,31,298,'42.77171518324221','0.6833839416503906'),(150947,58,31,297,'42.778771377156445','0.6833839416503906'),(150946,58,31,296,'42.773353299915684','0.6804656982421875'),(150945,58,31,295,'42.777511401496064','0.6816673278808594'),(150944,58,31,294,'42.777637400215816','0.6790924072265625'),(150943,58,31,293,'42.77095911477946','0.6761741638183594'),(150942,58,31,292,'42.768690854014196','0.6706809997558594'),(150941,58,31,291,'42.76705261402433','0.6669044494628906'),(150940,58,31,290,'42.76591842249659','0.6626129150390625'),(150939,58,31,289,'42.76680057325723','0.6591796875'),(150938,58,31,288,'42.7702030370872','0.6602096557617187'),(150937,58,31,287,'42.77221922375653','0.6614112854003906'),(150936,58,31,286,'42.77133715016453','0.6566047668457031'),(150935,58,31,285,'42.771085126830854','0.6492233276367187'),(150934,58,31,284,'42.7690689032435','0.6430435180664062'),(150933,58,31,283,'42.76932093478117','0.6354904174804687'),(150932,58,31,282,'42.769698980164854','0.6245040893554687'),(150931,58,31,281,'42.76881687068034','0.6188392639160156'),(150930,58,31,280,'42.76843881991279','0.6087112426757812'),(150929,58,31,279,'42.77158917247271','0.6061363220214844'),(150928,58,31,278,'42.7727232601688','0.60699462890625'),(150927,58,31,277,'42.78217318337684','0.6021881103515625'),(150926,58,31,276,'42.78229917261045','0.5977249145507812'),(150925,58,31,275,'42.78481890344226','0.5951499938964844'),(150924,58,31,274,'42.78809440020515','0.5929183959960937'),(150923,58,31,273,'42.793259254490195','0.59051513671875'),(150922,58,31,272,'42.79552661535011','0.5779838562011719'),(150921,58,31,271,'42.795778539206694','0.5716323852539062'),(150920,58,31,270,'42.79729006080923','0.5673408508300781'),(150919,58,31,269,'42.80195035332874','0.5637359619140625'),(150918,58,31,268,'42.80535088580269','0.5592727661132812'),(150917,58,31,267,'42.805728711206285','0.5549812316894531'),(150916,58,31,266,'42.80736592795634','0.53009033203125'),(150915,58,31,265,'42.8061065343023','0.5206489562988281'),(150914,58,31,264,'42.808373424418725','0.5197906494140625'),(150913,58,31,263,'42.80786967823874','0.5134391784667969'),(150912,58,31,262,'42.805224943488675','0.5027961730957031'),(150911,58,31,261,'42.80623247482152','0.4990196228027344'),(150910,58,31,260,'42.807491865911544','0.4846000671386719'),(150909,58,31,259,'42.80459522807268','0.47893524169921875'),(150908,58,31,258,'42.801194654062264','0.4705238342285156'),(150907,58,31,257,'42.80295793799244','0.4667472839355469'),(150906,58,31,256,'42.8020763023091','0.4550743103027344'),(150905,58,31,255,'42.80182440409199','0.4440879821777344'),(150904,58,31,254,'42.80069084942335','0.4348182678222656'),(150903,58,31,253,'42.803209831594394','0.4255485534667969'),(150902,58,31,252,'42.80774374105274','0.4255485534667969'),(150901,58,31,251,'42.81064023146109','0.4276084899902344'),(150900,58,31,250,'42.811018024558145','0.4255485534667969'),(150899,58,31,249,'42.8121513900035','0.4238319396972656'),(150898,58,31,248,'42.8147958286086','0.4221153259277344'),(150897,58,31,247,'42.81907706089614','0.4183387756347656'),(150896,58,31,246,'42.82524655072601','0.41507720947265625'),(150895,58,31,245,'42.83128953567084','0.4138755798339844'),(150894,58,31,244,'42.836828419549036','0.41233062744140625'),(150893,58,31,243,'42.84186333774241','0.4114723205566406'),(150892,58,31,242,'42.845261675587544','0.4100990295410156'),(150891,58,31,241,'42.85193194328741','0.4076957702636719'),(150890,58,31,240,'42.854197153364446','0.4056358337402344'),(150889,58,31,239,'42.861118113809354','0.40271759033203125'),(150888,58,31,238,'42.86438957053765','0.4018592834472656'),(150887,58,31,237,'42.86728340698609','0.39825439453125'),(150886,58,31,236,'42.87017710777705','0.3963661193847656'),(150885,58,31,235,'42.87332228085777','0.39379119873046875'),(150884,58,31,234,'42.87810263697499','0.3894996643066406'),(150883,58,31,233,'42.88200212690442','0.3881263732910156'),(150882,58,31,232,'42.88577559218337','0.3850364685058594'),(150881,58,31,231,'42.887410688792286','0.3822898864746094'),(150880,58,31,230,'42.89042921481965','0.3785133361816406'),(150879,58,31,229,'42.889423055890376','0.3767967224121094'),(150878,58,31,228,'42.89281877649548','0.37250518798828125'),(150877,58,31,227,'42.897094603161904','0.36838531494140625'),(150876,58,31,226,'42.89885515150089','0.3637504577636719'),(150875,58,31,225,'42.89646582371608','0.3577423095703125'),(150874,58,31,224,'42.8954597632668','0.35465240478515625'),(150873,58,31,223,'42.898603647672864','0.3534507751464844'),(150872,58,31,222,'42.902124607912754','0.3548240661621094'),(150871,58,31,221,'42.907405671269394','0.35739898681640625'),(150870,58,31,220,'42.91029749044586','0.36014556884765625'),(150869,58,31,219,'42.91469782452771','0.3591156005859375'),(150868,58,31,218,'42.91595500513063','0.35396575927734375'),(150867,58,31,217,'42.917840727946206','0.3481292724609375'),(150866,58,31,216,'42.91934926464978','0.3479576110839844'),(150865,58,31,215,'42.918469289394345','0.3527641296386719'),(150864,58,31,214,'42.91796644074877','0.3575706481933594'),(150863,58,31,213,'42.921234883592945','0.3596305847167969'),(150862,58,31,212,'42.919726393054994','0.3575706481933594'),(150861,58,31,211,'42.920103519151915','0.3549957275390625'),(150860,58,31,210,'42.92249193082877','0.35121917724609375'),(150859,58,31,209,'42.92588583025471','0.3465843200683594'),(150858,58,31,208,'42.92777124914472','0.3441810607910156'),(150857,58,31,207,'42.92739416998337','0.34709930419921875'),(150856,58,31,206,'42.92550873955173','0.3531074523925781'),(150855,58,31,205,'42.92827401776912','0.3513908386230469'),(150854,58,31,204,'42.930410738640816','0.34915924072265625'),(150853,58,31,203,'42.938328528472546','0.3434944152832031'),(150852,58,31,202,'42.93807718571086','0.3407478332519531'),(150851,58,31,201,'42.94096756552843','0.3359413146972656'),(150850,58,31,200,'42.94059056715994','0.3445243835449219'),(150849,58,31,199,'42.94310384601325','0.3380012512207031'),(150848,58,31,198,'42.94373214969591','0.3325080871582031'),(150847,58,31,197,'42.94322950726277','0.32512664794921875'),(150846,58,31,196,'42.94611964520991','0.3177452087402344'),(150845,58,31,195,'42.94247553591831','0.3119087219238281'),(150844,58,31,194,'42.94272686072577','0.3069305419921875'),(150843,58,31,193,'42.939459558204035','0.2974891662597656'),(150842,58,31,192,'42.941595891012795','0.2940559387207031'),(150841,58,31,191,'42.94147022642889','0.2895927429199219'),(150840,58,31,190,'42.94385780966297','0.2877044677734375'),(150839,58,31,189,'42.94310384601325','0.28289794921875'),(150838,58,31,188,'42.943606489472366','0.27912139892578125'),(150837,58,31,187,'42.94561702227016','0.2724266052246094'),(150836,58,31,186,'42.9492609456045','0.2693367004394531'),(150835,58,31,185,'42.95152258262509','0.265045166015625'),(150834,58,31,184,'42.95516615635578','0.25920867919921875'),(150833,58,31,183,'42.96169892078859','0.2518272399902344'),(150832,58,31,182,'42.966095583247196','0.2451324462890625'),(150831,58,31,181,'42.977274252378116','0.24272918701171875'),(150830,58,31,180,'42.97915809765878','0.23946762084960937'),(150829,58,31,179,'42.983051195010645','0.23431777954101562'),(150828,58,31,178,'42.98342793328498','0.230712890625'),(150827,58,31,177,'42.98531159002684','0.22745132446289062'),(150826,58,31,176,'42.976520698105524','0.22796630859375'),(150825,58,31,175,'42.97049193148623','0.23122787475585937'),(150824,58,31,174,'42.96270389991014','0.23036956787109375'),(150823,58,31,173,'42.95390977598833','0.22796630859375'),(150822,58,31,172,'42.94674791811351','0.22264480590820312'),(150821,58,31,171,'42.93857987020829','0.21148681640625'),(150820,58,31,170,'42.93091348572072','0.2032470703125'),(150819,58,31,169,'42.92488024991721','0.19758224487304687'),(150818,58,31,168,'42.924251753870685','0.20341873168945312'),(150817,58,31,167,'42.916960731146865','0.20959854125976562'),(150816,58,31,166,'42.92249193082877','0.2011871337890625'),(150815,58,31,165,'42.919977810709405','0.19123077392578125'),(150814,58,31,164,'42.91256055864232','0.18573760986328125'),(150813,58,31,163,'42.9095431159145','0.18161773681640625'),(150812,58,31,162,'42.91004603329461','0.17337799072265625'),(150811,58,31,161,'42.90929165568564','0.1668548583984375'),(150810,58,31,160,'42.90866300062528','0.16222000122070312'),(150809,58,31,159,'42.90841153680586','0.15621185302734375'),(150808,58,31,158,'42.9087887321503','0.15277862548828125'),(150807,58,31,157,'42.90614831626671','0.14848709106445312'),(150806,58,31,156,'42.9095431159145','0.14436721801757812'),(150805,58,31,155,'42.90539389095469','0.14711380004882812'),(150804,58,31,154,'42.907279936923224','0.14368057250976562'),(150803,58,31,153,'42.909794575117516','0.14007568359375'),(150802,58,31,152,'42.90916592518652','0.1380157470703125'),(150801,58,31,151,'42.90564536708457','0.13853073120117187'),(150800,58,31,150,'42.90287907323343','0.13647079467773437'),(150799,58,31,149,'42.90199886279501','0.1325225830078125'),(150798,58,31,148,'42.90363352932136','0.12943267822265625'),(150797,58,31,147,'42.905519629147854','0.12102127075195312'),(150796,58,31,146,'42.905519629147854','0.11381149291992187'),(150795,58,31,145,'42.903256302431494','0.1078033447265625'),(150794,58,31,144,'42.89986115655449','0.10934829711914062'),(150793,58,31,143,'42.89483096715105','0.10677337646484375'),(150792,58,31,142,'42.896088552971065','0.1050567626953125'),(150791,58,31,141,'42.903130559621914','0.09973526000976562'),(150790,58,31,140,'42.903130559621914','0.0940704345703125'),(150789,58,31,139,'42.90137013335936','0.08428573608398437'),(150788,58,31,138,'42.89835214281899','0.07381439208984375'),(150787,58,31,137,'42.89646582371608','0.06402969360351562'),(150786,58,31,136,'42.89596279554313','0.059909820556640625'),(150785,58,31,135,'42.88816533414773','0.04669189453125'),(150784,58,31,134,'42.88288262278057','0.03948211669921875'),(150783,58,31,133,'42.88313419072283','0.03055572509765625'),(150782,58,31,132,'42.87835422440748','0.024890899658203125'),(150781,58,31,131,'42.87797684287408','0.013561248779296875'),(150780,58,31,130,'42.873951296240556','0.005321502685546875'),(150779,58,31,129,'42.87181261778167','-0.001373291015625'),(150778,58,31,128,'42.87445450393078','-0.002918243408203125'),(150777,58,31,127,'42.87860581081416','-0.010128021240234375'),(150776,58,31,126,'42.885272476815054','-0.016307830810546875'),(150775,58,31,125,'42.89168689040015','-0.0240325927734375'),(150774,58,31,124,'42.90401075390304','-0.031757354736328125'),(150773,58,31,123,'42.90602257935589','-0.034332275390625'),(150772,58,31,122,'42.90891446341883','-0.036220550537109375'),(150771,58,31,121,'42.91230911072401','-0.037078857421875'),(150770,58,31,120,'42.91444638532944','-0.03673553466796875'),(150769,58,31,119,'42.91708644574477','-0.03948211669921875'),(150768,58,31,118,'42.92022922733792','-0.040340423583984375'),(150767,58,31,117,'42.92337184863346','-0.041027069091796875'),(150766,58,31,116,'42.9257601336102','-0.0418853759765625'),(150765,58,31,115,'42.92902816301129','-0.0432586669921875'),(150764,58,31,114,'42.9314162286969','-0.045833587646484375'),(150763,58,31,113,'42.93480963644745','-0.047893524169921875'),(150762,58,31,112,'42.93795151394526','-0.04978179931640625'),(150760,58,31,110,'42.942978184507254','-0.052356719970703125'),(150761,58,31,111,'42.93996223141599','-0.052700042724609375'),(150759,58,31,109,'42.94674791811351','-0.05733489990234375'),(150758,58,31,108,'42.94913529666663','-0.06317138671875'),(150757,58,31,107,'42.951396938304164','-0.06626129150390625'),(150756,58,31,106,'42.95265336997111','-0.06505966186523437'),(150755,58,31,105,'42.95315593545597','-0.06299972534179687'),(150754,58,31,104,'42.954286692791804','-0.06299972534179687'),(150753,58,31,103,'42.95654814513435','-0.0638580322265625'),(150752,58,31,102,'42.95968891329697','-0.06299972534179687'),(150751,58,31,101,'42.962829521146084','-0.06214141845703125'),(150750,58,31,100,'42.96534189199877','-0.060596466064453125'),(150749,58,31,99,'42.970240720051606','-0.06299972534179687'),(150748,58,31,98,'42.97438557751841','-0.06608963012695312'),(150747,58,31,97,'42.97853015564473','-0.0693511962890625'),(150745,58,31,95,'42.98631618335619','-0.07192611694335937'),(150746,58,31,96,'42.98154421882686','-0.07055282592773437'),(150744,58,31,94,'42.9888275948543','-0.07312774658203125'),(150743,58,31,93,'42.99171559122785','-0.07501602172851562'),(150742,58,31,92,'42.9959845546883','-0.07638931274414062'),(150741,58,31,91,'42.998746667143706','-0.07741928100585937'),(150740,58,31,90,'43.00364283408512','-0.07947921752929687'),(150739,58,31,89,'43.005525871322256','-0.081024169921875'),(150738,58,31,88,'43.00765991041467','-0.08085250854492187'),(150737,58,31,87,'43.00791096896321','-0.07810592651367187'),(150736,58,31,86,'43.01092359150748','-0.0775909423828125'),(150735,58,31,85,'43.01431261524609','-0.07793426513671875'),(150734,58,31,84,'43.015065706235426','-0.07570266723632812'),(150733,58,31,83,'43.017450433440814','-0.07432937622070312'),(150732,58,31,82,'43.01895652922291','-0.07192611694335937'),(150731,58,31,81,'43.01820348594956','-0.06986618041992187'),(150730,58,31,80,'43.01933304739632','-0.06763458251953125'),(150728,58,31,78,'43.02498054293388','-0.0666046142578125'),(150729,58,31,79,'43.02209411011953','-0.06711959838867187'),(150727,58,31,77,'43.02661194492845','-0.06402969360351562'),(150726,58,31,76,'43.03100396557044','-0.062313079833984375'),(150725,58,31,75,'43.03539567194309','-0.06145477294921875'),(150724,58,31,74,'43.038908810765044','-0.05664825439453125'),(150723,58,31,73,'43.0420453718909','-0.0569915771484375'),(150722,58,31,72,'43.04668718809029','-0.052013397216796875'),(150721,58,31,71,'43.04881979669318','-0.048580169677734375'),(150720,58,31,70,'43.05433914524682','-0.04291534423828125'),(150719,58,31,69,'43.05584433592097','-0.042057037353515625'),(150718,58,31,68,'43.05822747893088','-0.04119873046875'),(150717,58,31,67,'43.06023426436478','-0.040683746337890625'),(150716,58,31,66,'43.064623878517324','-0.039825439453125'),(150715,58,31,65,'43.06675586341758','-0.037078857421875'),(150714,58,31,64,'43.06449846533173','-0.03261566162109375'),(150713,58,31,63,'43.06086137134326','-0.0281524658203125'),(150712,58,31,62,'43.05910545563997','-0.025577545166015625'),(150711,58,31,61,'43.05785119934998','-0.0199127197265625'),(150710,58,31,60,'43.0569732046815','-0.015964508056640625'),(150709,58,31,59,'43.05433914524682','-0.01132965087890625'),(150708,58,31,58,'43.054088276542615','-0.008411407470703125'),(150707,58,31,57,'43.05421371102301','-0.0054931640625'),(150706,58,31,56,'43.05371197156209','-0.00377655029296875'),(150705,58,31,55,'43.05346110029227','-0.000514984130859375'),(150704,58,31,54,'43.05321022799622','0.00308990478515625'),(150703,58,31,53,'43.052833917627936','0.0048065185546875'),(150702,58,31,52,'43.05308479146335','0.0075531005859375'),(150701,58,31,51,'43.05308479146335','0.00995635986328125'),(150700,58,31,50,'43.05321022799622','0.012359619140625'),(150699,58,31,49,'43.05346110029227','0.013904571533203125'),(150698,58,31,48,'43.0527084803254','0.0157928466796875'),(150697,58,31,47,'43.05371197156209','0.020084381103515625'),(150696,58,31,46,'43.05371197156209','0.024204254150390625'),(150695,58,31,45,'43.054590012924784','0.028324127197265625'),(150694,58,31,44,'43.055593473374216','0.031757354736328125'),(150693,58,31,43,'43.05709863326098','0.0336456298828125'),(150692,58,31,42,'43.05923087985786','0.035533905029296875'),(150691,58,31,41,'43.062491819469194','0.037250518798828125'),(150690,58,31,40,'43.06437305188956','0.03673553466796875'),(150689,58,31,39,'43.0675083109733','0.034503936767578125'),(150688,58,31,38,'43.070768810315336','0.03124237060546875'),(150687,58,31,37,'43.071395809535375','0.0295257568359375'),(150686,58,31,36,'43.07327676870981','0.026607513427734375'),(150685,58,31,35,'43.0756592341246','0.02231597900390625'),(150684,58,31,34,'43.07741467568805','0.016651153564453125'),(150683,58,31,33,'43.0780416069163','0.012187957763671875'),(150682,58,31,32,'43.080298506226825','0.00720977783203125'),(150681,58,31,31,'43.08293145035439','0.005321502685546875'),(150680,58,31,30,'43.08543891099317','0.009441375732421875'),(150679,58,31,29,'43.08744480560932','0.010986328125'),(150678,58,31,28,'43.09270996646064','0.010814666748046875'),(150677,58,31,27,'43.09459027136108','0.009784698486328125'),(150676,58,31,26,'43.096470518529905','0.01476287841796875'),(150675,58,31,25,'43.09897742494981','0.023860931396484375'),(150674,58,31,24,'43.10110821470995','0.030040740966796875'),(150658,58,31,8,'43.18415117151677','0.01270294189453125'),(150659,58,31,9,'43.179144235864904','0.01922607421875'),(150660,58,31,10,'43.17488801771465','0.02197265625'),(150661,58,31,11,'43.16812753207274','0.0240325927734375'),(150662,58,31,12,'43.15710884095329','0.02368927001953125'),(150663,58,31,13,'43.15209968803549','0.02368927001953125'),(150664,58,31,14,'43.14658914559456','0.02300262451171875'),(150665,58,31,15,'43.14157913044299','0.02300262451171875'),(150666,58,31,16,'43.13757082270374','0.0274658203125'),(150667,58,31,17,'43.13080620754577','0.03261566162109375'),(150668,58,31,18,'43.12855116954495','0.0377655029296875'),(150669,58,31,19,'43.1240408441236','0.04016876220703125'),(150670,58,31,20,'43.120908478032554','0.043773651123046875'),(150671,58,31,21,'43.11476857527831','0.04566192626953125'),(150672,58,31,22,'43.113014204188914','0.04634857177734375'),(160610,68,41,504,'43.21043084685821','2.355022430419922'),(160609,68,41,503,'43.21024317502468','2.353048324584961'),(160608,68,41,502,'43.21055596109311','2.345151901245117'),(160607,68,41,501,'43.2107436319642','2.3409461975097656'),(160606,68,41,500,'43.21136919736393','2.3328781127929687'),(160605,68,41,499,'43.21193220073775','2.329702377319336'),(160604,68,41,498,'43.21136919736393','2.3273849487304687'),(160603,68,41,497,'43.21161942172725','2.3194026947021484'),(160602,68,41,496,'43.21237008865757','2.3145103454589843'),(160601,68,41,495,'43.21343351765926','2.3033523559570312'),(160600,68,41,494,'43.21374628736606','2.2879886627197265'),(160599,68,41,493,'43.21374628736606','2.2760581970214843'),(160598,68,41,492,'43.2128705281447','2.2727108001708984'),(160597,68,41,491,'43.21262030891444','2.265157699584961'),(160596,68,41,490,'43.21193220073775','2.256488800048828'),(160595,68,41,489,'43.21243264381804','2.247476577758789'),(160594,68,41,488,'43.21199475634733','2.2387218475341797'),(160593,68,41,487,'43.212307533432934','2.236661911010742'),(160592,68,41,486,'43.211056415466096','2.2340011596679687'),(160591,68,41,485,'43.21005550261366','2.227907180786133'),(160590,68,41,484,'43.21068107507132','2.2226715087890625'),(160589,68,41,483,'43.21024317502468','2.2179508209228515'),(160588,68,41,482,'43.21155686573266','2.198810577392578'),(160587,68,41,481,'43.21093130225783','2.195720672607422'),(160586,68,41,480,'43.20774082873068','2.176494598388672'),(160585,68,41,479,'43.20774082873068','2.1673965454101562'),(160584,68,41,478,'43.207991067979805','2.1591567993164062'),(160583,68,41,477,'43.20573887778012','2.1563243865966797'),(160582,68,41,476,'43.204800440654814','2.1536636352539062'),(160581,68,41,475,'43.201985042659984','2.1491146087646484'),(160580,68,41,474,'43.20017060621766','2.1463680267333984'),(160579,68,41,473,'43.200608578575235','2.142934799194336'),(160578,68,41,472,'43.1994823575895','2.1392440795898437'),(160577,68,41,471,'43.20017060621766','2.137784957885742'),(160576,68,41,470,'43.19967006253075','2.1363258361816406'),(160575,68,41,469,'43.19716728250127','2.137269973754883'),(160574,68,41,468,'43.194038663101935','2.127227783203125'),(160573,68,41,467,'43.19378836662063','2.1177005767822265'),(160572,68,41,466,'43.190722151412054','2.104053497314453'),(160571,68,41,465,'43.19341291997383','2.0971012115478515'),(160570,68,41,464,'43.19353806911272','2.0939254760742187'),(160569,68,41,463,'43.19234914193117','2.073240280151367'),(160568,68,41,462,'43.19310004600375','2.0679187774658203'),(160567,68,41,461,'43.19259944431528','2.0600223541259765'),(160566,68,41,460,'43.19353806911272','2.056245803833008'),(160565,68,41,459,'43.19259944431528','2.0549583435058593'),(160564,68,41,458,'43.18947059072979','2.049379348754883'),(160563,68,41,457,'43.185152509372955','2.0478343963623047'),(160562,68,41,456,'43.18377566558618','2.045602798461914'),(160561,68,41,455,'43.18415117151677','2.0431995391845703'),(160560,68,41,454,'43.18189810128732','2.041311264038086'),(160559,68,41,453,'43.179957890849515','2.039766311645508'),(160558,68,41,452,'43.18458925884989','2.0368480682373047'),(160557,68,41,451,'43.18508992623816','2.0354747772216797'),(160556,68,41,450,'43.18314981723581','2.0343589782714843'),(160555,68,41,449,'43.182523962469524','2.031698226928711'),(160554,68,41,448,'43.177078755284576','2.017536163330078'),(160553,68,41,447,'43.16937953031678','1.9977951049804687'),(160552,68,41,446,'43.15967587268644','1.9892120361328125'),(160551,68,41,445,'43.15679578092501','1.9823455810546875'),(160550,68,41,444,'43.15322678324046','1.976938247680664'),(160549,68,41,443,'43.15203707102573','1.971445083618164'),(160548,68,41,442,'43.15191183681377','1.9668102264404296'),(160547,68,41,441,'43.14990805452232','1.9646644592285156'),(160546,68,41,440,'43.14921923918713','1.961832046508789'),(160545,68,41,439,'43.14715274660554','1.9602012634277343'),(160544,68,41,438,'43.1467770131756','1.9565105438232421'),(160543,68,41,437,'43.14445993932323','1.954793930053711'),(160542,68,41,436,'43.138635555076036','1.956167221069336'),(160541,68,41,435,'43.1322468827417','1.9489574432373046'),(160540,68,41,434,'43.12886437423902','1.9447517395019531'),(160539,68,41,433,'43.127235692316574','1.9407176971435546'),(160538,68,41,432,'43.11464326472553','1.9299030303955078'),(160537,68,41,431,'43.10850273330883','1.9243240356445312'),(160536,68,41,430,'43.10424159435386','1.9171142578125'),(160535,68,41,429,'43.099917488396706','1.9040679931640625'),(160534,68,41,428,'43.095655751844916','1.8940258026123046'),(160533,68,41,427,'43.09578110127131','1.8761730194091796'),(160532,68,41,426,'43.09101764268992','1.8757438659667968'),(160531,68,41,425,'43.090704244267364','1.8782329559326171'),(160530,68,41,424,'43.08512548402597','1.8774604797363281'),(160529,68,41,423,'43.08443593905342','1.8747138977050781'),(160528,68,41,422,'43.085689651412295','1.869649887084961'),(160527,68,41,421,'43.086379182272985','1.858663558959961'),(160526,68,41,420,'43.07766544894908','1.8364334106445312'),(160525,68,41,419,'43.074342619950194','1.82373046875'),(160524,68,41,418,'43.070956910754845','1.8091392517089843'),(160523,68,41,417,'43.072712487018975','1.7917156219482421'),(160522,68,41,416,'43.07697582001174','1.7718887329101562'),(160521,68,41,415,'43.07998505296042','1.7588424682617187'),(160520,68,41,414,'43.086253813602866','1.7370414733886718'),(160519,68,41,413,'43.09095496313368','1.7314624786376953'),(160518,68,41,412,'43.09308603205923','1.7255401611328125'),(160517,68,41,411,'43.09352477233896','1.7179012298583984'),(160516,68,41,410,'43.09214586373288','1.7094898223876953'),(160515,68,41,409,'43.093211386745615','1.6834831237792968'),(160514,68,41,408,'43.09233389855278','1.6792774200439453'),(160513,68,41,407,'43.10204824544182','1.63421630859375'),(160512,68,41,406,'43.105056246792834','1.6195392608642578'),(160511,68,41,405,'43.109505311131876','1.6161918640136718'),(160510,68,41,404,'43.11135377094141','1.6127586364746093'),(160509,68,41,403,'43.11219965765882','1.6107845306396484'),(160508,68,41,402,'43.112575603558284','1.6096687316894531'),(160507,68,41,401,'43.11270091834491','1.6071796417236328'),(160506,68,41,400,'43.11357811466667','1.6057205200195312'),(160505,68,41,399,'43.11245028851507','1.6025447845458984'),(160504,68,41,398,'43.11307686116525','1.5997123718261718'),(160503,68,41,397,'43.11395405209848','1.5985965728759765'),(160502,68,41,396,'43.1140167081126','1.5985965728759765'),(160501,68,41,395,'43.11439264285015','1.5969657897949218'),(160500,68,41,394,'43.11414201994837','1.5955924987792968'),(160499,68,41,393,'43.11407936406256','1.5938758850097656'),(160498,68,41,392,'43.11238763089723','1.5927600860595703'),(160497,68,41,391,'43.11169839286719','1.5906143188476562'),(160496,68,41,390,'43.11063319155333','1.588897705078125'),(160495,68,41,389,'43.110194573859154','1.5858936309814453'),(160494,68,41,388,'43.11075851031721','1.5846061706542968'),(160493,68,41,387,'43.108816040642615','1.5832328796386718'),(160492,68,41,386,'43.10781345152947','1.585550308227539'),(160491,68,41,385,'43.10612154516305','1.5868377685546875'),(160490,68,41,384,'43.10549490130811','1.5824604034423828'),(160489,68,41,383,'43.105118911916044','1.5801429748535156'),(160488,68,41,382,'43.106748182603205','1.577138900756836'),(160487,68,41,381,'43.10643486468497','1.575164794921875'),(160486,68,41,380,'43.104993581605505','1.5737056732177734'),(160485,68,41,379,'43.105056246792834','1.5713024139404296'),(160484,68,41,378,'43.10580822403744','1.5691566467285156'),(160483,68,41,377,'43.10524424196997','1.5664100646972656'),(160482,68,41,376,'43.105432236569804','1.564950942993164'),(160481,68,41,375,'43.10449225779743','1.5633201599121093'),(160480,68,41,374,'43.104053596097636','1.5619468688964843'),(160479,68,41,373,'43.10461758913435','1.5601444244384765'),(160478,68,41,372,'43.104805585658596','1.5588569641113281'),(160477,68,41,371,'43.10630953706864','1.5533638000488281'),(160476,68,41,370,'43.107688126735674','1.5523338317871093'),(160475,68,41,369,'43.10750013906385','1.546926498413086'),(160474,68,41,368,'43.10762546424255','1.540060043334961'),(160473,68,41,367,'43.11050787253287','1.5232372283935546'),(160472,68,41,366,'43.11050787253287','1.5212631225585937'),(160471,68,41,365,'43.111009147075116','1.5177440643310546'),(160470,68,41,364,'43.11044521292642','1.5142250061035156'),(160469,68,41,363,'43.11288889004376','1.5034103393554687'),(160468,68,41,362,'43.11119712397002','1.4986896514892578'),(160467,68,41,361,'43.11075851031721','1.4966297149658203'),(160466,68,41,360,'43.11263826098369','1.4925098419189453'),(160465,68,41,359,'43.11201168384305','1.4904499053955078'),(160464,68,41,358,'43.11232497321522','1.486673355102539'),(160463,68,41,357,'43.11075851031721','1.4846134185791015'),(160462,68,41,356,'43.11182370944997','1.4801502227783203'),(160461,68,41,355,'43.109505311131876','1.4754295349121093'),(160460,68,41,354,'43.11000659388512','1.4722537994384765'),(160459,68,41,353,'43.108690717901545','1.46942138671875'),(160458,68,41,352,'43.10956797170053','1.4677047729492187'),(160457,68,41,351,'43.110319893521094','1.466073989868164'),(160456,68,41,350,'43.11050787253287','1.4643573760986328'),(160455,68,41,349,'43.109505311131876','1.4632415771484375'),(160454,68,41,348,'43.10963063220507','1.4574050903320312'),(160453,68,41,347,'43.106246873164274','1.4553451538085937'),(160452,68,41,346,'43.107374813628546','1.4500236511230468'),(160451,68,41,345,'43.10436692620394','1.4459037780761718'),(160450,68,41,344,'43.10217358178223','1.442556381225586'),(160449,68,41,343,'43.103426931073926','1.4408397674560546'),(160448,68,41,342,'43.1031762632683','1.4389514923095703'),(160447,68,41,341,'43.1018602404501','1.4368057250976562'),(160446,68,41,340,'43.09816269162108','1.4360332489013671'),(160445,68,41,339,'43.093838156328665','1.4391231536865234'),(160444,68,41,338,'43.088823820055715','1.441183090209961'),(160443,68,41,337,'43.08706870537212','1.439208984375'),(160442,68,41,336,'43.08268069864576','1.4362049102783203'),(160441,68,41,335,'43.083558325135776','1.4342308044433593'),(160440,68,41,334,'43.083495637946285','1.4324283599853515'),(160439,68,41,333,'43.08299413812116','1.4310550689697265'),(160438,68,41,332,'43.08412250695465','1.428995132446289'),(160437,68,41,331,'43.08456131144392','1.42547607421875'),(160436,68,41,330,'43.08556428133101','1.4240169525146484'),(160435,68,41,329,'43.086253813602866','1.4200687408447265'),(160434,68,41,328,'43.08869845638895','1.4173221588134765'),(160433,68,41,327,'43.09082960382883','1.4064216613769531'),(160432,68,41,326,'43.092271220343626','1.4047908782958984'),(160431,68,41,325,'43.0943395673766','1.3986968994140625'),(160430,68,41,324,'43.09596912492975','1.3957786560058593'),(160429,68,41,323,'43.09885208206638','1.3932037353515625'),(160428,68,41,322,'43.10010549935411','1.3894271850585937'),(160427,68,41,321,'43.09797467469801','1.3863372802734375'),(160426,68,41,320,'43.09170711357468','1.383504867553711'),(160425,68,41,319,'43.092271220343626','1.3816165924072265'),(160424,68,41,318,'43.090077442611374','1.376810073852539'),(160423,68,41,317,'43.08775822070966','1.3729476928710937'),(160422,68,41,316,'43.085815021237','1.3718318939208984'),(160421,68,41,315,'43.08211650354897','1.375436782836914'),(160420,68,41,314,'43.07985967120484','1.3802433013916015'),(160419,68,41,313,'43.07917006696288','1.3784408569335937'),(160418,68,41,312,'43.07785352822133','1.3768959045410156'),(160417,68,41,311,'43.0786058395374','1.366424560546875'),(160416,68,41,310,'43.080298506226825','1.3661670684814453'),(160415,68,41,309,'43.08073733810576','1.3625621795654296'),(160414,68,41,308,'43.078919299859656','1.3602447509765625'),(160413,68,41,307,'43.075533843517185','1.3594722747802734'),(160412,68,41,306,'43.07421722664877','1.3578414916992187'),(160411,68,41,305,'43.071395809535375','1.3567256927490234'),(160410,68,41,304,'43.070956910754845','1.3553524017333984'),(160409,68,41,303,'43.07001640278443','1.3557815551757812'),(160408,68,41,302,'43.06807264057868','1.3544082641601562'),(160407,68,41,301,'43.067194792280894','1.3557815551757812'),(160406,68,41,300,'43.06387139555526','1.3478851318359375'),(160405,68,41,299,'43.061363052307875','1.3463401794433593'),(160404,68,41,298,'43.05960715097219','1.338357925415039'),(160403,68,41,297,'43.056659632110374','1.3335514068603515'),(160402,68,41,296,'43.04919613169109','1.3295173645019531'),(160401,68,41,295,'43.04938429832417','1.3190460205078125'),(160400,68,41,294,'43.04467995932147','1.3066864013671875'),(160399,68,41,293,'43.039661600058714','1.3021373748779296'),(160398,68,41,292,'43.037026797124064','1.300506591796875'),(160397,68,41,291,'43.03464283031317','1.2994766235351562'),(160396,68,41,290,'43.03276068583203','1.2974166870117187'),(160395,68,41,289,'43.030125586583495','1.2954425811767578'),(160394,68,41,288,'43.028557021411686','1.2920093536376953'),(160393,68,41,287,'43.02918445229062','1.2878036499023437'),(160392,68,41,286,'43.02805507209072','1.2849712371826171'),(160391,68,41,285,'43.02654919949957','1.2822246551513671'),(160390,68,41,284,'43.02636096282818','1.2799930572509765'),(160389,68,41,283,'43.02378833713522','1.2807655334472656'),(160388,68,41,282,'43.02234510966469','1.2793922424316406'),(160387,68,41,281,'43.02109010167735','1.2781047821044921'),(160386,68,41,280,'43.0202743327286','1.2718391418457031'),(160385,68,41,279,'43.019144788598226','1.2705516815185546'),(160384,68,41,278,'43.017450433440814','1.2663459777832031'),(160383,68,41,277,'43.01255536702262','1.2540721893310546'),(160382,68,41,276,'43.00948006164335','1.2532997131347656'),(160381,68,41,275,'43.01023321189222','1.2514114379882812'),(160380,68,41,274,'43.00966835007137','1.2487506866455078'),(160379,68,41,273,'43.00960558732615','1.2466907501220703'),(160378,68,41,272,'43.00897795634676','1.2405109405517578'),(160377,68,41,271,'43.006467368296064','1.2385368347167968'),(160376,68,41,270,'43.00251298403762','1.236562728881836'),(160375,68,41,269,'43.00053569645552','1.235060691833496'),(160374,68,41,268,'43.00012767681192','1.2311983108520508'),(160373,68,41,267,'42.99799337606001','1.2284088134765625'),(160372,68,41,266,'42.99739701406931','1.2267780303955078'),(160371,68,41,265,'42.99579622431779','1.2239456176757812'),(160370,68,41,264,'42.99315953852716','1.2218856811523438'),(160369,68,41,263,'42.99328509755861','1.219182014465332'),(160368,68,41,262,'42.993661773113835','1.2140750885009766'),(160367,68,41,261,'42.99381872058047','1.2085819244384766'),(160366,68,41,260,'42.99523122974326','1.2042045593261719'),(160365,68,41,259,'42.99607871965709','1.1990547180175781'),(160364,68,41,258,'42.995294007174735','1.193389892578125'),(160363,68,41,257,'42.99629843735649','1.1883258819580078'),(160362,68,41,256,'42.99523122974326','1.185622215270996'),(160361,68,41,255,'42.99482317487548','1.1830902099609375'),(160360,68,41,254,'42.9938501100257','1.1809873580932617'),(160359,68,41,253,'42.994603451901305','1.1778974533081055'),(160358,68,41,252,'42.99297119949901','1.1729192733764648'),(160357,68,41,251,'42.99337926666386','1.1721038818359375'),(160356,68,41,250,'42.99485456380767','1.1684131622314453'),(160355,68,41,249,'42.99306536908521','1.1645936965942383'),(160354,68,41,248,'42.9930025893771','1.1575126647949219'),(160353,68,41,247,'42.99190393410386','1.1546802520751953'),(160352,68,41,246,'42.98929847308705','1.1504316329956055'),(160351,68,41,245,'42.98562552720582','1.1414194107055664'),(160350,68,41,244,'42.986473149580924','1.1405181884765625'),(160349,68,41,243,'42.992406178951434','1.137557029724121'),(160348,68,41,242,'43.00135172761399','1.1339521408081055'),(160345,68,41,239,'43.01519122050245','1.1091899871826172'),(160347,68,41,241,'43.00609077123813','1.1253690719604492'),(160346,68,41,240,'43.00991940041085','1.1183738708496094'),(160344,68,41,238,'43.02099597504411','1.0991477966308594'),(160343,68,41,237,'43.02708253360057','1.0885047912597656'),(160342,68,41,236,'43.03025107006555','1.084427833557129'),(160341,68,41,235,'43.03125492868636','1.083054542541504'),(160340,68,41,234,'43.03266657709272','1.0799646377563477'),(160339,68,41,233,'43.03436051232088','1.0739994049072266'),(160338,68,41,232,'43.0368699600484','1.0663604736328125'),(160337,68,41,231,'43.038156012235525','1.0633563995361328'),(160336,68,41,230,'43.03843831276644','1.0602235794067383'),(160335,68,41,229,'43.03567798517322','1.0556745529174805'),(160334,68,41,228,'43.0332939659622','1.0366630554199219'),(160333,68,41,227,'43.030815742560065','1.016707420349121'),(160332,68,41,226,'43.03128629900371','1.0158061981201172'),(160331,68,41,225,'43.032321510480664','1.0085535049438477'),(160330,68,41,224,'43.03279205537971','1.0037040710449219'),(160329,68,41,223,'43.03225877088823','1.0002708435058594'),(160328,68,41,222,'43.035113357414204','0.9965372085571289'),(160327,68,41,221,'43.03737183727952','0.9937047958374023'),(160326,68,41,220,'43.038563779252144','0.9941339492797852'),(160325,68,41,219,'43.039912527770866','0.9936618804931641'),(160324,68,41,218,'43.042170831000746','0.9916019439697266'),(160323,68,41,217,'43.045495403929955','0.9886407852172852'),(160322,68,41,216,'43.053022073100706','0.9812164306640625'),(160321,68,41,215,'43.05973257416383','0.9751224517822266'),(160320,68,41,214,'43.06340108901363','0.9713459014892578'),(160319,68,41,213,'43.06609746422954','0.9687709808349609'),(160318,68,41,212,'43.0675083109733','0.968470573425293'),(160317,68,41,211,'43.06873101855168','0.9671831130981445'),(160316,68,41,210,'43.069859650052905','0.9666681289672852'),(160315,68,41,209,'43.072116850708774','0.9662389755249023'),(160314,68,41,208,'43.07299462851386','0.9649515151977539'),(160313,68,41,207,'43.07797891408212','0.9584283828735352'),(160312,68,41,206,'43.07951487005404','0.9546518325805664'),(160311,68,41,205,'43.08286876252344','0.9510469436645508'),(160310,68,41,204,'43.0842792232045','0.9464550018310547'),(160309,68,41,203,'43.0842792232045','0.9425926208496094'),(160308,68,41,202,'43.083370263374874','0.9404468536376953'),(160307,68,41,201,'43.08534488307139','0.9377002716064453'),(160306,68,41,200,'43.08684931250064','0.9331512451171875'),(160305,68,41,199,'43.08819699915607','0.9287738800048828'),(160304,68,41,198,'43.08778956213152','0.9249114990234375'),(160303,68,41,197,'43.08703736358142','0.9217357635498047'),(160302,68,41,196,'43.086285155794464','0.9188175201416016'),(160301,68,41,195,'43.085188169547706','0.9168863296508789'),(160300,68,41,194,'43.0848433983844','0.9152126312255859'),(160299,68,41,193,'43.08575233635673','0.9129810333251953'),(160298,68,41,192,'43.08684931250064','0.9113502502441406'),(160297,68,41,191,'43.08684931250064','0.908818244934082'),(160296,68,41,190,'43.086441866511805','0.9072732925415039'),(160295,68,41,189,'43.08622247139527','0.9035396575927734'),(160294,68,41,188,'43.0842478799866','0.8969306945800781'),(160293,68,41,187,'43.083338919691926','0.8962869644165039'),(160292,68,41,186,'43.080674648029756','0.895686149597168'),(160291,68,41,185,'43.07954621569336','0.8944416046142578'),(160290,68,41,184,'43.07882526193135','0.8916091918945312'),(160289,68,41,183,'43.07782218171604','0.8899784088134766'),(160288,68,41,182,'43.07534575712499','0.8865022659301758'),(160287,68,41,181,'43.07528306153266','0.8843135833740234'),(160286,68,41,180,'43.07534575712499','0.8801937103271484'),(160285,68,41,179,'43.073966439276205','0.8786487579345703'),(160284,68,41,178,'43.07359025629305','0.875859260559082'),(160283,68,41,177,'43.072085501268944','0.866246223449707'),(160282,68,41,176,'43.072085501268944','0.8650016784667969'),(160281,68,41,175,'43.07117636053797','0.8623838424682617'),(160280,68,41,174,'43.07020450553307','0.8594226837158203'),(160279,68,41,173,'43.06879372084697','0.8571481704711914'),(160278,68,41,172,'43.0683861547811','0.8521699905395508'),(160277,68,41,171,'43.06703803233338','0.8487367630004883'),(160276,68,41,170,'43.06490605724683','0.8437585830688477'),(160275,68,41,169,'43.06233504749508','0.8430719375610352'),(160274,68,41,168,'43.05844697428675','0.8423852920532227'),(160273,68,41,167,'43.05684777584547','0.841827392578125'),(160272,68,41,166,'43.05537396780398','0.8399820327758789'),(160271,68,41,165,'43.05371197156209','0.8390378952026367'),(160270,68,41,164,'43.0524262454566','0.8391666412353516'),(160269,68,41,163,'43.0505446464724','0.8404111862182617'),(160268,68,41,162,'43.049164770529465','0.8392524719238281'),(160267,68,41,161,'43.04467995932147','0.8389949798583984'),(160266,68,41,160,'43.04148080272174','0.8397674560546875'),(160265,68,41,159,'43.039912527770866','0.8385658264160156'),(160264,68,41,158,'43.036838592585155','0.8371496200561523'),(160263,68,41,157,'43.03655628469447','0.8359909057617188'),(160262,68,41,156,'43.03527019897949','0.8355188369750977'),(160261,68,41,155,'43.03423503724073','0.8331155776977539'),(160260,68,41,154,'43.03448598714448','0.8319568634033203'),(160259,68,41,153,'43.034862410075945','0.8279657363891602'),(160258,68,41,152,'43.03533293549335','0.8244466781616211'),(160257,68,41,151,'43.03373313435469','0.8219575881958008'),(160256,68,41,150,'43.03238425000901','0.8206272125244141'),(160255,68,41,149,'43.031694111669985','0.8196401596069336'),(160254,68,41,148,'43.02984324781087','0.8185243606567383'),(160253,68,41,147,'43.02739625737774','0.8150911331176758'),(160252,68,41,146,'43.025576637150834','0.8104562759399414'),(160251,68,41,145,'43.02363146622756','0.8082246780395508'),(160250,68,41,144,'43.021811734404686','0.8038043975830078'),(160249,68,41,143,'43.020870472642','0.8007144927978516'),(160248,68,41,142,'43.016917015659416','0.8001565933227539'),(160247,68,41,141,'43.015473626665255','0.8035898208618164'),(160246,68,41,140,'43.01343399741946','0.8028173446655273'),(160245,68,41,139,'43.01305744307432','0.7986545562744141'),(160244,68,41,138,'43.011457061349674','0.7983112335205078'),(160243,68,41,137,'43.00885242938128','0.7994270324707031'),(160242,68,41,136,'43.00376837169663','0.7984828948974609'),(160241,68,41,135,'43.00179112451775','0.7975387573242188'),(160240,68,41,134,'42.99673787039845','0.7944917678833008'),(160239,68,41,133,'42.991024995744475','0.7913589477539062'),(160238,68,41,132,'42.98917290591103','0.7912302017211914'),(160237,68,41,131,'42.986661508521486','0.7922601699829102'),(160236,68,41,130,'42.986065036562955','0.7913589477539062'),(160235,68,41,129,'42.984872075282816','0.790715217590332'),(160234,68,41,128,'42.984463951635405','0.789942741394043'),(160233,68,41,127,'42.984558134256055','0.7877969741821289'),(160232,68,41,126,'42.983365143732925','0.7878828048706055'),(160231,68,41,125,'42.98198375736282','0.7881832122802734'),(160230,68,41,124,'42.979377875848655','0.786595344543457'),(160229,68,41,123,'42.97900111275646','0.7850074768066406'),(160228,68,41,122,'42.97912670071037','0.7823038101196289'),(160227,68,41,121,'42.97900111275646','0.7799434661865234'),(160226,68,41,120,'42.97853015564473','0.7771968841552734'),(160225,68,41,119,'42.9783731691392','0.7747936248779297'),(160224,68,41,118,'42.97859295013471','0.7732915878295898'),(160223,68,41,117,'42.9781219898967','0.7697725296020508'),(160222,68,41,116,'42.97856155289774','0.7617902755737305'),(160221,68,41,115,'42.9779650023491','0.7578849792480469'),(160220,68,41,114,'42.977902207217845','0.7553958892822266'),(160219,68,41,113,'42.97881273034465','0.753936767578125'),(160218,68,41,112,'42.97868714174943','0.7529926300048828'),(160217,68,41,111,'42.979472066260975','0.7526063919067383'),(160216,68,41,110,'42.98025698075242','0.7514047622680664'),(160215,68,41,109,'42.98009999865575','0.7501602172851562'),(160214,68,41,108,'42.981512823096914','0.7494735717773438'),(160213,68,41,107,'42.98386745835383','0.7471561431884766'),(160212,68,41,106,'42.985939462781566','0.7465982437133789'),(160211,68,41,105,'42.987195189052144','0.744624137878418'),(160210,68,41,104,'42.98644175636804','0.7435083389282227'),(160209,68,41,103,'42.98725797469232','0.7425642013549805'),(160208,68,41,102,'42.98766607979025','0.7403755187988281'),(160207,68,41,101,'42.98703822467117','0.7397747039794922'),(160206,68,41,100,'42.986724294706754','0.7380151748657227'),(160205,68,41,99,'42.985499952526624','0.7368135452270508'),(160204,68,41,98,'42.984777893143146','0.7341098785400391'),(160203,68,41,97,'42.984777893143146','0.7317495346069336'),(160202,68,41,96,'42.98408721970987','0.7287454605102539'),(160201,68,41,95,'42.98314537979567','0.7269001007080078'),(160200,68,41,94,'42.98311398488338','0.7249689102172852'),(160199,68,41,93,'42.98295701008135','0.7243251800537109'),(160198,68,41,92,'42.98292561507285','0.7215785980224609'),(160197,68,41,91,'42.982768639789874','0.719904899597168'),(160196,68,41,90,'42.98333374893284','0.7178449630737305'),(160195,68,41,89,'42.98214073464985','0.7174587249755859'),(160194,68,41,88,'42.98264305927489','0.7165145874023438'),(160193,68,41,87,'42.98207794378313','0.7152700424194336'),(160192,68,41,86,'42.98154421882686','0.7142400741577148'),(160191,68,41,85,'42.98248608327044','0.7124805450439453'),(160190,68,41,84,'42.981607010238676','0.71136474609375'),(160189,68,41,83,'42.981607010238676','0.709691047668457'),(160188,68,41,82,'42.981041885223775','0.7086610794067383'),(160187,68,41,81,'42.981293052538355','0.7078027725219727'),(160186,68,41,80,'42.980916301181715','0.7071161270141602'),(160185,68,41,79,'42.98057094374338','0.7057428359985352'),(160184,68,41,78,'42.98057094374338','0.7030391693115234'),(160183,68,41,77,'42.981230260805894','0.7057857513427734'),(160182,68,41,76,'42.98217213005915','0.7067298889160156'),(160181,68,41,75,'42.982266316190874','0.7079744338989258'),(160180,68,41,74,'42.98317677469194','0.7090044021606445'),(160179,68,41,73,'42.98342793328498','0.7096052169799805'),(160178,68,41,72,'42.98515462083613','0.7119226455688477'),(160177,68,41,71,'42.986692901622135','0.7129526138305664'),(160176,68,41,70,'42.9888589868487','0.7127809524536133'),(160175,68,41,69,'42.98926708131709','0.7114934921264648'),(160174,68,41,68,'42.98917290591103','0.7088327407836914'),(160173,68,41,67,'42.98986352220468','0.7076740264892578'),(160172,68,41,66,'42.990397174935','0.7050132751464844'),(160171,68,41,65,'42.99074247717382','0.7038116455078125'),(160170,68,41,64,'42.991370294456125','0.7028675079345703'),(160169,68,41,63,'42.99133890374433','0.700678825378418'),(160168,68,41,62,'42.99140168515192','0.6987476348876953'),(160167,68,41,61,'42.99089943209562','0.6938982009887695'),(160166,68,41,60,'42.98951821502781','0.6937265396118164'),(160165,68,41,59,'42.98867063464176','0.6925249099731445'),(160164,68,41,58,'42.9888589868487','0.6916666030883789'),(160163,68,41,57,'42.98826253621335','0.689692497253418'),(160162,68,41,56,'42.98710101047167','0.6891775131225586'),(160161,68,41,55,'42.987414938512174','0.6885766983032227'),(160160,68,41,54,'42.98659872227209','0.6854438781738281'),(160159,68,41,53,'42.985342983816885','0.6841564178466797'),(160158,68,41,52,'42.98546855881673','0.6832981109619141'),(160157,68,41,51,'42.98430698028034','0.6807231903076172'),(160156,68,41,50,'42.98220352545242','0.6799936294555664'),(160155,68,41,49,'42.98204654832571','0.6778049468994141'),(160154,68,41,48,'42.98000580920534','0.6763887405395508'),(160153,68,41,47,'42.97805919492577','0.6729984283447266'),(160152,68,41,46,'42.97642650317216','0.6725692749023438'),(160151,68,41,45,'42.97457397349335','0.6711101531982422'),(160150,68,41,44,'42.972532986357116','0.670166015625'),(160149,68,41,43,'42.97196777794356','0.6690502166748047'),(160148,68,41,42,'42.971747973268854','0.6679773330688477'),(160147,68,41,41,'42.97049193148623','0.6665611267089844'),(160146,68,41,40,'42.97118275764096','0.6663036346435547'),(160145,68,41,39,'42.97278418842915','0.6681919097900391'),(160144,68,41,38,'42.97457397349335','0.6666040420532227'),(160143,68,41,37,'42.97564153978286','0.6658744812011719'),(160142,68,41,36,'42.97648929981044','0.6646728515625'),(160141,68,41,35,'42.97768242375341','0.6614971160888672'),(160140,68,41,34,'42.97696027255345','0.6607246398925781'),(160139,68,41,33,'42.97586133054189','0.6614542007446289'),(160138,68,41,32,'42.974542574204285','0.6613254547119141'),(160137,68,41,31,'42.974511174899156','0.660853385925293'),(186528,71,44,583,'45.09018689767641','6.064281463623047'),(170082,69,42,318,'44.55757332134164','4.754161834716797'),(170081,69,42,317,'44.55549390214814','4.750385284423828'),(170080,69,42,316,'44.55280277876862','4.7481536865234375'),(170079,69,42,315,'44.55745100462254','4.729785919189453'),(170078,69,42,314,'44.55524925971063','4.715023040771484'),(170077,69,42,313,'44.553536733850365','4.710559844970703'),(170076,69,42,312,'44.55133484083592','4.695281982421875'),(170075,69,42,311,'44.55255812501772','4.691505432128906'),(170074,69,42,310,'44.55524925971063','4.6877288818359375'),(170073,69,42,309,'44.55280277876862','4.684638977050781'),(170072,69,42,308,'44.54521803424424','4.680347442626953'),(170071,69,42,307,'44.54289347919635','4.673137664794922'),(170070,69,42,306,'44.542771131622644','4.668674468994141'),(170069,69,42,305,'44.54570740242675','4.663181304931641'),(170068,69,42,304,'44.55109018091411','4.660091400146484'),(170067,69,42,303,'44.553536733850365','4.656829833984375'),(170066,69,42,302,'44.55794026995622','4.654083251953125'),(170065,69,42,301,'44.56112039434718','4.649620056152344'),(170064,69,42,300,'44.562588085441966','4.646701812744141'),(170063,69,42,299,'44.56601255400719','4.639835357666016'),(170062,69,42,298,'44.56809159728614','4.635028839111328'),(170061,69,42,297,'44.57200488893159','4.632282257080078'),(170060,69,42,296,'44.573594588453545','4.6307373046875'),(170059,69,42,295,'44.575061964828144','4.628334045410156'),(170058,69,42,294,'44.57176031591749','4.62249755859375'),(170057,69,42,293,'44.57065972462637','4.617519378662109'),(170056,69,42,292,'44.56809159728614','4.610652923583984'),(170055,69,42,291,'44.567235529641216','4.600696563720703'),(170054,69,42,290,'44.567969302679685','4.5902252197265625'),(170053,69,42,289,'44.57176031591749','4.585762023925781'),(170052,69,42,288,'44.574450562505106','4.579410552978516'),(170051,69,42,287,'44.576896133228516','4.5778656005859375'),(170050,69,42,286,'44.5820314969701','4.571170806884766'),(170049,69,42,285,'44.58325413577011','4.562244415283203'),(170048,69,42,284,'44.589000193709054','4.556064605712891'),(170047,69,42,283,'44.591689642691335','4.545078277587891'),(170046,69,42,282,'44.590833922423435','4.54010009765625'),(170045,69,42,281,'44.58325413577011','4.529628753662109'),(170043,69,42,279,'44.575061964828144','4.518985748291016'),(170044,69,42,280,'44.57787433271982','4.525337219238281'),(170042,69,42,278,'44.57176031591749','4.510402679443359'),(170041,69,42,277,'44.56307730757893','4.5078277587890625'),(170040,69,42,276,'44.55757332134164','4.501304626464844'),(170039,69,42,275,'44.55329208318493','4.494953155517578'),(170038,69,42,274,'44.55084551996378','4.489803314208984'),(170037,69,42,273,'44.545462718849755','4.490146636962891'),(170036,69,42,272,'44.53836644772605','4.491176605224609'),(170035,69,42,271,'44.533471963684974','4.493064880371094'),(170034,69,42,270,'44.52563993352614','4.495811462402344'),(170033,69,42,269,'44.51890844118854','4.491004943847656'),(170032,69,42,268,'44.51890844118854','4.4879150390625'),(170031,69,42,267,'44.514257137610606','4.485511779785156'),(170030,69,42,266,'44.509727880009144','4.480705261230469'),(170029,69,42,265,'44.5063000997406','4.475727081298828'),(170028,69,42,264,'44.50421884908805','4.477272033691406'),(170027,69,42,263,'44.50103561612744','4.484310150146484'),(170026,69,42,262,'44.49699510860722','4.486541748046875'),(170025,69,42,261,'44.49356657962078','4.4817352294921875'),(170024,69,42,260,'44.491484874390274','4.477443695068359'),(170023,69,42,259,'44.48646398548005','4.477272033691406'),(170022,69,42,258,'44.483279783201866','4.473838806152344'),(170021,69,42,257,'44.483279783201866','4.471950531005859'),(170020,69,42,256,'44.4803403652934','4.4693756103515625'),(170019,69,42,255,'44.475808472534595','4.4652557373046875'),(170018,69,42,254,'44.471031231561845','4.462852478027344'),(170017,69,42,253,'44.46539603443174','4.457530975341797'),(170016,69,42,252,'44.46698864529234','4.447059631347656'),(170015,69,42,251,'44.467601176361136','4.444828033447266'),(170014,69,42,250,'44.46319080919909','4.441738128662109'),(170013,69,42,249,'44.45878010882453','4.4460296630859375'),(170012,69,42,248,'44.45841253541917','4.442596435546875'),(170011,69,42,247,'44.452653583300794','4.442768096923828'),(170010,69,42,246,'44.447139160763925','4.445514678955078'),(170009,69,42,245,'44.44566856015721','4.450664520263672'),(170008,69,42,244,'44.440888852494204','4.449462890625'),(170007,69,42,243,'44.4357410376761','4.448089599609375'),(170006,69,42,242,'44.4352507459446','4.445686340332031'),(170005,69,42,241,'44.43476045009948','4.441738128662109'),(170004,69,42,240,'44.43635389655561','4.436244964599609'),(170003,69,42,239,'44.43635389655561','4.432640075683594'),(170002,69,42,238,'44.43463787549543','4.4295501708984375'),(170001,69,42,237,'44.43463787549543','4.427490234375'),(170000,69,42,236,'44.430960517821106','4.425258636474609'),(169999,69,42,235,'44.428141053566584','4.4213104248046875'),(169998,69,42,234,'44.424831074158504','4.414272308349609'),(169997,69,42,233,'44.41857837945713','4.412384033203125'),(169996,69,42,232,'44.41722967135995','4.409980773925781'),(169995,69,42,231,'44.41281550008057','4.408607482910156'),(169994,69,42,230,'44.41134403560937','4.405517578125'),(169993,69,42,229,'44.4092593975669','4.402599334716797'),(169992,69,42,228,'44.40815573558148','4.397621154785156'),(169991,69,42,227,'44.4090141411476','4.395561218261719'),(169990,69,42,226,'44.40508989857731','4.393501281738281'),(169989,69,42,225,'44.40202390088682','4.390754699707031'),(169988,69,42,224,'44.39993893067345','4.387321472167969'),(169987,69,42,223,'44.39356091349481','4.3787384033203125'),(169986,69,42,222,'44.38865427337761','4.3759918212890625'),(169985,69,42,221,'44.3839925842514','4.375476837158203'),(169984,69,42,220,'44.378103604186734','4.371185302734375'),(169983,69,42,219,'44.37319566831578','4.370326995849609'),(169982,69,42,218,'44.366814736719654','4.366207122802734'),(169981,69,42,217,'44.364114902541516','4.367923736572266'),(169980,69,42,216,'44.35662834786087','4.366207122802734'),(169979,69,42,215,'44.345580864530554','4.364833831787109'),(169978,69,42,214,'44.32691816435907','4.354705810546875'),(169977,69,42,213,'44.312303089286736','4.348869323730469'),(169976,69,42,212,'44.309723580483535','4.345951080322266'),(169975,69,42,211,'44.30542414720761','4.342517852783203'),(169974,69,42,210,'44.30063297916526','4.342002868652344'),(169968,69,42,204,'44.2603225546356','4.296512603759766'),(169969,69,42,205,'44.2754422048704','4.305267333984375'),(169970,69,42,206,'44.27962093426134','4.309730529785156'),(169971,69,42,207,'44.28023542822488','4.312477111816406'),(169972,69,42,208,'44.286502899553156','4.320545196533203'),(169973,69,42,209,'44.28736308852995','4.327411651611328'),(169967,69,42,203,'44.25774076224892','4.293422698974609'),(169966,69,42,202,'44.25134726461643','4.292736053466797'),(169965,69,42,201,'44.246182778311414','4.2949676513671875'),(169964,69,42,200,'44.24298548811547','4.299774169921875'),(169963,69,42,199,'44.23757429344441','4.293766021728516'),(169961,69,42,197,'44.2273654577417','4.273681640625'),(169962,69,42,198,'44.23117860356895','4.281063079833984'),(169960,69,42,196,'44.22367508140859','4.2702484130859375'),(169959,69,42,195,'44.22072261376772','4.265098571777344'),(169958,69,42,194,'44.21444812840716','4.2633819580078125'),(169957,69,42,193,'44.21235648470788','4.258232116699219'),(169956,69,42,192,'44.20804992552354','4.2537689208984375'),(169955,69,42,191,'44.204727507568805','4.247417449951172'),(169954,69,42,190,'44.20288163884399','4.243297576904297'),(169953,69,42,189,'44.19955892938974','4.231109619140625'),(169952,69,42,188,'44.190697454709124','4.219264984130859'),(169951,69,42,187,'44.190082025040525','4.212741851806641'),(169950,69,42,186,'44.18725096579468','4.199180603027344'),(169949,69,42,185,'44.18675859378425','4.195232391357422'),(169948,69,42,184,'44.18491216211555','4.187335968017578'),(169947,69,42,183,'44.178633861828274','4.177379608154297'),(169946,69,42,182,'44.1771565175376','4.1672515869140625'),(169945,69,42,181,'44.17764896974724','4.164676666259766'),(169944,69,42,180,'44.17826452922576','4.152317047119141'),(169943,69,42,179,'44.174817313376884','4.1473388671875'),(169942,69,42,178,'44.171739271789704','4.142017364501953'),(169941,69,42,177,'44.167306609667634','4.131374359130859'),(169939,69,42,175,'44.154006624526','4.10888671875'),(169940,69,42,176,'44.15856343854312','4.1136932373046875'),(169938,69,42,174,'44.14907994325827','4.099273681640625'),(169937,69,42,173,'44.14058045147323','4.089317321777344'),(169936,69,42,172,'44.136761440812656','4.0848541259765625'),(169935,69,42,171,'44.12752087717242','4.078502655029297'),(169934,69,42,170,'44.12431714429034','4.071807861328125'),(169933,69,42,169,'44.12074354493775','4.075584411621094'),(169932,69,42,168,'44.11951121917755','4.0793609619140625'),(169931,69,42,167,'44.11753944449856','4.081764221191406'),(169930,69,42,166,'44.11310271088952','4.079875946044922'),(169929,69,42,165,'44.10398171235916','4.082279205322266'),(169928,69,42,164,'44.08363928284644','4.077129364013672'),(169927,69,42,163,'44.078336773019075','4.063568115234375'),(169926,69,42,162,'44.07019711250324','4.0464019775390625'),(169925,69,42,161,'44.0677303276745','4.033527374267578'),(169924,69,42,160,'44.061439561031854','4.020481109619141'),(169923,69,42,159,'44.05773879779135','4.0120697021484375'),(169922,69,42,158,'44.05712198142915','4.008808135986328'),(169921,69,42,157,'44.05798552253712','4.002971649169922'),(169919,69,42,155,'44.05218721921897','3.992156982421875'),(169920,69,42,156,'44.055888329428654','3.9969635009765625'),(169918,69,42,154,'44.055888329428654','3.9890670776367187'),(169917,69,42,153,'44.054037803237804','3.9870071411132812'),(169916,69,42,152,'44.05391443276898','3.9847755432128906'),(169915,69,42,151,'44.04848587769772','3.985118865966797'),(169914,69,42,150,'44.04206967111248','3.9846038818359375'),(169913,69,42,149,'44.03910811060292','3.990612030029297'),(169912,69,42,148,'44.03836769734472','3.995075225830078'),(169911,69,42,147,'44.03787408336572','4.000568389892578'),(169910,69,42,146,'44.03602299432086','4.004173278808594'),(169909,69,42,145,'44.031826978398314','4.001941680908203'),(169908,69,42,144,'44.022816881650314','3.9967918395996093'),(169907,69,42,143,'44.016150997308976','3.992328643798828'),(169906,69,42,142,'44.01578064842741','3.9943885803222656'),(169905,69,42,141,'44.01133628143354','3.9904403686523437'),(169904,69,42,140,'44.01022513764241','3.985462188720703'),(169903,69,42,139,'44.00405173750623','3.981170654296875'),(169902,69,42,138,'43.997260255274334','3.97430419921875'),(169901,69,42,137,'43.99343198634931','3.967437744140625'),(169900,69,42,136,'43.99219700820562','3.9609146118164062'),(169899,69,42,135,'43.990097486381146','3.9557647705078125'),(169897,69,42,133,'43.98243977740961','3.9312171936035156'),(169898,69,42,134,'43.98651577773638','3.938426971435547'),(169896,69,42,132,'43.9760164210655','3.9240074157714843'),(169895,69,42,131,'43.96959236982231','3.9243507385253906'),(169894,69,42,130,'43.960572817689396','3.90838623046875'),(169893,69,42,129,'43.96044925267228','3.899974822998047'),(169892,69,42,128,'43.96292050418772','3.8955116271972656'),(169891,69,42,127,'43.962302700945784','3.887786865234375'),(169890,69,42,126,'43.96106707518804','3.88092041015625'),(169889,69,42,125,'43.96687429280069','3.8649559020996093'),(169888,69,42,124,'43.965762316351324','3.857574462890625'),(169887,69,42,123,'43.96427964870526','3.853626251220703'),(169886,69,42,122,'43.95958429035683','3.845386505126953'),(169885,69,42,121,'43.95884288406407','3.8402366638183593'),(169884,69,42,120,'43.9585957465773','3.8283920288085937'),(169883,69,42,119,'43.95575359159652','3.8139724731445312'),(169882,69,42,118,'43.951922645875754','3.810710906982422'),(169881,69,42,117,'43.94809145319581','3.808307647705078'),(169880,69,42,116,'43.94215879665081','3.805389404296875'),(169879,69,42,115,'43.933382323241304','3.7981796264648437'),(169878,69,42,114,'43.92732456495729','3.7947463989257812'),(169877,69,42,113,'43.92262628681704','3.791656494140625'),(169876,69,42,112,'43.91953511199095','3.786334991455078'),(169875,69,42,111,'43.91780398393531','3.780670166015625'),(169874,69,42,110,'43.91223930262918','3.773975372314453'),(169873,69,42,109,'43.90902391624818','3.768310546875'),(169872,69,42,108,'43.904695237192264','3.7619590759277343'),(169871,69,42,107,'43.90086100143823','3.7580108642578125'),(169870,69,42,106,'43.89838716989989','3.751659393310547'),(169869,69,42,105,'43.89616063363387','3.7439346313476562'),(169868,69,42,104,'43.89591323557617','3.7401580810546875'),(169866,69,42,102,'43.893686606803584','3.738269805908203'),(169867,69,42,103,'43.89628433227728','3.736553192138672'),(169865,69,42,101,'43.884531813820914','3.7403297424316406'),(169864,69,42,100,'43.8799538896639','3.744964599609375'),(169863,69,42,99,'43.87351945570997','3.7429046630859375'),(169862,69,42,98,'43.866713048323184','3.740673065185547'),(169861,69,42,97,'43.85953454031887','3.7418746948242187'),(169860,69,42,96,'43.85445955628391','3.742046356201172'),(169859,69,42,95,'43.84963173160685','3.7398147583007812'),(169857,69,42,93,'43.83403147324565','3.742389678955078'),(169858,69,42,94,'43.839727278438715','3.7442779541015625'),(169856,69,42,92,'43.830935698910025','3.744792938232422'),(169855,69,42,91,'43.81334865417318','3.74359130859375'),(169854,69,42,90,'43.80814585941378','3.7415313720703125'),(169853,69,42,89,'43.80504874259131','3.7384414672851562'),(169852,69,42,88,'43.79996912337664','3.7389564514160156'),(169851,69,42,87,'43.798234520337104','3.736724853515625'),(169850,69,42,86,'43.797615007047504','3.7320899963378906'),(169849,69,42,85,'43.79439343440012','3.734149932861328'),(169848,69,42,84,'43.78807369127237','3.7315750122070312'),(169847,69,42,83,'43.78001814809708','3.7247085571289062'),(169846,69,42,82,'43.77270525370728','3.7209320068359375'),(169845,69,42,81,'43.77084590067953','3.7250518798828125'),(169844,69,42,80,'43.75336515666868','3.716297149658203'),(177570,70,43,623,'44.55940804127347','6.076512336730957'),(177569,70,43,622,'44.55928572841119','6.077628135681152'),(177568,70,43,621,'44.558827052887736','6.07694149017334'),(177567,70,43,620,'44.55849068853913','6.078529357910156'),(177566,70,43,619,'44.55763447960478','6.077542304992676'),(177565,70,43,618,'44.556350142580065','6.077113151550293'),(177564,70,43,617,'44.55601376391294','6.078014373779297'),(177563,70,43,616,'44.55543274163518','6.078786849975586'),(177562,70,43,615,'44.55200765031781','6.078529357910156'),(177561,70,43,614,'44.54907169731582','6.078143119812012'),(177560,70,43,613,'44.54745074314316','6.077971458435059'),(177559,70,43,612,'44.545890914434565','6.077241897583008'),(177558,70,43,611,'44.54500393437075','6.078014373779297'),(177557,70,43,610,'44.54552388984043','6.081061363220215'),(177556,70,43,609,'44.54613559621173','6.085567474365234'),(177555,70,43,608,'44.54573798780157','6.084966659545898'),(177554,70,43,607,'44.5438110778036','6.086211204528809'),(177553,70,43,606,'44.54087471135052','6.087198257446289'),(177552,70,43,605,'44.53897822930517','6.088614463806152'),(177551,70,43,604,'44.538335858478355','6.089901924133301'),(177550,70,43,603,'44.53711227539327','6.089687347412109'),(177549,70,43,602,'44.534420302099875','6.091961860656738'),(177548,70,43,601,'44.53298249265435','6.093034744262695'),(177547,70,43,600,'44.53313545279334','6.094880104064941'),(177546,70,43,599,'44.53215650096151','6.096339225769043'),(177545,70,43,598,'44.530902194878315','6.094751358032227'),(177544,70,43,597,'44.529678455593114','6.0967254638671875'),(177543,70,43,596,'44.52909717042544','6.0956525802612305'),(177542,70,43,595,'44.52726149496811','6.096897125244141'),(177541,70,43,594,'44.52603767919008','6.097540855407715'),(177540,70,43,593,'44.52563993352614','6.098270416259766'),(177539,70,43,592,'44.52591529619812','6.100888252258301'),(177538,70,43,591,'44.52518099284691','6.101574897766113'),(177537,70,43,590,'44.525333973475064','6.100287437438965'),(177536,70,43,589,'44.52429369728115','6.099042892456055'),(177535,70,43,588,'44.52239667522124','6.099686622619629'),(177534,70,43,587,'44.52028540062354','6.099343299865723'),(177533,70,43,586,'44.5190002394966','6.098999977111816'),(177532,70,43,585,'44.51854124650997','6.101188659667969'),(177531,70,43,584,'44.517868050255835','6.101875305175781'),(177530,70,43,583,'44.51685824129125','6.100115776062012'),(177529,70,43,582,'44.5152975930154','6.0994720458984375'),(177528,70,43,581,'44.51364509634189','6.099815368652344'),(177527,70,43,580,'44.5124822002224','6.101746559143066'),(177526,70,43,579,'44.511441694551365','6.102604866027832'),(177525,70,43,578,'44.51049298201396','6.104321479797363'),(177524,70,43,577,'44.51061539740267','6.105823516845703'),(177523,70,43,576,'44.50899337263554','6.1083984375'),(177522,70,43,575,'44.505779794043676','6.10964298248291'),(177521,70,43,574,'44.50437188475524','6.110029220581055'),(177520,70,43,573,'44.50406581301911','6.110844612121582'),(177519,70,43,572,'44.50342305714256','6.111338138580322'),(177517,70,43,570,'44.50014795286922','6.110994815826416'),(177518,70,43,571,'44.501158051378304','6.111209392547607'),(177516,70,43,569,'44.49979594473149','6.111466884613037'),(177515,70,43,568,'44.50034691305046','6.112260818481445'),(177514,70,43,567,'44.500316303836','6.112732887268066'),(177513,70,43,566,'44.49926027609642','6.113011837005615'),(177512,70,43,565,'44.498693992473875','6.113162040710449'),(177511,70,43,564,'44.498173618890604','6.113805770874023'),(177510,70,43,563,'44.49737774442744','6.114063262939453'),(177509,70,43,562,'44.49736243904281','6.115608215332031'),(177508,70,43,561,'44.49678083145113','6.115114688873291'),(177507,70,43,560,'44.49569412803712','6.114621162414551'),(177506,70,43,559,'44.49557168131252','6.11414909362793'),(177505,70,43,558,'44.49399515676784','6.113290786743164'),(177504,70,43,557,'44.49402576930068','6.113762855529785'),(177503,70,43,556,'44.49413291303907','6.1150288581848144'),(177502,70,43,555,'44.49362780512034','6.115243434906006'),(177501,70,43,554,'44.493796174912696','6.11464262008667'),(177500,70,43,553,'44.49347474125094','6.113719940185547'),(177497,70,43,550,'44.49411760680279','6.110672950744629'),(177499,70,43,552,'44.49319922527361','6.112003326416016'),(177498,70,43,551,'44.494163525499594','6.111209392547607'),(177496,70,43,549,'44.493413515590674','6.109728813171387'),(177495,70,43,548,'44.492250215833025','6.1101579666137695'),(177494,70,43,547,'44.49215837539017','6.110072135925293'),(177493,70,43,546,'44.49133180489651','6.109471321105957'),(177492,70,43,545,'44.49050522268813','6.110372543334961'),(177491,70,43,544,'44.490750137156354','6.111874580383301'),(177490,70,43,543,'44.49123996300742','6.112861633300781'),(177488,70,43,541,'44.48995416137437','6.113462448120117'),(177489,70,43,542,'44.48989293201813','6.113033294677734'),(177487,70,43,540,'44.49197469407064','6.116981506347656'),(177486,70,43,539,'44.492403282916335','6.121702194213867'),(177485,70,43,538,'44.49093382233257','6.124792098999023'),(177484,70,43,537,'44.492219602368124','6.122646331787109'),(177483,70,43,536,'44.49105627879535','6.120843887329102'),(177482,70,43,535,'44.490137849057454','6.117496490478516'),(177481,70,43,534,'44.48805602144119','6.113290786743164'),(177480,70,43,533,'44.48652521843587','6.110372543334961'),(177479,70,43,532,'44.485606717349256','6.106767654418945'),(177478,70,43,531,'44.484626966915904','6.105308532714844'),(177477,70,43,530,'44.48340225573415','6.101875305175781'),(177476,70,43,529,'44.48156514075307','6.099815368652344'),(177475,70,43,528,'44.478258188004965','6.097326278686523'),(177474,70,43,527,'44.479850447910444','6.091146469116211'),(177473,70,43,526,'44.47917680479181','6.082649230957031'),(177472,70,43,525,'44.47844191251933','6.079730987548828'),(177471,70,43,524,'44.47464482165854','6.077156066894531'),(177470,70,43,523,'44.47237869809783','6.073551177978516'),(177469,70,43,522,'44.46821370100218','6.066598892211914'),(177468,70,43,521,'44.46851996091231','6.061534881591797'),(177465,70,43,518,'44.46208816534408','6.059131622314453'),(177467,70,43,520,'44.46521226884408','6.0582733154296875'),(177466,70,43,519,'44.46319080919909','6.056985855102539'),(177464,70,43,517,'44.462333199111626','6.062736511230469'),(177463,70,43,516,'44.46018911877539','6.064968109130859'),(177462,70,43,515,'44.45804495969986','6.062221527099609'),(177461,70,43,514,'44.4559619869154','6.06144905090332'),(177460,70,43,513,'44.45173454903355','6.059045791625977'),(177459,70,43,512,'44.44811954059995','6.058444976806641'),(177458,70,43,511,'44.447813173668806','6.05647087097168'),(177457,70,43,510,'44.44554600843544','6.054754257202148'),(177456,70,43,509,'44.44376897957794','6.051492691040039'),(177455,70,43,508,'44.44174677753717','6.049089431762695'),(177454,70,43,507,'44.4410726946354','6.04771614074707'),(177453,70,43,506,'44.4396019413083','6.044712066650391'),(177452,70,43,505,'44.43715060348973','6.044025421142578'),(177451,70,43,504,'44.43457658809699','6.040334701538086'),(177450,70,43,503,'44.43243148865798','6.037502288818359'),(177449,70,43,502,'44.43243148865798','6.038618087768555'),(177448,70,43,501,'44.43016372649283','6.039905548095703'),(177447,70,43,500,'44.429183045330674','6.038103103637695'),(177446,70,43,499,'44.42789587633427','6.036558151245117'),(177445,70,43,498,'44.42630219925683','6.035099029541016'),(177444,70,43,497,'44.42526015613658','6.033639907836914'),(177443,70,43,496,'44.422930816111695','6.027460098266602'),(177442,70,43,495,'44.42041747672777','6.022825241088867'),(177441,70,43,494,'44.41974314777863','6.021366119384766'),(177440,70,43,493,'44.41882359576887','6.019649505615234'),(177439,70,43,492,'44.417474893327885','6.017932891845703'),(177438,70,43,491,'44.4161874665231','6.013727188110352'),(177437,70,43,490,'44.41342859935016','6.0102081298828125'),(177436,70,43,489,'44.412386326767496','6.007289886474609'),(177435,70,43,488,'44.411589282258895','6.003942489624023'),(177434,70,43,487,'44.40993384741729','5.997762680053711'),(177433,70,43,486,'44.41017909998008','5.993642807006836'),(177432,70,43,485,'44.4074199493551','5.988149642944336'),(177431,70,43,484,'44.40656152039299','5.983858108520508'),(177430,70,43,483,'44.4061936184099','5.981712341308594'),(177429,70,43,482,'44.40478330603915','5.980424880981445'),(177428,70,43,481,'44.40282107574434','5.978536605834961'),(177427,70,43,480,'44.40006157803688','5.974245071411133'),(177426,70,43,479,'44.3980378636637','5.971927642822266'),(177425,70,43,478,'44.39724062363206','5.968837738037109'),(177424,70,43,477,'44.396627354677705','5.968751907348633'),(177423,70,43,476,'44.39460352152587','5.967121124267578'),(177422,70,43,475,'44.39055564523902','5.960855484008789'),(177421,70,43,474,'44.38920629092628','5.958280563354492'),(177420,70,43,473,'44.38534205875595','5.955705642700195'),(177419,70,43,472,'44.38368588116192','5.955018997192383'),(177418,70,43,471,'44.38172294333924','5.954074859619141'),(177417,70,43,470,'44.377796870246016','5.953302383422852'),(177416,70,43,469,'44.376201827852206','5.95484733581543'),(177415,70,43,468,'44.373870533889686','5.955963134765625'),(177414,70,43,467,'44.372336737246684','5.957765579223633'),(177413,70,43,466,'44.37209132605597','5.956821441650391'),(177412,70,43,465,'44.371907266988074','5.955448150634766'),(177410,70,43,463,'44.37288890866581','5.9511566162109375'),(177411,70,43,464,'44.37221403177986','5.952787399291992'),(177409,70,43,462,'44.37442269084738','5.950641632080078'),(177408,70,43,461,'44.375895083949125','5.951499938964844'),(177407,70,43,460,'44.37804225752715','5.950384140014648'),(177406,70,43,459,'44.3782876437799','5.948238372802734'),(177404,70,43,457,'44.38086413734576','5.944375991821289'),(177405,70,43,458,'44.380189352370444','5.94660758972168'),(177403,70,43,456,'44.38319515287649','5.941286087036133'),(177402,70,43,455,'44.3848513443536','5.942745208740234'),(177401,70,43,454,'44.38521938054099','5.939655303955078'),(177400,70,43,453,'44.3867528397491','5.939311981201172'),(177399,70,43,452,'44.38687551475036','5.93785285949707'),(177398,70,43,451,'44.38736621218445','5.933647155761719'),(177397,70,43,450,'44.38681417728186','5.927038192749023'),(177396,70,43,449,'44.386078122646616','5.922489166259766'),(177395,70,43,448,'44.38313381155159','5.916223526000977'),(177394,70,43,447,'44.379207833068776','5.907726287841797'),(177393,70,43,446,'44.3768766587829','5.905237197875977'),(177392,70,43,445,'44.37307296464862','5.901203155517578'),(177391,70,43,444,'44.37031206416871','5.900087356567383'),(177390,70,43,443,'44.36785782114491','5.8975982666015625'),(177389,70,43,442,'44.36478987275152','5.892190933227539'),(177388,70,43,441,'44.363562648403324','5.886955261230469'),(177387,70,43,440,'44.363501286511045','5.884122848510742'),(177386,70,43,439,'44.36239676145957','5.878973007202148'),(177385,70,43,438,'44.36178312743283','5.87468147277832'),(177384,70,43,437,'44.36196721831572','5.873050689697266'),(177382,70,43,435,'44.359328527053435','5.867643356323242'),(177383,70,43,436,'44.36116948697883','5.871076583862305'),(177381,70,43,434,'44.35834665810766','5.862665176391602'),(177380,70,43,433,'44.35803982068781','5.861377716064453'),(177379,70,43,432,'44.356382870855036','5.85845947265625'),(177377,70,43,430,'44.351350365612326','5.8509063720703125'),(177378,70,43,431,'44.35325294888918','5.854339599609375'),(177376,70,43,429,'44.34895670537157','5.847043991088867'),(177375,70,43,428,'44.34625604825252','5.843610763549805'),(177374,70,43,427,'44.34539672216578','5.840606689453125'),(177373,70,43,426,'44.33944247398768','5.834255218505859'),(177372,70,43,425,'44.33514521819323','5.833396911621094'),(177371,70,43,424,'44.32845315003145','5.833740234375'),(177370,70,43,423,'44.32354105448448','5.829620361328125'),(177369,70,43,422,'44.318198683684365','5.827302932739258'),(177368,70,43,421,'44.31365421531865','5.822582244873047'),(177367,70,43,420,'44.31420693972967','5.821123123168945'),(177366,70,43,419,'44.31629496274552','5.81451416015625'),(177365,70,43,418,'44.31733894639239','5.813570022583008'),(177364,70,43,417,'44.325628745351544','5.793142318725586'),(177363,70,43,416,'44.33250531920138','5.78730583190918'),(177362,70,43,415,'44.33772360946137','5.780010223388672'),(177361,70,43,414,'44.339933568883','5.778980255126953'),(177359,70,43,412,'44.34380079744061','5.775203704833984'),(177360,70,43,413,'44.34189790733058','5.77580451965332'),(177358,70,43,411,'44.34539672216578','5.770654678344727'),(177357,70,43,410,'44.34337111797587','5.768423080444336'),(177356,70,43,409,'44.34122267341257','5.763788223266602'),(177355,70,43,408,'44.33827610712573','5.758295059204102'),(177354,70,43,407,'44.33643442799909','5.754947662353516'),(177353,70,43,406,'44.334347121728534','5.752544403076172'),(177352,70,43,405,'44.33146160542643','5.750484466552734'),(177351,70,43,404,'44.33047926961188','5.748424530029297'),(177347,70,43,400,'44.32102344609365','5.733146667480469'),(177348,70,43,401,'44.3232340348553','5.7396697998046875'),(177349,70,43,402,'44.324953324083594','5.7424163818359375'),(177350,70,43,403,'44.327347964396374','5.745506286621094'),(177345,70,43,398,'44.317768816613004','5.717782974243164'),(177346,70,43,399,'44.32022515745961','5.725765228271484'),(177344,70,43,397,'44.31647919650349','5.715122222900391'),(177343,70,43,396,'44.315189548050846','5.710229873657227'),(177342,70,43,395,'44.31574225800112','5.707569122314453'),(177341,70,43,394,'44.31500531024388','5.70490837097168'),(177340,70,43,393,'44.31432976666961','5.7039642333984375'),(177339,70,43,392,'44.31439118004316','5.701990127563477'),(177338,70,43,391,'44.313224314955384','5.697355270385742'),(177337,70,43,390,'44.31359280117383','5.693063735961914'),(177336,70,43,389,'44.312855826423224','5.691518783569336'),(177335,70,43,388,'44.31316290036071','5.689373016357422'),(177334,70,43,387,'44.31488248471791','5.687742233276367'),(177333,70,43,386,'44.315128135512786','5.684823989868164'),(177332,70,43,385,'44.31383845736743','5.683107376098633'),(177331,70,43,384,'44.31389987125513','5.681219100952148'),(177330,70,43,383,'44.31377704341543','5.675554275512695'),(177329,70,43,382,'44.31224167372802','5.673151016235352'),(177328,70,43,381,'44.31064484664218','5.671606063842773'),(177327,70,43,380,'44.30904797610996','5.669460296630859'),(177326,70,43,379,'44.30689827409332','5.667228698730469'),(177325,70,43,378,'44.30431852774946','5.665769577026367'),(177324,70,43,377,'44.30321288746801','5.664825439453125'),(177323,70,43,376,'44.30290576147212','5.663623809814453'),(177322,70,43,375,'44.3008172620895','5.658044815063477'),(177321,70,43,374,'44.29903583625904','5.653324127197266'),(177320,70,43,373,'44.296087150597934','5.645685195922852'),(177319,70,43,372,'44.29448988403803','5.641307830810547'),(177318,70,43,371,'44.292892574032365','5.638217926025391'),(177317,70,43,370,'44.292708266236026','5.636501312255859'),(177316,70,43,369,'44.29141809546585','5.63323974609375'),(177315,70,43,368,'44.291356658055555','5.628519058227539'),(177314,70,43,367,'44.29012789635317','5.626201629638672'),(177313,70,43,366,'44.289206308205856','5.6201934814453125'),(177312,70,43,365,'44.292032466034044','5.617361068725586'),(177311,70,43,364,'44.29264683017538','5.613670349121094'),(177310,70,43,363,'44.292216775951275','5.607919692993164'),(177309,70,43,362,'44.292585394050455','5.604486465454102'),(177308,70,43,361,'44.292216775951275','5.602512359619141'),(177307,70,43,360,'44.291295220580984','5.600795745849609'),(177306,70,43,359,'44.291172345439044','5.599250793457031'),(177305,70,43,358,'44.29190959243455','5.59779167175293'),(177304,70,43,357,'44.29283113816453','5.59628963470459'),(177303,70,43,356,'44.291725281553305','5.595817565917969'),(177302,70,43,355,'44.291448814146904','5.592513084411621'),(177301,70,43,354,'44.292001747658276','5.590023994445801'),(177300,70,43,353,'44.291080188913895','5.588221549987793'),(177299,70,43,352,'44.291141626613395','5.586590766906738'),(177298,70,43,351,'44.29022005437257','5.583586692810059'),(177297,70,43,350,'44.28929846767132','5.581226348876953'),(177296,70,43,349,'44.288438307036934','5.58079719543457'),(177295,70,43,348,'44.286318571704974','5.57981014251709'),(177294,70,43,347,'44.284721039458404','5.578866004943848'),(177293,70,43,346,'44.2832463557467','5.575904846191406'),(177292,70,43,345,'44.284598150562985','5.576291084289551'),(177291,70,43,344,'44.285089704602186','5.575261116027832'),(177290,70,43,343,'44.28530475820093','5.57405948638916'),(177289,70,43,342,'44.284813205961264','5.572686195373535'),(177288,70,43,341,'44.28502826057221','5.572385787963867'),(177287,70,43,340,'44.28084991576163','5.572299957275391'),(177286,70,43,339,'44.278883533021684','5.571355819702148'),(177285,70,43,338,'44.27790031697277','5.567493438720703'),(177284,70,43,337,'44.27790031697277','5.567665100097656'),(177283,70,43,336,'44.279498034697404','5.566720962524414'),(177281,70,43,334,'44.2821403186695','5.563030242919922'),(177282,70,43,335,'44.281341501163716','5.564661026000977'),(177280,70,43,333,'44.283062017679875','5.562429428100586'),(177279,70,43,332,'44.283983702229875','5.559425354003906'),(177278,70,43,331,'44.28533548007933','5.558309555053711'),(177277,70,43,330,'44.286625784463894','5.558309555053711'),(177276,70,43,329,'44.28693299561613','5.557451248168945'),(177275,70,43,328,'44.287854619432494','5.555992126464844'),(177274,70,43,327,'44.288837668898004','5.554790496826172'),(177273,70,43,326,'44.28834614622185','5.553932189941406'),(177272,70,43,325,'44.28803894246051','5.552730560302734'),(177271,70,43,324,'44.28982070191078','5.551271438598633'),(177270,70,43,323,'44.29055796587322','5.552644729614258'),(177269,70,43,322,'44.29104947004002','5.552215576171875'),(177268,70,43,321,'44.292462521607796','5.553073883056641'),(177267,70,43,320,'44.291725281553305','5.549297332763672'),(177266,70,43,319,'44.287547413100405','5.549898147583008'),(177265,70,43,318,'44.28533548007933','5.549039840698242'),(177264,70,43,317,'44.286072800341024','5.546636581420898'),(177263,70,43,316,'44.28705587962713','5.545263290405273'),(177262,70,43,315,'44.285827027948734','5.544147491455078'),(177261,70,43,314,'44.28724020516162','5.5426025390625'),(177260,70,43,313,'44.2867486691176','5.5419158935546875'),(177259,70,43,312,'44.28496681647799','5.543889999389648'),(177258,70,43,311,'44.286072800341024','5.541744232177734'),(177257,70,43,310,'44.28803894246051','5.538482666015625'),(177256,70,43,309,'44.28484392809673','5.541658401489258'),(177255,70,43,308,'44.283307801640454','5.543460845947266'),(177253,70,43,306,'44.28681011134804','5.53736686706543'),(177254,70,43,307,'44.285827027948734','5.537624359130859'),(177252,70,43,305,'44.28760885449535','5.535821914672852'),(177251,70,43,304,'44.290189335048844','5.533590316772461'),(177250,70,43,303,'44.28724020516162','5.534706115722656'),(177249,70,43,302,'44.28361503014511','5.537710189819336'),(177248,70,43,301,'44.28195597713221','5.538482666015625'),(177247,70,43,300,'44.281218605198795','5.53959846496582'),(177246,70,43,299,'44.280604121518145','5.541658401489258'),(177245,70,43,298,'44.280604121518145','5.538740158081055'),(177244,70,43,297,'44.281710187516026','5.537710189819336'),(177243,70,43,296,'44.281341501163716','5.536165237426758'),(177242,70,43,295,'44.28379936647669','5.533075332641602'),(177241,70,43,294,'44.284536706018905','5.532732009887695'),(177240,70,43,293,'44.285704141367006','5.531187057495117'),(177239,70,43,292,'44.28681011134804','5.529899597167969'),(177238,70,43,291,'44.28803894246051','5.52861213684082'),(177237,70,43,290,'44.287547413100405','5.527667999267578'),(177236,70,43,289,'44.28558125452819','5.528697967529297'),(177235,70,43,288,'44.2832463557467','5.528526306152344'),(177234,70,43,287,'44.28312346376642','5.527839660644531'),(177233,70,43,286,'44.28521259246929','5.526895523071289'),(177232,70,43,285,'44.285949914273424','5.526123046875'),(177231,70,43,284,'44.285765584690004','5.525178909301758'),(177230,70,43,283,'44.284598150562985','5.52337646484375'),(177229,70,43,282,'44.28484392809673','5.5226898193359375'),(177228,70,43,281,'44.28484392809673','5.521230697631836'),(177227,70,43,280,'44.28465959504285','5.520114898681641'),(177226,70,43,279,'44.28386081179202','5.518741607666016'),(177225,70,43,278,'44.283369247469906','5.517110824584961'),(177223,70,43,276,'44.27660982094047','5.502948760986328'),(177224,70,43,277,'44.278576279773766','5.508012771606445'),(177222,70,43,275,'44.27433602087654','5.502004623413086'),(177221,70,43,274,'44.273660009296215','5.499515533447266'),(177220,70,43,273,'44.27445893123747','5.494194030761719'),(177219,70,43,272,'44.274827660777866','5.4924774169921875'),(177218,70,43,271,'44.27513493362749','5.490245819091797'),(177217,70,43,270,'44.276855631893646','5.486211776733398'),(177216,70,43,269,'44.27697853698463','5.484580993652344'),(177215,70,43,268,'44.277408702778594','5.480203628540039'),(177214,70,43,267,'44.27906788419921','5.476169586181641'),(177213,70,43,266,'44.28035832624637','5.473423004150391'),(177212,70,43,265,'44.28263189327455','5.468530654907227'),(177210,70,43,263,'44.28361503014511','5.463724136352539'),(177211,70,43,264,'44.2821403186695','5.46544075012207'),(177209,70,43,262,'44.28496681647799','5.461063385009766'),(177208,70,43,261,'44.28435237200096','5.459690093994141'),(177207,70,43,260,'44.28367647565325','5.457630157470703'),(177206,70,43,259,'44.284475261410506','5.4567718505859375'),(177205,70,43,258,'44.28515114856786','5.45445442199707'),(177204,70,43,257,'44.284598150562985','5.452823638916016'),(177203,70,43,256,'44.28545836743228','5.450506210327148'),(177202,70,43,255,'44.28545836743228','5.448102951049805'),(177201,70,43,254,'44.28644145700135','5.447330474853516'),(177200,70,43,253,'44.286380014385294','5.445356369018555'),(177199,70,43,252,'44.287117321536236','5.444068908691406'),(177198,70,43,251,'44.28705587962713','5.442609786987305'),(177197,70,43,250,'44.28779317829461','5.441064834594727'),(177196,70,43,249,'44.28705587962713','5.4402923583984375'),(177195,70,43,248,'44.28742453011772','5.438747406005859'),(177194,70,43,247,'44.28779317829461','5.434370040893555'),(177193,70,43,246,'44.288223264910115','5.42475700378418'),(177192,70,43,245,'44.28865334837647','5.422611236572266'),(177191,70,43,244,'44.28963638447413','5.422267913818359'),(177190,70,43,243,'44.291725281553305','5.419521331787109'),(177189,70,43,242,'44.291172345439044','5.417976379394531'),(177188,70,43,241,'44.29147953281188','5.41600227355957'),(177187,70,43,240,'44.29375266943401','5.415401458740234'),(177186,70,43,239,'44.294305581254655','5.414543151855469'),(177185,70,43,238,'44.292954009835945','5.413341522216797'),(177184,70,43,237,'44.29338405866148','5.41050910949707'),(177183,70,43,236,'44.29418271241106','5.409994125366211'),(177182,70,43,235,'44.296578608491174','5.409564971923828'),(177181,70,43,234,'44.29774580450258','5.410680770874023'),(177180,70,43,233,'44.298790118109636','5.4100799560546875'),(177178,70,43,231,'44.30112439901115','5.408878326416016'),(177179,70,43,232,'44.299834413142904','5.409135818481445'),(177177,70,43,230,'44.30339716229433','5.40501594543457'),(177176,70,43,229,'44.303827134639604','5.40226936340332'),(177175,70,43,228,'44.304564222761925','5.401067733764648'),(177174,70,43,227,'44.30560841509282','5.395059585571289'),(177173,70,43,226,'44.30573126002827','5.391712188720703'),(177172,70,43,225,'44.305792682399606','5.3887939453125'),(177171,70,43,224,'44.306284059056466','5.386219024658203'),(177170,70,43,223,'44.306775431600116','5.3853607177734375'),(177169,70,43,222,'44.30708253735111','5.382785797119141'),(177168,70,43,221,'44.308126684886126','5.382270812988281'),(177167,70,43,220,'44.30953932551652','5.3826141357421875'),(177166,70,43,219,'44.31039917708048','5.383129119873047'),(177165,70,43,218,'44.311688930807236','5.38355827331543'),(177164,70,43,217,'44.31205742666618','5.382699966430664'),(177163,70,43,216,'44.31304007097853','5.382785797119141'),(177162,70,43,215,'44.31365421531865','5.382013320922852'),(177161,70,43,214,'44.31586508172756','5.381841659545898'),(177160,70,43,213,'44.3170933048524','5.379695892333984'),(177159,70,43,212,'44.318198683684365','5.38029670715332'),(177158,70,43,211,'44.318505729664366','5.383815765380859'),(177157,70,43,210,'44.318505729664366','5.383815765380859'),(177156,70,43,209,'44.32004093546311','5.38355827331543'),(177155,70,43,208,'44.3213304772915','5.386219024658203'),(177154,70,43,207,'44.3213304772915','5.387678146362305'),(177153,70,43,206,'44.32225156124448','5.3894805908203125'),(177152,70,43,205,'44.3225585860153','5.391454696655273'),(177151,70,43,204,'44.322865609179345','5.390682220458984'),(177150,70,43,203,'44.322988417995084','5.388965606689453'),(177149,70,43,202,'44.32268139547374','5.387163162231445'),(177148,70,43,201,'44.32212875088627','5.385704040527344'),(177147,70,43,200,'44.32341824682562','5.385618209838867'),(177146,70,43,199,'44.32372526549074','5.388193130493164'),(177145,70,43,198,'44.32513753065519','5.38853645324707'),(177144,70,43,197,'44.32587435115722','5.388364791870117'),(177143,70,43,196,'44.32458490920509','5.386648178100586'),(177142,70,43,195,'44.32476911693357','5.382442474365234'),(177141,70,43,194,'44.325505942063074','5.383901596069336'),(177140,70,43,193,'44.32630415884273','5.383901596069336'),(177139,70,43,192,'44.32679536376995','5.385189056396484'),(177138,70,43,191,'44.327654962494904','5.385017395019531'),(177137,70,43,190,'44.32857594714993','5.38304328918457'),(177135,70,43,188,'44.330663458830394','5.379352569580078'),(177136,70,43,189,'44.33011088943957','5.380125045776367'),(177134,70,43,187,'44.330847647470456','5.376777648925781'),(177133,70,43,186,'44.33140020992005','5.376348495483398'),(177132,70,43,185,'44.33176858199424','5.374288558959961'),(177131,70,43,184,'44.33281229030619','5.373086929321289'),(177130,70,43,183,'44.33182997711499','5.37205696105957'),(177129,70,43,182,'44.331216023015294','5.370168685913086'),(177128,70,43,181,'44.33158439624637','5.368709564208984'),(177127,70,43,180,'44.33164579155994','5.367593765258789'),(177126,70,43,179,'44.3331192598042','5.366649627685547'),(177124,70,43,177,'44.33324204715351','5.359869003295898'),(177125,70,43,178,'44.33367180085156','5.363130569458008'),(177123,70,43,176,'44.33262810783612','5.3558349609375'),(177122,70,43,175,'44.33318065351101','5.35059928894043'),(177121,70,43,174,'44.33324204715351','5.348539352416992'),(177120,70,43,173,'44.33268950205708','5.346393585205078'),(177119,70,43,172,'44.33176858199424','5.343732833862305'),(177118,70,43,171,'44.331031835532094','5.341329574584961'),(177117,70,43,170,'44.33072485510801','5.33660888671875'),(177116,70,43,169,'44.331216023015294','5.333089828491211'),(177115,70,43,168,'44.33090904355527','5.33111572265625'),(177114,70,43,167,'44.33201416209164','5.32588005065918'),(177113,70,43,166,'44.3329964721978','5.320043563842773'),(177112,70,43,165,'44.33379458704399','5.314979553222656'),(177111,70,43,164,'44.33354901440204','5.311031341552734'),(177110,70,43,163,'44.3340401586576','5.307254791259766'),(177109,70,43,162,'44.33477686732845','5.303564071655273'),(177108,70,43,161,'44.33667998855806','5.301074981689453'),(177106,70,43,159,'44.342266213462565','5.293951034545898'),(177107,70,43,160,'44.339319699621136','5.2974700927734375'),(177105,70,43,158,'44.343309734938096','5.290946960449219'),(177104,70,43,157,'44.34404632714937','5.2864837646484375'),(177103,70,43,156,'44.34380079744061','5.28416633605957'),(177102,70,43,155,'44.344844291600765','5.283136367797852'),(177101,70,43,154,'44.34772914937904','5.283308029174805'),(177100,70,43,153,'44.34822017486109','5.281333923339844'),(177099,70,43,152,'44.351288990929866','5.27918815612793'),(177098,70,43,151,'44.352884711785','5.277042388916016'),(177097,70,43,150,'44.35644424020292','5.272922515869141'),(177096,70,43,149,'44.35853075978831','5.268373489379883'),(177094,70,43,147,'44.364298986097324','5.264596939086914'),(177095,70,43,148,'44.36251948749364','5.267515182495117'),(177093,70,43,146,'44.36693745349846','5.263481140136719'),(177092,70,43,145,'44.369821223790865','5.25996208190918'),(177091,70,43,144,'44.372336737246684','5.254039764404297'),(177090,70,43,143,'44.37442269084738','5.253438949584961'),(177089,70,43,142,'44.37515889202592','5.250349044799805'),(177088,70,43,141,'44.37859437514968','5.246486663818359'),(177087,70,43,140,'44.38080279357847','5.244598388671875'),(177086,70,43,139,'44.383440517533394','5.24322509765625'),(177085,70,43,138,'44.38632347522006','5.239534378051758'),(177084,70,43,137,'44.38687551475036','5.237216949462891'),(177083,70,43,136,'44.38804091443972','5.234642028808594'),(177082,70,43,135,'44.38773423256054','5.232152938842773'),(177081,70,43,134,'44.38828625878617','5.227775573730469'),(177080,70,43,133,'44.38920629092628','5.223655700683594'),(177079,70,43,132,'44.39073964568958','5.222024917602539'),(177078,70,43,131,'44.3900649745428','5.219449996948242'),(177077,70,43,130,'44.39233429202983','5.211896896362305'),(177076,70,43,129,'44.391598306810266','5.20503044128418'),(177075,70,43,128,'44.38914495590017','5.201511383056641'),(177074,70,43,127,'44.38932896078565','5.199880599975586'),(177073,70,43,126,'44.38755022266172','5.196104049682617'),(177072,70,43,125,'44.38055741786654','5.192584991455078'),(177071,70,43,124,'44.37933052388131','5.189666748046875'),(177069,70,43,122,'44.378655721230835','5.184259414672852'),(177070,70,43,123,'44.37982128456053','5.186405181884766'),(177068,70,43,121,'44.379207833068776','5.1821136474609375'),(177067,70,43,120,'44.382888445609225','5.179195404052734'),(177066,70,43,119,'44.38423794556608','5.177135467529297'),(177065,70,43,118,'44.38350185853693','5.171298980712891'),(177064,70,43,117,'44.37773552326507','5.1711273193359375'),(177063,70,43,116,'44.376999354480205','5.168037414550781'),(177062,70,43,115,'44.37245944245639','5.163745880126953'),(177061,70,43,114,'44.37209132605597','5.152072906494141'),(177060,70,43,113,'44.36791917847383','5.150356292724609'),(177059,70,43,112,'44.36546483518454','5.153789520263672'),(177058,70,43,111,'44.359328527053435','5.146751403808594'),(177057,70,43,110,'44.35945125951474','5.144691467285156'),(177056,70,43,109,'44.3584693926257','5.141258239746094'),(177055,70,43,108,'44.36055584009761','5.140571594238281'),(177054,70,43,107,'44.36141494393172','5.137996673583984'),(177053,70,43,106,'44.36202858181479','5.128383636474609'),(177052,70,43,105,'44.364114902541516','5.127353668212891'),(177051,70,43,104,'44.36656930239071','5.123405456542969'),(177050,70,43,103,'44.3697598684544','5.118427276611328'),(177049,70,43,102,'44.3767539628285','5.103492736816406'),(177048,70,43,101,'44.38264307863848','5.0997161865234375'),(177047,70,43,100,'44.38337917646558','5.096111297607422'),(177046,70,43,99,'44.39221162846931','5.088043212890625'),(177045,70,43,98,'44.39822184058999','5.0804901123046875'),(177044,70,43,97,'44.40214654387963','5.076198577880859'),(177043,70,43,96,'44.40263711327981','5.072593688964844'),(177042,70,43,95,'44.40766521245895','5.071220397949219'),(177041,70,43,94,'44.4090141411476','5.073966979980469'),(177040,70,43,93,'44.41244763743361','5.071392059326172'),(177039,70,43,92,'44.41649399928571','5.071907043457031'),(177038,70,43,91,'44.41563570350107','5.068988800048828'),(177036,70,43,89,'44.41968184476125','5.061092376708984'),(177037,70,43,90,'44.41796533417854','5.0653839111328125'),(150673,58,31,23,'43.106873509321446','0.032787322998046875'),(150657,58,31,7,'43.18665448536072','0.006866455078125'),(150656,58,31,6,'43.1916608050817','0.010986328125'),(150655,58,31,5,'43.198168406832046','0.006866455078125'),(150654,58,31,4,'43.21968860701766','0.017852783203125'),(150653,58,31,3,'43.22269082199867','0.0281524658203125'),(150652,58,31,2,'43.23019571266879','0.0460052490234375'),(150651,58,31,1,'43.235698711916065','0.0556182861328125'),(150650,58,31,0,'43.23219686079699','0.0748443603515625'),(160136,68,41,30,'42.975767134598506','0.6603384017944336'),(160135,68,41,29,'42.97586133054189','0.6595230102539062'),(160134,68,41,28,'42.975672938510804','0.6586217880249023'),(160133,68,41,27,'42.97325518954874','0.6596088409423828'),(160132,68,41,26,'42.97268998777237','0.6608963012695312'),(160131,68,41,25,'42.970711740649875','0.6610250473022461'),(160130,68,41,24,'42.968230991637455','0.6607675552368164'),(160129,68,41,23,'42.96603277599586','0.6610250473022461'),(160128,68,41,22,'42.96439976495265','0.6601238250732422'),(160127,68,41,21,'42.96270389991014','0.6590080261230469'),(160126,68,41,20,'42.95076871285208','0.6483650207519531'),(160125,68,41,19,'42.93971089532299','0.6516265869140625'),(160124,68,41,18,'42.939208220059115','0.6490516662597656'),(160123,68,41,17,'42.93631775765236','0.646820068359375'),(160122,68,41,16,'42.93342715956417','0.6497383117675781'),(160121,68,41,15,'42.92588583025471','0.6497383117675781'),(160120,68,41,14,'42.918092153294886','0.6476783752441406'),(160119,68,41,13,'42.912812005534754','0.6456184387207031'),(160118,68,41,12,'42.91092612883572','0.6397819519042969'),(160117,68,41,11,'42.907405671269394','0.6360054016113281'),(160116,68,41,10,'42.90262758581905','0.6337738037109375'),(160115,68,41,9,'42.89960965682987','0.6315422058105469'),(160110,68,41,4,'42.883763106090576','0.6145477294921875'),(160111,68,41,5,'42.88464357683445','0.6172943115234375'),(160112,68,41,6,'42.888668425922255','0.619354248046875'),(160113,68,41,7,'42.89520824558987','0.6222724914550781'),(160114,68,41,8,'42.898100636939276','0.6255340576171875'),(160108,68,41,2,'42.87445450393078','0.6121444702148438'),(160109,68,41,3,'42.87810263697499','0.6143760681152344'),(160107,68,41,1,'42.86803829853183','0.6092262268066406'),(186525,71,44,580,'45.09127761264829','6.055612564086914'),(186526,71,44,581,'45.09182296232323','6.057329177856445'),(186524,71,44,579,'45.09115642312447','6.0569000244140625'),(186523,71,44,578,'45.088884071939425','6.060118675231934'),(186522,71,44,577,'45.08906586336112','6.056728363037109'),(186519,71,44,574,'45.08649043092507','6.05870246887207'),(186521,71,44,576,'45.08812660145438','6.055741310119629'),(186520,71,44,575,'45.08836899310248','6.056556701660156'),(186518,71,44,573,'45.084096689605204','6.060118675231934'),(186517,71,44,572,'45.083460361745814','6.061620712280273'),(186516,71,44,571,'45.082914932225044','6.058616638183594'),(186515,71,44,570,'45.08370277319465','6.057372093200684'),(186514,71,44,569,'45.082248289072424','6.05771541595459'),(186513,71,44,568,'45.08197556917705','6.061577796936035'),(186511,71,44,566,'45.079945280147484','6.056342124938965'),(186512,71,44,567,'45.08143012548074','6.060032844543457'),(186510,71,44,565,'45.08067255615274','6.055569648742676'),(186509,71,44,564,'45.08064225317069','6.054840087890625'),(186508,71,44,563,'45.07909677977426','6.054496765136719'),(186506,71,44,561,'45.07746035061384','6.052651405334473'),(186507,71,44,562,'45.07700577864086','6.05320930480957'),(186505,71,44,560,'45.078399787898554','6.049304008483887'),(186504,71,44,559,'45.0780361365883','6.048316955566406'),(186503,71,44,558,'45.07800583220798','6.049304008483887'),(186502,71,44,557,'45.07739974122637','6.050419807434082'),(186501,71,44,556,'45.076945168771246','6.051449775695801'),(186500,71,44,555,'45.07558142970864','6.051836013793945'),(186499,71,44,554,'45.07597540211415','6.051321029663086'),(186498,71,44,553,'45.07655120305169','6.050205230712891'),(186497,71,44,552,'45.076823948839156','6.049304008483887'),(186496,71,44,551,'45.076308761258844','6.048316955566406'),(186495,71,44,550,'45.07558142970864','6.050291061401367'),(186493,71,44,548,'45.07439949619506','6.050119400024414'),(186494,71,44,549,'45.07373275368509','6.051363945007324'),(186492,71,44,547,'45.075005618999285','6.0500335693359375'),(186491,71,44,546,'45.0752783721638','6.049261093139648'),(186490,71,44,545,'45.07488439495275','6.048831939697266'),(186489,71,44,544,'45.07391459332291','6.049604415893555'),(186488,71,44,543,'45.0724598600198','6.051063537597656'),(186487,71,44,542,'45.073672140343895','6.048316955566406'),(186486,71,44,541,'45.07285385394578','6.047372817993164'),(186485,71,44,540,'45.07155063290106','6.046257019042969'),(186484,71,44,539,'45.07100508968671','6.044669151306152'),(186482,71,44,537,'45.07100508968671','6.0472869873046875'),(186483,71,44,538,'45.07091416531136','6.04522705078125'),(186481,71,44,536,'45.070156456558394','6.0462141036987305'),(186480,71,44,535,'45.069216883754166','6.045184135437012'),(186479,71,44,534,'45.06821667637759','6.044712066650391'),(186478,71,44,533,'45.06700428033471','6.043510437011719'),(186477,71,44,532,'45.067762030875016','6.043210029602051'),(186476,71,44,531,'45.06745893186427','6.042609214782715'),(186475,71,44,530,'45.06603434498539','6.042995452880859'),(186474,71,44,529,'45.067034590549184','6.041922569274902'),(186473,71,44,528,'45.06770141120143','6.041064262390137'),(186472,71,44,527,'45.069156265623505','6.0407209396362305'),(186471,71,44,526,'45.07133847782536','6.038789749145508'),(186470,71,44,525,'45.06782265048428','6.039261817932129'),(186469,71,44,524,'45.06485221402667','6.039905548095703'),(186468,71,44,523,'45.06370037060474','6.03823184967041'),(186467,71,44,522,'45.06206350055586','6.0369873046875'),(186465,71,44,520,'45.0589108780433','6.038832664489746'),(186466,71,44,521,'45.05906245041115','6.037588119506836'),(186464,71,44,519,'45.05618250671367','6.040849685668945'),(186463,71,44,518,'45.05145302135151','6.046686172485352'),(186462,71,44,517,'45.05069505464198','6.048059463500977'),(186461,71,44,516,'45.04608640084629','6.0558271408081055'),(186460,71,44,515,'45.04005214147558','6.061277389526367'),(186459,71,44,514,'45.03301642248849','6.0675859451293945'),(186458,71,44,513,'45.02849733642364','6.071791648864746'),(186457,71,44,512,'45.02952856869159','6.072478294372559'),(186456,71,44,511,'45.03077208877444','6.073980331420898'),(186455,71,44,510,'45.031045052981305','6.075310707092285'),(186454,71,44,509,'45.030741759337765','6.077156066894531'),(186453,71,44,508,'45.02764807237005','6.076769828796387'),(186452,71,44,507,'45.0270414474743','6.079301834106445'),(186451,71,44,506,'45.02770873450604','6.081404685974121'),(186450,71,44,505,'45.029740878910985','6.084322929382324'),(186449,71,44,504,'45.03174262226205','6.086640357971191'),(186448,71,44,503,'45.03237952591916','6.087241172790527'),(186447,71,44,502,'45.0327434676838','6.090245246887207'),(186446,71,44,501,'45.03380495127808','6.090588569641113'),(186445,71,44,500,'45.03410822868881','6.091747283935547'),(186444,71,44,499,'45.03544263020232','6.092262268066406'),(186443,71,44,498,'45.03626145208961','6.093206405639648'),(186442,71,44,497,'45.03668602178883','6.092820167541504'),(186441,71,44,496,'45.037838409378985','6.091446876525879'),(186440,71,44,495,'45.038899798469394','6.093721389770508'),(186439,71,44,494,'45.03959727200873','6.09440803527832'),(186438,71,44,493,'45.040628304275636','6.096940040588379'),(186437,71,44,492,'45.04017343938935','6.099643707275391'),(186436,71,44,491,'45.038960448679916','6.101531982421875'),(186435,71,44,490,'45.03914239892566','6.102433204650879'),(186434,71,44,489,'45.03838426908451','6.103119850158691'),(186433,71,44,488,'45.03838426908451','6.105823516845703'),(186432,71,44,487,'45.03920304887902','6.108484268188477'),(186431,71,44,486,'45.03899077376104','6.109170913696289'),(186429,71,44,484,'45.039779220229434','6.113677024841309'),(186430,71,44,485,'45.039324348592835','6.1101579666137695'),(186428,71,44,483,'45.03990051872176','6.114835739135742'),(186424,71,44,479,'45.045055466940525','6.1252641677856445'),(186427,71,44,482,'45.03993084330468','6.118311882019043'),(186426,71,44,481,'45.042629666814726','6.121702194213867'),(186425,71,44,480,'45.04250837410831','6.123805046081543'),(186423,71,44,478,'45.04554061462231','6.1266374588012695'),(186422,71,44,477,'45.04523739780336','6.127324104309082'),(186421,71,44,476,'45.04314515794804','6.12736701965332'),(186420,71,44,475,'45.04141672817883','6.126036643981934'),(186419,71,44,474,'45.04135608057199','6.1248779296875'),(186418,71,44,473,'45.04068895265393','6.1241912841796875'),(186417,71,44,472,'45.04041603444539','6.12462043762207'),(186416,71,44,471,'45.041295432900895','6.126852035522461'),(186415,71,44,470,'45.045328363017795','6.130456924438477'),(186413,71,44,468,'45.04699603298103','6.13286018371582'),(186414,71,44,469,'45.045874151266865','6.131100654602051'),(186412,71,44,467,'45.04623800720658','6.134448051452637'),(186411,71,44,466,'45.04478256956139','6.135563850402832'),(186409,71,44,464,'45.046844428629726','6.13835334777832'),(186410,71,44,465,'45.04517675424669','6.137537956237793'),(186408,71,44,463,'45.0472689198008','6.1409711837768555'),(186407,71,44,462,'45.04781468953482','6.143546104431152'),(186406,71,44,461,'45.04444902655232','6.152644157409668'),(186405,71,44,460,'45.043994192042234','6.154146194458008'),(186404,71,44,459,'45.04387290222883','6.156163215637207'),(186403,71,44,458,'45.04347870855922','6.159253120422363'),(186402,71,44,457,'45.043751612158225','6.16208553314209'),(186401,71,44,456,'45.04332709488612','6.164746284484863'),(186400,71,44,455,'45.04272063617576','6.168994903564453'),(186399,71,44,454,'45.04178061246971','6.169981956481934'),(186398,71,44,453,'45.04168964161394','6.171441078186035'),(186397,71,44,452,'45.04041603444539','6.173887252807617'),(186395,71,44,450,'45.039324348592835','6.182513236999512'),(186396,71,44,451,'45.0390514238751','6.177792549133301'),(186394,71,44,449,'45.03856622116249','6.1849164962768555'),(186393,71,44,448,'45.03899077376104','6.187276840209961'),(186392,71,44,447,'45.038960448679916','6.1887359619140625'),(186391,71,44,446,'45.03808101433544','6.193499565124512'),(186390,71,44,445,'45.03732287043122','6.195001602172852'),(186389,71,44,444,'45.0378687350548','6.196074485778809'),(186388,71,44,443,'45.037838409378985','6.205000877380371'),(186387,71,44,442,'45.03862687172659','6.2096357345581055'),(186386,71,44,441,'45.03829329282855','6.21152400970459'),(186385,71,44,440,'45.03780808368712','6.213111877441406'),(186384,71,44,439,'45.037231892487675','6.215043067932129'),(186383,71,44,438,'45.036473737333','6.215686798095703'),(186382,71,44,437,'45.03589753269729','6.2186479568481445'),(186381,71,44,436,'45.03656471648192','6.220965385437012'),(186380,71,44,435,'45.036291778601175','6.222209930419922'),(186379,71,44,434,'45.03620079901827','6.22525691986084'),(186378,71,44,433,'45.03671634807539','6.2288618087768555'),(186377,71,44,432,'45.036867979267065','6.23199462890625'),(186376,71,44,431,'45.0378687350548','6.234269142150879'),(186375,71,44,430,'45.03789906071454','6.237444877624512'),(186374,71,44,429,'45.0376261291983','6.238303184509277'),(186373,71,44,428,'45.0378687350548','6.240448951721191'),(186372,71,44,427,'45.03893012358268','6.244139671325684'),(186371,71,44,426,'45.03859654645257','6.250319480895996'),(186370,71,44,425,'45.03923337383158','6.252293586730957'),(186369,71,44,424,'45.03941532320947','6.254396438598633'),(186368,71,44,423,'45.039354673481114','6.256885528564453'),(186367,71,44,422,'45.04005214147558','6.259503364562988'),(186366,71,44,421,'45.041507699468525','6.261477470397949'),(186365,71,44,420,'45.04287225145605','6.268472671508789'),(186364,71,44,419,'45.042569020493666','6.269373893737793'),(186363,71,44,418,'45.04232643456655','6.271777153015137'),(186362,71,44,417,'45.042629666814726','6.273922920227051'),(186361,71,44,416,'45.04287225145605','6.276798248291016'),(186360,71,44,415,'45.04317548081125','6.278085708618164'),(186359,71,44,414,'45.04281160539217','6.279201507568359'),(186358,71,44,413,'45.0432664493044','6.281003952026367'),(186357,71,44,412,'45.04384257973527','6.28293514251709'),(186356,71,44,411,'45.04429741545076','6.284351348876953'),(186355,71,44,410,'45.04396386961298','6.285295486450195'),(186354,71,44,409,'45.04350903124562','6.287055015563965'),(186353,71,44,408,'45.04341806313818','6.288857460021973'),(186352,71,44,407,'45.043236126489404','6.290488243103027'),(186351,71,44,406,'45.0433574176529','6.292290687561035'),(186350,71,44,405,'45.04372128960042','6.29366397857666'),(186349,71,44,404,'45.04460063725206','6.296753883361816'),(186348,71,44,403,'45.04444902655232','6.29915714263916'),(186347,71,44,402,'45.0446309593438','6.302289962768555'),(186346,71,44,401,'45.0454193280876','6.30340576171875'),(186345,71,44,400,'45.044903857446165','6.304607391357422'),(186344,71,44,399,'45.04499482319098','6.3065385818481445'),(186342,71,44,397,'45.046541218721764','6.30889892578125'),(186343,71,44,398,'45.0462986496382','6.307783126831055'),(186341,71,44,396,'45.04641993430856','6.311731338500977'),(186340,71,44,395,'45.049118451709774','6.315464973449707'),(186339,71,44,394,'45.04754180531873','6.317610740661621'),(186338,71,44,393,'45.04836045406148','6.318469047546387'),(186337,71,44,392,'45.0483301339466','6.3194990158081055'),(186336,71,44,391,'45.0483301339466','6.3233184814453125'),(186335,71,44,390,'45.0454193280876','6.328854560852051'),(186333,71,44,388,'45.04641993430856','6.328639984130859'),(186334,71,44,389,'45.0456315793546','6.329283714294434'),(186332,71,44,387,'45.04623800720658','6.331772804260254'),(186331,71,44,386,'45.044812891556695','6.332030296325684'),(186330,71,44,385,'45.043630321830506','6.3312578201293945'),(186329,71,44,384,'45.04308451217345','6.332201957702637'),(186328,71,44,383,'45.04366064443655','6.3332319259643555'),(186327,71,44,382,'45.04526771955758','6.333661079406738'),(186326,71,44,381,'45.0441154815985','6.335291862487793'),(186325,71,44,380,'45.04384257973527','6.337480545043945'),(186324,71,44,379,'45.04232643456655','6.339626312255859'),(186323,71,44,378,'45.041295432900895','6.341342926025391'),(186322,71,44,377,'45.041265109041205','6.343188285827637'),(186321,71,44,376,'45.040931545524174','6.345162391662598'),(186320,71,44,375,'45.04138640438344','6.346578598022461'),(186319,71,44,374,'45.04111348950184','6.348080635070801'),(186318,71,44,373,'45.041234785165486','6.350312232971191'),(186317,71,44,372,'45.040719276818955','6.351513862609863'),(186316,71,44,371,'45.04135608057199','6.352329254150391'),(186315,71,44,370,'45.041628994296424','6.354303359985352'),(186314,71,44,369,'45.04232643456655','6.355161666870117'),(186313,71,44,368,'45.040992193581','6.356363296508789'),(186312,71,44,367,'45.040901221471635','6.357221603393555'),(186310,71,44,365,'45.039839869507745','6.35983943939209'),(186311,71,44,366,'45.0402037638276','6.357822418212891'),(186309,71,44,364,'45.0392940236885','6.360354423522949'),(186308,71,44,363,'45.03856622116249','6.361813545227051'),(186307,71,44,362,'45.0390514238751','6.3634443283081055'),(186306,71,44,361,'45.03759580339392','6.364474296569824'),(186305,71,44,360,'45.03753515173693','6.364345550537109'),(186304,71,44,359,'45.036109819290736','6.367907524108887'),(186303,71,44,358,'45.036352431576056','6.367864608764648'),(186302,71,44,357,'45.037929386358186','6.366405487060547'),(186301,71,44,356,'45.037171240444955','6.368207931518555'),(186300,71,44,355,'45.036079492682745','6.370611190795898'),(186299,71,44,354,'45.034502486919955','6.372928619384766'),(186298,71,44,353,'45.034441831984274','6.3744306564331055'),(186297,71,44,352,'45.032531168602354','6.380095481872559'),(186296,71,44,351,'45.032258211483295','6.383099555969238'),(186295,71,44,350,'45.033198391635025','6.383872032165527'),(186294,71,44,349,'45.033441016263715','6.385717391967773'),(186293,71,44,348,'45.03298609424115','6.387348175048828'),(186292,71,44,347,'45.03259182556313','6.3909101486206055'),(186291,71,44,346,'45.03298609424115','6.392455101013184'),(186290,71,44,345,'45.033198391635025','6.396961212158203'),(186289,71,44,344,'45.0338656068888','6.39979362487793'),(186288,71,44,343,'45.03359265613429','6.403226852416992'),(186287,71,44,342,'45.033835279091484','6.4054155349731445'),(186286,71,44,341,'45.03483608791711','6.404900550842285'),(186285,71,44,340,'45.035594264769124','6.405029296875'),(186284,71,44,339,'45.036291778601175','6.405930519104004'),(186283,71,44,338,'45.036867979267065','6.405887603759766'),(186282,71,44,337,'45.03747450001567','6.404557228088379'),(186281,71,44,336,'45.03859654645257','6.404385566711426'),(186280,71,44,335,'45.03944564804951','6.405329704284668'),(186279,71,44,334,'45.03950629768142','6.406402587890625'),(186278,71,44,333,'45.03886947334005','6.408548355102539'),(186277,71,44,332,'45.03844491984148','6.410093307495117'),(186276,71,44,331,'45.040628304275636','6.41352653503418'),(186275,71,44,330,'45.04178061246971','6.414556503295898'),(186274,71,44,329,'45.04272063617576','6.415929794311523'),(186273,71,44,328,'45.04287225145605','6.4170026779174805'),(186272,71,44,327,'45.04165931796322','6.418547630310059'),(186271,71,44,326,'45.0415380231996','6.420564651489258'),(186270,71,44,325,'45.04193223024117','6.42176628112793'),(186269,71,44,324,'45.043023866334565','6.4218950271606445'),(186268,71,44,323,'45.042993543391','6.424813270568848'),(186267,71,44,322,'45.04205352416905','6.426873207092285'),(186266,71,44,321,'45.04084057331838','6.427731513977051'),(186265,71,44,320,'45.039748895566156','6.430907249450684'),(186264,71,44,319,'45.03947597287349','6.4321088790893555'),(186263,71,44,318,'45.03656471648192','6.4356279373168945'),(186262,71,44,317,'45.03547295714781','6.437516212463379'),(186261,71,44,316,'45.03371396774147','6.438846588134766'),(186260,71,44,315,'45.03174262226205','6.441593170166016'),(186259,71,44,314,'45.03037780484403','6.444296836853027'),(186258,71,44,313,'45.02916460648323','6.445884704589844'),(186257,71,44,312,'45.028679319938625','6.4472150802612305'),(186256,71,44,311,'45.02537319586232','6.451635360717773'),(186255,71,44,310,'45.024341888730575','6.454253196716309'),(186254,71,44,309,'45.02233988655459','6.45695686340332'),(186253,71,44,308,'45.020004128864336','6.462793350219727'),(186252,71,44,307,'45.01894238932199','6.464123725891113'),(186251,71,44,306,'45.01803231118684','6.465969085693359'),(186250,71,44,305,'45.01575705256512','6.465411186218262'),(186249,71,44,304,'45.0146345583437','6.467299461364746'),(186248,71,44,303,'45.01272323377199','6.467900276184082'),(186247,71,44,302,'45.011904075142226','6.469230651855469'),(186246,71,44,301,'45.0085969822883','6.471376419067383'),(186245,71,44,300,'45.008202545624776','6.472105979919434'),(186244,71,44,299,'45.005380727197064','6.472535133361816'),(186243,71,44,298,'45.00510764061729','6.472835540771484'),(186242,71,44,297,'45.001769810561505','6.4764404296875'),(186241,71,44,296,'44.99909940649677','6.477642059326172'),(186240,71,44,295,'44.99557913824634','6.479530334472656'),(186239,71,44,294,'44.99278704758026','6.48193359375'),(186238,71,44,293,'44.988659360022495','6.49017333984375'),(186237,71,44,292,'44.98677752145594','6.492490768432617'),(186236,71,44,291,'44.98604905123087','6.494293212890625'),(186235,71,44,290,'44.98319578704682','6.498928070068359'),(186234,71,44,289,'44.98064594145076','6.499357223510742'),(186233,71,44,288,'44.978885267592396','6.500644683837891'),(186232,71,44,287,'44.977792408348414','6.50390625'),(186231,71,44,286,'44.97572806183439','6.509571075439453'),(186230,71,44,285,'44.976213797111924','6.513261795043945'),(186228,71,44,283,'44.971963473927815','6.520042419433594'),(186229,71,44,284,'44.974088674896514','6.517038345336914'),(186227,71,44,282,'44.97111337148945','6.522188186645508'),(186226,71,44,281,'44.96886661153196','6.5238189697265625'),(186224,71,44,279,'44.967348480656135','6.531286239624023'),(186225,71,44,280,'44.96759138429636','6.528711318969727'),(186223,71,44,278,'44.96370480261884','6.536436080932617'),(186222,71,44,277,'44.95811738012426','6.542186737060547'),(186220,71,44,275,'44.95568789627501','6.548366546630859'),(186221,71,44,276,'44.95799590837475','6.543560028076172'),(186219,71,44,274,'44.948155842658785','6.558666229248047'),(186218,71,44,273,'44.94517919414709','6.5608978271484375'),(186217,71,44,272,'44.94420719385623','6.563901901245117'),(186216,71,44,271,'44.94293141849847','6.567592620849609'),(186215,71,44,270,'44.940258273435724','6.571283340454102'),(186214,71,44,269,'44.936916667082514','6.582527160644531'),(186213,71,44,268,'44.936248322475244','6.584072113037109'),(186212,71,44,267,'44.93235961774119','6.590595245361328'),(186211,71,44,266,'44.92646529763417','6.602439880371094'),(186210,71,44,265,'44.92257593047454','6.611881256103516'),(186209,71,44,264,'44.92239360992797','6.614542007446289'),(186208,71,44,263,'44.91771385122523','6.621665954589844'),(186207,71,44,262,'44.91497875083712','6.6226959228515625'),(186206,71,44,261,'44.91084546325574','6.624326705932617'),(186205,71,44,260,'44.906711878406284','6.627330780029297'),(186203,71,44,258,'44.903307526498594','6.629476547241211'),(186204,71,44,259,'44.904097840445665','6.627931594848633'),(186202,71,44,257,'44.90245640702054','6.631107330322266'),(186201,71,44,256,'44.89899100477311','6.633510589599609'),(186200,71,44,255,'44.89661981973036','6.634283065795898'),(186199,71,44,254,'44.89552539365396','6.636171340942383'),(186198,71,44,253,'44.89181635038215','6.637544631958008'),(186197,71,44,252,'44.88865435412497','6.639089584350586'),(186196,71,44,251,'44.89029618157105','6.639690399169922'),(186195,71,44,250,'44.892971651806235','6.640119552612305'),(186194,71,44,249,'44.89272843238244','6.645097732543945'),(186193,71,44,248,'44.890174566330415','6.647157669067383'),(186192,71,44,247,'44.88683004644092','6.648187637329102'),(186191,71,44,246,'44.88543137136633','6.651706695556641'),(186190,71,44,245,'44.8848232411612','6.653938293457031'),(186189,71,44,244,'44.884458359952276','6.658658981323242'),(186188,71,44,243,'44.88293799667031','6.660032272338867'),(186187,71,44,242,'44.88239065605275','6.663379669189453'),(186186,71,44,241,'44.88141759320842','6.666727066040039'),(186185,71,44,240,'44.88196494308343','6.668787002563477'),(186184,71,44,239,'44.880626967529146','6.669988632202148'),(186183,71,44,238,'44.880140423249415','6.671361923217773'),(186182,71,44,237,'44.879106502993814','6.678485870361328'),(186181,71,44,236,'44.87728189251396','6.6831207275390625'),(186180,71,44,235,'44.877099428283735','6.688356399536133'),(186179,71,44,234,'44.87436239539944','6.693077087402344'),(186178,71,44,233,'44.872841765323024','6.694536209106445'),(186176,71,44,231,'44.869313748805155','6.703205108642578'),(186177,71,44,232,'44.87192936799084','6.700887680053711'),(186175,71,44,230,'44.86736716435885','6.710071563720703'),(186174,71,44,229,'44.86809714124074','6.7133331298828125'),(186169,71,44,224,'44.86809714124074','6.724834442138672'),(186170,71,44,225,'44.87034784501639','6.72612190246582'),(186171,71,44,226,'44.86827963401474','6.722002029418945'),(186172,71,44,227,'44.8687662785834','6.719512939453125'),(186173,71,44,228,'44.867610491014766','6.71513557434082'),(186168,71,44,223,'44.86274376246227','6.724748611450195'),(186167,71,44,222,'44.859275967357476','6.724662780761719'),(186165,71,44,220,'44.852583140708646','6.724233627319336'),(186166,71,44,221,'44.85507783066708','6.727323532104492'),(186164,71,44,219,'44.85039259213043','6.724920272827148'),(186163,71,44,218,'44.84801940381685','6.724576950073242'),(186162,71,44,217,'44.84552440810702','6.725006103515625'),(186161,71,44,216,'44.84388130313585','6.723461151123047'),(186160,71,44,215,'44.83773445787507','6.722602844238281'),(186159,71,44,214,'44.835360748061916','6.721830368041992'),(186158,71,44,213,'44.83511728511649','6.722860336303711'),(186157,71,44,212,'44.83262173062063','6.723031997680664'),(186156,71,44,211,'44.83049129371961','6.724576950073242'),(186155,71,44,210,'44.830613035092576','6.723203659057617'),(186154,71,44,209,'44.82726505363732','6.725263595581055'),(186153,71,44,208,'44.828665142267226','6.727409362792969'),(186152,71,44,207,'44.82659543401','6.728353500366211'),(186151,71,44,206,'44.82738680182474','6.729211807250977'),(186150,71,44,205,'44.82476915912614','6.731958389282227'),(186149,71,44,204,'44.822455794547544','6.731443405151367'),(186148,71,44,203,'44.82190787881377','6.73436164855957'),(186146,71,44,201,'44.81904645649107','6.734704971313477'),(186147,71,44,202,'44.82202963831571','6.736249923706055'),(186145,71,44,200,'44.81813320670734','6.733245849609375'),(186144,71,44,199,'44.81642843507689','6.734619140625'),(186143,71,44,198,'44.814053847743395','6.736164093017578'),(186142,71,44,197,'44.813384074662714','6.734533309936523'),(186140,71,44,195,'44.81149649049354','6.736507415771484'),(186141,71,44,196,'44.81161827198169','6.735477447509766'),(186139,71,44,194,'44.80985241523529','6.738395690917969'),(186138,71,44,193,'44.80808650442356','6.73736572265625'),(186137,71,44,192,'44.80735576689378','6.736335754394531'),(186136,71,44,191,'44.803884637207034','6.736850738525391'),(186135,71,44,190,'44.80565067665691','6.735906600952148'),(186134,71,44,189,'44.80431092754158','6.734790802001953'),(186133,71,44,188,'44.8015095333921','6.732988357543945'),(186132,71,44,187,'44.79919523562331','6.732387542724609'),(186131,71,44,186,'44.79858619446585','6.730928421020508'),(186129,71,44,184,'44.797794431350255','6.7339324951171875'),(186130,71,44,185,'44.797611715242255','6.732387542724609'),(186128,71,44,183,'44.79596724423395','6.732473373413086'),(186127,71,44,182,'44.79633268628585','6.730070114135742'),(186126,71,44,181,'44.79633268628585','6.728181838989258'),(186125,71,44,180,'44.79438363526571','6.730585098266602'),(186124,71,44,179,'44.7903635096334','6.732215881347656'),(186123,71,44,178,'44.78634310396834','6.732902526855469'),(186122,71,44,177,'44.78384543822433','6.73487663269043'),(186121,71,44,176,'44.78067751159191','6.735391616821289'),(186120,71,44,175,'44.77647364827334','6.735134124755859'),(186119,71,44,174,'44.77421927665997','6.736078262329102'),(186116,71,44,171,'44.7623976174665','6.7435455322265625'),(186117,71,44,172,'44.766419690593025','6.739082336425781'),(186118,71,44,173,'44.768918110159745','6.737194061279297'),(186115,71,44,170,'44.76038647589176','6.745519638061523'),(186114,71,44,169,'44.757887687322245','6.749467849731445'),(186113,71,44,168,'44.75672967548842','6.750583648681641'),(186112,71,44,167,'44.755571640447336','6.752815246582031'),(186111,71,44,166,'44.75349930929414','6.758394241333008'),(186110,71,44,165,'44.75106117750008','6.763029098510742'),(186109,71,44,164,'44.750268762520484','6.765775680541992'),(186108,71,44,163,'44.74813528357522','6.766633987426758'),(186107,71,44,162,'44.747647620187706','6.768951416015625'),(186106,71,44,161,'44.74703803516758','6.770753860473633'),(186105,71,44,160,'44.744599630801176','6.7696380615234375'),(186103,71,44,158,'44.742709796670645','6.766633987426758'),(186104,71,44,159,'44.74441674632725','6.768007278442383'),(186102,71,44,157,'44.73984444644335','6.766633987426758'),(186101,71,44,156,'44.738076393545285','6.768693923950195'),(186100,71,44,155,'44.734723041273206','6.76783561706543'),(186099,71,44,154,'44.73124754371873','6.766805648803711'),(186098,71,44,153,'44.729906067745816','6.764316558837891'),(186097,71,44,152,'44.72716204270899','6.76457405090332'),(186096,71,44,151,'44.72405199029639','6.7627716064453125'),(186095,71,44,150,'44.72069782481243','6.761655807495117'),(186094,71,44,149,'44.717892373436435','6.760797500610352'),(186093,71,44,148,'44.71569670790928','6.755733489990234'),(186092,71,44,147,'44.71533075555483','6.750497817993164'),(186091,71,44,146,'44.71191508864738','6.74260139465332'),(186090,71,44,145,'44.71093914678844','6.741313934326172'),(186089,71,44,144,'44.70819422207882','6.735048294067383'),(186088,71,44,143,'44.70904821260501','6.731529235839844'),(186087,71,44,142,'44.70526615890435','6.723804473876953'),(186086,71,44,141,'44.70514415305784','6.720113754272461'),(186085,71,44,140,'44.702764987654824','6.71788215637207'),(186084,71,44,139,'44.70123983019933','6.715822219848633'),(186083,71,44,138,'44.70026370834234','6.713161468505859'),(186082,71,44,137,'44.69837242541295','6.708869934082031'),(186081,71,44,136,'44.69611500685269','6.706638336181641'),(186080,71,44,135,'44.69324734826991','6.704492568969727'),(186079,71,44,134,'44.69245414103768','6.703205108642578'),(186078,71,44,133,'44.68763364809287','6.69917106628418'),(186077,71,44,132,'44.68439942162953','6.698141098022461'),(186076,71,44,131,'44.68165323854541','6.697282791137695'),(186075,71,44,130,'44.67915104729087','6.695222854614258'),(186074,71,44,129,'44.67658771493372','6.693849563598633'),(186073,71,44,128,'44.67561117754118','6.6913604736328125'),(186072,71,44,127,'44.674573588529846','6.689214706420898'),(186071,71,44,126,'44.674329447239025','6.687583923339844'),(186069,71,44,124,'44.672681466622926','6.682777404785156'),(186070,71,44,125,'44.674390482658154','6.685094833374023'),(186068,71,44,123,'44.67085032208647','6.681232452392578'),(186067,71,44,122,'44.66914120165374','6.678571701049805'),(186066,71,44,121,'44.66920224253703','6.676597595214844'),(186065,71,44,120,'44.66773724359566','6.6741943359375'),(186064,71,44,119,'44.66718785944645','6.670846939086914'),(186063,71,44,118,'44.66627220762665','6.66895866394043'),(186062,71,44,117,'44.66694368704209','6.667671203613281'),(186061,71,44,116,'44.6658448984942','6.666383743286133'),(186060,71,44,115,'44.66553967575679','6.664152145385742'),(186059,71,44,114,'44.66444086059534','6.663293838500977'),(186058,71,44,113,'44.662426312037674','6.661233901977539'),(186057,71,44,112,'44.65851910923711','6.656770706176758'),(186056,71,44,111,'44.65583275457332','6.654624938964844'),(186055,71,44,110,'44.656138028416414','6.652307510375977'),(186054,71,44,109,'44.65845805710411','6.649646759033203'),(186053,71,44,108,'44.65778647939856','6.645011901855469'),(186052,71,44,107,'44.65925172981879','6.642179489135742'),(186051,71,44,106,'44.65998434114358','6.640720367431641'),(186050,71,44,105,'44.66004539166948','6.637372970581055'),(186048,71,44,103,'44.65986223989897','6.630849838256836'),(186049,71,44,104,'44.65839700490685','6.633510589599609'),(160106,68,41,0,'42.85985981506279','0.604248046875'),(169843,69,42,79,'43.745924993020026','3.7084007263183593'),(169842,69,42,78,'43.74406480759712','3.7058258056640625'),(169841,69,42,77,'43.74183250878846','3.7017059326171875'),(169840,69,42,76,'43.74158447044938','3.695526123046875'),(169839,69,42,75,'43.73761571726776','3.692951202392578'),(169838,69,42,74,'43.73290248118248','3.6881446838378906'),(169837,69,42,73,'43.73191017368391','3.68316650390625'),(169836,69,42,72,'43.72781673145867','3.673381805419922'),(169835,69,42,71,'43.72719648853415','3.6677169799804687'),(169834,69,42,70,'43.726576239187125','3.6496925354003906'),(169833,69,42,69,'43.72806482683018','3.6416244506835937'),(169832,69,42,68,'43.72856101449039','3.634929656982422'),(169831,69,42,67,'43.72508761455053','3.6289215087890625'),(169830,69,42,66,'43.72099370605267','3.6248016357421875'),(169829,69,42,65,'43.713673596671676','3.6234283447265625'),(169828,69,42,64,'43.71491435611632','3.6181068420410156'),(169827,69,42,63,'43.71144016493392','3.6150169372558593'),(169826,69,42,62,'43.71330136382884','3.6122703552246093'),(169825,69,42,61,'43.710695669191686','3.6071205139160156'),(169824,69,42,60,'43.70473937032095','3.5973358154296875'),(169823,69,42,59,'43.69704494161621','3.589954376220703'),(169822,69,42,58,'43.691211410224895','3.583087921142578'),(169821,69,42,57,'43.685997987160796','3.5861778259277343'),(169820,69,42,56,'43.68277040294095','3.581371307373047'),(169819,69,42,55,'43.67929434880928','3.5782814025878906'),(169818,69,42,54,'43.678425303808474','3.575878143310547'),(169817,69,42,53,'43.67035499913276','3.569183349609375'),(169816,69,42,52,'43.663525432098275','3.565235137939453'),(169815,69,42,51,'43.659675697356455','3.5595703125'),(169814,69,42,50,'43.654459533921475','3.5535621643066406'),(169813,69,42,49,'43.652223896596475','3.548583984375'),(169812,69,42,48,'43.64800079902171','3.544292449951172'),(169811,69,42,47,'43.636323631008004','3.5343360900878906'),(169810,69,42,46,'43.621413309905996','3.5079002380371093'),(169809,69,42,45,'43.616069544688194','3.5053253173828125'),(169808,69,42,44,'43.59369513993778','3.500347137451172'),(169807,69,42,43,'43.58188307127735','3.4931373596191406'),(169806,69,42,42,'43.577406313314974','3.482494354248047'),(169804,69,42,40,'43.55924716038612','3.4873008728027343'),(169790,69,42,26,'43.49489984311184','3.437519073486328'),(169791,69,42,27,'43.4996317703861','3.4445571899414062'),(169792,69,42,28,'43.5028691911787','3.448333740234375'),(169793,69,42,29,'43.5165640505602','3.4488487243652343'),(169794,69,42,30,'43.538469362172755','3.4562301635742187'),(169795,69,42,31,'43.54120696677896','3.460865020751953'),(169796,69,42,32,'43.54506428956427','3.46343994140625'),(169797,69,42,33,'43.545561990655855','3.4680747985839843'),(169798,69,42,34,'43.5480504344763','3.4737396240234375'),(169799,69,42,35,'43.549792284026665','3.4763145446777343'),(169800,69,42,36,'43.550289946081115','3.4802627563476562'),(169801,69,42,37,'43.55364905746742','3.484039306640625'),(169802,69,42,38,'43.5542710945855','3.488330841064453'),(169803,69,42,39,'43.555141935764155','3.490734100341797'),(236484,83,51,177,'37.88630238280524','-4.78604793548584'),(221854,74,47,350,'46.3082249295657','4.8305511474609375'),(221853,74,47,349,'46.306742659381946','4.831666946411133'),(214132,73,46,507,'46.17834466429215','6.708698272705078'),(236483,83,51,176,'37.88853777656614','-4.787163734436035'),(236482,83,51,175,'37.88965544799763','-4.788107872009277'),(236481,83,51,174,'37.89300836049442','-4.780941009521484'),(205757,72,45,686,'45.25594800756152','6.256821155548096'),(205756,72,45,685,'45.254573441835554','6.258602142333984'),(205755,72,45,684,'45.253984332053434','6.261134147644043'),(205754,72,45,683,'45.25454323122616','6.264588832855225'),(205753,72,45,682,'45.25529849163965','6.269094944000244'),(205752,72,45,681,'45.254815126132165','6.270253658294678'),(205751,72,45,680,'45.25455833653288','6.2688374519348144'),(205750,72,45,679,'45.25350095536021','6.266927719116211'),(205749,72,45,678,'45.25253418963086','6.265854835510254'),(205748,72,45,677,'45.25215654229797','6.265146732330322'),(205747,72,45,676,'45.25125017845343','6.265468597412109'),(205746,72,45,675,'45.25005677733136','6.264352798461914'),(205745,72,45,674,'45.24992081865042','6.26345157623291'),(205744,72,45,673,'45.24868206901123','6.262636184692383'),(205743,72,45,672,'45.248123112157955','6.26345157623291'),(205742,72,45,671,'45.247337541877606','6.2631940841674805'),(205741,72,45,670,'45.246521745856555','6.263601779937744'),(205740,72,45,669,'45.24517716758744','6.2618207931518555'),(205738,72,45,667,'45.244467096559234','6.262228488922119'),(205739,72,45,668,'45.24452752848165','6.2618207931518555'),(205737,72,45,666,'45.244648392133605','6.26370906829834'),(205736,72,45,665,'45.243968530746486','6.265275478363037'),(205735,72,45,664,'45.242941169213715','6.266241073608398'),(205734,72,45,663,'45.24235193877483','6.266498565673828'),(205733,72,45,662,'45.24217063587187','6.267378330230713'),(205732,72,45,661,'45.241173459563505','6.267828941345215'),(205731,72,45,660,'45.24087128146923','6.269073486328125'),(205730,72,45,659,'45.240357575020546','6.2696099281311035'),(205729,72,45,658,'45.240357575020546','6.269738674163818'),(205728,72,45,657,'45.240010065083304','6.270618438720703'),(205727,72,45,656,'45.23933014818915','6.270961761474609'),(205726,72,45,655,'45.239012850854174','6.271755695343018'),(205725,72,45,654,'45.23920927322284','6.272571086883545'),(205724,72,45,653,'45.23831781240501','6.272377967834473'),(205723,72,45,652,'45.2386653326923','6.272892951965332'),(205722,72,45,651,'45.23783430238255','6.273279190063477'),(205721,72,45,650,'45.23759254582848','6.274566650390625'),(205720,72,45,649,'45.23710902963455','6.275875568389893'),(205719,72,45,648,'45.23736589812485','6.27593994140625'),(205718,72,45,647,'45.23783430238255','6.275124549865723'),(205717,72,45,646,'45.23807605790807','6.2752532958984375'),(205716,72,45,645,'45.237698314447435','6.276562213897705'),(205715,72,45,644,'45.23732056847565','6.27694845199585'),(205714,72,45,643,'45.23679171989636','6.276369094848633'),(205713,72,45,642,'45.23632330704439','6.276648044586182'),(205712,72,45,641,'45.235764228585936','6.27643346786499'),(205711,72,45,640,'45.23565845636694','6.276583671569824'),(205710,72,45,639,'45.23677660986463','6.277034282684326'),(205709,72,45,638,'45.23671616969753','6.277291774749756'),(205708,72,45,637,'45.23534113852866','6.277570724487305'),(205707,72,45,636,'45.2354620217236','6.277806758880615'),(205706,72,45,635,'45.2362326460464','6.277828216552734'),(205705,72,45,634,'45.237033479857594','6.27918004989624'),(205703,72,45,632,'45.238030728825386','6.278879642486572'),(205704,72,45,633,'45.23753210652924','6.278836727142334'),(205702,72,45,631,'45.23849912760269','6.278643608093262'),(205701,72,45,630,'45.238922194147285','6.2789225578308105'),(205700,72,45,629,'45.239254601365346','6.280317306518555'),(205699,72,45,628,'45.2392999294717','6.281411647796631'),(205698,72,45,627,'45.24014604748579','6.280875205993652'),(205697,72,45,626,'45.240387793175515','6.2792229652404785'),(205696,72,45,625,'45.24093171721666','6.279158592224121'),(205695,72,45,624,'45.24150585361096','6.27993106842041'),(205694,72,45,623,'45.24183824571373','6.279888153076172'),(205693,72,45,622,'45.24242748148032','6.278707981109619'),(205691,72,45,620,'45.24353039354138','6.278235912322998'),(205692,72,45,621,'45.24325844461105','6.278600692749023'),(205690,72,45,619,'45.24430090844116','6.278407573699951'),(205689,72,45,618,'45.24485990290577','6.278901100158691'),(205688,72,45,617,'45.245917444954024','6.280531883239746'),(205687,72,45,616,'45.24739797074643','6.282463073730469'),(205686,72,45,615,'45.24881803065736','6.283235549926758'),(205685,72,45,614,'45.2496035804626','6.284308433532715'),(205684,72,45,613,'45.24999635129111','6.285896301269531'),(205683,72,45,612,'45.24951294065491','6.287140846252441'),(205682,72,45,611,'45.24884824431228','6.288042068481445'),(205681,72,45,610,'45.24827418212017','6.28941535949707'),(205680,72,45,609,'45.24924102036403','6.290187835693359'),(205679,72,45,608,'45.24905973944688','6.291689872741699'),(205678,72,45,607,'45.25002656431926','6.2928056716918945'),(205677,72,45,606,'45.24966400692071','6.291260719299316'),(205676,72,45,605,'45.252020588643376','6.292462348937988'),(205675,72,45,604,'45.251688256117646','6.290531158447266'),(205674,72,45,603,'45.253712433169746','6.291475296020508'),(205673,72,45,602,'45.25425622963533','6.291947364807129'),(205672,72,45,601,'45.254346861873344','6.291990280151367'),(205671,72,45,600,'45.255011493865794','6.291775703430176'),(205670,72,45,599,'45.25531359674547','6.292591094970703'),(205669,72,45,598,'45.255222966050304','6.293191909790039'),(205668,72,45,597,'45.253803066275616','6.296625137329102'),(205667,72,45,596,'45.25334989929982','6.299028396606445'),(205666,72,45,595,'45.255525067804996','6.302118301391602'),(205665,72,45,594,'45.25770015299572','6.303749084472656'),(205664,72,45,593,'45.260116816604345','6.304221153259277'),(205663,72,45,592,'45.261415730793075','6.304135322570801'),(205662,72,45,591,'45.261778213170075','6.303448677062988'),(205661,72,45,590,'45.262895852597076','6.302976608276367'),(205660,72,45,589,'45.26265420269336','6.303706169128418'),(205659,72,45,588,'45.26253337735579','6.305637359619141'),(205658,72,45,587,'45.26117407458934','6.305809020996094'),(205657,72,45,586,'45.26162717912757','6.306710243225098'),(205656,72,45,585,'45.26111366037771','6.310014724731445'),(205655,72,45,584,'45.26044909980678','6.309199333190918'),(205654,72,45,583,'45.25996577814219','6.307868957519531'),(205653,72,45,582,'45.25969390789785','6.310572624206543'),(205652,72,45,581,'45.25927099604133','6.309328079223633'),(205651,72,45,580,'45.25821370261882','6.308856010437012'),(205650,72,45,579,'45.25851578846275','6.310486793518066'),(205649,72,45,578,'45.259512660345045','6.3123321533203125'),(205648,72,45,577,'45.25984494708321','6.313447952270508'),(205647,72,45,576,'45.26208028004971','6.317310333251953'),(205646,72,45,575,'45.265342499942776','6.320013999938965'),(205645,72,45,574,'45.26401347002232','6.319928169250488'),(205644,72,45,573,'45.26491963016126','6.320829391479492'),(205643,72,45,572,'45.26564454785816','6.321730613708496'),(205642,72,45,571,'45.26627884324919','6.322503089904785'),(205641,72,45,570,'45.26591638960789','6.323146820068359'),(205640,72,45,569,'45.26555393365229','6.322159767150879'),(205639,72,45,568,'45.26446655189983','6.3216447830200195'),(205638,72,45,567,'45.26467798887183','6.321988105773926'),(205637,72,45,566,'45.26531229506285','6.322803497314453'),(205636,72,45,565,'45.265493524101366','6.324477195739746'),(205635,72,45,564,'45.266309047614854','6.325078010559082'),(205634,72,45,563,'45.267577616459455','6.322674751281738'),(205633,72,45,562,'45.26763802379254','6.321215629577637'),(205632,72,45,561,'45.268000466441','6.323103904724121'),(205631,72,45,560,'45.26914818622669','6.3246917724609375'),(205630,72,45,559,'45.26923879469504','6.325721740722656'),(205629,72,45,558,'45.26851392289807','6.326236724853516'),(205628,72,45,557,'45.26999385963984','6.328082084655762'),(205627,72,45,556,'45.269601227122116','6.328425407409668'),(205626,72,45,555,'45.26751720906209','6.327266693115234'),(205625,72,45,554,'45.2692689974857','6.331386566162109'),(205624,72,45,553,'45.27026568056106','6.331901550292969'),(205623,72,45,552,'45.2700240620287','6.332674026489258'),(205622,72,45,551,'45.26951061923232','6.333103179931641'),(205621,72,45,550,'45.2708093184981','6.333575248718262'),(205620,72,45,549,'45.27050729806482','6.334133148193359'),(205619,72,45,548,'45.26929920026028','6.334347724914551'),(205618,72,45,547,'45.27044689378529','6.334648132324219'),(205617,72,45,546,'45.27156436255009','6.334691047668457'),(205616,72,45,545,'45.27114153911846','6.337223052978516'),(205615,72,45,544,'45.270477095933096','6.338896751403809'),(205614,72,45,543,'45.27135295122804','6.339240074157715'),(205613,72,45,542,'45.27180597452531','6.338381767272949'),(205612,72,45,541,'45.27265160833859','6.337909698486328'),(205611,72,45,540,'45.273950235733174','6.338510513305664'),(205610,72,45,539,'45.27422203770625','6.338167190551758'),(205609,72,45,538,'45.27518843417873','6.338810920715332'),(205608,72,45,537,'45.27470523799962','6.340827941894531'),(205607,72,45,536,'45.27443343834084','6.341729164123535'),(205606,72,45,535,'45.27603401759221','6.343317031860352'),(205605,72,45,534,'45.27706078051225','6.344304084777832'),(205604,72,45,533,'45.27681919090837','6.345248222351074'),(205603,72,45,532,'45.27582262292008','6.346278190612793'),(205602,72,45,531,'45.274524038371744','6.3477373123168945'),(205601,72,45,530,'45.27331602606692','6.34584903717041'),(205600,72,45,529,'45.27225899420654','6.343832015991211'),(205599,72,45,528,'45.27240999996336','6.340913772583008'),(205596,72,45,525,'45.27050729806482','6.33885383605957'),(205598,72,45,527,'45.27231939655748','6.340270042419434'),(205597,72,45,526,'45.269782442467786','6.3387250900268555'),(205595,72,45,524,'45.2712019426587','6.336321830749512'),(205594,72,45,523,'45.26902737471051','6.3356781005859375'),(205593,72,45,522,'45.26775883826584','6.333575248718262'),(205592,72,45,521,'45.2670339475689','6.330742835998535'),(205591,72,45,520,'45.26570495724838','6.330227851867676'),(205590,72,45,519,'45.26280523400372','6.327910423278809'),(205589,72,45,518,'45.26096262456735','6.325721740722656'),(205588,72,45,517,'45.25918037166227','6.3230180740356445'),(205587,72,45,516,'45.255887587789154','6.3188982009887695'),(205586,72,45,515,'45.25546464758262','6.3181257247924805'),(205585,72,45,514,'45.25425622963533','6.318426132202148'),(205584,72,45,513,'45.25313842014028','6.316924095153809'),(205583,72,45,512,'45.25220186011049','6.316409111022949'),(205582,72,45,511,'45.251990376675955','6.317052841186523'),(205581,72,45,510,'45.25087252258256','6.317052841186523'),(205580,72,45,509,'45.250600608800624','6.315679550170898'),(205579,72,45,508,'45.25002656431926','6.316366195678711'),(205578,72,45,507,'45.24899931234594','6.315550804138184'),(205577,72,45,506,'45.247639685578854','6.315679550170898'),(205576,72,45,505,'45.245977875333565','6.317696571350098'),(205575,72,45,504,'45.245585076717425','6.316237449645996'),(205574,72,45,503,'45.24479947133693','6.316967010498047'),(205573,72,45,502,'45.24473903970382','6.316709518432617'),(205572,72,45,501,'45.24262389204447','6.315593719482422'),(205571,72,45,500,'45.23948124153544','6.3150787353515625'),(205570,72,45,499,'45.23942080424514','6.311302185058594'),(205569,72,45,498,'45.23857467543098','6.309928894042969'),(205568,72,45,497,'45.23790985109476','6.313362121582031'),(205567,72,45,496,'45.235431800948966','6.312246322631836'),(205566,72,45,495,'45.23089850274447','6.310443878173828'),(205565,72,45,494,'45.229387322985104','6.309499740600586'),(205564,72,45,493,'45.22890373697632','6.310443878173828'),(205563,72,45,492,'45.22709025280013','6.309328079223633'),(205562,72,45,491,'45.225458067573214','6.310615539550781'),(205561,72,45,490,'45.22455127775249','6.30915641784668'),(205560,72,45,489,'45.22582077945146','6.3095855712890625'),(205559,72,45,488,'45.22678799981238','6.308555603027344'),(205558,72,45,487,'45.227694753954175','6.3082122802734375'),(205557,72,45,486,'45.229689562151286','6.306066513061523'),(205555,72,45,484,'45.233195419028','6.305122375488281'),(205556,72,45,485,'45.23053582326654','6.305809020996094'),(205554,72,45,483,'45.22975000979167','6.304607391357422'),(205553,72,45,482,'45.22920597871395','6.302976608276367'),(205552,72,45,481,'45.228299248679555','6.303834915161133'),(205551,72,45,480,'45.227936552615766','6.302547454833984'),(205549,72,45,478,'45.22400719691713','6.304264068603516'),(205550,72,45,479,'45.226969351797884','6.304178237915039'),(205548,72,45,477,'45.221105344517966','6.3040924072265625'),(205547,72,45,476,'45.21790104376446','6.305723190307617'),(205546,72,45,475,'45.21064535589605','6.306581497192383'),(205545,72,45,474,'45.20955692287179','6.307783126831055'),(205544,72,45,473,'45.20719857986463','6.308555603027344'),(205543,72,45,472,'45.20211873974398','6.306324005126953'),(205542,72,45,471,'45.20205826272464','6.304264068603516'),(205541,72,45,470,'45.20072775203464','6.302375793457031'),(205540,72,45,469,'45.19794567459277','6.303491592407227'),(205539,72,45,468,'45.198369042978634','6.302461624145508'),(205538,72,45,467,'45.196796515952244','6.3013458251953125'),(205537,72,45,466,'45.19558685020615','6.298942565917969'),(205536,72,45,465,'45.1937118174809','6.297397613525391'),(205535,72,45,464,'45.192199649314546','6.29241943359375'),(205534,72,45,463,'45.19286500825783','6.2903594970703125'),(205533,72,45,462,'45.192139161752145','6.288642883300781'),(205532,72,45,461,'45.19274403448309','6.286754608154297'),(205531,72,45,460,'45.19256257333881','6.285209655761719'),(205530,72,45,459,'45.19474006888359','6.283321380615234'),(205529,72,45,458,'45.19649410192649','6.281776428222656'),(205528,72,45,457,'45.19764326667425','6.279888153076172'),(205527,72,45,456,'45.201332533478215','6.274394989013672'),(205526,72,45,455,'45.200788230468284','6.273193359375'),(205525,72,45,454,'45.20199778564102','6.268987655639648'),(205524,72,45,453,'45.20363064433424','6.266069412231445'),(205523,72,45,452,'45.205082034940254','6.265039443969727'),(205522,72,45,451,'45.206533388517116','6.263236999511719'),(205521,72,45,450,'45.20852893922362','6.261863708496094'),(205520,72,45,449,'45.20985926746787','6.257572174072266'),(205519,72,45,448,'45.21100816227549','6.257486343383789'),(205518,72,45,447,'45.21282215945792','6.252679824829102'),(205517,72,45,446,'45.21487795298749','6.2519073486328125'),(205516,72,45,445,'45.215119806164','6.249332427978516'),(205515,72,45,444,'45.216449980248925','6.248130798339844'),(205514,72,45,443,'45.216752288201604','6.246929168701172'),(205512,72,45,441,'45.21953344595816','6.240835189819336'),(205513,72,45,442,'45.21790104376446','6.244010925292969'),(205511,72,45,440,'45.22104488768461','6.234655380249023'),(205510,72,45,439,'45.221347171208436','6.231222152709961'),(205509,72,45,438,'45.22128671463225','6.224613189697266'),(205508,72,45,437,'45.22007756960832','6.223154067993164'),(205507,72,45,436,'45.22201218930359','6.222724914550781'),(205506,72,45,435,'45.221347171208436','6.220235824584961'),(205505,72,45,434,'45.22037985827503','6.217746734619141'),(205504,72,45,433,'45.22092397382508','6.217145919799805'),(205503,72,45,432,'45.222677199620094','6.215944290161133'),(205502,72,45,431,'45.224913995416514','6.216630935668945'),(205501,72,45,430,'45.22394674316952','6.214227676391602'),(205500,72,45,429,'45.22158899687032','6.2120819091796875'),(205499,72,45,428,'45.223402656548366','6.211309432983398'),(205498,72,45,427,'45.22588123120616','6.214227676391602'),(205497,72,45,426,'45.226969351797884','6.214056015014648'),(205496,72,45,425,'45.229387322985104','6.215085983276367'),(205495,72,45,424,'45.22866194242905','6.213111877441406'),(205494,72,45,423,'45.228964185452426','6.208477020263672'),(205493,72,45,422,'45.230838056325524','6.209421157836914'),(205492,72,45,421,'45.229085082211775','6.2052154541015625'),(205491,72,45,420,'45.227573854237654','6.204013824462891'),(205489,72,45,418,'45.22987090487957','6.20203971862793'),(205490,72,45,419,'45.227936552615766','6.202297210693359'),(205488,72,45,417,'45.23174474585955','6.198177337646484'),(205487,72,45,416,'45.23337675057045','6.19603157043457'),(205486,72,45,415,'45.233920741726386','6.193199157714844'),(205485,72,45,414,'45.235734007972006','6.192512512207031'),(205484,72,45,413,'45.23754721636006','6.18830680847168'),(205483,72,45,412,'45.23911861682938','6.185388565063477'),(205482,72,45,411,'45.23905817915337','6.184701919555664'),(205481,72,45,410,'45.23863511362128','6.176633834838867'),(205480,72,45,409,'45.23917905444109','6.175432205200195'),(205479,72,45,408,'45.24044822943723','6.175518035888672'),(205478,72,45,407,'45.24262389204447','6.177921295166016'),(205477,72,45,406,'45.24165694117146','6.174745559692383'),(205476,72,45,405,'45.24226128739568','6.173114776611328'),(205475,72,45,404,'45.24286562719128','6.172342300415039'),(205474,72,45,403,'45.24425558432458','6.174745559692383'),(205473,72,45,402,'45.24673324965369','6.17680549621582'),(205472,72,45,401,'45.24667282007771','6.175174713134766'),(205471,72,45,400,'45.24818354019106','6.177406311035156'),(205470,72,45,399,'45.24933166060564','6.178607940673828'),(205469,72,45,398,'45.250177629218975','6.18006706237793'),(205468,72,45,397,'45.25192995269287','6.1818695068359375'),(205467,72,45,396,'45.25247376622635','6.184873580932617'),(205466,72,45,395,'45.253319688039525','6.1859893798828125'),(205465,72,45,394,'45.25422601885718','6.187448501586914'),(205463,72,45,392,'45.25797203278651','6.19053840637207'),(205464,72,45,393,'45.256219895741616','6.1901092529296875'),(205462,72,45,391,'45.25899912247018','6.192340850830078'),(205461,72,45,390,'45.25984494708321','6.194744110107422'),(205460,72,45,389,'45.26105324610178','6.1942291259765625'),(205459,72,45,388,'45.26195945349073','6.196203231811523'),(205458,72,45,387,'45.26280523400372','6.195430755615234'),(205457,72,45,386,'45.26540290965443','6.196804046630859'),(205456,72,45,385,'45.26570495724838','6.195859909057617'),(205455,72,45,384,'45.266973539592954','6.196718215942383'),(205454,72,45,383,'45.268121280142886','6.197319030761719'),(205453,72,45,382,'45.26908778050075','6.197662353515625'),(205452,72,45,381,'45.26969183486729','6.199550628662109'),(205450,72,45,379,'45.27228919539002','6.200580596923828'),(205451,72,45,380,'45.27138315289367','6.200838088989258'),(205449,72,45,378,'45.273074420520246','6.201868057250977'),(205447,72,45,376,'45.27567162624357','6.204957962036133'),(205448,72,45,377,'45.27422203770625','6.202554702758789'),(205446,72,45,375,'45.276396406626596','6.207103729248047'),(205445,72,45,374,'45.279597409253334','6.210193634033203'),(205444,72,45,373,'45.28074489452571','6.211910247802734'),(205443,72,45,372,'45.28195274868852','6.213283538818359'),(205442,72,45,371,'45.2837040915499','6.214313507080078'),(205441,72,45,370,'45.286300810761844','6.216287612915039'),(205440,72,45,369,'45.28750854663985','6.216459274291992'),(205439,72,45,368,'45.28793124812219','6.21800422668457'),(205437,72,45,366,'45.291071217663365','6.219978332519531'),(205438,72,45,367,'45.28980317396577','6.22100830078125'),(205436,72,45,365,'45.29155427447207','6.220836639404297'),(205435,72,45,364,'45.29366759963555','6.225214004516602'),(205434,72,45,363,'45.29559971372864','6.228303909301758'),(205432,72,45,361,'45.297229883791715','6.236028671264648'),(205433,72,45,362,'45.29686762782764','6.231908798217773'),(205431,72,45,360,'45.297109132060825','6.238088607788086'),(205430,72,45,359,'45.29759213744151','6.239891052246094'),(205429,72,45,358,'45.29861851021492','6.24049186706543'),(205428,72,45,357,'45.29861851021492','6.2422943115234375'),(205427,72,45,356,'45.29976561074094','6.243066787719727'),(205425,72,45,354,'45.30157677484844','6.248044967651367'),(205426,72,45,355,'45.30036933853859','6.24547004699707'),(205424,72,45,353,'45.302421964965546','6.251735687255859'),(205423,72,45,352,'45.303206773078024','6.251306533813477'),(205422,72,45,351,'45.30356898854262','6.252508163452148'),(205421,72,45,350,'45.306104431995756','6.255168914794922'),(205420,72,45,349,'45.30700992003303','6.254568099975586'),(205419,72,45,348,'45.30863976205067','6.256370544433594'),(205418,72,45,347,'45.310873173147','6.25697135925293'),(205417,72,45,346,'45.310752450472826','6.261692047119141'),(205416,72,45,345,'45.313166855099816','6.26220703125'),(205415,72,45,344,'45.31298577832059','6.263837814331055'),(205414,72,45,343,'45.31425330362542','6.264524459838867'),(205413,72,45,342,'45.315158661486336','6.266155242919922'),(205412,72,45,341,'45.31709004324768','6.26795768737793'),(205411,72,45,340,'45.31902135918175','6.2697601318359375'),(205410,72,45,339,'45.32149576152065','6.272249221801758'),(205409,72,45,338,'45.323668318378694','6.274480819702148'),(205408,72,45,337,'45.32493560473838','6.276111602783203'),(205407,72,45,336,'45.3254787187856','6.278600692749023'),(205406,72,45,335,'45.326866653249624','6.279287338256836'),(205405,72,45,334,'45.32976310259083','6.282463073730469'),(205404,72,45,333,'45.33121127171994','6.2848663330078125'),(205403,72,45,332,'45.333624804651485','6.285896301269531'),(205402,72,45,331,'45.33326278126873','6.287698745727539'),(205401,72,45,330,'45.33452985298364','6.287956237792969'),(205400,72,45,329,'45.342433327003775','6.291131973266602'),(205399,72,45,328,'45.33989950891492','6.299800872802734'),(205398,72,45,327,'45.33845156195133','6.301946640014648'),(205397,72,45,326,'45.334469516878165','6.305809020996094'),(205396,72,45,325,'45.333685141656964','6.308126449584961'),(205395,72,45,324,'45.332659403821424','6.309499740600586'),(205394,72,45,323,'45.33175432559717','6.311302185058594'),(205393,72,45,322,'45.328797635933846','6.31439208984375'),(205392,72,45,321,'45.325720101135175','6.317138671875'),(205391,72,45,320,'45.320168046871814','6.319112777709961'),(205390,72,45,319,'45.317452169999505','6.3233184814453125'),(205389,72,45,318,'45.31521901816278','6.325807571411133'),(205388,72,45,317,'45.31491723413769','6.325807571411133'),(205387,72,45,316,'45.31533973132282','6.32786750793457'),(205386,72,45,315,'45.31250290408079','6.334562301635742'),(205385,72,45,314,'45.31413258815113','6.335935592651367'),(205384,72,45,313,'45.31153714325855','6.340398788452148'),(205383,72,45,312,'45.30338788109959','6.349582672119141'),(205382,72,45,311,'45.301214546655444','6.352415084838867'),(205381,72,45,310,'45.29626386274473','6.3549041748046875'),(205380,72,45,309,'45.29396949680183','6.354303359985352'),(205379,72,45,308,'45.293184560826674','6.352071762084961'),(205378,72,45,307,'45.29209770846403','6.35284423828125'),(205377,72,45,306,'45.2869046819151','6.352672576904297'),(205376,72,45,305,'45.27941622524679','6.346406936645508'),(205375,72,45,304,'45.27760435336029','6.347436904907227'),(205374,72,45,303,'45.27718157492847','6.348810195922852'),(205372,72,45,301,'45.26830250021356','6.367778778076172'),(205373,72,45,302,'45.27567162624357','6.354646682739258'),(205371,72,45,300,'45.266309047614854','6.375675201416016'),(205370,72,45,299,'45.266309047614854','6.383571624755859'),(205369,72,45,298,'45.2635905903408','6.38580322265625'),(205368,72,45,297,'45.25996577814219','6.386318206787109'),(205367,72,45,296,'45.256582411290076','6.388978958129883'),(205366,72,45,295,'45.25489065226391','6.390867233276367'),(205365,72,45,294,'45.253984332053434','6.394472122192383'),(205364,72,45,293,'45.25253418963086','6.400394439697266'),(205363,72,45,292,'45.251869528645486','6.410093307495117'),(205362,72,45,291,'45.24770011412624','6.420993804931641'),(205361,72,45,290,'45.244557744418735','6.431121826171875'),(205359,72,45,288,'45.236701059645696','6.437902450561523'),(205360,72,45,289,'45.24262389204447','6.432924270629883'),(205358,72,45,287,'45.236217535866025','6.441249847412109'),(205357,72,45,286,'45.23168430034062','6.446657180786133'),(205356,72,45,285,'45.22866194242905','6.4496612548828125'),(205355,72,45,284,'45.223825835481506','6.450605392456055'),(205354,72,45,283,'45.22189127750124','6.453094482421875'),(205352,72,45,281,'45.220500773291725','6.46021842956543'),(205353,72,45,282,'45.221468084167945','6.454896926879883'),(205351,72,45,280,'45.219291611553295','6.468973159790039'),(205350,72,45,279,'45.21765920241665','6.471033096313477'),(205349,72,45,278,'45.21566397205042','6.474809646606445'),(205348,72,45,277,'45.213426812328066','6.472578048706055'),(205347,72,45,276,'45.213426812328066','6.470346450805664'),(205346,72,45,275,'45.214091923060124','6.470174789428711'),(205345,72,45,274,'45.214091923060124','6.468372344970703'),(205344,72,45,273,'45.21173376809143','6.467599868774414'),(205343,72,45,272,'45.20991973619421','6.469230651855469'),(205342,72,45,271,'45.20998020485628','6.46794319152832'),(205341,72,45,270,'45.20810564643901','6.468973159790039'),(205340,72,45,269,'45.208770819400534','6.4654541015625'),(205339,72,45,268,'45.20786376343349','6.463651657104492'),(205338,72,45,267,'45.206896221125525','6.459360122680664'),(205337,72,45,266,'45.207742821545','6.458072662353516'),(205336,72,45,265,'45.21058488794115','6.457386016845703'),(205333,72,45,262,'45.207500936996595','6.453523635864258'),(205335,72,45,264,'45.21010114198755','6.454553604125977'),(205334,72,45,263,'45.208770819400534','6.455926895141602'),(205332,72,45,261,'45.20369111968211','6.452922821044922'),(205331,72,45,260,'45.203509693445596','6.454124450683594'),(205330,72,45,259,'45.201332533478215','6.4565277099609375'),(205329,72,45,258,'45.20260255358437','6.458330154418945'),(205328,72,45,257,'45.20332826663052','6.461162567138672'),(205327,72,45,256,'45.20308636331038','6.4633941650390625'),(205326,72,45,255,'45.201634921789235','6.466398239135742'),(205325,72,45,254,'45.19927625034103','6.466999053955078'),(205324,72,45,253,'45.196796515952244','6.46820068359375'),(205323,72,45,252,'45.19570781793794','6.466999053955078'),(205322,72,45,251,'45.1966755505348','6.465110778808594'),(205321,72,45,250,'45.198006155983606','6.463909149169922'),(205320,72,45,249,'45.199336730317576','6.461505889892578'),(205318,72,45,247,'45.19461909909464','6.457815170288086'),(205319,72,45,248,'45.19818759977042','6.459445953369141'),(205317,72,45,246,'45.19474006888359','6.455755233764648'),(205316,72,45,245,'45.1935303594224','6.452150344848633'),(205315,72,45,244,'45.194921523084865','6.449747085571289'),(205314,72,45,243,'45.1952844297517','6.447687149047852'),(205313,72,45,242,'45.19758278489768','6.445713043212891'),(205312,72,45,241,'45.199336730317576','6.44597053527832'),(205311,72,45,240,'45.200425358902095','6.445026397705078'),(205310,72,45,239,'45.20230017041628','6.445112228393555'),(205309,72,45,238,'45.20217921669903','6.4441680908203125'),(205308,72,45,237,'45.19752230305682','6.4427947998046875'),(205307,72,45,236,'45.192199649314546','6.44073486328125'),(205306,72,45,235,'45.188146840496266','6.439790725708008'),(205305,72,45,234,'45.18270231476157','6.438932418823242'),(205304,72,45,233,'45.17840682147142','6.439189910888672'),(205303,72,45,232,'45.17713626135466','6.436786651611328'),(205302,72,45,231,'45.17689424668949','6.437044143676758'),(205301,72,45,230,'45.176410214273346','6.434125900268555'),(205300,72,45,229,'45.17326390328055','6.4324951171875'),(205299,72,45,228,'45.16945179362033','6.434726715087891'),(205298,72,45,227,'45.16684973099235','6.433353424072266'),(205297,72,45,226,'45.16515530072838','6.432151794433594'),(205296,72,45,225,'45.16551839717077','6.431379318237305'),(205295,72,45,224,'45.16406599751516','6.43000602722168'),(205294,72,45,223,'45.16382392730582','6.422452926635742'),(205293,72,45,222,'45.15728764284315','6.4208221435546875'),(205292,72,45,221,'45.1510532655634','6.420307159423828'),(205291,72,45,220,'45.14372851423381','6.419792175292969'),(205290,72,45,219,'45.13646336844072','6.419706344604492'),(205289,72,45,218,'45.130771690964245','6.418418884277344'),(205288,72,45,217,'45.12398937617755','6.418590545654297'),(205287,72,45,216,'45.12211198584096','6.417303085327148'),(205286,72,45,215,'45.11902324150653','6.417989730834961'),(205285,72,45,214,'45.1158737613949','6.4215087890625'),(205284,72,45,213,'45.114480666666495','6.423397064208984'),(205283,72,45,212,'45.110119454608565','6.424684524536133'),(205282,72,45,211,'45.10703006109518','6.425285339355469'),(205281,72,45,210,'45.103213520602985','6.427860260009766'),(205280,72,45,209,'45.10066901851988','6.428718566894531'),(205279,72,45,208,'45.098851447600886','6.429576873779297'),(205278,72,45,207,'45.095094951018936','6.430263519287109'),(205277,72,45,206,'45.091398801914956','6.434898376464844'),(205276,72,45,205,'45.08861138372199','6.435842514038086'),(205275,72,45,204,'45.08594503033396','6.437559127807617'),(205274,72,45,203,'45.08588442994682','6.436271667480469'),(205273,72,45,202,'45.08812660145438','6.432838439941406'),(205272,72,45,201,'45.089217355770565','6.431465148925781'),(205271,72,45,200,'45.08915675885502','6.430177688598633'),(205270,72,45,199,'45.086126831109595','6.429834365844727'),(205269,72,45,198,'45.085763228979744','6.431636810302734'),(205268,72,45,197,'45.0853390235698','6.429834365844727'),(205267,72,45,196,'45.08436939937522','6.428117752075195'),(205266,72,45,195,'45.08146042804494','6.425371170043945'),(205265,72,45,194,'45.07970285275519','6.426572799682617'),(205264,72,45,193,'45.07806644095256','6.4249420166015625'),(205263,72,45,192,'45.078733132899885','6.424083709716797'),(205262,72,45,191,'45.0796422457464','6.421852111816406'),(205261,72,45,190,'45.08036952560893','6.423397064208984'),(205260,72,45,189,'45.081096796213956','6.421337127685547'),(205259,72,45,188,'45.08091497943062','6.417388916015625'),(205258,72,45,187,'45.079157387361654','6.414384841918945'),(205257,72,45,186,'45.076429982283855','6.412153244018555'),(205256,72,45,185,'45.07497531301177','6.413183212280273'),(205255,72,45,184,'45.07236893795883','6.412925720214844'),(205254,72,45,183,'45.07218709340298','6.411724090576172'),(205252,72,45,181,'45.06618589846858','6.408634185791016'),(205253,72,45,182,'45.06976244403705','6.410436630249023'),(205251,72,45,180,'45.06624651974936','6.411123275756836'),(205250,72,45,179,'45.06406411313995','6.408548355102539'),(205249,72,45,178,'45.06248787877241','6.410865783691406'),(205248,72,45,177,'45.06273037919611','6.40777587890625'),(205247,72,45,176,'45.06121473467237','6.410007476806641'),(205246,72,45,175,'45.06115410805568','6.407947540283203'),(205244,72,45,173,'45.05715260921241','6.4084625244140625'),(205245,72,45,174,'45.06030532867168','6.406660079956055'),(205243,72,45,172,'45.055394286315114','6.40751838684082'),(205242,72,45,171,'45.053878447319406','6.404600143432617'),(205241,72,45,170,'45.053878447319406','6.403484344482422'),(205240,72,45,169,'45.05302955993112','6.40228271484375'),(205239,72,45,168,'45.052908289275614','6.400480270385742'),(205238,72,45,167,'45.05333273544487','6.398420333862305'),(205237,72,45,166,'45.05309019516245','6.394557952880859'),(205236,72,45,165,'45.0518168418041','6.392669677734375'),(205235,72,45,164,'45.05230193214074','6.390523910522461'),(205234,72,45,163,'45.051938114774','6.389665603637695'),(205233,72,45,162,'45.05017963154172','6.393270492553711'),(205232,72,45,161,'45.04902749252237','6.39430046081543'),(205230,72,45,159,'45.04381225722566','6.4015960693359375'),(205231,72,45,160,'45.0485423744132','6.396360397338867'),(205229,72,45,158,'45.04284192843214','6.399965286254883'),(205228,72,45,157,'45.04011279046461','6.397562026977539'),(205227,72,45,156,'45.03811133988268','6.39430046081543'),(205226,72,45,155,'45.037929386358186','6.398162841796875'),(205225,72,45,154,'45.03962759675236','6.399621963500977'),(205224,72,45,153,'45.038960448679916','6.400480270385742'),(205223,72,45,152,'45.037080262260346','6.402711868286133'),(205222,72,45,151,'45.03586720597681','6.405115127563477'),(205221,72,45,150,'45.0336229840602','6.40477180480957'),(205220,72,45,149,'45.03392626243522','6.399450302124023'),(205219,72,45,148,'45.03325904788863','6.396617889404297'),(205218,72,45,147,'45.032531168602354','6.390867233276367'),(205217,72,45,146,'45.03338036020298','6.384515762329102'),(205216,72,45,145,'45.03222788283417','6.38279914855957'),(205215,72,45,144,'45.03465412397792','6.374216079711914'),(205214,72,45,143,'45.03483608791711','6.372156143188477'),(205213,72,45,142,'45.03829329282855','6.366062164306641'),(205212,72,45,141,'45.036170472458515','6.368122100830078'),(205211,72,45,140,'45.03750482588433','6.364431381225586'),(205210,72,45,139,'45.03908174890804','6.363229751586914'),(205209,72,45,138,'45.03877849785553','6.361598968505859'),(205208,72,45,137,'45.03993084330468','6.358938217163086'),(205207,72,45,136,'45.041143813441856','6.356620788574219'),(205206,72,45,135,'45.04229611125333','6.355161666870117'),(205205,72,45,134,'45.040961869560625','6.3521575927734375'),(205204,72,45,133,'45.041083165545736','6.350440979003906'),(205201,72,45,130,'45.041143813441856','6.341257095336914'),(205203,72,45,132,'45.041265109041205','6.3466644287109375'),(205202,72,45,131,'45.04102251758532','6.344776153564453'),(205200,72,45,129,'45.04223546457869','6.339712142944336'),(205199,72,45,128,'45.0441154815985','6.336708068847656'),(205198,72,45,127,'45.04526771955758','6.333789825439453'),(205197,72,45,126,'45.04314515794804','6.332244873046875'),(205196,72,45,125,'45.04344838585674','6.331214904785156'),(205195,72,45,124,'45.045934794084204','6.332073211669922'),(205194,72,45,123,'45.04648057654731','6.330356597900391'),(205193,72,45,122,'45.045692222429096','6.328983306884766'),(205192,72,45,121,'45.04836045406148','6.322717666625977'),(205191,72,45,120,'45.048421094243004','6.318855285644531'),(205190,72,45,119,'45.04751148476992','6.317567825317383'),(205189,72,45,118,'45.04836045406148','6.316709518432617'),(205188,72,45,117,'45.04890621338081','6.31464958190918'),(205187,72,45,116,'45.046541218721764','6.312246322631836'),(205186,72,45,115,'45.04672314485942','6.311130523681641'),(205185,72,45,114,'45.0462986496382','6.307697296142578'),(205184,72,45,113,'45.044964501292114','6.30589485168457'),(205183,72,45,112,'45.04526771955758','6.30340576171875'),(205181,72,45,110,'45.04466128141948','6.297483444213867'),(205182,72,45,111,'45.04435805993959','6.300830841064453'),(205180,72,45,109,'45.0441154815985','6.294822692871094'),(205179,72,45,108,'45.04308451217345','6.291389465332031'),(205178,72,45,107,'45.04344838585674','6.2876129150390625'),(205177,72,45,106,'45.04441870436415','6.284093856811523'),(205176,72,45,105,'45.04332709488612','6.28143310546875'),(205175,72,45,104,'45.04320580365836','6.278600692749023'),(205173,72,45,102,'45.042417404409754','6.271905899047852'),(205174,72,45,103,'45.04296322043135','6.275339126586914'),(205172,72,45,101,'45.04265998995113','6.2677001953125'),(205171,72,45,100,'45.041325756744484','6.261262893676758'),(205170,72,45,99,'45.04005214147558','6.25920295715332'),(205169,72,45,98,'45.03938499835332','6.256799697875977'),(205168,72,45,97,'45.03938499835332','6.253538131713867'),(205167,72,45,96,'45.03865719698453','6.250448226928711'),(205166,72,45,95,'45.03835394368192','6.242637634277344'),(205165,72,45,94,'45.0376261291983','6.239118576049805'),(205164,72,45,93,'45.037929386358186','6.23723030090332'),(205163,72,45,92,'45.03774743225514','6.234140396118164'),(205162,72,45,91,'45.03677700060029','6.231908798217773'),(205161,72,45,90,'45.03671634807539','6.229419708251953'),(205160,72,45,89,'45.036109819290736','6.225385665893555'),(205159,72,45,88,'45.03671634807539','6.221351623535156'),(205158,72,45,87,'45.036291778601175','6.219978332519531'),(205157,72,45,86,'45.03604916605869','6.217317581176758'),(205156,72,45,85,'45.03714091439951','6.21525764465332'),(205155,72,45,84,'45.03865719698453','6.209506988525391'),(205154,72,45,83,'45.03774743225514','6.20452880859375'),(205153,72,45,82,'45.0378687350548','6.199207305908203'),(205152,72,45,81,'45.03780808368712','6.196203231811523'),(205151,72,45,80,'45.037929386358186','6.193628311157227'),(205149,72,45,78,'45.038535895856356','6.184873580932617'),(169805,69,42,41,'43.56745677056953','3.4816360473632812'),(169789,69,42,25,'43.487178534116','3.4383773803710937'),(169787,69,42,23,'43.47335243465978','3.430652618408203'),(169788,69,42,24,'43.47659126423267','3.434772491455078'),(169786,69,42,22,'43.47061175097526','3.4327125549316406'),(169785,69,42,21,'43.46351031054692','3.4270477294921875'),(169784,69,42,20,'43.461641371770504','3.423786163330078'),(169783,69,42,19,'43.45989697678556','3.427734375'),(169782,69,42,18,'43.45628342707048','3.4253311157226562'),(169781,69,42,17,'43.450426525819836','3.415374755859375'),(169780,69,42,16,'43.44431979078823','3.4025001525878906'),(169779,69,42,15,'43.42699324866588','3.368511199951172'),(169778,69,42,14,'43.4172682678349','3.363189697265625'),(169777,69,42,13,'43.40691817524747','3.3504867553710937'),(169776,69,42,12,'43.39980925587919','3.3340072631835937'),(169775,69,42,11,'43.38995516379851','3.3173561096191406'),(169774,69,42,10,'43.378477492687416','3.29864501953125'),(169773,69,42,9,'43.37660592723058','3.287487030029297'),(169772,69,42,8,'43.37311218382002','3.2811355590820312'),(169771,69,42,7,'43.36699764851419','3.2675743103027343'),(169770,69,42,6,'43.36312895068202','3.2581329345703125'),(169769,69,42,5,'43.360757691352276','3.249378204345703'),(169766,69,42,2,'43.353892997158795','3.2275772094726562'),(169768,69,42,4,'43.35564044754428','3.239421844482422'),(169767,69,42,3,'43.354267455048884','3.2316970825195312'),(169765,69,42,1,'43.3523951424929','3.22174072265625'),(177035,70,43,88,'44.419927056445154','5.058002471923828'),(177033,70,43,86,'44.42286951643662','5.0502777099609375'),(177034,70,43,87,'44.42176611129414','5.054054260253906'),(177032,70,43,85,'44.42213391532221','5.0461578369140625'),(177031,70,43,84,'44.42728292875423','5.035343170166016'),(177030,70,43,83,'44.42838622977046','5.030708312988281'),(177029,70,43,82,'44.43108310013823','5.027275085449219'),(177028,70,43,81,'44.434147574508216','5.022640228271484'),(177027,70,43,80,'44.43659903830769','5.018863677978516'),(177026,70,43,79,'44.4412565361981','5.016803741455078'),(177025,70,43,78,'44.44235957342612','5.013370513916016'),(177024,70,43,77,'44.44481069270577','5.010795593261719'),(177023,70,43,76,'44.44235957342612','5.001182556152344'),(177022,70,43,75,'44.44456558540571','4.9884796142578125'),(177021,70,43,74,'44.44615876447314','4.9843597412109375'),(177020,70,43,73,'44.44468813918427','4.982128143310547'),(177019,70,43,72,'44.44444303137001','4.980068206787109'),(177018,70,43,71,'44.44383025733498','4.976806640625'),(177017,70,43,70,'44.44432047707721','4.973201751708984'),(177016,70,43,69,'44.444933245970155','4.9637603759765625'),(177015,70,43,68,'44.44677151408317','4.954833984375'),(177014,70,43,67,'44.44799699402033','4.953289031982422'),(177013,70,43,66,'44.45032533506822','4.9500274658203125'),(177012,70,43,65,'44.45008025090767','4.944190979003906'),(177011,70,43,64,'44.45032533506822','4.940757751464844'),(177009,70,43,62,'44.451918357043986','4.9349212646484375'),(177010,70,43,63,'44.45093804097025','4.937496185302734'),(177008,70,43,61,'44.45155074044464','4.933032989501953'),(177007,70,43,60,'44.451183121531336','4.930458068847656'),(177005,70,43,58,'44.45351133556872','4.929084777832031'),(177006,70,43,59,'44.45204089539622','4.929771423339844'),(177004,70,43,57,'44.455594395769616','4.928913116455078'),(177003,70,43,56,'44.45878010882453','4.930973052978516'),(177002,70,43,55,'44.45939272602465','4.929771423339844'),(177001,70,43,54,'44.45816748519673','4.927539825439453'),(169764,69,42,0,'43.34964897958909','3.2172775268554687'),(177000,70,43,53,'44.4590251564759','4.927196502685547'),(176999,70,43,52,'44.45853506014474','4.925994873046875'),(176998,70,43,51,'44.461475576425855','4.921703338623047'),(176997,70,43,50,'44.46110801998962','4.920501708984375'),(176996,70,43,49,'44.46343583833867','4.918956756591797'),(176994,70,43,47,'44.469806234987146','4.907283782958984'),(176995,70,43,48,'44.46294577903107','4.917926788330078'),(176993,70,43,46,'44.47127622779147','4.905567169189453'),(176992,70,43,45,'44.472011210309695','4.902820587158203'),(176990,70,43,43,'44.47654339797433','4.90264892578125'),(176991,70,43,44,'44.47446108518852','4.9033355712890625'),(176989,70,43,42,'44.47727831415813','4.902133941650391'),(176988,70,43,41,'44.47923804539671','4.900760650634766'),(176987,70,43,40,'44.481320187718026','4.898700714111328'),(176986,70,43,39,'44.48450449695473','4.88616943359375'),(176985,70,43,38,'44.48658645132742','4.884281158447266'),(176984,70,43,37,'44.48719877670763','4.8827362060546875'),(176983,70,43,36,'44.48903571428139','4.88067626953125'),(176982,70,43,35,'44.490382765068375','4.878444671630859'),(176981,70,43,34,'44.4892806349203','4.875354766845703'),(176980,70,43,33,'44.49136241882739','4.876384735107422'),(176979,70,43,32,'44.49344412842885','4.87518310546875'),(176978,70,43,31,'44.4955257637245','4.872264862060547'),(176977,70,43,30,'44.498709297508945','4.868488311767578'),(176976,70,43,29,'44.502015090935274','4.863681793212891'),(176975,70,43,28,'44.50342305714256','4.857587814331055'),(176974,70,43,27,'44.506789794977664','4.851064682006836'),(176973,70,43,26,'44.50611646296611','4.848661422729492'),(176972,70,43,25,'44.506973429630946','4.846258163452148'),(176971,70,43,24,'44.507891594219785','4.842824935913086'),(176970,70,43,23,'44.508381276086816','4.841623306274414'),(176969,70,43,22,'44.5092994184994','4.839563369750977'),(176968,70,43,21,'44.51388991362073','4.832611083984375'),(176967,70,43,20,'44.51437954509302','4.830207824707031'),(176966,70,43,19,'44.51450195231829','4.827289581298828'),(176965,70,43,18,'44.51554240335208','4.823169708251953'),(176960,70,43,13,'44.536102799991774','4.802913665771484'),(176961,70,43,14,'44.53237064808085','4.807291030883789'),(176962,70,43,15,'44.53077982210683','4.810552597045898'),(176963,70,43,16,'44.52319220812189','4.812784194946289'),(176964,70,43,17,'44.517256046911825','4.821882247924805'),(176959,70,43,12,'44.5388558735036','4.79802131652832'),(176957,70,43,10,'44.54185351662394','4.78978157043457'),(176958,70,43,11,'44.5407523595343','4.794502258300781'),(176956,70,43,9,'44.54154764174371','4.784889221191406'),(176955,70,43,8,'44.542098215371084','4.779567718505859'),(176954,70,43,7,'44.54307700007487','4.772357940673828'),(176953,70,43,6,'44.54497334861026','4.763774871826172'),(176952,70,43,5,'44.546869635372325','4.75682258605957'),(176951,70,43,4,'44.54668612644995','4.754247665405273'),(176950,70,43,3,'44.54913286451395','4.7515869140625'),(176949,70,43,2,'44.55121251100358','4.747552871704102'),(176948,70,43,1,'44.5551269381062','4.749269485473633'),(176947,70,43,0,'44.555983183937684','4.7495269775390625'),(186047,71,44,102,'44.65943488351783','6.623125076293945'),(186045,71,44,100,'44.66181582895674','6.618490219116211'),(186046,71,44,101,'44.65986223989897','6.620893478393555'),(186044,71,44,99,'44.66529549640977','6.614198684692383'),(186043,71,44,98,'44.657481214233776','6.598405838012695'),(186042,71,44,97,'44.65186404836757','6.586732864379883'),(186041,71,44,96,'44.65045967188585','6.585187911987305'),(186040,71,44,95,'44.64984906280874','6.58055305480957'),(186039,71,44,94,'44.648383574795964','6.57832145690918'),(186038,71,44,93,'44.636047583354504','6.565446853637695'),(186037,71,44,92,'44.63421528171175','6.563987731933594'),(186036,71,44,91,'44.63268831948147','6.562099456787109'),(186035,71,44,90,'44.63201644337207','6.559352874755859'),(186034,71,44,89,'44.63311587295577','6.556863784790039'),(186033,71,44,88,'44.63238292221417','6.549224853515625'),(186032,71,44,87,'44.63024509634495','6.5478515625'),(186031,71,44,86,'44.62554160224436','6.543130874633789'),(186030,71,44,85,'44.62431985311056','6.540212631225586'),(186029,71,44,84,'44.62297589936466','6.536779403686523'),(186028,71,44,83,'44.62065445143026','6.53411865234375'),(186023,71,44,78,'44.60104062152788','6.525535583496094'),(186024,71,44,79,'44.604951695712046','6.529054641723633'),(186025,71,44,80,'44.61008458100004','6.529140472412109'),(186026,71,44,81,'44.61405614523286','6.532402038574219'),(186027,71,44,82,'44.61698881833206','6.532917022705078'),(186022,71,44,77,'44.59774044788202','6.524248123168945'),(186021,71,44,76,'44.59572358282151','6.522102355957031'),(186020,71,44,75,'44.593034320513816','6.5183258056640625'),(186019,71,44,74,'44.59217862004474','6.516180038452148'),(186018,71,44,73,'44.59016156194559','6.514120101928711'),(186017,71,44,72,'44.58643287631491','6.513175964355469'),(186016,71,44,71,'44.58056429646947','6.511545181274414'),(186015,71,44,70,'44.573716871232285','6.509571075439453'),(186014,71,44,69,'44.569925985528336','6.505622863769531'),(186013,71,44,68,'44.56998713080672','6.502189636230469'),(186012,71,44,67,'44.56589025502961','6.497554779052734'),(186011,71,44,66,'44.56527875628482','6.494894027709961'),(186010,71,44,65,'44.56014191304745','6.488285064697266'),(186009,71,44,64,'44.55965266622662','6.485624313354492'),(186007,71,44,62,'44.55628898296705','6.482963562011719'),(186008,71,44,63,'44.55794026995622','6.484079360961914'),(214131,73,46,506,'46.17567022517949','6.708440780639648'),(214130,73,46,505,'46.173471144465765','6.708354949951172'),(214129,73,46,504,'46.17359001594173','6.706809997558594'),(214128,73,46,503,'46.17091534558541','6.707067489624023'),(214127,73,46,502,'46.16758668526396','6.70741081237793'),(214126,73,46,501,'46.165446725827095','6.709384918212891'),(214125,73,46,500,'46.164852277876086','6.708269119262695'),(214124,73,46,499,'46.166100611154015','6.70689582824707'),(214123,73,46,498,'46.16497116798017','6.705780029296875'),(214122,73,46,497,'46.16265276460479','6.702604293823242'),(214121,73,46,496,'46.15884799349936','6.7009735107421875'),(214120,73,46,495,'46.159264153154034','6.702775955200195'),(214119,73,46,494,'46.156291515138534','6.702432632446289'),(214118,73,46,493,'46.15742113650188','6.703462600708008'),(214117,73,46,492,'46.154983503536805','6.704063415527344'),(214116,73,46,491,'46.1511187421765','6.705694198608398'),(214115,73,46,490,'46.14725370941698','6.704492568969727'),(214114,73,46,489,'46.14344787353021','6.705265045166016'),(214113,73,46,488,'46.14202061723829','6.706552505493164'),(214112,73,46,487,'46.13952282969443','6.7092132568359375'),(214111,73,46,486,'46.137084403982406','6.709299087524414'),(214110,73,46,485,'46.1360733177497','6.706552505493164'),(214109,73,46,484,'46.13613279392434','6.704320907592773'),(214108,73,46,483,'46.13809547165041','6.702003479003906'),(214107,73,46,482,'46.137857575045764','6.700801849365234'),(214106,73,46,481,'46.13946335718132','6.696081161499023'),(214105,73,46,480,'46.137798100733995','6.694965362548828'),(214104,73,46,479,'46.13648964962324','6.697196960449219'),(214103,73,46,478,'46.13500273562129','6.695051193237305'),(214102,73,46,477,'46.13054175272285','6.6961669921875'),(214101,73,46,476,'46.129768478942836','6.697969436645508'),(214100,73,46,475,'46.127389106911636','6.698312759399414'),(214099,73,46,474,'46.127091678180875','6.699857711791992'),(214098,73,46,473,'46.12768653403639','6.701231002807617'),(214096,73,46,471,'46.130303823485285','6.707582473754883'),(214097,73,46,472,'46.127508077954246','6.702861785888672'),(214095,73,46,470,'46.12970899589472','6.70964241027832'),(214094,73,46,469,'46.12893571042331','6.713418960571289'),(214093,73,46,468,'46.127448592465065','6.711359024047852'),(214092,73,46,467,'46.12149971913983','6.710758209228516'),(214091,73,46,466,'46.11822756499197','6.711874008178711'),(214090,73,46,465,'46.115669200033054','6.712474822998047'),(214089,73,46,464,'46.113467721156525','6.710329055786133'),(214088,73,46,463,'46.113110716295026','6.708354949951172'),(214087,73,46,462,'46.1121586920248','6.706638336181641'),(214080,73,46,455,'46.107933885920254','6.70989990234375'),(214081,73,46,456,'46.108885983167234','6.712131500244141'),(214082,73,46,457,'46.10894548869913','6.709299087524414'),(214083,73,46,458,'46.11001657728815','6.706638336181641'),(214084,73,46,459,'46.10971905476789','6.702775955200195'),(214085,73,46,460,'46.112039687834695','6.704063415527344'),(214086,73,46,461,'46.113586722263115','6.7064666748046875'),(214079,73,46,454,'46.106922264575914','6.713590621948242'),(214078,73,46,453,'46.10573209804895','6.711101531982422'),(214077,73,46,452,'46.10418484314803','6.715049743652344'),(214076,73,46,451,'46.10239949506944','6.713161468505859'),(214075,73,46,450,'46.10341119941257','6.709556579589844'),(214074,73,46,449,'46.104363374775986','6.707925796508789'),(214073,73,46,448,'46.10388728914996','6.70689582824707'),(214072,73,46,447,'46.10382777815764','6.705179214477539'),(214071,73,46,446,'46.10382777815764','6.702432632446289'),(214070,73,46,445,'46.10114971701348','6.703205108642578'),(214069,73,46,444,'46.098947658174865','6.707668304443359'),(214068,73,46,443,'46.097221658687516','6.706209182739258'),(214067,73,46,442,'46.09668599268893','6.710243225097656'),(214066,73,46,441,'46.09543608512294','6.707324981689453'),(214065,73,46,440,'46.0935909316993','6.711788177490234'),(214064,73,46,439,'46.0923409539816','6.710500717163086'),(214063,73,46,438,'46.09156714405419','6.709041595458984'),(214062,73,46,437,'46.09144809540942','6.71290397644043'),(214061,73,46,436,'46.090852848331096','6.714448928833008'),(214060,73,46,435,'46.09115047267328','6.71565055847168'),(214059,73,46,434,'46.088709905656856','6.724061965942383'),(214058,73,46,433,'46.08662640934736','6.727495193481445'),(214056,73,46,431,'46.08382844765137','6.734018325805664'),(214057,73,46,432,'46.08549533553743','6.732816696166992'),(214055,73,46,430,'46.081685232076374','6.733160018920898'),(214054,73,46,429,'46.08222104377559','6.730327606201172'),(214053,73,46,428,'46.08442377053534','6.7243194580078125'),(214052,73,46,427,'46.08418564215268','6.722517013549805'),(214051,73,46,426,'46.08531674281586','6.717023849487305'),(214050,73,46,425,'46.08495955563819','6.715564727783203'),(214049,73,46,424,'46.08442377053534','6.70989990234375'),(214048,73,46,423,'46.088352740450006','6.689043045043945'),(214047,73,46,422,'46.08960280855589','6.678743362426758'),(214046,73,46,421,'46.09501944297194','6.665182113647461'),(214044,73,46,419,'46.09942378645682','6.646642684936523'),(214045,73,46,420,'46.09900717443495','6.6515350341796875'),(214043,73,46,418,'46.1015663128466','6.636171340942383'),(214042,73,46,417,'46.10168533964933','6.632909774780273'),(214041,73,46,416,'46.105553570853594','6.621665954589844'),(214040,73,46,415,'46.10549406165999','6.617031097412109'),(214039,73,46,414,'46.10597013341002','6.614799499511719'),(214038,73,46,413,'46.10644620104866','6.604242324829102'),(214037,73,46,412,'46.10698177222774','6.59480094909668'),(214036,73,46,411,'46.107576845212776','6.592569351196289'),(214035,73,46,410,'46.107338816789635','6.590938568115234'),(214034,73,46,409,'46.09686454859996','6.590681076049805'),(214033,73,46,408,'46.09656695509372','6.593170166015625'),(214032,73,46,407,'46.09609080214316','6.598320007324219'),(214030,73,46,405,'46.09406710623496','6.590766906738281'),(214031,73,46,406,'46.0957336847321','6.595401763916016'),(214029,73,46,404,'46.0923409539816','6.588535308837891'),(214028,73,46,403,'46.09281713930985','6.587076187133789'),(214027,73,46,402,'46.09126952196046','6.585531234741211'),(214026,73,46,401,'46.08626923064966','6.581840515136719'),(214025,73,46,400,'46.08615017056984','6.579523086547852'),(214024,73,46,399,'46.085376273787304','6.57780647277832'),(214022,73,46,397,'46.08454283434125','6.574974060058594'),(214023,73,46,398,'46.08525721178019','6.576776504516602'),(214021,73,46,396,'46.08382844765137','6.573600769042969'),(214020,73,46,395,'46.08317358505902','6.574974060058594'),(214019,73,46,394,'46.083292651563084','6.578149795532227'),(214018,73,46,393,'46.08245918063827','6.579008102416992'),(214017,73,46,392,'46.08210197495878','6.580982208251953'),(214016,73,46,391,'46.08067312911357','6.582441329956055'),(214015,73,46,390,'46.077934404479464','6.583642959594727'),(214014,73,46,389,'46.079006095525465','6.582012176513672'),(214013,73,46,388,'46.0784702526043','6.580810546875'),(214012,73,46,387,'46.075731418628855','6.584672927856445'),(214011,73,46,386,'46.0747192064532','6.58355712890625'),(214010,73,46,385,'46.073468801073744','6.586217880249023'),(214009,73,46,384,'46.072635181747856','6.584501266479492'),(214008,73,46,383,'46.07067017208751','6.585960388183594'),(214007,73,46,382,'46.068883738958924','6.584157943725586'),(214006,73,46,381,'46.0673354501448','6.579608917236328'),(214005,73,46,380,'46.06036761304854','6.5801239013671875'),(214004,73,46,379,'46.06001026436315','6.575403213500977'),(214003,73,46,378,'46.058819085374935','6.573429107666016'),(214002,73,46,377,'46.05727051427208','6.571455001831055'),(214001,73,46,376,'46.05637708811135','6.5705108642578125'),(214000,73,46,375,'46.05649621243464','6.567592620849609'),(213998,73,46,373,'46.05298193687039','6.555662155151367'),(213999,73,46,374,'46.055185830744755','6.561927795410156'),(213997,73,46,372,'46.05310106851758','6.553516387939453'),(213996,73,46,371,'46.05250540771186','6.5499114990234375'),(213995,73,46,370,'46.052326708217365','6.546564102172852'),(213994,73,46,369,'46.052743672805086','6.545190811157227'),(213993,73,46,368,'46.05292237095045','6.542701721191406'),(213992,73,46,367,'46.052207574899796','6.541328430175781'),(213991,73,46,366,'46.05327976550654','6.5402984619140625'),(213990,73,46,365,'46.0537562879836','6.537208557128906'),(213989,73,46,364,'46.05470932060271','6.535234451293945'),(213988,73,46,363,'46.05476888459532','6.532144546508789'),(213987,73,46,362,'46.05560277374621','6.529569625854492'),(213986,73,46,361,'46.05512626720186','6.527595520019531'),(213985,73,46,360,'46.0530415027261','6.529140472412109'),(213984,73,46,359,'46.053160634244804','6.530599594116211'),(213983,73,46,358,'46.05208844132527','6.532316207885742'),(213982,73,46,357,'46.049943993039974','6.533689498901367'),(213981,73,46,356,'46.050122700243875','6.53437614440918'),(213980,73,46,355,'46.049348298184334','6.535320281982422'),(213978,73,46,353,'46.04875259690417','6.539096832275391'),(213979,73,46,354,'46.04946743766943','6.536264419555664'),(213977,73,46,352,'46.047144171357154','6.540555953979492'),(213976,73,46,351,'46.04726331559642','6.542787551879883'),(213975,73,46,350,'46.04327184368698','6.544933319091797'),(213974,73,46,349,'46.042854807594104','6.545877456665039'),(213973,73,46,348,'46.03975672663689','6.548194885253906'),(213972,73,46,347,'46.03749263453821','6.550254821777344'),(213971,73,46,346,'46.035526374030155','6.551456451416016'),(213970,73,46,345,'46.035347619605574','6.552314758300781'),(213969,73,46,344,'46.03284499694851','6.555919647216797'),(213968,73,46,343,'46.02974635473533','6.556949615478516'),(213967,73,46,342,'46.02766063235291','6.558237075805664'),(213966,73,46,341,'46.02575361730194','6.557035446166992'),(213965,73,46,340,'46.02223738582996','6.553258895874023'),(213964,73,46,339,'46.020926191426476','6.549396514892578'),(213963,73,46,338,'46.01973416953026','6.545190811157227'),(213962,73,46,337,'46.01729044430121','6.540727615356445'),(213961,73,46,336,'46.01210462083881','6.537466049194336'),(213960,73,46,335,'46.01174695991615','6.535062789916992'),(213959,73,46,334,'46.013058371991484','6.535234451293945'),(213958,73,46,333,'46.011627739094635','6.53111457824707'),(213957,73,46,332,'46.014727396931804','6.5320587158203125'),(213956,73,46,331,'46.0124622794485','6.529655456542969'),(213955,73,46,330,'46.011270075088085','6.525793075561523'),(213954,73,46,329,'46.01025668117558','6.523218154907227'),(213953,73,46,328,'46.00852790753002','6.520729064941406'),(213952,73,46,327,'46.00697792659972','6.518068313598633'),(213951,73,46,326,'46.005249050477595','6.516780853271484'),(213950,73,46,325,'46.00381821558326','6.513347625732422'),(213949,73,46,324,'46.00179113613346','6.509313583374023'),(213948,73,46,323,'46.003043164563614','6.5093994140625'),(213947,73,46,322,'46.00155265131528','6.507081985473633'),(213946,73,46,321,'46.002923924981474','6.503047943115234'),(213945,73,46,320,'46.002208482091724','6.500129699707031'),(213943,73,46,318,'46.000479456912075','6.493091583251953'),(213944,73,46,319,'46.000479456912075','6.49540901184082'),(213942,73,46,317,'45.99845225513191','6.490259170532227'),(213941,73,46,316,'45.99785600517938','6.486482620239258'),(213940,73,46,315,'45.9970808706358','6.483736038208008'),(213939,73,46,314,'45.9950535443403','6.480989456176758'),(213938,73,46,313,'45.99427837054025','6.478672027587891'),(213937,73,46,312,'45.992608728553115','6.47669792175293'),(213936,73,46,311,'45.990581238420866','6.471376419067383'),(213935,73,46,310,'45.98944819687946','6.469831466674805'),(213934,73,46,309,'45.98724168099891','6.470174789428711'),(213933,73,46,308,'45.98616820903697','6.467428207397461'),(213932,73,46,307,'45.98431940297105','6.465969085693359'),(213931,73,46,306,'45.98074089324607','6.465969085693359'),(213930,73,46,305,'45.97853403028447','6.468286514282227'),(213929,73,46,304,'45.97698320909541','6.469745635986328'),(213928,73,46,303,'45.97835509159471','6.463050842285156'),(213927,73,46,302,'45.97614813354177','6.465110778808594'),(213926,73,46,301,'45.97620778221323','6.460561752319336'),(213925,73,46,300,'45.973702482691586','6.454811096191406'),(213924,73,46,299,'45.97209187314906','6.449832916259766'),(213923,73,46,298,'45.96946707575612','6.448459625244141'),(213922,73,46,297,'45.96803531565797','6.447000503540039'),(213921,73,46,296,'45.96797565818406','6.444425582885742'),(213920,73,46,295,'45.966543859534916','6.443138122558594'),(213919,73,46,294,'45.96487338100223','6.439104080200195'),(213918,73,46,293,'45.96290453806199','6.436700820922852'),(213917,73,46,292,'45.96147260833885','6.435070037841797'),(213916,73,46,291,'45.95968264414065','6.43773078918457'),(213914,73,46,289,'45.95473010854734','6.439275741577148'),(213915,73,46,290,'45.95568484864326','6.438074111938477'),(213912,73,46,287,'45.94977713031722','6.435413360595703'),(213913,73,46,288,'45.95305927379983','6.437644958496094'),(213911,73,46,286,'45.94607702643636','6.43275260925293'),(213910,73,46,285,'45.9447640269796','6.428117752075195'),(213909,73,46,284,'45.941839507329654','6.423397064208984'),(213908,73,46,283,'45.94201856398662','6.427001953125'),(213907,73,46,282,'45.94046672041441','6.424770355224609'),(213906,73,46,281,'45.9377210446132','6.418933868408203'),(213905,73,46,280,'45.93569154467912','6.416101455688477'),(213904,73,46,279,'45.933363497406646','6.415414810180664'),(213903,73,46,278,'45.92960259920973','6.411981582641602'),(213902,73,46,277,'45.92619966204294','6.411552429199219'),(213901,73,46,276,'45.92470707988058','6.409749984741211'),(213900,73,46,275,'45.92255769101492','6.410694122314453'),(213899,73,46,274,'45.923453279829104','6.413784027099609'),(213898,73,46,273,'45.921721795077886','6.41575813293457'),(213897,73,46,272,'45.92076647001435','6.414642333984375'),(213896,73,46,271,'45.91933345157653','6.415843963623047'),(213895,73,46,270,'45.915989597956354','6.419706344604492'),(213894,73,46,269,'45.91312327732872','6.418333053588867'),(213893,73,46,268,'45.91127203324223','6.420135498046875'),(213892,73,46,267,'45.907748527123374','6.419191360473633'),(213891,73,46,266,'45.905956828060724','6.422882080078125'),(213890,73,46,265,'45.90637489634797','6.428289413452148'),(213889,73,46,264,'45.905180407173965','6.4304351806640625'),(213888,73,46,263,'45.904284523426185','6.42725944519043'),(213887,73,46,262,'45.901775972017475','6.425800323486328'),(213886,73,46,261,'45.900939763026024','6.424598693847656'),(213885,73,46,260,'45.89968542592454','6.427516937255859'),(213884,73,46,259,'45.894847003088394','6.429920196533203'),(213883,73,46,258,'45.889948417207194','6.431379318237305'),(213882,73,46,257,'45.88612483045546','6.433353424072266'),(213881,73,46,256,'45.885049399259444','6.434469223022461'),(213880,73,46,255,'45.88343621342885','6.438159942626953'),(213879,73,46,254,'45.8826594776182','6.440820693969727'),(213878,73,46,253,'45.88068771486556','6.4441680908203125'),(213877,73,46,252,'45.881822980754286','6.444082260131836'),(213876,73,46,251,'45.880149949242806','6.446571350097656'),(213875,73,46,250,'45.879134155532135','6.448631286621094'),(213874,73,46,249,'45.877461043055455','6.450176239013672'),(213873,73,46,248,'45.87841711349664','6.451807022094727'),(213872,73,46,247,'45.87560860976353','6.454553604125977'),(213871,73,46,246,'45.874293942222785','6.457300186157227'),(213870,73,46,245,'45.87417442544963','6.460733413696289'),(213869,73,46,244,'45.87220236158286','6.465625762939453'),(213868,73,46,243,'45.871186422584046','6.4688873291015625'),(213867,73,46,242,'45.87130594578309','6.470346450805664'),(213866,73,46,241,'45.87220236158286','6.47395133972168'),(213865,73,46,240,'45.87208284031159','6.475152969360352'),(213864,73,46,239,'45.87202307957957','6.480045318603516'),(213862,73,46,237,'45.871007137303536','6.482534408569336'),(213863,73,46,238,'45.8713657072862','6.480903625488281'),(213861,73,46,236,'45.871903557922735','6.486139297485352'),(213860,73,46,235,'45.87076808936326','6.4874267578125'),(213859,73,46,234,'45.87076808936326','6.486139297485352'),(213858,73,46,233,'45.86927401644273','6.4826202392578125'),(213856,73,46,231,'45.868855668828004','6.485967636108398'),(213857,73,46,232,'45.86837755341276','6.483907699584961'),(213855,73,46,230,'45.868736140359744','6.489143371582031'),(213853,73,46,228,'45.86622598315121','6.489315032958984'),(213854,73,46,229,'45.867062714815475','6.48716926574707'),(213852,73,46,227,'45.866823649910856','6.491460800170898'),(213851,73,46,226,'45.866763883524065','6.492576599121094'),(213850,73,46,225,'45.86580761259606','6.493520736694336'),(213849,73,46,224,'45.864253637252574','6.495151519775391'),(213848,73,46,223,'45.863177782722026','6.493091583251953'),(213847,73,46,222,'45.86293870111006','6.494636535644531'),(213846,73,46,221,'45.85965122468473','6.4963531494140625'),(213845,73,46,220,'45.85606466507106','6.499528884887695'),(213844,73,46,219,'45.85331481270217','6.500129699707031'),(213843,73,46,218,'45.850385472570444','6.502361297607422'),(213842,73,46,217,'45.84793427349226','6.5032196044921875'),(213841,73,46,216,'45.84709725394487','6.504850387573242'),(213840,73,46,215,'45.84058002812783','6.506567001342773'),(213839,73,46,214,'45.83956351124154','6.508111953735352'),(213838,73,46,213,'45.83681284302349','6.508455276489258'),(213837,73,46,212,'45.831311098658354','6.508626937866211'),(213836,73,46,211,'45.82987577154624','6.5100860595703125'),(213835,73,46,210,'45.82640691154487','6.510000228881836'),(213834,73,46,209,'45.82407428068276','6.512918472290039'),(213833,73,46,208,'45.82275839451268','6.51188850402832'),(213832,73,46,207,'45.82198081079259','6.513862609863281'),(213831,73,46,206,'45.8193489083863','6.515750885009766'),(213830,73,46,205,'45.81671688156855','6.516695022583008'),(213829,73,46,204,'45.81414455333957','6.514291763305664'),(213828,73,46,203,'45.81408473033908','6.515407562255859'),(213827,73,46,202,'45.815999034480704','6.520986557006836'),(213826,73,46,201,'45.8149222464981','6.519355773925781'),(213825,73,46,200,'45.81157210628936','6.515665054321289'),(213824,73,46,199,'45.809119197278946','6.515750885009766'),(213823,73,46,198,'45.80846108136044','6.51763916015625'),(213822,73,46,197,'45.809119197278946','6.519012451171875'),(213821,73,46,196,'45.80846108136044','6.520042419433594'),(213819,73,46,194,'45.807144826196','6.525707244873047'),(213820,73,46,195,'45.80941833830775','6.521415710449219'),(213818,73,46,193,'45.804751555301955','6.530857086181641'),(213817,73,46,192,'45.80457205583994','6.535406112670898'),(213816,73,46,191,'45.80517038513081','6.538238525390625'),(213815,73,46,190,'45.80445238921063','6.5402984619140625'),(213814,73,46,189,'45.805409715047766','6.547422409057617'),(213813,73,46,188,'45.80427288878465','6.55034065246582'),(213812,73,46,187,'45.80325570877948','6.548967361450195'),(213810,73,46,185,'45.791347338159305','6.5444183349609375'),(213811,73,46,186,'45.7961349287251','6.541070938110352'),(213809,73,46,184,'45.78985113176127','6.546220779418945'),(213808,73,46,183,'45.78703815499827','6.546907424926758'),(213807,73,46,182,'45.78530241766588','6.55059814453125'),(213806,73,46,181,'45.78278849536649','6.554288864135742'),(213804,73,46,179,'45.77811948176721','6.55909538269043'),(213805,73,46,180,'45.78111248418782','6.557979583740234'),(213803,73,46,178,'45.779735723028494','6.556005477905273'),(213802,73,46,177,'45.78009488139103','6.552486419677734'),(213801,73,46,176,'45.779915302498935','6.550168991088867'),(213800,73,46,175,'45.781770923159584','6.547508239746094'),(213799,73,46,174,'45.78183078086234','6.544589996337891'),(213798,73,46,173,'45.780513896556606','6.542787551879883'),(213797,73,46,172,'45.78033431901409','6.539955139160156'),(213796,73,46,171,'45.77650319365697','6.536092758178711'),(213795,73,46,170,'45.77231259889578','6.535491943359375'),(213794,73,46,169,'45.76878028160798','6.531457901000977'),(213793,73,46,168,'45.76315205972962','6.5334320068359375'),(213792,73,46,167,'45.759319753949654','6.533946990966797'),(213791,73,46,166,'45.756325581901564','6.541242599487305'),(213789,73,46,164,'45.74794104542779','6.547422409057617'),(213790,73,46,165,'45.75381035321928','6.546134948730469'),(213788,73,46,163,'45.74740199642105','6.548795700073242'),(213787,73,46,162,'45.74464677575607','6.549224853515625'),(213785,73,46,160,'45.743388912414794','6.552486419677734'),(213786,73,46,161,'45.74326911442797','6.550512313842773'),(213784,73,46,159,'45.743329013453504','6.554288864135742'),(213783,73,46,158,'45.74386810179144','6.556177139282227'),(213782,73,46,157,'45.74422749112472','6.558666229248047'),(213781,73,46,156,'45.742071120421016','6.557722091674805'),(213780,73,46,155,'45.74290971892508','6.560382843017578'),(213779,73,46,154,'45.743448811311815','6.562786102294922'),(213778,73,46,153,'45.74273002030605','6.5643310546875'),(213777,73,46,152,'45.74482646820549','6.5677642822265625'),(213776,73,46,151,'45.74554523221924','6.5705108642578125'),(213775,73,46,150,'45.74776136300396','6.571712493896484'),(213774,73,46,149,'45.74961805349209','6.574544906616211'),(213773,73,46,148,'45.751594462598035','6.577291488647461'),(213772,73,46,147,'45.74889934191983','6.575918197631836'),(213771,73,46,146,'45.74350871014456','6.571369171142578'),(213770,73,46,145,'45.74099290383551','6.569738388061523'),(213769,73,46,144,'45.73781803408217','6.565704345703125'),(213768,73,46,143,'45.73446325857705','6.563215255737305'),(213767,73,46,142,'45.732845705518486','6.560039520263672'),(213766,73,46,141,'45.7331452559159','6.558237075805664'),(213765,73,46,140,'45.73410380639065','6.556262969970703'),(213764,73,46,139,'45.73470289208264','6.551370620727539'),(213763,73,46,138,'45.733804261134644','6.55034065246582'),(213762,73,46,137,'45.733744351890614','6.547765731811523'),(213761,73,46,136,'45.73206686696598','6.543216705322266'),(213760,73,46,135,'45.73206686696598','6.54536247253418'),(213759,73,46,134,'45.73236642154074','6.549053192138672'),(213758,73,46,133,'45.73230651075432','6.551628112792969'),(213757,73,46,132,'45.73056906999181','6.554803848266602'),(213756,73,46,131,'45.73056906999181','6.557292938232422'),(213755,73,46,130,'45.72955054510589','6.559782028198242'),(213754,73,46,129,'45.72937080349211','6.556520462036133'),(213753,73,46,128,'45.72901131852933','6.551799774169922'),(213752,73,46,127,'45.728292341662886','6.554460525512695'),(213751,73,46,126,'45.72721385901093','6.553258895874023'),(213750,73,46,125,'45.72757335554187','6.549568176269531'),(213748,73,46,123,'45.72565601397478','6.541585922241211'),(213749,73,46,124,'45.726794443467305','6.543817520141602'),(213747,73,46,122,'45.72529650510443','6.538839340209961'),(213746,73,46,121,'45.726794443467305','6.535148620605469'),(213745,73,46,120,'45.7266146929846','6.531715393066406'),(213744,73,46,119,'45.724577480422795','6.527423858642578'),(213743,73,46,118,'45.7236187664513','6.52338981628418'),(213742,73,46,117,'45.721341754830114','6.522188186645508'),(213741,73,46,116,'45.71990359441188','6.519870758056641'),(213740,73,46,115,'45.72014329038564','6.516437530517578'),(213739,73,46,114,'45.717985989603335','6.507682800292969'),(213738,73,46,113,'45.71672752568247','6.505193710327148'),(213737,73,46,112,'45.71780621077844','6.502017974853516'),(213736,73,46,111,'45.71864517367924','6.498842239379883'),(213735,73,46,110,'45.7187050991187','6.496009826660156'),(213734,73,46,109,'45.717985989603335','6.494808197021484'),(213733,73,46,108,'45.717326797750964','6.492061614990234'),(213732,73,46,107,'45.71720694385141','6.489400863647461'),(213731,73,46,106,'45.71702716252006','6.487083435058594'),(186006,71,44,61,'44.548582357416684','6.484594345092773'),(186005,71,44,60,'44.53787701783457','6.473865509033203'),(186004,71,44,59,'44.536347522908215','6.469316482543945'),(186003,71,44,58,'44.53390024746209','6.464424133300781'),(186002,71,44,57,'44.53341078003111','6.461677551269531'),(186001,71,44,56,'44.53230946326995','6.450347900390625'),(185999,71,44,54,'44.53157524052548','6.435327529907227'),(186000,71,44,55,'44.531697611625695','6.441679000854492'),(185998,71,44,53,'44.530841008524725','6.430521011352539'),(185997,71,44,52,'44.528454690596','6.425199508666992'),(185996,71,44,51,'44.527169709676635','6.419620513916016'),(185995,71,44,50,'44.5266189948906','6.416788101196289'),(185994,71,44,49,'44.525945891970224','6.4057159423828125'),(185993,71,44,48,'44.526496613119946','6.400909423828125'),(185992,71,44,47,'44.535796894899896','6.3906097412109375'),(185991,71,44,46,'44.535429806668404','6.378593444824219'),(185990,71,44,45,'44.53077982210683','6.373186111450195'),(185989,71,44,44,'44.52882182279489','6.3603973388671875'),(185988,71,44,43,'44.5263742310922','6.356620788574219'),(185987,71,44,42,'44.525701125343524','6.3535308837890625'),(185986,71,44,41,'44.52343698529045','6.344690322875977'),(185985,71,44,40,'44.52411011720089','6.342887878417969'),(185984,71,44,39,'44.52729209003314','6.335763931274414'),(185983,71,44,38,'44.52998439282491','6.333789825439453'),(185982,71,44,37,'44.531942353054774','6.325550079345703'),(185981,71,44,36,'44.52955608025044','6.320657730102539'),(185980,71,44,35,'44.52937251675432','6.317996978759766'),(185979,71,44,34,'44.535429806668404','6.30040168762207'),(185978,71,44,33,'44.537204045016544','6.298427581787109'),(185977,71,44,32,'44.53830526921461','6.2958526611328125'),(185976,71,44,31,'44.538917051436535','6.290531158447266'),(185975,71,44,30,'44.541425291341646','6.285810470581055'),(185974,71,44,29,'44.543994595789485','6.281862258911133'),(185972,71,44,27,'44.545768573160316','6.274051666259766'),(185973,71,44,28,'44.54527920549204','6.277742385864258'),(185971,71,44,26,'44.54705314371616','6.271219253540039'),(185970,71,44,25,'44.55139600565569','6.257829666137695'),(185969,71,44,24,'44.551824157594105','6.2491607666015625'),(185968,71,44,23,'44.55298626840683','6.243839263916016'),(185967,71,44,22,'44.55628898296705','6.238775253295898'),(185966,71,44,21,'44.55702289408082','6.2354278564453125'),(185965,71,44,20,'44.55897994513064','6.220064163208008'),(185964,71,44,19,'44.56014191304745','6.2134552001953125'),(185963,71,44,18,'44.56173193680299','6.208820343017578'),(185962,71,44,17,'44.56252693238557','6.200494766235352'),(185961,71,44,16,'44.5633830693254','6.1962890625'),(185960,71,44,15,'44.56442264724291','6.1928558349609375'),(185959,71,44,14,'44.566562896224404','6.1901092529296875'),(185958,71,44,13,'44.568580773140816','6.187534332275391'),(185956,71,44,11,'44.576773857135045','6.162729263305664'),(185957,71,44,12,'44.56937567513026','6.183671951293945'),(185955,71,44,10,'44.57732409753082','6.141786575317383'),(185954,71,44,9,'44.57756864714652','6.123332977294922'),(185953,71,44,8,'44.57762978438976','6.120672225952148'),(185952,71,44,7,'44.57512310470692','6.111574172973633'),(185951,71,44,6,'44.57377801252523','6.109170913696289'),(185950,71,44,5,'44.57090430226871','6.106081008911133'),(185947,71,44,2,'44.567663565038565','6.097068786621094'),(185949,71,44,4,'44.56913109105979','6.102991104125977'),(185948,71,44,3,'44.56870306646167','6.10015869140625'),(185946,71,44,1,'44.5641168909603','6.088571548461914'),(185945,71,44,0,'44.56160962882607','6.0843658447265625'),(221852,74,47,348,'46.30567539999591','4.832696914672852'),(221851,74,47,347,'46.305853278005216','4.834070205688477'),(221850,74,47,346,'46.305141762499964','4.835872650146484'),(221849,74,47,345,'46.3047267075178','4.840078353881836'),(221848,74,47,344,'46.3021177184303','4.86994743347168'),(221847,74,47,343,'46.30140615437332','4.87217903137207'),(221846,74,47,342,'46.296365644213616','4.890289306640625'),(221845,74,47,341,'46.29482374843292','4.893550872802734'),(221844,74,47,340,'46.289723322322594','4.904880523681641'),(221843,74,47,339,'46.289189529344064','4.911489486694336'),(221841,74,47,337,'46.28616460420383','4.925909042358398'),(221842,74,47,338,'46.288596419933334','4.917497634887695'),(221840,74,47,336,'46.27756341422415','4.955863952636719'),(221839,74,47,335,'46.27637693722249','4.972343444824219'),(221838,74,47,334,'46.270503497748415','4.993801116943359'),(221837,74,47,333,'46.26741820668503','5.006589889526367'),(221836,74,47,332,'46.2600009311328','5.036458969116211'),(221835,74,47,331,'46.25685570334423','5.049848556518555'),(221833,74,47,329,'46.25329485038391','5.087528228759766'),(221834,74,47,330,'46.25596551178066','5.059032440185547'),(221832,74,47,328,'46.25187044445914','5.1024627685546875'),(221831,74,47,327,'46.249793119504474','5.123748779296875'),(221830,74,47,326,'46.24623180796298','5.1560211181640625'),(221829,74,47,325,'46.237386884243556','5.171642303466797'),(221828,74,47,324,'46.234299729570566','5.192327499389648'),(221827,74,47,323,'46.232577971720204','5.200309753417969'),(221826,74,47,322,'46.22177122367045','5.209407806396484'),(221825,74,47,321,'46.214882296084085','5.214815139770508'),(221824,74,47,320,'46.20781430847305','5.220737457275391'),(221823,74,47,319,'46.207279717791096','5.227518081665039'),(221822,74,47,318,'46.207339117012694','5.2288055419921875'),(221821,74,47,317,'46.207101519740945','5.230436325073242'),(221820,74,47,316,'46.205913517966735','5.232067108154297'),(221819,74,47,315,'46.206091719870784','5.234384536743164'),(221818,74,47,314,'46.20371564695236','5.242280960083008'),(221817,74,47,313,'46.20193352482033','5.247602462768555'),(221816,74,47,312,'46.193972673515994','5.2741241455078125'),(221815,74,47,311,'46.18618893530925','5.299358367919922'),(221814,74,47,310,'46.17911725581954','5.322103500366211'),(221813,74,47,309,'46.17911725581954','5.32536506652832'),(221812,74,47,308,'46.170974784117604','5.340471267700195'),(221811,74,47,307,'46.17061815196093','5.34235954284668'),(221810,74,47,306,'46.167408358490526','5.343389511108398'),(221809,74,47,305,'46.16229607849064','5.346822738647461'),(221808,74,47,304,'46.160334263527304','5.349998474121094'),(221807,74,47,303,'46.161285455275866','5.354375839233398'),(221806,74,47,302,'46.16413893185584','5.35858154296875'),(221805,74,47,301,'46.166100611154015','5.361328125'),(221804,74,47,300,'46.166635602458534','5.363473892211914'),(221803,74,47,299,'46.16396059390547','5.368623733520508'),(221802,74,47,298,'46.16491172296024','5.370340347290039'),(221801,74,47,297,'46.16497116798017','5.373945236206055'),(221799,74,47,295,'46.16407948593662','5.380382537841797'),(221800,74,47,296,'46.16425782350158','5.377464294433594'),(221798,74,47,294,'46.16009646302072','5.387592315673828'),(221797,74,47,293,'46.16104765888037','5.394372940063477'),(221795,74,47,291,'46.1656845032089','5.399951934814453'),(221796,74,47,292,'46.16467394223821','5.396604537963867'),(221794,74,47,290,'46.16705170320931','5.400981903076172'),(221793,74,47,289,'46.168775515646175','5.400896072387695'),(221792,74,47,288,'46.17032095673059','5.402698516845703'),(221791,74,47,287,'46.17020207818881','5.404243469238281'),(221790,74,47,286,'46.1677650114593','5.406818389892578'),(221789,74,47,285,'46.16669504561563','5.405616760253906'),(221788,74,47,284,'46.16497116798017','5.406646728515625'),(221787,74,47,283,'46.16455505149175','5.409221649169922'),(221786,74,47,282,'46.162831106794684','5.411109924316406'),(221785,74,47,281,'46.16069096236008','5.411624908447266'),(221784,74,47,280,'46.15748058961549','5.42698860168457'),(221783,74,47,279,'46.15528078163087','5.427331924438477'),(221782,74,47,278,'46.15373491800526','5.42973518371582'),(221781,74,47,277,'46.154745679905304','5.432825088500977'),(221780,74,47,276,'46.15563751322395','5.43522834777832'),(221779,74,47,275,'46.156350969472605','5.438404083251953'),(221778,74,47,274,'46.15932360427633','5.442867279052734'),(221777,74,47,273,'46.15557805811901','5.441837310791016'),(221776,74,47,272,'46.15195117524801','5.445098876953125'),(221775,74,47,271,'46.14987006896229','5.448875427246094'),(221774,74,47,270,'46.15165387916778','5.457973480224609'),(221773,74,47,269,'46.15064306048281','5.459346771240234'),(221772,74,47,268,'46.15088090184356','5.460548400878906'),(221771,74,47,267,'46.16063151271521','5.465183258056641'),(221770,74,47,266,'46.17002375989438','5.471019744873047'),(221769,74,47,265,'46.16990488071025','5.4732513427734375'),(221768,74,47,264,'46.168597192726835','5.476512908935547'),(221767,74,47,263,'46.16841886922939','5.478916168212891'),(221765,74,47,261,'46.17751263050702','5.486726760864258'),(221766,74,47,262,'46.170974784117604','5.483036041259766'),(221764,74,47,260,'46.17876067646351','5.488014221191406'),(221763,74,47,259,'46.176145690528394','5.488786697387695'),(221762,74,47,258,'46.175848525167105','5.489816665649414'),(221761,74,47,257,'46.17376832267393','5.491018295288086'),(221760,74,47,256,'46.172995655992494','5.494194030761719'),(221759,74,47,255,'46.17364945158337','5.49591064453125'),(221758,74,47,254,'46.172995655992494','5.497283935546875'),(221757,74,47,253,'46.17323340074301','5.498313903808594'),(221756,74,47,252,'46.176026824576574','5.498571395874023'),(221755,74,47,251,'46.17662115176633','5.500545501708984'),(221754,74,47,250,'46.17983040759436','5.503807067871094'),(221753,74,47,249,'46.18078126223906','5.506038665771484'),(221752,74,47,248,'46.18529759724044','5.508012771606445'),(221751,74,47,247,'46.18832808770828','5.515222549438477'),(221749,74,47,245,'46.1934973623273','5.524148941040039'),(221750,74,47,246,'46.19082366029338','5.518741607666016'),(221748,74,47,244,'46.186604888128734','5.522346496582031'),(221746,74,47,242,'46.18494105796622','5.53187370300293'),(221747,74,47,243,'46.18749620500056','5.523977279663086'),(221745,74,47,241,'46.17935497410555','5.549898147583008'),(221744,74,47,240,'46.176145690528394','5.560111999511719'),(221743,74,47,239,'46.17228241557445','5.571269989013672'),(221742,74,47,238,'46.17091534558541','5.5762481689453125'),(221741,74,47,237,'46.16746780081259','5.579166412353516'),(221740,74,47,236,'46.162831106794684','5.597019195556641'),(221739,74,47,235,'46.15462676770412','5.604915618896484'),(221738,74,47,234,'46.1489186798803','5.607662200927734'),(221737,74,47,233,'46.14154485691861','5.619850158691406'),(221736,74,47,232,'46.13880915529753','5.627231597900391'),(221735,74,47,231,'46.144756159293784','5.639934539794922'),(221732,74,47,228,'46.1611665572066','5.655040740966797'),(221733,74,47,229,'46.16045316339516','5.6524658203125'),(221734,74,47,230,'46.15700496290803','5.6524658203125'),(221731,74,47,227,'46.16152325064358','5.659847259521484'),(221730,74,47,226,'46.16509005782732','5.673408508300781'),(221729,74,47,225,'46.16687337470153','5.675640106201172'),(221728,74,47,224,'46.16936992120204','5.679759979248047'),(221727,74,47,223,'46.16604116735458','5.692462921142578'),(221726,74,47,222,'46.16449560602219','5.6943511962890625'),(221725,74,47,221,'46.162712212065664','5.6984710693359375'),(221724,74,47,220,'46.16413893185584','5.702419281005859'),(221723,74,47,219,'46.165446725827095','5.704822540283203'),(221722,74,47,218,'46.166992260437624','5.707912445068359'),(221721,74,47,217,'46.168537751625266','5.717182159423828'),(221720,74,47,216,'46.16794333707652','5.721473693847656'),(221719,74,47,215,'46.16984544102184','5.7293701171875'),(221718,74,47,214,'46.171153099328784','5.740013122558594'),(221717,74,47,213,'46.17079646832833','5.748939514160156'),(221716,74,47,212,'46.166754488708506','5.760612487792969'),(221715,74,47,211,'46.16366336270352','5.766620635986328'),(221714,74,47,210,'46.162593317079704','5.771598815917969'),(221713,74,47,209,'46.16199883829574','5.778465270996094'),(221712,74,47,208,'46.15997756238203','5.78155517578125'),(221711,74,47,207,'46.15652933208947','5.7863616943359375'),(221710,74,47,206,'46.153675460844774','5.789451599121094'),(221709,74,47,205,'46.14570762032106','5.7952880859375'),(221707,74,47,203,'46.14463722550913','5.799922943115234'),(221708,74,47,204,'46.14344787353021','5.798206329345703'),(221706,74,47,202,'46.14416148780093','5.802154541015625'),(221705,74,47,201,'46.1366680766055','5.804901123046875'),(221704,74,47,200,'46.13500273562129','5.802669525146484'),(221703,74,47,199,'46.135240644559595','5.804901123046875'),(221702,74,47,198,'46.13214774819261','5.806617736816406'),(221701,74,47,197,'46.12810292931307','5.812110900878906'),(221700,74,47,196,'46.12608040848373','5.817432403564453'),(221699,74,47,195,'46.12167819468635','5.819149017333984'),(221698,74,47,194,'46.11977442571646','5.823268890380859'),(221697,74,47,193,'46.11560970176028','5.82275390625'),(221696,74,47,192,'46.112634706215594','5.826530456542969'),(221695,74,47,191,'46.10894548869913','5.829620361328125'),(221694,74,47,190,'46.10763635215796','5.831165313720703'),(221693,74,47,189,'46.10382777815764','5.8412933349609375'),(221692,74,47,188,'46.10180436619509','5.843353271484375'),(221691,74,47,187,'46.097162140500195','5.846271514892578'),(221690,74,47,186,'46.09620984076625','5.852794647216797'),(221689,74,47,185,'46.09263857029359','5.855369567871094'),(221688,74,47,184,'46.09144809540942','5.861034393310547'),(221687,74,47,183,'46.09204333606358','5.868072509765625'),(221686,74,47,182,'46.091805240572825','5.871334075927734'),(221685,74,47,181,'46.093352842889665','5.8721923828125'),(221684,74,47,180,'46.09490040177921','5.876483917236328'),(221683,74,47,179,'46.098828625461984','5.88043212890625'),(221682,74,47,178,'46.10144728578694','5.879058837890625'),(221681,74,47,177,'46.10204241851572','5.875282287597656'),(221680,74,47,176,'46.10382777815764','5.875968933105469'),(221679,74,47,175,'46.106089150705124','5.8769989013671875'),(221678,74,47,174,'46.10918351018429','5.874767303466797'),(221675,74,47,171,'46.113348719792995','5.881977081298828'),(221676,74,47,172,'46.11322971817248','5.879402160644531'),(221677,74,47,173,'46.11049260998005','5.878028869628906'),(221674,74,47,170,'46.11549070502199','5.883007049560547'),(221673,74,47,169,'46.119417461711315','5.885066986083984'),(221671,74,47,167,'46.12048834678888','5.889530181884766'),(221672,74,47,168,'46.118703526763205','5.888156890869141'),(221670,74,47,166,'46.122868016888205','5.897254943847656'),(221669,74,47,165,'46.12263005450348','5.900859832763672'),(221668,74,47,164,'46.12786498954041','5.90789794921875'),(221667,74,47,163,'46.127389106911636','5.909271240234375'),(221666,74,47,162,'46.12132124301515','5.902919769287109'),(221665,74,47,161,'46.120012400435094','5.905666351318359'),(221664,74,47,160,'46.12167819468635','5.909442901611328'),(221662,74,47,158,'46.12155921105292','5.919227600097656'),(221663,74,47,159,'46.121440227162516','5.914764404296875'),(221661,74,47,157,'46.11418172394165','5.919227600097656'),(221660,74,47,156,'46.10597013341002','5.9271240234375'),(221659,74,47,155,'46.10180436619509','5.9319305419921875'),(221658,74,47,154,'46.102637544820446','5.94085693359375'),(221657,74,47,153,'46.102161444290594','5.945835113525391'),(221656,74,47,152,'46.10287559354359','5.952701568603516'),(221655,74,47,151,'46.10823141807654','5.968837738037109'),(221654,74,47,150,'46.10954054048486','5.974159240722656'),(221653,74,47,149,'46.11192068338763','5.988922119140625'),(221652,74,47,148,'46.11322971817248','6.004371643066406'),(221651,74,47,147,'46.11894150610708','6.038875579833984'),(221650,74,47,146,'46.12096428903133','6.040248870849609'),(221649,74,47,145,'46.12869777424802','6.044712066650391'),(221648,74,47,144,'46.13238566946462','6.051578521728516'),(221647,74,47,143,'46.13286150892523','6.055011749267578'),(221646,74,47,142,'46.1322667089571','6.058101654052734'),(221645,74,47,141,'46.13428900263955','6.058101654052734'),(221644,74,47,140,'46.13690597834916','6.062564849853516'),(221643,74,47,139,'46.137262829037525','6.067371368408203'),(221641,74,47,137,'46.138333367227254','6.078014373779297'),(221642,74,47,138,'46.13761967741332','6.075439453125'),(221640,74,47,136,'46.1399986074867','6.079730987548828'),(221639,74,47,135,'46.1414259161963','6.084880828857422'),(221638,74,47,134,'46.14344787353021','6.086254119873047'),(221636,74,47,132,'46.14202061723829','6.094837188720703'),(221637,74,47,133,'46.14344787353021','6.089000701904297'),(221635,74,47,131,'46.14297212554408','6.097583770751953'),(221634,74,47,130,'46.14368574598159','6.099987030029297'),(221633,74,47,129,'46.143328936919104','6.106510162353516'),(221632,74,47,128,'46.14273425000933','6.116123199462891'),(221631,74,47,127,'46.14130697521705','6.123847961425781'),(221630,74,47,126,'46.13952282969443','6.127796173095703'),(221629,74,47,125,'46.14059332394566','6.130542755126953'),(221628,74,47,124,'46.141663797383956','6.136379241943359'),(221627,74,47,123,'46.14356680988437','6.143932342529297'),(221626,74,47,122,'46.14701585238248','6.148395538330078'),(221624,74,47,120,'46.15177279779259','6.154747009277344'),(221625,74,47,121,'46.15117820209914','6.152172088623047'),(221623,74,47,119,'46.153794375101505','6.161098480224609'),(221622,74,47,118,'46.155815878153305','6.167621612548828'),(221621,74,47,117,'46.15878854186318','6.183414459228516'),(221620,74,47,116,'46.163306683141386','6.193370819091797'),(221619,74,47,115,'46.16770556945843','6.200237274169922'),(221618,74,47,114,'46.1706775908143','6.211051940917969'),(221617,74,47,113,'46.17650228684226','6.222381591796875'),(221615,74,47,111,'46.17994926532422','6.229076385498047'),(221616,74,47,112,'46.178285233725006','6.225299835205078'),(221614,74,47,110,'46.18339602772344','6.230792999267578'),(221613,74,47,109,'46.18577297934235','6.230964660644531'),(221612,74,47,108,'46.187199100982454','6.23199462890625'),(221611,74,47,107,'46.19052657426052','6.233711242675781'),(221610,74,47,106,'46.19028890427803','6.236114501953125'),(221609,74,47,105,'46.195042108660154','6.238689422607422'),(221608,74,47,104,'46.193972673515994','6.241436004638672'),(221607,74,47,103,'46.19159607646359','6.251735687255859'),(221606,74,47,102,'46.1912395780416','6.259117126464844'),(221605,74,47,101,'46.1893382140708','6.263751983642578'),(221604,74,47,100,'46.1881498281879','6.269073486328125'),(221603,74,47,99,'46.18244521829928','6.283836364746094'),(221601,74,47,97,'46.17971154960756','6.2944793701171875'),(205150,72,45,79,'45.03914239892566','6.187963485717773'),(205148,72,45,77,'45.03914239892566','6.182899475097656'),(205147,72,45,76,'45.039263698768075','6.177663803100586'),(205146,72,45,75,'45.04035538577782','6.174917221069336'),(205145,72,45,74,'45.040961869560625','6.172771453857422'),(205144,72,45,73,'45.042356757863686','6.169767379760742'),(205143,72,45,72,'45.04265998995113','6.168308258056641'),(205142,72,45,71,'45.043751612158225','6.162729263305664'),(205141,72,45,70,'45.0435696765702','6.158952713012695'),(205140,72,45,69,'45.04393354716767','6.155004501342773'),(205139,72,45,68,'45.04435805993959','6.152772903442383'),(205137,72,45,66,'45.04763276686872','6.142988204956055'),(205138,72,45,67,'45.04660186083195','6.146936416625977'),(205136,72,45,65,'45.04714763693049','6.140241622924805'),(205135,72,45,64,'45.047390202413915','6.138439178466797'),(205134,72,45,63,'45.045207076033066','6.137323379516602'),(205133,72,45,62,'45.04484321353591','6.13612174987793'),(205132,72,45,61,'45.045328363017795','6.135263442993164'),(205131,72,45,60,'45.04641993430856','6.134490966796875'),(205130,72,45,59,'45.04690507041847','6.132688522338867'),(205129,72,45,58,'45.046116722150494','6.131658554077148'),(205128,72,45,57,'45.04435805993959','6.129770278930664'),(205127,72,45,56,'45.042417404409754','6.128225326538086'),(205126,72,45,55,'45.040658628472826','6.126165390014648'),(205125,72,45,54,'45.040294737045926','6.124277114868164'),(205124,72,45,53,'45.04120446127368','6.124534606933594'),(205123,72,45,52,'45.04199287723724','6.126766204833984'),(205122,72,45,51,'45.043630321830506','6.12762451171875'),(205121,72,45,50,'45.045025145073794','6.127452850341797'),(205120,72,45,49,'45.045389006413735','6.126594543457031'),(205119,72,45,48,'45.045207076033066','6.1255645751953125'),(205118,72,45,47,'45.04229611125333','6.123590469360352'),(205117,72,45,46,'45.04265998995113','6.121530532836914'),(205116,72,45,45,'45.039809544876604','6.1173248291015625'),(205115,72,45,44,'45.03987019412278','6.113548278808594'),(205113,72,45,42,'45.03902109882611','6.108827590942383'),(205114,72,45,43,'45.03938499835332','6.110630035400391'),(205112,72,45,41,'45.03829329282855','6.104621887207031'),(205111,72,45,40,'45.038232641910874','6.103420257568359'),(205110,72,45,39,'45.038839148194626','6.102390289306641'),(205109,72,45,38,'45.039263698768075','6.101016998291016'),(205108,72,45,37,'45.04011279046461','6.100072860717773'),(205107,72,45,36,'45.040658628472826','6.098270416259766'),(205106,72,45,35,'45.04047668304867','6.096296310424805'),(205105,72,45,34,'45.03956694724904','6.094493865966797'),(205104,72,45,33,'45.03865719698453','6.093292236328125'),(205103,72,45,32,'45.0378687350548','6.091489791870117'),(205102,72,45,31,'45.035381976263096','6.092433929443359'),(205101,72,45,30,'45.033986917917375','6.091146469116211'),(205100,72,45,29,'45.032531168602354','6.0898590087890625'),(205099,72,45,28,'45.03240985448795','6.088743209838867'),(205098,72,45,27,'45.03198525306242','6.087026596069336'),(205097,72,45,26,'45.030711429885024','6.085567474365234'),(205096,72,45,25,'45.02949823859595','6.08367919921875'),(205095,72,45,24,'45.02840634444917','6.082220077514648'),(205094,72,45,23,'45.02737509196253','6.08067512512207'),(205093,72,45,22,'45.02682912724199','6.079044342041016'),(205092,72,45,21,'45.02731442947296','6.077241897583008'),(205091,72,45,20,'45.02840634444917','6.076383590698242'),(205090,72,45,19,'45.02955889877115','6.076726913452148'),(205089,72,45,18,'45.031014723689275','6.077070236206055'),(205088,72,45,17,'45.031014723689275','6.075611114501953'),(205087,72,45,16,'45.030347475198425','6.073808670043945'),(205086,72,45,15,'45.02846700578155','6.071834564208984'),(205085,72,45,14,'45.02907361556951','6.071062088012695'),(205084,72,45,13,'45.033441016263715','6.067028045654297'),(205083,72,45,12,'45.03695895778919','6.064023971557617'),(205082,72,45,11,'45.040658628472826','6.060848236083984'),(205081,72,45,10,'45.045752865439304','6.056041717529297'),(205080,72,45,9,'45.048117892692524','6.052522659301758'),(205079,72,45,8,'45.049997716397385','6.048488616943359'),(205078,72,45,7,'45.05199875116252','6.046257019042969'),(205077,72,45,6,'45.054181618332976','6.042909622192383'),(213730,73,46,105,'45.71678745317853','6.485023498535156'),(213729,73,46,104,'45.71510945899552','6.483564376831055'),(213726,73,46,101,'45.71606831898414','6.476869583129883'),(213727,73,46,102,'45.716008390716865','6.478586196899414'),(213728,73,46,103,'45.71445023320951','6.4812469482421875'),(213725,73,46,100,'45.71546903341931','6.4743804931640625'),(213724,73,46,99,'45.71498960034012','6.472492218017578'),(213723,73,46,98,'45.71516938822683','6.470861434936523'),(213722,73,46,97,'45.7176863579072','6.465110778808594'),(213721,73,46,96,'45.716547742808686','6.461763381958008'),(213720,73,46,95,'45.717985989603335','6.45747184753418'),(213719,73,46,94,'45.71828561969278','6.453094482421875'),(213718,73,46,93,'45.71816576784979','6.4510345458984375'),(213717,73,46,92,'45.7187050991187','6.448202133178711'),(213716,73,46,91,'45.717087089694786','6.4469146728515625'),(213715,73,46,90,'45.71570874841645','6.444683074951172'),(213713,73,46,88,'45.71415058255422','6.442365646362305'),(213714,73,46,89,'45.71421051281379','6.443653106689453'),(213712,73,46,87,'45.711273854513905','6.438589096069336'),(213711,73,46,86,'45.70713829853578','6.434040069580078'),(213710,73,46,85,'45.705460014629985','6.431722640991211'),(213709,73,46,84,'45.702942494295996','6.430606842041016'),(213708,73,46,83,'45.69946573221641','6.428203582763672'),(213707,73,46,82,'45.69431013531553','6.42425537109375'),(213706,73,46,81,'45.689993456066205','6.419620513916016'),(213705,73,46,80,'45.689393890930994','6.415157318115234'),(213704,73,46,79,'45.690353192062354','6.411895751953125'),(213702,73,46,77,'45.690353192062354','6.406574249267578'),(213703,73,46,78,'45.69107265711359','6.409149169921875'),(213701,73,46,76,'45.6873553213975','6.404170989990234'),(213700,73,46,75,'45.68435729005792','6.400566101074219'),(213699,73,46,74,'45.68159895931724','6.397304534912109'),(213698,73,46,73,'45.67680153845496','6.394901275634766'),(213697,73,46,72,'45.67728129905106','6.393871307373047'),(213696,73,46,71,'45.6637264789677','6.387519836425781'),(213695,73,46,70,'45.66228683623456','6.385459899902344'),(213694,73,46,69,'45.6565278950994','6.3713836669921875'),(213693,73,46,68,'45.65484809235974','6.363315582275391'),(213692,73,46,67,'45.65160833049305','6.350612640380859'),(213691,73,46,66,'45.64992838018562','6.343402862548828'),(213690,73,46,65,'45.64968838317117','6.338596343994141'),(213689,73,46,64,'45.64632831699196','6.334648132324219'),(213688,73,46,63,'45.6368470436873','6.332073211669922'),(213687,73,46,62,'45.62832453032085','6.327610015869141'),(213686,73,46,61,'45.624362920967556','6.323146820068359'),(213685,73,46,60,'45.61799975033449','6.329154968261719'),(213684,73,46,59,'45.61643886233895','6.326923370361328'),(213683,73,46,58,'45.615238149699664','6.319541931152344'),(213682,73,46,57,'45.61199609715489','6.316280364990234'),(213681,73,46,56,'45.60671235068472','6.310787200927734'),(213680,73,46,55,'45.60479086492599','6.308555603027344'),(213679,73,46,54,'45.60431048320247','6.306495666503906'),(213678,73,46,53,'45.60190851288167','6.303749084472656'),(213677,73,46,52,'45.600707489156775','6.298942565917969'),(213676,73,46,51,'45.59482210127054','6.287956237792969'),(213675,73,46,50,'45.589056224816716','6.281261444091797'),(213674,73,46,49,'45.57307684756046','6.265296936035156'),(213673,73,46,48,'45.57079370812673','6.2601470947265625'),(213672,73,46,47,'45.56875082048632','6.255512237548828'),(213671,73,46,46,'45.56322263432877','6.251049041748047'),(213670,73,46,45,'45.55793429502544','6.251735687255859'),(213669,73,46,44,'45.556131338312355','6.2560272216796875'),(213668,73,46,43,'45.558294879426235','6.262550354003906'),(213667,73,46,42,'45.559136234029395','6.267528533935547'),(213666,73,46,41,'45.55937661874495','6.271648406982422'),(213665,73,46,40,'45.558775655027816','6.280231475830078'),(213664,73,46,39,'45.55661213242548','6.286411285400391'),(205076,72,45,5,'45.05715260921241','6.039819717407227'),(205075,72,45,4,'45.058789619859695','6.038875579833984'),(205074,72,45,3,'45.058971507038656','6.037158966064453'),(205073,72,45,2,'45.05612187476106','6.033897399902344'),(205072,72,45,1,'45.05466668861166','6.031322479248047'),(205071,72,45,0,'45.05527302067409','6.029949188232422'),(236479,83,51,172,'37.89151819601413','-4.780683517456055'),(236478,83,51,171,'37.889418367596576','-4.785103797912598'),(236477,83,51,170,'37.8863701230072','-4.784374237060547'),(236476,83,51,169,'37.88074747418588','-4.785146713256836'),(236475,83,51,168,'37.88027325525864','-4.786005020141602'),(228516,76,49,298,'48.87431251581011','2.293224334716797'),(228515,76,49,297,'48.866295694987045','2.32086181640625'),(228514,76,49,296,'48.86494061245833','2.317943572998047'),(228513,76,49,295,'48.864601836092774','2.303009033203125'),(228512,76,49,294,'48.86256912973889','2.2942543029785156'),(228511,76,49,293,'48.85895522569791','2.289447784423828'),(228510,76,49,292,'48.840542852103084','2.2655868530273437'),(228509,76,49,291,'48.83398957668602','2.2436141967773437'),(228508,76,49,290,'48.84042987185907','2.2291946411132812'),(228507,76,49,289,'48.840542852103084','2.224903106689453'),(223732,75,48,141,'46.6673446844429','4.354190826416016'),(223731,75,48,140,'46.67111414362431','4.358482360839844'),(223730,75,48,139,'46.67553114406939','4.361743927001953'),(223729,75,48,138,'46.67971223852038','4.365348815917969'),(223728,75,48,137,'46.682715360228904','4.362001419067383'),(223727,75,48,136,'46.68689589877247','4.358654022216797'),(223726,75,48,135,'46.69031074651063','4.35633659362793'),(223725,75,48,134,'46.69201808942093','4.35032844543457'),(223724,75,48,133,'46.69231245343324','4.344234466552734'),(223723,75,48,132,'46.69337215059305','4.3430328369140625'),(223722,75,48,131,'46.6967865888863','4.336423873901367'),(223721,75,48,130,'46.6965511173143','4.332647323608398'),(223720,75,48,129,'46.699317843435814','4.324235916137695'),(223719,75,48,128,'46.70037740313124','4.312906265258789'),(223718,75,48,127,'46.70261418309479','4.310503005981445'),(223717,75,48,126,'46.70273190578903','4.308099746704102'),(223716,75,48,125,'46.703555957461134','4.306640625'),(223715,75,48,124,'46.703497097044554','4.303722381591797'),(223714,75,48,123,'46.70279076703991','4.300289154052734'),(223713,75,48,122,'46.705204023070586','4.296083450317383'),(223712,75,48,121,'46.704792011385074','4.293422698974609'),(223711,75,48,120,'46.70644003925989','4.291191101074219'),(223710,75,48,119,'46.70644003925989','4.2881011962890625'),(223709,75,48,118,'46.7076171712239','4.287328720092773'),(223708,75,48,117,'46.70897084124839','4.285011291503906'),(223707,75,48,116,'46.7130316476338','4.281492233276367'),(223706,75,48,115,'46.71450287889118','4.279260635375977'),(223705,75,48,114,'46.7181513593344','4.267587661743164'),(223704,75,48,113,'46.719622451015404','4.266386032104492'),(223703,75,48,112,'46.72274103273452','4.277801513671875'),(223702,75,48,111,'46.72938948245487','4.285526275634766'),(223701,75,48,110,'46.72944831463533','4.288959503173828'),(223700,75,48,109,'46.72809515824956','4.291877746582031'),(223699,75,48,108,'46.729977801371696','4.32586669921875'),(223698,75,48,107,'46.73115441995398','4.3279266357421875'),(223697,75,48,106,'46.73362523542616','4.3402862548828125'),(223696,75,48,105,'46.74156637562437','4.360198974609375'),(223695,75,48,104,'46.743036828802694','4.358739852905273'),(223694,75,48,103,'46.749388725669824','4.358396530151367'),(223693,75,48,102,'46.761972680830375','4.358310699462891'),(223692,75,48,101,'46.76761686478674','4.36182975769043'),(223691,75,48,100,'46.76832234620154','4.364404678344727'),(223690,75,48,99,'46.768792662011464','4.368782043457031'),(223689,75,48,98,'46.77026237244905','4.371271133422852'),(223688,75,48,97,'46.771732042783086','4.372730255126953'),(223687,75,48,96,'46.7734955942474','4.374704360961914'),(223686,75,48,95,'46.77549421609519','4.374103546142578'),(223685,75,48,94,'46.77625837543459','4.376163482666016'),(223684,75,48,93,'46.77661106070305','4.379940032958984'),(223683,75,48,92,'46.77731642431021','4.381313323974609'),(223682,75,48,91,'46.77661106070305','4.383716583251953'),(223681,75,48,90,'46.77584690636852','4.386119842529297'),(223680,75,48,89,'46.77520030576954','4.384403228759766'),(223679,75,48,88,'46.77437734832378','4.384918212890625'),(223678,75,48,87,'46.772966534871735','4.386205673217773'),(223677,75,48,86,'46.77214354329005','4.384832382202148'),(223676,75,48,85,'46.771085392776854','4.386205673217773'),(223675,75,48,84,'46.77114417946189','4.387493133544922'),(223674,75,48,83,'46.767910816499146','4.388179779052734'),(223673,75,48,82,'46.76620587423741','4.387235641479492'),(223672,75,48,81,'46.761796290553','4.39453125'),(223671,75,48,80,'46.756504313692496','4.397192001342773'),(223670,75,48,79,'46.75550465970302','4.395475387573242'),(223669,75,48,78,'46.75332887809298','4.395647048950195'),(223668,75,48,77,'46.75050611158789','4.392986297607422'),(223667,75,48,76,'46.748388939686485','4.391956329345703'),(223666,75,48,75,'46.74721269714014','4.390068054199219'),(223665,75,48,74,'46.7442131624691','4.391956329345703'),(223664,75,48,73,'46.73656653482424','4.393157958984375'),(223663,75,48,72,'46.733331096662894','4.394445419311523'),(223662,75,48,71,'46.72891882270109','4.39453125'),(223661,75,48,70,'46.72415316138763','4.39453125'),(223660,75,48,69,'46.721093502588545','4.396419525146484'),(223659,75,48,68,'46.71591522316438','4.39702033996582'),(223658,75,48,67,'46.711854633749816','4.395046234130859'),(223657,75,48,66,'46.712207740610296','4.398651123046875'),(223656,75,48,65,'46.71126611718177','4.4020843505859375'),(223655,75,48,64,'46.711501524579084','4.405345916748047'),(223654,75,48,63,'46.712207740610296','4.407062530517578'),(223653,75,48,62,'46.71362014494974','4.407920837402344'),(223652,75,48,61,'46.71409093818204','4.410495758056641'),(223651,75,48,60,'46.71161922789268','4.413928985595703'),(223650,75,48,59,'46.70961823665083','4.418048858642578'),(223649,75,48,58,'46.712796246910536','4.422855377197266'),(223648,75,48,57,'46.73303695629535','4.440879821777344'),(223647,75,48,56,'46.72915415309135','4.459419250488281'),(223646,75,48,55,'46.7276244872016','4.4611358642578125'),(223645,75,48,54,'46.725741761939965','4.479503631591797'),(223644,75,48,53,'46.727506818797906','4.481563568115234'),(223643,75,48,52,'46.732213354731556','4.480190277099609'),(223642,75,48,51,'46.73421350813988','4.480876922607422'),(223641,75,48,50,'46.73586063759957','4.479331970214844'),(223640,75,48,49,'46.73997824114468','4.474525451660156'),(223639,75,48,48,'46.74932991524297','4.469203948974609'),(223638,75,48,47,'46.749800396861026','4.470405578613281'),(223637,75,48,46,'46.751447050183316','4.472465515136719'),(223636,75,48,45,'46.7549166192819','4.475898742675781'),(223635,75,48,44,'46.75662191882498','4.478473663330078'),(223634,75,48,43,'46.75832716440317','4.480447769165039'),(223633,75,48,42,'46.75920916680286','4.478216171264648'),(223632,75,48,41,'46.76067913871875','4.4762420654296875'),(223631,75,48,40,'46.76161989969814','4.476499557495117'),(223630,75,48,39,'46.76408931911381','4.467315673828125'),(223629,75,48,38,'46.76379534654737','4.463367462158203'),(223628,75,48,37,'46.765147607070574','4.458990097045898'),(223627,75,48,36,'46.76591191322092','4.460620880126953'),(223626,75,48,35,'46.765970705552554','4.461650848388672'),(223625,75,48,34,'46.76785202628501','4.4652557373046875'),(223624,75,48,33,'46.76885145119896','4.466114044189453'),(223623,75,48,32,'46.770615096986646','4.471092224121094'),(223622,75,48,31,'46.77425978194773','4.472208023071289'),(223621,75,48,30,'46.78049044620108','4.47718620300293'),(223620,75,48,29,'46.78613268980293','4.484052658081055'),(223619,75,48,28,'46.78701423694945','4.482336044311523'),(223618,75,48,27,'46.788072074468744','4.483022689819336'),(223617,75,48,26,'46.78989385702005','4.480447769165039'),(223616,75,48,25,'46.79083410775995','4.481220245361328'),(223615,75,48,24,'46.79224445307165','4.482936859130859'),(223614,75,48,23,'46.793008374684376','4.483451843261719'),(223613,75,48,22,'46.793831047371384','4.484653472900391'),(223612,75,48,21,'46.794653707482524','4.483623504638672'),(223611,75,48,20,'46.79571139486098','4.481306076049805'),(223610,75,48,19,'46.799765670562884','4.47967529296875'),(223609,75,48,18,'46.801410796759626','4.476327896118164'),(223608,75,48,17,'46.80176331725732','4.474010467529297'),(223607,75,48,16,'46.802820864891586','4.471778869628906'),(223606,75,48,15,'46.80317337615007','4.469804763793945'),(223605,75,48,14,'46.80440714736511','4.465341567993164'),(223604,75,48,13,'46.80481839814902','4.459505081176758'),(223603,75,48,12,'46.80552339217852','4.459075927734375'),(223602,75,48,11,'46.80258585610271','4.449377059936523'),(223601,75,48,10,'46.80587588572859','4.433584213256836'),(223600,75,48,9,'46.807344583991615','4.432382583618164'),(223599,75,48,8,'46.80663961382989','4.428434371948242'),(223598,75,48,7,'46.80616962858921','4.423456192016602'),(223597,75,48,6,'46.80628712528435','4.417791366577148'),(223596,75,48,5,'46.803878391737626','4.413156509399414'),(223595,75,48,4,'46.80146955033631','4.412727355957031'),(223594,75,48,3,'46.79935438115391','4.415473937988281'),(223593,75,48,2,'46.797767949697686','4.412555694580078'),(223592,75,48,1,'46.79430114040337','4.411611557006836'),(223591,75,48,0,'46.792479507030485','4.41624641418457'),(228505,76,49,287,'48.85534106071708','2.226276397705078'),(228506,76,49,288,'48.84743416507783','2.2279930114746093'),(228504,76,49,286,'48.866295694987045','2.231426239013672'),(228503,76,49,285,'48.8712640169951','2.2415542602539062'),(228502,76,49,284,'48.88131206934424','2.2518539428710937'),(228501,76,49,283,'48.88966509303928','2.260265350341797'),(228500,76,49,282,'48.89886309248671','2.2791481018066406'),(228499,76,49,281,'48.9024741142555','2.274599075317383'),(228498,76,49,280,'48.90332040974438','2.2679901123046875'),(228497,76,49,279,'48.90140211939676','2.2603511810302734'),(228496,76,49,278,'48.90219201257454','2.259063720703125'),(228495,76,49,277,'48.90552071094736','2.2554588317871093'),(228494,76,49,276,'48.90710035463207','2.239408493041992'),(228493,76,49,275,'48.90332040974438','2.2289371490478515'),(228492,76,49,274,'48.89824242184657','2.219839096069336'),(228491,76,49,273,'48.895816089940624','2.2162342071533203'),(228490,76,49,272,'48.89141453613885','2.207822799682617'),(228489,76,49,271,'48.886448215330205','2.201385498046875'),(228488,76,49,270,'48.87990094786384','2.2073936462402343'),(228486,76,49,268,'48.87792531090653','2.216062545776367'),(228487,76,49,269,'48.87882846891227','2.2106552124023437'),(228483,76,49,265,'48.87397380289261','2.2216415405273437'),(228485,76,49,267,'48.87555444355432','2.217864990234375'),(228484,76,49,266,'48.87561089408286','2.2193241119384765'),(228482,76,49,264,'48.8719414772291','2.2212982177734375'),(228481,76,49,263,'48.87109465050329','2.2244739532470703'),(228480,76,49,262,'48.86861054275508','2.223958969116211'),(228479,76,49,261,'48.868271791233965','2.222757339477539'),(228478,76,49,260,'48.863077314067475','2.218294143676758'),(228477,76,49,259,'48.861552745601394','2.2159767150878906'),(228476,76,49,258,'48.85946344672082','2.213916778564453'),(228475,76,49,257,'48.85923757134769','2.212800979614258'),(228474,76,49,256,'48.857487002645485','2.21099853515625'),(228473,76,49,255,'48.85121833521817','2.213315963745117'),(228472,76,49,254,'48.846756373063506','2.2142601013183593'),(228471,76,49,253,'48.84449700009082','2.211427688598633'),(228470,76,49,252,'48.84444051446046','2.207307815551758'),(228469,76,49,251,'48.84235050134806','2.2067928314208984'),(228468,76,49,250,'48.8398649668164','2.1918582916259765'),(228467,76,49,249,'48.83850916871952','2.1860218048095703'),(228466,76,49,248,'48.838113720695176','2.1765804290771484'),(228465,76,49,247,'48.83839618388828','2.1714305877685547'),(228464,76,49,246,'48.837887748993864','2.169027328491211'),(228463,76,49,245,'48.83195562723763','2.1718597412109375'),(228462,76,49,244,'48.831503627257675','2.1741771697998047'),(228461,76,49,243,'48.830119351952725','2.174520492553711'),(228460,76,49,242,'48.83023235545201','2.176966667175293'),(228459,76,49,241,'48.83051486308523','2.1793699264526367'),(228457,76,49,239,'48.82720942407081','2.1851205825805664'),(228458,76,49,240,'48.828056993323116','2.184262275695801'),(228456,76,49,238,'48.826926897800945','2.1888113021850586'),(228455,76,49,237,'48.82622057515734','2.192201614379883'),(228454,76,49,236,'48.82565550987445','2.20674991607666'),(228453,76,49,235,'48.82379074923428','2.209024429321289'),(228452,76,49,234,'48.82438408969174','2.211599349975586'),(228451,76,49,233,'48.824242818791404','2.2124147415161133'),(228450,76,49,232,'48.82339518502666','2.210569381713867'),(228449,76,49,231,'48.821897663672715','2.205977439880371'),(228447,76,49,229,'48.81977845322062','2.1996688842773437'),(228448,76,49,230,'48.821191270144524','2.202157974243164'),(228446,76,49,228,'48.81972193971534','2.199583053588867'),(228445,76,49,227,'48.81590713080017','2.194089889526367'),(228444,76,49,226,'48.81279855332752','2.1919870376586914'),(228443,76,49,225,'48.81059417250313','2.191343307495117'),(228442,76,49,224,'48.80875711444759','2.1875667572021484'),(228441,76,49,223,'48.80737221080483','2.1878671646118164'),(228440,76,49,222,'48.801662612342525','2.188124656677246'),(228439,76,49,221,'48.799316400791525','2.185378074645996'),(228438,76,49,220,'48.796348144602724','2.182159423828125'),(228437,76,49,219,'48.79518906355186','2.1805715560913086'),(228436,76,49,218,'48.7931252675858','2.1793699264526367'),(228435,76,49,217,'48.79080692977699','2.180185317993164'),(228434,76,49,216,'48.78874295354592','2.1794986724853515'),(228433,76,49,215,'48.78840366165673','2.1799278259277343'),(228432,76,49,214,'48.78766852135989','2.1791553497314453'),(228431,76,49,213,'48.785349931415816','2.1794557571411133'),(228430,76,49,212,'48.784416810109846','2.177910804748535'),(228429,76,49,211,'48.78218290377259','2.173447608947754'),(228428,76,49,210,'48.78156078557294','2.1711301803588867'),(228427,76,49,209,'48.78147595067553','2.170228958129883'),(228426,76,49,208,'48.780514478483425','2.1697998046875'),(228425,76,49,207,'48.7802882470557','2.169070243835449'),(228424,76,49,206,'48.77876115824779','2.1692419052124023'),(228423,76,49,205,'48.77680981049482','2.1712160110473633'),(228422,76,49,204,'48.77525433404264','2.1710872650146484'),(228421,76,49,203,'48.77409476569541','2.1727609634399414'),(228420,76,49,202,'48.77290688742242','2.1726322174072265'),(228419,76,49,201,'48.77183211619552','2.1732330322265625'),(228418,76,49,200,'48.7711815855917','2.1738338470458984'),(228417,76,49,199,'48.76790052018067','2.1716880798339843'),(228416,76,49,198,'48.76693878796494','2.170743942260742'),(228415,76,49,197,'48.76620333325431','2.169928550720215'),(228414,76,49,196,'48.76487383009747','2.168855667114258'),(228413,76,49,195,'48.7645060889677','2.168126106262207'),(228412,76,49,194,'48.763657445314145','2.167825698852539'),(228411,76,49,193,'48.763487714862606','2.1672677993774414'),(228410,76,49,192,'48.762780498473575','2.167825698852539'),(228409,76,49,191,'48.76133774616051','2.1728038787841797'),(228408,76,49,190,'48.760743659632745','2.1753787994384765'),(228407,76,49,189,'48.75952717481762','2.176194190979004'),(228406,76,49,188,'48.75848040848753','2.1753787994384765'),(228405,76,49,187,'48.757942871354686','2.173619270324707'),(228404,76,49,186,'48.75437800586312','2.1701860427856445'),(228403,76,49,185,'48.750360155841626','2.1667098999023437'),(228402,76,49,184,'48.74951127317679','2.1656370162963867'),(228401,76,49,183,'48.74577601907767','2.165250778198242'),(228400,76,49,182,'48.73895563438706','2.1643495559692383'),(228399,76,49,181,'48.734908246614296','2.1639633178710937'),(228398,76,49,180,'48.732672137405636','2.163405418395996'),(228397,76,49,179,'48.729954706278065','2.16280460357666'),(228396,76,49,178,'48.72783161101971','2.160787582397461'),(228395,76,49,177,'48.72446278259106','2.1575260162353515'),(228394,76,49,176,'48.72369839515037','2.157011032104492'),(228393,76,49,175,'48.72324541933301','2.1561527252197265'),(228392,76,49,174,'48.71868712309731','2.151174545288086'),(228391,76,49,173,'48.714468207587224','2.146754264831543'),(228390,76,49,172,'48.71347713584791','2.1467113494873047'),(228389,76,49,171,'48.713392185933266','2.145981788635254'),(228388,76,49,170,'48.70917282636422','2.141432762145996'),(228387,76,49,169,'48.70585938997357','2.1379566192626953'),(228386,76,49,168,'48.70585938997357','2.1364545822143554'),(228385,76,49,167,'48.70602931509574','2.1358108520507812'),(228384,76,49,166,'48.708209969901155','2.134265899658203'),(228383,76,49,165,'48.70710549421217','2.1335792541503906'),(228382,76,49,164,'48.70631252235768','2.1326351165771484'),(228381,76,49,163,'48.70308386509207','2.1323776245117187'),(228380,76,49,162,'48.70234747565601','2.1352100372314453'),(228379,76,49,161,'48.702517412636006','2.136411666870117'),(228378,76,49,160,'48.70302722013335','2.1382999420166015'),(228377,76,49,159,'48.702857284874675','2.140359878540039'),(228376,76,49,158,'48.702857284874675','2.1425914764404297'),(228375,76,49,157,'48.70240412137975','2.144908905029297'),(228374,76,49,156,'48.70234747565601','2.153921127319336'),(228373,76,49,155,'48.702743994383454','2.1570968627929687'),(228372,76,49,154,'48.704443324975855','2.166624069213867'),(228371,76,49,153,'48.70506639848371','2.1703147888183593'),(228370,76,49,152,'48.70427339449857','2.1728038787841797'),(228369,76,49,151,'48.703933531822685','2.1790695190429687'),(228368,76,49,150,'48.703367088929404','2.1826744079589843'),(228367,76,49,149,'48.70348037801808','2.185077667236328'),(228365,76,49,147,'48.70200759997471','2.1860218048095703'),(228366,76,49,148,'48.703706955430405','2.1869659423828125'),(228364,76,49,146,'48.70212089212349','2.187051773071289'),(228363,76,49,145,'48.70053477883474','2.1881675720214843'),(228362,76,49,144,'48.70013824270287','2.1886825561523437'),(228361,76,49,143,'48.69872201673061','2.1875667572021484'),(228360,76,49,142,'48.69798556347801','2.1881675720214843'),(228359,76,49,141,'48.696059404032034','2.1922874450683593'),(228358,76,49,140,'48.69662592916659','2.199583053588867'),(228357,76,49,139,'48.69889196595116','2.206277847290039'),(228356,76,49,138,'48.699231862670864','2.2089385986328125'),(228355,76,49,137,'48.69911856401931','2.210054397583008'),(228354,76,49,136,'48.70019489091296','2.212800979614258'),(228353,76,49,135,'48.700024946091396','2.2171783447265625'),(228352,76,49,134,'48.7014411354057','2.2211265563964843'),(228351,76,49,133,'48.70314050998705','2.2222423553466797'),(228350,76,49,132,'48.7039901757614','2.2334861755371093'),(228349,76,49,131,'48.7068222914128','2.238893508911133'),(228348,76,49,130,'48.70948433480477','2.243185043334961'),(228347,76,49,129,'48.71276921550976','2.246103286743164'),(228346,76,49,128,'48.71497789402255','2.2485923767089843'),(228345,76,49,127,'48.71650692234676','2.2484207153320312'),(228344,76,49,126,'48.71684670010771','2.2475624084472656'),(228343,76,49,125,'48.71758287738359','2.2478199005126953'),(228342,76,49,124,'48.7177527629173','2.2467041015625'),(228341,76,49,123,'48.71741299127614','2.2449874877929687'),(228340,76,49,122,'48.717696134469804','2.2424983978271484'),(228339,76,49,121,'48.71786601962103','2.240781784057617'),(228338,76,49,120,'48.718602181979904','2.2401809692382812'),(228337,76,49,119,'48.71979134457102','2.23846435546875'),(228336,76,49,118,'48.720527478753574','2.2367477416992187'),(228335,76,49,117,'48.72154672368245','2.231597900390625'),(228334,76,49,116,'48.72347190775166','2.236490249633789'),(228333,76,49,115,'48.72460433454589','2.2394943237304687'),(228332,76,49,114,'48.72443447215227','2.2430992126464843'),(228331,76,49,113,'48.7229623073754','2.247304916381836'),(228330,76,49,112,'48.722282832175','2.2491073608398437'),(228329,76,49,111,'48.72024435149675','2.254514694213867'),(228328,76,49,110,'48.72058410401367','2.255716323852539'),(228327,76,49,109,'48.7229623073754','2.257518768310547'),(228326,76,49,108,'48.72335866366982','2.259063720703125'),(228325,76,49,107,'48.725000677899885','2.261037826538086'),(228324,76,49,106,'48.72839777852016','2.2650718688964843'),(228323,76,49,105,'48.729586709522195','2.269449234008789'),(228322,76,49,104,'48.73066238477737','2.2722816467285156'),(228321,76,49,103,'48.733832662193734','2.271251678466797'),(228320,76,49,102,'48.73468180970119','2.270650863647461'),(228319,76,49,101,'48.73779522785733','2.2725391387939453'),(228318,76,49,100,'48.738757518095376','2.271852493286133'),(228317,76,49,99,'48.73971978991208','2.2709083557128906'),(228316,76,49,98,'48.74039902951521','2.2711658477783203'),(228315,76,49,97,'48.74039902951521','2.2699642181396484'),(228314,76,49,96,'48.741474473448385','2.269105911254883'),(228313,76,49,95,'48.74407808452053','2.266702651977539'),(228312,76,49,94,'48.74775687022383','2.2634410858154297'),(228311,76,49,93,'48.7473041111314','2.2617244720458984'),(228310,76,49,92,'48.750077196546826','2.2577762603759765'),(228309,76,49,91,'48.75041674750937','2.2583770751953125'),(228308,76,49,90,'48.75200128832865','2.2576045989990234'),(228307,76,49,89,'48.75234082628865','2.2560596466064453'),(228306,76,49,88,'48.752623772835896','2.2552013397216797'),(228305,76,49,87,'48.756188762805515','2.252969741821289'),(228304,76,49,86,'48.75879161156693','2.251768112182617'),(228303,76,49,85,'48.761677221021486','2.2504806518554687'),(228302,76,49,84,'48.7631482522387','2.2473907470703125'),(228301,76,49,83,'48.765807314718025','2.244901657104492'),(228300,76,49,82,'48.76546786777273','2.242155075073242'),(228299,76,49,81,'48.7646758159776','2.2399234771728515'),(228298,76,49,80,'48.76625990707601','2.23846435546875'),(228296,76,49,78,'48.77005020794422','2.2394943237304687'),(228297,76,49,79,'48.76835309367356','2.2373485565185547'),(228295,76,49,77,'48.77270890497777','2.241811752319336'),(228294,76,49,76,'48.77219980367804','2.2432708740234375'),(228293,76,49,75,'48.7725392051181','2.2449874877929687'),(228292,76,49,74,'48.77412304816885','2.2446441650390625'),(228291,76,49,73,'48.777007776767704','2.245931625366211'),(228290,76,49,72,'48.779043955976626','2.2464466094970703'),(228289,76,49,71,'48.78283329182729','2.2485923767089843'),(228288,76,49,70,'48.78537820754818','2.251596450805664'),(228287,76,49,69,'48.78679199385324','2.253141403198242'),(228286,76,49,68,'48.797196235722','2.2525405883789062'),(228285,76,49,67,'48.80098420100443','2.25494384765625'),(228284,76,49,66,'48.80522412132227','2.2588062286376953'),(228283,76,49,65,'48.811442022751365','2.2580337524414062'),(228282,76,49,64,'48.8152854307257','2.2573471069335937'),(228281,76,49,63,'48.81568105893788','2.253570556640625'),(228280,76,49,62,'48.81715050781916','2.253570556640625'),(228279,76,49,61,'48.81743308920427','2.255887985229492'),(228278,76,49,60,'48.81873294305852','2.2579479217529297'),(228277,76,49,59,'48.81980670994938','2.260608673095703'),(228276,76,49,58,'48.81975019647596','2.2630977630615234'),(228275,76,49,57,'48.819298086394696','2.2640419006347656'),(228274,76,49,56,'48.81975019647596','2.266874313354492'),(228273,76,49,55,'48.81941111429733','2.2691917419433593'),(228272,76,49,54,'48.818789457678875','2.2711658477783203'),(228271,76,49,53,'48.81754612131229','2.273740768432617'),(228270,76,49,52,'48.81658534027001','2.2748565673828125'),(228269,76,49,51,'48.817320056841375','2.276144027709961'),(228268,76,49,50,'48.817320056841375','2.2768306732177734'),(228267,76,49,49,'48.817885216107115','2.277688980102539'),(228266,76,49,48,'48.81884597223549','2.279062271118164'),(228265,76,49,47,'48.8207109168586','2.2829246520996093'),(228264,76,49,46,'48.820993478172554','2.283611297607422'),(228263,76,49,45,'48.821502084523495','2.284212112426758'),(228262,76,49,44,'48.82212370749906','2.2854137420654297'),(228261,76,49,43,'48.82212370749906','2.286357879638672'),(228260,76,49,42,'48.82065440440466','2.2850704193115234'),(228259,76,49,41,'48.81963716933795','2.2861862182617187'),(228258,76,49,40,'48.81856339881515','2.2848129272460937'),(228257,76,49,39,'48.816924441564105','2.281036376953125'),(228256,76,49,38,'48.81607668402782','2.2794055938720703'),(228255,76,49,37,'48.814324606354575','2.278289794921875'),(228254,76,49,36,'48.8114985455915','2.2806930541992187'),(228253,76,49,35,'48.810085455472375','2.2826671600341797'),(228252,76,49,34,'48.807767901462846','2.284727096557617'),(228251,76,49,33,'48.80595900439478','2.2866153717041015'),(228250,76,49,32,'48.803810854376316','2.288331985473633'),(228249,76,49,31,'48.8001927095123','2.2826671600341797'),(228248,76,49,30,'48.79369069958176','2.271852493286133'),(228247,76,49,29,'48.7871312966398','2.2554588317871093'),(228246,76,49,28,'48.78566096799559','2.253398895263672'),(228245,76,49,27,'48.78170217674997','2.2533130645751953'),(228244,76,49,26,'48.77779963405229','2.250652313232422'),(228243,76,49,25,'48.7725392051181','2.2491931915283203'),(228242,76,49,24,'48.77078560631491','2.247648239135742'),(228241,76,49,23,'48.770219916216526','2.249021530151367'),(228240,76,49,22,'48.76597703733026','2.255716323852539'),(228239,76,49,21,'48.76371402200384','2.272024154663086'),(228238,76,49,20,'48.761960114986245','2.2710800170898437'),(228237,76,49,19,'48.759470593411514','2.270822525024414'),(228236,76,49,18,'48.757603371254426','2.269277572631836'),(228235,76,49,17,'48.75709411680183','2.270650863647461'),(228234,76,49,16,'48.75466094093761','2.2746849060058593'),(228233,76,49,15,'48.75149197708636','2.2777748107910156'),(228232,76,49,14,'48.74945468048924','2.278461456298828'),(228231,76,49,13,'48.74832281335284','2.280263900756836'),(228230,76,49,12,'48.74238009259731','2.285928726196289'),(228229,76,49,11,'48.74362529228349','2.2890186309814453'),(228228,76,49,10,'48.744474274381595','2.2917652130126953'),(228227,76,49,9,'48.74509685213873','2.295713424682617'),(228226,76,49,8,'48.74617219555335','2.2960567474365234'),(228225,76,49,7,'48.747813464823565','2.2992324829101562'),(228224,76,49,6,'48.74900193669413','2.302236557006836'),(228223,76,49,5,'48.74894534343293','2.3046398162841797'),(228222,76,49,4,'48.75126561487703','2.304553985595703'),(228221,76,49,3,'48.75234082628865','2.3011207580566406'),(228220,76,49,2,'48.75273695100859','2.3005199432373047'),(228219,76,49,1,'48.75432141865701','2.300691604614258'),(228218,76,49,0,'48.754717527761294','2.2970008850097656'),(213663,73,46,38,'45.55108275176063','6.293621063232422'),(213662,73,46,37,'45.54386969851347','6.295509338378906'),(213661,73,46,36,'45.53894024645431','6.301860809326172'),(213660,73,46,35,'45.531725635134826','6.3082122802734375'),(213659,73,46,34,'45.52571275198494','6.309757232666016'),(213658,73,46,33,'45.5124821464813','6.308383941650391'),(213657,73,46,32,'45.501053210824196','6.299285888671875'),(213656,73,46,31,'45.49431506693786','6.297397613525391'),(213655,73,46,30,'45.48926092988001','6.294994354248047'),(213654,73,46,29,'45.47650323381732','6.288471221923828'),(213653,73,46,28,'45.471567878440865','6.288299560546875'),(213652,73,46,27,'45.4577225021236','6.292076110839844'),(213651,73,46,26,'45.45194255658851','6.2896728515625'),(213650,73,46,25,'45.444355479047836','6.287269592285156'),(213649,73,46,24,'45.43700828867389','6.282463073730469'),(213648,73,46,23,'45.43170808198972','6.278171539306641'),(213647,73,46,22,'45.427371178989105','6.2752532958984375'),(213646,73,46,21,'45.42303394275453','6.270961761474609'),(213645,73,46,20,'45.418575880487644','6.272850036621094'),(213644,73,46,19,'45.40953818785395','6.2711334228515625'),(213643,73,46,18,'45.40049904887923','6.272678375244141'),(213642,73,46,17,'45.395074871248035','6.274394989013672'),(213641,73,46,16,'45.38651566546057','6.274909973144531'),(213640,73,46,15,'45.37554352048219','6.281948089599609'),(213639,73,46,14,'45.367704970413115','6.2862396240234375'),(213637,73,46,12,'45.353472210949846','6.290016174316406'),(213638,73,46,13,'45.36010656974229','6.285896301269531'),(213636,73,46,11,'45.35045633618305','6.294307708740234'),(213635,73,46,10,'45.341407747628125','6.308040618896484'),(213634,73,46,9,'45.33452985298364','6.3123321533203125'),(213633,73,46,8,'45.32475456556552','6.318168640136719'),(213632,73,46,7,'45.32004734399725','6.3205718994140625'),(213631,73,46,6,'45.31256326358576','6.336193084716797'),(213630,73,46,5,'45.30966593483411','6.339969635009766'),(213629,73,46,4,'45.30278418544435','6.349067687988281'),(213628,73,46,3,'45.29940337097668','6.3549041748046875'),(213627,73,46,2,'45.29288265948186','6.357135772705078'),(213626,73,46,1,'45.2876897048037','6.354732513427734'),(213625,73,46,0,'45.27778554315248','6.358680725097656'),(221602,74,47,98,'46.17959269136383','6.288814544677734'),(221600,74,47,96,'46.17436267427271','6.309070587158203'),(221599,74,47,95,'46.17079646832833','6.315937042236328'),(221598,74,47,94,'46.16782445339593','6.320915222167969'),(221597,74,47,93,'46.16604116735458','6.325550079345703'),(221596,74,47,92,'46.16711114591678','6.3301849365234375'),(221595,74,47,91,'46.167348916104245','6.338081359863281'),(221594,74,47,90,'46.165446725827095','6.343574523925781'),(221593,74,47,89,'46.16378225537701','6.349067687988281'),(221592,74,47,88,'46.16176104498355','6.354217529296875'),(221591,74,47,87,'46.15902634802249','6.357994079589844'),(221590,74,47,86,'46.15950195725779','6.365718841552734'),(221589,74,47,85,'46.153794375101505','6.3713836669921875'),(221588,74,47,84,'46.150345757336574','6.374988555908203'),(221587,74,47,83,'46.14570762032106','6.387004852294922'),(221586,74,47,82,'46.14570762032106','6.394901275634766'),(221585,74,47,81,'46.14261531185653','6.403999328613281'),(221584,74,47,80,'46.14154485691861','6.409149169921875'),(221583,74,47,79,'46.14225849585642','6.415672302246094'),(221582,74,47,78,'46.142853187905175','6.420135498046875'),(221581,74,47,77,'46.13857126177629','6.430263519287109'),(221580,74,47,76,'46.13845231463026','6.435070037841797'),(221579,74,47,75,'46.1360733177497','6.43798828125'),(221578,74,47,74,'46.134645870286704','6.443824768066406'),(221577,74,47,73,'46.13428900263955','6.4654541015625'),(221576,74,47,72,'46.134883780766714','6.470947265625'),(221575,74,47,71,'46.1366680766055','6.475925445556641'),(221574,74,47,70,'46.13512169021892','6.479358673095703'),(221573,74,47,69,'46.13214774819261','6.483135223388672'),(221572,74,47,68,'46.13036330589103','6.486911773681641'),(221571,74,47,67,'46.12941157969048','6.490516662597656'),(221570,74,47,66,'46.125961434357656','6.497211456298828'),(221569,74,47,65,'46.12643732932024','6.500644683837891'),(221568,74,47,64,'46.128340868057904','6.505279541015625'),(221567,74,47,63,'46.129768478942836','6.508541107177734'),(221566,74,47,62,'46.1295305463649','6.511974334716797'),(221565,74,47,61,'46.13095812641539','6.517982482910156'),(221564,74,47,60,'46.134407958778894','6.519527435302734'),(221563,74,47,59,'46.13369421808858','6.52313232421875'),(221562,74,47,58,'46.13274254944549','6.527252197265625'),(221560,74,47,56,'46.12810292931307','6.536865234375'),(221561,74,47,57,'46.13036330589103','6.5313720703125'),(221559,74,47,55,'46.124771678964294','6.539440155029297'),(221558,74,47,54,'46.12060733273491','6.547508239746094'),(221557,74,47,53,'46.118108573906774','6.552314758300781'),(221556,74,47,52,'46.113110716295026','6.553516387939453'),(221555,74,47,51,'46.11156366850471','6.556434631347656'),(221554,74,47,50,'46.11084963180091','6.560726165771484'),(221553,74,47,49,'46.10894548869913','6.5650177001953125'),(221552,74,47,48,'46.1087074661861','6.572055816650391'),(221551,74,47,47,'46.10727930952327','6.590938568115234'),(221550,74,47,46,'46.10823141807654','6.594371795654297'),(221549,74,47,45,'46.10882647757109','6.599178314208984'),(221548,74,47,44,'46.11037360219252','6.605358123779297'),(221547,74,47,43,'46.11013558584655','6.609649658203125'),(221546,74,47,42,'46.11013558584655','6.6144561767578125'),(221545,74,47,41,'46.11120665130912','6.611194610595703'),(221544,74,47,40,'46.112753709120874','6.607933044433594'),(221543,74,47,39,'46.112634706215594','6.605014801025391'),(221541,74,47,37,'46.11822756499197','6.603126525878906'),(221542,74,47,38,'46.11549070502199','6.603126525878906'),(221540,74,47,36,'46.11965543797168','6.606388092041016'),(221539,74,47,35,'46.12108327394956','6.609821319580078'),(221538,74,47,34,'46.120845303856164','6.612052917480469'),(221537,74,47,33,'46.12191616118237','6.616687774658203'),(221536,74,47,32,'46.122868016888205','6.619091033935547'),(221535,74,47,31,'46.12512860828035','6.62200927734375'),(221534,74,47,30,'46.1279839595552','6.623039245605469'),(221533,74,47,29,'46.131433978209714','6.623039245605469'),(221532,74,47,28,'46.13405108959001','6.626129150390625'),(221531,74,47,27,'46.134883780766714','6.631278991699219'),(221530,74,47,26,'46.13738177875307','6.634025573730469'),(221529,74,47,25,'46.13976071910445','6.637287139892578'),(221528,74,47,24,'46.141663797383956','6.640377044677734'),(221527,74,47,23,'46.14273425000933','6.642951965332031'),(221526,74,47,22,'46.14392361740517','6.6474151611328125'),(221525,74,47,21,'46.14654013523015','6.653079986572266'),(221524,74,47,20,'46.14761049304159','6.656513214111328'),(221523,74,47,19,'46.1489186798803','6.6556549072265625'),(221522,74,47,18,'46.15153496028606','6.658744812011719'),(221521,74,47,17,'46.15296196990855','6.660289764404297'),(221520,74,47,16,'46.15462676770412','6.662006378173828'),(221519,74,47,15,'46.15783730694818','6.666812896728516'),(221518,74,47,14,'46.16021536340248','6.669216156005859'),(221517,74,47,13,'46.16069096236008','6.671619415283203'),(221516,74,47,12,'46.162355526336945','6.673164367675781'),(221515,74,47,11,'46.17174747919073','6.680030822753906'),(221514,74,47,10,'46.174481543821656','6.681575775146484'),(221513,74,47,9,'46.17638342166122','6.681060791015625'),(221512,74,47,8,'46.17852295560812','6.682777404785156'),(221511,74,47,7,'46.18066240630774','6.682605743408203'),(221510,74,47,6,'46.18470336383207','6.682262420654297'),(221509,74,47,5,'46.18684257404102','6.682605743408203'),(221508,74,47,4,'46.190645408866345','6.685523986816406'),(221507,74,47,3,'46.19040773939773','6.688785552978516'),(221506,74,47,2,'46.18494105796622','6.694622039794922'),(221505,74,47,1,'46.18101897333088','6.7009735107421875'),(221504,74,47,0,'46.176740016433456','6.708698272705078'),(236480,83,51,173,'37.892127812401775','-4.78029727935791'),(236474,83,51,167,'37.87465014095669','-4.786348342895508'),(236473,83,51,166,'37.87295634770999','-4.784374237060547'),(236472,83,51,165,'37.876682641446855','-4.780511856079102'),(236471,83,51,164,'37.88034100100661','-4.773902893066406'),(236470,83,51,163,'37.88074747418588','-4.768152236938477'),(236469,83,51,162,'37.876072897188166','-4.766349792480469'),(236468,83,51,161,'37.87268533717655','-4.761629104614258'),(236467,83,51,160,'37.86001448203432','-4.771671295166016'),(236466,83,51,159,'37.85506751416839','-4.780426025390625'),(236465,83,51,158,'37.8553385894982','-4.78428840637207'),(236464,83,51,157,'37.85059462731697','-4.79029655456543'),(236463,83,51,156,'37.82876846980744','-4.792871475219727'),(236462,83,51,155,'37.82503975365425','-4.789094924926758'),(236461,83,51,154,'37.82314142578527','-4.779653549194336'),(236460,83,51,153,'37.81663250239701','-4.765148162841797'),(236459,83,51,152,'37.80395201417224','-4.758968353271484'),(236458,83,51,151,'37.79537280206753','-4.753217697143555'),(236457,83,51,150,'37.784893282306335','-4.749398231506348'),(236456,83,51,149,'37.7745140408613','-4.750771522521973'),(236455,83,51,148,'37.76667776582661','-4.754376411437988'),(236454,83,51,147,'37.75926476740628','-4.755771160125732'),(236453,83,51,146,'37.75101969064931','-4.754419326782227'),(236452,83,51,145,'37.743062150753346','-4.749763011932373'),(236451,83,51,144,'37.73938001441057','-4.747166633605957'),(236450,83,51,143,'37.73440799131392','-4.744699001312256'),(236449,83,51,142,'37.72694084477301','-4.743261337280273'),(236448,83,51,141,'37.71965965194083','-4.743669033050537'),(236447,83,51,140,'37.712513543093536','-4.742317199707031'),(236446,83,51,139,'37.70879593603812','-4.741158485412598'),(236445,83,51,138,'37.701275274864805','-4.7400641441345215'),(236444,83,51,137,'37.69465374516472','-4.741330146789551'),(236443,83,51,136,'37.69029000361911','-4.743003845214844'),(236442,83,51,135,'37.68952589794135','-4.742939472198486'),(236441,83,51,134,'37.68796370183192','-4.740471839904785'),(236440,83,51,133,'37.68225801040534','-4.737038612365723'),(236439,83,51,132,'37.67521019642458','-4.731459617614746'),(236438,83,51,131,'37.67571969940358','-4.727447032928467'),(236437,83,51,130,'37.67307024570764','-4.7246575355529785'),(236436,83,51,129,'37.67203421564945','-4.723992347717285'),(236435,83,51,128,'37.67166056191541','-4.723498821258545'),(236434,83,51,127,'37.66999608151584','-4.723820686340332'),(236433,83,51,126,'37.66880714408784','-4.720816612243652'),(236432,83,51,125,'37.6642890081532','-4.715666770935059'),(236431,83,51,124,'37.663983259695975','-4.714508056640625'),(236429,83,51,122,'37.651276599173606','-4.7069549560546875'),(236430,83,51,123,'37.66248847133173','-4.712705612182617'),(236426,83,51,119,'37.61987435102434','-4.698457717895508'),(236427,83,51,120,'37.6359849542696','-4.701976776123047'),(236428,83,51,121,'37.641694203264265','-4.701204299926758'),(236425,83,51,118,'37.6159311398915','-4.693393707275391'),(236424,83,51,117,'37.607024152087654','-4.68017578125'),(236423,83,51,116,'37.60403225274333','-4.672064781188965'),(236422,83,51,115,'37.60002019884747','-4.671635627746582'),(236421,83,51,114,'37.598184102020205','-4.670476913452148'),(236420,83,51,113,'37.595089836332676','-4.663481712341309'),(236419,83,51,112,'37.58893492539316','-4.66069221496582'),(236418,83,51,111,'37.580942983223','-4.660005569458008'),(236417,83,51,110,'37.576861660552616','-4.658546447753906'),(236416,83,51,109,'37.56726967170569','-4.649662971496582'),(236415,83,51,108,'37.55311753216668','-4.653611183166504'),(236414,83,51,107,'37.541242630124174','-4.651036262512207'),(236413,83,51,106,'37.53845226408086','-4.651894569396973'),(236412,83,51,105,'37.53392620443476','-4.653739929199219'),(236411,83,51,104,'37.529876339272086','-4.654254913330078'),(236410,83,51,103,'37.52436272400496','-4.654383659362793'),(236409,83,51,102,'37.52068675409422','-4.652366638183594'),(236408,83,51,101,'37.5151724596446','-4.653568267822266'),(236407,83,51,100,'37.513130024958315','-4.651336669921875'),(236406,83,51,99,'37.51108753437713','-4.650306701660156'),(236405,83,51,98,'37.50387028668344','-4.638805389404297'),(236404,83,51,97,'37.49079575961762','-4.613742828369141'),(236403,83,51,96,'37.4917491879201','-4.604988098144531'),(236402,83,51,95,'37.486300862269296','-4.598808288574219'),(236401,83,51,94,'37.47894499230831','-4.594001770019531'),(236400,83,51,93,'37.475675484318714','-4.5764923095703125'),(236399,83,51,92,'37.46668359980658','-4.567222595214844'),(236398,83,51,91,'37.46014336804266','-4.559669494628906'),(236397,83,51,90,'37.44569832966899','-4.55108642578125'),(236396,83,51,89,'37.43479456680562','-4.5394134521484375'),(236395,83,51,88,'37.42716098749689','-4.5318603515625'),(236394,83,51,87,'37.41652720483919','-4.510917663574219'),(236393,83,51,86,'37.41516379016069','-4.502677917480469'),(236392,83,51,85,'37.403437399418046','-4.501304626464844'),(236391,83,51,84,'37.39416407012379','-4.505424499511719'),(236390,83,51,83,'37.38461679731727','-4.503364562988281'),(236389,83,51,82,'37.37097572716231','-4.489288330078125'),(236388,83,51,81,'37.360606854608115','-4.4899749755859375'),(236387,83,51,80,'37.34696141830259','-4.490318298339844'),(236386,83,51,79,'37.34150254927215','-4.48516845703125'),(236385,83,51,78,'37.32894564456342','-4.4762420654296875'),(236384,83,51,77,'37.312563918816984','-4.4769287109375'),(236383,83,51,76,'37.29890975321573','-4.4762420654296875'),(236382,83,51,75,'37.29126233755247','-4.472465515136719'),(236381,83,51,74,'37.286072577028555','-4.4762420654296875'),(236380,83,51,73,'37.28497995025375','-4.4803619384765625'),(236379,83,51,72,'37.271320777045204','-4.4899749755859375'),(236378,83,51,71,'37.275145595392566','-4.5133209228515625'),(236377,83,51,70,'37.25492649757629','-4.5284271240234375'),(236376,83,51,69,'37.24235513328303','-4.541473388671875'),(236375,83,51,68,'37.21994010868952','-4.535980224609375'),(236374,83,51,67,'37.19314268101434','-4.5394134521484375'),(236373,83,51,66,'37.175090072219206','-4.5503997802734375'),(236370,83,51,63,'37.069423282276816','-4.56756591796875'),(236371,83,51,64,'37.100645919949095','-4.568939208984375'),(236372,83,51,65,'37.14499280340638','-4.5586395263671875'),(236369,83,51,62,'37.03928398566347','-4.5627593994140625'),(236367,83,51,60,'37.01584926521359','-4.559326171875'),(236368,83,51,61,'37.018316418359035','-4.56207275390625'),(236366,83,51,59,'37.01708285179929','-4.556922912597656'),(236365,83,51,58,'37.019961142620076','-4.554862976074219'),(235999,84,52,73,'37.97945393307615','-4.857373237609863'),(236000,84,52,74,'37.980028993651096','-4.858832359313965'),(236001,84,52,75,'37.981314406877885','-4.859647750854492'),(236002,84,52,76,'37.98080700960956','-4.860334396362305'),(236003,84,52,77,'37.980773183000295','-4.861879348754883'),(236004,84,52,78,'37.97918331477581','-4.862651824951172'),(236005,84,52,79,'37.97894652294444','-4.86419677734375'),(236006,84,52,80,'37.97722130225568','-4.865655899047852'),(236007,84,52,81,'37.97644324828444','-4.865655899047852'),(236008,84,52,82,'37.97600347500009','-4.866085052490234'),(236009,84,52,83,'37.97529306643618','-4.86569881439209'),(236010,84,52,84,'37.97498860351825','-4.866385459899902'),(236011,84,52,85,'37.97441350344982','-4.866857528686523'),(236012,84,52,86,'37.97329711986601','-4.866943359375'),(236013,84,52,87,'37.97289115798956','-4.867372512817383'),(236014,84,52,88,'37.97187624347616','-4.866943359375'),(236015,84,52,89,'37.97048917094869','-4.866943359375'),(236016,84,52,90,'37.970286182526856','-4.868102073669434'),(236017,84,52,91,'37.97258668510888','-4.869604110717773'),(236018,84,52,92,'37.973804569054344','-4.869260787963867'),(236019,84,52,93,'37.974278185131816','-4.86968994140625'),(236020,84,52,94,'37.97556369908082','-4.869861602783203'),(236021,84,52,95,'37.97728895873296','-4.87518310546875'),(236022,84,52,96,'37.977796380324584','-4.8755693435668945'),(236023,84,52,97,'37.97816848726221','-4.87917423248291'),(236300,84,52,374,'38.566153170134534','-6.337394714355469'),(236299,84,52,373,'38.56346871754053','-6.333789825439453'),(236298,84,52,372,'38.56226068115802','-6.329498291015625'),(236297,84,52,371,'38.5513874399816','-6.255168914794922'),(236296,84,52,370,'38.548970940816105','-6.240062713623047'),(236294,84,52,368,'38.546420103589554','-6.234912872314453'),(236295,84,52,369,'38.55017920055073','-6.2381744384765625'),(236293,84,52,367,'38.54064682206034','-6.221866607666016'),(236292,84,52,366,'38.52292129553698','-6.208477020263672'),(236291,84,52,365,'38.51674319208748','-6.200752258300781'),(236290,84,52,364,'38.50881832666144','-6.198863983154297'),(236288,84,52,362,'38.48315727151628','-6.187534332275391'),(236289,84,52,363,'38.50008653288016','-6.193885803222656'),(236287,84,52,361,'38.48409789038673','-6.184787750244141'),(236286,84,52,360,'38.480335341249926','-6.160068511962891'),(236285,84,52,359,'38.452378827799166','-6.108741760253906'),(236284,84,52,358,'38.45493299752707','-6.09466552734375'),(236283,84,52,357,'38.44969013040381','-6.070976257324219'),(236282,84,52,356,'38.44915237890254','-6.063423156738281'),(236281,84,52,355,'38.44243014702187','-6.050205230712891'),(236279,84,52,353,'38.40585023894925','-6.005573272705078'),(236280,84,52,354,'38.43194221507444','-6.042652130126953'),(236278,84,52,352,'38.40006569005315','-6.007633209228516'),(236277,84,52,351,'38.37638457220609','-5.996646881103516'),(236276,84,52,350,'38.36481029679958','-5.932960510253906'),(236275,84,52,349,'38.34906092661403','-5.910987854003906'),(236274,84,52,348,'38.34865705156156','-5.908069610595703'),(236273,84,52,347,'38.33640510467016','-5.897254943847656'),(236272,84,52,346,'38.3347893086762','-5.892791748046875'),(236271,84,52,345,'38.3066417500507','-5.865154266357422'),(236270,84,52,344,'38.28697237898777','-5.834598541259766'),(236269,84,52,343,'38.28050457181877','-5.836658477783203'),(236268,84,52,342,'38.276596659068595','-5.829963684082031'),(236267,84,52,341,'38.27727045213542','-5.827732086181641'),(236266,84,52,340,'38.27524905417724','-5.821380615234375'),(236264,84,52,338,'38.26628684549938','-5.764045715332031'),(236265,84,52,339,'38.27107132007588','-5.79803466796875'),(236263,84,52,337,'38.258806260772125','-5.717182159423828'),(236262,84,52,336,'38.26082811638795','-5.698556900024414'),(236261,84,52,335,'38.26123248075923','-5.683536529541016'),(236260,84,52,334,'38.259951985862585','-5.6792449951171875'),(236259,84,52,333,'38.256245162887296','-5.681819915771484'),(236258,84,52,332,'38.25422317973874','-5.680274963378906'),(236257,84,52,331,'38.248359110444795','-5.675296783447266'),(236256,84,52,330,'38.240337375904566','-5.64396858215332'),(236255,84,52,329,'38.2402699626201','-5.622682571411133'),(236254,84,52,328,'38.23679809396974','-5.600495338439941'),(236253,84,52,327,'38.237505964139245','-5.599465370178223'),(236252,84,52,326,'38.23625875969139','-5.596203804016113'),(236251,84,52,325,'38.23558458621799','-5.590324401855469'),(236250,84,52,324,'38.23433734881452','-5.585432052612305'),(236249,84,52,323,'38.234067673049736','-5.582342147827148'),(236248,84,52,322,'38.23582054764467','-5.576291084289551'),(236247,84,52,321,'38.23700034329277','-5.575261116027832'),(236246,84,52,320,'38.236123925496734','-5.573458671569824'),(236245,84,52,319,'38.23730371622258','-5.571999549865723'),(236244,84,52,318,'38.23885426920745','-5.571956634521484'),(236243,84,52,317,'38.23814641216412','-5.56882381439209'),(236242,84,52,316,'38.23851719528438','-5.5663347244262695'),(236241,84,52,315,'38.239798067878716','-5.565390586853027'),(236240,84,52,314,'38.23821382741753','-5.561914443969727'),(236239,84,52,313,'38.23814641216412','-5.559554100036621'),(236238,84,52,312,'38.237505964139245','-5.559039115905762'),(236237,84,52,311,'38.23598909105208','-5.553460121154785'),(236236,84,52,310,'38.237640795771185','-5.550284385681152'),(236235,84,52,309,'38.23895539107966','-5.535521507263184'),(236234,84,52,308,'38.24023625595446','-5.5336761474609375'),(236233,84,52,307,'38.24037108252336','-5.530457496643066'),(236232,84,52,306,'38.24003401563227','-5.528569221496582'),(236231,84,52,305,'38.2391239272208','-5.525608062744141'),(236230,84,52,304,'38.24070814785176','-5.524492263793945'),(236229,84,52,303,'38.240674441389245','-5.522603988647461'),(236228,84,52,302,'38.24316867740745','-5.518999099731445'),(236227,84,52,301,'38.245123559330914','-5.508012771606445'),(236226,84,52,300,'38.25156081611794','-5.497455596923828'),(236225,84,52,299,'38.25422317973874','-5.495781898498535'),(236224,84,52,298,'38.25877256270184','-5.483465194702148'),(236223,84,52,297,'38.25978349801181','-5.478401184082031'),(236222,84,52,296,'38.25900844886566','-5.476255416870117'),(236221,84,52,295,'38.25974980039479','-5.476040840148926'),(236220,84,52,294,'38.2590758447718','-5.471363067626953'),(236219,84,52,293,'38.26359122806812','-5.448102951049805'),(236218,84,52,292,'38.26338905272826','-5.44072151184082'),(236217,84,52,291,'38.264736877699036','-5.437202453613281'),(236216,84,52,290,'38.27700093565902','-5.424671173095703'),(236215,84,52,289,'38.27693355638358','-5.420808792114258'),(236214,84,52,288,'38.27336236531235','-5.409650802612305'),(236213,84,52,287,'38.28259319754894','-5.382699966430664'),(236212,84,52,286,'38.28158257969905','-5.3784942626953125'),(236211,84,52,285,'38.28286269326612','-5.36707878112793'),(236209,84,52,283,'38.30185961964185','-5.3263092041015625'),(236210,84,52,284,'38.30084927006236','-5.337553024291992'),(236208,84,52,282,'38.29586467286608','-5.289573669433594'),(236207,84,52,281,'38.294450062632755','-5.282020568847656'),(236206,84,52,280,'38.29593203457024','-5.279531478881836'),(236205,84,52,279,'38.30138812492252','-5.280647277832031'),(236204,84,52,278,'38.305227349946676','-5.280818939208984'),(236203,84,52,277,'38.31041334882078','-5.27043342590332'),(236202,84,52,276,'38.306102934215616','-5.258846282958984'),(236201,84,52,275,'38.29896324653248','-5.251636505126953'),(236200,84,52,274,'38.29512368999285','-5.236701965332031'),(236199,84,52,273,'38.277472588836204','-5.201082229614258'),(236198,84,52,272,'38.25395357773462','-5.168981552124023'),(236197,84,52,271,'38.250785679263416','-5.167179107666016'),(236196,84,52,270,'38.23440476759944','-5.167779922485352'),(236195,84,52,269,'38.22917962648449','-5.165162086486816'),(236194,84,52,268,'38.213737983885466','-5.140829086303711'),(236193,84,52,267,'38.21016368691284','-5.146579742431641'),(236192,84,52,266,'38.209893921526685','-5.149755477905273'),(236191,84,52,265,'38.20395883007184','-5.1519012451171875'),(236190,84,52,264,'38.20196911724951','-5.149970054626465'),(236189,84,52,263,'38.199338565983844','-5.149884223937988'),(236188,84,52,262,'38.19616828817561','-5.148811340332031'),(236187,84,52,261,'38.19569610733081','-5.145721435546875'),(236186,84,52,260,'38.18874794950892','-5.132846832275391'),(236185,84,52,259,'38.18834318202004','-5.131044387817383'),(236184,84,52,258,'38.187196328586815','-5.129756927490234'),(236183,84,52,257,'38.18672408957194','-5.126066207885742'),(236182,84,52,256,'38.184497778694556','-5.123662948608398'),(236181,84,52,255,'38.182136465536885','-5.124521255493164'),(236180,84,52,254,'38.18200153104481','-5.122718811035156'),(236179,84,52,253,'38.16621247045231','-5.096883773803711'),(236178,84,52,252,'38.16162355499284','-5.09516716003418'),(236177,84,52,251,'38.1575742720725','-5.099115371704102'),(236176,84,52,250,'38.15487462519843','-5.099029541015625'),(236175,84,52,249,'38.15575202139469','-5.0942230224609375'),(236174,84,52,248,'38.15426719087882','-5.093364715576172'),(236173,84,52,247,'38.15015000269177','-5.090446472167969'),(236172,84,52,246,'38.14940753418616','-5.090188980102539'),(236171,84,52,245,'38.149272539100444','-5.08915901184082'),(236170,84,52,244,'38.14306249508979','-5.087871551513672'),(236169,84,52,243,'38.13718946715969','-5.092334747314453'),(236168,84,52,242,'38.134624088243406','-5.0921630859375'),(236167,84,52,241,'38.12922299575788','-5.096712112426758'),(236166,84,52,240,'38.127872660187506','-5.098857879638672'),(236165,84,52,239,'38.12672485531292','-5.097827911376953'),(236164,84,52,238,'38.12112060765609','-5.0928497314453125'),(236163,84,52,237,'38.11902734457724','-5.089759826660156'),(236162,84,52,236,'38.11895981896268','-5.088472366333008'),(236161,84,52,235,'38.11193681411981','-5.0804901123046875'),(236160,84,52,234,'38.11099135804618','-5.076799392700195'),(236159,84,52,233,'38.10788477335388','-5.073966979980469'),(236158,84,52,232,'38.106939264832576','-5.071392059326172'),(236157,84,52,231,'38.10700680156137','-5.06993293762207'),(236156,84,52,230,'38.10376496815196','-5.065040588378906'),(236155,84,52,229,'38.10329218876097','-5.06443977355957'),(236154,84,52,228,'38.093228016131455','-5.055255889892578'),(236153,84,52,227,'38.091471709750586','-5.0537109375'),(236152,84,52,226,'38.087418533962044','-5.053367614746094'),(236151,84,52,225,'38.08654031625314','-5.052595138549805'),(236150,84,52,224,'38.08549319673511','-5.054311752319336'),(236149,84,52,223,'38.08437850463895','-5.05495548248291'),(236148,84,52,222,'38.08404071579998','-5.053110122680664'),(236147,84,52,221,'38.08208150975885','-5.050749778747559'),(236146,84,52,220,'38.079108821031575','-5.048990249633789'),(236145,84,52,219,'38.07616979406213','-5.043797492980957'),(236144,84,52,218,'38.07502117671012','-5.0434112548828125'),(236143,84,52,217,'38.073906324970274','-5.041308403015137'),(236142,84,52,216,'38.0753252242353','-5.033626556396484'),(236141,84,52,215,'38.07782512263081','-5.025901794433594'),(236140,84,52,214,'38.076541401696126','-5.023369789123535'),(236139,84,52,213,'38.07478469442776','-5.022382736206055'),(236138,84,52,212,'38.07353470394731','-5.019893646240234'),(236137,84,52,211,'38.07140629262351','-5.020322799682617'),(236136,84,52,210,'38.071034658898505','-5.018520355224609'),(236135,84,52,209,'38.07262253524945','-5.017576217651367'),(236134,84,52,208,'38.074007675830636','-5.014400482177734'),(236133,84,52,207,'38.07346713628574','-5.013628005981445'),(236132,84,52,206,'38.07421037713008','-5.013155937194824'),(236131,84,52,205,'38.07461577804365','-5.012040138244629'),(236130,84,52,204,'38.07434551101761','-5.010709762573242'),(236129,84,52,203,'38.07475091118215','-5.007619857788086'),(236128,84,52,202,'38.073568487754684','-5.007920265197754'),(236127,84,52,201,'38.0718454936824','-5.003371238708496'),(236126,84,52,200,'38.07076437863986','-5.001654624938965'),(236125,84,52,199,'38.0680615211268','-4.99629020690918'),(236124,84,52,198,'38.06620324865703','-4.996976852416992'),(236123,84,52,197,'38.066743841880246','-4.993629455566406'),(236122,84,52,196,'38.0656626514393','-4.985861778259277'),(236121,84,52,195,'38.066743841880246','-4.98530387878418'),(236120,84,52,194,'38.065561289016266','-4.981784820556641'),(236119,84,52,193,'38.06451386908861','-4.982471466064453'),(236118,84,52,192,'38.06404083581908','-4.981570243835449'),(236117,84,52,191,'38.06407462401119','-4.980325698852539'),(236116,84,52,190,'38.06292581672628','-4.979424476623535'),(236115,84,52,189,'38.061472887564335','-4.977149963378906'),(236114,84,52,188,'38.061743202151014','-4.9761199951171875'),(236113,84,52,187,'38.0602902495065','-4.9758195877075195'),(236112,84,52,186,'38.05944549633448','-4.975004196166992'),(236111,84,52,185,'38.05947928664861','-4.973502159118652'),(236110,84,52,184,'38.059986139487975','-4.972343444824219'),(236109,84,52,183,'38.060222669611605','-4.971227645874023'),(236108,84,52,182,'38.05917517325987','-4.968094825744629'),(236107,84,52,181,'38.06032403943054','-4.967236518859863'),(236106,84,52,180,'38.060256459566865','-4.966249465942383'),(236105,84,52,179,'38.05917517325987','-4.9658203125'),(236104,84,52,178,'38.05893863975046','-4.964876174926758'),(236103,84,52,177,'38.0575532138423','-4.964790344238281'),(236102,84,52,176,'38.05920896369883','-4.962430000305176'),(236101,84,52,175,'38.05782354290831','-4.962000846862793'),(236100,84,52,174,'38.05576225855872','-4.958996772766113'),(236099,84,52,173,'38.05400505229021','-4.959211349487305'),(236098,84,52,172,'38.0533967787526','-4.956507682800293'),(236097,84,52,171,'38.049544262293324','-4.954533576965332'),(236096,84,52,170,'38.051402957828564','-4.950971603393555'),(236095,84,52,169,'38.050591896489685','-4.949297904968262'),(236094,84,52,168,'38.051267781562814','-4.948568344116211'),(236093,84,52,167,'38.05147054586782','-4.946765899658203'),(236092,84,52,166,'38.04947667247548','-4.946465492248535'),(236091,84,52,165,'38.048665589793806','-4.9434614181518555'),(236090,84,52,164,'38.04930769765786','-4.942731857299805'),(236089,84,52,163,'38.0497470313724','-4.938139915466309'),(236088,84,52,162,'38.048564203826736','-4.937582015991211'),(236087,84,52,161,'38.047719315307454','-4.9359941482543945'),(236086,84,52,160,'38.04839522690295','-4.933290481567383'),(236085,84,52,159,'38.047313765354744','-4.929943084716797'),(236084,84,52,158,'38.04606330552485','-4.92861270904541'),(236083,84,52,157,'38.0448128243373','-4.928140640258789'),(236082,84,52,156,'38.04565774639876','-4.927196502685547'),(236081,84,52,155,'38.04410308227053','-4.924793243408203'),(236080,84,52,154,'38.04288636557838','-4.924449920654297'),(236079,84,52,153,'38.04210900821791','-4.922475814819336'),(236078,84,52,152,'38.042311797890186','-4.920544624328613'),(236077,84,52,151,'38.037748894425334','-4.913763999938965'),(236076,84,52,150,'38.03670107645398','-4.912691116333008'),(236075,84,52,149,'38.03646447032118','-4.911704063415527'),(236074,84,52,148,'38.03528142819145','-4.911317825317383'),(236073,84,52,147,'38.03406456492192','-4.910759925842285'),(236072,84,52,146,'38.03355753259286','-4.910244941711426'),(236071,84,52,145,'38.03325331151071','-4.911060333251953'),(236070,84,52,144,'38.03267866824144','-4.909472465515137'),(236069,84,52,143,'38.03325331151071','-4.90814208984375'),(236068,84,52,142,'38.033422323379','-4.905867576599121'),(236067,84,52,141,'38.03288148402772','-4.903936386108398'),(236066,84,52,140,'38.03274627356594','-4.901747703552246'),(236065,84,52,139,'38.031732187147','-4.90015983581543'),(236064,84,52,138,'38.033151904202526','-4.899945259094238'),(236063,84,52,137,'38.03311810173527','-4.898529052734375'),(236062,84,52,136,'38.02852082086864','-4.8947954177856445'),(236061,84,52,135,'38.026222072243065','-4.89192008972168'),(236060,84,52,134,'38.02500505847658','-4.891877174377441'),(236059,84,52,133,'38.0236527972492','-4.891190528869629'),(236058,84,52,132,'38.02115104818685','-4.89290714263916'),(236057,84,52,131,'38.019933950192176','-4.896297454833984'),(236056,84,52,130,'38.01888587738773','-4.897370338439941'),(236055,84,52,129,'38.017803980061146','-4.897885322570801'),(236054,84,52,128,'38.01777017051235','-4.898571968078613'),(236053,84,52,127,'38.01442294797535','-4.9019622802734375'),(236052,84,52,126,'38.013679099985616','-4.900631904602051'),(236051,84,52,125,'38.01229281768003','-4.900417327880859'),(236050,84,52,124,'38.011007947254946','-4.900374412536621'),(236049,84,52,123,'38.009621614433065','-4.901275634765625'),(236048,84,52,122,'38.00837051108877','-4.900846481323242'),(236047,84,52,121,'38.00820144143169','-4.900374412536621'),(236046,84,52,120,'38.007863300947875','-4.900631904602051'),(236045,84,52,119,'38.00441417893081','-4.899473190307617'),(236044,84,52,118,'38.00370404543287','-4.8981428146362305'),(236043,84,52,117,'38.00221612437425','-4.897456169128418'),(236042,84,52,116,'38.00028854538543','-4.894838333129883'),(236041,84,52,115,'38.00005182166549','-4.894065856933594'),(236040,84,52,114,'37.99842855271534','-4.892091751098633'),(236039,84,52,113,'37.995486286164954','-4.892005920410156'),(236038,84,52,112,'37.99474224604099','-4.891233444213867'),(236037,84,52,111,'37.99325414315071','-4.891877174377441'),(236036,84,52,110,'37.9908528225527','-4.890761375427246'),(236035,84,52,109,'37.98970286654458','-4.8912763595581055'),(236034,84,52,108,'37.98750437106374','-4.892005920410156'),(236033,84,52,107,'37.98496756364576','-4.890546798706055'),(236032,84,52,106,'37.98449401654681','-4.887585639953613'),(236031,84,52,105,'37.98469696567774','-4.886684417724609'),(236030,84,52,104,'37.98273510056533','-4.886512756347656'),(236029,84,52,103,'37.981517364802926','-4.886212348937988'),(236028,84,52,102,'37.98202475715971','-4.88492488861084'),(236027,84,52,101,'37.98107762192257','-4.883337020874023'),(236026,84,52,100,'37.98006282060341','-4.882907867431641'),(236025,84,52,99,'37.97996133969968','-4.881405830383301'),(236695,85,53,17,'38.91187310908562','-6.499786376953125'),(237893,87,55,110,'42.56509231486405','-5.494279861450195'),(236736,85,53,58,'39.47290788283838','-6.393270492553711'),(236735,85,53,57,'39.468269886872065','-6.380395889282227'),(236734,85,53,56,'39.468402405332924','-6.379280090332031'),(236733,85,53,55,'39.46906499385169','-6.379194259643555'),(236732,85,53,54,'39.47191405258648','-6.377220153808594'),(236731,85,53,53,'39.4710527215515','-6.376791000366211'),(236730,85,53,52,'39.460914716608244','-6.384687423706055'),(236729,85,53,51,'39.455546939606066','-6.384000778198242'),(236728,85,53,50,'39.4525646624157','-6.388034820556641'),(236727,85,53,49,'39.45196819164744','-6.390266418457031'),(236726,85,53,48,'39.450907786553245','-6.39103889465332'),(236725,85,53,47,'39.44984736530899','-6.393184661865234'),(236724,85,53,46,'39.446069483377464','-6.39430046081543'),(236723,85,53,45,'39.44288795014736','-6.396703720092773'),(236722,85,53,44,'39.421740318069716','-6.4125823974609375'),(236721,85,53,43,'39.4109983107724','-6.414299011230469'),(236720,85,53,42,'39.40549404848978','-6.4208221435546875'),(236719,85,53,41,'39.39799959542146','-6.4215087890625'),(236718,85,53,40,'39.38844797503874','-6.4359283447265625'),(236717,85,53,39,'39.37040245787161','-6.4551544189453125'),(236716,85,53,38,'39.32579941789298','-6.4949798583984375'),(236715,85,53,37,'39.31251920686766','-6.5114593505859375'),(236714,85,53,36,'39.29179704377487','-6.5210723876953125'),(236713,85,53,35,'39.27106874641232','-6.524505615234375'),(236712,85,53,34,'39.2630946911543','-6.55059814453125'),(236711,85,53,33,'39.24023070473076','-6.5608978271484375'),(236710,85,53,32,'39.20193013036549','-6.587677001953125'),(236709,85,53,31,'39.18383648475868','-6.602783203125'),(236708,85,53,30,'39.175852513006284','-6.620635986328125'),(236707,85,53,29,'39.16360866201561','-6.637115478515625'),(236706,85,53,28,'39.13858199058352','-6.6570281982421875'),(236705,85,53,27,'39.12473362566029','-6.6666412353515625'),(236704,85,53,26,'39.10768574604533','-6.690673828125'),(236703,85,53,25,'39.09489712966929','-6.681060791015625'),(236702,85,53,24,'39.02451827974919','-6.6735076904296875'),(236701,85,53,23,'39.01704974180402','-6.667327880859375'),(236700,85,53,22,'38.974357249228205','-6.653594970703125'),(236697,85,53,19,'38.899583425982705','-6.53961181640625'),(236698,85,53,20,'38.909735925720305','-6.604156494140625'),(237659,86,54,460,'40.35923348176083','-5.6902313232421875'),(237660,86,54,461,'40.35583244409069','-5.690059661865234'),(237658,86,54,459,'40.362111148867015','-5.690574645996094'),(237657,86,54,458,'40.36459630797086','-5.691776275634766'),(237656,86,54,457,'40.36760453588204','-5.6916046142578125'),(237655,86,54,456,'40.36930477922562','-5.692462921142578'),(237654,86,54,455,'40.37440525190013','-5.692806243896484'),(237653,86,54,454,'40.37518990574001','-5.689716339111328'),(237652,86,54,453,'40.38015916787237','-5.687141418457031'),(237651,86,54,452,'40.3812052816193','-5.684909820556641'),(237649,86,54,450,'40.38460503910848','-5.682163238525391'),(237650,86,54,451,'40.382643661497255','-5.684051513671875'),(237647,86,54,448,'40.383297460379886','-5.686798095703125'),(237648,86,54,449,'40.38460503910848','-5.683193206787109'),(237646,86,54,447,'40.38682786469453','-5.684051513671875'),(237645,86,54,446,'40.388527622999476','-5.680274963378906'),(237644,86,54,445,'40.388527622999476','-5.684909820556641'),(237643,86,54,444,'40.38800462501302','-5.686798095703125'),(237642,86,54,443,'40.389704353619976','-5.6847381591796875'),(237641,86,54,442,'40.39022733840729','-5.685253143310547'),(237640,86,54,441,'40.39127329579797','-5.685768127441406'),(237639,86,54,440,'40.39244997844423','-5.686283111572266'),(237638,86,54,439,'40.39349590131351','-5.684394836425781'),(237637,86,54,438,'40.39401885665606','-5.688343048095703'),(237636,86,54,437,'40.39519549132737','-5.687141418457031'),(237635,86,54,436,'40.395718433470364','-5.688514709472656'),(237634,86,54,435,'40.396241371551916','-5.687313079833984'),(237633,86,54,434,'40.39702577105907','-5.688343048095703'),(237632,86,54,433,'40.3979408922676','-5.687656402587891'),(237631,86,54,432,'40.40160125271822','-5.689373016357422'),(237630,86,54,431,'40.40499998064981','-5.6943511962890625'),(237629,86,54,430,'40.40709142023646','-5.695037841796875'),(237628,86,54,429,'40.40957492033851','-5.698127746582031'),(237627,86,54,428,'40.40604570856648','-5.700187683105469'),(237626,86,54,427,'40.400032551179976','-5.69915771484375'),(237625,86,54,426,'40.40212414510788','-5.703792572021484'),(237624,86,54,425,'40.39977109736977','-5.7094573974609375'),(237623,86,54,424,'40.401209080760594','-5.712547302246094'),(237622,86,54,423,'40.40264703343591','-5.715122222900391'),(237621,86,54,422,'40.405914993465394','-5.716152191162109'),(237620,86,54,421,'40.40669928026412','-5.719242095947266'),(237619,86,54,420,'40.40330063813438','-5.727138519287109'),(237618,86,54,419,'40.39937891475059','-5.729885101318359'),(237617,86,54,418,'40.3958491683715','-5.738124847412109'),(237616,86,54,417,'40.39114255201253','-5.741901397705078'),(237615,86,54,416,'40.38996584652129','-5.750312805175781'),(237614,86,54,415,'40.386435606686156','-5.753231048583984'),(237613,86,54,414,'40.38447428237782','-5.758037567138672'),(237612,86,54,413,'40.384082010662915','-5.763359069824219'),(237611,86,54,412,'40.384212768155045','-5.7712554931640625'),(237610,86,54,411,'40.38342821939494','-5.774173736572266'),(237608,86,54,409,'40.3830359415883','-5.787906646728516'),(237609,86,54,410,'40.38499730777754','-5.783958435058594'),(237607,86,54,408,'40.384082010662915','-5.791339874267578'),(237606,86,54,407,'40.3815975700864','-5.795803070068359'),(237605,86,54,406,'40.38395125291698','-5.802326202392578'),(237604,86,54,405,'40.382382140167465','-5.813484191894531'),(237601,86,54,402,'40.365119487686606','-5.833740234375'),(237602,86,54,403,'40.37087419654953','-5.82550048828125'),(237603,86,54,404,'40.37688995771412','-5.8220672607421875'),(237600,86,54,401,'40.358448642140964','-5.838718414306641'),(237599,86,54,400,'40.35557081870243','-5.840950012207031'),(237597,86,54,398,'40.34523580390781','-5.848331451416016'),(237598,86,54,399,'40.34902985408395','-5.843868255615234'),(237594,86,54,395,'40.34340411709393','-5.8563995361328125'),(237595,86,54,396,'40.34366578968397','-5.853481292724609'),(237596,86,54,397,'40.344974137408165','-5.850391387939453'),(237593,86,54,394,'40.342619093233566','-5.85845947265625'),(237592,86,54,393,'40.34314244348888','-5.858802795410156'),(237591,86,54,392,'40.343927461258914','-5.8660125732421875'),(237589,86,54,390,'40.341049018106474','-5.874595642089844'),(237590,86,54,391,'40.34301160630569','-5.869617462158203'),(237588,86,54,389,'40.34196489970476','-5.875110626220703'),(237587,86,54,388,'40.34248825503532','-5.8769989013671875'),(237586,86,54,387,'40.341049018106474','-5.8797454833984375'),(237584,86,54,385,'40.33921721760713','-5.88592529296875'),(237585,86,54,386,'40.34117985909608','-5.8831787109375'),(237583,86,54,384,'40.33921721760713','-5.887298583984375'),(237582,86,54,383,'40.33764706330718','-5.890560150146484'),(237581,86,54,382,'40.3366002734734','-5.892620086669922'),(237580,86,54,381,'40.336731123090786','-5.895881652832031'),(237578,86,54,379,'40.33529176334337','-5.900516510009766'),(237579,86,54,380,'40.33516091093473','-5.898284912109375'),(237577,86,54,378,'40.331496940470096','-5.905323028564453'),(237576,86,54,377,'40.33058091676978','-5.90789794921875'),(237575,86,54,376,'40.33031919342886','-5.91064453125'),(237574,86,54,375,'40.32901056149954','-5.9161376953125'),(237573,86,54,374,'40.32626235185485','-5.918369293212891'),(237572,86,54,373,'40.324561023141236','-5.920600891113281'),(237571,86,54,372,'40.321681753783764','-5.923004150390625'),(237569,86,54,370,'40.321550874985945','-5.928325653076172'),(237570,86,54,371,'40.321419995934384','-5.9250640869140625'),(237568,86,54,369,'40.32377578004119','-5.929527282714844'),(237567,86,54,368,'40.3246918961032','-5.932273864746094'),(237566,86,54,367,'40.32495364126583','-5.934505462646484'),(237565,86,54,366,'40.32626235185485','-5.937080383300781'),(237564,86,54,365,'40.325869741342394','-5.943431854248047'),(237563,86,54,364,'40.3263932215182','-5.949954986572266'),(237562,86,54,363,'40.326000611766965','-5.962314605712891'),(237561,86,54,362,'40.32351403031131','-5.967979431152344'),(237560,86,54,361,'40.32443014992559','-5.97381591796875'),(237559,86,54,360,'40.32063471629669','-5.977077484130859'),(237558,86,54,359,'40.31566106647411','-5.9758758544921875'),(237557,86,54,358,'40.31317410417092','-5.974330902099609'),(237556,86,54,357,'40.31212693474669','-5.971927642822266'),(237555,86,54,356,'40.31160334394535','-5.9731292724609375'),(237554,86,54,355,'40.31081795013179','-5.970039367675781'),(237553,86,54,354,'40.30623630417918','-5.969524383544922'),(237552,86,54,353,'40.305843577207405','-5.971240997314453'),(237551,86,54,352,'40.304927205393405','-5.970726013183594'),(237550,86,54,351,'40.303094424470444','-5.972099304199219'),(237549,86,54,350,'40.30217801536162','-5.969696044921875'),(237548,86,54,349,'40.29707207989913','-5.969524383544922'),(237547,86,54,348,'40.28973980543153','-5.970039367675781'),(237546,86,54,347,'40.28973980543153','-5.971412658691406'),(237545,86,54,346,'40.28279959861071','-5.974159240722656'),(237544,86,54,345,'40.28109717490234','-5.976905822753906'),(237543,86,54,344,'40.27965662904891','-5.979824066162109'),(237542,86,54,343,'40.27022684368828','-5.989093780517578'),(237541,86,54,342,'40.26669033516192','-5.993556976318359'),(237540,86,54,341,'40.26276066437183','-5.983943939208984'),(237539,86,54,340,'40.26000975899115','-5.977420806884766'),(237538,86,54,339,'40.25909276567395','-5.967292785644531'),(237537,86,54,338,'40.26079574337102','-5.9593963623046875'),(237536,86,54,337,'40.26079574337102','-5.954761505126953'),(237535,86,54,336,'40.26118873213677','-5.949440002441406'),(237533,86,54,334,'40.25961676337706','-5.931415557861328'),(237534,86,54,335,'40.257389745111695','-5.936222076416016'),(237532,86,54,333,'40.260926739879906','-5.926094055175781'),(237531,86,54,332,'40.265380470263445','-5.913906097412109'),(237530,86,54,331,'40.267607225498594','-5.909786224365234'),(237529,86,54,330,'40.26708328968526','-5.903263092041016'),(237528,86,54,329,'40.26747624192574','-5.9099578857421875'),(237527,86,54,328,'40.26800017469522','-5.903778076171875'),(237526,86,54,327,'40.269309988863206','-5.89141845703125'),(237525,86,54,326,'40.270881732382215','-5.8893585205078125'),(237524,86,54,325,'40.269179008587855','-5.878200531005859'),(237523,86,54,324,'40.27022684368828','-5.874767303466797'),(237522,86,54,323,'40.27232246518697','-5.86395263671875'),(237521,86,54,322,'40.27009586518854','-5.865840911865234'),(237520,86,54,321,'40.268917047276176','-5.864124298095703'),(237519,86,54,320,'40.26590441926665','-5.862236022949219'),(237518,86,54,319,'40.26629737835571','-5.863780975341797'),(237517,86,54,318,'40.26393958957863','-5.8660125732421875'),(237516,86,54,317,'40.263677607974856','-5.868072509765625'),(237514,86,54,315,'40.25817575992838','-5.869102478027344'),(237515,86,54,316,'40.26118873213677','-5.866355895996094'),(237513,86,54,314,'40.25883076530056','-5.872535705566406'),(237511,86,54,312,'40.257651751065126','-5.8783721923828125'),(237512,86,54,313,'40.25817575992838','-5.875453948974609'),(237510,86,54,311,'40.25555567503018','-5.880603790283203'),(237509,86,54,310,'40.25463862134722','-5.8783721923828125'),(237508,86,54,309,'40.25306650040504','-5.879917144775391'),(237507,86,54,308,'40.25083926655025','-5.881805419921875'),(237506,86,54,307,'40.24664662750935','-5.8797454833984375'),(237505,86,54,306,'40.24546740098556','-5.8824920654296875'),(237504,86,54,305,'40.24664662750935','-5.883007049560547'),(237503,86,54,304,'40.247039698452085','-5.885753631591797'),(237502,86,54,303,'40.247956855108335','-5.887470245361328'),(237501,86,54,302,'40.24638457894608','-5.892276763916016'),(237500,86,54,301,'40.24415712519858','-5.897254943847656'),(237499,86,54,300,'40.242846824049785','-5.900516510009766'),(237498,86,54,299,'40.24140546349343','-5.899658203125'),(237497,86,54,298,'40.24179856487035','-5.898113250732422'),(237496,86,54,297,'40.24166753133165','-5.896568298339844'),(237495,86,54,296,'40.24035718199595','-5.894336700439453'),(237493,86,54,294,'40.24179856487035','-5.89141845703125'),(237494,86,54,295,'40.236688068934626','-5.889186859130859'),(237492,86,54,293,'40.240881324773575','-5.8893585205078125'),(237491,86,54,292,'40.24075028945959','-5.887126922607422'),(237490,86,54,291,'40.23839161044003','-5.889186859130859'),(237489,86,54,290,'40.23537762322715','-5.885066986083984'),(237488,86,54,289,'40.23249455340199','-5.883350372314453'),(237487,86,54,288,'40.231577187262474','-5.8824920654296875'),(237486,86,54,287,'40.23079086353824','-5.881462097167969'),(237485,86,54,286,'40.23000453068443','-5.8797454833984375'),(237484,86,54,285,'40.225417407082745','-5.878200531005859'),(237483,86,54,284,'40.22725229380167','-5.876483917236328'),(237482,86,54,283,'40.230921918126285','-5.877857208251953'),(237481,86,54,282,'40.226465919865475','-5.875110626220703'),(237480,86,54,281,'40.22436887807022','-5.873908996582031'),(237479,86,54,280,'40.22200962845243','-5.872020721435547'),(237478,86,54,279,'40.22384460747783','-5.869789123535156'),(237477,86,54,278,'40.22489314460519','-5.864810943603516'),(237476,86,54,277,'40.223713539195764','-5.8618927001953125'),(237475,86,54,276,'40.22345140187084','-5.859317779541016'),(237474,86,54,275,'40.22345140187084','-5.8563995361328125'),(237473,86,54,274,'40.220043524341875','-5.849018096923828'),(237472,86,54,273,'40.22318926353161','-5.846271514892578'),(237471,86,54,272,'40.226203793191345','-5.847816467285156'),(237470,86,54,271,'40.22830077818205','-5.845241546630859'),(237469,86,54,270,'40.22712123211294','-5.841636657714844'),(237468,86,54,269,'40.22908713081636','-5.8371734619140625'),(237466,86,54,267,'40.22305819398159','-5.833225250244141'),(237467,86,54,268,'40.225417407082745','-5.835113525390625'),(237465,86,54,266,'40.2242378108025','-5.8289337158203125'),(237464,86,54,265,'40.22358247066009','-5.826873779296875'),(237463,86,54,264,'40.22358247066009','-5.822410583496094'),(237462,86,54,263,'40.221354266755185','-5.816059112548828'),(237461,86,54,262,'40.221354266755185','-5.812110900878906'),(237460,86,54,261,'40.22082997283286','-5.814685821533203'),(237459,86,54,260,'40.21676655736674','-5.812969207763672'),(237458,86,54,259,'40.21611114495333','-5.815029144287109'),(237457,86,54,258,'40.21532464168917','-5.814342498779297'),(237456,86,54,257,'40.21611114495333','-5.811767578125'),(237455,86,54,256,'40.21440704301002','-5.812969207763672'),(237454,86,54,255,'40.21427595647012','-5.815372467041016'),(237453,86,54,254,'40.21506247190585','-5.819149017333984'),(237451,86,54,252,'40.212440718286466','-5.811424255371094'),(237452,86,54,253,'40.21178526403337','-5.814685821533203'),(237450,86,54,251,'40.21414486967664','-5.805416107177734'),(237449,86,54,250,'40.21309616620029','-5.807476043701172'),(237448,86,54,249,'40.209556672155394','-5.8097076416015625'),(237447,86,54,248,'40.212702898212726','-5.8069610595703125'),(237446,86,54,247,'40.21375160777483','-5.80352783203125'),(237445,86,54,246,'40.213227255022346','-5.801296234130859'),(237444,86,54,245,'40.21414486967664','-5.799922943115234'),(237443,86,54,244,'40.21493138663385','-5.7952880859375'),(237442,86,54,243,'40.21401378262961','-5.791683197021484'),(237441,86,54,242,'40.21165417242204','-5.7932281494140625'),(237440,86,54,241,'40.21126089606664','-5.792026519775391'),(237439,86,54,240,'40.212440718286466','-5.788593292236328'),(237438,86,54,239,'40.21309616620029','-5.783786773681641'),(237437,86,54,238,'40.21480030110824','-5.782413482666016'),(237436,86,54,237,'40.21676655736674','-5.783271789550781'),(237434,86,54,235,'40.21506247190585','-5.7808685302734375'),(237435,86,54,236,'40.21965029667301','-5.782756805419922'),(237432,86,54,233,'40.20713135655267','-5.783786773681641'),(237433,86,54,234,'40.21086761742911','-5.778465270996094'),(237431,86,54,232,'40.20418153143134','-5.788249969482422'),(237430,86,54,231,'40.19946154424089','-5.801124572753906'),(237429,86,54,230,'40.19815037837073','-5.805244445800781'),(237428,86,54,229,'40.195659093364654','-5.806617736816406'),(237427,86,54,228,'40.19349553475996','-5.808420181274414'),(237426,86,54,227,'40.192643204842135','-5.807561874389648'),(237425,86,54,226,'40.19015171750823','-5.8062744140625'),(237423,86,54,224,'40.18870923563903','-5.811853408813477'),(237424,86,54,225,'40.1877912766586','-5.811166763305664'),(237422,86,54,223,'40.18838139457216','-5.812883377075195'),(237421,86,54,222,'40.18680773539364','-5.815286636352539'),(237420,86,54,221,'40.183922598745454','-5.816745758056641'),(237419,86,54,220,'40.18326686875763','-5.818719863891602'),(237418,86,54,219,'40.18372588041462','-5.819406509399414'),(237417,86,54,218,'40.182873427722605','-5.823612213134766'),(237416,86,54,217,'40.18090618832147','-5.825414657592773'),(237415,86,54,216,'40.17467622056341','-5.833911895751953'),(237414,86,54,215,'40.174872965133694','-5.835285186767578'),(237413,86,54,214,'40.17349574116308','-5.840606689453125'),(237412,86,54,213,'40.16956066152465','-5.841121673583984'),(237411,86,54,212,'40.168183329749056','-5.843009948730469'),(237410,86,54,211,'40.167002737410655','-5.846614837646484'),(237409,86,54,210,'40.1640511667299','-5.848932266235352'),(237408,86,54,209,'40.163329652155156','-5.851507186889648'),(237407,86,54,208,'40.15847562752346','-5.856313705444336'),(237406,86,54,207,'40.15670447807321','-5.860605239868164'),(237405,86,54,206,'40.154014866493846','-5.86146354675293'),(237404,86,54,205,'40.14994744664111','-5.866870880126953'),(237403,86,54,204,'40.14942260052948','-5.8687591552734375'),(237402,86,54,203,'40.14732317552695','-5.871076583862305'),(237401,86,54,202,'40.14574856419152','-5.875883102416992'),(237400,86,54,201,'40.14253361938228','-5.880002975463867'),(237399,86,54,200,'40.136890695345905','-5.888242721557617'),(237398,86,54,199,'40.136825077193755','-5.890045166015625'),(237397,86,54,198,'40.13544708136147','-5.891332626342773'),(237396,86,54,197,'40.13511898299704','-5.890474319458008'),(237395,86,54,196,'40.13597203544967','-5.889444351196289'),(237394,86,54,195,'40.13531584220581','-5.888757705688477'),(237393,86,54,194,'40.133806573698436','-5.889787673950195'),(237392,86,54,193,'40.132691005866874','-5.890645980834961'),(237391,86,54,192,'40.13301911595351','-5.8893585205078125'),(237390,86,54,191,'40.13144417309098','-5.888156890869141'),(237389,86,54,190,'40.132100403719086','-5.887298583984375'),(237387,86,54,188,'40.131969158100354','-5.88566780090332'),(237388,86,54,189,'40.133412845966504','-5.886526107788086'),(237386,86,54,187,'40.13098480788124','-5.886440277099609'),(237385,86,54,186,'40.130000443405656','-5.885839462280273'),(237383,86,54,184,'40.132691005866874','-5.883779525756836'),(237384,86,54,185,'40.13124730266697','-5.884981155395508'),(237382,86,54,183,'40.13301911595351','-5.8824920654296875'),(237381,86,54,182,'40.1344627815159','-5.882663726806641'),(237380,86,54,181,'40.13525022253292','-5.880947113037109'),(237379,86,54,180,'40.13525022253292','-5.879144668579102'),(237378,86,54,179,'40.13472526286873','-5.878801345825195'),(237377,86,54,178,'40.133806573698436','-5.880002975463867'),(237376,86,54,177,'40.132887872108945','-5.879402160644531'),(237375,86,54,176,'40.132166026433396','-5.880260467529297'),(237374,86,54,175,'40.13013169282611','-5.881719589233398'),(237373,86,54,174,'40.130591063801795','-5.880947113037109'),(237372,86,54,173,'40.13150979643891','-5.879573822021484'),(237371,86,54,172,'40.13078793612666','-5.879058837890625'),(237370,86,54,171,'40.13177228919705','-5.877256393432617'),(237369,86,54,170,'40.13242851665704','-5.876312255859375'),(237368,86,54,169,'40.13157541972349','-5.873908996582031'),(237367,86,54,168,'40.13098480788124','-5.873050689697266'),(237366,86,54,167,'40.13045981526841','-5.8715057373046875'),(237365,86,54,166,'40.13105043167272','-5.869789123535156'),(237364,86,54,165,'40.13282225009163','-5.865497589111328'),(237363,86,54,164,'40.13459402231904','-5.862150192260742'),(237362,86,54,163,'40.13420029914927','-5.86146354675293'),(237360,86,54,161,'40.131181679065584','-5.864381790161133'),(237361,86,54,162,'40.1329534940629','-5.863523483276367'),(237359,86,54,160,'40.12862230918914','-5.867729187011719'),(237358,86,54,159,'40.12658786951476','-5.87193489074707'),(237357,86,54,158,'40.12251880749864','-5.872364044189453'),(237356,86,54,157,'40.12205938196973','-5.872020721435547'),(237355,86,54,156,'40.12304386144442','-5.871419906616211'),(237354,86,54,155,'40.12520966610823','-5.869274139404297'),(237353,86,54,154,'40.125472183197054','-5.867900848388672'),(237352,86,54,153,'40.12816292490757','-5.864553451538086'),(237351,86,54,152,'40.12895043891801','-5.861806869506836'),(237350,86,54,151,'40.12993481860042','-5.8591461181640625'),(237349,86,54,150,'40.129081690366036','-5.858631134033203'),(237348,86,54,149,'40.12757228341212','-5.8618927001953125'),(237347,86,54,148,'40.12481588857421','-5.864725112915039'),(237346,86,54,147,'40.12271570320351','-5.865840911865234'),(237345,86,54,146,'40.119040222688795','-5.8646392822265625'),(237344,86,54,145,'40.11963093831461','-5.864295959472656'),(237343,86,54,144,'40.122584439463615','-5.862493515014648'),(237342,86,54,143,'40.12291259833815','-5.860776901245117'),(237341,86,54,142,'40.12330638689671','-5.855884552001953'),(237340,86,54,141,'40.123634542286474','-5.85270881652832'),(237339,86,54,140,'40.118908951852795','-5.853137969970703'),(237338,86,54,139,'40.11772750292444','-5.84996223449707'),(237337,86,54,138,'40.117858776041295','-5.84773063659668'),(237336,86,54,137,'40.11707113353869','-5.845327377319336'),(237335,86,54,136,'40.114183032973855','-5.844125747680664'),(237334,86,54,135,'40.11451123239707','-5.842838287353516'),(237333,86,54,134,'40.11523326555286','-5.840091705322266'),(237332,86,54,133,'40.11634911989667','-5.835628509521484'),(237331,86,54,132,'40.122256279005136','-5.8275604248046875'),(237330,86,54,131,'40.12192811696267','-5.824127197265625'),(237329,86,54,130,'40.12461899895186','-5.818805694580078'),(237328,86,54,129,'40.125603441361314','-5.813140869140625'),(237327,86,54,128,'40.12658786951476','-5.809535980224609'),(237326,86,54,127,'40.128359804265564','-5.803956985473633'),(237325,86,54,126,'40.12730977443343','-5.804986953735352'),(237323,86,54,124,'40.12711289203412','-5.803442001342773'),(237324,86,54,125,'40.12619409996411','-5.805673599243164'),(237321,86,54,122,'40.12750665626248','-5.800437927246094'),(237322,86,54,123,'40.126719125524765','-5.801897048950195'),(237320,86,54,121,'40.126784753434734','-5.799751281738281'),(237318,86,54,119,'40.12494714800568','-5.802154541015625'),(237319,86,54,120,'40.126719125524765','-5.80103874206543'),(237317,86,54,118,'40.12494714800568','-5.803098678588867'),(237316,86,54,117,'40.124356478568316','-5.8042144775390625'),(237315,86,54,116,'40.124159587615424','-5.805759429931641'),(237314,86,54,115,'40.121599953336265','-5.806789398193359'),(237313,86,54,114,'40.11963093831461','-5.808591842651367'),(237310,86,54,111,'40.11976220775676','-5.806102752685547'),(237311,86,54,112,'40.11963093831461','-5.8069610595703125'),(237312,86,54,113,'40.11733368205327','-5.808162689208984'),(237309,86,54,110,'40.117202407922704','-5.806446075439453'),(237308,86,54,109,'40.114379952817856','-5.810909271240234'),(237306,86,54,107,'40.10893162679501','-5.8055877685546875'),(237307,86,54,108,'40.111688665595956','-5.805759429931641'),(237305,86,54,106,'40.109194206733804','-5.80327033996582'),(237303,86,54,104,'40.108143880896634','-5.796403884887695'),(237304,86,54,105,'40.109259851560125','-5.7987213134765625'),(237302,86,54,103,'40.10860340044603','-5.795631408691406'),(237301,86,54,102,'40.11044144760034','-5.80103874206543'),(237300,86,54,101,'40.11011322853707','-5.797090530395508'),(237299,86,54,100,'40.11037580391439','-5.795373916625977'),(237298,86,54,99,'40.109785007889954','-5.792627334594727'),(237297,86,54,98,'40.107618711896094','-5.791511535644531'),(237296,86,54,97,'40.10866904584253','-5.790739059448242'),(237295,86,54,96,'40.11024451635244','-5.791168212890625'),(237294,86,54,95,'40.11109788097529','-5.7932281494140625'),(237293,86,54,94,'40.11273893669507','-5.798463821411133'),(237292,86,54,93,'40.11280457810023','-5.796232223510742'),(237291,86,54,92,'40.1121481611975','-5.790996551513672'),(237290,86,54,91,'40.1110322379229','-5.787220001220703'),(237289,86,54,90,'40.10880033644547','-5.7863616943359375'),(237287,86,54,88,'40.10591188464232','-5.785932540893555'),(237288,86,54,89,'40.107618711896094','-5.787649154663086'),(237286,86,54,87,'40.107487419012415','-5.785932540893555'),(237285,86,54,86,'40.10794694299657','-5.784730911254883'),(237282,86,54,83,'40.110638378278054','-5.783100128173828'),(237283,86,54,84,'40.10702789192399','-5.783100128173828'),(237284,86,54,85,'40.10932549632309','-5.78404426574707'),(237281,86,54,82,'40.10932549632309','-5.782155990600586'),(237280,86,54,81,'40.10952243023187','-5.7808685302734375'),(237279,86,54,80,'40.11057273478217','-5.7808685302734375'),(237278,86,54,79,'40.110310160165106','-5.77880859375'),(237276,86,54,77,'40.108537754986166','-5.777606964111328'),(237277,86,54,78,'40.107881296903194','-5.77880859375'),(237275,86,54,76,'40.10249810165628','-5.7767486572265625'),(237274,86,54,75,'40.10171028125555','-5.7740020751953125'),(237273,86,54,74,'40.09370025602526','-5.771942138671875'),(237272,86,54,73,'40.086871293330056','-5.7623291015625'),(237271,86,54,72,'40.08306253576756','-5.760440826416016'),(237270,86,54,71,'40.08096106106941','-5.7623291015625'),(237269,86,54,70,'40.077808727403855','-5.760097503662109'),(237268,86,54,69,'40.07715197285431','-5.7568359375'),(237267,86,54,68,'40.07321131254074','-5.7534027099609375'),(237266,86,54,67,'40.06769400502247','-5.753231048583984'),(237265,86,54,66,'40.062439010936735','-5.752372741699219'),(237264,86,54,65,'40.05836611171505','-5.753917694091797'),(237263,86,54,64,'40.057052221322','-5.7568359375'),(237262,86,54,63,'40.051665005850715','-5.757865905761719'),(237261,86,54,62,'40.0499567754414','-5.763187408447266'),(237260,86,54,61,'40.049431157471616','-5.766963958740234'),(237259,86,54,60,'40.04614595333137','-5.773830413818359'),(237257,86,54,58,'40.043254842722206','-5.779666900634766'),(237258,86,54,59,'40.046671596633246','-5.776920318603516'),(237256,86,54,57,'40.042334918180536','-5.783443450927734'),(237255,86,54,56,'40.0376036816182','-5.784645080566406'),(237254,86,54,55,'40.03563223616075','-5.788249969482422'),(237252,86,54,53,'40.03247780488371','-5.805931091308594'),(237253,86,54,54,'40.03234636708094','-5.794429779052734'),(237251,86,54,52,'40.03037476964373','-5.812110900878906'),(237250,86,54,51,'40.026825750639496','-5.815715789794922'),(237249,86,54,50,'40.02695719908057','-5.819492340087891'),(237248,86,54,49,'40.025774153992465','-5.823783874511719'),(237247,86,54,48,'40.02603705467394','-5.829448699951172'),(237246,86,54,47,'40.02695719908057','-5.833568572998047'),(237244,86,54,45,'40.02669430194513','-5.8440399169921875'),(237245,86,54,46,'40.025379801070606','-5.839748382568359'),(237243,86,54,44,'40.02524834959007','-5.846958160400391'),(237242,86,54,43,'40.02551125229785','-5.850048065185547'),(237241,86,54,42,'40.02340800226773','-5.853309631347656'),(237240,86,54,41,'40.020121544288294','-5.862407684326172'),(237239,86,54,40,'40.017886662441796','-5.8646392822265625'),(237238,86,54,39,'40.01854398823021','-5.8673858642578125'),(237237,86,54,38,'40.017492263929434','-5.868415832519531'),(237236,86,54,37,'40.01814959351699','-5.871677398681641'),(237235,86,54,36,'40.01630905471558','-5.875968933105469'),(237234,86,54,35,'40.01131305630903','-5.8824920654296875'),(237233,86,54,34,'40.00592222681422','-5.887813568115234'),(237232,86,54,33,'40.00408135826293','-5.892620086669922'),(237230,86,54,31,'40.01105009889381','-5.904121398925781'),(237231,86,54,32,'40.006974129414175','-5.900688171386719'),(237229,86,54,30,'40.01065566087148','-5.907382965087891'),(237228,86,54,29,'40.00776304572733','-5.912876129150391'),(237227,86,54,28,'40.00881491996236','-5.921974182128906'),(237226,86,54,27,'40.01118157772805','-5.927639007568359'),(237225,86,54,26,'40.01118157772805','-5.932273864746094'),(237224,86,54,25,'40.00894640310206','-5.935020446777344'),(237223,86,54,24,'40.00802601580566','-5.939140319824219'),(237222,86,54,23,'40.00881491996236','-5.9429168701171875'),(237221,86,54,22,'40.00842046902369','-5.949268341064453'),(237220,86,54,21,'40.00881491996236','-5.953559875488281'),(237219,86,54,20,'40.00763156030829','-5.956993103027344'),(237218,86,54,19,'40.00815750046493','-5.961627960205078'),(237217,86,54,18,'40.00802601580566','-5.965919494628906'),(237216,86,54,17,'40.00605371552562','-5.972099304199219'),(237215,86,54,16,'40.003423893179324','-5.9820556640625'),(237214,86,54,15,'40.00276642176443','-5.991153717041016'),(237212,86,54,13,'40.00394986575271','-5.99853515625'),(237213,86,54,14,'40.00289791655391','-5.996646881103516'),(237211,86,54,12,'40.01381110122724','-6.010551452636719'),(237210,86,54,11,'40.014599938522146','-6.013126373291016'),(237209,86,54,10,'40.017229330321484','-6.0266876220703125'),(237208,86,54,9,'40.01801812810603','-6.0335540771484375'),(237207,86,54,8,'40.017886662441796','-6.03973388671875'),(237206,86,54,7,'40.018675452628074','-6.04522705078125'),(237205,86,54,6,'40.01920130768676','-6.0541534423828125'),(237204,86,54,5,'40.024065274867446','-6.061191558837891'),(237203,86,54,4,'40.027614437486655','-6.060504913330078'),(243518,92,60,92,'43.19654157145359','-3.8021278381347656'),(243519,92,60,93,'43.19378836662063','-3.7993812561035156'),(243516,92,60,90,'43.20217273990185','-3.8091659545898437'),(243517,92,60,91,'43.19904437714757','-3.8062477111816406'),(243515,92,60,89,'43.201296814499386','-3.8048744201660156'),(243514,92,60,88,'43.2029235230947','-3.8059043884277343'),(243513,92,60,87,'43.20805362763167','-3.8048744201660156'),(243512,92,60,86,'43.21155686573266','-3.8057327270507812'),(243511,92,60,85,'43.21368373355302','-3.805389404296875'),(243509,92,60,83,'43.21831254241147','-3.8071060180664062'),(243510,92,60,84,'43.21593563039921','-3.806591033935547'),(243507,92,60,81,'43.228444654157364','-3.8101959228515625'),(243508,92,60,82,'43.2190631269556','-3.8084793090820312'),(243505,92,60,79,'43.23669920384741','-3.8170623779296875'),(243506,92,60,80,'43.22881988521617','-3.813629150390625'),(243504,92,60,78,'43.238324968200786','-3.8242721557617187'),(243503,92,60,77,'43.239950689177384','-3.8323402404785156'),(243502,92,60,76,'43.242201615842134','-3.8364601135253906'),(243501,92,60,75,'43.24020079624683','-3.8388633728027343'),(243500,92,60,74,'43.240826059428755','-3.844013214111328'),(243499,92,60,73,'43.243577141198486','-3.846588134765625'),(243497,92,60,71,'43.24645313931262','-3.857402801513672'),(243498,92,60,72,'43.24607801682396','-3.8527679443359375'),(243496,92,60,70,'43.248578789780716','-3.857574462890625'),(243495,92,60,69,'43.24907893205175','-3.8606643676757812'),(243494,92,60,68,'43.24970410411544','-3.864269256591797'),(243493,92,60,67,'43.24932900164725','-3.8668441772460937'),(243491,92,60,65,'43.25608049263324','-3.8680458068847656'),(243492,92,60,66,'43.253830078800796','-3.8682174682617187'),(243490,92,60,64,'43.25770573979177','-3.8706207275390625'),(243489,92,60,63,'43.25895590039574','-3.8706207275390625'),(243487,92,60,61,'43.258330823302245','-3.8805770874023437'),(243488,92,60,62,'43.25895590039574','-3.8737106323242187'),(243486,92,60,60,'43.259580971072275','-3.8828086853027343'),(243485,92,60,59,'43.25983099754614','-3.8845252990722656'),(243484,92,60,58,'43.26308124827486','-3.8871002197265625'),(243483,92,60,57,'43.26458130547258','-3.8867568969726562'),(243481,92,60,55,'43.26695632044282','-3.9046096801757812'),(243482,92,60,56,'43.263956286132135','-3.8910484313964843'),(243479,92,60,53,'43.26758130898138','-3.914051055908203'),(243480,92,60,54,'43.26608132570814','-3.912677764892578'),(243478,92,60,52,'43.270081198964654','-3.927440643310547'),(243477,92,60,51,'43.270081198964654','-3.9295005798339843'),(243476,92,60,50,'43.27095613620211','-3.9312171936035156'),(243475,92,60,49,'43.27033118231592','-3.9339637756347656'),(243474,92,60,48,'43.27333090244529','-3.9353370666503906'),(243473,92,60,47,'43.27758025286865','-3.9434051513671875'),(243472,92,60,46,'43.27708034469072','-3.947010040283203'),(243471,92,60,45,'43.28020470342185','-3.9476966857910156'),(243470,92,60,44,'43.28320393686986','-3.9506149291992187'),(243469,92,60,43,'43.287452597822714','-3.9567947387695312'),(243468,92,60,42,'43.292825479364296','-3.9626312255859375'),(243467,92,60,41,'43.29857268764733','-3.967266082763672'),(243466,92,60,40,'43.30169594258884','-3.9682960510253906'),(243465,92,60,39,'43.30506887772098','-3.9650344848632812'),(243463,92,60,37,'43.312313809302765','-3.959026336669922'),(243464,92,60,38,'43.30681773337488','-3.962116241455078'),(243462,92,60,36,'43.316185746193476','-3.960742950439453'),(243461,92,60,35,'43.318433854405114','-3.9629745483398437'),(243460,92,60,34,'43.32180586077073','-3.963489532470703'),(243459,92,60,33,'43.32367911677617','-3.9684677124023437'),(243458,92,60,32,'43.32430352260899','-3.975505828857422'),(243457,92,60,31,'43.32617670160033','-3.9794540405273437'),(243456,92,60,30,'43.32717570677798','-3.9818572998046875'),(243455,92,60,29,'43.32455328314511','-3.9835739135742187'),(243454,92,60,28,'43.32292982130525','-3.986835479736328'),(243453,92,60,27,'43.32417864195586','-3.990955352783203'),(243452,92,60,26,'43.32442840300541','-3.995075225830078'),(243451,92,60,25,'43.32455328314511','-3.9967918395996093'),(243450,92,60,24,'43.324053761045995','-4.000225067138672'),(243448,92,60,22,'43.32530255859237','-4.0045166015625'),(243449,92,60,23,'43.32617670160033','-4.003314971923828'),(243447,92,60,21,'43.325552315021085','-4.006748199462891'),(243446,92,60,20,'43.32505280113682','-4.009151458740234'),(243445,92,60,19,'43.32367911677617','-4.013957977294922'),(243444,92,60,18,'43.32218051659266','-4.016532897949219'),(243443,92,60,17,'43.32342935264603','-4.016361236572266'),(243442,92,60,16,'43.325552315021085','-4.016017913818359'),(243441,92,60,15,'43.32792494987918','-4.014987945556641'),(243440,92,60,14,'43.32854931207049','-4.02099609375'),(243439,92,60,13,'43.33042236013699','-4.021167755126953'),(243438,92,60,12,'43.33079696281896','-4.022369384765625'),(238318,88,56,201,'42.4893146571508','-6.565876007080078'),(238316,88,56,199,'42.48624492785918','-6.56832218170166'),(238314,88,56,197,'42.48877667424446','-6.567549705505371'),(238315,88,56,198,'42.48716269776347','-6.568450927734375'),(238313,88,56,196,'42.492890543578376','-6.568193435668945'),(238312,88,56,195,'42.493681641276034','-6.567893028259277'),(238311,88,56,194,'42.49393479042589','-6.56857967376709'),(238309,88,56,192,'42.496213086663744','-6.567635536193848'),(238310,88,56,193,'42.495200520804865','-6.569609642028809'),(238308,88,56,191,'42.49643458325991','-6.569008827209473'),(238307,88,56,190,'42.49716235226643','-6.567893028259277'),(238306,88,56,189,'42.50228813751995','-6.5653181076049805'),(238305,88,56,188,'42.50576836946347','-6.5708112716674805'),(238304,88,56,187,'42.5062429315362','-6.574158668518066'),(238303,88,56,186,'42.50665421575186','-6.574416160583496'),(238302,88,56,185,'42.50725531858424','-6.576261520385742'),(238301,88,56,184,'42.508552415528634','-6.582741737365723'),(238300,88,56,183,'42.508172780184545','-6.5859174728393555'),(238298,88,56,181,'42.50839423441544','-6.593170166015625'),(238299,88,56,182,'42.5087105962415','-6.59153938293457'),(238297,88,56,180,'42.508742232336075','-6.59428596496582'),(238295,88,56,178,'42.510861814196524','-6.597762107849121'),(238296,88,56,179,'42.51007093384861','-6.594672203063965'),(238294,88,56,177,'42.513455831495236','-6.596732139587402'),(238293,88,56,176,'42.51408850230946','-6.598148345947266'),(238292,88,56,175,'42.51567015132469','-6.5952301025390625'),(238291,88,56,174,'42.51753644567698','-6.592569351196289'),(238290,88,56,173,'42.52196471770537','-6.591796875'),(238289,88,56,172,'42.52326150938705','-6.590852737426758'),(238288,88,56,171,'42.52515920479482','-6.590337753295898'),(238287,88,56,170,'42.52626616716249','-6.588878631591797'),(238286,88,56,169,'42.53142119065603','-6.5853166580200195'),(238285,88,56,168,'42.5338562378485','-6.585831642150879'),(238284,88,56,167,'42.53556387664572','-6.587033271789551'),(238283,88,56,166,'42.53818848968284','-6.589694023132324'),(238282,88,56,165,'42.54052841310729','-6.588578224182129'),(238281,88,56,164,'42.54283663002767','-6.58930778503418'),(238280,88,56,163,'42.542805011194275','-6.590595245361328'),(238279,88,56,162,'42.54299472395451','-6.592698097229004'),(238278,88,56,161,'42.54299472395451','-6.594328880310059'),(238277,88,56,160,'42.54489181985077','-6.596775054931641'),(238275,88,56,158,'42.54694694201845','-6.604800224304199'),(238276,88,56,159,'42.54694694201845','-6.603641510009766'),(238274,88,56,157,'42.54738957486081','-6.604328155517578'),(238273,88,56,156,'42.54884391781603','-6.6059160232543945'),(238272,88,56,155,'42.55017176657382','-6.603856086730957'),(238271,88,56,154,'42.55175250207379','-6.606731414794922'),(238270,88,56,153,'42.55399707769798','-6.600894927978516'),(238269,88,56,152,'42.555735777976245','-6.60153865814209'),(238267,88,56,150,'42.57634358853339','-6.609992980957031'),(238268,88,56,151,'42.56863226023131','-6.606988906860352'),(238266,88,56,149,'42.58923581069344','-6.6034698486328125'),(238264,88,56,147,'42.63219062985135','-6.583213806152344'),(238265,88,56,148,'42.61779143282346','-6.589393615722656'),(238263,88,56,146,'42.6453238342828','-6.5801239013671875'),(238261,88,56,144,'42.66224137632748','-6.580467224121094'),(238262,88,56,145,'42.657191845606675','-6.579437255859375'),(238260,88,56,143,'42.67132949822804','-6.582527160644531'),(238259,88,56,142,'42.67663028907931','-6.579093933105469'),(238258,88,56,141,'42.68041629144619','-6.577033996582031'),(238257,88,56,140,'42.682435398386204','-6.571197509765625'),(238256,88,56,139,'42.67637788071963','-6.5608978271484375'),(238255,88,56,138,'42.67536823702857','-6.55059814453125'),(238254,88,56,137,'42.67864951904835','-6.544761657714844'),(238253,88,56,136,'42.68849232550868','-6.5402984619140625'),(238252,88,56,135,'42.68975411099429','-6.535835266113281'),(238251,88,56,134,'42.69379165230217','-6.5306854248046875'),(238250,88,56,133,'42.697828931137586','-6.5238189697265625'),(238249,88,56,132,'42.696314982332986','-6.518669128417969'),(238248,88,56,131,'42.70085671801479','-6.5100860595703125'),(238247,88,56,130,'42.69858589169842','-6.508026123046875'),(238246,88,56,129,'42.69757660890004','-6.506309509277344'),(238245,88,56,128,'42.6888708638457','-6.504764556884766'),(238244,88,56,127,'42.687482878665385','-6.506137847900391'),(238242,88,56,125,'42.67738750800699','-6.500816345214844'),(238243,88,56,126,'42.682183013607094','-6.505451202392578'),(238241,88,56,124,'42.66792160821843','-6.499443054199219'),(238240,88,56,123,'42.664008615199464','-6.497039794921875'),(238239,88,56,122,'42.664765987909526','-6.496181488037109'),(238238,88,56,121,'42.66779538648169','-6.496868133544922'),(238237,88,56,120,'42.66956246747257','-6.496181488037109'),(238236,88,56,119,'42.666659379317444','-6.494121551513672'),(238235,88,56,118,'42.6648922157975','-6.490345001220703'),(238234,88,56,117,'42.66287253883418','-6.487598419189453'),(238233,88,56,116,'42.66325123326261','-6.482791900634766'),(238232,88,56,115,'42.66186267574788','-6.480045318603516'),(238231,88,56,114,'42.66249384209905','-6.477298736572266'),(238230,88,56,113,'42.65390943073741','-6.469058990478516'),(238229,88,56,112,'42.65289942207574','-6.465110778808594'),(238228,88,56,111,'42.65151063338353','-6.4606475830078125'),(238226,88,56,109,'42.6486067022724','-6.454296112060547'),(238227,88,56,110,'42.64923800317738','-6.4579010009765625'),(238225,88,56,108,'42.642924705805214','-6.449832916259766'),(238224,88,56,107,'42.6422933408288','-6.447772979736328'),(238223,88,56,106,'42.64103059165477','-6.44622802734375'),(238220,88,56,103,'42.630548784397604','-6.439361572265625'),(238221,88,56,104,'42.63484275024769','-6.4373016357421875'),(238222,88,56,105,'42.63976781685248','-6.443138122558594'),(238219,88,56,102,'42.62587560259137','-6.44073486328125'),(238218,88,56,101,'42.62486513877457','-6.438159942626953'),(238217,88,56,100,'42.62638082834924','-6.434211730957031'),(238216,88,56,99,'42.62852799207576','-6.423740386962891'),(238215,88,56,98,'42.62751757131263','-6.416873931884766'),(238214,88,56,97,'42.62461252025769','-6.410179138183594'),(238212,88,56,95,'42.614885927918685','-6.403141021728516'),(238213,88,56,96,'42.61892833262323','-6.405544281005859'),(238211,88,56,94,'42.612359291721475','-6.396274566650391'),(238210,88,56,93,'42.61046424730502','-6.388893127441406'),(238209,88,56,92,'42.60667398549725','-6.384944915771484'),(238208,88,56,91,'42.602883493058464','-6.3768768310546875'),(238207,88,56,90,'42.60389431359259','-6.371212005615234'),(238206,88,56,89,'42.606800331273256','-6.361255645751953'),(238205,88,56,88,'42.60819011789623','-6.347522735595703'),(238203,88,56,86,'42.614885927918685','-6.333274841308594'),(238204,88,56,87,'42.61172761665584','-6.341686248779297'),(238202,88,56,85,'42.61854936832969','-6.32537841796875'),(238201,88,56,84,'42.62372834737601','-6.316967010498047'),(238200,88,56,83,'42.623096787629606','-6.308727264404297'),(238199,88,56,82,'42.62385465855651','-6.302204132080078'),(238198,88,56,81,'42.622844161937174','-6.285896301269531'),(238197,88,56,80,'42.62082311949496','-6.281261444091797'),(238196,88,56,79,'42.614885927918685','-6.2766265869140625'),(238194,88,56,77,'42.605157816197334','-6.263923645019531'),(238195,88,56,78,'42.610716923225254','-6.271648406982422'),(238193,88,56,76,'42.60578955789011','-6.256542205810547'),(238192,88,56,75,'42.605031467089994','-6.252079010009766'),(238191,88,56,74,'42.60629494663174','-6.246070861816406'),(238190,88,56,73,'42.604273367064685','-6.242465972900391'),(238189,88,56,72,'42.600356369972175','-6.23199462890625'),(238188,88,56,71,'42.59934549203741','-6.226329803466797'),(238187,88,56,70,'42.59226888729454','-6.218433380126953'),(238186,88,56,69,'42.58658174759232','-6.214656829833984'),(238185,88,56,68,'42.578745282939955','-6.215343475341797'),(238184,88,56,67,'42.57065499596333','-6.2162017822265625'),(238183,88,56,66,'42.566103748324245','-6.212253570556641'),(238182,88,56,65,'42.5639544326201','-6.206245422363281'),(238181,88,56,64,'42.55940269610327','-6.192340850830078'),(238180,88,56,63,'42.553333197540155','-6.181011199951172'),(238179,88,56,62,'42.55004530600437','-6.173973083496094'),(238178,88,56,61,'42.5484012952862','-6.167449951171875'),(238177,88,56,60,'42.54637783803791','-6.162300109863281'),(238176,88,56,59,'42.540686512878835','-6.157493591308594'),(238175,88,56,58,'42.53195880664412','-6.147365570068359'),(238174,88,56,57,'42.52765774916688','-6.1358642578125'),(238172,88,56,55,'42.520193446554025','-6.120243072509766'),(238173,88,56,56,'42.52436850538021','-6.126251220703125'),(238171,88,56,54,'42.51348746518805','-6.116981506347656'),(238170,88,56,53,'42.50576836946347','-6.118183135986328'),(238169,88,56,52,'42.496782647754514','-6.1269378662109375'),(238168,88,56,51,'42.49045389979613','-6.127967834472656'),(238167,88,56,50,'42.485137256594896','-6.120414733886719'),(238166,88,56,49,'42.48425110546248','-6.113548278808594'),(238165,88,56,48,'42.48083297637335','-6.1029052734375'),(238164,88,56,47,'42.4758953491228','-6.089515686035156'),(238163,88,56,46,'42.47159043311705','-6.083507537841797'),(238162,88,56,45,'42.46918461578779','-6.0816192626953125'),(238161,88,56,44,'42.46082684761916','-6.065998077392578'),(238159,88,56,42,'42.44081432448306','-6.0390472412109375'),(238160,88,56,43,'42.45804067694734','-6.063079833984375'),(238158,88,56,41,'42.43866069732511','-6.035957336425781'),(238157,88,56,40,'42.440180912414554','-6.007289886474609'),(238984,89,57,65,'42.402037710905496','-6.858558654785156'),(238985,89,57,66,'42.40457286256256','-6.869544982910156'),(238986,89,57,67,'42.40431935200663','-6.876411437988281'),(238987,89,57,68,'42.40736141106759','-6.888084411621094'),(239231,89,57,312,'43.01173948468435','-7.562885284423828'),(239230,89,57,311,'43.00835031895405','-7.559537887573242'),(239229,89,57,310,'43.00590247184338','-7.564258575439453'),(239228,89,57,309,'43.00502373370268','-7.562971115112305'),(239227,89,57,308,'43.002952372636294','-7.561426162719727'),(239226,89,57,307,'43.00307791165872','-7.562370300292969'),(239225,89,57,306,'43.00150865544037','-7.560567855834961'),(239224,89,57,305,'42.99359899401497','-7.560138702392578'),(239223,89,57,304,'42.9899576965526','-7.55284309387207'),(239222,89,57,303,'42.9896437814984','-7.546319961547852'),(239221,89,57,302,'42.990397174935','-7.539710998535156'),(239220,89,57,301,'42.99140168515192','-7.539710998535156'),(239219,89,57,300,'42.99089943209562','-7.537908554077148'),(239218,89,57,299,'42.9896437814984','-7.536449432373047'),(239216,89,57,297,'42.97765102605149','-7.517824172973633'),(239217,89,57,298,'42.97890692162269','-7.522802352905273'),(239215,89,57,296,'42.977902207217845','-7.514734268188477'),(239214,89,57,295,'42.97739984385909','-7.513189315795898'),(239213,89,57,294,'42.97218758183273','-7.509069442749023'),(239211,89,57,292,'42.95347003679996','-7.495765686035156'),(239212,89,57,293,'42.96942427580306','-7.503147125244141'),(239210,89,57,291,'42.951271293726755','-7.491817474365234'),(239209,89,57,290,'42.94888399802146','-7.48992919921875'),(239208,89,57,289,'42.945993989859716','-7.488470077514648'),(239207,89,57,288,'42.940716233539256','-7.486667633056641'),(239206,89,57,287,'42.93807718571086','-7.487010955810547'),(239205,89,57,286,'42.935752216528726','-7.484350204467773'),(239203,89,57,284,'42.889297284870146','-7.4576568603515625'),(239204,89,57,285,'42.91463496482432','-7.472333908081055'),(239202,89,57,283,'42.868918993667116','-7.447528839111328'),(239201,89,57,282,'42.862690951181115','-7.446928024291992'),(239200,89,57,281,'42.8592935722606','-7.442035675048828'),(239199,89,57,280,'42.858161071077724','-7.4411773681640625'),(239198,89,57,279,'42.85482636364099','-7.440404891967773'),(239197,89,57,278,'42.852624099625785','-7.440319061279297'),(239196,89,57,277,'42.83840187555703','-7.444524765014648'),(239195,89,57,276,'42.825183599857134','-7.436885833740234'),(239194,89,57,275,'42.81989549802494','-7.437658309936523'),(239193,89,57,274,'42.81221435414149','-7.433195114135742'),(239192,89,57,273,'42.81145878025477','-7.430105209350586'),(239191,89,57,272,'42.80849936032273','-7.427959442138672'),(239190,89,57,271,'42.80812155184154','-7.425985336303711'),(239189,89,57,270,'42.80560276966148','-7.414226531982422'),(239188,89,57,269,'42.80390253371157','-7.412424087524414'),(239187,89,57,268,'42.79426698068361','-7.410879135131836'),(239185,89,57,266,'42.778078393715944','-7.412681579589844'),(239186,89,57,267,'42.786330692715424','-7.415771484375'),(239183,89,57,264,'42.763271894841445','-7.426156997680664'),(239184,89,57,265,'42.768627845584994','-7.415771484375'),(239182,89,57,263,'42.75886076417384','-7.427272796630859'),(239181,89,57,262,'42.753630016574725','-7.432165145874023'),(239180,89,57,261,'42.75318884899813','-7.435941696166992'),(239179,89,57,260,'42.749407283805354','-7.438945770263672'),(239178,89,57,259,'42.74720126422627','-7.4356842041015625'),(239177,89,57,258,'42.74549942405071','-7.434396743774414'),(239176,89,57,257,'42.74316719681722','-7.436800003051758'),(239175,89,57,256,'42.7312210359975','-7.437787055969238'),(239174,89,57,255,'42.727406605534135','-7.44173526763916'),(239173,89,57,254,'42.72478995974296','-7.441906929016113'),(239172,89,57,253,'42.71148434266943','-7.452206611633301'),(239171,89,57,252,'42.71031760039058','-7.454695701599121'),(239170,89,57,251,'42.70571348440441','-7.457613945007324'),(239168,89,57,249,'42.695368745586514','-7.456326484680176'),(239169,89,57,250,'42.70413665385325','-7.456541061401367'),(239166,89,57,247,'42.68808223970705','-7.457528114318848'),(239167,89,57,248,'42.69111050180385','-7.460017204284668'),(239165,89,57,246,'42.68063713446364','-7.456669807434082'),(239164,89,57,245,'42.67710355199041','-7.462763786315918'),(239163,89,57,244,'42.67066686758171','-7.463107109069824'),(239162,89,57,243,'42.65387786821503','-7.47769832611084'),(239161,89,57,242,'42.64526070050819','-7.482461929321289'),(239160,89,57,241,'42.63070665603478','-7.482032775878906'),(239159,89,57,240,'42.628149086211636','-7.480831146240234'),(239157,89,57,238,'42.61198028745088','-7.486238479614258'),(239158,89,57,239,'42.61978099385091','-7.4871826171875'),(239156,89,57,237,'42.60534733937782','-7.48319149017334'),(239154,89,57,235,'42.58895145219488','-7.4848222732543945'),(239155,89,57,236,'42.60023001112722','-7.485079765319824'),(239153,89,57,234,'42.57599596720626','-7.4930620193481445'),(239152,89,57,233,'42.571318691832616','-7.498469352722168'),(239151,89,57,232,'42.56095158816262','-7.496495246887207'),(239150,89,57,231,'42.554186756445965','-7.498683929443359'),(239149,89,57,230,'42.54947623027123','-7.497439384460449'),(239148,89,57,229,'42.52851165914002','-7.507953643798828'),(239147,89,57,228,'42.52724660316479','-7.509284019470215'),(239146,89,57,227,'42.52512757701037','-7.505593299865723'),(239145,89,57,226,'42.52209123515189','-7.505679130554199'),(239144,89,57,225,'42.51614463822353','-7.504734992980957'),(239143,89,57,224,'42.51835886278329','-7.495465278625488'),(239142,89,57,223,'42.51851701867819','-7.480058670043945'),(239141,89,57,222,'42.52294522121485','-7.4716901779174805'),(239140,89,57,221,'42.526645692601676','-7.4601030349731445'),(239139,89,57,220,'42.525317343476836','-7.444396018981934'),(239138,89,57,219,'42.52904930017152','-7.425899505615234'),(239137,89,57,218,'42.531326316766','-7.421436309814453'),(239136,89,57,217,'42.539579806071266','-7.411479949951172'),(239135,89,57,216,'42.539421703497474','-7.408819198608398'),(239134,89,57,215,'42.53395110789553','-7.401480674743652'),(239133,89,57,214,'42.52636104873845','-7.397103309631348'),(239132,89,57,213,'42.52509594920993','-7.393584251403809'),(239131,89,57,212,'42.52326150938705','-7.389893531799316'),(239130,89,57,211,'42.524241992545164','-7.3862457275390625'),(239129,89,57,210,'42.52433687719547','-7.384743690490723'),(239128,89,57,209,'42.521585163828675','-7.3810529708862305'),(239127,89,57,208,'42.52085767912018','-7.378907203674316'),(239126,89,57,207,'42.522565673294615','-7.37431526184082'),(239125,89,57,206,'42.51927616140166','-7.36659049987793'),(239124,89,57,205,'42.51914963825488','-7.36058235168457'),(239123,89,57,204,'42.517125233064846','-7.358608245849609'),(239122,89,57,203,'42.51399360209563','-7.3508405685424805'),(239120,89,57,201,'42.50402827770856','-7.344145774841309'),(239121,89,57,202,'42.50956476517421','-7.345261573791504'),(239119,89,57,200,'42.50187682458029','-7.347021102905273'),(239118,89,57,199,'42.498681147258516','-7.342171669006348'),(239117,89,57,198,'42.49646622556674','-7.3443603515625'),(239115,89,57,196,'42.493966433997564','-7.342643737792969'),(239116,89,57,197,'42.496086516827994','-7.343845367431641'),(239114,89,57,195,'42.49308040793842','-7.34311580657959'),(239113,89,57,194,'42.49171970062172','-7.341785430908203'),(239112,89,57,193,'42.489188073353794','-7.34311580657959'),(239111,89,57,192,'42.488713381833634','-7.341699600219727'),(239110,89,57,191,'42.48716269776347','-7.341656684875488'),(239109,89,57,190,'42.4857069185518','-7.339382171630859'),(239106,89,57,187,'42.48795386790849','-7.333030700683594'),(239107,89,57,188,'42.48877667424446','-7.333459854125977'),(239108,89,57,189,'42.487510813860084','-7.335391044616699'),(239105,89,57,186,'42.48773234127653','-7.333674430847168'),(239104,89,57,185,'42.486529754442806','-7.33461856842041'),(239103,89,57,184,'42.485548679639656','-7.333245277404785'),(239102,89,57,183,'42.4857385662862','-7.334446907043457'),(239101,89,57,182,'42.483871322563296','-7.33612060546875'),(239100,89,57,181,'42.481719175920325','-7.334661483764648'),(239099,89,57,180,'42.48089627675725','-7.335305213928223'),(239098,89,57,179,'42.47871237650561','-7.333502769470215'),(239097,89,57,178,'42.4776995273285','-7.330927848815918'),(239096,89,57,177,'42.47662335711475','-7.331142425537109'),(239095,89,57,176,'42.47542055673919','-7.330198287963867'),(239094,89,57,175,'42.4721285638115','-7.332601547241211'),(239093,89,57,174,'42.46991270184258','-7.332086563110352'),(239092,89,57,173,'42.46905799126156','-7.330069541931152'),(239090,89,57,171,'42.46984939034792','-7.330198287963867'),(239091,89,57,172,'42.469279584014345','-7.327280044555664'),(239089,89,57,170,'42.47127388348845','-7.329039573669434'),(239088,89,57,169,'42.4721285638115','-7.325263023376465'),(239087,89,57,168,'42.475293944828515','-7.3247480392456055'),(239086,89,57,167,'42.47279330710508','-7.323331832885742'),(239085,89,57,166,'42.47117891828766','-7.319855690002441'),(239084,89,57,165,'42.46687367786478','-7.311229705810547'),(239083,89,57,164,'42.46750682002726','-7.309856414794922'),(239082,89,57,163,'42.471115608073795','-7.311444282531738'),(239081,89,57,162,'42.470355880512095','-7.3090410232543945'),(239078,89,57,159,'42.47564212696649','-7.302818298339844'),(239079,89,57,160,'42.47450261458333','-7.305908203125'),(239080,89,57,161,'42.47197029055813','-7.307538986206055'),(239077,89,57,158,'42.47310984904908','-7.297153472900391'),(239076,89,57,157,'42.46893136647921','-7.292518615722656'),(239075,89,57,156,'42.47045084696159','-7.2873687744140625'),(239074,89,57,155,'42.47348969726863','-7.283592224121094'),(239073,89,57,154,'42.472983232463605','-7.273979187011719'),(239072,89,57,153,'42.472223527571415','-7.269859313964844'),(239071,89,57,152,'42.47045084696159','-7.262477874755859'),(239070,89,57,151,'42.464625971469914','-7.260417938232422'),(239069,89,57,150,'42.46019363789803','-7.254238128662109'),(239067,89,57,148,'42.455507686938795','-7.243595123291016'),(239068,89,57,149,'42.45930713353039','-7.246856689453125'),(239066,89,57,147,'42.45031473711917','-7.245140075683594'),(239065,89,57,146,'42.44892143342463','-7.239646911621094'),(239062,89,57,143,'42.44334790872494','-7.218017578125'),(239063,89,57,144,'42.446261403946686','-7.224712371826172'),(239064,89,57,145,'42.44917476367431','-7.236385345458984'),(239061,89,57,142,'42.44132104952756','-7.214241027832031'),(239060,89,57,141,'42.43638030553687','-7.21527099609375'),(239059,89,57,140,'42.432452769597475','-7.219905853271484'),(239058,89,57,139,'42.425990803955095','-7.220249176025391'),(239057,89,57,138,'42.41889454494551','-7.218875885009766'),(239056,89,57,137,'42.41521938087247','-7.221794128417969'),(239055,89,57,136,'42.409896347600586','-7.223167419433594'),(239054,89,57,135,'42.40698116175213','-7.219562530517578'),(239053,89,57,134,'42.40153066828141','-7.219562530517578'),(239052,89,57,133,'42.3964600166767','-7.217159271240234'),(239051,89,57,132,'42.393670983638714','-7.214412689208984'),(239050,89,57,131,'42.393037095207596','-7.206001281738281'),(239049,89,57,130,'42.39468519181181','-7.202568054199219'),(239048,89,57,129,'42.39341742903454','-7.1939849853515625'),(239047,89,57,128,'42.39468519181181','-7.188663482666016'),(239046,89,57,127,'42.39278353804252','-7.18505859375'),(239045,89,57,126,'42.38771217962709','-7.183513641357422'),(239044,89,57,125,'42.38606389992038','-7.177677154541016'),(239043,89,57,124,'42.38733181122835','-7.173900604248047'),(239042,89,57,123,'42.39138895532425','-7.170295715332031'),(239041,89,57,122,'42.39113539150088','-7.168064117431641'),(239040,89,57,121,'42.386951440524854','-7.1665191650390625'),(239039,89,57,120,'42.38314760672845','-7.162570953369141'),(239038,89,57,119,'42.38517634676783','-7.157764434814453'),(239037,89,57,118,'42.38479596300406','-7.149181365966797'),(239036,89,57,117,'42.38606389992038','-7.147121429443359'),(239034,89,57,115,'42.388980057643984','-7.1404266357421875'),(239035,89,57,116,'42.3858103145858','-7.1445465087890625'),(239033,89,57,114,'42.38948720168034','-7.134246826171875'),(239032,89,57,113,'42.39265675907586','-7.133045196533203'),(239031,89,57,112,'42.39684032976027','-7.1212005615234375'),(239030,89,57,111,'42.40102362155978','-7.118110656738281'),(239029,89,57,110,'42.40077009666238','-7.115020751953125'),(239027,89,57,108,'42.399502456809685','-7.101287841796875'),(239028,89,57,109,'42.40127714543279','-7.1088409423828125'),(239026,89,57,107,'42.398995393697945','-7.095794677734375'),(239025,89,57,106,'42.39836155904614','-7.090644836425781'),(239024,89,57,105,'42.40431935200663','-7.083606719970703'),(239023,89,57,104,'42.405206634470666','-7.079830169677734'),(239022,89,57,103,'42.408628892139205','-7.0717620849609375'),(239020,89,57,101,'42.40533338808401','-7.043609619140625'),(239021,89,57,102,'42.41369856032239','-7.057342529296875'),(239019,89,57,100,'42.411163777451655','-7.037258148193359'),(239018,89,57,99,'42.41179748277328','-7.033138275146484'),(239017,89,57,98,'42.412938136217605','-7.028675079345703'),(239016,89,57,97,'42.414839179192405','-7.023868560791016'),(239015,89,57,96,'42.417627271319674','-7.015628814697266'),(239014,89,57,95,'42.420415239489934','-7.013397216796875'),(239013,89,57,94,'42.42269621215634','-7.004985809326172'),(239012,89,57,93,'42.42447024463857','-6.999149322509766'),(239011,89,57,92,'42.4272579085461','-6.9927978515625'),(239010,89,57,91,'42.42320308370212','-6.994171142578125'),(239009,89,57,90,'42.41914799659736','-6.991767883300781'),(239008,89,57,89,'42.417627271319674','-6.985931396484375'),(239006,89,57,87,'42.410656808584484','-6.977348327636719'),(239007,89,57,88,'42.4159797773177','-6.979408264160156'),(239005,89,57,86,'42.40976960320691','-6.974430084228516'),(239004,89,57,85,'42.40875563883781','-6.968250274658203'),(239003,89,57,84,'42.40976960320691','-6.965847015380859'),(239002,89,57,83,'42.412811397970444','-6.964302062988281'),(239001,89,57,82,'42.4157263128604','-6.9632720947265625'),(239000,89,57,81,'42.41547284737864','-6.9618988037109375'),(238999,89,57,80,'42.41344508664522','-6.958637237548828'),(238997,89,57,78,'42.4157263128604','-6.952457427978516'),(238998,89,57,79,'42.41369856032239','-6.954860687255859'),(238996,89,57,77,'42.41471244478682','-6.949195861816406'),(238995,89,57,76,'42.415346114253616','-6.94061279296875'),(238994,89,57,75,'42.415346114253616','-6.932373046875'),(238993,89,57,74,'42.416233240750586','-6.929454803466797'),(238992,89,57,73,'42.415853045217105','-6.924648284912109'),(238991,89,57,72,'42.413318349422475','-6.914520263671875'),(238990,89,57,71,'42.41547284737864','-6.906623840332031'),(238989,89,57,70,'42.41471244478682','-6.903533935546875'),(242718,91,59,538,'43.384403735532054','-4.297199249267578'),(242404,91,59,224,'43.504612345854696','-5.337724685668945'),(242717,91,59,537,'43.38265711363681','-4.305353164672852'),(242716,91,59,536,'43.37872703038374','-4.31488037109375'),(242715,91,59,535,'43.37897656705307','-4.316253662109375'),(242714,91,59,534,'43.38265711363681','-4.318656921386719'),(242713,91,59,533,'43.382844254104','-4.318742752075195'),(242712,91,59,532,'43.382095688769226','-4.321231842041016'),(242711,91,59,531,'43.38321853330533','-4.321575164794922'),(242710,91,59,530,'43.38278187401246','-4.3238067626953125'),(242709,91,59,529,'43.382095688769226','-4.32586669921875'),(242708,91,59,528,'43.38041138297216','-4.327754974365234'),(242707,91,59,527,'43.37953802080424','-4.329643249511719'),(242706,91,59,526,'43.37585728487315','-4.327583312988281'),(242705,91,59,525,'43.37255067056925','-4.33161735534668'),(242704,91,59,524,'43.3701797795269','-4.331960678100586'),(242703,91,59,523,'43.36699764851419','-4.330244064331055'),(242702,91,59,522,'43.36581210604275','-4.331274032592773'),(242701,91,59,521,'43.36450174266976','-4.333162307739258'),(242700,91,59,520,'43.363503351577656','-4.332647323608398'),(242699,91,59,519,'43.36025846705209','-4.3341064453125'),(242698,91,59,518,'43.35963443090038','-4.333162307739258'),(242697,91,59,517,'43.35913519735781','-4.334278106689453'),(242696,91,59,516,'43.35876076950521','-4.338827133178711'),(242695,91,59,515,'43.35757506606188','-4.340543746948242'),(242694,91,59,514,'43.35520358966534','-4.340972900390625'),(242693,91,59,513,'43.35408022639265','-4.342517852783203'),(242692,91,59,512,'43.35270719859695','-4.341316223144531'),(242691,91,59,511,'43.35170861341599','-4.339685440063477'),(242690,91,59,510,'43.35077242488648','-4.337882995605469'),(242689,91,59,509,'43.347901356682335','-4.337196350097656'),(242688,91,59,508,'43.34708994322839','-4.337968826293945'),(242687,91,59,507,'43.347589275868295','-4.338312149047852'),(242686,91,59,506,'43.3508348379044','-4.340372085571289'),(242685,91,59,505,'43.35308166380379','-4.348611831665039'),(242684,91,59,504,'43.35245755384209','-4.352560043334961'),(242683,91,59,503,'43.35620211733895','-4.354705810546875'),(242682,91,59,502,'43.36394014970222','-4.360542297363281'),(242681,91,59,501,'43.367684004617836','-4.3650054931640625'),(242680,91,59,500,'43.37042935136958','-4.365606307983398'),(242679,91,59,499,'43.374235194724655','-4.369297027587891'),(242678,91,59,498,'43.37429758360961','-4.37281608581543'),(242677,91,59,497,'43.37766648808195','-4.373931884765625'),(242676,91,59,496,'43.37835272345416','-4.376764297485352'),(242675,91,59,495,'43.37966278759845','-4.37779426574707'),(242674,91,59,494,'43.38041138297216','-4.380626678466797'),(242673,91,59,493,'43.38184616493702','-4.381313323974609'),(242672,91,59,492,'43.383655189453094','-4.38328742980957'),(242671,91,59,491,'43.38315615359892','-4.387063980102539'),(242670,91,59,490,'43.38222045030023','-4.390926361083984'),(242669,91,59,489,'43.38147187726315','-4.39702033996582'),(242668,91,59,488,'43.38465324883774','-4.39976692199707'),(242667,91,59,487,'43.38558891458754','-4.397878646850586'),(242666,91,59,486,'43.38752257803891','-4.399080276489258'),(242665,91,59,485,'43.38733545201366','-4.401140213012695'),(242664,91,59,484,'43.38833345080634','-4.403629302978516'),(242663,91,59,483,'43.38808395264864','-4.410667419433594'),(242662,91,59,482,'43.38758495325232','-4.412298202514648'),(242661,91,59,481,'43.3856512917907','-4.41375732421875'),(242660,91,59,480,'43.383904705839726','-4.418306350708008'),(242659,91,59,479,'43.384466113954744','-4.426288604736328'),(242658,91,59,478,'43.38215806956683','-4.431695938110352'),(242657,91,59,477,'43.38165902138892','-4.435300827026367'),(242656,91,59,476,'43.37966278759845','-4.4405364990234375'),(242655,91,59,475,'43.37966278759845','-4.444742202758789'),(242654,91,59,474,'43.377916029115894','-4.452981948852539'),(242653,91,59,473,'43.37479669237852','-4.458303451538086'),(242652,91,59,472,'43.37311218382002','-4.463968276977539'),(242651,91,59,471,'43.37149002024407','-4.473323822021484'),(242650,91,59,470,'43.3718019781476','-4.475898742675781'),(242649,91,59,469,'43.37317457386028','-4.478902816772461'),(242648,91,59,468,'43.37635638080508','-4.481906890869141'),(242647,91,59,467,'43.375358184833395','-4.488258361816406'),(242646,91,59,466,'43.37542057256302','-4.493322372436523'),(242645,91,59,465,'43.37542057256302','-4.495038986206055'),(242644,91,59,464,'43.37629399403824','-4.503965377807617'),(242643,91,59,463,'43.37591967208931','-4.514265060424805'),(242642,91,59,462,'43.37754171717986','-4.52061653137207'),(242641,91,59,461,'43.37573251024834','-4.527826309204102'),(242640,91,59,460,'43.37641876750772','-4.528942108154297'),(242639,91,59,459,'43.376044446329026','-4.532375335693359'),(242638,91,59,458,'43.37835272345416','-4.542417526245117'),(242637,91,59,457,'43.37897656705307','-4.545421600341797'),(242636,91,59,456,'43.382033307907456','-4.558467864990234'),(242635,91,59,455,'43.386649318311974','-4.575290679931641'),(242634,91,59,454,'43.39039177142129','-4.5792388916015625'),(242633,91,59,453,'43.39163920444162','-4.581470489501953'),(242632,91,59,452,'43.39488241013598','-4.588766098022461'),(242631,91,59,451,'43.39519424769066','-4.59228515625'),(242630,91,59,450,'43.393635043870404','-4.600868225097656'),(242629,91,59,449,'43.39313609017517','-4.606533050537109'),(242628,91,59,448,'43.39245002213668','-4.616661071777344'),(242627,91,59,447,'43.391951058685','-4.626102447509766'),(242626,91,59,446,'43.39382215044703','-4.636144638061523'),(242625,91,59,445,'43.39413399345763','-4.647045135498047'),(242624,91,59,444,'43.39600501782289','-4.652109146118164'),(242623,91,59,443,'43.39544371657904','-4.664897918701172'),(242622,91,59,442,'43.39650394789711','-4.669532775878906'),(242621,91,59,441,'43.39731470050609','-4.690561294555664'),(242620,91,59,440,'43.39675341139371','-4.692792892456055'),(242619,91,59,439,'43.39906090005084','-4.69691276550293'),(242618,91,59,438,'43.39837489908842','-4.700860977172852'),(242617,91,59,437,'43.39906090005084','-4.702749252319336'),(242616,91,59,436,'43.39868671867052','-4.709186553955078'),(242615,91,59,435,'43.39762652554417','-4.714422225952148'),(242614,91,59,434,'43.39519424769066','-4.728412628173828'),(242613,91,59,433,'43.40311438355685','-4.741973876953125'),(242612,91,59,432,'43.40311438355685','-4.7454071044921875'),(242611,91,59,431,'43.404174480657545','-4.74858283996582'),(242610,91,59,430,'43.405172202159456','-4.759311676025391'),(242609,91,59,429,'43.406107551143584','-4.759397506713867'),(242608,91,59,428,'43.41371451978556','-4.752874374389648'),(242607,91,59,427,'43.418515147548554','-4.753217697143555'),(242606,91,59,426,'43.421008829947254','-4.754934310913086'),(242605,91,59,425,'43.42119585198685','-4.758281707763672'),(242604,91,59,424,'43.42262966843075','-4.761629104614258'),(242603,91,59,423,'43.424499812760544','-4.7714996337890625'),(242602,91,59,422,'43.424312800927304','-4.782571792602539'),(242601,91,59,421,'43.424312800927304','-4.784116744995117'),(242600,91,59,420,'43.42362708592939','-4.7866058349609375'),(242599,91,59,419,'43.42549719944742','-4.792442321777344'),(242598,91,59,418,'43.425559535569704','-4.820594787597656'),(242597,91,59,417,'43.4271179177651','-4.823083877563477'),(242596,91,59,416,'43.42574654355147','-4.826345443725586'),(242595,91,59,415,'43.420946489139','-4.843683242797852'),(242594,91,59,414,'43.42319071779576','-4.853982925415039'),(242593,91,59,413,'43.425995886628485','-4.8607635498046875'),(242592,91,59,412,'43.43060854829621','-4.872264862060547'),(242591,91,59,411,'43.43166816416212','-4.872522354125977'),(242590,91,59,410,'43.43378734023936','-4.869861602783203'),(242589,91,59,409,'43.434348286191536','-4.871320724487305'),(242588,91,59,408,'43.43484690045062','-4.873208999633789'),(242587,91,59,407,'43.435844116643814','-4.8731231689453125'),(242586,91,59,406,'43.43752688170602','-4.870290756225586'),(242585,91,59,405,'43.441577790844946','-4.873380661010742'),(242584,91,59,404,'43.44282416986194','-4.881105422973633'),(242583,91,59,403,'43.44232562133642','-4.888830184936523'),(242582,91,59,402,'43.442076345533024','-4.899387359619141'),(242581,91,59,401,'43.442450258852965','-4.916896820068359'),(242580,91,59,400,'43.443011124499826','-4.920244216918945'),(242579,91,59,399,'43.44120387213277','-4.923677444458008'),(242578,91,59,398,'43.441079232048494','-4.925050735473633'),(242577,91,59,397,'43.43908495577903','-4.92762565612793'),(242576,91,59,396,'43.43727758613116','-4.936552047729492'),(242575,91,59,395,'43.4352831845572','-4.941186904907227'),(242574,91,59,394,'43.43790082314255','-4.944620132446289'),(242573,91,59,393,'43.43939656577918','-4.956378936767578'),(242572,91,59,392,'43.44045602777552','-4.96058464050293'),(242571,91,59,391,'43.43815011614969','-4.97981071472168'),(242570,91,59,390,'43.43858637644078','-4.980497360229492'),(242569,91,59,389,'43.44176474933443','-4.986248016357422'),(242568,91,59,388,'43.441453151531','-4.990882873535156'),(242567,91,59,387,'43.44126619207862','-4.995689392089844'),(242566,91,59,386,'43.443011124499826','-4.997663497924805'),(242565,91,59,385,'43.44512990335139','-5.005645751953125'),(242564,91,59,384,'43.448432557680064','-5.020322799682617'),(242563,91,59,383,'43.44918030343579','-5.022039413452148'),(242562,91,59,382,'43.45260735320482','-5.028219223022461'),(242561,91,59,381,'43.456034208785105','-5.03972053527832'),(242560,91,59,380,'43.459460870175356','-5.046243667602539'),(242559,91,59,379,'43.459398568974265','-5.047874450683594'),(242558,91,59,378,'43.46070688071621','-5.051479339599609'),(242557,91,59,377,'43.45989697678556','-5.053195953369141'),(242556,91,59,376,'43.46064458079903','-5.054655075073242'),(242555,91,59,375,'43.45983467603384','-5.055942535400391'),(242554,91,59,374,'43.460146179150506','-5.059804916381836'),(242553,91,59,373,'43.46142332514975','-5.06044864654541'),(242552,91,59,372,'43.462856188547214','-5.064997673034668'),(242551,91,59,371,'43.463790646380175','-5.065855979919434'),(242550,91,59,370,'43.463852943055464','-5.066499710083008'),(242549,91,59,369,'43.462638146307846','-5.068216323852539'),(242548,91,59,368,'43.462606997352324','-5.0692033767700195'),(242547,91,59,367,'43.46347916204075','-5.072379112243652'),(242546,91,59,366,'43.46347916204075','-5.073881149291992'),(242545,91,59,365,'43.464413610244314','-5.0752973556518555'),(242544,91,59,364,'43.46478738548139','-5.078387260437012'),(242543,91,59,363,'43.464413610244314','-5.080146789550781'),(242542,91,59,362,'43.4650054199691','-5.082249641418457'),(242541,91,59,361,'43.46547263408034','-5.083022117614746'),(242540,91,59,360,'43.46525460127781','-5.085468292236328'),(242539,91,59,359,'43.465348044003754','-5.0870561599731445'),(242538,91,59,358,'43.46475623763323','-5.088386535644531'),(242537,91,59,357,'43.46472508976905','-5.090360641479492'),(242536,91,59,356,'43.463105378714985','-5.090875625610352'),(242535,91,59,355,'43.46322997341368','-5.091390609741211'),(242534,91,59,354,'43.464133277299865','-5.092206001281738'),(242533,91,59,353,'43.46335456785562','-5.09340763092041'),(242532,91,59,352,'43.463884091369046','-5.093793869018555'),(242531,91,59,351,'43.4641021291147','-5.094780921936035'),(242530,91,59,350,'43.46375949801845','-5.095639228820801'),(242529,91,59,349,'43.46435131414679','-5.0966691970825195'),(242528,91,59,348,'43.46400868446286','-5.09765625'),(242527,91,59,347,'43.463884091369046','-5.099029541015625'),(242526,91,59,346,'43.46438246220357','-5.0997161865234375'),(242525,91,59,345,'43.463790646380175','-5.102033615112305'),(242524,91,59,344,'43.4641021291147','-5.103063583374023'),(242523,91,59,343,'43.463915239666576','-5.104093551635742'),(242522,91,59,342,'43.463852943055464','-5.106754302978516'),(242521,91,59,341,'43.46438246220357','-5.108685493469238'),(242520,91,59,340,'43.46422672175914','-5.1096296310424805'),(242519,91,59,339,'43.46475623763323','-5.113492012023926'),(242518,91,59,338,'43.46447590627766','-5.11439323425293'),(242517,91,59,337,'43.46503656768884','-5.121045112609863'),(242516,91,59,336,'43.46575296081383','-5.123233795166016'),(242515,91,59,335,'43.46491197671351','-5.125036239624023'),(242514,91,59,334,'43.464164425469','-5.125980377197266'),(242513,91,59,333,'43.46438246220357','-5.127396583557129'),(242512,91,59,332,'43.46737260093111','-5.131216049194336'),(242511,91,59,331,'43.46783979674645','-5.132846832275391'),(242510,91,59,330,'43.467621772482005','-5.1337480545043945'),(242509,91,59,329,'43.468306988950715','-5.1340484619140625'),(242508,91,59,328,'43.468244696865455','-5.13460636138916'),(242507,91,59,327,'43.46864959427216','-5.134949684143066'),(242506,91,59,326,'43.46927250806317','-5.13336181640625'),(242505,91,59,325,'43.47026915677589','-5.132889747619629'),(242504,91,59,324,'43.470487171491094','-5.133876800537109'),(242503,91,59,323,'43.47266727539039','-5.134220123291016'),(242502,91,59,322,'43.47282299408825','-5.137438774108887'),(242501,91,59,321,'43.472636131602684','-5.1392412185668945'),(242500,91,59,320,'43.47244926853933','-5.1425886154174805'),(242499,91,59,319,'43.47288528145507','-5.14284610748291'),(242498,91,59,318,'43.47316557381121','-5.143704414367676'),(242497,91,59,317,'43.47428673023593','-5.146064758300781'),(242496,91,59,316,'43.474317873173035','-5.148253440856934'),(242495,91,59,315,'43.4738195842534','-5.149669647216797'),(242494,91,59,314,'43.474317873173035','-5.150270462036133'),(242493,91,59,313,'43.474411301888075','-5.151128768920898'),(242492,91,59,312,'43.47357043825284','-5.152158737182617'),(242491,91,59,311,'43.47316557381121','-5.153617858886719'),(242490,91,59,310,'43.47378844105951','-5.154519081115723'),(242489,91,59,309,'43.47419330132833','-5.15533447265625'),(242488,91,59,308,'43.47375729784957','-5.156149864196777'),(242487,91,59,307,'43.4734147214809','-5.155248641967773'),(242486,91,59,306,'43.47210668475589','-5.15507698059082'),(242485,91,59,305,'43.47151494455596','-5.157308578491211'),(242484,91,59,304,'43.47176409903054','-5.157866477966309'),(242483,91,59,303,'43.47272956291769','-5.1584672927856445'),(242482,91,59,302,'43.47285413777968','-5.15932559967041'),(242481,91,59,301,'43.47350815159223','-5.160913467407227'),(242480,91,59,300,'43.47316557381121','-5.162200927734375'),(242479,91,59,299,'43.47366386812342','-5.163059234619141'),(242478,91,59,298,'43.4729787123849','-5.168852806091309'),(242477,91,59,297,'43.47126578905425','-5.170097351074219'),(242476,91,59,296,'43.470985487887056','-5.171470642089844'),(242475,91,59,295,'43.470300301783354','-5.173101425170898'),(242474,91,59,294,'43.46880532332175','-5.177650451660156'),(242473,91,59,293,'43.46861844841409','-5.179538726806641'),(242472,91,59,292,'43.46715457498153','-5.179495811462402'),(242471,91,59,291,'43.46550378155938','-5.184903144836426'),(242470,91,59,290,'43.463915239666576','-5.186405181884766'),(242469,91,59,289,'43.46161022230138','-5.187392234802246'),(242468,91,59,288,'43.46095607974298','-5.189023017883301'),(242467,91,59,287,'43.46136102597081','-5.190482139587402'),(241050,90,58,509,'43.1430821780996','-5.905580520629883'),(241049,90,58,508,'43.14389631348473','-5.907468795776367'),(241048,90,58,507,'43.144522564095624','-5.907554626464844'),(241047,90,58,506,'43.145837669496494','-5.908670425415039'),(241046,90,58,505,'43.145336680298804','-5.912361145019531'),(241045,90,58,504,'43.14389631348473','-5.913562774658203'),(241044,90,58,503,'43.14389631348473','-5.915021896362305'),(241043,90,58,502,'43.145399304173075','-5.915193557739258'),(241042,90,58,501,'43.14702750238552','-5.915708541870117'),(241041,90,58,500,'43.14746585603295','-5.9181976318359375'),(241040,90,58,499,'43.14865565722988','-5.918970108032227'),(241039,90,58,498,'43.149594957605004','-5.91639518737793'),(241038,90,58,497,'43.150409006254016','-5.915966033935547'),(241037,90,58,496,'43.15109780818096','-5.916566848754883'),(241036,90,58,495,'43.15159875016117','-5.916566848754883'),(241035,90,58,494,'43.15247538874671','-5.920600891113281'),(241034,90,58,493,'43.153477246018774','-5.920858383178711'),(241033,90,58,492,'43.15410339847366','-5.919828414916992'),(241032,90,58,491,'43.15523045672542','-5.920257568359375'),(241031,90,58,490,'43.15685839305898','-5.920429229736328'),(241030,90,58,489,'43.157734956198176','-5.919742584228516'),(241029,90,58,488,'43.15760973366244','-5.921115875244141'),(241028,90,58,487,'43.15585659121691','-5.922231674194336'),(241027,90,58,486,'43.15523045672542','-5.923948287963867'),(241026,90,58,485,'43.1556687515431','-5.926952362060547'),(241025,90,58,484,'43.15667055646463','-5.927038192749023'),(241024,90,58,483,'43.156607944138194','-5.9278106689453125'),(241023,90,58,482,'43.15779756736981','-5.928840637207031'),(241022,90,58,481,'43.156607944138194','-5.929355621337891'),(241021,90,58,480,'43.155731364831865','-5.930385589599609'),(241020,90,58,479,'43.15422862819478','-5.930900573730469'),(241019,90,58,478,'43.15410339847366','-5.932188034057617'),(241018,90,58,477,'43.15191183681377','-5.931415557861328'),(241017,90,58,476,'43.151348279684285','-5.932703018188477'),(241016,90,58,475,'43.151473515051045','-5.934848785400391'),(241015,90,58,474,'43.15172398501466','-5.937337875366211'),(241014,90,58,473,'43.15103519014474','-5.937938690185547'),(241013,90,58,472,'43.150095911902866','-5.937938690185547'),(241012,90,58,471,'43.14934447891636','-5.938711166381836'),(241011,90,58,470,'43.15047162493179','-5.939397811889648'),(241010,90,58,469,'43.15059686209487','-5.940084457397461'),(241009,90,58,468,'43.15047162493179','-5.941457748413086'),(241008,90,58,467,'43.152224921862505','-5.942144393920898'),(241007,90,58,466,'43.15153613263817','-5.944118499755859'),(241006,90,58,465,'43.15028376870603','-5.944719314575195'),(241005,90,58,464,'43.15116042615303','-5.9456634521484375'),(241004,90,58,463,'43.151786602345204','-5.947723388671875'),(241003,90,58,462,'43.152725854604434','-5.947895050048828'),(241002,90,58,461,'43.1529763194357','-5.948238372802734'),(241001,90,58,460,'43.15391555341081','-5.949182510375977'),(241000,90,58,459,'43.15241277212189','-5.949010848999023'),(240999,90,58,458,'43.15172398501466','-5.949440002441406'),(240998,90,58,457,'43.149970673713334','-5.948324203491211'),(240997,90,58,456,'43.14946971838901','-5.949525833129883'),(240996,90,58,455,'43.14921923918713','-5.950212478637695'),(240995,90,58,454,'43.14878089811391','-5.952358245849609'),(240994,90,58,453,'43.148593036691636','-5.953302383422852'),(240993,90,58,452,'43.14846779542271','-5.956392288208008'),(240992,90,58,451,'43.14934447891636','-5.958280563354492'),(240991,90,58,450,'43.14884351845969','-5.960254669189453'),(240990,90,58,449,'43.15116042615303','-5.96257209777832'),(240989,90,58,448,'43.15241277212189','-5.96308708190918'),(240988,90,58,447,'43.1531641673855','-5.964546203613281'),(240987,90,58,446,'43.153539861552964','-5.966777801513672'),(240986,90,58,445,'43.15379032304816','-5.96806526184082'),(240985,90,58,444,'43.15479215876416','-5.96832275390625'),(240984,90,58,443,'43.15598181734535','-5.969781875610352'),(240983,90,58,442,'43.15648271929287','-5.971927642822266'),(240982,90,58,441,'43.15829845443328','-5.973300933837891'),(240981,90,58,440,'43.1594880447531','-5.973300933837891'),(240980,90,58,439,'43.16067761191268','-5.9745025634765625'),(240979,90,58,438,'43.16155412026288','-5.976047515869141'),(240978,90,58,437,'43.16393315097006','-5.976991653442383'),(240977,90,58,436,'43.16399575579023','-5.97956657409668'),(240976,90,58,435,'43.16499742418806','-5.981025695800781'),(240975,90,58,434,'43.16606167886483','-5.982828140258789'),(240974,90,58,433,'43.16837793377458','-5.985403060913086'),(240973,90,58,432,'43.17081929657168','-5.989866256713867'),(240972,90,58,431,'43.17282239316348','-5.991497039794922'),(240971,90,58,430,'43.17438726666349','-5.991582870483398'),(240970,90,58,429,'43.175701729415216','-5.993213653564453'),(240969,90,58,428,'43.177203937914705','-5.993814468383789'),(240968,90,58,427,'43.17801761875519','-5.993471145629883'),(240967,90,58,426,'43.178706109459','-5.993986129760742'),(240966,90,58,425,'43.18077153499129','-5.994157791137695'),(240965,90,58,424,'43.18202327403702','-5.992956161499023'),(240964,90,58,423,'43.18340015734588','-5.99278450012207'),(240963,90,58,422,'43.18452667513763','-5.9937286376953125'),(240962,90,58,421,'43.185340258392465','-5.993385314941406'),(240961,90,58,420,'43.186779648358204','-5.993213653564453'),(240960,90,58,419,'43.188031264218026','-5.994415283203125'),(240959,90,58,418,'43.191473075502664','-5.994415283203125'),(240958,90,58,417,'43.193913514989596','-5.998620986938477'),(240957,90,58,416,'43.19722985325315','-6.002912521362305'),(240956,90,58,415,'43.19967006253075','-6.006431579589844'),(240955,90,58,414,'43.19973263071618','-6.009435653686523'),(240954,90,58,413,'43.20067114579822','-6.010551452636719'),(240953,90,58,412,'43.20073371295706','-6.013727188110352'),(240952,90,58,411,'43.199920334887494','-6.015357971191406'),(240951,90,58,410,'43.200358309041576','-6.017332077026367'),(240950,90,58,409,'43.200045470680884','-6.019477844238281'),(240949,90,58,408,'43.201609646443906','-6.028146743774414'),(240948,90,58,407,'43.20598912524205','-6.033639907836914'),(240947,90,58,406,'43.21606073334134','-6.037330627441406'),(240946,90,58,405,'43.21712409798692','-6.041965484619141'),(240945,90,58,404,'43.21474713964836','-6.042652130126953'),(240944,90,58,403,'43.21393394842017','-6.044883728027344'),(240943,90,58,402,'43.21462203401136','-6.047115325927734'),(240942,90,58,401,'43.21368373355302','-6.050548553466797'),(240941,90,58,400,'43.211744533523934','-6.051578521728516'),(240940,90,58,399,'43.212682863818244','-6.054496765136719'),(240939,90,58,398,'43.21055596109311','-6.055183410644531'),(240938,90,58,397,'43.209555040027794','-6.058101654052734'),(240937,90,58,396,'43.204863003578964','-6.055698394775391'),(240936,90,58,395,'43.20373686112732','-6.060161590576172'),(240935,90,58,394,'43.2017347787726','-6.061105728149414'),(240934,90,58,393,'43.20067114579822','-6.06745719909668'),(240933,90,58,392,'43.19647899999593','-6.0678863525390625'),(240932,90,58,391,'43.19372579233989','-6.0706329345703125'),(240931,90,58,390,'43.19353806911272','-6.072521209716797'),(240930,90,58,389,'43.190847306068775','-6.075611114501953'),(240929,90,58,388,'43.1884067439715','-6.076812744140625'),(240928,90,58,387,'43.17682838925438','-6.083893775939941'),(240927,90,58,386,'43.17620246968783','-6.087155342102051'),(240926,90,58,385,'43.174136889598095','-6.093807220458984'),(240925,90,58,384,'43.16959862737102','-6.095824241638184'),(240924,90,58,383,'43.1680336311699','-6.095395088195801'),(240923,90,58,382,'43.1670007117114','-6.095952987670898'),(240922,90,58,381,'43.16408966290024','-6.096510887145996'),(240921,90,58,380,'43.163087979618126','-6.095824241638184'),(240920,90,58,379,'43.161961066293934','-6.096639633178711'),(240919,90,58,378,'43.15757842798842','-6.106081008911133'),(240918,90,58,377,'43.15714014686792','-6.121273040771484'),(240917,90,58,376,'43.147591099354834','-6.143374443054199'),(240916,90,58,375,'43.14802944896054','-6.144189834594727'),(240915,90,58,374,'43.14771634242008','-6.144833564758301'),(240914,90,58,373,'43.150346387512094','-6.154360771179199'),(240913,90,58,372,'43.150377696891084','-6.167664527893066'),(240912,90,58,371,'43.151191735115','-6.169123649597168'),(240911,90,58,370,'43.149939364125856','-6.169166564941406'),(240910,90,58,369,'43.15028376870603','-6.171441078186035'),(240909,90,58,368,'43.14990805452232','-6.17955207824707'),(240908,90,58,367,'43.14840517469201','-6.177835464477539'),(240907,90,58,366,'43.1419235821281','-6.181783676147461'),(240906,90,58,365,'43.14442862691297','-6.1821699142456055'),(240905,90,58,364,'43.1415165026554','-6.183586120605469'),(240904,90,58,363,'43.141015478045034','-6.185603141784668'),(240903,90,58,362,'43.14023261887171','-6.186504364013672'),(240902,90,58,361,'43.14063970689283','-6.192426681518555'),(240901,90,58,360,'43.140952849680026','-6.1904096603393555'),(240900,90,58,359,'43.14170438582577','-6.192469596862793'),(240899,90,58,358,'43.141109420472226','-6.194744110107422'),(240898,90,58,357,'43.14217409122562','-6.196761131286621'),(240897,90,58,356,'43.140357877013045','-6.207447052001953'),(240896,90,58,355,'43.140921535473495','-6.208734512329102'),(240895,90,58,354,'43.14289429916336','-6.208562850952148'),(240894,90,58,353,'43.14339530837697','-6.209464073181152'),(240893,90,58,352,'43.1429256123595','-6.21251106262207'),(240892,90,58,351,'43.14502355996528','-6.21675968170166'),(240891,90,58,350,'43.14806075952638','-6.217918395996094'),(240890,90,58,349,'43.14687094674961','-6.218132972717285'),(240889,90,58,348,'43.149688886848615','-6.219592094421387'),(240888,90,58,347,'43.15065948058015','-6.219120025634766'),(240887,90,58,346,'43.15184921961155','-6.218132972717285'),(240886,90,58,345,'43.15278847090849','-6.219077110290527'),(240885,90,58,344,'43.150409006254016','-6.224784851074219'),(240884,90,58,343,'43.150534243545415','-6.2255144119262695'),(240883,90,58,342,'43.14893744885808','-6.225471496582031'),(240882,90,58,341,'43.14715274660554','-6.228647232055664'),(240881,90,58,340,'43.152882395244255','-6.235342025756836'),(240880,90,58,339,'43.15488608002051','-6.235814094543457'),(240879,90,58,338,'43.158705422149026','-6.244997978210449'),(240878,90,58,337,'43.156388800490454','-6.245856285095215'),(240877,90,58,336,'43.15648271929287','-6.248130798339844'),(240876,90,58,335,'43.15588789777306','-6.251435279846191'),(240875,90,58,334,'43.15685839305898','-6.254396438598633'),(240874,90,58,333,'43.16020804869535','-6.255941390991211'),(240873,90,58,332,'43.160865436189155','-6.258430480957031'),(240872,90,58,331,'43.16023935302212','-6.257743835449219'),(240871,90,58,330,'43.157922789520605','-6.256842613220215'),(240870,90,58,329,'43.15914369204229','-6.25821590423584'),(240869,90,58,328,'43.15682708700004','-6.257658004760742'),(240868,90,58,327,'43.155950510837286','-6.258687973022461'),(240867,90,58,326,'43.15457300860468','-6.258859634399414'),(240866,90,58,325,'43.15472954451306','-6.259803771972656'),(240865,90,58,324,'43.15235015543291','-6.261048316955566'),(240864,90,58,323,'43.15109780818096','-6.261348724365234'),(240863,90,58,322,'43.14865565722988','-6.263322830200195'),(240862,90,58,321,'43.146651768185734','-6.26246452331543'),(240861,90,58,320,'43.14608816255564','-6.263751983642578'),(240860,90,58,319,'43.14389631348473','-6.26246452331543'),(240859,90,58,318,'43.14301955185167','-6.263065338134766'),(240858,90,58,317,'43.139011338545615','-6.263065338134766'),(240857,90,58,316,'43.1371323981028','-6.2615203857421875'),(240856,90,58,315,'43.13663133756685','-6.258687973022461'),(240855,90,58,314,'43.13525339992271','-6.257228851318359'),(240854,90,58,313,'43.13437651434644','-6.254568099975586'),(240853,90,58,312,'43.13168314431528','-6.25370979309082'),(240852,90,58,311,'43.12880173342851','-6.251049041748047'),(240851,90,58,310,'43.12504316740127','-6.252937316894531'),(240850,90,58,309,'43.12184820469932','-6.251392364501953'),(240849,90,58,308,'43.12003138678775','-6.252937316894531'),(240848,90,58,307,'43.118089211429655','-6.2505340576171875'),(240847,90,58,306,'43.11276357564203','-6.254310607910156'),(240846,90,58,305,'43.10919200732624','-6.259117126464844'),(240845,90,58,304,'43.10681084599441','-6.25920295715332'),(240844,90,58,303,'43.090704244267364','-6.258945465087891'),(240843,90,58,302,'43.083495637946285','-6.260490417480469'),(240842,90,58,301,'43.08004774374197','-6.2587738037109375'),(240841,90,58,300,'43.07829237761156','-6.259889602661133'),(240840,90,58,299,'43.0696401955553','-6.257829666137695'),(240839,90,58,298,'43.06738290368878','-6.255168914794922'),(240838,90,58,297,'43.064686585013895','-6.254482269287109'),(240837,90,58,296,'43.06155118161127','-6.251306533813477'),(240836,90,58,295,'43.05841561785545','-6.244182586669922'),(240835,90,58,294,'43.05327294616645','-6.242036819458008'),(240834,90,58,293,'43.05352381820594','-6.240663528442383'),(240833,90,58,292,'43.05176769237844','-6.241607666015625'),(240832,90,58,291,'43.05183041202389','-6.241006851196289'),(240831,90,58,290,'43.05264576157791','-6.239891052246094'),(240830,90,58,289,'43.05421371102301','-6.24049186706543'),(240829,90,58,288,'43.05615791266122','-6.239805221557617'),(240828,90,58,287,'43.05295935467392','-6.238431930541992'),(240827,90,58,286,'43.05070144859255','-6.238002777099609'),(240826,90,58,285,'43.04982335155646','-6.237144470214844'),(240825,90,58,284,'43.04806711977028','-6.235771179199219'),(240824,90,58,283,'43.04605993615531','-6.239204406738281'),(240823,90,58,282,'43.040539842561564','-6.241607666015625'),(240822,90,58,281,'43.039912527770866','-6.2450408935546875'),(240821,90,58,280,'43.038908810765044','-6.2505340576171875'),(240820,90,58,279,'43.03865787894807','-6.248989105224609'),(240819,90,58,278,'43.03828147929849','-6.244869232177734'),(240818,90,58,277,'43.038532412654774','-6.241779327392578'),(240817,90,58,276,'43.03665038746902','-6.239719390869141'),(240816,90,58,275,'43.028243303567116','-6.2271881103515625'),(240815,90,58,274,'43.00577693859287','-6.225471496582031'),(240814,90,58,273,'42.99297119949901','-6.230621337890625'),(240813,90,58,272,'42.987948612501576','-6.230106353759766'),(240812,90,58,271,'42.97815338735813','-6.223926544189453'),(240811,90,58,270,'42.97714866064064','-6.217918395996094'),(240810,90,58,269,'42.97237598454106','-6.217231750488281'),(240809,90,58,268,'42.96973829410427','-6.212940216064453'),(240808,90,58,267,'42.9663468116113','-6.2107086181640625'),(240807,90,58,266,'42.95591997226429','-6.2024688720703125'),(240806,90,58,265,'42.953030294469514','-6.198863983154297'),(240805,90,58,264,'42.95152258262509','-6.191310882568359'),(240804,90,58,263,'42.947627489405846','-6.208477020263672'),(240803,90,58,262,'42.94875834831412','-6.2120819091796875'),(240802,90,58,261,'42.9524020856897','-6.228904724121094'),(240801,90,58,260,'42.94234987312984','-6.244010925292969'),(240800,90,58,259,'42.945742678389855','-6.251220703125'),(240799,90,58,258,'42.9417215553402','-6.2587738037109375'),(240798,90,58,257,'42.940213566483024','-6.266155242919922'),(240797,90,58,256,'42.93719747796555','-6.274909973144531'),(240796,90,58,255,'42.93305011502799','-6.290531158447266'),(240795,90,58,254,'42.93895688088825','-6.311130523681641'),(240794,90,58,253,'42.94272686072577','-6.341686248779297'),(240793,90,58,252,'42.94649660972156','-6.345806121826172'),(240792,90,58,251,'42.94838139765314','-6.360483169555664'),(240791,90,58,250,'42.95076871285208','-6.370182037353516'),(240790,90,58,249,'42.95202515734386','-6.372241973876953'),(240789,90,58,248,'42.95265336997111','-6.374473571777344'),(240788,90,58,247,'42.9492609456045','-6.379966735839844'),(240787,90,58,246,'42.951271293726755','-6.401939392089844'),(240786,90,58,245,'42.958558255226485','-6.411724090576172'),(240785,90,58,244,'42.95277901172708','-6.411724090576172'),(240784,90,58,243,'42.951396938304164','-6.414127349853516'),(240783,90,58,242,'42.955040519473286','-6.427173614501953'),(240782,90,58,241,'42.955794336920796','-6.434898376464844'),(240781,90,58,240,'42.955417429351286','-6.440391540527344'),(240780,90,58,239,'42.960317047691916','-6.44073486328125'),(240779,90,58,238,'42.95755320838841','-6.442966461181641'),(240778,90,58,237,'42.94963789087908','-6.4675140380859375'),(240777,90,58,236,'42.94988918644632','-6.480216979980469'),(240776,90,58,235,'42.93958522689175','-6.532402038574219'),(240775,90,58,234,'42.942098546783455','-6.5787506103515625'),(240774,90,58,233,'42.94109323113828','-6.582183837890625'),(240773,90,58,232,'42.94875834831412','-6.602783203125'),(240770,90,58,229,'42.9730039894005','-6.624755859375'),(240771,90,58,230,'42.967226102805675','-6.625099182128906'),(240772,90,58,231,'42.95152258262509','-6.611881256103516'),(240769,90,58,228,'42.98016279154251','-6.623725891113281'),(240768,90,58,227,'42.98166980158637','-6.625957489013672'),(240767,90,58,226,'42.98468371085915','-6.626644134521484'),(240766,90,58,225,'42.98857645832184','-6.622352600097656'),(240765,90,58,224,'42.986692901622135','-6.6295623779296875'),(240764,90,58,223,'42.99058552185121','-6.6350555419921875'),(240763,90,58,222,'42.989329864840975','-6.627159118652344'),(240762,90,58,221,'42.994352338968866','-6.638660430908203'),(240761,90,58,220,'42.993724552148585','-6.634197235107422'),(240760,90,58,219,'42.994352338968866','-6.631622314453125'),(240759,90,58,218,'42.9938501100257','-6.620464324951172'),(240758,90,58,217,'42.99585900117211','-6.620979309082031'),(240757,90,58,216,'42.99887221475982','-6.629390716552734'),(240756,90,58,215,'42.99849557114192','-6.619777679443359'),(240755,90,58,214,'42.99937440265897','-6.614284515380859'),(240754,90,58,213,'43.003391758092484','-6.621665954589844'),(240753,90,58,212,'43.00590247184338','-6.623554229736328'),(240752,90,58,211,'43.00816202648563','-6.622180938720703'),(240751,90,58,210,'43.01205328686633','-6.626987457275391'),(240750,90,58,209,'43.01293192444619','-6.626129150390625'),(240749,90,58,208,'43.01431261524609','-6.624584197998047'),(240748,90,58,207,'43.01644634906304','-6.623897552490234'),(240747,90,58,206,'43.01456364660201','-6.625957489013672'),(240746,90,58,205,'43.01531673451292','-6.628017425537109'),(240745,90,58,204,'43.011551202605524','-6.630077362060547'),(240744,90,58,203,'43.016069813188494','-6.630077362060547'),(240743,90,58,202,'43.01707390372319','-6.629047393798828'),(240742,90,58,201,'43.021466606767234','-6.623897552490234'),(240741,90,58,200,'43.028494277971056','-6.624927520751953'),(240740,90,58,199,'43.03112944725668','-6.622352600097656'),(240739,90,58,198,'43.03665038746902','-6.618919372558594'),(240738,90,58,197,'43.040037991242116','-6.620121002197266'),(240737,90,58,196,'43.04800439627647','-6.615056991577148'),(240736,90,58,195,'43.05371197156209','-6.616859436035156'),(240734,90,58,193,'43.05615791266122','-6.617116928100586'),(240735,90,58,194,'43.05465272968394','-6.61625862121582'),(240733,90,58,192,'43.052269447746056','-6.622438430786133'),(240732,90,58,191,'43.05264576157791','-6.624240875244141'),(240731,90,58,190,'43.05277119900874','-6.630764007568359'),(240730,90,58,189,'43.0522067285496','-6.634540557861328'),(240729,90,58,188,'43.050074237706724','-6.637887954711914'),(240728,90,58,187,'43.04687536242006','-6.640119552612305'),(240727,90,58,186,'43.04474268621464','-6.648616790771484'),(240726,90,58,185,'43.046499013183265','-6.646642684936523'),(240725,90,58,184,'43.04499359314596','-6.651878356933594'),(240724,90,58,183,'43.046248112409266','-6.652822494506836'),(240723,90,58,182,'43.044554505342695','-6.6542816162109375'),(240722,90,58,181,'43.04467995932147','-6.659431457519531'),(240721,90,58,180,'43.04762805396669','-6.659259796142578'),(240720,90,58,179,'43.04831801310415','-6.658830642700195'),(240719,90,58,178,'43.05258304276627','-6.659173965454102'),(240718,90,58,177,'43.05327294616645','-6.658573150634766'),(240717,90,58,176,'43.05565618910712','-6.656427383422852'),(240716,90,58,175,'43.05553075757719','-6.657886505126953'),(240715,90,58,174,'43.05615791266122','-6.659517288208008'),(240714,90,58,173,'43.0569732046815','-6.66020393371582'),(240713,90,58,172,'43.05546804171601','-6.661233901977539'),(240712,90,58,171,'43.055593473374216','-6.66346549987793'),(240711,90,58,170,'43.053962841805664','-6.662435531616211'),(240710,90,58,169,'43.052833917627936','-6.664152145385742'),(240709,90,58,168,'43.05339838231448','-6.666126251220703'),(240708,90,58,167,'43.05314750976187','-6.667499542236328'),(240707,90,58,166,'43.052018570575385','-6.6666412353515625'),(240706,90,58,165,'43.050952331151','-6.668272018432617'),(240705,90,58,164,'43.048694351180764','-6.666812896728516'),(240704,90,58,163,'43.048631628328344','-6.670417785644531'),(240703,90,58,162,'43.04618538705541','-6.670074462890625'),(240702,90,58,161,'43.045432677806424','-6.674280166625977'),(240701,90,58,160,'43.044115414396636','-6.675310134887695'),(240700,90,58,159,'43.0451190462268','-6.681404113769531'),(240699,90,58,158,'43.04110442038939','-6.683807373046875'),(240698,90,58,157,'43.04198264223976','-6.686296463012695'),(240697,90,58,156,'43.040037991242116','-6.687498092651367'),(240696,90,58,155,'43.04223356045948','-6.693334579467773'),(240695,90,58,154,'43.04185718274509','-6.694879531860352'),(240694,90,58,153,'43.043927231600534','-6.696681976318359'),(240693,90,58,152,'43.041355342200845','-6.708354949951172'),(240692,90,58,151,'43.039598867970355','-6.711616516113281'),(240691,90,58,150,'43.04148080272174','-6.714878082275391'),(240690,90,58,149,'43.04267266487462','-6.719512939453125'),(240689,90,58,148,'43.04373904822718','-6.7201995849609375'),(240688,90,58,147,'43.038344212733776','-6.723804473876953'),(240687,90,58,146,'43.03840694610489','-6.72637939453125'),(240686,90,58,145,'43.03552114465017','-6.726894378662109'),(240685,90,58,144,'43.035144725759324','-6.730928421020508'),(240684,90,58,143,'43.03144315034989','-6.730842590332031'),(240683,90,58,142,'43.029498165324995','-6.735219955444336'),(240682,90,58,141,'43.032635207480894','-6.744575500488281'),(240681,90,58,140,'43.03006284474625','-6.74586296081543'),(240680,90,58,139,'43.02397658169533','-6.7476654052734375'),(240679,90,58,138,'43.0259844877537','-6.751871109008789'),(240678,90,58,137,'43.02429032134608','-6.754617691040039'),(240677,90,58,136,'43.02987461884974','-6.75684928894043'),(240676,90,58,135,'43.02918445229062','-6.759767532348633'),(240675,90,58,134,'43.03094122463113','-6.763715744018555'),(240674,90,58,133,'43.0283060472643','-6.765346527099609'),(240673,90,58,132,'43.02818055980579','-6.768608093261719'),(240672,90,58,131,'43.02956090773945','-6.773242950439453'),(240671,90,58,130,'43.02962365008978','-6.774873733520508'),(240670,90,58,129,'43.027113906050445','-6.77581787109375'),(240669,90,58,128,'43.02749037419823','-6.778650283813477'),(240668,90,58,127,'43.026674690293156','-6.783285140991211'),(240667,90,58,126,'43.02730214041295','-6.786031723022461'),(240666,90,58,125,'43.02510603693426','-6.786460876464844'),(240665,90,58,124,'43.02328634881969','-6.793241500854492'),(240664,90,58,123,'43.024666806810565','-6.79753303527832'),(240663,90,58,122,'43.0247923014523','-6.802167892456055'),(240662,90,58,121,'43.02397658169533','-6.798734664916992'),(240661,90,58,120,'43.02209411011953','-6.795387268066406'),(240660,90,58,119,'43.02215686010203','-6.7902374267578125'),(240659,90,58,118,'43.01958405822924','-6.796245574951172'),(240658,90,58,117,'43.016948393304226','-6.800708770751953'),(240657,90,58,116,'43.01594430071726','-6.813669204711914'),(240656,90,58,115,'43.01431261524609','-6.818647384643555'),(240655,90,58,114,'43.01456364660201','-6.82551383972168'),(240654,90,58,113,'43.013998824608166','-6.830234527587891'),(240653,90,58,112,'43.01337123852228','-6.832122802734375'),(240652,90,58,111,'43.012367087445014','-6.833066940307617'),(240651,90,58,110,'43.01286916503592','-6.835126876831055'),(240650,90,58,109,'43.01286916503592','-6.839160919189453'),(240649,90,58,108,'43.014751919445565','-6.84147834777832'),(240648,90,58,107,'43.01456364660201','-6.845684051513672'),(240647,90,58,106,'43.012367087445014','-6.846199035644531'),(240646,90,58,105,'43.01029597399609','-6.843881607055664'),(240645,90,58,104,'43.01249260722756','-6.847314834594727'),(240644,90,58,103,'43.01487743435392','-6.847400665283203'),(240642,90,58,101,'43.01600705698494','-6.848516464233398'),(240643,90,58,102,'43.01525397753974','-6.846113204956055'),(240641,90,58,100,'43.02021158082204','-6.851606369018555'),(240640,90,58,99,'43.02159210795078','-6.852550506591797'),(240639,90,58,98,'43.02485504867695','-6.857013702392578'),(240638,90,58,97,'43.02686292600252','-6.865253448486328'),(240637,90,58,96,'43.032133291510895','-6.870746612548828'),(240636,90,58,95,'43.036148504337255','-6.871776580810547'),(240635,90,58,94,'43.0365249170709','-6.87469482421875'),(240634,90,58,93,'43.038156012235525','-6.872978210449219'),(240633,90,58,92,'43.05233216687839','-6.872291564941406'),(240632,90,58,91,'43.0527084803254','-6.876411437988281'),(240631,90,58,90,'43.055091745202','-6.876411437988281'),(240630,90,58,89,'43.06161389125079','-6.878643035888672'),(240629,90,58,88,'43.062868070571454','-6.878471374511719'),(240628,90,58,87,'43.063745980830255','-6.88018798828125'),(240627,90,58,86,'43.071019610773064','-6.882591247558594'),(240626,90,58,85,'43.071991452853176','-6.884007453918457'),(240625,90,58,84,'43.07371565087733','-6.883578300476074'),(240624,90,58,83,'43.07663100263256','-6.886539459228516'),(240623,90,58,82,'43.0808000281176','-6.889758110046387'),(240622,90,58,81,'43.0810821323771','-6.891903877258301'),(240621,90,58,80,'43.08064330296772','-6.894350051879883'),(240620,90,58,79,'43.081709026081086','-6.895465850830078'),(240619,90,58,78,'43.081959781766656','-6.898040771484375'),(240618,90,58,77,'43.080831373099464','-6.899371147155762'),(240617,90,58,76,'43.08211650354897','-6.900358200073242'),(240616,90,58,75,'43.081019442653904','-6.902117729187012'),(240615,90,58,74,'43.082900106446914','-6.90241813659668'),(240614,90,58,73,'43.08277473065676','-6.903276443481445'),(240613,90,58,72,'43.083746386319355','-6.902804374694824'),(240612,90,58,71,'43.088322363849144','-6.905207633972168'),(240611,90,58,70,'43.08851041040771','-6.908426284790039'),(240610,90,58,69,'43.09067290433691','-6.9113874435424805'),(240609,90,58,68,'43.09346209534859','-6.911430358886719'),(240608,90,58,67,'43.095123013920286','-6.91340446472168'),(240607,90,58,66,'43.095279702026275','-6.9158935546875'),(240606,90,58,65,'43.090735584181786','-6.919670104980469'),(240605,90,58,64,'43.090453524374716','-6.926794052124023'),(240604,90,58,63,'43.091362379102485','-6.926708221435547'),(240603,90,58,62,'43.09217720290962','-6.9289398193359375'),(240602,90,58,61,'43.08879247916308','-6.931729316711426'),(240601,90,58,60,'43.089356612776974','-6.933317184448242'),(240600,90,58,59,'43.09076692408016','-6.93361759185791'),(240599,90,58,58,'43.0891058873678','-6.935033798217773'),(240598,90,58,57,'43.089074546619486','-6.937136650085449'),(240597,90,58,56,'43.081552303256444','-6.941685676574707'),(240596,90,58,55,'43.079358141616765','-6.948380470275879'),(240595,90,58,54,'43.08136423533768','-6.944818496704102'),(240594,90,58,53,'43.07951487005404','-6.953573226928711'),(240593,90,58,52,'43.08032985146527','-6.954860687255859'),(240592,90,58,51,'43.071395809535375','-6.957521438598633'),(240591,90,58,50,'43.07286923245426','-6.960654258728027'),(240590,90,58,49,'43.07117636053797','-6.968379020690918'),(240589,90,58,48,'43.071615257747005','-6.970267295837402'),(240588,90,58,47,'43.07036125738264','-6.9704389572143555'),(240587,90,58,46,'43.07656830835514','-6.978936195373535'),(240586,90,58,45,'43.07782218171604','-6.9811248779296875'),(240585,90,58,44,'43.07744602240181','-6.981725692749023'),(240584,90,58,43,'43.07587866707018','-6.980910301208496'),(240583,90,58,42,'43.073966439276205','-6.982927322387695'),(240582,90,58,41,'43.076004056972025','-6.986532211303711'),(240581,90,58,40,'43.079389487336286','-6.987648010253906'),(240580,90,58,39,'43.08293145035439','-6.991724967956543'),(240579,90,58,38,'43.083338919691926','-6.997432708740234'),(240578,90,58,37,'43.084310566406344','-6.998591423034668'),(240577,90,58,36,'43.0882283403534','-6.997432708740234'),(240576,90,58,35,'43.09076692408016','-6.997818946838379'),(240575,90,58,34,'43.090140123065616','-7.001810073852539'),(240574,90,58,33,'43.09452759546119','-7.004342079162598'),(240573,90,58,32,'43.092396576697766','-7.007389068603516'),(240572,90,58,31,'43.08713138890532','-7.008805274963379'),(240571,90,58,30,'43.090704244267364','-7.015113830566406'),(240570,90,58,29,'43.090077442611374','-7.016401290893555'),(240569,90,58,28,'43.091926489046664','-7.021336555480957'),(240568,90,58,27,'43.09393217121289','-7.02301025390625'),(240567,90,58,26,'43.09493498766389','-7.022709846496582'),(240566,90,58,25,'43.09515435157354','-7.023653984069824'),(240565,90,58,24,'43.09543638973134','-7.025327682495117'),(240564,90,58,23,'43.09982348270152','-7.026572227478027'),(240563,90,58,22,'43.100700863577195','-7.027688026428223'),(240562,90,58,21,'43.102768925895134','-7.028203010559082'),(240561,90,58,20,'43.104899583704196','-7.030477523803711'),(240560,90,58,19,'43.09954146474991','-7.029533386230469'),(240559,90,58,18,'43.09399484772215','-7.02850341796875'),(240558,90,58,17,'43.094276891220126','-7.030177116394043'),(240557,90,58,16,'43.092208542070324','-7.037601470947266'),(240556,90,58,15,'43.0975673027175','-7.044124603271484'),(240555,90,58,14,'43.09857005964055','-7.0511627197265625'),(240554,90,58,13,'43.10076353315865','-7.05073356628418'),(240553,90,58,12,'43.101452894320815','-7.055325508117676'),(240552,90,58,11,'43.1033329307671','-7.0555830001831055'),(240551,90,58,10,'43.105275574443375','-7.054252624511719'),(240550,90,58,9,'43.107688126735674','-7.055754661560059'),(240549,90,58,8,'43.11138510028756','-7.056097984313965'),(240548,90,58,7,'43.1170554477939','-7.059788703918457'),(240547,90,58,6,'43.11827716657793','-7.0610761642456055'),(240546,90,58,5,'43.12147231576466','-7.057642936706543'),(240545,90,58,4,'43.12285056390129','-7.059230804443359'),(240544,90,58,3,'43.121879528672984','-7.063007354736328'),(240543,90,58,2,'43.12306982778758','-7.065625190734863'),(240542,90,58,1,'43.12429142648262','-7.06545352935791'),(240541,90,58,0,'43.12529374565466','-7.066483497619629'),(242466,91,59,286,'43.46055113080289','-5.192885398864746'),(242465,91,59,285,'43.46120527774265','-5.1941728591918945'),(242464,91,59,284,'43.46270044417078','-5.197262763977051'),(242463,91,59,283,'43.46369720124685','-5.198078155517578'),(242462,91,59,282,'43.46360375596911','-5.199451446533203'),(242461,91,59,281,'43.46220205946991','-5.200695991516113'),(242460,91,59,280,'43.462918486185444','-5.201940536499023'),(242459,91,59,279,'43.46519230604693','-5.2020263671875'),(242458,91,59,278,'43.46643819846733','-5.200095176696777'),(242457,91,59,277,'43.467216868190214','-5.20078182220459'),(242456,91,59,276,'43.46755947969058','-5.207948684692383'),(242455,91,59,275,'43.46821355079874','-5.209236145019531'),(242454,91,59,274,'43.46911678021725','-5.210094451904297'),(242453,91,59,273,'43.470642895806186','-5.211424827575684'),(242452,91,59,272,'43.470300301783354','-5.212926864624023'),(242451,91,59,271,'43.47201325247794','-5.213484764099121'),(242450,91,59,270,'43.47662240598213','-5.223655700683594'),(242449,91,59,269,'43.48157373999694','-5.234684944152832'),(242448,91,59,268,'43.48163601834396','-5.236659049987793'),(242447,91,59,267,'43.48390913407519','-5.256786346435547'),(242446,91,59,266,'43.48531032718829','-5.269918441772461'),(242445,91,59,265,'43.48468757870597','-5.2713775634765625'),(242444,91,59,264,'43.4843762020574','-5.273308753967285'),(242443,91,59,263,'43.48689830676024','-5.276055335998535'),(242442,91,59,262,'43.48820602329802','-5.2768707275390625'),(242441,91,59,261,'43.48898441255743','-5.27742862701416'),(242440,91,59,260,'43.49016754502017','-5.278372764587402'),(242439,91,59,259,'43.48960711674258','-5.280561447143555'),(242438,91,59,258,'43.4886730580574','-5.282492637634277'),(242437,91,59,257,'43.4883928376351','-5.2840375900268555'),(242436,91,59,256,'43.48864192251911','-5.28592586517334'),(242435,91,59,255,'43.48783239289045','-5.287041664123535'),(242434,91,59,254,'43.4872719429457','-5.290131568908691'),(242433,91,59,253,'43.48773898492743','-5.291762351989746'),(242432,91,59,252,'43.48764557681999','-5.293436050415039'),(242431,91,59,251,'43.48789466478556','-5.294938087463379'),(242430,91,59,250,'43.48773898492743','-5.296053886413574'),(242429,91,59,249,'43.48861078696479','-5.302705764770508'),(242428,91,59,248,'43.49001187102023','-5.311589241027832'),(242427,91,59,247,'43.49069683361867','-5.3122758865356445'),(242426,91,59,246,'43.49094590900122','-5.313735008239746'),(242425,91,59,245,'43.491163849118315','-5.315966606140137'),(242424,91,59,244,'43.49156859296362','-5.316953659057617'),(242423,91,59,243,'43.49107044630729','-5.318026542663574'),(242422,91,59,242,'43.49107044630729','-5.319271087646484'),(242421,91,59,241,'43.49203560172237','-5.320258140563965'),(242420,91,59,240,'43.491848798652214','-5.321760177612305'),(242419,91,59,239,'43.49296960840617','-5.322961807250977'),(242418,91,59,238,'43.49409039735953','-5.325837135314941'),(242417,91,59,237,'43.496113991397024','-5.32862663269043'),(242416,91,59,236,'43.497639425151604','-5.329442024230957'),(242415,91,59,235,'43.49950725073496','-5.329656600952148'),(242414,91,59,234,'43.5002854943415','-5.3287553787231445'),(242413,91,59,233,'43.50143727646974','-5.329442024230957'),(242412,91,59,232,'43.50336724050789','-5.329785346984863'),(242411,91,59,231,'43.503771902562406','-5.330386161804199'),(242410,91,59,230,'43.50364739144993','-5.330986976623535'),(242409,91,59,229,'43.50327385657165','-5.331888198852539'),(242408,91,59,228,'43.50367851925212','-5.332274436950684'),(242407,91,59,227,'43.50293144756954','-5.3328752517700195'),(242406,91,59,226,'43.50277580647202','-5.333905220031738'),(236499,82,50,13,'36.717575903627555','-4.412405490875244'),(236500,82,50,14,'36.71429057525224','-4.414486885070801'),(236498,82,50,12,'36.719691511927046','-4.412169456481934'),(236497,82,50,11,'36.717765106742185','-4.419550895690918'),(236496,82,50,10,'36.71704269234277','-4.420022964477539'),(236495,82,50,9,'36.7021800888536','-4.433498382568359'),(236493,82,50,7,'36.681291897882744','-4.448089599609375'),(236494,82,50,8,'36.69990916018309','-4.436330795288086'),(236492,82,50,6,'36.68001846388309','-4.448089599609375'),(236491,82,50,5,'36.67998404645538','-4.448862075805664'),(236490,82,50,4,'36.679433365517774','-4.449248313903809'),(236489,82,50,3,'36.67881384475087','-4.452166557312012'),(236488,82,50,2,'36.6800872986923','-4.460492134094238'),(236487,82,50,1,'36.682806224386816','-4.45894718170166'),(236486,82,50,0,'36.68156723219191','-4.458174705505371'),(236364,83,51,57,'37.02160583127842','-4.551601409912109'),(236363,83,51,56,'37.02366164203408','-4.54833984375'),(236360,83,51,53,'37.025854445522','-4.54010009765625'),(236361,83,51,54,'37.023935745931595','-4.541645050048828'),(236362,83,51,55,'37.02420984884014','-4.544219970703125'),(236359,83,51,52,'37.03435096116086','-4.528083801269531'),(236357,83,51,50,'37.02886944696474','-4.52362060546875'),(236358,83,51,51,'37.03202136596883','-4.525852203369141'),(236356,83,51,49,'37.023524589714434','-4.523792266845703'),(236355,83,51,48,'37.02407279750949','-4.521903991699219'),(236354,83,51,47,'37.02489510178452','-4.5208740234375'),(236353,83,51,46,'37.026813777143985','-4.518985748291016'),(236352,83,51,45,'37.02969169931554','-4.514350891113281'),(236351,83,51,44,'37.02900648964138','-4.512290954589844'),(236350,83,51,43,'37.0251692012315','-4.510402679443359'),(236349,83,51,42,'37.026539683631135','-4.506969451904297'),(236348,83,51,41,'37.024346899923515','-4.504566192626953'),(236347,83,51,40,'37.02338753714754','-4.501476287841797'),(236346,83,51,39,'37.01488979513532','-4.497013092041016'),(236345,83,51,38,'37.01201131221577','-4.492378234863281'),(236344,83,51,37,'37.00351229798302','-4.481048583984375'),(236343,83,51,36,'37.00173012609867','-4.475898742675781'),(236342,83,51,35,'36.99816565700228','-4.472637176513672'),(236341,83,51,34,'36.99213309786607','-4.472465515136719'),(236340,83,51,33,'36.98733412956321','-4.467658996582031'),(236339,83,51,32,'36.98143783973302','-4.458904266357422'),(236338,83,51,31,'36.98102645362172','-4.4474029541015625'),(236336,83,51,29,'36.965803603895516','-4.4439697265625'),(236337,83,51,30,'36.97677533356127','-4.444141387939453'),(236335,83,51,28,'36.95510464479611','-4.447059631347656'),(236334,83,51,27,'36.937269705848934','-4.439506530761719'),(236333,83,51,26,'36.93342778791388','-4.444313049316406'),(236332,83,51,25,'36.923547681089296','-4.447746276855469'),(236331,83,51,24,'36.91668574243119','-4.4439697265625'),(236330,83,51,23,'36.9068034660178','-4.446372985839844'),(236328,83,51,21,'36.89774358798001','-4.425086975097656'),(236329,83,51,22,'36.89719446989033','-4.4336700439453125'),(236327,83,51,20,'36.891977650986824','-4.4213104248046875'),(236326,83,51,19,'36.88016984953669','-4.4240570068359375'),(236325,83,51,18,'36.879345981290456','-4.4295501708984375'),(236324,83,51,17,'36.86808555784006','-4.4350433349609375'),(236323,83,51,16,'36.861493320230096','-4.4391632080078125'),(236322,83,51,15,'36.853526940982796','-4.444313049316406'),(236321,83,51,14,'36.849955535919875','-4.450836181640625'),(236320,83,51,13,'36.836217807706035','-4.451179504394531'),(236319,83,51,12,'36.82412656548072','-4.443626403808594'),(236317,83,51,10,'36.81340773057337','-4.4432830810546875'),(236318,83,51,11,'36.815881441097154','-4.449119567871094'),(236316,83,51,9,'36.806261006694555','-4.436759948730469'),(236315,83,51,8,'36.79553967008783','-4.4336700439453125'),(236314,83,51,7,'36.78371696963503','-4.434700012207031'),(236313,83,51,6,'36.78069226486259','-4.4281768798828125'),(236312,83,51,5,'36.766942102345155','-4.423713684082031'),(236311,83,51,4,'36.75594019674357','-4.426116943359375'),(236310,83,51,3,'36.74493671303607','-4.420967102050781'),(236309,83,51,2,'36.74218559555117','-4.424400329589844'),(236308,83,51,1,'36.731180139463724','-4.426460266113281'),(236307,83,51,0,'36.717971509608496','-4.426116943359375'),(236024,84,52,98,'37.979386278594625','-4.880590438842773'),(235997,84,52,71,'37.97857441995155','-4.853982925415039'),(235998,84,52,72,'37.9802319551311','-4.8566436767578125'),(235996,84,52,70,'37.972011566222','-4.847416877746582'),(235995,84,52,69,'37.97214688871839','-4.846000671386719'),(235994,84,52,68,'37.97140261190124','-4.844799041748047'),(235993,84,52,67,'37.971910074186006','-4.842524528503418'),(235992,84,52,66,'37.970996639547714','-4.840421676635742'),(235991,84,52,65,'37.97089514610855','-4.837932586669922'),(235990,84,52,64,'37.96659846181701','-4.836130142211914'),(235989,84,52,63,'37.96669996119615','-4.835057258605957'),(235988,84,52,62,'37.965617293918264','-4.835400581359863'),(235987,84,52,61,'37.96385792554321','-4.834585189819336'),(235986,84,52,60,'37.96294439072192','-4.832868576049805'),(235985,84,52,59,'37.960440570360944','-4.832096099853516'),(235984,84,52,58,'37.95790282748443','-4.8319244384765625'),(235983,84,52,57,'37.95323315148217','-4.831109046936035'),(235981,84,52,55,'37.952488682944626','-4.829092025756836'),(235982,84,52,56,'37.9533685085875','-4.830079078674316'),(235980,84,52,54,'37.95211644584657','-4.828534126281738'),(235979,84,52,53,'37.951270445427255','-4.827890396118164'),(235978,84,52,52,'37.95005218770777','-4.8281049728393555'),(235977,84,52,51,'37.94988298364897','-4.827675819396973'),(235976,84,52,50,'37.948833909786394','-4.82724666595459'),(235975,84,52,49,'37.948563178615956','-4.828276634216309'),(235974,84,52,48,'37.94720950779974','-4.828705787658691'),(235973,84,52,47,'37.94636345087474','-4.827375411987305'),(235972,84,52,46,'37.93925618809316','-4.825615882873535'),(235971,84,52,45,'37.935059195875056','-4.823298454284668'),(235970,84,52,44,'37.93482226174883','-4.821796417236328'),(235969,84,52,43,'37.93428069516392','-4.821281433105469'),(235968,84,52,42,'37.93400991037524','-4.821839332580566'),(235967,84,52,41,'37.932892912578225','-4.822268486022949'),(235966,84,52,40,'37.93275751775251','-4.821066856384277'),(235965,84,52,39,'37.9319451435616','-4.820594787597656'),(235964,84,52,38,'37.93191129444217','-4.819693565368652'),(235963,84,52,37,'37.92947411688436','-4.816689491271973'),(235962,84,52,36,'37.928424751665304','-4.817461967468262'),(235961,84,52,35,'37.92717226389482','-4.816346168518066'),(235960,84,52,34,'37.92605516220723','-4.815788269042969'),(235959,84,52,33,'37.92581819906133','-4.817719459533691'),(235958,84,52,32,'37.924125582954254','-4.814844131469727'),(235957,84,52,31,'37.92250063483708','-4.8143720626831055'),(235956,84,52,30,'37.92206053854288','-4.815874099731445'),(235955,84,52,29,'37.92165429347218','-4.815359115600586'),(235954,84,52,28,'37.92189127003614','-4.814715385437012'),(235953,84,52,27,'37.92182356252437','-4.813814163208008'),(235952,84,52,26,'37.92283916865582','-4.813685417175293'),(235951,84,52,25,'37.922737608673835','-4.813170433044434'),(235950,84,52,24,'37.923313113383905','-4.811668395996094'),(235949,84,52,23,'37.92422714101939','-4.812483787536621'),(235948,84,52,22,'37.924802634072414','-4.812312126159668'),(235947,84,52,21,'37.92476878166455','-4.811539649963379'),(235946,84,52,20,'37.92581819906133','-4.811968803405762'),(235945,84,52,19,'37.92591975478881','-4.810123443603516'),(235944,84,52,18,'37.92673219555903','-4.810080528259277'),(235943,84,52,17,'37.92734152024572','-4.809393882751465'),(235942,84,52,16,'37.926156717607405','-4.80626106262207'),(235941,84,52,15,'37.92531041832012','-4.806818962097168'),(235940,84,52,14,'37.92327926029036','-4.8065185546875'),(235939,84,52,13,'37.9221282458365','-4.806218147277832'),(235938,84,52,12,'37.920841796598495','-4.804973602294922'),(235937,84,52,11,'37.91857352865217','-4.803643226623535'),(235936,84,52,10,'37.917320873086986','-4.803643226623535'),(235935,84,52,9,'37.91491706887749','-4.797935485839844'),(235934,84,52,8,'37.899171902239054','-4.7869062423706055'),(235933,84,52,7,'37.89429529645369','-4.783730506896973'),(235932,84,52,6,'37.89056989382214','-4.782915115356445'),(235931,84,52,5,'37.889486104931905','-4.7852325439453125'),(235930,84,52,4,'37.8861669022144','-4.784631729125977'),(235929,84,52,3,'37.88007001764086','-4.786090850830078'),(235928,84,52,2,'37.87749562594057','-4.7920989990234375'),(235927,84,52,1,'37.87559864816423','-4.791240692138672'),(235926,84,52,0,'37.86428351616802','-4.796905517578125'),(236301,84,52,375,'38.565884729387626','-6.349925994873047'),(236302,84,52,376,'38.60385912605035','-6.362800598144531'),(236303,84,52,377,'38.61633396056061','-6.362285614013672'),(236304,84,52,378,'38.66098412620139','-6.379108428955078'),(236305,84,52,379,'38.67974766141164','-6.396446228027344'),(236306,84,52,380,'38.69019949774679','-6.405372619628906'),(236485,83,51,178,'37.8813571797486','-4.786477088928223'),(236699,85,53,21,'38.93751428984747','-6.637115478515625'),(236696,85,53,18,'38.90385833966776','-6.5313720703125'),(236694,85,53,16,'38.9177500315307','-6.4963531494140625'),(236693,85,53,15,'38.9177500315307','-6.4853668212890625'),(236692,85,53,14,'38.92843409820933','-6.475067138671875'),(236691,85,53,13,'38.93911655592929','-6.4496612548828125'),(236690,85,53,12,'38.94392313694612','-6.4180755615234375'),(236689,85,53,11,'38.94125285438687','-6.3961029052734375'),(236686,85,53,8,'38.93644609234622','-6.3645172119140625'),(236687,85,53,9,'38.94285503599089','-6.3720703125'),(236688,85,53,10,'38.94659331893374','-6.3823699951171875'),(236685,85,53,7,'38.91027022759443','-6.3775634765625'),(236684,85,53,6,'38.8985146573459','-6.3686370849609375'),(236683,85,53,5,'38.8504034216919','-6.3603973388671875'),(236682,85,53,4,'38.82152104968419','-6.3700103759765625'),(236681,85,53,3,'38.79369731838257','-6.3906097412109375'),(236680,85,53,2,'38.76961031938826','-6.3796234130859375'),(236679,85,53,1,'38.70962513631028','-6.3988494873046875'),(236678,85,53,0,'38.6876536782617','-6.406402587890625'),(237202,86,54,3,'40.03063765259486','-6.061534881591797'),(237201,86,54,2,'40.0314262953692','-6.066169738769531'),(237200,86,54,1,'40.03221492902486','-6.0733795166015625'),(237199,86,54,0,'40.03392360399664','-6.0788726806640625'),(237892,87,55,109,'42.54479696642508','-5.458488464355469'),(237891,87,55,108,'42.54353224031121','-5.450849533081055'),(237890,87,55,107,'42.54056003309362','-5.448617935180664'),(237889,87,55,106,'42.504945786670085','-5.421581268310547'),(237888,87,55,105,'42.49956709396831','-5.418663024902344'),(237887,87,55,104,'42.497858471216894','-5.415487289428711'),(237886,87,55,103,'42.49456765881752','-5.424156188964844'),(237885,87,55,102,'42.490390609082425','-5.429821014404297'),(237884,87,55,101,'42.485896804718024','-5.447072982788086'),(237883,87,55,100,'42.47184367166726','-5.474367141723633'),(237882,87,55,99,'42.46165001068327','-5.495996475219727'),(237881,87,55,98,'42.46139673089312','-5.500030517578125'),(237880,87,55,97,'42.45987703063612','-5.497884750366211'),(237879,87,55,96,'42.409959719701405','-5.507497787475586'),(237878,87,55,95,'42.38314760672845','-5.514965057373047'),(237877,87,55,94,'42.345984712768576','-5.518913269042969'),(237876,87,55,93,'42.306006911516945','-5.5213165283203125'),(237875,87,55,92,'42.30194425310006','-5.519857406616211'),(237874,87,55,91,'42.299404958462034','-5.516510009765625'),(237873,87,55,90,'42.29445303937709','-5.514793395996094'),(237872,87,55,89,'42.2899451847487','-5.515308380126953'),(237871,87,55,88,'42.24078229197365','-5.492820739746094'),(237870,87,55,87,'42.24014686162431','-5.488872528076172'),(237869,87,55,86,'42.24059166354074','-5.48518180847168'),(237868,87,55,85,'42.178734126411044','-5.448102951049805'),(237867,87,55,84,'42.17466326495078','-5.444583892822266'),(237866,87,55,83,'42.151505257031054','-5.448274612426758'),(237865,87,55,82,'42.08293590940799','-5.441579818725586'),(237864,87,55,81,'42.08134335361666','-5.43797492980957'),(237863,87,55,80,'42.07841294652227','-5.441751480102539'),(237862,87,55,79,'42.07631061458992','-5.440549850463867'),(237861,87,55,78,'42.029212878591124','-5.4196929931640625'),(237860,87,55,77,'42.02806527208685','-5.4183197021484375'),(237859,87,55,76,'42.00058028502906','-5.407505035400391'),(237858,87,55,75,'41.98756700839311','-5.409393310546875'),(237857,87,55,74,'41.98750321126807','-5.405187606811523'),(237856,87,55,73,'42.0089992226549','-5.366306304931641'),(237855,87,55,72,'41.97225386481822','-5.31437873840332'),(237854,87,55,71,'41.971998614560384','-5.312662124633789'),(237853,87,55,70,'41.96976513117241','-5.314979553222656'),(237852,87,55,69,'41.968425003549285','-5.318584442138672'),(237851,87,55,68,'41.96619139486061','-5.320215225219727'),(237850,87,55,67,'41.94953258640636','-5.325708389282227'),(237849,87,55,66,'41.926356199267126','-5.337209701538086'),(237848,87,55,65,'41.90879272291262','-5.350513458251953'),(237847,87,55,64,'41.90419348703419','-5.35609245300293'),(237846,87,55,63,'41.8988272930826','-5.357723236083984'),(237845,87,55,62,'41.86860209156889','-5.410337448120117'),(237844,87,55,61,'41.86636498632577','-5.415744781494141'),(237843,87,55,60,'41.86438348487932','-5.416688919067383'),(237842,87,55,59,'41.86233799961647','-5.414800643920898'),(237841,87,55,58,'41.850639123649636','-5.428104400634766'),(237840,87,55,57,'41.8370836519481','-5.449132919311523'),(237839,87,55,56,'41.82435679896469','-5.459604263305664'),(237838,87,55,55,'41.81725680176838','-5.469903945922852'),(237837,87,55,54,'41.81297083688547','-5.471620559692383'),(237836,87,55,53,'41.81009204274958','-5.476770401000977'),(237835,87,55,52,'41.80305444575587','-5.4876708984375'),(237834,87,55,51,'41.76983935570008','-5.501317977905273'),(237833,87,55,50,'41.756586918480714','-5.519256591796875'),(237832,87,55,49,'41.738720607251196','-5.5419158935546875'),(237831,87,55,48,'41.72687102863644','-5.545864105224609'),(237830,87,55,47,'41.736671106766146','-5.553245544433594'),(237829,87,55,46,'41.756714974447384','-5.5865478515625'),(237828,87,55,45,'41.790256834329455','-5.629720687866211'),(237827,87,55,44,'41.79243260855979','-5.634870529174805'),(237826,87,55,43,'41.799023473861354','-5.640707015991211'),(237825,87,55,42,'41.796144052975535','-5.642938613891602'),(237824,87,55,41,'41.792496600801506','-5.648860931396484'),(237823,87,55,40,'41.7867370431861','-5.649890899658203'),(237822,87,55,39,'41.77137569308723','-5.645599365234375'),(237821,87,55,38,'41.762861360368106','-5.649375915527344'),(237820,87,55,37,'41.7432677029027','-5.6465864181518555'),(237819,87,55,36,'41.74192282082075','-5.6449127197265625'),(237818,87,55,35,'41.73910488131073','-5.6449127197265625'),(237817,87,55,34,'41.72597421479714','-5.650663375854492'),(237816,87,55,33,'41.71290493582774','-5.655298233032227'),(237815,87,55,32,'41.70460712715402','-5.6545257568359375'),(237814,87,55,31,'41.70204388094885','-5.655641555786133'),(237813,87,55,30,'41.69521873972819','-5.655384063720703'),(237812,87,55,29,'41.69207829061234','-5.656628608703613'),(237811,87,55,28,'41.69044391459669','-5.656113624572754'),(237810,87,55,27,'41.68945045006041','-5.65671443939209'),(237809,87,55,26,'41.68829673005491','-5.656671524047852'),(237808,87,55,25,'41.68525209181066','-5.658731460571289'),(237807,87,55,24,'41.678393115719274','-5.663752555847168'),(237806,87,55,23,'41.67675839204304','-5.667357444763184'),(237805,87,55,22,'41.669930567846414','-5.67044734954834'),(237804,87,55,21,'41.6681673969973','-5.669717788696289'),(237803,87,55,20,'41.66242874300247','-5.672292709350586'),(237802,87,55,19,'41.652232554345595','-5.671992301940918'),(237801,87,55,18,'41.643958988789876','-5.676670074462891'),(237800,87,55,17,'41.638442688144636','-5.677142143249512'),(237799,87,55,16,'41.62936542165101','-5.6737518310546875'),(237798,87,55,15,'41.614736465514895','-5.673065185546875'),(237797,87,55,14,'41.59541859437005','-5.67718505859375'),(237796,87,55,13,'41.56588509350469','-5.6916046142578125'),(237795,87,55,12,'41.52033853021358','-5.733833312988281'),(237794,87,55,11,'41.51583995038632','-5.741472244262695'),(237793,87,55,10,'41.51545434328014','-5.744218826293945'),(237792,87,55,9,'41.516161287886604','-5.746278762817383'),(237791,87,55,8,'41.51371908287346','-5.743618011474609'),(237790,87,55,7,'41.50928431715322','-5.747652053833008'),(237789,87,55,6,'41.50581341901833','-5.749969482421875'),(237788,87,55,5,'41.505620585888295','-5.748424530029297'),(237787,87,55,4,'41.50819164706829','-5.746364593505859'),(237786,87,55,3,'41.5070346821719','-5.741901397705078'),(237785,87,55,2,'41.50330654353319','-5.739498138427734'),(237784,87,55,1,'41.50446357504803','-5.733661651611328'),(237783,87,55,0,'41.50549203014924','-5.73486328125'),(237894,87,55,111,'42.57286728806295','-5.529813766479492'),(237895,87,55,112,'42.574573859780585','-5.532646179199219'),(237896,87,55,113,'42.57653319934961','-5.543031692504883'),(237897,87,55,114,'42.58443313755392','-5.549211502075195'),(237898,87,55,115,'42.58809836891577','-5.556249618530273'),(237899,87,55,116,'42.58645536081647','-5.570840835571289'),(237900,87,55,117,'42.58588661715411','-5.576076507568359'),(237901,87,55,118,'42.593911742159754','-5.581140518188477'),(237902,87,55,119,'42.593532625649935','-5.582084655761719'),(237903,87,55,120,'42.58841432704711','-5.579853057861328'),(237904,87,55,121,'42.58569703478023','-5.578393936157227'),(238317,88,56,200,'42.48785892801943','-6.567120552062988'),(238156,88,56,39,'42.44246116589416','-6.002826690673828'),(238155,88,56,38,'42.445501374777635','-6.00128173828125'),(238154,88,56,37,'42.44942809289945','-6.001110076904297'),(238153,88,56,36,'42.45006141147993','-5.999908447265625'),(238152,88,56,35,'42.45284793716157','-5.993900299072266'),(238151,88,56,34,'42.452721279592765','-5.988578796386719'),(238150,88,56,33,'42.44917476367431','-5.9813690185546875'),(238149,88,56,32,'42.44752809873783','-5.961627960205078'),(238148,88,56,31,'42.44600806191486','-5.945835113525391'),(238147,88,56,30,'42.452214646756104','-5.919742584228516'),(238146,88,56,29,'42.458547262654285','-5.884380340576172'),(238145,88,56,28,'42.459940352216556','-5.87493896484375'),(238144,88,56,27,'42.48019996901214','-5.83648681640625'),(238143,88,56,26,'42.495643520385485','-5.807647705078125'),(238142,88,56,25,'42.50589491970176','-5.7891082763671875'),(238141,88,56,24,'42.51310785981743','-5.775203704833984'),(238140,88,56,23,'42.51614463822353','-5.767822265625'),(238139,88,56,22,'42.520193446554025','-5.764560699462891'),(238138,88,56,21,'42.52373593864307','-5.758037567138672'),(238137,88,56,20,'42.52829027619378','-5.752544403076172'),(238136,88,56,19,'42.53853632168627','-5.737094879150391'),(238135,88,56,18,'42.54536608481747','-5.728855133056641'),(238134,88,56,17,'42.55093052460999','-5.719585418701172'),(238133,88,56,16,'42.55978202016266','-5.701045989990234'),(238132,88,56,15,'42.56294296431334','-5.695552825927734'),(238131,88,56,14,'42.56977005715177','-5.6819915771484375'),(238130,88,56,13,'42.57229842044635','-5.6723785400390625'),(238129,88,56,12,'42.57444744866222','-5.661907196044922'),(238128,88,56,11,'42.5739418016264','-5.657100677490234'),(238127,88,56,10,'42.576975622345415','-5.648002624511719'),(238126,88,56,9,'42.57836607418328','-5.643024444580078'),(238125,88,56,8,'42.580767690694266','-5.640621185302734'),(238124,88,56,7,'42.58455952842965','-5.633068084716797'),(238123,88,56,6,'42.59264801149173','-5.612125396728516'),(238122,88,56,5,'42.59593365792913','-5.61126708984375'),(238121,88,56,4,'42.596691859430265','-5.6064605712890625'),(238120,88,56,3,'42.59884004691999','-5.598392486572266'),(238119,88,56,2,'42.598334597702554','-5.593585968017578'),(238118,88,56,1,'42.59985093305481','-5.5865478515625'),(238117,88,56,0,'42.59858732282376','-5.5844879150390625'),(238319,88,56,202,'42.489852635430125','-6.565275192260742'),(238320,88,56,203,'42.487384226412736','-6.563730239868164'),(238321,88,56,204,'42.4851056085563','-6.550383567810059'),(238322,88,56,205,'42.48412451141892','-6.546134948730469'),(238323,88,56,206,'42.484979016241844','-6.541929244995117'),(238324,88,56,207,'42.48320669694218','-6.538667678833008'),(238325,88,56,208,'42.48257371359604','-6.532917022705078'),(238326,88,56,209,'42.481117827596606','-6.530728340148926'),(238327,88,56,210,'42.47092567704788','-6.527767181396484'),(238328,88,56,211,'42.46332796341434','-6.520686149597168'),(238988,89,57,69,'42.40685441146812','-6.8932342529296875'),(238982,89,57,63,'42.40571364738738','-6.844825744628906'),(238983,89,57,64,'42.40571364738738','-6.847572326660156'),(238981,89,57,62,'42.407614909330725','-6.840534210205078'),(238980,89,57,61,'42.40938936848928','-6.838817596435547'),(238979,89,57,60,'42.40951611365124','-6.8355560302734375'),(238978,89,57,59,'42.4085021451845','-6.828346252441406'),(238977,89,57,58,'42.413318349422475','-6.821308135986328'),(238976,89,57,57,'42.41788072809372','-6.823368072509766'),(238975,89,57,56,'42.42016179296033','-6.82525634765625'),(238973,89,57,54,'42.42675106978311','-6.814441680908203'),(238974,89,57,55,'42.423963383337345','-6.821994781494141'),(238972,89,57,53,'42.42979204089282','-6.8135833740234375'),(238971,89,57,52,'42.43929412476127','-6.817874908447266'),(238970,89,57,51,'42.444107964019395','-6.8190765380859375'),(238969,89,57,50,'42.44942809289945','-6.818389892578125'),(238968,89,57,49,'42.45170800982126','-6.820278167724609'),(238967,89,57,48,'42.45449446224766','-6.820793151855469'),(238966,89,57,47,'42.459560421773276','-6.812553405761719'),(238965,89,57,46,'42.465512400530805','-6.807746887207031'),(238964,89,57,45,'42.468171612405854','-6.806373596191406'),(238963,89,57,44,'42.47260338117021','-6.802940368652344'),(238962,89,57,43,'42.47374292813424','-6.799335479736328'),(238961,89,57,42,'42.47766787552756','-6.796588897705078'),(238960,89,57,41,'42.486276575321384','-6.784229278564453'),(238959,89,57,40,'42.48703610961167','-6.778907775878906'),(238958,89,57,39,'42.48956782397627','-6.772041320800781'),(238957,89,57,38,'42.491213383365505','-6.765346527099609'),(238956,89,57,37,'42.4926057459576','-6.755390167236328'),(238955,89,57,36,'42.49032731830467','-6.752471923828125'),(238954,89,57,35,'42.48956782397627','-6.748180389404297'),(238953,89,57,34,'42.490707062010614','-6.746463775634766'),(238952,89,57,33,'42.490707062010614','-6.744403839111328'),(238951,89,57,32,'42.49197285771282','-6.742000579833984'),(238950,89,57,31,'42.49450437226655','-6.739940643310547'),(238949,89,57,30,'42.499820219294136','-6.730842590332031'),(238948,89,57,29,'42.499820219294136','-6.727409362792969'),(238947,89,57,28,'42.4975420544728','-6.718997955322266'),(238946,89,57,27,'42.494124651615806','-6.714534759521484'),(238945,89,57,26,'42.49209943587411','-6.705951690673828'),(238944,89,57,25,'42.491846279295345','-6.702690124511719'),(238943,89,57,24,'42.49336520339777','-6.702518463134766'),(238942,89,57,23,'42.49665607907153','-6.701831817626953'),(238941,89,57,22,'42.4923525914282','-6.700458526611328'),(238940,89,57,21,'42.49336520339777','-6.6982269287109375'),(238939,89,57,20,'42.49285889946235','-6.696510314941406'),(238938,89,57,19,'42.496276371485564','-6.697883605957031'),(238937,89,57,18,'42.49969365675931','-6.697196960449219'),(238936,89,57,17,'42.500199905361534','-6.694793701171875'),(238935,89,57,16,'42.50399663922834','-6.691017150878906'),(238934,89,57,15,'42.503237310899706','-6.687755584716797'),(238933,89,57,14,'42.50424974662179','-6.686382293701172'),(238932,89,57,13,'42.506780764196904','-6.686382293701172'),(238931,89,57,12,'42.50564181896898','-6.683979034423828'),(238930,89,57,11,'42.50614801940984','-6.677112579345703'),(238929,89,57,10,'42.50500906265383','-6.675395965576172'),(238928,89,57,9,'42.512475179076006','-6.667842864990234'),(238927,89,57,8,'42.51930779214832','-6.657543182373047'),(238926,89,57,7,'42.52411547945395','-6.653938293457031'),(238925,89,57,6,'42.53499466890141','-6.658573150634766'),(238924,89,57,5,'42.540180592200755','-6.645870208740234'),(238923,89,57,4,'42.54448078729858','-6.618747711181641'),(238922,89,57,3,'42.547136642192356','-6.604499816894531'),(238921,89,57,2,'42.547895437123216','-6.599178314208984'),(238920,89,57,1,'42.54701017547381','-6.590423583984375'),(238919,89,57,0,'42.54941299931396','-6.588020324707031'),(239232,89,57,313,'43.01443813105232','-7.560825347900391'),(239233,89,57,314,'43.01456364660201','-7.557735443115234'),(239234,89,57,315,'43.01148844178434','-7.553186416625977'),(239235,89,57,316,'43.00954282451681','-7.552328109741211'),(239236,89,57,317,'43.00232467367621','-7.550268173217773'),(239237,89,57,318,'42.99447789556335','-7.543230056762695'),(242405,91,59,225,'43.50423881694708','-5.335450172424316'),(242403,91,59,223,'43.5052660158816','-5.339269638061523'),(242401,91,59,221,'43.50423881694708','-5.343046188354492'),(242402,91,59,222,'43.50408317922011','-5.341758728027344'),(242400,91,59,220,'43.50402092401697','-5.342960357666016'),(242399,91,59,219,'43.50367851925212','-5.344033241271973'),(242398,91,59,218,'43.50367851925212','-5.3452348709106445'),(242397,91,59,217,'43.50318047249093','-5.346565246582031'),(242395,91,59,215,'43.50190420891083','-5.34883975982666'),(242396,91,59,216,'43.50224662373913','-5.34785270690918'),(242394,91,59,214,'43.50237113774067','-5.349140167236328'),(242393,91,59,213,'43.50327385657165','-5.349783897399902'),(242392,91,59,212,'43.5028380629592','-5.355405807495117'),(242391,91,59,211,'43.502090980876126','-5.356006622314453'),(242390,91,59,210,'43.50165517872498','-5.357980728149414'),(242389,91,59,209,'43.5014995343372','-5.359525680541992'),(242388,91,59,208,'43.50009871679077','-5.361800193786621'),(242387,91,59,207,'43.49913369024069','-5.362229347229004'),(242386,91,59,206,'43.49804412559796','-5.363173484802246'),(242385,91,59,205,'43.498728997097125','-5.365147590637207'),(242384,91,59,204,'43.50041001238763','-5.368924140930176'),(242383,91,59,203,'43.500441141859056','-5.3699541091918945'),(242382,91,59,202,'43.50128163152019','-5.3702545166015625'),(242380,91,59,200,'43.50258903662538','-5.371370315551758'),(242381,91,59,201,'43.50159292101803','-5.370941162109375'),(242379,91,59,199,'43.503087088265794','-5.373172760009766'),(242377,91,59,197,'43.50361626363166','-5.375576019287109'),(242378,91,59,198,'43.5031182163569','-5.373945236206055'),(242376,91,59,196,'43.50455009119726','-5.375790596008301'),(242375,91,59,195,'43.50507925373903','-5.376777648925781'),(242373,91,59,193,'43.50511038080292','-5.378537178039551'),(242374,91,59,194,'43.50470572772047','-5.377678871154785'),(242372,91,59,192,'43.504612345854696','-5.380339622497559'),(242371,91,59,191,'43.50451896384447','-5.3823137283325195'),(242370,91,59,190,'43.50535939673622','-5.381970405578613'),(242369,91,59,189,'43.50616869142521','-5.382742881774902'),(242368,91,59,188,'43.506417702992856','-5.383429527282715'),(242367,91,59,187,'43.50719585752094','-5.384588241577148'),(242365,91,59,185,'43.50769387115444','-5.388879776000977'),(242366,91,59,186,'43.50769387115444','-5.386219024658203'),(242364,91,59,184,'43.50707135347055','-5.392313003540039'),(242363,91,59,183,'43.50582629884247','-5.393857955932617'),(242362,91,59,182,'43.50551503117289','-5.396132469177246'),(242361,91,59,181,'43.506075311822514','-5.397634506225586'),(242360,91,59,180,'43.50430107192552','-5.409822463989258'),(242359,91,59,179,'43.50069017705255','-5.41776180267334'),(242358,91,59,178,'43.49860447558416','-5.419564247131348'),(242357,91,59,177,'43.497608294235704','-5.4217529296875'),(242356,91,59,176,'43.494588519106486','-5.42325496673584'),(242355,91,59,175,'43.488735329085784','-5.425357818603516'),(242354,91,59,174,'43.487956936616435','-5.426130294799805'),(242353,91,59,173,'43.48596420618532','-5.4282331466674805'),(242352,91,59,172,'43.48297498727735','-5.431880950927734'),(242351,91,59,171,'43.48120006856655','-5.43424129486084'),(242350,91,59,170,'43.48163601834396','-5.435013771057129'),(242349,91,59,169,'43.48026587987938','-5.4372453689575195'),(242348,91,59,168,'43.47883342917123','-5.438961982727051'),(242347,91,59,167,'43.47322786082494','-5.445828437805176'),(242346,91,59,166,'43.47111006634409','-5.44672966003418'),(242345,91,59,165,'43.47220011688942','-5.448617935180664'),(242344,91,59,164,'43.47201325247794','-5.4499053955078125'),(242343,91,59,163,'43.472573843979106','-5.451192855834961'),(242342,91,59,162,'43.47272956291769','-5.4543256759643555'),(242341,91,59,161,'43.47188867588263','-5.456643104553223'),(242340,91,59,160,'43.472791850380794','-5.458402633666992'),(242339,91,59,159,'43.47288528145507','-5.459303855895996'),(242338,91,59,158,'43.47388187059305','-5.459132194519043'),(242337,91,59,157,'43.47525215382335','-5.457587242126465'),(242336,91,59,156,'43.476840397778936','-5.457673072814941'),(242335,91,59,155,'43.47715181326732','-5.458273887634277'),(242334,91,59,154,'43.47783692169239','-5.458359718322754'),(242333,91,59,153,'43.478677725961','-5.458874702453613'),(242332,91,59,152,'43.47992334040827','-5.459389686584473'),(242331,91,59,151,'43.48091981347707','-5.4595184326171875'),(242330,91,59,150,'43.481324625966806','-5.460247993469238'),(242329,91,59,149,'43.48219652057838','-5.461020469665527'),(242328,91,59,148,'43.48272587902504','-5.463037490844727'),(242327,91,59,147,'43.48359775341421','-5.464367866516113'),(242326,91,59,146,'43.48428278874985','-5.464153289794922'),(242325,91,59,145,'43.48493667886929','-5.464625358581543'),(242324,91,59,144,'43.484967816317464','-5.4653120040893555'),(242323,91,59,143,'43.48546601330574','-5.466127395629883'),(242322,91,59,142,'43.48580852135182','-5.4677581787109375'),(242321,91,59,141,'43.484905541405034','-5.468273162841797'),(242320,91,59,140,'43.48499895374961','-5.469732284545898'),(242319,91,59,139,'43.48375344394533','-5.4694318771362305'),(242318,91,59,138,'43.48300612573666','-5.46994686126709'),(242317,91,59,137,'43.48260132451372','-5.471835136413574'),(242316,91,59,136,'43.48222765943895','-5.473079681396484'),(242315,91,59,135,'43.48331750944708','-5.475826263427734'),(242314,91,59,134,'43.48278815618442','-5.476984977722168'),(242313,91,59,133,'43.481822852999905','-5.477457046508789'),(242312,91,59,132,'43.482165381701805','-5.479302406311035'),(242311,91,59,131,'43.48281929474004','-5.480203628540039'),(242310,91,59,130,'43.483286371148274','-5.482091903686523'),(242309,91,59,129,'43.48281929474004','-5.482649803161621'),(242308,91,59,128,'43.48366002967479','-5.484623908996582'),(242307,91,59,127,'43.4837223058712','-5.485868453979492'),(242306,91,59,126,'43.483348647729855','-5.486855506896973'),(242305,91,59,125,'43.483815720045435','-5.487885475158691'),(242304,91,59,124,'43.484127099582935','-5.489516258239746'),(242303,91,59,123,'43.48459416587991','-5.489945411682129'),(242302,91,59,122,'43.4845318905823','-5.491232872009277'),(242301,91,59,121,'43.4854037389069','-5.491833686828613'),(242300,91,59,120,'43.48674262433419','-5.489516258239746'),(242299,91,59,119,'43.48789466478556','-5.489258766174316'),(242298,91,59,118,'43.48889100637592','-5.489602088928223'),(242297,91,59,117,'43.488828735508015','-5.488786697387695'),(242296,91,59,116,'43.489108953908044','-5.488443374633789'),(242295,91,59,115,'43.489793926746216','-5.487456321716309'),(242294,91,59,114,'43.49051002640766','-5.487585067749023'),(242293,91,59,113,'43.491350654307055','-5.488700866699219'),(242292,91,59,112,'43.49147519077852','-5.489516258239746'),(242291,91,59,111,'43.4920667355112','-5.489773750305176'),(242290,91,59,110,'43.492378072516956','-5.490589141845703'),(242289,91,59,109,'43.49328094075747','-5.491018295288086'),(242288,91,59,108,'43.494028131852254','-5.490846633911133'),(242287,91,59,107,'43.49486871078352','-5.491447448730469'),(242286,91,59,106,'43.4956158822332','-5.491061210632324'),(242285,91,59,105,'43.49667435929502','-5.49166202545166'),(242284,91,59,104,'43.49720359086826','-5.490546226501465'),(242283,91,59,103,'43.49841769283322','-5.489945411682129'),(242282,91,59,102,'43.49888464862719','-5.48891544342041'),(242281,91,59,101,'43.49975628978046','-5.488529205322266'),(242280,91,59,100,'43.50069017705255','-5.4897308349609375'),(242279,91,59,99,'43.50168630755439','-5.491576194763184'),(242278,91,59,98,'43.50146840541148','-5.493807792663574'),(242277,91,59,97,'43.50115711527166','-5.494623184204102'),(242276,91,59,96,'43.50190420891083','-5.494709014892578'),(242275,91,59,95,'43.50237113774067','-5.495052337646484'),(242274,91,59,94,'43.502059852255364','-5.495867729187012'),(242273,91,59,93,'43.50255790826143','-5.496082305908203'),(242272,91,59,92,'43.504052051626566','-5.497884750366211'),(242271,91,59,91,'43.504487836475626','-5.502777099609375'),(242270,91,59,90,'43.50517263488254','-5.503120422363281'),(242269,91,59,89,'43.50573291871012','-5.504150390625'),(242268,91,59,88,'43.504985872451066','-5.505266189575195'),(242267,91,59,87,'43.50573291871012','-5.505952835083008'),(242266,91,59,86,'43.507102479507225','-5.505094528198242'),(242265,91,59,85,'43.5115222137557','-5.508356094360352'),(242264,91,59,84,'43.512891643196774','-5.508871078491211'),(242263,91,59,83,'43.51394981739109','-5.508613586425781'),(242262,91,59,82,'43.51363859161294','-5.510072708129883'),(242261,91,59,81,'43.5131406270294','-5.513677597045898'),(242260,91,59,80,'43.513389609834775','-5.516853332519531'),(242259,91,59,79,'43.51245591901792','-5.523204803466797'),(242258,91,59,78,'43.51345185537563','-5.524749755859375'),(242257,91,59,77,'43.51270490464819','-5.529298782348633'),(242256,91,59,76,'43.509717009288074','-5.532732009887695'),(242255,91,59,75,'43.50909451246959','-5.537109375'),(242254,91,59,74,'43.509903757081666','-5.540199279785156'),(242253,91,59,73,'43.50953026091664','-5.542259216308594'),(242252,91,59,72,'43.51295388925122','-5.545864105224609'),(242251,91,59,71,'43.5142610415642','-5.544490814208984'),(242250,91,59,70,'43.515754895252805','-5.545778274536133'),(242249,91,59,69,'43.51594162436369','-5.54835319519043'),(242248,91,59,68,'43.51345185537563','-5.549812316894531'),(242247,91,59,67,'43.518057847237294','-5.553417205810547'),(242246,91,59,66,'43.51955160693377','-5.557365417480469'),(242245,91,59,65,'43.522787959411794','-5.5652618408203125'),(242244,91,59,64,'43.52079637843174','-5.567150115966797'),(242243,91,59,63,'43.52266348752663','-5.571441650390625'),(242242,91,59,62,'43.51905369114391','-5.573329925537109'),(242241,91,59,61,'43.517559919120544','-5.575046539306641'),(242240,91,59,60,'43.51930264955247','-5.578136444091797'),(242239,91,59,59,'43.51507021690264','-5.581226348876953'),(242238,91,59,58,'43.5188047317081','-5.585517883300781'),(242237,91,59,57,'43.52191665082259','-5.589466094970703'),(242236,91,59,56,'43.520049518614684','-5.591526031494141'),(242235,91,59,55,'43.520049518614684','-5.593585968017578'),(242234,91,59,54,'43.51793336559332','-5.596504211425781'),(242233,91,59,53,'43.514198796857975','-5.598049163818359'),(242232,91,59,52,'43.51930264955247','-5.607318878173828'),(242231,91,59,51,'43.52141875455031','-5.61126708984375'),(242230,91,59,50,'43.52229007033027','-5.617961883544922'),(242229,91,59,49,'43.5280155466871','-5.629119873046875'),(242228,91,59,48,'43.53436272220042','-5.634613037109375'),(242227,91,59,47,'43.53510940481582','-5.646114349365234'),(242226,91,59,46,'43.535233851019505','-5.653324127197266'),(242225,91,59,45,'43.531998166257644','-5.656242370605469'),(242224,91,59,44,'43.531749260238946','-5.661220550537109'),(242223,91,59,43,'43.532993780059776','-5.670661926269531'),(242222,91,59,42,'43.53797160252611','-5.6751251220703125'),(242221,91,59,41,'43.53996261645805','-5.678730010986328'),(242220,91,59,40,'43.54058479482877','-5.6847381591796875'),(242219,91,59,39,'43.53884267921113','-5.703105926513672'),(242218,91,59,38,'43.536976070905546','-5.714435577392578'),(242217,91,59,37,'43.535731633266174','-5.718555450439453'),(242216,91,59,36,'43.536851628297285','-5.719585418701172'),(242215,91,59,35,'43.54033592425094','-5.721645355224609'),(242214,91,59,34,'43.54158026686724','-5.723876953125'),(242213,91,59,33,'43.54431773022226','-5.727138519287109'),(242212,91,59,32,'43.545810839660696','-5.7286834716796875'),(242211,91,59,31,'43.550538775567375','-5.729713439941406'),(242210,91,59,30,'43.55078760402636','-5.73211669921875'),(242209,91,59,29,'43.553897873085134','-5.733489990234375'),(242208,91,59,28,'43.555390745218034','-5.735378265380859'),(242207,91,59,27,'43.555141935764155','-5.738124847412109'),(242206,91,59,26,'43.55675917885129','-5.741558074951172'),(242205,91,59,25,'43.55812758140841','-5.7520294189453125'),(242204,91,59,24,'43.556137167415855','-5.755119323730469'),(242203,91,59,23,'43.555515149559746','-5.757694244384766'),(242202,91,59,22,'43.5563859727605','-5.762844085693359'),(242201,91,59,21,'43.5542710945855','-5.769710540771484'),(242200,91,59,20,'43.549792284026665','-5.789966583251953'),(242199,91,59,19,'43.54680622540721','-5.799064636230469'),(242198,91,59,18,'43.538593801442374','-5.816059112548828'),(242197,91,59,17,'43.53722495535158','-5.824642181396484'),(242196,91,59,16,'43.536104967254566','-5.832023620605469'),(242195,91,59,15,'43.537847161972415','-5.834598541259766'),(242194,91,59,14,'43.542949014082424','-5.842151641845703'),(242193,91,59,13,'43.54568641528668','-5.8502197265625'),(242192,91,59,12,'43.54568641528668','-5.856227874755859'),(242191,91,59,11,'43.54904578324027','-5.867900848388672'),(242190,91,59,10,'43.550289946081115','-5.874423980712891'),(242189,91,59,9,'43.55140967067938','-5.880947113037109'),(242188,91,59,8,'43.55377346540468','-5.889530181884766'),(242187,91,59,7,'43.55228055320695','-5.899486541748047'),(242186,91,59,6,'43.55290260445046','-5.910472869873047'),(242185,91,59,5,'43.55377346540468','-5.9127044677734375'),(242184,91,59,4,'43.55228055320695','-5.914764404296875'),(242183,91,59,3,'43.55277819471542','-5.917682647705078'),(242182,91,59,2,'43.55091201787063','-5.921115875244141'),(242181,91,59,1,'43.551907319378955','-5.925235748291016'),(242180,91,59,0,'43.55414668767556','-5.928153991699219'),(242719,91,59,539,'43.38540178259294','-4.292135238647461'),(242720,91,59,540,'43.38377994777479','-4.291019439697266'),(242721,91,59,541,'43.381035205389836','-4.289560317993164'),(242722,91,59,542,'43.37829033874124','-4.290075302124023'),(242723,91,59,543,'43.377853643953685','-4.286041259765625'),(242724,91,59,544,'43.37560773536677','-4.284238815307617'),(242725,91,59,545,'43.37354891275404','-4.282865524291992'),(242726,91,59,546,'43.37149002024407','-4.281835556030273'),(242727,91,59,547,'43.36930626999024','-4.278316497802734'),(242728,91,59,548,'43.36593690107825','-4.27642822265625'),(242729,91,59,549,'43.36394014970222','-4.272050857543945'),(242730,91,59,550,'43.36369055115902','-4.270591735839844'),(242731,91,59,551,'43.36281694817062','-4.269046783447266'),(242732,91,59,552,'43.363503351577656','-4.269304275512695'),(242733,91,59,553,'43.36394014970222','-4.26793098449707'),(242734,91,59,554,'43.36618649037902','-4.267244338989258'),(242735,91,59,555,'43.3683703529552','-4.26793098449707'),(242736,91,59,556,'43.36918148188665','-4.26518440246582'),(242737,91,59,557,'43.36918148188665','-4.262866973876953'),(242738,91,59,558,'43.36968063276065','-4.261665344238281'),(242739,91,59,559,'43.36930626999024','-4.260892868041992'),(242740,91,59,560,'43.37230110745564','-4.258146286010742'),(242741,91,59,561,'43.37504624522255','-4.25694465637207'),(242742,91,59,562,'43.379038951059954','-4.254369735717773'),(242743,91,59,563,'43.38028661771841','-4.2523956298828125'),(242744,91,59,564,'43.38315615359892','-4.2523956298828125'),(242745,91,59,565,'43.383904705839726','-4.253597259521484'),(242746,91,59,566,'43.388395825185306','-4.252653121948242'),(242747,91,59,567,'43.3902046542538','-4.251537322998047'),(242748,91,59,568,'43.38895719170752','-4.2441558837890625'),(242749,91,59,569,'43.3865869421358','-4.2359161376953125'),(242750,91,59,570,'43.38808395264864','-4.230937957763672'),(242751,91,59,571,'43.38533940513304','-4.225101470947266'),(242752,91,59,572,'43.38758495325232','-4.221839904785156'),(242753,91,59,573,'43.38583842301507','-4.218921661376953'),(242754,91,59,574,'43.38608793041565','-4.219093322753906'),(242755,91,59,575,'43.38770970348651','-4.214286804199219'),(242756,91,59,576,'43.3865869421358','-4.2125701904296875'),(242757,91,59,577,'43.384091842455746','-4.208965301513672'),(242758,91,59,578,'43.382844254104','-4.209308624267578'),(242759,91,59,579,'43.38309377382831','-4.205188751220703'),(242760,91,59,580,'43.38596317684374','-4.193515777587891'),(242761,91,59,581,'43.38484038314305','-4.189739227294922'),(242762,91,59,582,'43.38346805148918','-4.1912841796875'),(242763,91,59,583,'43.380723294983326','-4.1864776611328125'),(242764,91,59,584,'43.37872703038374','-4.18304443359375'),(242765,91,59,585,'43.37835272345416','-4.180641174316406'),(242766,91,59,586,'43.38159664007785','-4.173603057861328'),(242767,91,59,587,'43.38296901409452','-4.170856475830078'),(242768,91,59,588,'43.38222045030023','-4.168968200683594'),(242769,91,59,589,'43.380723294983326','-4.168281555175781'),(242770,91,59,590,'43.38034900037737','-4.163818359375'),(242771,91,59,591,'43.3771050170007','-4.164676666259766'),(242772,91,59,592,'43.37660592723058','-4.1617584228515625'),(242773,91,59,593,'43.37448474987934','-4.165019989013672'),(242774,91,59,594,'43.372238716516776','-4.164161682128906'),(242775,91,59,595,'43.37136523663337','-4.164676666259766'),(242776,91,59,596,'43.37024217258383','-4.161930084228516'),(242777,91,59,597,'43.368994299249856','-4.159183502197266'),(242778,91,59,598,'43.369119087738554','-4.154720306396484'),(242779,91,59,599,'43.36936866394577','-4.151973724365234'),(242780,91,59,600,'43.37074131472879','-4.149742126464844'),(242781,91,59,601,'43.37236349833033','-4.1473388671875'),(242782,91,59,602,'43.36999259997092','-4.139957427978516'),(242783,91,59,603,'43.36500093205417','-4.125709533691406'),(242784,91,59,604,'43.36475133787542','-4.124507904052734'),(242785,91,59,605,'43.36412734793572','-4.120731353759766'),(242786,91,59,606,'43.3637529508911','-4.115409851074219'),(242787,91,59,607,'43.36462654040097','-4.110260009765625'),(242788,91,59,608,'43.363503351577656','-4.106998443603516'),(242789,91,59,609,'43.3637529508911','-4.105110168457031'),(242790,91,59,610,'43.36325375123731','-4.102020263671875'),(242791,91,59,611,'43.36325375123731','-4.096870422363281'),(242792,91,59,612,'43.36025846705209','-4.089317321777344'),(242793,91,59,613,'43.365874503592586','-4.087772369384766'),(242794,91,59,614,'43.36986781327939','-4.0924072265625'),(242795,91,59,615,'43.374235194724655','-4.098072052001953'),(242796,91,59,616,'43.379475637310854','-4.098243713378906'),(242797,91,59,617,'43.381222350863524','-4.100131988525391'),(242798,91,59,618,'43.38508989465153','-4.1082000732421875'),(242799,91,59,619,'43.38895719170752','-4.110774993896484'),(243520,92,60,94,'43.19241171762344','-3.7992095947265625'),(243437,92,60,11,'43.33254507811866','-4.022369384765625'),(243436,92,60,10,'43.33304453039103','-4.024085998535156'),(243435,92,60,9,'43.33429314310166','-4.024257659912109'),(243434,92,60,8,'43.33566658743228','-4.025459289550781'),(243433,92,60,7,'43.33791397478761','-4.025974273681641'),(243432,92,60,6,'43.339037637273705','-4.025287628173828'),(243431,92,60,5,'43.3410352081269','-4.025974273681641'),(243430,92,60,4,'43.339412186814755','-4.028377532958984'),(243429,92,60,3,'43.3402861267586','-4.030780792236328'),(243428,92,60,2,'43.342283656536225','-4.029064178466797'),(243427,92,60,1,'43.345404665243','-4.039878845214844'),(243426,92,60,0,'43.34914966389313','-4.049491882324219'),(248453,93,61,264,'40.65199222800328','-3.1747055053710937'),(248452,93,61,263,'40.65355504328839','-3.1805419921875'),(248451,93,61,262,'40.670873794844134','-3.176593780517578'),(248450,93,61,261,'40.67399850415071','-3.174877166748047'),(248449,93,61,260,'40.6723059714534','-3.171100616455078'),(248448,93,61,259,'40.67256636389564','-3.1676673889160156'),(248447,93,61,258,'40.674258889983044','-3.1661224365234375'),(248446,93,61,257,'40.677513627085034','-3.1671524047851562'),(248444,93,61,255,'40.68961985411176','-3.1662940979003906'),(248445,93,61,256,'40.684282971281604','-3.16680908203125'),(248442,93,61,253,'40.69261352808567','-3.1714439392089843'),(248443,93,61,254,'40.690921468018004','-3.1676673889160156'),(248441,93,61,252,'40.69899090674369','-3.1717872619628906'),(248440,93,61,251,'40.70849076720841','-3.170757293701172'),(248439,93,61,250,'40.718249486603625','-3.168354034423828'),(248438,93,61,249,'40.72462441075683','-3.173503875732422'),(248437,93,61,248,'40.72631561468468','-3.1760787963867187'),(248436,93,61,247,'40.72800677563629','-3.177623748779297'),(248435,93,61,246,'40.74270505658412','-3.1712722778320312'),(248434,93,61,245,'40.753499070431374','-3.165264129638672'),(248432,93,61,243,'40.75596974281819','-3.1674957275390625'),(248433,93,61,244,'40.754279292683094','-3.1673240661621093'),(248430,93,61,241,'40.763381209080215','-3.1673240661621093'),(248431,93,61,242,'40.76247107352298','-3.1686973571777343'),(248429,93,61,240,'40.76936178983361','-3.1674957275390625'),(248427,93,61,238,'40.78093138541519','-3.1747055053710937'),(248428,93,61,239,'40.77274188001071','-3.1704139709472656'),(248426,93,61,237,'40.793668609304944','-3.1757354736328125'),(248425,93,61,236,'40.79691751000055','-3.1745338439941406'),(248424,93,61,235,'40.801465703863386','-3.1759071350097656'),(248422,93,61,233,'40.803674714153814','-3.1741905212402343'),(248423,93,61,234,'40.8030250128768','-3.1745338439941406'),(248421,93,61,232,'40.80614352100307','-3.1747055053710937'),(248420,93,61,231,'40.809002024724286','-3.1704139709472656'),(248419,93,61,230,'40.82199367154931','-3.1551361083984375'),(248417,93,61,228,'40.8275792974684','-3.151702880859375'),(248418,93,61,229,'40.826799936046804','-3.1506729125976562'),(248416,93,61,227,'40.829657549812715','-3.1492996215820312'),(248415,93,61,226,'40.83420349973288','-3.1467247009277343'),(248414,93,61,225,'40.83796990783286','-3.1396865844726562'),(248413,93,61,224,'40.84342432639293','-3.136768341064453'),(248412,93,61,223,'40.84524236616855','-3.1371116638183593'),(248411,93,61,222,'40.84732006484318','-3.1359100341796875'),(248409,93,61,220,'40.85874624314158','-3.1362533569335937'),(248410,93,61,221,'40.85303340031356','-3.1369400024414062'),(248408,93,61,219,'40.861213000244305','-3.133678436279297'),(248407,93,61,218,'40.87017045081343','-3.1278419494628906'),(248406,93,61,217,'40.87159833820704','-3.1290435791015625'),(248405,93,61,216,'40.87367521035553','-3.1287002563476562'),(248404,93,61,215,'40.87549242004246','-3.1278419494628906'),(248403,93,61,214,'40.8764010061807','-3.12835693359375'),(248401,93,61,212,'40.88198204744658','-3.1249237060546875'),(248402,93,61,213,'40.87860752059954','-3.1274986267089843'),(248400,93,61,211,'40.88470750122673','-3.1247520446777343'),(248399,93,61,210,'40.890417611869914','-3.1235504150390625'),(248398,93,61,209,'40.89431058661896','-3.12286376953125'),(248396,93,61,207,'40.90326355923087','-3.121318817138672'),(248397,93,61,208,'40.89599747120625','-3.1223487854003906'),(248395,93,61,206,'40.90910180154994','-3.118572235107422'),(248394,93,61,205,'40.90949099937811','-3.1139373779296875'),(248393,93,61,204,'40.90962073147841','-3.107929229736328'),(248392,93,61,203,'40.91182613823955','-3.10638427734375'),(248391,93,61,202,'40.91429091756704','-3.101062774658203'),(248389,93,61,200,'40.91999847479045','-3.0990028381347656'),(248390,93,61,201,'40.91714475777896','-3.0988311767578125'),(248388,93,61,199,'40.92298177448186','-3.099517822265625'),(248387,93,61,198,'40.925316436831835','-3.101062774658203'),(248386,93,61,197,'40.9280401053324','-3.1029510498046875'),(248385,93,61,196,'40.934135528044045','-3.0972862243652343'),(248384,93,61,195,'40.936858833027','-3.092479705810547'),(248383,93,61,194,'40.93945235244603','-3.0919647216796875'),(248382,93,61,193,'40.94502807437372','-3.0895614624023437'),(248381,93,61,192,'40.945287398821236','-3.088531494140625'),(248380,93,61,191,'40.94969575862395','-3.0854415893554687'),(248379,93,61,190,'40.95060332557961','-3.089733123779297'),(248377,93,61,188,'40.95604846533965','-3.087329864501953'),(248378,93,61,189,'40.9528073648214','-3.0923080444335937'),(248376,93,61,187,'40.957993049272034','-3.083209991455078'),(248375,93,61,186,'40.96123389519331','-3.08441162109375'),(248374,93,61,185,'40.96343757952691','-3.083038330078125'),(248373,93,61,184,'40.963696831669836','-3.0811500549316406'),(248372,93,61,183,'40.96136352572034','-3.0772018432617187'),(248371,93,61,182,'40.967196635921','-3.0725669860839843'),(248370,93,61,181,'40.97160353279909','-3.0717086791992187'),(248369,93,61,180,'40.97328844499725','-3.072223663330078'),(248368,93,61,179,'40.974584502022544','-3.072223663330078'),(248367,93,61,178,'40.9758805335859','-3.0739402770996093'),(248366,93,61,177,'40.978472520326235','-3.0730819702148437'),(248365,93,61,176,'40.98041644354279','-3.073253631591797'),(248364,93,61,175,'40.98236030946837','-3.072052001953125'),(248363,93,61,174,'40.98534079261457','-3.0727386474609375'),(248362,93,61,173,'40.989616902717245','-3.0727386474609375'),(248361,93,61,172,'40.99091263891055','-3.0675888061523437'),(248360,93,61,171,'40.99687269742141','-3.0620956420898437'),(248359,93,61,170,'40.99881607826166','-3.066387176513672'),(248358,93,61,169,'40.99739093791441','-3.0703353881835937'),(248357,93,61,168,'41.0033504107363','-3.0765151977539062'),(248356,93,61,167,'41.01008655723804','-3.083209991455078'),(248355,93,61,166,'41.014879165254364','-3.0811500549316406'),(248354,93,61,165,'41.01397248236972','-3.0766868591308593'),(248353,93,61,164,'41.02588789022246','-3.070507049560547'),(248351,93,61,162,'41.03391662314288','-3.072223663330078'),(248352,93,61,163,'41.03093833644863','-3.0711936950683593'),(248350,93,61,161,'41.03663581071725','-3.069305419921875'),(248349,93,61,160,'41.041038066743404','-3.073596954345703'),(248348,93,61,159,'41.04647574121183','-3.079090118408203'),(248347,93,61,158,'41.05178351385379','-3.087329864501953'),(248346,93,61,157,'41.0548903040402','-3.091278076171875'),(248345,93,61,156,'41.06188004551788','-3.1115341186523437'),(248344,93,61,155,'41.06382150855231','-3.112049102783203'),(248342,93,61,153,'41.07456323467419','-3.1178855895996093'),(248343,93,61,154,'41.06951613614495','-3.1149673461914062'),(248341,93,61,152,'41.076892534081914','-3.1184005737304687'),(248340,93,61,151,'41.08077451634376','-3.1194305419921875'),(248339,93,61,150,'41.08193906631372','-3.124065399169922'),(248338,93,61,149,'41.084009326420926','-3.1262969970703125'),(248337,93,61,148,'41.09604142204862','-3.1307601928710937'),(248336,93,61,147,'41.10457899185493','-3.130931854248047'),(248335,93,61,146,'41.106131158038586','-3.1292152404785156'),(248334,93,61,145,'41.114150098845336','-3.129730224609375'),(248333,93,61,144,'41.11647799498613','-3.1347084045410156'),(248332,93,61,143,'41.120874906901996','-3.1365966796875'),(248331,93,61,142,'41.1206162731781','-3.1348800659179687'),(248330,93,61,141,'41.122168060233356','-3.135395050048828'),(248329,93,61,140,'41.12436636241967','-3.1319618225097656'),(248327,93,61,138,'41.12565944695434','-3.1287002563476562'),(248328,93,61,139,'41.123461188084576','-3.128185272216797'),(248326,93,61,137,'41.125788754006386','-3.1259536743164062'),(248325,93,61,136,'41.12695250600846','-3.124065399169922'),(248324,93,61,135,'41.12927994809436','-3.117542266845703'),(248323,93,61,134,'41.1290213474951','-3.1149673461914062'),(248322,93,61,133,'41.132383075784574','-3.1165122985839843'),(248321,93,61,132,'41.13548605670214','-3.117198944091797'),(248320,93,61,131,'41.139364576446745','-3.1168556213378906'),(248319,93,61,130,'41.143889226288415','-3.1197738647460937'),(248318,93,61,129,'41.14660386635527','-3.1211471557617187'),(248317,93,61,128,'41.145440462944535','-3.1190872192382812'),(248316,93,61,127,'41.14660386635527','-3.11737060546875'),(248314,93,61,125,'41.15022321163024','-3.117542266845703'),(248315,93,61,126,'41.148413563966386','-3.118572235107422'),(248313,93,61,124,'41.15267908214028','-3.1182289123535156'),(248312,93,61,123,'41.156168845136705','-3.1123924255371093'),(248311,93,61,122,'41.154617862296156','-3.1087875366210937'),(248310,93,61,121,'41.15552260674621','-3.1043243408203125'),(248309,93,61,120,'41.15668583126197','-3.1055259704589843'),(248308,93,61,119,'41.15746130280455','-3.103809356689453'),(248307,93,61,118,'41.159270700725706','-3.1031227111816406'),(248306,93,61,117,'41.16043385872706','-3.10089111328125'),(248305,93,61,116,'41.16431090297856','-3.1003761291503906'),(248304,93,61,115,'41.16754159797752','-3.0957412719726562'),(248303,93,61,114,'41.168316941075766','-3.0923080444335937'),(248302,93,61,113,'41.17296880699228','-3.0892181396484375'),(248301,93,61,112,'41.177361932627285','-3.0866432189941406'),(248300,93,61,111,'41.177361932627285','-3.0854415893554687'),(248299,93,61,110,'41.178395566429764','-3.08441162109375'),(248298,93,61,109,'41.184984598466876','-3.0838966369628906'),(248297,93,61,108,'41.18459702669797','-3.0866432189941406'),(248296,93,61,107,'41.187955905820026','-3.0890464782714843'),(248295,93,61,106,'41.18886018999125','-3.091278076171875'),(248294,93,61,105,'41.19170214465053','-3.093852996826172'),(248293,93,61,104,'41.191960498047784','-3.1003761291503906'),(248292,93,61,103,'41.19389811602941','-3.0986595153808593'),(248290,93,61,101,'41.19983978689712','-3.1056976318359375'),(248291,93,61,102,'41.198419001625815','-3.1026077270507812'),(248289,93,61,100,'41.20694325061626','-3.1177139282226562'),(248288,93,61,99,'41.2086221384656','-3.1151390075683593'),(248287,93,61,98,'41.21081754219084','-3.1190872192382812'),(248286,93,61,97,'41.213916810270675','-3.1163406372070312'),(248285,93,61,96,'41.21494986700211','-3.1314468383789062'),(248284,93,61,95,'41.21585377825921','-3.135395050048828'),(248283,93,61,94,'41.21417507598299','-3.155651092529297'),(248282,93,61,93,'41.208751281900454','-3.1686973571777343'),(248281,93,61,92,'41.221664338089674','-3.1824302673339843'),(248279,93,61,90,'41.23392938027291','-3.20526123046875'),(248280,93,61,91,'41.23392938027291','-3.2032012939453125'),(248278,93,61,89,'41.235349394427565','-3.207836151123047'),(248277,93,61,88,'41.24154545883713','-3.2102394104003906'),(248276,93,61,87,'41.25187092753322','-3.2114410400390625'),(248275,93,61,86,'41.25651685610343','-3.2090377807617187'),(248274,93,61,85,'41.25858160718231','-3.2110977172851562'),(248272,93,61,83,'41.26232380214859','-3.209381103515625'),(248273,93,61,84,'41.260388210833994','-3.21075439453125'),(248271,93,61,82,'41.267356071083924','-3.212299346923828'),(248270,93,61,81,'41.26993657138599','-3.212299346923828'),(248269,93,61,80,'41.2756133130414','-3.2117843627929687'),(248268,93,61,79,'41.28090255982089','-3.214874267578125'),(248267,93,61,78,'41.281676559981676','-3.2102394104003906'),(248266,93,61,77,'41.28309553643482','-3.2080078125'),(248265,93,61,76,'41.28451448203389','-3.2057762145996093'),(248264,93,61,75,'41.290060973326','-3.1966781616210937'),(248262,93,61,73,'41.29960499397238','-3.217620849609375'),(248263,93,61,74,'41.298573275278464','-3.2129859924316406'),(248261,93,61,72,'41.30347379371749','-3.222942352294922'),(248260,93,61,71,'41.304634388885915','-3.2289505004882812'),(248259,93,61,70,'41.30398961634251','-3.232898712158203'),(248258,93,61,69,'41.30437648063359','-3.2354736328125'),(248257,93,61,68,'41.31314478894676','-3.2502365112304687'),(248256,93,61,67,'41.31675492608685','-3.2529830932617187'),(248255,93,61,66,'41.323458936022696','-3.2557296752929687'),(248254,93,61,65,'41.328615397472284','-3.258819580078125'),(248253,93,61,64,'41.32990444907384','-3.2704925537109375'),(248252,93,61,63,'41.335575973123916','-3.2794189453125'),(248251,93,61,62,'41.33789599973477','-3.2921218872070312'),(248249,93,61,60,'41.34743301869497','-3.3031082153320312'),(248250,93,61,61,'41.34176252711261','-3.2976150512695312'),(248248,93,61,59,'41.35104125623227','-3.3099746704101562'),(248247,93,61,58,'41.35439158345757','-3.3134078979492187'),(248246,93,61,57,'41.35619553438905','-3.319244384765625'),(248245,93,61,56,'41.356453237583764','-3.3254241943359375'),(248244,93,61,55,'41.36289548584906','-3.3340072631835937'),(248243,93,61,54,'41.37165592008984','-3.34808349609375'),(248242,93,61,53,'41.374232293915426','-3.3539199829101562'),(248241,93,61,52,'41.3791271230665','-3.3570098876953125'),(248240,93,61,51,'41.39612735150299','-3.3635330200195312'),(248239,93,61,50,'41.40333822668748','-3.3642196655273437'),(248238,93,61,49,'41.41724265509343','-3.3721160888671875'),(248237,93,61,48,'41.41904486310779','-3.3776092529296875'),(248236,93,61,47,'41.42367888265411','-3.3782958984375'),(248235,93,61,46,'41.43963797438235','-3.39752197265625'),(248234,93,61,45,'41.448902743309674','-3.4164047241210937'),(248233,93,61,44,'41.4504467428547','-3.426361083984375'),(248232,93,61,43,'41.4573942860691','-3.4442138671875'),(248231,93,61,42,'41.45893808350677','-3.4555435180664062'),(248230,93,61,41,'41.46151099757483','-3.4713363647460937'),(248229,93,61,40,'41.46228285189013','-3.4915924072265625'),(248228,93,61,39,'41.46459835971369','-3.4926223754882812'),(248227,93,61,38,'41.47154438707647','-3.49639892578125'),(248226,93,61,37,'41.47848967025991','-3.5025787353515625'),(248225,93,61,36,'41.478232450820364','-3.5077285766601562'),(248224,93,61,35,'41.48337664564808','-3.5049819946289062'),(248223,93,61,34,'41.48569140009698','-3.5080718994140625'),(248222,93,61,33,'41.4849198244686','-3.5176849365234375'),(248221,93,61,32,'41.4941781255972','-3.5101318359375'),(248220,93,61,31,'41.49803536056796','-3.5101318359375'),(248218,93,61,29,'41.50420645872031','-3.5015487670898437'),(248219,93,61,30,'41.500606722931344','-3.5042953491210937'),(248216,93,61,27,'41.51577568269484','-3.5008621215820312'),(248217,93,61,28,'41.51063406062076','-3.4991455078125'),(248215,93,61,26,'41.5186034007529','-3.5015487670898437'),(248214,93,61,25,'41.52425846623431','-3.50738525390625'),(248213,93,61,24,'41.52605770161481','-3.5094451904296875'),(248212,93,61,23,'41.53145510756294','-3.5187149047851562'),(248697,94,62,240,'40.18149636613134','-2.2583770751953125'),(248696,94,62,239,'40.18307014852533','-2.2626686096191406'),(248695,94,62,238,'40.195003476834465','-2.2731399536132812'),(248694,94,62,237,'40.19801926038918','-2.271595001220703'),(248693,94,62,236,'40.204312637495846','-2.275543212890625'),(248692,94,62,235,'40.21060543040291','-2.278118133544922'),(248691,94,62,234,'40.21571789446236','-2.2788047790527343'),(248690,94,62,233,'40.219912448705834','-2.279834747314453'),(248689,94,62,232,'40.222664983810056','-2.2829246520996093'),(248688,94,62,231,'40.233674005893505','-2.289276123046875'),(248687,94,62,230,'40.23970199781759','-2.2944259643554687'),(248686,94,62,229,'40.24297785530594','-2.2957992553710937'),(248685,94,62,228,'40.24559842716937','-2.3019790649414062'),(248684,94,62,227,'40.247956855108335','-2.2978591918945312'),(248683,94,62,226,'40.26223669101846','-2.300090789794922'),(248682,94,62,225,'40.266559349813505','-2.302837371826172'),(248681,94,62,224,'40.27297733358821','-2.29888916015625'),(248680,94,62,223,'40.27598964655471','-2.294597625732422'),(248679,94,62,222,'40.27952566881291','-2.29339599609375'),(248678,94,62,221,'40.28240673540621','-2.287731170654297'),(248677,94,62,220,'40.2865971585482','-2.2858428955078125'),(248676,94,62,219,'40.28921604109831','-2.2870445251464843'),(248675,94,62,218,'40.292751371577715','-2.289276123046875'),(248674,94,62,217,'40.29537001566171','-2.2860145568847656'),(248673,94,62,216,'40.304927205393405','-2.2858428955078125'),(248672,94,62,215,'40.307938094671066','-2.2786331176757812'),(248671,94,62,214,'40.309378037751145','-2.2786331176757812'),(248670,94,62,213,'40.31225783181274','-2.277088165283203'),(248669,94,62,212,'40.31409036409682','-2.2772598266601562'),(248668,94,62,211,'40.32102735725733','-2.2751998901367187'),(248667,94,62,210,'40.32887969691104','-2.2758865356445312'),(248666,94,62,209,'40.33424493696917','-2.2772598266601562'),(248665,94,62,208,'40.33869383690058','-2.2776031494140625'),(248664,94,62,207,'40.34366578968397','-2.2815513610839843'),(248663,94,62,206,'40.352169596279154','-2.283954620361328'),(248662,94,62,205,'40.361980348481545','-2.281208038330078'),(248661,94,62,204,'40.365119487686606','-2.278118133544922'),(248660,94,62,203,'40.367996903537566','-2.278118133544922'),(248659,94,62,202,'40.37113576255027','-2.27691650390625'),(248658,94,62,201,'40.37532068049163','-2.276744842529297'),(248657,94,62,200,'40.379113037881154','-2.2733116149902343'),(248656,94,62,199,'40.38342821939494','-2.274169921875'),(248655,94,62,198,'40.38342821939494','-2.272968292236328'),(248654,94,62,197,'40.3856510838161','-2.2721099853515625'),(248653,94,62,196,'40.387220120418476','-2.2690200805664062'),(248652,94,62,195,'40.389181364771375','-2.270221710205078'),(248651,94,62,194,'40.394541807937244','-2.2628402709960937'),(248650,94,62,193,'40.394541807937244','-2.2587203979492187'),(248649,94,62,192,'40.39964037008388','-2.252368927001953'),(248648,94,62,191,'40.40290847607685','-2.2430992126464843'),(248647,94,62,190,'40.40186269942073','-2.2379493713378906'),(248646,94,62,189,'40.40264703343591','-2.2346878051757812'),(248645,94,62,188,'40.40238558977959','-2.2312545776367187'),(248644,94,62,187,'40.40316991770238','-2.2266197204589843'),(248643,94,62,186,'40.40316991770238','-2.2212982177734375'),(248642,94,62,185,'40.40539213052246','-2.218036651611328'),(248641,94,62,184,'40.41127410444774','-2.218036651611328'),(248640,94,62,183,'40.41414954904948','-2.21923828125'),(248639,94,62,182,'40.41898524696588','-2.2195816040039062'),(248638,94,62,181,'40.43897782117671','-2.2291946411132812'),(248637,94,62,180,'40.44929845762177','-2.2388076782226562'),(248636,94,62,179,'40.45125789312867','-2.2388076782226562'),(248635,94,62,178,'40.450212867968005','-2.2420692443847656'),(248634,94,62,177,'40.44446493910553','-2.2472190856933593'),(248633,94,62,176,'40.44172143612724','-2.2532272338867187'),(248632,94,62,175,'40.44328916582583','-2.260608673095703'),(248631,94,62,174,'40.44106820462849','-2.2638702392578125'),(248630,94,62,173,'40.44172143612724','-2.264728546142578'),(248629,94,62,172,'40.44080691025165','-2.2703933715820312'),(248628,94,62,171,'40.444726219263586','-2.2750282287597656'),(248627,94,62,170,'40.44603260481925','-2.289447784423828'),(248626,94,62,169,'40.44773086808183','-2.2915077209472656'),(248625,94,62,168,'40.44707769498216','-2.2940826416015625'),(248624,94,62,167,'40.44668578807539','-2.297687530517578'),(248623,94,62,166,'40.449037195237594','-2.3095321655273437'),(248622,94,62,165,'40.450996638362','-2.3115921020507812'),(248621,94,62,164,'40.450082238680295','-2.315540313720703'),(248620,94,62,163,'40.45191102560174','-2.318286895751953'),(248619,94,62,162,'40.449429088432964','-2.322063446044922'),(248618,94,62,161,'40.4503434970018','-2.3254966735839843'),(248617,94,62,160,'40.44537941521528','-2.3296165466308593'),(248616,94,62,159,'40.44407301696414','-2.3327064514160156'),(248615,94,62,158,'40.44381173426701','-2.3352813720703125'),(248614,94,62,157,'40.45517659274668','-2.3574256896972656'),(248613,94,62,156,'40.462360281827976','-2.361888885498047'),(248612,94,62,155,'40.469543202757386','-2.37030029296875'),(248611,94,62,154,'40.470457337588506','-2.3737335205078125'),(248610,94,62,153,'40.46889024168825','-2.377166748046875'),(248609,94,62,152,'40.474636081210384','-2.3835182189941406'),(248608,94,62,151,'40.476725355504186','-2.383861541748047'),(248607,94,62,150,'40.47489724405246','-2.385234832763672'),(248606,94,62,149,'40.47228556992062','-2.388324737548828'),(248605,94,62,148,'40.47398316966107','-2.3886680603027343'),(248604,94,62,147,'40.474113752478836','-2.389698028564453'),(248603,94,62,146,'40.475158405878716','-2.3926162719726562'),(248602,94,62,145,'40.473330251762974','-2.395191192626953'),(248601,94,62,144,'40.47385258658936','-2.3967361450195312'),(248600,94,62,143,'40.48299278830798','-2.4025726318359375'),(248599,94,62,142,'40.48952074193398','-2.4152755737304687'),(248598,94,62,141,'40.498267204342184','-2.4173355102539062'),(248597,94,62,140,'40.49813666850853','-2.419567108154297'),(248596,94,62,139,'40.49905041401055','-2.4217987060546875'),(248595,94,62,138,'40.49748398553039','-2.423858642578125'),(248594,94,62,137,'40.498267204342184','-2.4255752563476562'),(248593,94,62,136,'40.496309140168705','-2.4272918701171875'),(248592,94,62,135,'40.49617860052529','-2.43072509765625'),(248591,94,62,134,'40.49852827524757','-2.4329566955566406'),(248590,94,62,133,'40.50166104686843','-2.43896484375'),(248589,94,62,132,'40.50257474436671','-2.4410247802734375'),(248588,94,62,131,'40.50231368920858','-2.4435997009277343'),(248587,94,62,130,'40.502835798508876','-2.4451446533203125'),(248586,94,62,129,'40.50544628405211','-2.4463462829589843'),(248585,94,62,128,'40.51145001523443','-2.4573326110839843'),(248584,94,62,127,'40.51001438928152','-2.4602508544921875'),(248583,94,62,126,'40.51001438928152','-2.4645423889160156'),(248582,94,62,125,'40.50857873259441','-2.466602325439453'),(248581,94,62,124,'40.50818718452757','-2.4702072143554687'),(248580,94,62,123,'40.50662096940029','-2.4750137329101562'),(248579,94,62,122,'40.50897027837527','-2.4769020080566406'),(248578,94,62,121,'40.511841544251176','-2.4877166748046875'),(248577,94,62,120,'40.51379915504413','-2.4973297119140625'),(248576,94,62,119,'40.514321174936704','-2.5016212463378906'),(248575,94,62,118,'40.512624595426494','-2.510204315185547'),(248574,94,62,117,'40.51001438928152','-2.5126075744628906'),(248573,94,62,116,'40.50675148872457','-2.5220489501953125'),(248572,94,62,115,'40.50923130762583','-2.5244522094726562'),(248571,94,62,114,'40.512363579384065','-2.531147003173828'),(248570,94,62,113,'40.51627871333759','-2.5359535217285156'),(248569,94,62,112,'40.519149666276505','-2.5423049926757812'),(248568,94,62,111,'40.516017711519595','-2.5498580932617187'),(248567,94,62,110,'40.515234699969355','-2.5551795959472656'),(248566,94,62,109,'40.513668649435985','-2.5603294372558593'),(248565,94,62,108,'40.510144902001805','-2.5704574584960937'),(248564,94,62,107,'40.50923130762583','-2.577667236328125'),(248563,94,62,106,'40.50100839817851','-2.579212188720703'),(248562,94,62,105,'40.498267204342184','-2.584362030029297'),(248561,94,62,104,'40.488998529009095','-2.5876235961914062'),(248560,94,62,103,'40.48455955508278','-2.596893310546875'),(248559,94,62,102,'40.4795980015049','-2.598438262939453'),(248558,94,62,101,'40.475158405878716','-2.600841522216797'),(248557,94,62,100,'40.47150204787303','-2.6073646545410156'),(248556,94,62,99,'40.47124087182558','-2.613372802734375'),(248555,94,62,98,'40.4728079128734','-2.6181793212890625'),(248554,94,62,97,'40.47006556704171','-2.629852294921875'),(248553,94,62,96,'40.47267732751612','-2.63671875'),(248552,94,62,95,'40.475811306000175','-2.6391220092773437'),(248551,94,62,94,'40.48625684448605','-2.6399803161621093'),(248550,94,62,93,'40.48730130893938','-2.648906707763672'),(248549,94,62,92,'40.48299278830798','-2.6526832580566406'),(248548,94,62,91,'40.482601090900054','-2.6564598083496093'),(248547,94,62,90,'40.482470524589516','-2.6676177978515625'),(248546,94,62,89,'40.47972857340258','-2.6727676391601562'),(248545,94,62,88,'40.48012028757196','-2.6787757873535156'),(248544,94,62,87,'40.48194825680765','-2.6865005493164062'),(248543,94,62,86,'40.48155655330463','-2.6937103271484375'),(248542,94,62,85,'40.483515047963','-2.7034950256347656'),(248541,94,62,84,'40.48573460616416','-2.7100181579589843'),(248540,94,62,83,'40.4866485205608','-2.7167129516601562'),(248539,94,62,82,'40.4850818025475','-2.720661163330078'),(248538,94,62,81,'40.48455955508278','-2.7276992797851562'),(248537,94,62,80,'40.48638740343162','-2.734394073486328'),(248536,94,62,79,'40.49017350237571','-2.7386856079101562'),(248535,94,62,78,'40.489651294530276','-2.742462158203125'),(248534,94,62,77,'40.488606866648716','-2.7486419677734375'),(248533,94,62,76,'40.49147900421107','-2.750530242919922'),(248532,94,62,75,'40.494351018849215','-2.7486419677734375'),(248531,94,62,74,'40.495134274234495','-2.7512168884277343'),(248530,94,62,73,'40.493437209343654','-2.7572250366210937'),(248529,94,62,72,'40.496439679558165','-2.7585983276367187'),(248528,94,62,71,'40.49578698007111','-2.7620315551757812'),(248527,94,62,70,'40.49160955299775','-2.7637481689453125'),(248526,94,62,69,'40.49356775432066','-2.7661514282226562'),(248525,94,62,68,'40.49160955299775','-2.7706146240234375'),(248524,94,62,67,'40.493828843512766','-2.7731895446777343'),(248523,94,62,66,'40.49852827524757','-2.7745628356933593'),(248522,94,62,65,'40.50218316124853','-2.7773094177246093'),(248521,94,62,64,'40.51001438928152','-2.7814292907714843'),(248520,94,62,63,'40.51471268718902','-2.7867507934570312'),(248519,94,62,62,'40.52058509664245','-2.79052734375'),(248518,94,62,61,'40.527370351380384','-2.7915573120117187'),(248517,94,62,60,'40.5312846089713','-2.793445587158203'),(248516,94,62,59,'40.539764716089856','-2.7925872802734375'),(248515,94,62,58,'40.543026009954985','-2.7997970581054687'),(248514,94,62,57,'40.54602626007666','-2.8039169311523437'),(248513,94,62,56,'40.55254807930216','-2.8188514709472656'),(248512,94,62,55,'40.55280893886018','-2.8226280212402343'),(248511,94,62,54,'40.55150463090774','-2.8313827514648437'),(248510,94,62,53,'40.554113221406475','-2.8447723388671875'),(248509,94,62,52,'40.55437407486699','-2.8561019897460937'),(248508,94,62,51,'40.5534610833091','-2.8669166564941406'),(248507,94,62,50,'40.55763465737646','-2.8928375244140625'),(248506,94,62,49,'40.56219920611769','-2.9161834716796875'),(248505,94,62,48,'40.560373423969686','-2.9204750061035156'),(248504,94,62,47,'40.56167755915687','-2.9232215881347656'),(248503,94,62,46,'40.56089508109343','-2.9328346252441406'),(248502,94,62,45,'40.55763465737646','-2.9369544982910156'),(248501,94,62,44,'40.55502620407214','-2.9350662231445312'),(248500,94,62,43,'40.555808750734215','-2.9395294189453125'),(248499,94,62,42,'40.55437407486699','-2.943134307861328'),(248498,94,62,41,'40.55293936825807','-2.9465675354003906'),(248497,94,62,40,'40.550330732028456','-2.951374053955078'),(248496,94,62,39,'40.54446092895437','-2.95806884765625'),(248495,94,62,38,'40.54224331390798','-2.962188720703125'),(248494,94,62,37,'40.53832969648848','-2.9714584350585937'),(248493,94,62,36,'40.53937335015618','-2.9783248901367187'),(248492,94,62,35,'40.5366337246019','-2.9848480224609375'),(248491,94,62,34,'40.53141508028686','-2.992572784423828'),(248490,94,62,33,'40.52984940773397','-3.0044174194335937'),(248489,94,62,32,'40.527631308999226','-3.0121421813964843'),(248488,94,62,31,'40.52841417575912','-3.012828826904297'),(248487,94,62,30,'40.53585095386631','-3.0191802978515625'),(248486,94,62,29,'40.53911243826351','-3.0233001708984375'),(248485,94,62,28,'40.54315645840702','-3.023815155029297'),(248484,94,62,27,'40.54667847058043','-3.0270767211914062'),(248483,94,62,26,'40.55385236692972','-3.0387496948242187'),(248482,94,62,25,'40.56389453066509','-3.0524826049804687'),(248481,94,62,24,'40.56845865255947','-3.0524826049804687'),(248480,94,62,23,'40.57184894162222','-3.0535125732421875'),(248479,94,62,22,'40.57536944461837','-3.05145263671875'),(248478,94,62,21,'40.58358323125094','-3.046131134033203'),(248477,94,62,20,'40.585669111708604','-3.0531692504882812'),(248476,94,62,19,'40.58749420374667','-3.0566024780273437'),(248475,94,62,18,'40.58332249161984','-3.0672454833984375'),(248474,94,62,17,'40.581106163717976','-3.073253631591797'),(248473,94,62,16,'40.580193536766814','-3.0796051025390625'),(248472,94,62,15,'40.582149150701824','-3.085613250732422'),(248471,94,62,14,'40.5930995321649','-3.099346160888672'),(248470,94,62,13,'40.60222348036483','-3.110504150390625'),(248469,94,62,12,'40.60313580669792','-3.1156539916992187'),(248468,94,62,11,'40.60574238474842','-3.1184005737304687'),(248467,94,62,10,'40.608739823836984','-3.1194305419921875'),(248466,94,62,9,'40.61225838513646','-3.1201171875'),(248465,94,62,8,'40.61382213068914','-3.1252670288085937'),(248464,94,62,7,'40.611997757319685','-3.1316184997558593'),(248463,94,62,6,'40.614343371074085','-3.136768341064453'),(248462,94,62,5,'40.616688902485116','-3.1527328491210937'),(248461,94,62,4,'40.61903435155179','-3.1563377380371093'),(248460,94,62,3,'40.62281295739822','-3.1590843200683593'),(248459,94,62,2,'40.62646106367355','-3.1618309020996093'),(248458,94,62,1,'40.63036952784689','-3.1633758544921875'),(248457,94,62,0,'40.63219339951101','-3.1640625'),(243521,92,60,95,'43.19153565209317','-3.797321319580078'),(243522,92,60,96,'43.19241171762344','-3.799896240234375'),(243523,92,60,97,'43.19428895855668','-3.8019561767578125'),(243524,92,60,98,'43.19579070972712','-3.805561065673828'),(243525,92,60,99,'43.194038663101935','-3.8047027587890625'),(243526,92,60,100,'43.19203626250746','-3.802471160888672'),(243527,92,60,101,'43.190659573987475','-3.8033294677734375'),(243528,92,60,102,'43.18865706252397','-3.8045310974121093'),(243529,92,60,103,'43.18778094309918','-3.8072776794433593'),(243530,92,60,104,'43.185152509372955','-3.8077926635742187'),(243531,92,60,105,'43.1862789948284','-3.809680938720703'),(243532,92,60,106,'43.18314981723581','-3.8060760498046875'),(243533,92,60,107,'43.18527767545014','-3.8036727905273437'),(243534,92,60,108,'43.18552800683452','-3.80126953125'),(243535,92,60,109,'43.18277430514594','-3.799896240234375'),(243536,92,60,110,'43.18202327403702','-3.801441192626953'),(243537,92,60,111,'43.18039600827318','-3.8007545471191406'),(243538,92,60,112,'43.17889387830362','-3.7993812561035156'),(243539,92,60,113,'43.17901905721258','-3.7978363037109375'),(243540,92,60,114,'43.17488801771465','-3.7919998168945312'),(243541,92,60,115,'43.1723842213978','-3.788909912109375'),(243542,92,60,116,'43.17013071694503','-3.7897682189941406'),(243543,92,60,117,'43.170381110434754','-3.783588409423828'),(243544,92,60,118,'43.1698803224288','-3.7815284729003906'),(243545,92,60,119,'43.1670007117114','-3.777751922607422'),(243546,92,60,120,'43.16737632080817','-3.773975372314453'),(243547,92,60,121,'43.16474700862837','-3.778095245361328'),(243548,92,60,122,'43.1663746914176','-3.7801551818847656'),(243549,92,60,123,'43.16762672558954','-3.7815284729003906'),(243550,92,60,124,'43.165373045602905','-3.7842750549316406'),(243551,92,60,125,'43.162994070968374','-3.7880516052246093'),(243552,92,60,126,'43.163745336124514','-3.7938880920410156'),(243553,92,60,127,'43.16199236972251','-3.791656494140625'),(243554,92,60,128,'43.160615003692214','-3.786334991455078'),(243555,92,60,129,'43.16136629810356','-3.7842750549316406'),(243556,92,60,130,'43.15936282581009','-3.7837600708007812'),(243557,92,60,131,'43.158861947471784','-3.7811851501464843'),(243558,92,60,132,'43.15610704321716','-3.7830734252929687'),(243559,92,60,133,'43.15723406451551','-3.7853050231933593'),(243560,92,60,134,'43.157359287821116','-3.8071060180664062'),(243561,92,60,135,'43.157734956198176','-3.811054229736328'),(243562,92,60,136,'43.158987167441296','-3.813800811767578'),(243563,92,60,137,'43.15798540049978','-3.8167190551757812'),(243564,92,60,138,'43.1604897870588','-3.8211822509765625'),(243565,92,60,139,'43.163369704701274','-3.8256454467773437'),(243566,92,60,140,'43.16362012590673','-3.8295936584472656'),(243567,92,60,141,'43.1661242815037','-3.8318252563476562'),(243568,92,60,142,'43.16599907616178','-3.8337135314941406'),(243569,92,60,143,'43.16862833444991','-3.835601806640625'),(243570,92,60,144,'43.16837793377458','-3.8404083251953125'),(243571,92,60,145,'43.16812753207274','-3.8434982299804687'),(243572,92,60,146,'43.1661242815037','-3.847789764404297'),(243573,92,60,147,'43.16812753207274','-3.8512229919433593'),(243574,92,60,148,'43.1670007117114','-3.857574462890625'),(243575,92,60,149,'43.1670007117114','-3.8596343994140625'),(243576,92,60,150,'43.170756698744604','-3.8627243041992187'),(243577,92,60,151,'43.17063150289795','-3.867015838623047'),(243578,92,60,152,'43.1723842213978','-3.8694190979003906'),(243579,92,60,153,'43.16900393353816','-3.8771438598632812'),(243580,92,60,154,'43.16975512478574','-3.8836669921875'),(243581,92,60,155,'43.16775192759528','-3.8881301879882812'),(243582,92,60,156,'43.16837793377458','-3.8949966430664062'),(243583,92,60,157,'43.16424617442944','-3.8991165161132812'),(243584,92,60,158,'43.160740220069','-3.8970565795898437'),(243585,92,60,159,'43.158110622265646','-3.895854949951172'),(243586,92,60,160,'43.155480911291896','-3.8980865478515625'),(243587,92,60,161,'43.153477246018774','-3.8968849182128906'),(243588,92,60,162,'43.147591099354834','-3.898944854736328'),(243589,92,60,163,'43.144960935706116','-3.899974822998047'),(243590,92,60,164,'43.14020130429628','-3.9004898071289062'),(243591,92,60,165,'43.1354413023389','-3.900318145751953'),(243592,92,60,166,'43.13030509517499','-3.8998031616210937'),(243593,92,60,167,'43.126922479282854','-3.901691436767578'),(243594,92,60,168,'43.12328909088803','-3.901691436767578'),(243595,92,60,169,'43.120407284575116','-3.9032363891601562'),(243596,92,60,170,'43.11151041751185','-3.9022064208984375'),(243597,92,60,171,'43.10612154516305','-3.901691436767578'),(243598,92,60,172,'43.100982876188546','-3.9022064208984375'),(243599,92,60,173,'43.098476051876624','-3.9023780822753906'),(243600,92,60,174,'43.09546772722427','-3.898944854736328'),(243601,92,60,175,'43.09358744926521','-3.8979148864746093'),(243602,92,60,176,'43.09233389855278','-3.8982582092285156'),(243603,92,60,177,'43.09032816404351','-3.89739990234375'),(243604,92,60,178,'43.08869845638895','-3.8949966430664062'),(243605,92,60,179,'43.08556428133101','-3.893280029296875'),(243606,92,60,180,'43.080549267685356','-3.8941383361816406'),(243607,92,60,181,'43.07741467568805','-3.89190673828125'),(243608,92,60,182,'43.0770385138722','-3.8898468017578125'),(243609,92,60,183,'43.073778348073255','-3.88916015625'),(243610,92,60,184,'43.0696401955553','-3.8836669921875'),(243611,92,60,185,'43.06725749614766','-3.884868621826172'),(243612,92,60,186,'43.063745980830255','-3.885040283203125'),(243613,92,60,187,'43.06061052932156','-3.88641357421875'),(243614,92,60,188,'43.05822747893088','-3.8872718811035156'),(243615,92,60,189,'43.05484087957652','-3.886241912841797'),(243616,92,60,190,'43.05145409318915','-3.8840103149414062'),(243617,92,60,191,'43.0504505650079','-3.880748748779297'),(243618,92,60,192,'43.04718898502027','-3.8776588439941406'),(243619,92,60,193,'43.04292358027223','-3.879375457763672'),(243620,92,60,194,'43.03941067132037','-3.8723373413085937'),(243621,92,60,195,'43.03665038746902','-3.8677024841308593'),(243622,92,60,196,'43.02899622370039','-3.863239288330078'),(243623,92,60,197,'43.02096459946765','-3.854999542236328'),(243624,92,60,198,'43.01368503236689','-3.853282928466797'),(243625,92,60,199,'43.00816202648563','-3.8579177856445312'),(243626,92,60,200,'42.994352338968866','-3.860321044921875'),(243627,92,60,201,'42.982297711536056','-3.8570594787597656'),(243628,92,60,202,'42.974511174899156','-3.8496780395507812'),(243629,92,60,203,'42.9663468116113','-3.84796142578125'),(243630,92,60,204,'42.958432625269474','-3.8471031188964843'),(243631,92,60,205,'42.95591997226429','-3.8460731506347656'),(243632,92,60,206,'42.9524020856897','-3.8460731506347656'),(243633,92,60,207,'42.94750183713356','-3.8388633728027343'),(243634,92,60,208,'42.945240052372164','-3.8374900817871093'),(243635,92,60,209,'42.940716233539256','-3.8304519653320312'),(243636,92,60,210,'42.9375744971096','-3.829936981201172'),(243637,92,60,211,'42.932170335466644','-3.8282203674316406'),(243638,92,60,212,'42.9270170885137','-3.827190399169922'),(243639,92,60,213,'42.92337184863346','-3.8280487060546875'),(243640,92,60,214,'42.91620643817353','-3.8325119018554687'),(243641,92,60,215,'42.91369206157935','-3.835430145263672'),(243642,92,60,216,'42.89193842243876','-3.828907012939453'),(243643,92,60,217,'42.889800367412256','-3.8225555419921875'),(243644,92,60,218,'42.877096276987125','-3.8002395629882812'),(243645,92,60,219,'42.84954079807063','-3.784961700439453'),(243646,92,60,220,'42.84375132629021','-3.7825584411621093'),(243647,92,60,221,'42.84047877613866','-3.7789535522460937'),(243648,92,60,222,'42.83909418350768','-3.7758636474609375'),(243649,92,60,223,'42.82713504698392','-3.7732887268066406'),(243650,92,60,224,'42.8224766518544','-3.7664222717285156'),(243651,92,60,225,'42.82058801328782','-3.7677955627441406'),(243652,92,60,226,'42.817566071581616','-3.769855499267578'),(243653,92,60,227,'42.81315880851945','-3.7731170654296875'),(243654,92,60,228,'42.80875123136149','-3.7748336791992187'),(243655,92,60,229,'42.80648435509074','-3.7746620178222656'),(243656,92,60,230,'42.80371361572153','-3.7701988220214843'),(243657,92,60,231,'42.798045807765234','-3.769512176513672'),(243658,92,60,232,'42.79489680122175','-3.772602081298828'),(243659,92,60,233,'42.79199957367324','-3.77105712890625'),(243660,92,60,234,'42.787968422765275','-3.765392303466797'),(243661,92,60,235,'42.78267713877303','-3.7677955627441406'),(243662,92,60,236,'42.780409307185934','-3.765735626220703'),(243663,92,60,237,'42.777637400215816','-3.7701988220214843'),(243664,92,60,238,'42.7744873553083','-3.7727737426757812'),(243665,92,60,239,'42.77373132068729','-3.7786102294921875'),(243666,92,60,240,'42.76780873017273','-3.7839317321777343'),(243667,92,60,241,'42.76617046685291','-3.790283203125'),(243668,92,60,242,'42.763271894841445','-3.797149658203125'),(243669,92,60,243,'42.758608690078645','-3.799724578857422'),(243670,92,60,244,'42.75419722741578','-3.802814483642578'),(243671,92,60,245,'42.750163615301936','-3.800067901611328'),(243672,92,60,246,'42.74663398935902','-3.801097869873047'),(243673,92,60,247,'42.74562548788817','-3.8059043884277343'),(243674,92,60,248,'42.74323023113929','-3.806934356689453'),(243675,92,60,249,'42.73869159613882','-3.8004112243652343'),(243676,92,60,250,'42.73654823634585','-3.802471160888672'),(243677,92,60,251,'42.731756928922046','-3.8036727905273437'),(243678,92,60,252,'42.72910894232736','-3.798694610595703'),(243679,92,60,253,'42.72469538011748','-3.799896240234375'),(243680,92,60,254,'42.72229931484221','-3.8016128540039062'),(243681,92,60,255,'42.718389746518426','-3.8009262084960937'),(243682,92,60,256,'42.71296638907414','-3.802814483642578'),(243683,92,60,257,'42.709939192779224','-3.802471160888672'),(243684,92,60,258,'42.707668698664335','-3.8031578063964843'),(243685,92,60,259,'42.70426280177124','-3.8021278381347656'),(243686,92,60,260,'42.70161364166483','-3.804187774658203'),(243687,92,60,261,'42.696693472994504','-3.8050460815429687'),(243688,92,60,262,'42.68962793359915','-3.801441192626953'),(243689,92,60,263,'42.687104331869904','-3.7961196899414062'),(243690,92,60,264,'42.682056820833054','-3.798351287841797'),(243691,92,60,265,'42.679659109427156','-3.7968063354492187'),(243692,92,60,266,'42.67890191818092','-3.792858123779297'),(243693,92,60,267,'42.67562064948919','-3.7923431396484375'),(243694,92,60,268,'42.67233920753351','-3.7907981872558593'),(243695,92,60,269,'42.664765987909526','-3.783245086669922'),(243696,92,60,270,'42.64140941909794','-3.745136260986328'),(243697,92,60,271,'42.63901013966963','-3.7411880493164062'),(243698,92,60,272,'42.63648448242716','-3.7331199645996093'),(243699,92,60,273,'42.63307468254104','-3.731403350830078'),(243700,92,60,274,'42.631306564604195','-3.728485107421875'),(243701,92,60,275,'42.624233590560294','-3.7276268005371093'),(243702,92,60,276,'42.60995889238943','-3.7236785888671875'),(243703,92,60,277,'42.59947185267614','-3.726940155029297'),(243704,92,60,278,'42.59770278041514','-3.7265968322753906'),(243705,92,60,279,'42.59479633838067','-3.7274551391601562'),(243706,92,60,280,'42.5923952622832','-3.7253952026367187'),(243707,92,60,281,'42.588603901157164','-3.7253952026367187'),(243708,92,60,282,'42.586834520375334','-3.72161865234375'),(243709,92,60,283,'42.58418035503378','-3.7209320068359375'),(243710,92,60,284,'42.5808940890009','-3.7195587158203125'),(243711,92,60,285,'42.572930495255626','-3.7164688110351562'),(243712,92,60,286,'42.566103748324245','-3.706512451171875'),(243713,92,60,287,'42.56180504286712','-3.7054824829101562'),(243714,92,60,288,'42.55801182148979','-3.7056541442871093'),(243715,92,60,289,'42.55510352893436','-3.7044525146484375'),(243716,92,60,290,'42.54549255486678','-3.698101043701172'),(243717,92,60,291,'42.53714498204728','-3.6948394775390625'),(243718,92,60,292,'42.520066925264636','-3.6896896362304687'),(243719,92,60,293,'42.51740991900762','-3.6931228637695312'),(243720,92,60,294,'42.508805504477124','-3.6974143981933593'),(243721,92,60,295,'42.508172780184545','-3.702220916748047'),(243722,92,60,296,'42.50551526821832','-3.703937530517578'),(243723,92,60,297,'42.49589666159403','-3.695354461669922'),(243724,92,60,298,'42.49133996306382','-3.696727752685547'),(243725,92,60,299,'42.47830090850463','-3.6924362182617187'),(243726,92,60,300,'42.45056806173387','-3.681621551513672'),(243727,92,60,301,'42.444234639005344','-3.6809349060058593'),(243728,92,60,302,'42.432452769597475','-3.6823081970214843'),(243729,92,60,303,'42.42421681450019','-3.681964874267578'),(243730,92,60,304,'42.41978162124506','-3.6824798583984375'),(243731,92,60,305,'42.40127714543279','-3.6931228637695312'),(243732,92,60,306,'42.39506551565123','-3.690204620361328'),(243733,92,60,307,'42.380738392784615','-3.693981170654297'),(243734,92,60,308,'42.37566606125623','-3.6919212341308593'),(243735,92,60,309,'42.365900669578544','-3.6932945251464843'),(243736,92,60,310,'42.36133451106724','-3.6944961547851562'),(243737,92,60,311,'42.343954706737975','-3.6862564086914062'),(243738,92,60,312,'42.34129022434777','-3.6853981018066406'),(243739,92,60,313,'42.339513840022754','-3.7027359008789062'),(248454,93,61,265,'40.64378684722198','-3.1760787963867187'),(248211,93,61,22,'41.53017005175159','-3.5235214233398437'),(248210,93,61,21,'41.5412206974933','-3.5451507568359375'),(248209,93,61,20,'41.54327642327762','-3.5578536987304687'),(248208,93,61,19,'41.5543248296793','-3.5571670532226562'),(248207,93,61,18,'41.563316324700125','-3.5708999633789062'),(248206,93,61,17,'41.56819689811343','-3.571929931640625'),(248205,93,61,16,'41.57410446740546','-3.5739898681640625'),(248204,93,61,15,'41.57282025916815','-3.5784530639648437'),(248203,93,61,14,'41.5751318156125','-3.5870361328125'),(248202,93,61,13,'41.58720193303142','-3.6313247680664062'),(248201,93,61,12,'41.5895129747415','-3.6388778686523437'),(248200,93,61,11,'41.59285100004955','-3.6419677734375'),(248199,93,61,10,'41.59926979434569','-3.6436843872070312'),(248198,93,61,9,'41.60568795028221','-3.6546707153320312'),(248197,93,61,8,'41.6154423246811','-3.6646270751953125'),(248196,93,61,7,'41.62776153144344','-3.6811065673828125'),(248195,93,61,6,'41.63212401946805','-3.6879730224609375'),(248194,93,61,5,'41.64007838467894','-3.6924362182617187'),(248193,93,61,4,'41.64803176818231','-3.6938095092773437'),(248192,93,61,3,'41.66239668204625','-3.6920928955078125'),(248191,93,61,2,'41.66983439613616','-3.6893463134765625'),(248190,93,61,1,'41.671373126259354','-3.6838531494140625'),(248189,93,61,0,'41.67598909594535','-3.6907196044921875'),(249810,96,64,281,'39.287944170596745','-0.46751976013183593'),(249809,96,64,280,'39.2880106012406','-0.4692363739013672'),(249808,96,64,279,'39.28840918378028','-0.4712104797363281'),(249807,96,64,278,'39.288874193876076','-0.4760169982910156'),(249806,96,64,277,'39.28854204412272','-0.4774761199951172'),(249805,96,64,276,'39.28913991254447','-0.48065185546875'),(249802,96,64,273,'39.2889406236377','-0.4888916015625'),(249803,96,64,274,'39.289405630204655','-0.48580169677734375'),(249804,96,64,275,'39.28834275351453','-0.4838275909423828'),(249801,96,64,272,'39.28913991254447','-0.4907798767089844'),(249800,96,64,271,'39.287346291966585','-0.4997062683105469'),(249799,96,64,270,'39.2881434623392','-0.5013370513916016'),(249798,96,64,269,'39.288475613983','-0.50537109375'),(249797,96,64,268,'39.28947205946215','-0.5154991149902344'),(249796,96,64,267,'39.28967134685658','-0.5224514007568359'),(249795,96,64,266,'39.28674840823225','-0.5310344696044922'),(249794,96,64,265,'39.285751923999136','-0.5336952209472656'),(249793,96,64,264,'39.28163297208966','-0.5422782897949219'),(249792,96,64,263,'39.27944052794688','-0.5505180358886719'),(249791,96,64,262,'39.277713099383746','-0.5588436126708984'),(249790,96,64,261,'39.2747232185199','-0.5681133270263672'),(249789,96,64,260,'39.27532120490018','-0.5694866180419922'),(249787,96,64,258,'39.27346078606787','-0.5757522583007812'),(249788,96,64,259,'39.27266344858914','-0.5750656127929687'),(249786,96,64,257,'39.28289525728646','-0.5793571472167969'),(249785,96,64,256,'39.28953848865663','-0.578155517578125'),(249784,96,64,255,'39.2965796259061','-0.5788421630859375'),(249783,96,64,254,'39.31185513013754','-0.5778121948242187'),(249782,96,64,253,'39.32513546721966','-0.5838203430175781'),(249780,96,64,251,'39.33071245697175','-0.5968666076660156'),(249781,96,64,252,'39.32978298956575','-0.5896568298339844'),(249779,96,64,250,'39.329251859786815','-0.6018447875976562'),(249778,96,64,249,'39.33217302364838','-0.6044197082519531'),(249777,96,64,248,'39.33748391801758','-0.6131744384765625'),(249776,96,64,247,'39.342794408952365','-0.6131744384765625'),(249775,96,64,246,'39.34332543585638','-0.6217575073242187'),(249774,96,64,245,'39.34876822900514','-0.6298255920410156'),(249773,96,64,244,'39.35766163717121','-0.6442451477050781'),(249772,96,64,243,'39.358723461000494','-0.648193359375'),(249771,96,64,242,'39.36482863480281','-0.6504249572753906'),(249770,96,64,241,'39.3657576362086','-0.6584930419921875'),(249769,96,64,240,'39.36416505480427','-0.6645011901855469'),(249768,96,64,239,'39.363103313692584','-0.6844139099121094'),(249767,96,64,238,'39.367482891748004','-0.6897354125976562'),(249766,96,64,237,'39.37717007349369','-0.699005126953125'),(249765,96,64,236,'39.37876235830346','-0.7041549682617187'),(249764,96,64,235,'39.380885348219344','-0.703125'),(249763,96,64,234,'39.39057067035076','-0.7002067565917969'),(249762,96,64,233,'39.39574446964488','-0.6959152221679687'),(249761,96,64,232,'39.399458755606524','-0.6909370422363281'),(249760,96,64,231,'39.40741727384989','-0.6892204284667969'),(249759,96,64,230,'39.41484440484152','-0.6875038146972656'),(249758,96,64,229,'39.419751182340946','-0.682525634765625'),(249757,96,64,228,'39.42359679353423','-0.6813240051269531'),(249756,96,64,227,'39.42386200027813','-0.6859588623046875'),(249755,96,64,226,'39.42094467059009','-0.6842422485351562'),(249754,96,64,225,'39.42001640371791','-0.6866455078125'),(249753,96,64,224,'39.41882289957444','-0.6881904602050781'),(249752,96,64,223,'39.4178946044458','-0.6909370422363281'),(249751,96,64,222,'39.41922073655955','-0.6911087036132812'),(249750,96,64,221,'39.41869028674151','-0.6952285766601562'),(249749,96,64,220,'39.41590535897138','-0.6972885131835937'),(249747,96,64,218,'39.41351818947384','-0.6945419311523437'),(249748,96,64,219,'39.41550750306481','-0.6933403015136719'),(249746,96,64,217,'39.41046779838844','-0.6983184814453125'),(249745,96,64,216,'39.4087436052643','-0.7012367248535156'),(249744,96,64,215,'39.40741727384989','-0.7043266296386719'),(249743,96,64,214,'39.40662146289232','-0.7067298889160156'),(249742,96,64,213,'39.4054277294279','-0.7062149047851562'),(249741,96,64,212,'39.403570770090795','-0.7074165344238281'),(249740,96,64,211,'39.39853020265668','-0.7098197937011719'),(249739,96,64,210,'39.39163199379185','-0.7123947143554687'),(249738,96,64,209,'39.38937666218326','-0.7213211059570312'),(249737,96,64,208,'39.38645788953886','-0.7422637939453125'),(249736,96,64,207,'39.38738660316803','-0.7527351379394531'),(249735,96,64,206,'39.39362193173208','-0.7640647888183594'),(249734,96,64,205,'39.39216264945857','-0.7657814025878906'),(249733,96,64,204,'39.39362193173208','-0.767669677734375'),(249732,96,64,203,'39.39269330108945','-0.76904296875'),(249731,96,64,202,'39.392295312744665','-0.7680130004882812'),(249730,96,64,201,'39.39110133408922','-0.76904296875'),(249729,96,64,200,'39.39083600272448','-0.7695579528808594'),(249728,96,64,199,'39.38858064538752','-0.7681846618652344'),(249727,96,64,198,'39.38844797503874','-0.7656097412109375'),(249726,96,64,197,'39.38791729112128','-0.764923095703125'),(249725,96,64,196,'39.38738660316803','-0.7635498046875'),(249724,96,64,195,'39.38645788953886','-0.7650947570800781'),(249723,96,64,194,'39.385794515093885','-0.7661247253417969'),(249722,96,64,193,'39.382477548282914','-0.7623481750488281'),(249721,96,64,192,'39.38207950167204','-0.7644081115722656'),(249720,96,64,191,'39.38194681896398','-0.7673263549804687'),(249719,96,64,190,'39.382742911429034','-0.77178955078125'),(249718,96,64,189,'39.380354606793695','-0.7735061645507812'),(249717,96,64,188,'39.38101803294523','-0.7743644714355469'),(249716,96,64,187,'39.38181413600369','-0.77728271484375'),(249715,96,64,186,'39.38101803294523','-0.7808876037597656'),(249713,96,64,184,'39.38101803294523','-0.7860374450683594'),(249714,96,64,185,'39.38061997801097','-0.7832908630371094'),(249712,96,64,183,'39.38115071741885','-0.7889556884765625'),(249711,96,64,182,'39.382212184127894','-0.7892990112304687'),(249710,96,64,181,'39.3831409542565','-0.7898139953613281'),(249709,96,64,180,'39.38513113434315','-0.7920455932617187'),(249708,96,64,179,'39.386723237551216','-0.7918739318847656'),(249707,96,64,178,'39.38592719048733','-0.7980537414550781'),(249706,96,64,177,'39.386192540517555','-0.8037185668945312'),(249705,96,64,176,'39.386325215154336','-0.8128166198730469'),(249704,96,64,175,'39.384600425202414','-0.81573486328125'),(249703,96,64,174,'39.382344866331515','-0.8196830749511719'),(249702,96,64,173,'39.382344866331515','-0.8222579956054687'),(249701,96,64,172,'39.38048729252845','-0.8268928527832031'),(249700,96,64,171,'39.38141608560946','-0.8284378051757812'),(249699,96,64,170,'39.38008923456752','-0.830841064453125'),(249698,96,64,169,'39.378629669289836','-0.83221435546875'),(249697,96,64,168,'39.377833529911555','-0.8334159851074219'),(249696,96,64,167,'39.37902773557402','-0.8339309692382812'),(249695,96,64,166,'39.37955848708854','-0.8358192443847656'),(249694,96,64,165,'39.378629669289836','-0.8370208740234375'),(249693,96,64,164,'39.377700839132416','-0.8353042602539062'),(249692,96,64,163,'39.37584314174174','-0.8382225036621094'),(249691,96,64,162,'39.37571044717935','-0.8395957946777344'),(249690,96,64,161,'39.37517966640772','-0.8437156677246094'),(249689,96,64,160,'39.374781578180766','-0.8466339111328125'),(249688,96,64,159,'39.37610853010984','-0.8512687683105469'),(249687,96,64,158,'39.373454601030474','-0.8562469482421875'),(249686,96,64,157,'39.36894269006804','-0.8574485778808594'),(249685,96,64,156,'39.37292380310848','-0.8603668212890625'),(249684,96,64,155,'39.37385269682379','-0.8631134033203125'),(249683,96,64,154,'39.373454601030474','-0.8648300170898437'),(249682,96,64,153,'39.374781578180766','-0.8694648742675781'),(249681,96,64,152,'39.37438348768391','-0.8727264404296875'),(249680,96,64,151,'39.37199489703495','-0.8782196044921875'),(249679,96,64,150,'39.37199489703495','-0.8819961547851562'),(249678,96,64,149,'39.37451618476841','-0.8845710754394531'),(249677,96,64,148,'39.372393001151146','-0.885772705078125'),(249676,96,64,147,'39.371596790648894','-0.8862876892089844'),(249675,96,64,146,'39.37199489703495','-0.8886909484863281'),(249674,96,64,145,'39.37053516252237','-0.8941841125488281'),(249673,96,64,144,'39.37119868199301','-0.8955574035644531'),(249672,96,64,143,'39.370269752968674','-0.8977890014648437'),(249671,96,64,142,'39.36920810466579','-0.8971023559570312'),(249670,96,64,141,'39.36695204842929','-0.9041404724121094'),(249669,96,64,140,'39.36695204842929','-0.9062004089355469'),(249668,96,64,139,'39.36880998239084','-0.9084320068359375'),(249667,96,64,138,'39.36801373103156','-0.9110069274902344'),(249666,96,64,137,'39.367748311894196','-0.9139251708984375'),(249665,96,64,136,'39.36854456627989','-0.9144401550292969'),(249664,96,64,135,'39.36801373103156','-0.9182167053222656'),(249663,96,64,134,'39.36827914916013','-0.9195899963378906'),(249662,96,64,133,'39.36655391329218','-0.9254264831542969'),(249661,96,64,132,'39.36695204842929','-0.9266281127929688'),(249660,96,64,131,'39.36914175111092','-0.9286880493164062'),(249659,96,64,130,'39.36967257778439','-0.9308338165283203'),(249658,96,64,129,'39.36920810466579','-0.9326362609863281'),(249657,96,64,128,'39.3684118578461','-0.9346961975097656'),(249656,96,64,127,'39.36914175111092','-0.937957763671875'),(249655,96,64,126,'39.37020340042263','-0.9404468536376953'),(249654,96,64,125,'39.37199489703495','-0.9414768218994141'),(249653,96,64,124,'39.372990153069416','-0.9425067901611328'),(249652,96,64,123,'39.37385269682379','-0.9447383880615234'),(249651,96,64,122,'39.37584314174174','-0.9455966949462891'),(249650,96,64,121,'39.37697103533876','-0.9444808959960938'),(249649,96,64,120,'39.37796622043849','-0.9465408325195312'),(249648,96,64,119,'39.37882870271569','-0.9464550018310547'),(249647,96,64,118,'39.37902773557402','-0.9482574462890625'),(249646,96,64,117,'39.37909407973404','-0.9494590759277344'),(249645,96,64,116,'39.38148242749948','-0.9505748748779297'),(249644,96,64,115,'39.381349743656386','-0.9521198272705078'),(249643,96,64,114,'39.382742911429034','-0.9552097320556641'),(249642,96,64,113,'39.38406971202599','-0.9566688537597656'),(249641,96,64,112,'39.383273634694554','-0.9576988220214844'),(249640,96,64,111,'39.38061997801097','-0.9619045257568359'),(249639,96,64,110,'39.37876235830346','-0.9636211395263672'),(249638,96,64,109,'39.37597583605191','-0.9635353088378906'),(249637,96,64,108,'39.37557775236478','-0.965423583984375'),(249636,96,64,107,'39.3740517438692','-0.9666252136230469'),(249635,96,64,106,'39.37378634768251','-0.9685993194580078'),(249634,96,64,105,'39.373985394917135','-0.9707450866699219'),(249633,96,64,104,'39.373454601030474','-0.9734058380126953'),(249632,96,64,103,'39.37272475284737','-0.9756374359130859'),(249631,96,64,102,'39.372990153069416','-0.9772682189941406'),(249630,96,64,101,'39.373985394917135','-0.9780406951904297'),(249629,96,64,100,'39.375246014224864','-0.9832763671875'),(249628,96,64,99,'39.37425079034718','-0.9917736053466797'),(249627,96,64,98,'39.3750469705843','-0.9940910339355469'),(249626,96,64,97,'39.37206124787861','-1.0039615631103516'),(249625,96,64,96,'39.3750469705843','-1.0136604309082031'),(249624,96,64,95,'39.37723641941922','-1.0152053833007812'),(249623,96,64,94,'39.38081900576184','-1.0230159759521484'),(249622,96,64,93,'39.381880477515374','-1.0287666320800781'),(249621,96,64,92,'39.383738014241366','-1.034088134765625'),(249620,96,64,91,'39.38592719048733','-1.0372638702392578'),(249619,96,64,90,'39.38758561162345','-1.0406970977783203'),(249618,96,64,89,'39.388248969042635','-1.041727066040039'),(249617,96,64,88,'39.38944299650633','-1.0443878173828125'),(249616,96,64,87,'39.39116766677276','-1.047048568725586'),(249615,96,64,86,'39.392560638560106','-1.0495376586914062'),(249614,96,64,85,'39.392361644293096','-1.0510826110839844'),(249613,96,64,84,'39.39269330108945','-1.0535717010498047'),(249612,96,64,83,'39.39348927096842','-1.0549449920654297'),(249611,96,64,82,'39.39441789101677','-1.0608673095703125'),(249610,96,64,81,'39.394948525494996','-1.0613822937011719'),(249609,96,64,80,'39.3952138412206','-1.0653305053710938'),(249608,96,64,79,'39.39541282735267','-1.0661029815673828'),(249607,96,64,78,'39.39514751238381','-1.0677337646484375'),(249606,96,64,77,'39.396805714385486','-1.0709953308105469'),(249605,96,64,76,'39.396872041645714','-1.0723686218261719'),(249604,96,64,75,'39.39667305967577','-1.0738277435302734'),(249603,96,64,74,'39.397203677001066','-1.0775184631347656'),(249602,96,64,73,'39.39892815543442','-1.0788917541503906'),(249601,96,64,72,'39.399127130971934','-1.0812091827392578'),(249600,96,64,71,'39.398132247608636','-1.082925796508789'),(249599,96,64,70,'39.39899448067665','-1.0895347595214844'),(249598,96,64,69,'39.40151479315126','-1.096487045288086'),(249597,96,64,68,'39.40158111593397','-1.100778579711914'),(249596,96,64,67,'39.40244330637063','-1.1026668548583984'),(249595,96,64,66,'39.403438128246144','-1.1036109924316406'),(249594,96,64,65,'39.40476453534058','-1.1041259765625'),(249593,96,64,64,'39.41351818947384','-1.1072158813476562'),(249592,96,64,63,'39.41922073655955','-1.1120223999023438'),(249591,96,64,62,'39.42916592322378','-1.1221504211425781'),(249590,96,64,61,'39.44189369120625','-1.1238670349121094'),(249589,96,64,60,'39.443351932795856','-1.1281585693359375'),(249588,96,64,59,'39.446666004677155','-1.1305618286132812'),(249587,96,64,58,'39.45541439666593','-1.1348533630371094'),(249586,96,64,57,'39.4593905750957','-1.1338233947753906'),(249585,96,64,56,'39.46734225057943','-1.1279869079589844'),(249584,96,64,55,'39.4733054109641','-1.1267852783203125'),(249583,96,64,54,'39.475690532017936','-1.1218070983886719'),(249582,96,64,53,'39.48032803331004','-1.1139106750488281'),(249581,96,64,52,'39.48390532305253','-1.1070442199707031'),(249580,96,64,51,'39.48642256479444','-1.1115074157714844'),(249579,96,64,50,'39.49278150648111','-1.1132240295410156'),(249578,96,64,49,'39.50563009266074','-1.1322784423828125'),(249577,96,64,48,'39.50947096135359','-1.1321067810058594'),(249576,96,64,47,'39.51225214752884','-1.1297035217285156'),(249575,96,64,46,'39.52178679777173','-1.1381149291992188'),(249574,96,64,45,'39.526818446639844','-1.1461830139160156'),(249573,96,64,44,'39.52920173201507','-1.1568260192871094'),(249572,96,64,43,'39.52986374121293','-1.1667823791503906'),(249571,96,64,42,'39.53330608729178','-1.1729621887207031'),(249570,96,64,41,'39.53992550387077','-1.1794853210449219'),(249569,96,64,40,'39.562029779965044','-1.1997413635253906'),(249568,96,64,39,'39.56255913734118','-1.212615966796875'),(249567,96,64,38,'39.56070636884735','-1.2476348876953125'),(249566,96,64,37,'39.55779477549731','-1.2575912475585938'),(249565,96,64,36,'39.551441783945386','-1.28265380859375'),(249564,96,64,35,'39.55011817080809','-1.2926101684570312'),(249563,96,64,34,'39.54402922514145','-1.3025665283203125'),(249562,96,64,33,'39.54085217181931','-1.3149261474609375'),(249561,96,64,32,'39.54323497544602','-1.3314056396484375'),(249560,96,64,31,'39.53449762886044','-1.351318359375'),(249559,96,64,30,'39.53476241309834','-1.3715744018554688'),(249558,96,64,29,'39.526288816558626','-1.4120864868164062'),(249557,96,64,28,'39.528936926568576','-1.4251327514648438'),(249556,96,64,27,'39.526288816558626','-1.4412689208984375'),(249555,96,64,26,'39.52946653645165','-1.4536285400390625'),(249554,96,64,25,'39.53741019992961','-1.4738845825195312'),(249553,96,64,24,'39.54402922514145','-1.4910507202148438'),(249552,96,64,23,'39.55064761909318','-1.50238037109375'),(249551,96,64,22,'39.54614717988847','-1.5157699584960938'),(249550,96,64,21,'39.53476241309834','-1.5281295776367188'),(249549,96,64,20,'39.527348072681455','-1.5470123291015625'),(249548,96,64,19,'39.52946653645165','-1.566925048828125'),(249547,96,64,18,'39.53264411091661','-1.5700149536132812'),(249546,96,64,17,'39.53449762886044','-1.5775680541992188'),(249545,96,64,16,'39.52867212011215','-1.5906143188476562'),(249544,96,64,15,'39.53079054348578','-1.5937042236328125'),(249543,96,64,14,'39.53237931859914','-1.6002273559570312'),(249542,96,64,13,'39.53065814391854','-1.6088104248046875'),(249541,96,64,12,'39.528936926568576','-1.6127586364746093'),(249540,96,64,11,'39.51927083662646','-1.6515541076660156'),(249539,96,64,10,'39.51622507751166','-1.6714668273925781'),(249538,96,64,9,'39.519005993309435','-1.680908203125'),(249537,96,64,8,'39.52205163048525','-1.7033958435058593'),(249536,96,64,7,'39.525494363862606','-1.7578125'),(249535,96,64,6,'39.52906932941806','-1.7662239074707031'),(249534,96,64,5,'39.53357087607443','-1.8082809448242187'),(249533,96,64,4,'39.54376447625301','-1.8438148498535156'),(249532,96,64,3,'39.550779980533186','-1.8705940246582031'),(249531,96,64,2,'39.55700068337126','-1.9023513793945312'),(249530,96,64,1,'39.56004465381851','-1.9050979614257812'),(249529,96,64,0,'39.56599986179652','-1.9126510620117187'),(247757,97,65,545,'37.19180939727367','-2.5312328338623047'),(247756,97,65,544,'37.1924931354663','-2.528958320617676'),(247755,97,65,543,'37.193484544847834','-2.5281429290771484'),(247754,97,65,542,'37.19451012706079','-2.5271987915039062'),(247751,97,65,539,'37.19191195839728','-2.527627944946289'),(247752,97,65,540,'37.19372384861025','-2.5271987915039062'),(247753,97,65,541,'37.19368966240492','-2.525911331176758'),(247749,97,65,537,'37.18968976952957','-2.5274133682250976'),(247750,97,65,538,'37.19081796589667','-2.5281429290771484'),(247746,97,65,534,'37.18736494810506','-2.527756690979004'),(247747,97,65,535,'37.18934788851471','-2.5287437438964843'),(247748,97,65,536,'37.1891427591628','-2.528057098388672'),(247745,97,65,533,'37.186783731565924','-2.5271987915039062'),(247743,97,65,531,'37.18377500973766','-2.52260684967041'),(247744,97,65,532,'37.184356249431666','-2.524409294128418'),(247741,97,65,529,'37.17864623034813','-2.5170278549194336'),(247742,97,65,530,'37.182886046259505','-2.5218772888183593'),(247740,97,65,528,'37.17618429254936','-2.5169849395751953'),(247739,97,65,527,'37.175158461454124','-2.51861572265625'),(247738,97,65,526,'37.17498748825074','-2.5173282623291015'),(247737,97,65,525,'37.17365388398576','-2.5177574157714843'),(247736,97,65,524,'37.16996070317318','-2.5188732147216797'),(247735,97,65,523,'37.16859281261995','-2.5169849395751953'),(247734,97,65,522,'37.166643525800225','-2.5159120559692383'),(247733,97,65,521,'37.166267341854365','-2.5150537490844726'),(247732,97,65,520,'37.16428379553819','-2.515096664428711'),(247731,97,65,519,'37.16363400180452','-2.5145816802978515'),(247730,97,65,518,'37.16185559038856','-2.514324188232422'),(247729,97,65,517,'37.161171574856304','-2.512392997741699'),(247728,97,65,516,'37.1600087342462','-2.511320114135742'),(247727,97,65,515,'37.159598315642384','-2.5109338760375976'),(247726,97,65,514,'37.15935890376114','-2.5099897384643554'),(247725,97,65,513,'37.15559661748252','-2.507929801940918'),(247724,97,65,512,'37.154604710822305','-2.508573532104492'),(247723,97,65,511,'37.15248403914045','-2.5084877014160156'),(247722,97,65,510,'37.15200516956132','-2.5095176696777343'),(247721,97,65,509,'37.14786624182649','-2.5114917755126953'),(247720,97,65,508,'37.14673740403823','-2.512650489807129'),(247719,97,65,507,'37.144411260919746','-2.513422966003418'),(247718,97,65,506,'37.143521834350366','-2.5142812728881836'),(247717,97,65,505,'37.142119255817825','-2.514066696166992'),(247716,97,65,504,'37.14140085186347','-2.514667510986328'),(247715,97,65,503,'37.14044296931116','-2.5139379501342773'),(247714,97,65,502,'37.14020349677785','-2.5129079818725586'),(247713,97,65,501,'37.14112717237195','-2.5123071670532226'),(247712,97,65,500,'37.141264012241486','-2.510848045349121'),(247711,97,65,499,'37.142119255817825','-2.509646415710449'),(247710,97,65,498,'37.14215346535975','-2.508230209350586'),(247709,97,65,497,'37.14266660663212','-2.506685256958008'),(247708,97,65,496,'37.14249555992812','-2.5050973892211914'),(247707,97,65,495,'37.140853491890226','-2.5048398971557617'),(247706,97,65,494,'37.14006665498991','-2.5038528442382812'),(247705,97,65,493,'37.13832190049554','-2.5034666061401367'),(247704,97,65,492,'37.13794557562319','-2.5046682357788086'),(247703,97,65,491,'37.13644025741438','-2.5052690505981445'),(247702,97,65,490,'37.13548231205091','-2.50638484954834'),(247701,97,65,489,'37.13431907637533','-2.5066423416137695'),(247700,97,65,488,'37.12973438517163','-2.5092172622680664'),(247698,97,65,486,'37.12987124564758','-2.511148452758789'),(247699,97,65,487,'37.1294606634772','-2.5101613998413086'),(247697,97,65,485,'37.12952909399361','-2.51162052154541'),(247696,97,65,484,'37.12905007907924','-2.5109338760375976'),(247695,97,65,483,'37.12774988045658','-2.5110626220703125'),(247694,97,65,482,'37.12641544285385','-2.513251304626465'),(247693,97,65,481,'37.12449928617456','-2.5136804580688476'),(247692,97,65,480,'37.12384915056551','-2.5150108337402343'),(247691,97,65,479,'37.12282260928718','-2.516598701477051'),(247690,97,65,478,'37.123233227469086','-2.518444061279297'),(247689,97,65,477,'37.12258308098574','-2.5199031829833984'),(247688,97,65,476,'37.121659179008844','-2.520461082458496'),(247687,97,65,475,'37.12128277126686','-2.5218772888183593'),(247685,97,65,473,'37.119503363877314','-2.523036003112793'),(247686,97,65,474,'37.120016658762815','-2.522091865539551'),(247684,97,65,472,'37.1205983887591','-2.5237655639648437'),(247683,97,65,471,'37.119982439212066','-2.524409294128418'),(247682,97,65,470,'37.11816878088743','-2.5270700454711914'),(247680,97,65,468,'37.11426755725568','-2.5326919555664062'),(247681,97,65,469,'37.1165261849112','-2.5281429290771484'),(247679,97,65,467,'37.11502044062698','-2.5333786010742187'),(247678,97,65,466,'37.11515732770839','-2.5347518920898437'),(247677,97,65,465,'37.11584175940323','-2.535867691040039'),(247676,97,65,464,'37.11741592882203','-2.536468505859375'),(247675,97,65,463,'37.1185109838969','-2.537841796875'),(247674,97,65,462,'37.118031899250575','-2.539043426513672'),(247673,97,65,461,'37.1185109838969','-2.540760040283203'),(247670,97,65,458,'37.11810034009994','-2.551403045654297'),(247671,97,65,459,'37.117073720862955','-2.550802230834961'),(247672,97,65,460,'37.117073720862955','-2.5424766540527343'),(247669,97,65,457,'37.11577331651217','-2.5526046752929687'),(247668,97,65,456,'37.117005279085525','-2.5532054901123047'),(247667,97,65,455,'37.11796345833932','-2.5744056701660156'),(247666,97,65,454,'37.11960602313284','-2.5832462310791015'),(247665,97,65,453,'37.117450149532864','-2.590198516845703'),(247664,97,65,452,'37.116423521479426','-2.5917434692382812'),(247663,97,65,451,'37.11686839534507','-2.5920867919921875'),(247662,97,65,450,'37.11738170809572','-2.5916147232055664'),(247661,97,65,449,'37.117895017366216','-2.5919151306152343'),(247660,97,65,448,'37.118305662276846','-2.591571807861328'),(247659,97,65,447,'37.12549158765378','-2.590799331665039'),(247658,97,65,446,'37.12829733523081','-2.5922584533691406'),(247657,97,65,445,'37.13425065019043','-2.605733871459961'),(247656,97,65,444,'37.13664552984285','-2.6097679138183593'),(247655,97,65,443,'37.143590252150105','-2.6193809509277343'),(247654,97,65,442,'37.14458230329172','-2.6207971572875976'),(247653,97,65,441,'37.14468492852925','-2.6229000091552734'),(247652,97,65,440,'37.143487625427305','-2.623414993286133'),(247651,97,65,439,'37.143316580579864','-2.624359130859375'),(247650,97,65,438,'37.14646374385519','-2.6254749298095703'),(247648,97,65,436,'37.148892443376475','-2.6260757446289062'),(247649,97,65,437,'37.14687423375844','-2.6247024536132812'),(247647,97,65,435,'37.15026069044849','-2.6247453689575195'),(247645,97,65,433,'37.15149209164692','-2.6253461837768554'),(247646,97,65,434,'37.15073957107511','-2.624788284301758'),(247644,97,65,432,'37.153646995492416','-2.626204490661621'),(247643,97,65,431,'37.15385222122719','-2.6265907287597656'),(247642,97,65,430,'37.154673118595944','-2.6264190673828125'),(247641,97,65,429,'37.155288785773664','-2.626161575317383'),(247640,97,65,428,'37.155494007052155','-2.6256465911865234'),(247639,97,65,427,'37.15583604127846','-2.625432014465332'),(247638,97,65,426,'37.15699894607376','-2.6259469985961914'),(247637,97,65,425,'37.15823023753683','-2.628307342529297'),(247636,97,65,424,'37.15860646148392','-2.6295948028564453'),(247635,97,65,423,'37.15952991232511','-2.630023956298828'),(247634,97,65,422,'37.15970092050223','-2.631096839904785'),(247633,97,65,421,'37.16072696144112','-2.631525993347168'),(247632,97,65,420,'37.16120577577994','-2.6320838928222656'),(247631,97,65,419,'37.16137678016592','-2.633500099182129'),(247630,97,65,418,'37.162163395358704','-2.633843421936035'),(250976,98,66,132,'37.01050349193715','-3.640594482421875'),(250975,98,66,131,'37.00173012609867','-3.632354736328125'),(250974,98,66,130,'36.99377838872517','-3.6275482177734375'),(250973,98,66,129,'36.991858879262466','-3.6155319213867187'),(250972,98,66,128,'36.988293947445975','-3.5997390747070312'),(250971,98,66,127,'36.989939321354086','-3.5932159423828125'),(250970,98,66,126,'36.99103621751952','-3.5890960693359375'),(250969,98,66,125,'36.99926243452201','-3.5763931274414062'),(250968,98,66,124,'36.99569784974131','-3.5722732543945312'),(250967,98,66,123,'36.98788259840776','-3.5674667358398437'),(250966,98,66,122,'36.98527733617594','-3.565235137939453'),(250965,98,66,121,'36.981986351088054','-3.56231689453125'),(250964,98,66,120,'36.97732387852746','-3.563690185546875'),(250963,98,66,119,'36.966352227940526','-3.5557937622070312'),(250962,98,66,118,'36.9625117765982','-3.5478973388671875'),(250961,98,66,117,'36.94769679250732','-3.5451507568359375'),(250960,98,66,116,'36.93699528956212','-3.5482406616210937'),(250959,98,66,115,'36.93425107234681','-3.5400009155273437'),(250958,98,66,114,'36.9268411923102','-3.5351943969726562'),(250957,98,66,113,'36.924371072232816','-3.5300445556640625'),(250956,98,66,112,'36.91888162998368','-3.5194015502929687'),(250955,98,66,111,'36.91394079407626','-3.5135650634765625'),(250954,98,66,110,'36.91668574243119','-3.5104751586914062'),(250953,98,66,109,'36.91503878527332','-3.4998321533203125'),(250952,98,66,108,'36.91860714749744','-3.4970855712890625'),(250951,98,66,107,'36.91970507151459','-3.4933090209960937'),(250950,98,66,106,'36.91668574243119','-3.4833526611328125'),(250949,98,66,105,'36.920528504153765','-3.4696197509765625'),(250948,98,66,104,'36.912568282851936','-3.4768295288085937'),(250947,98,66,103,'36.90707799098376','-3.4682464599609375'),(250946,98,66,102,'36.9092741551487','-3.4589767456054687'),(250945,98,66,101,'36.905156295477624','-3.453826904296875'),(250944,98,66,100,'36.90652894006401','-3.4521102905273437'),(250943,98,66,99,'36.90597988519294','-3.4473037719726562'),(250942,98,66,98,'36.90186184771291','-3.4424972534179687'),(250941,98,66,97,'36.903509089375774','-3.440093994140625'),(250940,98,66,96,'36.90570535627567','-3.434600830078125'),(250939,98,66,95,'36.90103821354626','-3.4325408935546875'),(250938,98,66,94,'36.901587303978474','-3.4270477294921875'),(250937,98,66,93,'36.89389967838269','-3.4218978881835937'),(250936,98,66,92,'36.88401445049676','-3.4129714965820312'),(250935,98,66,91,'36.8848382683758','-3.4074783325195312'),(250934,98,66,90,'36.87714895584784','-3.4012985229492187'),(250933,98,66,89,'36.879345981290456','-3.398895263671875'),(250932,98,66,88,'36.87550114528903','-3.3968353271484375'),(250931,98,66,87,'36.876325055012316','-3.3930587768554687'),(250930,98,66,86,'36.87797284779547','-3.3793258666992187'),(250929,98,66,85,'36.88126832670566','-3.371429443359375'),(250928,98,66,84,'36.879345981290456','-3.368682861328125'),(250927,98,66,83,'36.88950640179281','-3.3487701416015625'),(250926,98,66,82,'36.88538747535705','-3.3463668823242187'),(250925,98,66,81,'36.875775782851','-3.3419036865234375'),(250924,98,66,80,'36.87824747646957','-3.3401870727539062'),(250923,98,66,79,'36.88099370889478','-3.3360671997070312'),(250922,98,66,78,'36.87852210415612','-3.3285140991210937'),(250921,98,66,77,'36.87989522777551','-3.324737548828125'),(250920,98,66,76,'36.88264140094618','-3.3240509033203125'),(250919,98,66,75,'36.883465233639356','-3.3189010620117187'),(250918,98,66,74,'36.88538747535705','-3.3086013793945312'),(250917,98,66,73,'36.87852210415612','-3.3010482788085937'),(250916,98,66,72,'36.87989522777551','-3.2989883422851562'),(250915,98,66,71,'36.88511287236025','-3.3034515380859375'),(250914,98,66,70,'36.89389967838269','-3.2958984375'),(250913,98,66,69,'36.895821657380736','-3.2869720458984375'),(250912,98,66,68,'36.898292702118674','-3.284912109375'),(250911,98,66,67,'36.89637078534777','-3.2814788818359375'),(250910,98,66,66,'36.90186184771291','-3.2811355590820312'),(250909,98,66,65,'36.902960012772695','-3.278045654296875'),(250908,98,66,64,'36.90241093221837','-3.2749557495117187'),(250907,98,66,63,'36.90433269687187','-3.2722091674804687'),(250906,98,66,62,'36.90543082637056','-3.267059326171875'),(250905,98,66,61,'36.904058162027645','-3.2639694213867187'),(250904,98,66,60,'36.90460723072827','-3.2567596435546875'),(250903,98,66,59,'36.903509089375774','-3.25469970703125'),(250902,98,66,58,'36.903509089375774','-3.2447433471679687'),(250901,98,66,57,'36.903509089375774','-3.234100341796875'),(250900,98,66,56,'36.90488176359686','-3.2306671142578125'),(250899,98,66,55,'36.903509089375774','-3.223114013671875'),(250898,98,66,54,'36.90625441312242','-3.2210540771484375'),(250897,98,66,53,'36.90762703795208','-3.217620849609375'),(250896,98,66,52,'36.9068034660178','-3.2159042358398437'),(250895,98,66,51,'36.90982318631135','-3.214874267578125'),(250894,98,66,50,'36.9068034660178','-3.2114410400390625'),(250893,98,66,49,'36.91201927144692','-3.209381103515625'),(250892,98,66,48,'36.90899963808558','-3.2059478759765625'),(250891,98,66,47,'36.909548671223966','-3.2007980346679687'),(250890,98,66,46,'36.91311729030539','-3.2028579711914062'),(250889,98,66,45,'36.91778369411103','-3.1949615478515625'),(250888,98,66,44,'36.919430591992246','-3.1839752197265625'),(250887,98,66,43,'36.92272428105371','-3.1826019287109375'),(250886,98,66,42,'36.92464553397128','-3.1798553466796875'),(250885,98,66,41,'36.92135192790115','-3.1771087646484375'),(250884,98,66,40,'36.91421529335739','-3.17230224609375'),(250883,98,66,39,'36.910921236782194','-3.1774520874023437'),(250882,98,66,38,'36.901587303978474','-3.1843185424804687'),(250881,98,66,37,'36.89911636591847','-3.1877517700195312'),(250880,98,66,36,'36.88978098898728','-3.192901611328125'),(250879,98,66,35,'36.88703507259776','-3.1891250610351562'),(250878,98,66,34,'36.87742358748459','-3.1959915161132812'),(250877,98,66,33,'36.8713814633579','-3.209381103515625'),(250876,98,66,32,'36.859295781306265','-3.2076644897460937'),(250875,98,66,31,'36.854076373106146','-3.2110977172851562'),(250874,98,66,30,'36.834843899148495','-3.2080078125'),(250873,98,66,29,'36.824676208856175','-3.2145309448242187'),(250872,98,66,28,'36.814507167341944','-3.21075439453125'),(250871,98,66,27,'36.81615629288745','-3.2172775268554687'),(250870,98,66,26,'36.81258314263448','-3.2114410400390625'),(250869,98,66,25,'36.812308278014385','-3.20526123046875'),(250868,98,66,24,'36.80653589302555','-3.2001113891601562'),(250867,98,66,23,'36.80433677474658','-3.2045745849609375'),(250866,98,66,22,'36.80296229375087','-3.2025146484375'),(250865,98,66,21,'36.79553967008783','-3.1994247436523437'),(250864,98,66,20,'36.79801395790244','-3.2021713256835937'),(250863,98,66,19,'36.79471488972192','-3.20526123046875'),(250862,98,66,18,'36.79224049534211','-3.19976806640625'),(250861,98,66,17,'36.78784137466447','-3.2018280029296875'),(250860,98,66,16,'36.77684246795784','-3.1836318969726562'),(250859,98,66,15,'36.76391673563244','-3.1863784790039062'),(250858,98,66,14,'36.75511499020384','-3.176422119140625'),(250857,98,66,13,'36.75098882435506','-3.1647491455078125'),(250856,98,66,12,'36.751814075277906','-3.1554794311523437'),(250855,98,66,11,'36.755665128883315','-3.1438064575195312'),(250854,98,66,10,'36.75346455049411','-3.1383132934570312'),(250853,98,66,9,'36.75594019674357','-3.1331634521484375'),(250852,98,66,8,'36.75539006003673','-3.1245803833007812'),(250851,98,66,7,'36.75428977478731','-3.113250732421875'),(250850,98,66,6,'36.75291439603384','-3.1067276000976562'),(250849,98,66,5,'36.75236423762844','-3.0926513671875'),(250848,98,66,4,'36.74768773190056','-3.0675888061523437'),(250847,98,66,3,'36.74878811183201','-3.0562591552734375'),(250846,98,66,2,'36.74713753601743','-3.0476760864257812'),(250845,98,66,1,'36.74741263445211','-3.02947998046875'),(250844,98,66,0,'36.745762029050695','-3.0164337158203125'),(245119,99,67,89,'37.69332936825816','-3.818478584289551'),(245118,99,67,88,'37.69142765748514','-3.817577362060547'),(245117,99,67,87,'37.69373687136426','-3.8168907165527343'),(245116,99,67,86,'37.69441603823106','-3.8143157958984375'),(245115,99,67,85,'37.69889838352911','-3.809680938720703'),(245114,99,67,84,'37.70405953635835','-3.8077926635742187'),(245113,99,67,83,'37.70609673460725','-3.805217742919922'),(245112,99,67,82,'37.707454835665274','-3.8045310974121093'),(245111,99,67,81,'37.70881291183666','-3.8031578063964843'),(245109,99,67,79,'37.716281885916175','-3.8033294677734375'),(245110,99,67,80,'37.71247959318803','-3.8021278381347656'),(245108,99,67,78,'37.71954083866388','-3.805217742919922'),(245105,99,67,75,'37.72904529863455','-3.8084793090820312'),(245106,99,67,76,'37.726058314066165','-3.8048744201660156'),(245107,99,67,77,'37.72388588598438','-3.8059043884277343'),(245102,99,67,72,'37.73868429065797','-3.812255859375'),(245103,99,67,73,'37.73624072127806','-3.812255859375'),(245104,99,67,74,'37.7344758710105','-3.8101959228515625'),(245101,99,67,71,'37.74153501966128','-3.8144874572753906'),(245100,99,67,70,'37.74452137991442','-3.815174102783203'),(245099,99,67,69,'37.747507619675595','-3.813629150390625'),(245096,99,67,66,'37.75171529845649','-3.7990379333496093'),(245097,99,67,67,'37.74940789133212','-3.8062477111816406'),(245098,99,67,68,'37.74940789133212','-3.8101959228515625'),(245095,99,67,65,'37.75280111220671','-3.7974929809570312'),(245093,99,67,63,'37.7521224804801','-3.7926864624023437'),(245094,99,67,64,'37.75171529845649','-3.795948028564453'),(245092,99,67,62,'37.75062946877242','-3.7909698486328125'),(245091,99,67,61,'37.753208288255074','-3.7897682189941406'),(245090,99,67,60,'37.75483697004112','-3.7906265258789062'),(245089,99,67,59,'37.7566013348511','-3.790454864501953'),(245088,99,67,58,'37.759315660088305','-3.790111541748047'),(245086,99,67,56,'37.763251254778815','-3.7899398803710937'),(245087,99,67,57,'37.76121562849642','-3.790454864501953'),(245085,99,67,55,'37.76474401178003','-3.788738250732422'),(245083,99,67,53,'37.76827222674256','-3.7870216369628906'),(245084,99,67,54,'37.7662367386528','-3.787364959716797'),(245082,99,67,52,'37.76854362092148','-3.783588409423828'),(245081,99,67,51,'37.76854362092148','-3.780670166015625'),(245080,99,67,50,'37.780483978703025','-3.7518310546875'),(245078,99,67,48,'37.760944207425965','-3.706512451171875'),(245079,99,67,49,'37.77125750792944','-3.736724853515625'),(245077,99,67,47,'37.73542618022824','-3.6852264404296875'),(245075,99,67,45,'37.715331331027045','-3.6440277099609375'),(245076,99,67,46,'37.71696084622755','-3.665313720703125'),(245074,99,67,44,'37.67675567800463','-3.62274169921875'),(245073,99,67,43,'37.682190082863734','-3.6193084716796875'),(245071,99,67,41,'37.688167468408025','-3.5932159423828125'),(245072,99,67,42,'37.68055980320511','-3.614501953125'),(245070,99,67,40,'37.68762408962764','-3.5760498046875'),(245069,99,67,39,'37.68001636869042','-3.5643768310546875'),(245068,99,67,38,'37.68436373334184','-3.5314178466796875'),(245067,99,67,37,'37.6968609874419','-3.5272979736328125'),(245066,99,67,36,'37.69142765748514','-3.5204315185546875'),(245065,99,67,35,'37.69197100839692','-3.5080718994140625'),(245064,99,67,34,'37.69251435532741','-3.4957122802734375'),(245063,99,67,33,'37.684907136008825','-3.486785888671875'),(245062,99,67,32,'37.6756687492631','-3.46893310546875'),(245061,99,67,31,'37.66860332433055','-3.4531402587890625'),(245059,99,67,29,'37.64794668685352','-3.451080322265625'),(245060,99,67,30,'37.669690356567855','-3.4586334228515625'),(245058,99,67,28,'37.649577682971604','-3.4222412109375'),(245057,99,67,27,'37.63489742852906','-3.40301513671875'),(245056,99,67,26,'37.61695095592253','-3.394775390625'),(245055,99,67,25,'37.59573590243413','-3.4064483642578125'),(245054,99,67,24,'37.555465068186955','-3.398895263671875'),(245053,99,67,23,'37.54348845864998','-3.4091949462890625'),(245052,99,67,22,'37.520618678869305','-3.420867919921875'),(245051,99,67,21,'37.52443079581378','-3.4222412109375'),(245050,99,67,20,'37.51299386065851','-3.4339141845703125'),(245049,99,67,19,'37.487935401689846','-3.4380340576171875'),(245048,99,67,18,'37.46395857276409','-3.46893310546875'),(245047,99,67,17,'37.455782895709184','-3.4764862060546875'),(245046,99,67,16,'37.43506718024053','-3.47442626953125'),(245045,99,67,15,'37.43015998649174','-3.4833526611328125'),(245044,99,67,14,'37.41270958119496','-3.4929656982421875'),(245043,99,67,13,'37.406164630829345','-3.50738525390625'),(245042,99,67,12,'37.40180101292334','-3.52386474609375'),(245228,100,68,38,'38.06809530746208','-3.9960193634033203'),(245227,100,68,37,'38.06620324865703','-3.9983367919921875'),(245225,100,68,35,'38.06052677864716','-4.005889892578125'),(245226,100,68,36,'38.062959605433306','-4.005031585693359'),(245224,100,68,34,'38.044846621406975','-4.033699035644531'),(245223,100,68,33,'38.039033296003375','-4.0374755859375'),(245222,100,68,32,'38.038357297980816','-4.0484619140625'),(245220,100,68,30,'38.03619406237629','-4.050178527832031'),(245221,100,68,31,'38.03605885802944','-4.046916961669922'),(245219,100,68,29,'38.034706800833476','-4.0518951416015625'),(245218,100,68,28,'38.035112420612975','-4.058246612548828'),(245217,100,68,27,'38.03294908916502','-4.060821533203125'),(245216,100,68,26,'38.02808135979607','-4.0532684326171875'),(245214,100,68,24,'38.0091482264894','-4.041595458984375'),(245215,100,68,25,'38.0096892410326','-4.047088623046875'),(245213,100,68,23,'37.99995036840875','-4.0354156494140625'),(245212,100,68,22,'37.99832709721297','-4.0271759033203125'),(245211,100,68,21,'37.99183365313853','-4.0203094482421875'),(245210,100,68,20,'37.98100996893789','-4.0134429931640625'),(245208,100,68,18,'37.97234987199525','-3.9935302734375'),(245209,100,68,19,'37.97884504049713','-4.005889892578125'),(245207,100,68,17,'37.9593578107923','-3.9825439453125'),(245206,100,68,16,'37.95827503526034','-3.970184326171875'),(245120,99,67,90,'37.69417833053531','-3.8210105895996093'),(245041,99,67,11,'37.40016459069333','-3.544464111328125'),(245040,99,67,10,'37.40780092202727','-3.5657501220703125'),(245039,99,67,9,'37.390345306903505','-3.582916259765625'),(245038,99,67,8,'37.36360851770406','-3.6069488525390625'),(245037,99,67,7,'37.32539657367551','-3.6357879638671875'),(245036,99,67,6,'37.290442925478196','-3.657073974609375'),(245035,99,67,5,'37.26476349351441','-3.657073974609375'),(245034,99,67,4,'37.239621950476476','-3.6508941650390625'),(245033,99,67,3,'37.214472018731556','-3.6234283447265625'),(245032,99,67,2,'37.19533058280065','-3.6330413818359375'),(245031,99,67,1,'37.18821967018366','-3.6124420166015625'),(245030,99,67,0,'37.17344871200958','-3.6004257202148437'),(245121,99,67,91,'37.69370291285762','-3.821868896484375'),(245122,99,67,92,'37.69400853885748','-3.822298049926758'),(245123,99,67,93,'37.69455187085791','-3.8217830657958984'),(245124,99,67,94,'37.69492540929866','-3.8247013092041015'),(245125,99,67,95,'37.69441603823106','-3.8256025314331054'),(245126,99,67,96,'37.69400853885748','-3.828005790710449'),(245127,99,67,97,'37.694382080035446','-3.83023738861084'),(245128,99,67,98,'37.69373687136426','-3.833756446838379'),(245129,99,67,99,'37.693261450856085','-3.8346147537231445'),(245130,99,67,100,'37.69366895433543','-3.8367605209350586'),(245131,99,67,101,'37.694110413910835','-3.837704658508301'),(245132,99,67,102,'37.693601037244406','-3.838520050048828'),(245133,99,67,103,'37.69356707867555','-3.83847713470459'),(245134,99,67,104,'37.69417833053531','-3.8416528701782226'),(245135,99,67,105,'37.698626733952466','-3.8477039337158203'),(245136,99,67,106,'37.703584182043414','-3.8520383834838867'),(245137,99,67,107,'37.70738693120342','-3.8534116744995117'),(245138,99,67,108,'37.70843944337042','-3.8543128967285156'),(245139,99,67,109,'37.71376967866272','-3.8564586639404297'),(245140,99,67,110,'37.71370177998719','-3.858346939086914'),(245141,99,67,111,'37.71696084622755','-3.8606643676757812'),(245142,99,67,112,'37.720525285778244','-3.86293888092041'),(245143,99,67,113,'37.723444603744184','-3.8625097274780273'),(245144,99,67,114,'37.72551521301948','-3.863539695739746'),(245145,99,67,115,'37.72789125069631','-3.862895965576172'),(245146,99,67,116,'37.729384721076144','-3.8620376586914062'),(245147,99,67,117,'37.730165386787874','-3.862466812133789'),(245205,100,68,15,'37.950153709955984','-3.9763641357421875'),(245204,100,68,14,'37.92632597629602','-3.9502716064453125'),(245203,100,68,13,'37.916576040745376','-3.93310546875'),(245202,100,68,12,'37.906824812653596','-3.9269256591796875'),(245201,100,68,11,'37.89273742374153','-3.9104461669921875'),(245200,100,68,10,'37.87918931481653','-3.900146484375'),(245199,100,68,9,'37.8813571797486','-3.8829803466796875'),(245198,100,68,8,'37.87539539764788','-3.86993408203125'),(245197,100,68,7,'37.85696502054439','-3.85894775390625'),(245196,100,68,6,'37.84720589601068','-3.849334716796875'),(245195,100,68,5,'37.844494798834575','-3.838348388671875'),(245194,100,68,4,'37.820632846207864','-3.8287353515625'),(245193,100,68,3,'37.80490143094974','-3.8156890869140625'),(245192,100,68,2,'37.78699608830537','-3.8294219970703125'),(245191,100,68,1,'37.7766849831305','-3.8101959228515625'),(245190,100,68,0,'37.76827222674256','-3.788909912109375'),(245229,100,68,39,'38.0681628800858','-3.9948177337646484'),(245230,100,68,40,'38.06924403357695','-3.992328643798828'),(245231,100,68,41,'38.07214955440912','-3.9899253845214843'),(245232,100,68,42,'38.072892808642166','-3.9902687072753906'),(245233,100,68,43,'38.073095513031326','-3.9894962310791015'),(245234,100,68,44,'38.072825240387615','-3.988637924194336'),(245235,100,68,45,'38.07451442802591','-3.987607955932617'),(245236,100,68,46,'38.07437929445047','-3.987264633178711'),(245237,100,68,47,'38.07674409597339','-3.9877796173095703'),(245238,100,68,48,'38.078365629967145','-3.988809585571289'),(245239,100,68,49,'38.078365629967145','-3.987264633178711'),(245240,100,68,50,'38.07904125851963','-3.9863204956054687'),(245241,100,68,51,'38.078433193103265','-3.984861373901367'),(245242,100,68,52,'38.07937907045507','-3.9836597442626953'),(245243,100,68,53,'38.08167615023038','-3.9840030670166015'),(245244,100,68,54,'38.081946390165726','-3.983144760131836'),(245245,100,68,55,'38.08289222207409','-3.983488082885742'),(245246,100,68,56,'38.0830273399194','-3.982715606689453'),(245247,100,68,57,'38.083838041747484','-3.9830589294433593'),(245248,100,68,58,'38.084108273692614','-3.9818572998046875'),(245249,100,68,59,'38.08667542735658','-3.9828872680664062'),(245250,100,68,60,'38.088566956585815','-3.9838314056396484'),(245251,100,68,61,'38.08863451029597','-3.984346389770508'),(245252,100,68,62,'38.08958025568323','-3.983745574951172'),(245253,100,68,63,'38.08991801892769','-3.9816856384277343'),(245254,100,68,64,'38.09045843687262','-3.980741500854492'),(245255,100,68,65,'38.091201505023214','-3.9800548553466797'),(245256,100,68,66,'38.09153926077635','-3.9780807495117187'),(245257,100,68,67,'38.09214721719905','-3.978252410888672'),(245258,100,68,68,'38.09329556553409','-3.9769649505615234'),(245259,100,68,69,'38.093700860638854','-3.9763641357421875'),(245260,100,68,70,'38.095524660798','-3.97430419921875'),(245261,100,68,71,'38.09653786344311','-3.9716434478759765'),(245262,100,68,72,'38.098969492479725','-3.971128463745117'),(245263,100,68,73,'38.10160366596237','-3.9694976806640625'),(245264,100,68,74,'38.10335972886128','-3.9676952362060547'),(245265,100,68,75,'38.10464297890438','-3.968381881713867'),(245266,100,68,76,'38.10592620640843','-3.966493606567383'),(245267,100,68,77,'38.10903287439192','-3.9676952362060547'),(245268,100,68,78,'38.10950561663342','-3.9687252044677734'),(245269,100,68,79,'38.11180174971569','-3.9677810668945312'),(245270,100,68,80,'38.11693402149081','-3.963489532470703'),(245271,100,68,81,'38.11983764708114','-3.962116241455078'),(245272,100,68,82,'38.12085051256626','-3.9609146118164062'),(245273,100,68,83,'38.123551418504704','-3.9608287811279297'),(245274,100,68,84,'38.12422662937809','-3.9616870880126953'),(245275,100,68,85,'38.12685989211723','-3.962373733520508'),(245276,100,68,86,'38.12875038114962','-3.9670944213867187'),(245277,100,68,87,'38.12895293064216','-3.968210220336914'),(245278,100,68,88,'38.13043827641391','-3.969411849975586'),(245279,100,68,89,'38.13192359196042','-3.9731884002685547'),(245280,100,68,90,'38.132126132647635','-3.9748191833496093'),(245281,100,68,91,'38.1313834807134','-3.9773082733154297'),(245282,100,68,92,'38.130505791412666','-3.9765357971191406'),(245283,100,68,93,'38.12996566967417','-3.9773941040039062'),(245284,100,68,94,'38.129155479572624','-3.9779090881347656'),(245285,100,68,95,'38.12875038114962','-3.978252410888672'),(245286,100,68,96,'38.12983063861506','-3.980398178100586'),(245287,100,68,97,'38.12962809155804','-3.9814281463623047'),(245288,100,68,98,'38.130640821222784','-3.9835739135742187'),(245289,100,68,99,'38.131248452277155','-3.9842605590820312'),(245290,100,68,100,'38.13145099483786','-3.985719680786133'),(245291,100,68,101,'38.13232867277279','-3.9846038818359375'),(245292,100,68,102,'38.13354390172069','-3.9859771728515625'),(245293,100,68,103,'38.13334136496783','-3.987264633178711'),(245294,100,68,104,'38.132936289775984','-3.9887237548828125'),(245295,100,68,105,'38.13367892591034','-3.9894962310791015'),(245296,100,68,106,'38.133206340153684','-3.9910411834716797'),(245297,100,68,107,'38.13239618602294','-3.991727828979492'),(245298,100,68,108,'38.13273375133697','-3.992929458618164'),(245299,100,68,109,'38.13313882765293','-3.9922428131103515'),(245300,100,68,110,'38.134421554488206','-3.993101119995117'),(245301,100,68,111,'38.13455657705411','-3.9911270141601562'),(245302,100,68,112,'38.1364468667475','-3.9920711517333984'),(245303,100,68,113,'38.13658188556633','-3.992929458618164'),(245304,100,68,114,'38.13617682836042','-3.9940452575683593'),(245305,100,68,115,'38.13496164325308','-3.9952468872070312'),(245306,100,68,116,'38.13536670720378','-3.9967918395996093'),(245307,100,68,117,'38.13516417550947','-3.998079299926758'),(245308,100,68,118,'38.135434217643656','-3.999452590942383'),(245309,100,68,119,'38.13617682836042','-3.9998817443847656'),(245310,100,68,120,'38.135636748588546','-4.000568389892578'),(245311,100,68,121,'38.134421554488206','-4.000396728515625'),(245312,100,68,122,'38.13388146172644','-4.000740051269531'),(245313,100,68,123,'38.13428653167246','-4.00202751159668'),(245314,100,68,124,'38.135636748588546','-4.002971649169922'),(245315,100,68,125,'38.13725697591334','-4.003915786743164'),(245316,100,68,126,'38.140632333968874','-4.006233215332031'),(245317,100,68,127,'38.141239881837365','-4.00726318359375'),(245318,100,68,128,'38.14583008000226','-4.008121490478516'),(245319,100,68,129,'38.14799007332564','-4.009838104248047'),(245320,100,68,130,'38.14853006166323','-4.011468887329102'),(245321,100,68,131,'38.148665058123015','-4.014558792114258'),(245322,100,68,132,'38.14988001501871','-4.01524543762207'),(245323,100,68,133,'38.150622478714936','-4.016962051391602'),(245324,100,68,134,'38.151904898207384','-4.017906188964844'),(245325,100,68,135,'38.15467214765404','-4.02099609375'),(245326,100,68,136,'38.15791172090468','-4.021081924438477'),(245327,100,68,137,'38.160071356452036','-4.019966125488281'),(245328,100,68,138,'38.16088120329168','-4.020395278930664'),(245329,100,68,139,'38.16283829601851','-4.01799201965332'),(245330,100,68,140,'38.164187984532134','-4.015846252441406'),(245331,100,68,141,'38.16547016547609','-4.014730453491211'),(245332,100,68,142,'38.16567261303739','-4.013872146606445'),(245333,100,68,143,'38.166279952348056','-4.01249885559082'),(245334,100,68,144,'38.16675232386924','-4.013185501098633'),(245335,100,68,145,'38.167157211308286','-4.011726379394531'),(245336,100,68,146,'38.16783201870924','-4.011125564575195'),(245337,100,68,147,'38.16783201870924','-4.010438919067383'),(245338,100,68,148,'38.16985640343067','-4.011726379394531'),(245339,100,68,149,'38.171138484674564','-4.012584686279297'),(245340,100,68,150,'38.171205962010056','-4.013614654541016'),(245341,100,68,151,'38.172622971624825','-4.01275634765625'),(245342,100,68,152,'38.17235306715556','-4.010782241821289'),(245343,100,68,153,'38.17430985191186','-4.011640548706055'),(245344,100,68,154,'38.174107428338985','-4.01026725769043'),(245345,100,68,155,'38.17377005446808','-4.009494781494141'),(245346,100,68,156,'38.175996693153735','-4.010095596313477'),(245347,100,68,157,'38.17667141871774','-4.011812210083008'),(245348,100,68,158,'38.1764690017045','-4.012584686279297'),(245349,100,68,159,'38.17829073458205','-4.013614654541016'),(245350,100,68,160,'38.178695557925465','-4.014987945556641'),(245351,100,68,161,'38.181326854835866','-4.014558792114258'),(245352,100,68,162,'38.18200153104481','-4.015159606933594'),(245353,100,68,163,'38.184295383422814','-4.015331268310547'),(245354,100,68,164,'38.183688194233774','-4.016618728637695'),(245355,100,68,165,'38.18456524366018','-4.017477035522461'),(245356,100,68,166,'38.18470017340402','-4.01850700378418'),(245357,100,68,167,'38.18571213851678','-4.019021987915039'),(245358,100,68,168,'38.185981993506026','-4.0203094482421875'),(245359,100,68,169,'38.188478104766254','-4.020137786865234'),(245360,100,68,170,'38.1900296983847','-4.023313522338867'),(245361,100,68,171,'38.18955747773885','-4.025115966796875'),(245362,100,68,172,'38.189759858390545','-4.026575088500977'),(245363,100,68,173,'38.190569375374004','-4.029321670532227'),(245364,100,68,174,'38.191648717356216','-4.031381607055664'),(245365,100,68,175,'38.190636834716486','-4.0326690673828125'),(245366,100,68,176,'38.18996223847989','-4.033784866333008'),(245367,100,68,177,'38.19009715822704','-4.03472900390625'),(245368,100,68,178,'38.189017793251914','-4.036102294921875'),(245369,100,68,179,'38.18820825902392','-4.0367889404296875'),(245370,100,68,180,'38.187870950440185','-4.039707183837891'),(245371,100,68,181,'38.18820825902392','-4.04047966003418'),(245372,100,68,182,'38.191243965987326','-4.041166305541992'),(245373,100,68,183,'38.192525670939055','-4.042110443115234'),(245374,100,68,184,'38.19279550068632','-4.040737152099609'),(245375,100,68,185,'38.19421209045785','-4.039621353149414'),(245376,100,68,186,'38.194414458175835','-4.038333892822266'),(245377,100,68,187,'38.1966404659587','-4.039106369018555'),(245378,100,68,188,'38.196303196426044','-4.0374755859375'),(245379,100,68,189,'38.19893385735352','-4.037818908691406'),(245380,100,68,190,'38.19981072320944','-4.038419723510742'),(245381,100,68,191,'38.20075502847525','-4.036874771118164'),(245382,100,68,192,'38.20223891200549','-4.035844802856445'),(245383,100,68,193,'38.203115738057605','-4.03447151184082'),(245384,100,68,194,'38.20770204069948','-4.033355712890625'),(245385,100,68,195,'38.20918578263095','-4.031810760498047'),(245386,100,68,196,'38.21134389872105','-4.030094146728516'),(245387,100,68,197,'38.21168109857966','-4.030694961547852'),(245388,100,68,198,'38.214243766448895','-4.030094146728516'),(245389,100,68,199,'38.214243766448895','-4.032068252563477'),(245390,100,68,200,'38.216671473820774','-4.032068252563477'),(245391,100,68,201,'38.219908290993914','-4.037046432495117'),(245392,100,68,202,'38.22044774652372','-4.043483734130859'),(245393,100,68,203,'38.2236169669838','-4.046316146850586'),(245394,100,68,204,'38.22671862353758','-4.051122665405273'),(245395,100,68,205,'38.22799970395546','-4.052324295043945'),(245396,100,68,206,'38.22928076181062','-4.057903289794922'),(245397,100,68,207,'38.23689921870157','-4.066572189331055'),(245398,100,68,208,'38.24134856767056','-4.07069206237793'),(245399,100,68,209,'38.2441124200719','-4.071378707885742'),(245400,100,68,210,'38.245595419505236','-4.069576263427734'),(245401,100,68,211,'38.253279568348304','-4.067773818969727'),(245402,100,68,212,'38.259951985862585','-4.065456390380859'),(245403,100,68,213,'38.26439992380084','-4.06768798828125'),(245404,100,68,214,'38.26581511966997','-4.066143035888672'),(245405,100,68,215,'38.267836780226275','-4.067344665527344'),(245406,100,68,216,'38.2708017805904','-4.072751998901367'),(245407,100,68,217,'38.272082084236914','-4.073696136474609'),(245408,100,68,218,'38.274912149046536','-4.080047607421875'),(245409,100,68,219,'38.2759902399625','-4.08116340637207'),(245410,100,68,220,'38.27908966218377','-4.0807342529296875'),(245411,100,68,221,'38.281919453878906','-4.081850051879883'),(245412,100,68,222,'38.28549022407768','-4.079275131225586'),(245413,100,68,223,'38.29155339372579','-4.080648422241211'),(245414,100,68,224,'38.293170153420135','-4.085111618041992'),(245415,100,68,225,'38.296268842153054','-4.084596633911133'),(245416,100,68,226,'38.29849173298913','-4.083566665649414'),(245417,100,68,227,'38.30031041119973','-4.082279205322266'),(245418,100,68,228,'38.30435175510835','-4.08167839050293'),(245419,100,68,229,'38.306843804956934','-4.084596633911133'),(245420,100,68,230,'38.30940311838214','-4.085626602172852'),(245421,100,68,231,'38.30953781658702','-4.087772369384766'),(245422,100,68,232,'38.311086827961944','-4.086484909057617'),(245423,100,68,233,'38.31101948032927','-4.084682464599609'),(245424,100,68,234,'38.313713336851386','-4.080476760864258'),(245425,100,68,235,'38.317013174710645','-4.081249237060547'),(245426,100,68,236,'38.31795595794451','-4.0834808349609375'),(245427,100,68,237,'38.31856202640692','-4.08390998840332'),(245428,100,68,238,'38.31883138854174','-4.082794189453125'),(245429,100,68,239,'38.31883138854174','-4.080219268798828'),(245430,100,68,240,'38.318427344964206','-4.079446792602539'),(245431,100,68,241,'38.31903340948611','-4.07841682434082'),(245432,100,68,242,'38.31896606923387','-4.076871871948242'),(245433,100,68,243,'38.32105358796828','-4.077816009521484'),(245434,100,68,244,'38.321524954847376','-4.078588485717773'),(245435,100,68,245,'38.322602353347655','-4.077043533325195'),(245436,100,68,246,'38.326171121506434','-4.077816009521484'),(245437,100,68,247,'38.32650778867791','-4.079275131225586'),(245438,100,68,248,'38.32664245510863','-4.079875946044922'),(245439,100,68,249,'38.3277871096676','-4.07893180847168'),(245440,100,68,250,'38.32899907714361','-4.079618453979492'),(245441,100,68,251,'38.331086306954084','-4.080476760864258'),(245442,100,68,252,'38.330951648780385','-4.08167839050293'),(245443,100,68,253,'38.334048723470225','-4.083223342895508'),(245444,100,68,254,'38.33721298915485','-4.082622528076172'),(245445,100,68,255,'38.342194744416744','-4.08442497253418'),(245446,100,68,256,'38.34751272668178','-4.085111618041992'),(245447,100,68,257,'38.349868669962085','-4.082965850830078'),(245448,100,68,258,'38.352561082721984','-4.082794189453125'),(245449,100,68,259,'38.35572453979969','-4.085111618041992'),(245450,100,68,260,'38.360839624761944','-4.085025787353516'),(245451,100,68,261,'38.37436593652538','-4.088115692138672'),(245452,100,68,262,'38.38055624080693','-4.087429046630859'),(245453,100,68,263,'38.38270926596521','-4.08966064453125'),(245454,100,68,264,'38.38755333826654','-4.086055755615234'),(245455,100,68,265,'38.393877055493114','-4.084339141845703'),(245456,100,68,266,'38.39118617958438','-4.082622528076172'),(245457,100,68,267,'38.392531630055934','-4.079189300537109'),(245458,100,68,268,'38.393742514075946','-4.079875946044922'),(245459,100,68,269,'38.394549758823686','-4.076786041259766'),(245460,100,68,270,'38.393877055493114','-4.071807861328125'),(245461,100,68,271,'38.39212799754308','-4.067859649658203'),(245462,100,68,272,'38.39872037977778','-4.069232940673828'),(245463,100,68,273,'38.40248718545806','-4.071979522705078'),(245464,100,68,274,'38.40504312038236','-4.070262908935547'),(245465,100,68,275,'38.40706089989948','-4.071292877197266'),(245466,100,68,276,'38.40827154056945','-4.068889617919922'),(245467,100,68,277,'38.40746444904285','-4.06768798828125'),(245468,100,68,278,'38.40827154056945','-4.063053131103516'),(245469,100,68,279,'38.407329932912106','-4.0615081787109375'),(245470,100,68,280,'38.40948216095896','-4.065113067626953'),(245471,100,68,281,'38.41271038284709','-4.067516326904297'),(245472,100,68,282,'38.412844888962645','-4.063739776611328'),(245473,100,68,283,'38.41661095854044','-4.061851501464844'),(245474,100,68,284,'38.417283450307785','-4.064598083496094'),(245475,100,68,285,'38.41687995599856','-4.0670013427734375'),(245476,100,68,286,'38.417821439214535','-4.070949554443359'),(245477,100,68,287,'38.418762910161156','-4.069919586181641'),(245478,100,68,288,'38.41822492826547','-4.066486358642578'),(245479,100,68,289,'38.42104928852155','-4.057903289794922'),(245480,100,68,290,'38.41795593581525','-4.057559967041016'),(245481,100,68,291,'38.422394183164634','-4.053096771240234'),(245482,100,68,292,'38.42185622831224','-4.051380157470703'),(245483,100,68,293,'38.42212520623923','-4.049491882324219'),(245484,100,68,294,'38.4214527595437','-4.047946929931641'),(245485,100,68,295,'38.42091479768001','-4.0464019775390625'),(245486,100,68,296,'38.41916639395372','-4.046916961669922'),(245487,100,68,297,'38.42212520623923','-4.044513702392578'),(245488,100,68,298,'38.422394183164634','-4.045543670654297'),(245489,100,68,299,'38.42199071740093','-4.043140411376953'),(245490,100,68,300,'38.42199071740093','-4.040393829345703'),(245491,100,68,301,'38.42575631021946','-4.035587310791016'),(245492,100,68,302,'38.429118280766794','-4.038333892822266'),(245493,100,68,303,'38.43113538796982','-4.036960601806641'),(245494,100,68,304,'38.43234562524602','-4.034900665283203'),(245495,100,68,305,'38.43355584223776','-4.035758972167969'),(245496,100,68,306,'38.433690309540246','-4.0326690673828125'),(245497,100,68,307,'38.43422817624596','-4.030952453613281'),(245498,100,68,308,'38.4354383616837','-4.029579162597656'),(245499,100,68,309,'38.438396507356096','-4.034900665283203'),(245500,100,68,310,'38.43960662292255','-4.032325744628906'),(245501,100,68,311,'38.439203253321004','-4.029064178466797'),(245502,100,68,312,'38.440682264173866','-4.026660919189453'),(245503,100,68,313,'38.44216124472322','-4.027519226074219'),(245504,100,68,314,'38.4418923414228','-4.028892517089844'),(245505,100,68,315,'38.442699048318744','-4.029750823974609'),(245506,100,68,316,'38.44364019496865','-4.028034210205078'),(245507,100,68,317,'38.44632911777565','-4.030094146728516'),(245508,100,68,318,'38.450631185888255','-4.031810760498047'),(245509,100,68,319,'38.452916555255946','-4.035758972167969'),(245510,100,68,320,'38.456546110767654','-4.042797088623047'),(245511,100,68,321,'38.4585624515972','-4.044342041015625'),(245512,100,68,322,'38.46084756974041','-4.049663543701172'),(245513,100,68,323,'38.46420790609387','-4.053783416748047'),(245514,100,68,324,'38.469046515403406','-4.062709808349609'),(245515,100,68,325,'38.469046515403406','-4.065284729003906'),(245516,100,68,326,'38.46971851879822','-4.06768798828125'),(245517,100,68,327,'38.47415358413788','-4.069404602050781'),(245518,100,68,328,'38.4760350445919','-4.076786041259766'),(245519,100,68,329,'38.480066580224395','-4.0807342529296875'),(245520,100,68,330,'38.48221664036996','-4.086742401123047'),(245521,100,68,331,'38.48087286029471','-4.094123840332031'),(245522,100,68,332,'38.481141618313956','-4.0972137451171875'),(245523,100,68,333,'38.484769753492536','-4.0999603271484375'),(245524,100,68,334,'38.48678530523011','-4.107341766357422'),(245525,100,68,335,'38.48665093686801','-4.112491607666016'),(245526,100,68,336,'38.48893516495052','-4.116611480712891'),(245527,100,68,337,'38.489069529053474','-4.117469787597656'),(245528,100,68,338,'38.49041315630315','-4.115753173828125'),(245529,100,68,339,'38.49390646989731','-4.118156433105469'),(245530,100,68,340,'38.493503403895744','-4.1191864013671875'),(245531,100,68,341,'38.496727868769256','-4.121246337890625'),(245532,100,68,342,'38.496593518947556','-4.123134613037109'),(245533,100,68,343,'38.49941481258599','-4.129486083984375'),(245534,100,68,344,'38.49847439365058','-4.1329193115234375'),(245535,100,68,345,'38.49981784551419','-4.134807586669922'),(245536,100,68,346,'38.505997401358286','-4.134979248046875'),(245537,100,68,347,'38.504922734080715','-4.129657745361328'),(245538,100,68,348,'38.50626606567193','-4.128456115722656'),(245539,100,68,349,'38.50653472898327','-4.125881195068359'),(245540,100,68,350,'38.5086839993909','-4.126911163330078'),(245541,100,68,351,'38.51069888213817','-4.122791290283203'),(245542,100,68,352,'38.51231074774135','-4.121589660644531'),(245543,100,68,353,'38.51217642698598','-4.120216369628906'),(245544,100,68,354,'38.51378825951165','-4.118843078613281'),(245545,100,68,355,'38.51445984574727','-4.1143798828125'),(245546,100,68,356,'38.51580299942408','-4.113178253173828'),(245547,100,68,357,'38.51969800337459','-4.115581512451172'),(245548,100,68,358,'38.523592796568444','-4.113349914550781'),(245549,100,68,359,'38.524264291334674','-4.111461639404297'),(245550,100,68,360,'38.52936744680576','-4.1095733642578125'),(245551,100,68,361,'38.528964579268134','-4.1054534912109375'),(245552,100,68,362,'38.53205317274658','-4.107685089111328'),(245553,100,68,363,'38.532858870979986','-4.1068267822265625'),(245554,100,68,364,'38.533127435052776','-4.104423522949219'),(245555,100,68,365,'38.528830289587674','-4.1013336181640625'),(245556,100,68,366,'38.52641303248365','-4.100475311279297'),(245557,100,68,367,'38.52668162061619','-4.098415374755859'),(245558,100,68,368,'38.53084460847914','-4.096355438232422'),(245559,100,68,369,'38.53138175065982','-4.095497131347656'),(245560,100,68,370,'38.53514163364317','-4.093608856201172'),(245561,100,68,371,'38.534873077089344','-4.098072052001953'),(245562,100,68,372,'38.53635012572907','-4.098930358886719'),(245563,100,68,373,'38.53796141693008','-4.097042083740234'),(245564,100,68,374,'38.542660810113944','-4.098072052001953'),(245565,100,68,375,'38.543197864070315','-4.100303649902344'),(245566,100,68,376,'38.550850447185624','-4.098072052001953'),(245567,100,68,377,'38.552192921655546','-4.094810485839844'),(245568,100,68,378,'38.55246141354152','-4.092578887939453'),(245569,100,68,379,'38.55232716772389','-4.092750549316406'),(245570,100,68,380,'38.555548998162635','-4.090175628662109'),(245571,100,68,381,'38.55635443321175','-4.088459014892578'),(245572,100,68,382,'38.55635443321175','-4.0869140625'),(245573,100,68,383,'38.56145531228871','-4.083995819091797'),(245574,100,68,384,'38.56628739013195','-4.077301025390625'),(245575,100,68,385,'38.56789801054657','-4.075756072998047'),(245576,100,68,386,'38.5680322272849','-4.074039459228516'),(245577,100,68,387,'38.5705822976803','-4.071807861328125'),(245578,100,68,388,'38.571521774485625','-4.068717956542969'),(245579,100,68,389,'38.57796357021356','-4.0704345703125'),(245580,100,68,390,'38.590174555583026','-4.0683746337890625'),(245581,100,68,391,'38.59809045854761','-4.0697479248046875'),(245582,100,68,392,'38.60372497625826','-4.070606231689453'),(245583,100,68,393,'38.60493231535938','-4.07867431640625'),(245584,100,68,394,'38.603993275591684','-4.087944030761719'),(245585,100,68,395,'38.60493231535938','-4.092235565185547'),(245586,100,68,396,'38.60788350320369','-4.093780517578125'),(245587,100,68,397,'38.60922491209939','-4.102878570556641'),(245588,100,68,398,'38.613651383524335','-4.104938507080078'),(245589,100,68,399,'38.61713871410953','-4.106655120849609'),(245590,100,68,400,'38.62464931184125','-4.114723205566406'),(245591,100,68,401,'38.626258623311166','-4.1164398193359375'),(245592,100,68,402,'38.636718267483616','-4.122962951660156'),(245593,100,68,403,'38.64395866563123','-4.122276306152344'),(245594,100,68,404,'38.66326281779041','-4.112491607666016'),(245595,100,68,405,'38.66902624345495','-4.110260009765625'),(245596,100,68,406,'38.676129362378326','-4.111118316650391'),(245597,100,68,407,'38.681757748501546','-4.1095733642578125'),(245598,100,68,408,'38.6881896477867','-4.114036560058594'),(245599,100,68,409,'38.69703256527164','-4.1095733642578125'),(245600,100,68,410,'38.70614230660284','-4.0999603271484375'),(245601,100,68,411,'38.70828560650091','-4.092750549316406'),(245602,100,68,412,'38.7088214214364','-4.088630676269531'),(245603,100,68,413,'38.720876195817276','-4.0670013427734375'),(245604,100,68,414,'38.733196752689075','-4.064598083496094'),(245605,100,68,415,'38.74123075381228','-4.077644348144531'),(245606,100,68,416,'38.81269354270867','-4.065971374511719'),(245607,100,68,417,'38.8225909761771','-4.062538146972656'),(245608,100,68,418,'38.84157949604326','-4.0615081787109375'),(245609,100,68,419,'38.852542390364235','-4.061851501464844'),(245610,100,68,420,'38.87312667474602','-4.043312072753906'),(245611,100,68,421,'38.88061039150162','-4.028892517089844'),(245612,100,68,422,'38.886489901788856','-4.022026062011719'),(245613,100,68,423,'38.88996392916758','-4.0148162841796875'),(245614,100,68,424,'38.90065217853344','-4.005889892578125'),(245615,100,68,425,'38.92122252967601','-3.992156982421875'),(245616,100,68,426,'38.92843409820933','-3.975677490234375'),(245617,100,68,427,'38.941519887168475','-3.9736175537109375'),(245618,100,68,428,'38.95460326144691','-3.9585113525390625'),(245619,100,68,429,'38.9783607644988','-3.9361953735351562'),(245620,100,68,430,'38.989302551359515','-3.9334487915039062'),(249528,95,63,226,'40.062652502970735','-2.132399082183838'),(249527,95,63,225,'40.066019019668964','-2.1343088150024414'),(249526,95,63,224,'40.070075040763406','-2.136218547821045'),(249525,95,63,223,'40.070912488721355','-2.1363258361816406'),(249524,95,63,222,'40.071388680026935','-2.136197090148926'),(249523,95,63,221,'40.07206191032992','-2.1345019340515136'),(249522,95,63,220,'40.072833653954035','-2.1330857276916504'),(249521,95,63,219,'40.07319489264573','-2.1326565742492676'),(249520,95,63,218,'40.07360538883327','-2.131798267364502'),(249519,95,63,217,'40.07399946284555','-2.131669521331787'),(249518,95,63,216,'40.07447563256809','-2.131218910217285'),(249517,95,63,215,'40.07519809061687','-2.130768299102783'),(249516,95,63,214,'40.075854864010445','-2.1297812461853027'),(249515,95,63,213,'40.076166829153486','-2.129244804382324'),(249514,95,63,212,'40.07649521197062','-2.129030227661133'),(249513,95,63,211,'40.076511631069906','-2.1287941932678222'),(249512,95,63,210,'40.076511631069906','-2.128279209136963'),(249511,95,63,209,'40.07729974318022','-2.127399444580078'),(249510,95,63,208,'40.07856398730518','-2.1269702911376953'),(249509,95,63,207,'40.07954909632638','-2.1269917488098144'),(249508,95,63,206,'40.07977895304727','-2.126777172088623'),(249507,95,63,205,'40.07977895304727','-2.126283645629883'),(249506,95,63,204,'40.0793356572479','-2.125532627105713'),(249505,95,63,203,'40.079155054428135','-2.1242451667785644'),(249504,95,63,202,'40.0793520756623','-2.1227645874023437'),(249503,95,63,201,'40.08148643582489','-2.1191811561584472'),(249502,95,63,200,'40.08155210738428','-2.118988037109375'),(249501,95,63,199,'40.081075987143564','-2.1184301376342773'),(249500,95,63,198,'40.080862552851414','-2.1175503730773926'),(249499,95,63,197,'40.08112524111596','-2.116219997406006'),(249498,95,63,196,'40.081683450313044','-2.116091251373291'),(249497,95,63,195,'40.081913299828685','-2.115812301635742'),(249496,95,63,194,'40.08325954569498','-2.115790843963623'),(249495,95,63,193,'40.08371923330857','-2.115340232849121'),(249494,95,63,192,'40.08421175230737','-2.114224433898926'),(249493,95,63,191,'40.08419533506482','-2.113773822784424'),(249492,95,63,190,'40.083883406704075','-2.1130013465881347'),(249491,95,63,189,'40.08316104080253','-2.111842632293701'); +INSERT INTO `maps_coords` VALUES (249490,95,63,188,'40.083029700724225','-2.1100616455078125'),(249489,95,63,187,'40.08434309010529','-2.1084952354431152'),(249488,95,63,186,'40.084458010470605','-2.10813045501709'),(249487,95,63,185,'40.08424458678062','-2.1068859100341797'),(249486,95,63,184,'40.08408041425608','-2.106478214263916'),(249485,95,63,183,'40.084146083313414','-2.105426788330078'),(249484,95,63,182,'40.0838013200558','-2.1037745475769043'),(249483,95,63,181,'40.08399832784537','-2.1025514602661133'),(249482,95,63,180,'40.08399832784537','-2.102208137512207'),(249481,95,63,179,'40.08358789430713','-2.100856304168701'),(249480,95,63,178,'40.08353864211625','-2.1002554893493652'),(249479,95,63,177,'40.08368639858197','-2.0990967750549316'),(249478,95,63,176,'40.08353864211625','-2.098839282989502'),(249477,95,63,175,'40.08242224956625','-2.0981740951538086'),(249476,95,63,174,'40.08215956630581','-2.0974016189575195'),(249475,95,63,173,'40.08245508490253','-2.0961356163024902'),(249474,95,63,172,'40.08324312822279','-2.095191478729248'),(249473,95,63,171,'40.083308798087735','-2.0948266983032226'),(249472,95,63,170,'40.08337446788937','-2.0934534072875976'),(249471,95,63,169,'40.083472972473004','-2.0928955078125'),(249470,95,63,168,'40.083768485368786','-2.0925307273864746'),(249469,95,63,167,'40.08504902642801','-2.091822624206543'),(249468,95,63,166,'40.08549228502888','-2.091243267059326'),(249467,95,63,165,'40.08555795272428','-2.0906639099121093'),(249466,95,63,164,'40.08536094944801','-2.090020179748535'),(249465,95,63,163,'40.08435950731222','-2.0880675315856933'),(249464,95,63,162,'40.08421175230737','-2.0871877670288086'),(249463,95,63,161,'40.08416250056785','-2.086479663848877'),(249462,95,63,160,'40.08383415472698','-2.085127830505371'),(249461,95,63,159,'40.08345655505229','-2.084784507751465'),(249460,95,63,158,'40.08337446788937','-2.0842480659484863'),(249459,95,63,157,'40.08352222471139','-2.083883285522461'),(249458,95,63,156,'40.083981910551344','-2.0837974548339843'),(249457,95,63,155,'40.08475351909066','-2.084333896636963'),(249456,95,63,154,'40.08514752858872','-2.085599899291992'),(249455,95,63,153,'40.08578778915939','-2.0860719680786133'),(249454,95,63,152,'40.08616537590388','-2.0851707458496093'),(249453,95,63,151,'40.087708534740955','-2.0841407775878906'),(249452,95,63,150,'40.08783986579264','-2.084205150604248'),(249451,95,63,149,'40.08782344942502','-2.085106372833252'),(249450,95,63,148,'40.089103914208806','-2.0861148834228515'),(249449,95,63,147,'40.08959639425034','-2.08590030670166'),(249448,95,63,146,'40.09045001788138','-2.084977626800537'),(249447,95,63,145,'40.090909656940774','-2.083733081817627'),(249446,95,63,144,'40.09074550049017','-2.085707187652588'),(249445,95,63,143,'40.09030227609596','-2.08665132522583'),(249444,95,63,142,'40.09031869186574','-2.0871448516845703'),(249443,95,63,141,'40.088365187465506','-2.089204788208008'),(249442,95,63,140,'40.088315938730894','-2.0898914337158203'),(249441,95,63,139,'40.08859501442253','-2.09014892578125'),(249440,95,63,138,'40.089054666008685','-2.0906853675842285'),(249439,95,63,137,'40.08913674632244','-2.091221809387207'),(249438,95,63,136,'40.08880842447356','-2.0916080474853515'),(249437,95,63,135,'40.0882995224781','-2.093024253845215'),(249436,95,63,134,'40.08852934965686','-2.093989849090576'),(249435,95,63,133,'40.08841443616449','-2.0943331718444824'),(249434,95,63,132,'40.08682204351462','-2.0949769020080566'),(249433,95,63,131,'40.08690412652055','-2.0959854125976562'),(249432,95,63,130,'40.086559377230486','-2.0966291427612304'),(249431,95,63,129,'40.0865922105714','-2.098710536956787'),(249430,95,63,128,'40.08644446041245','-2.099010944366455'),(249429,95,63,127,'40.08629670993279','-2.0993542671203613'),(249428,95,63,126,'40.086362376852236','-2.1000194549560547'),(249427,95,63,125,'40.08605045842076','-2.1005988121032715'),(249426,95,63,124,'40.086198209434876','-2.1010279655456543'),(249425,95,63,123,'40.0866742938545','-2.1016931533813476'),(249424,95,63,122,'40.08647729380881','-2.1021223068237304'),(249423,95,63,121,'40.086362376852236','-2.102680206298828'),(249422,95,63,120,'40.086428043708324','-2.1032166481018066'),(249421,95,63,119,'40.08785628215626','-2.1029162406921386'),(249420,95,63,118,'40.08852934965686','-2.103109359741211'),(249419,95,63,117,'40.08839801993544','-2.103710174560547'),(249418,95,63,116,'40.08792194757125','-2.1042251586914062'),(249417,95,63,115,'40.087035459124195','-2.1059203147888183'),(249416,95,63,114,'40.086953376276625','-2.1065640449523926'),(249415,95,63,113,'40.08719962452244','-2.107422351837158'),(249414,95,63,112,'40.08700262599703','-2.1080446243286133'),(249413,95,63,111,'40.08726529057087','-2.108645439147949'),(249412,95,63,110,'40.08726529057087','-2.1088385581970215'),(249411,95,63,109,'40.08670712714001','-2.1094393730163574'),(249410,95,63,108,'40.08654296055407','-2.110104560852051'),(249409,95,63,107,'40.085722121685684','-2.1107912063598633'),(249408,95,63,106,'40.08559078654824','-2.1114563941955566'),(249407,95,63,105,'40.085886290251175','-2.1123147010803222'),(249406,95,63,104,'40.086116125577725','-2.1135592460632324'),(249405,95,63,103,'40.08673996040969','-2.114288806915283'),(249404,95,63,102,'40.08683846012371','-2.114696502685547'),(249403,95,63,101,'40.086395210288195','-2.115039825439453'),(249402,95,63,100,'40.085837039723096','-2.1161770820617676'),(249400,95,63,98,'40.085295281562566','-2.1172499656677246'),(249401,95,63,99,'40.08554153580637','-2.1166276931762695'),(249399,95,63,97,'40.08519677961564','-2.1178507804870605'),(249398,95,63,96,'40.08475351909066','-2.1189022064208984'),(249397,95,63,95,'40.08406399698187','-2.119009494781494'),(249395,95,63,93,'40.08329238062745','-2.1208763122558593'),(249396,95,63,94,'40.08365356383951','-2.1193528175354004'),(249394,95,63,92,'40.083275963163196','-2.122035026550293'),(249392,95,63,90,'40.082011806526445','-2.12385892868042'),(249393,95,63,91,'40.08238941421413','-2.1231722831726074'),(249391,95,63,89,'40.082011806526445','-2.1250391006469726'),(249389,95,63,87,'40.081108823129135','-2.1282577514648437'),(249390,95,63,88,'40.08181479298843','-2.1265196800231933'),(249388,95,63,86,'40.07987746283299','-2.129395008087158'),(249387,95,63,85,'40.078678917425364','-2.1294808387756347'),(249386,95,63,84,'40.07785798373971','-2.1300816535949707'),(249385,95,63,83,'40.076840012224345','-2.1300172805786133'),(249384,95,63,82,'40.076445954648996','-2.130575180053711'),(249382,95,63,80,'40.07588770251387','-2.1317553520202636'),(249383,95,63,81,'40.07575634840522','-2.1311116218566894'),(249381,95,63,79,'40.07638027816476','-2.133171558380127'),(249380,95,63,78,'40.076840012224345','-2.134115695953369'),(249379,95,63,77,'40.07624892500621','-2.1338796615600586'),(249378,95,63,76,'40.076938526261884','-2.134673595428467'),(249377,95,63,75,'40.077266905357746','-2.135038375854492'),(249376,95,63,74,'40.077365418777695','-2.135617733001709'),(249375,95,63,73,'40.07703704015691','-2.1362829208374023'),(249374,95,63,72,'40.07795649630457','-2.137312889099121'),(249373,95,63,71,'40.07848189424343','-2.1370768547058105'),(249372,95,63,70,'40.07749676978263','-2.133665084838867'),(249371,95,63,69,'40.07761170170407','-2.1332573890686035'),(249370,95,63,68,'40.078613243094715','-2.1325063705444336'),(249369,95,63,67,'40.079319238829534','-2.1326565742492676'),(249368,95,63,66,'40.07964760644463','-2.132570743560791'),(249367,95,63,65,'40.08133867458466','-2.1313905715942383'),(249366,95,63,64,'40.08189688203187','-2.1309614181518554'),(249365,95,63,63,'40.08301328319662','-2.129373550415039'),(249364,95,63,62,'40.08353864211625','-2.1288156509399414'),(249363,95,63,61,'40.08440875890923','-2.1288371086120605'),(249361,95,63,59,'40.088775592201564','-2.129073143005371'),(249362,95,63,60,'40.08728170707309','-2.1295881271362304'),(249360,95,63,58,'40.0889890016864','-2.1287083625793457'),(249359,95,63,57,'40.08977696937277','-2.127807140350342'),(249358,95,63,56,'40.09028586032224','-2.127528190612793'),(249357,95,63,55,'40.090761916153056','-2.127978801727295'),(249356,95,63,54,'40.09092607256407','-2.129030227661133'),(249355,95,63,53,'40.09107381299547','-2.1300816535949707'),(249354,95,63,52,'40.09196024884926','-2.131197452545166'),(249353,95,63,51,'40.09287950346627','-2.132120132446289'),(249352,95,63,50,'40.09406138401549','-2.1329784393310547'),(249351,95,63,49,'40.09524324403991','-2.133171558380127'),(249350,95,63,48,'40.09672054020729','-2.1323132514953613'),(249349,95,63,47,'40.096917510606524','-2.131476402282715'),(249348,95,63,46,'40.09744276221709','-2.1292877197265625'),(249347,95,63,45,'40.09901849272261','-2.126755714416504'),(249346,95,63,44,'40.1004957069316','-2.125382423400879'),(249345,95,63,43,'40.10161180306406','-2.125425338745117'),(249344,95,63,42,'40.102301147411346','-2.1261978149414062'),(249343,95,63,41,'40.102826357464146','-2.1274852752685547'),(249342,95,63,40,'40.10249810165628','-2.12860107421875'),(249341,95,63,39,'40.10272788088807','-2.129802703857422'),(249340,95,63,38,'40.103482864328534','-2.1302318572998047'),(249339,95,63,37,'40.1056492920329','-2.130274772644043'),(249338,95,63,36,'40.10804541201786','-2.131991386413574'),(249337,95,63,35,'40.10906291689112','-2.1322059631347656'),(249336,95,63,34,'40.110638378278054','-2.132077217102051'),(249335,95,63,33,'40.11264047446851','-2.1326780319213867'),(249334,95,63,32,'40.11451123239707','-2.1341371536254883'),(249333,95,63,31,'40.11602092934328','-2.1338796615600586'),(249332,95,63,30,'40.117169589350446','-2.134222984313965'),(249331,95,63,29,'40.11897458730249','-2.1360254287719726'),(249330,95,63,28,'40.12009038025332','-2.137784957885742'),(249329,95,63,27,'40.13023012972512','-2.139716148376465'),(249327,95,63,25,'40.13321598124515','-2.1414756774902343'),(249328,95,63,26,'40.13124730266697','-2.1411752700805664'),(249326,95,63,24,'40.13636574835449','-2.1428489685058593'),(249325,95,63,23,'40.138071811249304','-2.142934799194336'),(249324,95,63,22,'40.138859210445915','-2.144479751586914'),(249323,95,63,21,'40.139285714534246','-2.1446943283081054'),(249322,95,63,20,'40.13944975385536','-2.145681381225586'),(249321,95,63,19,'40.13754687338236','-2.1498870849609375'),(249320,95,63,18,'40.13587360686702','-2.152247428894043'),(249319,95,63,17,'40.12724414703034','-2.159113883972168'),(249318,95,63,16,'40.12425803316315','-2.1602725982666015'),(249317,95,63,15,'40.121895300671326','-2.161860466003418'),(249316,95,63,14,'40.11185277152432','-2.173919677734375'),(249315,95,63,13,'40.10968654138695','-2.174863815307617'),(249314,95,63,12,'40.10794694299657','-2.1740055084228515'),(249313,95,63,11,'40.1008239724005','-2.1657657623291015'),(249312,95,63,10,'40.09028586032224','-2.1576547622680664'),(249311,95,63,9,'40.08240583189216','-2.1558094024658203'),(249310,95,63,8,'40.081059569144855','-2.15731143951416'),(249309,95,63,7,'40.07945058606558','-2.1577835083007812'),(249308,95,63,6,'40.07642953553386','-2.1560239791870117'),(249307,95,63,5,'40.0763638590338','-2.156496047973633'),(249306,95,63,4,'40.07583844475279','-2.1569252014160156'),(249305,95,63,3,'40.07547722008309','-2.1587705612182617'),(249304,95,63,2,'40.07380242612445','-2.1618175506591797'),(249303,95,63,1,'40.07298143365039','-2.164478302001953'),(249302,95,63,0,'40.073736747090734','-2.1706151962280273'),(247629,97,65,417,'37.16264220059865','-2.634272575378418'),(247628,97,65,416,'37.16298420248454','-2.634143829345703'),(247627,97,65,415,'37.16322360288394','-2.633500099182129'),(247626,97,65,414,'37.16366820161399','-2.6334142684936523'),(247625,97,65,413,'37.16377080094952','-2.632899284362793'),(247624,97,65,412,'37.164010198857525','-2.632427215576172'),(247623,97,65,411,'37.16394179953261','-2.6317405700683593'),(247622,97,65,410,'37.16377080094952','-2.6308393478393554'),(247621,97,65,409,'37.16428379553819','-2.6305389404296875'),(247620,97,65,408,'37.16496778290694','-2.630496025085449'),(247619,97,65,407,'37.16534397332132','-2.6313114166259765'),(247618,97,65,406,'37.16572016186321','-2.631697654724121'),(247617,97,65,405,'37.166130547227986','-2.6317834854125976'),(247616,97,65,404,'37.166506731854746','-2.6308393478393554'),(247615,97,65,403,'37.1669855095807','-2.630581855773926'),(247614,97,65,402,'37.16722489730625','-2.630581855773926'),(247612,97,65,400,'37.16753268041063','-2.6313114166259765'),(247613,97,65,401,'37.167327491813666','-2.6311397552490234'),(247611,97,65,399,'37.16876380029323','-2.6307106018066406'),(247610,97,65,398,'37.16907157713011','-2.630753517150879'),(247609,97,65,397,'37.16958453573938','-2.6319122314453125'),(247608,97,65,396,'37.170542049160446','-2.63272762298584'),(247607,97,65,395,'37.17167053154482','-2.633328437805176'),(247606,97,65,394,'37.17187570834949','-2.633800506591797'),(247605,97,65,393,'37.171636335356524','-2.635345458984375'),(247604,97,65,392,'37.17221766845256','-2.635989189147949'),(247603,97,65,391,'37.17235445206045','-2.6377058029174804'),(247602,97,65,390,'37.1726622142729','-2.6381778717041015'),(247601,97,65,389,'37.173106757477846','-2.63796329498291'),(247600,97,65,388,'37.17341451662604','-2.637619972229004'),(247599,97,65,387,'37.173824860207','-2.6377058029174804'),(247597,97,65,385,'37.17457715098404','-2.638692855834961'),(247598,97,65,386,'37.173961640905425','-2.6383495330810547'),(247596,97,65,384,'37.17519265604838','-2.6384782791137695'),(247595,97,65,383,'37.1751242668444','-2.6375770568847656'),(247594,97,65,382,'37.175534601139674','-2.636847496032715'),(247593,97,65,381,'37.17594493320632','-2.635817527770996'),(247592,97,65,380,'37.177210109715766','-2.6362037658691406'),(247591,97,65,379,'37.17874880934861','-2.636847496032715'),(247590,97,65,378,'37.17939847311701','-2.6380491256713867'),(247589,97,65,377,'37.18008232367934','-2.639894485473633'),(247588,97,65,376,'37.181108087915064','-2.641010284423828'),(247587,97,65,375,'37.182031263817514','-2.6416540145874023'),(247586,97,65,374,'37.18268089935564','-2.6410961151123047'),(247585,97,65,373,'37.1833989110815','-2.635645866394043'),(247584,97,65,372,'37.184048534856736','-2.635645866394043'),(247583,97,65,371,'37.1854161455936','-2.637190818786621'),(247582,97,65,370,'37.18589480350091','-2.6369333267211914'),(247581,97,65,369,'37.1879803489768','-2.633671760559082'),(247580,97,65,368,'37.188835064090185','-2.6341867446899414'),(247579,97,65,367,'37.19057865292434','-2.634143829345703'),(247578,97,65,366,'37.19081796589667','-2.6337575912475586'),(247577,97,65,365,'37.19003164899663','-2.632298469543457'),(247576,97,65,364,'37.19010002470427','-2.6319122314453125'),(247575,97,65,363,'37.19109146550778','-2.6309680938720703'),(247574,97,65,362,'37.19109146550778','-2.630281448364258'),(247573,97,65,361,'37.19003164899663','-2.6299381256103515'),(247572,97,65,360,'37.186817920897944','-2.6264190673828125'),(247571,97,65,359,'37.18647602688132','-2.625260353088379'),(247570,97,65,358,'37.185074245231036','-2.624788284301758'),(247568,97,65,356,'37.18510843533694','-2.6233291625976562'),(247569,97,65,357,'37.184766533581396','-2.6241445541381836'),(247567,97,65,355,'37.185860613751','-2.622685432434082'),(247566,97,65,354,'37.186817920897944','-2.622857093811035'),(247565,97,65,353,'37.187911971349806','-2.6239728927612304'),(247564,97,65,352,'37.188971817610565','-2.6230287551879883'),(247563,97,65,351,'37.19010002470427','-2.621183395385742'),(247562,97,65,350,'37.1924931354663','-2.6202821731567383'),(247561,97,65,349,'37.19259569566118','-2.619767189025879'),(247560,97,65,348,'37.19266406904702','-2.618393898010254'),(247559,97,65,347,'37.19286918883309','-2.617363929748535'),(247558,97,65,346,'37.19368966240492','-2.6157331466674804'),(247557,97,65,345,'37.19512546970155','-2.6132869720458984'),(247556,97,65,344,'37.19109146550778','-2.6100683212280273'),(247555,97,65,343,'37.190988903269705','-2.609381675720215'),(247554,97,65,342,'37.19003164899663','-2.608351707458496'),(247553,97,65,341,'37.19016840035003','-2.607407569885254'),(247552,97,65,340,'37.188800875671376','-2.607407569885254'),(247551,97,65,339,'37.187262380805564','-2.606334686279297'),(247550,97,65,338,'37.186373458374526','-2.6079225540161133'),(247549,97,65,337,'37.1852110055618','-2.6071929931640625'),(247548,97,65,336,'37.185552905305244','-2.6056480407714843'),(247547,97,65,335,'37.188458990632114','-2.6007556915283203'),(247546,97,65,334,'37.187809404793256','-2.5998973846435547'),(247544,97,65,332,'37.188390613438514','-2.5943613052368164'),(247545,97,65,333,'37.18808291530117','-2.5978803634643554'),(247543,97,65,331,'37.18873249878736','-2.5930309295654297'),(247542,97,65,330,'37.1882538588656','-2.5911426544189453'),(247541,97,65,329,'37.18835642481851','-2.5904130935668945'),(247540,97,65,328,'37.189245323908395','-2.5898122787475586'),(247539,97,65,327,'37.19280081563297','-2.591829299926758'),(247538,97,65,326,'37.193587103696046','-2.593502998352051'),(247537,97,65,325,'37.19406570981229','-2.593545913696289'),(247536,97,65,324,'37.19389477940475','-2.5922584533691406'),(247535,97,65,323,'37.19416826787104','-2.5917434692382812'),(247534,97,65,322,'37.195159655256774','-2.591228485107422'),(247533,97,65,321,'37.19594591875433','-2.591571807861328'),(247532,97,65,320,'37.19621939979054','-2.5913572311401367'),(247531,97,65,319,'37.196116844518066','-2.586636543273926'),(247530,97,65,318,'37.19700565225128','-2.5853919982910156'),(247529,97,65,317,'37.1986123165983','-2.5855636596679687'),(247528,97,65,316,'37.20035567965245','-2.5861215591430664'),(247527,97,65,315,'37.1998771134116','-2.585177421569824'),(247526,97,65,314,'37.20008221360063','-2.5814437866210937'),(247525,97,65,313,'37.200731693856035','-2.580413818359375'),(247524,97,65,312,'37.200731693856035','-2.578911781311035'),(247523,97,65,311,'37.20230409659462','-2.576594352722168'),(247522,97,65,310,'37.20332955899389','-2.5768089294433593'),(247521,97,65,309,'37.204696820520155','-2.5744056701660156'),(247520,97,65,308,'37.20367137669756','-2.5733327865600586'),(247519,97,65,307,'37.20281682953583','-2.569599151611328'),(247517,97,65,305,'37.20353464980185','-2.5683975219726562'),(247518,97,65,306,'37.203158649561544','-2.5687408447265625'),(247516,97,65,304,'37.203739740052534','-2.567753791809082'),(247515,97,65,303,'37.20421828180344','-2.5677108764648437'),(247514,97,65,302,'37.20483354531048','-2.5658226013183593'),(247513,97,65,301,'37.20490190761277','-2.564234733581543'),(247512,97,65,300,'37.20572225041009','-2.5636768341064453'),(247511,97,65,299,'37.205653888850875','-2.562432289123535'),(247510,97,65,298,'37.205961515379634','-2.561831474304199'),(247509,97,65,297,'37.206747666367185','-2.561187744140625'),(247508,97,65,296,'37.20667930573685','-2.5601577758789062'),(247507,97,65,295,'37.2082174049415','-2.557668685913086'),(247506,97,65,294,'37.207397089266934','-2.556595802307129'),(247505,97,65,293,'37.20510699414805','-2.5557374954223633'),(247504,97,65,292,'37.20476518294628','-2.5544071197509765'),(247503,97,65,291,'37.202235731939275','-2.5536346435546875'),(247502,97,65,290,'37.202509190189055','-2.5524330139160156'),(247501,97,65,289,'37.20196227269877','-2.5518321990966797'),(247500,97,65,288,'37.19980874655809','-2.548656463623047'),(247499,97,65,287,'37.19895415566465','-2.5479698181152343'),(247498,97,65,286,'37.19816792349782','-2.546210289001465'),(247497,97,65,285,'37.19864650057462','-2.5455236434936523'),(247496,97,65,284,'37.19895415566465','-2.544407844543457'),(247495,97,65,283,'37.20103934044755','-2.54209041595459'),(247494,97,65,282,'37.2028851936648','-2.541661262512207'),(247493,97,65,281,'37.20394482974588','-2.54209041595459'),(247492,97,65,280,'37.2040815558985','-2.54183292388916'),(247491,97,65,279,'37.20370555838278','-2.54058837890625'),(247490,97,65,278,'37.20428664466304','-2.5396013259887695'),(247489,97,65,277,'37.20486772646936','-2.5393009185791015'),(247487,97,65,275,'37.2043208260696','-2.538270950317383'),(247488,97,65,276,'37.2044575515411','-2.5388288497924804'),(247486,97,65,274,'37.20391064816902','-2.537069320678711'),(247485,97,65,273,'37.20285101160803','-2.5357818603515625'),(247483,97,65,271,'37.20360301328067','-2.5333356857299804'),(247484,97,65,272,'37.2032611952674','-2.5350522994995117'),(247481,97,65,269,'37.20134698578519','-2.5331640243530273'),(247482,97,65,270,'37.201757177618205','-2.5327348709106445'),(247480,97,65,268,'37.20038986283926','-2.5326919555664062'),(247479,97,65,267,'37.19816792349782','-2.5323915481567383'),(247478,97,65,266,'37.19635613993715','-2.532520294189453'),(247477,97,65,265,'37.195228026320755','-2.534151077270508'),(247476,97,65,264,'37.193450358534136','-2.5330352783203125'),(247475,97,65,263,'37.19242476192566','-2.532176971435547'),(247474,97,65,262,'37.19228801465861','-2.5309324264526367'),(247473,97,65,261,'37.1930743080619','-2.5298595428466797'),(247472,97,65,260,'37.19416826787104','-2.5296449661254883'),(247471,97,65,259,'37.1951938407965','-2.5286149978637695'),(247470,97,65,258,'37.19639032493511','-2.528529167175293'),(247469,97,65,257,'37.19714239097378','-2.5264692306518554'),(247468,97,65,256,'37.1977918965233','-2.5253963470458984'),(247467,97,65,255,'37.198988339486164','-2.52535343170166'),(247466,97,65,254,'37.20237246118803','-2.5257396697998047'),(247465,97,65,253,'37.20298773974219','-2.5247955322265625'),(247464,97,65,252,'37.20343210446754','-2.5224781036376953'),(247463,97,65,251,'37.20507281309754','-2.522263526916504'),(247462,97,65,250,'37.20421828180344','-2.523508071899414'),(247461,97,65,249,'37.20414991888194','-2.5262975692749023'),(247460,97,65,248,'37.20517535620264','-2.5269412994384765'),(247459,97,65,247,'37.20466263928387','-2.5259971618652343'),(247458,97,65,246,'37.20531208012605','-2.5241947174072265'),(247457,97,65,245,'37.206029876660175','-2.523679733276367'),(247456,97,65,244,'37.20685020719659','-2.52286434173584'),(247455,97,65,243,'37.208388302917946','-2.5223493576049804'),(247454,97,65,242,'37.21071247697314','-2.520289421081543'),(247453,97,65,241,'37.21071247697314','-2.519259452819824'),(247452,97,65,240,'37.210302333812265','-2.518143653869629'),(247451,97,65,239,'37.20883263584549','-2.515697479248047'),(247450,97,65,238,'37.20855920050741','-2.514195442199707'),(247449,97,65,237,'37.209687114890904','-2.513551712036133'),(247448,97,65,236,'37.21037069116055','-2.512650489807129'),(247447,97,65,235,'37.210951726120804','-2.5099897384643554'),(247446,97,65,234,'37.21119097450984','-2.5118350982666015'),(247445,97,65,233,'37.21207960474179','-2.513723373413086'),(247444,97,65,232,'37.213207466503036','-2.516641616821289'),(247443,97,65,231,'37.21580490218993','-2.5180578231811523'),(247442,97,65,230,'37.21676182963753','-2.519259452819824'),(247441,97,65,229,'37.21741116634974','-2.5188732147216797'),(247440,97,65,228,'37.21840224845032','-2.519087791442871'),(247439,97,65,227,'37.21963253914991','-2.520632743835449'),(247438,97,65,226,'37.21990593435817','-2.520589828491211'),(247437,97,65,225,'37.220213502783004','-2.5197744369506836'),(247436,97,65,224,'37.22137541662525','-2.5194740295410156'),(247435,97,65,223,'37.22158045838649','-2.5187015533447265'),(247434,97,65,222,'37.22144376394095','-2.517414093017578'),(247433,97,65,221,'37.22253731256889','-2.515740394592285'),(247432,97,65,220,'37.22342580915457','-2.515997886657715'),(247431,97,65,219,'37.22585203497448','-2.515568733215332'),(247430,97,65,218,'37.22609123610994','-2.514967918395996'),(247429,97,65,217,'37.2277314520283','-2.5128650665283203'),(247428,97,65,216,'37.229200781827','-2.5124359130859375'),(247427,97,65,215,'37.232071017909114','-2.5150537490844726'),(247426,97,65,214,'37.2330277389897','-2.515139579772949'),(247425,97,65,213,'37.23364276755927','-2.5156116485595703'),(247424,97,65,212,'37.23528281921635','-2.515439987182617'),(247423,97,65,211,'37.236649501676354','-2.5159120559692383'),(247422,97,65,210,'37.237230334219134','-2.5158262252807617'),(247421,97,65,209,'37.23787949470613','-2.5155258178710937'),(247420,97,65,208,'37.23887030782928','-2.5156545639038086'),(247419,97,65,207,'37.241842669056346','-2.51462459564209'),(247418,97,65,206,'37.243311723849985','-2.5148391723632812'),(247417,97,65,205,'37.24474658693514','-2.5136804580688476'),(247416,97,65,204,'37.245224868559404','-2.510976791381836'),(247415,97,65,203,'37.24618142270163','-2.5105905532836914'),(247414,97,65,202,'37.24696715452108','-2.509732246398926'),(247413,97,65,201,'37.247650392922004','-2.5092172622680664'),(247412,97,65,200,'37.248743561478115','-2.510204315185547'),(247411,97,65,199,'37.249460944724326','-2.511448860168457'),(247410,97,65,198,'37.24987087494137','-2.5126075744628906'),(247409,97,65,197,'37.25041744509488','-2.5123071670532226'),(247408,97,65,196,'37.25472154649979','-2.5095176696777343'),(247407,97,65,195,'37.25776159692777','-2.5103330612182617'),(247406,97,65,194,'37.25847889430797','-2.5102901458740234'),(247405,97,65,193,'37.25923034138003','-2.510805130004883'),(247404,97,65,192,'37.260015937121665','-2.5107192993164062'),(247403,97,65,191,'37.2613138599603','-2.50913143157959'),(247402,97,65,190,'37.26305577388032','-2.5072431564331054'),(247401,97,65,189,'37.26384132972154','-2.5069427490234375'),(247400,97,65,188,'37.26507087893602','-2.5064706802368164'),(247399,97,65,187,'37.26718838885833','-2.5044965744018554'),(247398,97,65,186,'37.2677689860161','-2.5032520294189453'),(247397,97,65,185,'37.26800805413282','-2.5005483627319336'),(247396,97,65,184,'37.2682129690573','-2.4990463256835937'),(247395,97,65,183,'37.26732500035702','-2.496943473815918'),(247394,97,65,182,'37.269135079316634','-2.4968576431274414'),(247393,97,65,181,'37.268930166901555','-2.494969367980957'),(247392,97,65,180,'37.268452035764426','-2.4926090240478515'),(247391,97,65,179,'37.267529917140344','-2.491450309753418'),(247390,97,65,178,'37.26602718111288','-2.483983039855957'),(247389,97,65,177,'37.26681270595898','-2.4835968017578125'),(247388,97,65,176,'37.265890567259696','-2.4820518493652343'),(247387,97,65,175,'37.26537826310298','-2.4817514419555664'),(247386,97,65,174,'37.26612964134011','-2.4765586853027343'),(247385,97,65,173,'37.26602718111288','-2.476215362548828'),(247384,97,65,172,'37.26520749427624','-2.475571632385254'),(247383,97,65,171,'37.26524164807255','-2.474970817565918'),(247382,97,65,170,'37.2652758018534','-2.4744129180908203'),(247381,97,65,169,'37.26517334046443','-2.4738550186157226'),(247380,97,65,168,'37.26507087893602','-2.4705076217651367'),(247379,97,65,167,'37.265685646015214','-2.4697351455688476'),(247378,97,65,166,'37.266437021185375','-2.466731071472168'),(247377,97,65,165,'37.26571979959469','-2.4647998809814453'),(247376,97,65,164,'37.26524164807255','-2.4643707275390625'),(247375,97,65,163,'37.265890567259696','-2.462911605834961'),(247374,97,65,162,'37.26530995561875','-2.4633407592773437'),(247373,97,65,161,'37.2651391866371','-2.462782859802246'),(247372,97,65,160,'37.264456106838125','-2.463254928588867'),(247371,97,65,159,'37.26459272329359','-2.4639415740966797'),(247370,97,65,158,'37.263329011624044','-2.46368408203125'),(247369,97,65,157,'37.26346563012415','-2.4641990661621093'),(247368,97,65,156,'37.262065278749276','-2.464156150817871'),(247367,97,65,155,'37.26165541488466','-2.463212013244629'),(247366,97,65,154,'37.262065278749276','-2.4628686904907226'),(247365,97,65,153,'37.261894502410094','-2.460293769836426'),(247364,97,65,152,'37.262167744366906','-2.4591779708862304'),(247363,97,65,151,'37.262236054701226','-2.458620071411133'),(247362,97,65,150,'37.262714225306645','-2.458620071411133'),(247361,97,65,149,'37.26319239287611','-2.4579334259033203'),(247360,97,65,148,'37.26493426334798','-2.4565601348876953'),(247359,97,65,147,'37.26486595546101','-2.456173896789551'),(247358,97,65,146,'37.26343147552234','-2.456388473510742'),(247357,97,65,145,'37.26151879310077','-2.45694637298584'),(247356,97,65,144,'37.25957190575274','-2.4585771560668945'),(247355,97,65,143,'37.258922932120285','-2.4578046798706054'),(247354,97,65,142,'37.25957190575274','-2.456216812133789'),(247353,97,65,141,'37.26028918589375','-2.455744743347168'),(247352,97,65,140,'37.26110892626223','-2.454371452331543'),(247351,97,65,139,'37.26045996587291','-2.4539852142333984'),(247350,97,65,138,'37.25998178095543','-2.4532127380371093'),(247349,97,65,137,'37.259435280189514','-2.452268600463867'),(247348,97,65,136,'37.25977684363289','-2.4514102935791015'),(247347,97,65,135,'37.25991346857655','-2.449350357055664'),(247346,97,65,134,'37.257727439739305','-2.4480628967285156'),(247345,97,65,133,'37.25724923747427','-2.445659637451172'),(247344,97,65,132,'37.25690766256916','-2.444887161254883'),(247343,97,65,131,'37.25759081083049','-2.4427413940429687'),(247342,97,65,130,'37.258137324978804','-2.442483901977539'),(247341,97,65,129,'37.258137324978804','-2.4406814575195312'),(247340,97,65,128,'37.25820563896855','-2.4382781982421875'),(247339,97,65,127,'37.25731755226943','-2.4410247802734375'),(247338,97,65,126,'37.25697597767411','-2.4405956268310547'),(247337,97,65,125,'37.25560966380427','-2.441883087158203'),(247336,97,65,124,'37.255951244595','-2.439737319946289'),(247335,97,65,123,'37.25656608611523','-2.4386215209960937'),(247334,97,65,122,'37.256087876477615','-2.4375057220458984'),(247333,97,65,121,'37.255677980086325','-2.4365615844726562'),(247332,97,65,120,'37.25253536699046','-2.43896484375'),(247331,97,65,119,'37.25089569072681','-2.440166473388672'),(247330,97,65,118,'37.24618142270163','-2.438535690307617'),(247329,97,65,117,'37.2448149130673','-2.4364757537841797'),(247328,97,65,116,'37.24536151989454','-2.4364757537841797'),(247327,97,65,115,'37.246249747532914','-2.437591552734375'),(247326,97,65,114,'37.24870940020078','-2.4381065368652343'),(247325,97,65,113,'37.250075839213565','-2.436046600341797'),(247324,97,65,112,'37.25034912404253','-2.434844970703125'),(247323,97,65,111,'37.251305613138086','-2.4341583251953125'),(247322,97,65,110,'37.25014416051375','-2.433300018310547'),(247321,97,65,109,'37.249665910111645','-2.4338150024414062'),(247320,97,65,108,'37.247684554679424','-2.4351882934570312'),(247319,97,65,107,'37.2456348218214','-2.4331283569335937'),(247318,97,65,106,'37.244404955345125','-2.4303817749023437'),(247317,97,65,105,'37.24194516218043','-2.430124282836914'),(247316,97,65,104,'37.24119354270047','-2.428407669067383'),(247315,97,65,103,'37.24098855426871','-2.4248886108398437'),(247314,97,65,102,'37.23900697068624','-2.4242019653320312'),(247313,97,65,101,'37.23682033524173','-2.422914505004883'),(247312,97,65,100,'37.23654700135131','-2.4205970764160156'),(247311,97,65,99,'37.237913660892715','-2.419910430908203'),(247310,97,65,98,'37.23770866354103','-2.418966293334961'),(247309,97,65,97,'37.2353169865798','-2.418193817138672'),(247308,97,65,96,'37.2353169865798','-2.4169063568115234'),(247307,97,65,95,'37.2343602945493','-2.416391372680664'),(247306,97,65,94,'37.23333525390165','-2.4176788330078125'),(247305,97,65,93,'37.23094343819292','-2.4187088012695312'),(247304,97,65,92,'37.228073159187566','-2.4176788330078125'),(247303,97,65,91,'37.22820984161771','-2.4167346954345703'),(247302,97,65,90,'37.225886206611726','-2.4131298065185547'),(247301,97,65,89,'37.225476145943034','-2.4115848541259765'),(247300,97,65,88,'37.22089698368137','-2.414073944091797'),(247299,97,65,87,'37.22062359206521','-2.4180221557617187'),(247298,97,65,86,'37.2198034112712','-2.419137954711914'),(247297,97,65,85,'37.21925661912063','-2.4186229705810547'),(247296,97,65,84,'37.22014515435251','-2.417593002319336'),(247295,97,65,83,'37.21987176001132','-2.415018081665039'),(247294,97,65,82,'37.2198034112712','-2.4164772033691406'),(247293,97,65,81,'37.21843642346292','-2.4175071716308593'),(247292,97,65,80,'37.21918826982309','-2.4169921875'),(247291,97,65,79,'37.21905157104227','-2.415447235107422'),(247290,97,65,78,'37.21891487201373','-2.4163055419921875'),(247289,97,65,77,'37.21782127086714','-2.4173355102539062'),(247288,97,65,76,'37.21877817273743','-2.416048049926758'),(247287,97,65,75,'37.21823137315504','-2.4157047271728515'),(247286,97,65,74,'37.21720611325497','-2.4169063568115234'),(247285,97,65,73,'37.21761621888714','-2.4157047271728515'),(247284,97,65,72,'37.216659302277314','-2.416391372680664'),(247283,97,65,71,'37.21419860382944','-2.4181079864501953'),(247282,97,65,70,'37.21515555165184','-2.4176788330078125'),(247281,97,65,69,'37.216317543403534','-2.4159622192382812'),(247280,97,65,68,'37.21611248733611','-2.414417266845703'),(247279,97,65,67,'37.21549731578965','-2.4157047271728515'),(247278,97,65,66,'37.2124213828135','-2.415618896484375'),(247277,97,65,65,'37.2133783531779','-2.4159622192382812'),(247276,97,65,64,'37.213173289121634','-2.4143314361572265'),(247275,97,65,63,'37.21043904844693','-2.4149322509765625'),(247274,97,65,62,'37.21351506223911','-2.4131298065185547'),(247273,97,65,61,'37.21392518793643','-2.4115848541259765'),(247272,97,65,60,'37.21296822450801','-2.4098682403564453'),(247271,97,65,59,'37.21310493431235','-2.4118423461914062'),(247270,97,65,58,'37.21105426123758','-2.412700653076172'),(247269,97,65,57,'37.20825158456776','-2.4145030975341797'),(247268,97,65,56,'37.20688438744209','-2.413473129272461'),(247267,97,65,55,'37.208456662000195','-2.4129581451416015'),(247266,97,65,54,'37.21002890379981','-2.4118423461914062'),(247265,97,65,53,'37.209482040802435','-2.410554885864258'),(247264,97,65,52,'37.21146440031129','-2.4103832244873047'),(247263,97,65,51,'37.209413682649085','-2.409524917602539'),(247262,97,65,50,'37.20818322529975','-2.410726547241211'),(247261,97,65,49,'37.207636348926485','-2.410297393798828'),(247260,97,65,48,'37.20551716554671','-2.409353256225586'),(247259,97,65,47,'37.20271428322623','-2.407207489013672'),(247258,97,65,46,'37.20127862026299','-2.4057483673095703'),(247257,97,65,45,'37.20032149645016','-2.4084091186523437'),(247256,97,65,44,'37.19888578797524','-2.407379150390625'),(247255,97,65,43,'37.19827047598395','-2.4066925048828125'),(247254,97,65,42,'37.19840721241547','-2.409181594848633'),(247253,97,65,41,'37.199432727756935','-2.4096107482910156'),(247252,97,65,40,'37.19950109495102','-2.411327362060547'),(247251,97,65,39,'37.199159258361455','-2.4106407165527343'),(247250,97,65,38,'37.197108206316365','-2.409954071044922'),(247249,97,65,37,'37.196834728499866','-2.406778335571289'),(247248,97,65,36,'37.19457849871299','-2.4047183990478515'),(247247,97,65,35,'37.19396315161421','-2.4035167694091797'),(247246,97,65,34,'37.19355291742878','-2.4054908752441406'),(247245,97,65,33,'37.19293756197128','-2.406949996948242'),(247244,97,65,32,'37.192732442370975','-2.4057483673095703'),(247243,97,65,31,'37.192048706345375','-2.4039459228515625'),(247242,97,65,30,'37.19129658956602','-2.405061721801758'),(247241,97,65,29,'37.19109146550778','-2.4049758911132812'),(247240,97,65,28,'37.184390439862604','-2.4049758911132812'),(247239,97,65,27,'37.17974039917205','-2.4121856689453125'),(247238,97,65,26,'37.165241376121266','-2.4152755737304687'),(247237,97,65,25,'37.16414699732166','-2.4135589599609375'),(247236,97,65,24,'37.157033148885176','-2.418365478515625'),(247235,97,65,23,'37.12692869087008','-2.421112060546875'),(247234,97,65,22,'37.117621252855024','-2.4114990234375'),(247233,97,65,21,'37.10174121753592','-2.401885986328125'),(247232,97,65,20,'37.07928445197303','-2.3998260498046875'),(247231,97,65,19,'37.06175259706908','-2.39227294921875'),(247230,97,65,18,'37.06120466130084','-2.3874664306640625'),(247229,97,65,17,'37.04147633812672','-2.4039459228515625'),(247228,97,65,16,'37.04312056092881','-2.410125732421875'),(247227,97,65,15,'37.03489909082048','-2.41973876953125'),(247226,97,65,14,'37.02448395075965','-2.4286651611328125'),(247225,97,65,13,'37.020646433887805','-2.43896484375'),(247224,97,65,12,'37.012970818636276','-2.44720458984375'),(247223,97,65,11,'36.99597205450302','-2.46368408203125'),(247222,97,65,10,'36.95263544075127','-2.465057373046875'),(247221,97,65,9,'36.95153799103549','-2.45819091796875'),(247220,97,65,8,'36.9339766451906','-2.448577880859375'),(247219,97,65,7,'36.92793899776678','-2.4382781982421875'),(247218,97,65,6,'36.91641125204138','-2.41973876953125'),(247217,97,65,5,'36.89554709191561','-2.41424560546875'),(247216,97,65,4,'36.89280138293983','-2.429351806640625'),(247215,97,65,3,'36.89389967838269','-2.4423980712890625'),(247214,97,65,2,'36.87962060502676','-2.4575042724609375'),(247213,97,65,1,'36.85380165753812','-2.47467041015625'),(247212,97,65,0,'36.83456911447562','-2.4904632568359375'),(247758,97,65,546,'37.19215126714393','-2.5320053100585937'),(247759,97,65,547,'37.19533058280065','-2.5340652465820312'),(247760,97,65,548,'37.196424509917605','-2.5323486328125'),(247761,97,65,549,'37.200253129999126','-2.5325632095336914'),(247762,97,65,550,'37.20134698578519','-2.533121109008789'),(247763,97,65,551,'37.201722995050595','-2.5326061248779297'),(247764,97,65,552,'37.20367137669756','-2.5333356857299804'),(247765,97,65,553,'37.20332955899389','-2.53509521484375'),(247766,97,65,554,'37.20271428322623','-2.535696029663086'),(247767,97,65,555,'37.20391064816902','-2.537112236022949'),(247768,97,65,556,'37.2043891888363','-2.538785934448242'),(247769,97,65,557,'37.20490190761277','-2.5393009185791015'),(247770,97,65,558,'37.2044575515411','-2.5394296646118164'),(247771,97,65,559,'37.20370555838278','-2.5405025482177734'),(247772,97,65,560,'37.20404737438357','-2.5418758392333984'),(247773,97,65,561,'37.204013192853154','-2.54209041595459'),(247774,97,65,562,'37.20322701338094','-2.54183292388916'),(249012,101,69,145,'40.357925410651994','-3.5409021377563476'),(249013,101,69,146,'40.353216144527614','-3.537168502807617'),(249011,101,69,144,'40.36063962989765','-3.5428762435913086'),(249010,101,69,143,'40.362209248989586','-3.539872169494629'),(250565,102,70,149,'40.2444519394619','-3.4366607666015625'),(250566,102,70,150,'40.24360025030922','-3.4365320205688476'),(250834,102,70,418,'40.433016605177976','-3.6884450912475586'),(250833,102,70,417,'40.43061563738987','-3.6890244483947754'),(250832,102,70,416,'40.42519272804189','-3.690333366394043'),(250831,102,70,415,'40.419540676500205','-3.692607879638672'),(250830,102,70,414,'40.415685247534164','-3.693552017211914'),(250829,102,70,413,'40.40895405390449','-3.692178726196289'),(250828,102,70,412,'40.415521877020936','-3.6947107315063476'),(250827,102,70,411,'40.41944265985676','-3.693208694458008'),(250826,102,70,410,'40.41878921191773','-3.6965560913085937'),(250825,102,70,409,'40.420030757575326','-3.701190948486328'),(250824,102,70,408,'40.42042281986496','-3.7058258056640625'),(250823,102,70,407,'40.42355923592612','-3.7105464935302734'),(250822,102,70,406,'40.42179501988524','-3.71337890625'),(250821,102,70,405,'40.420292132688964','-3.715524673461914'),(250820,102,70,404,'40.42022678900575','-3.7199878692626953'),(250819,102,70,403,'40.416763482972904','-3.7227344512939453'),(250818,102,70,402,'40.416828830019924','-3.7235069274902343'),(250817,102,70,401,'40.41140480914068','-3.7381839752197265'),(250816,102,70,400,'40.408071760171715','-3.743762969970703'),(250815,102,70,399,'40.40140516702501','-3.7617874145507812'),(250814,102,70,398,'40.39382274887855','-3.771486282348633'),(250813,102,70,397,'40.38210427264212','-3.7869787216186523'),(250812,102,70,396,'40.37600724377371','-3.7946605682373047'),(250811,102,70,395,'40.36852005685838','-3.804337978363037'),(250810,102,70,394,'40.36346818789082','-3.8111400604248047'),(250809,102,70,393,'40.3613426929679','-3.813028335571289'),(250808,102,70,392,'40.360672330668166','-3.8145947456359863'),(250807,102,70,391,'40.35944604091893','-3.816096782684326'),(250806,102,70,390,'40.3576147400342','-3.8185644149780273'),(250805,102,70,389,'40.35537459899504','-3.821396827697754'),(250804,102,70,388,'40.35323249671513','-3.8245725631713867'),(250803,102,70,387,'40.35285639539916','-3.8259029388427734'),(250802,102,70,386,'40.35248029198557','-3.8262033462524414'),(250801,102,70,385,'40.352676520115246','-3.8264822959899902'),(250800,102,70,384,'40.35221865359114','-3.828585147857666'),(250799,102,70,383,'40.352038776606115','-3.8291001319885254'),(250797,102,70,381,'40.35020727453692','-3.829679489135742'),(250798,102,70,382,'40.35172807886551','-3.829314708709717'),(250796,102,70,380,'40.34999468625356','-3.8295507431030273'),(250795,102,70,379,'40.34992927433926','-3.8290786743164062'),(250794,102,70,378,'40.34909526687061','-3.8287997245788574'),(250793,102,70,377,'40.34886632183974','-3.8313961029052734'),(250792,102,70,376,'40.348751849032894','-3.8329625129699707'),(250791,102,70,375,'40.34870278919904','-3.8332200050354004'),(250790,102,70,374,'40.333067237886276','-3.8530468940734863'),(250789,102,70,373,'40.33246202341804','-3.8532185554504394'),(250788,102,70,372,'40.33254380947416','-3.853776454925537'),(250787,102,70,371,'40.327783696020774','-3.859548568725586'),(250786,102,70,370,'40.32724386814502','-3.8602137565612793'),(250785,102,70,369,'40.32616419944084','-3.8616943359375'),(250784,102,70,368,'40.32532989815901','-3.862123489379883'),(250783,102,70,367,'40.32408660652723','-3.8604283332824707'),(250782,102,70,366,'40.32295780876534','-3.8616943359375'),(250781,102,70,365,'40.32163267426431','-3.8617801666259765'),(250780,102,70,364,'40.32088011716469','-3.8593554496765136'),(250779,102,70,363,'40.320978277262114','-3.859119415283203'),(250778,102,70,362,'40.32068379654164','-3.8589048385620117'),(250777,102,70,361,'40.319751265785946','-3.8557076454162597'),(250776,102,70,360,'40.31840970771899','-3.852982521057129'),(250775,102,70,359,'40.31544836933265','-3.84721040725708'),(250774,102,70,358,'40.31502297303979','-3.844892978668213'),(250772,102,70,356,'40.314859358367386','-3.8430047035217285'),(250773,102,70,357,'40.3149738886797','-3.8437986373901367'),(250771,102,70,355,'40.31446668153616','-3.842446804046631'),(250770,102,70,354,'40.31448304311639','-3.8420605659484863'),(250769,102,70,353,'40.31513750307456','-3.8411378860473633'),(250768,102,70,352,'40.315464730675025','-3.8405370712280273'),(250767,102,70,351,'40.31585740170234','-3.8402795791625976'),(250765,102,70,349,'40.31553017600482','-3.841524124145508'),(250766,102,70,350,'40.31618462581407','-3.8408374786376953'),(250764,102,70,348,'40.3150066115904','-3.841266632080078'),(250763,102,70,347,'40.31474482786084','-3.8408374786376953'),(250762,102,70,346,'40.313763129836175','-3.8392066955566406'),(250761,102,70,345,'40.312814141512874','-3.8377904891967773'),(250760,102,70,344,'40.306367212662366','-3.832082748413086'),(250759,102,70,343,'40.3025380347084','-3.8283920288085937'),(250758,102,70,342,'40.30155615924356','-3.827962875366211'),(250757,102,70,341,'40.300148779523994','-3.826589584350586'),(250756,102,70,340,'40.29717027460471','-3.82199764251709'),(250755,102,70,339,'40.2945844330916','-3.8193368911743164'),(250754,102,70,338,'40.289314247219956','-3.814229965209961'),(250753,102,70,337,'40.28532041651329','-3.812427520751953'),(250751,102,70,335,'40.287120943176085','-3.8092947006225586'),(250752,102,70,336,'40.28515672989297','-3.8095521926879883'),(250750,102,70,334,'40.287775668253055','-3.80826473236084'),(250749,102,70,333,'40.28807029246861','-3.8072776794433593'),(250748,102,70,332,'40.28996895105092','-3.8038015365600586'),(250747,102,70,331,'40.29186755629582','-3.801569938659668'),(250746,102,70,330,'40.292391300080375','-3.7998533248901367'),(250745,102,70,329,'40.29229309842997','-3.7981367111206054'),(250744,102,70,328,'40.29258770295313','-3.797750473022461'),(250743,102,70,327,'40.29376610820269','-3.7952184677124023'),(250742,102,70,326,'40.293831574558496','-3.7946605682373047'),(250741,102,70,325,'40.29340604211214','-3.79302978515625'),(250740,102,70,324,'40.29340604211214','-3.7901973724365234'),(250738,102,70,322,'40.29258770295313','-3.783588409423828'),(250739,102,70,323,'40.29304597410305','-3.787364959716797'),(250737,102,70,321,'40.29127833968642','-3.7827301025390625'),(250736,102,70,320,'40.28748104275324','-3.782343864440918'),(250734,102,70,318,'40.284632930044324','-3.780198097229004'),(250735,102,70,319,'40.285909685064475','-3.781614303588867'),(250733,102,70,317,'40.28381448465519','-3.777751922607422'),(250732,102,70,316,'40.28371627054261','-3.7766361236572265'),(250731,102,70,315,'40.28276686009754','-3.7737607955932617'),(250730,102,70,314,'40.282832337108026','-3.7717437744140625'),(250729,102,70,313,'40.28260316729384','-3.770885467529297'),(250728,102,70,312,'40.28211208650457','-3.7703704833984375'),(250725,102,70,309,'40.278903604227835','-3.769040107727051'),(250726,102,70,310,'40.27965662904891','-3.7697696685791015'),(250727,102,70,311,'40.27978758903121','-3.770327568054199'),(250724,102,70,308,'40.27828153391934','-3.7683534622192383'),(250723,102,70,307,'40.275203838717694','-3.761873245239258'),(250722,102,70,306,'40.275433033613446','-3.7610578536987304'),(250721,102,70,305,'40.27497464304504','-3.760800361633301'),(250720,102,70,304,'40.2748764160904','-3.7601566314697265'),(250719,102,70,303,'40.2748109313747','-3.7584400177001953'),(250718,102,70,302,'40.273828653029234','-3.7571096420288086'),(250717,102,70,301,'40.27294459031876','-3.7525177001953125'),(250716,102,70,300,'40.26777095460794','-3.744235038757324'),(250715,102,70,299,'40.2648892643871','-3.7410593032836914'),(250714,102,70,298,'40.263841346596095','-3.739042282104492'),(250713,102,70,297,'40.26298990143777','-3.737668991088867'),(250712,102,70,296,'40.26105773613515','-3.7361669540405273'),(250711,102,70,295,'40.26066474660849','-3.7349653244018554'),(250710,102,70,294,'40.2596822628046','-3.7328195571899414'),(250709,102,70,293,'40.258536013667786','-3.73136043548584'),(250708,102,70,292,'40.25696398327348','-3.7303733825683593'),(250707,102,70,291,'40.25607970012619','-3.7295150756835937'),(250706,102,70,290,'40.24756378949168','-3.7160825729370117'),(250705,102,70,289,'40.24523810455368','-3.714022636413574'),(250704,102,70,288,'40.24418988240237','-3.712949752807617'),(250703,102,70,287,'40.242552002796145','-3.7102460861206054'),(250702,102,70,286,'40.23753984504481','-3.7061262130737304'),(250701,102,70,285,'40.2322324500587','-3.6992597579956054'),(250700,102,70,284,'40.231773766767056','-3.6980581283569336'),(250699,102,70,283,'40.231773766767056','-3.6875438690185547'),(250698,102,70,282,'40.230528753601355','-3.6843252182006836'),(250697,102,70,281,'40.227842068262674','-3.6821794509887695'),(250696,102,70,280,'40.225056977065286','-3.6817073822021484'),(250695,102,70,279,'40.22187855662016','-3.678402900695801'),(250694,102,70,278,'40.221321498503904','-3.6750125885009765'),(250693,102,70,277,'40.220600592965994','-3.6691761016845703'),(250692,102,70,276,'40.21860167839848','-3.6650562286376953'),(250691,102,70,275,'40.21656993430835','-3.6591339111328125'),(250690,102,70,274,'40.217684124095285','-3.6541128158569336'),(250689,102,70,273,'40.221780252579535','-3.6441993713378906'),(250688,102,70,272,'40.22164918030345','-3.636345863342285'),(250687,102,70,271,'40.21863444796521','-3.626432418823242'),(250686,102,70,270,'40.2193226052056','-3.6210250854492187'),(250685,102,70,269,'40.22158364407033','-3.617548942565918'),(250684,102,70,268,'40.22381184043109','-3.615231513977051'),(250683,102,70,267,'40.22449994508434','-3.6148452758789062'),(250682,102,70,266,'40.22443441160898','-3.614201545715332'),(250681,102,70,265,'40.223615237817796','-3.6135149002075195'),(250680,102,70,264,'40.222664983810056','-3.6095237731933593'),(250679,102,70,263,'40.221255961953794','-3.606905937194824'),(250678,102,70,262,'40.221321498503904','-3.60626220703125'),(250677,102,70,261,'40.22079720432798','-3.6058759689331054'),(250676,102,70,260,'40.218863834488594','-3.5945892333984375'),(250675,102,70,259,'40.21928983597168','-3.594202995300293'),(250674,102,70,258,'40.22001075545663','-3.5936450958251953'),(250673,102,70,257,'40.22056782435018','-3.5921859741210937'),(250672,102,70,256,'40.22079720432798','-3.590211868286133'),(250671,102,70,255,'40.2211248886634','-3.589611053466797'),(250670,102,70,254,'40.221452571413906','-3.5884952545166015'),(250669,102,70,253,'40.221911324602004','-3.586864471435547'),(250668,102,70,252,'40.221354266755185','-3.5818862915039062'),(250667,102,70,251,'40.21869998705114','-3.573002815246582'),(250666,102,70,250,'40.21873275657034','-3.5708141326904297'),(250665,102,70,249,'40.21912598956439','-3.570256233215332'),(250664,102,70,248,'40.21879829556116','-3.569612503051758'),(250663,102,70,247,'40.21863444796521','-3.567681312561035'),(250662,102,70,246,'40.21843783032705','-3.5669517517089843'),(250661,102,70,245,'40.21742196344075','-3.5652780532836914'),(250660,102,70,244,'40.217618584026745','-3.5651063919067383'),(250659,102,70,243,'40.217454733578045','-3.564591407775879'),(250658,102,70,242,'40.21811013299558','-3.563990592956543'),(250657,102,70,241,'40.22082997283286','-3.5593557357788086'),(250656,102,70,240,'40.222992659111505','-3.554978370666504'),(250655,102,70,239,'40.22879224964835','-3.5502147674560547'),(250654,102,70,238,'40.22957859657677','-3.548712730407715'),(250653,102,70,237,'40.23600008810035','-3.535795211791992'),(250652,102,70,236,'40.23583628210954','-3.535323143005371'),(250651,102,70,235,'40.235344861759536','-3.534078598022461'),(250650,102,70,234,'40.23341190711505','-3.532834053039551'),(250649,102,70,233,'40.23275665573086','-3.532233238220215'),(250648,102,70,232,'40.23213416104345','-3.5301733016967773'),(250647,102,70,231,'40.23239626476713','-3.5290145874023437'),(250646,102,70,230,'40.23141337057282','-3.5247230529785156'),(250645,102,70,229,'40.2316754770861','-3.524336814880371'),(250644,102,70,228,'40.23160995055288','-3.5230064392089843'),(250642,102,70,226,'40.229644125075374','-3.5215044021606445'),(250643,102,70,227,'40.23111849953284','-3.5221052169799804'),(250641,102,70,225,'40.22902160177887','-3.5207319259643554'),(250640,102,70,224,'40.22715399755892','-3.513007164001465'),(250639,102,70,223,'40.227055701173505','-3.5111618041992187'),(250638,102,70,222,'40.226171027285765','-3.5096168518066406'),(250637,102,70,221,'40.225941665502845','-3.5040807723999023'),(250636,102,70,220,'40.225056977065286','-3.5022783279418945'),(250635,102,70,219,'40.22463101184488','-3.497600555419922'),(250634,102,70,218,'40.22525357549437','-3.4911203384399414'),(250633,102,70,217,'40.22538464079677','-3.489704132080078'),(250632,102,70,216,'40.22518804274807','-3.4864425659179687'),(250631,102,70,215,'40.22463101184488','-3.4840822219848633'),(250630,102,70,214,'40.22476207835184','-3.4832239151000976'),(250629,102,70,213,'40.224860378065635','-3.4824085235595703'),(250628,102,70,212,'40.22469654513006','-3.4815073013305664'),(250627,102,70,211,'40.224041209425444','-3.4806060791015625'),(250626,102,70,210,'40.22394290852296','-3.4796619415283203'),(250625,102,70,209,'40.22394290852296','-3.478846549987793'),(250624,102,70,208,'40.22453271179826','-3.4779882431030273'),(250623,102,70,207,'40.225024210604964','-3.4749412536621093'),(250622,102,70,206,'40.22387737450872','-3.473052978515625'),(250621,102,70,205,'40.22387737450872','-3.4722375869750976'),(250620,102,70,204,'40.22394290852296','-3.4703493118286133'),(250619,102,70,203,'40.223713539195764','-3.469576835632324'),(250618,102,70,202,'40.224172277073535','-3.4688472747802734'),(250617,102,70,201,'40.2246637784954','-3.4675168991088867'),(250616,102,70,200,'40.22558123827489','-3.465585708618164'),(250615,102,70,199,'40.22644953697805','-3.464834690093994'),(250614,102,70,198,'40.2268918735475','-3.462967872619629'),(250613,102,70,197,'40.227203145698134','-3.4627318382263183'),(250612,102,70,196,'40.22767824253864','-3.462495803833008'),(250611,102,70,195,'40.227923980976136','-3.4618735313415527'),(250610,102,70,194,'40.227923980976136','-3.4614014625549316'),(250609,102,70,193,'40.227874833359934','-3.45944881439209'),(250608,102,70,192,'40.22830077818205','-3.4579896926879883'),(250607,102,70,191,'40.22818610099344','-3.457775115966797'),(250606,102,70,190,'40.22818610099344','-3.4541702270507812'),(250605,102,70,189,'40.228612043858114','-3.4491491317749023'),(250604,102,70,188,'40.22959497870735','-3.44620943069458'),(250603,102,70,187,'40.22962774295665','-3.4456944465637207'),(250602,102,70,186,'40.229758799795384','-3.445007801055908'),(250601,102,70,185,'40.23000453068443','-3.4433341026306152'),(250600,102,70,184,'40.230135586794084','-3.4414243698120117'),(250599,102,70,183,'40.23026664265011','-3.440265655517578'),(250598,102,70,182,'40.23054513550215','-3.439364433288574'),(250597,102,70,181,'40.230856390863956','-3.4378409385681152'),(250596,102,70,180,'40.230921918126285','-3.4378623962402343'),(250595,102,70,179,'40.231036590682784','-3.4375619888305664'),(250594,102,70,178,'40.23115126304511','-3.4372615814208984'),(250593,102,70,177,'40.231429752259594','-3.4369397163391113'),(250592,102,70,176,'40.2313150803688','-3.436446189880371'),(250591,102,70,175,'40.23205225342178','-3.436145782470703'),(250590,102,70,174,'40.23269113024376','-3.435373306274414'),(250589,102,70,173,'40.232625604693226','-3.4351372718811035'),(250588,102,70,172,'40.23278941845067','-3.4350085258483886'),(250587,102,70,171,'40.233198951110616','-3.43447208404541'),(250586,102,70,170,'40.23370676816949','-3.434128761291504'),(250585,102,70,169,'40.23419820040721','-3.433871269226074'),(250584,102,70,168,'40.23480429525545','-3.433356285095215'),(250583,102,70,167,'40.23537762322715','-3.433356285095215'),(250582,102,70,166,'40.23550866893913','-3.4333133697509765'),(250581,102,70,165,'40.23565609506196','-3.432798385620117'),(250580,102,70,164,'40.236688068934626','-3.43198299407959'),(250579,102,70,163,'40.23724500068078','-3.432154655456543'),(250578,102,70,162,'40.237932968866374','-3.4318113327026367'),(250577,102,70,161,'40.238031249465116','-3.431210517883301'),(250576,102,70,160,'40.238784729316215','-3.4312963485717773'),(250575,102,70,159,'40.239734757177075','-3.431210517883301'),(250574,102,70,158,'40.23999683148246','-3.4318971633911133'),(250573,102,70,157,'40.23950544132773','-3.432583808898926'),(250572,102,70,156,'40.23966923844225','-3.4329700469970703'),(250571,102,70,155,'40.24022614566749','-3.4337854385375976'),(250570,102,70,154,'40.24025890477338','-3.43447208404541'),(250569,102,70,153,'40.241307187792536','-3.436746597290039'),(250568,102,70,152,'40.242552002796145','-3.4372615814208984'),(249008,101,69,141,'40.365413774492254','-3.5330915451049804'),(249009,101,69,142,'40.363713432992505','-3.5372543334960937'),(249007,101,69,140,'40.365936947863126','-3.531675338745117'),(249006,101,69,139,'40.36636202323693','-3.531203269958496'),(249005,101,69,138,'40.36698328242263','-3.5304737091064453'),(249004,101,69,137,'40.36783341729202','-3.530430793762207'),(249003,101,69,136,'40.36884702562179','-3.5311174392700195'),(249002,101,69,135,'40.36992601128651','-3.5317611694335937'),(249001,101,69,134,'40.370710717283515','-3.5317611694335937'),(249000,101,69,133,'40.374993743136635','-3.532404899597168'),(248998,101,69,131,'40.37581108354979','-3.5312891006469726'),(248999,101,69,132,'40.375287986827544','-3.5321903228759765'),(248997,101,69,130,'40.376301483038766','-3.530430793762207'),(248996,101,69,129,'40.37692265060096','-3.529057502746582'),(248994,101,69,127,'40.37806689164575','-3.527212142944336'),(248995,101,69,128,'40.377314964005436','-3.527984619140625'),(248993,101,69,126,'40.37901496236165','-3.526782989501953'),(248992,101,69,125,'40.37973417952259','-3.525838851928711'),(248991,101,69,124,'40.37999571113204','-3.5251522064208984'),(248990,101,69,123,'40.380616844635455','-3.523221015930176'),(248989,101,69,122,'40.38143411683605','-3.5225343704223633'),(248988,101,69,121,'40.38143411683605','-3.522019386291504'),(248987,101,69,120,'40.38143411683605','-3.5212039947509765'),(248985,101,69,118,'40.38123797241214','-3.520174026489258'),(248986,101,69,119,'40.38130335395024','-3.5206031799316406'),(248984,101,69,117,'40.38127066318913','-3.519744873046875'),(248983,101,69,116,'40.38156487946806','-3.519315719604492'),(248982,101,69,115,'40.3814014261384','-3.518972396850586'),(248981,101,69,114,'40.381172590810586','-3.518242835998535'),(248980,101,69,113,'40.381172590810586','-3.517770767211914'),(248978,101,69,111,'40.38251290095928','-3.518071174621582'),(248979,101,69,112,'40.381662951275494','-3.517642021179199'),(248976,101,69,109,'40.38499730777754','-3.5184144973754883'),(248977,101,69,110,'40.38418007880582','-3.5182857513427734'),(248975,101,69,108,'40.38548764040135','-3.5184144973754883'),(248974,101,69,107,'40.386729800406606','-3.5178565979003906'),(248973,101,69,106,'40.388625684669805','-3.517770767211914'),(248972,101,69,105,'40.390881063680204','-3.518242835998535'),(248971,101,69,104,'40.39310368214128','-3.51837158203125'),(248970,101,69,103,'40.39320173714852','-3.518071174621582'),(248969,101,69,102,'40.39369201004292','-3.5178136825561523'),(248968,101,69,101,'40.39408422578831','-3.517899513244629'),(248967,101,69,100,'40.394639860850305','-3.51837158203125'),(248965,101,69,98,'40.39513012327391','-3.520689010620117'),(248966,101,69,99,'40.395097439223385','-3.5193586349487304'),(248964,101,69,97,'40.39477059784564','-3.5219764709472656'),(248963,101,69,96,'40.394149594857104','-3.523693084716797'),(248962,101,69,95,'40.39365932529433','-3.5262250900268554'),(248961,101,69,94,'40.3934305316101','-3.527984619140625'),(248960,101,69,93,'40.39346321646973','-3.530087471008301'),(248959,101,69,92,'40.39346321646973','-3.5309886932373047'),(248958,101,69,91,'40.39352858614141','-3.5321903228759765'),(248957,101,69,90,'40.39316905216198','-3.5340356826782226'),(248956,101,69,89,'40.39251534909952','-3.5358381271362304'),(248955,101,69,88,'40.39244997844423','-3.536953926086426'),(248954,101,69,87,'40.3924826637798','-3.5379838943481445'),(248953,101,69,86,'40.3930056269913','-3.5394859313964843'),(248455,93,61,266,'40.636752860718985','-3.1685256958007812'),(248456,93,61,267,'40.632714496550626','-3.1602859497070312'),(248698,94,62,241,'40.175332033579465','-2.255115509033203'),(248699,94,62,242,'40.17008535199224','-2.2558021545410156'),(248700,94,62,243,'40.16575653433245','-2.2544288635253906'),(248701,94,62,244,'40.15447407601198','-2.253742218017578'),(248702,94,62,245,'40.119959111444764','-2.2367477416992187'),(248703,94,62,246,'40.10906291689112','-2.2242164611816406'),(248704,94,62,247,'40.089629226126405','-2.2092819213867187'),(248705,94,62,248,'40.08358789430713','-2.2072219848632812'),(248706,94,62,249,'40.079384912479234','-2.2032737731933593'),(248707,94,62,250,'40.07807142745009','-2.20001220703125'),(248708,94,62,251,'40.07833412648288','-2.1962356567382812'),(248709,94,62,252,'40.076757917084194','-2.1852493286132812'),(248710,94,62,253,'40.07596979870309','-2.183361053466797'),(248711,94,62,254,'40.07872817313177','-2.177867889404297'),(248712,94,62,255,'40.07794007755365','-2.1622467041015625'),(248713,94,62,256,'40.07583844475279','-2.155895233154297'),(248714,94,62,257,'40.072029069981724','-2.1414756774902343'),(248715,94,62,258,'40.06992725476079','-2.1361541748046875'),(248952,101,69,85,'40.39326710707401','-3.540816307067871'),(248951,101,69,84,'40.39333247693603','-3.5427474975585937'),(248950,101,69,83,'40.39307099710716','-3.5445499420166015'),(248949,101,69,82,'40.39258071969131','-3.546738624572754'),(248948,101,69,81,'40.39235192234235','-3.5493993759155273'),(248947,101,69,80,'40.39241729309282','-3.5527896881103515'),(248946,101,69,79,'40.392090438705914','-3.5540342330932617'),(248945,101,69,78,'40.39169821134755','-3.5557937622070312'),(248944,101,69,77,'40.391011807973285','-3.556694984436035'),(248943,101,69,76,'40.390390770320444','-3.5582828521728515'),(248942,101,69,75,'40.39006390609754','-3.5596132278442383'),(248941,101,69,74,'40.39003121958799','-3.56107234954834'),(248940,101,69,73,'40.39006390609754','-3.561544418334961'),(248939,101,69,72,'40.389704353619976','-3.561415672302246'),(248938,101,69,71,'40.38954092004106','-3.560171127319336'),(248937,101,69,70,'40.389704353619976','-3.557724952697754'),(248936,101,69,69,'40.38986778680227','-3.556952476501465'),(248935,101,69,68,'40.38986778680227','-3.556694984436035'),(248934,101,69,67,'40.38813537489039','-3.5533905029296875'),(248933,101,69,66,'40.3873508718188','-3.546137809753418'),(248932,101,69,65,'40.38679517661443','-3.544635772705078'),(248931,101,69,64,'40.38738355962922','-3.542618751525879'),(248930,101,69,63,'40.38725280829235','-3.542361259460449'),(248929,101,69,62,'40.38627216517511','-3.5392284393310547'),(248928,101,69,61,'40.385945280963206','-3.5376405715942383'),(248927,101,69,60,'40.38519344125538','-3.5361385345458984'),(248926,101,69,59,'40.385356885384','-3.5348081588745117'),(248925,101,69,58,'40.38522613011284','-3.5332202911376953'),(248924,101,69,57,'40.3856183951649','-3.5318470001220703'),(248923,101,69,56,'40.382153308171034','-3.5271263122558593'),(248922,101,69,55,'40.382153308171034','-3.524765968322754'),(248921,101,69,54,'40.38185909446202','-3.523263931274414'),(248920,101,69,53,'40.38136873542487','-3.5227060317993164'),(248919,101,69,52,'40.38051877130511','-3.523392677307129'),(248918,101,69,51,'40.3802899329791','-3.524336814880371'),(248917,101,69,50,'40.37996301973637','-3.5253238677978515'),(248916,101,69,49,'40.37970148800003','-3.526182174682617'),(248915,101,69,48,'40.37793612222415','-3.527555465698242'),(248914,101,69,47,'40.377314964005436','-3.5280704498291015'),(248913,101,69,46,'40.376170710190685','-3.5308170318603515'),(248912,101,69,45,'40.375614922754856','-3.5315465927124023'),(248911,101,69,44,'40.375124518269004','-3.532533645629883'),(248910,101,69,43,'40.375026436943514','-3.5334348678588867'),(248909,101,69,42,'40.374862967750474','-3.5342931747436523'),(248908,101,69,41,'40.373489810871995','-3.5375118255615234'),(248907,101,69,40,'40.37146271862355','-3.5418033599853515'),(248906,101,69,39,'40.37139732753577','-3.5430908203125'),(248905,101,69,38,'40.369141296152584','-3.5482406616210937'),(248904,101,69,37,'40.368683541438386','-3.5486268997192383'),(248903,101,69,36,'40.36793150908693','-3.5499143600463867'),(248902,101,69,35,'40.36734295617601','-3.550558090209961'),(248901,101,69,34,'40.365806154901094','-3.550429344177246'),(248900,101,69,33,'40.36590424964641','-3.5502147674560547'),(248899,101,69,32,'40.36570806001303','-3.5496139526367187'),(248898,101,69,31,'40.36525028198106','-3.548884391784668'),(248897,101,69,30,'40.36358263571596','-3.547682762145996'),(248896,101,69,29,'40.361947648345506','-3.547039031982422'),(248895,101,69,28,'40.36031262132023','-3.5469961166381836'),(248894,101,69,27,'40.358088920928495','-3.5482406616210937'),(248893,101,69,26,'40.35655190867413','-3.5468244552612304'),(248892,101,69,25,'40.35629028607745','-3.545665740966797'),(248891,101,69,24,'40.35563622514465','-3.544936180114746'),(248890,101,69,23,'40.355014861381825','-3.543820381164551'),(248889,101,69,22,'40.352365825312894','-3.541288375854492'),(248888,101,69,21,'40.350338097762815','-3.5381555557250976'),(248887,101,69,20,'40.34624975200634','-3.5337352752685547'),(248886,101,69,19,'40.344974137408165','-3.5303878784179687'),(248885,101,69,18,'40.349324211124284','-3.527383804321289'),(248884,101,69,17,'40.349487742258226','-3.526911735534668'),(248883,101,69,16,'40.34867008262332','-3.5253238677978515'),(248882,101,69,15,'40.34732909936252','-3.5235214233398437'),(248881,101,69,14,'40.34471246989346','-3.5213756561279297'),(248880,101,69,13,'40.3432078619853','-3.520388603210449'),(248879,101,69,12,'40.342684512237525','-3.5207319259643554'),(248878,101,69,11,'40.34239012622013','-3.5201311111450195'),(248877,101,69,10,'40.33005746907294','-3.5130929946899414'),(248876,101,69,9,'40.32904327760702','-3.5160112380981445'),(248875,101,69,8,'40.3366002734734','-3.520216941833496'),(248874,101,69,7,'40.33574974477532','-3.522920608520508'),(248873,101,69,6,'40.33529176334337','-3.5233497619628906'),(248872,101,69,5,'40.33538990248333','-3.5239076614379883'),(248871,101,69,4,'40.33450664508523','-3.526482582092285'),(248870,101,69,3,'40.33401594153498','-3.5268688201904297'),(248869,101,69,2,'40.33427765053918','-3.527255058288574'),(248868,101,69,1,'40.334833778802945','-3.5271263122558593'),(248867,101,69,0,'40.337614351370696','-3.528757095336914'),(249014,101,69,147,'40.35625758318151','-3.5304737091064453'),(249015,101,69,148,'40.356780827613456','-3.530130386352539'),(249016,101,69,149,'40.35668271959179','-3.5297441482543945'),(249017,101,69,150,'40.357925410651994','-3.527212142944336'),(250567,102,70,151,'40.243207159393954','-3.437047004699707'),(250564,102,70,148,'40.24707245426093','-3.4352874755859375'),(250563,102,70,147,'40.248284408045215','-3.4354162216186523'),(250562,102,70,146,'40.252116659637075','-3.439321517944336'),(250561,102,70,145,'40.25716048907016','-3.446788787841797'),(250560,102,70,144,'40.25784825486444','-3.4477758407592773'),(250559,102,70,143,'40.25840501252993','-3.4477758407592773'),(250558,102,70,142,'40.258732514898966','-3.4485912322998047'),(250557,102,70,141,'40.25840501252993','-3.449277877807617'),(250556,102,70,140,'40.258699764733414','-3.4497928619384765'),(250555,102,70,139,'40.25925651539212','-3.449535369873047'),(250554,102,70,138,'40.260697495822875','-3.4500503540039062'),(250553,102,70,137,'40.26194195422374','-3.451981544494629'),(249811,96,64,282,'39.287346291966585','-0.4648590087890625'),(249812,96,64,283,'39.28840918378028','-0.4623699188232422'),(249813,96,64,284,'39.28854204412272','-0.4609107971191406'),(249814,96,64,285,'39.28854204412272','-0.4574775695800781'),(249815,96,64,286,'39.2880770318214','-0.4554176330566406'),(249816,96,64,287,'39.31172231403521','-0.4416847229003906'),(249817,96,64,288,'39.32287798778324','-0.43730735778808593'),(249818,96,64,289,'39.33449658957529','-0.4320716857910156'),(249819,96,64,290,'39.33250496636553','-0.42151451110839843'),(249820,96,64,291,'39.32055403578386','-0.4108715057373047'),(250552,102,70,136,'40.26371035573082','-3.4517669677734375'),(250551,102,70,135,'40.26541321719503','-3.4500503540039062'),(250550,102,70,134,'40.26901528288697','-3.448762893676758'),(250549,102,70,133,'40.27065252206067','-3.449578285217285'),(250548,102,70,132,'40.271831309724426','-3.449063301086426'),(250547,102,70,131,'40.27373042440991','-3.449578285217285'),(250546,102,70,130,'40.27641528865354','-3.4493637084960937'),(250545,102,70,129,'40.27736478829574','-3.4490203857421875'),(250544,102,70,128,'40.27893634461186','-3.449878692626953'),(250543,102,70,127,'40.282144825334825','-3.450479507446289'),(250542,102,70,126,'40.28597515903084','-3.4507369995117187'),(250541,102,70,125,'40.2865644218742','-3.450136184692383'),(250540,102,70,124,'40.28692452441628','-3.450007438659668'),(250539,102,70,123,'40.28748104275324','-3.449277877807617'),(250538,102,70,122,'40.287644723745025','-3.4482908248901367'),(250537,102,70,121,'40.287775668253055','-3.4465742111206054'),(250536,102,70,120,'40.28820123615216','-3.446187973022461'),(250535,102,70,119,'40.28905236391179','-3.446187973022461'),(250534,102,70,118,'40.28973980543153','-3.4464025497436523'),(250533,102,70,117,'40.291311074077264','-3.445415496826172'),(250532,102,70,116,'40.291834822174515','-3.4438705444335937'),(250531,102,70,115,'40.29235856621275','-3.4435272216796875'),(250530,102,70,114,'40.29258770295313','-3.4435272216796875'),(250529,102,70,113,'40.29307870763771','-3.443012237548828'),(250528,102,70,112,'40.29566460677095','-3.4418749809265136'),(250527,102,70,111,'40.2960573929187','-3.442089557647705'),(250526,102,70,110,'40.29627015112876','-3.4415745735168457'),(250525,102,70,109,'40.29645017678321','-3.441445827484131'),(250524,102,70,108,'40.29708844569329','-3.4410810470581054'),(250523,102,70,107,'40.297726708574125','-3.440823554992676'),(250522,102,70,106,'40.29805402053321','-3.4403085708618164'),(250521,102,70,105,'40.29887229349388','-3.4396004676818847'),(250520,102,70,104,'40.29900321624794','-3.4392356872558593'),(250519,102,70,103,'40.299330522023126','-3.4394288063049316'),(250518,102,70,102,'40.30063972926762','-3.4384632110595703'),(250517,102,70,101,'40.30070518896388','-3.440265655517578'),(250516,102,70,100,'40.30106521615961','-3.441638946533203'),(250515,102,70,99,'40.30149070037183','-3.4430551528930664'),(250514,102,70,98,'40.30155615924356','-3.4441280364990234'),(250513,102,70,97,'40.30149070037183','-3.444986343383789'),(250512,102,70,96,'40.301850723381435','-3.446016311645508'),(250511,102,70,95,'40.3026689503588','-3.4476470947265625'),(250510,102,70,94,'40.30329079623356','-3.448805809020996'),(250509,102,70,93,'40.30378172314389','-3.4511232376098633'),(250508,102,70,92,'40.3043381026626','-3.4536123275756836'),(250507,102,70,91,'40.304763566261286','-3.453655242919922'),(250506,102,70,90,'40.30600721372315','-3.4584617614746093'),(250505,102,70,89,'40.30659630189745','-3.459792137145996'),(250504,102,70,88,'40.307414471394225','-3.4607791900634765'),(250503,102,70,87,'40.30957439124714','-3.462710380554199'),(250502,102,70,86,'40.31130882233564','-3.4641265869140625'),(250501,102,70,85,'40.31235600444577','-3.465886116027832'),(250500,102,70,84,'40.31566106647411','-3.466358184814453'),(250499,102,70,83,'40.31674090316471','-3.4636974334716797'),(250498,102,70,82,'40.318311543886985','-3.463311195373535'),(250497,102,70,81,'40.31929317578464','-3.4629249572753906'),(250496,102,70,80,'40.31965310390446','-3.4633541107177734'),(250495,102,70,79,'40.323383155065734','-3.4635257720947265'),(250494,102,70,78,'40.32449558656514','-3.465414047241211'),(250493,102,70,77,'40.32829080312262','-3.468332290649414'),(250492,102,70,76,'40.33005746907294','-3.4672164916992187'),(250491,102,70,75,'40.332674666957814','-3.4674739837646484'),(250490,102,70,74,'40.334768352186266','-3.4678173065185547'),(250489,102,70,73,'40.3413761201047','-3.472108840942383'),(250488,102,70,72,'40.35959319686656','-3.4809064865112304'),(250487,102,70,71,'40.36047612580723','-3.4819793701171875'),(250486,102,70,70,'40.36181684764277','-3.482966423034668'),(250485,102,70,69,'40.36292864552638','-3.4831809997558593'),(250484,102,70,68,'40.364334716590214','-3.48416805267334'),(250483,102,70,67,'40.36616583493597','-3.485240936279297'),(250482,102,70,66,'40.36678709592998','-3.486485481262207'),(250481,102,70,65,'40.36665630461764','-3.488287925720215'),(250480,102,70,64,'40.36789881183782','-3.4885454177856445'),(250479,102,70,63,'40.371331936384564','-3.487558364868164'),(250478,102,70,62,'40.37316286463368','-3.4878158569335937'),(250477,102,70,61,'40.3774784272498','-3.489360809326172'),(250476,102,70,60,'40.38192447539731','-3.489961624145508'),(250475,102,70,59,'40.382774421781434','-3.490734100341797'),(250474,102,70,58,'40.38395125291698','-3.490734100341797'),(250473,102,70,57,'40.39035808396954','-3.4920215606689453'),(250472,102,70,56,'40.39179626840132','-3.493480682373047'),(250471,102,70,55,'40.39336516184326','-3.493051528930664'),(250470,102,70,54,'40.3969604047825','-3.4937381744384765'),(250469,102,70,53,'40.398136988051185','-3.49365234375'),(250468,102,70,52,'40.399182822584265','-3.493051528930664'),(250467,102,70,51,'40.40153589088394','-3.4927940368652343'),(250466,102,70,50,'40.40238558977959','-3.490304946899414'),(250465,102,70,49,'40.40160125271822','-3.4880733489990234'),(250464,102,70,48,'40.40212414510788','-3.4853267669677734'),(250463,102,70,47,'40.40173197619641','-3.486356735229492'),(250462,102,70,46,'40.40192806093772','-3.4884166717529297'),(250461,102,70,45,'40.40225486757065','-3.490476608276367'),(250460,102,70,44,'40.40133980500033','-3.4929656982421875'),(250459,102,70,43,'40.399444278679105','-3.494596481323242'),(250458,102,70,42,'40.39846381308795','-3.4984588623046875'),(250457,102,70,41,'40.39748333321812','-3.500089645385742'),(250456,102,70,40,'40.394541807937244','-3.504638671875'),(250455,102,70,39,'40.39297294190957','-3.515195846557617'),(250454,102,70,38,'40.39323442211919','-3.516397476196289'),(250453,102,70,37,'40.39401885665606','-3.517169952392578'),(250452,102,70,36,'40.394868650425536','-3.519144058227539'),(250451,102,70,35,'40.39526085931735','-3.520689010620117'),(250450,102,70,34,'40.39421496386244','-3.523693084716797'),(250449,102,70,33,'40.39349590131351','-3.527212142944336'),(250448,102,70,32,'40.39362664052989','-3.5302162170410156'),(250447,102,70,31,'40.39362664052989','-3.5318470001220703'),(250446,102,70,30,'40.39225386609767','-3.5367393493652343'),(250445,102,70,29,'40.39316905216198','-3.5406017303466797'),(250444,102,70,28,'40.39336516184326','-3.5430049896240234'),(250443,102,70,27,'40.39264609021968','-3.546266555786133'),(250442,102,70,26,'40.39225386609767','-3.549013137817383'),(250441,102,70,25,'40.392384607725525','-3.5521888732910156'),(250440,102,70,24,'40.391469411000145','-3.5559654235839843'),(250439,102,70,23,'40.39003121958799','-3.5588836669921875'),(250438,102,70,22,'40.389704353619976','-3.561115264892578'),(250437,102,70,21,'40.391469411000145','-3.568410873413086'),(250436,102,70,20,'40.39336516184326','-3.579998016357422'),(250435,102,70,19,'40.396764305572056','-3.586564064025879'),(250434,102,70,18,'40.39921550465164','-3.5902976989746093'),(250433,102,70,17,'40.403660118013434','-3.595104217529297'),(250432,102,70,16,'40.40941153499013','-3.609180450439453'),(250431,102,70,15,'40.40993436670869','-3.6098241806030273'),(250430,102,70,14,'40.41735160411116','-3.6107683181762695'),(250429,102,70,13,'40.417874374140474','-3.611326217651367'),(250428,102,70,12,'40.418397140107864','-3.6109399795532226'),(250427,102,70,11,'40.42522539747959','-3.611583709716797'),(250426,102,70,10,'40.42917828232078','-3.610982894897461'),(250425,102,70,9,'40.43587478839137','-3.6125707626342773'),(250424,102,70,8,'40.44371375299373','-3.616647720336914'),(250423,102,70,7,'40.43783461523374','-3.6381053924560547'),(250422,102,70,6,'40.433098269241526','-3.648104667663574'),(250421,102,70,5,'40.431366969858736','-3.660464286804199'),(250420,102,70,4,'40.43097497135706','-3.6625242233276367'),(250419,102,70,3,'40.430550303735025','-3.6641550064086914'),(250418,102,70,2,'40.4315629682527','-3.6641550064086914'),(250417,102,70,1,'40.4325102857704','-3.66518497467041'),(250416,102,70,0,'40.431791632323645','-3.6720943450927734'),(250835,102,70,419,'40.43505817701334','-3.68865966796875'),(250836,102,70,420,'40.435531812820585','-3.6889171600341797'),(250837,102,70,421,'40.43520516779331','-3.6891746520996093'),(250838,102,70,422,'40.435041844684626','-3.6888957023620605'),(250839,102,70,423,'40.433065603627995','-3.6884665489196777'),(250840,102,70,424,'40.42457200571089','-3.6905479431152343'),(250841,102,70,425,'40.42004709354969','-3.692629337310791'),(250842,102,70,426,'40.41944265985676','-3.6931657791137695'),(250843,102,70,427,'40.419475332087124','-3.6925864219665527'),(250977,98,66,133,'37.023935745931595','-3.6440277099609375'),(250978,98,66,134,'37.03818778569201','-3.6450576782226562'),(250979,98,66,135,'37.05325914794976','-3.6563873291015625'),(250980,98,66,136,'37.072162624715396','-3.6495208740234375'),(250981,98,66,137,'37.0916091106267','-3.6491775512695312'),(250982,98,66,138,'37.12090636165327','-3.6199951171875'),(250983,98,66,139,'37.13048711472639','-3.6096954345703125'),(250984,98,66,140,'37.15210778472644','-3.6127853393554687'),(250985,98,66,141,'37.17262801853344','-3.61175537109375'),(250986,98,66,142,'37.181381622692065','-3.6066055297851562'),(250987,98,66,143,'37.18849317920571','-3.613128662109375'),(250997,106,71,0,'47.80485374589338','13.045234680175781'),(250998,106,71,1,'47.80427725415422','13.044118881225586'),(250999,106,71,2,'47.80802433609392','13.041458129882812'),(251000,106,71,3,'47.80998424050723','13.042144775390625'),(251001,106,71,4,'47.81073359617836','13.043689727783203'),(251002,106,71,5,'47.81009952669888','13.04600715637207'),(251003,106,71,6,'47.81286631852318','13.047122955322265'),(251004,106,71,7,'47.81563296294044','13.049354553222656'),(251005,106,71,8,'47.815460051982924','13.053817749023437'),(251006,106,71,9,'47.82041660442899','13.052787780761718'),(251007,106,71,10,'47.82370150054369','13.05398941040039'),(251008,106,71,11,'47.82583369027542','13.05450439453125'),(251009,106,71,12,'47.827043813053656','13.053731918334961'),(251010,106,71,13,'47.82923348731677','13.056907653808593'),(251011,106,71,14,'47.83044353082956','13.058452606201171'),(251012,106,71,15,'47.83119259124663','13.059396743774414'),(251013,106,71,16,'47.831711165201874','13.058624267578125'),(251014,106,71,17,'47.833843025908934','13.058366775512695'),(251015,106,71,18,'47.83603241330984','13.058195114135742'),(251016,106,71,19,'47.839604373382855','13.05424690246582'),(251017,106,71,20,'47.84340651227165','13.050985336303711'),(251018,106,71,21,'47.84628673500178','13.0462646484375'),(251019,106,71,22,'47.848360396339736','13.046350479125976'),(251020,106,71,23,'47.849685192123566','13.04849624633789'),(251021,106,71,24,'47.85158592696552','13.051071166992187'),(251022,106,71,25,'47.85360178173402','13.055276870727539'),(251023,106,71,26,'47.85659662126215','13.057851791381836'),(251024,106,71,27,'47.8598216396193','13.058710098266601'),(251025,106,71,28,'47.862758535371206','13.061885833740234'),(251026,106,71,29,'47.86454362599583','13.062915802001953'),(251027,106,71,30,'47.866386235709974','13.065061569213867'),(251028,106,71,31,'47.868919717114394','13.065576553344726'),(251029,106,71,32,'47.869668222011604','13.066520690917968'),(251030,106,71,33,'47.86834393676044','13.067035675048828'),(251031,106,71,34,'47.8680560441847','13.068151473999023'),(251032,106,71,35,'47.86719235686255','13.07046890258789'),(251033,106,71,36,'47.866731717739135','13.072528839111328'),(251034,106,71,37,'47.86563768341352','13.074760437011718'),(251035,106,71,38,'47.86517703047326','13.076562881469726'),(251036,106,71,39,'47.863910213778354','13.079309463500976'),(251037,106,71,40,'47.862413026859606','13.080854415893554'),(251038,106,71,41,'47.86258578140325','13.082828521728515'),(251039,106,71,42,'47.861837174222835','13.084373474121093'),(251040,106,71,43,'47.86080062335669','13.085145950317382'),(251041,106,71,44,'47.860167165402274','13.086347579956054'),(251042,106,71,45,'47.86022475280889','13.08694839477539'),(251043,106,71,46,'47.85936093499312','13.08694839477539'),(251044,106,71,47,'47.8578636166839','13.088836669921875'),(251045,106,71,48,'47.85682698636898','13.088235855102539'),(251046,106,71,49,'47.85653902982551','13.086776733398437'),(251047,106,71,50,'47.85682698636898','13.085489273071289'),(251048,106,71,51,'47.85492644362834','13.082656860351562'),(251049,106,71,52,'47.85216189346706','13.081541061401367'),(251050,106,71,53,'47.85181631433379','13.08420181274414'),(251051,106,71,54,'47.85158592696552','13.086090087890625'),(251052,106,71,55,'47.85135553857374','13.088665008544921'),(251053,106,71,56,'47.85014598272472','13.089179992675781'),(251054,106,71,57,'47.84939719591882','13.091497421264648'),(251055,106,71,58,'47.84847559731649','13.094244003295898'),(251056,106,71,59,'47.848187594394815','13.09621810913086'),(251057,106,71,60,'47.848187594394815','13.097848892211914'),(251058,106,71,61,'47.849454795287706','13.100595474243164'),(251059,106,71,62,'47.84916679780353','13.101882934570312'),(251060,106,71,63,'47.8498003901577','13.104629516601562'),(251061,106,71,64,'47.84922439742831','13.105659484863281'),(251062,106,71,65,'47.84738117770591','13.10342788696289'),(251063,106,71,66,'47.84628673500178','13.101968765258789'),(251064,106,71,67,'47.84461622529768','13.099908828735351'),(251065,106,71,68,'47.8427728418085','13.095703125'),(251066,106,71,69,'47.84046852032706','13.089866638183593'),(251067,106,71,70,'47.83706945930962','13.088321685791015'),(251068,106,71,71,'47.83320923863083','13.086862564086914'),(251069,106,71,72,'47.83004018612673','13.083944320678711'),(251070,106,71,73,'47.82617944251954','13.080596923828125'),(251071,106,71,74,'47.821742113841054','13.077163696289062'),(251072,106,71,75,'47.81978265318126','13.075275421142578'),(251073,106,71,76,'47.818687628247105','13.072099685668945'),(251074,106,71,77,'47.817765484073085','13.071155548095703'),(251075,106,71,78,'47.81534477769133','13.069438934326171'),(251076,106,71,79,'47.812981598316895','13.067550659179687'),(251077,106,71,80,'47.81038774105833','13.065061569213867'),(251078,106,71,81,'47.80958073682116','13.064460754394531'),(251079,106,71,82,'47.80883136451537','13.055276870727539'),(251080,106,71,83,'47.808427851872146','13.050127029418945'),(251081,106,71,84,'47.80669847646386','13.048238754272461'),(251082,106,71,85,'47.805949062571166','13.048925399780273'),(251083,106,71,86,'47.80491139471542','13.045663833618164'),(254983,114,94,77,'19.689546384611382','-156.02238178253174'),(254982,114,94,78,'19.692778845681516','-156.02418422698975'),(254981,114,94,79,'19.694799100706376','-156.02508544921875'),(254980,114,94,80,'19.700980922684703','-156.02941989898682'),(254979,114,94,81,'19.706596880714773','-156.03259563446045'),(254978,114,94,82,'19.709546189786962','-156.03358268737793'),(254977,114,94,83,'19.712495444473575','-156.03384017944336'),(254976,114,94,84,'19.715969839114034','-156.0333251953125'),(254975,114,94,85,'19.71427305116334','-156.04808807373047'),(254974,114,94,86,'19.72388794476295','-156.05478286743164'),(254973,114,94,87,'19.714434650791585','-156.0481309890747'),(254972,114,94,88,'19.71516184709757','-156.03946208953857'),(254971,114,94,89,'19.715969839114034','-156.03349685668945'),(254970,114,94,90,'19.712939847998623','-156.03392601013184'),(254969,114,94,91,'19.709869398433593','-156.03379726409912'),(254968,114,94,92,'19.706758488099588','-156.03272438049316'),(254967,114,94,93,'19.70247583724055','-156.03002071380615'),(254966,114,94,94,'19.699243572005066','-156.02826118469238'),(254965,114,94,95,'19.696496095222507','-156.02641582489014'),(254964,114,94,96,'19.69463748124269','-156.02508544921875'),(254963,114,94,97,'19.69273844032096','-156.0243558883667'),(254962,114,94,98,'19.691364651993986','-156.02306842803955'),(254961,114,94,99,'19.689546384611382','-156.02238178253174'),(254960,114,94,100,'19.68615223025152','-156.02113723754883'),(254959,114,94,101,'19.68045473799892','-156.0199785232544'),(254958,114,94,102,'19.67819184796928','-156.019549369812'),(254957,114,94,103,'19.675726877816952','-156.01821899414062'),(254956,114,94,104,'19.671524218318023','-156.01521492004394'),(254955,114,94,105,'19.665139197807143','-156.01105213165283'),(254954,114,94,106,'19.66182535274718','-156.00886344909668'),(254953,114,94,107,'19.657703157220606','-156.00684642791748'),(254952,114,94,108,'19.655278286831546','-156.005859375'),(254951,114,94,109,'19.654550818566854','-156.0053014755249'),(254950,114,94,110,'19.65374251662593','-156.0050868988037'),(254949,114,94,111,'19.652691718014267','-156.00379943847656'),(254948,114,94,112,'19.65131758636836','-156.0027265548706'),(254947,114,94,113,'19.650388020052297','-156.00139617919922'),(254946,114,94,114,'19.64953928088669','-156.00023746490478'),(254945,114,94,115,'19.646427198873144','-155.99371433258057'),(254944,114,94,121,'19.63955615477359','-155.99435806274414'),(254943,114,94,120,'19.637494784197322','-155.99268436431885'),(254942,114,94,119,'19.63826274887769','-155.99036693572998'),(254941,114,94,118,'19.640445365282982','-155.9916114807129'),(254940,114,94,117,'19.641981262744345','-155.99302768707275'),(254939,114,94,116,'19.642264189621343','-155.99586009979248'),(254938,114,94,122,'19.64056662087996','-155.9963321685791'),(254937,114,95,0,'19.639738039142074','-155.99549531936645'),(254936,114,95,1,'19.62439840018992','-155.9913969039917'),(254935,114,95,2,'19.62383248299051','-155.9941005706787'),(254934,114,95,3,'19.638990290976174','-155.9970188140869'),(254933,114,96,0,'19.64012201657667','-155.99650382995605'),(254932,114,96,1,'19.6404049467303','-155.99684715270996'),(254931,114,96,2,'19.641779171812633','-155.99641799926758'),(254930,114,96,3,'19.642264189621343','-155.99586009979248'),(254929,114,96,4,'19.642668370009193','-155.9971046447754'),(254928,114,96,5,'19.641738753595767','-156.00045204162598'),(254927,114,96,6,'19.641617498884105','-156.0016965866089'),(254926,114,96,7,'19.642547115999697','-156.00409984588623'),(254925,114,96,8,'19.64808428901575','-156.00109577178955'),(254924,114,96,9,'19.64937761577473','-156.00028038024902'),(254923,114,96,10,'19.646427198873144','-155.99384307861328'),(254922,114,96,11,'19.644082993352487','-155.99495887756348'),(254921,114,96,12,'19.642425861898598','-155.99581718444824'),(254920,114,96,13,'19.641940844578368','-155.99268436431885'),(254919,114,96,14,'19.638060653265285','-155.99023818969726'),(254918,114,96,15,'19.6299766202136','-155.985689163208'),(254917,114,96,16,'19.62686415901172','-155.98268508911133'),(254916,114,96,17,'19.62379206025714','-155.97792148590088'),(254914,114,96,19,'19.620275243531782','-155.9767198562622'),(254915,114,96,18,'19.621932603530624','-155.97689151763916'),(254913,114,96,20,'19.618900834472388','-155.9758186340332'),(254912,114,96,21,'19.617364716322132','-155.9726858139038'),(254911,114,96,22,'19.615869008228973','-155.96989631652832'),(254910,114,96,23,'19.614292435985284','-155.96805095672607'),(254909,114,96,24,'19.614898811754784','-155.96882343292236'),(254908,114,96,25,'19.615828583492785','-155.96968173980713'),(254907,114,96,26,'19.618496594277132','-155.9750461578369'),(254906,114,96,27,'19.620153972616936','-155.97667694091797'),(254905,114,96,28,'19.621892180319374','-155.97697734832764'),(254904,114,96,29,'19.62371121475991','-155.9777069091797'),(254903,114,96,30,'19.62654078296148','-155.98225593566894'),(254902,114,96,31,'19.627793861530637','-155.98380088806152'),(254901,114,96,32,'19.629895777828302','-155.98586082458496'),(254900,114,96,33,'19.637413945596257','-155.98985195159912'),(254899,114,96,34,'19.64149624408084','-155.992169380188'),(254898,114,96,35,'19.642304607705924','-155.99568843841553'),(254897,114,96,36,'19.646346364769982','-155.9936285018921'),(254896,114,96,37,'19.649498864623954','-156.00032329559326'),(254895,114,96,38,'19.649983859104747','-156.00109577178955'),(254894,114,96,39,'19.651438833751697','-156.0027265548706'),(254893,114,96,40,'19.653702101421977','-156.004958152771'),(254892,114,96,41,'19.65531870163841','-156.00594520568848'),(254891,114,96,42,'19.661178740847784','-156.00847721099853'),(254890,114,96,43,'19.668493385860802','-156.01332664489746'),(254889,114,96,44,'19.675161141611955','-156.017746925354'),(254888,114,96,45,'19.67908084429291','-156.01959228515625'),(254887,114,96,46,'19.685990602058957','-156.0210943222046'),(254886,114,96,47,'19.689627196933532','-156.02251052856445'),(254885,114,96,48,'19.694677886123912','-156.02499961853027'),(254884,114,96,49,'19.701061729233995','-156.0291624069214'),(254883,114,96,50,'19.706798889920275','-156.03272438049316'),(254882,114,96,51,'19.709626992009855','-156.03358268737793'),(254881,114,96,52,'19.712980248257835','-156.03379726409912'),(254880,114,96,53,'19.719848143950447','-156.0327672958374'),(254879,114,96,54,'19.72550383649588','-156.0318660736084'),(254878,114,96,55,'19.732855937551008','-156.03044986724853'),(254877,114,96,56,'19.748286169934413','-156.02783203125'),(254876,114,96,57,'19.75583916922724','-156.02654457092285'),(254875,114,96,58,'19.76306871059595','-156.02444171905517'),(254874,114,96,59,'19.76912673309524','-156.0219955444336'),(254873,114,96,60,'19.776476824611357','-156.01766109466553'),(254872,114,96,61,'19.78237280682004','-156.01354122161865'),(254871,114,96,62,'19.787905139620004','-156.0096788406372'),(254870,114,96,63,'19.791822076564774','-156.0064172744751'),(254869,114,96,64,'19.797475217713323','-156.0010528564453'),(254868,114,96,65,'19.806640955574714','-155.9913969039917'),(254867,114,96,66,'19.81124381418529','-155.98448753356934'),(254866,114,96,67,'19.81346444395169','-155.97496032714844'),(254865,114,96,68,'19.814998679132284','-155.9683084487915'),(254864,114,96,69,'19.819116816157496','-155.96084117889404'),(254863,114,96,70,'19.823880802375985','-155.95268726348877'),(254862,114,96,71,'19.829613545633005','-155.9420871734619'),(254861,114,96,72,'19.834013891338887','-155.93440532684326'),(254860,114,96,73,'19.840190317749755','-155.92350482940674'),(254859,114,96,74,'19.8452362394574','-155.91784000396728'),(254858,114,96,75,'19.850847116065743','-155.9135913848877'),(254857,114,96,76,'19.877970282196646','-155.90131759643555'),(254856,114,96,77,'19.888624542122837','-155.89685440063476'),(254855,114,96,78,'19.895404152582877','-155.89239120483398'),(254854,114,96,79,'19.921228579813466','-155.86063385009766'),(254853,114,96,80,'19.93575296695323','-155.84260940551758'),(254852,114,96,81,'19.953180468842127','-155.82836151123047'),(254851,114,96,82,'19.968347283911775','-155.82012176513672'),(254850,114,96,83,'19.998515226890116','-155.81548690795898'),(254849,114,96,84,'20.013032497906056','-155.81274032592773'),(254848,114,96,85,'20.022387362780314','-155.81256866455078'),(254847,114,96,86,'20.028193550707296','-155.8184051513672'),(254846,114,96,87,'20.03835386347126','-155.82801818847656'),(254845,114,96,88,'20.05512500542881','-155.84192276000976'),(254843,114,96,90,'20.091725022147358','-155.8688735961914'),(254844,114,96,89,'20.075280256655787','-155.85702896118164'),(254842,114,96,91,'20.116227743821795','-155.87865829467773'),(254841,114,96,92,'20.129605899899026','-155.88397979736328'),(254840,114,96,93,'20.160065139317986','-155.8930778503418'),(254839,114,96,94,'20.183268189829025','-155.89651107788086'),(254838,114,96,95,'20.192129554789343','-155.89616775512695'),(254837,114,96,96,'20.212428236154796','-155.8875846862793'),(254836,114,96,97,'20.233851749955672','-155.87265014648437'),(254835,114,96,98,'20.238361587286963','-155.86406707763672'),(254834,114,96,99,'20.238522650485613','-155.83351135253906'),(254833,114,96,100,'20.23723414022243','-155.8293914794922'),(254832,114,96,101,'20.238200523921367','-155.83316802978516'),(254831,114,96,102,'20.23900583908','-155.84844589233398'),(254830,114,96,103,'20.23868371351734','-155.86183547973633'),(254829,114,96,104,'20.23369068191653','-155.87213516235351'),(254828,114,96,105,'20.218871708475607','-155.88363647460937'),(254827,114,96,106,'20.2087231187545','-155.88964462280273'),(254824,114,96,109,'20.163771413729485','-155.89479446411133'),(254825,114,96,108,'20.178434505667084','-155.89616775512695'),(254826,114,96,107,'20.19148510887541','-155.89702606201172'),(254823,114,96,110,'20.144272201095916','-155.88844299316406'),(254822,114,96,111,'20.129767075523887','-155.88483810424805'),(254821,114,96,112,'20.112842727753186','-155.8765983581543'),(254820,114,96,113,'20.091886236795233','-155.8692169189453'),(254819,114,96,114,'20.077376254086896','-155.85908889770508'),(254818,114,96,115,'20.06044624333417','-155.84484100341797'),(254817,114,96,116,'20.04641713607033','-155.8359146118164'),(254816,114,96,117,'20.039482746554885','-155.8304214477539'),(254815,114,96,118,'20.03625734479361','-155.82578659057617'),(254814,114,96,119,'20.02529048354978','-155.81531524658203'),(254813,114,96,120,'20.02222607672129','-155.81256866455078'),(254812,114,96,121,'20.0014187882238','-155.81462860107422'),(254809,114,96,124,'19.95527809397557','-155.8268165588379'),(254810,114,96,123,'19.96818594248975','-155.82029342651367'),(254811,114,96,122,'19.97947944330872','-155.8194351196289'),(254808,114,96,125,'19.93575296695323','-155.84157943725586'),(254807,114,96,126,'19.921712747556206','-155.8601188659668'),(254806,114,96,127,'19.901860654548127','-155.88655471801758'),(254805,114,96,128,'19.89750254460791','-155.89101791381836'),(254804,114,96,129,'19.8879788497983','-155.89685440063476'),(254803,114,96,130,'19.86521651403575','-155.90681076049805'),(254802,114,96,131,'19.85165442011808','-155.9128189086914'),(254801,114,96,132,'19.843904131706367','-155.91882705688476'),(254800,114,96,133,'19.830340216628162','-155.94045639038086'),(254799,114,96,134,'19.819036069397913','-155.96088409423828'),(254798,114,96,135,'19.81483718138929','-155.9677505493164'),(254797,114,96,136,'19.811607192086985','-155.98405838012695'),(254796,114,96,137,'19.795779296448003','-156.0025978088379'),(254795,114,96,138,'19.772519125144523','-156.01993560791016'),(254794,114,96,139,'19.753940855449265','-156.02697372436523'),(254793,114,96,140,'19.71435385099788','-156.03384017944336'),(254792,114,96,141,'19.708536158556484','-156.03349685668945'),(254791,114,96,142,'19.694960720006886','-156.0252571105957'),(254790,114,96,143,'19.688657446375778','-156.02182388305664'),(254789,114,96,144,'19.6770199816421','-156.01873397827148'),(254788,114,96,145,'19.664896723661716','-156.01083755493164'),(254787,114,96,146,'19.654065837891014','-156.00482940673828'),(254786,114,96,147,'19.649054285062185','-156.0000228881836'),(254785,114,96,148,'19.642587534013032','-156.00448608398437'),(254784,114,96,149,'19.641294152538577','-156.00173950195312'),(254783,114,96,150,'19.64210251718127','-155.99761962890625'),(254782,114,96,151,'19.640809131799152','-155.99693298339844'),(255897,112,104,76,'19.686435079196','-156.0212230682373'),(255896,112,104,75,'19.679121253099492','-156.019549369812'),(255895,112,104,74,'19.675928925977544','-156.0183048248291'),(255894,112,104,73,'19.671362575367087','-156.0151720046997'),(255893,112,104,72,'19.66845297437422','-156.0131549835205'),(255892,112,104,71,'19.66235072299559','-156.00942134857178'),(255891,112,104,70,'19.66093626071332','-156.00830554962158'),(255890,112,104,69,'19.655399531221597','-156.00603103637695'),(255889,112,104,68,'19.654672063506734','-156.00538730621338'),(255888,112,104,67,'19.653217118180414','-156.0045289993286'),(255887,112,104,66,'19.650266771874918','-156.00135326385498'),(255886,112,104,65,'19.64881178660026','-155.9992504119873'),(255885,112,104,64,'19.646427198873144','-155.9935426712036'),(255884,112,104,63,'19.642345025780326','-155.99581718444824'),(255883,112,104,62,'19.642062099045802','-155.99281311035156'),(255882,112,104,61,'19.641455825792743','-155.99191188812256'),(255881,112,104,60,'19.64008159794259','-155.99126815795898'),(255880,112,104,59,'19.638343587051412','-155.9904956817627'),(255879,112,104,58,'19.6375352034826','-155.99289894104004'),(255878,112,104,57,'19.636767235322615','-155.99242687225342'),(255877,112,104,56,'19.635352547518827','-155.99019527435303'),(255876,112,104,55,'19.631714721656937','-155.98877906799316'),(255875,112,104,54,'19.625813184468757','-155.98731994628906'),(255874,112,104,53,'19.62383248299051','-155.98551750183105'),(255873,112,104,52,'19.618537018342405','-155.98397254943848'),(255872,112,104,51,'19.613928609425826','-155.98161220550537'),(255871,112,104,50,'19.6079051389765','-155.9769344329834'),(255870,112,104,49,'19.606611478309432','-155.97646236419678'),(255869,112,104,48,'19.60438797472828','-155.97440242767334'),(255868,112,104,47,'19.602083584040937','-155.97431659698486'),(255867,112,104,46,'19.59945572981921','-155.97410202026367'),(255866,112,104,44,'19.593593438833075','-155.97071170806885'),(255865,112,104,45,'19.59690869169416','-155.97328662872314'),(255864,112,104,43,'19.58740747959466','-155.9708833694458'),(255863,112,104,42,'19.580695647169182','-155.96599102020264'),(255862,112,104,41,'19.577622666693663','-155.96603393554687'),(255861,112,104,40,'19.572406552494154','-155.96556186676025'),(255860,112,104,39,'19.569090795227247','-155.9615707397461'),(255859,112,104,38,'19.570667810239086','-155.96341609954834'),(255858,112,104,37,'19.57248742377039','-155.96569061279297'),(255857,112,104,36,'19.577905706819972','-155.9660768508911'),(255856,112,104,35,'19.58118084925386','-155.96620559692383'),(255855,112,104,34,'19.585790196157884','-155.96946716308594'),(255854,112,104,33,'19.587528775197597','-155.97092628479004'),(255853,112,104,32,'19.589226904044203','-155.97101211547851'),(255852,112,104,31,'19.591248462651638','-155.9708833694458'),(255851,112,104,30,'19.59371472977534','-155.97071170806885'),(255850,112,104,28,'19.599051440745036','-155.97388744354248'),(255849,112,104,29,'19.59678740315885','-155.97332954406738'),(255848,112,104,27,'19.601032447502565','-155.9742307662964'),(255847,112,104,25,'19.60426669183082','-155.97444534301758'),(255846,112,104,26,'19.603094285774592','-155.97410202026367'),(255845,112,104,24,'19.60551994402843','-155.9752607345581'),(255844,112,104,23,'19.60665190536278','-155.97629070281982'),(255843,112,104,22,'19.607581724785213','-155.97667694091797'),(255842,112,104,21,'19.60936049478925','-155.97822189331055'),(255841,112,104,20,'19.613726483203734','-155.98156929016113'),(255840,112,104,19,'19.61526263611873','-155.98247051239014'),(255839,112,104,18,'19.61881998651467','-155.98405838012695'),(255838,112,104,17,'19.62403459650481','-155.9855604171753'),(255837,112,104,16,'19.625489806303282','-155.98710536956787'),(255836,112,104,15,'19.626581205003344','-155.98766326904297'),(255835,112,104,14,'19.629531986590954','-155.98809242248535'),(255834,112,104,13,'19.63163388014638','-155.98886489868164'),(255833,112,104,12,'19.63381658664994','-155.98955154418945'),(255832,112,104,10,'19.636949122850332','-155.99246978759766'),(255831,112,104,11,'19.63543338715763','-155.99045276641846'),(255830,112,104,9,'19.637434155250346','-155.99249124526977'),(255829,112,104,8,'19.6383233775118','-155.99032402038574'),(255828,112,104,7,'19.64002096997239','-155.99111795425415'),(255827,112,104,6,'19.64050599309292','-155.99156856536865'),(255826,112,104,5,'19.64141540749447','-155.99210500717163'),(255825,112,104,4,'19.641981262744345','-155.993070602417'),(255824,112,104,3,'19.642264189621343','-155.995774269104'),(255823,112,104,2,'19.641758962705484','-155.99613904953003'),(255822,112,104,1,'19.641455825792743','-155.9965682029724'),(255821,112,104,0,'19.640728294866782','-155.996675491333'),(255820,112,105,151,'19.640809131799152','-155.99693298339844'),(255819,112,105,150,'19.64210251718127','-155.99761962890625'),(255818,112,105,149,'19.641294152538577','-156.00173950195312'),(255817,112,105,148,'19.642587534013032','-156.00448608398437'),(255816,112,105,147,'19.649054285062185','-156.0000228881836'),(255815,112,105,146,'19.654065837891014','-156.00482940673828'),(255814,112,105,145,'19.664896723661716','-156.01083755493164'),(255813,112,105,144,'19.6770199816421','-156.01873397827148'),(255812,112,105,143,'19.688657446375778','-156.02182388305664'),(255811,112,105,142,'19.694960720006886','-156.0252571105957'),(255810,112,105,141,'19.708536158556484','-156.03349685668945'),(255809,112,105,140,'19.71435385099788','-156.03384017944336'),(255808,112,105,139,'19.753940855449265','-156.02697372436523'),(255807,112,105,138,'19.772519125144523','-156.01993560791016'),(255806,112,105,137,'19.795779296448003','-156.0025978088379'),(255805,112,105,136,'19.811607192086985','-155.98405838012695'),(255804,112,105,135,'19.81483718138929','-155.9677505493164'),(255803,112,105,134,'19.819036069397913','-155.96088409423828'),(255802,112,105,133,'19.830340216628162','-155.94045639038086'),(255801,112,105,132,'19.843904131706367','-155.91882705688476'),(255800,112,105,131,'19.85165442011808','-155.9128189086914'),(255799,112,105,130,'19.86521651403575','-155.90681076049805'),(255798,112,105,129,'19.8879788497983','-155.89685440063476'),(255797,112,105,128,'19.89750254460791','-155.89101791381836'),(255796,112,105,127,'19.901860654548127','-155.88655471801758'),(255795,112,105,126,'19.921712747556206','-155.8601188659668'),(255794,112,105,125,'19.93575296695323','-155.84157943725586'),(255793,112,105,122,'19.97947944330872','-155.8194351196289'),(255792,112,105,123,'19.96818594248975','-155.82029342651367'),(255791,112,105,124,'19.95527809397557','-155.8268165588379'),(255790,112,105,121,'20.0014187882238','-155.81462860107422'),(255789,112,105,120,'20.02222607672129','-155.81256866455078'),(255788,112,105,119,'20.02529048354978','-155.81531524658203'),(255787,112,105,118,'20.03625734479361','-155.82578659057617'),(255786,112,105,117,'20.039482746554885','-155.8304214477539'),(255785,112,105,116,'20.04641713607033','-155.8359146118164'),(255784,112,105,115,'20.06044624333417','-155.84484100341797'),(255783,112,105,114,'20.077376254086896','-155.85908889770508'),(255782,112,105,113,'20.091886236795233','-155.8692169189453'),(255781,112,105,112,'20.112842727753186','-155.8765983581543'),(255780,112,105,111,'20.129767075523887','-155.88483810424805'),(255779,112,105,110,'20.144272201095916','-155.88844299316406'),(255778,112,105,107,'20.19148510887541','-155.89702606201172'),(255777,112,105,108,'20.178434505667084','-155.89616775512695'),(255776,112,105,109,'20.163771413729485','-155.89479446411133'),(255775,112,105,106,'20.2087231187545','-155.88964462280273'),(255774,112,105,105,'20.218871708475607','-155.88363647460937'),(255773,112,105,104,'20.23369068191653','-155.87213516235351'),(255772,112,105,103,'20.23868371351734','-155.86183547973633'),(255771,112,105,102,'20.23900583908','-155.84844589233398'),(255770,112,105,101,'20.238200523921367','-155.83316802978516'),(255769,112,105,100,'20.23723414022243','-155.8293914794922'),(255768,112,105,99,'20.238522650485613','-155.83351135253906'),(255767,112,105,98,'20.238361587286963','-155.86406707763672'),(255766,112,105,97,'20.233851749955672','-155.87265014648437'),(255765,112,105,96,'20.212428236154796','-155.8875846862793'),(255764,112,105,95,'20.192129554789343','-155.89616775512695'),(255763,112,105,94,'20.183268189829025','-155.89651107788086'),(255762,112,105,93,'20.160065139317986','-155.8930778503418'),(255761,112,105,92,'20.129605899899026','-155.88397979736328'),(255760,112,105,91,'20.116227743821795','-155.87865829467773'),(255759,112,105,89,'20.075280256655787','-155.85702896118164'),(255758,112,105,90,'20.091725022147358','-155.8688735961914'),(255757,112,105,88,'20.05512500542881','-155.84192276000976'),(255756,112,105,87,'20.03835386347126','-155.82801818847656'),(255755,112,105,86,'20.028193550707296','-155.8184051513672'),(255754,112,105,85,'20.022387362780314','-155.81256866455078'),(255753,112,105,84,'20.013032497906056','-155.81274032592773'),(255752,112,105,83,'19.998515226890116','-155.81548690795898'),(255751,112,105,82,'19.968347283911775','-155.82012176513672'),(255750,112,105,81,'19.953180468842127','-155.82836151123047'),(255749,112,105,80,'19.93575296695323','-155.84260940551758'),(255748,112,105,79,'19.921228579813466','-155.86063385009766'),(255747,112,105,78,'19.895404152582877','-155.89239120483398'),(255746,112,105,77,'19.888624542122837','-155.89685440063476'),(255745,112,105,76,'19.877970282196646','-155.90131759643555'),(255744,112,105,75,'19.850847116065743','-155.9135913848877'),(255743,112,105,74,'19.8452362394574','-155.91784000396728'),(255742,112,105,73,'19.840190317749755','-155.92350482940674'),(255741,112,105,72,'19.834013891338887','-155.93440532684326'),(255740,112,105,71,'19.829613545633005','-155.9420871734619'),(255739,112,105,70,'19.823880802375985','-155.95268726348877'),(255738,112,105,69,'19.819116816157496','-155.96084117889404'),(255737,112,105,68,'19.814998679132284','-155.9683084487915'),(255736,112,105,67,'19.81346444395169','-155.97496032714844'),(255735,112,105,66,'19.81124381418529','-155.98448753356934'),(255086,116,98,102,'19.67819184796928','-156.019549369812'),(255085,116,98,101,'19.68045473799892','-156.0199785232544'),(255084,116,98,100,'19.68615223025152','-156.02113723754883'),(255083,116,98,99,'19.689546384611382','-156.02238178253174'),(255082,116,98,98,'19.691364651993986','-156.02306842803955'),(255081,116,98,97,'19.69273844032096','-156.0243558883667'),(255080,116,98,96,'19.69463748124269','-156.02508544921875'),(255079,116,98,95,'19.696496095222507','-156.02641582489014'),(255078,116,98,94,'19.699243572005066','-156.02826118469238'),(255077,116,98,93,'19.70247583724055','-156.03002071380615'),(255076,116,98,92,'19.706758488099588','-156.03272438049316'),(255075,116,98,91,'19.709869398433593','-156.03379726409912'),(255074,116,98,90,'19.712939847998623','-156.03392601013184'),(255073,116,98,89,'19.715969839114034','-156.03349685668945'),(255072,116,98,88,'19.71516184709757','-156.03946208953857'),(255071,116,98,87,'19.714434650791585','-156.0481309890747'),(255070,116,98,86,'19.72388794476295','-156.05478286743164'),(255069,116,98,85,'19.71427305116334','-156.04808807373047'),(255068,116,98,84,'19.715969839114034','-156.0333251953125'),(255067,116,98,83,'19.712495444473575','-156.03384017944336'),(255066,116,98,82,'19.709546189786962','-156.03358268737793'),(255065,116,98,81,'19.706596880714773','-156.03259563446045'),(255064,116,98,80,'19.700980922684703','-156.02941989898682'),(255063,116,98,79,'19.694799100706376','-156.02508544921875'),(255062,116,98,78,'19.692778845681516','-156.02418422698975'),(255061,116,98,77,'19.689546384611382','-156.02238178253174'),(255060,114,94,0,'19.640728294866782','-155.996675491333'),(255059,114,94,1,'19.641455825792743','-155.9965682029724'),(255058,114,94,2,'19.641758962705484','-155.99613904953003'),(255057,114,94,3,'19.642264189621343','-155.995774269104'),(255056,114,94,4,'19.641981262744345','-155.993070602417'),(255055,114,94,5,'19.64141540749447','-155.99210500717163'),(255054,114,94,6,'19.64050599309292','-155.99156856536865'),(255053,114,94,7,'19.64002096997239','-155.99111795425415'),(255052,114,94,8,'19.6383233775118','-155.99032402038574'),(255051,114,94,9,'19.637434155250346','-155.99249124526977'),(255049,114,94,11,'19.63543338715763','-155.99045276641846'),(255050,114,94,10,'19.636949122850332','-155.99246978759766'),(255048,114,94,12,'19.63381658664994','-155.98955154418945'),(255047,114,94,13,'19.63163388014638','-155.98886489868164'),(255046,114,94,14,'19.629531986590954','-155.98809242248535'),(255045,114,94,15,'19.626581205003344','-155.98766326904297'),(255044,114,94,16,'19.625489806303282','-155.98710536956787'),(255043,114,94,17,'19.62403459650481','-155.9855604171753'),(255042,114,94,18,'19.61881998651467','-155.98405838012695'),(255041,114,94,19,'19.61526263611873','-155.98247051239014'),(255040,114,94,20,'19.613726483203734','-155.98156929016113'),(255039,114,94,21,'19.60936049478925','-155.97822189331055'),(255038,114,94,22,'19.607581724785213','-155.97667694091797'),(255037,114,94,23,'19.60665190536278','-155.97629070281982'),(255036,114,94,24,'19.60551994402843','-155.9752607345581'),(255034,114,94,26,'19.603094285774592','-155.97410202026367'),(255035,114,94,25,'19.60426669183082','-155.97444534301758'),(255033,114,94,27,'19.601032447502565','-155.9742307662964'),(255031,114,94,29,'19.59678740315885','-155.97332954406738'),(255032,114,94,28,'19.599051440745036','-155.97388744354248'),(255030,114,94,30,'19.59371472977534','-155.97071170806885'),(255029,114,94,31,'19.591248462651638','-155.9708833694458'),(255028,114,94,32,'19.589226904044203','-155.97101211547851'),(255027,114,94,33,'19.587528775197597','-155.97092628479004'),(255026,114,94,34,'19.585790196157884','-155.96946716308594'),(255025,114,94,35,'19.58118084925386','-155.96620559692383'),(255024,114,94,36,'19.577905706819972','-155.9660768508911'),(255023,114,94,37,'19.57248742377039','-155.96569061279297'),(255022,114,94,38,'19.570667810239086','-155.96341609954834'),(255021,114,94,39,'19.569090795227247','-155.9615707397461'),(255020,114,94,40,'19.572406552494154','-155.96556186676025'),(255019,114,94,41,'19.577622666693663','-155.96603393554687'),(255018,114,94,42,'19.580695647169182','-155.96599102020264'),(255017,114,94,43,'19.58740747959466','-155.9708833694458'),(255015,114,94,45,'19.59690869169416','-155.97328662872314'),(255016,114,94,44,'19.593593438833075','-155.97071170806885'),(255014,114,94,46,'19.59945572981921','-155.97410202026367'),(255013,114,94,47,'19.602083584040937','-155.97431659698486'),(255012,114,94,48,'19.60438797472828','-155.97440242767334'),(255011,114,94,49,'19.606611478309432','-155.97646236419678'),(255010,114,94,50,'19.6079051389765','-155.9769344329834'),(255009,114,94,51,'19.613928609425826','-155.98161220550537'),(255008,114,94,52,'19.618537018342405','-155.98397254943848'),(255007,114,94,53,'19.62383248299051','-155.98551750183105'),(255006,114,94,54,'19.625813184468757','-155.98731994628906'),(255005,114,94,55,'19.631714721656937','-155.98877906799316'),(255004,114,94,56,'19.635352547518827','-155.99019527435303'),(255003,114,94,57,'19.636767235322615','-155.99242687225342'),(255002,114,94,58,'19.6375352034826','-155.99289894104004'),(255001,114,94,59,'19.638343587051412','-155.9904956817627'),(255000,114,94,60,'19.64008159794259','-155.99126815795898'),(254999,114,94,61,'19.641455825792743','-155.99191188812256'),(254998,114,94,62,'19.642062099045802','-155.99281311035156'),(254997,114,94,63,'19.642345025780326','-155.99581718444824'),(254996,114,94,64,'19.646427198873144','-155.9935426712036'),(254995,114,94,65,'19.64881178660026','-155.9992504119873'),(254994,114,94,66,'19.650266771874918','-156.00135326385498'),(254993,114,94,67,'19.653217118180414','-156.0045289993286'),(254992,114,94,68,'19.654672063506734','-156.00538730621338'),(254991,114,94,69,'19.655399531221597','-156.00603103637695'),(254990,114,94,70,'19.66093626071332','-156.00830554962158'),(254989,114,94,71,'19.66235072299559','-156.00942134857178'),(254988,114,94,72,'19.66845297437422','-156.0131549835205'),(254987,114,94,73,'19.671362575367087','-156.0151720046997'),(254986,114,94,74,'19.675928925977544','-156.0183048248291'),(254985,114,94,75,'19.679121253099492','-156.019549369812'),(254984,114,94,76,'19.686435079196','-156.0212230682373'),(255734,112,105,65,'19.806640955574714','-155.9913969039917'),(255733,112,105,64,'19.797475217713323','-156.0010528564453'),(255732,112,105,63,'19.791822076564774','-156.0064172744751'),(255731,112,105,62,'19.787905139620004','-156.0096788406372'),(255730,112,105,61,'19.78237280682004','-156.01354122161865'),(255729,112,105,60,'19.776476824611357','-156.01766109466553'),(255728,112,105,59,'19.76912673309524','-156.0219955444336'),(255727,112,105,58,'19.76306871059595','-156.02444171905517'),(255726,112,105,57,'19.75583916922724','-156.02654457092285'),(255725,112,105,56,'19.748286169934413','-156.02783203125'),(255724,112,105,55,'19.732855937551008','-156.03044986724853'),(255723,112,105,54,'19.72550383649588','-156.0318660736084'),(255722,112,105,53,'19.719848143950447','-156.0327672958374'),(255721,112,105,52,'19.712980248257835','-156.03379726409912'),(255720,112,105,51,'19.709626992009855','-156.03358268737793'),(255719,112,105,50,'19.706798889920275','-156.03272438049316'),(255718,112,105,49,'19.701061729233995','-156.0291624069214'),(255717,112,105,48,'19.694677886123912','-156.02499961853027'),(255716,112,105,47,'19.689627196933532','-156.02251052856445'),(255715,112,105,46,'19.685990602058957','-156.0210943222046'),(255714,112,105,45,'19.67908084429291','-156.01959228515625'),(255713,112,105,44,'19.675161141611955','-156.017746925354'),(255712,112,105,43,'19.668493385860802','-156.01332664489746'),(255711,112,105,42,'19.661178740847784','-156.00847721099853'),(255710,112,105,41,'19.65531870163841','-156.00594520568848'),(255709,112,105,40,'19.653702101421977','-156.004958152771'),(255708,112,105,39,'19.651438833751697','-156.0027265548706'),(255707,112,105,38,'19.649983859104747','-156.00109577178955'),(255706,112,105,37,'19.649498864623954','-156.00032329559326'),(255705,112,105,36,'19.646346364769982','-155.9936285018921'),(255704,112,105,35,'19.642304607705924','-155.99568843841553'),(255703,112,105,34,'19.64149624408084','-155.992169380188'),(255702,112,105,33,'19.637413945596257','-155.98985195159912'),(255701,112,105,32,'19.629895777828302','-155.98586082458496'),(255700,112,105,31,'19.627793861530637','-155.98380088806152'),(255699,112,105,30,'19.62654078296148','-155.98225593566894'),(255698,112,105,29,'19.62371121475991','-155.9777069091797'),(255697,112,105,28,'19.621892180319374','-155.97697734832764'),(255696,112,105,27,'19.620153972616936','-155.97667694091797'),(255695,112,105,26,'19.618496594277132','-155.9750461578369'),(255694,112,105,25,'19.615828583492785','-155.96968173980713'),(255693,112,105,24,'19.614898811754784','-155.96882343292236'),(255692,112,105,23,'19.614292435985284','-155.96805095672607'),(255691,112,105,22,'19.615869008228973','-155.96989631652832'),(255690,112,105,21,'19.617364716322132','-155.9726858139038'),(255689,112,105,20,'19.618900834472388','-155.9758186340332'),(255688,112,105,18,'19.621932603530624','-155.97689151763916'),(255687,112,105,19,'19.620275243531782','-155.9767198562622'),(255686,112,105,17,'19.62379206025714','-155.97792148590088'),(255685,112,105,16,'19.62686415901172','-155.98268508911133'),(255684,112,105,15,'19.6299766202136','-155.985689163208'),(255683,112,105,14,'19.638060653265285','-155.99023818969726'),(255682,112,105,13,'19.641940844578368','-155.99268436431885'),(255681,112,105,12,'19.642425861898598','-155.99581718444824'),(255680,112,105,11,'19.644082993352487','-155.99495887756348'),(255679,112,105,10,'19.646427198873144','-155.99384307861328'),(255678,112,105,9,'19.64937761577473','-156.00028038024902'),(255677,112,105,8,'19.64808428901575','-156.00109577178955'),(255676,112,105,7,'19.642547115999697','-156.00409984588623'),(255675,112,105,6,'19.641617498884105','-156.0016965866089'),(255674,112,105,5,'19.641738753595767','-156.00045204162598'),(255673,112,105,4,'19.642668370009193','-155.9971046447754'),(255672,112,105,3,'19.642264189621343','-155.99586009979248'),(255671,112,105,2,'19.641779171812633','-155.99641799926758'),(255670,112,105,1,'19.6404049467303','-155.99684715270996'),(255669,112,105,0,'19.64012201657667','-155.99650382995605'),(255668,112,103,3,'19.638990290976174','-155.9970188140869'),(255667,112,103,2,'19.62383248299051','-155.9941005706787'),(255666,112,103,1,'19.62439840018992','-155.9913969039917'),(255665,112,103,0,'19.639738039142074','-155.99549531936645'),(255664,112,104,122,'19.64056662087996','-155.9963321685791'),(255663,112,104,116,'19.642264189621343','-155.99586009979248'),(255662,112,104,117,'19.641981262744345','-155.99302768707275'),(255661,112,104,118,'19.640445365282982','-155.9916114807129'),(255660,112,104,119,'19.63826274887769','-155.99036693572998'),(255659,112,104,120,'19.637494784197322','-155.99268436431885'),(255658,112,104,121,'19.63955615477359','-155.99435806274414'),(255657,112,104,115,'19.646427198873144','-155.99371433258057'),(255656,112,104,114,'19.64953928088669','-156.00023746490478'),(255655,112,104,113,'19.650388020052297','-156.00139617919922'),(255654,112,104,112,'19.65131758636836','-156.0027265548706'),(255653,112,104,111,'19.652691718014267','-156.00379943847656'),(255652,112,104,110,'19.65374251662593','-156.0050868988037'),(255651,112,104,109,'19.654550818566854','-156.0053014755249'),(255650,112,104,108,'19.655278286831546','-156.005859375'),(255649,112,104,107,'19.657703157220606','-156.00684642791748'),(255648,112,104,106,'19.66182535274718','-156.00886344909668'),(255647,112,104,105,'19.665139197807143','-156.01105213165283'),(255646,112,104,104,'19.671524218318023','-156.01521492004394'),(255645,112,104,103,'19.675726877816952','-156.01821899414062'),(255644,112,104,102,'19.67819184796928','-156.019549369812'),(255643,112,104,101,'19.68045473799892','-156.0199785232544'),(255642,112,104,100,'19.68615223025152','-156.02113723754883'),(255641,112,104,99,'19.689546384611382','-156.02238178253174'),(255640,112,104,98,'19.691364651993986','-156.02306842803955'),(255639,112,104,97,'19.69273844032096','-156.0243558883667'),(255638,112,104,96,'19.69463748124269','-156.02508544921875'),(255637,112,104,95,'19.696496095222507','-156.02641582489014'),(255636,112,104,94,'19.699243572005066','-156.02826118469238'),(255635,112,104,93,'19.70247583724055','-156.03002071380615'),(255634,112,104,92,'19.706758488099588','-156.03272438049316'),(255633,112,104,91,'19.709869398433593','-156.03379726409912'),(255632,112,104,90,'19.712939847998623','-156.03392601013184'),(255631,112,104,89,'19.715969839114034','-156.03349685668945'),(255630,112,104,88,'19.71516184709757','-156.03946208953857'),(255629,112,104,87,'19.714434650791585','-156.0481309890747'),(255628,112,104,86,'19.72388794476295','-156.05478286743164'),(255627,112,104,85,'19.71427305116334','-156.04808807373047'),(255626,112,104,84,'19.715969839114034','-156.0333251953125'),(255625,112,104,83,'19.712495444473575','-156.03384017944336'),(255624,112,104,82,'19.709546189786962','-156.03358268737793'),(255623,112,104,81,'19.706596880714773','-156.03259563446045'),(255622,112,104,80,'19.700980922684703','-156.02941989898682'),(255621,112,104,79,'19.694799100706376','-156.02508544921875'),(255620,112,104,78,'19.692778845681516','-156.02418422698975'),(255619,112,104,77,'19.689546384611382','-156.02238178253174'),(255087,116,98,103,'19.675726877816952','-156.01821899414062'),(255088,116,98,104,'19.671524218318023','-156.01521492004394'),(255089,116,98,105,'19.665139197807143','-156.01105213165283'),(255090,116,98,106,'19.66182535274718','-156.00886344909668'),(255091,116,98,107,'19.657703157220606','-156.00684642791748'),(255092,116,98,108,'19.655278286831546','-156.005859375'),(255093,116,98,109,'19.654550818566854','-156.0053014755249'),(255094,116,98,110,'19.65374251662593','-156.0050868988037'),(255095,116,98,111,'19.652691718014267','-156.00379943847656'),(255096,116,98,112,'19.65131758636836','-156.0027265548706'),(255097,116,98,113,'19.650388020052297','-156.00139617919922'),(255098,116,98,114,'19.64953928088669','-156.00023746490478'),(255099,116,98,115,'19.646427198873144','-155.99371433258057'),(255100,116,98,121,'19.63955615477359','-155.99435806274414'),(255101,116,98,120,'19.637494784197322','-155.99268436431885'),(255102,116,98,119,'19.63826274887769','-155.99036693572998'),(255103,116,98,118,'19.640445365282982','-155.9916114807129'),(255104,116,98,117,'19.641981262744345','-155.99302768707275'),(255105,116,98,116,'19.642264189621343','-155.99586009979248'),(255106,116,98,122,'19.64056662087996','-155.9963321685791'),(255107,116,97,0,'19.639738039142074','-155.99549531936645'),(255108,116,97,1,'19.62439840018992','-155.9913969039917'),(255109,116,97,2,'19.62383248299051','-155.9941005706787'),(255110,116,97,3,'19.638990290976174','-155.9970188140869'),(255111,116,99,0,'19.64012201657667','-155.99650382995605'),(255112,116,99,1,'19.6404049467303','-155.99684715270996'),(255113,116,99,2,'19.641779171812633','-155.99641799926758'),(255114,116,99,3,'19.642264189621343','-155.99586009979248'),(255115,116,99,4,'19.642668370009193','-155.9971046447754'),(255116,116,99,5,'19.641738753595767','-156.00045204162598'),(255117,116,99,6,'19.641617498884105','-156.0016965866089'),(255118,116,99,7,'19.642547115999697','-156.00409984588623'),(255119,116,99,8,'19.64808428901575','-156.00109577178955'),(255120,116,99,9,'19.64937761577473','-156.00028038024902'),(255121,116,99,10,'19.646427198873144','-155.99384307861328'),(255122,116,99,11,'19.644082993352487','-155.99495887756348'),(255123,116,99,12,'19.642425861898598','-155.99581718444824'),(255124,116,99,13,'19.641940844578368','-155.99268436431885'),(255125,116,99,14,'19.638060653265285','-155.99023818969726'),(255126,116,99,15,'19.6299766202136','-155.985689163208'),(255127,116,99,16,'19.62686415901172','-155.98268508911133'),(255128,116,99,17,'19.62379206025714','-155.97792148590088'),(255129,116,99,19,'19.620275243531782','-155.9767198562622'),(255130,116,99,18,'19.621932603530624','-155.97689151763916'),(255131,116,99,20,'19.618900834472388','-155.9758186340332'),(255132,116,99,21,'19.617364716322132','-155.9726858139038'),(255133,116,99,22,'19.615869008228973','-155.96989631652832'),(255134,116,99,23,'19.614292435985284','-155.96805095672607'),(255135,116,99,24,'19.614898811754784','-155.96882343292236'),(255136,116,99,25,'19.615828583492785','-155.96968173980713'),(255137,116,99,26,'19.618496594277132','-155.9750461578369'),(255138,116,99,27,'19.620153972616936','-155.97667694091797'),(255139,116,99,28,'19.621892180319374','-155.97697734832764'),(255140,116,99,29,'19.62371121475991','-155.9777069091797'),(255141,116,99,30,'19.62654078296148','-155.98225593566894'),(255142,116,99,31,'19.627793861530637','-155.98380088806152'),(255143,116,99,32,'19.629895777828302','-155.98586082458496'),(255144,116,99,33,'19.637413945596257','-155.98985195159912'),(255145,116,99,34,'19.64149624408084','-155.992169380188'),(255146,116,99,35,'19.642304607705924','-155.99568843841553'),(255147,116,99,36,'19.646346364769982','-155.9936285018921'),(255148,116,99,37,'19.649498864623954','-156.00032329559326'),(255149,116,99,38,'19.649983859104747','-156.00109577178955'),(255150,116,99,39,'19.651438833751697','-156.0027265548706'),(255151,116,99,40,'19.653702101421977','-156.004958152771'),(255152,116,99,41,'19.65531870163841','-156.00594520568848'),(255153,116,99,42,'19.661178740847784','-156.00847721099853'),(255154,116,99,43,'19.668493385860802','-156.01332664489746'),(255155,116,99,44,'19.675161141611955','-156.017746925354'),(255156,116,99,45,'19.67908084429291','-156.01959228515625'),(255157,116,99,46,'19.685990602058957','-156.0210943222046'),(255158,116,99,47,'19.689627196933532','-156.02251052856445'),(255159,116,99,48,'19.694677886123912','-156.02499961853027'),(255160,116,99,49,'19.701061729233995','-156.0291624069214'),(255161,116,99,50,'19.706798889920275','-156.03272438049316'),(255162,116,99,51,'19.709626992009855','-156.03358268737793'),(255163,116,99,52,'19.712980248257835','-156.03379726409912'),(255164,116,99,53,'19.719848143950447','-156.0327672958374'),(255165,116,99,54,'19.72550383649588','-156.0318660736084'),(255166,116,99,55,'19.732855937551008','-156.03044986724853'),(255167,116,99,56,'19.748286169934413','-156.02783203125'),(255168,116,99,57,'19.75583916922724','-156.02654457092285'),(255169,116,99,58,'19.76306871059595','-156.02444171905517'),(255170,116,99,59,'19.76912673309524','-156.0219955444336'),(255171,116,99,60,'19.776476824611357','-156.01766109466553'),(255172,116,99,61,'19.78237280682004','-156.01354122161865'),(255173,116,99,62,'19.787905139620004','-156.0096788406372'),(255174,116,99,63,'19.791822076564774','-156.0064172744751'),(255175,116,99,64,'19.797475217713323','-156.0010528564453'),(255176,116,99,65,'19.806640955574714','-155.9913969039917'),(255177,116,99,66,'19.81124381418529','-155.98448753356934'),(255178,116,99,67,'19.81346444395169','-155.97496032714844'),(255179,116,99,68,'19.814998679132284','-155.9683084487915'),(255180,116,99,69,'19.819116816157496','-155.96084117889404'),(255181,116,99,70,'19.823880802375985','-155.95268726348877'),(255182,116,99,71,'19.829613545633005','-155.9420871734619'),(255183,116,99,72,'19.834013891338887','-155.93440532684326'),(255184,116,99,73,'19.840190317749755','-155.92350482940674'),(255185,116,99,74,'19.8452362394574','-155.91784000396728'),(255186,116,99,75,'19.850847116065743','-155.9135913848877'),(255187,116,99,76,'19.877970282196646','-155.90131759643555'),(255188,116,99,77,'19.888624542122837','-155.89685440063476'),(255189,116,99,78,'19.895404152582877','-155.89239120483398'),(255190,116,99,79,'19.921228579813466','-155.86063385009766'),(255191,116,99,80,'19.93575296695323','-155.84260940551758'),(255192,116,99,81,'19.953180468842127','-155.82836151123047'),(255193,116,99,82,'19.968347283911775','-155.82012176513672'),(255194,116,99,83,'19.998515226890116','-155.81548690795898'),(255195,116,99,84,'20.013032497906056','-155.81274032592773'),(255196,116,99,85,'20.022387362780314','-155.81256866455078'),(255197,116,99,86,'20.028193550707296','-155.8184051513672'),(255198,116,99,87,'20.03835386347126','-155.82801818847656'),(255199,116,99,88,'20.05512500542881','-155.84192276000976'),(255200,116,99,90,'20.091725022147358','-155.8688735961914'),(255201,116,99,89,'20.075280256655787','-155.85702896118164'),(255202,116,99,91,'20.116227743821795','-155.87865829467773'),(255203,116,99,92,'20.129605899899026','-155.88397979736328'),(255204,116,99,93,'20.160065139317986','-155.8930778503418'),(255205,116,99,94,'20.183268189829025','-155.89651107788086'),(255206,116,99,95,'20.192129554789343','-155.89616775512695'),(255207,116,99,96,'20.212428236154796','-155.8875846862793'),(255208,116,99,97,'20.233851749955672','-155.87265014648437'),(255209,116,99,98,'20.238361587286963','-155.86406707763672'),(255210,116,99,99,'20.238522650485613','-155.83351135253906'),(255211,116,99,100,'20.23723414022243','-155.8293914794922'),(255212,116,99,101,'20.238200523921367','-155.83316802978516'),(255213,116,99,102,'20.23900583908','-155.84844589233398'),(255214,116,99,103,'20.23868371351734','-155.86183547973633'),(255215,116,99,104,'20.23369068191653','-155.87213516235351'),(255216,116,99,105,'20.218871708475607','-155.88363647460937'),(255217,116,99,106,'20.2087231187545','-155.88964462280273'),(255218,116,99,109,'20.163771413729485','-155.89479446411133'),(255219,116,99,108,'20.178434505667084','-155.89616775512695'),(255220,116,99,107,'20.19148510887541','-155.89702606201172'),(255221,116,99,110,'20.144272201095916','-155.88844299316406'),(255222,116,99,111,'20.129767075523887','-155.88483810424805'),(255223,116,99,112,'20.112842727753186','-155.8765983581543'),(255224,116,99,113,'20.091886236795233','-155.8692169189453'),(255225,116,99,114,'20.077376254086896','-155.85908889770508'),(255226,116,99,115,'20.06044624333417','-155.84484100341797'),(255227,116,99,116,'20.04641713607033','-155.8359146118164'),(255228,116,99,117,'20.039482746554885','-155.8304214477539'),(255229,116,99,118,'20.03625734479361','-155.82578659057617'),(255230,116,99,119,'20.02529048354978','-155.81531524658203'),(255231,116,99,120,'20.02222607672129','-155.81256866455078'),(255232,116,99,121,'20.0014187882238','-155.81462860107422'),(255233,116,99,124,'19.95527809397557','-155.8268165588379'),(255234,116,99,123,'19.96818594248975','-155.82029342651367'),(255235,116,99,122,'19.97947944330872','-155.8194351196289'),(255236,116,99,125,'19.93575296695323','-155.84157943725586'),(255237,116,99,126,'19.921712747556206','-155.8601188659668'),(255238,116,99,127,'19.901860654548127','-155.88655471801758'),(255239,116,99,128,'19.89750254460791','-155.89101791381836'),(255240,116,99,129,'19.8879788497983','-155.89685440063476'),(255241,116,99,130,'19.86521651403575','-155.90681076049805'),(255242,116,99,131,'19.85165442011808','-155.9128189086914'),(255243,116,99,132,'19.843904131706367','-155.91882705688476'),(255244,116,99,133,'19.830340216628162','-155.94045639038086'),(255245,116,99,134,'19.819036069397913','-155.96088409423828'),(255246,116,99,135,'19.81483718138929','-155.9677505493164'),(255247,116,99,136,'19.811607192086985','-155.98405838012695'),(255248,116,99,137,'19.795779296448003','-156.0025978088379'),(255249,116,99,138,'19.772519125144523','-156.01993560791016'),(255250,116,99,139,'19.753940855449265','-156.02697372436523'),(255251,116,99,140,'19.71435385099788','-156.03384017944336'),(255252,116,99,141,'19.708536158556484','-156.03349685668945'),(255253,116,99,142,'19.694960720006886','-156.0252571105957'),(255254,116,99,143,'19.688657446375778','-156.02182388305664'),(255255,116,99,144,'19.6770199816421','-156.01873397827148'),(255256,116,99,145,'19.664896723661716','-156.01083755493164'),(255257,116,99,146,'19.654065837891014','-156.00482940673828'),(255258,116,99,147,'19.649054285062185','-156.0000228881836'),(255259,116,99,148,'19.642587534013032','-156.00448608398437'),(255260,116,99,149,'19.641294152538577','-156.00173950195312'),(255261,116,99,150,'19.64210251718127','-155.99761962890625'),(255262,116,99,151,'19.640809131799152','-155.99693298339844'),(255263,116,98,0,'19.640728294866782','-155.996675491333'),(255264,116,98,1,'19.641455825792743','-155.9965682029724'),(255265,116,98,2,'19.641758962705484','-155.99613904953003'),(255266,116,98,3,'19.642264189621343','-155.995774269104'),(255267,116,98,4,'19.641981262744345','-155.993070602417'),(255268,116,98,5,'19.64141540749447','-155.99210500717163'),(255269,116,98,6,'19.64050599309292','-155.99156856536865'),(255270,116,98,7,'19.64002096997239','-155.99111795425415'),(255271,116,98,8,'19.6383233775118','-155.99032402038574'),(255272,116,98,9,'19.637434155250346','-155.99249124526977'),(255273,116,98,11,'19.63543338715763','-155.99045276641846'),(255274,116,98,10,'19.636949122850332','-155.99246978759766'),(255275,116,98,12,'19.63381658664994','-155.98955154418945'),(255276,116,98,13,'19.63163388014638','-155.98886489868164'),(255277,116,98,14,'19.629531986590954','-155.98809242248535'),(255278,116,98,15,'19.626581205003344','-155.98766326904297'),(255279,116,98,16,'19.625489806303282','-155.98710536956787'),(255280,116,98,17,'19.62403459650481','-155.9855604171753'),(255281,116,98,18,'19.61881998651467','-155.98405838012695'),(255282,116,98,19,'19.61526263611873','-155.98247051239014'),(255283,116,98,20,'19.613726483203734','-155.98156929016113'),(255284,116,98,21,'19.60936049478925','-155.97822189331055'),(255285,116,98,22,'19.607581724785213','-155.97667694091797'),(255286,116,98,23,'19.60665190536278','-155.97629070281982'),(255287,116,98,24,'19.60551994402843','-155.9752607345581'),(255288,116,98,26,'19.603094285774592','-155.97410202026367'),(255289,116,98,25,'19.60426669183082','-155.97444534301758'),(255290,116,98,27,'19.601032447502565','-155.9742307662964'),(255291,116,98,29,'19.59678740315885','-155.97332954406738'),(255292,116,98,28,'19.599051440745036','-155.97388744354248'),(255293,116,98,30,'19.59371472977534','-155.97071170806885'),(255294,116,98,31,'19.591248462651638','-155.9708833694458'),(255295,116,98,32,'19.589226904044203','-155.97101211547851'),(255296,116,98,33,'19.587528775197597','-155.97092628479004'),(255297,116,98,34,'19.585790196157884','-155.96946716308594'),(255298,116,98,35,'19.58118084925386','-155.96620559692383'),(255299,116,98,36,'19.577905706819972','-155.9660768508911'),(255300,116,98,37,'19.57248742377039','-155.96569061279297'),(255301,116,98,38,'19.570667810239086','-155.96341609954834'),(255302,116,98,39,'19.569090795227247','-155.9615707397461'),(255303,116,98,40,'19.572406552494154','-155.96556186676025'),(255304,116,98,41,'19.577622666693663','-155.96603393554687'),(255305,116,98,42,'19.580695647169182','-155.96599102020264'),(255306,116,98,43,'19.58740747959466','-155.9708833694458'),(255307,116,98,45,'19.59690869169416','-155.97328662872314'),(255308,116,98,44,'19.593593438833075','-155.97071170806885'),(255309,116,98,46,'19.59945572981921','-155.97410202026367'),(255310,116,98,47,'19.602083584040937','-155.97431659698486'),(255311,116,98,48,'19.60438797472828','-155.97440242767334'),(255312,116,98,49,'19.606611478309432','-155.97646236419678'),(255313,116,98,50,'19.6079051389765','-155.9769344329834'),(255314,116,98,51,'19.613928609425826','-155.98161220550537'),(255315,116,98,52,'19.618537018342405','-155.98397254943848'),(255316,116,98,53,'19.62383248299051','-155.98551750183105'),(255317,116,98,54,'19.625813184468757','-155.98731994628906'),(255318,116,98,55,'19.631714721656937','-155.98877906799316'),(255319,116,98,56,'19.635352547518827','-155.99019527435303'),(255320,116,98,57,'19.636767235322615','-155.99242687225342'),(255321,116,98,58,'19.6375352034826','-155.99289894104004'),(255322,116,98,59,'19.638343587051412','-155.9904956817627'),(255323,116,98,60,'19.64008159794259','-155.99126815795898'),(255324,116,98,61,'19.641455825792743','-155.99191188812256'),(255325,116,98,62,'19.642062099045802','-155.99281311035156'),(255326,116,98,63,'19.642345025780326','-155.99581718444824'),(255327,116,98,64,'19.646427198873144','-155.9935426712036'),(255328,116,98,65,'19.64881178660026','-155.9992504119873'),(255329,116,98,66,'19.650266771874918','-156.00135326385498'),(255330,116,98,67,'19.653217118180414','-156.0045289993286'),(255331,116,98,68,'19.654672063506734','-156.00538730621338'),(255332,116,98,69,'19.655399531221597','-156.00603103637695'),(255333,116,98,70,'19.66093626071332','-156.00830554962158'),(255334,116,98,71,'19.66235072299559','-156.00942134857178'),(255335,116,98,72,'19.66845297437422','-156.0131549835205'),(255336,116,98,73,'19.671362575367087','-156.0151720046997'),(255337,116,98,74,'19.675928925977544','-156.0183048248291'),(255338,116,98,75,'19.679121253099492','-156.019549369812'),(255339,116,98,76,'19.686435079196','-156.0212230682373'),(255340,115,102,151,'19.640809131799152','-155.99693298339844'),(255341,115,102,150,'19.64210251718127','-155.99761962890625'),(255342,115,102,149,'19.641294152538577','-156.00173950195312'),(255343,115,102,148,'19.642587534013032','-156.00448608398437'),(255344,115,102,147,'19.649054285062185','-156.0000228881836'),(255345,115,102,146,'19.654065837891014','-156.00482940673828'),(255346,115,102,145,'19.664896723661716','-156.01083755493164'),(255347,115,102,144,'19.6770199816421','-156.01873397827148'),(255348,115,102,143,'19.688657446375778','-156.02182388305664'),(255349,115,102,142,'19.694960720006886','-156.0252571105957'),(255350,115,102,141,'19.708536158556484','-156.03349685668945'),(255351,115,102,140,'19.71435385099788','-156.03384017944336'),(255352,115,102,139,'19.753940855449265','-156.02697372436523'),(255353,115,102,138,'19.772519125144523','-156.01993560791016'),(255354,115,102,137,'19.795779296448003','-156.0025978088379'),(255355,115,102,136,'19.811607192086985','-155.98405838012695'),(255356,115,102,135,'19.81483718138929','-155.9677505493164'),(255357,115,102,134,'19.819036069397913','-155.96088409423828'),(255358,115,102,133,'19.830340216628162','-155.94045639038086'),(255359,115,102,132,'19.843904131706367','-155.91882705688476'),(255360,115,102,131,'19.85165442011808','-155.9128189086914'),(255361,115,102,130,'19.86521651403575','-155.90681076049805'),(255362,115,102,129,'19.8879788497983','-155.89685440063476'),(255363,115,102,128,'19.89750254460791','-155.89101791381836'),(255364,115,102,127,'19.901860654548127','-155.88655471801758'),(255365,115,102,126,'19.921712747556206','-155.8601188659668'),(255366,115,102,125,'19.93575296695323','-155.84157943725586'),(255367,115,102,124,'19.95527809397557','-155.8268165588379'),(255368,115,102,123,'19.96818594248975','-155.82029342651367'),(255369,115,102,122,'19.97947944330872','-155.8194351196289'),(255370,115,102,121,'20.0014187882238','-155.81462860107422'),(255371,115,102,120,'20.02222607672129','-155.81256866455078'),(255372,115,102,119,'20.02529048354978','-155.81531524658203'),(255373,115,102,118,'20.03625734479361','-155.82578659057617'),(255374,115,102,117,'20.039482746554885','-155.8304214477539'),(255375,115,102,116,'20.04641713607033','-155.8359146118164'),(255376,115,102,115,'20.06044624333417','-155.84484100341797'),(255377,115,102,114,'20.077376254086896','-155.85908889770508'),(255378,115,102,113,'20.091886236795233','-155.8692169189453'),(255379,115,102,112,'20.112842727753186','-155.8765983581543'),(255380,115,102,111,'20.129767075523887','-155.88483810424805'),(255381,115,102,110,'20.144272201095916','-155.88844299316406'),(255382,115,102,109,'20.163771413729485','-155.89479446411133'),(255383,115,102,108,'20.178434505667084','-155.89616775512695'),(255384,115,102,107,'20.19148510887541','-155.89702606201172'),(255385,115,102,106,'20.2087231187545','-155.88964462280273'),(255386,115,102,105,'20.218871708475607','-155.88363647460937'),(255387,115,102,104,'20.23369068191653','-155.87213516235351'),(255388,115,102,103,'20.23868371351734','-155.86183547973633'),(255389,115,102,102,'20.23900583908','-155.84844589233398'),(255390,115,102,101,'20.238200523921367','-155.83316802978516'),(255391,115,102,100,'20.23723414022243','-155.8293914794922'),(255392,115,102,99,'20.238522650485613','-155.83351135253906'),(255393,115,102,98,'20.238361587286963','-155.86406707763672'),(255394,115,102,97,'20.233851749955672','-155.87265014648437'),(255395,115,102,96,'20.212428236154796','-155.8875846862793'),(255396,115,102,95,'20.192129554789343','-155.89616775512695'),(255397,115,102,94,'20.183268189829025','-155.89651107788086'),(255398,115,102,93,'20.160065139317986','-155.8930778503418'),(255399,115,102,92,'20.129605899899026','-155.88397979736328'),(255400,115,102,91,'20.116227743821795','-155.87865829467773'),(255401,115,102,90,'20.091725022147358','-155.8688735961914'),(255402,115,102,89,'20.075280256655787','-155.85702896118164'),(255403,115,102,88,'20.05512500542881','-155.84192276000976'),(255404,115,102,87,'20.03835386347126','-155.82801818847656'),(255405,115,102,86,'20.028193550707296','-155.8184051513672'),(255406,115,102,85,'20.022387362780314','-155.81256866455078'),(255407,115,102,84,'20.013032497906056','-155.81274032592773'),(255408,115,102,83,'19.998515226890116','-155.81548690795898'),(255409,115,102,82,'19.968347283911775','-155.82012176513672'),(255410,115,102,81,'19.953180468842127','-155.82836151123047'),(255411,115,102,80,'19.93575296695323','-155.84260940551758'),(255412,115,102,79,'19.921228579813466','-155.86063385009766'),(255413,115,102,78,'19.895404152582877','-155.89239120483398'),(255414,115,102,77,'19.888624542122837','-155.89685440063476'),(255415,115,102,76,'19.877970282196646','-155.90131759643555'),(255416,115,102,75,'19.850847116065743','-155.9135913848877'),(255417,115,102,74,'19.8452362394574','-155.91784000396728'),(255418,115,102,73,'19.840190317749755','-155.92350482940674'),(255419,115,102,72,'19.834013891338887','-155.93440532684326'),(255420,115,102,71,'19.829613545633005','-155.9420871734619'),(255421,115,102,70,'19.823880802375985','-155.95268726348877'),(255422,115,102,69,'19.819116816157496','-155.96084117889404'),(255423,115,102,68,'19.814998679132284','-155.9683084487915'),(255424,115,102,67,'19.81346444395169','-155.97496032714844'),(255425,115,102,66,'19.81124381418529','-155.98448753356934'),(255426,115,102,65,'19.806640955574714','-155.9913969039917'),(255427,115,102,64,'19.797475217713323','-156.0010528564453'),(255428,115,102,63,'19.791822076564774','-156.0064172744751'),(255429,115,102,62,'19.787905139620004','-156.0096788406372'),(255430,115,102,61,'19.78237280682004','-156.01354122161865'),(255431,115,102,60,'19.776476824611357','-156.01766109466553'),(255432,115,102,59,'19.76912673309524','-156.0219955444336'),(255433,115,102,58,'19.76306871059595','-156.02444171905517'),(255434,115,102,57,'19.75583916922724','-156.02654457092285'),(255435,115,102,56,'19.748286169934413','-156.02783203125'),(255436,115,102,55,'19.732855937551008','-156.03044986724853'),(255437,115,102,54,'19.72550383649588','-156.0318660736084'),(255438,115,102,53,'19.719848143950447','-156.0327672958374'),(255439,115,102,52,'19.712980248257835','-156.03379726409912'),(255440,115,102,51,'19.709626992009855','-156.03358268737793'),(255441,115,102,50,'19.706798889920275','-156.03272438049316'),(255442,115,102,49,'19.701061729233995','-156.0291624069214'),(255443,115,102,48,'19.694677886123912','-156.02499961853027'),(255444,115,102,47,'19.689627196933532','-156.02251052856445'),(255445,115,102,46,'19.685990602058957','-156.0210943222046'),(255446,115,102,45,'19.67908084429291','-156.01959228515625'),(255447,115,102,44,'19.675161141611955','-156.017746925354'),(255448,115,102,43,'19.668493385860802','-156.01332664489746'),(255449,115,102,42,'19.661178740847784','-156.00847721099853'),(255450,115,102,41,'19.65531870163841','-156.00594520568848'),(255451,115,102,40,'19.653702101421977','-156.004958152771'),(255452,115,102,39,'19.651438833751697','-156.0027265548706'),(255453,115,102,38,'19.649983859104747','-156.00109577178955'),(255454,115,102,37,'19.649498864623954','-156.00032329559326'),(255455,115,102,36,'19.646346364769982','-155.9936285018921'),(255456,115,102,35,'19.642304607705924','-155.99568843841553'),(255457,115,102,34,'19.64149624408084','-155.992169380188'),(255458,115,102,33,'19.637413945596257','-155.98985195159912'),(255459,115,102,32,'19.629895777828302','-155.98586082458496'),(255460,115,102,31,'19.627793861530637','-155.98380088806152'),(255461,115,102,30,'19.62654078296148','-155.98225593566894'),(255462,115,102,29,'19.62371121475991','-155.9777069091797'),(255463,115,102,28,'19.621892180319374','-155.97697734832764'),(255464,115,102,27,'19.620153972616936','-155.97667694091797'),(255465,115,102,26,'19.618496594277132','-155.9750461578369'),(255466,115,102,25,'19.615828583492785','-155.96968173980713'),(255467,115,102,24,'19.614898811754784','-155.96882343292236'),(255468,115,102,23,'19.614292435985284','-155.96805095672607'),(255469,115,102,22,'19.615869008228973','-155.96989631652832'),(255470,115,102,21,'19.617364716322132','-155.9726858139038'),(255471,115,102,20,'19.618900834472388','-155.9758186340332'),(255472,115,102,19,'19.620275243531782','-155.9767198562622'),(255473,115,102,18,'19.621932603530624','-155.97689151763916'),(255474,115,102,17,'19.62379206025714','-155.97792148590088'),(255475,115,102,16,'19.62686415901172','-155.98268508911133'),(255476,115,102,15,'19.6299766202136','-155.985689163208'),(255477,115,102,14,'19.638060653265285','-155.99023818969726'),(255478,115,102,13,'19.641940844578368','-155.99268436431885'),(255479,115,102,12,'19.642425861898598','-155.99581718444824'),(255480,115,102,11,'19.644082993352487','-155.99495887756348'),(255481,115,102,10,'19.646427198873144','-155.99384307861328'),(255482,115,102,9,'19.64937761577473','-156.00028038024902'),(255483,115,102,8,'19.64808428901575','-156.00109577178955'),(255484,115,102,7,'19.642547115999697','-156.00409984588623'),(255485,115,102,6,'19.641617498884105','-156.0016965866089'),(255486,115,102,5,'19.641738753595767','-156.00045204162598'),(255487,115,102,4,'19.642668370009193','-155.9971046447754'),(255488,115,102,3,'19.642264189621343','-155.99586009979248'),(255489,115,102,2,'19.641779171812633','-155.99641799926758'),(255490,115,102,1,'19.6404049467303','-155.99684715270996'),(255491,115,102,0,'19.64012201657667','-155.99650382995605'),(255492,115,101,3,'19.638990290976174','-155.9970188140869'),(255493,115,101,2,'19.62383248299051','-155.9941005706787'),(255494,115,101,1,'19.62439840018992','-155.9913969039917'),(255495,115,101,0,'19.639738039142074','-155.99549531936645'),(255496,115,100,122,'19.64056662087996','-155.9963321685791'),(255497,115,100,116,'19.642264189621343','-155.99586009979248'),(255498,115,100,117,'19.641981262744345','-155.99302768707275'),(255499,115,100,118,'19.640445365282982','-155.9916114807129'),(255500,115,100,119,'19.63826274887769','-155.99036693572998'),(255501,115,100,120,'19.637494784197322','-155.99268436431885'),(255502,115,100,121,'19.63955615477359','-155.99435806274414'),(255503,115,100,115,'19.646427198873144','-155.99371433258057'),(255504,115,100,114,'19.64953928088669','-156.00023746490478'),(255505,115,100,113,'19.650388020052297','-156.00139617919922'),(255506,115,100,112,'19.65131758636836','-156.0027265548706'),(255507,115,100,111,'19.652691718014267','-156.00379943847656'),(255508,115,100,110,'19.65374251662593','-156.0050868988037'),(255509,115,100,109,'19.654550818566854','-156.0053014755249'),(255510,115,100,108,'19.655278286831546','-156.005859375'),(255511,115,100,107,'19.657703157220606','-156.00684642791748'),(255512,115,100,106,'19.66182535274718','-156.00886344909668'),(255513,115,100,105,'19.665139197807143','-156.01105213165283'),(255514,115,100,104,'19.671524218318023','-156.01521492004394'),(255515,115,100,103,'19.675726877816952','-156.01821899414062'),(255516,115,100,102,'19.67819184796928','-156.019549369812'),(255517,115,100,101,'19.68045473799892','-156.0199785232544'),(255518,115,100,100,'19.68615223025152','-156.02113723754883'),(255519,115,100,99,'19.689546384611382','-156.02238178253174'),(255520,115,100,98,'19.691364651993986','-156.02306842803955'),(255521,115,100,97,'19.69273844032096','-156.0243558883667'),(255522,115,100,96,'19.69463748124269','-156.02508544921875'),(255523,115,100,95,'19.696496095222507','-156.02641582489014'),(255524,115,100,94,'19.699243572005066','-156.02826118469238'),(255525,115,100,93,'19.70247583724055','-156.03002071380615'),(255526,115,100,92,'19.706758488099588','-156.03272438049316'),(255527,115,100,91,'19.709869398433593','-156.03379726409912'),(255528,115,100,90,'19.712939847998623','-156.03392601013184'),(255529,115,100,89,'19.715969839114034','-156.03349685668945'),(255530,115,100,88,'19.71516184709757','-156.03946208953857'),(255531,115,100,87,'19.714434650791585','-156.0481309890747'),(255532,115,100,86,'19.72388794476295','-156.05478286743164'),(255533,115,100,85,'19.71427305116334','-156.04808807373047'),(255534,115,100,84,'19.715969839114034','-156.0333251953125'),(255535,115,100,83,'19.712495444473575','-156.03384017944336'),(255536,115,100,82,'19.709546189786962','-156.03358268737793'),(255537,115,100,81,'19.706596880714773','-156.03259563446045'),(255538,115,100,80,'19.700980922684703','-156.02941989898682'),(255539,115,100,79,'19.694799100706376','-156.02508544921875'),(255540,115,100,78,'19.692778845681516','-156.02418422698975'),(255541,115,100,77,'19.689546384611382','-156.02238178253174'),(255542,115,100,76,'19.686435079196','-156.0212230682373'),(255543,115,100,75,'19.679121253099492','-156.019549369812'),(255544,115,100,74,'19.675928925977544','-156.0183048248291'),(255545,115,100,73,'19.671362575367087','-156.0151720046997'),(255546,115,100,72,'19.66845297437422','-156.0131549835205'),(255547,115,100,71,'19.66235072299559','-156.00942134857178'),(255548,115,100,70,'19.66093626071332','-156.00830554962158'),(255549,115,100,69,'19.655399531221597','-156.00603103637695'),(255550,115,100,68,'19.654672063506734','-156.00538730621338'),(255551,115,100,67,'19.653217118180414','-156.0045289993286'),(255552,115,100,66,'19.650266771874918','-156.00135326385498'),(255553,115,100,65,'19.64881178660026','-155.9992504119873'),(255554,115,100,64,'19.646427198873144','-155.9935426712036'),(255555,115,100,63,'19.642345025780326','-155.99581718444824'),(255556,115,100,62,'19.642062099045802','-155.99281311035156'),(255557,115,100,61,'19.641455825792743','-155.99191188812256'),(255558,115,100,60,'19.64008159794259','-155.99126815795898'),(255559,115,100,59,'19.638343587051412','-155.9904956817627'),(255560,115,100,58,'19.6375352034826','-155.99289894104004'),(255561,115,100,57,'19.636767235322615','-155.99242687225342'),(255562,115,100,56,'19.635352547518827','-155.99019527435303'),(255563,115,100,55,'19.631714721656937','-155.98877906799316'),(255564,115,100,54,'19.625813184468757','-155.98731994628906'),(255565,115,100,53,'19.62383248299051','-155.98551750183105'),(255566,115,100,52,'19.618537018342405','-155.98397254943848'),(255567,115,100,51,'19.613928609425826','-155.98161220550537'),(255568,115,100,50,'19.6079051389765','-155.9769344329834'),(255569,115,100,49,'19.606611478309432','-155.97646236419678'),(255570,115,100,48,'19.60438797472828','-155.97440242767334'),(255571,115,100,47,'19.602083584040937','-155.97431659698486'),(255572,115,100,46,'19.59945572981921','-155.97410202026367'),(255573,115,100,45,'19.59690869169416','-155.97328662872314'),(255574,115,100,44,'19.593593438833075','-155.97071170806885'),(255575,115,100,43,'19.58740747959466','-155.9708833694458'),(255576,115,100,42,'19.580695647169182','-155.96599102020264'),(255577,115,100,41,'19.577622666693663','-155.96603393554687'),(255578,115,100,40,'19.572406552494154','-155.96556186676025'),(255579,115,100,39,'19.569090795227247','-155.9615707397461'),(255580,115,100,38,'19.570667810239086','-155.96341609954834'),(255581,115,100,37,'19.57248742377039','-155.96569061279297'),(255582,115,100,36,'19.577905706819972','-155.9660768508911'),(255583,115,100,35,'19.58118084925386','-155.96620559692383'),(255584,115,100,34,'19.585790196157884','-155.96946716308594'),(255585,115,100,33,'19.587528775197597','-155.97092628479004'),(255586,115,100,32,'19.589226904044203','-155.97101211547851'),(255587,115,100,31,'19.591248462651638','-155.9708833694458'),(255588,115,100,30,'19.59371472977534','-155.97071170806885'),(255589,115,100,29,'19.59678740315885','-155.97332954406738'),(255590,115,100,28,'19.599051440745036','-155.97388744354248'),(255591,115,100,27,'19.601032447502565','-155.9742307662964'),(255592,115,100,26,'19.603094285774592','-155.97410202026367'),(255593,115,100,25,'19.60426669183082','-155.97444534301758'),(255594,115,100,24,'19.60551994402843','-155.9752607345581'),(255595,115,100,23,'19.60665190536278','-155.97629070281982'),(255596,115,100,22,'19.607581724785213','-155.97667694091797'),(255597,115,100,21,'19.60936049478925','-155.97822189331055'),(255598,115,100,20,'19.613726483203734','-155.98156929016113'),(255599,115,100,19,'19.61526263611873','-155.98247051239014'),(255600,115,100,18,'19.61881998651467','-155.98405838012695'),(255601,115,100,17,'19.62403459650481','-155.9855604171753'),(255602,115,100,16,'19.625489806303282','-155.98710536956787'),(255603,115,100,15,'19.626581205003344','-155.98766326904297'),(255604,115,100,14,'19.629531986590954','-155.98809242248535'),(255605,115,100,13,'19.63163388014638','-155.98886489868164'),(255606,115,100,12,'19.63381658664994','-155.98955154418945'),(255607,115,100,11,'19.63543338715763','-155.99045276641846'),(255608,115,100,10,'19.636949122850332','-155.99246978759766'),(255609,115,100,9,'19.637434155250346','-155.99249124526977'),(255610,115,100,8,'19.6383233775118','-155.99032402038574'),(255611,115,100,7,'19.64002096997239','-155.99111795425415'),(255612,115,100,6,'19.64050599309292','-155.99156856536865'),(255613,115,100,5,'19.64141540749447','-155.99210500717163'),(255614,115,100,4,'19.641981262744345','-155.993070602417'),(255615,115,100,3,'19.642264189621343','-155.995774269104'),(255616,115,100,2,'19.641758962705484','-155.99613904953003'),(255617,115,100,1,'19.641455825792743','-155.9965682029724'),(255618,115,100,0,'19.640728294866782','-155.996675491333'),(258651,117,109,75,'36.020572354146566','-115.08393287658691'),(258650,117,109,74,'36.02515396515468','-115.08504867553711'),(258649,117,109,73,'36.03008237045713','-115.08667945861816'),(258648,117,109,72,'36.03494105976244','-115.08453369140625'),(258647,117,109,71,'36.033622302299555','-115.0821304321289'),(258646,117,109,70,'36.03147059798358','-115.07972717285156'),(258645,117,109,69,'36.03098472113225','-115.08015632629394'),(258644,117,109,68,'36.029804722015996','-115.08195877075195'),(258643,117,109,67,'36.029110596631874','-115.08084297180176'),(258642,117,109,66,'36.02931883488932','-115.07972717285156'),(258641,117,109,65,'36.03042942963237','-115.07852554321289'),(258640,117,109,64,'36.03154000871768','-115.07964134216308'),(258639,117,109,63,'36.033622302299555','-115.08238792419433'),(258638,117,109,62,'36.03466342844732','-115.0847053527832'),(258637,117,109,61,'36.02987413421804','-115.08642196655273'),(258636,117,109,60,'36.024112713318495','-115.08461952209472'),(258635,117,109,59,'36.02029467219012','-115.08410453796387'),(258634,117,109,58,'36.018073181313106','-115.0887393951416'),(258633,117,109,57,'36.01821202632757','-115.09140014648437'),(258632,117,109,56,'36.01515737950331','-115.09225845336914'),(258631,117,109,55,'36.01099176122101','-115.09552001953125'),(258630,117,109,54,'36.003840269855935','-115.09552001953125'),(258629,117,109,53,'36.00092394155773','-115.09371757507324'),(258628,117,109,52,'36.00029900003294','-115.09225845336914'),(258627,117,109,51,'36.00071562826642','-115.08770942687988'),(258626,117,109,50,'36.00043787635533','-115.08333206176758'),(258625,117,109,49,'35.99904910212584','-115.08427619934082'),(258624,117,109,48,'35.99766030343984','-115.08753776550293'),(258623,117,109,47,'35.996340922035685','-115.09268760681152'),(258622,117,109,46,'35.99446597365178','-115.09483337402344'),(258621,117,109,45,'35.99293820497809','-115.0968074798584'),(258620,117,109,44,'35.99238264539666','-115.09929656982422'),(258619,117,109,43,'35.99231320017387','-115.1011848449707'),(258618,117,109,42,'35.99252153565884','-115.09843826293945'),(258617,117,109,41,'35.99307709426208','-115.09646415710449'),(258616,117,109,40,'35.99425764330233','-115.09483337402344'),(258615,117,109,39,'35.99647980532812','-115.09268760681152'),(258614,117,109,38,'35.99703533605233','-115.09114265441894'),(258613,117,109,37,'35.99772974395497','-115.08719444274902'),(258612,117,109,36,'35.999187980649324','-115.08427619934082'),(258611,117,109,35,'36.00050731442482','-115.08333206176758'),(258610,117,109,34,'36.00064619038035','-115.0901985168457'),(258609,117,109,33,'36.00057675243315','-115.0924301147461'),(258608,117,109,32,'36.00099337919922','-115.09363174438476'),(258607,117,109,31,'36.00231268277034','-115.09466171264648'),(258606,117,109,30,'36.00363196426869','-115.0953483581543'),(258605,117,109,29,'36.00467348670186','-115.09552001953125'),(258604,117,109,28,'36.006027445297285','-115.09564876556396'),(258603,117,109,27,'36.00772853980557','-115.09543418884277'),(258602,117,109,26,'36.01026275538835','-115.09556293487549'),(258601,117,109,25,'36.011408332955625','-115.09543418884277'),(258600,117,109,24,'36.01265803495109','-115.09474754333496'),(258599,117,109,23,'36.01543507956141','-115.09204387664795'),(258598,117,109,22,'36.01644173406988','-115.09144306182861'),(258597,117,109,21,'36.018142603850904','-115.09122848510742'),(258596,117,109,20,'36.018142603850904','-115.0887393951416'),(258595,117,109,19,'36.01918393457948','-115.08667945861816'),(258594,117,109,18,'36.02008641008065','-115.08350372314453'),(258593,117,109,17,'36.016407022059504','-115.0829029083252'),(258592,117,109,16,'36.005784428799934','-115.08298873901367'),(258591,117,109,15,'36.005159525795854','-115.07766723632812'),(258590,117,109,14,'36.00522895970755','-115.0719165802002'),(258589,117,109,13,'36.01182490248886','-115.06187438964844'),(258588,117,109,12,'36.01363001169429','-115.06513595581054'),(258587,117,109,11,'36.01543507956141','-115.0656509399414'),(258586,117,109,10,'36.016615293892535','-115.06462097167969'),(258585,117,109,9,'36.01828144874305','-115.06341934204101'),(258584,117,109,8,'36.02362679108574','-115.06221771240234'),(258583,117,109,7,'36.02376562631516','-115.06393432617187'),(258582,117,109,6,'36.023210283929615','-115.06616592407226'),(258581,117,109,5,'36.02126655475669','-115.0678825378418'),(258580,117,109,4,'36.019114512959','-115.06951332092285'),(258579,117,109,3,'36.01765664480201','-115.07311820983887'),(258578,117,109,2,'36.018906247730605','-115.0766372680664'),(258577,117,109,1,'36.02043351329067','-115.07955551147461'),(258576,117,109,0,'36.02064177448276','-115.08333206176758'),(258575,117,107,333,'36.02039880303845','-115.08320331573486'),(258574,117,107,332,'36.02060706432232','-115.0797700881958'),(258573,117,107,331,'36.01869798195182','-115.07655143737793'),(258572,117,107,330,'36.0176219333267','-115.07376194000244'),(258571,117,107,329,'36.018142603850904','-115.07084369659424'),(258570,117,107,328,'36.01973930534178','-115.06904125213623'),(258569,117,107,327,'36.02275906535927','-115.06702423095703'),(258568,117,107,326,'36.02369620873103','-115.0653076171875'),(258567,117,107,325,'36.02352266450312','-115.06221771240234'),(258566,117,107,324,'36.02126655475669','-115.0621747970581'),(258565,117,107,323,'36.01658058195859','-115.06487846374512'),(258564,117,107,322,'36.01394243024489','-115.06552219390869'),(258563,117,107,321,'36.01206790036664','-115.06200313568115'),(258562,117,107,320,'36.02064177448276','-115.05024433135986'),(258561,117,107,319,'36.02175249154499','-115.04719734191894'),(258560,117,107,318,'36.02185662046686','-115.04251956939697'),(258559,117,107,317,'36.02206487789787','-115.02934455871582'),(258558,117,107,316,'36.022099587416186','-115.02432346343994'),(258557,117,107,315,'36.02338382884557','-115.01363754272461'),(258556,117,107,314,'36.02452921570427','-115.0089168548584'),(258555,117,107,313,'36.024078004686984','-115.0052261352539'),(258554,117,107,312,'36.01533094215427','-114.99458312988281'),(258553,117,107,311,'36.01116533304463','-114.99256610870361'),(258552,117,107,310,'36.00811041311994','-114.9907636642456'),(258551,117,107,309,'35.990993729324856','-114.98707294464111'),(258550,117,107,308,'35.9908548363727','-114.97673034667969'),(258549,117,107,307,'35.99078538980489','-114.95900630950928'),(258548,117,107,306,'35.99043815604893','-114.95874881744385'),(258547,117,107,305,'35.990368709114314','-114.95226860046387'),(258546,117,107,304,'35.98960478879879','-114.95175361633301'),(258545,117,107,303,'35.98953534113059','-114.9514102935791'),(258544,117,107,302,'35.98911865383744','-114.94977951049804'),(258543,117,107,301,'35.987174084036305','-114.94621753692627'),(258542,117,107,300,'35.98446549622899','-114.94287014007568'),(258541,117,107,299,'35.988979757583984','-114.93716239929199'),(258540,117,107,298,'35.98779912955646','-114.93553161621094'),(258539,117,107,297,'35.983823061119985','-114.93276357650757'),(258538,117,107,296,'35.98384042429981','-114.93269920349121'),(258537,117,107,295,'35.9842397763813','-114.93175506591797'),(258536,117,107,294,'35.9853336434717','-114.93014574050903'),(258535,117,107,293,'35.98663584642603','-114.92810726165771'),(258534,117,107,292,'35.98719144647875','-114.92737770080566'),(258533,117,107,291,'35.988024839221794','-114.92673397064209'),(258532,117,107,290,'35.98932699775912','-114.92480278015137'),(258531,117,107,289,'35.990472879493296','-114.92355823516845'),(258530,117,107,288,'35.991618744583405','-114.92317199707031'),(258529,117,107,287,'35.99554233835818','-114.92291450500488'),(258528,117,107,286,'36.00710365221036','-114.92068290710449'),(258527,117,107,285,'36.008908869527374','-114.9210262298584'),(258526,117,107,284,'36.01019332590983','-114.92257118225097'),(258525,117,107,283,'36.014081282536566','-114.92222785949707'),(258524,117,107,282,'36.01599047674227','-114.92132663726806'),(258523,117,107,281,'36.020711194757844','-114.91888046264648'),(258522,117,107,280,'36.02074590487243','-114.91737842559814'),(258521,117,107,279,'36.02827763809749','-114.91875171661377'),(258520,117,107,278,'36.03445520431876','-114.92420196533203'),(258519,117,107,277,'36.05430342907277','-114.93939399719238'),(258518,117,107,276,'36.05858818440371','-114.93922233581543'),(258517,117,107,275,'36.06301147248643','-114.93473768234253'),(258516,117,107,274,'36.06519700539723','-114.932119846344'),(258515,117,107,273,'36.06786812983868','-114.93102550506592'),(258514,117,107,272,'36.069168969290594','-114.93149757385254'),(258513,117,107,271,'36.07069526015255','-114.93057489395141'),(258512,117,107,270,'36.07119823588032','-114.93014574050903'),(258511,117,107,269,'36.07239495830209','-114.93096113204956'),(258510,117,107,268,'36.07281120531113','-114.93083238601684'),(258509,117,107,267,'36.07518723980868','-114.93463039398193'),(258508,117,107,266,'36.07716432328507','-114.93776321411133'),(258507,117,107,265,'36.07785802500552','-114.93802070617676'),(258506,117,107,264,'36.07980035726661','-114.93407249450683'),(258505,117,107,263,'36.08892174019492','-114.91098403930664'),(258504,117,107,262,'36.09474777306451','-114.90652084350586'),(258503,117,107,261,'36.10431817519291','-114.90171432495117'),(258502,117,107,260,'36.110281749234474','-114.90034103393554'),(258501,117,107,259,'36.117076897944024','-114.90531921386719'),(258500,117,107,258,'36.124842062203456','-114.90360260009765'),(258499,117,107,257,'36.12650592605171','-114.90446090698242'),(258498,117,107,256,'36.133992876918846','-114.90840911865234'),(258497,117,107,255,'36.135379270923735','-114.90772247314453'),(258496,117,107,254,'36.139538305972614','-114.89896774291992'),(258495,117,107,253,'36.14009282732265','-114.89398956298828'),(258494,117,107,252,'36.143142624690505','-114.88883972167969'),(258493,117,107,251,'36.14633092244379','-114.88471984863281'),(258492,117,107,250,'36.14563782526004','-114.8811149597168'),(258491,117,107,249,'36.1464695411456','-114.87493515014648'),(258490,117,107,248,'36.14480610055561','-114.8678970336914'),(258489,117,107,247,'36.14577644518672','-114.862060546875'),(258488,117,107,246,'36.14480610055561','-114.85897064208984'),(258487,117,107,245,'36.146746777814364','-114.85467910766601'),(258486,117,107,244,'36.14702401350324','-114.8514175415039'),(258485,117,107,243,'36.15021215349503','-114.84472274780273'),(258484,117,107,242,'36.149934929075066','-114.84025955200195'),(258483,117,107,241,'36.15284573661066','-114.8349380493164'),(258482,117,107,240,'36.15367737606265','-114.82892990112304'),(258481,117,107,239,'36.15617224150043','-114.82463836669922'),(258480,117,107,238,'36.15644944387139','-114.81931686401367'),(258479,117,107,237,'36.158251235395184','-114.81159210205078'),(258478,117,107,236,'36.157281045104284','-114.80489730834961'),(258477,117,107,235,'36.15797403939424','-114.79940414428711'),(258476,117,107,234,'36.15769684241328','-114.79082107543945'),(258475,117,107,233,'36.162963417467345','-114.78790283203125'),(258474,117,107,232,'36.16448788632064','-114.78395462036133'),(258473,117,107,231,'36.17169406500341','-114.77949142456054'),(258472,117,107,230,'36.17404978739819','-114.77519989013672'),(258471,117,107,229,'36.17945382412255','-114.75992202758789'),(258470,117,107,228,'36.185134589035606','-114.75202560424804'),(258469,117,107,227,'36.18555023858625','-114.74893569946289'),(258468,117,107,226,'36.18652007896004','-114.74550247192383'),(258467,117,107,225,'36.18679717400397','-114.74189758300781'),(258466,117,107,224,'36.1895680705252','-114.74000930786133'),(258465,117,107,223,'36.18998369654791','-114.73640441894531'),(258464,117,107,222,'36.192893016943884','-114.73400115966797'),(258463,117,107,221,'36.19483250382595','-114.72541809082031'),(258462,117,107,220,'36.193862766389856','-114.71992492675781'),(258461,117,107,219,'36.19704900143799','-114.69451904296875'),(258460,117,107,218,'36.19663341291529','-114.69263076782226'),(258459,117,107,217,'36.19691047217554','-114.68439102172851'),(258458,117,107,216,'36.195940760475345','-114.68095779418945'),(258457,117,107,215,'36.20092772127137','-114.6756362915039'),(258456,117,107,214,'36.201620329590966','-114.6697998046875'),(258455,117,107,213,'36.20660692859011','-114.66653823852539'),(258454,117,107,212,'36.20799203859864','-114.66018676757812'),(258453,117,107,211,'36.21173171317408','-114.65538024902344'),(258452,117,107,210,'36.212978231652244','-114.64387893676758'),(258451,117,107,209,'36.21560970545108','-114.6397590637207'),(258450,117,107,208,'36.21616368865783','-114.63598251342773'),(258449,117,107,207,'36.219902972702606','-114.6316909790039'),(258448,117,107,206,'36.22128784736309','-114.62774276733398'),(258447,117,107,205,'36.22461144651647','-114.62533950805664'),(258446,117,107,204,'36.227104053202574','-114.6207046508789'),(258445,117,107,203,'36.2265501474709','-114.6177864074707'),(258444,117,107,202,'36.2280733787932','-114.6119499206543'),(258443,117,107,201,'36.230150464601856','-114.6064567565918'),(258442,117,107,200,'36.22848880036843','-114.60062026977539'),(258441,117,107,199,'36.22973505185366','-114.59667205810547'),(258440,117,107,198,'36.2291811647566','-114.59461212158203'),(258439,117,107,197,'36.23028893502754','-114.59014892578125'),(258438,117,107,196,'36.22724252902252','-114.58276748657226'),(258437,117,107,195,'36.232504428491055','-114.57263946533203'),(258436,117,107,194,'36.23347368714251','-114.56714630126953'),(258435,117,107,193,'36.23748905927035','-114.5599365234375'),(258434,117,107,192,'36.24136577460652','-114.55564498901367'),(258433,117,107,191,'36.24164267548805','-114.5518684387207'),(258432,117,107,190,'36.24205802497115','-114.5486068725586'),(258431,117,107,189,'36.24413473928034','-114.54568862915039'),(258430,117,107,188,'36.242473372247176','-114.54071044921875'),(258429,117,107,187,'36.24385784722717','-114.53676223754883'),(258428,117,107,186,'36.24150422516992','-114.52783584594726'),(258427,117,107,185,'36.24302716518197','-114.5156478881836'),(258426,117,107,184,'36.24468852044388','-114.51221466064453'),(258425,117,107,183,'36.245380741380465','-114.49384689331054'),(258424,117,107,182,'36.253410056180634','-114.48251724243164'),(258423,117,107,181,'36.25631701844404','-114.48183059692383'),(258422,117,107,180,'36.26102329944745','-114.4830322265625'),(258421,117,107,179,'36.26434520944071','-114.48251724243164'),(258420,117,107,178,'36.26711335984088','-114.4830322265625'),(258416,117,107,174,'36.28482719881343','-114.49007034301758'),(258417,117,107,175,'36.28081425933677','-114.4881820678711'),(258418,117,107,176,'36.276247559989834','-114.48732376098633'),(259394,121,111,246,'38.439203253321004','-122.71350860595703'),(259395,121,111,247,'38.43812759003096','-122.71797180175781'),(259392,121,111,244,'38.43906879628627','-122.70853042602539'),(259393,121,111,245,'38.43664852683647','-122.71196365356445'),(258419,117,107,177,'36.273756520469455','-114.48286056518554'),(258415,117,107,173,'36.28980849179811','-114.48715209960937'),(258414,117,107,172,'36.291607213896675','-114.4881820678711'),(258413,117,107,171,'36.295066178306946','-114.49213027954101'),(258412,117,107,170,'36.30212199016468','-114.488525390625'),(258411,117,107,169,'36.30530381413761','-114.49007034301758'),(258410,117,107,168,'36.3113904200138','-114.48921203613281'),(258409,117,107,167,'36.31401858021655','-114.49247360229492'),(258408,117,107,166,'36.31775318178005','-114.49161529541015'),(258407,117,107,165,'36.32148760442219','-114.49333190917969'),(258406,117,107,164,'36.32688145457262','-114.49264526367187'),(258405,117,107,163,'36.33310466390546','-114.49264526367187'),(258404,117,107,162,'36.33725319397005','-114.49024200439453'),(258403,117,107,161,'36.35163305424998','-114.4833755493164'),(258402,117,107,160,'36.35564234950568','-114.48251724243164'),(258401,117,107,159,'36.3602043998205','-114.48406219482422'),(258400,117,107,158,'36.36269267819594','-114.47685241699219'),(258399,117,107,157,'36.36227797065827','-114.4720458984375'),(258398,117,107,156,'36.366286717614095','-114.45968627929687'),(258397,117,107,155,'36.365733799277486','-114.45436477661133'),(258396,117,107,154,'36.370295258050966','-114.44440841674804'),(258395,117,107,153,'36.37900275489989','-114.44011688232422'),(258394,117,107,152,'36.38231964015791','-114.43582534790039'),(258393,117,107,151,'36.38922936340128','-114.42913055419922'),(258392,117,107,150,'36.39696752441776','-114.42415237426758'),(258391,117,107,149,'36.407606237976125','-114.41762924194336'),(258390,117,107,148,'36.40221798067486','-114.42037582397461'),(258389,117,107,147,'36.39323672152236','-114.42569732666015'),(258388,117,107,146,'36.38135222990434','-114.43582534790039'),(258387,117,107,145,'36.37831171933184','-114.44063186645508'),(258386,117,107,144,'36.36988059103129','-114.44526672363281'),(258385,117,107,143,'36.366010258936924','-114.45505142211914'),(258384,117,107,142,'36.365872029229976','-114.46054458618164'),(258383,117,107,141,'36.36213973432129','-114.4723892211914'),(258382,117,107,140,'36.36283091355072','-114.47771072387695'),(258381,117,107,139,'36.36061911840796','-114.48320388793945'),(258380,117,107,138,'36.35398335582326','-114.4826889038086'),(258379,117,107,137,'36.34347557480603','-114.48680877685547'),(258378,117,107,136,'36.33351952685382','-114.49281692504883'),(258377,117,107,135,'36.32121098665878','-114.49298858642578'),(258376,117,107,134,'36.31415690198353','-114.49178695678711'),(258375,117,107,133,'36.310560456280214','-114.48869705200195'),(258374,117,107,132,'36.30502713894549','-114.49041366577148'),(258373,117,107,131,'36.302260333036756','-114.48869705200195'),(258372,117,107,130,'36.29395932638075','-114.49178695678711'),(258371,117,107,129,'36.28980849179811','-114.48732376098633'),(258370,117,107,128,'36.28413532741724','-114.49007034301758'),(258369,117,107,127,'36.27597078174602','-114.48801040649414'),(258368,117,107,126,'36.275555612540394','-114.48474884033203'),(258367,117,107,125,'36.27154219639205','-114.48277473449707'),(258366,117,107,124,'36.264898847370134','-114.48208808898926'),(258365,117,107,123,'36.26095409148689','-114.48346138000488'),(258364,117,107,122,'36.25707834782969','-114.4815731048584'),(258363,117,107,121,'36.25320241188015','-114.48243141174316'),(258362,117,107,120,'36.24946472010863','-114.4870662689209'),(258361,117,107,119,'36.244965409554226','-114.49444770812988'),(258360,117,107,118,'36.244203962140375','-114.50509071350097'),(258359,117,107,117,'36.244550075520856','-114.51281547546387'),(258358,117,107,116,'36.24281949329124','-114.51581954956054'),(258357,117,107,115,'36.24191957538869','-114.52886581420898'),(258356,117,107,114,'36.24351173078124','-114.5365047454834'),(258355,117,107,113,'36.242681045057544','-114.54062461853027'),(258354,117,107,112,'36.243442507308124','-114.54586029052734'),(258353,117,107,111,'36.2421964743084','-114.5486068725586'),(258352,117,107,110,'36.24198880021057','-114.5504093170166'),(258351,117,107,109,'36.2412273237979','-114.55246925354004'),(258350,117,107,108,'36.24067351811116','-114.55615997314453'),(258349,117,107,107,'36.23825057209877','-114.55907821655273'),(258348,117,107,106,'36.236519850396775','-114.56233978271484'),(258347,117,107,105,'36.23347368714251','-114.56603050231933'),(258346,117,107,104,'36.232435195270504','-114.5720386505127'),(258345,117,107,103,'36.22703481520065','-114.58388328552246'),(258344,117,107,102,'36.228142615875626','-114.58671569824219'),(258343,117,107,101,'36.23008122929708','-114.59152221679687'),(258342,117,107,100,'36.2289734560838','-114.59452629089355'),(258341,117,107,99,'36.22931963689866','-114.59735870361328'),(258340,117,107,98,'36.228419563592475','-114.60156440734863'),(258339,117,107,97,'36.229942758503604','-114.60774421691894'),(258338,117,107,96,'36.227934904444396','-114.6134090423584'),(258337,117,107,95,'36.22682710082713','-114.620361328125'),(258336,117,107,94,'36.22468068666376','-114.62448120117187'),(258335,117,107,93,'36.22121860421233','-114.62748527526855'),(258334,117,107,92,'36.21955675020668','-114.63272094726562'),(258333,117,107,91,'36.21602519322386','-114.63589668273926'),(258332,117,107,90,'36.21560970545108','-114.63932991027832'),(258331,117,107,89,'36.212978231652244','-114.64370727539062'),(258330,117,107,88,'36.2122857238381','-114.64825630187988'),(258329,117,107,87,'36.2118702162078','-114.6544361114502'),(258328,117,107,86,'36.20806129345556','-114.66044425964355'),(258327,117,107,85,'36.20605287772292','-114.66662406921387'),(258326,117,107,84,'36.20168959008589','-114.66971397399902'),(258325,117,107,83,'36.200789198872094','-114.67477798461914'),(258324,117,107,82,'36.19573296354846','-114.68147277832031'),(258323,117,107,81,'36.19649488291752','-114.68464851379394'),(258322,117,107,80,'36.19711826597731','-114.69503402709961'),(258321,117,107,79,'36.195802229252045','-114.70782279968262'),(258320,117,107,78,'36.19317008943964','-114.72121238708496'),(258319,117,107,77,'36.19407056828006','-114.72576141357422'),(258318,117,107,76,'36.192477406362','-114.7331428527832'),(258317,117,107,75,'36.190537861146936','-114.73520278930664'),(258316,117,107,74,'36.18977588381227','-114.73872184753418'),(258315,117,107,73,'36.186935721158335','-114.74172592163086'),(258314,117,107,72,'36.18492676343315','-114.74833488464355'),(258313,117,107,71,'36.18451111057398','-114.75288391113281'),(258312,117,107,70,'36.1798002240208','-114.75932121276855'),(258311,117,107,69,'36.17869173895504','-114.76481437683105'),(258310,117,107,68,'36.173911217452954','-114.77511405944824'),(258309,117,107,67,'36.170446889183495','-114.78017807006836'),(258308,117,107,66,'36.165042231280346','-114.78326797485351'),(258307,117,107,65,'36.162824827919664','-114.78755950927734'),(258306,117,107,64,'36.158736326038714','-114.78970527648926'),(258305,117,107,63,'36.157211745338444','-114.79408264160156'),(258304,117,107,62,'36.15783544102625','-114.79811668395996'),(258303,117,107,61,'36.157281045104284','-114.80489730834961'),(258302,117,107,60,'36.15797403939424','-114.81142044067383'),(258301,117,107,59,'36.15624154218504','-114.81837272644043'),(258300,117,107,58,'36.15624154218504','-114.8232650756836'),(258299,117,107,57,'36.15374667895221','-114.82892990112304'),(258298,117,107,56,'36.15305364730048','-114.8342514038086'),(258297,117,107,55,'36.14979631649761','-114.83983039855957'),(258296,117,107,54,'36.149241863737984','-114.84429359436035'),(258295,117,107,53,'36.146746777814364','-114.85158920288086'),(258294,117,107,52,'36.144598168001586','-114.85905647277832'),(258293,117,107,51,'36.14542989491069','-114.86163139343262'),(258292,117,107,50,'36.14445954599268','-114.8672103881836'),(258291,117,107,49,'36.14584575505821','-114.87287521362304'),(258290,117,107,48,'36.14556851520484','-114.8811149597168'),(258289,117,107,47,'36.146608159602486','-114.88386154174804'),(258288,117,107,46,'36.14445954599268','-114.88789558410644'),(258287,117,107,45,'36.14286537528351','-114.88961219787597'),(258286,117,107,44,'36.139954197352566','-114.89407539367676'),(258285,117,107,43,'36.138359935090776','-114.89999771118164'),(258284,117,107,42,'36.13586450303874','-114.9063491821289'),(258283,117,107,41,'36.13406219720083','-114.90849494934082'),(258282,117,107,40,'36.12907098038723','-114.9071216583252'),(258281,117,107,39,'36.12560467084508','-114.90351676940918'),(258280,117,107,38,'36.12303950323644','-114.90463256835937'),(258279,117,107,37,'36.116452878193726','-114.9048900604248'),(258278,117,107,36,'36.11048977271466','-114.90025520324707'),(258277,117,107,35,'36.110351090455744','-114.89931106567383'),(258276,117,107,34,'36.11617553449072','-114.89287376403808'),(258275,117,107,33,'36.11887959381067','-114.88540649414062'),(258274,117,107,32,'36.11936492793423','-114.87639427185058'),(258273,117,107,31,'36.117770247405964','-114.87124443054199'),(258272,117,107,30,'36.115690180653395','-114.86806869506836'),(258271,117,107,29,'36.11416476334935','-114.8635196685791'),(258270,117,107,28,'36.11118318033611','-114.85982894897461'),(258269,117,107,27,'36.110767136497856','-114.85673904418945'),(258268,117,107,26,'36.10799345458914','-114.85270500183105'),(258267,117,107,25,'36.107924111286465','-114.85030174255371'),(258266,117,107,24,'36.10757739385491','-114.84721183776855'),(258265,117,107,23,'36.10542771162082','-114.84498023986816'),(258264,117,107,22,'36.09835414841387','-114.84395027160644'),(258263,117,107,21,'36.09717515929769','-114.84060287475586'),(258262,117,107,20,'36.09842350016392','-114.83184814453125'),(258261,117,107,19,'36.0970364535328','-114.82935905456543'),(258260,117,107,18,'36.091002515795886','-114.82489585876465'),(258259,117,107,17,'36.08448256814837','-114.82729911804199'),(258258,117,107,16,'36.08170795832207','-114.82686996459961'),(258257,117,107,15,'36.072967297371555','-114.81983184814453'),(258256,117,107,14,'36.068804736412446','-114.82008934020996'),(258255,117,107,13,'36.058952464582475','-114.81983184814453'),(258254,117,107,12,'36.04993169739178','-114.81871604919433'),(258253,117,107,11,'36.04722526562287','-114.81588363647461'),(258252,117,107,10,'36.04326954412626','-114.80978965759277'),(258251,117,107,9,'36.03702326343085','-114.80472564697265'),(258250,117,107,8,'36.0305682528743','-114.80103492736816'),(258249,117,107,7,'36.02307144772165','-114.7972583770752'),(258248,117,107,6,'36.02327970194187','-114.79545593261719'),(258247,117,107,5,'36.02237726301232','-114.79167938232422'),(258246,117,107,4,'36.02626461861242','-114.78326797485351'),(258245,117,107,3,'36.02709759843085','-114.78301048278808'),(258244,117,107,2,'36.028347051645056','-114.78361129760742'),(258243,117,107,1,'36.02904118375705','-114.78343963623047'),(258242,117,107,0,'36.03070707587162','-114.78206634521484'),(258241,117,106,10,'36.03049884128392','-114.77962017059326'),(258240,117,106,9,'36.031158248923205','-114.7758436203003'),(258239,117,106,8,'36.03625979514436','-114.76095199584961'),(258238,117,106,7,'36.03629449840884','-114.7585916519165'),(258237,117,106,6,'36.035079875052986','-114.75794792175293'),(258236,117,106,5,'36.03459402046564','-114.75867748260498'),(258235,117,106,4,'36.03414286709372','-114.75927829742431'),(258234,117,106,3,'36.032893505807614','-114.76202487945556'),(258233,117,106,2,'36.03223411269474','-114.76558685302734'),(258232,117,106,1,'36.030221194310705','-114.77631568908691'),(258231,117,106,0,'36.02994354635889','-114.78017807006836'),(259899,123,112,167,'38.57648737637953','-121.5029525756836'),(259391,121,111,243,'38.44162343712058','-122.71041870117187'),(259389,121,111,241,'38.4443124350623','-122.71831512451172'),(259390,121,111,242,'38.43974107895551','-122.71539688110351'),(259388,121,111,240,'38.443371297178075','-122.72260665893554'),(259387,121,111,239,'38.43785867170407','-122.71831512451172'),(259386,121,111,238,'38.43530389763678','-122.7231216430664'),(259385,121,111,237,'38.43315243882769','-122.7334213256836'),(259384,121,111,236,'38.43422817624596','-122.7421760559082'),(259383,121,111,235,'38.438530965643004','-122.77135848999023'),(259382,121,111,234,'38.429521706714965','-122.76998519897461'),(259381,121,111,233,'38.42468044658973','-122.77307510375976'),(259380,121,111,232,'38.42333559451568','-122.77942657470703'),(259379,121,111,231,'38.42347008084991','-122.81822204589844'),(259378,121,111,230,'38.42683215782281','-122.83418655395508'),(259377,121,111,229,'38.42777351132902','-122.84053802490234'),(259376,121,111,228,'38.42589079204632','-122.84826278686523'),(259375,121,111,227,'38.42091479768001','-122.8736686706543'),(259374,121,111,226,'38.4129793948278','-122.88843154907226'),(259373,121,111,225,'38.412037848513556','-122.89220809936523'),(259372,121,111,224,'38.405312160906135','-122.89461135864258'),(259371,121,111,223,'38.40813702594095','-122.90027618408203'),(259370,121,111,222,'38.40766622276952','-122.90594100952148'),(259369,121,111,221,'38.40847331204274','-122.90825843811035'),(259368,121,111,220,'38.402890760139115','-122.91478157043457'),(259367,121,111,219,'38.402621710602105','-122.92319297790527'),(259366,121,111,218,'38.40672460722537','-122.9286003112793'),(259365,121,111,217,'38.40800251106207','-122.93460845947265'),(259364,121,111,216,'38.40874233979748','-122.93932914733887'),(259363,121,111,215,'38.411432562261446','-122.9436206817627'),(259362,121,111,214,'38.40746444904285','-122.94782638549804'),(259361,121,111,213,'38.41069276106777','-122.95409202575683'),(259360,121,111,212,'38.411298053516845','-122.9655933380127'),(259359,121,111,211,'38.41358466812251','-122.97245979309082'),(259358,121,111,210,'38.41042374057401','-122.97529220581054'),(259357,121,111,209,'38.41149981653984','-122.98027038574219'),(259356,121,111,208,'38.40497586009494','-122.99177169799804'),(259355,121,111,207,'38.40618653569193','-122.99949645996094'),(259354,121,111,206,'38.402352660063656','-123.00576210021972'),(259353,121,111,205,'38.4043032537781','-123.00979614257812'),(259352,121,111,204,'38.40638831298642','-123.01005363464355'),(259351,121,111,203,'38.400603807153246','-123.0179500579834'),(259350,121,111,202,'38.40134371162521','-123.02112579345703'),(259349,121,111,201,'38.40403420949881','-123.03305625915527'),(259348,121,111,200,'38.4029580223669','-123.0362319946289'),(259347,121,111,199,'38.393607972408425','-123.04610252380371'),(259346,121,111,198,'38.38365119432096','-123.04387092590332'),(259345,121,111,197,'38.37389491342951','-123.04335594177246'),(259344,121,111,196,'38.372010790383676','-123.05013656616211'),(259343,121,111,195,'38.37160704334826','-123.0538272857666'),(259342,121,111,194,'38.372010790383676','-123.06017875671387'),(259341,121,111,193,'38.36999203267964','-123.06241035461426'),(259340,121,111,192,'38.36884804498216','-123.0604362487793'),(259339,121,111,191,'38.368376985968155','-123.0648136138916'),(259338,121,111,190,'38.365617864457','-123.07039260864258'),(259337,121,111,189,'38.362320239801555','-123.0691909790039'),(259336,121,111,188,'38.35525339537721','-123.06507110595703'),(259335,121,111,187,'38.34933017539772','-123.05829048156738'),(259333,121,111,185,'38.34037711664994','-123.0465316772461'),(259334,121,111,186,'38.34502207473753','-123.05211067199707'),(259332,121,111,184,'38.33707834236628','-123.0479907989502'),(259331,121,111,183,'38.335462561385995','-123.0454158782959'),(259330,121,111,182,'38.33431802805728','-123.04876327514648'),(259329,121,111,181,'38.32913373894543','-123.04404258728027'),(259328,121,111,180,'38.32637312199699','-123.0402660369873'),(259327,121,111,179,'38.3211882645322','-123.03520202636719'),(259326,121,111,178,'38.31748456785998','-123.03056716918945'),(259325,121,111,177,'38.318696707599415','-123.02558898925781'),(259324,121,111,176,'38.31862936703444','-123.02172660827637'),(259323,121,111,175,'38.318696707599415','-123.01623344421387'),(259322,121,111,174,'38.3211882645322','-123.01331520080566'),(259321,121,111,173,'38.325228445106944','-123.01013946533203'),(259320,121,111,172,'38.326575121924556','-123.00421714782715'),(259319,121,111,171,'38.328393095939006','-122.9985523223877'),(259318,121,111,170,'38.330951648780385','-122.99546241760254'),(259317,121,111,169,'38.33505861051081','-122.9930591583252'),(259316,121,111,168,'38.33707834236628','-122.9864501953125'),(259315,121,111,167,'38.337347635693135','-122.97623634338379'),(259314,121,111,166,'38.33236554712469','-122.96670913696289'),(259313,121,111,165,'38.327517780809494','-122.95417785644531'),(259312,121,111,164,'38.325632450779395','-122.94465065002441'),(259311,121,111,163,'38.32462243237607','-122.92868614196777'),(259310,121,111,162,'38.318427344964206','-122.92654037475586'),(259309,121,111,161,'38.317282542599855','-122.92207717895508'),(259308,121,111,160,'38.32085157265329','-122.91744232177734'),(259307,121,111,159,'38.321524954847376','-122.91203498840332'),(259306,121,111,158,'38.31607037921755','-122.89649963378906'),(259305,121,111,157,'38.30596822963144','-122.89727210998535'),(259304,121,111,156,'38.29667300918871','-122.89538383483887'),(259303,121,111,155,'38.28730922815557','-122.89950370788574'),(259302,121,111,154,'38.27814637377457','-122.90019035339355'),(259301,121,111,153,'38.27107132007588','-122.90207862854004'),(259300,121,111,152,'38.26204120274982','-122.9011344909668'),(259299,121,111,151,'38.25671695085957','-122.90379524230957'),(259298,121,111,150,'38.247752455581534','-122.90499687194824'),(259297,121,111,149,'38.2400677223917','-122.9051685333252'),(259296,121,111,148,'38.23784304275028','-122.90782928466797'),(259295,121,111,147,'38.23494411562881','-122.90937423706054'),(259293,121,111,145,'38.2283368266312','-122.9164981842041'),(259294,121,111,146,'38.232988959989996','-122.91280746459961'),(259292,121,111,144,'38.22456096341297','-122.9161548614502'),(259291,121,111,143,'38.221189491346266','-122.92242050170898'),(259290,121,111,142,'38.2183573340659','-122.92336463928222'),(259289,121,111,141,'38.210264848674875','-122.92516708374023'),(259288,121,111,140,'38.2062182685229','-122.92362213134765'),(259287,121,111,139,'38.20358787078847','-122.92276382446289'),(259286,121,111,138,'38.201024827730265','-122.92121887207031'),(259285,121,111,137,'38.19205346647581','-122.91769981384277'),(259284,121,111,136,'38.189624938018554','-122.9135799407959'),(259283,121,111,135,'38.18645423733176','-122.91229248046875'),(259282,121,111,134,'38.1838905911924','-122.91040420532226'),(259281,121,111,133,'38.181461790577465','-122.90946006774902'),(259280,121,111,132,'38.1764690017045','-122.90122032165527'),(259279,121,111,131,'38.171138484674564','-122.8982162475586'),(259278,121,111,130,'38.16783201870924','-122.8945255279541'),(259277,121,111,129,'38.164997785646655','-122.89143562316894'),(259276,121,111,128,'38.15926150061747','-122.89426803588867'),(259275,121,111,127,'38.15230986809944','-122.88877487182617'),(259274,121,111,126,'38.149610026346295','-122.88662910461426'),(259273,121,111,125,'38.1488675523443','-122.88362503051758'),(259272,121,111,124,'38.1442775452969','-122.88139343261719'),(259271,121,111,123,'38.14265747385727','-122.8762435913086'),(259270,121,111,122,'38.140429816888535','-122.87169456481933'),(259269,121,111,121,'38.13725697591334','-122.87195205688476'),(259268,121,111,120,'38.13253121233589','-122.86929130554199'),(259267,121,111,119,'38.12591462924157','-122.85778999328613'),(259266,121,111,118,'38.12334885402501','-122.85710334777832'),(259265,121,111,117,'38.11544840096137','-122.85246849060058'),(259264,121,111,116,'38.10896533953622','-122.84560203552246'),(259263,121,111,115,'38.10923547858432','-122.83916473388672'),(259262,121,111,114,'38.105048211077495','-122.84028053283691'),(259261,121,111,113,'38.10302202773541','-122.83684730529785'),(259260,121,111,112,'38.100725618685985','-122.83590316772461'),(259259,121,111,111,'38.0974835065718','-122.83023834228515'),(259258,121,111,110,'38.095186923461426','-122.82929420471191'),(259257,121,111,109,'38.090661092571914','-122.82268524169922'),(259256,121,111,108,'38.09262006869848','-122.8172779083252'),(259254,121,111,106,'38.07991956630588','-122.80843734741211'),(259255,121,111,107,'38.0918770149688','-122.81461715698242'),(259253,121,111,105,'38.079852004543','-122.8062915802002'),(259251,121,111,103,'38.06910889026439','-122.80646324157715'),(259252,121,111,104,'38.07350092012434','-122.80139923095703'),(259250,121,111,102,'38.06512205022704','-122.80500411987304'),(259249,121,111,101,'38.05768837850012','-122.80028343200683'),(259248,121,111,100,'38.051200193336335','-122.79401779174804'),(259247,121,111,99,'38.04139923994225','-122.78852462768554'),(259246,121,111,98,'38.03970928778597','-122.7857780456543'),(259245,121,111,97,'38.0324758518936','-122.78182983398437'),(259244,121,111,96,'38.023078078670366','-122.77462005615234'),(259243,121,111,95,'38.01462581429878','-122.7678394317627'),(259242,121,111,94,'38.01185325927953','-122.76723861694336'),(259241,121,111,93,'38.01090650915695','-122.76492118835449'),(259240,121,111,92,'38.00630783463506','-122.76097297668457'),(259239,121,111,91,'37.99819182299147','-122.75556564331054'),(259238,121,111,90,'37.99061606837755','-122.74947166442871'),(259237,121,111,89,'37.985948472914444','-122.74269104003906'),(259236,121,111,88,'37.97722130225568','-122.73359298706054'),(259235,121,111,87,'37.96910207221331','-122.72638320922851'),(259234,121,111,86,'37.963350407601126','-122.72226333618164'),(259233,121,111,85,'37.962267690934574','-122.7202033996582'),(259232,121,111,84,'37.95983152006781','-122.72028923034668'),(259231,121,111,83,'37.958681077955525','-122.71857261657715'),(259230,121,111,82,'37.95705689370599','-122.71505355834961'),(259229,121,111,81,'37.94785250454718','-122.7103328704834'),(259228,121,111,80,'37.9448066806786','-122.70612716674804'),(259227,121,111,79,'37.93973002699693','-122.70526885986328'),(259226,121,111,78,'37.93492380503928','-122.69728660583496'),(259225,121,111,77,'37.93343448938732','-122.69290924072265'),(259224,121,111,76,'37.93092966319877','-122.68861770629883'),(259223,121,111,75,'37.93072656544301','-122.68449783325195'),(259222,121,111,74,'37.926664492504386','-122.68115043640137'),(259221,121,111,73,'37.925445826860646','-122.67703056335449'),(259220,121,111,72,'37.92375320218212','-122.67522811889648'),(259219,121,111,71,'37.92043554479553','-122.67110824584961'),(259218,121,111,70,'37.9162374780968','-122.66647338867187'),(259217,121,111,69,'37.91217460476555','-122.66106605529785'),(259216,121,111,68,'37.90756974372705','-122.65359878540039'),(259215,121,111,67,'37.903845012943584','-122.64819145202637'),(259214,121,111,66,'37.89903644532983','-122.64226913452148'),(259213,121,111,65,'37.898697801966094','-122.63806343078613'),(259211,121,111,63,'37.898020510564386','-122.63437271118164'),(259212,121,111,64,'37.896530447543','-122.63617515563965'),(259210,121,111,62,'37.899645999458144','-122.6348876953125'),(259209,121,111,61,'37.89910417381559','-122.63325691223144'),(259208,121,111,60,'37.895920867613036','-122.63154029846191'),(259207,121,111,59,'37.894904889845144','-122.62965202331543'),(259206,121,111,58,'37.89605633025596','-122.62990951538086'),(259205,121,111,57,'37.893888898054946','-122.62750625610351'),(259204,121,111,56,'37.89233101674256','-122.62475967407226'),(259202,121,111,54,'37.89409209753477','-122.62415885925293'),(259203,121,111,55,'37.892127812401775','-122.62304306030273'),(259201,121,111,53,'37.893617964542706','-122.62227058410644'),(259200,121,111,52,'37.89463396007214','-122.62046813964844'),(259199,121,111,51,'37.89449849481172','-122.61866569519043'),(259198,121,111,50,'37.895920867613036','-122.6187515258789'),(259197,121,111,49,'37.89571767318124','-122.61660575866699'),(259196,121,111,48,'37.89720775265573','-122.6143741607666'),(259195,121,111,47,'37.89734321293039','-122.61317253112793'),(259194,121,111,46,'37.89896871678171','-122.61265754699707'),(259193,121,111,45,'37.89998463845922','-122.61119842529297'),(259192,121,111,44,'37.90127145245334','-122.61137008666992'),(259191,121,111,43,'37.9004587304431','-122.60991096496582'),(259190,121,111,42,'37.90465769755854','-122.60982513427734'),(259189,121,111,41,'37.903845012943584','-122.6070785522461'),(259188,121,111,40,'37.90350639170516','-122.60476112365722'),(259187,121,111,39,'37.90560581826584','-122.60295867919922'),(259186,121,111,38,'37.9098044916969','-122.60141372680664'),(259185,121,111,37,'37.91048167465063','-122.59961128234863'),(259184,121,111,36,'37.91136200317216','-122.59806632995605'),(259183,121,111,35,'37.91095569900963','-122.59686470031738'),(259182,121,111,34,'37.91298719738333','-122.59712219238281'),(259181,121,111,33,'37.91054939260318','-122.59428977966308'),(259180,121,111,32,'37.908991863924946','-122.5894832611084'),(259179,121,111,31,'37.911091133979795','-122.58810997009277'),(259178,121,111,30,'37.91061711049342','-122.58699417114258'),(259177,121,111,29,'37.91224232115986','-122.58639335632324'),(259176,121,111,28,'37.9125809021964','-122.58519172668457'),(259175,121,111,27,'37.91589891388987','-122.58330345153808'),(259174,121,111,26,'37.91278405007035','-122.58072853088379'),(259173,121,111,25,'37.91068482832131','-122.57729530334472'),(259172,121,111,24,'37.90648620512708','-122.57386207580566'),(259171,121,111,23,'37.90452225074598','-122.5700855255127'),(259170,121,111,22,'37.90174553614805','-122.56905555725097'),(259169,121,111,21,'37.90079736570471','-122.56699562072754'),(259168,121,111,20,'37.90032327590217','-122.56502151489258'),(259167,121,111,19,'37.90039100320379','-122.56339073181152'),(259166,121,111,18,'37.8982236986393','-122.56244659423828'),(259165,121,111,17,'37.896598178334734','-122.56064414978027'),(259164,121,111,16,'37.89456622747309','-122.55841255187988'),(259163,121,111,15,'37.89050215748388','-122.55643844604492'),(259162,121,111,14,'37.88880872877414','-122.55489349365234'),(259161,121,111,13,'37.883795951524995','-122.55420684814453'),(259160,121,111,12,'37.88718300056984','-122.55120277404785'),(259159,121,111,11,'37.88684430267596','-122.54854202270508'),(259158,121,111,10,'37.88779265285287','-122.54691123962402'),(259157,121,111,9,'37.8877249139596','-122.54485130310058'),(259156,121,111,8,'37.8861669022144','-122.54193305969238'),(259155,121,111,7,'37.88806360780286','-122.54150390625'),(259154,121,111,6,'37.886099161825506','-122.5389289855957'),(259153,121,111,5,'37.88630238280524','-122.53772735595703'),(259152,121,111,4,'37.88352498087131','-122.53815650939941'),(259151,121,111,3,'37.88020550944835','-122.53772735595703'),(259150,121,111,2,'37.87885058015693','-122.53232002258301'),(259149,121,111,1,'37.87973128703159','-122.52820014953613'),(259148,121,111,0,'37.882034624454015','-122.52476692199707'),(259898,123,112,166,'38.58292872683274','-121.50054931640625'),(259897,123,112,165,'38.57675577751492','-121.47789001464844'),(259896,123,112,164,'38.572461239006344','-121.46570205688476'),(259895,123,112,163,'38.564810956372185','-121.46793365478515'),(259894,123,112,162,'38.56091839469545','-121.47531509399414'),(259893,123,112,161,'38.56105262446978','-121.48406982421875'),(259892,123,112,160,'38.56870330721614','-121.48218154907226'),(259891,123,112,159,'38.571521774485625','-121.48921966552734'),(259890,123,112,158,'38.575816369153586','-121.50449752807617'),(259889,123,112,157,'38.57903714667459','-121.50484085083008'),(259888,123,112,156,'38.58037909468592','-121.50707244873047'),(259887,123,112,155,'38.58239196969205','-121.51411056518554'),(259886,123,112,154,'38.58185520853973','-121.5256118774414'),(259885,123,112,153,'38.590174555583026','-121.52715682983398'),(259884,123,112,152,'38.59111377614744','-121.54157638549804'),(259883,123,112,151,'38.598358778945304','-121.55033111572265'),(259882,123,112,150,'38.61244419112975','-121.56286239624023'),(259881,123,112,149,'38.62947713789835','-121.56440734863281'),(259880,123,112,148,'38.645433471872586','-121.56818389892578'),(259879,123,112,147,'38.64824892677364','-121.57487869262695'),(259878,123,112,146,'38.642215673667934','-121.5908432006836'),(259877,123,112,145,'38.646371969131536','-121.59873962402344'),(259876,123,112,144,'38.67143870250204','-121.62603378295898'),(259875,123,112,143,'38.67720147005047','-121.63959503173828'),(259874,123,112,142,'38.6778715291908','-121.67547225952148'),(259873,123,112,141,'38.67773751786455','-121.72903060913086'),(259872,123,112,140,'38.663798969979986','-121.7281723022461'),(259871,123,112,139,'38.616468086779086','-121.72988891601562'),(259870,123,112,138,'38.590308730701615','-121.73057556152344'),(259869,123,112,137,'38.56279758872378','-121.73091888427734'),(259868,123,112,136,'38.5603814730912','-121.7369270324707'),(259867,123,112,135,'38.56118685399343','-121.7453384399414'),(259866,123,112,134,'38.56199222587099','-121.82876586914062'),(259865,123,112,133,'38.56145531228871','-121.89811706542969'),(259864,123,112,132,'38.55031345037904','-121.90343856811523'),(259863,123,112,131,'38.53138175065982','-121.9533920288086'),(259862,123,112,130,'38.51540005595224','-121.9980239868164'),(259861,123,112,129,'38.50707205259904','-122.01879501342773'),(259860,123,112,128,'38.49887743184056','-122.01776504516601'),(259859,123,112,127,'38.49565306318015','-122.02085494995117'),(259858,123,112,126,'38.49484694846507','-122.02840805053711'),(259857,123,112,125,'38.50881832666144','-122.04299926757812'),(259856,123,112,124,'38.51768337247165','-122.05707550048828'),(259854,123,112,122,'38.515265740960466','-122.0855712890625'),(259855,123,112,123,'38.51445984574727','-122.0694351196289'),(259853,123,112,121,'38.51660887960163','-122.09089279174804'),(259852,123,112,120,'38.509624285022596','-122.09724426269531'),(259851,123,112,119,'38.51177346321635','-122.09981918334961'),(259850,123,112,118,'38.51231074774135','-122.10668563842773'),(259849,123,112,117,'38.507609372205586','-122.11320877075195'),(259848,123,112,116,'38.505728736042336','-122.11166381835937'),(259846,123,112,114,'38.489606982959856','-122.12762832641601'),(259847,123,112,115,'38.5054600697241','-122.11441040039062'),(259845,123,112,113,'38.47724452895557','-122.13689804077148'),(259844,123,112,112,'38.47751330050294','-122.1401596069336'),(259843,123,112,111,'38.475766267533196','-122.14393615722656'),(259842,123,112,110,'38.470256117005015','-122.14204788208008'),(259841,123,112,109,'38.46998731840263','-122.14530944824219'),(259840,123,112,108,'38.46622403275911','-122.14736938476562'),(259839,123,112,107,'38.46783689351128','-122.15200424194336'),(259838,123,112,106,'38.45412642738129','-122.15200424194336'),(259837,123,112,105,'38.440278900582946','-122.15303421020508'),(259836,123,112,104,'38.43436264229632','-122.15303421020508'),(259835,123,112,103,'38.430328551849975','-122.1566390991211'),(259834,123,112,102,'38.435841752321856','-122.16299057006836'),(259833,123,112,101,'38.43678298837907','-122.17208862304687'),(259832,123,112,100,'38.437724212164966','-122.17500686645508'),(259831,123,112,99,'38.437320832045025','-122.17912673950195'),(259830,123,112,98,'38.43933771010527','-122.18633651733398'),(259829,123,112,97,'38.44753910035468','-122.19732284545898'),(259828,123,112,96,'38.452916555255946','-122.20453262329101'),(259827,123,112,95,'38.45560513242725','-122.20985412597656'),(259826,123,112,94,'38.463401439646816','-122.2232437133789'),(259825,123,112,93,'38.47092810912723','-122.22702026367187'),(259824,123,112,92,'38.47590065618779','-122.2342300415039'),(259823,123,112,91,'38.48141037533112','-122.2393798828125'),(259822,123,112,90,'38.49538435927733','-122.24813461303711'),(259821,123,112,89,'38.503310703095714','-122.26289749145508'),(259820,123,112,88,'38.509624285022596','-122.27182388305664'),(259819,123,112,87,'38.50519140240354','-122.2774887084961'),(259818,123,112,86,'38.50357937743225','-122.2884750366211'),(259817,123,112,85,'38.50519140240354','-122.29413986206054'),(259816,123,112,84,'38.50357937743225','-122.2968864440918'),(259815,123,112,83,'38.49766831050555','-122.29259490966797'),(259814,123,112,82,'38.48665093686801','-122.29894638061523'),(259813,123,112,81,'38.48786024310754','-122.30632781982422'),(259812,123,112,80,'38.48705404120269','-122.31319427490234'),(259811,123,112,79,'38.49001007075893','-122.3221206665039'),(259810,123,112,78,'38.49175675849847','-122.33980178833008'),(259809,123,112,77,'38.49014443285755','-122.34941482543945'),(259808,123,112,76,'38.4818135089779','-122.36160278320312'),(259807,123,112,75,'38.48046972138692','-122.37241744995117'),(259806,123,112,74,'38.487322776173116','-122.39198684692383'),(259805,123,112,73,'38.486919673341646','-122.39782333374023'),(259804,123,112,72,'38.48826334067771','-122.40194320678711'),(259803,123,112,71,'38.48718840881318','-122.40589141845703'),(259802,123,112,70,'38.47966343680719','-122.4038314819336'),(259801,123,112,69,'38.46985291872566','-122.39885330200195'),(259800,123,112,68,'38.46555199679967','-122.41086959838867'),(259799,123,112,67,'38.459637810328964','-122.42305755615234'),(259798,123,112,66,'38.434766038944815','-122.40074157714844'),(259797,123,112,65,'38.4238735383502','-122.41138458251953'),(259796,123,112,64,'38.42252867125168','-122.41619110107422'),(259795,123,112,63,'38.42131826945341','-122.42168426513672'),(259794,123,112,62,'38.423066621095984','-122.42494583129883'),(259793,123,112,61,'38.42185622831224','-122.42769241333008'),(259792,123,112,60,'38.417821439214535','-122.42477416992187'),(259791,123,112,59,'38.41217235588103','-122.42717742919922'),(259790,123,112,58,'38.40894410995628','-122.42958068847656'),(259789,123,112,57,'38.407329932912106','-122.43301391601562'),(259788,123,112,56,'38.40638831298642','-122.44211196899414'),(259787,123,112,55,'38.40759896492322','-122.442626953125'),(259786,123,112,54,'38.41028922995159','-122.45121002197265'),(259785,123,112,53,'38.40827154056945','-122.45532989501953'),(259784,123,112,52,'38.409616673083676','-122.45773315429687'),(259783,123,112,51,'38.40867508295269','-122.46374130249023'),(259782,123,112,50,'38.40840605494758','-122.47112274169922'),(259781,123,112,49,'38.40208360852374','-122.4704360961914'),(259780,123,112,48,'38.39818224865764','-122.47352600097656'),(259779,123,112,47,'38.39872037977778','-122.47695922851562'),(259778,123,112,46,'38.3962987581924','-122.4814224243164'),(259777,123,112,45,'38.39293526031571','-122.47884750366211'),(259776,123,112,44,'38.39105163316036','-122.4807357788086'),(259775,123,112,43,'38.39145527168144','-122.48313903808594'),(259774,123,112,42,'38.38903340675905','-122.48605728149414'),(259773,123,112,41,'38.386746015412676','-122.48846054077148'),(259772,123,112,40,'38.3872842316499','-122.49052047729492'),(259771,123,112,39,'38.3871496779661','-122.49532699584961'),(259770,123,112,38,'38.3871496779661','-122.49961853027344'),(259769,123,112,37,'38.38930250686695','-122.50236511230469'),(259768,123,112,36,'38.3871496779661','-122.50373840332031'),(259766,123,112,34,'38.38082537245622','-122.51129150390625'),(259767,123,112,35,'38.38513134266913','-122.50682830810547'),(259765,123,112,33,'38.37584627486472','-122.51300811767578'),(259764,123,112,32,'38.37153975195667','-122.51712799072265'),(259763,123,112,31,'38.36898263270871','-122.52176284790039'),(259762,123,112,30,'38.364675701314006','-122.52485275268554'),(259761,123,112,29,'38.36911722018497','-122.53412246704101'),(259760,123,112,28,'38.37194349936752','-122.53583908081054'),(259759,123,112,27,'38.36965556758702','-122.5385856628418'),(259758,123,112,26,'38.37005932551044','-122.53995895385742'),(259757,123,112,25,'38.37019391098432','-122.53978729248047'),(259756,123,112,24,'38.3712705857646','-122.54356384277344'),(259755,123,112,23,'38.37476966816707','-122.54854202270508'),(259754,123,112,22,'38.37773029803778','-122.55163192749023'),(259753,123,112,21,'38.382171015683355','-122.55386352539062'),(259752,123,112,20,'38.3872842316499','-122.56296157836914'),(259751,123,112,19,'38.38755333826654','-122.56914138793945'),(259750,123,112,18,'38.38889885632959','-122.57360458374023'),(259749,123,112,17,'38.38889885632959','-122.58012771606445'),(259748,123,112,16,'38.38795699631398','-122.58682250976562'),(259747,123,112,15,'38.38809154849577','-122.59145736694336'),(259746,123,112,14,'38.38513134266913','-122.5960922241211'),(259745,123,112,13,'38.38593868354685','-122.59815216064453'),(259744,123,112,12,'38.38540045729637','-122.60021209716797'),(259743,123,112,11,'38.39724050955868','-122.60982513427734'),(259742,123,112,10,'38.39966209959931','-122.62046813964844'),(259741,123,112,9,'38.39791318159542','-122.62458801269531'),(259740,123,112,8,'38.398451314718414','-122.6374626159668'),(259739,123,112,7,'38.409616673083676','-122.64450073242187'),(259738,123,112,6,'38.41418993634685','-122.65514373779297'),(259737,123,112,5,'38.41835942411498','-122.66338348388672'),(259736,123,112,4,'38.424008023682816','-122.67351150512695'),(259735,123,112,3,'38.43073197103679','-122.67814636230469'),(259734,123,112,2,'38.43274903316375','-122.68501281738281'),(259733,123,112,1,'38.433421374684826','-122.69050598144531'),(259732,123,112,0,'38.43463157364575','-122.69479751586914'),(260298,124,113,98,'37.33795407160059','-121.8878173828125'),(260299,124,113,99,'37.34013777000893','-121.88301086425781'),(260297,124,113,97,'37.34068368469045','-121.88884735107422'),(260296,124,113,96,'37.339591851359174','-121.89228057861328'),(260295,124,113,95,'37.34259435482537','-121.89468383789062'),(260294,124,113,94,'37.35433026198416','-121.86790466308594'),(260293,124,113,93,'37.36988433437122','-121.84593200683594'),(260292,124,113,92,'37.37643245294913','-121.83597564697265'),(260291,124,113,91,'37.395800623378385','-121.84558868408203'),(260290,124,113,90,'37.43424933695691','-121.8661880493164'),(260289,124,113,89,'37.43970145670931','-121.87339782714844'),(260288,124,113,88,'37.44406286652748','-121.8658447265625'),(260287,124,113,87,'37.446516047833484','-121.85657501220703'),(260286,124,113,86,'37.446516047833484','-121.83975219726562'),(260285,124,113,85,'37.44106442458555','-121.83563232421875'),(260284,124,113,84,'37.441882193395124','-121.82807922363281'),(260283,124,113,83,'37.43861106453426','-121.82086944580078'),(260281,124,113,81,'37.433158865344126','-121.80473327636719'),(260282,124,113,82,'37.43424933695691','-121.8160629272461'),(260280,124,113,80,'37.42906945530332','-121.79821014404297'),(260279,124,113,79,'37.429887355183986','-121.79271697998047'),(260278,124,113,78,'37.42225327545478','-121.78516387939453'),(260277,124,113,77,'37.41407304054796','-121.78001403808594'),(260274,124,113,74,'37.41243688634609','-121.8109130859375'),(260275,124,113,75,'37.40916447072623','-121.79546356201172'),(260276,124,113,76,'37.41407304054796','-121.78516387939453'),(260273,124,113,73,'37.41516379016069','-121.82601928710937'),(260272,124,113,72,'37.40943717748788','-121.8325424194336'),(260271,124,113,71,'37.40425557926452','-121.83906555175781'),(260270,124,113,70,'37.39989185018078','-121.84627532958984'),(260269,124,113,69,'37.4353397926825','-121.8661880493164'),(260268,124,113,68,'37.43942886015505','-121.87271118164062'),(260267,124,113,67,'37.44215478101228','-121.8661880493164'),(260264,124,113,64,'37.44406286652748','-121.83666229248047'),(260265,124,113,65,'37.447333757060385','-121.8435287475586'),(260266,124,113,66,'37.44787889157962','-121.85382843017578'),(260263,124,113,63,'37.448424022126545','-121.83013916015625'),(260262,124,113,62,'37.470498470798724','-121.83528900146484'),(260261,124,113,61,'37.482759237502655','-121.83082580566406'),(260260,124,113,60,'37.486300862269296','-121.83528900146484'),(260259,124,113,59,'37.488752657988556','-121.83082580566406'),(260258,124,113,58,'37.49447320172351','-121.83151245117187'),(260257,124,113,57,'37.49883141715704','-121.83219909667969'),(260256,124,113,56,'37.5124492009751','-121.83734893798828'),(260255,124,113,55,'37.513810842731','-121.83563232421875'),(260254,124,113,54,'37.51816792940794','-121.84455871582031'),(260253,124,113,53,'37.52715361723378','-121.85108184814453'),(260252,124,113,52,'37.53777167115642','-121.85211181640625'),(260251,124,113,51,'37.55002139332707','-121.85691833496094'),(260249,124,113,49,'37.595463875285624','-121.87202453613281'),(260250,124,113,50,'37.565262680889965','-121.86172485351562'),(260248,124,113,48,'37.60471224043399','-121.83940887451172'),(260247,124,113,47,'37.61695095592253','-121.81503295898437'),(260246,124,113,46,'37.62945956107554','-121.80335998535156'),(260245,124,113,45,'37.638431828988835','-121.79855346679687'),(260244,124,113,44,'37.64984951217565','-121.8050765991211'),(260243,124,113,43,'37.66045007505325','-121.80644989013672'),(260242,124,113,42,'37.66126544028122','-121.78070068359375'),(260241,124,113,41,'37.66262436242685','-121.75941467285156'),(260240,124,113,40,'37.66588567407962','-121.7508316040039'),(260239,124,113,39,'37.67132087507','-121.74911499023437'),(260238,124,113,38,'37.666429212090605','-121.7446517944336'),(260236,124,113,36,'37.665342132088284','-121.69864654541015'),(260237,124,113,37,'37.66615744358267','-121.73332214355469'),(260235,124,113,35,'37.66452681163812','-121.68319702148437'),(260234,124,113,34,'37.66697274612122','-121.67564392089844'),(260233,124,113,33,'37.68083151896963','-121.65916442871094'),(260232,124,113,32,'37.68708070686609','-121.66122436523437'),(260231,124,113,31,'37.68708070686609','-121.6292953491211'),(260230,124,113,30,'37.68735239874452','-121.59736633300781'),(260229,124,113,29,'37.7025655553889','-121.58294677734375'),(260228,124,113,28,'37.707998069120265','-121.57470703125'),(260227,124,113,27,'37.714244967649265','-121.56612396240234'),(260226,124,113,26,'37.71723242860988','-121.56200408935547'),(260225,124,113,25,'37.72782336496339','-121.56784057617187'),(260224,124,113,24,'37.737598269779824','-121.5688705444336'),(260223,124,113,23,'37.74438563888049','-121.57299041748047'),(260222,124,113,22,'37.748457761603355','-121.57127380371094'),(260221,124,113,21,'37.75144384252929','-121.57608032226562'),(260220,124,113,20,'37.75470124792829','-121.57470703125'),(260219,124,113,19,'37.756872771856464','-121.563720703125'),(260218,124,113,18,'37.75904423204625','-121.4919662475586'),(260217,124,113,17,'37.749815086052884','-121.47411346435547'),(260216,124,113,16,'37.740584788858285','-121.4535140991211'),(260215,124,113,15,'37.76610103745479','-121.4542007446289'),(260214,124,113,14,'37.791879793952084','-121.45317077636719'),(260213,124,113,13,'37.791879793952084','-121.44699096679687'),(260212,124,113,12,'37.792422407988575','-121.4483642578125'),(260211,124,113,11,'37.821175249016726','-121.45111083984375'),(260210,124,113,10,'37.84341033205656','-121.45488739013672'),(260209,124,113,9,'37.851272354889346','-121.44939422607422'),(260208,124,113,8,'37.853441041257064','-121.40888214111328'),(260207,124,113,7,'37.86238619819273','-121.40647888183594'),(260206,124,113,6,'37.87187229959465','-121.40098571777344'),(260205,124,113,5,'37.87729238065834','-121.40098571777344'),(260204,124,113,4,'37.877563374243344','-121.34193420410156'),(260203,124,113,3,'37.90601215197221','-121.34021759033203'),(260202,124,113,2,'37.9079083462673','-121.3326644897461'),(260201,124,113,1,'37.9276800317787','-121.33163452148437'),(260200,124,113,0,'37.929575667562325','-121.3271713256836'),(260595,126,114,145,'35.28752608058503','-120.66884994506836'),(260594,126,114,144,'35.28934763172984','-120.66953659057617'),(260593,126,114,143,'35.29130925635696','-120.66953659057617'),(260592,126,114,142,'35.29074879702827','-120.67176818847656'),(260591,126,114,141,'35.294812039244036','-120.67211151123047'),(260590,126,114,140,'35.294391713301195','-120.67399978637695'),(260589,126,114,139,'35.29579279128849','-120.67399978637695'),(260588,126,114,138,'35.29551257763133','-120.68052291870117'),(260587,126,114,137,'35.295232363004025','-120.68721771240234'),(260586,126,114,136,'35.290468565908775','-120.69150924682617'),(260585,126,114,135,'35.28514399032348','-120.70283889770508'),(260584,126,114,134,'35.28206118124317','-120.70833206176758'),(260583,126,114,133,'35.282621700715154','-120.70919036865234'),(260582,126,114,132,'35.2925702756586','-120.71588516235351'),(260581,126,114,131,'35.296913636215436','-120.72137832641601'),(260580,126,114,130,'35.30672036715779','-120.73511123657226'),(260579,126,114,129,'35.30994231932819','-120.73751449584961'),(260578,126,114,128,'35.31848687531321','-120.73991775512695'),(260577,126,114,127,'35.319327274680184','-120.73837280273437'),(260576,126,114,126,'35.321148110012764','-120.73820114135742'),(260575,126,114,125,'35.32128817257081','-120.73442459106445'),(260574,126,114,124,'35.32408937278182','-120.73442459106445'),(260573,126,114,123,'35.32478965767064','-120.73751449584961'),(260572,126,114,122,'35.33151208397442','-120.73493957519531'),(260571,126,114,121,'35.33347268633966','-120.74420928955078'),(260570,126,114,120,'35.33389280923032','-120.75210571289062'),(260569,126,114,119,'35.3557361898872','-120.78540802001953'),(260568,126,114,118,'35.36553578703715','-120.82935333251953'),(260567,126,114,117,'35.37729373351158','-120.85269927978515'),(260566,126,114,116,'35.39576704533903','-120.86128234863281'),(260565,126,114,115,'35.41675430908279','-120.87501525878906'),(260564,126,114,114,'35.44305062875043','-120.89012145996094'),(260563,126,114,113,'35.45423794746326','-120.90522766113281'),(260562,126,114,112,'35.449483527031475','-120.91930389404297'),(260561,126,114,111,'35.45116158984834','-120.94093322753906'),(260560,126,114,110,'35.47241402319958','-120.97972869873047'),(260559,126,114,109,'35.47353241677577','-120.98762512207031'),(260558,126,114,108,'35.512666390024385','-121.02882385253906'),(260557,126,114,107,'35.540328192421704','-121.05525970458984'),(260556,126,114,106,'35.556529666788194','-121.07688903808594'),(260555,126,114,105,'35.55736758503766','-121.09130859375'),(260554,126,114,104,'35.571052343137815','-121.10916137695312'),(260553,126,114,103,'35.58808520476323','-121.12152099609375'),(260552,126,114,102,'35.59981064298293','-121.12770080566406'),(260551,126,114,101,'35.63581374810407','-121.16443634033203'),(260550,126,114,100,'35.65255385537925','-121.20391845703125'),(260549,126,114,99,'35.651437957346374','-121.21044158935547'),(260548,126,114,98,'35.65422767319823','-121.21490478515625'),(260547,126,114,97,'35.65339076867334','-121.23275756835937'),(260546,126,114,96,'35.66399091134812','-121.25713348388672'),(260545,126,114,95,'35.67765743925772','-121.28562927246094'),(260544,126,114,94,'35.69048511140501','-121.28803253173828'),(260543,126,114,93,'35.70358951560828','-121.30382537841797'),(260542,126,114,92,'35.71334671547798','-121.30485534667969'),(260541,126,114,91,'35.7270047886309','-121.31378173828125'),(260540,126,114,90,'35.753199435570316','-121.31240844726562'),(260539,126,114,89,'35.760443241786184','-121.32030487060547'),(260538,126,114,88,'35.76490064089757','-121.31893157958984'),(260537,126,114,87,'35.76740781814028','-121.32373809814453'),(260536,126,114,86,'35.77075059819735','-121.32270812988281'),(260535,126,114,85,'35.78495584591914','-121.33129119873047'),(260534,126,114,84,'35.7949815514382','-121.34262084960937'),(260533,126,114,83,'35.80472755249522','-121.3498306274414'),(260532,126,114,82,'35.81029615912052','-121.35978698730469'),(260531,126,114,81,'35.81697797166461','-121.35910034179687'),(260530,126,114,80,'35.81335872633348','-121.3656234741211'),(260529,126,114,79,'35.819761894269796','-121.37454986572265'),(260528,126,114,78,'35.82672127366604','-121.38450622558594'),(260527,126,114,77,'35.836463379663414','-121.39583587646484'),(260526,126,114,76,'35.8562222630588','-121.41128540039062'),(260525,126,114,75,'35.86067428945882','-121.42364501953125'),(260524,126,114,74,'35.87208146578945','-121.44218444824219'),(260523,126,114,73,'35.88237433729238','-121.4535140991211'),(260522,126,114,72,'35.88793749476296','-121.46038055419922'),(260521,126,114,71,'35.89822830579779','-121.46038055419922'),(260520,126,114,70,'35.90184367860064','-121.46347045898437'),(260519,126,114,69,'35.904902711216174','-121.46141052246094'),(260518,126,114,68,'35.9157474194997','-121.4703369140625'),(260517,126,114,67,'35.92408849126653','-121.46656036376953'),(260516,126,114,66,'35.94243575255426','-121.47377014160156'),(260515,126,114,65,'35.9566102650195','-121.48200988769531'),(260514,126,114,64,'35.97328290597334','-121.48544311523437'),(260513,126,114,63,'35.99495207566063','-121.49642944335937'),(260512,126,114,62,'36.00661762510098','-121.5087890625'),(260511,126,114,61,'36.01050575808163','-121.52320861816406'),(260510,126,114,60,'36.014393699298495','-121.52767181396484'),(260509,126,114,59,'36.02189133007692','-121.54277801513672'),(260508,126,114,58,'36.02327970194187','-121.55479431152344'),(260507,126,114,57,'36.02244668175846','-121.56543731689453'),(260506,126,114,56,'36.029110596631874','-121.57470703125'),(260505,126,114,55,'36.050764426908515','-121.58946990966797'),(260504,126,114,54,'36.05437281968144','-121.58672332763672'),(260503,126,114,53,'36.06769468295309','-121.59290313720703'),(260502,126,114,52,'36.0721348028028','-121.60457611083984'),(260501,126,114,51,'36.07546472820741','-121.60560607910156'),(260500,126,114,50,'36.08739580307919','-121.6183090209961'),(260499,126,114,49,'36.10736936266137','-121.62311553955078'),(260498,126,114,48,'36.12151422870585','-121.63066864013672'),(260497,126,114,47,'36.129278954091966','-121.64302825927734'),(260496,126,114,46,'36.15284573661066','-121.66500091552734'),(260495,126,114,45,'36.16698240776651','-121.67701721191406'),(260494,126,114,44,'36.174742633448616','-121.69246673583984'),(260493,126,114,43,'36.17751395638796','-121.69349670410156'),(260492,126,114,42,'36.178345334155594','-121.69864654541015'),(260491,126,114,41,'36.19275448032835','-121.71031951904297'),(260490,126,114,40,'36.19691047217554','-121.71100616455078'),(260489,126,114,39,'36.19774164407363','-121.71546936035156'),(260488,126,114,38,'36.202451451485494','-121.72576904296875'),(260487,126,114,37,'36.22765795501122','-121.76422119140625'),(260486,126,114,36,'36.23208902824811','-121.76490783691406'),(260485,126,114,35,'36.243996293376384','-121.78070068359375'),(260484,126,114,34,'36.2597775467754','-121.78825378417969'),(260483,126,114,33,'36.261161715184606','-121.79203033447265'),(260482,126,114,32,'36.26448361929099','-121.79512023925781'),(260481,126,114,31,'36.26531407324164','-121.80061340332031'),(260480,126,114,30,'36.27223417941233','-121.80885314941406'),(260479,126,114,29,'36.277216276115496','-121.82361602783203'),(260478,126,114,28,'36.28330507364549','-121.8332290649414'),(260477,126,114,27,'36.28496557235664','-121.83940887451172'),(260476,126,114,26,'36.28994685650864','-121.84455871582031'),(260475,126,114,25,'36.29022358519359','-121.8545150756836'),(260474,126,114,24,'36.30350540784278','-121.87957763671875'),(260473,126,114,23,'36.315401786842216','-121.89193725585937'),(260472,126,114,22,'36.32812613620453','-121.89468383789062'),(260471,126,114,21,'36.33393438759289','-121.89125061035156'),(260470,126,114,20,'36.332551509870996','-121.88575744628906'),(260469,126,114,19,'36.33504067209607','-121.88644409179687'),(260468,126,114,18,'36.33697663217257','-121.89159393310547'),(260467,126,114,17,'36.34499652561904','-121.89262390136719'),(260466,126,114,16,'36.35661007949238','-121.90326690673828'),(260465,126,114,15,'36.36075735744602','-121.90052032470703'),(260464,126,114,14,'36.37292143118345','-121.90189361572265'),(260463,126,114,13,'36.375409302898895','-121.90670013427734'),(260462,126,114,12,'36.383978029736284','-121.89983367919922'),(260461,126,114,11,'36.40028364332349','-121.9039535522461'),(260460,126,114,10,'36.41161264860837','-121.9156265258789'),(260459,126,114,9,'36.42515002455931','-121.91219329833984'),(260458,126,114,8,'36.45138923432255','-121.92695617675781'),(260457,126,114,7,'36.457740551058286','-121.92317962646484'),(260456,126,114,6,'36.46491967409621','-121.92695617675781'),(260455,126,114,5,'36.49031738714763','-121.93828582763672'),(260454,126,114,4,'36.500805317604794','-121.937255859375'),(260453,126,114,3,'36.51101588504133','-121.93828582763672'),(260452,126,114,2,'36.519569647882925','-121.93450927734375'),(260451,126,114,1,'36.52646715501521','-121.92352294921875'),(260450,126,114,0,'36.539984485058284','-121.91047668457031'),(260596,126,114,146,'35.28542423987427','-120.66747665405273'),(260597,126,114,147,'35.28164078909293','-120.66421508789062'),(260598,126,114,148,'35.28079999824502','-120.66301345825195'),(260599,126,114,149,'35.282621700715154','-120.66061019897461'),(260744,127,115,71,'34.59633498436187','-120.14193534851074'),(260743,127,115,70,'34.59690021026847','-120.14167785644531'),(260742,127,115,69,'34.60007953432781','-120.14116287231445'),(260741,127,115,68,'34.60149252817936','-120.14184951782226'),(260740,127,115,67,'34.60248160957175','-120.14468193054199'),(260739,127,115,66,'34.60262290595191','-120.14845848083496'),(260738,127,115,65,'34.60523684562202','-120.14802932739258'),(260737,127,115,64,'34.60785070301162','-120.15043258666992'),(260736,127,115,63,'34.61095896685463','-120.15257835388183'),(260735,127,115,62,'34.612159855810496','-120.15283584594726'),(260734,127,115,61,'34.615833055369734','-120.1508617401123'),(260733,127,115,60,'34.618234674891994','-120.14957427978515'),(260732,127,115,59,'34.62056559209112','-120.14966011047363'),(260731,127,115,58,'34.62233139487094','-120.14948844909668'),(260730,127,115,57,'34.62395590024425','-120.14871597290039'),(260729,127,115,56,'34.625721630883845','-120.1468276977539'),(260728,127,115,55,'34.62868797377059','-120.14554023742676'),(260727,127,115,54,'34.633278533450714','-120.1424503326416'),(260726,127,115,53,'34.63892810433084','-120.1395320892334'),(260725,127,115,52,'34.64274134712849','-120.13893127441406'),(260724,127,115,51,'34.64634258209962','-120.13352394104004'),(260723,127,115,50,'34.64718990877372','-120.13232231140137'),(260722,127,115,49,'34.64782539809645','-120.13077735900879'),(260721,127,115,48,'34.64888453614309','-120.12785911560058'),(260720,127,115,47,'34.65149701880565','-120.12674331665039'),(260719,127,115,46,'34.65297974261105','-120.12614250183105'),(260718,127,115,45,'34.65354458279873','-120.12648582458496'),(260717,127,115,44,'34.65432123177207','-120.12545585632324'),(260716,127,115,43,'34.6564393283484','-120.1259708404541'),(260715,127,115,42,'34.65891037260765','-120.1259708404541'),(260714,127,115,41,'34.65989876968165','-120.12631416320801'),(260713,127,115,40,'34.66427581501753','-120.12880325317383'),(260712,127,115,39,'34.66512295837657','-120.12948989868164'),(260711,127,115,38,'34.665687715803905','-120.12923240661621'),(260710,127,115,37,'34.66547593221979','-120.12820243835449'),(260709,127,115,36,'34.665264148094295','-120.12751579284668'),(260708,127,115,35,'34.664558197099595','-120.12665748596191'),(260707,127,115,34,'34.66484057821928','-120.12571334838867'),(260706,127,115,33,'34.66618187539495','-120.12579917907715'),(260705,127,115,32,'34.66695840594016','-120.12639999389648'),(260704,127,115,31,'34.66766433648353','-120.12657165527344'),(260703,127,115,30,'34.66745255795212','-120.12725830078125'),(260702,127,115,29,'34.66801729949953','-120.12648582458496'),(260701,127,115,28,'34.667381964988','-120.12571334838867'),(260700,127,115,27,'34.667523150856084','-120.12476921081543'),(260699,127,115,26,'34.66844085313366','-120.12391090393066'),(260698,127,115,25,'34.6682290765873','-120.12167930603027'),(260697,127,115,24,'34.665687715803905','-120.12107849121094'),(260696,127,115,23,'34.66582890455924','-120.1201343536377'),(260695,127,115,22,'34.66597009307397','-120.11824607849121'),(260694,127,115,21,'34.65905157291137','-120.11841773986816'),(260693,127,115,20,'34.65340337311268','-120.11618614196777'),(260692,127,115,19,'34.654180023409104','-120.11524200439453'),(260691,127,115,18,'34.653332768179425','-120.11343955993652'),(260690,127,115,17,'34.65319155813249','-120.10374069213867'),(260689,127,115,16,'34.65050852153454','-120.09910583496094'),(260688,127,115,15,'34.65057912887338','-120.09799003601074'),(260687,127,115,14,'34.645848304207384','-120.0981616973877'),(260686,127,115,13,'34.63567964809412','-120.09790420532226'),(260685,127,115,12,'34.63589150781387','-120.11618614196777'),(260684,127,115,11,'34.63320791137959','-120.11798858642578'),(260683,127,115,10,'34.62635728471596','-120.11747360229492'),(260682,127,115,9,'34.62233139487094','-120.11858940124512'),(260681,127,115,8,'34.61710450965532','-120.1215934753418'),(260680,127,115,7,'34.613360727395104','-120.12210845947265'),(260679,127,115,6,'34.60975806052781','-120.12219429016113'),(260678,127,115,5,'34.60763877169397','-120.12425422668457'),(260677,127,115,4,'34.60537813731424','-120.12691497802734'),(260676,127,115,3,'34.602410961291504','-120.1285457611084'),(260675,127,115,2,'34.59887847065301','-120.12863159179687'),(260674,127,115,1,'34.5968295572405','-120.13240814208984'),(260673,127,115,0,'34.595981716217146','-120.13472557067871'),(260745,127,115,72,'34.59612302365534','-120.13944625854492'),(261041,128,116,144,'34.421354508229925','-118.56548309326172'),(261040,128,116,143,'34.421920922164254','-118.56342315673828'),(261039,128,116,142,'34.42843440660693','-118.56101989746094'),(261038,128,116,141,'34.431549371940896','-118.56754302978515'),(261037,128,116,140,'34.438062106140265','-118.57681274414062'),(261036,128,116,139,'34.434381057870155','-118.5860824584961'),(261035,128,116,138,'34.43409789359469','-118.59020233154297'),(261034,128,116,137,'34.44230926803439','-118.60702514648437'),(261033,128,116,136,'34.42786803680155','-118.63277435302734'),(261032,128,116,135,'34.4233369402125','-118.64994049072265'),(261031,128,116,134,'34.41059191445944','-118.6691665649414'),(261030,128,116,133,'34.406059881670046','-118.69216918945312'),(261029,128,116,132,'34.40407704011785','-118.71173858642578'),(261028,128,116,131,'34.41030866960347','-118.72753143310547'),(261027,128,116,130,'34.40634314091266','-118.74332427978515'),(261026,128,116,129,'34.40804267622734','-118.7680435180664'),(261025,128,116,128,'34.41115840129391','-118.78280639648437'),(261024,128,116,127,'34.40521009818781','-118.79688262939453'),(261023,128,116,126,'34.390195833500336','-118.79722595214844'),(261022,128,116,125,'34.387079327815805','-118.8064956665039'),(261021,128,116,124,'34.38367937111378','-118.82709503173828'),(261020,128,116,123,'34.382262681739036','-118.85456085205078'),(261019,128,116,122,'34.38254602153153','-118.8779067993164'),(261018,128,116,121,'34.379429231082135','-118.8991928100586'),(261017,128,116,120,'34.37886252944582','-118.90983581542969'),(261016,128,116,119,'34.373195302167716','-118.9156723022461'),(261015,128,116,118,'34.37347867263908','-118.92047882080078'),(261014,128,116,117,'34.358175295444816','-118.9211654663086'),(261013,128,116,116,'34.34627073645813','-118.91292572021484'),(261012,128,116,115,'34.34003434042203','-118.8998794555664'),(261011,128,116,114,'34.330111845464366','-118.90365600585937'),(261010,128,116,113,'34.316501943893755','-118.90296936035156'),(261009,128,116,112,'34.31593481676314','-118.92082214355469'),(261008,128,116,111,'34.3210388229967','-118.9218521118164'),(261007,128,116,110,'34.32500839103801','-118.92528533935547'),(261006,128,116,109,'34.32188946052673','-118.93077850341797'),(261005,128,116,108,'34.319337522071464','-118.93661499023437'),(261004,128,116,107,'34.31565125176098','-118.94073486328125'),(261003,128,116,106,'34.299770082936156','-118.94210815429687'),(261002,128,116,105,'34.29324658992357','-118.94828796386719'),(261001,128,116,104,'34.29296294830096','-118.95378112792969'),(261000,128,116,103,'34.29126107845568','-118.96167755126953'),(260999,128,116,102,'34.29636658456932','-118.96133422851562'),(260998,128,116,101,'34.304024261960826','-118.96202087402344'),(260997,128,116,100,'34.31083050016808','-118.9599609375'),(260996,128,116,99,'34.31593481676314','-118.96236419677734'),(260995,128,116,98,'34.31423341238166','-118.97163391113281'),(260994,128,116,97,'34.32132236979802','-118.97506713867187'),(260993,128,116,96,'34.32472485669068','-118.97918701171875'),(260992,128,116,95,'34.33237994779142','-118.97781372070312'),(260991,128,116,94,'34.339183886846555','-118.9760971069336'),(260990,128,116,93,'34.34740457681595','-118.98090362548828'),(260989,128,116,92,'34.35505759816368','-118.9815902709961'),(260988,128,116,91,'34.35505759816368','-119.00218963623047'),(260987,128,116,90,'34.35449073165301','-119.00836944580078'),(260986,128,116,89,'34.35364042469895','-119.01214599609375'),(260985,128,116,88,'34.352506668675936','-119.02828216552734'),(260984,128,116,87,'34.348538401840685','-119.04132843017578'),(260983,128,116,86,'34.34683765855365','-119.04647827148437'),(260982,128,116,85,'34.34683765855365','-119.05059814453125'),(260981,128,116,84,'34.35222322727423','-119.0530014038086'),(260980,128,116,83,'34.350806005890014','-119.058837890625'),(260979,128,116,82,'34.36072605241386','-119.06089782714844'),(260978,128,116,81,'34.37262855834906','-119.0643310546875'),(260977,128,116,80,'34.39331222316112','-119.0749740600586'),(260976,128,116,79,'34.405776621468384','-119.08218383789062'),(260975,128,116,78,'34.41257460159499','-119.0859603881836'),(260974,128,116,77,'34.41908881412175','-119.0863037109375'),(260973,128,116,76,'34.423053738521446','-119.08527374267578'),(260972,128,116,75,'34.427584850459794','-119.0921401977539'),(260971,128,116,74,'34.427018474898226','-119.1082763671875'),(260970,128,116,73,'34.42900077257486','-119.11788940429687'),(260969,128,116,72,'34.432965226898396','-119.12338256835937'),(260968,128,116,71,'34.43636318093373','-119.13093566894531'),(260967,128,116,70,'34.43862840686652','-119.14363861083984'),(260966,128,116,69,'34.43777895433789','-119.15634155273437'),(260965,128,116,68,'34.43862840686652','-119.1683578491211'),(260964,128,116,67,'34.43608002337447','-119.18106079101562'),(260963,128,116,66,'34.43409789359469','-119.20028686523437'),(260962,128,116,65,'34.44032728601712','-119.20166015625'),(260961,128,116,64,'34.439760996804985','-119.19822692871094'),(260960,128,116,63,'34.44174299225572','-119.19788360595703'),(260959,128,116,62,'34.44372494068888','-119.20028686523437'),(260958,128,116,61,'34.44712245718284','-119.20440673828125'),(260957,128,116,60,'34.44825493197357','-119.22019958496094'),(260956,128,116,59,'34.44938739141024','-119.23358917236328'),(260955,128,116,58,'34.448538048272184','-119.24663543701172'),(260954,128,116,57,'34.44315867450577','-119.25762176513672'),(260953,128,116,56,'34.43353156216542','-119.26448822021484'),(260952,128,116,55,'34.43239888779366','-119.2734146118164'),(260951,128,116,54,'34.432965226898396','-119.28062438964844'),(260950,128,116,53,'34.43409789359469','-119.28337097167969'),(260949,128,116,52,'34.43126619807117','-119.29126739501953'),(260948,128,116,51,'34.42503613021332','-119.29985046386719'),(260947,128,116,50,'34.42588571226289','-119.30877685546875'),(260946,128,116,49,'34.42900077257486','-119.32079315185547'),(260945,128,116,48,'34.424752934278146','-119.32697296142578'),(260944,128,116,47,'34.41880559804158','-119.33658599853515'),(260943,128,116,46,'34.421354508229925','-119.34654235839844'),(260942,128,116,45,'34.41993845660677','-119.35272216796875'),(260941,128,116,44,'34.41229136345307','-119.36233520507812'),(260940,128,116,43,'34.40804267622734','-119.37023162841797'),(260939,128,116,42,'34.405493360307624','-119.36782836914062'),(260938,128,116,41,'34.39614520398497','-119.35340881347656'),(260937,128,116,40,'34.39302891980462','-119.35821533203125'),(260936,128,116,39,'34.38991251959605','-119.3609619140625'),(260935,128,116,38,'34.3856626959692','-119.35890197753906'),(260934,128,116,37,'34.3856626959692','-119.36302185058594'),(260933,128,116,36,'34.38849593569158','-119.36576843261719'),(260932,128,116,35,'34.3882126160341','-119.37263488769531'),(260931,128,116,34,'34.38849593569158','-119.38087463378906'),(260930,128,116,33,'34.3853793667234','-119.38533782958984'),(260929,128,116,32,'34.3853793667234','-119.39186096191406'),(260928,128,116,31,'34.38254602153153','-119.40593719482422'),(260927,128,116,30,'34.3853793667234','-119.41108703613281'),(260926,128,116,29,'34.386512677953625','-119.41520690917969'),(260925,128,116,28,'34.390195833500336','-119.41486358642578'),(260924,128,116,27,'34.39217900398174','-119.42001342773437'),(260923,128,116,26,'34.39387882699731','-119.42584991455078'),(260922,128,116,25,'34.39387882699731','-119.443359375'),(260921,128,116,24,'34.39529531980665','-119.44576263427734'),(260920,128,116,23,'34.39699507953274','-119.45262908935547'),(260919,128,116,22,'34.38991251959605','-119.46464538574219'),(260918,128,116,21,'34.39047914644578','-119.46910858154297'),(260917,128,116,20,'34.39076245843231','-119.47494506835937'),(260916,128,116,19,'34.39302891980462','-119.4759750366211'),(260915,128,116,18,'34.39614520398497','-119.47700500488281'),(260914,128,116,17,'34.40124432780967','-119.4873046875'),(260913,128,116,16,'34.406059881670046','-119.50138092041015'),(260912,128,116,15,'34.409458929280845','-119.5147705078125'),(260911,128,116,14,'34.41229136345307','-119.51957702636719'),(260910,128,116,13,'34.41512370170921','-119.52644348144531'),(260909,128,116,12,'34.418522381002134','-119.55940246582031'),(260908,128,116,11,'34.4233369402125','-119.56146240234375'),(260907,128,116,10,'34.4233369402125','-119.5700454711914'),(260906,128,116,9,'34.42560251920569','-119.56867218017578'),(260905,128,116,8,'34.427584850459794','-119.57107543945312'),(260904,128,116,7,'34.42843440660693','-119.5755386352539'),(260903,128,116,6,'34.434381057870155','-119.57038879394531'),(260902,128,116,5,'34.43692949317385','-119.57347869873047'),(260901,128,116,4,'34.43692949317385','-119.59854125976562'),(260900,128,116,3,'34.440893571391165','-119.61742401123047'),(260899,128,116,2,'34.43834525698313','-119.62944030761719'),(260898,128,116,1,'34.438062106140265','-119.63836669921875'),(260897,128,116,0,'34.432965226898396','-119.64591979980469'),(261042,128,116,145,'34.42418653952984','-118.57337951660156'),(261043,128,116,146,'34.42418653952984','-118.58367919921875'),(261044,128,116,147,'34.43409789359469','-118.59020233154297'),(261045,128,116,148,'34.43862840686652','-118.57784271240234'),(261046,128,116,149,'34.43353156216542','-118.5699462890625'),(261047,128,116,150,'34.43041667070551','-118.56067657470703'),(261107,129,117,29,'33.766233575140824','-118.19881439208984'),(261106,129,117,28,'33.76480652134208','-118.19632530212402'),(261105,129,117,27,'33.76295131587814','-118.19254875183105'),(261104,129,117,26,'33.762095053657894','-118.19031715393066'),(261103,129,117,25,'33.762594540992644','-118.18748474121094'),(261102,129,117,24,'33.76402163162377','-118.1850814819336'),(261101,129,117,23,'33.76516328701958','-118.18405151367187'),(261100,129,117,22,'33.766733038356286','-118.1828498840332'),(261099,129,117,21,'33.76601951858592','-118.1770133972168'),(261098,129,117,20,'33.7650205809268','-118.17134857177734'),(261097,129,117,19,'33.76459246122272','-118.16731452941894'),(261096,129,117,18,'33.76345079822283','-118.16328048706054'),(261095,129,117,17,'33.7625231858373','-118.15950393676758'),(261094,129,117,16,'33.761809631016824','-118.15529823303222'),(261093,129,117,15,'33.760953357390804','-118.15143585205078'),(261092,129,117,14,'33.76081064428815','-118.14868927001953'),(261091,129,117,13,'33.760453860491914','-118.14594268798828'),(261090,129,117,12,'33.76102471385305','-118.14431190490722'),(261089,129,117,11,'33.760525217369974','-118.14697265625'),(261088,129,117,10,'33.760667930947875','-118.14980506896972'),(261087,129,117,9,'33.76166691933987','-118.15495491027832'),(261086,129,117,8,'33.762594540992644','-118.15958976745605'),(261085,129,117,7,'33.763236734717246','-118.16242218017578'),(261084,129,117,6,'33.763878923629974','-118.16439628601074'),(261083,129,117,5,'33.76466381465524','-118.1674861907959'),(261082,129,117,4,'33.76537734571316','-118.17375183105469'),(261081,129,117,3,'33.7660908708303','-118.17975997924804'),(261080,129,117,2,'33.76666168664661','-118.18267822265625'),(261079,129,117,1,'33.76402163162377','-118.1843090057373'),(261078,129,117,0,'33.76295131587814','-118.18628311157226'),(261108,129,117,30,'33.76580546149636','-118.201904296875'),(261109,129,117,31,'33.76666168664661','-118.20405006408691'),(261110,129,117,32,'33.770015152780125','-118.20439338684082'),(261111,129,117,33,'33.76965840730194','-118.20319175720215'),(261112,129,117,34,'33.7688735620217','-118.20319175720215'),(261113,129,117,35,'33.76773195605407','-118.20387840270996'),(261114,129,117,36,'33.76644763116106','-118.20327758789062'),(261115,129,117,37,'33.76601951858592','-118.20087432861328'),(261116,129,117,38,'33.766233575140824','-118.19847106933594'),(261117,129,117,39,'33.76452110773078','-118.19538116455078'),(261118,129,117,40,'33.7625231858373','-118.19151878356933'),(261119,129,117,41,'33.76216640916963','-118.1883430480957'),(261120,129,117,42,'33.763022670677024','-118.18645477294922'),(261376,134,118,114,'46.96432220110901','1.5703582763671875'),(261375,134,118,113,'46.9732249309735','1.5895843505859375'),(261374,134,118,112,'46.97463048970666','1.5991973876953125'),(261373,134,118,111,'46.977441496346614','1.60400390625'),(261372,134,118,110,'46.98025235521883','1.6046905517578125'),(261371,134,118,109,'46.97978388900174','1.61224365234375'),(261370,134,118,108,'46.988684045239104','1.60675048828125'),(261369,134,118,107,'47.00086080525212','1.5964508056640625'),(261368,134,118,106,'47.01116205043071','1.5676116943359375'),(261367,134,118,105,'47.01116205043071','1.5579986572265625'),(261366,134,118,104,'47.01490746524705','1.5511322021484375'),(261365,134,118,103,'47.02473792939154','1.52984619140625'),(261364,134,118,102,'47.03503456959746','1.520233154296875'),(261363,134,118,101,'47.03550255150042','1.5126800537109375'),(261362,134,118,100,'47.035970529299306','1.5058135986328125'),(261361,134,118,99,'47.03316260094477','1.5003204345703125'),(261360,134,118,98,'47.03643850299412','1.4824676513671875'),(261359,134,118,97,'47.0439255239614','1.4646148681640625'),(261358,134,118,96,'47.05421846232778','1.4385223388671875'),(261357,134,118,95,'47.0677833917242','1.3897705078125'),(261356,134,118,94,'47.07152483385375','1.3835906982421875'),(261355,134,118,93,'47.072460153349','1.374664306640625'),(261354,134,118,92,'47.08789055516536','1.344451904296875'),(261353,134,118,91,'47.13976002139446','1.29638671875'),(261352,134,118,90,'47.20790774973677','1.3396453857421875'),(261351,134,118,89,'47.21163934471066','1.3327789306640625'),(261350,134,118,88,'47.2186353776589','1.333465576171875'),(261349,134,118,87,'47.22096718353454','1.33758544921875'),(261348,134,118,86,'47.2307596483469','1.3314056396484375'),(261347,134,118,85,'47.2316921696968','1.3382720947265625'),(261346,134,118,84,'47.23682074383088','1.3348388671875'),(261345,134,118,83,'47.24194882163241','1.341705322265625'),(261344,134,118,82,'47.24334730216614','1.349945068359375'),(261343,134,118,81,'47.24894085513601','1.352691650390625'),(261342,134,118,80,'47.253601698080786','1.35406494140625'),(261341,134,118,79,'47.25593196573788','1.352691650390625'),(261340,134,118,78,'47.25686404408872','1.355438232421875'),(261339,134,118,77,'47.266183925231','1.3629913330078125'),(261338,134,118,76,'47.27037733648493','1.371917724609375'),(261337,134,118,75,'47.278763162321695','1.3787841796875'),(261336,134,118,74,'47.312758722249384','1.3986968994140625'),(261335,134,118,73,'47.36673410912714','1.4028167724609375'),(261334,134,118,72,'47.39695481668995','1.407623291015625'),(261333,134,118,71,'47.418795921472714','1.42822265625'),(261332,134,118,70,'47.423441796580704','1.426849365234375'),(261331,134,118,69,'47.44294999517948','1.4412689208984375'),(261330,134,118,68,'47.4694138408872','1.448822021484375'),(261329,134,118,67,'47.49586436835717','1.4550018310546875'),(261328,134,118,66,'47.502822820057005','1.45843505859375'),(261327,134,118,65,'47.51302688102497','1.4556884765625'),(261326,134,118,64,'47.517200697839414','1.4659881591796875'),(261325,134,118,63,'47.519055620971265','1.47491455078125'),(261324,134,118,62,'47.52601099867386','1.48040771484375'),(261323,134,118,61,'47.53713768492089','1.49688720703125'),(261322,134,118,60,'47.541773107469375','1.505126953125'),(261321,134,118,59,'47.54270014279958','1.51885986328125'),(261320,134,118,58,'47.542236627183605','1.5277862548828125'),(261319,134,118,57,'47.54594463736047','1.5360260009765625'),(261318,134,118,56,'47.550579281242115','1.5415191650390625'),(261317,134,118,55,'47.55567691617457','1.547698974609375'),(261316,134,118,54,'47.55938397557883','1.5621185302734375'),(261315,134,118,53,'47.56216409801383','1.577911376953125'),(261314,134,118,52,'47.561237406927596','1.586151123046875'),(261313,134,118,51,'47.56077405523746','1.5964508056640625'),(261312,134,118,50,'47.563090772707994','1.602630615234375'),(261311,134,118,49,'47.57652571374621','1.635589599609375'),(261310,134,118,48,'47.58486290927606','1.64520263671875'),(261309,134,118,47,'47.58856790334661','1.6527557373046875'),(261308,134,118,46,'47.59366184198747','1.6582489013671875'),(261307,134,118,45,'47.649662445325035','1.6664886474609375'),(261306,134,118,44,'47.65660048985082','1.67266845703125'),(261305,134,118,43,'47.661225340769356','1.6678619384765625'),(261304,134,118,42,'47.68388118858139','1.66717529296875'),(261303,134,118,41,'47.70375474821553','1.6664886474609375'),(261302,134,118,40,'47.71807749987609','1.6596221923828125'),(261301,134,118,39,'47.73147263956074','1.6541290283203125'),(261300,134,118,38,'47.73562905149295','1.6472625732421875'),(261299,134,118,37,'47.743017409121826','1.6424560546875'),(261298,134,118,36,'47.76609926907284','1.6431427001953125'),(261297,134,118,35,'47.77486769134668','1.6403961181640625'),(261296,134,118,34,'47.77948205663557','1.6335296630859375'),(261295,134,118,33,'47.78594148006352','1.6294097900390625'),(261294,134,118,32,'47.79470655664555','1.6266632080078125'),(261293,134,118,31,'47.80208652719499','1.6239166259765625'),(261292,134,118,30,'47.818687628247105','1.608123779296875'),(261291,134,118,29,'47.830674012109434','1.5703582763671875'),(261290,134,118,28,'47.845883513447305','1.5325927734375'),(261289,134,118,27,'47.87859187064733','1.492767333984375'),(261288,134,118,26,'47.889643549802905','1.48590087890625'),(261287,134,118,25,'47.90506590938338','1.4601516723632812'),(261286,134,118,24,'47.93520680379448','1.4412689208984375'),(261285,134,118,23,'47.95521433570218','1.426849365234375'),(261284,134,118,22,'47.95958276636586','1.4289093017578125'),(261283,134,118,21,'47.96441060212185','1.4223861694335937'),(261282,134,118,20,'47.969467850886666','1.4072799682617187'),(261281,134,118,19,'47.97705279557946','1.399383544921875'),(261280,134,118,18,'47.98050012940721','1.3986968994140625'),(261279,134,118,17,'47.98762388988486','1.3914871215820312'),(261278,134,118,16,'47.988313233885385','1.3787841796875'),(261277,134,118,15,'47.98808345357487','1.3695144653320312'),(261276,134,118,14,'47.98785367224138','1.360931396484375'),(261275,134,118,13,'47.985785594203556','1.3496017456054687'),(261274,134,118,12,'47.98279822407734','1.3427352905273437'),(261273,134,118,11,'47.98486642181017','1.338958740234375'),(261272,134,118,10,'47.98739410650529','1.3231658935546875'),(261271,134,118,9,'47.98463662615423','1.3173294067382812'),(261270,134,118,8,'47.985555802639766','1.3104629516601562'),(261269,134,118,7,'47.98785367224138','1.30462646484375'),(261268,134,118,6,'47.985555802639766','1.29364013671875'),(261267,134,118,5,'47.98785367224138','1.2726974487304687'),(261266,134,118,4,'47.99153005081515','1.2545013427734375'),(261265,134,118,3,'47.99428716287938','1.24420166015625'),(261264,134,118,2,'47.9922193426418','1.2417984008789062'),(261263,134,118,1,'47.992908625261364','1.23870849609375'),(261262,134,118,0,'47.99658464373612','1.2328720092773437'),(261377,134,118,115,'46.9540119257936','1.5483856201171875'),(261378,134,118,116,'46.94182449351122','1.520233154296875'),(261379,134,118,117,'46.91744130390868','1.4824676513671875'),(261380,134,118,118,'46.90524554642923','1.45843505859375'),(261381,134,118,119,'46.89398546092549','1.43646240234375'),(261382,134,118,120,'46.89281239935959','1.4347457885742187'),(261383,134,118,121,'46.8899969469116','1.4234161376953125'),(261384,134,118,122,'46.898208270105194','1.418609619140625'),(261385,134,118,123,'46.907356549203','1.4230728149414062'),(261386,134,118,124,'46.919551826363204','1.4306259155273437'),(261387,134,118,125,'46.925179479825836','1.437835693359375'),(261388,134,118,126,'46.94088688378103','1.4381790161132812'),(261389,134,118,127,'46.93807395606992','1.4409255981445312'),(261390,134,118,128,'46.93502645094875','1.4453887939453125'),(261391,134,118,129,'46.933385414813976','1.4522552490234375'),(261392,134,118,130,'46.93150988336929','1.459808349609375'),(261393,134,118,131,'46.92869646304893','1.46392822265625'),(261394,134,118,132,'46.92635183322409','1.4697647094726562'),(261395,134,118,133,'46.92236572698808','1.4797210693359375'),(261396,134,118,134,'46.916972287629385','1.483154296875'),(261397,134,118,135,'46.90993655080745','1.46942138671875'),(261398,134,118,136,'46.9036035979079','1.4601516723632812'),(261399,134,118,137,'46.89985038386865','1.4505386352539062'),(261400,134,118,138,'46.89375085066505','1.437835693359375'),(261401,134,118,139,'46.889762319202845','1.4227294921875'),(261402,134,118,140,'46.888589165263326','1.4165496826171875'),(261403,135,119,0,'47.07292780694107','1.8065643310546875'),(261404,135,119,1,'47.07199249565323','1.805877685546875'),(261405,135,119,2,'47.07012182383309','1.797637939453125'),(261406,135,119,3,'47.0654448570217','1.7962646484375'),(261407,135,119,4,'47.05702528260841','1.7873382568359375'),(261408,135,119,5,'47.05234716672976','1.7804718017578125'),(261409,135,119,6,'47.04720076526227','1.772918701171875'),(261410,135,119,7,'47.04158594276977','1.768798828125'),(261411,135,119,8,'47.034566583590426','1.764678955078125'),(261412,135,119,9,'47.025674069675034','1.7543792724609375'),(261413,135,119,10,'47.02380177269133','1.7475128173828125'),(261414,135,119,11,'47.01537562362976','1.748199462890625'),(261415,135,119,12,'47.00694814478154','1.74957275390625'),(261416,135,119,13,'46.991494313050424','1.7502593994140625'),(261417,135,119,14,'46.97837846572262','1.7433929443359375'),(261418,135,119,15,'46.96666516842388','1.737213134765625'),(261419,135,119,16,'46.95729268344381','1.7269134521484375'),(261420,135,119,17,'46.946981053520034','1.71112060546875'),(261421,135,119,18,'46.93948043839813','1.69464111328125'),(261422,135,119,19,'46.930572093016316','1.66168212890625'),(261423,135,119,20,'46.924007100770275','1.6362762451171875'),(261424,135,119,21,'46.92025531537451','1.621856689453125'),(261425,135,119,22,'46.91415810374319','1.6115570068359375'),(261426,135,119,23,'46.90806019832023','1.59576416015625'),(261427,135,119,24,'46.89398546092549','1.5868377685546875'),(261428,135,119,25,'46.89210855010362','1.5772247314453125'),(261429,135,119,26,'46.8667638247013','1.5538787841796875'),(261430,135,119,27,'46.86019101567027','1.54632568359375'),(261431,135,119,28,'46.849860689868386','1.53533935546875'),(261432,135,119,29,'46.84704298339389','1.5387725830078125'),(261433,135,119,30,'46.84187680428752','1.5305328369140625'),(261434,135,119,31,'46.7981792512332','1.4886474609375'),(261435,135,119,32,'46.79441866301973','1.4865875244140625'),(261436,135,119,33,'46.78031411656016','1.481781005859375'),(261437,135,119,34,'46.76432449601197','1.47216796875'),(261438,135,119,35,'46.765265193337974','1.454315185546875'),(261439,135,119,36,'46.75726874246586','1.4495086669921875'),(261440,135,119,37,'46.75068253882583','1.44195556640625'),(261441,135,119,38,'46.74550709985597','1.4344024658203125'),(261442,135,119,39,'46.73844888224751','1.4261627197265625'),(261443,135,119,40,'46.7360959377012','1.4117431640625'),(261444,135,119,41,'46.73138974059021','1.4083099365234375'),(261445,135,119,42,'46.68713141244413','1.4316558837890625'),(261446,135,119,43,'46.66875826244199','1.4398956298828125'),(261447,135,119,44,'46.664988638961226','1.4337158203125'),(261448,135,119,45,'46.659333710838176','1.42822265625'),(261449,135,119,46,'46.6560347296143','1.43096923828125'),(261450,135,119,47,'46.64660795992221','1.4275360107421875'),(261451,135,119,48,'46.64236537751269','1.424102783203125'),(261452,135,119,49,'46.640951109437744','1.429595947265625'),(261453,135,119,50,'46.63906536116322','1.424102783203125'),(261454,135,119,51,'46.63387921452026','1.4261627197265625'),(261455,135,119,52,'46.62492015414768','1.4234161376953125'),(261456,135,119,53,'46.618789416305674','1.4227294921875'),(261457,135,119,54,'46.614544652657486','1.42547607421875'),(261458,135,119,55,'46.59992125316105','1.4179229736328125'),(261459,135,119,56,'46.59378768493023','1.41448974609375'),(261460,135,119,57,'46.584350070440536','1.413116455078125'),(261461,135,119,58,'46.57160668424226','1.4028167724609375'),(261462,135,119,59,'46.555083022430495','1.4055633544921875'),(261463,135,119,60,'46.54705542793464','1.39251708984375'),(261464,135,119,61,'46.53949896024684','1.391143798828125'),(261465,135,119,62,'46.53477563383562','1.38427734375'),(261466,135,119,63,'46.52060318945511','1.380157470703125'),(261467,135,119,64,'46.50973514453878','1.3945770263671875'),(261468,135,119,65,'46.504536615594','1.3890838623046875'),(261469,135,119,66,'46.495556167319506','1.388397216796875'),(261470,135,119,67,'46.48279192606356','1.3877105712890625'),(261471,135,119,68,'46.479482189368646','1.3959503173828125'),(261472,135,119,69,'46.47286211195878','1.388397216796875'),(261473,135,119,70,'46.463876433008494','1.391143798828125'),(261474,135,119,71,'46.449685498688495','1.39251708984375'),(261475,135,119,72,'46.444008089449774','1.3932037353515625'),(261476,135,119,73,'46.43691049578133','1.3890838623046875'),(261477,135,119,74,'46.433124734438216','1.38702392578125'),(261478,135,119,75,'46.41229834595414','1.393890380859375'),(261479,135,119,76,'46.408510875107176','1.3897705078125'),(261480,135,119,77,'46.39856751279131','1.385650634765625'),(261481,135,119,78,'46.39335836163185','1.3767242431640625'),(261482,135,119,79,'46.3838859037291','1.3657379150390625'),(261483,135,119,80,'46.36967413462374','1.35955810546875'),(261484,135,119,81,'46.34692761055676','1.3423919677734375'),(261485,135,119,82,'46.334602622976156','1.330718994140625'),(261486,135,119,83,'46.32180065671089','1.3286590576171875'),(261487,135,119,84,'46.3161099321717','1.325225830078125'),(261488,135,119,85,'46.3127900695348','1.329345703125'),(261489,135,119,86,'46.308047059262975','1.3314056396484375'),(261490,135,119,87,'46.297373783366105','1.3368988037109375'),(261491,135,119,88,'46.29523887849085','1.3358688354492187'),(261492,135,119,89,'46.283376780187226','1.33209228515625'),(261493,135,119,90,'46.282427701344694','1.329345703125'),(261494,135,119,91,'46.27886850925428','1.3303756713867187'),(261495,135,119,92,'46.26747754084322','1.3200759887695312'),(261496,135,119,93,'46.262255889066104','1.3180160522460937'),(261497,135,119,94,'46.25204849722289','1.316986083984375'),(261498,135,119,95,'46.24991182590708','1.3180160522460937'),(261499,135,119,96,'46.24848733211962','1.32110595703125'),(261500,135,119,97,'46.23827737735518','1.3317489624023437'),(261501,135,119,98,'46.231153027822046','1.3338088989257812'),(261502,135,119,99,'46.22474032245462','1.3296890258789062'),(261503,135,119,100,'46.21808931817162','1.329345703125'),(261504,135,119,101,'46.216188883247376','1.3262557983398437'),(261505,135,119,102,'46.20977442979466','1.3217926025390625'),(261506,135,119,103,'46.207398516170045','1.3193893432617187'),(261507,135,119,104,'46.19955727205308','1.3200759887695312'),(261508,135,119,105,'46.1893382140708','1.3228225708007812'),(261509,135,119,106,'46.18244521829928','1.316986083984375'),(261510,135,119,107,'46.17650228684226','1.3138961791992187'),(261511,135,119,108,'46.171509728016765','1.311492919921875'),(261512,135,119,109,'46.16390114779357','1.3111495971679687'),(261513,135,119,110,'46.15890744507131','1.3084030151367187'),(261514,135,119,111,'46.15534023705697','1.3035964965820312'),(261515,135,119,112,'46.15248630414551','1.2929534912109375'),(261516,135,119,113,'46.14868083004032','1.2898635864257812'),(261517,135,119,114,'46.14368574598159','1.2902069091796875'),(261518,135,119,115,'46.14130697521705','1.2888336181640625'),(261519,135,119,116,'46.13750072821168','1.2829971313476562'),(261520,135,119,117,'46.13369421808858','1.2751007080078125'),(261521,135,119,118,'46.133218385822666','1.2713241577148437'),(261522,135,119,119,'46.13179086435745','1.264801025390625'),(261523,135,119,120,'46.127508077954246','1.2685775756835937'),(261524,135,119,121,'46.1241767916318','1.2658309936523437'),(261525,135,119,122,'46.11822756499197','1.2627410888671875'),(261526,135,119,123,'46.113467721156525','1.2586212158203125'),(261527,135,119,124,'46.112039687834695','1.2490081787109375'),(261528,135,119,125,'46.1077553658556','1.2424850463867187'),(261529,135,119,126,'46.102518520073424','1.2424850463867187'),(261530,135,119,127,'46.100614089174144','1.2363052368164062'),(261531,135,119,128,'46.09823345804305','1.231842041015625'),(261532,135,119,129,'46.09442423443858','1.2266921997070312'),(261533,135,119,130,'46.09156714405419','1.223602294921875'),(261534,135,119,131,'46.0856143970306','1.2215423583984375'),(261535,135,119,132,'46.08394751274212','1.2174224853515625'),(261536,135,119,133,'46.08204244045402','1.2129592895507812'),(261537,135,119,134,'46.078232098524595','1.2019729614257812'),(261538,135,119,135,'46.06822869899152','1.2033462524414062'),(261539,135,119,136,'46.061320531569244','1.2088394165039062'),(261540,135,119,137,'46.05417324177818','1.2050628662109375'),(261541,135,119,138,'46.04488038198489','1.2026596069335937'),(261542,135,119,139,'46.03463259612506','1.201629638671875'),(261543,135,119,140,'46.02819696848244','1.197509765625'),(261544,135,119,141,'46.021045392202645','1.2009429931640625'),(261545,135,119,142,'46.00912404247693','1.2030029296875'),(261546,135,119,143,'45.99743862638977','1.209869384765625'),(261547,135,119,144,'45.99576907974905','1.2122726440429687'),(261548,135,119,145,'45.99576907974905','1.2198257446289062'),(261549,135,119,146,'45.99028307184292','1.219482421875'),(261550,135,119,147,'45.98384228170518','1.2242889404296875'),(261551,135,119,148,'45.977400742149754','1.2270355224609375'),(261552,135,119,149,'45.97071983548312','1.2325286865234375'),(261553,135,119,150,'45.964276769318396','1.2325286865234375'),(261554,135,119,151,'45.95783295371863','1.2352752685546875'),(261555,135,119,152,'45.95186578956742','1.231842041015625'),(261556,135,119,153,'45.948523896986316','1.2339019775390625'),(261557,135,119,154,'45.94589798288712','1.2311553955078125'),(261558,135,119,155,'45.933482886823675','1.23046875'),(261559,135,119,156,'45.923453279829104','1.2287521362304687'),(261560,135,119,157,'45.918437796258225','1.2287521362304687'),(261561,135,119,158,'45.90601655229453','1.2218856811523437'),(261562,135,119,159,'45.89239776415598','1.23321533203125'),(261563,135,119,160,'45.88451167585413','1.2390518188476562'),(261564,135,119,161,'45.87112666088814','1.23870849609375'),(261565,135,119,162,'45.859890320433756','1.240081787109375'),(261566,135,119,163,'45.856781995500555','1.2466049194335937'),(261567,135,119,164,'45.854869093792125','1.2469482421875'),(261568,135,119,165,'45.8536734968093','1.2438583374023437'),(261569,135,119,166,'45.845542755655856','1.2469482421875'),(261570,135,119,167,'45.84386863199448','1.2541580200195312'),(261571,135,119,168,'45.836214853678676','1.2603378295898437'),(261572,135,119,169,'45.82879925192134','1.2627410888671875'),(261573,136,120,0,'45.817315080406246','1.2908935546875'),(261574,136,120,1,'45.813486496799705','1.34307861328125'),(261575,136,120,2,'45.805828539928356','1.42547607421875'),(261576,136,120,3,'45.7943396304607','1.45294189453125'),(261577,136,120,4,'45.77901739936284','1.50238037109375'),(261578,136,120,5,'45.75219336063106','1.49688720703125'),(261579,136,120,6,'45.711933117768446','1.483154296875'),(261580,136,120,7,'45.68123916702059','1.47491455078125'),(261581,136,120,8,'45.63516665067312','1.5106201171875'),(261582,136,120,9,'45.61403741135093','1.4886474609375'),(261583,136,120,10,'45.57560020947799','1.4556884765625'),(261584,136,120,11,'45.54867850352087','1.4337158203125'),(261585,136,120,12,'45.539060482134495','1.38427734375'),(261586,136,120,13,'45.519819502877084','1.35955810546875'),(261587,136,120,14,'45.508271755944975','1.3348388671875'),(261588,136,120,15,'45.4890202453737','1.38427734375'),(261589,136,120,16,'45.452424241343095','1.3897705078125'),(261590,136,120,17,'45.39844997630408','1.38153076171875'),(261591,136,120,18,'45.39411051849114','1.37054443359375'),(261592,136,120,19,'45.39169956460275','1.3684844970703125'),(261593,136,120,20,'45.386877348270374','1.366424560546875'),(261594,136,120,21,'45.381572435128284','1.3616180419921875'),(261595,136,120,22,'45.378196322122854','1.35406494140625'),(261596,136,120,23,'45.3719258631369','1.33758544921875'),(261597,136,120,24,'45.3632425413191','1.3348388671875'),(261598,136,120,25,'45.3555229139944','1.3314056396484375'),(261599,136,120,26,'45.34538930478674','1.322479248046875'),(261600,136,120,27,'45.32463387246221','1.318359375'),(261601,136,120,28,'45.316908979003934','1.3217926025390625'),(261602,136,120,29,'45.31642613819207','1.3410186767578125'),(261603,136,120,30,'45.30628553076033','1.3506317138671875'),(261604,136,120,31,'45.3091830323091','1.3588714599609375'),(261605,136,120,32,'45.30000710263142','1.3698577880859375'),(261606,136,120,33,'45.287448160456634','1.39251708984375'),(261607,136,120,34,'45.279718198269585','1.402130126953125'),(261608,136,120,35,'45.26522168032664','1.4096832275390625'),(261609,136,120,36,'45.2574886900362','1.4138031005859375'),(261610,136,120,37,'45.24830439606439','1.4124298095703125'),(261611,136,120,38,'45.23960211592316','1.4247894287109375'),(261612,136,120,39,'45.225095353380645','1.4275360107421875'),(261613,136,120,40,'45.2115523675053','1.43646240234375'),(261614,136,120,41,'45.200425358902095','1.44195556640625'),(261615,136,120,42,'45.19171574701543','1.462554931640625'),(261616,136,120,43,'45.17719676486024','1.4701080322265625'),(261617,136,120,44,'45.17138813517546','1.468048095703125'),(261618,136,120,45,'45.16364237397378','1.448822021484375'),(261619,136,120,46,'45.1617057690978','1.435089111328125'),(261620,136,120,47,'45.16364237397378','1.4083099365234375'),(261621,136,120,48,'45.1617057690978','1.393890380859375'),(261622,136,120,49,'45.15637976625155','1.3877105712890625'),(261623,136,120,50,'45.15202175726355','1.3787841796875'),(261624,136,120,51,'45.151537513470664','1.3726043701171875'),(261625,136,120,52,'45.14185177358869','1.373291015625'),(261626,136,120,53,'45.13603953969362','1.3753509521484375'),(261627,136,120,54,'45.13410199673413','1.369171142578125'),(261628,136,120,55,'45.126835624332244','1.3677978515625'),(261629,136,120,56,'45.125866704733575','1.3849639892578125'),(261630,136,120,57,'45.123928816163286','1.4110565185546875'),(261631,136,120,58,'45.11375382113383','1.4165496826171875'),(261632,136,120,59,'45.09873027414909','1.4179229736328125'),(261633,136,120,60,'45.0938831252118','1.42822265625'),(261634,136,120,61,'45.09048987614683','1.4344024658203125'),(261635,136,120,62,'45.093398387688694','1.4591217041015625'),(261636,136,120,63,'45.082248289072424','1.4659881591796875'),(261637,136,120,64,'45.07061108301558','1.4604949951171875'),(261638,136,120,65,'45.07012614799933','1.4687347412109375'),(261639,136,120,66,'45.06236662817483','1.4756011962890625'),(261640,136,120,67,'45.05703134730012','1.4838409423828125'),(261641,136,120,68,'45.05315083032948','1.4962005615234375'),(261642,136,120,69,'45.04441870436415','1.498260498046875'),(261643,136,120,70,'45.031318015886306','1.5085601806640625'),(261644,136,120,71,'45.02015580433459','1.5209197998046875'),(261645,136,120,72,'45.01238950389271','1.520233154296875'),(261646,136,120,73,'45.00462215014995','1.5264129638671875'),(261647,136,120,74,'44.992483551267625','1.5380859375'),(261648,136,120,75,'44.97597092998747','1.5435791015625'),(261649,136,120,76,'44.966741217055315','1.5593719482421875'),(261650,136,120,77,'44.957510018805195','1.5765380859375'),(261651,136,120,78,'44.94487544582412','1.59027099609375'),(261652,136,120,79,'44.94487544582412','1.5964508056640625'),(261653,136,120,80,'44.93807106217293','1.60675048828125'),(261654,136,120,81,'44.94536144236941','1.63970947265625'),(261655,136,120,82,'44.95119307998577','1.66717529296875'),(261656,136,120,83,'44.94730538740607','1.68365478515625'),(261657,136,120,84,'44.9609111593886','1.7083740234375'),(261658,136,120,85,'44.941473354802504','1.74407958984375'),(261659,136,120,86,'44.92202896709906','1.790771484375'),(261660,136,120,87,'44.92202896709906','1.84844970703125'),(261661,136,120,88,'44.88895839978044','1.8621826171875'),(261662,136,120,89,'44.85781578061526','1.89788818359375'),(261663,136,120,90,'44.859762688042736','1.907501220703125'),(261664,136,120,91,'44.858789242557805','1.9171142578125'),(261665,136,120,92,'44.87533557756195','1.93634033203125'),(261666,136,120,93,'44.87533557756195','1.95556640625'),(261667,136,120,94,'44.87825502530345','1.978912353515625'),(261668,136,120,95,'44.883120442385646','2.014617919921875'),(261669,136,120,96,'44.87825502530345','2.0269775390625'),(261670,136,120,97,'44.87728189251396','2.0489501953125'),(261671,136,120,98,'44.87825502530345','2.0599365234375'),(261672,136,120,99,'44.873389196779264','2.069549560546875'),(261673,136,120,100,'44.87728189251396','2.09564208984375'),(261674,136,120,101,'44.879228141635245','2.10662841796875'),(261675,136,120,102,'44.873389196779264','2.113494873046875'),(261676,136,120,103,'44.87630874326679','2.12860107421875'),(261677,136,120,104,'44.867549659447214','2.149200439453125'),(261678,136,120,105,'44.85781578061526','2.1588134765625'),(261679,136,120,106,'44.85781578061526','2.18902587890625'),(261680,136,120,107,'44.859762688042736','2.21649169921875'),(261681,136,120,108,'44.85489529604183','2.2247314453125'),(261682,136,120,109,'44.8500274926005','2.2357177734375'),(261683,136,120,110,'44.84029065139799','2.231597900390625'),(261684,136,120,111,'44.825682303800384','2.226104736328125'),(261685,136,120,112,'44.81496716213562','2.217864990234375'),(261686,136,120,113,'44.79840348086502','2.21099853515625'),(261687,136,120,114,'44.77013681219717','2.184906005859375'),(261688,136,120,115,'44.724295922018634','2.204132080078125'),(261689,136,120,116,'44.72136867346628','2.212371826171875'),(261690,136,120,117,'44.708682218208054','2.2027587890625'),(261691,137,121,0,'44.71087814987583','2.197265625'),(261692,137,121,1,'44.71063416158254','2.201385498046875'),(261693,137,121,2,'44.70990219053132','2.2044754028320312'),(261694,137,121,3,'44.71087814987583','2.2140884399414062'),(261695,137,121,4,'44.70795022247138','2.215290069580078'),(261696,137,121,5,'44.70831622149686','2.2199249267578125'),(261697,137,121,6,'44.70953620153431','2.2185516357421875'),(261698,137,121,7,'44.71258603912906','2.2209548950195312'),(261699,137,121,8,'44.71051216705019','2.2255897521972656'),(261700,137,121,9,'44.70990219053132','2.231426239013672'),(261701,137,121,10,'44.71014618191031','2.2360610961914062'),(261702,137,121,11,'44.715391747774625','2.23846435546875'),(261703,137,121,12,'44.716001666436846','2.2432708740234375'),(261704,137,121,13,'44.71770940449128','2.2503089904785156'),(261705,137,121,14,'44.71990499364754','2.248249053955078'),(261706,137,121,15,'44.72149064511308','2.2515106201171875'),(261707,137,121,16,'44.72222246959396','2.255115509033203'),(261708,137,121,17,'44.72136867346628','2.2585487365722656'),(261709,137,121,18,'44.72100275698299','2.2614669799804687'),(261710,137,121,19,'44.71990499364754','2.2664451599121093'),(261711,137,121,20,'44.716855541764026','2.2686767578125'),(261712,137,121,21,'44.71624563210174','2.2733116149902343'),(261713,137,121,22,'44.716855541764026','2.2830963134765625'),(261714,137,121,23,'44.716489596738064','2.2861862182617187'),(261715,137,121,24,'44.71404990408933','2.289104461669922'),(261716,137,121,25,'44.716489596738064','2.2944259643554687'),(261717,137,121,26,'44.71526976327075','2.296314239501953'),(261718,137,121,27,'44.71478182268387','2.3011207580566406'),(261719,137,121,28,'44.71222006710333','2.302837371826172'),(261720,137,121,29,'44.71087814987583','2.308502197265625'),(261721,137,121,30,'44.7120980759138','2.3136520385742187'),(261722,137,121,31,'44.7120980759138','2.3188018798828125'),(261723,137,121,32,'44.715513732021336','2.3311614990234375'),(261724,137,121,33,'44.71404990408933','2.3390579223632812'),(261725,137,121,34,'44.71502579349159','2.3479843139648437'),(261726,137,121,35,'44.71575769974336','2.3534774780273437'),(261727,137,121,36,'44.71795336295624','2.3589706420898437'),(261728,137,121,37,'44.718441276800455','2.366180419921875'),(261729,137,121,38,'44.71917313985253','2.3788833618164062'),(261730,137,121,39,'44.71917313985253','2.3836898803710937'),(261731,137,121,40,'44.721612616502746','2.38677978515625'),(261732,137,121,41,'44.728198689689506','2.393646240234375'),(261733,137,121,42,'44.73063778576999','2.401885986328125'),(261734,137,121,43,'44.73210119404699','2.4104690551757812'),(261735,137,121,44,'44.72917434046452','2.4114990234375'),(261736,137,121,45,'44.72868651713416','2.415618896484375'),(261737,137,121,46,'44.72527163862196','2.4190521240234375'),(261738,137,121,47,'44.72356412376618','2.4259185791015625'),(261739,137,121,48,'44.721612616502746','2.4310684204101562'),(261740,137,121,49,'44.718441276800455','2.4341583251953125'),(261741,137,121,50,'44.72405199029639','2.44171142578125'),(261742,137,121,51,'44.72332018895824','2.4468612670898437'),(261743,137,121,52,'44.72258837836301','2.4523544311523437'),(261744,137,121,53,'44.720636838185456','2.4554443359375'),(261745,137,121,54,'44.71697752292504','2.45269775390625'),(261746,137,121,55,'44.71404990408933','2.45269775390625'),(261747,137,121,56,'44.713317976237725','2.4616241455078125'),(261748,137,121,57,'44.71526976327075','2.465057373046875'),(261749,137,121,58,'44.717465444997785','2.4629974365234375'),(261750,137,121,59,'44.72112472940122','2.4674606323242187'),(261751,137,121,60,'44.722100499490004','2.4767303466796875'),(261752,137,121,61,'44.7201489428554','2.484283447265625'),(261753,137,121,62,'44.715513732021336','2.489776611328125'),(261754,137,121,63,'44.71063416158254','2.4935531616210937'),(261755,137,121,64,'44.70575417971902','2.5014495849609375'),(261756,137,121,65,'44.69696917557668','2.5107192993164062'),(261757,137,121,66,'44.68427737181224','2.5247955322265625'),(261758,137,121,67,'44.675489109209984','2.537841796875'),(261759,137,121,68,'44.6579085850145','2.547454833984375'),(261760,137,121,69,'44.65107027453459','2.566680908203125'),(261761,137,121,70,'44.63739123445585','2.5762939453125'),(261762,137,121,71,'44.6315278013161','2.5762939453125'),(261763,137,121,72,'44.62175409623324','2.580413818359375'),(261764,137,121,73,'44.616866626576595','2.599639892578125'),(261765,137,121,74,'44.60220174915696','2.616119384765625'),(261766,137,121,75,'44.58753316908298','2.632598876953125'),(261767,137,121,76,'44.574817404670306','2.6531982421875'),(261768,137,121,77,'44.56307730757893','2.6641845703125'),(261769,137,121,78,'44.55231347023833','2.671051025390625'),(261770,137,121,79,'44.5435052132082','2.690277099609375'),(261771,137,121,80,'44.54742015866826','2.714996337890625'),(261772,137,121,81,'44.53959000445632','2.72735595703125'),(261773,137,121,82,'44.5278427984555','2.761688232421875'),(261774,137,121,83,'44.517072444655184','2.794647216796875'),(261775,137,121,84,'44.51511398458794','2.8179931640625'),(261776,137,121,85,'44.50923820945519','2.827606201171875'),(261777,137,121,86,'44.51119686698786','2.844085693359375'),(261778,137,121,87,'44.50532069692497','2.852325439453125'),(261779,137,121,88,'44.49846441646551','2.867431640625'),(261780,137,121,89,'44.48866833139464','2.863311767578125'),(261781,137,121,90,'44.478870600803134','2.874298095703125'),(261782,137,121,91,'44.471031231561845','2.889404296875'),(261783,137,121,92,'44.46123053905882','2.904510498046875'),(261784,137,121,93,'44.46613109099745','2.92236328125'),(261785,137,121,94,'44.459270203098846','2.951202392578125'),(261786,137,121,95,'44.46319080919909','2.97454833984375'),(261787,137,121,96,'44.45142820106398','2.970428466796875'),(261788,137,121,97,'44.43868270167808','2.96630859375'),(261789,137,121,98,'44.43377984606822','2.955322265625'),(261790,137,121,99,'44.42495366933076','2.970428466796875'),(261791,137,121,100,'44.42397290075389','2.99102783203125'),(261792,137,121,101,'44.422011314236634','3.021240234375'),(261793,137,121,102,'44.42789587633427','3.04595947265625'),(261794,137,121,103,'44.44064372873941','3.065185546875'),(261795,137,121,104,'44.4357410376761','3.08990478515625'),(261796,137,121,105,'44.448487178796235','3.113250732421875'),(261797,137,121,106,'44.44554600843544','3.135223388671875'),(261798,137,121,107,'44.44260468998198','3.168182373046875'),(261799,137,121,108,'44.43966322343608','3.203887939453125'),(261800,137,121,109,'44.43427015014068','3.2073211669921875'),(261801,137,121,110,'44.431328264001195','3.217620849609375'),(261802,137,121,111,'44.41955923853363','3.22723388671875'),(261803,137,121,112,'44.40729731741751','3.242340087890625'),(261804,137,121,113,'44.40876888369991','3.2581329345703125'),(261805,137,121,114,'44.41024041296011','3.2787322998046875'),(261806,137,121,115,'44.40435407378617','3.2938385009765625'),(261807,137,121,116,'44.40778784362525','3.2993316650390625'),(261808,137,121,117,'44.41073091448634','3.3171844482421875'),(261809,137,121,118,'44.431328264001195','3.3281707763671875'),(261810,137,121,119,'44.449467536006935','3.3233642578125'),(261811,137,121,120,'44.457799907934756','3.3336639404296875'),(261812,137,121,121,'44.47299117260252','3.3453369140625'),(261813,137,121,122,'44.484749436619964','3.36181640625'),(261814,137,121,123,'44.489158174729404','3.3844757080078125'),(261815,137,121,124,'44.49699510860722','3.394775390625'),(261816,137,121,125,'44.503851561847675','3.40850830078125'),(261817,137,121,126,'44.49405638181746','3.415374755859375'),(261818,137,121,127,'44.48523931286509','3.4215545654296875'),(261819,137,121,128,'44.481810092759666','3.431854248046875'),(261820,137,121,129,'44.481810092759666','3.4476470947265625'),(261821,137,121,130,'44.483279783201866','3.456573486328125'),(261822,137,121,131,'44.482789890501586','3.460693359375'),(261823,137,121,132,'44.485729184996416','3.4572601318359375'),(261824,137,121,133,'44.492097148347945','3.4613800048828125'),(261825,137,121,134,'44.51070720877548','3.46343994140625'),(261826,137,121,135,'44.51511398458794','3.475799560546875'),(261827,137,121,136,'44.519520427177106','3.4998321533203125'),(263306,139,124,417,'43.908343716100084','5.716152191162109'),(263307,139,124,418,'43.906117552176056','5.714349746704102'),(263304,139,124,415,'43.90927125982932','5.720787048339844'),(263305,139,124,416,'43.90988961428524','5.715293884277344'),(263303,139,124,414,'43.9075398331761','5.726795196533203'),(263302,139,124,413,'43.90197419209666','5.726795196533203'),(263301,139,124,412,'43.90345841393034','5.732975006103516'),(263300,139,124,411,'43.90209787866277','5.736408233642578'),(263299,139,124,410,'43.90234525102411','5.742588043212891'),(263298,139,124,409,'43.904571556022404','5.747222900390625'),(263297,139,124,408,'43.90123206730372','5.765247344970703'),(263296,139,124,407,'43.89789239125797','5.77606201171875'),(263295,139,124,406,'43.89455252788598','5.777778625488281'),(263293,139,124,404,'43.88168611855298','5.774860382080078'),(263294,139,124,405,'43.88651134774929','5.777950286865234'),(263292,139,124,403,'43.87673675953802','5.778980255126953'),(263291,139,124,402,'43.87389069193968','5.776920318603516'),(263290,139,124,401,'43.86460909242117','5.7781219482421875'),(263289,139,124,400,'43.85866811020693','5.777263641357422'),(263288,139,124,399,'43.858296779161826','5.774860382080078'),(263287,139,124,398,'43.85445955628391','5.772285461425781'),(263286,139,124,397,'43.85272653598098','5.767307281494141'),(263285,139,124,396,'43.84765097252898','5.772800445556641'),(263283,139,124,394,'43.84022254015262','5.778980255126953'),(263284,139,124,395,'43.83997490980954','5.775203704833984'),(263282,139,124,393,'43.83588886076491','5.781211853027344'),(263281,139,124,392,'43.83483634826866','5.784645080566406'),(263280,139,124,391,'43.83353616014345','5.785932540893555'),(263279,139,124,390,'43.831307200309325','5.783786773681641'),(263278,139,124,389,'43.831183366766496','5.7781219482421875'),(263277,139,124,388,'43.83365998880441','5.768852233886719'),(263276,139,124,387,'43.833288502050706','5.75958251953125'),(263275,139,124,386,'43.834279128255126','5.751514434814453'),(263274,139,124,385,'43.838117649476445','5.7520294189453125'),(263273,139,124,384,'43.841832112330536','5.752544403076172'),(263272,139,124,383,'43.840470169467885','5.743961334228516'),(263271,139,124,382,'43.84294640609324','5.739498138427734'),(263270,139,124,381,'43.846784369748285','5.738468170166016'),(263269,139,124,380,'43.853097901714094','5.726280212402344'),(263268,139,124,379,'43.84876515760409','5.718040466308594'),(263267,139,124,378,'43.84777477189846','5.713233947753906'),(263266,139,124,377,'43.8435654491906','5.700359344482422'),(263265,139,124,376,'43.845298735689624','5.687999725341797'),(263264,139,124,375,'43.84604155734398','5.682592391967773'),(263263,139,124,374,'43.84406067904351','5.679845809936523'),(263262,139,124,373,'43.84220354589728','5.680875778198242'),(263261,139,124,372,'43.83848910616801','5.677700042724609'),(263260,139,124,371,'43.838117649476445','5.6751251220703125'),(263257,139,124,368,'43.835022087116954','5.664482116699219'),(263258,139,124,369,'43.83700326552683','5.665597915649414'),(263259,139,124,370,'43.83799383006536','5.668601989746094'),(263255,139,124,366,'43.82635365818388','5.660190582275391'),(263256,139,124,367,'43.83105953296673','5.659074783325195'),(263254,139,124,365,'43.82480559196185','5.659074783325195'),(263253,139,124,364,'43.82307171013127','5.656843185424805'),(263252,139,124,363,'43.82195704521871','5.657787322998047'),(263251,139,124,362,'43.81910836255634','5.656328201293945'),(263250,139,124,361,'43.81582601618893','5.650062561035156'),(263249,139,124,360,'43.813286718806005','5.650234222412109'),(263248,139,124,359,'43.814525413945226','5.65220832824707'),(263247,139,124,358,'43.81080925144772','5.652294158935547'),(263246,139,124,357,'43.808269740746574','5.655384063720703'),(263245,139,124,356,'43.80504874259131','5.648689270019531'),(263244,139,124,355,'43.80207535936694','5.646629333496094'),(263243,139,124,354,'43.8008364060122','5.644054412841797'),(263242,139,124,353,'43.78993250862075','5.638217926025391'),(263241,139,124,352,'43.787082298382934','5.636329650878906'),(263240,139,124,351,'43.78447981381514','5.630836486816406'),(263239,139,124,350,'43.78559517821802','5.626716613769531'),(263238,139,124,349,'43.781009658142914','5.615558624267578'),(263237,139,124,348,'43.77568009831417','5.61126708984375'),(263236,139,124,347,'43.77134173380578','5.607147216796875'),(263235,139,124,346,'43.76824270932613','5.60302734375'),(263234,139,124,345,'43.76811874500704','5.597705841064453'),(263233,139,124,344,'43.76539146498727','5.586891174316406'),(263232,139,124,343,'43.76402777834732','5.582427978515625'),(263231,139,124,342,'43.75696090422365','5.574359893798828'),(263230,139,124,341,'43.75299317045196','5.571098327636719'),(263229,139,124,340,'43.738980005846436','5.563545227050781'),(263228,139,124,339,'43.735569226114705','5.556421279907227'),(263227,139,124,338,'43.72992550936172','5.550928115844727'),(263226,139,124,337,'43.725149641315625','5.5474090576171875'),(263225,139,124,336,'43.722544461883594','5.544919967651367'),(263221,139,124,332,'43.70840008243467','5.519428253173828'),(263222,139,124,333,'43.71249485140441','5.524148941040039'),(263223,139,124,334,'43.71894664689318','5.537967681884766'),(263224,139,124,335,'43.72248243242106','5.543117523193359'),(263220,139,124,331,'43.7060423612745','5.512475967407227'),(263219,139,124,330,'43.699092748910864','5.504322052001953'),(263218,139,124,329,'43.70101638296418','5.505180358886719'),(263217,139,124,328,'43.70374659629882','5.506038665771484'),(263216,139,124,327,'43.7066628232026','5.506553649902344'),(263215,139,124,326,'43.71032341785248','5.508441925048828'),(263214,139,124,325,'43.7176439364675','5.505781173706055'),(263213,139,124,324,'43.71900868001651','5.503635406494141'),(263212,139,124,323,'43.72180010409426','5.504064559936523'),(263211,139,124,322,'43.727320537632835','5.508527755737305'),(263210,139,124,321,'43.73600333614323','5.510931015014648'),(263209,139,124,320,'43.740468285206695','5.506725311279297'),(263208,139,124,319,'43.743258709295866','5.505352020263672'),(263207,139,124,318,'43.74611100838307','5.505437850952148'),(263205,139,124,316,'43.761796224063694','5.50114631652832'),(263206,139,124,317,'43.75429511209459','5.503206253051758'),(263204,139,124,315,'43.76780883308529','5.4986572265625'),(263203,139,124,314,'43.77468849988797','5.498571395874023'),(263200,139,124,311,'43.78429391772475','5.497369766235352'),(263202,139,124,313,'43.77846888073251','5.497627258300781'),(263201,139,124,312,'43.77927450477202','5.498056411743164'),(263199,139,124,310,'43.78528535686028','5.49616813659668'),(263198,139,124,309,'43.78404605537164','5.492219924926758'),(263197,139,124,308,'43.78280672819079','5.489902496337891'),(263196,139,124,307,'43.78317852904272','5.487756729125977'),(263195,139,124,306,'43.78231099012466','5.483121871948242'),(263194,139,124,305,'43.78014208775201','5.478057861328125'),(263193,139,124,304,'43.78088572028641','5.476856231689453'),(263192,139,124,303,'43.77915056331862','5.475311279296875'),(263191,139,124,302,'43.77772521813846','5.47119140625'),(263190,139,124,301,'43.77636181269407','5.466127395629883'),(263189,139,124,300,'43.77760127347356','5.456514358520508'),(263188,139,124,299,'43.776981546295296','5.455312728881836'),(263187,139,124,298,'43.77580404696132','5.44398307800293'),(263186,139,124,297,'43.775246276025946','5.4430389404296875'),(263185,139,124,296,'43.773510955400546','5.43797492980957'),(263184,139,124,295,'43.77468849988797','5.436429977416992'),(263181,139,124,292,'43.77673365362557','5.424585342407227'),(263182,139,124,293,'43.77722943793738','5.426044464111328'),(263183,139,124,294,'43.77710549224481','5.430507659912109'),(263179,139,124,290,'43.778902679641085','5.417890548706055'),(263180,139,124,291,'43.77766324583812','5.419864654541016'),(263178,139,124,289,'43.778902679641085','5.414972305297852'),(263177,139,124,288,'43.77716746512319','5.408535003662109'),(263176,139,124,287,'43.77574207266986','5.4073333740234375'),(263175,139,124,286,'43.77475047527133','5.402870178222656'),(263174,139,124,285,'43.77506035122469','5.399866104125977'),(263173,139,124,284,'43.774626524440386','5.396175384521484'),(263171,139,124,282,'43.770474023137226','5.388622283935547'),(263172,139,124,283,'43.77251932100581','5.394372940063477'),(263169,139,124,280,'43.77208547578765','5.384159088134766'),(263170,139,124,281,'43.77165162742224','5.386819839477539'),(263168,139,124,279,'43.76966828052992','5.373945236206055'),(263167,139,124,278,'43.766569169341075','5.367937088012695'),(263165,139,124,276,'43.76669313687161','5.360984802246094'),(263166,139,124,277,'43.76526749475911','5.365362167358398'),(263163,139,124,274,'43.7733870020004','5.353517532348633'),(263164,139,124,275,'43.77295316307673','5.3551483154296875'),(263161,139,124,272,'43.77617589136123','5.349740982055664'),(263162,139,124,273,'43.77506035122469','5.3524017333984375'),(263160,139,124,271,'43.777415355994506','5.349569320678711'),(263158,139,124,269,'43.7805758745211','5.349140167236328'),(263159,139,124,270,'43.77939844596851','5.349483489990234'),(263157,139,124,268,'43.78107162697484','5.347509384155273'),(263156,139,124,267,'43.78243492502657','5.34785270690918'),(263155,139,124,266,'43.78429391772475','5.347681045532227'),(263154,139,124,265,'43.78478963934788','5.345964431762695'),(263152,139,124,263,'43.78726818580221','5.34759521484375'),(263153,139,124,264,'43.785719106311504','5.347681045532227'),(263151,139,124,262,'43.78844545936668','5.348453521728516'),(263150,139,124,261,'43.7907999369335','5.346307754516602'),(263149,139,124,260,'43.793340190285896','5.344247817993164'),(263148,139,124,259,'43.79606619572214','5.343647003173828'),(263147,139,124,258,'43.7985442745732','5.341157913208008'),(263146,139,124,257,'43.79928767818823','5.342445373535156'),(263145,139,124,256,'43.80201341230942','5.344076156616211'),(263144,139,124,255,'43.80511068650146','5.343904495239258'),(263142,139,124,253,'43.81056149905939','5.341930389404297'),(263143,139,124,254,'43.80554429207398','5.34510612487793'),(263141,139,124,252,'43.812729297610915','5.339183807373047'),(263140,139,124,251,'43.812977041006626','5.336694717407227'),(263139,139,124,250,'43.814339611312285','5.334033966064453'),(263137,139,124,248,'43.814091873569104','5.330944061279297'),(263138,139,124,249,'43.813782199944875','5.332574844360352'),(263135,139,124,246,'43.81483508371544','5.326910018920898'),(263136,139,124,247,'43.813286718806005','5.32588005065918'),(263134,139,124,245,'43.814587348027736','5.32811164855957'),(263133,139,124,244,'43.81502088480678','5.329484939575195'),(263132,139,124,243,'43.8155163515574','5.327854156494141'),(263130,139,124,241,'43.81508281837541','5.325450897216797'),(263131,139,124,242,'43.816507272725794','5.326566696166992'),(263129,139,124,240,'43.81632147625926','5.323734283447266'),(263128,139,124,239,'43.81774590106222','5.319185256958008'),(263127,139,124,238,'43.81997536732025','5.31712532043457'),(263126,139,124,237,'43.82102814189362','5.316352844238281'),(263125,139,124,236,'43.82164741238288','5.3153228759765625'),(263124,139,124,235,'43.82226667644871','5.316438674926758'),(263123,139,124,234,'43.823195560503564','5.316095352172852'),(263122,139,124,233,'43.82350518531015','5.31163215637207'),(263121,139,124,232,'43.82263823180498','5.309572219848633'),(263120,139,124,231,'43.82288593409113','5.307340621948242'),(263119,139,124,230,'43.82356711007875','5.307769775390625'),(263118,139,124,229,'43.8250532852552','5.311117172241211'),(263117,139,124,228,'43.8267871095318','5.314550399780273'),(263116,139,124,227,'43.82771592325008','5.316267013549805'),(263115,139,124,226,'43.82833512436628','5.318756103515625'),(263113,139,124,224,'43.8317406156858','5.321331024169922'),(263114,139,124,225,'43.830068853318785','5.319614410400391'),(263112,139,124,223,'43.83335041667023','5.3249359130859375'),(263111,139,124,222,'43.834279128255126','5.326652526855469'),(263110,139,124,221,'43.83496017423177','5.329999923706055'),(263109,139,124,220,'43.83465060884227','5.332403182983398'),(263108,139,124,219,'43.83533165057936','5.332317352294922'),(263107,139,124,218,'43.836074596337205','5.332231521606445'),(263106,139,124,217,'43.837436639535845','5.3359222412109375'),(263105,139,124,216,'43.83787001039733','5.337638854980469'),(263103,139,124,214,'43.837188997630385','5.340814590454102'),(263104,139,124,215,'43.836446065747395','5.339441299438477'),(263102,139,124,213,'43.83687944380327','5.341930389404297'),(263101,139,124,212,'43.83514591269463','5.346822738647461'),(263100,139,124,211,'43.83489826128234','5.34785270690918'),(263099,139,124,210,'43.83489826128234','5.349998474121094'),(263098,139,124,209,'43.83465060884227','5.351200103759766'),(263096,139,124,207,'43.83638415433962','5.353431701660156'),(263097,139,124,208,'43.83570312461452','5.351371765136719'),(263095,139,124,206,'43.83817955908563','5.354719161987305'),(263094,139,124,205,'43.83954155423612','5.357122421264648'),(263093,139,124,204,'43.841646394679984','5.363044738769531'),(263092,139,124,203,'43.84170830062774','5.366220474243164'),(263091,139,124,202,'43.843379736935894','5.370855331420898'),(263089,139,124,200,'43.844494001792384','5.389566421508789'),(263090,139,124,201,'43.84325592844487','5.383815765380859'),(263088,139,124,199,'43.8463820141775','5.39029598236084'),(263087,139,124,198,'43.84734147298119','5.391669273376465'),(263085,139,124,196,'43.85093156900407','5.390253067016602'),(263086,139,124,197,'43.848424714372605','5.391669273376465'),(263084,139,124,195,'43.8518909546263','5.391368865966797'),(263083,139,124,194,'43.8522623255626','5.392999649047852'),(263082,139,124,193,'43.852943166273015','5.391240119934082'),(263081,139,124,192,'43.85322168977792','5.38853645324707'),(263080,139,124,191,'43.85452144893472','5.386862754821777'),(263079,139,124,190,'43.85464523404365','5.386133193969727'),(263078,139,124,189,'43.85678048672711','5.385403633117676'),(263077,139,124,188,'43.85767788894773','5.3839874267578125'),(263076,139,124,187,'43.85891566295223','5.3836870193481445'),(263075,139,124,186,'43.8607722757809','5.3842878341674805'),(263074,139,124,185,'43.8618862157275','5.385317802429199'),(263072,139,124,183,'43.86535167357187','5.3853607177734375'),(263073,139,124,184,'43.86386650202019','5.386004447937012'),(263071,139,124,182,'43.86754842198207','5.386347770690918'),(263069,139,124,180,'43.86773405898302','5.390768051147461'),(263070,139,124,181,'43.86841472304023','5.388751029968262'),(263068,139,124,179,'43.86853847930647','5.391883850097656'),(263067,139,124,178,'43.869652274139504','5.391969680786133'),(263066,139,124,177,'43.87147761510885','5.393857955932617'),(263064,139,124,175,'43.876179930921076','5.3949737548828125'),(263065,139,124,176,'43.873395709786124','5.394115447998047'),(263063,139,124,174,'43.87673675953802','5.392398834228516'),(263062,139,124,173,'43.87871655247971','5.385532379150391'),(263061,139,124,172,'43.88106747115985','5.384845733642578'),(263060,139,124,171,'43.88391319597796','5.381069183349609'),(263058,139,124,169,'43.89665542666573','5.383815765380859'),(263059,139,124,170,'43.887995955026405','5.38055419921875'),(263057,139,124,168,'43.901108378938865','5.382785797119141'),(263056,139,124,167,'43.907910857413164','5.38330078125'),(263055,139,124,166,'43.916072805513515','5.3853607177734375'),(263054,139,124,165,'43.91978241188737','5.382785797119141'),(263052,139,124,163,'43.93585470033021','5.384159088134766'),(263053,139,124,164,'43.92732456495729','5.385017395019531'),(263051,139,124,162,'43.939068636874005','5.386562347412109'),(263050,139,124,161,'43.94129356810293','5.387248992919922'),(263048,139,124,159,'43.94203519334347','5.379695892333984'),(263049,139,124,160,'43.943889215970806','5.385532379150391'),(263047,139,124,158,'43.941911589779174','5.376777648925781'),(263046,139,124,157,'43.933382323241304','5.359096527099609'),(263045,139,124,156,'43.93115709597569','5.348625183105469'),(263044,139,124,155,'43.928437260693364','5.341758728027344'),(263042,139,124,153,'43.93301145781231','5.328025817871094'),(263043,139,124,154,'43.92967356487653','5.330600738525391'),(263041,139,124,152,'43.9306625897209','5.3235626220703125'),(263040,139,124,151,'43.93140434756126','5.319271087646484'),(263039,139,124,150,'43.93115709597569','5.307941436767578'),(263038,139,124,149,'43.927448198844765','5.294895172119141'),(263037,139,124,148,'43.93084803004829','5.290689468383789'),(263035,139,124,146,'43.936101932385625','5.280647277832031'),(263036,139,124,147,'43.93301145781231','5.282278060913086'),(263034,139,124,145,'43.93684362238447','5.276355743408203'),(263033,139,124,144,'43.93678181523793','5.274381637573242'),(263032,139,124,143,'43.93758530313216','5.272064208984375'),(263030,139,124,141,'43.94351841607096','5.268373489379883'),(263031,139,124,142,'43.94228239970118','5.270347595214844'),(263029,139,124,140,'43.94401281542346','5.2645111083984375'),(263028,139,124,139,'43.945928574078486','5.263051986694336'),(263026,139,124,137,'43.94660834456711','5.254297256469727'),(263027,139,124,138,'43.945743180777896','5.254983901977539'),(263025,139,124,136,'43.94636115619796','5.252408981323242'),(263023,139,124,134,'43.944878004396664','5.249319076538086'),(263024,139,124,135,'43.945743180777896','5.251293182373047'),(263022,139,124,133,'43.945743180777896','5.247344970703125'),(263021,139,124,132,'43.945743180777896','5.242280960083008'),(263019,139,124,130,'43.94827683917247','5.24348258972168'),(263020,139,124,131,'43.94512519893334','5.240821838378906'),(263018,139,124,129,'43.949080171723175','5.241851806640625'),(263017,139,124,128,'43.950933974632854','5.243310928344727'),(263016,139,124,127,'43.95155189608705','5.241422653198242'),(263015,139,124,126,'43.95297309105052','5.240392684936523'),(263014,139,124,125,'43.95303488136496','5.239276885986328'),(263013,139,124,124,'43.95445604086493','5.23773193359375'),(263012,139,124,123,'43.956433249720114','5.235929489135742'),(263010,139,124,121,'43.96174667253497','5.241937637329102'),(263011,139,124,122,'43.95983142373187','5.237903594970703'),(263009,139,124,120,'43.9642178700836','5.241422653198242'),(263008,139,124,119,'43.96502098715404','5.242881774902344'),(263007,139,124,118,'43.96594764720511','5.24296760559082'),(263006,139,124,117,'43.96724494699141','5.242795944213867'),(263005,139,124,116,'43.96773914898118','5.241765975952148'),(263004,139,124,115,'43.973298638037995','5.238590240478516'),(263003,139,124,114,'43.96959236982231','5.233955383300781'),(263002,139,124,113,'43.969345277050984','5.231037139892578'),(263001,139,124,112,'43.972742712550314','5.231380462646484'),(263000,139,124,111,'43.972495632885376','5.230007171630859'),(262999,139,124,110,'43.972928021624426','5.228204727172852'),(262998,139,124,109,'43.97478108056323','5.228719711303711'),(262997,139,124,108,'43.97422516895295','5.22700309753418'),(262996,139,124,107,'43.976695847387575','5.22648811340332'),(262995,139,124,106,'43.97718997073902','5.225543975830078'),(262994,139,124,105,'43.97885760669319','5.225286483764648'),(262993,139,124,104,'43.97922818610027','5.223827362060547'),(262992,139,124,103,'43.980216386544946','5.221853256225586'),(262991,139,124,102,'43.980834003470676','5.222024917602539'),(262990,139,124,101,'43.98126633149594','5.2205657958984375'),(262989,139,124,100,'43.980586957471345','5.219621658325195'),(262988,139,124,99,'43.9805251958109','5.216102600097656'),(262987,139,124,98,'43.98089576480988','5.213956832885742'),(262986,139,124,97,'43.97972228837853','5.214986801147461'),(262985,139,124,96,'43.97972228837853','5.208978652954102'),(262984,139,124,95,'43.98015462449902','5.207862854003906'),(262983,139,124,94,'43.979104659888236','5.206146240234375'),(262982,139,124,93,'43.980586957471345','5.20503044128418'),(262981,139,124,92,'43.98176041681281','5.202970504760742'),(262980,139,124,91,'43.98219273809204','5.201425552368164'),(262979,139,124,90,'43.98318088919446','5.200738906860352'),(262978,139,124,89,'43.98373671696165','5.199451446533203'),(262977,139,124,88,'43.98552768214426','5.199108123779297'),(262976,139,124,87,'43.986206999630674','5.195760726928711'),(262975,139,124,86,'43.986948064385956','5.195331573486328'),(262974,139,124,85,'43.98843016614132','5.192413330078125'),(262973,139,124,84,'43.98824490544572','5.191125869750977'),(262972,139,124,83,'43.98565119499275','5.190267562866211'),(262971,139,124,82,'43.984107265915306','5.189323425292969'),(262970,139,124,81,'43.98416902384938','5.18803596496582'),(262969,139,124,80,'43.98546592562364','5.187263488769531'),(262968,139,124,79,'43.98386023353653','5.186319351196289'),(262967,139,124,78,'43.98416902384938','5.184774398803711'),(262966,139,124,77,'43.98379847528122','5.182628631591797'),(262965,139,124,76,'43.98361320012979','5.181512832641602'),(262964,139,124,75,'43.98429253952478','5.18031120300293'),(262963,139,124,74,'43.985836463783606','5.179710388183594'),(262962,139,124,73,'43.986392266686835','5.178251266479492'),(262961,139,124,72,'43.984786599656466','5.175504684448242'),(262960,139,124,71,'43.99207350897777','5.165119171142578'),(262959,139,124,70,'43.990406244248646','5.164175033569336'),(262958,139,124,69,'43.99133250821387','5.162973403930664'),(262957,139,124,68,'43.991394258630905','5.161857604980469'),(262956,139,124,67,'43.99225875772317','5.16082763671875'),(262955,139,124,66,'43.99244400589032','5.159711837768555'),(262954,139,124,65,'43.995160912575344','5.158252716064453'),(262953,139,124,64,'43.994975672889026','5.15507698059082'),(262952,139,124,63,'43.99639582904018','5.152502059936523'),(262951,139,124,62,'43.99769246366912','5.148038864135742'),(262950,139,124,61,'43.99991519997059','5.144519805908203'),(262949,139,124,60,'44.00584208969084','5.143232345581055'),(262948,139,124,59,'44.00936090030175','5.1436614990234375'),(262947,139,124,58,'44.01041032971991','5.141773223876953'),(262946,139,124,57,'44.01392886932432','5.135507583618164'),(262945,139,124,56,'44.014916492042','5.1340484619140625'),(262944,139,124,55,'44.015842373401625','5.131130218505859'),(262943,139,124,54,'44.025100391895755','5.105810165405273'),(262942,139,124,53,'44.0212739195278','5.094308853149414'),(262941,139,124,52,'44.02121220020764','5.092334747314453'),(262940,139,124,51,'44.019113705092856','5.082550048828125'),(262939,139,124,50,'44.01343505179745','5.074310302734375'),(262938,139,124,49,'44.01139801103379','5.072507858276367'),(262937,139,124,48,'44.010163406821434','5.069589614868164'),(262936,139,124,47,'44.00849665036811','5.066928863525391'),(262935,139,124,46,'44.00207611376737','5.060749053955078'),(262934,139,124,45,'43.99837164192884','5.06220817565918'),(262933,139,124,44,'43.9969515330649','5.061092376708984'),(262932,139,124,43,'43.996148847803184','5.057401657104492'),(262931,139,124,42,'43.99238225656551','5.049076080322266'),(262930,139,124,41,'43.98935646094579','5.035686492919922'),(262929,139,124,40,'43.98923295580709','5.032768249511719'),(262928,139,124,39,'43.98867717950264','5.030450820922852'),(262927,139,124,38,'43.98515714205683','5.025472640991211'),(262926,139,124,37,'43.98157513530083','5.017061233520508'),(262925,139,124,36,'43.979784050874215','5.013027191162109'),(262924,139,124,35,'43.98009286238882','5.009593963623047'),(262923,139,124,34,'43.97990757567279','5.005130767822266'),(262922,139,124,33,'43.97861055247017','5.000581741333008'),(262921,139,124,32,'43.97391632692082','4.994144439697266'),(262920,139,124,31,'43.97144553284128','4.986162185668945'),(262919,139,124,30,'43.96946882356514','4.983501434326172'),(262918,139,124,29,'43.96848044425627','4.980497360229492'),(262917,139,124,28,'43.96644185998831','4.97431755065918'),(262916,139,124,27,'43.96570053927158','4.964876174926758'),(262915,139,124,26,'43.96279694405331','4.95182991027832'),(262914,139,124,25,'43.96279694405331','4.948482513427734'),(262913,139,124,24,'43.96026390466472','4.942817687988281'),(262912,139,124,23,'43.959707857172845','4.939813613891602'),(262911,139,124,22,'43.958039683473636','4.934062957763672'),(262910,139,124,21,'43.96020212186707','4.933290481567383'),(262909,139,124,20,'43.96236448155908','4.929943084716797'),(262908,139,124,19,'43.965206320320696','4.927282333374023'),(262907,139,124,18,'43.96829512130484','4.920501708984375'),(262906,139,124,17,'43.97082781825965','4.917325973510742'),(262905,139,124,16,'43.974657545099575','4.910802841186523'),(262904,139,124,15,'43.97570758834919','4.909429550170898'),(262903,139,124,14,'43.97774585459446','4.909086227416992'),(262902,139,124,13,'43.983427924400125','4.90290641784668'),(262901,139,124,12,'43.986392266686835','4.9005889892578125'),(262900,139,124,11,'43.986639288528934','4.8978424072265625'),(262899,139,124,10,'43.98747297965668','4.895224571228027'),(262898,139,124,9,'43.9915177592722','4.889774322509766'),(262897,139,124,8,'43.99204263413066','4.887027740478516'),(262896,139,124,7,'43.993308489691415','4.885869026184082'),(262895,139,124,6,'43.995160912575344','4.885354042053223'),(262894,139,124,5,'43.99744548782903','4.882822036743164'),(262893,139,124,4,'44.00096479650204','4.878273010253906'),(262892,139,124,3,'44.00266263393149','4.8775434494018555'),(262891,139,124,2,'44.00642857262237','4.8758697509765625'),(262890,139,124,1,'44.00791018788408','4.8741960525512695'),(262889,139,124,0,'44.00874358020559','4.871878623962402'),(263308,139,124,419,'43.90432419291183','5.713405609130859'),(263309,139,124,420,'43.902221564971924','5.71563720703125'),(263310,139,124,421,'43.89764500039522','5.715208053588867'),(263311,139,124,422,'43.89517103523595','5.717782974243164'),(263312,139,124,423,'43.88737737315774','5.719242095947266'),(263313,139,124,424,'43.8805725486201','5.709800720214844'),(263314,139,124,425,'43.880325085808494','5.7039642333984375'),(263315,139,124,426,'43.87686049852405','5.7025909423828125'),(263316,139,124,427,'43.87537561373266','5.705680847167969'),(263317,139,124,428,'43.864485327996704','5.679931640625'),(263318,139,124,429,'43.86200998554792','5.683708190917969'),(263319,139,124,430,'43.85780166750444','5.684051513671875'),(263320,139,124,431,'43.85458334152129','5.682334899902344'),(263321,139,124,432,'43.848641360290195','5.693321228027344'),(263322,139,124,433,'43.84517493118127','5.689201354980469'),(263323,139,124,434,'43.843936871965695','5.700187683105469'),(263324,139,124,435,'43.84839376489157','5.712890625'),(263325,139,124,436,'43.84938414031936','5.7190704345703125'),(263326,139,124,437,'43.853097901714094','5.726280212402344'),(263327,139,124,438,'43.847403373019226','5.738983154296875'),(263328,139,124,439,'43.84344164108503','5.739326477050781'),(263329,139,124,440,'43.84096542501515','5.744132995605469'),(263330,139,124,441,'43.84220354589728','5.7520294189453125'),(263331,139,124,442,'43.835022087116954','5.7520294189453125'),(263332,139,124,443,'43.833288502050706','5.760612487792969'),(263333,139,124,444,'43.83403147324565','5.7698822021484375'),(263334,139,124,445,'43.83155486662414','5.778465270996094'),(263335,139,124,446,'43.83155486662414','5.783958435058594'),(264054,142,125,233,'43.71106791821883','7.319297790527344'),(264051,142,125,230,'43.7166513761805','7.3333740234375'),(264052,142,125,231,'43.71292912867395','7.3271942138671875'),(264053,142,125,232,'43.71292912867395','7.320499420166016'),(264050,142,125,229,'43.71900868001651','7.338352203369141'),(264048,142,125,227,'43.72136589111288','7.343330383300781'),(264049,142,125,228,'43.720621518680396','7.339725494384766'),(264047,142,125,226,'43.72310272415638','7.343502044677734'),(264045,142,125,224,'43.726328137650015','7.34710693359375'),(264046,142,125,225,'43.72285460823293','7.3464202880859375'),(264043,142,125,222,'43.730049552808616','7.357749938964844'),(264044,142,125,223,'43.72694838956604','7.352771759033203'),(264042,142,125,221,'43.72992550936172','7.362041473388672'),(264040,142,125,219,'43.733460646925046','7.354230880737305'),(264041,142,125,220,'43.73122795274118','7.361183166503906'),(264039,142,125,218,'43.734638979742','7.351226806640625'),(264038,142,125,217,'43.73333661054293','7.348222732543945'),(264037,142,125,216,'43.73439091160204','7.347021102905273'),(264035,142,125,214,'43.73705759025331','7.350711822509766'),(264036,142,125,215,'43.73507309651425','7.349681854248047'),(264034,142,125,213,'43.73637542794859','7.35508918762207'),(264033,142,125,212,'43.7374916894919','7.35835075378418'),(264032,142,125,211,'43.73612736700192','7.360410690307617'),(264031,142,125,210,'43.73581728937351','7.365989685058594'),(264029,142,125,208,'43.73445292873336','7.375001907348633'),(264030,142,125,209,'43.73308853700803','7.369508743286133'),(264028,142,125,207,'43.73451494580046','7.378349304199219'),(264027,142,125,206,'43.737739744786715','7.386589050292969'),(264026,142,125,205,'43.739724150150835','7.390022277832031'),(264025,142,125,204,'43.74443684930605','7.392597198486328'),(264023,142,125,202,'43.749769193052266','7.38555908203125'),(264024,142,125,203,'43.74654504198231','7.390537261962891'),(264022,142,125,201,'43.75088520488264','7.383327484130859'),(264021,142,125,200,'43.75286917453258','7.382640838623047'),(264019,142,125,198,'43.74939718448447','7.371482849121094'),(264020,142,125,199,'43.750141199307905','7.380237579345703'),(264017,142,125,196,'43.74914917748805','7.364959716796875'),(264018,142,125,197,'43.748529155501096','7.368564605712891'),(264016,142,125,195,'43.74803313328718','7.357749938964844'),(264015,142,125,194,'43.748405150332964','7.355861663818359'),(264013,142,125,192,'43.748529155501096','7.345218658447266'),(264014,142,125,193,'43.747537106962746','7.347965240478516'),(264012,142,125,191,'43.748529155501096','7.340755462646484'),(264011,142,125,190,'43.74766111392921','7.332172393798828'),(264009,142,125,188,'43.74518092578736','7.3223876953125'),(264010,142,125,189,'43.745800982456835','7.325649261474609'),(264007,142,125,186,'43.74257661763996','7.311058044433594'),(264008,142,125,187,'43.74220456437028','7.314491271972656'),(264006,142,125,185,'43.74480888870276','7.3148345947265625'),(264005,142,125,184,'43.745800982456835','7.318611145019531'),(264004,142,125,183,'43.74766111392921','7.320671081542969'),(264002,142,125,181,'43.75336515666868','7.320842742919922'),(264003,142,125,182,'43.75026520087931','7.320156097412109'),(264000,142,125,179,'43.75882068886788','7.31964111328125'),(264001,142,125,180,'43.75696090422365','7.3203277587890625'),(263999,142,125,178,'43.76216815555818','7.320671081542969'),(263998,142,125,177,'43.764771611277354','7.322559356689453'),(263995,142,125,174,'43.77245734331019','7.333030700683594'),(263996,142,125,175,'43.76824270932613','7.331485748291016'),(263997,142,125,176,'43.76514352427404','7.328395843505859'),(263994,142,125,173,'43.77431664623901','7.3354339599609375'),(263993,142,125,172,'43.77803507867666','7.337665557861328'),(263992,142,125,171,'43.782620826897705','7.338523864746094'),(263991,142,125,170,'43.787082298382934','7.3436737060546875'),(263990,142,125,169,'43.7907999369335','7.3505401611328125'),(263989,142,125,168,'43.79315432175056','7.3519134521484375'),(263988,142,125,167,'43.794269524291316','7.353115081787109'),(263987,142,125,166,'43.80021691969999','7.354831695556641'),(263986,142,125,165,'43.807030915856686','7.356891632080078'),(263985,142,125,164,'43.81186218763258','7.357578277587891'),(263984,142,125,163,'43.816445340634516','7.3546600341796875'),(263983,142,125,162,'43.820037295750204','7.353801727294922'),(263982,142,125,161,'43.82461982131735','7.351570129394531'),(263980,142,125,159,'43.83105953296673','7.351055145263672'),(263981,142,125,160,'43.82660134505382','7.350711822509766'),(263979,142,125,158,'43.83403147324565','7.354316711425781'),(263978,142,125,157,'43.83576503672889','7.353458404541016'),(263977,142,125,156,'43.83687944380327','7.3553466796875'),(263975,142,125,154,'43.843317832722505','7.352085113525391'),(263976,142,125,155,'43.83886056054713','7.35260009765625'),(263974,142,125,153,'43.84752717290257','7.354831695556641'),(263973,142,125,152,'43.85470712650174','7.348995208740234'),(263971,142,125,150,'43.86460909242117','7.348136901855469'),(263972,142,125,151,'43.85990586365545','7.346935272216797'),(263970,142,125,149,'43.868816929965966','7.351055145263672'),(263969,142,125,148,'43.87116823921815','7.351398468017578'),(263968,142,125,147,'43.87314821716763','7.352771759033203'),(263967,142,125,146,'43.87500438675332','7.351226806640625'),(263966,142,125,145,'43.88082001040388','7.3553466796875'),(263965,142,125,144,'43.88168611855298','7.357921600341797'),(263964,142,125,143,'43.883170846086784','7.356548309326172'),(263963,142,125,142,'43.884531813820914','7.357063293457031'),(263961,142,125,140,'43.888367101064084','7.353801727294922'),(263962,142,125,141,'43.88737737315774','7.3553466796875'),(263960,142,125,139,'43.8894805253013','7.353458404541016'),(263958,142,125,137,'43.88638762880595','7.347450256347656'),(263959,142,125,138,'43.887995955026405','7.351226806640625'),(263957,142,125,136,'43.88861453047109','7.344532012939453'),(263956,142,125,135,'43.888367101064084','7.346248626708984'),(263955,142,125,134,'43.89009908532838','7.341785430908203'),(263953,142,125,132,'43.89306808403589','7.340412139892578'),(263954,142,125,133,'43.89034650754046','7.342815399169922'),(263952,142,125,131,'43.89393401411192','7.340240478515625'),(263951,142,125,130,'43.89591323557617','7.338523864746094'),(263950,142,125,129,'43.896779124281295','7.339897155761719'),(263949,142,125,128,'43.89776869595508','7.339382171630859'),(263948,142,125,127,'43.89838716989989','7.340068817138672'),(263947,142,125,126,'43.90098469031702','7.341442108154297'),(263945,142,125,124,'43.90308736194095','7.338695526123047'),(263946,142,125,125,'43.90147944326257','7.338352203369141'),(263943,142,125,122,'43.90432419291183','7.338523864746094'),(263944,142,125,123,'43.903582097412894','7.339897155761719'),(263942,142,125,121,'43.905189959301985','7.340068817138672'),(263941,142,125,120,'43.90655042390404','7.338008880615234'),(263940,142,125,119,'43.906797777763835','7.334232330322266'),(263939,142,125,118,'43.90803453164491','7.333202362060547'),(263937,142,125,116,'43.91137363876881','7.333889007568359'),(263938,142,125,117,'43.910136954268864','7.334232330322266'),(263936,142,125,115,'43.911435472319255','7.334661483764648'),(263935,142,125,114,'43.9138469306783','7.335004806518555'),(263934,142,125,113,'43.91570183215612','7.337923049926758'),(263933,142,125,112,'43.91576366120962','7.3395538330078125'),(263932,142,125,111,'43.91916416021903','7.337493896484375'),(263931,142,125,110,'43.91910233469888','7.335605621337891'),(263930,142,125,109,'43.92027700859657','7.334833145141602'),(263929,142,125,108,'43.92070977734438','7.338266372680664'),(263928,142,125,107,'43.92225535431796','7.332429885864258'),(263927,142,125,106,'43.92522274955361','7.3299407958984375'),(263926,142,125,105,'43.926768209283686','7.331657409667969'),(263925,142,125,104,'43.92553184471179','7.328824996948242'),(263924,142,125,103,'43.92615003020991','7.328824996948242'),(263923,142,125,102,'43.9262736665386','7.325992584228516'),(263922,142,125,101,'43.93010626526961','7.318353652954102'),(263921,142,125,100,'43.93313507987894','7.3189544677734375'),(263920,142,125,99,'43.937461690316645','7.317495346069336'),(263919,142,125,98,'43.93937766007918','7.314233779907227'),(263918,142,125,97,'43.94036652354269','7.314491271972656'),(263917,142,125,96,'43.94073734310137','7.312688827514648'),(263916,142,125,95,'43.94426001355785','7.310543060302734'),(263915,142,125,94,'43.945804978609004','7.308053970336914'),(263914,142,125,93,'43.94599037171685','7.3038482666015625'),(263913,142,125,92,'43.94339481559037','7.300071716308594'),(263912,142,125,91,'43.94500160179348','7.299385070800781'),(263911,142,125,90,'43.947597087764585','7.299213409423828'),(263910,142,125,89,'43.94858581451534','7.2969818115234375'),(263909,142,125,88,'43.954147096038604','7.3004150390625'),(263908,142,125,87,'43.9576071863508','7.305049896240234'),(263907,142,125,86,'43.96007855607898','7.3052215576171875'),(263906,142,125,85,'43.96316762368559','7.304878234863281'),(263905,142,125,84,'43.96477387536572','7.3093414306640625'),(263904,142,125,83,'43.96712139585148','7.308139801025391'),(263903,142,125,82,'43.96959236982231','7.309513092041016'),(263902,142,125,81,'43.96959236982231','7.308139801025391'),(263901,142,125,80,'43.96403253383313','7.302646636962891'),(263900,142,125,79,'43.959460723283826','7.302303314208984'),(263899,142,125,78,'43.958101468519914','7.299556732177734'),(263898,142,125,77,'43.95266413851472','7.2942352294921875'),(263897,142,125,76,'43.950192460407486','7.291145324707031'),(263896,142,125,75,'43.94833863436953','7.287197113037109'),(263895,142,125,74,'43.943889215970806','7.282905578613281'),(263894,142,125,73,'43.93931585556664','7.2832489013671875'),(263893,142,125,72,'43.935483850319756','7.2708892822265625'),(263892,142,125,71,'43.935731083917055','7.268314361572266'),(263891,142,125,70,'43.93437128641172','7.265052795410156'),(263890,142,125,69,'43.92769546584876','7.265739440917969'),(263889,142,125,68,'43.92336814487694','7.263851165771484'),(263888,142,125,67,'43.91854590212644','7.266597747802734'),(263887,142,125,66,'43.91347594344454','7.262821197509766'),(263886,142,125,65,'43.91186830537368','7.265567779541016'),(263885,142,125,64,'43.9075398331761','7.262477874755859'),(263884,142,125,63,'43.904571556022404','7.257843017578125'),(263883,142,125,62,'43.904571556022404','7.260932922363281'),(263882,142,125,61,'43.90185050527358','7.262821197509766'),(263881,142,125,60,'43.90209787866277','7.25921630859375'),(263880,142,125,59,'43.90197419209666','7.255611419677734'),(263879,142,125,58,'43.896408030663714','7.2557830810546875'),(263878,142,125,57,'43.89393401411192','7.261791229248047'),(263877,142,125,56,'43.89084134888113','7.2653961181640625'),(263876,142,125,55,'43.88997537383687','7.258701324462891'),(263875,142,125,54,'43.889851662088425','7.25372314453125'),(263874,142,125,53,'43.887501090045376','7.249946594238281'),(263873,142,125,52,'43.88279966767226','7.248573303222656'),(263872,142,125,51,'43.880077621969036','7.2461700439453125'),(263871,142,125,50,'43.87562309710079','7.245655059814453'),(263870,142,125,49,'43.874138181474734','7.237415313720703'),(263869,142,125,48,'43.87389069193968','7.234325408935547'),(263868,142,125,47,'43.87525187166317','7.232952117919922'),(263867,142,125,46,'43.87314821716763','7.230377197265625'),(263866,142,125,45,'43.87228198490879','7.2269439697265625'),(263865,142,125,44,'43.86708432695025','7.22900390625'),(263864,142,125,43,'43.866713048323184','7.227115631103516'),(263863,142,125,42,'43.8610198197899','7.228832244873047'),(263862,142,125,41,'43.85507847990137','7.232265472412109'),(263861,142,125,40,'43.85025070532901','7.237071990966797'),(263860,142,125,39,'43.84492732139371','7.240848541259766'),(263859,142,125,38,'43.841460676451305','7.2447967529296875'),(263858,142,125,37,'43.83687944380327','7.245826721191406'),(263857,142,125,36,'43.83650797709095','7.249603271484375'),(263856,142,125,35,'43.832421690632465','7.251491546630859'),(263855,142,125,34,'43.83143103359521','7.255268096923828'),(263854,142,125,33,'43.82858280301419','7.257328033447266'),(263853,142,125,32,'43.827468241005036','7.259731292724609'),(263852,142,125,31,'43.8249913620282','7.261619567871094'),(263851,142,125,30,'43.81669306861421','7.265567779541016'),(263850,142,125,29,'43.81087118938422','7.265567779541016'),(263849,142,125,28,'43.80504874259131','7.267627716064453'),(263848,142,125,27,'43.80108419873857','7.271919250488281'),(263847,142,125,26,'43.799349628071965','7.276039123535156'),(263846,142,125,25,'43.79352605824315','7.27569580078125'),(263845,142,125,24,'43.79439343440012','7.273120880126953'),(263844,142,125,23,'43.78906506771871','7.273292541503906'),(263843,142,125,22,'43.78447981381514','7.271232604980469'),(263842,142,125,21,'43.783364428601594','7.275180816650391'),(263841,142,125,20,'43.778159022442345','7.276039123535156'),(263840,142,125,19,'43.770350063442635','7.279815673828125'),(263839,142,125,18,'43.76365585841392','7.28118896484375'),(263838,142,125,17,'43.760432455468234','7.276554107666016'),(263837,142,125,16,'43.75572101568019','7.279472351074219'),(263836,142,125,15,'43.75224919108199','7.277240753173828'),(263835,142,125,14,'43.75125720420175','7.282905578613281'),(263834,142,125,13,'43.74666905100402','7.28668212890625'),(263833,142,125,12,'43.73587930502763','7.288227081298828'),(263832,142,125,11,'43.733646701016504','7.285308837890625'),(263831,142,125,10,'43.73017359599859','7.2832489013671875'),(263830,142,125,9,'43.723474896114816','7.2894287109375'),(263829,142,125,8,'43.7186364803132','7.284107208251953'),(263828,142,125,7,'43.70846212647601','7.284278869628906'),(263827,142,125,6,'43.70573212790209','7.290630340576172'),(263826,142,125,5,'43.69878247957388','7.28668212890625'),(263825,142,125,4,'43.6994030166423','7.2832489013671875'),(263824,142,125,3,'43.69406618797661','7.282905578613281'),(263823,142,125,2,'43.693445595677424','7.280158996582031'),(263822,142,125,1,'43.69468677385367','7.278614044189453'),(263821,142,125,0,'43.69518323793133','7.266082763671875'),(264055,142,125,234,'43.71007524900857','7.316036224365234'),(264056,142,125,235,'43.709827079137064','7.309856414794922'),(264057,142,125,236,'43.70635259304132','7.306251525878906'),(264058,142,125,237,'43.7077175937412','7.3024749755859375'),(264059,142,125,238,'43.69766549666677','7.294578552246094'),(264060,142,125,239,'43.70275380583569','7.293720245361328'),(264061,142,125,240,'43.701512794636706','7.288913726806641'),(264062,142,125,241,'43.706228500527246','7.2914886474609375'),(264063,142,125,242,'43.71702358821485','7.297496795654297'),(264064,142,125,243,'43.72248243242106','7.295265197753906'),(264065,142,125,244,'43.72694838956604','7.294750213623047'),(264066,142,125,245,'43.73104189113534','7.296810150146484'),(264067,142,125,246,'43.72992550936172','7.300758361816406'),(264068,142,125,247,'43.73042168160789','7.302646636962891'),(264069,142,125,248,'43.72161401320187','7.303333282470703'),(264070,142,125,249,'43.71925681186759','7.306079864501953'),(264071,142,125,250,'43.71900868001651','7.308998107910156'),(264072,142,125,251,'43.71702358821485','7.311744689941406'),(264073,142,125,252,'43.71689951779364','7.316722869873047'),(264074,142,125,253,'43.71702358821485','7.323589324951172'),(264075,142,125,254,'43.72037339248104','7.329082489013672'),(264076,142,125,255,'43.7200012012553','7.331485748291016'),(264077,142,125,256,'43.72273054988588','7.3340606689453125'),(264078,142,125,257,'43.724963560827625','7.3368072509765625'),(264079,142,125,258,'43.72608003508531','7.334918975830078'),(264080,142,125,259,'43.727320537632835','7.340412139892578'),(264081,142,125,260,'43.726204086496104','7.342987060546875'),(264082,142,125,261,'43.73091784974364','7.3409271240234375'),(264083,142,125,262,'43.73228229092263','7.344017028808594'),(264084,142,125,263,'43.733770736756355','7.346591949462891'),(264085,142,125,264,'43.733646701016504','7.3491668701171875'),(264086,142,125,265,'43.73414284243448','7.351741790771484'),(264087,142,125,266,'43.72992550936172','7.361698150634766'),(264088,142,125,267,'43.72955337747962','7.3615264892578125'),(264089,142,125,268,'43.73029763893169','7.35809326171875'),(264090,142,125,269,'43.72719648853415','7.353458404541016'),(264091,142,125,270,'43.726328137650015','7.34710693359375'),(264092,142,125,271,'43.72322678173274','7.346763610839844'),(264093,142,125,272,'43.72285460823293','7.343158721923828'),(264094,142,125,273,'43.721489952285815','7.343158721923828'),(264095,142,125,274,'43.72099370605267','7.339897155761719'),(264096,142,125,275,'43.71888461370565','7.338523864746094'),(264097,142,125,276,'43.71354951931429','7.327709197998047'),(264098,142,125,277,'43.71330136382884','7.320499420166016'),(264099,142,125,278,'43.711564246658504','7.319812774658203'),(264100,142,125,279,'43.71007524900857','7.315349578857422'),(264101,142,125,280,'43.709951164201264','7.309684753417969'),(264102,142,125,281,'43.70684896052867','7.306079864501953'),(264103,142,125,282,'43.707841683172575','7.3024749755859375'),(264104,142,125,283,'43.69816193608325','7.294578552246094'),(264105,142,125,284,'43.70312610418604','7.293548583984375'),(264106,142,125,285,'43.701885100693744','7.2887420654296875'),(264107,142,125,286,'43.69903069517191','7.28668212890625'),(264108,142,125,287,'43.6992789097424','7.283420562744141'),(264109,142,125,288,'43.69419030566581','7.282905578613281'),(264110,142,125,289,'43.69369383336777','7.279472351074219'),(264111,142,125,290,'43.69518323793133','7.2777557373046875'),(264112,142,125,291,'43.69518323793133','7.266597747802734'),(264950,140,126,259,'43.77939844596851','5.6133270263671875'),(264949,140,126,258,'43.772209431885415','5.607147216796875'),(264948,140,126,257,'43.76836667338831','5.602512359619141'),(264947,140,126,256,'43.76836667338831','5.597019195556641'),(264946,140,126,255,'43.76514352427404','5.590667724609375'),(264945,140,126,254,'43.76464763976463','5.584144592285156'),(264944,140,126,253,'43.75782881091782','5.576591491699219'),(264942,140,126,251,'43.7374916894919','5.560970306396484'),(264943,140,126,252,'43.75299317045196','5.570926666259766'),(264941,140,126,250,'43.73625139760372','5.5570220947265625'),(264940,140,126,249,'43.73017359599859','5.550670623779297'),(264939,140,126,248,'43.72471545261114','5.547924041748047'),(264938,140,126,247,'43.72285460823293','5.543975830078125'),(264937,140,126,246,'43.71962900771749','5.5391693115234375'),(264936,140,126,245,'43.71330136382884','5.525264739990234'),(264934,140,126,243,'43.706104407756285','5.512561798095703'),(264935,140,126,244,'43.70883438937538','5.519428253173828'),(264933,140,126,242,'43.70275380583569','5.506381988525391'),(264932,140,126,241,'43.707221233446816','5.5062103271484375'),(264931,140,126,240,'43.71019933355897','5.508098602294922'),(264930,140,126,239,'43.7166513761805','5.506725311279297'),(264929,140,126,238,'43.718760547137855','5.503978729248047'),(264927,140,126,236,'43.72744458647464','5.508785247802734'),(264928,140,126,237,'43.721489952285815','5.503635406494141'),(264926,140,126,235,'43.73587930502763','5.511188507080078'),(264925,140,126,234,'43.7372436331695','5.508441925048828'),(264924,140,126,233,'43.74332071724287','5.505352020263672'),(264923,140,126,232,'43.74629702316812','5.506038665771484'),(264921,140,126,230,'43.76762288516148','5.498142242431641'),(264922,140,126,231,'43.76130031180759','5.501232147216797'),(264920,140,126,229,'43.77406874252176','5.497798919677734'),(264919,140,126,228,'43.77927450477202','5.497798919677734'),(264917,140,126,226,'43.78404605537164','5.493078231811523'),(264918,140,126,227,'43.784851604261746','5.496511459350586'),(264914,140,126,223,'43.78311656239464','5.488185882568359'),(264915,140,126,224,'43.782744761157325','5.489473342895508'),(264916,140,126,225,'43.783240495626586','5.491790771484375'),(264913,140,126,222,'43.78268279405964','5.483980178833008'),(264912,140,126,221,'43.78014208775201','5.478658676147461'),(264911,140,126,220,'43.78082375126179','5.4766845703125'),(264909,140,126,218,'43.77766324583812','5.471963882446289'),(264910,140,126,219,'43.778654794935846','5.475568771362305'),(264908,140,126,217,'43.776485759928164','5.466299057006836'),(264907,140,126,216,'43.777415355994506','5.455570220947266'),(264905,140,126,214,'43.77394479027776','5.439519882202148'),(264906,140,126,215,'43.7753702255723','5.443124771118164'),(264904,140,126,213,'43.77400676643189','5.4375457763671875'),(264903,140,126,212,'43.77493640103604','5.436515808105469'),(264901,140,126,210,'43.777043519302175','5.425615310668945'),(264902,140,126,211,'43.77716746512319','5.430507659912109'),(264899,140,126,208,'43.77778719037457','5.419092178344727'),(264900,140,126,209,'43.77667168029756','5.42424201965332'),(264898,140,126,207,'43.77896465065681','5.417633056640625'),(264897,140,126,206,'43.77902662160831','5.414972305297852'),(264896,140,126,205,'43.77735338337301','5.4087066650390625'),(264895,140,126,204,'43.77598996945031','5.407247543334961'),(264893,140,126,202,'43.77530825083124','5.399265289306641'),(264894,140,126,203,'43.77475047527133','5.40278434753418'),(264892,140,126,201,'43.774626524440386','5.3963470458984375'),(264891,140,126,200,'43.77233338772624','5.393943786621094'),(264890,140,126,199,'43.770412043322054','5.38905143737793'),(264889,140,126,198,'43.771527670168346','5.387077331542969'),(264888,140,126,197,'43.77196151943297','5.384588241577148'),(264886,140,126,195,'43.76973026111585','5.373859405517578'),(264887,140,126,196,'43.7715896488274','5.382270812988281'),(264885,140,126,194,'43.76650718547945','5.367679595947266'),(264883,140,126,192,'43.76576337413024','5.362873077392578'),(264884,140,126,193,'43.764275723684996','5.365962982177734'),(264882,140,126,191,'43.76762288516148','5.360298156738281'),(264880,140,126,189,'43.7732010714185','5.353431701660156'),(264881,140,126,190,'43.771837562821375','5.3565216064453125'),(264879,140,126,188,'43.77506035122469','5.352058410644531'),(264877,140,126,186,'43.77902662160831','5.350170135498047'),(264878,140,126,187,'43.77691957322423','5.349483489990234'),(264876,140,126,185,'43.780389966291175','5.349311828613281'),(264875,140,126,184,'43.78088572028641','5.347251892089844'),(264872,140,126,181,'43.78547124986761','5.34759521484375'),(264874,140,126,183,'43.783364428601594','5.347251892089844'),(264873,140,126,182,'43.78472767436979','5.346736907958984'),(264871,140,126,180,'43.78869330347827','5.348110198974609'),(264870,140,126,179,'43.79364996989348','5.344333648681641'),(264869,140,126,178,'43.79575642863968','5.343475341796875'),(264868,140,126,177,'43.79860622522773','5.3414154052734375'),(264867,140,126,176,'43.799225728240245','5.342273712158203'),(264866,140,126,175,'43.80145588590117','5.3441619873046875'),(264865,140,126,174,'43.80517263034736','5.343818664550781'),(264864,140,126,173,'43.8061637231464','5.344676971435547'),(264862,140,126,171,'43.81254348938968','5.33935546875'),(264863,140,126,172,'43.81043762247981','5.34184455871582'),(264861,140,126,170,'43.814153808101246','5.33360481262207'),(264860,140,126,169,'43.813844134798195','5.33137321472168'),(264858,140,126,167,'43.81508281837541','5.329999923706055'),(264859,140,126,168,'43.813658330045555','5.325965881347656'),(264856,140,126,165,'43.81681693221867','5.326652526855469'),(264857,140,126,166,'43.815206685320014','5.327939987182617'),(264855,140,126,164,'43.81514475187983','5.325536727905273'),(264853,140,126,162,'43.82040886498101','5.316438674926758'),(264854,140,126,163,'43.81613567921463','5.324077606201172'),(264852,140,126,161,'43.821461631910566','5.315837860107422'),(264851,140,126,160,'43.82226667644871','5.316781997680664'),(264850,140,126,159,'43.823257485593345','5.312061309814453'),(264849,140,126,158,'43.82276208307652','5.307426452636719'),(264848,140,126,157,'43.82356711007875','5.308027267456055'),(264847,140,126,156,'43.82715863675344','5.314979553222656'),(264845,140,126,154,'43.83161678304226','5.321159362792969'),(264846,140,126,155,'43.82827320454372','5.318927764892578'),(264844,140,126,153,'43.8343410418469','5.326995849609375'),(264843,140,126,152,'43.83465060884227','5.332918167114258'),(264842,140,126,151,'43.83557930019309','5.332403182983398'),(264841,140,126,150,'43.83799383006536','5.337467193603516'),(264840,140,126,149,'43.83656988837026','5.339441299438477'),(264839,140,126,148,'43.83675562182275','5.341672897338867'),(264838,140,126,147,'43.834464868837756','5.351114273071289'),(264836,140,126,145,'43.83638415433962','5.35308837890625'),(264837,140,126,146,'43.83570312461452','5.351114273071289'),(264835,140,126,144,'43.83836528752776','5.354804992675781'),(264834,140,126,143,'43.841646394679984','5.3633880615234375'),(264833,140,126,142,'43.84170830062774','5.3661346435546875'),(264832,140,126,141,'43.84325592844487','5.370769500732422'),(264831,140,126,140,'43.843379736935894','5.383901596069336'),(264830,140,126,139,'43.844494001792384','5.3894805908203125'),(264829,140,126,138,'43.846474865703954','5.390338897705078'),(264828,140,126,137,'43.84777477189846','5.391626358032227'),(264827,140,126,136,'43.84895085309315','5.391626358032227'),(264826,140,126,135,'43.85111725774829','5.390253067016602'),(264824,140,126,133,'43.852417062770215','5.392398834228516'),(264825,140,126,134,'43.851674320512174','5.391025543212891'),(264823,140,126,132,'43.853345477584774','5.388364791870117'),(264822,140,126,131,'43.85458334152129','5.386219024658203'),(264821,140,126,130,'43.85705899230987','5.385103225708008'),(264820,140,126,129,'43.85835866782993','5.383472442626953'),(264818,140,126,127,'43.861700560515075','5.385017395019531'),(264819,140,126,128,'43.860524730744096','5.384416580200195'),(264817,140,126,126,'43.863433320014465','5.385532379150391'),(264815,140,126,124,'43.86856941833287','5.388708114624023'),(264816,140,126,125,'43.86751748242569','5.386390686035156'),(264814,140,126,123,'43.86788875604221','5.390510559082031'),(264813,140,126,122,'43.868507540264','5.391883850097656'),(264812,140,126,121,'43.869559458698355','5.392055511474609'),(264810,140,126,119,'43.87296259702925','5.391883850097656'),(264811,140,126,120,'43.87197261319359','5.393514633178711'),(264809,140,126,118,'43.87494251536524','5.392742156982422'),(264808,140,126,117,'43.87556122635511','5.39154052734375'),(264807,140,126,116,'43.87556122635511','5.392827987670898'),(264806,140,126,115,'43.87686049852405','5.392913818359375'),(264805,140,126,114,'43.87760292704414','5.39154052734375'),(264804,140,126,113,'43.87896402197218','5.3867340087890625'),(264803,140,126,112,'43.8835420221887','5.3812408447265625'),(264802,140,126,111,'43.88811967062925','5.3812408447265625'),(264801,140,126,110,'43.896408030663714','5.383644104003906'),(264800,140,126,109,'43.90098469031702','5.3826141357421875'),(264799,140,126,108,'43.90729248239986','5.383815765380859'),(264797,140,126,106,'43.91928781106665','5.382957458496094'),(264798,140,126,107,'43.91570183215612','5.3853607177734375'),(264795,140,126,104,'43.93634916341316','5.384845733642578'),(264796,140,126,105,'43.927942731824835','5.3853607177734375'),(264794,140,126,103,'43.93919224634882','5.386905670166016'),(264793,140,126,102,'43.94129356810293','5.387763977050781'),(264792,140,126,101,'43.94376561626116','5.3853607177734375'),(264790,140,126,99,'43.941911589779174','5.377464294433594'),(264791,140,126,100,'43.94178798595786','5.38055419921875'),(264789,140,126,98,'43.93276421290809','5.358753204345703'),(264787,140,126,96,'43.928437260693364','5.341072082519531'),(264788,140,126,97,'43.9306625897209','5.347766876220703'),(264786,140,126,95,'43.929549935614595','5.330944061279297'),(264785,140,126,94,'43.93313507987894','5.327510833740234'),(264784,140,126,93,'43.93103346979744','5.3221893310546875'),(264783,140,126,92,'43.93140434756126','5.307598114013672'),(264782,140,126,91,'43.927448198844765','5.295238494873047'),(264781,140,126,90,'43.930786216670064','5.2899169921875'),(264780,140,126,89,'43.93313507987894','5.282535552978516'),(264779,140,126,88,'43.93634916341316','5.280475616455078'),(264778,140,126,87,'43.936967236484854','5.276012420654297'),(264777,140,126,86,'43.93758530313216','5.272922515869141'),(264776,140,126,85,'43.94252960503095','5.270175933837891'),(264775,140,126,84,'43.94376561626116','5.264854431152344'),(264774,140,126,83,'43.945743180777896','5.2631378173828125'),(264773,140,126,82,'43.945866776375865','5.254039764404297'),(264772,140,126,81,'43.9469791251935','5.252666473388672'),(264771,140,126,80,'43.94450721066432','5.249576568603516'),(264770,140,126,79,'43.945495988811004','5.247688293457031'),(264769,140,126,78,'43.94500160179348','5.2411651611328125'),(264768,140,126,77,'43.947597087764585','5.244083404541016'),(264767,140,126,76,'43.949821699825556','5.242023468017578'),(264766,140,126,75,'43.95105755943766','5.242710113525391'),(264765,140,126,74,'43.952540557050675','5.240650177001953'),(264764,140,126,73,'43.95587716637901','5.236530303955078'),(264763,140,126,72,'43.95834860806256','5.236530303955078'),(264762,140,126,71,'43.962055577850116','5.241508483886719'),(264761,140,126,70,'43.96514454266273','5.243053436279297'),(264760,140,126,69,'43.96749204850027','5.242710113525391'),(264759,140,126,68,'43.97317509949045','5.238761901855469'),(264758,140,126,67,'43.969345277050984','5.231208801269531'),(264757,140,126,66,'43.97268094273045','5.231037139892578'),(264756,140,126,65,'43.97268094273045','5.228633880615234'),(264755,140,126,64,'43.97478108056323','5.229148864746094'),(264754,140,126,63,'43.97416340067502','5.227260589599609'),(264753,140,126,62,'43.97712820554495','5.22674560546875'),(264752,140,126,61,'43.97885760669319','5.225372314453125'),(264751,140,126,60,'43.97959876319445','5.222969055175781'),(264750,140,126,59,'43.98169865637306','5.2219390869140625'),(264749,140,126,58,'43.98071048059949','5.2164459228515625'),(264748,140,126,57,'43.97984581330562','5.214042663574219'),(264747,140,126,56,'43.97984581330562','5.210094451904297'),(264746,140,126,55,'43.97947523775338','5.206489562988281'),(264745,140,126,54,'43.98157513530083','5.202369689941406'),(264744,140,126,53,'43.983921991727605','5.1999664306640625'),(264743,140,126,52,'43.98515714205683','5.199623107910156'),(264742,140,126,51,'43.985774707584255','5.1972198486328125'),(264741,140,126,50,'43.9891094504114','5.192070007324219'),(264740,140,126,49,'43.98453957010462','5.190525054931641'),(264739,140,126,48,'43.985033628180375','5.188465118408203'),(264738,140,126,47,'43.98379847528122','5.1862335205078125'),(264737,140,126,46,'43.98355144161748','5.1834869384765625'),(264736,140,126,45,'43.98379847528122','5.181427001953125'),(264735,140,126,44,'43.98614524381678','5.179710388183594'),(264734,140,126,43,'43.9862687553803','5.1779937744140625'),(264733,140,126,42,'43.98441605494318','5.175762176513672'),(264732,140,126,41,'43.99170300975229','5.166492462158203'),(264731,140,126,40,'43.99034449280364','5.1642608642578125'),(264730,140,126,39,'43.99133250821387','5.161857604980469'),(264729,140,126,38,'43.99244400589032','5.159969329833984'),(264728,140,126,37,'43.99479043262446','5.1573944091796875'),(264727,140,126,36,'43.99565488224521','5.153102874755859'),(264726,140,126,35,'43.99763071980548','5.147438049316406'),(264725,140,126,34,'44.00108827722617','5.144176483154297'),(264724,140,126,33,'44.00948436355','5.144004821777344'),(264723,140,126,32,'44.01503994372521','5.133705139160156'),(264722,140,126,31,'44.01602754793878','5.1313018798828125'),(264721,140,126,30,'44.02540896761498','5.107097625732422'),(264720,140,126,29,'44.02170595296991','5.093708038330078'),(264719,140,126,28,'44.0186199307423','5.082378387451172'),(264718,140,126,27,'44.011089362390074','5.071907043457031'),(264717,140,126,26,'44.00899050901504','5.06744384765625'),(264716,140,126,25,'44.00071783428277','5.059547424316406'),(264715,140,126,24,'43.99256750434718','5.049247741699219'),(264714,140,126,23,'43.989603470452224','5.033111572265625'),(264713,140,126,22,'43.98762736561758','5.027275085449219'),(264712,140,126,21,'43.98095752608484','5.016288757324219'),(264711,140,126,20,'43.97972228837853','5.0008392333984375'),(264710,140,126,19,'43.97428693716663','4.996376037597656'),(264709,140,126,18,'43.97231032246207','4.988136291503906'),(264708,140,126,17,'43.96860399256935','4.981269836425781'),(264707,140,126,16,'43.965885870318075','4.966850280761719'),(264706,140,126,15,'43.96316762368559','4.9486541748046875'),(264705,140,126,14,'43.957483615166055','4.933891296386719'),(264704,140,126,13,'43.965885870318075','4.927024841308594'),(264703,140,126,12,'43.969345277050984','4.91912841796875'),(264702,140,126,11,'43.974039863926414','4.910545349121094'),(264701,140,126,10,'43.97848702497319','4.909172058105469'),(264700,140,126,9,'43.98688630934305','4.89990234375'),(264699,140,126,8,'43.987256838636775','4.8950958251953125'),(264698,140,126,7,'43.99145600898366','4.890117645263672'),(264697,140,126,6,'43.992691002547026','4.886341094970703'),(264696,140,126,5,'43.9993595237015','4.881191253662109'),(264695,140,126,4,'44.00257002587004','4.87767219543457'),(264694,140,126,3,'44.006459439984454','4.875783920288086'),(264693,140,126,2,'44.008650981637','4.8728227615356445'),(264692,140,126,1,'44.00988561733186','4.872221946716309'),(264691,140,126,0,'44.01179925186927','4.872221946716309'),(264951,140,126,260,'43.78522339239604','5.625343322753906'),(264952,140,126,261,'43.784231952232815','5.631694793701172'),(264953,140,126,262,'43.78658659577207','5.636844635009766'),(264954,140,126,263,'43.79327823417168','5.640621185302734'),(264955,140,126,264,'43.80096030250383','5.644569396972656'),(264956,140,126,265,'43.80257093351484','5.64697265625'),(264957,140,126,266,'43.805792065273735','5.649375915527344'),(264958,140,126,267,'43.8086413832034','5.654697418212891'),(264959,140,126,268,'43.811366690563865','5.651435852050781'),(264960,140,126,269,'43.81570215052901','5.652637481689453'),(264961,140,126,270,'43.814091873569104','5.649547576904297'),(264962,140,126,271,'43.81743624638687','5.651607513427734'),(264963,140,126,272,'43.81966572420695','5.656757354736328'),(264964,140,126,273,'43.824372126225406','5.658302307128906'),(264965,140,126,274,'43.82585828136078','5.660190582275391'),(264966,140,126,275,'43.830935698910025','5.658302307128906'),(264967,140,126,276,'43.83514591269463','5.664310455322266'),(264968,140,126,277,'43.83799383006536','5.66619873046875'),(264969,140,126,278,'43.83861292455135','5.669116973876953'),(264970,140,126,279,'43.83762237029046','5.673236846923828'),(264971,140,126,280,'43.83997490980954','5.679073333740234'),(264972,140,126,281,'43.84455590478528','5.680274963378906'),(264973,140,126,282,'43.84567014767305','5.687313079833984'),(264974,140,126,283,'43.84418448586435','5.688343048095703'),(264975,140,126,284,'43.843936871965695','5.700702667236328'),(264976,140,126,285,'43.84554634393553','5.708942413330078'),(264977,140,126,286,'43.847898571010965','5.711688995361328'),(264978,140,126,287,'43.84888895466102','5.718040466308594'),(264979,140,126,288,'43.85198379757716','5.723705291748047'),(264980,140,126,289,'43.85322168977792','5.726795196533203'),(264981,140,126,290,'43.850003116611','5.733661651611328'),(264982,140,126,291,'43.846784369748285','5.738124847412109'),(264983,140,126,292,'43.845917754377275','5.7382965087890625'),(264984,140,126,293,'43.845051126415974','5.739841461181641'),(264985,140,126,294,'43.843317832722505','5.739498138427734'),(264986,140,126,295,'43.84059398374011','5.743618011474609'),(264987,140,126,296,'43.84220354589728','5.752887725830078'),(264988,140,126,297,'43.838736742677696','5.7520294189453125'),(264989,140,126,298,'43.83663179958532','5.7534027099609375'),(264990,140,126,299,'43.83378381720843','5.752201080322266'),(264991,140,126,300,'43.83291701298453','5.75958251953125'),(264992,140,126,301,'43.832421690632465','5.762157440185547'),(264993,140,126,302,'43.83341233122554','5.769367218017578'),(264994,140,126,303,'43.830811864596384','5.777091979980469'),(264995,140,126,304,'43.831183366766496','5.778894424438477'),(264996,140,126,305,'43.83341233122554','5.780439376831055'),(264997,140,126,306,'43.83582694877903','5.777864456176758'),(264998,140,126,307,'43.83978918637778','5.774087905883789'),(264999,140,126,308,'43.8410273316695','5.771341323852539'),(265000,140,126,309,'43.84325592844487','5.773487091064453'),(265001,140,126,310,'43.84542253994105','5.772886276245117'),(265002,140,126,311,'43.84870325897924','5.772972106933594'),(265003,140,126,312,'43.84969362926814','5.771684646606445'),(265004,140,126,313,'43.852169483045316','5.768251419067383'),(265005,140,126,314,'43.853345477584774','5.7698822021484375'),(265006,140,126,315,'43.8540263059296','5.772800445556641'),(265007,140,126,316,'43.856254417077196','5.774431228637695'),(265008,140,126,317,'43.85835866782993','5.773401260375977'),(265009,140,126,318,'43.85792544580421','5.77631950378418'),(265010,140,126,319,'43.85891566295223','5.7781219482421875'),(265011,140,126,320,'43.862690714967265','5.779581069946289'),(265012,140,126,321,'43.86374273605402','5.778465270996094'),(265013,140,126,322,'43.86491850235813','5.776920318603516'),(265014,140,126,323,'43.8671462064966','5.778379440307617'),(265015,140,126,324,'43.87085886172147','5.776147842407227'),(265016,140,126,325,'43.87593244986556','5.77906608581543'),(265017,140,126,326,'43.880510683013554','5.775032043457031'),(265018,140,126,327,'43.88595461048075','5.777349472045898'),(265019,140,126,328,'43.89238770157165','5.777521133422852'),(265020,140,126,329,'43.89486178236396','5.776662826538086'),(265021,140,126,330,'43.89548028650191','5.775461196899414'),(265022,140,126,331,'43.898016086303905','5.774688720703125'),(265023,140,126,332,'43.89820162839097','5.771770477294922'),(265024,140,126,333,'43.899438560862784','5.769195556640625'),(265025,140,126,334,'43.9011702231534','5.7657623291015625'),(265026,140,126,335,'43.901603130856536','5.7616424560546875'),(265027,140,126,336,'43.90413866990435','5.749797821044922'),(265028,140,126,337,'43.90444787459558','5.745248794555664'),(265029,140,126,338,'43.90271630763889','5.743875503540039'),(265030,140,126,339,'43.901912348717254','5.7369232177734375'),(265031,140,126,340,'43.90333473019085','5.733318328857422'),(265032,140,126,341,'43.902159721849486','5.72962760925293'),(265033,140,126,342,'43.901912348717254','5.725679397583008'),(265034,140,126,343,'43.90321104619439','5.724391937255859'),(265035,140,126,344,'43.90463339663943','5.722074508666992'),(265036,140,126,345,'43.907663508178736','5.718898773193359'),(265037,140,126,346,'43.908405552798385','5.716066360473633'),(265038,140,126,347,'43.90444787459558','5.713491439819336'),(265039,140,126,348,'43.902592622357595','5.715808868408203'),(265040,140,126,349,'43.8993767148495','5.715723037719727'),(265041,140,126,350,'43.89690282163987','5.71537971496582'),(265042,140,126,351,'43.89294437871145','5.718040466308594'),(265043,140,126,352,'43.88731551461755','5.719413757324219'),(265044,140,126,353,'43.88168611855298','5.711431503295898'),(265045,140,126,354,'43.88069627964047','5.7067108154296875'),(265046,140,126,355,'43.8799538896639','5.703363418579102'),(265047,140,126,356,'43.87642741094877','5.704135894775391'),(265048,140,126,357,'43.87556122635511','5.706968307495117'),(265049,140,126,358,'43.87525187166317','5.704050064086914'),(265050,140,126,359,'43.86454721024106','5.68018913269043'),(265051,140,126,360,'43.862690714967265','5.6833648681640625'),(265052,140,126,361,'43.85854433344883','5.684480667114258'),(265053,140,126,362,'43.85718277215135','5.68267822265625'),(265054,140,126,363,'43.854335770789575','5.68293571472168'),(265055,140,126,364,'43.85130294591439','5.688686370849609'),(265056,140,126,365,'43.84987932186656','5.692291259765625'),(265057,140,126,366,'43.84727957287894','5.693235397338867'),(265058,140,126,367,'43.84610345873097','5.68842887878418'),(265059,140,126,368,'43.84554634393553','5.687828063964844'),(265060,140,126,369,'43.844370195613884','5.68842887878418'),(265061,140,126,370,'43.84399877553671','5.700702667236328'),(265062,140,126,371,'43.84548444197041','5.709114074707031'),(265063,140,126,372,'43.84814616846514','5.711603164672852'),(265064,140,126,373,'43.849074649764674','5.718212127685547'),(265065,140,126,374,'43.853407371391874','5.726795196533203'),(265066,140,126,375,'43.850498293019264','5.732975006103516'),(265067,140,126,376,'43.84697007140406','5.738124847412109'),(265068,140,126,377,'43.84604155734398','5.738382339477539'),(265069,140,126,378,'43.845051126415974','5.739927291870117'),(265070,140,126,379,'43.843317832722505','5.739412307739258'),(265071,140,126,380,'43.840470169467885','5.743618011474609'),(265072,140,126,381,'43.84226545126689','5.752973556518555'),(265073,140,126,382,'43.8389843781596','5.751943588256836'),(265074,140,126,383,'43.836693710736164','5.753574371337891'),(265075,140,126,384,'43.83378381720843','5.752458572387695'),(265076,140,126,385,'43.83248360615127','5.762500762939453'),(265077,140,126,386,'43.83353616014345','5.769453048706055'),(265078,140,126,387,'43.830873781785314','5.776834487915039'),(265079,140,126,388,'43.831369116984376','5.779151916503906'),(266231,141,127,326,'43.60649929007942','6.844825744628906'),(266227,141,127,322,'43.605504890583035','6.8218231201171875'),(266228,141,127,323,'43.609979558864424','6.829376220703125'),(266229,141,127,324,'43.61395676232748','6.835727691650391'),(266230,141,127,325,'43.61184390573632','6.843280792236328'),(266225,141,127,320,'43.609358097064565','6.8190765380859375'),(266226,141,127,321,'43.60649929007942','6.817531585693359'),(266223,141,127,318,'43.608736628843445','6.810150146484375'),(266224,141,127,319,'43.61221676817573','6.818733215332031'),(266221,141,127,316,'43.596678874723025','6.7971038818359375'),(266222,141,127,317,'43.60190005460943','6.805171966552734'),(266219,141,127,314,'43.60233513248189','6.7778778076171875'),(266220,141,127,315,'43.598419318360335','6.7861175537109375'),(266218,141,127,313,'43.60625069174641','6.777706146240234'),(266216,141,127,311,'43.61234105514181','6.771783828735352'),(266217,141,127,312,'43.60805300638365','6.775646209716797'),(266213,141,127,308,'43.61824439016893','6.757106781005859'),(266215,141,127,310,'43.61495102209688','6.767234802246094'),(266214,141,127,309,'43.6183065274554','6.760540008544922'),(266212,141,127,307,'43.62135117583023','6.754188537597656'),(266211,141,127,306,'43.623463698382416','6.75410270690918'),(266209,141,127,304,'43.64663443917278','6.742944717407227'),(266210,141,127,305,'43.634957005561176','6.748695373535156'),(266208,141,127,303,'43.64911870668915','6.7353057861328125'),(266206,141,127,301,'43.658806368250694','6.726465225219727'),(266207,141,127,302,'43.650733425476694','6.736078262329102'),(266205,141,127,300,'43.6645188719594','6.716337203979492'),(266204,141,127,299,'43.668740807960695','6.717796325683594'),(266201,141,127,296,'43.67768039807519','6.718225479125977'),(266203,141,127,298,'43.67035499913276','6.720285415649414'),(266202,141,127,297,'43.67494899793425','6.718997955322266'),(266199,141,127,294,'43.675197312175534','6.726293563842773'),(266200,141,127,295,'43.676500945084705','6.719856262207031'),(266198,141,127,293,'43.67401781037807','6.733331680297852'),(266197,141,127,292,'43.682149693759534','6.727666854858398'),(266196,141,127,291,'43.68407387131815','6.732387542724609'),(266195,141,127,290,'43.6892874616136','6.724576950073242'),(266192,141,127,287,'43.691956147956965','6.718568801879883'),(266193,141,127,288,'43.691087286370454','6.722774505615234'),(266194,141,127,289,'43.69152171873713','6.720972061157227'),(266191,141,127,286,'43.69307323721527','6.714534759521484'),(266190,141,127,285,'43.68773584519811','6.708698272705078'),(266188,141,127,283,'43.68041167388636','6.695823669433594'),(266189,141,127,284,'43.68301868481534','6.700801849365234'),(266187,141,127,282,'43.68426007877438','6.692390441894531'),(266186,141,127,281,'43.679542645069006','6.691017150878906'),(266185,141,127,280,'43.678797753207235','6.686210632324219'),(266182,141,127,277,'43.66836829614057','6.678657531738281'),(266183,141,127,278,'43.672093310306806','6.67694091796875'),(266184,141,127,279,'43.67581809328341','6.679344177246094'),(266178,141,127,273,'43.66079338771189','6.685352325439453'),(266179,141,127,274,'43.66526394106654','6.686038970947266'),(266180,141,127,275,'43.66501558572499','6.683979034423828'),(266181,141,127,276,'43.667374919984404','6.682262420654297'),(266177,141,127,272,'43.6557015186958','6.68792724609375'),(266176,141,127,271,'43.656198305413184','6.684837341308594'),(266175,141,127,270,'43.650733425476694','6.68792724609375'),(266172,141,127,267,'43.64725551568439','6.691703796386719'),(266173,141,127,268,'43.649367127789695','6.689815521240234'),(266174,141,127,269,'43.647628158508965','6.683979034423828'),(266171,141,127,266,'43.64601335623949','6.689128875732422'),(266170,141,127,265,'43.643032068770395','6.691017150878906'),(266169,141,127,264,'43.63570244147601','6.699256896972656'),(266168,141,127,263,'43.63570244147601','6.703033447265625'),(266167,141,127,262,'43.62837192004496','6.7009735107421875'),(266166,141,127,261,'43.62489271566357','6.6982269287109375'),(266164,141,127,259,'43.62228318022435','6.690673828125'),(266165,141,127,260,'43.62340156642572','6.693592071533203'),(266163,141,127,258,'43.62439567002733','6.684150695800781'),(266162,141,127,257,'43.62712937016884','6.676425933837891'),(266159,141,127,254,'43.62787490317682','6.666297912597656'),(266160,141,127,255,'43.62576253563797','6.670589447021484'),(266161,141,127,256,'43.62290450846033','6.670417785644531'),(266158,141,127,253,'43.631726676409315','6.6556549072265625'),(266157,141,127,252,'43.633838834350804','6.651191711425781'),(266155,141,127,250,'43.63657210502274','6.644840240478516'),(266156,141,127,251,'43.636447868143804','6.647243499755859'),(266154,141,127,249,'43.63309337531843','6.642093658447266'),(266153,141,127,248,'43.62613531177414','6.6378021240234375'),(266151,141,127,246,'43.627750648317615','6.615657806396484'),(266152,141,127,247,'43.628993185350815','6.624584197998047'),(266150,141,127,245,'43.62253171228931','6.614627838134766'),(266147,141,127,242,'43.63446004314741','6.599693298339844'),(266148,141,127,243,'43.628620426937864','6.604499816894531'),(266149,141,127,244,'43.62576253563797','6.613426208496094'),(266146,141,127,241,'43.62762639320158','6.590080261230469'),(266145,141,127,240,'43.62874467999906','6.580467224121094'),(266144,141,127,239,'43.63197516943179','6.581153869628906'),(266143,141,127,238,'43.629987196483484','6.57257080078125'),(266141,141,127,236,'43.62650808559859','6.565532684326172'),(266142,141,127,237,'43.6262595699725','6.567935943603516'),(266140,141,127,235,'43.62576253563797','6.562614440917969'),(266139,141,127,234,'43.62638382791396','6.560211181640625'),(266138,141,127,233,'43.62538975719009','6.556949615478516'),(266135,141,127,230,'43.620170616189895','6.546306610107422'),(266137,141,127,232,'43.62501697643049','6.552314758300781'),(266136,141,127,231,'43.621413309905996','6.550426483154297'),(266133,141,127,228,'43.620916235501824','6.537723541259766'),(266134,141,127,229,'43.62240744638526','6.539783477783203'),(266132,141,127,227,'43.619922074364425','6.531715393066406'),(266130,141,127,225,'43.6262595699725','6.513175964355469'),(266131,141,127,226,'43.623028773336955','6.521759033203125'),(266129,141,127,224,'43.62663234302636','6.50390625'),(266127,141,127,222,'43.628868932803364','6.494636535644531'),(266128,141,127,223,'43.630111446719226','6.4990997314453125'),(266126,141,127,221,'43.629365941452015','6.488456726074219'),(266125,141,127,220,'43.620916235501824','6.483650207519531'),(266124,141,127,219,'43.613708194816596','6.4785003662109375'),(266123,141,127,218,'43.609482389938236','6.483306884765625'),(266122,141,127,217,'43.59804637039029','6.474037170410156'),(266121,141,127,216,'43.595435669874966','6.468372344970703'),(266120,141,127,215,'43.590711257210515','6.469573974609375'),(266118,141,127,213,'43.588473248078586','6.475410461425781'),(266119,141,127,214,'43.58909492562926','6.471977233886719'),(266117,141,127,212,'43.58399698016508','6.476783752441406'),(266116,141,127,211,'43.58026650263262','6.485023498535156'),(266115,141,127,210,'43.57989344216587','6.4894866943359375'),(266114,141,127,209,'43.57864989058227','6.487598419189453'),(266113,141,127,208,'43.57790374730393','6.494808197021484'),(266112,141,127,207,'43.574670352920506','6.499271392822266'),(266111,141,127,206,'43.57379979399891','6.504077911376953'),(266110,141,127,205,'43.571312413448965','6.506481170654297'),(266108,141,127,203,'43.561486255932145','6.511631011962891'),(266109,141,127,204,'43.56596419738569','6.507854461669922'),(266107,141,127,202,'43.55675917885129','6.514549255371094'),(266106,141,127,201,'43.55439550123866','6.522102355957031'),(266105,141,127,200,'43.55252937447483','6.524162292480469'),(266104,141,127,199,'43.55066318992528','6.527595520019531'),(266103,141,127,198,'43.5459352637779','6.528968811035156'),(266102,141,127,197,'43.54643295767845','6.524162292480469'),(266101,141,127,196,'43.54257572246922','6.520900726318359'),(266100,141,127,195,'43.54170469971636','6.517810821533203'),(266098,141,127,193,'43.53548274265648','6.513690948486328'),(266099,141,127,194,'43.539091555952645','6.5196990966796875'),(266097,141,127,192,'43.535233851019505','6.507854461669922'),(266096,141,127,191,'43.53734939718939','6.502876281738281'),(266095,141,127,190,'43.534487169945024','6.504764556884766'),(266094,141,127,189,'43.535233851019505','6.501331329345703'),(266093,141,127,188,'43.53486051163794','6.4984130859375'),(266092,141,127,187,'43.53535829696641','6.495151519775391'),(266091,141,127,186,'43.534984958355295','6.489143371582031'),(266090,141,127,185,'43.53672718543221','6.486911773681641'),(266088,141,127,183,'43.538593801442374','6.475925445556641'),(266089,141,127,184,'43.537598280094535','6.482963562011719'),(266087,141,127,182,'43.538593801442374','6.4716339111328125'),(266086,141,127,181,'43.540460359668266','6.470432281494141'),(266085,141,127,180,'43.54095809876934','6.4661407470703125'),(266084,141,127,179,'43.537722721161884','6.462535858154297'),(266083,141,127,178,'43.53535829696641','6.455497741699219'),(266082,141,127,177,'43.53050471473651','6.446571350097656'),(266081,141,127,176,'43.531624806844356','6.443996429443359'),(266080,141,127,175,'43.529384601826614','6.441764831542969'),(266079,141,127,174,'43.52764216261958','6.4386749267578125'),(266078,141,127,173,'43.52589967307701','6.4359283447265625'),(266077,141,127,172,'43.52116980487334','6.432666778564453'),(266076,141,127,171,'43.51980056328785','6.430091857910156'),(266074,141,127,169,'43.510183877688696','6.425800323486328'),(266075,141,127,170,'43.514198796857975','6.429233551025391'),(266073,141,127,168,'43.50809850420616','6.426658630371094'),(266072,141,127,167,'43.50660446099445','6.428289413452148'),(266071,141,127,166,'43.50324272856079','6.430177688598633'),(266069,141,127,164,'43.49514890116052','6.434340476989746'),(266070,141,127,165,'43.49888464862719','6.432666778564453'),(266068,141,127,163,'43.491537458917975','6.433138847351074'),(266067,141,127,162,'43.48671148780085','6.430392265319824'),(266066,141,127,161,'43.4854037389069','6.430563926696777'),(266065,141,127,160,'43.481106650347826','6.428804397583008'),(266064,141,127,159,'43.4784908815791','6.429619789123535'),(266062,141,127,157,'43.47145265577682','6.431851387023926'),(266063,141,127,158,'43.47596842587317','6.432409286499023'),(266060,141,127,155,'43.46136102597081','6.432280540466309'),(266061,141,127,156,'43.4650054199691','6.431980133056641'),(266059,141,127,154,'43.459990427792775','6.431293487548828'),(266058,141,127,153,'43.4597100743378','6.429405212402344'),(266057,141,127,152,'43.45855749647638','6.43099308013916'),(266056,141,127,151,'43.45830828756348','6.4328813552856445'),(266055,141,127,150,'43.4576852607876','6.43223762512207'),(266054,141,127,149,'43.45597190405327','6.4321088790893555'),(266052,141,127,147,'43.45419619221005','6.433224678039551'),(266053,141,127,148,'43.455878446835165','6.433224678039551'),(266051,141,127,146,'43.45485040790292','6.430606842041016'),(266050,141,127,145,'43.45500617250091','6.428589820861816'),(266049,141,127,144,'43.45416503890528','6.426658630371094'),(266048,141,127,143,'43.45329273985603','6.421852111816406'),(266046,141,127,141,'43.456532644328746','6.421165466308594'),(266047,141,127,142,'43.45466348985573','6.4221954345703125'),(266045,141,127,140,'43.45877555343258','6.419963836669922'),(266044,141,127,139,'43.46089378008257','6.416187286376953'),(266042,141,127,137,'43.46101837933918','6.4084625244140625'),(266043,141,127,138,'43.460395380488336','6.412925720214844'),(266041,141,127,136,'43.46375949801845','6.400566101074219'),(266040,141,127,135,'43.46525460127781','6.395416259765625'),(266038,141,127,133,'43.47522101136771','6.3755035400390625'),(266039,141,127,134,'43.46637590445618','6.387691497802734'),(266037,141,127,132,'43.48506122856573','6.3672637939453125'),(266036,141,127,131,'43.49029208393122','6.364002227783203'),(266035,141,127,130,'43.49041662258549','6.359367370605469'),(266034,141,127,129,'43.48942030616112','6.353359222412109'),(266033,141,127,128,'43.494277193496124','6.354389190673828'),(266032,141,127,127,'43.499382730827','6.351470947265625'),(266031,141,127,126,'43.50349175219818','6.339969635009766'),(266030,141,127,125,'43.507351487222785','6.339454650878906'),(266029,141,127,124,'43.511459966224585','6.340484619140625'),(266028,141,127,123,'43.514198796857975','6.338768005371094'),(266027,141,127,122,'43.51681301924114','6.340312957763672'),(266026,141,127,121,'43.51855577124507','6.338596343994141'),(266025,141,127,120,'43.520173995892904','6.3343048095703125'),(266024,141,127,119,'43.525775207612156','6.32537841796875'),(266023,141,127,118,'43.531749260238946','6.321430206298828'),(266022,141,127,117,'43.536104967254566','6.315422058105469'),(266021,141,127,116,'43.5408336643793','6.313190460205078'),(266020,141,127,115,'43.54357116163468','6.312675476074219'),(266019,141,127,114,'43.54493986364935','6.309757232666016'),(266018,141,127,113,'43.54904578324027','6.308383941650391'),(266017,141,127,112,'43.55165849554282','6.305122375488281'),(266016,141,127,111,'43.55476871965712','6.295166015625'),(266015,141,127,110,'43.556883580367874','6.2903594970703125'),(266014,141,127,109,'43.558003182460084','6.279201507568359'),(266013,141,127,108,'43.55974474436533','6.268901824951172'),(266012,141,127,107,'43.55862517463346','6.261177062988281'),(266011,141,127,106,'43.55999353481397','6.252079010009766'),(266010,141,127,105,'43.55949595288937','6.24847412109375'),(266009,141,127,104,'43.561486255932145','6.243324279785156'),(266008,141,127,103,'43.564347201368065','6.250362396240234'),(266007,141,127,102,'43.56944681061758','6.242637634277344'),(266006,141,127,101,'43.574421623084234','6.239719390869141'),(266005,141,127,100,'43.574670352920506','6.237144470214844'),(266004,141,127,99,'43.57255611656564','6.234569549560547'),(266003,141,127,98,'43.57305359062096','6.230792999267578'),(266002,141,127,97,'43.573675427411324','6.226673126220703'),(266001,141,127,96,'43.57093929750568','6.223926544189453'),(266000,141,127,95,'43.571312413448965','6.2216949462890625'),(265999,141,127,94,'43.571312413448965','6.219120025634766'),(265998,141,127,93,'43.57280485410698','6.213283538818359'),(265997,141,127,92,'43.57280485410698','6.207103729248047'),(265996,141,127,91,'43.57081492501092','6.20452880859375'),(265995,141,127,90,'43.57230737799699','6.204357147216797'),(265994,141,127,89,'43.57243174740972','6.200237274169922'),(265993,141,127,88,'43.57355106056693','6.196460723876953'),(265992,141,127,87,'43.574048526403544','6.192340850830078'),(265991,141,127,86,'43.56894930676954','6.192512512207031'),(265990,141,127,85,'43.56596419738569','6.187534332275391'),(265989,141,127,84,'43.565591048311006','6.183757781982422'),(265988,141,127,83,'43.567581149998766','6.182899475097656'),(265987,141,127,82,'43.566959250284235','6.1804962158203125'),(265986,141,127,81,'43.56770552917119','6.177406311035156'),(265985,141,127,80,'43.569322435040824','6.172084808349609'),(265984,141,127,79,'43.567581149998766','6.167278289794922'),(265983,141,127,78,'43.5690736831168','6.165733337402344'),(265982,141,127,77,'43.56782990808676','6.159381866455078'),(265981,141,127,76,'43.56770552917119','6.146335601806641'),(265980,141,127,75,'43.56720801094054','6.143932342529297'),(265979,141,127,74,'43.56944681061758','6.1379241943359375'),(265978,141,127,73,'43.568700553304545','6.134147644042969'),(265977,141,127,72,'43.57019305868463','6.129169464111328'),(265976,141,127,71,'43.5711880417247','6.124362945556641'),(265975,141,127,70,'43.57355106056693','6.125221252441406'),(265974,141,127,69,'43.57454598813078','6.121273040771484'),(265973,141,127,68,'43.57815246275738','6.112003326416016'),(265972,141,127,67,'43.57902295875415','6.108741760253906'),(265971,141,127,66,'43.5820074209137','6.104106903076172'),(265970,141,127,65,'43.58387263463816','6.100673675537109'),(265969,141,127,64,'43.583623942813794','6.097927093505859'),(265968,141,127,63,'43.58474304793295','6.096210479736328'),(265967,141,127,62,'43.592824856091184','6.090717315673828'),(265966,141,127,61,'43.591954559659236','6.0761260986328125'),(265965,141,127,60,'43.59344648869439','6.074409484863281'),(265964,141,127,59,'43.59183023057016','6.068229675292969'),(265963,141,127,58,'43.59481405781924','6.061363220214844'),(265962,141,127,57,'43.592700528800016','6.054325103759766'),(265961,141,127,56,'43.592824856091184','6.051063537597656'),(265960,141,127,55,'43.59294918312552','6.0479736328125'),(265959,141,127,54,'43.593073509902986','6.036472320556641'),(265958,141,127,53,'43.59456541119905','6.035270690917969'),(265957,141,127,52,'43.595187025823215','6.032352447509766'),(265956,141,127,51,'43.59580863402625','6.024627685546875'),(265955,141,127,50,'43.59357081444451','6.019649505615234'),(265954,141,127,49,'43.59381946517421','6.014156341552734'),(265953,141,127,48,'43.58859758410239','6.012439727783203'),(265952,141,127,47,'43.58511607834954','6.015186309814453'),(265951,141,127,46,'43.577530672197476','6.0157012939453125'),(265950,141,127,45,'43.574297257780834','6.018276214599609'),(265949,141,127,44,'43.57180989777763','6.012783050537109'),(265948,141,127,43,'43.56658610737352','6.012096405029297'),(265947,141,127,42,'43.565093512615796','6.009178161621094'),(265946,141,127,41,'43.558873969705','6.0074615478515625'),(265945,141,127,40,'43.55526634061952','6.009864807128906'),(265944,141,127,39,'43.550538775567375','6.009178161621094'),(265943,141,127,38,'43.54742833315203','6.007289886474609'),(265942,141,127,37,'43.542949014082424','6.008319854736328'),(265941,141,127,36,'43.54058479482877','6.0129547119140625'),(265940,141,127,35,'43.537598280094535','6.010894775390625'),(265939,141,127,34,'43.532744878150154','6.010551452636719'),(265938,141,127,33,'43.52764216261958','6.015186309814453'),(265937,141,127,32,'43.522787959411794','6.015186309814453'),(265936,141,127,31,'43.518306809754804','6.0157012939453125'),(265935,141,127,30,'43.514074307252926','6.0184478759765625'),(265934,141,127,29,'43.5092190123469','6.017589569091797'),(265933,141,127,28,'43.50772499687011','6.020164489746094'),(265932,141,127,27,'43.5056084116423','6.022052764892578'),(265931,141,127,26,'43.504363326839744','6.025657653808594'),(265930,141,127,25,'43.50299370389618','6.027545928955078'),(265929,141,127,24,'43.49913369024069','6.0253143310546875'),(265928,141,127,23,'43.49838656231855','6.027202606201172'),(265927,141,127,22,'43.49527342979968','6.029777526855469'),(265926,141,127,21,'43.49054116098296','6.030292510986328'),(265925,141,127,20,'43.48543487611435','6.037330627441406'),(265924,141,127,19,'43.47870886663517','6.042823791503906'),(265923,141,127,18,'43.47385072743125','6.05072021484375'),(265922,141,127,17,'43.47285413777968','6.054668426513672'),(265921,141,127,16,'43.470985487887056','6.052265167236328'),(265920,141,127,15,'43.46961510791184','6.054325103759766'),(265919,141,127,14,'43.46774635787226','6.056556701660156'),(265918,141,127,13,'43.45952317131227','6.058616638183594'),(265917,141,127,12,'43.45715568298075','6.063423156738281'),(265916,141,127,11,'43.45341735477626','6.0692596435546875'),(265915,141,127,10,'43.454289652028066','6.074237823486328'),(265914,141,127,9,'43.45242042822461','6.076469421386719'),(265913,141,127,8,'43.45142348523911','6.079044342041016'),(265912,141,127,7,'43.44469369024235','6.072177886962891'),(265911,141,127,6,'43.441827068702544','6.068744659423828'),(265910,141,127,5,'43.4380877929942','6.0706329345703125'),(265909,141,127,4,'43.43372501259038','6.069774627685547'),(265908,141,127,3,'43.43048388638646','6.071662902832031'),(265907,141,127,2,'43.422504990087994','6.0706329345703125'),(265906,141,127,1,'43.413527474637455','6.068058013916016'),(265905,141,127,0,'43.40953704052161','6.062221527099609'),(266232,141,127,327,'43.60202436289406','6.842765808105469'),(266233,141,127,328,'43.601527128214514','6.846199035644531'),(266234,141,127,329,'43.59866794905615','6.848087310791016'),(266235,141,127,330,'43.59456541119905','6.856498718261719'),(266236,141,127,331,'43.59245187344712','6.8643951416015625'),(266237,141,127,332,'43.59431676355149','6.868000030517578'),(266238,141,127,333,'43.590835588611185','6.872978210449219'),(266239,141,127,334,'43.58822457526042','6.878814697265625'),(266240,141,127,335,'43.587851564106856','6.883449554443359'),(266241,141,127,336,'43.584991735134196','6.886711120605469'),(266242,141,127,337,'43.58511607834954','6.893749237060547'),(266243,141,127,338,'43.5856134486426','6.898555755615234'),(266244,141,127,339,'43.58698119575913','6.896152496337891'),(266245,141,127,340,'43.58822457526042','6.901817321777344'),(266246,141,127,341,'43.592700528800016','6.904735565185547'),(266247,141,127,342,'43.59419243934243','6.909027099609375'),(266248,141,127,343,'43.59207888849147','6.912288665771484'),(266249,141,127,344,'43.592700528800016','6.922760009765625'),(266250,141,127,345,'43.594068114876535','6.9261932373046875'),(266251,141,127,346,'43.59183023057016','6.928253173828125'),(266252,141,127,347,'43.58971659675888','6.9289398193359375'),(266253,141,127,348,'43.58188307127735','6.9316864013671875'),(266254,141,127,349,'43.580763912992545','6.93511962890625'),(266255,141,127,350,'43.57703323512646','6.940097808837891'),(266256,141,127,351,'43.5721830083274','6.941986083984375'),(266257,141,127,352,'43.56708363074079','6.949367523193359'),(266258,141,127,353,'43.55812758140841','6.952457427978516'),(266259,141,127,354,'43.55103643145803','6.956920623779297'),(266260,141,127,355,'43.549543451458504','6.984729766845703'),(266261,141,127,356,'43.55078760402636','7.006359100341797'),(266262,141,127,357,'43.55364905746742','7.015113830566406'),(266263,141,127,358,'43.55203173091177','7.017345428466797'),(266439,147,129,83,'33.02928238039797','-83.92696380615234'),(266438,147,129,82,'33.031405168099404','-83.93018245697021'),(266437,147,129,81,'33.034175509031236','-83.93455982208252'),(266436,147,129,80,'33.034355398288035','-83.93687725067138'),(266435,147,129,79,'33.034247464778026','-83.9384651184082'),(266434,147,129,78,'33.03457126491144','-83.9436149597168'),(266433,147,129,77,'33.035002996571634','-83.95288467407226'),(266432,147,129,76,'33.031405168099404','-83.95820617675781'),(266431,147,129,75,'33.03183691527241','-83.96318435668945'),(266430,147,129,74,'33.02967815825423','-83.97176742553711'),(266429,147,129,73,'33.03039774980279','-83.9849853515625'),(266428,147,129,72,'33.03716162314079','-83.99974822998047'),(266427,147,129,71,'33.04003970962941','-84.00352478027344'),(266426,147,129,70,'33.04737840457599','-84.01227951049804'),(266425,147,129,69,'33.048097851560655','-84.02395248413086'),(266424,147,129,68,'33.051119464714105','-84.03030395507812'),(266423,147,129,67,'33.053565456565394','-84.04111862182617'),(266422,147,129,66,'33.055004243560894','-84.05073165893554'),(266421,147,129,65,'33.05644300704417','-84.0593147277832'),(266420,147,129,64,'33.05457260993099','-84.06892776489258'),(266419,147,129,63,'33.05457260993099','-84.10480499267578'),(266418,147,129,62,'33.05155111527226','-84.11373138427734'),(266417,147,129,61,'33.05169499832142','-84.12471771240234'),(266416,147,129,60,'33.05338560653779','-84.12853717803955'),(266415,147,129,59,'33.054428731584124','-84.13583278656006'),(266414,147,129,58,'33.05406903468831','-84.14471626281738'),(266413,147,129,57,'33.054716488042736','-84.14707660675049'),(266412,147,129,56,'33.054428731584124','-84.15544509887695'),(266411,147,129,55,'33.04414082041369','-84.16239738464355'),(266410,147,129,54,'33.046443114709284','-84.1666030883789'),(266409,147,129,53,'33.04651506043628','-84.17055130004883'),(266408,147,129,52,'33.04680284275657','-84.17707443237304'),(266407,147,129,51,'33.058457236419315','-84.1926097869873'),(266406,147,129,50,'33.05903272206173','-84.20127868652344'),(266405,147,129,49,'33.06565053653403','-84.22325134277344'),(266404,147,129,48,'33.079891536271596','-84.25741195678711'),(266403,147,129,47,'33.100745405144245','-84.29243087768554'),(266402,147,129,46,'33.105922150909976','-84.31062698364258'),(266401,147,129,45,'33.10175201848117','-84.3310546875'),(266400,147,129,44,'33.10261482073644','-84.34221267700195'),(266399,147,129,43,'33.10146441584708','-84.35989379882812'),(266398,147,129,42,'33.10807903830898','-84.36607360839844'),(266397,147,129,41,'33.109804510107345','-84.37688827514648'),(266396,147,129,40,'33.10922935660631','-84.38615798950195'),(266395,147,129,39,'33.111961302202765','-84.39353942871094'),(266394,147,129,38,'33.11354291608752','-84.39353942871094'),(266393,147,129,37,'33.120012858178534','-84.40006256103515'),(266392,147,129,36,'33.1398510418607','-84.4247817993164'),(266391,147,129,35,'33.14560040196164','-84.44229125976562'),(266390,147,129,34,'33.158535084755506','-84.44864273071289'),(266389,147,129,33,'33.165289105390194','-84.45877075195312'),(266388,147,129,32,'33.16586389163459','-84.46271896362304'),(266387,147,129,31,'33.171755233363676','-84.46786880493164'),(266386,147,129,30,'33.18210004598892','-84.48108673095703'),(266385,147,129,29,'33.194023800707924','-84.48331832885742'),(266384,147,129,28,'33.19991324928074','-84.48606491088867'),(266383,147,129,27,'33.208387614258314','-84.48263168334961'),(266382,147,129,26,'33.21944614470447','-84.4852066040039'),(266381,147,129,25,'33.23208275390414','-84.48623657226562'),(266380,147,129,24,'33.241128295931226','-84.49275970458984'),(266379,147,129,23,'33.25512550408533','-84.48906898498535'),(266378,147,129,22,'33.262230920966225','-84.48949813842773'),(266377,147,129,21,'33.271416865904705','-84.48443412780762'),(266376,147,129,20,'33.272708561921','-84.48065757751465'),(266375,147,129,19,'33.28017132030031','-84.4658088684082'),(266374,147,129,18,'33.290862045059974','-84.45868492126465'),(266373,147,129,17,'33.300475403803816','-84.46203231811523'),(266372,147,129,16,'33.312096109444525','-84.47293281555176'),(266371,147,129,15,'33.31589760903434','-84.47851181030273'),(266370,147,129,14,'33.321420247027454','-84.48692321777344'),(266369,147,129,13,'33.32658395558092','-84.49911117553711'),(266368,147,129,12,'33.32895055307585','-84.50692176818847'),(266367,147,129,11,'33.32694253509072','-84.51215744018554'),(266366,147,129,10,'33.3371255770952','-84.51876640319824'),(266365,147,129,9,'33.34243176099942','-84.52528953552246'),(266364,147,129,8,'33.34780932021257','-84.52666282653808'),(266363,147,129,7,'33.35246960288371','-84.52923774719238'),(266362,147,129,6,'33.357129636078575','-84.5326280593872'),(266361,147,129,5,'33.359567092520585','-84.53271389007568'),(266360,147,129,4,'33.365803802579975','-84.53481674194336'),(266359,147,129,3,'33.368061811514536','-84.53674793243408'),(266358,147,129,2,'33.36892198997942','-84.53498840332031'),(266357,147,129,1,'33.36752419565509','-84.52966690063476'),(266356,147,129,0,'33.36738083086483','-84.52782154083252'),(266440,147,129,84,'33.02636796145231','-83.9222002029419'),(266441,147,129,85,'33.024604871109084','-83.91966819763183'),(266442,147,129,86,'33.020107031930195','-83.91640663146972'),(266443,147,129,87,'33.01492523673588','-83.91396045684814'),(266444,147,129,88,'33.01287402534136','-83.9121150970459'),(266445,147,129,89,'33.010858753646644','-83.90893936157226'),(266446,147,129,90,'33.01143455025871','-83.90700817108154'),(266447,147,129,91,'33.011398563080604','-83.89554977416992'),(266448,147,129,92,'33.01121862696973','-83.88486385345459'),(266449,147,129,93,'33.01193836921038','-83.88104438781738'),(266450,147,129,94,'33.01355776777442','-83.87932777404785'),(266451,147,129,95,'33.01906350044363','-83.87846946716308'),(266452,147,129,96,'33.02730346445595','-83.87838363647461'),(266453,147,129,97,'33.028346898399505','-83.87507915496826'),(266454,147,129,98,'33.02766327065953','-83.8699722290039'),(266455,147,129,99,'33.02780719272967','-83.86173248291015'),(266456,147,129,100,'33.02967815825423','-83.85658264160156'),(266457,147,129,101,'33.03226866033009','-83.85297775268554'),(266458,147,129,102,'33.03111733547554','-83.84696960449219'),(266459,147,129,103,'33.030829501911526','-83.83975982666015'),(266460,147,129,104,'33.02910248078485','-83.83563995361328'),(266461,147,129,105,'33.02924640050473','-83.82980346679687'),(266462,147,129,106,'33.03097341881105','-83.82465362548828'),(266463,147,129,107,'33.02953423923944','-83.81366729736328'),(266464,147,129,108,'33.02823895752994','-83.8088607788086'),(266465,147,129,109,'33.02780719272967','-83.80353927612304'),(266466,147,129,110,'33.02708758002874','-83.79804611206054'),(266467,147,129,111,'33.02996599557875','-83.79186630249023'),(266468,147,129,112,'33.02766327065953','-83.78311157226562'),(266469,147,129,113,'33.02823895752994','-83.7788200378418'),(266470,147,129,114,'33.02636796145231','-83.77555847167969'),(266471,147,129,115,'33.02449692565667','-83.77281188964844'),(266472,147,129,116,'33.02420907047062','-83.76869201660156'),(266473,147,129,117,'33.02492870667317','-83.76422882080078'),(266474,147,129,118,'33.02190619514111','-83.76165390014648'),(266475,147,129,119,'33.02017899916362','-83.75375747680664'),(266476,147,129,120,'33.02320156991664','-83.74895095825195'),(266477,147,129,121,'33.02550441140499','-83.73865127563476'),(266478,147,129,122,'33.02147439931921','-83.73332977294922'),(266479,147,129,123,'33.01442143484888','-83.72354507446289'),(266480,147,129,124,'33.01514115094913','-83.71788024902344'),(266481,147,129,125,'33.01773208026943','-83.7106704711914'),(266482,147,129,126,'33.016580565526354','-83.70500564575195'),(266483,147,129,127,'33.01398960236902','-83.70208740234375'),(266484,147,129,128,'33.00779977111022','-83.70277404785156'),(266485,147,129,129,'33.00362498845936','-83.6996841430664'),(266486,147,129,130,'32.996570596406045','-83.68972778320312'),(266487,147,129,131,'32.993835068141024','-83.68680953979492'),(266488,147,129,132,'32.988651729407614','-83.68371963500976'),(266489,147,129,133,'32.983468086269674','-83.671875'),(266490,147,129,134,'32.98260411615355','-83.66432189941406'),(266491,147,129,135,'32.978572143821005','-83.66397857666015'),(266492,147,129,136,'32.975116020993376','-83.66243362426758'),(266493,147,129,137,'32.971083706738376','-83.66552352905273'),(266494,147,129,138,'32.965178914435576','-83.66397857666015'),(266495,147,129,139,'32.962874498176085','-83.65951538085937'),(266496,147,129,140,'32.95941776109039','-83.65882873535156'),(266497,147,129,141,'32.95711319457211','-83.65659713745117'),(266498,147,129,142,'32.95452048540114','-83.65213394165039'),(266499,147,129,143,'32.951495561903016','-83.65127563476562'),(266500,147,129,144,'32.944725119912576','-83.64509582519531'),(266501,147,129,145,'32.931614918050066','-83.64715576171875'),(266502,147,129,146,'32.926860188864964','-83.64234924316406'),(266503,147,129,147,'32.92109653816924','-83.64011764526367'),(266504,147,129,148,'32.917782269025785','-83.63977432250976'),(266505,147,129,149,'32.913315014239004','-83.63737106323242'),(266506,147,129,150,'32.90812695155533','-83.6392593383789'),(266507,147,129,151,'32.903947457740564','-83.63479614257812'),(266508,147,129,152,'32.89659683493188','-83.638916015625'),(266509,147,129,153,'32.89429063146993','-83.63968849182129'),(266510,147,129,154,'32.89342578969234','-83.63883018493652'),(266511,147,129,155,'32.889317675949535','-83.63316535949707'),(266512,147,129,156,'32.888164486974915','-83.63119125366211'),(266513,147,129,157,'32.88333534513211','-83.63093376159668'),(266514,147,129,158,'32.88095671585282','-83.6293888092041'),(266515,147,129,159,'32.874325048676425','-83.62818717956543'),(266516,147,129,160,'32.86596267424098','-83.61814498901367'),(266517,147,129,161,'32.85983457162455','-83.61754417419433'),(266518,147,129,162,'32.851182411844896','-83.6209774017334'),(266519,147,129,163,'32.847108394452576','-83.62110614776611'),(266520,147,129,164,'32.843034190026394','-83.62385272979736'),(266521,147,129,165,'32.839464600588805','-83.62689971923828'),(266522,147,129,166,'32.83654392064487','-83.62235069274902'),(266523,147,129,167,'32.83557033931087','-83.62320899963379'),(266524,147,129,168,'32.834921279157015','-83.62574100494385'),(266525,147,129,169,'32.832180750641676','-83.6282730102539'),(266526,147,129,170,'32.83719296893632','-83.63638401031494'),(266527,147,129,171,'32.837481433320534','-83.63822937011719'),(266528,147,129,172,'32.838887683771084','-83.63788604736328'),(266529,147,129,173,'32.83924825722153','-83.63921642303467'),(266530,147,129,174,'32.844981178306114','-83.63677024841308'),(266531,147,129,175,'32.84007757059952','-83.62844467163086'),(266532,147,129,176,'32.837589607222974','-83.63054752349853'),(266533,147,129,177,'32.83575063295596','-83.62732887268066'),(266534,147,129,178,'32.83499339718621','-83.62634181976318'),(266912,146,130,176,'33.94620807002934','-85.04602432250976'),(266911,146,130,175,'33.93894516690498','-85.04413604736328'),(266910,146,130,174,'33.936381641392025','-85.04911422729492'),(266909,146,130,173,'33.92769356430453','-85.05752563476562'),(266908,146,130,172,'33.927551129427265','-85.06216049194336'),(266907,146,130,171,'33.91843480188019','-85.06044387817383'),(266906,146,130,170,'33.90447353490551','-85.06662368774414'),(266905,146,130,169,'33.9030487872415','-85.07829666137695'),(266904,146,130,168,'33.89734955848912','-85.0836181640625'),(266903,146,130,167,'33.88837250075928','-85.09357452392578'),(266902,146,130,166,'33.87412126270462','-85.09820938110351'),(266901,146,130,165,'33.85958254798477','-85.09477615356445'),(266900,146,130,164,'33.85530598424889','-85.09872436523437'),(266899,146,130,163,'33.848605603850324','-85.09597778320312'),(266898,146,130,162,'33.836629146921844','-85.09546279907226'),(266897,146,130,161,'33.82992730179868','-85.09906768798828'),(266896,146,130,160,'33.817092515032144','-85.09992599487304'),(266895,146,130,159,'33.79583957836371','-85.09803771972656'),(266894,146,130,158,'33.7881358686698','-85.10147094726562'),(266893,146,130,157,'33.773011756156684','-85.10833740234375'),(266892,146,130,156,'33.75503056394909','-85.1081657409668'),(266891,146,130,155,'33.74232728984472','-85.11314392089844'),(266890,146,130,154,'33.732620149421436','-85.11245727539062'),(266889,146,130,153,'33.728622772365504','-85.11760711669922'),(266888,146,130,152,'33.72562461737644','-85.1275634765625'),(266887,146,130,151,'33.72491075551312','-85.13374328613281'),(266886,146,130,150,'33.721769692780036','-85.11468887329101'),(266885,146,130,149,'33.723625789197165','-85.08893966674804'),(266884,146,130,148,'33.73290566922855','-85.05975723266601'),(266883,146,130,147,'33.73104977349977','-85.0286865234375'),(266882,146,130,146,'33.718057379543566','-85.02765655517578'),(266881,146,130,145,'33.71077506808657','-85.02388000488281'),(266880,146,130,144,'33.7073478842856','-85.02079010009765'),(266879,146,130,143,'33.69406625536896','-85.01993179321289'),(266878,146,130,142,'33.68592488731013','-85.01958847045898'),(266877,146,130,141,'33.68206818063879','-85.0173568725586'),(266876,146,130,140,'33.68178249178003','-85.00207901000976'),(266875,146,130,139,'33.67792559926798','-84.99933242797851'),(266874,146,130,138,'33.671639922246115','-84.99109268188476'),(266873,146,130,137,'33.65778123876184','-84.98250961303711'),(266872,146,130,136,'33.65235145518946','-84.9843978881836'),(266871,146,130,135,'33.64520648119227','-84.97306823730469'),(266870,146,130,134,'33.64549229153901','-84.96465682983398'),(266869,146,130,133,'33.64034756012401','-84.95607376098633'),(266868,146,130,132,'33.64020464652973','-84.9517822265625'),(266867,146,130,131,'33.629628382355825','-84.94319915771484'),(266866,146,130,130,'33.620337349189384','-84.94028091430664'),(266865,146,130,129,'33.61447633605146','-84.935302734375'),(266864,146,130,128,'33.610473463881874','-84.93135452270508'),(266863,146,130,127,'33.609472716794684','-84.92551803588867'),(266862,146,130,126,'33.60461177997738','-84.92191314697265'),(266861,146,130,125,'33.60046547023962','-84.91727828979492'),(266860,146,130,124,'33.594174136816434','-84.91641998291015'),(266859,146,130,123,'33.589884328183494','-84.91933822631836'),(266858,146,130,122,'33.58359222298197','-84.92002487182617'),(266857,146,130,121,'33.57787172917758','-84.92002487182617'),(266856,146,130,120,'33.572722960559496','-84.92517471313476'),(266855,146,130,119,'33.559992742293694','-84.92929458618164'),(266854,146,130,118,'33.553412343258415','-84.93049621582031'),(266853,146,130,117,'33.54311158192228','-84.93547439575195'),(266852,146,130,116,'33.53781765748047','-84.93392944335937'),(266851,146,130,115,'33.53295268428478','-84.93066787719726'),(266850,146,130,114,'33.53252340879985','-84.92877960205078'),(266849,146,130,113,'33.53066319040207','-84.92740631103515'),(266848,146,130,112,'33.52837363589382','-84.92912292480469'),(266847,146,130,111,'33.52722883590575','-84.92774963378906'),(266846,146,130,110,'33.527658137677335','-84.92517471313476'),(266845,146,130,109,'33.52465298052027','-84.92311477661133'),(266844,146,130,108,'33.5189285827606','-84.9268913269043'),(266843,146,130,107,'33.514205669409044','-84.9298095703125'),(266842,146,130,106,'33.507908050537104','-84.92877960205078'),(266841,146,130,105,'33.50475906922608','-84.92345809936523'),(266840,146,130,104,'33.50032167381715','-84.91813659667969'),(266839,146,130,103,'33.492161998272856','-84.9129867553711'),(266838,146,130,102,'33.489155608170904','-84.91058349609375'),(266837,146,130,101,'33.484431069993874','-84.90474700927734'),(266836,146,130,100,'33.47125826950989','-84.89788055419922'),(266835,146,130,99,'33.45736738707661','-84.88775253295898'),(266834,146,130,98,'33.436455264724906','-84.87264633178711'),(266833,146,130,97,'33.43387670877207','-84.86749649047851'),(266832,146,130,96,'33.416397810158834','-84.8477554321289'),(266831,146,130,95,'33.40780033961977','-84.83694076538086'),(266830,146,130,94,'33.39934533042092','-84.82887268066406'),(266829,146,130,93,'33.38558626887102','-84.81788635253906'),(266828,146,130,92,'33.380856088459126','-84.80998992919922'),(266827,146,130,91,'33.380426059298045','-84.80226516723633'),(266826,146,130,90,'33.380569402588044','-84.79883193969726'),(266825,146,130,89,'33.373401948643995','-84.8005485534668'),(266824,146,130,88,'33.36738083086483','-84.79866027832031'),(266823,146,130,87,'33.3610725462195','-84.79248046875'),(266822,146,130,86,'33.351609261782585','-84.79024887084961'),(266821,146,130,85,'33.343579001498746','-84.78630065917969'),(266820,146,130,84,'33.33526116546439','-84.78355407714844'),(266819,146,130,83,'33.326368807166744','-84.77960586547851'),(266818,146,130,82,'33.320200993413906','-84.77617263793945'),(266817,146,130,81,'33.31431964819615','-84.77788925170898'),(266816,146,130,80,'33.30599901871942','-84.77479934692383'),(266815,146,130,79,'33.29609930468822','-84.77033615112304'),(266814,146,130,78,'33.285624471058995','-84.76690292358398'),(266813,146,130,77,'33.26409689422682','-84.76055145263672'),(266812,146,130,76,'33.25447952844022','-84.75746154785156'),(266811,146,130,75,'33.23452370663909','-84.75128173828125'),(266810,146,130,74,'33.220164182777886','-84.74630355834961'),(266809,146,130,73,'33.21111647241685','-84.74510192871094'),(266808,146,130,72,'33.210685605732394','-84.74081039428711'),(266807,146,130,71,'33.209392992952154','-84.73325729370117'),(266806,146,130,70,'33.209536617537125','-84.72793579101562'),(266805,146,130,69,'33.20853124049305','-84.72536087036133'),(266804,146,130,68,'33.203647816301306','-84.72055435180664'),(266803,146,130,67,'33.19273094190692','-84.71385955810547'),(266802,146,130,66,'33.18554804548356','-84.70699310302734'),(266801,146,130,65,'33.1826747219948','-84.70098495483398'),(266800,146,130,64,'33.17735882512078','-84.69755172729492'),(266799,146,130,63,'33.17520363992184','-84.68965530395508'),(266798,146,130,62,'33.171755233363676','-84.68587875366211'),(266797,146,130,61,'33.168594074833095','-84.68141555786133'),(266796,146,130,60,'33.16730084075888','-84.67849731445312'),(266795,146,130,59,'33.16629497884489','-84.67369079589844'),(266794,146,130,58,'33.163277323859376','-84.66218948364258'),(266793,146,130,57,'33.159828448127335','-84.65394973754883'),(266792,146,130,56,'33.15522973614334','-84.65103149414062'),(266791,146,130,55,'33.15293028972411','-84.63815689086914'),(266790,146,130,54,'33.15019961880554','-84.63249206542969'),(266789,146,130,53,'33.14488175255021','-84.6306037902832'),(266788,146,130,52,'33.13956356396733','-84.6280288696289'),(266787,146,130,51,'33.13151380063322','-84.62305068969726'),(266786,146,130,50,'33.12389459466859','-84.61601257324219'),(266785,146,130,49,'33.12216939963362','-84.6137809753418'),(266784,146,130,48,'33.119725315316735','-84.6086311340332'),(266783,146,130,47,'33.114549382824535','-84.59524154663086'),(266782,146,130,46,'33.10807903830898','-84.59146499633789'),(266781,146,130,45,'33.1001701923468','-84.57927703857422'),(266780,146,130,44,'33.093123530069725','-84.57378387451172'),(266779,146,130,43,'33.0859324760898','-84.57206726074219'),(266778,146,130,42,'33.06665755163705','-84.57206726074219'),(266777,146,130,41,'33.05040004241502','-84.56794738769531'),(266776,146,130,40,'33.026080112376604','-84.56245422363281'),(266775,146,130,39,'33.01859570645735','-84.56640243530273'),(266774,146,130,38,'33.011398563080604','-84.56623077392578'),(266773,146,130,37,'33.00088967890188','-84.57035064697265'),(266772,146,130,36,'32.99369109062016','-84.57361221313476'),(266771,146,130,35,'32.98433204793085','-84.57464218139648'),(266770,146,130,34,'32.98332409183747','-84.56949234008789'),(266769,146,130,33,'32.98490801767432','-84.56245422363281'),(266768,146,130,32,'32.985339992515826','-84.55163955688476'),(266767,146,130,31,'32.986059945887675','-84.54460144042969'),(266766,146,130,30,'32.98735584716008','-84.53962326049804'),(266765,146,130,29,'32.99109945507745','-84.52417373657226'),(266764,146,130,28,'32.992395282362','-84.51799392700195'),(266763,146,130,27,'32.99412302247805','-84.50906753540039'),(266762,146,130,26,'32.99297119949235','-84.5068359375'),(266761,146,130,25,'32.975404036395396','-84.49361801147461'),(266760,146,130,24,'32.973099886878565','-84.48932647705078'),(266759,146,130,23,'32.969211498255156','-84.4793701171875'),(266758,146,130,22,'32.963738661317095','-84.47233200073242'),(266757,146,130,21,'32.96172226750679','-84.46477890014648'),(266756,146,130,20,'32.94991103685064','-84.45808410644531'),(266755,146,130,19,'32.9337760741083','-84.44915771484375'),(266754,146,130,18,'32.931326759919536','-84.44486618041992'),(266753,146,130,17,'32.92152882499395','-84.43851470947265'),(266752,146,130,16,'32.916197139908846','-84.429931640625'),(266751,146,130,15,'32.90783871693625','-84.4247817993164'),(266750,146,130,14,'32.901353189942185','-84.42083358764648'),(266749,146,130,13,'32.898758846146386','-84.41122055053711'),(266748,146,130,12,'32.898758846146386','-84.40744400024414'),(266747,146,130,11,'32.89861471370726','-84.4028091430664'),(266746,146,130,10,'32.89717337641575','-84.3940544128418'),(266745,146,130,9,'32.900344287496445','-84.38409805297851'),(266744,146,130,8,'32.90437982831811','-84.37705993652344'),(266743,146,130,7,'32.906974007448944','-84.37122344970703'),(266742,146,130,6,'32.907982834363075','-84.36710357666015'),(266741,146,130,5,'32.90351508505192','-84.36075210571289'),(266740,146,130,4,'32.901641445672794','-84.35491561889648'),(266739,146,130,3,'32.89645269897456','-84.34993743896484'),(266738,146,130,2,'32.89068706836277','-84.34289932250976'),(266737,146,130,1,'32.88737166084861','-84.33843612670898'),(266736,146,130,0,'32.887804112342366','-84.32693481445312'),(266913,146,130,177,'33.9521888190728','-85.0422477722168'),(266914,146,130,178,'33.96386430820156','-85.05014419555664'),(266915,146,130,179,'33.984648407660224','-85.04018783569336'),(266916,146,130,180,'33.99631944074765','-85.04207611083984'),(266917,146,130,181,'34.00983875506637','-85.04207611083984'),(266918,146,130,182,'34.0192298538811','-85.04825592041015'),(266919,146,130,183,'34.03701317875355','-85.05237579345703'),(266920,146,130,184,'34.04341426329144','-85.06044387817383'),(266921,146,130,185,'34.051237154976164','-85.06319046020508'),(266922,146,130,186,'34.06901376987856','-85.08275985717773'),(266923,146,130,187,'34.08280585343833','-85.1052474975586'),(266924,146,130,188,'34.08707099157699','-85.11606216430664'),(266925,146,130,189,'34.10611931869012','-85.13236999511719'),(266926,146,130,190,'34.118910564357805','-85.14060974121094'),(266927,146,130,191,'34.14079331968436','-85.14095306396484'),(266928,146,130,192,'34.159971594281174','-85.14198303222656'),(266929,146,130,193,'34.17957155140627','-85.15022277832031'),(266930,146,130,194,'34.19874101783143','-85.16000747680664'),(266931,146,130,195,'34.220745031564135','-85.1601791381836'),(266932,146,130,196,'34.237066877218616','-85.16000747680664'),(266933,146,130,197,'34.243594729697406','-85.16447067260742'),(266934,146,130,198,'34.25508819589906','-85.1766586303711'),(266935,146,130,199,'34.264168342912114','-85.1909065246582'),(266936,146,130,200,'34.26757314534061','-85.20618438720703'),(269845,150,134,630,'34.85674236600328','-83.80190849304199'),(269844,150,134,629,'34.854136368263106','-83.80100727081299'),(269843,150,134,628,'34.85325594496614','-83.79993438720703'),(269840,150,134,625,'34.844239868225415','-83.79881858825683'),(269841,150,134,626,'34.84825496190447','-83.79881858825683'),(269842,150,134,627,'34.85005112460288','-83.79993438720703'),(269839,150,134,624,'34.84121080828018','-83.80208015441894'),(269836,150,134,621,'34.82437283890288','-83.81692886352539'),(269837,150,134,622,'34.82838890159833','-83.81083488464355'),(269838,150,134,623,'34.83282747988217','-83.80680084228515'),(269831,150,134,616,'34.80971607181287','-83.83872985839844'),(269832,150,134,617,'34.81486033031567','-83.83392333984375'),(269833,150,134,618,'34.816340126017856','-83.83212089538574'),(269835,150,134,620,'34.82331594774968','-83.82293701171875'),(269834,150,134,619,'34.81859500169377','-83.8308334350586'),(269830,150,134,615,'34.811407370318534','-83.84366512298584'),(269829,150,134,614,'34.80985701468082','-83.85048866271972'),(269828,150,134,613,'34.80763713651062','-83.85250568389892'),(269827,150,134,612,'34.80576957364307','-83.85546684265137'),(269826,150,134,611,'34.801259058619266','-83.86151790618896'),(269825,150,134,610,'34.80051902867966','-83.86332035064697'),(269824,150,134,609,'34.79974375209373','-83.86460781097412'),(269823,150,134,608,'34.80009615144572','-83.86859893798828'),(269822,150,134,607,'34.79946183152753','-83.87031555175781'),(269821,150,134,606,'34.79565580952441','-83.87447834014892'),(269820,150,134,605,'34.79530339119225','-83.87572288513183'),(269819,150,134,604,'34.794986213405366','-83.8872241973877'),(269818,150,134,603,'34.794774760869615','-83.89379024505615'),(269817,150,134,602,'34.79266020568755','-83.89460563659668'),(269816,150,134,601,'34.79184961182369','-83.89649391174316'),(269815,150,134,600,'34.7913209593588','-83.90366077423095'),(269814,150,134,599,'34.790263644261905','-83.90499114990234'),(269813,150,134,598,'34.78515309686226','-83.90705108642578'),(269812,150,134,597,'34.784166196057974','-83.90653610229492'),(269811,150,134,596,'34.78282681179427','-83.90700817108154'),(269810,150,134,595,'34.782721070005095','-83.90868186950683'),(269809,150,134,594,'34.781487405782876','-83.90966892242431'),(269808,150,134,593,'34.779090519695345','-83.9086389541626'),(269807,150,134,592,'34.774226036810205','-83.91069889068603'),(269806,150,134,591,'34.773732522523375','-83.91297340393066'),(269804,150,134,589,'34.772674981969835','-83.91602039337158'),(269805,150,134,590,'34.771864191700494','-83.91430377960205'),(269803,150,134,588,'34.772498723893285','-83.91679286956787'),(269802,150,134,587,'34.77010157667664','-83.91829490661621'),(269801,150,134,586,'34.76911449581965','-83.92056941986084'),(269800,150,134,585,'34.7689382301386','-83.92370223999023'),(269799,150,134,584,'34.76728131433604','-83.92387390136719'),(269798,150,134,583,'34.76671725030349','-83.92559051513672'),(269797,150,134,582,'34.76721080654278','-83.92610549926758'),(269796,150,134,581,'34.7658006380292','-83.93082618713379'),(269795,150,134,580,'34.764884015576115','-83.93194198608398'),(269794,150,134,579,'34.76565961985279','-83.93305778503418'),(269793,150,134,578,'34.76840943083678','-83.93923759460449'),(269792,150,134,577,'34.76481350573506','-83.9399242401123'),(269791,150,134,576,'34.76714029868929','-83.94035339355469'),(269790,150,134,575,'34.76714029868929','-83.94241333007812'),(269789,150,134,574,'34.76509554473797','-83.94498825073242'),(269788,150,134,573,'34.763050740134055','-83.94636154174804'),(269785,150,134,570,'34.76460197585046','-83.95219802856445'),(269786,150,134,571,'34.76417891445512','-83.95013809204101'),(269787,150,134,572,'34.76276869414469','-83.94842147827148'),(269784,150,134,569,'34.76276869414469','-83.95408630371094'),(269783,150,134,568,'34.76093537172535','-83.9571762084961'),(269782,150,134,567,'34.76164050055088','-83.95837783813476'),(269781,150,134,566,'34.75797376489216','-83.9626693725586'),(269780,150,134,565,'34.75881994911346','-83.9655876159668'),(269779,150,134,564,'34.75529412431289','-83.97314071655273'),(269778,150,134,563,'34.75289647745205','-83.97537231445312'),(269777,150,134,562,'34.748242023058864','-83.97743225097656'),(269776,150,134,561,'34.7469725808824','-83.97502899169922'),(269775,150,134,560,'34.74147143934439','-83.97468566894531'),(269774,150,134,559,'34.741330379616215','-83.97726058959961'),(269773,150,134,558,'34.7362520690049','-83.97863388061523'),(269772,150,134,557,'34.73385386938978','-83.97605895996094'),(269771,150,134,556,'34.72736427443369','-83.97846221923828'),(269770,150,134,555,'34.7225672898054','-83.98361206054687'),(269769,150,134,554,'34.71833442515831','-83.99356842041015'),(269768,150,134,553,'34.71198472189392','-83.9985466003418'),(269767,150,134,552,'34.70888024508579','-83.99682998657226'),(269766,150,134,551,'34.70690460826859','-84.00060653686523'),(269765,150,134,550,'34.70648125138334','-84.00575637817383'),(269764,150,134,549,'34.69744912172198','-84.01451110839844'),(269763,150,134,548,'34.69533207371177','-84.01674270629883'),(269762,150,134,547,'34.690674377459956','-84.01880264282226'),(269761,150,134,546,'34.688980604747144','-84.02257919311523'),(269760,150,134,545,'34.69279154461284','-84.02360916137695'),(269759,150,134,544,'34.69476751842919','-84.02755737304687'),(269758,150,134,543,'34.69914272113635','-84.02807235717773'),(269757,150,134,542,'34.70168305526638','-84.03287887573242'),(269756,150,134,541,'34.70097741472011','-84.03562545776367'),(269755,150,134,540,'34.701400799770035','-84.03905868530273'),(269754,150,134,539,'34.70408218810947','-84.04008865356445'),(269753,150,134,538,'34.70436443445848','-84.04300689697265'),(269752,150,134,537,'34.70238868979476','-84.04609680175781'),(269751,150,134,536,'34.703658816780525','-84.04729843139648'),(269750,150,134,535,'34.70238868979476','-84.04918670654297'),(269749,150,134,534,'34.70168305526638','-84.05141830444336'),(269746,150,134,531,'34.70422331140433','-84.05553817749023'),(269747,150,134,532,'34.70252981597828','-84.05399322509765'),(269748,150,134,533,'34.70295319308453','-84.05210494995117'),(269745,150,134,530,'34.704646679844586','-84.05845642089844'),(269744,150,134,529,'34.70521116772807','-84.06171798706054'),(269743,150,134,528,'34.703094318305176','-84.06394958496094'),(269742,150,134,527,'34.70408218810947','-84.06515121459961'),(269741,150,134,526,'34.70648125138334','-84.06566619873047'),(269740,150,134,525,'34.7063401319401','-84.06944274902344'),(269739,150,134,524,'34.70930358969353','-84.07201766967773'),(269738,150,134,523,'34.71113805795655','-84.07115936279297'),(269737,150,134,522,'34.710996946457705','-84.06806945800781'),(269736,150,134,521,'34.711420280232','-84.06532287597656'),(269735,150,134,520,'34.71424245002155','-84.06377792358398'),(269734,150,134,519,'34.71664121862505','-84.06652450561523'),(269733,150,134,518,'34.71974540411816','-84.0670394897461'),(269732,150,134,517,'34.72186182741278','-84.06944274902344'),(269731,150,134,516,'34.722708381561574','-84.08025741577148'),(269730,150,134,515,'34.72637668270619','-84.08060073852539'),(269728,150,134,513,'34.73145560017836','-84.08042907714844'),(269729,150,134,514,'34.72877509929091','-84.08283233642578'),(269727,150,134,512,'34.73709847578162','-84.07974243164062'),(269726,150,134,511,'34.73907339121123','-84.08008575439453'),(269725,150,134,510,'34.73907339121123','-84.08437728881836'),(269724,150,134,509,'34.74048401618949','-84.08729553222656'),(269723,150,134,508,'34.73738060944725','-84.08987045288086'),(269722,150,134,507,'34.73512351314973','-84.09399032592773'),(269721,150,134,506,'34.73427708614381','-84.09914016723633'),(269720,150,134,505,'34.73512351314973','-84.10429000854492'),(269719,150,134,504,'34.73371279665681','-84.10909652709961'),(269718,150,134,503,'34.73498244258411','-84.11407470703125'),(269717,150,134,502,'34.73709847578162','-84.11458969116211'),(269716,150,134,501,'34.73822700466421','-84.1171646118164'),(269715,150,134,500,'34.74020189312053','-84.11853790283203'),(269714,150,134,499,'34.741259849661795','-84.12076950073242'),(269713,150,134,498,'34.74401047326723','-84.12600517272949'),(269712,150,134,497,'34.74316413729675','-84.12772178649902'),(269711,150,134,496,'34.742811494750036','-84.13081169128418'),(269710,150,134,495,'34.74323466562546','-84.13338661193847'),(269709,150,134,494,'34.74217673437265','-84.13527488708496'),(269708,150,134,493,'34.74295255194936','-84.13939476013183'),(269707,150,134,492,'34.74379889008747','-84.1399097442627'),(269706,150,134,491,'34.745350487487904','-84.14162635803222'),(269705,150,134,490,'34.74795992648346','-84.1431713104248'),(269704,150,134,489,'34.74894726028228','-84.1446304321289'),(269703,150,134,488,'34.75148606442704','-84.14480209350586'),(269702,150,134,487,'34.752050232527566','-84.14651870727539'),(269701,150,134,486,'34.75395427141323','-84.14608955383301'),(269700,150,134,485,'34.75592878388801','-84.14694786071777'),(269699,150,134,484,'34.75804428057515','-84.14729118347168'),(269698,150,134,483,'34.75910200859339','-84.14875030517578'),(269697,150,134,482,'34.76135844974338','-84.14772033691406'),(269696,150,134,481,'34.76410840401177','-84.14600372314453'),(269693,150,134,478,'34.76629419974942','-84.15029525756836'),(269694,150,134,479,'34.76544809213646','-84.14849281311035'),(269695,150,134,480,'34.765307073357754','-84.14660453796387'),(269692,150,134,477,'34.765518601435474','-84.15407180786133'),(269691,150,134,476,'34.76481350573506','-84.15699005126953'),(269690,150,134,475,'34.766999282801606','-84.16196823120117'),(269689,150,134,474,'34.76481350573506','-84.1673755645752'),(269688,150,134,473,'34.766646742028385','-84.17037963867187'),(269687,150,134,472,'34.766999282801606','-84.1720962524414'),(269686,150,134,471,'34.770031071292664','-84.17261123657226'),(269685,150,134,470,'34.77031309246721','-84.17698860168457'),(269684,150,134,469,'34.771864191700494','-84.1783618927002'),(269683,150,134,468,'34.77137066328854','-84.1801643371582'),(269682,150,134,467,'34.771652679885364','-84.18188095092773'),(269679,150,134,464,'34.77098288889434','-84.18810367584228'),(269680,150,134,465,'34.77059511267803','-84.18570041656494'),(269681,150,134,466,'34.77098288889434','-84.18484210968017'),(269678,150,134,463,'34.76967854346921','-84.18848991394043'),(269677,150,134,462,'34.766646742028385','-84.19020652770996'),(269676,150,134,461,'34.76565961985279','-84.19119358062744'),(269675,150,134,460,'34.762134087145334','-84.19544219970703'),(269674,150,134,459,'34.75885520660115','-84.19604301452637'),(269673,150,134,458,'34.75836160040342','-84.19767379760742'),(269672,150,134,457,'34.75772695952736','-84.19900417327881'),(269671,150,134,456,'34.758185311760485','-84.20243740081787'),(269670,150,134,455,'34.75850263104674','-84.20329570770263'),(269669,150,134,454,'34.758150053986746','-84.20484066009521'),(269668,150,134,453,'34.7576917015579','-84.20612812042236'),(269667,150,134,452,'34.75807953839408','-84.2107629776001'),(269666,150,134,451,'34.75963086752108','-84.21531200408935'),(269665,150,134,450,'34.75971901034635','-84.216148853302'),(269664,150,134,449,'34.76044177796402','-84.21762943267822'),(269663,150,134,448,'34.75867891901213','-84.21874523162842'),(269662,150,134,447,'34.75807953839408','-84.22342300415039'),(269661,150,134,446,'34.756704472299894','-84.22462463378906'),(269660,150,134,445,'34.753284336811056','-84.22458171844482'),(269659,150,134,444,'34.749511445725425','-84.22621250152588'),(269658,150,134,443,'34.74069560785901','-84.22616958618164'),(269657,150,134,442,'34.73780380813945','-84.22797203063965'),(269656,150,134,441,'34.73681634115269','-84.22968864440918'),(269655,150,134,440,'34.734594497287','-84.231276512146'),(269654,150,134,439,'34.73448869370807','-84.23398017883301'),(269653,150,134,438,'34.73134979258081','-84.23925876617431'),(269651,150,134,436,'34.728351854362145','-84.23848628997803'),(267738,156,133,103,'34.97438393024654','-85.3516674041748'),(267736,156,133,101,'34.97072666846965','-85.35492897033691'),(267737,156,133,102,'34.971219001681796','-85.35192489624023'),(267735,156,133,100,'34.97037500007791','-85.35595893859863'),(267734,156,133,99,'34.96875730603074','-85.35484313964844'),(267733,156,133,98,'34.9674912623196','-85.3524398803711'),(267732,156,133,97,'34.96474810049312','-85.35475730895996'),(267731,156,133,96,'34.96172348227845','-85.35492897033691'),(267730,156,133,95,'34.962778594336086','-85.35922050476074'),(267729,156,133,94,'34.96847596467467','-85.35887718200683'),(267727,156,133,92,'34.97079700196684','-85.35999298095703'),(267728,156,133,93,'34.96910898136714','-85.3597354888916'),(267726,156,133,91,'34.969319985844336','-85.36153793334961'),(267725,156,133,90,'34.966858233127084','-85.36334037780762'),(267724,156,133,89,'34.96517013136762','-85.3652286529541'),(267723,156,133,88,'34.95919115790993','-85.3648853302002'),(267722,156,133,87,'34.95567391091509','-85.36660194396972'),(267720,156,133,85,'34.94870931655951','-85.36986351013183'),(267721,156,133,86,'34.951101264162865','-85.36840438842773'),(267719,156,133,84,'34.93935190990651','-85.37209510803222'),(267718,156,133,83,'34.93358214962205','-85.37552833557129'),(267717,156,133,82,'34.92907864007865','-85.3787899017334'),(267716,156,133,81,'34.924082269920014','-85.3799057006836'),(267715,156,133,80,'34.92330815718285','-85.38205146789551'),(267713,156,133,78,'34.92014125630595','-85.38591384887695'),(267714,156,133,79,'34.92309703425986','-85.38488388061523'),(267712,156,133,77,'34.91598891222606','-85.38737297058105'),(267711,156,133,76,'34.9133144099043','-85.38917541503906'),(267710,156,133,75,'34.910499050165036','-85.38951873779297'),(267709,156,133,74,'34.90895056115477','-85.3915786743164'),(267708,156,133,73,'34.90838746700097','-85.39320945739746'),(267707,156,133,72,'34.907613206233904','-85.39732933044433'),(267706,156,133,71,'34.907190879101776','-85.40041923522949'),(267705,156,133,70,'34.90500882098124','-85.40127754211426'),(267704,156,133,69,'34.90155964310935','-85.40016174316406'),(267702,156,133,67,'34.898955065865145','-85.39432525634765'),(267703,156,133,68,'34.898814275552986','-85.3996467590332'),(267701,156,133,66,'34.897758340519225','-85.39329528808594'),(267700,156,133,65,'34.897687944367654','-85.39243698120117'),(267699,156,133,64,'34.899659013806016','-85.39029121398926'),(267698,156,133,63,'34.900714924404646','-85.38857460021972'),(267697,156,133,62,'34.9018412140802','-85.38694381713867'),(267696,156,133,61,'34.902404353125746','-85.38531303405762'),(267694,156,133,59,'34.904375309375645','-85.38402557373047'),(267695,156,133,60,'34.90317866300826','-85.38479804992676'),(267693,156,133,58,'34.90465687069263','-85.38308143615722'),(267692,156,133,57,'34.90324905445376','-85.38222312927246'),(267691,156,133,56,'34.902404353125746','-85.38273811340332'),(267690,156,133,55,'34.901981999203606','-85.38213729858398'),(267689,156,133,54,'34.90247474523493','-85.38179397583008'),(267688,156,133,53,'34.904445699795396','-85.37896156311035'),(267687,156,133,52,'34.90726126710797','-85.37630081176758'),(267686,156,133,51,'34.91063982044504','-85.37355422973633'),(267685,156,133,50,'34.913595940567966','-85.37149429321289'),(267684,156,133,49,'34.91570738976938','-85.36994934082031'),(267683,156,133,48,'34.91556662817898','-85.3681468963623'),(267682,156,133,47,'34.915425866347185','-85.36643028259277'),(267681,156,133,46,'34.912821728919624','-85.36643028259277'),(267680,156,133,45,'34.91099174508907','-85.3681468963623'),(267679,156,133,44,'34.910287894292466','-85.36711692810058'),(267677,156,133,42,'34.91078059048369','-85.36222457885742'),(267678,156,133,43,'34.91056943533522','-85.36479949951172'),(267676,156,133,41,'34.91148443705626','-85.36025047302246'),(267675,156,133,40,'34.91148443705626','-85.35853385925293'),(267674,156,133,39,'34.91169558985137','-85.3472900390625'),(267673,156,133,38,'34.90880978797836','-85.3476333618164'),(267672,156,133,37,'34.903319445838896','-85.34883499145508'),(267671,156,133,36,'34.90289709662298','-85.3498649597168'),(267670,156,133,35,'34.899307040589754','-85.35115242004394'),(267668,156,133,33,'34.891211240327365','-85.35080909729004'),(267669,156,133,34,'34.89613921376891','-85.35063743591308'),(267667,156,133,32,'34.88769107831444','-85.35089492797851'),(267666,156,133,31,'34.88776148303266','-85.3487491607666'),(267665,156,133,30,'34.888324718606846','-85.34952163696289'),(267664,156,133,29,'34.89008480489195','-85.34883499145508'),(267663,156,133,28,'34.88853593095182','-85.34754753112793'),(267662,156,133,27,'34.88705743313571','-85.34626007080078'),(267661,156,133,26,'34.88783188769056','-85.3447151184082'),(267660,156,133,25,'34.88945117817278','-85.34359931945801'),(267659,156,133,24,'34.889380774902364','-85.34205436706543'),(267658,156,133,23,'34.88747986379776','-85.34042358398437'),(267657,156,133,22,'34.88684621699031','-85.3392219543457'),(267656,156,133,21,'34.88487484011935','-85.33733367919922'),(267655,156,133,20,'34.883748317816654','-85.33570289611816'),(267654,156,133,19,'34.88219932443605','-85.3337287902832'),(267653,156,133,18,'34.88241055252528','-85.3267765045166'),(267652,156,133,17,'34.88255137094983','-85.3249740600586'),(267651,156,133,16,'34.88283300707508','-85.32368659973144'),(267650,156,133,15,'34.88276259813425','-85.32145500183105'),(267649,156,133,14,'34.881565636911084','-85.31939506530762'),(267648,156,133,13,'34.880368658255485','-85.31827926635742'),(267647,156,133,12,'34.8786787763589','-85.31664848327637'),(267646,156,133,11,'34.87853795129926','-85.31536102294922'),(267645,156,133,10,'34.879171662167664','-85.31330108642578'),(267644,156,133,9,'34.877552169126154','-85.31184196472168'),(267643,156,133,8,'34.876918445772084','-85.31055450439453'),(267642,156,133,7,'34.87670720356837','-85.30875205993652'),(267641,156,133,6,'34.875228492942746','-85.30634880065918'),(267640,156,133,5,'34.87558056931384','-85.29948234558105'),(267639,156,133,4,'34.874876415063774','-85.29776573181152'),(267638,156,133,3,'34.87332725448289','-85.29622077941894'),(267636,156,133,1,'34.872411827691025','-85.29167175292969'),(267637,156,133,2,'34.87396100552163','-85.29484748840332'),(267635,156,133,0,'34.86987674645648','-85.29373168945312'),(267386,149,132,0,'34.87022884574652','-85.29420375823974'),(267387,149,132,1,'34.870017586353434','-85.2934741973877'),(267388,149,132,2,'34.87230620086684','-85.29158592224121'),(267389,149,132,3,'34.873784964056476','-85.29484748840332'),(267390,149,132,4,'34.87470037555883','-85.29587745666504'),(267391,149,132,5,'34.87617909568411','-85.29677867889404'),(267392,149,132,6,'34.87515807748758','-85.29798030853271'),(267393,149,132,7,'34.875228492942746','-85.29913902282715'),(267394,149,132,8,'34.87501724639631','-85.30600547790527'),(267395,149,132,9,'34.8751932852227','-85.3071641921997'),(267396,149,132,10,'34.876214302981964','-85.3082799911499'),(267397,149,132,11,'34.87695365275326','-85.31042575836181'),(267398,149,132,12,'34.877200101199286','-85.3114128112793'),(267399,149,132,13,'34.877446548906434','-85.31248569488525'),(267400,149,132,14,'34.87871398258613','-85.31317234039306'),(267401,149,132,15,'34.878573157586786','-85.31626224517822'),(267402,149,132,16,'34.87899563186097','-85.31707763671875'),(267403,149,132,17,'34.87987577962459','-85.31772136688232'),(267404,149,132,18,'34.88061509646257','-85.3187084197998'),(267405,149,132,19,'34.88149522688449','-85.31973838806152'),(267406,149,132,20,'34.88184727641426','-85.32046794891357'),(267407,149,132,21,'34.88244575715404','-85.32166957855224'),(267408,149,132,22,'34.882480961767705','-85.32351493835449'),(267409,149,132,23,'34.88255137094983','-85.32450199127197'),(267410,149,132,24,'34.88234014322252','-85.32536029815674'),(267411,149,132,25,'34.88226973385947','-85.3267765045166'),(267412,149,132,26,'34.88226973385947','-85.33415794372558'),(267413,149,132,27,'34.884311580898306','-85.33677577972412'),(267414,149,132,28,'34.88603655007003','-85.33819198608398'),(267415,149,132,29,'34.88667020312104','-85.33896446228027'),(267416,149,132,30,'34.88737425633585','-85.34050941467285'),(267417,149,132,31,'34.889239968180526','-85.3421401977539'),(267418,149,132,32,'34.889380774902364','-85.34329891204834'),(267419,149,132,33,'34.888324718606846','-85.3443717956543'),(267420,149,132,34,'34.88776148303266','-85.34467220306396'),(267421,149,132,35,'34.88705743313571','-85.34634590148926'),(267422,149,132,36,'34.88765587593268','-85.34698963165283'),(267423,149,132,37,'34.888395122782164','-85.34801959991455'),(267424,149,132,38,'34.88962718608494','-85.34870624542236'),(267425,149,132,39,'34.88843032484719','-85.3493070602417'),(267426,149,132,40,'34.887726280681086','-85.34892082214355'),(267427,149,132,41,'34.88755026869698','-85.34952163696289'),(267428,149,132,42,'34.88762067353586','-85.35037994384765'),(267429,149,132,43,'34.886951825130865','-85.35059452056885'),(267430,149,132,44,'34.889239968180526','-85.35123825073242'),(267431,149,132,45,'34.89004960353575','-85.3507661819458'),(267432,149,132,46,'34.89170405097403','-85.35093784332275'),(267433,149,132,47,'34.893147265148535','-85.3511095046997'),(267434,149,132,48,'34.896033617437475','-85.35072326660156'),(267435,149,132,49,'34.897159971307715','-85.35153865814209'),(267436,149,132,50,'34.899307040589754','-85.35119533538818'),(267437,149,132,51,'34.90082051471789','-85.35025119781494'),(267438,149,132,52,'34.902333960956234','-85.3498649597168'),(267439,149,132,53,'34.90321385873854','-85.34887790679931'),(267440,149,132,54,'34.91166039775657','-85.34703254699707'),(267441,149,132,55,'34.91148443705626','-85.3579330444336'),(267442,149,132,56,'34.91127328371808','-85.36067962646484'),(267443,149,132,57,'34.91056943533522','-85.36222457885742'),(267444,149,132,58,'34.910675012977336','-85.36462783813476'),(267445,149,132,59,'34.91014712340905','-85.36647319793701'),(267446,149,132,60,'34.910463857557325','-85.36776065826416'),(267447,149,132,61,'34.91106212983682','-85.36827564239502'),(267448,149,132,62,'34.91232904497807','-85.3669023513794'),(267449,149,132,63,'34.914370144914585','-85.3661298751831'),(267450,149,132,64,'34.915285104274','-85.36655902862549'),(267451,149,132,65,'34.915496247293255','-85.36741733551025'),(267452,149,132,66,'34.915496247293255','-85.36964893341064'),(267453,149,132,67,'34.911801166045244','-85.3723955154419'),(267454,149,132,68,'34.908704207937674','-85.37518501281738'),(267455,149,132,69,'34.90701490882227','-85.37638664245605'),(267456,149,132,70,'34.90476245593759','-85.37848949432373'),(267457,149,132,71,'34.90388257474793','-85.37981986999512'),(267458,149,132,72,'34.90303787993629','-85.38093566894531'),(267459,149,132,73,'34.90201719544674','-85.38200855255127'),(267460,149,132,74,'34.902333960956234','-85.3826093673706'),(267461,149,132,75,'34.90423452835513','-85.38248062133789'),(267462,149,132,76,'34.904445699795396','-85.3837251663208'),(267463,149,132,77,'34.90222837258882','-85.38514137268066'),(267464,149,132,78,'34.901735625079254','-85.38655757904053'),(267465,149,132,79,'34.89951822470051','-85.39041996002197'),(267466,149,132,80,'34.89754715188348','-85.39247989654541'),(267467,149,132,81,'34.89754715188348','-85.39338111877441'),(267468,149,132,82,'34.89884947315366','-85.39368152618408'),(267469,149,132,83,'34.89870868266049','-85.39968967437744'),(267470,149,132,84,'34.902404353125746','-85.40003299713135'),(267471,149,132,85,'34.904727260871034','-85.40140628814697'),(267472,149,132,86,'34.906592578612845','-85.40059089660644'),(267473,149,132,87,'34.908000337530076','-85.39458274841308'),(267474,149,132,88,'34.90880978797836','-85.39140701293945'),(267475,149,132,89,'34.910956552692525','-85.38913249969482'),(267476,149,132,90,'34.9127161540382','-85.3892183303833'),(267477,149,132,91,'34.91553143774366','-85.38745880126953'),(267478,149,132,92,'34.91817067852697','-85.38642883300781'),(267479,149,132,93,'34.92204141149741','-85.38604259490967'),(267480,149,132,94,'34.92299147259469','-85.38454055786133'),(267481,149,132,95,'34.92313222145142','-85.38132190704345'),(267482,149,132,96,'34.9242933903082','-85.37939071655273'),(267483,149,132,97,'34.9290082707804','-85.37861824035644'),(267484,149,132,98,'34.93196372933899','-85.37647247314453'),(267485,149,132,99,'34.93664298763606','-85.37411212921142'),(267486,149,132,100,'34.93942227033175','-85.37222385406494'),(267487,149,132,101,'34.94972942039614','-85.36947727203369'),(267488,149,132,102,'34.950643985458065','-85.36849021911621'),(267489,149,132,103,'34.95183993975919','-85.36801815032959'),(267490,149,132,104,'34.95412627441817','-85.36694526672363'),(267491,149,132,105,'34.95539252463467','-85.3666877746582'),(267492,149,132,106,'34.95781944953704','-85.36565780639648'),(267493,149,132,107,'34.9590152991452','-85.36501407623291'),(267494,149,132,108,'34.96358750437946','-85.36509990692138'),(267495,149,132,109,'34.96492394695503','-85.36514282226562'),(267496,149,132,110,'34.966154861620936','-85.36437034606933'),(267497,149,132,111,'34.96671755930892','-85.36334037780762'),(267498,149,132,112,'34.96844079693721','-85.36278247833252'),(267499,149,132,113,'34.96981232751086','-85.36110877990722'),(267500,149,132,114,'34.97104316873144','-85.36020755767822'),(267501,149,132,115,'34.96917931625326','-85.35986423492431'),(267502,149,132,116,'34.96822979019551','-85.35926342010498'),(267503,149,132,117,'34.962778594336086','-85.35930633544922'),(267504,149,132,118,'34.96225104000553','-85.35840511322021'),(267505,149,132,119,'34.96179382350497','-85.35711765289306'),(267506,149,132,120,'34.961547628948','-85.35488605499267'),(267507,149,132,121,'34.96274342415307','-85.35540103912353'),(267508,149,132,122,'34.964150219699754','-85.35518646240234'),(267509,149,132,123,'34.96587351132771','-85.35510063171387'),(267510,149,132,124,'34.96629553640525','-85.35419940948486'),(267511,149,132,125,'34.96791327906391','-85.35381317138672'),(267512,149,132,126,'34.96847596467467','-85.35475730895996'),(267513,149,132,127,'34.97016399831817','-85.35587310791015'),(267514,149,132,128,'34.970691501698425','-85.35484313964844'),(267515,149,132,129,'34.97072666846965','-85.35359859466553'),(267516,149,132,130,'34.97102558541564','-85.35250425338745'),(267517,149,132,131,'34.97130691801544','-85.35201072692871'),(267518,149,132,132,'34.9708145853317','-85.3512167930603'),(267519,149,132,133,'34.97072666846965','-85.34984350204468'),(267520,149,132,134,'34.97046291731737','-85.34943580627441'),(267521,149,132,135,'34.97097283544562','-85.3489637374878'),(267522,149,132,136,'34.97174649826829','-85.3488564491272'),(267523,149,132,137,'34.97243223875234','-85.34926414489746'),(267524,149,132,138,'34.97257290275743','-85.34950017929077'),(267525,149,132,139,'34.972928957440736','-85.34946262836456'),(267526,149,132,140,'34.973012476216404','-85.34974157810211'),(267527,149,132,141,'34.97284983431153','-85.35009562969208'),(267528,149,132,142,'34.972928957440736','-85.35039067268371'),(267529,149,132,143,'34.9731135777783','-85.35047650337219'),(267530,149,132,144,'34.97353116986384','-85.35054087638855'),(269652,150,134,437,'34.73008009084495','-84.23964500427246'),(269650,150,134,435,'34.72687048004482','-84.23891544342041'),(269649,150,134,434,'34.72390765176744','-84.23728466033935'),(269648,150,134,433,'34.72299056435158','-84.23556804656982'),(269647,150,134,432,'34.721473820531045','-84.23496723175049'),(269646,150,134,431,'34.72090944363433','-84.23432350158691'),(269645,150,134,430,'34.71903991764788','-84.23179149627685'),(269644,150,134,429,'34.71762892664953','-84.23033237457275'),(269643,150,134,428,'34.716112084473316','-84.23011779785156'),(269642,150,134,427,'34.71237277330207','-84.23513889312744'),(269641,150,134,426,'34.71053833242381','-84.23569679260254'),(269640,150,134,425,'34.70912719637028','-84.23496723175049'),(269639,150,134,424,'34.70806882853154','-84.23346519470215'),(269636,150,134,421,'34.701930028035854','-84.23320770263672'),(269638,150,134,423,'34.7058814920871','-84.23174858093262'),(269637,150,134,422,'34.70256509748656','-84.23367977142334'),(269635,150,134,420,'34.700659874510954','-84.23333644866943'),(269634,150,134,419,'34.70058930985454','-84.23505306243896'),(269632,150,134,417,'34.69956611557402','-84.23762798309326'),(269633,150,134,418,'34.70027176815597','-84.23625469207763'),(269630,150,134,415,'34.699601398346054','-84.2431640625'),(269631,150,134,416,'34.699848377328934','-84.24179077148437'),(269629,150,134,414,'34.6977666742524','-84.24672603607178'),(269628,150,134,413,'34.69586134079157','-84.24844264984131'),(269627,150,134,412,'34.69540264285131','-84.25050258636474'),(269626,150,134,411,'34.69360311099632','-84.25282001495361'),(269625,150,134,410,'34.69116838797273','-84.25402164459228'),(269624,150,134,409,'34.69081552362158','-84.25676822662353'),(269623,150,134,408,'34.688274855888025','-84.26011562347412'),(269620,150,134,405,'34.68838071860046','-84.26419258117676'),(269621,150,134,406,'34.68838071860046','-84.26299095153808'),(269622,150,134,407,'34.687957266938426','-84.26161766052246'),(269619,150,134,404,'34.687251509354866','-84.26599502563476'),(269618,150,134,403,'34.68146407022242','-84.27067279815674'),(269615,150,134,400,'34.67549976155033','-84.27543640136719'),(269617,150,134,402,'34.67973481784358','-84.27316188812256'),(269616,150,134,401,'34.67729968693784','-84.27419185638428'),(269614,150,134,399,'34.6720762660951','-84.27670240402221'),(269613,150,134,398,'34.67115860409054','-84.27743196487427'),(269612,150,134,397,'34.67057623639159','-84.27901983261108'),(269611,150,134,396,'34.67075271188424','-84.28056478500366'),(269608,150,134,393,'34.67699970208981','-84.28492069244385'),(269609,150,134,394,'34.6756232870918','-84.28550004959106'),(269610,150,134,395,'34.67377038462509','-84.28440570831299'),(269607,150,134,392,'34.678781949060436','-84.28605794906616'),(269606,150,134,391,'34.67961129843467','-84.28779602050781'),(269605,150,134,390,'34.679470133170305','-84.28833246231079'),(269604,150,134,389,'34.67922309337863','-84.28869724273681'),(269602,150,134,387,'34.680123020500666','-84.29082155227661'),(269603,150,134,388,'34.680193602606444','-84.29026365280151'),(269601,150,134,386,'34.680405348562765','-84.29137945175171'),(269600,150,134,385,'34.68174639371215','-84.29131507873535'),(269599,150,134,384,'34.68231103780372','-84.29045677185058'),(269598,150,134,383,'34.682487488292686','-84.28921222686767'),(269597,150,134,382,'34.684428418853614','-84.28989887237549'),(269596,150,134,381,'34.686334015501224','-84.29178714752197'),(269594,150,134,379,'34.68612228470637','-84.29728031158447'),(269595,150,134,380,'34.68672218721871','-84.29376125335693'),(269593,150,134,378,'34.686616322385355','-84.29822444915771'),(269592,150,134,377,'34.688274855888025','-84.29942607879638'),(269591,150,134,376,'34.688910030131986','-84.29968357086181'),(269590,150,134,375,'34.68926290260606','-84.30105686187744'),(269589,150,134,374,'34.68933347692037','-84.30307388305664'),(269588,150,134,373,'34.690991955985204','-84.3061637878418'),(269587,150,134,372,'34.69155653702154','-84.3085241317749'),(269586,150,134,371,'34.691062528825334','-84.30951118469238'),(269585,150,134,370,'34.68905117930213','-84.31122779846191'),(269584,150,134,369,'34.68823956828712','-84.31358814239502'),(269583,150,134,368,'34.681675812929946','-84.31753635406494'),(269582,150,134,367,'34.679946564973044','-84.31998252868652'),(269581,150,134,366,'34.67987598265671','-84.32088375091553'),(269580,150,134,365,'34.680511221337866','-84.32229995727539'),(269579,150,134,364,'34.67980540028023','-84.32474613189697'),(269578,150,134,363,'34.678640782382274','-84.32654857635498'),(269577,150,134,362,'34.67849961546349','-84.32796478271484'),(269576,150,134,361,'34.67902899016815','-84.33041095733642'),(269575,150,134,360,'34.67846432369618','-84.33208465576172'),(269574,150,134,359,'34.67486448442685','-84.33581829071045'),(269573,150,134,358,'34.67504095078327','-84.33903694152832'),(269572,150,134,357,'34.675429175443895','-84.34019565582275'),(269571,150,134,356,'34.675358589277316','-84.34161186218262'),(269570,150,134,355,'34.67401744068235','-84.34397220611572'),(269569,150,134,354,'34.6727115646044','-84.34547424316406'),(269568,150,134,353,'34.670064455336835','-84.35422897338867'),(269567,150,134,352,'34.6710527193589','-84.35736179351806'),(269566,150,134,351,'34.671405667938','-84.36083793640137'),(269565,150,134,350,'34.67034681768908','-84.3663740158081'),(269564,150,134,349,'34.67115860409054','-84.36731815338135'),(269563,150,134,348,'34.67274685882317','-84.36779022216797'),(269562,150,134,347,'34.674546844037806','-84.36899185180664'),(269561,150,134,346,'34.67871136575145','-84.37448501586914'),(269560,150,134,345,'34.67938190475789','-84.3784761428833'),(269558,150,134,343,'34.678358448304046','-84.38117980957031'),(269559,150,134,344,'34.67931132196025','-84.38010692596435'),(269557,150,134,342,'34.675605640597155','-84.38255310058594'),(269556,150,134,341,'34.67433508310168','-84.38336849212646'),(269555,150,134,340,'34.67267627037061','-84.38336849212646'),(269554,150,134,339,'34.6713350783425','-84.38392639160156'),(269553,150,134,338,'34.669958569206614','-84.38384056091308'),(269552,150,134,337,'34.666393657174545','-84.38225269317627'),(269551,150,134,336,'34.66498176841823','-84.38203811645508'),(269550,150,134,335,'34.66339336480814','-84.38259601593017'),(269549,150,134,334,'34.661593137238995','-84.38405513763428'),(269548,150,134,333,'34.66035766431594','-84.38581466674804'),(269547,150,134,332,'34.65972227106875','-84.3940544128418'),(269546,150,134,331,'34.654744855417576','-84.40611362457275'),(269545,150,134,330,'34.65213247511267','-84.40980434417724'),(269544,150,134,329,'34.65266201831404','-84.41298007965088'),(269543,150,134,328,'34.65185005068872','-84.4183874130249'),(269542,150,134,327,'34.65220308106831','-84.42473888397217'),(269541,150,134,326,'34.651002771643505','-84.43143367767334'),(269540,150,134,325,'34.6542153255224','-84.43735599517822'),(269539,150,134,324,'34.65559209621326','-84.43825721740722'),(269538,150,134,323,'34.65961637172055','-84.4452953338623'),(269537,150,134,322,'34.6678055218704','-84.45344924926758'),(269536,150,134,321,'34.672888035547785','-84.45731163024902'),(269535,150,134,320,'34.674370376628644','-84.4579553604126'),(269534,150,134,319,'34.68294625780424','-84.45761203765869'),(269532,150,134,317,'34.688874742801836','-84.4674825668335'),(269533,150,134,318,'34.68432255108715','-84.45842742919922'),(269531,150,134,316,'34.688980604747144','-84.46842670440674'),(269530,150,134,315,'34.6881689930402','-84.47057247161865'),(269529,150,134,314,'34.68774554029512','-84.47306156158447'),(269528,150,134,313,'34.68612228470637','-84.47426319122314'),(269527,150,134,312,'34.68580468749878','-84.47567939758301'),(269526,150,134,311,'34.686757475466415','-84.47761058807373'),(269525,150,134,310,'34.69049794441944','-84.47748184204101'),(269523,150,134,308,'34.69547321193068','-84.48297500610351'),(269524,150,134,309,'34.69176825391737','-84.47799682617187'),(269522,150,134,307,'34.69593190947981','-84.48233127593994'),(269521,150,134,306,'34.69656702496602','-84.48224544525146'),(269520,150,134,305,'34.699848377328934','-84.48155879974365'),(269518,150,134,303,'34.703094318305176','-84.48443412780762'),(269519,150,134,304,'34.70076572138273','-84.48211669921875'),(269517,150,134,302,'34.703235443285095','-84.48623657226562'),(269516,150,134,301,'34.705634531113056','-84.48872566223144'),(269515,150,134,300,'34.70838634030503','-84.48949813842773'),(269514,150,134,299,'34.708598014143604','-84.49061393737793'),(269513,150,134,298,'34.70810410767766','-84.49456214904785'),(269512,150,134,297,'34.71092639061799','-84.49808120727539'),(269511,150,134,296,'34.71297248553345','-84.49936866760254'),(269510,150,134,295,'34.71593570567036','-84.50220108032226'),(269509,150,134,294,'34.71974540411816','-84.50297355651855'),(269507,150,134,292,'34.732795818022566','-84.51189994812012'),(269508,150,134,293,'34.726588310498215','-84.50846672058105'),(269506,150,134,291,'34.73434762205878','-84.51361656188965'),(269505,150,134,290,'34.735194048342194','-84.51567649841308'),(269504,150,134,289,'34.73639313740308','-84.51713562011719'),(269502,150,134,287,'34.73935551813357','-84.51979637145996'),(269503,150,134,288,'34.73829753720761','-84.5181655883789'),(269501,150,134,286,'34.74069560785901','-84.52657699584961'),(269500,150,134,285,'34.74175355807823','-84.5273494720459'),(269499,150,134,284,'34.7474662551582','-84.5284652709961'),(269498,150,134,283,'34.74965249148406','-84.53129768371582'),(269497,150,134,282,'34.750075627314736','-84.53601837158203'),(269496,150,134,281,'34.74926461506825','-84.54149007797241'),(269495,150,134,280,'34.74958196863487','-84.54470872879028'),(269494,150,134,279,'34.748065712812135','-84.54972982406616'),(269493,150,134,278,'34.748136236955986','-84.55108165740967'),(269492,150,134,277,'34.74864753519809','-84.55170392990112'),(269491,150,134,276,'34.749705383581436','-84.55275535583496'),(269490,150,134,275,'34.75005799669841','-84.55342054367065'),(269489,150,134,274,'34.75056928304393','-84.55623149871826'),(269488,150,134,273,'34.75226179457162','-84.55820560455322'),(269487,150,134,272,'34.75483575603053','-84.55835580825805'),(269486,150,134,271,'34.75555856639534','-84.55889225006103'),(269485,150,134,270,'34.75589352515072','-84.55970764160156'),(269483,150,134,268,'34.75906675121109','-84.56603765487671'),(269484,150,134,269,'34.75867891901213','-84.56275463104248'),(269482,150,134,267,'34.75966612466248','-84.56723928451538'),(269481,150,134,266,'34.760159723061164','-84.5703935623169'),(269480,150,134,265,'34.760847230198664','-84.57228183746338'),(269479,150,134,264,'34.76453146576847','-84.57550048828125'),(269478,150,134,263,'34.76571250169717','-84.57610130310058'),(269477,150,134,262,'34.76844468422897','-84.5771312713623'),(269476,150,134,261,'34.76974904915438','-84.57783937454223'),(269475,150,134,260,'34.7700486976443','-84.5785903930664'),(269474,150,134,259,'34.76999581857807','-84.57910537719726'),(269473,150,134,258,'34.76733419514145','-84.58526372909546'),(269472,150,134,257,'34.767351822069074','-84.58595037460327'),(269471,150,134,256,'34.76754571802433','-84.58629369735718'),(269470,150,134,255,'34.77026021357039','-84.58882570266723'),(269469,150,134,254,'34.77119440242613','-84.59088563919067'),(269468,150,134,253,'34.77131778506936','-84.5926022529602'),(269467,150,134,252,'34.76973142273875','-84.59537029266357'),(269466,150,134,251,'34.76863857761688','-84.59609985351562'),(269465,150,134,250,'34.76809214962944','-84.59745168685913'),(269464,150,134,249,'34.76810977639516','-84.59863185882568'),(269462,150,134,247,'34.769396520126286','-84.60013389587402'),(269463,150,134,248,'34.768462310919425','-84.5993185043335'),(269461,150,134,246,'34.77094763658632','-84.6026873588562'),(269460,150,134,245,'34.77161742786346','-84.60339546203613'),(269458,150,134,243,'34.77353864110315','-84.60290193557739'),(269459,150,134,244,'34.772093328888495','-84.60352420806885'),(269457,150,134,242,'34.774825300190436','-84.60309505462646'),(269456,150,134,241,'34.77568893681803','-84.60363149642944'),(269455,150,134,240,'34.77644681457498','-84.60440397262573'),(269454,150,134,239,'34.77736330860976','-84.60678577423095'),(269453,150,134,238,'34.77762767999715','-84.6073865890503'),(269452,150,134,237,'34.777380933395264','-84.60961818695068'),(269451,150,134,236,'34.77773342831491','-84.61073398590088'),(269450,150,134,235,'34.77776867772405','-84.61172103881836'),(269449,150,134,234,'34.778068297093675','-84.61238622665405'),(269448,150,134,233,'34.77829741705393','-84.61268663406372'),(269447,150,134,232,'34.77891427532281','-84.6127724647522'),(269446,150,134,231,'34.77976024487739','-84.61431741714477'),(269445,150,134,230,'34.780817694621916','-84.61622714996338'),(269443,150,134,228,'34.78210424020014','-84.61865186691284'),(269444,150,134,229,'34.78146978187462','-84.61687088012695'),(269442,150,134,227,'34.78196324988282','-84.61940288543701'),(269441,150,134,226,'34.78212186397286','-84.62011098861694'),(269440,150,134,225,'34.78256245706721','-84.62021827697754'),(269439,150,134,224,'34.78330264816812','-84.62008953094482'),(269438,150,134,223,'34.78578752685825','-84.62313652038574'),(269437,150,134,222,'34.78580514984405','-84.62399482727051'),(269435,150,134,220,'34.78494161911252','-84.62755680084228'),(269436,150,134,221,'34.7847125176051','-84.62637662887573'),(269434,150,134,219,'34.784783010444386','-84.62792158126831'),(269433,150,134,218,'34.78277394091662','-84.6311616897583'),(269432,150,134,217,'34.78240384382435','-84.63332891464233'),(269431,150,134,216,'34.78217473526844','-84.6338438987732'),(269430,150,134,215,'34.78101155893816','-84.63476657867431'),(269429,150,134,214,'34.78053570934868','-84.63646173477173'),(269428,150,134,213,'34.78064145393911','-84.6369981765747'),(269427,150,134,212,'34.78115255088199','-84.63757753372192'),(269426,150,134,211,'34.78117017485803','-84.63802814483642'),(269425,150,134,210,'34.78090581482215','-84.63854312896728'),(269424,150,134,209,'34.77981311768652','-84.63916540145874'),(269423,150,134,208,'34.77954875330198','-84.63965892791748'),(269422,150,134,207,'34.77958400193554','-84.64047431945801'),(269421,150,134,206,'34.778949524227436','-84.64154720306396'),(269419,150,134,204,'34.779354885548265','-84.64292049407959'),(269420,150,134,205,'34.77931963681682','-84.64240550994873'),(269418,150,134,203,'34.778579409977674','-84.6441650390625'),(269417,150,134,202,'34.77884377746835','-84.64510917663574'),(269416,150,134,201,'34.77910814411191','-84.64530229568481'),(269415,150,134,200,'34.77931963681682','-84.64570999145508'),(269414,150,134,199,'34.77914339293371','-84.64678287506103'),(269413,150,134,198,'34.77854416091491','-84.64757680892944'),(269412,150,134,197,'34.77764530472619','-84.64749097824096'),(269410,150,134,195,'34.77639393960853','-84.65002298355102'),(269411,150,134,196,'34.776182439403875','-84.64927196502685'),(269408,150,134,193,'34.77649968950756','-84.65163230895996'),(269409,150,134,194,'34.77665831410195','-84.65092420578003'),(269407,150,134,192,'34.77586518808038','-84.6526837348938'),(269406,150,134,191,'34.7755831858799','-84.65322017669678'),(269405,150,134,190,'34.775918063385674','-84.65437889099121'),(269404,150,134,189,'34.77590043828766','-84.65461492538452'),(269403,150,134,188,'34.77540693401517','-84.6554946899414'),(269402,150,134,187,'34.775001553297564','-84.65673923492431'),(269401,150,134,186,'34.773591517899284','-84.65734004974365'),(269400,150,134,185,'34.77341526178038','-84.6580696105957'),(269399,150,134,184,'34.774367040350036','-84.66188907623291'),(269398,150,134,183,'34.77479004952384','-84.66201782226562'),(269397,150,134,182,'34.77570656196121','-84.66313362121582'),(269396,150,134,181,'34.77620006444164','-84.66433525085449'),(269395,150,134,180,'34.77556556071036','-84.6675968170166'),(269394,150,134,179,'34.774578545207994','-84.66897010803222'),(269393,150,134,178,'34.773767773641744','-84.67472076416015'),(269392,150,134,177,'34.77182893976895','-84.67729568481445'),(269391,150,134,176,'34.77133541114619','-84.67974185943603'),(269390,150,134,175,'34.77151167170742','-84.6809434890747'),(269389,150,134,174,'34.771899443616974','-84.68283176422119'),(269388,150,134,173,'34.770242587263915','-84.68626499176025'),(269387,150,134,172,'34.768197910167395','-84.6857500076294'),(269386,150,134,171,'34.766329454045085','-84.68652248382568'),(269385,150,134,170,'34.76565961985279','-84.6877670288086'),(269384,150,134,169,'34.76442570053258','-84.68823909759521'),(269383,150,134,168,'34.7605828050541','-84.69175815582275'),(269382,150,134,167,'34.75924303797201','-84.69180107116699'),(269381,150,134,166,'34.75850263104674','-84.69115734100342'),(269380,150,134,165,'34.756845505773704','-84.69089984893799'),(269379,150,134,164,'34.75575249005088','-84.69025611877441'),(269378,150,134,163,'34.75554093694952','-84.68944072723388'),(269377,150,134,162,'34.75420108805454','-84.68926906585693'),(269376,150,134,161,'34.75434212580409','-84.69145774841308'),(269375,150,134,160,'34.75458894128615','-84.69223022460937'),(269374,150,134,159,'34.75314329725491','-84.69441890716553'),(269373,150,134,158,'34.75176814895906','-84.69484806060791'),(269372,150,134,157,'34.75109819662234','-84.6956205368042'),(269371,150,134,156,'34.751450803792814','-84.69639301300049'),(269370,150,134,155,'34.75247335607374','-84.69712257385254'),(269369,150,134,154,'34.75222653426861','-84.6979808807373'),(269368,150,134,153,'34.752050232527566','-84.69845294952392'),(269367,150,134,152,'34.75138028247915','-84.69939708709717'),(269366,150,134,151,'34.75130976110527','-84.70012664794922'),(269365,150,134,150,'34.75095715333265','-84.70064163208008'),(269364,150,134,149,'34.75095715333265','-84.70124244689941'),(269363,150,134,148,'34.75130976110527','-84.7016716003418'),(269362,150,134,147,'34.752050232527566','-84.70240116119385'),(269361,150,134,146,'34.75169762791637','-84.70321655273437'),(269360,150,134,145,'34.75155658565039','-84.70390319824219'),(269359,150,134,144,'34.75095715333265','-84.70450401306152'),(269358,150,134,143,'34.75078084888178','-84.70531940460205'),(269357,150,134,142,'34.750251933271024','-84.70583438873291'),(269356,150,134,141,'34.74919409188787','-84.7051477432251'),(269355,150,134,140,'34.748806213319334','-84.70592021942138'),(269354,150,134,139,'34.74820676103965','-84.70656394958496'),(269353,150,134,138,'34.746761005289535','-84.7066068649292'),(269352,150,134,137,'34.74549154035192','-84.70712184906006'),(269351,150,134,136,'34.744081000873386','-84.70690727233887'),(269350,150,134,135,'34.74355204235952','-84.70759391784668'),(269349,150,134,134,'34.74365783433324','-84.70849514007568'),(269348,150,134,133,'34.74337572210223','-84.70931053161621'),(269347,150,134,132,'34.74291728767209','-84.71034049987793'),(269346,150,134,131,'34.742846759072464','-84.71124172210693'),(269345,150,134,130,'34.74231779265578','-84.71205711364746'),(269344,150,134,129,'34.742388321707004','-84.71317291259765'),(269343,150,134,128,'34.74323466562546','-84.71415996551513'),(269342,150,134,127,'34.74492732745074','-84.71514701843262'),(269341,150,134,126,'34.74492732745074','-84.715576171875'),(269340,150,134,125,'34.74379889008747','-84.71634864807129'),(269339,150,134,124,'34.74365783433324','-84.71716403961181'),(269338,150,134,123,'34.743869417874286','-84.7181510925293'),(269337,150,134,122,'34.74312887310982','-84.71862316131592'),(269336,150,134,121,'34.74111878957236','-84.71806526184082'),(269335,150,134,120,'34.74083666867096','-84.7187089920044'),(269334,150,134,119,'34.74094246412189','-84.71926689147949'),(269333,150,134,118,'34.74305834469079','-84.71973896026611'),(269332,150,134,117,'34.74422205590507','-84.71986770629883'),(269331,150,134,116,'34.7461262752594','-84.72076892852783'),(269330,150,134,115,'34.74630258964589','-84.7219705581665'),(269329,150,134,114,'34.746761005289535','-84.72270011901855'),(269328,150,134,113,'34.74944092275581','-84.72415924072265'),(269327,150,134,112,'34.74989932098207','-84.72518920898437'),(269326,150,134,111,'34.74993458227869','-84.72634792327881'),(269325,150,134,110,'34.75021667210987','-84.72686290740967'),(269324,150,134,109,'34.7506398050501','-84.72699165344238'),(269323,150,134,108,'34.751521325046234','-84.72677707672119'),(269322,150,134,107,'34.752050232527566','-84.7271203994751'),(269321,150,134,106,'34.752120753269146','-84.7282361984253'),(269320,150,134,105,'34.75261439677405','-84.72918033599853'),(269319,150,134,104,'34.7534606359175','-84.72965240478515'),(269318,150,134,103,'34.75458894128615','-84.72939491271972'),(269317,150,134,102,'34.75522360628119','-84.72952365875244'),(269316,150,134,101,'34.759031493813744','-84.73231315612793'),(269315,150,134,100,'34.75910200859339','-84.73312854766845'),(269314,150,134,99,'34.75867891901213','-84.73600387573242'),(269313,150,134,98,'34.75853788866992','-84.73763465881347'),(269312,150,134,97,'34.75857314627807','-84.73935127258301'),(269311,150,134,96,'34.7591725233128','-84.74244117736816'),(269310,150,134,95,'34.758996236401316','-84.74484443664551'),(269309,150,134,94,'34.75959561036463','-84.74583148956299'),(269308,150,134,93,'34.761252680442134','-84.7465181350708'),(269307,150,134,92,'34.76255715902026','-84.74767684936523'),(269306,150,134,91,'34.763826361636056','-84.74784851074219'),(269305,150,134,90,'34.76431993516115','-84.74849224090576'),(269304,150,134,89,'34.76625894543872','-84.75857734680176'),(269303,150,134,88,'34.76615318241621','-84.76964950561523'),(269302,150,134,87,'34.76611792804529','-84.77531433105469'),(269301,150,134,86,'34.765130799545574','-84.78046417236328'),(269300,150,134,85,'34.76424942483825','-84.78235244750976'),(269299,150,134,84,'34.76329752958427','-84.791579246521'),(269298,150,134,83,'34.76142896253561','-84.79591369628906'),(269297,150,134,82,'34.76146421890912','-84.81554746627807'),(269296,150,134,81,'34.760794345237514','-84.81548309326172'),(269295,150,134,80,'34.75832634270494','-84.82097625732422'),(269294,150,134,79,'34.75374271370496','-84.82904434204101'),(269293,150,134,78,'34.753178557166535','-84.83153343200683'),(269292,150,134,77,'34.75240283563327','-84.83299255371094'),(269291,150,134,76,'34.74274096606007','-84.84063148498535'),(269290,150,134,75,'34.74069560785901','-84.8422622680664'),(269289,150,134,74,'34.73709847578162','-84.84415054321289'),(269288,150,134,73,'34.73498244258411','-84.84758377075195'),(269287,150,134,72,'34.734136014133284','-84.85093116760254'),(269286,150,134,71,'34.735899396955816','-84.85685348510742'),(269285,150,134,70,'34.737310076121155','-84.85818386077881'),(269284,150,134,69,'34.73812120573621','-84.85779762268066'),(269283,150,134,68,'34.738332803456736','-84.85826969146728'),(269282,150,134,67,'34.7383680696908','-84.85968589782715'),(269281,150,134,66,'34.73854440063536','-84.86101627349853'),(269280,150,134,65,'34.73924972065057','-84.86384868621826'),(269279,150,134,64,'34.740131362202774','-84.8647928237915'),(269278,150,134,63,'34.74259990849949','-84.8638916015625'),(269277,150,134,62,'34.74316413729675','-84.86406326293945'),(269276,150,134,61,'34.74492732745074','-84.86509323120117'),(269275,150,134,60,'34.74690205574499','-84.86547946929931'),(269274,150,134,59,'34.748242023058864','-84.86620903015137'),(269273,150,134,58,'34.748982521985376','-84.86698150634765'),(269272,150,134,57,'34.74989932098207','-84.86934185028076'),(269271,150,134,56,'34.75056928304393','-84.86981391906738'),(269270,150,134,55,'34.75250861627142','-84.87110137939453'),(269269,150,134,54,'34.753284336811056','-84.87200260162353'),(269268,150,134,53,'34.75469471912409','-84.87530708312988'),(269267,150,134,52,'34.75529412431289','-84.87616539001465'),(269266,150,134,51,'34.758185311760485','-84.87874031066894'),(269265,150,134,50,'34.761252680442134','-84.87934112548828'),(269264,150,134,49,'34.76100588487891','-84.88105773925781'),(269263,150,134,48,'34.75963086752108','-84.88616466522217'),(269262,150,134,47,'34.75881994911346','-84.88813877105713'),(269261,150,134,46,'34.75804428057515','-84.8896837234497'),(269260,150,134,45,'34.757550669529415','-84.89320278167724'),(269259,150,134,44,'34.75920778064994','-84.89770889282226'),(269258,150,134,43,'34.7606533185088','-84.8992109298706'),(269257,150,134,42,'34.76142896253561','-84.90036964416504'),(269256,150,134,41,'34.76587114702708','-84.90041255950928'),(269255,150,134,40,'34.76647047107713','-84.90062713623047'),(269254,150,134,39,'34.768691457552705','-84.9006700515747'),(269253,150,134,38,'34.7690439895924','-84.90127086639404'),(269252,150,134,37,'34.76886772376076','-84.9020004272461'),(269251,150,134,36,'34.76847993760611','-84.90530490875244'),(269250,150,134,35,'34.768691457552705','-84.90745067596435'),(269249,150,134,34,'34.768197910167395','-84.90869522094726'),(269248,150,134,33,'34.768374177429514','-84.90948915481567'),(269247,150,134,32,'34.77010157667664','-84.91122722625732'),(269246,150,134,31,'34.770824253389705','-84.91139888763428'),(269245,150,134,30,'34.77085069266166','-84.91148471832275'),(269244,150,134,29,'34.77110627185376','-84.91247177124023'),(269243,150,134,28,'34.771670305890645','-84.9128258228302'),(269242,150,134,27,'34.77238415594164','-84.91314768791199'),(269241,150,134,26,'34.772586852978634','-84.91335153579712'),(269240,150,134,25,'34.77323900528497','-84.91508960723877'),(269239,150,134,24,'34.77242822055725','-84.91710662841797'),(269238,150,134,23,'34.7717584358607','-84.91783618927002'),(269237,150,134,22,'34.77196994740477','-84.91869449615478'),(269236,150,134,21,'34.772110954799665','-84.92006778717041'),(269235,150,134,20,'34.77204045113234','-84.92109775543213'),(269234,150,134,19,'34.77253397553871','-84.92208480834961'),(269233,150,134,18,'34.7736267690779','-84.92234230041504'),(269232,150,134,17,'34.77433178948766','-84.92315769195556'),(269231,150,134,16,'34.77521305652915','-84.92358684539795'),(269230,150,134,15,'34.77605906403412','-84.92483139038086'),(269229,150,134,14,'34.77612956426799','-84.92646217346191'),(269228,150,134,13,'34.776587814319875','-84.92736339569092'),(269227,150,134,12,'34.77722231019009','-84.92860794067383'),(269226,150,134,11,'34.777328059027425','-84.93049621582031'),(269225,150,134,10,'34.777328059027425','-84.93174076080322'),(269224,150,134,9,'34.777398558177005','-84.93208408355713'),(269223,150,134,8,'34.77810354635973','-84.93212699890137'),(269222,150,134,7,'34.778949524227436','-84.93225574493408'),(269221,150,134,6,'34.77771580360469','-84.93804931640625'),(269220,150,134,5,'34.774825300190436','-84.94474411010742'),(269219,150,134,4,'34.77528355748587','-84.95062351226806'),(269218,150,134,3,'34.77493105209988','-84.95298385620117'),(269217,150,134,2,'34.77489580147847','-84.95448589324951'),(269216,150,134,1,'34.774120283997206','-84.95791912078857'),(269215,150,134,0,'34.774226036810205','-84.96560096740722'),(269846,150,134,631,'34.856883228394295','-83.80126476287842'),(269847,150,134,632,'34.86012299681468','-83.8022518157959'),(269848,150,134,633,'34.86096813280862','-83.80160808563232'),(269849,150,134,634,'34.8600877826265','-83.7996768951416'),(269850,150,134,635,'34.86036949570993','-83.79920482635498'),(269851,150,134,636,'34.86237667350118','-83.80212306976318'),(269852,150,134,637,'34.86237667350118','-83.80349636077881'),(269853,150,134,638,'34.86445422699242','-83.804612159729'),(269854,150,134,639,'34.86600355475445','-83.80615711212158'),(269855,150,134,640,'34.867834540841116','-83.80748748779297'),(269856,150,134,641,'34.86931338445621','-83.8066291809082'),(269857,150,134,642,'34.86938380491732','-83.80525588989258'),(269858,150,134,643,'34.870017586353434','-83.80641460418701'),(269859,150,134,644,'34.86970069624602','-83.80722999572754'),(269860,150,134,645,'34.87044010459682','-83.8088607788086'),(269861,150,134,646,'34.870193635885364','-83.80993366241455'),(269862,150,134,647,'34.871390762705985','-83.8112211227417'),(269863,150,134,648,'34.87181327389295','-83.81199359893799'),(269864,150,134,649,'34.87382017237966','-83.81336688995361'),(269865,150,134,650,'34.873397671506225','-83.81195068359375'),(269866,150,134,651,'34.87396100552163','-83.81023406982422'),(269867,150,134,652,'34.874665167612605','-83.81104946136474'),(270472,151,135,283,'33.71355955421925','-83.88782501220703'),(270471,151,135,282,'33.7136666480366','-83.88705253601074'),(270470,151,135,281,'33.714630486382155','-83.87709617614746'),(270469,151,135,280,'33.714701881384755','-83.87580871582031'),(270468,151,135,279,'33.71455909132016','-83.87503623962402'),(270467,151,135,278,'33.71398792868721','-83.87349128723144'),(270466,151,135,277,'33.71291698851023','-83.86885643005371'),(270465,151,135,276,'33.712988384937596','-83.86752605438232'),(270464,151,135,275,'33.706026954016004','-83.86748313903808'),(270463,151,135,274,'33.70620545929364','-83.86688232421875'),(270462,151,135,273,'33.70591985067134','-83.86550903320312'),(270461,151,135,272,'33.70024318229594','-83.85885715484619'),(270460,151,135,271,'33.69628000277926','-83.85885715484619'),(270459,151,135,270,'33.69495890231581','-83.8569688796997'),(270458,151,135,269,'33.69506601932629','-83.85417938232422'),(270457,151,135,268,'33.69535166403473','-83.85250568389892'),(270456,151,135,267,'33.69513743059242','-83.84684085845947'),(270455,151,135,266,'33.69674416839034','-83.83641242980957'),(270454,151,135,265,'33.69752967371208','-83.83551120758056'),(270453,151,135,264,'33.69888643871682','-83.83525371551513'),(270452,151,135,263,'33.69999325745706','-83.83452415466308'),(270451,151,135,262,'33.70274239069592','-83.83194923400879'),(270450,151,135,261,'33.707169381382265','-83.8302755355835'),(270449,151,135,260,'33.70856169418965','-83.8291597366333'),(270448,151,135,259,'33.708954393721065','-83.8282585144043'),(270447,151,135,258,'33.70891869383786','-83.82023334503174'),(270446,151,135,257,'33.709168592708636','-83.81752967834472'),(270445,151,135,256,'33.71098926253309','-83.8126802444458'),(270444,151,135,255,'33.71139980039559','-83.80244493484497'),(270443,151,135,254,'33.711649692046635','-83.8020372390747'),(270442,151,135,253,'33.71523734201213','-83.79935503005981'),(270441,151,135,252,'33.71570140518807','-83.79924774169922'),(270440,151,135,251,'33.714880368631576','-83.79864692687988'),(270439,151,135,250,'33.71123915537878','-83.78864765167236'),(270438,151,135,249,'33.71066797066295','-83.78547191619873'),(270437,151,135,248,'33.71027527896707','-83.78345489501953'),(270436,151,135,247,'33.707169381382265','-83.77573013305664'),(270435,151,135,246,'33.70206404131936','-83.76603126525879'),(270434,151,135,245,'33.699279182482606','-83.7603235244751'),(270433,151,135,244,'33.696101476876564','-83.75603199005127'),(270432,151,135,243,'33.69506601932629','-83.75380039215088'),(270431,151,135,242,'33.694173373492184','-83.75242710113525'),(270430,151,135,241,'33.68960288154355','-83.74770641326904'),(270429,151,135,240,'33.685996306172264','-83.74139785766601'),(270428,151,135,239,'33.68346090022985','-83.73805046081543'),(270427,151,135,238,'33.681318245359655','-83.73569011688232'),(270426,151,135,237,'33.676961349106165','-83.72942447662353'),(270425,151,135,236,'33.672461372045284','-83.72852325439453'),(270424,151,135,235,'33.6676039897017','-83.7282657623291'),(270423,151,135,234,'33.665818118404644','-83.72813701629638'),(270422,151,135,233,'33.663139241941195','-83.72710704803467'),(270421,151,135,232,'33.66067460191945','-83.72500419616699'),(270420,151,135,231,'33.65874570395811','-83.7224292755127'),(270419,151,135,230,'33.65624521631716','-83.71856689453125'),(270418,151,135,229,'33.663603586504756','-83.71393203735351'),(270417,151,135,228,'33.671639922246115','-83.70908260345459'),(270416,151,135,227,'33.67721134092717','-83.70770931243896'),(270415,151,135,226,'33.67988977911163','-83.70522022247314'),(270414,151,135,225,'33.68181820293929','-83.7044906616211'),(270413,151,135,224,'33.68553208250787','-83.70431900024414'),(270412,151,135,223,'33.689495757723215','-83.70380401611328'),(270411,151,135,222,'33.6957444239584','-83.70174407958984'),(270410,151,135,221,'33.69824376322744','-83.70144367218017'),(270409,151,135,220,'33.7043846880555','-83.7028169631958'),(270408,151,135,219,'33.70663387044635','-83.70230197906494'),(270407,151,135,218,'33.71116775749709','-83.69994163513183'),(270406,151,135,217,'33.715201644740844','-83.6982250213623'),(270405,151,135,216,'33.716950793579656','-83.6967658996582'),(270404,151,135,215,'33.724696595796345','-83.69431972503662'),(270403,151,135,214,'33.726231395292004','-83.69444847106933'),(270402,151,135,213,'33.727480630434','-83.69509220123291'),(270401,151,135,212,'33.73476152481641','-83.70110034942627'),(270400,151,135,211,'33.73854449073664','-83.70255947113037'),(270399,151,135,210,'33.73900842790385','-83.70092868804931'),(270398,151,135,209,'33.74082846486901','-83.69745254516601'),(270397,151,135,208,'33.74186337062706','-83.69333267211914'),(270396,151,135,207,'33.74168493949062','-83.68934154510498'),(270395,151,135,206,'33.74197042913076','-83.68809700012207'),(270394,151,135,205,'33.74232728984472','-83.68732452392578'),(270393,151,135,204,'33.74860779538701','-83.6814022064209'),(270392,151,135,203,'33.75092718397703','-83.68032932281494'),(270391,151,135,202,'33.75221174143177','-83.6788272857666'),(270390,151,135,201,'33.75631505992706','-83.67037296295166'),(270389,151,135,200,'33.758741277597664','-83.67123126983642'),(270388,151,135,199,'33.7685168117906','-83.67530822753906'),(270387,151,135,198,'33.77165616284908','-83.66711139678955'),(270386,151,135,197,'33.772119920868','-83.66393566131592'),(270385,151,135,196,'33.778326901925674','-83.66822719573974'),(270384,151,135,195,'33.77989641210073','-83.66861343383789'),(270383,151,135,194,'33.785139794365975','-83.66887092590332'),(270382,151,135,193,'33.797622745690326','-83.67462158203125'),(270381,151,135,192,'33.79894226559669','-83.6707592010498'),(270380,151,135,191,'33.79901359041754','-83.66977214813232'),(270379,151,135,190,'33.81424007859304','-83.68007183074951'),(270378,151,135,189,'33.8231536266207','-83.68663787841797'),(270377,151,135,188,'33.8290360594085','-83.69054317474365'),(270376,151,135,187,'33.829606455608555','-83.69110107421875'),(270375,151,135,186,'33.8308898331443','-83.69547843933105'),(270374,151,135,185,'33.83851840192949','-83.69487762451172'),(270373,151,135,184,'33.83973035485093','-83.69513511657715'),(270372,151,135,183,'33.84172647513672','-83.69595050811767'),(270371,151,135,182,'33.84361561746012','-83.6962080001831'),(270370,151,135,181,'33.84643143132206','-83.69539260864258'),(270369,151,135,180,'33.84828482777647','-83.69466304779053'),(270368,151,135,179,'33.85951127367737','-83.69213104248047'),(270367,151,135,178,'33.86058038204195','-83.69178771972656'),(270366,151,135,177,'33.865533742778524','-83.68513584136963'),(270365,151,135,176,'33.866460238783326','-83.68359088897705'),(270364,151,135,175,'33.86831320062921','-83.67951393127441'),(270363,151,135,174,'33.87048681614679','-83.67732524871826'),(270362,151,135,173,'33.875831536946336','-83.67174625396728'),(270361,151,135,172,'33.880570242772244','-83.66732597351074'),(270360,151,135,171,'33.88256540860478','-83.66354942321777'),(270359,151,135,170,'33.88936999827846','-83.66814136505127'),(270358,151,135,169,'33.89004686495183','-83.66882801055908'),(270357,151,135,168,'33.892255550420344','-83.67367744445801'),(270356,151,135,167,'33.893787347075325','-83.67633819580078'),(270355,151,135,166,'33.899771777255694','-83.68427753448486'),(270354,151,135,165,'33.90037732119617','-83.68556499481201'),(270353,151,135,164,'33.90173087445387','-83.68916988372803'),(270352,151,135,163,'33.90497219096266','-83.69144439697265'),(270351,151,135,162,'33.908836676505665','-83.69700193405151'),(270350,151,135,161,'33.91045721507677','-83.70052099227905'),(270349,151,135,160,'33.91412557318519','-83.70157241821289'),(270348,151,135,159,'33.91576381803357','-83.70075702667236'),(270347,151,135,158,'33.91875531431548','-83.69912624359131'),(270346,151,135,157,'33.91943194771954','-83.69912624359131'),(270345,151,135,156,'33.925895306500564','-83.70320320129394'),(270344,151,135,155,'33.92666090604802','-83.70455503463745'),(270343,151,135,154,'33.927871607566146','-83.70522022247314'),(270342,151,135,153,'33.92999029381383','-83.70766639709472'),(270341,151,135,152,'33.93109412627026','-83.70768785476684'),(270340,151,135,151,'33.93185967908806','-83.7096619606018'),(270339,151,135,150,'33.93207332050669','-83.71418952941894'),(270338,151,135,149,'33.931824072132855','-83.72157096862793'),(270337,151,135,148,'33.93096950074161','-83.72517585754394'),(270336,151,135,147,'33.93161043008896','-83.7302827835083'),(270335,151,135,146,'33.935277877471144','-83.74195575714111'),(270334,151,135,145,'33.93901637484524','-83.7511396408081'),(270333,151,135,144,'33.942825912822705','-83.75513076782226'),(270332,151,135,143,'33.943751569204046','-83.75757694244385'),(270331,151,135,142,'33.94884249937533','-83.76654624938965'),(270330,151,135,141,'33.949839289215014','-83.76740455627441'),(270329,151,135,140,'33.95332796171439','-83.76800537109375'),(270328,151,135,139,'33.956175751601826','-83.76890659332275'),(270327,151,135,138,'33.959343805851894','-83.77045154571533'),(270326,151,135,137,'33.9617286677365','-83.77216815948486'),(270325,151,135,136,'33.9642558364707','-83.77259731292724'),(270324,151,135,135,'33.9667117454139','-83.77392768859863'),(270323,151,135,134,'33.96788628549288','-83.77594470977783'),(270322,151,135,133,'33.96945231369932','-83.78023624420166'),(270321,151,135,132,'33.9704132712761','-83.78233909606933'),(270320,151,135,131,'33.97393668948621','-83.78663063049316'),(270319,151,135,130,'33.98158805448162','-83.79487037658691'),(270318,151,135,129,'33.98265563205841','-83.79538536071777'),(270317,151,135,128,'33.99076878344337','-83.80049228668213'),(270316,151,135,127,'33.99763588959757','-83.80564212799072'),(270315,151,135,126,'34.005285121118526','-83.81190776824951'),(270314,151,135,125,'34.0077398447544','-83.80856037139892'),(270313,151,135,124,'34.009091691240876','-83.80748748779297'),(270312,151,135,123,'34.00951858566024','-83.80714416503906'),(270311,151,135,122,'34.010087774880965','-83.80525588989258'),(270310,151,135,121,'34.01040794214093','-83.80486965179443'),(270309,151,135,120,'34.01311152864025','-83.80358219146728'),(270308,151,135,119,'34.01862515532651','-83.79538536071777'),(270307,151,135,118,'34.020119108635825','-83.79148006439209'),(270306,151,135,117,'34.019976828501136','-83.79075050354004'),(270305,151,135,116,'34.01912314268448','-83.78929138183594'),(270304,151,135,115,'34.019087572255806','-83.78817558288574'),(270303,151,135,114,'34.01933656494357','-83.7872314453125'),(270302,151,135,113,'34.01915871309827','-83.78396987915039'),(270301,151,135,112,'34.01862515532651','-83.78289699554443'),(270300,151,135,111,'34.017878168811684','-83.780837059021'),(270299,151,135,110,'34.017522458637124','-83.77830505371094'),(270298,151,135,109,'34.017522458637124','-83.77482891082763'),(270297,151,135,108,'34.018411731278725','-83.77118110656738'),(270296,151,135,107,'34.02026138853204','-83.76804828643799'),(270295,151,135,106,'34.022288851138654','-83.76551628112793'),(270294,151,135,105,'34.023996150506285','-83.76869201660156'),(270293,151,135,104,'34.0259879563598','-83.77092361450195'),(270292,151,135,103,'34.02687714030802','-83.77285480499267'),(270291,151,135,102,'34.02787301526873','-83.77375602722168'),(270290,151,135,101,'34.029544636249376','-83.77414226531982'),(270289,151,135,100,'34.03594628436428','-83.77418518066406'),(270288,151,135,99,'34.04362762445599','-83.77688884735107'),(270287,151,135,98,'34.04832143426456','-83.7777042388916'),(270286,151,135,97,'34.05063268453109','-83.77877712249756'),(270285,151,135,96,'34.051237154976164','-83.78019332885742'),(270284,151,135,95,'34.05216163085016','-83.78152370452881'),(270283,151,135,94,'34.05443722082182','-83.782639503479'),(270282,151,135,93,'34.0568194136268','-83.78607273101806'),(270281,151,135,92,'34.059557074914984','-83.78748893737793'),(270280,151,135,91,'34.06112141309237','-83.78705978393554'),(270279,151,135,90,'34.061548045765846','-83.78650188446045'),(270278,151,135,89,'34.062010228738444','-83.78525733947754'),(270277,151,135,88,'34.066311964721045','-83.78388404846191'),(270276,151,135,87,'34.069938051864185','-83.78641605377197'),(270275,151,135,86,'34.06961810924104','-83.78911972045898'),(270274,151,135,85,'34.07008024819777','-83.7933897972107'),(270273,151,135,84,'34.07064903114543','-83.79639387130737'),(270272,151,135,83,'34.0715732952909','-83.80246639251709'),(270271,151,135,82,'34.071253358843215','-83.80456924438476'),(270270,151,135,81,'34.071253358843215','-83.80658626556396'),(270269,151,135,80,'34.07038241461419','-83.81068468093872'),(270268,151,135,79,'34.070329091207235','-83.81165027618408'),(270267,151,135,78,'34.071822133914885','-83.81725072860718'),(270266,151,135,77,'34.071839908074324','-83.81821632385254'),(270265,151,135,76,'34.0715732952909','-83.8205337524414'),(270264,151,135,75,'34.072675289362294','-83.82463216781616'),(270263,151,135,74,'34.07295967260204','-83.82694959640503'),(270262,151,135,73,'34.07374172158875','-83.82890224456787'),(270261,151,135,72,'34.07411496969624','-83.83149862289429'),(270260,151,135,71,'34.07409719601414','-83.83293628692627'),(270259,151,135,70,'34.073688400296284','-83.83617639541626'),(270258,151,135,69,'34.07258641940409','-83.84381532669067'),(270257,151,135,68,'34.07176881141414','-83.84969472885132'),(270256,151,135,67,'34.07171548887981','-83.86106729507446'),(270255,151,135,66,'34.07196432708613','-83.86261224746704'),(270254,151,135,65,'34.07367062652467','-83.86731147766113'),(270253,151,135,64,'34.073848364072994','-83.8702940940857'),(270252,151,135,63,'34.07479036685304','-83.87319087982178'),(270251,151,135,62,'34.07644328980871','-83.87728929519653'),(270250,151,135,61,'34.07679875289676','-83.87885570526123'),(270249,151,135,60,'34.07674543352863','-83.88022899627685'),(270248,151,135,59,'34.07532357133077','-83.88522863388061'),(270247,151,135,58,'34.074879234499086','-83.88825416564941'),(270246,151,135,57,'34.076852072231276','-83.88675212860107'),(270245,151,135,56,'34.079162544486365','-83.88606548309326'),(270244,151,135,55,'34.07877154592007','-83.88703107833862'),(270243,151,135,54,'34.079215862332816','-83.88900518417358'),(270242,151,135,53,'34.07955354124756','-83.89076471328735'),(270241,151,135,52,'34.08090424344256','-83.89477729797363'),(270240,151,135,51,'34.081295232162624','-83.89529228210449'),(270239,151,135,50,'34.083463409575565','-83.89771699905395'),(270238,151,135,49,'34.08518724872214','-83.90104293823242'),(270237,151,135,48,'34.08632460791171','-83.90226602554321'),(270236,151,135,47,'34.087746285414056','-83.89859676361084'),(270235,151,135,46,'34.08819055473788','-83.89816761016845'),(270234,151,135,45,'34.08891915138216','-83.897545337677'),(270233,151,135,44,'34.09099828293832','-83.89756679534912'),(270232,151,135,43,'34.09147807527671','-83.89756679534912'),(270231,151,135,42,'34.09469439073386','-83.89638662338257'),(270230,151,135,41,'34.0983547999596','-83.89325380325317'),(270229,151,135,40,'34.09773289693434','-83.89739513397217'),(270228,151,135,39,'34.09773289693434','-83.89872550964355'),(270227,151,135,38,'34.09787504660015','-83.8996696472168'),(270226,151,135,37,'34.1014287106486','-83.90820980072021'),(270225,151,135,36,'34.103809582074675','-83.91031265258789'),(270224,151,135,35,'34.10583504681701','-83.9132308959961'),(270223,151,135,34,'34.10960157161946','-83.9179515838623'),(270222,151,135,33,'34.10995689549178','-83.91880989074707'),(270221,151,135,32,'34.110027960087144','-83.92687797546387'),(270220,151,135,31,'34.109246246254635','-83.9370059967041'),(270219,151,135,30,'34.10981476612193','-83.94005298614502'),(270218,151,135,29,'34.11084519864299','-83.94524574279785'),(270217,151,135,28,'34.11112945368129','-83.95374298095703'),(270216,151,135,27,'34.11230199561746','-83.95721912384033'),(270215,151,135,26,'34.11773811403645','-83.96554470062256'),(270214,151,135,25,'34.113083681211805','-83.96867752075195'),(270213,151,135,24,'34.11009902462281','-83.96936416625976'),(270212,151,135,23,'34.10725639663118','-83.97193908691406'),(270211,151,135,22,'34.10540863721645','-83.9734411239624'),(270210,151,135,21,'34.10405832597048','-83.97369861602783'),(270209,151,135,20,'34.10448474237626','-83.97442817687988'),(270208,151,135,19,'34.10697212857863','-83.98138046264648'),(270207,151,135,18,'34.107398530299285','-83.9835262298584'),(270206,151,135,17,'34.11489574276028','-83.99468421936035'),(270205,151,135,16,'34.11599717296616','-83.99670124053955'),(270204,151,135,15,'34.11713411813324','-83.99738788604736'),(270203,151,135,14,'34.12182385538262','-84.00129318237304'),(270202,151,135,13,'34.12022511053958','-84.00412559509277'),(270201,151,135,12,'34.12104225056925','-84.00476932525635'),(270200,151,135,11,'34.123671256221314','-84.00043487548828'),(270199,151,135,10,'34.124381784257594','-84.00094985961914'),(270198,151,135,9,'34.133831239293684','-83.99777412414551'),(270197,151,135,8,'34.13653088956871','-83.99871826171875'),(270196,151,135,7,'34.13709922600642','-83.99880409240722'),(270195,151,135,6,'34.14072228094427','-83.99537086486816'),(270194,151,135,5,'34.14256926877567','-83.99210929870605'),(270193,151,135,4,'34.14377689283555','-83.98841857910156'),(270192,151,135,3,'34.14619208917145','-83.9890193939209'),(270191,151,135,2,'34.15315315109669','-83.99331092834472'),(270190,151,135,1,'34.1547867865925','-83.99296760559082'),(270189,151,135,0,'34.15883522531641','-83.99382591247558'),(270473,151,135,284,'33.71502315816189','-83.89297485351562'),(270474,151,135,285,'33.7167009173558','-83.89284610748291'),(270475,151,135,286,'33.72398272621453','-83.88997077941894'),(270476,151,135,287,'33.726695399038824','-83.89108657836914'),(270477,151,135,288,'33.726302780647096','-83.90117168426513'),(270478,151,135,289,'33.722662051836174','-83.91567707061767'),(270479,151,135,290,'33.7214127465601','-83.92155647277832'),(270480,151,135,291,'33.72077023962394','-83.92361640930176'),(270481,151,135,292,'33.719271038071525','-83.92571926116943'),(270482,151,135,293,'33.7206988496675','-83.92777919769287'),(270483,151,135,294,'33.72234080364465','-83.92726421356201'),(270484,151,135,295,'33.72712370796319','-83.92632007598877'),(270485,151,135,296,'33.73104977349977','-83.92709255218506'),(270486,151,135,297,'33.73529686031468','-83.92529010772705'),(270487,151,135,298,'33.74089983808077','-83.92816543579101'),(270488,151,135,299,'33.74296963538836','-83.92880916595459'),(270489,151,135,300,'33.74668087100425','-83.93232822418213'),(270490,151,135,301,'33.749749656071394','-83.93275737762451'),(270491,151,135,302,'33.751961967878316','-83.9331865310669'),(270492,151,135,303,'33.75406717933587','-83.93305778503418'),(270493,151,135,304,'33.75770657551837','-83.9349889755249'),(270494,151,135,305,'33.75920510551006','-83.93597602844238'),(270495,151,135,306,'33.761060392061864','-83.93619060516357'),(270496,151,135,307,'33.76277292862103','-83.936448097229'),(270497,151,135,308,'33.76448543096252','-83.93743515014648'),(270498,151,135,309,'33.768231410536345','-83.93829345703125'),(270499,151,135,310,'33.77194155269626','-83.93829345703125'),(270500,151,135,311,'33.77458136371689','-83.94026756286621'),(270501,151,135,312,'33.775508845576326','-83.94185543060303'),(270502,151,135,313,'33.7759369107401','-83.94352912902832'),(270503,151,135,314,'33.77711407891116','-83.9448595046997'),(270504,151,135,315,'33.78125187501679','-83.94906520843506'),(270505,151,135,316,'33.782892669846134','-83.95159721374512'),(270506,151,135,317,'33.77978940095692','-83.9549446105957'),(270507,151,135,318,'33.77868361130899','-83.95537376403808'),(270508,151,135,319,'33.77675736299181','-83.95687580108642'),(270509,151,135,320,'33.77401060065863','-83.95533084869385'),(270510,151,135,321,'33.773546852873814','-83.95520210266113'),(270511,151,135,322,'33.770086501697534','-83.95421504974365'),(270512,151,135,323,'33.769123286299745','-83.95442962646484'),(270513,151,135,324,'33.76637627921372','-83.95365715026855'),(270514,151,135,325,'33.763022670677024','-83.95528793334961'),(270515,151,135,326,'33.7625231858373','-83.95691871643066'),(270516,151,135,327,'33.7617025972814','-83.95756244659424'),(270517,151,135,328,'33.76059657418862','-83.95713329315185'),(270518,151,135,329,'33.759633252124665','-83.95812034606933'),(270519,151,135,330,'33.75503056394909','-83.95876407623291'),(270520,151,135,331,'33.75410286044052','-83.95940780639648'),(270521,151,135,332,'33.75353196098425','-83.96039485931396'),(270522,151,135,333,'33.75356764231164','-83.96129608154297'),(270523,151,135,334,'33.755173286674825','-83.96442890167236'),(270524,151,135,335,'33.75531600916294','-83.96545886993408'),(270525,151,135,336,'33.75296105772652','-83.96799087524414'),(270526,151,135,337,'33.7527469680248','-83.96863460540771'),(270527,151,135,338,'33.75235446884992','-83.97000789642334'),(270528,151,135,339,'33.750891501550825','-83.97095203399658'),(270529,151,135,340,'33.74992807042985','-83.97125244140625'),(270530,151,135,341,'33.74821527726508','-83.9739990234375'),(270531,151,135,342,'33.74771570614783','-83.97515773773193'),(270532,151,135,343,'33.74339786307831','-83.97738933563232'),(270533,151,135,344,'33.74050728468115','-83.9778184890747'),(270534,151,135,345,'33.73783073634936','-83.98108005523681'),(270535,151,135,346,'33.73693853501435','-83.98258209228515'),(270536,151,135,347,'33.735760815044635','-83.98550033569336'),(270537,151,135,348,'33.73543961588344','-83.9858865737915'),(270538,151,135,349,'33.734690146497606','-83.98622989654541'),(270539,151,135,350,'33.738080551060385','-83.99258136749267'),(270540,151,135,351,'33.74093552466437','-83.99730205535888'),(270541,151,135,352,'33.745146437289534','-84.00219440460205'),(270542,151,135,353,'33.74896462848421','-84.00996208190918'),(270543,151,135,354,'33.75367468620471','-84.01365280151367'),(270544,151,135,355,'33.756065298327506','-84.01764392852783'),(270545,151,135,356,'33.758491523066844','-84.02206420898437'),(270546,151,135,357,'33.75902671045615','-84.0265703201294'),(270547,151,135,358,'33.75831312652787','-84.02764320373535'),(270548,151,135,359,'33.758099050191035','-84.02901649475097'),(270549,151,135,360,'33.759633252124665','-84.03429508209228'),(270550,151,135,361,'33.75888399414572','-84.03687000274658'),(270551,151,135,362,'33.75888399414572','-84.03742790222168'),(270552,151,135,363,'33.7595262156715','-84.03815746307373'),(270553,151,135,364,'33.75959757332182','-84.03965950012207'),(270554,151,135,365,'33.76041818203061','-84.0413761138916'),(270555,151,135,366,'33.760025717976134','-84.04313564300537'),(270556,151,135,367,'33.76038250355447','-84.04463768005371'),(270557,151,135,368,'33.75984732463005','-84.0457534790039'),(270558,151,135,369,'33.75991868201302','-84.0465259552002'),(270559,151,135,370,'33.76102471385305','-84.04819965362549'),(270560,151,135,371,'33.761060392061864','-84.04953002929687'),(270561,151,135,372,'33.76227344232589','-84.05081748962402'),(270562,151,135,373,'33.76783898225962','-84.05231952667236'),(270563,151,135,374,'33.77244098264139','-84.0505599975586'),(270564,151,135,375,'33.773118775767486','-84.05111789703369'),(270565,151,135,376,'33.772583676376705','-84.06055927276611'),(270566,151,135,377,'33.772369635684605','-84.06519412994385'),(270567,151,135,378,'33.77436732801567','-84.07133102416992'),(270568,151,135,379,'33.77508077827356','-84.0745496749878'),(270569,151,135,380,'33.774117619021695','-84.07652378082275'),(270570,151,135,381,'33.77429598266308','-84.07987117767334'),(270571,151,135,382,'33.77786317750661','-84.08617973327637'),(270572,151,135,383,'33.77729243631377','-84.09111499786377'),(270573,151,135,384,'33.777613478702676','-84.09240245819092'),(270574,151,135,385,'33.78410541103798','-84.0988826751709'),(270575,151,135,386,'33.78546080734113','-84.1034746170044'),(270576,151,135,387,'33.78631683605851','-84.11295890808105'),(270577,151,135,388,'33.78567481532273','-84.11755084991455'),(270578,151,135,389,'33.78553214339442','-84.12162780761719'),(270579,151,135,390,'33.78489011677555','-84.12407398223877'),(270580,151,135,391,'33.785389471228434','-84.12647724151611'),(270581,151,135,392,'33.784854448488915','-84.12862300872803'),(270582,151,135,393,'33.78613849744807','-84.13776397705078'),(270583,151,135,394,'33.788813537606','-84.14269924163818'),(270584,151,135,395,'33.78920586980188','-84.14840698242187'),(270585,151,135,396,'33.7883498699659','-84.1547155380249'),(270586,151,135,397,'33.786459506679435','-84.15926456451416'),(270587,151,135,398,'33.786709179694114','-84.1627836227417'),(270588,151,135,399,'33.7987996157767','-84.16900634765625'),(270589,151,135,400,'33.8026510774659','-84.16986465454101'),(270590,151,135,401,'33.81170846158308','-84.17110919952392'),(270591,151,135,402,'33.81288513796263','-84.16823387145996'),(270592,151,135,403,'33.81292079456996','-84.16531562805176'),(270593,151,135,404,'33.812671198006534','-84.16325569152832'),(270594,151,135,405,'33.812136345775535','-84.1613245010376'),(270595,151,135,406,'33.811886746923356','-84.16213989257812'),(270596,151,135,407,'33.81124491795955','-84.16321277618408'),(270597,151,135,408,'33.80946203446184','-84.16342735290527'),(270598,151,135,409,'33.80867755395255','-84.16445732116699'),(270599,151,135,410,'33.80632406926795','-84.16372776031494'),(270600,151,135,411,'33.80571785818301','-84.16252613067627'),(270601,151,135,412,'33.805432580892294','-84.16016578674316'),(270602,151,135,413,'33.804291462218615','-84.15827751159668'),(270603,151,135,414,'33.80404184048031','-84.15703296661377'),(270604,151,135,415,'33.803506934303435','-84.15660381317138'),(270605,151,135,416,'33.8030790069546','-84.15540218353271'),(270606,151,135,417,'33.801117645892944','-84.15411472320556'),(270607,151,135,418,'33.800297427028916','-84.15295600891113'),(270608,151,135,419,'33.79958418684453','-84.15111064910888'),(270609,151,135,420,'33.798015037517054','-84.15119647979736'),(270610,151,135,421,'33.797551419710494','-84.15055274963379'),(270611,151,135,422,'33.797123462583265','-84.14973735809326'),(270612,151,135,423,'33.796481522880605','-84.14926528930664'),(270613,151,135,424,'33.7963745324621','-84.14733409881592'),(270614,151,135,425,'33.79526895697387','-84.14553165435791'),(270615,151,135,426,'33.79576825089802','-84.14368629455566'),(270616,151,135,427,'33.79526895697387','-84.14154052734375'),(270617,151,135,428,'33.795661259587995','-84.13948059082031'),(270618,151,135,429,'33.7952332930107','-84.13669109344482'),(270619,151,135,430,'33.79562559578828','-84.13407325744629'),(270620,151,135,431,'33.79555426814428','-84.13158416748047'),(270621,151,135,432,'33.79516196503982','-84.12952423095703'),(270622,151,135,433,'33.7950193089197','-84.12819385528564'),(270623,151,135,434,'33.79591090577001','-84.12411689758301'),(270624,151,135,435,'33.796695503316414','-84.12334442138672'),(270625,151,135,436,'33.80389919916008','-84.12351608276367'),(270626,151,135,437,'33.80946203446184','-84.1272497177124'),(270627,151,135,438,'33.81099531650656','-84.12939548492431'),(270628,151,135,439,'33.81302776430278','-84.1294813156128'),(270629,151,135,440,'33.81527409779317','-84.12699222564697'),(270630,151,135,441,'33.817092515032144','-84.12875175476074'),(270631,151,135,442,'33.81734209869483','-84.12991046905517'),(270632,151,135,443,'33.818768277081624','-84.13248538970947'),(270633,151,135,444,'33.81908916394128','-84.13377285003662'),(270634,151,135,445,'33.81962397269862','-84.13424491882324'),(270635,151,135,446,'33.81851869758065','-84.13806438446045'),(270636,151,135,447,'33.81898220178849','-84.14420127868652'),(270637,151,135,448,'33.818803931236594','-84.14548873901367'),(270638,151,135,449,'33.818162154173','-84.14643287658691'),(270639,151,135,450,'33.814739261836436','-84.14634704589844'),(270640,151,135,451,'33.81420442253561','-84.14673328399658'),(270641,151,135,452,'33.813919173541144','-84.14724826812744'),(270642,151,135,453,'33.817092515032144','-84.1497802734375'),(270643,151,135,454,'33.82005181729661','-84.15184020996094'),(270644,151,135,455,'33.81883958537671','-84.15201187133789'),(270645,151,135,456,'33.817876918376726','-84.15372848510742'),(270646,151,135,457,'33.81634375967437','-84.1541576385498'),(270647,151,135,458,'33.815737619584034','-84.1541576385498'),(270648,151,135,459,'33.8146322942438','-84.15351390838623'),(270649,151,135,460,'33.812671198006534','-84.15411472320556'),(270650,151,135,461,'33.81302776430278','-84.1567325592041'),(270651,151,135,462,'33.81302776430278','-84.15780544281006'),(270652,151,135,463,'33.81206503189209','-84.16123867034912'),(270653,152,136,0,'33.75975812781779','-84.39212322235107'),(270654,152,136,1,'33.75915158703288','-84.39205884933471'),(270655,152,136,2,'33.75895535233063','-84.39117908477783'),(270656,152,136,3,'33.758598560812004','-84.3908143043518'),(270657,152,136,4,'33.756332900013476','-84.38860416412353'),(270658,152,136,5,'33.755797695806244','-84.38796043395996'),(270659,152,136,6,'33.75560145342641','-84.38761711120605'),(270660,152,136,7,'33.75558361318779','-84.38424825668335'),(270661,152,136,8,'33.75556577294545','-84.38225269317627'),(270662,152,136,9,'33.757153539975135','-84.38220977783203'),(270663,152,136,10,'33.75776009489771','-84.37851905822754'),(270664,152,136,11,'33.75776009489771','-84.37658786773681'),(270665,152,136,12,'33.75776009489771','-84.37431335449219'),(270666,152,136,13,'33.76143501235802','-84.37422752380371'),(270667,152,136,14,'33.761399334305125','-84.36212539672851'),(270668,152,136,15,'33.76143501235802','-84.3608808517456'),(270669,152,136,16,'33.7644319157823','-84.35555934906006'),(270670,152,136,17,'33.766251413162955','-84.35343503952026'),(270671,152,136,18,'33.76766060517612','-84.3526840209961'),(270672,152,136,19,'33.76919463595978','-84.35251235961914'),(270673,152,136,20,'33.76878437460317','-84.35420751571655'),(270674,152,136,21,'33.76876653710833','-84.35502290725708'),(270675,152,136,22,'33.76840978643164','-84.3559455871582'),(270676,152,136,23,'33.7685168117906','-84.35697555541992'),(270677,152,136,24,'33.76857032441997','-84.35757637023926'),(270678,152,136,25,'33.76830276093902','-84.35845613479614'),(270679,152,136,26,'33.76696493100252','-84.36253309249878'),(270680,152,136,27,'33.76676871418888','-84.3628978729248'),(270681,152,136,28,'33.76560924202787','-84.3639063835144'),(270682,152,136,29,'33.763950277656576','-84.36667442321777'),(270683,152,136,30,'33.76403947010629','-84.37369108200073'),(270684,152,136,31,'33.76423569316893','-84.3820595741272'),(270685,152,136,32,'33.76441407738148','-84.38437700271606'),(270686,152,136,33,'33.76448543096252','-84.38577175140381'),(270687,152,136,34,'33.764895712900696','-84.38705921173095'),(270688,152,136,35,'33.76478868301922','-84.3875527381897'),(270689,152,136,36,'33.76978326838825','-84.3874454498291'),(270690,152,136,37,'33.77135293509487','-84.38746690750122'),(270691,152,136,38,'33.773939255008976','-84.38742399215698'),(270692,152,136,39,'33.776882213732556','-84.3873381614685'),(270693,152,136,40,'33.77691788533934','-84.39218759536743'),(270694,152,136,41,'33.77508077827356','-84.39201593399048'),(270695,152,136,42,'33.77126375025704','-84.39208030700683'),(270696,152,136,43,'33.7692838229513','-84.39212322235107'),(270697,152,136,44,'33.76828492334392','-84.39186573028564'),(270698,152,136,45,'33.76486003628839','-84.391930103302'),(270699,152,136,46,'33.76077496597534','-84.39208030700683'),(270700,152,136,47,'33.75986070414388','-84.39212590456009'),(270701,152,136,48,'33.75984063487234','-84.39211517572403'),(271099,158,139,60,'27.499478390803674','-82.55789995193481'),(271097,158,139,58,'27.49675659842329','-82.55753517150879'),(271098,158,139,59,'27.49805088571007','-82.55751371383667'),(271096,158,139,57,'27.496718530919757','-82.5591230392456'),(271094,158,139,55,'27.496813699653877','-82.55991697311401'),(271095,158,139,56,'27.49643302422375','-82.55957365036011'),(271093,158,139,54,'27.496699497163057','-82.56120443344116'),(271092,158,139,53,'27.49953549062233','-82.56118297576904'),(271091,158,139,52,'27.500753613030433','-82.56247043609619'),(271090,158,139,51,'27.50065844770279','-82.56405830383301'),(271089,158,139,50,'27.500315851841922','-82.56596803665161'),(271086,158,139,47,'27.499345157778258','-82.57043123245239'),(271087,158,139,48,'27.499211924591574','-82.569100856781'),(271088,158,139,49,'27.499516457352733','-82.56832838058472'),(271085,158,139,46,'27.499249991232794','-82.57103204727173'),(271084,158,139,45,'27.499135791269623','-82.57566690444946'),(271083,158,139,44,'27.49553843178112','-82.57586002349854'),(271082,158,139,43,'27.4955955336436','-82.58154630661011'),(271081,158,139,42,'27.49595717808484','-82.58167505264282'),(271080,158,139,41,'27.496071381345764','-82.5813102722168'),(271079,158,139,40,'27.496775632170117','-82.58135318756104'),(271078,158,139,39,'27.49704210428006','-82.5818681716919'),(271077,158,139,38,'27.497594080170128','-82.58182525634766'),(271076,158,139,37,'27.49776538246975','-82.58148193359375'),(271075,158,139,36,'27.49879319066922','-82.58259773254395'),(271074,158,139,35,'27.500068420834744','-82.58476495742798'),(271073,158,139,34,'27.500734579971496','-82.5873613357544'),(271072,158,139,33,'27.499916155323067','-82.58751153945923'),(271071,158,139,32,'27.50056328229286','-82.5891637802124'),(271070,158,139,31,'27.501172339494566','-82.59094476699829'),(271069,158,139,30,'27.501134273518186','-82.5938630104065'),(271068,158,139,29,'27.501077174528973','-82.59658813476562'),(271067,158,139,28,'27.501134273518186','-82.5933051109314'),(271066,158,139,27,'27.50119137247781','-82.59045124053955'),(271065,158,139,26,'27.500525216105824','-82.58901357650757'),(271064,158,139,25,'27.49985905570189','-82.58744716644287'),(271063,158,139,24,'27.500715546909248','-82.58740425109863'),(271062,158,139,23,'27.500011321292547','-82.5845718383789'),(271059,158,139,20,'27.496775632170117','-82.58178234100342'),(271060,158,139,21,'27.497803449611258','-82.58152484893799'),(271061,158,139,22,'27.499345157778258','-82.5832200050354'),(271058,158,139,19,'27.496775632170117','-82.58133172988892'),(271057,158,139,18,'27.496014279730097','-82.58146047592163'),(271056,158,139,17,'27.49578587297129','-82.5817608833313'),(271053,158,139,14,'27.49553843178112','-82.5758171081543'),(271054,158,139,15,'27.49551939782038','-82.58028030395508'),(271055,158,139,16,'27.495557465738578','-82.58158922195435'),(271052,158,139,13,'27.499154824605043','-82.57573127746582'),(271051,158,139,12,'27.499249991232794','-82.57169723510742'),(271050,158,139,11,'27.499173857937176','-82.57079601287842'),(271049,158,139,10,'27.499345157778258','-82.57055997848511'),(271048,158,139,9,'27.499211924591574','-82.569100856781'),(271047,158,139,8,'27.499421290955382','-82.56884336471558'),(271046,158,139,7,'27.499440324241437','-82.5683069229126'),(271045,158,139,6,'27.499668723417344','-82.56770610809326'),(271044,158,139,5,'27.49984002248825','-82.56731986999512'),(271043,158,139,4,'27.500258752428092','-82.56622552871704'),(271042,158,139,3,'27.500430050580707','-82.56530284881592'),(271041,158,139,2,'27.500582315381415','-82.56474494934082'),(271040,158,139,1,'27.50063941462739','-82.56403684616089'),(271039,158,139,0,'27.49959259041136','-82.56407976150513'),(271038,158,138,55,'27.498450589002417','-82.56448745727539'),(271037,158,138,54,'27.495405193986805','-82.56491661071777'),(271036,158,138,53,'27.495176785964247','-82.55581855773926'),(271035,158,138,52,'27.495100649851423','-82.55066871643066'),(271034,158,138,51,'27.496242686015005','-82.54637718200684'),(271033,158,138,50,'27.496394956608317','-82.53959655761719'),(271032,158,138,49,'27.496318821337983','-82.52766609191895'),(271031,158,138,48,'27.49784151673956','-82.52208709716797'),(271030,158,138,47,'27.49898352446776','-82.51522064208984'),(271029,158,138,46,'27.49829832125267','-82.50208854675293'),(271028,158,138,45,'27.494339285827035','-82.49273300170898'),(271027,158,138,44,'27.4933495047235','-82.48166084289551'),(271026,158,138,43,'27.491674470276813','-82.47488021850586'),(271025,158,138,42,'27.49068466521645','-82.46689796447754'),(271024,158,138,41,'27.486953781553893','-82.46011734008789'),(271023,158,138,40,'27.486192361194096','-82.4520492553711'),(271022,158,138,39,'27.485659363809916','-82.43943214416504'),(271021,158,138,38,'27.485507078369213','-82.44355201721191'),(271020,158,138,37,'27.4857355064513','-82.45230674743652'),(271019,158,138,36,'27.486649214041712','-82.46149063110352'),(271018,158,138,35,'27.489694851258268','-82.4662971496582'),(271017,158,138,34,'27.490836943497214','-82.4703311920166'),(271016,158,138,33,'27.491141499426906','-82.47591018676758'),(271015,158,138,32,'27.492892679674437','-82.4824333190918'),(271014,158,138,31,'27.493882464884987','-82.48940706253052'),(271013,158,138,30,'27.494187012390306','-82.49299049377441'),(271012,158,138,29,'27.494529627326767','-82.49552249908447'),(271011,158,138,28,'27.495462295918415','-82.49764680862427'),(271010,158,138,27,'27.49675659842329','-82.50035047531128'),(271009,158,138,26,'27.49772731531509','-82.50253915786743'),(271008,158,138,25,'27.49827928776914','-82.50466346740723'),(271007,158,138,24,'27.49839348862096','-82.50880479812622'),(271006,158,138,23,'27.498469622456327','-82.51258134841919'),(271005,158,138,22,'27.498469622456327','-82.51564979553223'),(271004,158,138,21,'27.498069919233092','-82.51908302307129'),(271003,158,138,20,'27.49704210428006','-82.52294540405273'),(271002,158,138,19,'27.49609041521106','-82.52655029296875'),(271001,158,138,18,'27.496014279730097','-82.52983331680298'),(271000,158,138,17,'27.49622365217604','-82.53212928771973'),(270999,158,138,16,'27.49622365217604','-82.53684997558594'),(270998,158,138,15,'27.496147516787236','-82.54176378250122'),(270997,158,138,14,'27.496033313605295','-82.54474639892578'),(270996,158,138,13,'27.495900076409942','-82.54661321640015'),(270995,158,138,12,'27.495367126015964','-82.54843711853027'),(270994,158,138,11,'27.494529627326767','-82.5499176979065'),(270993,158,138,10,'27.49403473874295','-82.55165576934814'),(270992,158,138,9,'27.4940537729604','-82.55420923233032'),(270991,158,138,8,'27.493977636070905','-82.55674123764038'),(270990,158,138,7,'27.493882464884987','-82.56032466888428'),(270989,158,138,6,'27.493920533369224','-82.5633716583252'),(270988,158,138,5,'27.493901499128746','-82.56545305252075'),(270987,158,138,4,'27.49527195603125','-82.56534576416016'),(270986,158,138,3,'27.496985003167964','-82.56543159484863'),(270985,158,138,2,'27.49772731531509','-82.56525993347168'),(270984,158,138,1,'27.498317354732894','-82.56463766098022'),(270983,158,138,0,'27.49860285654153','-82.56431579589844'),(270982,158,137,3,'27.500544249200995','-82.56547451019287'),(270981,158,137,2,'27.503189817401136','-82.56978750228882'),(270980,158,137,1,'27.502580771364272','-82.56362915039062'),(270979,158,137,0,'27.50056328229286','-82.56541013717651'),(271100,158,139,61,'27.498926424362757','-82.5582218170166'),(271101,158,139,62,'27.49827928776914','-82.56103277206421'),(271102,158,139,63,'27.49999228810524','-82.56144046783447'),(271103,158,139,64,'27.500791679138462','-82.56251335144043'),(271104,158,139,65,'27.50069651384372','-82.56401538848877'),(271105,158,139,66,'27.4996116236678','-82.56422996520996'),(271504,159,140,183,'41.21992122434233','9.403674602508545'),(271503,159,140,182,'41.219937364497504','9.402987957000732'),(271502,159,140,181,'41.21961456063671','9.401700496673584'),(271501,159,140,180,'41.219566139920175','9.401013851165771'),(271500,159,140,179,'41.218936667343016','9.400327205657959'),(271499,159,140,178,'41.21929175518266','9.400155544281005'),(271498,159,140,177,'41.21900122891179','9.39882516860962'),(271497,159,140,176,'41.21791981422846','9.39931869506836'),(271496,159,140,175,'41.216838381665134','9.400219917297363'),(271495,159,140,174,'41.21554709548273','9.399919509887695'),(271494,159,140,173,'41.21515970465718','9.399147033691406'),(271493,159,140,172,'41.215208128635844','9.398503303527832'),(271492,159,140,171,'41.21469160434873','9.39807415008545'),(271491,159,140,170,'41.2139006686298','9.397859573364257'),(271490,159,140,169,'41.2135939766964','9.39706563949585'),(271489,159,140,168,'41.21314200701583','9.396164417266845'),(271488,159,140,167,'41.21241562063005','9.39554214477539'),(271487,159,140,166,'41.21223805828677','9.39579963684082'),(271486,159,140,165,'41.21218963210953','9.396100044250488'),(271485,159,140,164,'41.212786885790464','9.39655065536499'),(271484,159,140,163,'41.212754601947125','9.396893978118896'),(271483,159,140,162,'41.212447904640705','9.397602081298828'),(271482,159,140,161,'41.2126254664144','9.39831018447876'),(271481,159,140,160,'41.212318768502556','9.398632049560546'),(271480,159,140,159,'41.21183450571428','9.398224353790283'),(271479,159,140,158,'41.21097896602782','9.398117065429687'),(271478,159,140,157,'41.21065611795558','9.396486282348632'),(271477,159,140,156,'41.2108498269901','9.394512176513671'),(271476,159,140,155,'41.2114955196296','9.39180850982666'),(271475,159,140,154,'41.21139866613994','9.390435218811035'),(271474,159,140,153,'41.21168922617878','9.389362335205078'),(271473,159,140,152,'41.21088211177343','9.388461112976074'),(271472,159,140,151,'41.21055926322324','9.387431144714355'),(271471,159,140,150,'41.21107582013883','9.386229515075683'),(271470,159,140,149,'41.21204435336265','9.385843276977539'),(271469,159,140,148,'41.213819960365676','9.38631534576416'),(271468,159,140,147,'41.21588606057308','9.38507080078125'),(271467,159,140,146,'41.216531703504984','9.382195472717285'),(271466,159,140,145,'41.21630572920374','9.381165504455566'),(271465,159,140,144,'41.21701593152173','9.380908012390136'),(271464,159,140,143,'41.217855251592205','9.38133716583252'),(271463,159,140,142,'41.21972754216923','9.381294250488281'),(271462,159,140,141,'41.220373147182336','9.38107967376709'),(271461,159,140,140,'41.221309263131374','9.380908012390136'),(271460,159,140,139,'41.22198713183338','9.380650520324707'),(271459,159,140,138,'41.22476309225948','9.380264282226562'),(271458,159,140,137,'41.22824901518529','9.382410049438476'),(271457,159,140,136,'41.22860405246262','9.383096694946289'),(271456,159,140,135,'41.228894536073724','9.383654594421386'),(271455,159,140,134,'41.22802308136869','9.384298324584961'),(271454,159,140,133,'41.22682884679717','9.38408374786377'),(271453,159,140,132,'41.22640924568844','9.38455581665039'),(271452,159,140,131,'41.226473799880424','9.38532829284668'),(271451,159,140,130,'41.226990231122016','9.385242462158203'),(271450,159,140,129,'41.22757121139332','9.38558578491211'),(271449,159,140,128,'41.22863632848314','9.385156631469726'),(271448,159,140,127,'41.23005645761233','9.385371208190918'),(271447,159,140,126,'41.230346934770516','9.386358261108398'),(271446,159,140,125,'41.23018555873084','9.387259483337402'),(271445,159,140,124,'41.229023639486606','9.3878173828125'),(271444,159,140,123,'41.22811991024284','9.388675689697265'),(271443,159,140,122,'41.22799080504546','9.389791488647461'),(271442,159,140,121,'41.22682884679717','9.39107894897461'),(271441,159,140,120,'41.225311814673724','9.391207695007324'),(271440,159,140,119,'41.22476309225948','9.391980171203613'),(271439,159,140,118,'41.224278921599534','9.392452239990234'),(271438,159,140,117,'41.22424664342807','9.392967224121093'),(271437,159,140,116,'41.224375756018304','9.393696784973144'),(271436,159,140,115,'41.223988417482836','9.394211769104004'),(271435,159,140,114,'41.222664993509106','9.394984245300293'),(271434,159,140,113,'41.22250359850933','9.395713806152343'),(271433,159,140,112,'41.222858666983065','9.39657211303711'),(271432,159,140,111,'41.222858666983065','9.397258758544921'),(271431,159,140,110,'41.22240676131828','9.397773742675781'),(271430,159,140,109,'41.22098646604185','9.397945404052734'),(271429,159,140,108,'41.220469987384654','9.39906120300293'),(271428,159,140,107,'41.22040542726572','9.399619102478027'),(271427,159,140,106,'41.22095418624525','9.40030574798584'),(271426,159,140,105,'41.22198713183338','9.400434494018554'),(271425,159,140,104,'41.22250359850933','9.400777816772461'),(271424,159,140,103,'41.22256815655704','9.401464462280273'),(271423,159,140,102,'41.22295550350497','9.40253734588623'),(271422,159,140,101,'41.22321373352897','9.4022798538208'),(271421,159,140,100,'41.223794747354724','9.401636123657226'),(271420,159,140,99,'41.22628013711326','9.401936531066894'),(271419,159,140,98,'41.226602908073225','9.402236938476562'),(271418,159,140,97,'41.226215582730084','9.402837753295898'),(271417,159,140,96,'41.22544092516083','9.40330982208252'),(271416,159,140,95,'41.22666746207402','9.40378189086914'),(271415,159,140,94,'41.22773259388588','9.404211044311523'),(271414,159,140,93,'41.228862260180655','9.404597282409668'),(271413,159,140,92,'41.22960460168989','9.404854774475097'),(271412,159,140,91,'41.23012100820346','9.404726028442382'),(271411,159,140,90,'41.23137973199195','9.405155181884765'),(271410,159,140,89,'41.23208977061733','9.406399726867675'),(271409,159,140,88,'41.23273525358481','9.407129287719726'),(271408,159,140,87,'41.232993444987265','9.407687187194824'),(271407,159,140,86,'41.23373573958908','9.408674240112304'),(271406,159,140,85,'41.23457484507633','9.40906047821045'),(271405,159,140,84,'41.235220303506374','9.409918785095214'),(271404,159,140,83,'41.23680164972432','9.411249160766601'),(271403,159,140,82,'41.240254660523874','9.41004753112793'),(271402,159,140,81,'41.24357841448264','9.410476684570312'),(271401,159,140,80,'41.245804912387506','9.409017562866211'),(271400,159,140,79,'41.24735373575181','9.408760070800781'),(271399,159,140,78,'41.249805964328885','9.409618377685546'),(271398,159,140,77,'41.249676901961514','9.410176277160644'),(271397,159,140,76,'41.24961237068222','9.410948753356933'),(271396,159,140,75,'41.24928971332965','9.412322044372558'),(271395,159,140,74,'41.24941877646189','9.413394927978515'),(271394,159,140,73,'41.249451042205116','9.415068626403808'),(271393,159,140,72,'41.25028994593589','9.415841102600097'),(271392,159,140,71,'41.251064309049674','9.416141510009765'),(271391,159,140,70,'41.25145148716469','9.415755271911621'),(271390,159,140,69,'41.25274206430927','9.41502571105957'),(271389,159,140,68,'41.25400035247769','9.415411949157714'),(271388,159,140,67,'41.25474240849747','9.41554069519043'),(271387,159,140,66,'41.25564576966577','9.41554069519043'),(271386,159,140,65,'41.256032920627774','9.415969848632812'),(271385,159,140,64,'41.25580708284547','9.416956901550293'),(271384,159,140,63,'41.25500051296322','9.418201446533203'),(271383,159,140,62,'41.255226353534155','9.418458938598632'),(271382,159,140,61,'41.25625875762928','9.417986869812011'),(271381,159,140,60,'41.25721049069937','9.41805124282837'),(271380,159,140,59,'41.25742019273177','9.419639110565185'),(271379,159,140,58,'41.257307276336455','9.420711994171142'),(271378,159,140,57,'41.25738793092444','9.421892166137695'),(271377,159,140,56,'41.25738793092444','9.422986507415771'),(271376,159,140,55,'41.25738793092444','9.423801898956298'),(271375,159,140,54,'41.257194359745924','9.424574375152588'),(271374,159,140,53,'41.257145966861636','9.425561428070068'),(271373,159,140,52,'41.25674269143177','9.426634311676025'),(271372,159,140,51,'41.25616197043852','9.426956176757812'),(271371,159,140,50,'41.255726426305415','9.427986145019531'),(271370,159,140,49,'41.25533927352681','9.428308010101318'),(271369,159,140,48,'41.25409714287135','9.427943229675293'),(271368,159,140,47,'41.25282272453427','9.428372383117675'),(271367,159,140,46,'41.25211291113626','9.427599906921386'),(271366,159,140,45,'41.251435354789045','9.428114891052246'),(271365,159,140,44,'41.24993502644133','9.42777156829834'),(271364,159,140,43,'41.24922518166791','9.427127838134765'),(271363,159,140,42,'41.248418530518414','9.427127838134765'),(271362,159,140,41,'41.24816040004722','9.428157806396484'),(271361,159,140,40,'41.24699073356973','9.428822994232177'),(271360,159,140,39,'41.24557903924619','9.428479671478271'),(271359,159,140,38,'41.24515955848372','9.428136348724365'),(271358,159,140,37,'41.24485301314664','9.428329467773437'),(271357,159,140,36,'41.24439319244465','9.428672790527343'),(271356,159,140,35,'41.243312197699105','9.428629875183105'),(271355,159,140,34,'41.242594213694424','9.427610635757446'),(271354,159,140,33,'41.24211017508241','9.427632093429565'),(271353,159,140,32,'41.24135184071541','9.428157806396484'),(271352,159,140,31,'41.24019011993899','9.427042007446289'),(271351,159,140,30,'41.239060649386296','9.426569938659668'),(271350,159,140,29,'41.237963430730474','9.424939155578613'),(271349,159,140,28,'41.23150883049745','9.422492980957031'),(271348,159,140,27,'41.23037920993065','9.42176342010498'),(271347,159,140,26,'41.2278294231902','9.421463012695312'),(271346,159,140,25,'41.22802308136869','9.424638748168945'),(271345,159,140,24,'41.22650607695253','9.425883293151855'),(271344,159,140,23,'41.2244725902937','9.426913261413574'),(271343,159,140,22,'41.224375756018304','9.427556991577148'),(271342,159,140,21,'41.22450486835364','9.428544044494629'),(271341,159,140,20,'41.22373019051792','9.431161880493164'),(271340,159,140,19,'41.22253587754115','9.43124771118164'),(271339,159,140,18,'41.22050226742023','9.431333541870117'),(271338,159,140,17,'41.22076050713118','9.43326473236084'),(271337,159,140,16,'41.21992122434233','9.433865547180175'),(271336,159,140,15,'41.21988894401997','9.436869621276855'),(271335,159,140,14,'41.2178875329183','9.438028335571289'),(271334,159,140,13,'41.217629281863495','9.438886642456054'),(271333,159,140,12,'41.216628549395104','9.439358711242675'),(271332,159,140,11,'41.214465623690565','9.453520774841308'),(271331,159,140,10,'41.21375539368269','9.454293251037597'),(271330,159,140,9,'41.21068840283448','9.45596694946289'),(271329,159,140,8,'41.209881276082065','9.462146759033203'),(271328,159,140,7,'41.20860599551831','9.461266994476318'),(271327,159,140,6,'41.20733069009737','9.460151195526123'),(271326,159,140,5,'41.20591006745098','9.460194110870361'),(271325,159,140,4,'41.20067932733309','9.457554817199707'),(271324,159,140,3,'41.19971062587421','9.457683563232421'),(271323,159,140,2,'41.19882263694155','9.457361698150634'),(271322,159,140,1,'41.19838671069302','9.45673942565918'),(271321,159,140,0,'41.19814452818929','9.454572200775146'),(271505,159,140,184,'41.22017946634756','9.404189586639404'),(271506,159,140,185,'41.22006648559575','9.404404163360595'),(271507,159,140,186,'41.21900122891179','9.404103755950927'),(271508,159,140,187,'41.218629999021004','9.404232501983642'),(271509,159,140,188,'41.21832332926111','9.404146671295166'),(271510,159,140,189,'41.2182103453029','9.404339790344238'),(271511,159,140,190,'41.21843631302414','9.404683113098144'),(271512,159,140,191,'41.21854929659201','9.404919147491455'),(271513,159,140,192,'41.218194204721506','9.404919147491455'),(271514,159,140,193,'41.217968236163806','9.404511451721191'),(271515,159,140,194,'41.21767770401393','9.404489994049072'),(271516,159,140,195,'41.21740331135408','9.405176639556884'),(271517,159,140,196,'41.217548578199754','9.40556287765503'),(271518,159,140,197,'41.217927884553504','9.405745267868042'),(271519,159,140,198,'41.21780682957319','9.406185150146484'),(271520,159,140,199,'41.217185410480674','9.406496286392212'),(271521,159,140,200,'41.21749208557589','9.407504796981811'),(271522,159,140,201,'41.21744366328804','9.408073425292968'),(271523,159,140,202,'41.21724190336942','9.40855622291565'),(271524,159,140,203,'41.21704821326205','9.408749341964721'),(271525,159,140,204,'41.216983649765446','9.408878087997436'),(271526,159,140,205,'41.21679802935781','9.408813714981079'),(271527,159,140,206,'41.21669311324221','9.409157037734985'),(271528,159,140,207,'41.216362222852226','9.40929651260376'),(271529,159,140,208,'41.216442927979735','9.409736394882202'),(271530,159,140,209,'41.216402575428425','9.409961700439453'),(271531,159,140,210,'41.215353400356726','9.411174058914184'),(271532,159,140,211,'41.21518391665099','9.410734176635742'),(271533,159,140,212,'41.21519198731361','9.410487413406372'),(271534,159,140,213,'41.21507092726988','9.410444498062133'),(271535,159,140,214,'41.214893372133815','9.410004615783691'),(274129,160,141,608,'40.32233614396688','8.507966995239257'),(274126,160,141,605,'40.32449558656514','8.4979248046875'),(274127,160,141,606,'40.32279421332078','8.499727249145507'),(274128,160,141,607,'40.32279421332078','8.502130508422851'),(274125,160,141,604,'40.325149949471765','8.496809005737304'),(274124,160,141,603,'40.32665496008367','8.496294021606445'),(274123,160,141,602,'40.327636470664665','8.497581481933593'),(274122,160,141,601,'40.32855253432958','8.496809005737304'),(274121,160,141,600,'40.32973031220074','8.498525619506836'),(274120,160,141,599,'40.33234752277291','8.498353958129882'),(274119,160,141,598,'40.3341140825305','8.496465682983398'),(274118,160,141,597,'40.334899205356166','8.493375778198242'),(274117,160,141,596,'40.33424493696917','8.490715026855468'),(274116,160,141,595,'40.335553467399386','8.492774963378906'),(274115,160,141,594,'40.33692739704103','8.493890762329101'),(274113,160,141,592,'40.33908637281112','8.494491577148437'),(274114,160,141,593,'40.33803960530789','8.494749069213867'),(274112,160,141,591,'40.3428153500551','8.49268913269043'),(274111,160,141,590,'40.34366578968397','8.49569320678711'),(274110,160,141,589,'40.34445080136368','8.493547439575195'),(274108,160,141,587,'40.34745992817141','8.493204116821289'),(274109,160,141,588,'40.34602079731638','8.491830825805664'),(274107,160,141,586,'40.348048654671','8.49268913269043'),(274106,160,141,585,'40.34883361534334','8.49268913269043'),(274104,160,141,583,'40.35301991796819','8.489341735839843'),(274105,160,141,584,'40.352038776606115','8.490543365478515'),(274103,160,141,582,'40.35452430699814','8.488483428955078'),(274102,160,141,581,'40.357009745775606','8.48968505859375'),(274101,160,141,580,'40.35805621890491','8.48968505859375'),(274100,160,141,579,'40.35962589814465','8.490715026855468'),(274099,160,141,578,'40.36263434787107','8.48917007446289'),(274098,160,141,577,'40.36394232761575','8.489770889282226'),(274097,160,141,576,'40.366558210966836','8.491744995117187'),(274095,160,141,574,'40.371528109647834','8.494148254394531'),(274096,160,141,575,'40.37093958814487','8.492603302001953'),(274094,160,141,573,'40.37329364331937','8.497323989868164'),(274093,160,141,572,'40.37440525190013','8.498611450195312'),(274091,160,141,570,'40.37453602817463','8.499555587768554'),(274092,160,141,571,'40.37433986366771','8.500242233276367'),(274090,160,141,569,'40.376301483038766','8.498868942260742'),(274089,160,141,568,'40.38015916787237','8.50015640258789'),(274087,160,141,566,'40.38525881895442','8.503332138061523'),(274088,160,141,567,'40.384212768155045','8.501787185668945'),(274086,160,141,565,'40.38473579558532','8.501529693603515'),(274085,160,141,564,'40.38480117372857','8.500242233276367'),(274084,160,141,563,'40.3830359415883','8.498954772949218'),(274083,160,141,562,'40.38212061782238','8.497581481933593'),(274082,160,141,561,'40.38225137912184','8.496208190917968'),(274081,160,141,560,'40.38212061782238','8.494491577148437'),(274080,160,141,559,'40.38395125291698','8.49217414855957'),(274079,160,141,558,'40.385585706497785','8.491487503051757'),(274078,160,141,557,'40.38656635960943','8.491573333740234'),(274077,160,141,556,'40.38748162296529','8.48917007446289'),(274076,160,141,555,'40.388527622999476','8.490028381347656'),(274075,160,141,554,'40.3895082332777','8.489084243774414'),(274074,160,141,553,'40.39035808396954','8.486766815185546'),(274073,160,141,552,'40.39003121958799','8.484878540039062'),(274072,160,141,551,'40.39114255201253','8.483076095581054'),(274071,160,141,550,'40.39035808396954','8.481616973876953'),(274070,160,141,549,'40.39271146068455','8.476896286010742'),(274069,160,141,548,'40.39539159510692','8.474407196044921'),(274067,160,141,546,'40.3979408922676','8.471488952636718'),(274068,160,141,547,'40.39578380095267','8.472003936767578'),(274064,160,141,543,'40.400097914473875','8.464794158935546'),(274066,160,141,545,'40.39898672984681','8.468828201293945'),(274065,160,141,544,'40.39859454265842','8.465995788574218'),(274063,160,141,542,'40.400228640871305','8.465824127197265'),(274062,160,141,541,'40.40114371854554','8.466510772705078'),(274061,160,141,540,'40.404477110599004','8.46548080444336'),(274060,160,141,539,'40.4065032094212','8.465309143066406'),(274059,160,141,538,'40.40813711565967','8.462905883789062'),(274057,160,141,536,'40.409117440363495','8.456554412841796'),(274058,160,141,537,'40.409770982232956','8.457670211791992'),(274055,160,141,534,'40.40565356250162','8.453807830810546'),(274056,160,141,535,'40.40571892033776','8.454837799072265'),(274054,160,141,533,'40.407679625911136','8.45346450805664'),(274053,160,141,532,'40.408790667048834','8.452177047729492'),(274052,160,141,531,'40.41447629634327','8.45097541809082'),(274051,160,141,530,'40.41571792158919','8.450803756713867'),(274050,160,141,529,'40.41780902810895','8.450803756713867'),(274049,160,141,528,'40.41813575763192','8.449430465698242'),(274048,160,141,527,'40.41630605186676','8.443765640258789'),(274047,160,141,526,'40.420618850152934','8.439559936523437'),(274046,160,141,525,'40.42277514562021','8.440675735473632'),(274045,160,141,524,'40.42408195771912','8.440418243408203'),(274044,160,141,523,'40.42852492895203','8.443851470947265'),(274043,160,141,522,'40.4297009604458','8.44050407409668'),(274042,160,141,521,'40.4301583004729','8.441276550292968'),(274041,160,141,520,'40.43277161239229','8.442564010620117'),(274040,160,141,519,'40.435319493733374','8.442392349243164'),(274039,160,141,518,'40.4362994223884','8.440160751342773'),(274038,160,141,517,'40.4362994223884','8.43724250793457'),(274037,160,141,516,'40.43760597171243','8.435139656066894'),(274036,160,141,515,'40.439500423133325','8.436169624328613'),(274035,160,141,514,'40.4406436007504','8.436598777770996'),(274034,160,141,513,'40.44270127147352','8.43651294708252'),(274033,160,141,512,'40.44632653807006','8.439302444458007'),(274032,160,141,511,'40.447436940972516','8.439173698425293'),(274031,160,141,510,'40.449004537368154','8.440461158752441'),(274030,160,141,509,'40.45018021066989','8.441061973571777'),(274029,160,141,508,'40.45115992271019','8.440375328063964'),(274028,160,141,507,'40.45289071240884','8.436856269836425'),(274026,160,141,505,'40.45589499622077','8.436942100524902'),(274027,160,141,506,'40.454033662298244','8.436427116394043'),(274025,160,141,504,'40.45720116467625','8.437671661376953'),(274024,160,141,503,'40.4586705738364','8.439474105834961'),(274023,160,141,502,'40.45958485664967','8.439946174621582'),(274022,160,141,501,'40.46082564913728','8.44076156616211'),(274021,160,141,500,'40.462490887246666','8.440461158752441'),(274020,160,141,499,'40.464743790747775','8.440933227539062'),(274019,160,141,498,'40.46640893172652','8.441920280456543'),(274018,160,141,497,'40.46781284204457','8.443808555603027'),(274017,160,141,496,'40.468563758772966','8.444323539733886'),(274016,160,141,495,'40.47009821467457','8.44599723815918'),(274015,160,141,494,'40.47042469013024','8.447799682617187'),(274012,160,141,491,'40.47424433504265','8.448529243469238'),(274014,160,141,493,'40.47225292335118','8.449044227600097'),(274013,160,141,492,'40.47306908282609','8.448486328125'),(274011,160,141,490,'40.473493481832705','8.449859619140625'),(274010,160,141,489,'40.473493481832705','8.4505033493042'),(274009,160,141,488,'40.47512576070597','8.452863693237304'),(274008,160,141,487,'40.47626833230766','8.453550338745117'),(274007,160,141,486,'40.47852077365876','8.456125259399414'),(274006,160,141,485,'40.480055002035776','8.455824851989746'),(274005,160,141,484,'40.48093635141706','8.454837799072265'),(274003,160,141,482,'40.48269901546631','8.454880714416504'),(274004,160,141,483,'40.48181768922725','8.454322814941406'),(274001,160,141,480,'40.483906740037675','8.461747169494629'),(274002,160,141,481,'40.484298429826644','8.459258079528808'),(273999,160,141,478,'40.48615892511023','8.4649658203125'),(274000,160,141,479,'40.48511444287913','8.46397876739502'),(273998,160,141,477,'40.4866485205608','8.466382026672363'),(273997,160,141,476,'40.488215202002614','8.466682434082031'),(273996,160,141,475,'40.48903116743596','8.46822738647461'),(273995,160,141,474,'40.49059779325796','8.4684419631958'),(273994,160,141,473,'40.49304557288871','8.469386100769043'),(273993,160,141,472,'40.49431838300975','8.470845222473144'),(273992,160,141,471,'40.496113330608324','8.473548889160156'),(273991,160,141,470,'40.49679866156956','8.473978042602539'),(273990,160,141,469,'40.49696183457614','8.474621772766113'),(273988,160,141,467,'40.500486274654804','8.4739351272583'),(273989,160,141,468,'40.49953991541008','8.475394248962402'),(273987,160,141,466,'40.50100839817851','8.471832275390625'),(273986,160,141,465,'40.5020852651118','8.469901084899902'),(273985,160,141,464,'40.504238947116605','8.469643592834472'),(273984,160,141,463,'40.504499994781966','8.470029830932617'),(273983,160,141,462,'40.50564206637222','8.46947193145752'),(273982,160,141,461,'40.5060988895633','8.469042778015136'),(273981,160,141,460,'40.50570732701857','8.467068672180175'),(273980,160,141,459,'40.5059357387808','8.46646785736084'),(273979,160,141,458,'40.50818718452757','8.466382026672363'),(273977,160,141,456,'40.50857873259441','8.463506698608398'),(273978,160,141,457,'40.50844821682612','8.465909957885742'),(273976,160,141,455,'40.5078608927256','8.462991714477539'),(273975,160,141,454,'40.507730375560335','8.460931777954101'),(273974,160,141,453,'40.50511997891533','8.45423698425293'),(273973,160,141,452,'40.50211789717326','8.451576232910156'),(273972,160,141,451,'40.49937674867377','8.450288772583007'),(273971,160,141,450,'40.498332472163796','8.448143005371093'),(273969,160,141,448,'40.49500373230525','8.446941375732421'),(273970,160,141,449,'40.497288179398744','8.446769714355468'),(273967,160,141,446,'40.49232756678463','8.443336486816406'),(273968,160,141,447,'40.49350248186391','8.445396423339843'),(273966,160,141,445,'40.491544278636155','8.441448211669921'),(273965,160,141,444,'40.489651294530276','8.440332412719726'),(273964,160,141,443,'40.489063805846946','8.437929153442382'),(273963,160,141,442,'40.489651294530276','8.435783386230468'),(273962,160,141,441,'40.489063805846946','8.433551788330078'),(273960,160,141,439,'40.48645268280915','8.430118560791015'),(273961,160,141,440,'40.48762770074767','8.431921005249023'),(273959,160,141,438,'40.484298429826644','8.427972793579101'),(273958,160,141,437,'40.484298429826644','8.424196243286132'),(273957,160,141,436,'40.48305807098706','8.422222137451171'),(273956,160,141,435,'40.48253580777654','8.420419692993164'),(273955,160,141,434,'40.4828622227593','8.418874740600586'),(273954,160,141,433,'40.484037303554615','8.420076370239257'),(273953,160,141,432,'40.4850818025475','8.420934677124023'),(273951,160,141,430,'40.48749714421485','8.42153549194336'),(273952,160,141,431,'40.48625684448605','8.420591354370117'),(273949,160,141,428,'40.49010822661724','8.419303894042968'),(273950,160,141,429,'40.488149924339375','8.42076301574707'),(273948,160,141,427,'40.48997767490987','8.41827392578125'),(273947,160,141,426,'40.490956806524615','8.417243957519531'),(273946,160,141,425,'40.49134845517041','8.414325714111328'),(273945,160,141,424,'40.49252338739314','8.411922454833984'),(273943,160,141,422,'40.494873190122014','8.40479850769043'),(273944,160,141,423,'40.49474264768477','8.406000137329101'),(273942,160,141,421,'40.49591752047649','8.403682708740234'),(273941,160,141,420,'40.49741871688333','8.404111862182617'),(273940,160,141,419,'40.50270527156477','8.405485153198242'),(273939,160,141,418,'40.50335790374529','8.40505599975586'),(273938,160,141,417,'40.502509480672415','8.402910232543945'),(273937,160,141,416,'40.50081260233335','8.399133682250976'),(273936,160,141,415,'40.49996414706725','8.396472930908203'),(273935,160,141,414,'40.50113892842449','8.395872116088867'),(273934,160,141,413,'40.5026400079975','8.394842147827148'),(273932,160,141,411,'40.502835798508876','8.389348983764648'),(273933,160,141,412,'40.502835798508876','8.391580581665039'),(273930,160,141,409,'40.50446736387935','8.386602401733398'),(273931,160,141,410,'40.50440210202652','8.387460708618164'),(273928,160,141,407,'40.505968368969036','8.387374877929687'),(273929,160,141,408,'40.50525050116053','8.387289047241211'),(273926,160,141,405,'40.50883976336899','8.388833999633789'),(273927,160,141,406,'40.507338822540504','8.386688232421875'),(273925,160,141,404,'40.50949233586039','8.389005661010742'),(273924,160,141,403,'40.514582183358925','8.386945724487304'),(273923,160,141,402,'40.516017711519595','8.388233184814453'),(273922,160,141,401,'40.51627871333759','8.38557243347168'),(273921,160,141,400,'40.51843193956761','8.384628295898437'),(273920,160,141,399,'40.5194759031495','8.385486602783203'),(273919,160,141,398,'40.520650342746975','8.384113311767578'),(273916,160,141,395,'40.52123755482998','8.377161026000976'),(273917,160,141,396,'40.52038935794788','8.37982177734375'),(273918,160,141,397,'40.51928016121621','8.382740020751953'),(273914,160,141,393,'40.52384732407551','8.376045227050781'),(273915,160,141,394,'40.52267294048898','8.376302719116211'),(273913,160,141,392,'40.52782702654655','8.373556137084961'),(273912,160,141,391,'40.52443450815289','8.37432861328125'),(273911,160,141,390,'40.52789226560197','8.372440338134765'),(273909,160,141,388,'40.5307627211687','8.373298645019531'),(273910,160,141,389,'40.529131795588725','8.372697830200195'),(273907,160,141,386,'40.53754694556798','8.369607925415039'),(273908,160,141,387,'40.53513340599143','8.36832046508789'),(273906,160,141,385,'40.53604664740759','8.36857795715332'),(273905,160,141,384,'40.53532910162852','8.3660888671875'),(273904,160,141,383,'40.536111878461','8.36583137512207'),(273903,160,141,382,'40.53572049118792','8.364458084106445'),(273902,160,141,381,'40.53330688581577','8.36385726928711'),(273901,160,141,380,'40.53389398701652','8.364114761352539'),(273900,160,141,379,'40.53578572255887','8.362741470336914'),(273899,160,141,378,'40.53474201300251','8.361625671386718'),(273898,160,141,377,'40.53676418550204','8.36008071899414'),(273896,160,141,375,'40.54406959045769','8.347892761230468'),(273897,160,141,376,'40.540156079737144','8.352184295654296'),(273895,160,141,374,'40.54693935300356','8.340511322021484'),(273893,160,141,372,'40.55202635713743','8.325920104980468'),(273894,160,141,373,'40.54785243348184','8.33639144897461'),(273891,160,141,370,'40.55933009752677','8.315277099609375'),(273892,160,141,371,'40.556591288249905','8.317508697509765'),(273890,160,141,369,'40.56871945012387','8.31939697265625'),(273888,160,141,367,'40.57967203006171','8.312358856201171'),(273889,160,141,368,'40.57315285321844','8.31716537475586'),(273887,160,141,366,'40.58188840548047','8.316993713378906'),(273886,160,141,365,'40.58358323125094','8.316993713378906'),(273885,160,141,364,'40.58723347936198','8.318195343017578'),(273883,160,141,362,'40.5930995321649','8.321285247802734'),(273884,160,141,363,'40.59179600934525','8.319225311279296'),(273880,160,141,359,'40.642875075969826','8.323516845703125'),(273881,160,141,360,'40.636362061958685','8.324203491210937'),(273882,160,141,361,'40.62659134949805','8.331756591796875'),(273879,160,141,358,'40.65563874006118','8.328666687011718'),(273878,160,141,357,'40.66813955408042','8.326864242553711'),(273877,160,141,356,'40.67106909346583','8.344545364379882'),(273876,160,141,355,'40.68844837985795','8.38531494140625'),(273875,160,141,354,'40.691572265436726','8.392868041992187'),(273874,160,141,353,'40.69202781984788','8.39406967163086'),(273873,160,141,352,'40.69358969704062','8.400506973266601'),(273871,160,141,350,'40.70426154461527','8.432607650756836'),(273872,160,141,351,'40.69892583453415','8.416728973388671'),(273870,160,141,349,'40.704586878965244','8.434410095214843'),(273869,160,141,348,'40.70406634324247','8.440418243408203'),(273868,160,141,347,'40.702634849027795','8.4429931640625'),(273867,160,141,346,'40.702764986136835','8.44573974609375'),(273866,160,141,345,'40.70374100634983','8.447713851928711'),(273865,160,141,344,'40.706734045818436','8.450460433959961'),(273864,160,141,343,'40.708425704279605','8.449172973632812'),(273862,160,141,341,'40.71102817184794','8.451919555664062'),(273863,160,141,342,'40.70940164153687','8.45123291015625'),(273860,160,141,339,'40.71402088381144','8.453035354614257'),(273861,160,141,340,'40.71330524753562','8.452177047729492'),(273858,160,141,337,'40.71428111327738','8.45998764038086'),(273859,160,141,338,'40.71382571104452','8.457412719726562'),(273857,160,141,336,'40.714671455569125','8.461618423461914'),(273856,160,141,335,'40.71506179557237','8.462648391723632'),(273855,160,141,334,'40.71512685201709','8.464536666870117'),(273853,160,141,332,'40.71850969954106','8.47346305847168'),(273854,160,141,333,'40.71629785715122','8.467884063720703'),(273852,160,141,331,'40.72293316385307','8.47895622253418'),(273851,160,141,330,'40.72520983236449','8.486766815185546'),(273850,160,141,329,'40.72924259684576','8.499641418457031'),(273848,160,141,327,'40.73353527113829','8.50865364074707'),(273849,160,141,328,'40.73255968766241','8.507537841796875'),(273846,160,141,325,'40.73431572761954','8.513374328613281'),(273847,160,141,326,'40.734705952427014','8.510971069335937'),(273845,160,141,324,'40.73242960878483','8.516464233398437'),(273843,160,141,322,'40.73294992276931','8.520326614379882'),(273844,160,141,323,'40.73242960878483','8.518781661987304'),(273840,160,141,319,'40.73321007823572','8.5343599319458'),(273841,160,141,320,'40.73334015558748','8.531570434570312'),(273842,160,141,321,'40.73249464825541','8.526420593261718'),(273838,160,141,317,'40.72859216749113','8.545904159545898'),(273839,160,141,318,'40.732039370626225','8.54036808013916'),(273835,160,141,314,'40.72563263365638','8.55611801147461'),(273836,160,141,315,'40.727226245152764','8.553457260131836'),(273837,160,141,316,'40.72855964585652','8.549208641052246'),(273834,160,141,313,'40.72520983236449','8.558778762817382'),(273832,160,141,311,'40.72504721576778','8.565645217895507'),(273833,160,141,312,'40.72280306615735','8.561911582946777'),(273830,160,141,309,'40.73028327058947','8.560409545898437'),(273831,160,141,310,'40.73025074978132','8.561053276062011'),(273829,160,141,308,'40.731161326401214','8.558135032653808'),(273828,160,141,307,'40.73132392805779','8.556761741638183'),(273827,160,141,306,'40.73168165030361','8.5548734664917'),(273826,160,141,305,'40.731031244789854','8.55410099029541'),(273825,160,141,304,'40.73223448999161','8.549766540527343'),(273823,160,141,302,'40.734770989672405','8.54461669921875'),(273824,160,141,303,'40.73304748118843','8.548221588134765'),(273822,160,141,301,'40.73610423919209','8.542041778564453'),(273820,160,141,299,'40.73977866664367','8.536076545715332'),(273821,160,141,300,'40.73756753107997','8.540239334106445'),(273819,160,141,298,'40.74049401829623','8.53414535522461'),(273817,160,141,296,'40.749857912194386','8.522815704345703'),(273818,160,141,297,'40.74829735476797','8.526420593261718'),(273816,160,141,295,'40.75265381932635','8.512773513793945'),(273815,160,141,294,'40.760065655270964','8.503074645996093'),(273814,160,141,293,'40.76091081214379','8.50092887878418'),(273813,160,141,292,'40.76227604285355','8.496980667114257'),(273812,160,141,291,'40.76578650734446','8.494491577148437'),(273811,160,141,290,'40.766826609362575','8.493547439575195'),(273810,160,141,289,'40.80114084320795','8.44874382019043'),(273809,160,141,288,'40.80510403457597','8.445310592651367'),(273808,160,141,287,'40.8197852710803','8.422307968139648'),(273807,160,141,286,'40.82127919709075','8.417930603027343'),(273806,160,141,285,'40.82355249819896','8.414754867553711'),(273805,160,141,284,'40.83069665155928','8.404111862182617'),(273804,160,141,283,'40.83420349973288','8.40402603149414'),(273802,160,141,281,'40.83751535269255','8.414583206176757'),(273803,160,141,282,'40.836476357810255','8.411579132080078'),(273801,160,141,280,'40.83478795639519','8.41853141784668'),(273800,160,141,279,'40.832320215438756','8.425569534301757'),(273799,160,141,278,'40.83180067932274','8.42702865600586'),(273798,160,141,277,'40.829202937678104','8.43149185180664'),(273797,160,141,276,'40.82809886666084','8.434324264526367'),(273795,160,141,274,'40.824786543313365','8.441190719604492'),(273796,160,141,275,'40.8269947772609','8.437156677246093'),(273794,160,141,273,'40.82381229907859','8.444194793701171'),(273793,160,141,272,'40.822448333106685','8.446168899536132'),(273791,160,141,270,'40.81998013290286','8.453550338745117'),(273792,160,141,271,'40.82114929181685','8.449172973632812'),(273790,160,141,269,'40.818291311422705','8.457927703857421'),(273789,160,141,268,'40.818486177634','8.460159301757812'),(273787,160,141,266,'40.816797318118226','8.47269058227539'),(273788,160,141,267,'40.8161477453172','8.466081619262695'),(273786,160,141,265,'40.81647253251276','8.478097915649414'),(273785,160,141,264,'40.81523833271032','8.483591079711914'),(273784,160,141,263,'40.81627766038624','8.485307693481445'),(273783,160,141,262,'40.81686227504851','8.487882614135742'),(273782,160,141,261,'40.81757679708368','8.495864868164062'),(273781,160,141,260,'40.81751184085305','8.497753143310546'),(273780,160,141,259,'40.816797318118226','8.505563735961914'),(273779,160,141,258,'40.81777166539394','8.507623672485351'),(273778,160,141,257,'40.81933059126812','8.51165771484375'),(273777,160,141,256,'40.82075957446866','8.51663589477539'),(273776,160,141,255,'40.822448333106685','8.528480529785156'),(273775,160,141,254,'40.824201998489904','8.533544540405273'),(273773,160,141,252,'40.825176237000036','8.538093566894531'),(273774,160,141,253,'40.824201998489904','8.536806106567382'),(273771,160,141,250,'40.828423595338876','8.551054000854492'),(273772,160,141,251,'40.826280356677124','8.544015884399414'),(273769,160,141,248,'40.82848854088363','8.555259704589843'),(273770,160,141,249,'40.82783908257347','8.554143905639648'),(273767,160,141,246,'40.828293704058474','8.566417694091796'),(273768,160,141,247,'40.828553486364804','8.560924530029296'),(273766,160,141,245,'40.83426843961648','8.584184646606445'),(273765,160,141,244,'40.83498277413763','8.584871292114257'),(273764,160,141,243,'40.836476357810255','8.586673736572265'),(273763,160,141,242,'40.83745041598947','8.589334487915039'),(273762,160,141,241,'40.837385479222796','8.590364456176757'),(273761,160,141,240,'40.83745041598947','8.593025207519531'),(273760,160,141,239,'40.8458916540019','8.604440689086914'),(273758,160,141,237,'40.86789874831575','8.631563186645507'),(273759,160,141,238,'40.84770962609267','8.607444763183593'),(273757,160,141,236,'40.87672549820797','8.633537292480468'),(273756,160,141,235,'40.87711488654111','8.63551139831543'),(273755,160,141,234,'40.87841283110935','8.635082244873046'),(273754,160,141,233,'40.87951606398253','8.635425567626953'),(273753,160,141,232,'40.88087885567499','8.635082244873046'),(273752,160,141,231,'40.88217672643869','8.636541366577148'),(273751,160,141,230,'40.88321500472553','8.6407470703125'),(273750,160,141,229,'40.883928811599326','8.642206192016601'),(273748,160,141,227,'40.89028784209998','8.650703430175781'),(273749,160,141,228,'40.88555107131714','8.643836975097656'),(273747,160,141,226,'40.89087180406042','8.651390075683593'),(273745,160,141,224,'40.89119622514477','8.653278350830078'),(273746,160,141,225,'40.89119622514477','8.652334213256836'),(273744,160,141,223,'40.891715295571046','8.654565811157226'),(273743,160,141,222,'40.89158552834625','8.656454086303711'),(273741,160,141,220,'40.89294807151276','8.660659790039062'),(273742,160,141,221,'40.89255877632848','8.657913208007812'),(273740,160,141,219,'40.89385641803474','8.662633895874023'),(273739,160,141,218,'40.89327248241655','8.663578033447265'),(273737,160,141,216,'40.89521891443392','8.664608001708984'),(273738,160,141,217,'40.89444034849895','8.663578033447265'),(273736,160,141,215,'40.89599747120625','8.667440414428711'),(273735,160,141,214,'40.89599747120625','8.668899536132812'),(273734,160,141,213,'40.89781406804225','8.671560287475586'),(273732,160,141,211,'40.90144711205501','8.683919906616211'),(273733,160,141,212,'40.8981384550849','8.67344856262207'),(273731,160,141,210,'40.90676656647374','8.691558837890625'),(273729,160,141,208,'40.91007479182505','8.693876266479492'),(273730,160,141,209,'40.90962073147841','8.692245483398437'),(273728,160,141,207,'40.911307225619645','8.694820404052734'),(273727,160,141,206,'40.912669362560734','8.696365356445312'),(273725,160,141,204,'40.91176127438479','8.702545166015625'),(273726,160,141,205,'40.91176127438479','8.699283599853515'),(273724,160,141,203,'40.91046398392614','8.706021308898925'),(273723,160,141,202,'40.91179370632012','8.706021308898925'),(273722,160,141,201,'40.91228018344115','8.704347610473632'),(273721,160,141,200,'40.91335042050763','8.703703880310058'),(273720,160,141,199,'40.91377202429224','8.704218864440918'),(273719,160,141,198,'40.91399904060109','8.705592155456543'),(273717,160,141,196,'40.91435577894002','8.709626197814941'),(273718,160,141,197,'40.913609869308644','8.708639144897461'),(273716,160,141,195,'40.91477737631334','8.70992660522461'),(273715,160,141,194,'40.91364230033718','8.712458610534668'),(273714,160,141,193,'40.91296124539705','8.712973594665527'),(273713,160,141,192,'40.912636931054934','8.713831901550293'),(273711,160,141,190,'40.911436954156436','8.718509674072265'),(273712,160,141,191,'40.91257206799562','8.716235160827636'),(273710,160,141,189,'40.91117749682831','8.724002838134765'),(273709,160,141,188,'40.91169641046637','8.724174499511718'),(273708,160,141,187,'40.911631546484344','8.725547790527343'),(273706,160,141,185,'40.911307225619645','8.728809356689453'),(273707,160,141,186,'40.911112632337186','8.727006912231445'),(273705,160,141,184,'40.910658579117616','8.729839324951171'),(273704,160,141,183,'40.910139657334305','8.731470108032226'),(273703,160,141,182,'40.910593714117425','8.733444213867187'),(273702,160,141,181,'40.911242361255795','8.73438835144043'),(273701,160,141,180,'40.911566682438675','8.735074996948242'),(273700,160,141,179,'40.91033425348031','8.737049102783203'),(273699,160,141,178,'40.90773959111112','8.737478256225586'),(273698,160,141,177,'40.906247614146224','8.738594055175781'),(273697,160,141,176,'40.90222559552476','8.738679885864257'),(273696,160,141,175,'40.90060374462265','8.741254806518554'),(273695,160,141,174,'40.89723016735678','8.743314743041992'),(273694,160,141,173,'40.89379153655388','8.744173049926757'),(273693,160,141,172,'40.89405106209546','8.746747970581054'),(273692,160,141,171,'40.89184506254133','8.752241134643554'),(273690,160,141,169,'40.90300406983152','8.773784637451171'),(273691,160,141,170,'40.89236412787734','8.757133483886718'),(273689,160,141,168,'40.90222559552476','8.788719177246093'),(273688,160,141,167,'40.90546917801895','8.796958923339843'),(273687,160,141,166,'40.90676656647374','8.807945251464843'),(273686,160,141,165,'40.91091803848206','8.816356658935546'),(273685,160,141,164,'40.919641766901606','8.842020034790039'),(273684,160,141,163,'40.91879863151193','8.84425163269043'),(273683,160,141,162,'40.91176127438479','8.855581283569336'),(273682,160,141,161,'40.909653164463734','8.857769966125488'),(273680,160,141,159,'40.90644222174629','8.858156204223632'),(273681,160,141,160,'40.90822609806073','8.858499526977539'),(273678,160,141,157,'40.90589083205866','8.86120319366455'),(273679,160,141,158,'40.90585839722798','8.859014511108398'),(273677,160,141,156,'40.90495021551011','8.863177299499511'),(273675,160,141,154,'40.90391227827502','8.86622428894043'),(273676,160,141,155,'40.90488534491016','8.864293098449707'),(273673,160,141,152,'40.9050799565191','8.871889114379882'),(273674,160,141,153,'40.90443124892882','8.870172500610351'),(273672,160,141,151,'40.90796662813303','8.87721061706543'),(273671,160,141,150,'40.90816123067426','8.878369331359863'),(273669,160,141,148,'40.90945856631325','8.881072998046875'),(273670,160,141,149,'40.908777468276526','8.879785537719726'),(273668,160,141,147,'40.90962073147841','8.883304595947265'),(273667,160,141,146,'40.909263967590064','8.88545036315918'),(273666,160,141,145,'40.91098290316406','8.888411521911621'),(273665,160,141,144,'40.912085593022255','8.889269828796386'),(273664,160,141,143,'40.91312340197153','8.89068603515625'),(273663,160,141,142,'40.913836886174316','8.892230987548828'),(273662,160,141,141,'40.91545841254459','8.892960548400879'),(273661,160,141,140,'40.91753390826241','8.893561363220214'),(273660,160,141,139,'40.91776091165312','8.894033432006836'),(273659,160,141,138,'40.9190256305594','8.897294998168945'),(273658,160,141,137,'40.919058058931135','8.898539543151855'),(273657,160,141,136,'40.919090487286944','8.900556564331054'),(273656,160,141,135,'40.91879863151193','8.901329040527343'),(273655,160,141,134,'40.917404191689144','8.901500701904296'),(273654,160,141,133,'40.916334020247135','8.902487754821777'),(273653,160,141,132,'40.91600972245032','8.903560638427734'),(273652,160,141,131,'40.91506924984297','8.904290199279785'),(273651,160,141,130,'40.914744945841626','8.905277252197265'),(273650,160,141,129,'40.914420640249396','8.9064359664917'),(273649,160,141,128,'40.916755605004596','8.914203643798828'),(273648,160,141,127,'40.91743662085632','8.914804458618164'),(273647,160,141,126,'40.91782576962159','8.915877342224121'),(273646,160,141,125,'40.91834463107827','8.917980194091796'),(273645,160,141,124,'40.91915534395085','8.918795585632324'),(273644,160,141,123,'40.92009575842603','8.922100067138671'),(273643,160,141,122,'40.92311148010945','8.926563262939453'),(273642,160,141,121,'40.92411669009242','8.927807807922363'),(273641,160,141,120,'40.92444094811574','8.929224014282226'),(273640,160,141,119,'40.92599736448136','8.932785987854004'),(273639,160,141,118,'40.92807252928122','8.936047554016113'),(273638,160,141,117,'40.929142510667205','8.93686294555664'),(273637,160,141,116,'40.92927220420331','8.937549591064453'),(273636,160,141,115,'40.92975855269652','8.938751220703125'),(273635,160,141,114,'40.93082850678072','8.93960952758789'),(273634,160,141,113,'40.93118515429184','8.940339088439941'),(273633,160,141,112,'40.932514459872955','8.942399024963379'),(273632,160,141,111,'40.93387615980962','8.944716453552246'),(273631,160,141,110,'40.934654261458064','8.945960998535156'),(273630,160,141,109,'40.93617801730616','8.94660472869873'),(273629,160,141,108,'40.937280286861764','8.949780464172363'),(273628,160,141,107,'40.93864188856629','8.950080871582031'),(273627,160,141,106,'40.939841371576094','8.949522972106933'),(273626,160,141,105,'40.940684238497866','8.95059585571289'),(273625,160,141,104,'40.941591929307954','8.953084945678711'),(273624,160,141,103,'40.94275894201993','8.953642845153808'),(273623,160,141,102,'40.94337485708211','8.955230712890625'),(273622,160,141,101,'40.94450942242368','8.957161903381347'),(273621,160,141,100,'40.9469729829084','8.959994316101074'),(273620,160,141,99,'40.94830197079564','8.96235466003418'),(273619,160,141,98,'40.948853006709356','8.964414596557617'),(273618,160,141,97,'40.949857825066665','8.966131210327148'),(273617,160,141,96,'40.95066815131338','8.968062400817871'),(273616,160,141,95,'40.95079780258997','8.970122337341308'),(273615,160,141,94,'40.95076538979468','8.972268104553222'),(273614,160,141,93,'40.9528073648214','8.97510051727295'),(273613,160,141,92,'40.95322871688706','8.976173400878906'),(273612,160,141,91,'40.95381212300005','8.976860046386718'),(273611,160,141,90,'40.95420105754452','8.978018760681152'),(273610,160,141,89,'40.95488168748385','8.978533744812011'),(273609,160,141,88,'40.9566318465342','8.981022834777832'),(273608,160,141,87,'40.956988354726214','8.982439041137695'),(273607,160,141,86,'40.95864123118629','8.98458480834961'),(273606,160,141,85,'40.95967830900992','8.986644744873046'),(273605,160,141,84,'40.962465374920576','8.994455337524414'),(273604,160,141,83,'40.96492826544097','8.997030258178711'),(273603,160,141,82,'40.96499307710822','9.002008438110351'),(273602,160,141,81,'40.967196635921','9.009389877319336'),(273601,160,141,80,'40.9675206824815','9.011707305908203'),(273600,160,141,79,'40.968752044898565','9.014368057250976'),(273599,160,141,78,'40.97037222359609','9.017972946166992'),(273598,160,141,77,'40.971668337910096','9.018745422363281'),(273597,160,141,76,'40.970631448495816','9.021148681640625'),(273596,160,141,75,'40.96823357931316','9.02252197265625'),(273595,160,141,74,'40.963243139751356','9.01926040649414'),(273594,160,141,73,'40.95546507898951','9.029302597045898'),(273593,160,141,72,'40.95293701189724','9.030847549438476'),(273592,160,141,71,'40.951770179049326','9.033164978027343'),(273591,160,141,70,'40.95008471741818','9.036340713500976'),(273590,160,141,69,'40.947037812206354','9.041919708251953'),(273589,160,141,68,'40.94600053580118','9.044837951660156'),(273588,160,141,67,'40.94515773672476','9.04698371887207'),(273587,160,141,66,'40.947167470611376','9.056339263916015'),(273586,160,141,65,'40.948853006709356','9.059343338012695'),(273585,160,141,64,'40.95079780258997','9.06123161315918'),(273584,160,141,63,'40.95014954366112','9.067668914794921'),(273583,160,141,62,'40.950117130547625','9.070415496826171'),(273582,160,141,61,'40.94989023830748','9.070780277252197'),(273581,160,141,60,'40.945481891488626','9.071810245513916'),(273580,160,141,59,'40.944185262886414','9.071381092071533'),(273579,160,141,58,'40.94285619214847','9.071831703186035'),(273578,160,141,57,'40.941802641462004','9.071831703186035'),(273577,160,141,56,'40.94052214954055','9.072110652923584'),(273576,160,141,55,'40.93950097996259','9.072089195251464'),(273575,160,141,54,'40.93878777279854','9.072325229644775'),(273574,160,141,53,'40.938074557933604','9.07219648361206'),(273573,160,141,52,'40.93812318646447','9.071595668792724'),(273572,160,141,51,'40.937961091222355','9.071059226989746'),(273571,160,141,50,'40.93729649657094','9.07045841217041'),(273570,160,141,49,'40.93702093097397','9.069879055023193'),(273569,160,141,48,'40.93693988205023','9.068248271942138'),(273568,160,141,47,'40.93635632686361','9.067625999450683'),(273567,160,141,46,'40.9359510771733','9.066767692565918'),(273566,160,141,45,'40.934946047213515','9.065887928009033'),(273565,160,141,44,'40.934751523519736','9.066617488861084'),(273564,160,141,43,'40.93394100196371','9.066681861877441'),(273563,160,141,42,'40.933341209610234','9.0671968460083'),(273562,160,141,41,'40.93233613994583','9.066874980926513'),(273561,160,141,40,'40.93201192066339','9.065673351287841'),(273560,160,141,39,'40.931914654568445','9.064836502075195'),(273559,160,141,38,'40.9296774948629','9.064879417419433'),(273558,160,141,37,'40.928899334600885','9.064342975616455'),(273557,160,141,36,'40.92826707264012','9.063355922698974'),(273556,160,141,35,'40.927586168378156','9.06346321105957'),(273555,160,141,34,'40.92703495502717','9.064021110534668'),(273554,160,141,33,'40.9258028144403','9.064192771911621'),(273553,160,141,32,'40.92590008953243','9.063248634338379'),(273552,160,141,31,'40.92551098830478','9.06273365020752'),(273551,160,141,30,'40.92495975764384','9.063291549682617'),(273550,160,141,29,'40.92414911596632','9.063806533813476'),(273549,160,141,28,'40.92401941237516','9.065051078796386'),(273548,160,141,27,'40.92346816927281','9.0657377243042'),(273547,160,141,26,'40.923208759163124','9.068076610565185'),(273546,160,141,25,'40.92348438237087','9.068892002105713'),(273545,160,141,24,'40.923289824931764','9.069643020629882'),(273544,160,141,23,'40.92290070833534','9.06994342803955'),(273543,160,141,22,'40.92230081576066','9.070887565612793'),(273542,160,141,21,'40.92059838826224','9.07170295715332'),(273541,160,141,20,'40.92029032526764','9.071059226989746'),(273540,160,141,19,'40.919576910714994','9.070737361907959'),(273539,160,141,18,'40.91931748533216','9.071059226989746'),(273538,160,141,17,'40.919139129790835','9.072303771972656'),(273537,160,141,16,'40.917582551911764','9.073848724365234'),(273536,160,141,15,'40.91699882575704','9.073762893676757'),(273535,160,141,14,'40.915815143008594','9.072067737579345'),(273534,160,141,13,'40.915182755867576','9.072518348693847'),(273533,160,141,12,'40.914874667633065','9.074363708496093'),(273532,160,141,11,'40.91506924984297','9.075608253479004'),(273531,160,141,10,'40.915604347967076','9.076573848724365'),(273530,160,141,9,'40.91588000288613','9.078247547149658'),(273529,160,141,8,'40.915571917901026','9.079642295837402'),(273528,160,141,7,'40.914647654330984','9.079170227050781'),(273527,160,141,6,'40.913755808811786','9.079170227050781'),(273526,160,141,5,'40.91302610807457','9.078269004821777'),(273525,160,141,4,'40.91176127438479','9.078054428100586'),(273524,160,141,3,'40.91176127438479','9.081230163574218'),(273523,160,141,2,'40.91078830892711','9.08320426940918'),(273522,160,141,1,'40.908063929475226','9.083890914916992'),(273521,160,141,0,'40.90793419432049','9.08792495727539'),(274130,160,141,609,'40.32299052780669','8.508481979370117'),(274131,160,141,610,'40.322892370635095','8.510370254516601'),(274132,160,141,611,'40.32236886330952','8.510241508483886'),(274133,160,141,612,'40.32145271572106','8.507623672485351'),(274134,160,141,613,'40.321550874985945','8.508996963500976'),(274135,160,141,614,'40.32151815524683','8.509855270385742'),(274136,160,141,615,'40.321812632327855','8.511357307434082'),(274137,160,141,616,'40.321550874985945','8.511700630187988'),(274138,160,141,617,'40.32040567468176','8.511486053466796'),(274139,160,141,618,'40.3184751501944','8.513846397399902'),(274140,160,141,619,'40.31608645874705','8.514447212219238'),(274141,160,141,620,'40.31490844281075','8.516678810119629'),(274142,160,141,621,'40.31435215036359','8.516764640808105'),(274143,160,141,622,'40.31379585333359','8.516035079956054'),(274144,160,141,623,'40.313697682793766','8.515005111694336'),(274145,160,141,624,'40.31235600444577','8.513803482055664'),(274146,160,141,625,'40.312454176936086','8.51217269897461'),(274147,160,141,626,'40.312028761780645','8.511357307434082'),(274148,160,141,627,'40.3117015175298','8.510241508483886'),(274149,160,141,628,'40.31199603742692','8.509469032287597'),(274150,160,141,629,'40.311963313057355','8.507838249206543'),(274151,160,141,630,'40.31179969097156','8.506765365600586'),(274152,160,141,631,'40.31212693474669','8.505563735961914'),(274153,160,141,632,'40.31222510757','8.501787185668945'),(274154,160,141,633,'40.31163606848934','8.499813079833984'),(274155,160,141,634,'40.31013072305235','8.499126434326171'),(274156,160,141,635,'40.30950894014522','8.49818229675293'),(274157,160,141,636,'40.30888715151367','8.498868942260742'),(274158,160,141,637,'40.30806899985602','8.499255180358886'),(274159,160,141,638,'40.307643557077334','8.500542640686035'),(274160,160,141,639,'40.306890844057975','8.500843048095703'),(274161,160,141,640,'40.306498120891824','8.501443862915039'),(274162,160,141,641,'40.30564721286524','8.50092887878418'),(274163,160,141,642,'40.30450174282539','8.501315116882324'),(274164,160,141,643,'40.30142524143667','8.502473831176757'),(274165,160,141,644,'40.30221074447243','8.50165843963623'),(274166,160,141,645,'40.30221074447243','8.50118637084961'),(274167,160,141,646,'40.300803378389375','8.500242233276367'),(274168,160,141,647,'40.29982147771287','8.500585556030273'),(274169,160,141,648,'40.29738302931056','8.502109050750732'),(274170,160,141,649,'40.29635198103114','8.50243091583252'),(274171,160,141,650,'40.29589373230127','8.502860069274902'),(274172,160,141,651,'40.29564824063189','8.503782749176025'),(274173,160,141,652,'40.29330784193629','8.503375053405761'),(274174,160,141,653,'40.292800472087784','8.498568534851074'),(274175,160,141,654,'40.29234219927301','8.4934401512146'),(274176,160,141,655,'40.29176935388435','8.49092960357666'),(274177,160,141,656,'40.29276773841838','8.484899997711181'),(274178,160,141,657,'40.292996873771344','8.483612537384033'),(274179,160,141,658,'40.293717008394225','8.483633995056152'),(274180,160,141,659,'40.29584463403876','8.485071659088134'),(274181,160,141,660,'40.29721937190397','8.484985828399658'),(274182,160,141,661,'40.297726708574125','8.494749069213867'),(274183,160,141,662,'40.29694115340304','8.497838973999023'),(275581,161,142,544,'39.138249129140675','9.438414573669433'),(275580,161,142,543,'39.13645165015621','9.438714981079101'),(275579,161,142,542,'39.13522001769275','9.438371658325195'),(275577,161,142,540,'39.13561946841977','9.439573287963867'),(275578,161,142,541,'39.13678452009688','9.439873695373535'),(275576,161,142,539,'39.13462083735339','9.440474510192871'),(275575,161,142,538,'39.13322273006702','9.440217018127441'),(275574,161,142,537,'39.13265682160699','9.439444541931152'),(275572,161,142,535,'39.12972734040718','9.439787864685058'),(275573,161,142,536,'39.1309257792633','9.44051742553711'),(275571,161,142,534,'39.12999366191542','9.4407320022583'),(275570,161,142,533,'39.12889507920298','9.44249153137207'),(275569,161,142,532,'39.128994951066765','9.44373607635498'),(275567,161,142,530,'39.131358543838296','9.444036483764648'),(275568,161,142,531,'39.129261275344476','9.443950653076171'),(275565,161,142,528,'39.132024330299274','9.445624351501464'),(275566,161,142,529,'39.13152499104364','9.44498062133789'),(275563,161,142,526,'39.13368876891346','9.44601058959961'),(275564,161,142,527,'39.13328930723394','9.445152282714843'),(275562,161,142,525,'39.133555615272066','9.44974422454834'),(275561,161,142,524,'39.13468741319844','9.452662467956543'),(275559,161,142,522,'39.13405494012907','9.456267356872558'),(275560,161,142,523,'39.133555615272066','9.455151557922363'),(275558,161,142,521,'39.13345574987577','9.457340240478515'),(275557,161,142,520,'39.13162485917804','9.456439018249511'),(275556,161,142,519,'39.13039314228943','9.45824146270752'),(275555,161,142,518,'39.130626171461174','9.46021556854248'),(275554,161,142,517,'39.13175801647022','9.467339515686035'),(275553,161,142,516,'39.132224065010156','9.468240737915039'),(275552,161,142,515,'39.13229064312124','9.469571113586425'),(275551,161,142,514,'39.13325601865834','9.47244644165039'),(275550,161,142,513,'39.13332259579376','9.476308822631836'),(275549,161,142,512,'39.13272339930891','9.478626251220703'),(275548,161,142,511,'39.13382192230308','9.48047161102295'),(275547,161,142,510,'39.134587549407264','9.47995662689209'),(275546,161,142,509,'39.135919054977926','9.480299949645996'),(275545,161,142,508,'39.1358191929335','9.481673240661621'),(275544,161,142,507,'39.13635178886716','9.482617378234863'),(275543,161,142,506,'39.136851093896205','9.483003616333007'),(275542,161,142,505,'39.1371173884639','9.484720230102539'),(275541,161,142,504,'39.13781640691233','9.485621452331543'),(275540,161,142,503,'39.14174409580231','9.49042797088623'),(275539,161,142,502,'39.14533873764467','9.498968124389648'),(275538,161,142,501,'39.14500590814841','9.500212669372558'),(275537,161,142,500,'39.14490605899264','9.50416088104248'),(275536,161,142,499,'39.1457381309628','9.506006240844726'),(275534,161,142,497,'39.145804696295485','9.511799812316894'),(275535,161,142,498,'39.145538434586996','9.507508277893066'),(275533,161,142,496,'39.14770178181431','9.514932632446289'),(275531,161,142,494,'39.146503628488134','9.520554542541504'),(275532,161,142,495,'39.146403781456975','9.516348838806152'),(275530,161,142,493,'39.14607095699676','9.522185325622558'),(275529,161,142,492,'39.14736896349185','9.522957801818847'),(275527,161,142,490,'39.149632097049256','9.516434669494629'),(275528,161,142,491,'39.148600383423826','9.516692161560058'),(275526,161,142,489,'39.150497393589305','9.517850875854492'),(275525,161,142,488,'39.15136267949032','9.51815128326416'),(275523,161,142,486,'39.15442437494271','9.515962600708007'),(275524,161,142,487,'39.152094836173646','9.518966674804687'),(275522,161,142,485,'39.156221395014434','9.515275955200195'),(275521,161,142,484,'39.15728627414103','9.515705108642578'),(275520,161,142,483,'39.15828458368495','9.515447616577148'),(275519,161,142,482,'39.16274352670506','9.515962600708007'),(275518,161,142,481,'39.16467342932986','9.515447616577148'),(275517,161,142,480,'39.16726873213419','9.515962600708007'),(275516,161,142,479,'39.17052936145295','9.514932632446289'),(275514,161,142,477,'39.17824779973655','9.518537521362304'),(275515,161,142,478,'39.17651787861678','9.519309997558593'),(275513,161,142,476,'39.1813083251388','9.519224166870117'),(275512,161,142,475,'39.1854331703021','9.518365859985351'),(275511,161,142,474,'39.18702981957554','9.520854949951171'),(275510,161,142,473,'39.19008996263508','9.522228240966796'),(275509,161,142,472,'39.19055562489789','9.523429870605468'),(275508,161,142,471,'39.19135389588405','9.524459838867187'),(275507,161,142,470,'39.19288388992811','9.526691436767578'),(275506,161,142,469,'39.19414777292562','9.528837203979492'),(275505,161,142,468,'39.19614333137351','9.531068801879882'),(275504,161,142,467,'39.19807231733258','9.534845352172851'),(275503,161,142,466,'39.19920307758218','9.538450241088867'),(275502,161,142,465,'39.20086592724027','9.542827606201171'),(275501,161,142,464,'39.20319385063704','9.543170928955078'),(275500,161,142,463,'39.20711788972778','9.541282653808593'),(275499,161,142,462,'39.20977813051591','9.541797637939453'),(275498,161,142,461,'39.21928766726183','9.534673690795898'),(275496,161,142,459,'39.224008707022264','9.530296325683593'),(275497,161,142,460,'39.22101653556961','9.534244537353515'),(275495,161,142,458,'39.227067239343874','9.526519775390625'),(275494,161,142,457,'39.23032509456124','9.520425796508789'),(275493,161,142,456,'39.23305093883473','9.512529373168945'),(275492,161,142,455,'39.233715762839026','9.511756896972656'),(275490,161,142,453,'39.234380580544276','9.503602981567382'),(275491,161,142,454,'39.23471298703472','9.509696960449218'),(275489,161,142,452,'39.23664091362481','9.499568939208984'),(275488,161,142,451,'39.23830287678644','9.510383605957031'),(275487,161,142,450,'39.24375383960589','9.51716423034668'),(275486,161,142,449,'39.2781117405251','9.534931182861328'),(275484,161,142,447,'39.284157519735785','9.530725479125976'),(275485,161,142,448,'39.28003847406376','9.533729553222656'),(275483,161,142,446,'39.28568549121281','9.529953002929687'),(275482,161,142,445,'39.287944170596745','9.524974822998046'),(275481,161,142,444,'39.29179704377487','9.523515701293945'),(275480,161,142,443,'39.29392267616436','9.523773193359375'),(275478,161,142,441,'39.29817374735305','9.52291488647461'),(275479,161,142,442,'39.295251163638824','9.522743225097656'),(275477,161,142,440,'39.29990067129134','9.524288177490234'),(275476,161,142,439,'39.301959640308816','9.523344039916992'),(275475,161,142,438,'39.30401854876317','9.524545669555664'),(275474,161,142,437,'39.31265202145737','9.523000717163086'),(275473,161,142,436,'39.31417937111914','9.523515701293945'),(275472,161,142,435,'39.31869481859261','9.522314071655273'),(275471,161,142,434,'39.32075323469496','9.520597457885742'),(275470,161,142,433,'39.324139529391346','9.522743225097656'),(275469,161,142,432,'39.32626417961392','9.522829055786132'),(275467,161,142,430,'39.3286543339635','9.522228240966796'),(275468,161,142,431,'39.32719369379016','9.522228240966796'),(275466,161,142,429,'39.33150913348649','9.52566146850586'),(275464,161,142,427,'39.33443020304898','9.528322219848632'),(275465,161,142,428,'39.332903295546','9.525232315063476'),(275462,161,142,425,'39.33668730958079','9.531326293945312'),(275463,161,142,426,'39.33589069206677','9.531240463256836'),(275461,161,142,424,'39.3393426357362','9.535360336303711'),(275460,161,142,423,'39.34080302213027','9.535961151123046'),(275459,161,142,422,'39.34239613612672','9.538106918334961'),(275458,161,142,421,'39.34266165159597','9.540596008300781'),(275457,161,142,420,'39.345250374562774','9.545917510986328'),(275456,161,142,419,'39.34836999022121','9.548835754394531'),(275455,161,142,418,'39.34976381603593','9.54986572265625'),(275454,161,142,417,'39.3526841228306','9.548835754394531'),(275453,161,142,416,'39.35805982299855','9.56110954284668'),(275451,161,142,414,'39.360249804478954','9.567461013793945'),(275452,161,142,415,'39.35998435583497','9.565486907958984'),(275450,161,142,413,'39.36124522790965','9.570550918579101'),(275449,161,142,412,'39.36940716495208','9.5855712890625'),(275448,161,142,411,'39.38592719048733','9.59604263305664'),(275447,161,142,410,'39.393223948684415','9.605140686035156'),(275446,161,142,409,'39.39806592154658','9.605655670166015'),(275445,161,142,408,'39.413849745680885','9.595699310302734'),(275444,161,142,407,'39.41670106397284','9.58582878112793'),(275443,161,142,406,'39.41995009846829','9.579992294311523'),(275442,161,142,405,'39.42180662161637','9.57209587097168'),(275441,161,142,404,'39.42220444157175','9.56608772277832'),(275440,161,142,403,'39.42585101868934','9.564285278320312'),(275439,161,142,402,'39.435331226226495','9.550466537475586'),(275438,161,142,401,'39.436855894435','9.543600082397461'),(275436,161,142,399,'39.44023656143002','9.542484283447265'),(275437,161,142,400,'39.4377176486617','9.542484283447265'),(275435,161,142,398,'39.44169483771482','9.542827606201171'),(275434,161,142,397,'39.44368334708088','9.54136848449707'),(275433,161,142,396,'39.445075269856204','9.540338516235351'),(275432,161,142,395,'39.45223329039753','9.540424346923828'),(275431,161,142,394,'39.454950494388164','9.540424346923828'),(275430,161,142,393,'39.45667354440843','9.54188346862793'),(275429,161,142,392,'39.46098098287345','9.54188346862793'),(275428,161,142,391,'39.46330026240834','9.538707733154296'),(275427,161,142,390,'39.467739810504796','9.53913688659668'),(275426,161,142,389,'39.469727576061075','9.538450241088867'),(275425,161,142,388,'39.47290788283838','9.538278579711914'),(275424,161,142,387,'39.475955540420635','9.539823532104492'),(275423,161,142,386,'39.47496175370501','9.536304473876953'),(275422,161,142,385,'39.476750559571435','9.531240463256836'),(275421,161,142,384,'39.47734681797185','9.525833129882812'),(275420,161,142,383,'39.47933430906106','9.51991081237793'),(275419,161,142,382,'39.48046052880388','9.515705108642578'),(275418,161,142,381,'39.480659271571405','9.512014389038086'),(275417,161,142,380,'39.479533055046645','9.509611129760742'),(275416,161,142,379,'39.47873806769707','9.503517150878906'),(275415,161,142,378,'39.47979804881068','9.499311447143554'),(275414,161,142,377,'39.480261785468464','9.494247436523437'),(275413,161,142,376,'39.4795993035823','9.49167251586914'),(275412,161,142,375,'39.47887056621964','9.490127563476562'),(275411,161,142,374,'39.48019553756379','9.489870071411132'),(275410,161,142,373,'39.48118924950849','9.487380981445312'),(275409,161,142,372,'39.48205045504318','9.484720230102539'),(275408,161,142,371,'39.48423654427702','9.482831954956054'),(275407,161,142,370,'39.484898981993425','9.480428695678711'),(275405,161,142,368,'39.483507855500825','9.477167129516601'),(275406,161,142,369,'39.483706589560626','9.478883743286132'),(275404,161,142,367,'39.48496522541802','9.477338790893554'),(275403,161,142,366,'39.48450152012079','9.476137161254882'),(275402,161,142,365,'39.485826384195505','9.473819732666015'),(275400,161,142,363,'39.48549517054311','9.468584060668945'),(275401,161,142,364,'39.48470025134107','9.471588134765625'),(275399,161,142,362,'39.484832738505744','9.462575912475586'),(275398,161,142,361,'39.48589262673667','9.457340240478515'),(275397,161,142,360,'39.485859505473975','9.454035758972168'),(275396,161,142,359,'39.48668753230887','9.453048706054687'),(275395,161,142,358,'39.48920467334085','9.45300579071045'),(275394,161,142,357,'39.49158924921321','9.452276229858398'),(275393,161,142,356,'39.49500037529437','9.451546669006347'),(275392,161,142,355,'39.49619257406429','9.452104568481445'),(275391,161,142,354,'39.49877560125702','9.452447891235351'),(275390,161,142,353,'39.500365108743985','9.451589584350586'),(275389,161,142,352,'39.501789011667','9.449400901794433'),(275388,161,142,351,'39.50344467605874','9.436869621276855'),(275387,161,142,350,'39.50317977240662','9.43502426147461'),(275386,161,142,349,'39.50377580420396','9.43249225616455'),(275384,161,142,347,'39.50466984231528','9.424552917480468'),(275385,161,142,348,'39.50351090181401','9.427342414855957'),(275382,161,142,345,'39.50880875776001','9.417901039123535'),(275383,161,142,346,'39.50728566554416','9.418630599975586'),(275380,161,142,343,'39.51096089636409','9.413094520568847'),(275381,161,142,344,'39.50986828048042','9.41627025604248'),(275379,161,142,342,'39.511722406364406','9.409875869750976'),(275378,161,142,341,'39.51357648276841','9.408674240112304'),(275377,161,142,340,'39.514867685320574','9.407086372375488'),(275376,161,142,339,'39.51847630364586','9.404468536376953'),(275375,161,142,338,'39.52122402490241','9.403610229492187'),(275374,161,142,337,'39.52579228468874','9.403181076049804'),(275373,161,142,336,'39.527745289561665','9.40356731414795'),(275372,161,142,335,'39.529996142295054','9.403438568115234'),(275371,161,142,334,'39.5316180350608','9.402451515197754'),(275370,161,142,333,'39.535920832264274','9.396100044250488'),(275369,161,142,332,'39.5373109097461','9.39455509185791'),(275368,161,142,331,'39.53883334361922','9.393224716186523'),(275367,161,142,330,'39.53962764368833','9.38880443572998'),(275366,161,142,329,'39.53962764368833','9.386143684387207'),(275365,161,142,328,'39.54052122040084','9.383740425109863'),(275364,161,142,327,'39.54091836191361','9.380650520324707'),(275363,161,142,326,'39.54210977281701','9.379620552062988'),(275362,161,142,325,'39.54237452801804','9.37833309173584'),(275361,161,142,324,'39.54207667834585','9.377260208129882'),(275360,161,142,323,'39.5406536011576','9.376144409179687'),(275359,161,142,322,'39.5406536011576','9.374771118164062'),(275358,161,142,321,'39.540951456937115','9.373311996459961'),(275357,161,142,320,'39.54022336277493','9.369664192199707'),(275356,161,142,319,'39.54062050599207','9.36910629272461'),(275355,161,142,318,'39.54263928220905','9.36807632446289'),(275354,161,142,317,'39.54326806936482','9.365286827087402'),(275353,161,142,316,'39.54406231868149','9.364213943481445'),(275352,161,142,315,'39.54555151164947','9.364557266235351'),(275351,161,142,314,'39.54713994892395','9.363183975219726'),(275350,161,142,313,'39.547470868779406','9.362325668334961'),(275349,161,142,312,'39.548662167191665','9.363784790039062'),(275348,161,142,311,'39.548364344506105','9.36532974243164'),(275347,161,142,310,'39.548662167191665','9.367046356201171'),(275346,161,142,309,'39.54796724560349','9.368033409118652'),(275345,161,142,308,'39.55034980492996','9.370865821838379'),(275344,161,142,307,'39.55097852221971','9.371337890625'),(275343,161,142,306,'39.5521697604074','9.369792938232421'),(275342,161,142,305,'39.55223593970698','9.367518424987793'),(275341,161,142,304,'39.551805773131235','9.365458488464355'),(275340,161,142,303,'39.552831550562466','9.363484382629394'),(275339,161,142,302,'39.551011612445556','9.36108112335205'),(275338,161,142,301,'39.551706503542654','9.359965324401855'),(275337,161,142,300,'39.553989668143174','9.353442192077636'),(275336,161,142,299,'39.55587570396413','9.354000091552734'),(275335,161,142,298,'39.5568021589193','9.35262680053711'),(275334,161,142,297,'39.56143424808719','9.349794387817382'),(275333,161,142,296,'39.56652918886805','9.349923133850097'),(275332,161,142,295,'39.56927500820312','9.348721504211425'),(275331,161,142,294,'39.57307927697615','9.350180625915527'),(275330,161,142,293,'39.573707788245045','9.351768493652343'),(275329,161,142,292,'39.57489863607502','9.353442192077636'),(275328,161,142,291,'39.5762217763377','9.354043006896972'),(275327,161,142,290,'39.580257198151465','9.353785514831543'),(275326,161,142,289,'39.58088564433879','9.354043006896972'),(275325,161,142,288,'39.58128255478422','9.355759620666504'),(275324,161,142,287,'39.58115025155498','9.357304573059082'),(275323,161,142,286,'39.58062103611239','9.359021186828613'),(275322,161,142,285,'39.58091872029609','9.360136985778808'),(275321,161,142,284,'39.58207636885569','9.360179901123046'),(275320,161,142,283,'39.584060864254745','9.357776641845703'),(275319,161,142,282,'39.58670676971992','9.356961250305175'),(275318,161,142,281,'39.58730208452637','9.355673789978027'),(275317,161,142,280,'39.58793046682883','9.355759620666504'),(275316,161,142,279,'39.58902185412539','9.354557991027832'),(275315,161,142,278,'39.589749436105755','9.354515075683593'),(275314,161,142,277,'39.59011322423073','9.353828430175781'),(275313,161,142,276,'39.591138435033216','9.352283477783203'),(275312,161,142,275,'39.59170064096791','9.351339340209961'),(275311,161,142,274,'39.59289117965158','9.351339340209961'),(275310,161,142,273,'39.59484229602979','9.35035228729248'),(275309,161,142,272,'39.59570209258252','9.351768493652343'),(275308,161,142,271,'39.59947184379446','9.353055953979492'),(275307,161,142,270,'39.599604112041035','9.353656768798828'),(275306,161,142,269,'39.59914117207293','9.35537338256836'),(275305,161,142,268,'39.59920730654354','9.355974197387695'),(275304,161,142,267,'39.59980251393724','9.357004165649414'),(275303,161,142,266,'39.60079451489314','9.357433319091796'),(275302,161,142,265,'39.60205102903981','9.355030059814453'),(275301,161,142,264,'39.60258008080764','9.35262680053711'),(275300,161,142,263,'39.60770506057999','9.35009479522705'),(275299,161,142,262,'39.609688821884326','9.348206520080566'),(275298,161,142,261,'39.61011862934202','9.346661567687988'),(275297,161,142,260,'39.612994964417034','9.344172477722168'),(275296,161,142,259,'39.613920656032846','9.344258308410644'),(275295,161,142,258,'39.61481327551056','9.343914985656738'),(275294,161,142,257,'39.61573894281141','9.345159530639648'),(275293,161,142,256,'39.616664597733646','9.345159530639648'),(275292,161,142,255,'39.61798694043499','9.346404075622558'),(275291,161,142,254,'39.617325772242175','9.348978996276855'),(275290,161,142,253,'39.617722473915755','9.350481033325195'),(275289,161,142,252,'39.61940843066291','9.350309371948242'),(275288,161,142,251,'39.61954066082781','9.350695610046386'),(275287,161,142,250,'39.62135879997673','9.35159683227539'),(275286,161,142,249,'39.62182159140644','9.35060977935791'),(275285,161,142,248,'39.62297855644101','9.349579811096191'),(275284,161,142,247,'39.62459827499393','9.353013038635254'),(275283,161,142,246,'39.62516020930716','9.353013038635254'),(275282,161,142,245,'39.62572213905709','9.35460090637207'),(275281,161,142,244,'39.62625100994726','9.355416297912597'),(275280,161,142,243,'39.62783759836398','9.35584545135498'),(275279,161,142,242,'39.62846561289506','9.355759620666504'),(275278,161,142,241,'39.62968857220201','9.356660842895507'),(275277,161,142,240,'39.63094456196169','9.35584545135498'),(275276,161,142,239,'39.63177085857898','9.354171752929687'),(275275,161,142,238,'39.63286155500202','9.353399276733398'),(275274,161,142,237,'39.633654777963315','9.352283477783203'),(275273,161,142,236,'39.63342342220584','9.344816207885742'),(275272,161,142,235,'39.63279545267803','9.342412948608398'),(275271,161,142,234,'39.62998604552157','9.341597557067871'),(275270,161,142,233,'39.627374847167204','9.343829154968261'),(275269,161,142,232,'39.625986575007474','9.344172477722168'),(275268,161,142,231,'39.62367272617737','9.342412948608398'),(275267,161,142,230,'39.621424913227585','9.341683387756347'),(275266,161,142,229,'39.62046626490844','9.340181350708007'),(275265,161,142,228,'39.620862948582094','9.339022636413574'),(275264,161,142,227,'39.62178853497838','9.338850975036621'),(275263,161,142,226,'39.62145796982935','9.33786392211914'),(275262,161,142,225,'39.621854647818715','9.337306022644043'),(275261,161,142,224,'39.62172242207489','9.33537483215332'),(275260,161,142,223,'39.621193516573264','9.334774017333984'),(275259,161,142,222,'39.62040015074179','9.331769943237304'),(275258,161,142,221,'39.62182159140644','9.326448440551757'),(275257,161,142,220,'39.62205298596076','9.325590133666992'),(275256,161,142,219,'39.6220860422625','9.324946403503418'),(275255,161,142,218,'39.62248271665181','9.324088096618652'),(275254,161,142,217,'39.62221826731157','9.321813583374023'),(275253,161,142,216,'39.622185211073','9.320483207702636'),(275252,161,142,215,'39.622912444674384','9.319710731506347'),(275251,161,142,214,'39.6228463328446','9.318981170654296'),(275250,161,142,213,'39.62168936559946','9.319581985473632'),(275249,161,142,212,'39.62162325260124','9.316492080688476'),(275248,161,142,211,'39.62026792221899','9.316320419311523'),(275247,161,142,210,'39.61950760331027','9.315505027770996'),(275246,161,142,209,'39.61977206300851','9.314947128295898'),(275245,161,142,208,'39.61970594817868','9.313530921936035'),(275244,161,142,207,'39.620135693443565','9.312200546264648'),(275243,161,142,206,'39.61881339179453','9.311084747314453'),(275242,161,142,205,'39.61815223149637','9.311599731445312'),(275241,161,142,204,'39.616962127044054','9.311814308166504'),(275240,161,142,203,'39.615772002128935','9.310226440429687'),(275239,161,142,202,'39.61468103631422','9.308252334594726'),(275238,161,142,201,'39.61474715594397','9.30717945098877'),(275237,161,142,200,'39.61454879686528','9.30593490600586'),(275236,161,142,199,'39.61368923428936','9.30490493774414'),(275235,161,142,198,'39.613821475380355','9.304389953613281'),(275234,161,142,197,'39.61682989195288','9.304475784301757'),(275233,161,142,196,'39.617458006385995','9.303574562072754'),(275232,161,142,195,'39.61878033392963','9.303617477416992'),(275231,161,142,194,'39.620664607029475','9.304046630859375'),(275230,161,142,193,'39.62149102641529','9.303317070007324'),(275229,161,142,192,'39.62426772326626','9.302802085876464'),(275228,161,142,191,'39.62552381143114','9.303789138793945'),(275227,161,142,190,'39.626912092875486','9.303574562072754'),(275226,161,142,189,'39.628300346465885','9.303960800170898'),(275225,161,142,188,'39.63233273464143','9.301128387451171'),(275224,161,142,187,'39.63534034655581','9.299798011779785'),(275223,161,142,186,'39.63705892322421','9.297223091125488'),(275222,161,142,185,'39.63801734166551','9.296021461486816'),(275221,161,142,184,'39.63712502147412','9.295334815979004'),(275220,161,142,183,'39.63653013495103','9.296150207519531'),(275219,161,142,182,'39.637224168730526','9.29267406463623'),(275218,161,142,181,'39.63920708401325','9.290785789489746'),(275217,161,142,180,'39.64204916344579','9.289498329162597'),(275216,161,142,179,'39.6437675734185','9.28992748260498'),(275215,161,142,178,'39.64399889457686','9.292759895324707'),(275214,161,142,177,'39.64604770534313','9.29370403289795'),(275213,161,142,176,'39.64776601595183','9.293360710144043'),(275212,161,142,175,'39.64978167204497','9.292030334472656'),(275211,161,142,174,'39.6515990165046','9.28842544555664'),(275210,161,142,173,'39.65292069155983','9.287223815917968'),(275209,161,142,172,'39.65668732683594','9.287395477294921'),(275208,161,142,171,'39.66359229175781','9.283533096313476'),(275207,161,142,170,'39.66402176439306','9.282374382019043'),(275206,161,142,169,'39.66484766580481','9.281601905822754'),(275205,161,142,168,'39.66636729861043','9.281172752380371'),(275204,161,142,167,'39.66782082915173','9.280142784118652'),(275203,161,142,166,'39.66739138012892','9.279026985168457'),(275202,161,142,165,'39.66755655314589','9.2779541015625'),(275201,161,142,164,'39.6690100586687','9.27520751953125'),(275200,161,142,163,'39.66877882119912','9.273533821105957'),(275199,161,142,162,'39.669307362849544','9.272847175598144'),(275198,161,142,161,'39.67403102428708','9.268040657043457'),(275197,161,142,160,'39.67865527503047','9.261431694030761'),(275196,161,142,159,'39.680009461281784','9.258298873901367'),(275195,161,142,158,'39.68364251272274','9.255294799804687'),(275194,161,142,157,'39.687539573596865','9.253149032592773'),(275193,161,142,156,'39.688299144593984','9.253835678100586'),(275192,161,142,155,'39.689355925123735','9.254307746887207'),(275191,161,142,154,'39.689686165721966','9.254565238952636'),(275190,161,142,153,'39.69061083099316','9.255166053771972'),(275189,161,142,152,'39.691667576138094','9.255766868591308'),(275188,161,142,151,'39.69411123732981','9.25572395324707'),(275187,161,142,150,'39.69596043694605','9.252934455871582'),(275186,161,142,149,'39.69995585980654','9.247570037841796'),(275185,161,142,148,'39.70031906859748','9.245553016662597'),(275184,161,142,147,'39.70150773854818','9.242806434631347'),(275183,161,142,146,'39.70279544122352','9.238171577453613'),(275182,161,142,145,'39.70355484435778','9.236841201782226'),(275181,161,142,144,'39.70441329001129','9.234867095947265'),(275180,161,142,143,'39.70741776569601','9.233322143554687'),(275179,161,142,142,'39.708309178369475','9.231348037719726'),(275178,161,142,141,'39.70926660878282','9.23151969909668'),(275177,161,142,140,'39.70999292644015','9.231691360473632'),(275176,161,142,139,'39.71062019462695','9.232206344604492'),(275175,161,142,138,'39.71144553881486','9.231047630310058'),(275174,161,142,137,'39.71253497802326','9.231476783752441'),(275173,161,142,136,'39.71461476873536','9.2319917678833'),(275172,161,142,135,'39.71530801837108','9.23151969909668'),(275171,161,142,134,'39.7157041578918','9.230790138244629'),(275170,161,142,133,'39.71659546349495','9.230875968933105'),(275169,161,142,132,'39.71817997835024','9.231176376342773'),(275168,161,142,131,'39.719005232086836','9.23151969909668'),(275167,161,142,130,'39.72448466642118','9.223108291625976'),(275166,161,142,129,'39.72877548569705','9.214439392089843'),(275165,161,142,128,'39.729633617508426','9.210662841796875'),(275164,161,142,127,'39.7277523145773','9.209203720092773'),(275163,161,142,126,'39.724682710111715','9.207615852355957'),(275162,161,142,125,'39.723263384427156','9.205513000488281'),(275161,161,142,124,'39.723626470522646','9.204440116882324'),(275160,161,142,123,'39.723560455011146','9.202895164489746'),(275159,161,142,122,'39.72220712309698','9.201092720031738'),(275158,161,142,121,'39.72141491648163','9.197916984558105'),(275157,161,142,120,'39.71986348549764','9.196887016296386'),(275156,161,142,119,'39.717222671644635','9.194998741149902'),(275155,161,142,118,'39.71619932909329','9.194526672363281'),(275154,161,142,117,'39.71504392409333','9.192895889282226'),(275153,161,142,116,'39.71431765961571','9.190278053283691'),(275152,161,142,115,'39.712832094821344','9.189162254333496'),(275151,161,142,114,'39.711577592968595','9.187188148498535'),(275150,161,142,113,'39.71042211055253','9.185943603515625'),(275149,161,142,112,'39.70906852082189','9.185214042663574'),(275148,161,142,111,'39.70837520847972','9.182252883911132'),(275147,161,142,110,'39.70906852082189','9.178218841552734'),(275146,161,142,109,'39.70870535808302','9.177532196044921'),(275145,161,142,108,'39.70616316538504','9.176716804504394'),(275144,161,142,107,'39.705866019864764','9.175386428833007'),(275143,161,142,106,'39.7028944942802','9.173026084899902'),(275142,161,142,105,'39.701870939171556','9.172039031982421'),(275141,161,142,104,'39.69909735870203','9.172897338867187'),(275140,161,142,103,'39.70041812520869','9.171395301818847'),(275139,161,142,102,'39.700352087483665','9.170622825622558'),(275138,161,142,101,'39.701111517506185','9.169378280639648'),(275137,161,142,100,'39.700682275476844','9.168133735656738'),(275136,161,142,99,'39.70038510635408','9.166374206542968'),(275135,161,142,98,'39.699889821639196','9.165129661560058'),(275134,161,142,97,'39.700616238004585','9.163370132446289'),(275133,161,142,96,'39.700352087483665','9.162211418151855'),(275132,161,142,95,'39.700880387514445','9.161567687988281'),(275131,161,142,94,'39.700286049695464','9.16109561920166'),(275130,161,142,93,'39.700153973929474','9.159893989562988'),(275129,161,142,92,'39.69998887886654','9.158692359924316'),(275128,161,142,91,'39.69896528066113','9.158134460449218'),(275127,161,142,90,'39.697974687297766','9.1571044921875'),(275126,161,142,89,'39.6980737472739','9.155645370483398'),(275125,161,142,88,'39.69705012066428','9.154314994812011'),(275124,161,142,87,'39.696785956494146','9.15285587310791'),(275123,161,142,86,'39.69483771451582','9.152641296386718'),(275122,161,142,85,'39.69358288548308','9.151439666748046'),(275121,161,142,84,'39.69212989705236','9.149980545043945'),(275120,161,142,83,'39.69044571310306','9.149465560913086'),(275119,161,142,82,'39.690544783884505','9.149079322814941'),(275118,161,142,81,'39.69077594848834','9.146933555603027'),(275117,161,142,80,'39.69163455309716','9.146418571472168'),(275116,161,142,79,'39.693252663525236','9.144830703735351'),(275115,161,142,78,'39.69335173027848','9.143714904785156'),(275114,161,142,77,'39.69500282190086','9.14161205291748'),(275113,161,142,76,'39.696422729109386','9.140582084655761'),(275112,161,142,75,'39.69695105921898','9.139037132263183'),(275111,161,142,74,'39.69685199763147','9.13736343383789'),(275110,161,142,73,'39.697974687297766','9.13564682006836'),(275109,161,142,72,'39.6987671631259','9.1316556930542'),(275108,161,142,71,'39.69979076426969','9.130496978759765'),(275107,161,142,70,'39.6995926491041','9.129552841186523'),(275106,161,142,69,'39.69909735870203','9.126977920532226'),(275105,161,142,68,'39.699031319713185','9.1241455078125'),(275104,161,142,67,'39.699130378172725','9.122557640075683'),(275103,161,142,66,'39.698899241545924','9.119081497192382'),(275102,161,142,65,'39.697974687297766','9.11715030670166'),(275101,161,142,64,'39.69804072729765','9.115133285522461'),(275100,161,142,63,'39.69734730414717','9.112472534179687'),(275099,161,142,62,'39.69774354680053','9.110369682312011'),(275098,161,142,61,'39.69860206474542','9.109597206115722'),(275097,161,142,60,'39.69896528066113','9.10942554473877'),(275096,161,142,59,'39.69936151402546','9.107708930969238'),(275095,161,142,58,'39.69926245589766','9.105691909790039'),(275094,161,142,57,'39.69998887886654','9.103760719299316'),(275093,161,142,56,'39.7004511440475','9.102859497070312'),(275092,161,142,55,'39.70078133156672','9.101700782775879'),(275091,161,142,54,'39.70071529418927','9.100456237792968'),(275090,161,142,53,'39.69965868755582','9.09968376159668'),(275089,161,142,52,'39.699427552698346','9.098868370056152'),(275088,161,142,51,'39.69837092634926','9.09792423248291'),(275087,161,142,50,'39.69747938528438','9.096293449401855'),(275086,161,142,49,'39.6972152227572','9.094491004943847'),(275085,161,142,48,'39.69638970834326','9.091873168945312'),(275084,161,142,47,'39.69510188614232','9.091401100158691'),(275083,161,142,46,'39.69381403991363','9.089727401733398'),(275082,161,142,45,'39.689950357063196','9.084620475769043'),(275081,161,142,44,'39.68872846363509','9.084405899047851'),(275080,161,142,43,'39.68909173150777','9.083504676818847'),(275079,161,142,42,'39.68919080423223','9.081916809082031'),(275078,161,142,41,'39.68882753688083','9.081401824951171'),(275077,161,142,40,'39.68915778000655','9.080543518066406'),(275076,161,142,39,'39.68922382844214','9.078397750854492'),(275075,161,142,38,'39.68882753688083','9.077024459838867'),(275074,161,142,37,'39.688497292175455','9.07522201538086'),(275073,161,142,36,'39.68922382844214','9.07496452331543'),(275072,161,142,35,'39.692922439987704','9.068098068237304'),(275071,161,142,34,'39.69411123732981','9.06698226928711'),(275070,161,142,33,'39.695696268605374','9.06320571899414'),(275069,161,142,32,'39.69539907801364','9.060802459716796'),(275068,161,142,31,'39.69734730414717','9.056167602539062'),(275067,161,142,30,'39.698436965970025','9.055867195129394'),(275066,161,142,29,'39.70038510635408','9.052906036376953'),(275065,161,142,28,'39.701078498983314','9.052433967590332'),(275064,161,142,27,'39.700847368881','9.051876068115234'),(275063,161,142,26,'39.698899241545924','9.053120613098144'),(275062,161,142,25,'39.69863508445314','9.052433967590332'),(275061,161,142,24,'39.700054916939116','9.04998779296875'),(275060,161,142,23,'39.699691706758','9.048957824707031'),(275059,161,142,22,'39.69880018275461','9.047927856445312'),(275058,161,142,21,'39.69860206474542','9.04672622680664'),(275057,161,142,20,'39.69863508445314','9.04599666595459'),(275056,161,142,19,'39.69860206474542','9.044966697692871'),(275055,161,142,18,'39.69833790651519','9.044194221496582'),(275054,161,142,17,'39.69800770730562','9.043164253234863'),(275053,161,142,16,'39.69837092634926','9.041705131530761'),(275052,161,142,15,'39.69817280710788','9.040288925170898'),(275051,161,142,14,'39.699889821639196','9.037070274353027'),(275050,161,142,13,'39.70008793595171','9.034152030944824'),(275049,161,142,12,'39.69886622196462','9.034581184387207'),(275048,161,142,11,'39.69893226111142','9.033937454223632'),(275047,161,142,10,'39.6995926491041','9.032907485961914'),(275046,161,142,9,'39.699130378172725','9.031362533569336'),(275045,161,142,8,'39.698436965970025','9.030804634094238'),(275044,161,142,7,'39.69764448635044','9.029345512390136'),(275043,161,142,6,'39.697974687297766','9.027929306030273'),(275042,161,142,5,'39.69685199763147','9.026341438293457'),(275041,161,142,4,'39.696422729109386','9.024152755737304'),(275040,161,142,3,'39.6972482431284','9.022479057312011'),(275039,161,142,2,'39.6987671631259','9.02050495147705'),(275038,161,142,1,'39.70223413788338','9.01127815246582'),(275037,161,142,0,'39.70348880963439','9.00230884552002'),(275582,161,142,545,'39.139280994491116','9.43674087524414'),(275583,161,142,546,'39.14214350951619','9.435539245605468'),(275584,161,142,547,'39.14337502086812','9.434552192687988'),(275585,161,142,548,'39.14037941518144','9.42777156829834'),(275586,161,142,549,'39.13898142223764','9.42699909210205'),(275587,161,142,550,'39.13901470810654','9.424467086791992'),(275588,161,142,551,'39.13914785142471','9.423608779907226'),(275589,161,142,552,'39.13854870451005','9.423136711120605'),(275590,161,142,553,'39.13618535307064','9.422664642333984'),(275591,161,142,554,'39.137949552496636','9.417600631713867'),(275592,161,142,555,'39.13994670604619','9.418115615844726'),(275593,161,142,556,'39.143108749968896','9.41704273223877'),(275594,161,142,557,'39.14074555160317','9.413952827453613'),(275595,161,142,558,'39.141943802942514','9.411077499389648'),(275596,161,142,559,'39.143541439668645','9.410648345947265'),(275597,161,142,560,'39.14447337768098','9.409618377685546'),(275598,161,142,561,'39.144839492810114','9.410133361816406'),(275599,161,142,562,'39.145305454765854','9.408502578735351'),(275600,161,142,563,'39.146403781456975','9.406957626342773'),(275601,161,142,564,'39.1457381309628','9.406614303588867'),(275602,161,142,565,'39.145804696295485','9.406013488769531'),(275603,161,142,566,'39.14776834528993','9.40502643585205'),(275604,161,142,567,'39.14846725798342','9.40554141998291'),(275605,161,142,568,'39.148533820735096','9.404253959655761'),(275606,161,142,569,'39.15003146600513','9.403610229492187'),(275607,161,142,570,'39.151429239503564','9.404597282409668'),(275608,161,142,571,'39.152061556489635','9.405927658081054'),(275609,161,142,572,'39.15352584769657','9.40554141998291'),(275610,161,142,573,'39.154357817762396','9.403266906738281'),(275611,161,142,574,'39.15592189485627','9.401979446411132'),(275612,161,142,575,'39.158118199744656','9.397644996643066'),(275613,161,142,576,'39.16074701999565','9.395842552185058'),(275614,161,142,577,'39.16211130571095','9.393095970153808'),(275615,161,142,578,'39.16184510569777','9.390134811401367'),(275616,161,142,579,'39.1642741434758','9.387602806091308'),(275617,161,142,580,'39.170163379979535','9.387516975402832'),(275618,161,142,581,'39.17039627750115','9.383440017700195'),(275619,161,142,582,'39.17202653855653','9.383096694946289'),(275620,161,142,583,'39.173423875095','9.382281303405761'),(275621,161,142,584,'39.172325970152265','9.380736351013183'),(275622,161,142,585,'39.17279175010028','9.379448890686035'),(275623,161,142,586,'39.172325970152265','9.375157356262207'),(275624,161,142,587,'39.1732242572895','9.374299049377441'),(275625,161,142,588,'39.17312444817427','9.373183250427246'),(275626,161,142,589,'39.17508733477024','9.372539520263671'),(275627,161,142,590,'39.17542002198299','9.37206745147705'),(275628,161,142,591,'39.174654839040365','9.371209144592285'),(275629,161,142,592,'39.17724977351593','9.366059303283691'),(275630,161,142,593,'39.17991114528813','9.365415573120117'),(275631,161,142,594,'39.18024380967599','9.363527297973632'),(275632,161,142,595,'39.17854720484012','9.359750747680664'),(275633,161,142,596,'39.179578479326096','9.356317520141601'),(275634,161,142,597,'39.18084260160726','9.354686737060546'),(275635,161,142,598,'39.18050994005289','9.353570938110351'),(275636,161,142,599,'39.18177404558493','9.3528413772583'),(275637,161,142,600,'39.181075463758695','9.35211181640625'),(275638,161,142,601,'39.1795119459448','9.351682662963867'),(275639,161,142,602,'39.179778079092216','9.350137710571289'),(275640,161,142,603,'39.1813083251388','9.348721504211425'),(275641,161,142,604,'39.18207343567104','9.346704483032226'),(275642,161,142,605,'39.18566601724682','9.345717430114746'),(275643,161,142,606,'39.18629802649417','9.3438720703125'),(275644,161,142,607,'39.18789465612118','9.342670440673828'),(275645,161,142,608,'39.190622147826424','9.343013763427734'),(275646,161,142,609,'39.19321649292094','9.341082572937011'),(275647,161,142,610,'39.19551141066369','9.335503578186035'),(275648,161,142,611,'39.1979725434956','9.331212043762207'),(275649,161,142,612,'39.200101021286024','9.323873519897461'),(275650,161,142,613,'39.20422476349387','9.323015213012695'),(275651,161,142,614,'39.20781621268854','9.313015937805175'),(275652,161,142,615,'39.209412353382724','9.310870170593261'),(275653,161,142,616,'39.21090870233731','9.306621551513671'),(275654,161,142,617,'39.21579655339295','9.301514625549316'),(275655,161,142,618,'39.218456465419834','9.298295974731445'),(275656,161,142,619,'39.21895518770597','9.294304847717285'),(275657,161,142,620,'39.21985287889306','9.291086196899414'),(275658,161,142,621,'39.21852296192936','9.285550117492675'),(275659,161,142,622,'39.21971988833041','9.28018569946289'),(275660,161,142,623,'39.21925441937711','9.273490905761718'),(275661,161,142,624,'39.22035159125923','9.267311096191406'),(275662,161,142,625,'39.22114952367588','9.257397651672363'),(275663,161,142,626,'39.221648226830496','9.252676963806152'),(275664,161,142,627,'39.22454063526088','9.247097969055175'),(275665,161,142,628,'39.22623612961827','9.242634773254394'),(275666,161,142,629,'39.227067239343874','9.233837127685546'),(275667,161,142,630,'39.22936105111922','9.225211143493652'),(275668,161,142,631,'39.23069076274727','9.221906661987304'),(275669,161,142,632,'39.22843023798829','9.212636947631836'),(275670,161,142,633,'39.22849672504994','9.210448265075683'),(275671,161,142,634,'39.221914200397656','9.189119338989257'),(275672,161,142,635,'39.216827281262276','9.178733825683593'),(275673,161,142,636,'39.2151980592992','9.173283576965332'),(275674,161,142,637,'39.21526455889488','9.170665740966796'),(275675,161,142,638,'39.20984463524455','9.16482925415039'),(275676,161,142,639,'39.20475684162915','9.161782264709472'),(275677,161,142,640,'39.20066638735952','9.158821105957031'),(275678,161,142,641,'39.194546889149244','9.1571044921875'),(275679,161,142,642,'39.20126500530152','9.143199920654296'),(275680,161,142,643,'39.204856605830805','9.138565063476562'),(275681,161,142,644,'39.20592074849821','9.125690460205078'),(275682,161,142,645,'39.21150723299172','9.117879867553711'),(275683,161,142,646,'39.214965310218346','9.108352661132812'),(277856,162,143,684,'40.91912291562685','14.759273529052734'),(277855,162,143,683,'40.91837705978409','14.763350486755371'),(277852,162,143,680,'40.91523140124705','14.76339340209961'),(277853,162,143,681,'40.916269160815055','14.763994216918945'),(277854,162,143,682,'40.91672317550333','14.763479232788086'),(277849,162,143,677,'40.91179370632012','14.771976470947265'),(277851,162,143,679,'40.91335042050763','14.764766693115234'),(277850,162,143,678,'40.91296124539705','14.771590232849121'),(277848,162,143,676,'40.91257206799562','14.77811336517334'),(277847,162,143,675,'40.91451793209409','14.791803359985351'),(277844,162,143,672,'40.91133965777769','14.792275428771972'),(277845,162,143,673,'40.91380445524124','14.793219566345214'),(277846,162,143,674,'40.91484223720906','14.792704582214355'),(277843,162,143,671,'40.91023695547892','14.795622825622558'),(277842,162,143,670,'40.90848556697027','14.796438217163086'),(277841,162,143,669,'40.90780445891121','14.797468185424804'),(277840,162,143,668,'40.90378253497524','14.798927307128906'),(277839,162,143,667,'40.903166250825436','14.798154830932617'),(277837,162,143,665,'40.89826820945652','14.798970222473144'),(277838,162,143,666,'40.899954993126315','14.798240661621093'),(277836,162,143,664,'40.894862072851104','14.799227714538574'),(277834,162,143,662,'40.89259121768133','14.799485206604004'),(277835,162,143,663,'40.89424570558353','14.800171852111816'),(277833,162,143,661,'40.891390877031824','14.799141883850097'),(277832,162,143,660,'40.88915234575658','14.797382354736328'),(277831,162,143,659,'40.88837370843042','14.796309471130371'),(277830,162,143,658,'40.885356402250665','14.795622825622558'),(277829,162,143,657,'40.884188375826476','14.794507026672363'),(277828,162,143,656,'40.88321500472553','14.793777465820312'),(277827,162,143,655,'40.88360435488383','14.792404174804687'),(277826,162,143,654,'40.88211183350494','14.792618751525879'),(277825,162,143,653,'40.88159268774445','14.791545867919921'),(277824,162,143,652,'40.879710750227886','14.789743423461914'),(277823,162,143,651,'40.87912668977395','14.787769317626953'),(277822,162,143,650,'40.87679039642256','14.788541793823242'),(277821,162,143,649,'40.875232821712515','14.785280227661132'),(277820,162,143,648,'40.875103022165824','14.783563613891601'),(277819,162,143,647,'40.87302619480758','14.781932830810546'),(277818,162,143,646,'40.870624781960615','14.778413772583007'),(277817,162,143,645,'40.86971611654878','14.774894714355468'),(277816,162,143,644,'40.86562696788257','14.771890640258789'),(277815,162,143,643,'40.86536733087069','14.766826629638671'),(277813,162,143,641,'40.86286827258236','14.757857322692871'),(277814,162,143,642,'40.86445859331298','14.761247634887695'),(277812,162,143,640,'40.85592234263506','14.750432968139648'),(277810,162,143,638,'40.845956582435356','14.757471084594726'),(277811,162,143,639,'40.850306642563964','14.751033782958984'),(277808,162,143,636,'40.843943771417884','14.761204719543457'),(277809,162,143,637,'40.84527483071131','14.75940227508545'),(277807,162,143,635,'40.84368404941431','14.76262092590332'),(277806,162,143,634,'40.84488525514871','14.763436317443847'),(277805,162,143,633,'40.84365158409229','14.76313591003418'),(277804,162,143,632,'40.84098937356892','14.76438045501709'),(277803,162,143,631,'40.843813910543304','14.764080047607421'),(277800,162,143,628,'40.84215816208843','14.765753746032714'),(277801,162,143,629,'40.83861926691208','14.764509201049804'),(277802,162,143,630,'40.84167116937672','14.765024185180664'),(277799,162,143,627,'40.83598932335348','14.76588249206543'),(277798,162,143,626,'40.83546981598909','14.764981269836425'),(277797,162,143,625,'40.83426843961648','14.763693809509277'),(277796,162,143,624,'40.831118781992444','14.761719703674316'),(277795,162,143,623,'40.827416931260906','14.760732650756836'),(277793,162,143,621,'40.818648565706155','14.758930206298828'),(277794,162,143,622,'40.82537108298469','14.760689735412597'),(277792,162,143,620,'40.81627766038624','14.758586883544921'),(277791,162,143,619,'40.812964746653066','14.757084846496582'),(277788,162,143,616,'40.80633842289551','14.76086139678955'),(277789,162,143,617,'40.80750782222972','14.759445190429687'),(277790,162,143,618,'40.808352375599874','14.757685661315918'),(277787,162,143,615,'40.80581868324361','14.762020111083984'),(277786,162,143,614,'40.804616769708495','14.761719703674316'),(277785,162,143,613,'40.80347980443851','14.76262092590332'),(277784,162,143,612,'40.80244027628973','14.763178825378418'),(277783,162,143,611,'40.80205044903638','14.762105941772461'),(277782,162,143,610,'40.80117332934505','14.761505126953125'),(277781,162,143,609,'40.79750229524064','14.760217666625976'),(277778,162,143,606,'40.79035456680228','14.758844375610351'),(277779,162,143,607,'40.79376607863915','14.760603904724121'),(277780,162,143,608,'40.79639769657359','14.760732650756836'),(277777,162,143,605,'40.788470037490505','14.75888729095459'),(277776,162,143,604,'40.78635800143078','14.758930206298828'),(277775,162,143,603,'40.78603306684424','14.759659767150879'),(277774,162,143,602,'40.784863289168676','14.760689735412597'),(277773,162,143,601,'40.78479830091586','14.762320518493652'),(277772,162,143,600,'40.78385596410417','14.76412296295166'),(277771,162,143,599,'40.78271864324942','14.764509201049804'),(277770,162,143,598,'40.78258866248309','14.765453338623046'),(277767,162,143,595,'40.78070391278641','14.759273529052734'),(277768,162,143,596,'40.7813538325162','14.760775566101074'),(277769,162,143,597,'40.78070391278641','14.765667915344238'),(277766,162,143,594,'40.780476439378596','14.758071899414062'),(277765,162,143,593,'40.78213372779777','14.755239486694336'),(277764,162,143,592,'40.781581302919285','14.751291275024414'),(277762,162,143,590,'40.78210123234386','14.746828079223632'),(277763,162,143,591,'40.781126361334145','14.748716354370117'),(277759,162,143,587,'40.78145131992721','14.738759994506836'),(277761,162,143,589,'40.78216622323578','14.745025634765625'),(277760,162,143,588,'40.78262115769851','14.74365234375'),(277758,162,143,586,'40.77917657638982','14.734296798706054'),(277757,162,143,585,'40.77930656383335','14.73215103149414'),(277756,162,143,584,'40.77859162974612','14.728374481201171'),(277755,162,143,583,'40.77904658869192','14.725112915039062'),(277753,162,143,581,'40.77852663535664','14.718503952026367'),(277754,162,143,582,'40.77852663535664','14.723482131958007'),(277752,162,143,580,'40.780216468815794','14.718160629272461'),(277751,162,143,579,'40.780411446833284','14.707174301147461'),(277750,162,143,578,'40.780476439378596','14.699106216430664'),(277749,162,143,577,'40.77976151788257','14.696788787841796'),(277746,162,143,574,'40.780866393315044','14.682540893554687'),(277747,162,143,575,'40.78125634496216','14.687347412109375'),(277748,162,143,576,'40.77995649723551','14.692840576171875'),(277744,162,143,572,'40.77742172100596','14.674386978149414'),(277745,162,143,573,'40.77917657638982','14.67996597290039'),(277743,162,143,571,'40.775146839474786','14.673357009887695'),(277742,162,143,570,'40.77365187491082','14.670524597167968'),(277741,162,143,569,'40.77352187640244','14.666833877563476'),(277740,162,143,568,'40.77111685811769','14.663057327270507'),(277739,162,143,567,'40.77046683823235','14.657649993896484'),(277738,162,143,566,'40.76929678641433','14.654474258422851'),(277737,162,143,565,'40.76533145759273','14.654045104980468'),(277736,162,143,564,'40.76201600107077','14.652070999145507'),(277735,162,143,563,'40.756814951767126','14.649925231933593'),(277734,162,143,562,'40.75369412685269','14.649152755737304'),(277733,162,143,561,'40.752848878227404','14.650096893310546'),(277732,162,143,560,'40.74732198777881','14.648208618164062'),(277731,162,143,559,'40.74569634433956','14.647092819213867'),(277730,162,143,558,'40.74361546275168','14.648981094360351'),(277729,162,143,557,'40.74114433130455','14.64975357055664'),(277728,162,143,556,'40.74153451605774','14.646577835083007'),(277725,162,143,553,'40.7416320618884','14.634819030761718'),(277726,162,143,554,'40.74042898664569','14.635505676269531'),(277727,162,143,555,'40.739518536862654','14.643917083740234'),(277724,162,143,552,'40.74140445472766','14.63104248046875'),(277723,162,143,551,'40.742444938247374','14.628896713256836'),(277722,162,143,550,'40.743778033970244','14.625205993652343'),(277721,162,143,549,'40.74468842545076','14.624133110046386'),(277720,162,143,548,'40.74715942522308','14.623446464538574'),(277719,162,143,547,'40.748720009353846','14.62207317352295'),(277718,162,143,546,'40.74901261480117','14.6207857131958'),(277717,162,143,545,'40.74816730666263','14.618382453918457'),(277716,162,143,544,'40.748069770416734','14.606795310974121'),(277715,162,143,543,'40.7477771608207','14.606022834777832'),(277714,162,143,542,'40.74826484276548','14.589629173278808'),(277713,162,143,541,'40.74852493834032','14.574694633483886'),(277712,162,143,540,'40.748720009353846','14.56362247467041'),(277711,162,143,539,'40.7460865023891','14.564352035522461'),(277710,162,143,538,'40.73912834028378','14.565939903259277'),(277709,162,143,537,'40.7374699792888','14.565982818603515'),(277708,162,143,536,'40.73353527113829','14.566926956176757'),(277707,162,143,535,'40.73138896860918','14.559803009033203'),(277706,162,143,534,'40.72989301984284','14.55439567565918'),(277705,162,143,533,'40.71981074897111','14.539976119995117'),(277704,162,143,532,'40.71102817184794','14.524784088134765'),(277703,162,143,531,'40.710442625512925','14.521265029907226'),(277702,162,143,530,'40.710442625512925','14.511137008666992'),(277701,162,143,529,'40.70718949655447','14.499292373657226'),(277698,162,143,526,'40.69762437699446','14.502639770507812'),(277699,162,143,527,'40.701008113711325','14.504871368408203'),(277700,162,143,528,'40.70497727808752','14.503841400146484'),(277697,162,143,525,'40.69664826715394','14.498434066772461'),(277696,162,143,524,'40.69463092816219','14.49594497680664'),(277695,162,143,523,'40.69124686752189','14.496116638183593'),(277694,162,143,522,'40.68766738558093','14.4964599609375'),(277693,162,143,521,'40.68610536956845','14.494056701660156'),(277692,162,143,520,'40.685064005220624','14.484100341796875'),(277691,162,143,519,'40.68792771802359','14.479379653930664'),(277690,162,143,518,'40.68831821478072','14.4744873046875'),(277689,162,143,517,'40.689034119559125','14.472427368164062'),(277688,162,143,516,'40.68909920143032','14.463157653808593'),(277686,162,143,514,'40.690530986515746','14.458780288696289'),(277687,162,143,515,'40.690530986515746','14.460153579711914'),(277685,162,143,513,'40.68916428323798','14.45749282836914'),(277682,162,143,510,'40.684738575525','14.443931579589843'),(277684,162,143,512,'40.689034119559125','14.456462860107421'),(277683,162,143,511,'40.68812296668819','14.450626373291015'),(277681,162,143,509,'40.68252561145433','14.439725875854492'),(277680,162,143,508,'40.67985693941085','14.437236785888671'),(277678,162,143,506,'40.67601646775271','14.435949325561523'),(277679,162,143,507,'40.67653722263828','14.436979293823242'),(277677,162,143,505,'40.671850282232604','14.435863494873046'),(277676,162,143,504,'40.67172008474035','14.434576034545898'),(277675,162,143,503,'40.669571789415016','14.433631896972656'),(277674,162,143,502,'40.65837349331766','14.43002700805664'),(277673,162,143,501,'40.65615965408628','14.42753791809082'),(277672,162,143,500,'40.65707124384342','14.42453384399414'),(277671,162,143,499,'40.65791770889327','14.423933029174804'),(277670,162,143,498,'40.65746192135486','14.42204475402832'),(277669,162,143,497,'40.65628988195707','14.423847198486328'),(277668,162,143,496,'40.655768968948756','14.420843124389648'),(277667,162,143,495,'40.65661545052187','14.418010711669921'),(277666,162,143,494,'40.65778748420006','14.416465759277343'),(277663,162,143,491,'40.65739680859516','14.407539367675781'),(277664,162,143,492,'40.65726658288511','14.413290023803711'),(277665,162,143,493,'40.656680564044166','14.41380500793457'),(277662,162,143,490,'40.654206205520424','14.405994415283203'),(277661,162,143,489,'40.65134104416439','14.409770965576171'),(277660,162,143,488,'40.65020145715486','14.410672187805175'),(277658,162,143,486,'40.64339608963903','14.416894912719726'),(277659,162,143,487,'40.64785710268076','14.412088394165039'),(277655,162,143,483,'40.638478861213244','14.418611526489257'),(277656,162,143,484,'40.64066072250384','14.41904067993164'),(277657,162,143,485,'40.64238662196132','14.417409896850586'),(277654,162,143,482,'40.637339054570226','14.419469833374023'),(277652,162,143,480,'40.63134660814806','14.408869743347168'),(277653,162,143,481,'40.63496168094906','14.416637420654296'),(277649,162,143,477,'40.62945757333346','14.39307689666748'),(277650,162,143,478,'40.63036952784689','14.399428367614746'),(277651,162,143,479,'40.63007640096865','14.400887489318847'),(277646,162,143,474,'40.627405630142775','14.38359260559082'),(277647,162,143,475,'40.62883873996363','14.388527870178222'),(277648,162,143,476,'40.62949014335196','14.390029907226562'),(277645,162,143,473,'40.62613534800034','14.383463859558105'),(277642,162,143,470,'40.62408330273138','14.372434616088867'),(277643,162,143,471,'40.62343184660432','14.37312126159668'),(277644,162,143,472,'40.62607020467508','14.382433891296386'),(277641,162,143,469,'40.623659856971535','14.369945526123046'),(277640,162,143,468,'40.6244416008929','14.368400573730468'),(277639,162,143,467,'40.623953012014276','14.366512298583984'),(277638,162,143,466,'40.62541876792772','14.365568161010742'),(277637,162,143,465,'40.62737305910759','14.364023208618164'),(277636,162,143,464,'40.62792676454502','14.362778663635254'),(277635,162,143,463,'40.62854560636584','14.361662864685058'),(277634,162,143,462,'40.62626563446023','14.35964584350586'),(277633,162,143,461,'40.62717763256301','14.358057975769043'),(277632,162,143,460,'40.62525590774808','14.359560012817382'),(277631,162,143,459,'40.623985584717396','14.358916282653808'),(277630,162,143,458,'40.623659856971535','14.359474182128906'),(277629,162,143,457,'40.62411587537094','14.36011791229248'),(277628,162,143,456,'40.62479989713233','14.360246658325195'),(277626,162,143,454,'40.62515819144965','14.362521171569824'),(277627,162,143,455,'40.6264936351535','14.362778663635254'),(277623,162,143,451,'40.62388786656044','14.362006187438964'),(277625,162,143,453,'40.62349699250295','14.36063289642334'),(277624,162,143,452,'40.62300839671438','14.361705780029296'),(277622,162,143,450,'40.62069566148555','14.364452362060546'),(277619,162,143,447,'40.61994644839496','14.36037540435791'),(277620,162,143,448,'40.61945782663487','14.361276626586914'),(277621,162,143,449,'40.61994644839496','14.365310668945312'),(277618,162,143,446,'40.61926237693008','14.357028007507324'),(277617,162,143,445,'40.61812224225511','14.355053901672363'),(277614,162,143,442,'40.617079816381285','14.35986042022705'),(277615,162,143,443,'40.61815481780157','14.359173774719238'),(277616,162,143,444,'40.61835027074679','14.356985092163086'),(277613,162,143,441,'40.61763360715201','14.360976219177246'),(277612,162,143,440,'40.617307848431054','14.362907409667968'),(277610,162,143,438,'40.61558130069111','14.365997314453125'),(277611,162,143,439,'40.61740557621413','14.363980293273925'),(277609,162,143,437,'40.61603737424185','14.366598129272461'),(277608,162,143,436,'40.61590706783076','14.368486404418945'),(277607,162,143,435,'40.61665632622385','14.369816780090332'),(277606,162,143,434,'40.61616768039881','14.371490478515625'),(277605,162,143,433,'40.61613510388338','14.370675086975097'),(277604,162,143,432,'40.6147017214799','14.368443489074707'),(277603,162,143,431,'40.615125224027054','14.370546340942382'),(277602,162,143,430,'40.61336604201667','14.372649192810058'),(277601,162,143,429,'40.61274705955297','14.374022483825683'),(277600,162,143,428,'40.61102039395287','14.374709129333496'),(277599,162,143,427,'40.6098475390427','14.374194145202636'),(277598,162,143,426,'40.60926110386811','14.376211166381836'),(277597,162,143,425,'40.609586901822674','14.377412796020507'),(277596,162,143,424,'40.608576922993365','14.378142356872558'),(277594,162,143,422,'40.608576922993365','14.380288124084472'),(277595,162,143,423,'40.60913078424154','14.379773139953613'),(277593,162,143,421,'40.608902724283524','14.381661415100097'),(277591,162,143,419,'40.60906562433294','14.38333511352539'),(277592,162,143,420,'40.60952174235882','14.382390975952148'),(277590,162,143,418,'40.60978237983301','14.384536743164062'),(277589,162,143,417,'40.60961948153078','14.386940002441406'),(277587,162,143,415,'40.611378762180564','14.387197494506836'),(277588,162,143,416,'40.61010817524616','14.38758373260498'),(277586,162,143,414,'40.612128071355144','14.386639595031738'),(277585,162,143,413,'40.61085749866856','14.389128684997558'),(277584,162,143,412,'40.61075976130738','14.389986991882324'),(277583,162,143,411,'40.61007559577632','14.390759468078613'),(277582,162,143,410,'40.61040138975996','14.391403198242187'),(277581,162,143,409,'40.61010817524616','14.392218589782714'),(277580,162,143,408,'40.610336231090294','14.393033981323242'),(277578,162,143,406,'40.60948916260309','14.3975830078125'),(277579,162,143,407,'40.60948916260309','14.39483642578125'),(277576,162,143,404,'40.610727182155216','14.399428367614746'),(277577,162,143,405,'40.61020591356041','14.398183822631836'),(277575,162,143,403,'40.613007684447126','14.400372505187988'),(277573,162,143,401,'40.6113461833302','14.403548240661621'),(277574,162,143,402,'40.612388698663665','14.403076171875'),(277571,162,143,399,'40.610727182155216','14.404878616333007'),(277572,162,143,400,'40.61141134101505','14.404277801513671'),(277570,162,143,398,'40.61007559577632','14.406208992004394'),(277568,162,143,396,'40.61124844668378','14.406123161315918'),(277569,162,143,397,'40.61082491956405','14.405522346496582'),(277566,162,143,394,'40.61232354193183','14.406852722167968'),(277567,162,143,395,'40.611802285789956','14.405522346496582'),(277565,162,143,393,'40.6112810255818','14.407753944396972'),(277564,162,143,392,'40.614278216248316','14.40831184387207'),(277563,162,143,391,'40.614994915836924','14.4105863571167'),(277562,162,143,390,'40.6147017214799','14.411787986755371'),(277560,162,143,388,'40.61633056273759','14.417366981506347'),(277561,162,143,389,'40.61538583964487','14.41354751586914'),(277559,162,143,387,'40.61558130069111','14.419512748718261'),(277558,162,143,386,'40.616721478730476','14.420371055603027'),(277556,162,143,384,'40.61821996884685','14.422130584716796'),(277557,162,143,385,'40.61838284618205','14.420413970947265'),(277555,162,143,383,'40.61750330385426','14.424276351928711'),(277553,162,143,381,'40.617226408502624','14.428911209106445'),(277554,162,143,382,'40.61758474344515','14.427237510681152'),(277552,162,143,380,'40.615972221068084','14.43028450012207'),(277550,162,143,378,'40.61613510388338','14.432387351989746'),(277551,162,143,379,'40.616314274521585','14.431614875793457'),(277549,162,143,377,'40.61691693586919','14.433717727661132'),(277548,162,143,376,'40.61681920737131','14.435262680053711'),(277547,162,143,375,'40.616688902485116','14.434082508087158'),(277546,162,143,374,'40.61616768039881','14.43378210067749'),(277545,162,143,373,'40.6149460502001','14.432902336120605'),(277544,162,143,372,'40.6161025273521','14.434189796447754'),(277543,162,143,371,'40.61613510388338','14.435091018676757'),(277542,162,143,370,'40.61592335614605','14.435713291168213'),(277540,162,143,368,'40.61665632622385','14.43652868270874'),(277541,162,143,369,'40.615304397373514','14.436442852020263'),(277538,162,143,366,'40.61724269649626','14.43903923034668'),(277539,162,143,367,'40.616721478730476','14.438502788543701'),(277537,162,143,365,'40.61745444005206','14.440305233001709'),(277536,162,143,364,'40.61789421298509','14.44054126739502'),(277535,162,143,363,'40.61791050081591','14.441742897033691'),(277534,162,143,362,'40.617715046584045','14.442729949951171'),(277532,162,143,360,'40.61835027074679','14.444639682769775'),(277533,162,143,361,'40.61823625659824','14.443588256835937'),(277531,162,143,359,'40.61893662615138','14.445691108703613'),(277530,162,143,358,'40.61890405098613','14.44725751876831'),(277529,162,143,357,'40.61927866442733','14.447686672210693'),(277528,162,143,356,'40.619360101853964','14.448394775390625'),(277527,162,143,355,'40.61968585056766','14.448630809783935'),(277525,162,143,353,'40.62022333247255','14.450218677520752'),(277526,162,143,354,'40.61971842535168','14.449853897094726'),(277524,162,143,352,'40.620467640999685','14.45101261138916'),(277523,162,143,351,'40.620939968285235','14.451398849487304'),(277522,162,143,350,'40.621216848244714','14.452686309814453'),(277521,162,143,349,'40.62141229223102','14.452707767486572'),(277520,162,143,348,'40.622112628486','14.452707767486572'),(277519,162,143,347,'40.62128199630371','14.454917907714843'),(277518,162,143,346,'40.620793384312655','14.456892013549804'),(277516,162,143,344,'40.621510014009715','14.457557201385498'),(277517,162,143,345,'40.62105397781931','14.457342624664306'),(277515,162,143,343,'40.62147744009938','14.457921981811523'),(277514,162,143,342,'40.61888776339757','14.461140632629394'),(277513,162,143,341,'40.61874117492168','14.462299346923828'),(277512,162,143,340,'40.61852943544422','14.46298599243164'),(277511,162,143,339,'40.61940896426229','14.463672637939453'),(277510,162,143,338,'40.619653275767796','14.464037418365478'),(277508,162,143,336,'40.61947411408446','14.465560913085937'),(277509,162,143,337,'40.619636988361876','14.46474552154541'),(277507,162,143,335,'40.61966956316973','14.466204643249511'),(277506,162,143,334,'40.62035363046488','14.466612339019775'),(277505,162,143,333,'40.6216728833232','14.465539455413818'),(277503,162,143,331,'40.62170545713826','14.46699857711792'),(277504,162,143,332,'40.62194976024474','14.465947151184082'),(277502,162,143,330,'40.622112628486','14.467856884002685'),(277501,162,143,329,'40.62177060472069','14.468543529510498'),(277500,162,143,328,'40.62198233392475','14.468994140625'),(277499,162,143,327,'40.621835752239576','14.469573497772216'),(277498,162,143,326,'40.62198233392475','14.469873905181884'),(277497,162,143,325,'40.62237321684601','14.469895362854004'),(277496,162,143,324,'40.62263380418938','14.470882415771484'),(277495,162,143,323,'40.62346441956157','14.471290111541748'),(277494,162,143,322,'40.62370871623468','14.471569061279296'),(277493,162,143,321,'40.62426245205239','14.471032619476318'),(277492,162,143,320,'40.62447417335773','14.471526145935058'),(277491,162,143,319,'40.62460446305818','14.47199821472168'),(277489,162,143,317,'40.624816183279364','14.47272777557373'),(277490,162,143,318,'40.624930186197375','14.472148418426513'),(277488,162,143,316,'40.62510933324683','14.473457336425781'),(277486,162,143,314,'40.62564677151209','14.474444389343261'),(277487,162,143,315,'40.625451339916','14.47350025177002'),(277485,162,143,313,'40.62517447750931','14.475173950195312'),(277484,162,143,312,'40.62558162771025','14.476912021636963'),(277483,162,143,311,'40.62620049126207','14.4779634475708'),(277482,162,143,310,'40.62655877806575','14.478371143341064'),(277481,162,143,309,'40.626851920384546','14.478757381439209'),(277480,162,143,308,'40.62721020369349','14.478864669799804'),(277479,162,143,307,'40.627959335310145','14.479100704193115'),(277478,162,143,306,'40.62892016573468','14.47822093963623'),(277477,162,143,305,'40.62960413829164','14.477319717407226'),(277476,162,143,304,'40.63023924939319','14.477555751800537'),(277475,162,143,303,'40.62984841250708','14.478328227996826'),(277474,162,143,302,'40.63006011610434','14.480066299438476'),(277473,162,143,301,'40.62966927816979','14.480881690979004'),(277472,162,143,300,'40.6296529932062','14.481353759765625'),(277471,162,143,299,'40.62950642835527','14.481675624847412'),(277470,162,143,298,'40.62950642835527','14.482254981994629'),(277469,162,143,297,'40.6304835212854','14.481825828552246'),(277468,162,143,296,'40.63071150757857','14.481868743896484'),(277467,162,143,295,'40.6312163316006','14.481611251831054'),(277466,162,143,294,'40.63177000517185','14.482426643371582'),(277465,162,143,293,'40.63170486734295','14.48324203491211'),(277464,162,143,292,'40.63248651709618','14.48272705078125'),(277463,162,143,291,'40.63287733854152','14.482855796813964'),(277462,162,143,290,'40.63336586213132','14.48324203491211'),(277461,162,143,289,'40.63382181425697','14.483284950256347'),(277460,162,143,288,'40.63437546622366','14.485301971435546'),(277459,162,143,287,'40.63369154253879','14.484572410583496'),(277458,162,143,286,'40.63225853686337','14.48495864868164'),(277456,162,143,284,'40.630988347030986','14.486331939697265'),(277457,162,143,285,'40.63102091630287','14.48573112487793'),(277455,162,143,283,'40.63154202249264','14.48697566986084'),(277454,162,143,282,'40.63036952784689','14.487576484680175'),(277453,162,143,281,'40.629099302081464','14.488348960876464'),(277452,162,143,280,'40.627584770552225','14.491288661956787'),(277451,162,143,279,'40.6283501832525','14.492168426513671'),(277450,162,143,278,'40.62802447679272','14.492597579956054'),(277449,162,143,277,'40.62779648132571','14.493885040283203'),(277448,162,143,276,'40.62830132738479','14.494378566741943'),(277447,162,143,275,'40.62823618617228','14.494743347167968'),(277446,162,143,274,'40.62761734148413','14.495043754577636'),(277445,162,143,273,'40.62764991240018','14.49622392654419'),(277444,162,143,272,'40.62817104489621','14.496610164642334'),(277443,162,143,271,'40.62841532435384','14.496846199035644'),(277442,162,143,270,'40.627959335310145','14.497060775756836'),(277441,162,143,269,'40.627324202525074','14.496781826019287'),(277440,162,143,268,'40.62665649231498','14.49721097946167'),(277438,162,143,266,'40.62621677706756','14.498734474182129'),(277439,162,143,267,'40.626167919639144','14.49819803237915'),(277437,162,143,265,'40.62567934338915','14.499013423919677'),(277436,162,143,264,'40.6246858939919','14.501030445098877'),(277435,162,143,263,'40.623920439295304','14.50197458267212'),(277433,162,143,261,'40.62462074925288','14.50371265411377'),(277434,162,143,262,'40.6243438834031','14.50244665145874'),(277432,162,143,260,'40.623659856971535','14.503755569458007'),(277430,162,143,258,'40.623822721043034','14.504978656768798'),(277431,162,143,259,'40.62361099767267','14.504055976867675'),(277429,162,143,257,'40.62370871623468','14.505901336669921'),(277428,162,143,256,'40.62396929836782','14.506781101226806'),(277426,162,143,254,'40.625711915250335','14.50843334197998'),(277427,162,143,255,'40.624034443742254','14.507746696472168'),(277425,162,143,253,'40.62564677151209','14.508819580078125'),(277424,162,143,252,'40.62523962170826','14.509077072143554'),(277423,162,143,251,'40.62540248192762','14.509313106536865'),(277422,162,143,250,'40.625467625904186','14.509634971618652'),(277421,162,143,249,'40.624718466337605','14.509570598602295'),(277419,162,143,247,'40.62374128905692','14.509742259979248'),(277420,162,143,248,'40.62431131087473','14.509227275848388'),(277418,162,143,246,'40.62385529380968','14.51019287109375'),(277417,162,143,245,'40.62364357054255','14.510514736175537'),(277416,162,143,244,'40.62300839671438','14.510085582733154'),(277414,162,143,242,'40.621086551936166','14.510986804962158'),(277415,162,143,243,'40.62238950358475','14.509871006011963'),(277413,162,143,241,'40.62076081005284','14.51169490814209'),(277412,162,143,240,'40.6202396197355','14.512274265289306'),(277411,162,143,239,'40.62019075793476','14.512939453125'),(277410,162,143,238,'40.619376389327364','14.514334201812744'),(277409,162,143,237,'40.61973471273773','14.51493501663208'),(277408,162,143,236,'40.619066926653474','14.51542854309082'),(277407,162,143,235,'40.61838284618205','14.515600204467773'),(277406,162,143,234,'40.618496860080434','14.515986442565918'),(277405,162,143,233,'40.61874117492168','14.51643705368042'),(277404,162,143,232,'40.6178779251503','14.516823291778564'),(277403,162,143,231,'40.61821996884685','14.517595767974853'),(277402,162,143,230,'40.618317695295644','14.518389701843261'),(277401,162,143,229,'40.61795936428451','14.51894760131836'),(277400,162,143,228,'40.618496860080434','14.519248008728027'),(277399,162,143,227,'40.618724887293396','14.519977569580078'),(277398,162,143,226,'40.61779648591683','14.5204496383667'),(277397,162,143,225,'40.61647715650299','14.520127773284912'),(277396,162,143,224,'40.61615139214307','14.520900249481201'),(277395,162,143,223,'40.61664818215606','14.523013830184936'),(277394,162,143,222,'40.61620025689832','14.523046016693115'),(277393,162,143,221,'40.61556501229242','14.523346424102783'),(277392,162,143,220,'40.61483203024187','14.522252082824707'),(277391,162,143,219,'40.61351264228664','14.52242374420166'),(277390,162,143,218,'40.61242127700572','14.52293872833252'),(277389,162,143,217,'40.61123215722882','14.52441930770874'),(277388,162,143,216,'40.60974980020432','14.525556564331054'),(277387,162,143,215,'40.60860950319387','14.527144432067871'),(277386,162,143,214,'40.608837564152566','14.527702331542968'),(277385,162,143,213,'40.608804984063255','14.528367519378662'),(277384,162,143,212,'40.608674663547205','14.52918291091919'),(277383,162,143,211,'40.608202249546096','14.529783725738525'),(277382,162,143,210,'40.608658373464806','14.530212879180908'),(277381,162,143,209,'40.60921223403792','14.531006813049316'),(277380,162,143,208,'40.609733510384025','14.531564712524414'),(277379,162,143,207,'40.61007559577632','14.532229900360107'),(277378,162,143,206,'40.610385100098504','14.532508850097656'),(277377,162,143,205,'40.610368810433066','14.533088207244873'),(277376,162,143,204,'40.610792340443666','14.53416109085083'),(277375,162,143,203,'40.61126473613478','14.53467607498169'),(277374,162,143,202,'40.611541656194156','14.535770416259765'),(277373,162,143,201,'40.611460209237','14.536027908325195'),(277372,162,143,200,'40.611834864417965','14.53742265701294'),(277371,162,143,199,'40.61225838513646','14.537551403045654'),(277370,162,143,198,'40.61258416847791','14.53791618347168'),(277369,162,143,197,'40.61312170751863','14.537851810455322'),(277368,162,143,196,'40.61408275138989','14.538366794586181'),(277367,162,143,195,'40.614734298694216','14.538431167602539'),(277366,162,143,194,'40.615206666516826','14.538881778717041'),(277365,162,143,193,'40.6149460502001','14.53913927078247'),(277364,162,143,192,'40.61478316448592','14.5393967628479'),(277363,162,143,191,'40.61372439766428','14.539997577667236'),(277362,162,143,190,'40.61398501874624','14.540705680847168'),(277361,162,143,189,'40.61390357476733','14.541349411010742'),(277360,162,143,188,'40.61409904014994','14.542036056518554'),(277359,162,143,187,'40.6149460502001','14.543001651763916'),(277358,162,143,186,'40.61421306135904','14.544439315795898'),(277357,162,143,185,'40.614864607392654','14.544932842254638'),(277356,162,143,184,'40.614489969199674','14.545855522155761'),(277355,162,143,183,'40.61450625786044','14.546585083007812'),(277354,162,143,182,'40.614848318819234','14.547271728515625'),(277353,162,143,181,'40.61468543286679','14.548087120056152'),(277352,162,143,180,'40.61439223715168','14.548752307891845'),(277351,162,143,179,'40.61435965977058','14.54913854598999'),(277350,162,143,178,'40.61414790640623','14.54988956451416'),(277349,162,143,177,'40.6143759484631','14.550361633300781'),(277348,162,143,176,'40.614229350087314','14.550919532775879'),(277347,162,143,175,'40.61413161765811','14.551498889923095'),(277346,162,143,174,'40.61426192753195','14.552571773529052'),(277345,162,143,173,'40.61390357476733','14.553172588348388'),(277344,162,143,172,'40.61413161765811','14.553730487823486'),(277343,162,143,171,'40.61403388508594','14.555339813232421'),(277342,162,143,170,'40.614766875892656','14.557056427001953'),(277341,162,143,169,'40.61558130069111','14.560210704803466'),(277340,162,143,168,'40.61492976164656','14.561691284179687'),(277339,162,143,167,'40.615662742624956','14.562592506408691'),(277338,162,143,166,'40.615972221068084','14.563601016998291'),(277337,162,143,165,'40.61590706783076','14.564201831817627'),(277336,162,143,164,'40.61624912161784','14.564652442932129'),(277335,162,143,163,'40.615711607737595','14.565339088439941'),(277334,162,143,162,'40.615418416525635','14.566025733947754'),(277333,162,143,161,'40.61492976164656','14.566583633422851'),(277332,162,143,160,'40.615711607737595','14.56737756729126'),(277331,162,143,159,'40.615418416525635','14.56784963607788'),(277330,162,143,158,'40.61602108595437','14.568278789520263'),(277329,162,143,157,'40.61602108595437','14.568986892700195'),(277328,162,143,156,'40.61628169807765','14.570188522338867'),(277327,162,143,155,'40.61574418445948','14.571068286895752'),(277326,162,143,154,'40.61579304951256','14.572012424468994'),(277325,162,143,153,'40.61527182043718','14.573063850402832'),(277324,162,143,152,'40.614603989741646','14.572763442993164'),(277323,162,143,151,'40.61388728595964','14.57362174987793'),(277322,162,143,150,'40.61440852583626','14.574651718139648'),(277321,162,143,149,'40.614734298694216','14.575510025024414'),(277320,162,143,148,'40.61558130069111','14.575510025024414'),(277319,162,143,147,'40.616884359719116','14.575252532958984'),(277318,162,143,146,'40.617991939910404','14.575338363647461'),(277317,162,143,145,'40.618838900608004','14.57611083984375'),(277316,162,143,144,'40.61955555127281','14.576539993286132'),(277315,162,143,143,'40.61968585056766','14.577140808105468'),(277314,162,143,142,'40.62092368119306','14.579286575317382'),(277313,162,143,141,'40.621835752239576','14.579286575317382'),(277312,162,143,140,'40.622878103900476','14.581174850463867'),(277311,162,143,139,'40.62431131087473','14.582633972167968'),(277310,162,143,138,'40.62483246942241','14.583492279052734'),(277309,162,143,137,'40.62554905578553','14.583921432495117'),(277308,162,143,136,'40.62704734788225','14.583578109741211'),(277307,162,143,135,'40.62554905578553','14.585380554199218'),(277306,162,143,134,'40.625874774318056','14.58658218383789'),(277305,162,143,133,'40.626917062947314','14.588985443115234'),(277304,162,143,132,'40.62828504208762','14.591560363769531'),(277303,162,143,131,'40.62984841250708','14.59233283996582'),(277302,162,143,130,'40.62984841250708','14.59310531616211'),(277301,162,143,129,'40.63023924939319','14.593791961669921'),(277300,162,143,128,'40.6306300839918','14.59482192993164'),(277299,162,143,127,'40.631737436265325','14.595508575439453'),(277298,162,143,126,'40.63238881137743','14.59559440612793'),(277297,162,143,125,'40.63258422267199','14.596796035766601'),(277296,162,143,124,'40.63382181425697','14.598426818847656'),(277295,162,143,123,'40.63388695002075','14.601259231567382'),(277294,162,143,122,'40.63427776326903','14.603490829467773'),(277293,162,143,121,'40.63356127056643','14.605035781860351'),(277292,162,143,120,'40.6334309983399','14.606752395629882'),(277291,162,143,119,'40.634342898588','14.607353210449218'),(277290,162,143,118,'40.635319920747456','14.607954025268554'),(277289,162,143,117,'40.635971260910786','14.608726501464843'),(277288,162,143,116,'40.635971260910786','14.610013961791992'),(277287,162,143,115,'40.63688312646408','14.610271453857421'),(277286,162,143,114,'40.63746931917152','14.611129760742187'),(277285,162,143,113,'40.63759958351862','14.61207389831543'),(277284,162,143,112,'40.63831603288429','14.612932205200195'),(277283,162,143,111,'40.639292996900785','14.612932205200195'),(277282,162,143,110,'40.64000942809261','14.61404800415039'),(277281,162,143,109,'40.640856109588064','14.615678787231445'),(277280,162,143,108,'40.64215867553409','14.616622924804687'),(277279,162,143,107,'40.64261456761013','14.618425369262695'),(277278,162,143,106,'40.64378684722198','14.61782455444336'),(277277,162,143,105,'40.644633480803705','14.618339538574218'),(277276,162,143,104,'40.64587084902795','14.618425369262695'),(277275,162,143,103,'40.64658720961986','14.61979866027832'),(277274,162,143,102,'40.64652208624741','14.621429443359375'),(277273,162,143,101,'40.64756405258068','14.622116088867187'),(277272,162,143,100,'40.64821527327774','14.623918533325195'),(277271,162,143,99,'40.64919209240809','14.625892639160156'),(277270,162,143,98,'40.65088521169599','14.62529182434082'),(277269,162,143,97,'40.64964793644236','14.626665115356445'),(277268,162,143,96,'40.64977817702306','14.628896713256836'),(277267,162,143,95,'40.64854088124325','14.630184173583984'),(277266,162,143,94,'40.648085029646715','14.633960723876953'),(277265,162,143,93,'40.64880136647176','14.633359909057617'),(277264,162,143,92,'40.64938745451835','14.633617401123046'),(277263,162,143,91,'40.64964793644236','14.635162353515625'),(277262,162,143,90,'40.6479547857615','14.642200469970703'),(277261,162,143,89,'40.646652332928745','14.644689559936523'),(277260,162,143,88,'40.646652332928745','14.645719528198242'),(277259,162,143,87,'40.645024231142315','14.647092819213867'),(277258,162,143,86,'40.644438104776484','14.649152755737304'),(277257,162,143,85,'40.64515448074681','14.649581909179687'),(277256,162,143,84,'40.64567547662293','14.650440216064453'),(277255,162,143,83,'40.64593597303585','14.651727676391601'),(277254,162,143,82,'40.64359146871645','14.651212692260742'),(277253,162,143,81,'40.64346121606171','14.652070999145507'),(277252,162,143,80,'40.642875075969826','14.65301513671875'),(277251,162,143,79,'40.6433309631528','14.653959274291992'),(277250,162,143,78,'40.64307045657238','14.65550422668457'),(277249,162,143,77,'40.6429402029009','14.656705856323242'),(277248,162,143,76,'40.642875075969826','14.658422470092773'),(277247,162,143,75,'40.64352634242087','14.659109115600586'),(277246,162,143,74,'40.642809948975206','14.660310745239257'),(277245,162,143,73,'40.64346121606171','14.66073989868164'),(277244,162,143,72,'40.642809948975206','14.661598205566406'),(277243,162,143,71,'40.64228893073068','14.663057327270507'),(277242,162,143,70,'40.640595593348664','14.66400146484375'),(277241,162,143,69,'40.640595593348664','14.665632247924804'),(277240,162,143,68,'40.64157252400391','14.665460586547851'),(277239,162,143,67,'40.64228893073068','14.667091369628906'),(277238,162,143,66,'40.64228893073068','14.668207168579101'),(277237,162,143,65,'40.6413120105605','14.667177200317382'),(277236,162,143,64,'40.6390976052413','14.668464660644531'),(277235,162,143,63,'40.6390976052413','14.669666290283203'),(277234,162,143,62,'40.63948838798836','14.670696258544921'),(277233,162,143,61,'40.63870682020659','14.67172622680664'),(277232,162,143,60,'40.63864168914507','14.672927856445312'),(277231,162,143,59,'40.637339054570226','14.674043655395507'),(277230,162,143,58,'40.63740418690266','14.676876068115234'),(277229,162,143,57,'40.63590612718039','14.678077697753906'),(277228,162,143,56,'40.63479884404164','14.679021835327148'),(277227,162,143,55,'40.63551532346367','14.67996597290039'),(277226,162,143,54,'40.634929113599355','14.681425094604492'),(277225,162,143,53,'40.63518965195226','14.68374252319336'),(277224,162,143,52,'40.634668574229735','14.686059951782226'),(277223,162,143,51,'40.63421262788651','14.687004089355468'),(277222,162,143,50,'40.63421262788651','14.688119888305664'),(277221,162,143,49,'40.6350593829029','14.689579010009765'),(277220,162,143,48,'40.63571072560798','14.69146728515625'),(277219,162,143,47,'40.63668772775113','14.691638946533203'),(277218,162,143,46,'40.63759958351862','14.690351486206054'),(277217,162,143,45,'40.63877195120456','14.689664840698242'),(277216,162,143,44,'40.640725851595455','14.688119888305664'),(277215,162,143,43,'40.64137713901667','14.688892364501953'),(277214,162,143,42,'40.63974890854884','14.692754745483398'),(277213,162,143,41,'40.638511426831386','14.694814682006836'),(277212,162,143,40,'40.63942325768938','14.695844650268554'),(277211,162,143,39,'40.64040020550189','14.695243835449218'),(277210,162,143,38,'40.64118175345753','14.695930480957031'),(277209,162,143,37,'40.640335076092526','14.69747543334961'),(277208,162,143,36,'40.64157252400391','14.697303771972656'),(277207,162,143,35,'40.642679694795376','14.698247909545898'),(277206,162,143,34,'40.644047351006336','14.697561264038086'),(277205,162,143,33,'40.64619646843203','14.701166152954101'),(277204,162,143,32,'40.64769429722846','14.700565338134765'),(277203,162,143,31,'40.64717331711212','14.703054428100586'),(277202,162,143,30,'40.647824541622086','14.703741073608398'),(277201,162,143,29,'40.648671123984585','14.703397750854492'),(277200,162,143,28,'40.649061850683516','14.704170227050781'),(277199,162,143,27,'40.6504293761137','14.704256057739257'),(277198,162,143,26,'40.65140616283425','14.705286026000976'),(277197,162,143,25,'40.65251317049883','14.706230163574218'),(277196,162,143,24,'40.65394574139021','14.706830978393554'),(277195,162,143,23,'40.65433643720422','14.70768928527832'),(277194,162,143,22,'40.65602942596132','14.708290100097656'),(277193,162,143,21,'40.656680564044166','14.708375930786132'),(277192,162,143,20,'40.658178157517085','14.710092544555664'),(277191,162,143,19,'40.65856882854628','14.711465835571289'),(277190,162,143,18,'40.66110813446929','14.712581634521484'),(277189,162,143,17,'40.66234519720935','14.711551666259765'),(277188,162,143,16,'40.66234519720935','14.713354110717773'),(277187,162,143,15,'40.6637124503877','14.714040756225586'),(277186,162,143,14,'40.66579582990906','14.711894989013671'),(277185,162,143,13,'40.66514478079956','14.716358184814453'),(277184,162,143,12,'40.666837495265035','14.718074798583984'),(277183,162,143,11,'40.66892077716713','14.720306396484375'),(277182,162,143,10,'40.67061339579209','14.722366333007812'),(277181,162,143,9,'40.67139458989753','14.72494125366211'),(277180,162,143,8,'40.67386831085318','14.725456237792968'),(277179,162,143,7,'40.67256636389564','14.728031158447265'),(277178,162,143,6,'40.671134192879286','14.731807708740234'),(277177,162,143,5,'40.6723059714534','14.736099243164062'),(277176,162,143,4,'40.67517023238807','14.737300872802734'),(277175,162,143,3,'40.677513627085034','14.741077423095703'),(277174,162,143,2,'40.67894566107212','14.748287200927734'),(277173,162,143,1,'40.678815477435386','14.756526947021484'),(277172,162,143,0,'40.671134192879286','14.779186248779296'),(277857,162,143,685,'40.920225469717415','14.758844375610351'),(277858,162,143,686,'40.92012818627274','14.758329391479492'),(277859,162,143,687,'40.92243052272468','14.757299423217773'),(277860,162,143,688,'40.925413712639894','14.7566556930542'),(277861,162,143,689,'40.92651616179073','14.755926132202148'),(277862,162,143,690,'40.92625676364518','14.753952026367187'),(277863,162,143,691,'40.92761859254975','14.75339412689209'),(277864,162,143,692,'40.928980393389104','14.752106666564941'),(277865,162,143,693,'40.93043943457298','14.753093719482421'),(277866,162,143,694,'40.93277383345328','14.752364158630371'),(277867,162,143,695,'40.93407068608092','14.751076698303222'),(277868,162,143,696,'40.93666431496561','14.753050804138183'),(277869,162,143,697,'40.93565929585691','14.749488830566406'),(277870,162,143,698,'40.9374099644238','14.747600555419921'),(277871,162,143,699,'40.93763689954477','14.745969772338867'),(277872,162,143,700,'40.93634011692373','14.744682312011718'),(277873,162,143,701,'40.93439489526018','14.745068550109863'),(277874,162,143,702,'40.93001793709582','14.747686386108398'),(277875,162,143,703,'40.929110087243394','14.745326042175293'),(277876,162,143,704,'40.92810495321415','14.746313095092773'),(277877,162,143,705,'40.927456471532764','14.744553565979004'),(277878,162,143,706,'40.92878585213032','14.744424819946289'),(277879,162,143,707,'40.92794283339042','14.742107391357421'),(277880,162,143,708,'40.93066639363925','14.746356010437011'),(277881,162,143,709,'40.92949916727896','14.742279052734375'),(277882,162,143,710,'40.92807252928122','14.740948677062988'),(277883,162,143,711,'40.92761859254975','14.738845825195312'),(277884,162,143,712,'40.92829949647758','14.740562438964843'),(277885,162,143,713,'40.932060553657195','14.743695259094238'),(277886,162,143,714,'40.92891554636648','14.739747047424316'),(277887,162,143,715,'40.93105546451054','14.74116325378418'),(277888,162,143,716,'40.929369474188334','14.738802909851074'),(277889,162,143,717,'40.9329683629703','14.741592407226562'),(277890,162,143,718,'40.93225508527437','14.73991870880127'),(277891,162,143,719,'40.93231992901947','14.739232063293457'),(277892,162,143,720,'40.930893351925924','14.73914623260498'),(277893,162,143,721,'40.92956401372881','14.737257957458496'),(277894,162,143,722,'40.93228750715487','14.7381591796875'),(277895,162,143,723,'40.93040701178559','14.73665714263916'),(277896,162,143,724,'40.932222663377964','14.733824729919433'),(277897,162,143,725,'40.93108788697975','14.733610153198242'),(277898,162,143,726,'40.93442731609062','14.730949401855468'),(277899,162,143,727,'40.93193086559421','14.73215103149414'),(277900,162,143,728,'40.93147695536904','14.731035232543945'),(277901,162,143,729,'40.932708990153664','14.728202819824218'),(277902,162,143,730,'40.93193086559421','14.731249809265136'),(277903,162,143,731,'40.935205411247544','14.72940444946289'),(277904,162,143,732,'40.935464774263316','14.728589057922363'),(278318,163,144,193,'41.72712725886264','13.17483901977539'),(278317,163,144,192,'41.724564910614696','13.178186416625976'),(278316,163,144,191,'41.72328369816947','13.179645538330078'),(278315,163,144,190,'41.72341182056362','13.181018829345703'),(278314,163,144,189,'41.72110557838152','13.190460205078125'),(278313,163,144,188,'41.717902326924175','13.201103210449218'),(278312,163,144,187,'41.71405821441466','13.211917877197265'),(278311,163,144,186,'41.71239236092484','13.213634490966796'),(278310,163,144,185,'41.7111109057853','13.217153549194336'),(278309,163,144,184,'41.70938090082445','13.220243453979492'),(278308,163,144,183,'41.70758677242994','13.223676681518554'),(278307,163,144,182,'41.6988076366803','13.227195739746093'),(278306,163,144,181,'41.6979104312176','13.231143951416015'),(278305,163,144,180,'41.69637233558916','13.233461380004882'),(278304,163,144,179,'41.695282828929976','13.238439559936523'),(278303,163,144,178,'41.69380876113261','13.24101448059082'),(278302,163,144,177,'41.69387285173931','13.242731094360351'),(278301,163,144,176,'41.692014198217535','13.244447708129882'),(278300,163,144,175,'41.6915014567602','13.246936798095703'),(278299,163,144,174,'41.69188601323635','13.248395919799804'),(278298,163,144,173,'41.6915014567602','13.250198364257812'),(278297,163,144,172,'41.68957863989495','13.253974914550781'),(278296,163,144,171,'41.68938635504737','13.256893157958984'),(278295,163,144,170,'41.69047596158437','13.258695602416992'),(278294,163,144,169,'41.68650201336547','13.266162872314453'),(278293,163,144,168,'41.68304063265262','13.271656036376953'),(278292,163,144,167,'41.68195090018611','13.274574279785156'),(278291,163,144,166,'41.677527678945395','13.28298568725586'),(278290,163,144,165,'41.671501352109395','13.291740417480468'),(278289,163,144,164,'41.66733388124083','13.299636840820312'),(278288,163,144,163,'41.66271729089011','13.307018280029296'),(278287,163,144,162,'41.65450920184532','13.32590103149414'),(278286,163,144,161,'41.64950688460631','13.338603973388671'),(278285,163,144,160,'41.648095904381314','13.343582153320312'),(278284,163,144,159,'41.64706971753491','13.348560333251953'),(278283,163,144,158,'41.645851099425165','13.353710174560546'),(278282,163,144,157,'41.64373449740019','13.356542587280273'),(278281,163,144,156,'41.64354207558648','13.360576629638671'),(278280,163,144,155,'41.64225924881027','13.361520767211914'),(278279,163,144,154,'41.641681968428884','13.358345031738281'),(278278,163,144,153,'41.639629374078076','13.355512619018554'),(278277,163,144,152,'41.63892377967026','13.353281021118164'),(278276,163,144,151,'41.63610132478492','13.353109359741211'),(278275,163,144,150,'41.63501079774787','13.354053497314453'),(278274,163,144,149,'41.63449760216943','13.355684280395507'),(278273,163,144,148,'41.634112702804096','13.357486724853515'),(278272,163,144,147,'41.63039189044305','13.361005783081054'),(278271,163,144,146,'41.62955788579446','13.362464904785156'),(278270,163,144,145,'41.62833893651491','13.363494873046875'),(278269,163,144,144,'41.630263582737875','13.366241455078125'),(278268,163,144,143,'41.62904464680166','13.368473052978515'),(278267,163,144,142,'41.62936542165101','13.37336540222168'),(278266,163,144,141,'41.628595559331174','13.374910354614257'),(278265,163,144,140,'41.62744074861365','13.373880386352539'),(278264,163,144,139,'41.62808231267713','13.37559700012207'),(278263,163,144,138,'41.62660670578653','13.376712799072265'),(278262,163,144,137,'41.62532354190734','13.375167846679687'),(278261,163,144,136,'41.62461779088858','13.377742767333984'),(278260,163,144,135,'41.624489471691575','13.382806777954101'),(278259,163,144,134,'41.62063977703474','13.387012481689453'),(278258,163,144,133,'41.61865067807987','13.39181900024414'),(278257,163,144,132,'41.6187790088961','13.39482307434082'),(278256,163,144,131,'41.6166615177737','13.395938873291015'),(278255,163,144,130,'41.616789852548074','13.399372100830078'),(278254,163,144,129,'41.61524981840186','13.402118682861328'),(278253,163,144,128,'41.611977123747074','13.407697677612304'),(278252,163,144,127,'41.6087684383814','13.409585952758789'),(278251,163,144,126,'41.607164035849856','13.41207504272461'),(278250,163,144,125,'41.604276010748286','13.41207504272461'),(278249,163,144,124,'41.60190131549023','13.412590026855468'),(278248,163,144,123,'41.59490508367679','13.410873413085937'),(278247,163,144,122,'41.589448780255516','13.417825698852539'),(278246,163,144,121,'41.58585378716326','13.419027328491211'),(278245,163,144,120,'41.58296480836916','13.422460556030273'),(278244,163,144,119,'41.58129556170478','13.423748016357421'),(278243,163,144,118,'41.58039671870505','13.425636291503906'),(278242,163,144,117,'41.57930524967167','13.429756164550781'),(278241,163,144,116,'41.5751318156125','13.435077667236328'),(278240,163,144,115,'41.574040257599975','13.437137603759765'),(278239,163,144,114,'41.573077102858136','13.442802429199218'),(278238,163,144,113,'41.573077102858136','13.446493148803711'),(278237,163,144,112,'41.57224235713166','13.451728820800781'),(278236,163,144,111,'41.55965565270592','13.471298217773437'),(278235,163,144,110,'41.557086636257004','13.477821350097656'),(278234,163,144,109,'41.5530402282712','13.499364852905273'),(278233,163,144,108,'41.55169136931665','13.501853942871093'),(278232,163,144,107,'41.55053518209649','13.508377075195312'),(278231,163,144,106,'41.550470948866845','13.509235382080078'),(278230,163,144,105,'41.553232920109906','13.519706726074218'),(278229,163,144,104,'41.55201252876353','13.521080017089843'),(278228,163,144,103,'41.55156290509114','13.522710800170898'),(278227,163,144,102,'41.553554071897985','13.526830673217773'),(278226,163,144,101,'41.55856383319291','13.526315689086914'),(278225,163,144,100,'41.56877483634054','13.533697128295898'),(278224,163,144,99,'41.569802269312056','13.534212112426757'),(278223,163,144,98,'41.572306568724365','13.537731170654296'),(278222,163,144,97,'41.57243499171829','13.541765213012695'),(278221,163,144,96,'41.5735265768582','13.54313850402832'),(278220,163,144,95,'41.574489724898','13.545284271240234'),(278219,163,144,94,'41.57371920761509','13.548545837402343'),(278218,163,144,93,'41.57314131362107','13.550691604614257'),(278217,163,144,92,'41.576094939716235','13.558416366577148'),(278216,163,144,91,'41.576929635655816','13.560905456542968'),(278215,163,144,90,'41.578342173440475','13.560562133789062'),(278214,163,144,89,'41.585661192598415','13.567686080932617'),(278213,163,144,88,'41.58688094847325','13.569746017456054'),(278212,163,144,87,'41.58046092219137','13.584766387939453'),(278211,163,144,86,'41.574040257599975','13.594636917114257'),(278210,163,144,85,'41.57192129821074','13.59609603881836'),(278209,163,144,84,'41.57005912500182','13.598413467407226'),(278208,163,144,83,'41.56787581908662','13.599615097045898'),(278207,163,144,82,'41.56004099636538','13.609228134155273'),(278206,163,144,81,'41.55740776889781','13.610773086547851'),(278205,163,144,80,'41.55548094911879','13.613777160644531'),(278204,163,144,79,'41.55413214109558','13.6175537109375'),(278203,163,144,78,'41.54693802294874','13.626222610473632'),(278202,163,144,77,'41.53897217258727','13.642873764038086'),(278201,163,144,76,'41.5387794382433','13.64450454711914'),(278200,163,144,75,'41.536338086837624','13.647851943969726'),(278199,163,144,74,'41.51706102440019','13.687076568603515'),(278198,163,144,73,'41.49861392600106','13.725957870483398'),(278197,163,144,72,'41.49437099280133','13.762950897216796'),(278196,163,144,71,'41.48093320402046','13.804492950439453'),(278195,163,144,70,'41.480161571733674','13.807754516601562'),(278194,163,144,69,'41.47938993025913','13.81479263305664'),(278193,163,144,68,'41.48164052554548','13.824148178100586'),(278192,163,144,67,'41.48408394050287','13.825435638427734'),(278191,163,144,66,'41.48691304271792','13.825693130493164'),(278190,163,144,65,'41.492120839687786','13.825349807739257'),(278189,163,144,64,'41.49359952053924','13.826379776000976'),(278188,163,144,63,'41.48954914041891','13.841056823730468'),(278187,163,144,62,'41.48080459927738','13.874015808105468'),(278186,163,144,61,'41.481061808508336','13.878822326660156'),(278185,163,144,60,'41.47797523035997','13.881568908691406'),(278184,163,144,59,'41.47321646770783','13.879165649414062'),(278183,163,144,58,'41.45996726138326','13.887748718261718'),(278182,163,144,57,'41.45778023887359','13.891868591308593'),(278181,163,144,56,'41.44761604895228','13.922080993652343'),(278180,163,144,55,'41.447744719536324','13.92568588256836'),(278179,163,144,54,'41.44156824366256','13.949031829833984'),(278178,163,144,53,'41.43449030894922','13.965511322021484'),(278177,163,144,52,'41.42921352817974','13.969974517822265'),(278176,163,144,51,'41.428055153038834','13.967742919921875'),(278175,163,144,50,'41.426768045309','13.963794708251953'),(278174,163,144,49,'41.4240650360233','13.965511322021484'),(278173,163,144,48,'41.42329272698853','13.9691162109375'),(278172,163,144,47,'41.423421445798866','13.973751068115234'),(278171,163,144,46,'41.408230864902784','13.98782730102539'),(278170,163,144,45,'41.39058988645894','14.004650115966796'),(278169,163,144,44,'41.38646867610117','14.011516571044921'),(278168,163,144,43,'41.3777102367209','14.017696380615234'),(278167,163,144,42,'41.36341083816149','14.031944274902343'),(278166,163,144,41,'41.36134940442383','14.03829574584961'),(278165,163,144,40,'41.357226341046065','14.043445587158203'),(278164,163,144,39,'41.356453237583764','14.046878814697265'),(278163,163,144,38,'41.34949489320286','14.060783386230468'),(278162,163,144,37,'41.330935671991796','14.077091217041015'),(278161,163,144,36,'41.32848649090937','14.083786010742187'),(278160,163,144,35,'41.32732632036622','14.088249206542968'),(278159,163,144,34,'41.32294326743418','14.096660614013671'),(278158,163,144,33,'41.322040837585284','14.10146713256836'),(278157,163,144,32,'41.31030811235742','14.111595153808593'),(278156,163,144,31,'41.305859439154084','14.104299545288086'),(278155,163,144,30,'41.301217021758276','14.104084968566894'),(278154,163,144,29,'41.30037877228236','14.103097915649414'),(278153,163,144,28,'41.30024980986822','14.10219669342041'),(278152,163,144,27,'41.29950827103813','14.101338386535644'),(278151,163,144,26,'41.297896201016016','14.101552963256836'),(278150,163,144,25,'41.29251159835366','14.099321365356445'),(278149,163,144,24,'41.291092826662975','14.097132682800293'),(278148,163,144,23,'41.2882874372726','14.095630645751953'),(278147,163,144,22,'41.282644047273756','14.093313217163086'),(278146,163,144,21,'41.27861275559833','14.088807106018066'),(278145,163,144,20,'41.27429093437312','14.08571720123291'),(278144,163,144,19,'41.270162360309904','14.084086418151855'),(278143,163,144,18,'41.26851730884114','14.08172607421875'),(278142,163,144,17,'41.26696898724201','14.081511497497558'),(278141,163,144,16,'41.26119471418683','14.079923629760742'),(278140,163,144,15,'41.25821060203325','14.077906608581543'),(278139,163,144,14,'41.25824286343423','14.076082706451416'),(278138,163,144,13,'41.25895261022395','14.075138568878173'),(278137,163,144,12,'41.25908165426616','14.074301719665527'),(278136,163,144,11,'41.259613958245275','14.073572158813476'),(278135,163,144,10,'41.25937200242894','14.072585105895996'),(278134,163,144,9,'41.259807522252956','14.071598052978515'),(278133,163,144,8,'41.25972687065281','14.069302082061767'),(278132,163,144,7,'41.258775174249585','14.068315029144287'),(278131,163,144,6,'41.25874291311154','14.067671298980713'),(278130,163,144,5,'41.25737180001481','14.066898822784423'),(278129,163,144,4,'41.25530701069167','14.066147804260254'),(278128,163,144,3,'41.253661584970445','14.066598415374755'),(278127,163,144,2,'41.2523064973733','14.067113399505615'),(278126,163,144,1,'41.25206451448736','14.067585468292236'),(278125,163,144,0,'41.25132242804797','14.06700611114502'),(278319,163,144,194,'41.73020194186812','13.17286491394043'),(278320,163,144,195,'41.731803280985474','13.171148300170898'),(278321,163,144,196,'41.733596733404966','13.17011833190918'),(278322,163,144,197,'41.73449344083669','13.168230056762695'),(278323,163,144,198,'41.73769586518427','13.168487548828125'),(278324,163,144,199,'41.73891274456838','13.166513442993164'),(278325,163,144,200,'41.73923297215291','13.163938522338867'),(278326,163,144,201,'41.740898129851885','13.161706924438476'),(278327,163,144,202,'41.74192282082075','13.157844543457031'),(278328,163,144,203,'41.7422110122096','13.156986236572265'),(278329,163,144,204,'41.74496477580577','13.152608871459961'),(278330,163,144,205,'41.74518891415656','13.149518966674804'),(278331,163,144,206,'41.74557314950897','13.14814567565918'),(278332,163,144,207,'41.743331744203985','13.145055770874023'),(278333,163,144,208,'41.74173069250962','13.141708374023437'),(278334,163,144,209,'41.74448447670494','13.141450881958007'),(278335,163,144,210,'41.744292356058615','13.1341552734375'),(278336,163,144,211,'41.74602142118049','13.124885559082031'),(278337,163,144,212,'41.74640565155073','13.122138977050781'),(278338,163,144,213,'41.74531699286284','13.118877410888671'),(278339,163,144,214,'41.74307557861556','13.112354278564453'),(278340,163,144,215,'41.73820823826165','13.105831146240234'),(278341,163,144,216,'41.733981038122884','13.099050521850586'),(278342,163,144,217,'41.7335326823951','13.096990585327148'),(278343,163,144,218,'41.735005839462694','13.086090087890625'),(278344,163,144,219,'41.73487774018942','13.077077865600586'),(278345,163,144,220,'41.73718348801913','13.067808151245117'),(278346,163,144,221,'41.73660705882209','13.065061569213867'),(278347,163,144,222,'41.74032173399619','13.059654235839843'),(278348,163,144,223,'41.739745332966805','13.056564331054687'),(278349,163,144,224,'41.741474520533856','13.05398941040039'),(278350,163,144,225,'41.74256324437281','13.050212860107421'),(278351,163,144,226,'41.74288345375358','13.043603897094726'),(278352,163,144,227,'41.74294749543813','13.036136627197265'),(278353,163,144,228,'41.74102621711719','13.030557632446289'),(278354,163,144,229,'41.73884869885987','13.018198013305664'),(278355,163,144,230,'41.73782395883685','13.016223907470703'),(278356,163,144,231,'41.74044982241123','13.011846542358398'),(278357,163,144,232,'41.74006555639962','13.007125854492187'),(278358,163,144,233,'41.73551823400098','13.01004409790039'),(278359,163,144,234,'41.73090653599778','13.005151748657226'),(278360,163,144,235,'41.73090653599778','13.003692626953125'),(278361,163,144,236,'41.72917706388363','12.99957275390625'),(278362,163,144,237,'41.72872867462387','12.997426986694336'),(278363,163,144,238,'41.727960000040305','12.996397018432617'),(278364,163,144,239,'41.7246930304541','12.986011505126953'),(278365,163,144,240,'41.72597421479714','12.976055145263671'),(278366,163,144,241,'41.73033005046653','12.969274520874023'),(278367,163,144,242,'41.731867333719855','12.96438217163086'),(278368,163,144,243,'41.73737562993509','12.956829071044921'),(278369,163,144,244,'41.73846442326741','12.947559356689453'),(278370,163,144,245,'41.741154304127036','12.939834594726562'),(278371,163,144,246,'41.74185877811425','12.9144287109375'),(278372,163,144,247,'41.7427553701929','12.911510467529296'),(278373,163,144,248,'41.74442043655339','12.909021377563476'),(278374,163,144,249,'41.74384407231491','12.907648086547851'),(278375,163,144,250,'41.74627757501615','12.905158996582031'),(278376,163,144,251,'41.74858291354743','12.893056869506836'),(278377,163,144,252,'41.74864694954719','12.883443832397461'),(278378,163,144,253,'41.749159235245635','12.880353927612304'),(278379,163,144,254,'41.74819869620759','12.874345779418945'),(278380,163,144,255,'41.751656569484126','12.867908477783203'),(278381,163,144,256,'41.746213536653045','12.858552932739257'),(278382,163,144,257,'41.752681088758834','12.856149673461914'),(278383,163,144,258,'41.753449467483726','12.85374641418457'),(278384,163,144,259,'41.755178285983966','12.851428985595703'),(278385,163,144,260,'41.757803439847876','12.843618392944336'),(278386,163,144,261,'41.7591479892674','12.841901779174804'),(278387,163,144,262,'41.75844370498946','12.833232879638671'),(278388,163,144,263,'41.763565596162685','12.823019027709961'),(278389,163,144,264,'41.7633095113135','12.81580924987793'),(278390,163,144,265,'41.764461885086135','12.811517715454101'),(278391,163,144,266,'41.76625442537224','12.809286117553711'),(278392,163,144,267,'41.76926321969369','12.799758911132812'),(278393,163,144,268,'41.767790848613984','12.798471450805664'),(278394,163,144,269,'41.77041548653221','12.774438858032226'),(278395,163,144,270,'41.772463909807456','12.771434783935546'),(278396,163,144,271,'41.78193701655458','12.75212287902832'),(278397,163,144,272,'41.783793069462554','12.748603820800781'),(278398,163,144,273,'41.78769700539063','12.732982635498046'),(278399,163,144,274,'41.78897693263704','12.731523513793945'),(278400,163,144,275,'41.79275256912953','12.720193862915039'),(278401,163,144,276,'41.792368616254194','12.714529037475586'),(278402,163,144,277,'41.792368616254194','12.712039947509765'),(278403,163,144,278,'41.79108875672614','12.707834243774414'),(278404,163,144,279,'41.794736289013386','12.699422836303711'),(278405,163,144,280,'41.794096386081485','12.697105407714843'),(278406,163,144,281,'41.791280737284424','12.692985534667968'),(278407,163,144,282,'41.79108875672614','12.690925598144531'),(278408,163,144,283,'41.79179268262892','12.682857513427734'),(278409,163,144,284,'41.784369074958185','12.680625915527343'),(278410,163,144,285,'41.783985071869395','12.678179740905761'),(278411,163,144,286,'41.78414507343588','12.676849365234375'),(278412,163,144,287,'41.78612905968866','12.674531936645507'),(278413,163,144,288,'41.78875294721358','12.672557830810546'),(278414,163,144,289,'41.78968088173019','12.671656608581543'),(278415,163,144,290,'41.792848556989','12.669510841369629'),(278416,163,144,291,'41.79403239543692','12.668051719665527'),(278417,163,144,292,'41.796176047251684','12.667322158813476'),(278418,163,144,293,'41.79729583685443','12.670111656188964'),(278419,163,144,294,'41.79931140883447','12.671828269958496'),(278420,163,144,295,'41.800239190502936','12.671012878417968'),(278421,163,144,296,'41.80078305627046','12.669339179992675'),(278422,163,144,297,'41.80183878252463','12.668652534484863'),(278423,163,144,298,'41.80289449138525','12.671399116516113'),(278424,163,144,299,'41.8026065725119','12.673287391662597'),(278425,163,144,300,'41.80366226872259','12.675604820251464'),(278426,163,144,301,'41.804909887273965','12.676506042480468'),(278427,163,144,302,'41.80522978555343','12.677621841430664'),(278428,163,144,303,'41.80663731900798','12.679681777954101'),(279659,164,145,433,'42.70899316365776','12.858209609985351'),(279658,164,145,432,'42.70804712011762','12.863359451293945'),(279657,164,145,431,'42.70741641641384','12.86799430847168'),(279656,164,145,430,'42.709939192779224','12.865762710571289'),(279653,164,145,427,'42.706848777601365','12.874946594238281'),(279654,164,145,428,'42.70785790967934','12.872543334960937'),(279655,164,145,429,'42.707920979889515','12.87022590637207'),(279652,164,145,426,'42.705145830019916','12.87322998046875'),(279651,164,145,425,'42.702559783250834','12.875804901123046'),(279650,164,145,424,'42.704893537516206','12.875118255615234'),(279649,164,145,423,'42.703442835722484','12.877264022827148'),(279647,164,145,421,'42.696314982332986','12.891769409179687'),(279648,164,145,422,'42.704073579798134','12.881383895874023'),(279646,164,145,420,'42.69555799408926','12.894172668457031'),(279645,164,145,419,'42.69480099661794','12.895374298095703'),(279644,164,145,418,'42.69183600100801','12.894258499145507'),(279643,164,145,417,'42.69221451896772','12.896060943603515'),(279642,164,145,416,'42.689943376606394','12.898807525634765'),(279641,164,145,415,'42.68666269102629','12.901296615600586'),(279640,164,145,414,'42.68262468629776','12.909278869628906'),(279639,164,145,413,'42.6812365615542','12.911081314086914'),(279638,164,145,412,'42.67833401869089','12.916231155395507'),(279635,164,145,409,'42.674547889451105','12.931852340698242'),(279636,164,145,410,'42.672844056034926','12.92215347290039'),(279637,164,145,411,'42.67612547133471','12.917861938476562'),(279634,164,145,408,'42.67650408502764','12.93142318725586'),(279631,164,145,405,'42.68268778214011','12.938804626464843'),(279632,164,145,406,'42.68458062761431','12.937517166137695'),(279633,164,145,407,'42.68161514410545','12.936058044433593'),(279628,164,145,402,'42.66495532964535','12.94438362121582'),(279629,164,145,403,'42.67044598912975','12.94137954711914'),(279630,164,145,404,'42.67921741565486','12.939491271972656'),(279627,164,145,401,'42.65984290036616','12.941551208496093'),(279626,164,145,400,'42.65207877796041','12.938117980957031'),(279625,164,145,399,'42.65024807129835','12.940778732299804'),(279624,164,145,398,'42.64980616851369','12.948074340820312'),(279623,164,145,397,'42.65075309920788','12.950477600097656'),(279621,164,145,395,'42.64425055140058','12.952194213867187'),(279622,164,145,396,'42.65087935554455','12.952451705932617'),(279619,164,145,393,'42.645955168505075','12.95536994934082'),(279620,164,145,394,'42.651131867449024','12.956056594848632'),(279618,164,145,392,'42.64273529698505','12.954769134521484'),(279617,164,145,391,'42.64166196944533','12.952795028686523'),(279616,164,145,390,'42.63888385924217','12.952194213867187'),(279615,164,145,389,'42.6381893123101','12.953824996948242'),(279614,164,145,388,'42.63212748275017','12.952280044555664'),(279613,164,145,387,'42.63061193310054','12.948675155639648'),(279611,164,145,385,'42.619686254291125','12.948589324951171'),(279612,164,145,386,'42.62821223734917','12.948246002197265'),(279610,164,145,384,'42.61248562596583','12.950220108032226'),(279607,164,145,381,'42.59972457318483','12.954425811767578'),(279609,164,145,383,'42.61027473969217','12.948932647705078'),(279608,164,145,382,'42.60446289293587','12.949361801147461'),(279606,164,145,380,'42.59738686936907','12.954597473144531'),(279605,164,145,379,'42.572235212613116','12.961549758911132'),(279603,164,145,377,'42.56553481902066','12.96412467956543'),(279604,164,145,378,'42.565787677129485','12.962408065795898'),(279602,164,145,376,'42.56123607436124','12.964725494384765'),(279601,164,145,375,'42.55946591693996','12.966270446777343'),(279600,164,145,374,'42.54916007484429','12.960691452026367'),(279599,164,145,373,'42.54106595069722','12.952795028686523'),(279598,164,145,372,'42.53638605645048','12.95262336730957'),(279597,164,145,371,'42.533540003317576','12.954425811767578'),(279596,164,145,370,'42.52889117093674','12.956399917602539'),(279595,164,145,369,'42.526993588895394','12.956700325012207'),(279594,164,145,368,'42.52266056049084','12.959532737731933'),(279593,164,145,367,'42.52104745855639','12.961678504943847'),(279592,164,145,366,'42.51943431497484','12.97008991241455'),(279591,164,145,365,'42.51880169828029','12.977428436279296'),(279590,164,145,364,'42.51892822213158','12.979531288146972'),(279588,164,145,362,'42.516397696429856','12.985539436340332'),(279589,164,145,363,'42.5175680773043','12.984466552734375'),(279587,164,145,361,'42.51567015132469','12.988886833190918'),(279586,164,145,360,'42.510861814196524','12.989788055419921'),(279585,164,145,359,'42.50769823276211','12.990431785583496'),(279583,164,145,357,'42.502826004204365','12.992534637451171'),(279584,164,145,358,'42.50621129417676','12.991805076599121'),(279582,164,145,356,'42.50051630865648','12.994422912597656'),(279581,164,145,355,'42.50051630865648','12.993650436401367'),(279580,164,145,354,'42.50083271035036','12.992792129516601'),(279579,164,145,353,'42.50089599049699','12.991976737976074'),(279578,164,145,352,'42.49966201608558','12.993178367614746'),(279577,164,145,351,'42.498554582418116','12.993736267089843'),(279576,164,145,350,'42.49665607907153','12.996053695678711'),(279575,164,145,349,'42.498048320494846','12.996439933776855'),(279574,164,145,348,'42.49611815931095','12.997899055480957'),(279573,164,145,347,'42.496719363445045','12.998671531677246'),(279572,164,145,346,'42.49529544955062','12.99858570098877'),(279571,164,145,345,'42.49292218767843','13.000645637512207'),(279570,164,145,344,'42.48959946975739','13.002233505249023'),(279569,164,145,343,'42.48877667424446','13.001718521118164'),(279568,164,145,342,'42.48766904780903','13.00330638885498'),(279567,164,145,341,'42.49001086345522','13.003778457641601'),(279566,164,145,340,'42.48921971932706','13.004980087280273'),(279565,164,145,339,'42.48675128533352','13.005666732788086'),(279563,164,145,337,'42.485010664344486','13.006525039672851'),(279564,164,145,338,'42.484979016241844','13.005409240722656'),(279562,164,145,336,'42.486181632886684','13.006353378295898'),(279561,164,145,335,'42.486529754442806','13.007426261901855'),(279560,164,145,334,'42.48567527080141','13.006954193115234'),(279558,164,145,332,'42.4851056085563','13.008627891540527'),(279559,164,145,333,'42.48564362303499','13.007726669311523'),(279557,164,145,331,'42.488460211549906','13.008027076721191'),(279556,164,145,330,'42.48418780847272','13.010215759277343'),(279555,164,145,329,'42.48390297122628','13.010730743408203'),(279554,164,145,328,'42.48523220061461','13.010516166687011'),(279553,164,145,327,'42.484504292781125','13.011374473571777'),(279552,164,145,326,'42.48029492052458','13.008456230163574'),(279551,164,145,325,'42.47950365351821','13.007512092590332'),(279550,164,145,324,'42.47744631247264','13.006653785705566'),(279548,164,145,322,'42.47703483614654','13.007640838623046'),(279549,164,145,323,'42.47814265086073','13.007125854492187'),(279547,164,145,321,'42.475958654501795','13.006181716918945'),(279546,164,145,320,'42.47637013790425','13.008456230163574'),(279545,164,145,319,'42.475958654501795','13.007512092590332'),(279544,164,145,318,'42.47424938679159','13.005838394165039'),(279543,164,145,317,'42.47272999852416','13.007984161376953'),(279541,164,145,315,'42.47102064263287','13.009529113769531'),(279542,164,145,316,'42.47159043311705','13.011159896850586'),(279540,164,145,314,'42.46969111133112','13.011417388916015'),(279539,164,145,313,'42.4683932082965','13.009014129638671'),(279537,164,145,311,'42.4664304745408','12.999916076660156'),(279538,164,145,312,'42.46700030680956','13.00356388092041'),(279535,164,145,309,'42.46272643836094','12.99532413482666'),(279536,164,145,310,'42.46529079444226','12.997426986694336'),(279534,164,145,308,'42.461301750707676','12.995195388793945'),(279532,164,145,306,'42.45832563191176','12.99008846282959'),(279533,164,145,307,'42.46019363789803','12.989959716796875'),(279531,164,145,305,'42.45724912857572','12.991118431091308'),(279530,164,145,304,'42.45566600181596','12.991290092468261'),(279529,164,145,303,'42.455381034748896','12.989187240600586'),(279528,164,145,302,'42.45329123663537','12.98910140991211'),(279527,164,145,301,'42.45262628624807','12.987728118896484'),(279526,164,145,300,'42.45094804673491','12.989187240600586'),(279525,164,145,299,'42.44961808914596','12.988500595092773'),(279523,164,145,297,'42.44907976495075','12.985796928405761'),(279524,164,145,298,'42.44977641891112','12.986612319946289'),(279522,164,145,296,'42.44955475712781','12.984766960144043'),(279521,164,145,295,'42.450631392727466','12.98360824584961'),(279519,164,145,293,'42.45173967474975','12.985625267028808'),(279520,164,145,294,'42.45164467991625','12.983565330505371'),(279518,164,145,292,'42.452879601513764','12.985496520996093'),(279517,164,145,291,'42.45278460840919','12.987642288208007'),(279516,164,145,290,'42.455222719151315','12.986011505126953'),(279514,164,145,288,'42.45500107664235','12.983522415161132'),(279515,164,145,289,'42.455507686938795','12.98485279083252'),(279513,164,145,287,'42.4550960663851','12.982664108276367'),(279512,164,145,286,'42.45525438230284','12.98159122467041'),(279511,164,145,285,'42.45591930478701','12.981762886047363'),(279510,164,145,284,'42.45715414209879','12.97983169555664'),(279509,164,145,283,'42.456647545121605','12.978243827819824'),(279508,164,145,282,'42.45496941336273','12.977728843688964'),(279507,164,145,281,'42.453829524635246','12.97661304473877'),(279506,164,145,280,'42.45303792303455','12.974767684936523'),(279505,164,145,279,'42.45253129275928','12.972793579101562'),(279504,164,145,278,'42.453829524635246','12.972021102905273'),(279503,164,145,277,'42.45427281716127','12.97236442565918'),(279502,164,145,276,'42.455159392800205','12.971248626708984'),(279500,164,145,274,'42.45481109672458','12.9673433303833'),(279501,164,145,275,'42.45525438230284','12.969231605529785'),(279499,164,145,273,'42.45408283503434','12.965841293334961'),(279498,164,145,272,'42.454716106549604','12.963953018188476'),(279497,164,145,271,'42.455444360875866','12.963223457336425'),(279496,164,145,270,'42.45661588267446','12.961721420288086'),(279495,164,145,269,'42.457375776987554','12.958931922912597'),(279494,164,145,268,'42.45750242514324','12.957086563110351'),(279493,164,145,267,'42.45813566207956','12.955799102783203'),(279491,164,145,265,'42.45876889261233','12.95339584350586'),(279492,164,145,266,'42.458610585579485','12.955069541931152'),(279490,164,145,264,'42.459433777779914','12.952752113342285'),(279489,164,145,263,'42.45981370899162','12.948760986328125'),(279488,164,145,262,'42.461111789904514','12.947516441345214'),(279487,164,145,261,'42.46225154607854','12.94790267944336'),(279486,164,145,260,'42.4606368853752','12.946786880493164'),(279485,164,145,259,'42.45851560116767','12.94863224029541'),(279484,164,145,258,'42.4580723386741','12.95064926147461'),(279483,164,145,257,'42.45658422021131','12.950692176818847'),(279481,164,145,255,'42.45617260673348','12.950263023376464'),(279482,164,145,256,'42.45579265342955','12.952709197998046'),(279480,164,145,254,'42.45753408714216','12.949318885803222'),(279479,164,145,253,'42.456679207552746','12.94640064239502'),(279478,164,145,252,'42.4572807907027','12.946100234985351'),(279477,164,145,251,'42.457565749125045','12.944083213806152'),(279476,164,145,250,'42.4587372312378','12.941551208496093'),(279475,164,145,249,'42.45750242514324','12.941122055053711'),(279474,164,145,248,'42.45680585711722','12.939834594726562'),(279473,164,145,247,'42.45826230869841','12.939233779907226'),(279472,164,145,246,'42.45937045568716','12.939963340759277'),(279471,164,145,245,'42.46070020618722','12.939276695251464'),(279470,164,145,244,'42.46089016823909','12.937946319580078'),(279469,164,145,243,'42.46272643836094','12.93713092803955'),(279468,164,145,242,'42.466240529298545','12.93713092803955'),(279467,164,145,241,'42.469659455479736','12.93790340423584'),(279466,164,145,240,'42.47124222843754','12.935929298400879'),(279465,164,145,239,'42.47089402182085','12.933740615844726'),(279464,164,145,238,'42.469659455479736','12.931337356567382'),(279463,164,145,237,'42.46750682002726','12.92966365814209'),(279462,164,145,236,'42.465512400530805','12.926745414733886'),(279461,164,145,235,'42.46392948268845','12.926788330078125'),(279460,164,145,234,'42.463074690412036','12.925372123718261'),(279459,164,145,233,'42.461744990340435','12.92490005493164'),(279458,164,145,232,'42.46092182852504','12.922453880310058'),(279456,164,145,230,'42.462758097718364','12.924213409423828'),(279457,164,145,231,'42.46215656718982','12.924084663391113'),(279455,164,145,229,'42.46456265462815','12.924728393554687'),(279454,164,145,228,'42.4661455564613','12.924470901489257'),(279453,164,145,227,'42.467696761427284','12.924599647521972'),(279452,164,145,226,'42.46855149059522','12.925972938537597'),(279450,164,145,224,'42.47045084696159','12.926445007324218'),(279451,164,145,225,'42.469659455479736','12.925887107849121'),(279449,164,145,223,'42.47057746867015','12.926187515258789'),(279448,164,145,222,'42.46902633508998','12.924985885620117'),(279447,164,145,221,'42.4679816724467','12.923054695129394'),(279446,164,145,220,'42.466462132025164','12.922110557556152'),(279445,164,145,219,'42.46586063708504','12.921123504638671'),(279444,164,145,218,'42.46380284753207','12.919921875'),(279442,164,145,216,'42.4606368853752','12.917733192443847'),(279443,164,145,217,'42.462124907528235','12.918033599853515'),(279441,164,145,215,'42.45952876079895','12.916703224182129'),(279440,164,145,214,'42.45778738255705','12.91717529296875'),(279439,164,145,213,'42.45661588267446','12.916574478149414'),(279438,164,145,212,'42.454779433348946','12.9164457321167'),(279436,164,145,210,'42.45180300455871','12.916789054870605'),(279437,164,145,211,'42.4536078771956','12.916789054870605'),(279435,164,145,209,'42.44911143120795','12.918119430541992'),(279434,164,145,208,'42.445058020170826','12.916145324707031'),(279433,164,145,207,'42.441891110304184','12.914257049560546'),(279432,164,145,206,'42.43790057594955','12.912368774414062'),(279431,164,145,205,'42.426117515566716','12.903785705566406'),(279430,164,145,204,'42.406727660927984','12.87872314453125'),(279429,164,145,203,'42.40558689454236','12.875289916992187'),(279428,164,145,202,'42.405206634470666','12.869625091552734'),(279427,164,145,201,'42.40571364738738','12.863445281982421'),(279426,164,145,200,'42.404826372094114','12.854862213134765'),(279425,164,145,199,'42.402164470921285','12.852802276611328'),(279424,164,145,198,'42.395699383595094','12.859840393066406'),(279423,164,145,197,'42.385937107381125','12.858295440673828'),(279421,164,145,195,'42.36907141773813','12.861213684082031'),(279422,164,145,196,'42.380484785939174','12.858638763427734'),(279420,164,145,194,'42.36234924163794','12.859668731689453'),(279419,164,145,193,'42.35600690670568','12.85675048828125'),(279418,164,145,192,'42.35131316672789','12.853660583496093'),(279417,164,145,191,'42.33722984357811','12.85675048828125'),(279416,164,145,190,'42.32733156703218','12.859153747558593'),(279415,164,145,189,'42.31793945446847','12.852458953857421'),(279414,164,145,188,'42.304991271490245','12.853660583496093'),(279413,164,145,187,'42.301182475461204','12.85726547241211'),(279412,164,145,186,'42.294072106395845','12.859840393066406'),(279411,164,145,185,'42.28937374351593','12.853317260742187'),(279410,164,145,184,'42.28962771803718','12.849712371826171'),(279408,164,145,182,'42.27845187039743','12.84627914428711'),(279409,164,145,183,'42.285310011910866','12.845592498779296'),(279407,164,145,181,'42.26422519718699','12.840442657470703'),(279406,164,145,180,'42.2616843819275','12.83803939819336'),(279405,164,145,179,'42.25291778330197','12.838211059570312'),(279404,164,145,178,'42.250630644102415','12.832202911376953'),(279403,164,145,177,'42.243514569558584','12.828083038330078'),(279402,164,145,176,'42.23779571369225','12.824821472167968'),(279401,164,145,175,'42.231758581301044','12.823019027709961'),(279400,164,145,174,'42.229724890891426','12.825422286987304'),(279399,164,145,173,'42.22686490289376','12.825851440429687'),(279398,164,145,172,'42.21682214109948','12.82928466796875'),(279397,164,145,171,'42.21186373306229','12.829456329345703'),(279396,164,145,170,'42.20913008525326','12.823104858398437'),(279395,164,145,169,'42.20270872627568','12.814178466796875'),(279394,164,145,168,'42.199783930614835','12.813835144042968'),(279393,164,145,167,'42.196541064123885','12.81606674194336'),(279392,164,145,166,'42.19526930634802','12.814950942993164'),(279391,164,145,165,'42.18973686222704','12.816238403320312'),(279390,164,145,164,'42.18751102971997','12.815380096435546'),(279389,164,145,163,'42.18464912990618','12.812118530273437'),(279388,164,145,162,'42.183122730364815','12.806110382080078'),(279387,164,145,161,'42.180833061956704','12.80332088470459'),(279386,164,145,160,'42.177430207125084','12.802162170410156'),(279385,164,145,159,'42.17568100488278','12.800402641296386'),(279384,164,145,158,'42.17297759716195','12.801346778869629'),(279383,164,145,157,'42.17202342567094','12.8025484085083'),(279382,164,145,156,'42.17141910961485','12.801260948181152'),(279381,164,145,155,'42.172405095994705','12.799930572509765'),(279380,164,145,154,'42.17132369076239','12.797913551330566'),(279379,164,145,153,'42.169892390702415','12.797226905822754'),(279378,164,145,152,'42.16960612680395','12.795853614807129'),(279377,164,145,151,'42.16706150187998','12.79581069946289'),(279376,164,145,150,'42.16534382219148','12.79456615447998'),(279375,164,145,149,'42.167602243240914','12.791690826416015'),(279374,164,145,148,'42.16722054393652','12.790789604187011'),(279373,164,145,147,'42.16645713841854','12.788558006286621'),(279372,164,145,146,'42.1674113938766','12.785897254943847'),(279371,164,145,145,'42.166934267946836','12.784309387207031'),(279370,164,145,144,'42.16807936413268','12.782506942749023'),(279369,164,145,143,'42.17078298121291','12.780704498291015'),(279368,164,145,142,'42.17183258964541','12.780919075012207'),(279367,164,145,141,'42.17285037512818','12.777314186096191'),(279366,164,145,140,'42.17253231892413','12.775168418884277'),(279365,164,145,139,'42.17285037512818','12.771048545837402'),(279364,164,145,138,'42.17192800773016','12.764954566955566'),(279363,164,145,137,'42.17011503950559','12.763023376464843'),(279362,164,145,136,'42.1701468464135','12.757530212402343'),(279361,164,145,135,'42.17075117462488','12.756242752075195'),(279360,164,145,134,'42.17132369076239','12.755341529846191'),(279359,164,145,133,'42.171101046213586','12.753667831420898'),(279358,164,145,132,'42.17160994688789','12.75263786315918'),(279357,164,145,131,'42.172436901751055','12.751178741455078'),(279356,164,145,130,'42.17145091586701','12.749462127685546'),(279355,164,145,129,'42.16979696954686','12.75014877319336'),(279354,164,145,128,'42.16906540257221','12.749075889587402'),(279353,164,145,127,'42.16731596897854','12.749032974243164'),(279352,164,145,126,'42.16384876672428','12.744956016540527'),(279351,164,145,125,'42.16384876672428','12.742424011230468'),(279350,164,145,124,'42.1613675328748','12.742252349853515'),(279349,164,145,123,'42.15831357302287','12.743196487426757'),(279348,164,145,122,'42.15723192689718','12.745342254638671'),(279347,164,145,121,'42.15341420456072','12.745771408081054'),(279346,164,145,120,'42.149850789267894','12.74388313293457'),(279345,164,145,119,'42.150868928393656','12.742595672607421'),(279344,164,145,118,'42.14857809233132','12.742681503295898'),(279343,164,145,117,'42.14889626896436','12.743968963623046'),(279342,164,145,116,'42.1476235528367','12.745342254638671'),(279341,164,145,115,'42.145841707270215','12.748174667358398'),(279340,164,145,114,'42.14514168279043','12.752208709716796'),(279339,164,145,113,'42.14374161061002','12.754440307617187'),(279338,164,145,112,'42.139604852841195','12.756414413452148'),(279337,164,145,111,'42.13712266845216','12.760534286499023'),(279336,164,145,110,'42.134322138490376','12.760190963745117'),(279335,164,145,109,'42.132348963473774','12.763452529907226'),(279334,164,145,108,'42.130693995092855','12.765426635742187'),(279333,164,145,107,'42.12922994855708','12.767572402954101'),(279332,164,145,106,'42.126365411815094','12.768516540527343'),(279331,164,145,105,'42.1228004740871','12.769718170166015'),(279330,164,145,104,'42.120062975040376','12.771692276000976'),(279329,164,145,103,'42.117325357724574','12.768430709838867'),(279328,164,145,102,'42.11675235308641','12.769289016723632'),(279327,164,145,101,'42.11675235308641','12.772808074951171'),(279326,164,145,100,'42.11426927311834','12.772979736328125'),(279325,164,145,99,'42.11299586103782','12.77461051940918'),(279324,164,145,98,'42.11019426440201','12.774267196655273'),(279323,164,145,97,'42.109175471287365','12.772722244262695'),(279322,164,145,96,'42.106055315515526','12.771949768066406'),(279321,164,145,95,'42.10497277661064','12.773151397705078'),(279320,164,145,94,'42.09784029354348','12.776412963867187'),(279319,164,145,93,'42.09599335912761','12.778043746948242'),(279318,164,145,92,'42.094528510826514','12.776327133178711'),(279317,164,145,91,'42.094846958987496','12.774181365966796'),(279316,164,145,90,'42.09395530010741','12.772893905639648'),(279315,164,145,89,'42.09198086797672','12.775812149047851'),(279314,164,145,88,'42.09045223314744','12.774696350097656'),(279313,164,145,87,'42.08777703355179','12.775983810424804'),(279312,164,145,86,'42.08618459927643','12.773666381835937'),(279311,164,145,85,'42.083764022622496','12.77186393737793'),(279310,164,145,84,'42.084018824514004','12.770833969116211'),(279309,164,145,83,'42.084018824514004','12.764053344726562'),(279308,164,145,82,'42.08108854098068','12.762422561645507'),(279307,164,145,81,'42.07548240410041','12.765254974365234'),(279306,164,145,80,'42.06974834274927','12.766885757446289'),(279305,164,145,79,'42.06777315722955','12.768945693969726'),(279304,164,145,78,'42.06229328856301','12.77134895324707'),(279303,164,145,77,'42.060700214753545','12.769889831542968'),(279302,164,145,76,'42.056812946917276','12.772035598754882'),(279301,164,145,75,'42.05120466586921','12.775812149047851'),(279300,164,145,74,'42.04973878351052','12.778215408325195'),(279299,164,145,73,'42.046233275485214','12.778987884521484'),(279298,164,145,72,'42.04349247083809','12.78482437133789'),(279297,164,145,71,'42.04151646855992','12.783880233764648'),(279296,164,145,70,'42.040369084198254','12.78533935546875'),(279295,164,145,69,'42.038711714654525','12.784051895141601'),(279294,164,145,68,'42.037628026580855','12.78508186340332'),(279293,164,145,67,'42.035396845886346','12.785425186157226'),(279292,164,145,66,'42.03214555664436','12.789030075073242'),(279291,164,145,65,'42.03083861900776','12.793042659759521'),(279290,164,145,64,'42.030870495855176','12.793879508972168'),(279289,164,145,63,'42.02978667407419','12.796239852905273'),(279288,164,145,62,'42.0284956269538','12.796626091003418'),(279287,164,145,61,'42.02742770396584','12.798256874084472'),(279286,164,145,60,'42.026311944367855','12.798857688903808'),(279285,164,145,59,'42.02514834564218','12.799415588378906'),(279284,164,145,58,'42.02482954775412','12.800273895263671'),(279283,164,145,57,'42.02358622071659','12.80158281326294'),(279282,164,145,56,'42.0220399980457','12.802162170410156'),(279281,164,145,55,'42.021625540218','12.803041934967041'),(279280,164,145,54,'42.020971966616116','12.803964614868164'),(279279,164,145,53,'42.020270563082455','12.803492546081543'),(279278,164,145,52,'42.01953726929762','12.801647186279296'),(279277,164,145,51,'42.01720980257721','12.800853252410888'),(279276,164,145,50,'42.016540241578994','12.800209522247314'),(279275,164,145,49,'42.01569530930638','12.800145149230957'),(279274,164,145,48,'42.01266621456662','12.79930830001831'),(279273,164,145,47,'42.01025877849453','12.7980637550354'),(279272,164,145,46,'42.00911082987557','12.800424098968505'),(279271,164,145,45,'42.00679892603757','12.79932975769043'),(279270,164,145,44,'42.00525229518836','12.797784805297851'),(279269,164,145,43,'42.0026372874036','12.797355651855468'),(279268,164,145,42,'42.00102677181502','12.795510292053222'),(279267,164,145,41,'42.000803528813655','12.793922424316406'),(279266,164,145,40,'41.999511893216805','12.791433334350586'),(279265,164,145,39,'41.99857105572299','12.790553569793701'),(279264,164,145,38,'41.996577709994085','12.789309024810791'),(279263,164,145,37,'41.99560493460928','12.78933048248291'),(279262,164,145,36,'41.99424940313064','12.788386344909668'),(279261,164,145,35,'41.993340383496964','12.786970138549804'),(279260,164,145,34,'41.9920326482688','12.787227630615234'),(279259,164,145,33,'41.99145851212037','12.788236141204834'),(279258,164,145,32,'41.99045376139944','12.78860092163086'),(279257,164,145,31,'41.98970417513542','12.787978649139404'),(279256,164,145,30,'41.98865154973648','12.787013053894043'),(279255,164,145,29,'41.986147507247395','12.785296440124511'),(279254,164,145,28,'41.98479177435697','12.78407335281372'),(279253,164,145,27,'41.98321270789096','12.784953117370605'),(279252,164,145,26,'41.982303530645325','12.786777019500732'),(279251,164,145,25,'41.98115507767352','12.78806447982788'),(279250,164,145,24,'41.980676549488464','12.789695262908935'),(279249,164,145,23,'41.979240943356345','12.794694900512695'),(279248,164,145,22,'41.977757449685036','12.79259204864502'),(279247,164,145,21,'41.97496583563708','12.794394493103027'),(279246,164,145,20,'41.97442345071121','12.793471813201904'),(279245,164,145,19,'41.973147232665525','12.793622016906738'),(279244,164,145,18,'41.97214219295629','12.794265747070312'),(279243,164,145,17,'41.97142429774036','12.796111106872558'),(279242,164,145,16,'41.971296671077134','12.799394130706787'),(279241,164,145,15,'41.97030755576667','12.800295352935791'),(279240,164,145,14,'41.9701799268659','12.801110744476318'),(279239,164,145,13,'41.97053090572767','12.801733016967773'),(279238,164,145,12,'41.97054685926634','12.802891731262207'),(279237,164,145,11,'41.971248811012494','12.804758548736572'),(279236,164,145,10,'41.97078616186702','12.805638313293457'),(279235,164,145,9,'41.969940621987746','12.805144786834716'),(279234,164,145,8,'41.96930247125088','12.807183265686035'),(279233,164,145,7,'41.96844095761537','12.80705451965332'),(279232,164,145,6,'41.967643249416305','12.807505130767822'),(279231,164,145,5,'41.96724439157094','12.80505895614624'),(279230,164,145,4,'41.96622330410755','12.80332088470459'),(279229,164,145,3,'41.96529792945773','12.801604270935058'),(279228,164,145,2,'41.96566488997878','12.799887657165527'),(279227,164,145,1,'41.96561702568286','12.799265384674072'),(279226,164,145,0,'41.96599993904339','12.798278331756591'),(279660,164,145,434,'42.71359703638469','12.858209609985351'),(279661,164,145,435,'42.715299752113324','12.864217758178711'),(279662,164,145,436,'42.71801138812346','12.856922149658203'),(279663,164,145,437,'42.71693936014255','12.855463027954101'),(279664,164,145,438,'42.716876299096334','12.85151481628418'),(279665,164,145,439,'42.714479931853404','12.84550666809082'),(279666,164,145,440,'42.72141653062424','12.841558456420898'),(279667,164,145,441,'42.72292986730766','12.842674255371093'),(279668,164,145,442,'42.72349735904727','12.839412689208984'),(279669,164,145,443,'42.72400179179134','12.838211059570312'),(279670,164,145,444,'42.72299292220174','12.838211059570312'),(279671,164,145,445,'42.72431706017358','12.836923599243164'),(279672,164,145,446,'42.724884539224256','12.838811874389648'),(279673,164,145,447,'42.726965251331826','12.837181091308593'),(279674,164,145,448,'42.729613329442145','12.83778190612793'),(279675,164,145,449,'42.733143924402086','12.836408615112304'),(279676,164,145,450,'42.734341759172885','12.835335731506347'),(279677,164,145,451,'42.73449936728879','12.836623191833496'),(279678,164,145,452,'42.73591782230738','12.83503532409668'),(279679,164,145,453,'42.74133917359828','12.837696075439453'),(279680,164,145,454,'42.743734503408696','12.840442657470703'),(279681,164,145,455,'42.74508971480848','12.839841842651367'),(279682,164,145,456,'42.746413381064215','12.839112281799316'),(279683,164,145,457,'42.74764247442288','12.840871810913086'),(279684,164,145,458,'42.74890305768043','12.841601371765136'),(279685,164,145,459,'42.748745486175196','12.842803001403808'),(279686,164,145,460,'42.7503211832021','12.843360900878906'),(279687,164,145,461,'42.75246406687611','12.84276008605957'),(279688,164,145,462,'42.75322036107203','12.842159271240234'),(279689,164,145,463,'42.75385059918535','12.843403816223144'),(279690,164,145,464,'42.75366152842431','12.845206260681152'),(279691,164,145,465,'42.755142567281204','12.8450345993042'),(279692,164,145,466,'42.755142567281204','12.84250259399414'),(279693,164,145,467,'42.754669899151054','12.841987609863281'),(279694,164,145,468,'42.75555221007783','12.8410005569458'),(279695,164,145,469,'42.75602487147841','12.842116355895996'),(279696,164,145,470,'42.75693867329693','12.840571403503418'),(279697,164,145,471,'42.75400815771226','12.837696075439453'),(279698,164,145,472,'42.75400815771226','12.831945419311523'),(279699,164,145,473,'42.75299977621825','12.828941345214843'),(279700,164,145,474,'42.753630016574725','12.827653884887695'),(279701,164,145,475,'42.75110901669439','12.820873260498046'),(279702,164,145,476,'42.754134204245375','12.819414138793945'),(279703,164,145,477,'42.75678112222063','12.814435958862304'),(279704,164,145,478,'42.75533163352382','12.81280517578125'),(279705,164,145,479,'42.75299977621825','12.814350128173828'),(279706,164,145,480,'42.751802301883934','12.811946868896484'),(279707,164,145,481,'42.753630016574725','12.804479598999023'),(279708,164,145,482,'42.751991378317','12.800874710083007'),(279709,164,145,483,'42.750415723749924','12.797870635986328'),(279710,164,145,484,'42.7500375606934','12.79409408569336'),(279711,164,145,485,'42.74808368147912','12.791004180908203'),(279712,164,145,486,'42.74720126422627','12.787485122680664'),(279713,164,145,487,'42.74587761479404','12.787742614746093'),(279714,164,145,488,'42.74272595476816','12.785940170288086'),(279715,164,145,489,'42.741843461249026','12.786626815795898'),(279716,164,145,490,'42.7404566603398','12.786798477172851'),(279717,164,145,491,'42.74014147398899','12.788515090942382'),(279718,164,145,492,'42.739700210406156','12.786455154418945'),(279719,164,145,493,'42.741465245895476','12.784738540649414'),(279720,164,145,494,'42.74278898953887','12.783708572387695'),(279721,164,145,495,'42.74152828194798','12.783880233764648'),(279722,164,145,496,'42.740393623197825','12.780532836914062'),(279723,164,145,497,'42.73957413451996','12.76585578918457'),(279724,164,145,498,'42.73957413451996','12.763237953186035'),(279725,164,145,499,'42.739983880212755','12.76461124420166'),(279726,164,145,500,'42.740708808266845','12.761220932006836'),(279727,164,145,501,'42.74225319194507','12.760577201843261'),(279728,164,145,502,'42.740897918539204','12.760534286499023'),(279729,164,145,503,'42.73859703771012','12.761306762695312'),(279730,164,145,504,'42.73884919319958','12.759590148925781'),(279731,164,145,505,'42.74300961073161','12.756843566894531'),(279732,164,145,506,'42.741780425517','12.756028175354004'),(279733,164,145,507,'42.74263140249195','12.753968238830566'),(279734,164,145,508,'42.74830428382959','12.752981185913086'),(279735,164,145,509,'42.744995166137286','12.751092910766601'),(279736,164,145,510,'42.74546790805129','12.749247550964355'),(279737,164,145,511,'42.744427871081825','12.747745513916015'),(279738,164,145,512,'42.74474303564243','12.746200561523437'),(279739,164,145,513,'42.74269443735879','12.74190902709961'),(279740,164,145,514,'42.74064577138122','12.740793228149414'),(279741,164,145,515,'42.739006789859786','12.74139404296875'),(279742,164,145,516,'42.73522435946294','12.741522789001464'),(279743,164,145,517,'42.734341759172885','12.740020751953125'),(279744,164,145,518,'42.73490914651559','12.737317085266113'),(279745,164,145,519,'42.737588405498094','12.735085487365722'),(279746,164,145,520,'42.738502479137196','12.734055519104004'),(279747,164,145,521,'42.74143372784521','12.7366304397583'),(279748,164,145,522,'42.74531032781386','12.733626365661621'),(279749,164,145,523,'42.74729580953277','12.732768058776855'),(279750,164,145,524,'42.74647641208571','12.737102508544921'),(279751,164,145,525,'42.74165435386067','12.738432884216308'),(283542,165,146,643,'43.992413131235956','11.36587142944336'),(283541,165,146,642,'43.99161038458452','11.368274688720703'),(283540,165,146,641,'43.99188825965417','11.369047164916992'),(283539,165,146,640,'43.993308489691415','11.369905471801757'),(283538,165,146,639,'43.99411121337393','11.370506286621093'),(283537,165,146,638,'43.99423470836137','11.371235847473144'),(283536,165,146,637,'43.9952844053783','11.371879577636718'),(283535,165,146,636,'43.996611936779296','11.37183666229248'),(283534,165,146,635,'43.99648844673905','11.371321678161621'),(283533,165,146,634,'43.99701327763528','11.371021270751953'),(283532,165,146,633,'43.998989069964224','11.372051239013671'),(283531,165,146,632,'44.00334175529847','11.375527381896972'),(283530,165,146,631,'44.00300219558676','11.3763427734375'),(283529,165,146,630,'44.00136610791583','11.376214027404785'),(283526,165,146,627,'43.99673542656256','11.375184059143066'),(283528,165,146,629,'44.000563482373685','11.377286911010742'),(283527,165,146,628,'43.99763071980548','11.374626159667968'),(283525,165,146,626,'43.99423470836137','11.372480392456054'),(283524,165,146,625,'43.99411121337393','11.371235847473144'),(283523,165,146,624,'43.992629253479244','11.370248794555664'),(283522,165,146,623,'43.99059149819815','11.369819641113281'),(283521,165,146,622,'43.99299974692234','11.362996101379394'),(283520,165,146,621,'43.99531527853889','11.363511085510254'),(283519,165,146,620,'43.99972997512581','11.366043090820312'),(283518,165,146,619,'44.00460736982875','11.368060111999511'),(283517,165,146,618,'44.00593469264447','11.365785598754882'),(283516,165,146,617,'44.00405173750623','11.364669799804687'),(283515,165,146,616,'44.0033108863141','11.362009048461914'),(283514,165,146,615,'43.999297781572565','11.358747482299804'),(283513,165,146,614,'43.995531390213244','11.356086730957031'),(283512,165,146,613,'43.990220989720875','11.352825164794921'),(283511,165,146,612,'43.98978872690744','11.350336074829101'),(283510,165,146,611,'43.98707157427903','11.347846984863281'),(283508,165,146,609,'43.98558943860063','11.339778900146484'),(283509,165,146,610,'43.985033628180375','11.342954635620117'),(283507,165,146,608,'43.984724842364884','11.338748931884765'),(283506,165,146,607,'43.98219273809204','11.339607238769531'),(283505,165,146,606,'43.980834003470676','11.33814811706543'),(283504,165,146,605,'43.96829512130484','11.331281661987304'),(283501,165,146,602,'43.96236448155908','11.342182159423828'),(283503,165,146,604,'43.96607120078638','11.328964233398437'),(283502,165,146,603,'43.96557698491934','11.333255767822265'),(283500,165,146,601,'43.962302700945784','11.344499588012695'),(283499,165,146,600,'43.960881729107896','11.361751556396484'),(283498,165,146,599,'43.95668039620131','11.372480392456054'),(283497,165,146,598,'43.957483615166055','11.373167037963867'),(283496,165,146,597,'43.95773075727854','11.380634307861328'),(283495,165,146,596,'43.95834860806256','11.384925842285156'),(283494,165,146,595,'43.95507392569919','11.393594741821289'),(283493,165,146,594,'43.951675479606926','11.392135620117187'),(283492,165,146,593,'43.950933974632854','11.393852233886718'),(283491,165,146,592,'43.949080171723175','11.405954360961914'),(283490,165,146,591,'43.947226310992896','11.408100128173828'),(283489,165,146,590,'43.944569009780324','11.413764953613281'),(283488,165,146,589,'43.944816205601896','11.416425704956054'),(283487,165,146,588,'43.9438274161481','11.418571472167968'),(283486,165,146,587,'43.94339481559037','11.429386138916015'),(283485,165,146,586,'43.94246780379489','11.430501937866211'),(283484,165,146,585,'43.94166438187958','11.435737609863281'),(283483,165,146,584,'43.93981028986817','11.437196731567382'),(283482,165,146,583,'43.934062237187675','11.451187133789062'),(283481,165,146,582,'43.934803952627114','11.453418731689453'),(283480,165,146,581,'43.934000427150124','11.458911895751953'),(283479,165,146,580,'43.93276421290809','11.461315155029296'),(283478,165,146,579,'43.93047714881532','11.46749496459961'),(283477,165,146,578,'43.93084803004829','11.4697265625'),(283476,165,146,577,'43.933876806882296','11.471872329711914'),(283475,165,146,576,'43.93474214336051','11.477365493774414'),(283474,165,146,575,'43.93369137599877','11.480712890625'),(283473,165,146,574,'43.93152797296857','11.48371696472168'),(283472,165,146,573,'43.9310643763661','11.485648155212402'),(283471,165,146,572,'43.930198986372865','11.486334800720214'),(283470,165,146,571,'43.93013717232008','11.487665176391601'),(283469,165,146,570,'43.9306625897209','11.491570472717285'),(283468,165,146,569,'43.93075530995686','11.493759155273437'),(283467,165,146,568,'43.93103346979744','11.494660377502441'),(283466,165,146,567,'43.9308789367133','11.496806144714355'),(283465,165,146,566,'43.930198986372865','11.49744987487793'),(283464,165,146,565,'43.92880815464654','11.499466896057129'),(283463,165,146,564,'43.92825181284952','11.498908996582031'),(283462,165,146,563,'43.92661366511752','11.50045394897461'),(283461,165,146,562,'43.92281175219929','11.50144100189209'),(283460,165,146,561,'43.91904050911445','11.50393009185791'),(283458,165,146,559,'43.910909885092664','11.507277488708496'),(283459,165,146,560,'43.912919458257605','11.505560874938964'),(283457,165,146,558,'43.908962080192275','11.505990028381347'),(283456,165,146,557,'43.907972694561174','11.506462097167968'),(283455,165,146,556,'43.906921454308296','11.50594711303711'),(283454,165,146,555,'43.90345841393034','11.506505012512207'),(283453,165,146,554,'43.90073731230248','11.511569023132324'),(283452,165,146,553,'43.899005637420615','11.51590347290039'),(283451,165,146,552,'43.89492363306683','11.519336700439453'),(283450,165,146,551,'43.89118154991794','11.52191162109375'),(283449,165,146,550,'43.89105784067485','11.522512435913086'),(283448,165,146,549,'43.89028465208381','11.52315616607666'),(283447,165,146,548,'43.889294956040516','11.524744033813476'),(283446,165,146,547,'43.884531813820914','11.526632308959961'),(283445,165,146,546,'43.882119167905905','11.529121398925781'),(283444,165,146,545,'43.87964455777681','11.529121398925781'),(283443,165,146,544,'43.875870579441084','11.529722213745117'),(283442,165,146,543,'43.87327196360535','11.529293060302734'),(283441,165,146,542,'43.86943570455202','11.529550552368164'),(283440,165,146,541,'43.866341767383524','11.530065536499023'),(283439,165,146,540,'43.86324766961987','11.530838012695312'),(283438,165,146,539,'43.864114033181636','11.541481018066406'),(283437,165,146,538,'43.864485327996704','11.542768478393554'),(283436,165,146,537,'43.8651660291514','11.548004150390625'),(283435,165,146,536,'43.86627988700209','11.550664901733398'),(283434,165,146,535,'43.865537317414194','11.553583145141601'),(283433,165,146,534,'43.86600142449063','11.555428504943847'),(283432,165,146,533,'43.86572296067837','11.559419631958007'),(283431,165,146,532,'43.86420685710222','11.562638282775879'),(283430,165,146,531,'43.86166961792348','11.565427780151367'),(283429,165,146,530,'43.86108170563157','11.566758155822754'),(283428,165,146,529,'43.86154584739643','11.568775177001953'),(283427,165,146,528,'43.86235035122919','11.57109260559082'),(283426,165,146,527,'43.862164697462106','11.57310962677002'),(283425,165,146,526,'43.86265977288957','11.574010848999023'),(283424,165,146,525,'43.8628144831175','11.576027870178222'),(283423,165,146,524,'43.863588028234986','11.576886177062988'),(283422,165,146,523,'43.864825679545646','11.579890251159668'),(283421,165,146,522,'43.86417591581142','11.580448150634765'),(283420,165,146,521,'43.86278354110404','11.578001976013183'),(283419,165,146,520,'43.86120547712218','11.577315330505371'),(283418,165,146,519,'43.860029637587075','11.578903198242187'),(283417,165,146,518,'43.85885377486224','11.578817367553711'),(283416,165,146,517,'43.85631630786516','11.581692695617675'),(283415,165,146,516,'43.856285362479205','11.58332347869873'),(283414,165,146,515,'43.85845150071167','11.58182144165039'),(283413,165,146,514,'43.8610198197899','11.58207893371582'),(283412,165,146,513,'43.85990586365545','11.58259391784668'),(283411,165,146,512,'43.85588307100062','11.58581256866455'),(283410,165,146,511,'43.85616158077486','11.586499214172363'),(283409,165,146,510,'43.85814205721054','11.585125923156738'),(283408,165,146,509,'43.85888471891526','11.585898399353027'),(283407,165,146,508,'43.86071038961808','11.585640907287597'),(283406,165,146,507,'43.861855273232244','11.585297584533691'),(283405,165,146,506,'43.86151490472453','11.588773727416992'),(283404,165,146,505,'43.860679446512556','11.589374542236328'),(283403,165,146,504,'43.86058661709966','11.590533256530761'),(283402,165,146,503,'43.86080321883823','11.591048240661621'),(283401,165,146,502,'43.86058661709966','11.593194007873535'),(283400,165,146,501,'43.85999869412826','11.5940523147583'),(283399,165,146,500,'43.86012246786717','11.596927642822265'),(283398,165,146,499,'43.85891566295223','11.59881591796875'),(283397,165,146,498,'43.8591013268367','11.599974632263183'),(283396,165,146,497,'43.85820394603923','11.601862907409668'),(283395,165,146,496,'43.85687332206589','11.602849960327148'),(283394,165,146,495,'43.85671859642094','11.604008674621582'),(283393,165,146,494,'43.85588307100062','11.604695320129394'),(283392,165,146,493,'43.855418885152865','11.606497764587402'),(283391,165,146,492,'43.85418103856032','11.606884002685546'),(283390,165,146,491,'43.85439766356887','11.607699394226074'),(283389,165,146,490,'43.85380967957209','11.609888076782226'),(283388,165,146,489,'43.853097901714094','11.610617637634277'),(283387,165,146,488,'43.8537168394637','11.611261367797851'),(283386,165,146,487,'43.85337642449635','11.612462997436523'),(283385,165,146,486,'43.8539644127649','11.612892150878906'),(283384,165,146,485,'43.85678048672711','11.610918045043945'),(283382,165,146,483,'43.85823489042949','11.611475944519043'),(283383,165,146,484,'43.85804922384702','11.612420082092285'),(283381,165,146,482,'43.85888471891526','11.611218452453613'),(283380,165,146,481,'43.85978208946686','11.61379337310791'),(283379,165,146,480,'43.860060581029835','11.613750457763671'),(283378,165,146,479,'43.86114359140899','11.615681648254394'),(283377,165,146,478,'43.861360191124085','11.610875129699707'),(283376,165,146,477,'43.863433320014465','11.60881519317627'),(283375,165,146,476,'43.8645626807921','11.606712341308593'),(283374,165,146,475,'43.865537317414194','11.606347560882568'),(283373,165,146,474,'43.86493397281281','11.6070556640625'),(283372,165,146,473,'43.86408309184267','11.608901023864746'),(283371,165,146,472,'43.86388197274789','11.610274314880371'),(283370,165,146,471,'43.863464261690694','11.611690521240234'),(283367,165,146,468,'43.86386650202019','11.61578893661499'),(283368,165,146,469,'43.863897443471565','11.614630222320556'),(283369,165,146,470,'43.86338690747001','11.613407135009765'),(283366,165,146,467,'43.863557086623004','11.616926193237304'),(283365,165,146,466,'43.86391291419125','11.617655754089355'),(283364,165,146,465,'43.86363444062286','11.619393825531005'),(283363,165,146,464,'43.86310843144452','11.62076711654663'),(283362,165,146,463,'43.86462456295615','11.618900299072265'),(283361,165,146,462,'43.86464003348714','11.617913246154785'),(283360,165,146,461,'43.865459965883495','11.617376804351806'),(283359,165,146,460,'43.86569202017449','11.616218090057373'),(283358,165,146,459,'43.865970484131296','11.614480018615722'),(283357,165,146,458,'43.866651168327174','11.613879203796386'),(283356,165,146,457,'43.86730090508144','11.614995002746582'),(283355,165,146,456,'43.86731637491785','11.616947650909423'),(283354,165,146,455,'43.86501132502606','11.621947288513183'),(283353,165,146,454,'43.86337143661384','11.62428617477417'),(283352,165,146,453,'43.86258241762502','11.626625061035156'),(283349,165,146,450,'43.86108170563157','11.624414920806884'),(283350,165,146,451,'43.86131377696569','11.625380516052246'),(283351,165,146,452,'43.86205639916435','11.62602424621582'),(283348,165,146,449,'43.86009152445654','11.624693870544433'),(283347,165,146,448,'43.859286990143055','11.62355661392212'),(283346,165,146,447,'43.85831225133487','11.624093055725097'),(283345,165,146,446,'43.85758505486155','11.623835563659668'),(283344,165,146,445,'43.85743033106344','11.625080108642578'),(283343,165,146,444,'43.85674954158204','11.628599166870117'),(283342,165,146,443,'43.85710540978052','11.629114151000976'),(283341,165,146,442,'43.85708993729433','11.63029432296753'),(283340,165,146,441,'43.856285362479205','11.632826328277588'),(283339,165,146,440,'43.85532604754971','11.632804870605468'),(283338,165,146,439,'43.85356210562852','11.635444164276123'),(283337,165,146,438,'43.852943166273015','11.63477897644043'),(283336,165,146,437,'43.8518754807871','11.634864807128906'),(283335,165,146,436,'43.85133389388586','11.63550853729248'),(283334,165,146,435,'43.850575663961685','11.635830402374267'),(283333,165,146,434,'43.849244869768484','11.638126373291015'),(283332,165,146,433,'43.84857946153688','11.637825965881347'),(283331,165,146,432,'43.84632011307958','11.640100479125976'),(283330,165,146,431,'43.84520588233245','11.640143394470214'),(283329,165,146,430,'43.84486541878623','11.641130447387695'),(283328,165,146,429,'43.845082077631375','11.642289161682129'),(283327,165,146,428,'43.8447106619865','11.642975807189941'),(283326,165,146,427,'43.845143980014036','11.643877029418945'),(283325,165,146,426,'43.84520588233245','11.645164489746093'),(283324,165,146,425,'43.84669151870362','11.645421981811523'),(283323,165,146,424,'43.846598667514414','11.646194458007812'),(283322,165,146,423,'43.8460106066264','11.645722389221191'),(283321,165,146,422,'43.844494001792384','11.6455078125'),(283320,165,146,421,'43.84458685625764','11.644477844238281'),(283319,165,146,420,'43.8435654491906','11.643190383911132'),(283318,165,146,419,'43.84362735314705','11.64224624633789'),(283317,165,146,418,'43.843317832722505','11.641302108764648'),(283316,165,146,417,'43.84415353418325','11.637654304504394'),(283315,165,146,416,'43.841615441682016','11.640100479125976'),(283314,165,146,415,'43.841584488668005','11.64151668548584'),(283313,165,146,414,'43.84232735657228','11.64224624633789'),(283312,165,146,413,'43.842110687722375','11.645464897155761'),(283309,165,146,410,'43.84059398374011','11.643705368041992'),(283310,165,146,411,'43.841460676451305','11.642417907714843'),(283311,165,146,412,'43.84133686397769','11.643319129943847'),(283308,165,146,409,'43.84090351829658','11.645636558532714'),(283305,165,146,406,'43.84192497093902','11.648640632629394'),(283306,165,146,407,'43.84142972335698','11.647052764892578'),(283307,165,146,408,'43.84130591081912','11.64623737335205'),(283302,165,146,403,'43.84121305124712','11.653361320495605'),(283304,165,146,405,'43.84170830062774','11.652374267578125'),(283303,165,146,404,'43.84204878219216','11.652889251708984'),(283301,165,146,402,'43.84012967889441','11.65550708770752'),(283300,165,146,401,'43.83799383006536','11.655807495117187'),(283299,165,146,400,'43.837065176292235','11.657910346984863'),(283298,165,146,399,'43.83499113068239','11.659069061279296'),(283297,165,146,398,'43.832297859402075','11.659626960754394'),(283296,165,146,397,'43.83146199187651','11.65898323059082'),(283295,165,146,396,'43.83034748363183','11.658897399902343'),(283294,165,146,395,'43.82960446657313','11.659669876098632'),(283293,165,146,394,'43.82886144026459','11.658940315246582'),(283290,165,146,391,'43.824836553679724','11.661643981933593'),(283291,165,146,392,'43.825734436512654','11.660399436950683'),(283292,165,146,393,'43.82641557999773','11.658682823181152'),(283289,165,146,390,'43.824372126225406','11.66297435760498'),(283288,165,146,389,'43.822142824149395','11.663403511047363'),(283287,165,146,388,'43.82124488729553','11.665034294128418'),(283286,165,146,387,'43.82025404474919','11.664519309997558'),(283285,165,146,386,'43.819356079487854','11.666150093078613'),(283284,165,146,385,'43.819479937568204','11.668081283569336'),(283283,165,146,384,'43.818922574183254','11.66872501373291'),(283279,165,146,380,'43.817312384067094','11.67421817779541'),(283280,165,146,381,'43.817622039384794','11.6729736328125'),(283281,165,146,382,'43.81721948715866','11.671814918518066'),(283282,165,146,383,'43.81777686644145','11.668896675109863'),(283278,165,146,379,'43.81675500044855','11.674776077270507'),(283277,165,146,378,'43.816445340634516','11.675677299499511'),(283276,165,146,377,'43.81514475187983','11.677093505859375'),(283275,165,146,376,'43.81483508371544','11.677908897399902'),(283274,165,146,375,'43.81418477534323','11.678466796875'),(283273,165,146,374,'43.81291510525404','11.680741310119629'),(283272,165,146,373,'43.81229574419546','11.683402061462402'),(283271,165,146,372,'43.81282220150474','11.684517860412597'),(283270,165,146,371,'43.81155250244637','11.684260368347168'),(283268,165,146,369,'43.811026033944465','11.687350273132324'),(283269,165,146,370,'43.810995065064546','11.685848236083984'),(283267,165,146,368,'43.81065440632547','11.688337326049804'),(283266,165,146,367,'43.809942113592236','11.689109802246093'),(283265,165,146,366,'43.8100350218218','11.690096855163574'),(283264,165,146,365,'43.81056149905939','11.690611839294433'),(283263,165,146,364,'43.80746450749072','11.692500114440918'),(283262,165,146,363,'43.80758839023666','11.69421672821045'),(283261,165,146,362,'43.8061637231464','11.697006225585937'),(283260,165,146,361,'43.8059469230017','11.700525283813476'),(283257,165,146,358,'43.79873012634409','11.70919418334961'),(283258,165,146,359,'43.800278868620275','11.707048416137695'),(283259,165,146,360,'43.803314287028826','11.70443058013916'),(283256,165,146,357,'43.79129560460274','11.71915054321289'),(283255,165,146,356,'43.79042818348387','11.721296310424804'),(283254,165,146,355,'43.783364428601594','11.722240447998046'),(283253,165,146,354,'43.779894208185176','11.72490119934082'),(283252,165,146,353,'43.77679562688934','11.72464370727539'),(283251,165,146,352,'43.7712177759096','11.728591918945312'),(283250,165,146,351,'43.755968995444164','11.736831665039062'),(283249,165,146,350,'43.73786377204876','11.752538681030273'),(283248,165,146,349,'43.73203421302038','11.766185760498046'),(283247,165,146,348,'43.728312921174094','11.769275665283203'),(283246,165,146,347,'43.726390163130624','11.773824691772461'),(283245,165,146,346,'43.72242040289427','11.775884628295898'),(283244,165,146,345,'43.72136589111288','11.778545379638671'),(283243,165,146,344,'43.71168832812621','11.78506851196289'),(283242,165,146,343,'43.70914460669206','11.788759231567382'),(283241,165,146,342,'43.70380864515686','11.794424057006836'),(283240,165,146,341,'43.701512794636706','11.797599792480468'),(283239,165,146,340,'43.70095433121613','11.800689697265625'),(283238,165,146,339,'43.69996149451287','11.802835464477539'),(283237,165,146,338,'43.70138869210391','11.808414459228515'),(283236,165,146,337,'43.700271757748766','11.81081771850586'),(283235,165,146,336,'43.69245263464061','11.811075210571289'),(283234,165,146,335,'43.6910252243469','11.81605339050293'),(283233,165,146,334,'43.69114934832979','11.818971633911132'),(283232,165,146,333,'43.687922041287244','11.825323104858398'),(283231,165,146,332,'43.68444628565261','11.8267822265625'),(283230,165,146,331,'43.682522120039025','11.828927993774414'),(283229,165,146,330,'43.67979094030124','11.831073760986328'),(283228,165,146,329,'43.67799077658789','11.830129623413086'),(283227,165,146,328,'43.67302452772504','11.834592819213867'),(283226,165,146,327,'43.671658737233415','11.83751106262207'),(283225,165,146,326,'43.66631943980507','11.840171813964843'),(283224,165,146,325,'43.662345700910556','11.840686798095703'),(283223,165,146,324,'43.660979667414956','11.838884353637695'),(283222,165,146,323,'43.65843379478086','11.839656829833984'),(283221,165,146,322,'43.65402483318191','11.837167739868164'),(283220,165,146,321,'43.650671321710654','11.834421157836914'),(283219,165,146,320,'43.64408795833673','11.835365295410156'),(283218,165,146,319,'43.636447868143804','11.839399337768554'),(283213,165,146,314,'43.62737788219894','11.852874755859375'),(283214,165,146,315,'43.62930381559569','11.855278015136718'),(283215,165,146,316,'43.632969131247364','11.851844787597656'),(283216,165,146,317,'43.63272064233465','11.846609115600586'),(283217,165,146,318,'43.634397922556715','11.84103012084961'),(283212,165,146,313,'43.62464419335915','11.851158142089843'),(283211,165,146,312,'43.62222104704757','11.851930618286132'),(283210,165,146,311,'43.61700163095483','11.861028671264648'),(283209,165,146,310,'43.61693949231988','11.862659454345703'),(283207,165,146,308,'43.61426747027128','11.867551803588867'),(283208,165,146,309,'43.61569670613613','11.863603591918945'),(283205,165,146,306,'43.60724507891402','11.86471939086914'),(283206,165,146,307,'43.6129003433107','11.865062713623046'),(283204,165,146,305,'43.60202436289406','11.866350173950195'),(283203,165,146,304,'43.600035399518525','11.868152618408203'),(283202,165,146,303,'43.598792264018776','11.875019073486328'),(283201,165,146,302,'43.59674103429121','11.878108978271484'),(283200,165,146,301,'43.59431676355149','11.879310607910156'),(283199,165,146,300,'43.590524759627954','11.877164840698242'),(283198,165,146,299,'43.588784087656556','11.875619888305664'),(283197,165,146,298,'43.579085136558064','11.871585845947265'),(283196,165,146,297,'43.57491908172944','11.872529983520507'),(283195,165,146,296,'43.570006497534685','11.868152618408203'),(283194,165,146,295,'43.56608857989691','11.859569549560546'),(283191,165,146,292,'43.54929461786305','11.855449676513671'),(283192,165,146,293,'43.560117929653046','11.848583221435546'),(283193,165,146,294,'43.56422281526122','11.851673126220703'),(283189,165,146,290,'43.537069402693184','11.865706443786621'),(283190,165,146,291,'43.54469101104898','11.860771179199218'),(283187,165,146,288,'43.51927152980757','11.868753433227539'),(283188,165,146,289,'43.5286689632436','11.868195533752441'),(283186,165,146,287,'43.502059852255364','11.872787475585937'),(283185,165,146,286,'43.47634212965924','11.878323554992675'),(283184,165,146,285,'43.470549461265264','11.879739761352539'),(283183,165,146,284,'43.46805782022446','11.878280639648437'),(283182,165,146,283,'43.46584640276942','11.878280639648437'),(283181,165,146,282,'43.463915239666576','11.879053115844726'),(283179,165,146,280,'43.4624201032821','11.87772274017334'),(283180,165,146,281,'43.462856188547214','11.878581047058105'),(283178,165,146,279,'43.46095607974298','11.877593994140625'),(283177,165,146,278,'43.45902476041961','11.875619888305664'),(283174,165,146,275,'43.447310921714056','11.860942840576171'),(283175,165,146,276,'43.45005266180078','11.858882904052734'),(283176,165,146,277,'43.4597723752179','11.873903274536132'),(283173,165,146,274,'43.44020674426895','11.853389739990234'),(283172,165,146,273,'43.435781791113186','11.850214004516601'),(283171,165,146,272,'43.430109899116594','11.842918395996093'),(283170,165,146,271,'43.422193293107746','11.84823989868164'),(283169,165,146,270,'43.41932560559359','11.848840713500976'),(283168,165,146,269,'43.41072172809077','11.848325729370117'),(283167,165,146,268,'43.402303708551294','11.849956512451171'),(283166,165,146,267,'43.392075799933025','11.854677200317382'),(283165,165,146,266,'43.39007990915454','11.856565475463867'),(283164,165,146,265,'43.38402946364793','11.85999870300293'),(283163,165,146,264,'43.38109758727857','11.861543655395507'),(283162,165,146,263,'43.37379847073286','11.870813369750976'),(283161,165,146,262,'43.36631128464429','11.883773803710937'),(283158,165,146,259,'43.362504944054606','11.8927001953125'),(283160,165,146,261,'43.365188127014285','11.888751983642578'),(283159,165,146,260,'43.36394014970222','11.89021110534668'),(283157,165,146,258,'43.35495395517962','11.901283264160156'),(283156,165,146,257,'43.34846309810419','11.911239624023437'),(283155,165,146,256,'43.344031441179766','11.912698745727539'),(283154,165,146,255,'43.33666543652568','11.923513412475586'),(283153,165,146,254,'43.33254507811866','11.922311782836914'),(283152,165,146,253,'43.31930809624749','11.921882629394531'),(283149,165,146,250,'43.29907241921939','11.937761306762695'),(283150,165,146,251,'43.3020082592589','11.933298110961914'),(283151,165,146,252,'43.311439466830436','11.925487518310546'),(283148,165,146,249,'43.297385808702735','11.939220428466796'),(283146,165,146,247,'43.288077375876384','11.947975158691406'),(283147,165,146,248,'43.29182590943353','11.94737434387207'),(283144,165,146,245,'43.28207924165351','11.970205307006836'),(283145,165,146,246,'43.28770250981427','11.95535659790039'),(283143,165,146,244,'43.27520565244535','11.970720291137695'),(283142,165,146,243,'43.27270597294426','11.971921920776367'),(283141,165,146,242,'43.27089364110227','11.974325180053711'),(283140,165,146,241,'43.26233120581521','11.97561264038086'),(283139,165,146,240,'43.25945595745033','11.978874206542968'),(283136,165,146,237,'43.21818744408916','12.009000778198242'),(283138,165,146,239,'43.23144643794882','12.003335952758789'),(283137,165,146,238,'43.22450458857651','12.004623413085937'),(283135,165,146,236,'43.21412160889683','12.009258270263671'),(283134,165,146,235,'43.208929456020805','12.009859085083007'),(283131,165,146,232,'43.19009637427893','12.01303482055664'),(283132,165,146,233,'43.2017347787726','12.012691497802734'),(283133,165,146,234,'43.204800440654814','12.013721466064453'),(283130,165,146,231,'43.1670007117114','12.014493942260742'),(283129,165,146,230,'43.15303893548313','12.020072937011718'),(283128,165,146,229,'43.14427206462109','12.025308609008789'),(283126,165,146,227,'43.13168314431528','12.029342651367187'),(283127,165,146,228,'43.14201752315997','12.02427864074707'),(283124,165,146,225,'43.12685983648365','12.048225402832031'),(283125,165,146,226,'43.132747979202854','12.037925720214843'),(283123,165,146,224,'43.12122172185857','12.039470672607421'),(283122,165,146,223,'43.10856539490389','12.039470672607421'),(283120,165,146,221,'43.09584377588826','12.055091857910156'),(283121,165,146,222,'43.10079486792531','12.045564651489257'),(283119,165,146,220,'43.07948352439864','12.089080810546875'),(283118,165,146,219,'43.07942083303978','12.096633911132812'),(283117,165,146,218,'43.07766544894908','12.105989456176757'),(283116,165,146,217,'43.07628618331304','12.107105255126953'),(283115,165,146,216,'43.076913126087106','12.108135223388671'),(283114,165,146,215,'43.07653696119239','12.121524810791015'),(283112,165,146,213,'43.081803059583436','12.135429382324218'),(283113,165,146,214,'43.07954621569336','12.134227752685546'),(283111,165,146,212,'43.08042388708439','12.140235900878906'),(283110,165,146,211,'43.08242994591086','12.146244049072265'),(283108,165,146,209,'43.08481205545517','12.159290313720703'),(283109,165,146,210,'43.08167768154824','12.152938842773437'),(283107,165,146,208,'43.08719407237443','12.160491943359375'),(283106,165,146,207,'43.090453524374716','12.163066864013671'),(283105,165,146,206,'43.09108032218198','12.167530059814453'),(283104,165,146,205,'43.08819699915607','12.171478271484375'),(283103,165,146,204,'43.08744480560932','12.184009552001953'),(283102,165,146,203,'43.08782090353731','12.187614440917968'),(283101,165,146,202,'43.08744480560932','12.190361022949218'),(283100,165,146,201,'43.087413464011085','12.194352149963379'),(283097,165,146,198,'43.0808940630151','12.2003173828125'),(283098,165,146,199,'43.08437325276197','12.198472023010254'),(283099,165,146,200,'43.08578367880488','12.1968412399292'),(283096,165,146,197,'43.0760667518267','12.204523086547851'),(283095,165,146,196,'43.07390374227269','12.205982208251953'),(283094,165,146,195,'43.066128816732196','12.208685874938964'),(283093,165,146,194,'43.06452981865217','12.211132049560546'),(283092,165,146,193,'43.06255452814659','12.211947441101074'),(283091,165,146,192,'43.06020290884747','12.214393615722656'),(283088,165,146,189,'43.05264576157791','12.218341827392578'),(283090,165,146,191,'43.057161347454496','12.213234901428222'),(283089,165,146,190,'43.05499767071271','12.216410636901855'),(283085,165,146,186,'43.05327294616645','12.22679615020752'),(283086,165,146,187,'43.053868765584596','12.225894927978515'),(283087,165,146,188,'43.05261440218012','12.2202730178833'),(283084,165,146,185,'43.05248896442859','12.230443954467773'),(283083,165,146,184,'43.05063872779261','12.233576774597168'),(283082,165,146,183,'43.05048192551211','12.23477840423584'),(283080,165,146,181,'43.04784758726134','12.236323356628418'),(283081,165,146,182,'43.049321576177284','12.235121726989746'),(283079,165,146,180,'43.047251709347876','12.236924171447754'),(283077,165,146,178,'43.04449177825712','12.237482070922851'),(283078,165,146,179,'43.046499013183265','12.238383293151855'),(283076,165,146,177,'43.039661600058714','12.237911224365234'),(283075,165,146,176,'43.03577208929465','12.239713668823242'),(283074,165,146,175,'43.03282342491138','12.239198684692382'),(283072,165,146,173,'43.029498165324995','12.242116928100586'),(283073,165,146,174,'43.03175685183968','12.241344451904296'),(283071,165,146,172,'43.028243303567116','12.245206832885742'),(283070,165,146,171,'43.02629821714277','12.24726676940918'),(283069,165,146,170,'43.017764206441825','12.25748062133789'),(283068,165,146,169,'43.01657186050815','12.26099967956543'),(283066,165,146,167,'43.014689161895184','12.26649284362793'),(283067,165,146,168,'43.014626404280655','12.264089584350586'),(283065,165,146,166,'43.01211604711034','12.27421760559082'),(283064,165,146,165,'43.008538610845264','12.275247573852539'),(283063,165,146,164,'43.006655665959244','12.274303436279296'),(283062,165,146,163,'43.005149268492374','12.275161743164062'),(283060,165,146,161,'43.00194805122183','12.274818420410156'),(283061,165,146,162,'43.003140681073745','12.273702621459961'),(283059,165,146,160,'42.99906053570298','12.27499008178711'),(283058,165,146,159,'42.99579622431779','12.278165817260742'),(283057,165,146,158,'42.99052273960993','12.27747917175293'),(283056,165,146,157,'42.98700683174687','12.273874282836914'),(283055,165,146,156,'42.98242329275643','12.275419235229492'),(283054,165,146,155,'42.978404566472385','12.274045944213867'),(283053,165,146,154,'42.976646291125576','12.27499008178711'),(283051,165,146,152,'42.975704337222744','12.280139923095703'),(283052,165,146,153,'42.97564153978286','12.277307510375976'),(283049,165,146,150,'42.97322378958631','12.28769302368164'),(283050,165,146,151,'42.975327551621554','12.283401489257812'),(283048,165,146,149,'42.96958128515405','12.291297912597656'),(283047,165,146,148,'42.96750872944891','12.295975685119629'),(283046,165,146,147,'42.9654046999555','12.29794979095459'),(283045,165,146,146,'42.96012860804676','12.29893684387207'),(283044,165,146,145,'42.95833840263341','12.301039695739746'),(283043,165,146,144,'42.9567680041239','12.303915023803711'),(283042,165,146,143,'42.95705067881338','12.30593204498291'),(283041,165,146,142,'42.9560456073513','12.307605743408203'),(283040,165,146,141,'42.954286692791804','12.312541007995605'),(283039,165,146,140,'42.95444374077857','12.315073013305664'),(283038,165,146,139,'42.953532856876386','12.317562103271484'),(283036,165,146,137,'42.947627489405846','12.318291664123535'),(283037,165,146,138,'42.95089435845548','12.318549156188964'),(283035,165,146,136,'42.944454691003806','12.320222854614257'),(283034,165,146,135,'42.93864270548194','12.322969436645507'),(283033,165,146,134,'42.93515525081908','12.324471473693847'),(283032,165,146,133,'42.932170335466644','12.323784828186035'),(283031,165,146,132,'42.931667598646094','12.324557304382324'),(283030,165,146,131,'42.92978229902008','12.32640266418457'),(283029,165,146,130,'42.92657715721495','12.325329780578613'),(283028,165,146,129,'42.92387465316502','12.322282791137695'),(283027,165,146,128,'42.92431460376387','12.323827743530273'),(283026,165,146,127,'42.92406320380639','12.324986457824707'),(283024,165,146,125,'42.92268048570204','12.32764720916748'),(283025,165,146,126,'42.92268048570204','12.32541561126709'),(283023,165,146,124,'42.92148629509192','12.325587272644043'),(283022,165,146,123,'42.92158057413955','12.328634262084961'),(283021,165,146,122,'42.919034989215504','12.336573600769043'),(283020,165,146,121,'42.917557873202675','12.337775230407714'),(283019,165,146,120,'42.91834357761768','12.340607643127441'),(283018,165,146,119,'42.91752644481769','12.341079711914062'),(283016,165,146,117,'42.914163515005136','12.345328330993652'),(283017,165,146,118,'42.91689787375175','12.345070838928222'),(283015,165,146,116,'42.91381778284553','12.346830368041992'),(283014,165,146,115,'42.91677215876913','12.379875183105468'),(283013,165,146,114,'42.918720712178285','12.387471199035644'),(283012,165,146,113,'42.91875213995413','12.389788627624511'),(283011,165,146,112,'42.91922355466844','12.390604019165039'),(283010,165,146,111,'42.91916069958159','12.392621040344238'),(283009,165,146,110,'42.91834357761768','12.39184856414795'),(283008,165,146,109,'42.911837643112136','12.392191886901855'),(283007,165,146,108,'42.91117758239638','12.392921447753906'),(283006,165,146,107,'42.91243483481139','12.393436431884765'),(283005,165,146,106,'42.91532641803508','12.394165992736816'),(283003,165,146,104,'42.921926262746545','12.393951416015625'),(283004,165,146,105,'42.91853214518649','12.393994331359863'),(283002,165,146,103,'42.92456600269545','12.396612167358398'),(283001,165,146,102,'42.92707993558561','12.395539283752441'),(283000,165,146,101,'42.927991210922855','12.396612167358398'),(282999,165,146,100,'42.92909100803135','12.401375770568847'),(282998,165,146,99,'42.93147907128037','12.40133285522461'),(282997,165,146,98,'42.933898461988235','12.411503791809082'),(282996,165,146,97,'42.93528092829151','12.416653633117675'),(282995,165,146,96,'42.93537518622749','12.420473098754882'),(282993,165,146,94,'42.932013230651044','12.434206008911132'),(282994,165,146,95,'42.933929882021594','12.428669929504394'),(282992,165,146,93,'42.92937380982814','12.440085411071777'),(282991,165,146,92,'42.92777124914472','12.444634437561035'),(282990,165,146,91,'42.92538304213781','12.447381019592285'),(282988,165,146,89,'42.927425593334995','12.459654808044433'),(282989,165,146,90,'42.924408878483426','12.452316284179687'),(282987,165,146,88,'42.92931096509662','12.460556030273437'),(282985,165,146,86,'42.92978229902008','12.46622085571289'),(282986,165,146,87,'42.92943665449555','12.463302612304687'),(282984,165,146,85,'42.92937380982814','12.468581199645996'),(282983,165,146,84,'42.929468076805186','12.47222900390625'),(282982,165,146,83,'42.92852540054243','12.475533485412597'),(282981,165,146,82,'42.92843113212266','12.478752136230468'),(282980,165,146,81,'42.92921669787912','12.482528686523437'),(282979,165,146,80,'42.92827401776912','12.486906051635742'),(282978,165,146,79,'42.92865109154436','12.490296363830566'),(282977,165,146,78,'42.925697285191774','12.493901252746582'),(282976,165,146,77,'42.924660277030284','12.49767780303955'),(282975,165,146,76,'42.92462885226803','12.499737739562988'),(282974,165,146,75,'42.91881499545776','12.510895729064941'),(282973,165,146,74,'42.918500717298436','12.51244068145752'),(282972,165,146,73,'42.91639501228246','12.515873908996582'),(282971,165,146,72,'42.91476068416697','12.520766258239746'),(282970,165,146,71,'42.913440618277534','12.52218246459961'),(282969,165,146,70,'42.91224624858414','12.526302337646484'),(282968,165,146,69,'42.910108897678604','12.53042221069336'),(282967,165,146,68,'42.90712276862986','12.532439231872558'),(282966,165,146,67,'42.90423080050977','12.532310485839843'),(282965,165,146,66,'42.9001440925185','12.535829544067382'),(282964,165,146,65,'42.89945246898105','12.537932395935058'),(282963,165,146,64,'42.89841501912864','12.538833618164062'),(282962,165,146,63,'42.89508248636673','12.54462718963623'),(282961,165,146,62,'42.894799527176964','12.545700073242187'),(282960,165,146,61,'42.89391920139479','12.546772956848144'),(282959,165,146,60,'42.89373055852084','12.547674179077148'),(282958,165,146,59,'42.89322750803589','12.549176216125488'),(282957,165,146,58,'42.89307030391786','12.550806999206543'),(282956,165,146,57,'42.889485941304294','12.559947967529296'),(282955,165,146,56,'42.88432912443991','12.566213607788086'),(282954,165,146,55,'42.884046115914394','12.567157745361328'),(282953,165,146,54,'42.88231659115985','12.567801475524902'),(282952,165,146,53,'42.88064991234186','12.566685676574707'),(282951,165,146,52,'42.87778815124187','12.56685733795166'),(282950,165,146,51,'42.872944868550746','12.561407089233398'),(282949,165,146,50,'42.873227927997405','12.562694549560546'),(282948,165,146,49,'42.8695480539276','12.56561279296875'),(282947,165,146,48,'42.867912483915305','12.570977210998535'),(282946,165,146,47,'42.868164112891925','12.57235050201416'),(282945,165,146,46,'42.86722049894054','12.577285766601562'),(282944,165,146,45,'42.867629400090514','12.583122253417968'),(282943,165,146,44,'42.863949192229185','12.595438957214355'),(282942,165,146,43,'42.86306842618814','12.59655475616455'),(282941,165,146,42,'42.857594812697044','12.604665756225586'),(282940,165,146,41,'42.85542410746568','12.604408264160156'),(282939,165,146,40,'42.8529701748861','12.60779857635498'),(282938,165,146,39,'42.852529715127346','12.609000205993652'),(282937,165,146,38,'42.85300163617723','12.610931396484375'),(282936,165,146,37,'42.85265556109322','12.613720893859863'),(282935,165,146,36,'42.851491476124224','12.614922523498535'),(282934,165,146,35,'42.85120831700336','12.616167068481445'),(282933,165,146,34,'42.84982396483629','12.620329856872558'),(282932,165,146,33,'42.850484682241074','12.624106407165527'),(282931,165,146,32,'42.84988689060794','12.625651359558105'),(282930,165,146,31,'42.84743273801082','12.62655258178711'),(282929,165,146,30,'42.84787323411851','12.62805461883545'),(282928,165,146,29,'42.84595390667498','12.63479232788086'),(282927,165,146,28,'42.84491555713499','12.635307312011718'),(282926,165,146,27,'42.84331080078962','12.636423110961914'),(282925,165,146,26,'42.84211507288231','12.639298439025879'),(282924,165,146,25,'42.8417060027591','12.64251708984375'),(282923,165,146,24,'42.843719860287194','12.646079063415527'),(282922,165,146,23,'42.845702187177054','12.64702320098877'),(282921,165,146,22,'42.84614269562529','12.648224830627441'),(282920,165,146,21,'42.84699223876189','12.64925479888916'),(282919,165,146,20,'42.848785680348875','12.654833793640136'),(282918,165,146,19,'42.848659826497766','12.65697956085205'),(282917,165,146,18,'42.847369809739','12.658867835998535'),(282916,165,146,17,'42.84749566621852','12.66075611114502'),(282915,165,146,16,'42.84538753636221','12.666420936584472'),(282914,165,146,15,'42.8454504666534','12.668652534484863'),(282913,165,146,14,'42.84375132629021','12.670068740844726'),(282912,165,146,13,'42.84249267366895','12.672944068908691'),(282911,165,146,12,'42.84060464665748','12.673416137695312'),(282910,165,146,11,'42.83418492325962','12.679896354675293'),(282909,165,146,10,'42.829054959035915','12.68045425415039'),(282908,165,146,9,'42.82043062413643','12.6871919631958'),(282907,165,146,8,'42.820115844631744','12.688522338867187'),(282906,165,146,7,'42.806830688786285','12.710537910461425'),(282905,165,146,6,'42.7859842442679','12.718305587768554'),(282904,165,146,5,'42.78308659951191','12.721738815307617'),(282903,165,146,4,'42.76941544634341','12.721781730651855'),(282902,165,146,3,'42.76837581122721','12.723970413208007'),(282901,165,146,2,'42.76576089425314','12.723197937011718'),(282900,165,146,1,'42.75328338517178','12.728519439697265'),(282899,165,146,0,'42.745846098986874','12.733926773071289'),(283543,165,146,644,'43.995716628164835','11.366472244262695'),(283544,165,146,645,'43.9959018655382','11.368060111999511'),(283545,165,146,646,'43.999174297121975','11.369647979736328'),(283546,165,146,647,'43.999297781572565','11.370549201965332'),(283547,165,146,648,'43.99895819871504','11.371021270751953'),(283548,165,146,649,'43.99759984784955','11.369819641113281'),(283549,165,146,650,'43.9966428092492','11.369905471801757'),(283550,165,146,651,'43.99352460867407','11.366729736328125'),(283551,165,146,652,'43.9927527515506','11.366686820983886'),(283552,165,146,653,'43.99250575515087','11.367416381835937'),(283553,165,146,654,'43.99281450048989','11.368274688720703'),(283554,165,146,655,'43.99577837402021','11.370162963867187'),(286193,166,147,521,'44.57347230541769','10.847797393798828'),(286194,166,147,522,'44.55023386308838','10.857410430908203'),(286196,166,147,524,'44.526435422138206','10.866422653198242'),(286195,166,147,523,'44.52900538802654','10.865392684936523'),(286192,166,147,520,'44.57860797153904','10.848312377929687'),(286191,166,147,519,'44.589244694213626','10.85397720336914'),(286190,166,147,518,'44.591506275123145','10.85474967956543'),(286189,166,147,517,'44.58997818955629','10.847110748291015'),(286188,166,147,516,'44.5878388022668','10.842733383178711'),(286187,166,147,515,'44.58025862503808','10.8270263671875'),(286186,166,147,514,'44.57775205868336','10.825910568237304'),(286185,166,147,513,'44.57304431276733','10.821361541748046'),(286184,166,147,512,'44.56998713080672','10.81904411315918'),(286183,166,147,511,'44.56631830032624','10.809431076049804'),(286182,166,147,510,'44.56203770562037','10.80453872680664'),(286181,166,147,509,'44.56222116613943','10.803337097167968'),(286180,166,147,508,'44.56662404503827','10.784797668457031'),(286179,166,147,507,'44.55983613426655','10.783252716064453'),(286178,166,147,506,'44.555065777207545','10.781707763671875'),(286177,166,147,505,'44.55121251100358','10.789690017700195'),(286176,166,147,504,'44.55041736082596','10.79732894897461'),(286175,166,147,503,'44.54393342319182','10.797157287597656'),(286174,166,147,502,'44.54362755923921','10.81106185913086'),(286173,166,147,501,'44.54289347919635','10.815868377685546'),(286172,166,147,500,'44.54044647886885','10.823593139648437'),(286171,166,147,499,'44.53928411768426','10.825395584106445'),(286170,166,147,498,'44.53230946326995','10.852088928222656'),(286169,166,147,497,'44.52943370465064','10.854148864746093'),(286168,166,147,496,'44.52576231709661','10.866508483886718'),(286167,166,147,495,'44.529800830678674','10.882301330566406'),(286166,166,147,494,'44.528087556083065','10.891571044921875'),(286165,166,147,493,'44.52355937348903','10.903587341308593'),(286164,166,147,492,'44.53108575355345','10.914058685302734'),(286163,166,147,491,'44.5274144701325','10.924959182739257'),(286162,166,147,490,'44.529066576308544','10.933799743652343'),(286159,166,147,487,'44.53145286916816','10.952510833740234'),(286160,166,147,488,'44.529678455593114','10.93989372253418'),(286161,166,147,489,'44.53096338116764','10.937576293945312'),(286158,166,147,486,'44.52723089988702','10.968217849731445'),(286157,166,147,485,'44.52049959138874','10.982036590576171'),(286156,166,147,484,'44.51976521977273','10.984268188476562'),(286155,166,147,483,'44.514563155834516','10.99207878112793'),(286154,166,147,482,'44.50874853478739','10.989675521850586'),(286153,166,147,481,'44.50164778981068','10.98581314086914'),(286152,166,147,480,'44.498709297508945','10.987014770507812'),(286151,166,147,479,'44.49681144252163','10.991220474243164'),(286150,166,147,478,'44.491423646640975','10.995855331420898'),(286149,166,147,477,'44.489158174729404','11.002721786499023'),(286148,166,147,476,'44.48536178128359','11.003665924072265'),(286147,166,147,475,'44.481932568377296','11.006927490234375'),(286144,166,147,472,'44.47439983956997','10.987615585327148'),(286145,166,147,473,'44.47733955675563','11.006240844726562'),(286146,166,147,474,'44.47850315389555','11.008214950561523'),(286143,166,147,471,'44.47176621716539','10.979976654052734'),(286142,166,147,470,'44.46619234529347','10.97508430480957'),(286141,166,147,469,'44.461628724258006','10.971994400024414'),(286140,166,147,468,'44.45810622248044','10.970749855041504'),(286139,166,147,467,'44.454797940348946','10.96710205078125'),(286138,166,147,466,'44.45302119295827','10.961823463439941'),(286137,166,147,465,'44.45271485173774','10.954570770263671'),(286136,166,147,464,'44.45001897970685','10.948047637939453'),(286135,166,147,463,'44.44686342597031','10.945472717285156'),(286134,166,147,462,'44.44622003972339','10.943584442138671'),(286133,166,147,461,'44.44343195076536','10.939292907714843'),(286132,166,147,460,'44.43929552970512','10.935087203979492'),(286131,166,147,459,'44.438039225331984','10.933113098144531'),(286130,166,147,458,'44.43050083184202','10.927705764770507'),(286129,166,147,457,'44.429274984888615','10.925087928771972'),(286128,166,147,456,'44.42504561554123','10.924057960510254'),(286126,166,147,454,'44.41925272183979','10.923113822937011'),(286127,166,147,455,'44.422838866574985','10.924487113952636'),(286125,166,147,453,'44.417566851300734','10.920882225036621'),(286124,166,147,452,'44.41474674101469','10.91916561126709'),(286123,166,147,451,'44.41444019909289','10.920581817626953'),(286122,166,147,450,'44.413581873163274','10.921225547790527'),(286121,166,147,449,'44.41269287945535','10.920238494873046'),(286120,166,147,448,'44.41073091448634','10.921525955200195'),(286119,166,147,447,'44.4061936184099','10.91989517211914'),(286118,166,147,446,'44.401410682066405','10.921440124511718'),(286115,166,147,443,'44.381661600471766','10.912256240844726'),(286116,166,147,444,'44.386078122646616','10.91268539428711'),(286117,166,147,445,'44.389758303268785','10.916461944580078'),(286114,166,147,442,'44.37626317643999','10.91517448425293'),(286112,166,147,440,'44.36178312743283','10.917062759399414'),(286113,166,147,441,'44.37018935445989','10.914316177368164'),(286111,166,147,439,'44.35515547040062','10.921354293823242'),(286110,166,147,438,'44.35024561149473','10.92289924621582'),(286109,166,147,437,'44.34760639236581','10.925045013427734'),(286108,166,147,436,'44.34220482926791','10.92315673828125'),(286107,166,147,435,'44.334531298799824','10.928049087524414'),(286104,166,147,432,'44.32225156124448','10.925731658935546'),(286105,166,147,433,'44.32642696046017','10.925989151000976'),(286106,166,147,434,'44.33078625132137','10.928735733032226'),(286103,166,147,431,'44.31439118004316','10.916376113891601'),(286102,166,147,430,'44.315189548050846','10.915260314941406'),(286101,166,147,429,'44.31383845736743','10.912942886352539'),(286100,166,147,428,'44.31132043263459','10.911397933959961'),(286099,166,147,427,'44.31070626387191','10.907878875732421'),(286098,166,147,426,'44.30726680003048','10.905218124389648'),(286097,166,147,425,'44.30394998330269','10.895261764526367'),(286096,166,147,424,'44.3015543880022','10.891914367675781'),(286095,166,147,423,'44.29891297731287','10.891914367675781'),(286094,166,147,422,'44.29565712156723','10.890541076660156'),(286093,166,147,421,'44.295411389278634','10.888137817382812'),(286092,166,147,420,'44.29313831686106','10.885047912597656'),(286091,166,147,419,'44.289329187460986','10.885047912597656'),(286090,166,147,418,'44.288469027276506','10.88144302368164'),(286089,166,147,417,'44.2798052831252','10.87620735168457'),(286088,166,147,416,'44.2793136848695','10.874147415161132'),(286087,166,147,415,'44.27083296752364','10.86599349975586'),(286086,166,147,414,'44.269112092906944','10.86050033569336'),(286085,166,147,413,'44.26646922306988','10.862045288085937'),(286084,166,147,412,'44.26597751324546','10.859899520874023'),(286083,166,147,411,'44.266592149883316','10.856552124023437'),(286082,166,147,410,'44.2656701925165','10.853633880615234'),(286081,166,147,409,'44.26683800273895','10.852346420288086'),(286080,166,147,408,'44.265916049228196','10.844535827636718'),(286079,166,147,407,'44.267575555136254','10.834064483642578'),(286078,166,147,406,'44.269235014193384','10.831146240234375'),(286077,166,147,405,'44.269603776510266','10.827198028564453'),(286076,166,147,404,'44.269419395641016','10.823249816894531'),(286075,166,147,403,'44.26696092878119','10.827112197875976'),(286074,166,147,402,'44.26616190491163','10.82204818725586'),(286073,166,147,401,'44.26370330180505','10.822477340698242'),(286072,166,147,400,'44.2647482206896','10.817499160766601'),(286071,166,147,399,'44.26554726377507','10.814666748046875'),(286070,166,147,398,'44.26653068650872','10.814237594604492'),(286069,166,147,397,'44.265301405520965','10.812349319458007'),(286068,166,147,396,'44.260445494302466','10.814495086669921'),(286067,166,147,395,'44.25767928961989','10.812177658081054'),(286066,166,147,394,'44.254482624350246','10.803680419921875'),(286065,166,147,393,'44.254482624350246','10.799388885498046'),(286064,166,147,392,'44.25190057553936','10.796127319335937'),(286063,166,147,391,'44.249502857277484','10.78857421875'),(286062,166,147,390,'44.24194018247481','10.785655975341796'),(286061,166,147,389,'44.24513752948187','10.778017044067382'),(286060,166,147,388,'44.24446118210699','10.773124694824218'),(286059,166,147,387,'44.24741245903825','10.765056610107421'),(286058,166,147,386,'44.24968730061418','10.7666015625'),(286057,166,147,385,'44.25011766615044','10.765485763549804'),(286056,166,147,384,'44.248457667444335','10.761795043945312'),(286053,166,147,381,'44.24372333973839','10.747032165527343'),(286054,166,147,382,'44.246797621888135','10.748748779296875'),(286055,166,147,383,'44.250240627153836','10.756216049194336'),(286052,166,147,380,'44.24409226207948','10.744714736938476'),(286051,166,147,379,'44.24083336802329','10.745916366577148'),(286050,166,147,378,'44.237451305963425','10.747547149658203'),(286049,166,147,377,'44.235052998703864','10.75037956237793'),(286048,166,147,376,'44.23173210420469','10.750465393066406'),(286047,166,147,375,'44.2320396023086','10.753211975097656'),(286046,166,147,374,'44.22976407829465','10.75810432434082'),(286045,166,147,373,'44.230071586681014','10.760250091552734'),(286044,166,147,372,'44.229641074490246','10.761709213256836'),(286043,166,147,371,'44.23074809947562','10.76634407043457'),(286042,166,147,370,'44.23013308816547','10.768146514892578'),(286041,166,147,369,'44.231363104359254','10.76986312866211'),(286040,166,147,368,'44.232470096954955','10.769176483154296'),(286039,166,147,367,'44.23483776122132','10.772223472595214'),(286038,166,147,366,'44.235421975413786','10.773983001708984'),(286035,166,147,363,'44.23462252295156','10.776944160461425'),(286037,166,147,365,'44.23594468845914','10.774884223937988'),(286036,166,147,364,'44.23536047945612','10.775399208068847'),(286032,166,147,360,'44.23471476802071','10.780205726623535'),(286033,166,147,361,'44.234745516344965','10.778875350952148'),(286034,166,147,362,'44.235114494982845','10.777630805969238'),(286031,166,147,359,'44.23170135430596','10.78084945678711'),(286030,166,147,358,'44.23019458958568','10.779905319213867'),(286029,166,147,357,'44.226750411085746','10.781750679016113'),(286028,166,147,356,'44.22521276632994','10.781192779541015'),(286027,166,147,355,'44.22570481702181','10.783681869506836'),(286026,166,147,354,'44.22668890606668','10.78359603881836'),(286025,166,147,353,'44.22828801567593','10.785741806030273'),(286024,166,147,352,'44.22539728582137','10.785484313964843'),(286023,166,147,351,'44.22625836913389','10.78857421875'),(286022,166,147,350,'44.2282265122635','10.790634155273437'),(286021,166,147,349,'44.224536189912925','10.790290832519531'),(286020,166,147,348,'44.22552029849434','10.79157829284668'),(286019,166,147,347,'44.2230599961937','10.79157829284668'),(286016,166,147,344,'44.21364839105891','10.797586441040039'),(286017,166,147,345,'44.214509646214864','10.796642303466796'),(286018,166,147,346,'44.220045985746154','10.795097351074218'),(286015,166,147,343,'44.21254104449316','10.795869827270507'),(286014,166,147,342,'44.206511792358626','10.794153213500976'),(286011,166,147,339,'44.21524785489476','10.802478790283203'),(286012,166,147,340,'44.21149519806249','10.799217224121093'),(286013,166,147,341,'44.20669637045911','10.79681396484375'),(286010,166,147,338,'44.21697030582649','10.801877975463867'),(286009,166,147,337,'44.21758545466331','10.803337097167968'),(286007,166,147,335,'44.21912329863967','10.808143615722656'),(286008,166,147,336,'44.21764696919354','10.804367065429687'),(286006,166,147,334,'44.218200597073704','10.810203552246093'),(286005,166,147,333,'44.220784125020444','10.813980102539062'),(286004,166,147,332,'44.220107497705776','10.816383361816406'),(286003,166,147,331,'44.21807756910573','10.815095901489257'),(286002,166,147,330,'44.22121470199021','10.82127571105957'),(286001,166,147,329,'44.22066110245072','10.823163986206054'),(286000,166,147,328,'44.22207584648283','10.82427978515625'),(285999,166,147,327,'44.2223218854529','10.827198028564453'),(285997,166,147,325,'44.22410563723525','10.832433700561523'),(285998,166,147,326,'44.224167144953405','10.82925796508789'),(285996,166,147,324,'44.22521276632994','10.831832885742187'),(285995,166,147,323,'44.22767297865973','10.837326049804687'),(285994,166,147,322,'44.2269964305193','10.840587615966796'),(285993,166,147,321,'44.22711943985049','10.844449996948242'),(285992,166,147,320,'44.228042001640624','10.846424102783203'),(285989,166,147,317,'44.222567923394735','10.853719711303711'),(285990,166,147,318,'44.222567923394735','10.851573944091796'),(285991,166,147,319,'44.22582782905212','10.848226547241211'),(285988,166,147,316,'44.220107497705776','10.854063034057617'),(285987,166,147,315,'44.2209686583931','10.855436325073242'),(285986,166,147,314,'44.21789302667181','10.854406356811523'),(285985,166,147,313,'44.21924632442265','10.85698127746582'),(285984,166,147,312,'44.21586302172558','10.857925415039062'),(285983,166,147,311,'44.214940269069416','10.861444473266601'),(285982,166,147,310,'44.2134023158437','10.859212875366211'),(285980,166,147,308,'44.208542119653494','10.860157012939453'),(285981,166,147,309,'44.2105108550444','10.861530303955078'),(285979,166,147,307,'44.20552736605456','10.863418579101562'),(285978,166,147,306,'44.20361999327439','10.865306854248046'),(285977,166,147,305,'44.200420390575324','10.868053436279296'),(285976,166,147,304,'44.19900512626202','10.866937637329101'),(285975,166,147,303,'44.19783596923174','10.869512557983398'),(285974,166,147,302,'44.19549758557417','10.868139266967773'),(285973,166,147,301,'44.195866810215655','10.8709716796875'),(285972,166,147,300,'44.19358988807152','10.876293182373046'),(285971,166,147,299,'44.19562066071172','10.877151489257812'),(285970,166,147,298,'44.19500528245342','10.879039764404296'),(285969,166,147,297,'44.19611295869141','10.879383087158203'),(285966,166,147,294,'44.19075899732253','10.887451171875'),(285967,166,147,295,'44.19494374427415','10.88496208190918'),(285968,166,147,296,'44.1948822060306','10.883331298828125'),(285965,166,147,293,'44.18952813284433','10.892171859741211'),(285964,166,147,292,'44.185466097688966','10.893888473510742'),(285963,166,147,291,'44.18534300134469','10.89620590209961'),(285962,166,147,290,'44.18429667204015','10.897407531738281'),(285961,166,147,289,'44.18411202376441','10.899467468261718'),(285960,166,147,288,'44.19112825165351','10.899810791015625'),(285959,166,147,287,'44.189651220448866','10.902128219604492'),(285958,166,147,286,'44.18934350095552','10.903844833374023'),(285957,166,147,285,'44.18731251200679','10.90667724609375'),(285956,166,147,284,'44.1871894195183','10.91191291809082'),(285955,166,147,283,'44.185219904743384','10.915002822875976'),(285954,166,147,282,'44.187804879390335','10.91740608215332'),(285953,166,147,281,'44.188020288827325','10.920796394348144'),(285952,166,147,280,'44.190112796676566','10.922040939331054'),(285951,166,147,279,'44.1921436891349','10.922470092773437'),(285950,166,147,278,'44.191835982654766','10.926933288574218'),(285949,166,147,277,'44.19365142766459','10.929937362670898'),(285948,166,147,276,'44.19358988807152','10.932340621948242'),(285947,166,147,275,'44.194851436884726','10.931954383850097'),(285944,166,147,272,'44.1956821981841','10.943670272827148'),(285945,166,147,273,'44.19678986169801','10.937833786010742'),(285946,166,147,274,'44.19691293413652','10.933542251586914'),(285942,166,147,270,'44.189097324204134','10.958175659179687'),(285943,166,147,271,'44.19155904544901','10.952510833740234'),(285941,166,147,269,'44.191928294767486','10.961265563964843'),(285939,166,147,267,'44.184419770569335','10.967960357666015'),(285940,166,147,268,'44.1874971502576','10.960750579833984'),(285938,166,147,266,'44.18072670287775','10.979633331298828'),(285937,166,147,265,'44.18158843936487','10.98409652709961'),(285936,166,147,264,'44.178633861828274','10.981006622314453'),(285935,166,147,263,'44.163735611804384','10.975170135498046'),(285933,166,147,261,'44.144645578486354','10.986499786376953'),(285934,166,147,262,'44.15314448499237','10.985298156738281'),(285932,166,147,260,'44.13984130739739','10.990791320800781'),(285931,166,147,259,'44.13515984670047','10.989246368408203'),(285930,166,147,258,'44.12826017546992','10.992207527160644'),(285929,166,147,257,'44.127952135637145','10.994267463684082'),(285928,166,147,256,'44.12875303586092','10.995597839355468'),(285927,166,147,255,'44.12856821369622','10.997614860534668'),(285926,166,147,254,'44.129584728445145','10.998430252075195'),(285923,166,147,251,'44.133897020715274','11.000704765319824'),(285924,166,147,252,'44.13358901028089','10.997486114501953'),(285925,166,147,253,'44.132572564449575','10.996885299682617'),(285922,166,147,250,'44.13432823262449','11.000618934631347'),(285921,166,147,249,'44.134451435448796','11.002035140991211'),(285920,166,147,248,'44.13291138167052','11.001734733581543'),(285919,166,147,247,'44.13183332012942','11.003108024597168'),(285918,166,147,246,'44.132079735930944','11.005854606628418'),(285917,166,147,245,'44.13383541875692','11.007227897644043'),(285915,166,147,243,'44.131586903299734','11.013579368591308'),(285916,166,147,244,'44.13346580565734','11.009845733642578'),(285914,166,147,242,'44.1290918749941','11.01679801940918'),(285913,166,147,241,'44.12678156962166','11.017656326293945'),(285912,166,147,240,'44.12391666546297','11.022248268127441'),(285911,166,147,239,'44.12240714394224','11.024651527404785'),(285910,166,147,238,'44.118925855437304','11.02804183959961'),(285909,166,147,237,'44.12080516055104','11.029458045959472'),(285908,166,147,236,'44.11941879370937','11.032676696777343'),(285907,166,147,235,'44.118679384759076','11.033449172973632'),(285906,166,147,234,'44.119757686385846','11.034908294677734'),(285905,166,147,233,'44.11843291305271','11.034736633300781'),(285904,166,147,232,'44.12025061771807','11.036968231201171'),(285903,166,147,231,'44.12493326026193','11.032676696777343'),(285902,166,147,230,'44.12511809380037','11.031389236450195'),(285901,166,147,229,'44.128876250316075','11.031131744384765'),(285900,166,147,228,'44.13044721208863','11.034822463989257'),(285899,166,147,227,'44.13103246167383','11.03477954864502'),(285897,166,147,225,'44.13494424417567','11.041946411132812'),(285898,166,147,226,'44.13429743187825','11.039113998413086'),(285896,166,147,224,'44.13574504958545','11.042633056640625'),(285895,166,147,223,'44.13429743187825','11.042633056640625'),(285894,166,147,222,'44.13475944138503','11.044220924377441'),(285893,166,147,221,'44.13309619024445','11.048297882080078'),(285892,166,147,220,'44.13251096110966','11.04949951171875'),(285891,166,147,219,'44.13383541875692','11.047654151916504'),(285890,166,147,218,'44.13405102533003','11.049413681030273'),(285889,166,147,217,'44.13331179951643','11.051044464111328'),(285888,166,147,216,'44.1298003505368','11.055335998535156'),(285887,166,147,215,'44.12807535176304','11.058082580566406'),(285886,166,147,214,'44.129769547429035','11.058597564697265'),(285885,166,147,213,'44.12939990888296','11.059412956237793'),(285884,166,147,212,'44.12582661700686','11.060914993286132'),(285883,166,147,211,'44.127151224553685','11.061902046203613'),(285880,166,147,208,'44.124625203079375','11.066622734069824'),(285881,166,147,209,'44.125302926760504','11.064820289611816'),(285882,166,147,210,'44.12662754605058','11.064047813415527'),(285879,166,147,207,'44.12413230824583','11.06722354888916'),(285878,166,147,206,'44.12517970485135','11.071386337280273'),(285877,166,147,205,'44.12465600886992','11.072673797607421'),(285876,166,147,204,'44.12656593650968','11.075077056884765'),(285874,166,147,202,'44.126196277914936','11.07872486114502'),(285875,166,147,203,'44.12564178568534','11.077523231506347'),(285870,166,147,198,'44.130662831031586','11.084861755371093'),(285871,166,147,199,'44.12844499859848','11.083831787109375'),(285873,166,147,201,'44.12598064266635','11.080913543701171'),(285872,166,147,200,'44.12696639737684','11.081771850585937'),(285869,166,147,197,'44.131710111843084','11.08469009399414'),(285868,166,147,196,'44.13269577093663','11.08546257019043'),(285866,166,147,194,'44.136422645680746','11.086878776550293'),(285867,166,147,195,'44.13549864907756','11.087007522583007'),(285865,166,147,193,'44.13783941239103','11.088294982910156'),(285864,166,147,192,'44.13768541765612','11.089496612548828'),(285863,166,147,191,'44.13888656593744','11.09095573425293'),(285862,166,147,190,'44.13904055753971','11.091899871826171'),(285861,166,147,189,'44.14061124894224','11.09318733215332'),(285860,166,147,188,'44.14230508499824','11.093230247497558'),(285859,166,147,187,'44.14147357155237','11.095504760742187'),(285858,166,147,186,'44.139410135746544','11.096062660217285'),(285857,166,147,185,'44.14144277453316','11.09769344329834'),(285855,166,147,183,'44.14270543914716','11.098637580871582'),(285856,166,147,184,'44.14267464277055','11.097607612609863'),(285854,166,147,182,'44.14332136330563','11.099624633789062'),(285853,166,147,181,'44.143290567250304','11.10018253326416'),(285852,166,147,180,'44.1439064853041','11.101555824279785'),(285851,166,147,179,'44.14332136330563','11.102800369262695'),(285850,166,147,178,'44.13996449871928','11.101641654968261'),(285849,166,147,177,'44.137562221579046','11.103358268737793'),(285848,166,147,176,'44.13780861347619','11.104216575622558'),(285847,166,147,175,'44.136853839147626','11.104860305786132'),(285846,166,147,174,'44.134451435448796','11.105718612670898'),(285845,166,147,173,'44.134205029543146','11.107392311096191'),(285844,166,147,172,'44.13432823262449','11.108980178833007'),(285843,166,147,171,'44.135067445714775','11.11043930053711'),(285842,166,147,170,'44.13432823262449','11.111555099487304'),(285841,166,147,169,'44.13494424417567','11.113142967224121'),(285840,166,147,168,'44.1347286408637','11.114559173583984'),(285839,166,147,167,'44.13312699161723','11.114001274108886'),(285838,166,147,166,'44.13050881758125','11.115031242370605'),(285837,166,147,165,'44.12921508874241','11.113829612731933'),(285836,166,147,164,'44.12930749888498','11.11194133758545'),(285835,166,147,163,'44.12872223220697','11.114602088928222'),(285834,166,147,162,'44.12986195670409','11.115546226501464'),(285833,166,147,161,'44.12995436583457','11.116318702697754'),(285832,166,147,160,'44.128876250316075','11.116747856140136'),(285831,166,147,159,'44.12878383949881','11.117777824401855'),(285830,166,147,158,'44.13001597184124','11.117992401123046'),(285829,166,147,157,'44.13146369449934','11.117134094238281'),(285828,166,147,156,'44.133250196947635','11.117820739746093'),(285827,166,147,155,'44.136453445318516','11.11966609954834'),(285826,166,147,154,'44.13836299148562','11.122455596923828'),(285825,166,147,153,'44.14054965398816','11.124000549316406'),(285824,166,147,152,'44.14270543914716','11.127691268920898'),(285823,166,147,151,'44.144583987741264','11.132326126098632'),(285822,166,147,150,'44.144676373834805','11.135416030883789'),(285821,166,147,149,'44.14501512160747','11.140694618225097'),(285820,166,147,148,'44.143937281038106','11.142110824584961'),(285819,166,147,147,'44.14295180958166','11.14713191986084'),(285818,166,147,146,'44.14171994712764','11.148548126220703'),(285817,166,147,145,'44.142613049969164','11.1491060256958'),(285816,166,147,144,'44.1417815408608','11.151080131530761'),(285815,166,147,143,'44.14104241182168','11.154513359069824'),(285814,166,147,142,'44.14212030524459','11.157646179199218'),(285813,166,147,141,'44.14402966814373','11.160392761230468'),(285811,166,147,139,'44.14575420090964','11.169576644897461'),(285812,166,147,140,'44.14335215934485','11.165971755981445'),(285810,166,147,138,'44.14501512160747','11.170692443847656'),(285809,166,147,137,'44.14452239693192','11.173095703125'),(285806,166,147,134,'44.13910215406817','11.179404258728027'),(285808,166,147,136,'44.1418123377033','11.174812316894531'),(285807,166,147,135,'44.14073443865768','11.17910385131836'),(285805,166,147,133,'44.137901010172555','11.180477142333984'),(285804,166,147,132,'44.13528304778977','11.180047988891601'),(285803,166,147,131,'44.134235830337595','11.180691719055175'),(285802,166,147,130,'44.13303458745073','11.178245544433593'),(285801,166,147,129,'44.13161770545966','11.178288459777832'),(285800,166,147,128,'44.129523121988676','11.17682933807373'),(285799,166,147,127,'44.12903026802357','11.177387237548828'),(285798,166,147,126,'44.13029319807603','11.179018020629882'),(285796,166,147,124,'44.12986195670409','11.183695793151855'),(285797,166,147,125,'44.12949231873634','11.180648803710937'),(285795,166,147,123,'44.13075523890903','11.188201904296875'),(285794,166,147,122,'44.130385606531775','11.189661026000976'),(285793,166,147,121,'44.132449357705475','11.19081974029541'),(285792,166,147,120,'44.130385606531775','11.19206428527832'),(285791,166,147,119,'44.13100165920868','11.193180084228515'),(285790,166,147,118,'44.13032400091067','11.194252967834472'),(285789,166,147,117,'44.12970794116533','11.197042465209961'),(285788,166,147,116,'44.13013918366178','11.19905948638916'),(285787,166,147,115,'44.12921508874241','11.200003623962402'),(285786,166,147,114,'44.1266891555272','11.2025785446167'),(285785,166,147,113,'44.12487164895394','11.203222274780273'),(285783,166,147,111,'44.124810037581675','11.206097602844238'),(285784,166,147,112,'44.12517970485135','11.204595565795898'),(285782,166,147,110,'44.124810037581675','11.208758354187011'),(285781,166,147,109,'44.12367021560437','11.211075782775879'),(285780,166,147,108,'44.12326973239134','11.213650703430175'),(285777,166,147,105,'44.119757686385846','11.218156814575195'),(285778,166,147,106,'44.11941879370937','11.214122772216796'),(285779,166,147,107,'44.12216068778634','11.21553897857666'),(285776,166,147,104,'44.11735458724886','11.220989227294921'),(285775,166,147,103,'44.11338001649923','11.224937438964843'),(285774,166,147,102,'44.110853406196774','11.225066184997558'),(285773,166,147,101,'44.111099909517904','11.226611137390136'),(285772,166,147,100,'44.11057608873156','11.227169036865234'),(285771,166,147,99,'44.10922029572614','11.229658126831054'),(285770,166,147,98,'44.1083883164388','11.233391761779785'),(285769,166,147,97,'44.110945845062695','11.228885650634765'),(285768,166,147,96,'44.111500475222','11.229486465454101'),(285767,166,147,95,'44.10635453999059','11.240901947021484'),(285766,166,147,94,'44.106878398190766','11.242446899414062'),(285764,166,147,92,'44.10734062215901','11.245279312133789'),(285765,166,147,93,'44.10635453999059','11.244807243347168'),(285761,166,147,89,'44.10419742789774','11.24673843383789'),(285762,166,147,90,'44.1061696477527','11.248111724853515'),(285763,166,147,91,'44.10657024687056','11.246051788330078'),(285760,166,147,88,'44.104259060764214','11.248283386230468'),(285759,166,147,87,'44.107371436961714','11.251974105834961'),(285758,166,147,86,'44.107217362787544','11.253690719604492'),(285757,166,147,85,'44.10820343056235','11.254892349243164'),(285756,166,147,84,'44.10697084327357','11.255364418029785'),(285755,166,147,83,'44.10620046316585','11.254549026489257'),(285752,166,147,80,'44.10361191246166','11.262531280517578'),(285754,166,147,82,'44.10570741462782','11.255106925964355'),(285753,166,147,81,'44.10589230831149','11.25699520111084'),(285751,166,147,79,'44.10204023709013','11.262960433959961'),(285750,166,147,78,'44.10305720827807','11.264591217041015'),(285749,166,147,77,'44.10610801687822','11.266908645629882'),(285748,166,147,76,'44.10697084327357','11.266393661499023'),(285747,166,147,75,'44.10749469601187','11.266908645629882'),(285746,166,147,74,'44.10364272920814','11.268796920776367'),(285745,166,147,73,'44.101886149020395','11.2684965133667'),(285744,166,147,72,'44.098280373538714','11.271629333496093'),(285743,166,147,71,'44.09633871104178','11.274161338806152'),(285742,166,147,70,'44.0946435567339','11.275105476379394'),(285741,166,147,69,'44.093749728532785','11.27798080444336'),(285740,166,147,68,'44.092825064452874','11.27845287322998'),(285739,166,147,67,'44.092393549601226','11.279740333557129'),(285738,166,147,66,'44.090759929141015','11.281070709228515'),(285735,166,147,63,'44.08696852287563','11.281371116638183'),(285736,166,147,64,'44.08733842686841','11.280384063720703'),(285737,166,147,65,'44.08823235196762','11.281242370605468'),(285734,166,147,62,'44.086167056289035','11.281886100769043'),(285733,166,147,61,'44.0849340095668','11.281070709228515'),(285732,166,147,60,'44.084286649748705','11.281800270080566'),(285731,166,147,59,'44.08299190885999','11.281414031982421'),(285730,166,147,58,'44.08296108135058','11.283516883850097'),(285729,166,147,57,'44.082282872079844','11.280856132507324'),(285728,166,147,56,'44.081327200365514','11.281628608703613'),(285725,166,147,53,'44.075808664999045','11.27673625946045'),(285726,166,147,54,'44.075808664999045','11.280298233032226'),(285727,166,147,55,'44.07846009259854','11.281757354736328'),(285724,166,147,52,'44.07472956161217','11.275105476379394'),(285723,166,147,51,'44.07411292227033','11.27373218536377'),(285722,166,147,50,'44.074020425814844','11.270556449890136'),(285721,166,147,49,'44.07278712592712','11.27021312713623'),(285720,166,147,48,'44.072509629910336','11.271586418151855'),(285719,166,147,47,'44.07053628737735','11.269783973693847'),(285718,166,147,46,'44.06843953884247','11.269998550415039'),(285717,166,147,45,'44.06769949221358','11.268281936645507'),(285715,166,147,43,'44.06316650471668','11.264505386352539'),(285716,166,147,44,'44.0644000050782','11.26673698425293'),(285714,166,147,42,'44.06082278322187','11.262917518615722'),(285713,166,147,41,'44.05872569060613','11.263089179992675'),(285712,166,147,40,'44.05773879779135','11.262316703796386'),(285711,166,147,39,'44.05675188852763','11.262788772583007'),(285710,166,147,38,'44.05277324374828','11.260685920715332'),(285709,166,147,37,'44.049534614613236','11.26124382019043'),(285708,166,147,36,'44.04635750158264','11.258153915405273'),(285707,166,147,35,'44.042902583332996','11.258926391601562'),(285706,166,147,34,'44.04074315710479','11.258025169372558'),(285705,166,147,33,'44.0404038115414','11.25622272491455'),(285704,166,147,32,'44.04102080202917','11.254849433898925'),(285703,166,147,31,'44.03969426453726','11.254677772521972'),(285702,166,147,30,'44.03910811060292','11.255536079406738'),(285701,166,147,29,'44.03793578533799','11.255450248718261'),(285700,166,147,28,'44.0373187627241','11.252403259277343'),(285699,166,147,27,'44.03796663630002','11.25051498413086'),(285697,166,147,25,'44.03630066136404','11.24849796295166'),(285698,166,147,26,'44.036609178774945','11.250643730163574'),(285696,166,147,24,'44.03497401819342','11.248283386230468'),(285695,166,147,23,'44.03463463958836','11.247553825378418'),(285694,166,147,22,'44.032690888316615','11.245064735412597'),(285693,166,147,21,'44.031518436089826','11.245107650756836'),(285692,166,147,20,'44.030129975823776','11.243906021118164'),(285691,166,147,19,'44.02895747293462','11.24502182006836'),(285689,166,147,17,'44.02726038819847','11.24124526977539'),(285690,166,147,18,'44.0281860768054','11.24326229095459'),(285688,166,147,16,'44.026026114234604','11.24051570892334'),(285686,166,147,14,'44.02516210716809','11.240472793579101'),(285687,166,147,15,'44.02553239745293','11.241159439086914'),(285685,166,147,13,'44.0230020344065','11.238369941711425'),(285684,166,147,12,'44.02179853115504','11.238327026367187'),(285683,166,147,11,'44.02111962110692','11.237854957580566'),(285682,166,147,10,'44.019823498517645','11.238369941711425'),(285681,166,147,9,'44.01920628732579','11.239314079284668'),(285680,166,147,8,'44.01809529098926','11.238799095153808'),(285679,166,147,7,'44.018157013554095','11.23751163482666'),(285678,166,147,6,'44.016150997308976','11.236181259155273'),(285677,166,147,5,'44.01399059622605','11.236052513122558'),(285676,166,147,4,'44.00858924917763','11.24025821685791'),(285675,166,147,3,'44.004761711216965','11.240172386169433'),(285674,166,147,2,'44.003773919393396','11.241674423217773'),(285673,166,147,1,'44.00102653689623','11.24351978302002'),(285672,166,147,0,'43.99985345841993','11.243176460266113'),(286197,166,147,525,'44.529066576308544','10.85500717163086'),(286198,166,147,526,'44.531208125682134','10.856122970581054'),(286199,166,147,527,'44.53065744907825','10.860157012939453'),(286200,166,147,528,'44.53071863562469','10.861530303955078'),(286201,166,147,529,'44.530320921923796','10.862860679626464'),(286202,166,147,530,'44.52955608025044','10.862345695495605'),(286203,166,147,531,'44.52915835861101','10.861701965332031'),(286204,166,147,532,'44.527873393215195','10.861916542053222'),(286205,166,147,533,'44.52921954673231','10.855264663696289'),(287282,167,148,395,'43.968356895686234','10.220804214477539'),(287281,167,148,394,'43.976325252175606','10.219945907592773'),(287280,167,148,393,'43.977560560554195','10.220975875854492'),(287279,167,148,392,'43.98095752608484','10.220460891723632'),(287278,167,148,391,'43.98219273809204','10.219430923461914'),(287277,167,148,390,'43.98441605494318','10.222349166870117'),(287276,167,148,389,'43.98540416903878','10.221748352050781'),(287275,167,148,388,'43.98552768214426','10.213165283203125'),(287274,167,148,387,'43.98095752608484','10.205097198486328'),(287273,167,148,386,'43.98132809238542','10.20029067993164'),(287272,167,148,385,'43.97774585459446','10.195140838623046'),(287270,167,148,383,'43.97073516051826','10.182352066040039'),(287271,167,148,384,'43.97428693716663','10.187244415283203'),(287269,167,148,382,'43.968109797775185','10.177974700927734'),(287268,167,148,381,'43.96616386580371','10.169520378112793'),(287267,167,148,380,'43.96427964870526','10.163512229919433'),(287266,167,148,379,'43.96329118304904','10.161237716674804'),(287265,167,148,378,'43.98132809238542','10.139007568359375'),(287264,167,148,377,'44.00145871785661','10.109825134277343'),(287263,167,148,376,'44.01158319944901','10.09317398071289'),(287262,167,148,375,'44.01306468595375','10.094890594482421'),(287261,167,148,374,'44.03343137250902','10.055408477783203'),(287260,167,148,373,'44.03244405819642','10.05300521850586'),(287259,167,148,372,'44.044290744344956','10.023136138916015'),(287258,167,148,371,'44.04725204578826','10.020217895507812'),(287257,167,148,370,'44.04885602225886','10.011463165283203'),(287256,167,148,369,'44.05052164415915','10.010690689086914'),(287255,167,148,368,'44.05045995529445','10.012493133544921'),(287254,167,148,367,'44.05872569060613','10.011377334594726'),(287252,167,148,365,'44.06217968592229','10.011978149414062'),(287253,167,148,366,'44.05989760445934','10.011892318725586'),(287251,167,148,364,'44.06600351712422','10.013866424560546'),(287250,167,148,363,'44.07809013308908','10.012321472167968'),(287249,167,148,362,'44.0891879121342','10.001335144042968'),(287247,167,148,360,'44.10385844598368','9.976959228515625'),(287248,167,148,361,'44.09165380253028','9.995498657226562'),(287246,167,148,359,'44.10311884233329','9.968891143798828'),(287245,167,148,358,'44.10681676805524','9.955158233642578'),(287243,167,148,356,'44.11236322290213','9.950695037841796'),(287244,167,148,357,'44.10903541245212','9.954471588134765'),(287242,167,148,355,'44.1155676040195','9.947948455810546'),(287241,167,148,354,'44.11852534006307','9.943828582763671'),(287240,167,148,353,'44.121606157676474','9.944171905517578'),(287239,167,148,352,'44.127890527477824','9.942712783813476'),(287238,167,148,351,'44.133496606837326','9.939279556274414'),(287237,167,148,350,'44.143044198229525','9.925460815429687'),(287236,167,148,349,'44.147417095506704','9.923315048217773'),(287235,167,148,348,'44.14988055694958','9.92091178894043'),(287234,167,148,347,'44.15720874680857','9.917736053466796'),(287233,167,148,346,'44.16071856583896','9.915504455566406'),(287232,167,148,345,'44.16509015368267','9.916105270385742'),(287231,167,148,344,'44.16576741295844','9.916706085205078'),(287230,167,148,343,'44.166321528400545','9.919881820678711'),(287228,167,148,341,'44.16976924086275','9.924001693725586'),(287229,167,148,342,'44.16859950386521','9.92288589477539'),(287227,167,148,340,'44.17124677022706','9.92588996887207'),(287226,167,148,339,'44.173462994871116','9.926748275756836'),(287225,167,148,338,'44.17623315855932','9.92889404296875'),(287223,167,148,336,'44.18374272547787','9.931726455688476'),(287224,167,148,337,'44.18485061339719','9.925804138183593'),(287222,167,148,335,'44.18577383742499','9.93687629699707'),(287221,167,148,334,'44.190020481720225','9.941253662109375'),(287220,167,148,333,'44.19297448860645','9.94236946105957'),(287219,167,148,332,'44.1948822060306','9.944343566894531'),(287218,167,148,331,'44.194266820060754','9.946832656860351'),(287217,167,148,330,'44.195866810215655','9.951982498168945'),(287215,167,148,328,'44.19974352927557','9.955072402954101'),(287216,167,148,329,'44.19875898986777','9.952325820922851'),(287213,167,148,326,'44.20060498776209','9.96133804321289'),(287214,167,148,327,'44.19943586247786','9.956188201904296'),(287212,167,148,325,'44.20325081721592','9.964599609375'),(287211,167,148,324,'44.20552736605456','9.969921112060546'),(287210,167,148,323,'44.20835754733673','9.970436096191406'),(287209,167,148,322,'44.20774230210374','9.973011016845703'),(287208,167,148,321,'44.20860364363055','9.974899291992187'),(287207,167,148,320,'44.208480595612166','9.976873397827148'),(287206,167,148,319,'44.207003999341325','9.978675842285156'),(287205,167,148,318,'44.205035146733216','9.979877471923828'),(287204,167,148,317,'44.20122030754087','9.98331069946289'),(287203,167,148,316,'44.20152796502037','9.988889694213867'),(287202,167,148,315,'44.20263551864408','9.990949630737304'),(287201,167,148,314,'44.20226633641635','9.993696212768554'),(287200,167,148,313,'44.20405069575192','9.998588562011718'),(287199,167,148,312,'44.20460445145321','10.001506805419921'),(287198,167,148,311,'44.20509667437331','10.003137588500976'),(287197,167,148,310,'44.20657331845638','10.011119842529296'),(287196,167,148,309,'44.20632721367974','10.014724731445312'),(287195,167,148,308,'44.20152796502037','10.017127990722656'),(287194,167,148,307,'44.20165102756234','10.022621154785156'),(287193,167,148,306,'44.202389397415985','10.026397705078125'),(287192,167,148,305,'44.20232786694828','10.027942657470703'),(287191,167,148,304,'44.203496934845276','10.029659271240234'),(287190,167,148,303,'44.20005119446669','10.037813186645507'),(287189,167,148,302,'44.19875898986777','10.041418075561523'),(287188,167,148,301,'44.19838978334847','10.046052932739257'),(287187,167,148,300,'44.19931279530894','10.049829483032226'),(287186,167,148,299,'44.200543455430754','10.050945281982421'),(287185,167,148,298,'44.200543455430754','10.056095123291015'),(287184,167,148,297,'44.201281839165304','10.058584213256836'),(287183,167,148,296,'44.202573988433464','10.059871673583984'),(287182,167,148,295,'44.20478903553021','10.064935684204101'),(287181,167,148,294,'44.20325081721592','10.069999694824218'),(287180,167,148,293,'44.2054043116098','10.073862075805664'),(287179,167,148,292,'44.20595805458689','10.077295303344726'),(287178,167,148,291,'44.2057119472397','10.081071853637695'),(287177,167,148,290,'44.208480595612166','10.083646774291992'),(287176,167,148,289,'44.210141722171194','10.089397430419921'),(287175,167,148,288,'44.21211040409448','10.092058181762695'),(287174,167,148,287,'44.21586302172558','10.092401504516601'),(287173,167,148,286,'44.21912329863967','10.095748901367187'),(287172,167,148,285,'44.22053807962393','10.09892463684082'),(287171,167,148,284,'44.2231830137508','10.101156234741211'),(287170,167,148,283,'44.22484372561191','10.111541748046875'),(287169,167,148,282,'44.22570481702181','10.112314224243164'),(287168,167,148,281,'44.22533577938849','10.114288330078125'),(287166,167,148,279,'44.22601234661563','10.116262435913086'),(287167,167,148,280,'44.2247207115251','10.11514663696289'),(287164,167,148,277,'44.228595531774076','10.116949081420898'),(287165,167,148,278,'44.227057935217026','10.119094848632812'),(287163,167,148,276,'44.23099410220026','10.119695663452148'),(287162,167,148,275,'44.23277759120294','10.124073028564453'),(287161,167,148,274,'44.23425354122895','10.122098922729492'),(287160,167,148,273,'44.23984951547495','10.12939453125'),(287158,167,148,271,'44.242370604693804','10.131797790527343'),(287159,167,148,272,'44.24144826751144','10.12939453125'),(287157,167,148,270,'44.24206316057298','10.136861801147461'),(287155,167,148,268,'44.241817204119556','10.142354965209961'),(287156,167,148,269,'44.24292400006252','10.13737678527832'),(287154,167,148,267,'44.24267804720798','10.147075653076171'),(287153,167,148,266,'44.24372333973839','10.154714584350586'),(287152,167,148,265,'44.2421246495257','10.156688690185546'),(287151,167,148,264,'44.242862511945276','10.15934944152832'),(287150,167,148,263,'44.24384631410915','10.158576965332031'),(287149,167,148,262,'44.24483009982093','10.161666870117187'),(287148,167,148,261,'44.24464564125314','10.164070129394531'),(287147,167,148,260,'44.24581386908059','10.164756774902343'),(287146,167,148,259,'44.248211737725605','10.170764923095703'),(287144,167,148,257,'44.24968730061418','10.179004669189453'),(287145,167,148,258,'44.24858063191813','10.178060531616211'),(287143,167,148,256,'44.25165466021628','10.173940658569336'),(287141,167,148,254,'44.252576837375855','10.17385482788086'),(287142,167,148,255,'44.25122430592664','10.177030563354492'),(287140,167,148,253,'44.25442114831509','10.175056457519531'),(287139,167,148,252,'44.25626540141435','10.175657272338867'),(287138,167,148,251,'44.256080978707224','10.174541473388671'),(287136,167,148,249,'44.25829401301828','10.172309875488281'),(287137,167,148,250,'44.25681866606533','10.172567367553711'),(287135,167,148,248,'44.25767928961989','10.175228118896484'),(287133,167,148,246,'44.25853990057817','10.174455642700195'),(287134,167,148,247,'44.2597078524453','10.178489685058593'),(287132,167,148,245,'44.26235102626622','10.173940658569336'),(287131,167,148,244,'44.26026108470579','10.170249938964843'),(287130,167,148,243,'44.26050696403949','10.16836166381836'),(287129,167,148,242,'44.260199614711674','10.165700912475586'),(287127,167,148,240,'44.263949166742954','10.167932510375976'),(287128,167,148,241,'44.260752842344964','10.166559219360351'),(287125,167,148,238,'44.26536287018088','10.172653198242187'),(287126,167,148,239,'44.26407209882628','10.170764923095703'),(287124,167,148,237,'44.26517847600829','10.178661346435546'),(287123,167,148,236,'44.26677653962145','10.179605484008789'),(287122,167,148,235,'44.27077150858353','10.178232192993164'),(287121,167,148,234,'44.27132463673103','10.181236267089843'),(287120,167,148,233,'44.27286107649375','10.180463790893554'),(287119,167,148,232,'44.27452038632153','10.180807113647461'),(287118,167,148,231,'44.27470475118813','10.182523727416992'),(287117,167,148,230,'44.277347250715124','10.185785293579101'),(287116,167,148,229,'44.279498034697404','10.185527801513671'),(287115,167,148,228,'44.27900643387097','10.187759399414062'),(287114,167,148,227,'44.27974383356819','10.19230842590332'),(287113,167,148,226,'44.278453378024736','10.194883346557617'),(287112,167,148,225,'44.2793136848695','10.198402404785156'),(287111,167,148,224,'44.28140294904977','10.198831558227539'),(287110,167,148,223,'44.283307801640454','10.198402404785156'),(287109,167,148,222,'44.284782483809714','10.198917388916015'),(287108,167,148,221,'44.28564269797973','10.202178955078125'),(287107,167,148,220,'44.28760885449535','10.203208923339843'),(287106,167,148,219,'44.287854619432494','10.205612182617187'),(287105,167,148,218,'44.289329187460986','10.205440521240234'),(287104,167,148,217,'44.29025077368024','10.20604133605957'),(287103,167,148,216,'44.291295220580984','10.204324722290039'),(287102,167,148,215,'44.291786718577995','10.204925537109375'),(287101,167,148,214,'44.29283113816453','10.205011367797851'),(287100,167,148,213,'44.29369123446592','10.206127166748046'),(287099,167,148,212,'44.29485848786952','10.206384658813476'),(287097,167,148,210,'44.296455744403474','10.211019515991211'),(287098,167,148,211,'44.295411389278634','10.207757949829101'),(287096,167,148,209,'44.29848296897682','10.212907791137695'),(287095,167,148,208,'44.2994044115551','10.213422775268554'),(287094,167,148,207,'44.299895841684084','10.211620330810546'),(287093,167,148,206,'44.300202983425954','10.212736129760742'),(287092,167,148,205,'44.30235293063056','10.215139389038086'),(287091,167,148,204,'44.30321288746801','10.216941833496093'),(287090,167,148,203,'44.304564222761925','10.21728515625'),(287089,167,148,202,'44.30585410470664','10.217628479003906'),(287088,167,148,201,'44.306284059056466','10.219345092773437'),(287087,167,148,200,'44.30781958459803','10.220203399658203'),(287085,167,148,198,'44.30444137538425','10.224151611328125'),(287086,167,148,199,'44.30597694912796','10.221576690673828'),(287084,167,148,197,'44.30487134008146','10.225610733032226'),(287083,167,148,196,'44.305915526949434','10.225610733032226'),(287082,167,148,195,'44.30978499867733','10.225095748901367'),(287081,167,148,194,'44.31193459497029','10.228700637817382'),(287080,167,148,193,'44.31070626387191','10.230588912963867'),(287079,167,148,192,'44.313408558353835','10.233421325683593'),(287078,167,148,191,'44.31279441144291','10.234365463256836'),(287076,167,148,189,'44.31475965893483','10.235481262207031'),(287077,167,148,190,'44.31420693972967','10.236854553222656'),(287075,167,148,188,'44.31672484061428','10.238914489746093'),(287074,167,148,187,'44.315926493494366','10.236082077026367'),(287073,167,148,186,'44.316909073022565','10.23651123046875'),(287072,167,148,185,'44.3178916360976','10.238313674926757'),(287071,167,148,184,'44.3203479718026','10.238656997680664'),(287070,167,148,183,'44.3225585860153','10.239686965942382'),(287069,167,148,182,'44.32292701361935','10.241832733154296'),(287068,167,148,181,'44.32507612852892','10.246467590332031'),(287067,167,148,180,'44.32599715367444','10.247325897216796'),(287066,167,148,179,'44.32685676409666','10.249214172363281'),(287065,167,148,178,'44.326611162404284','10.250158309936523'),(287064,167,148,177,'44.32679536376995','10.251617431640625'),(287063,167,148,176,'44.32783916058279','10.252218246459961'),(287061,167,148,174,'44.32857594714993','10.253763198852539'),(287062,167,148,175,'44.328023358092224','10.25299072265625'),(287060,167,148,173,'44.3292513267062','10.254364013671875'),(287058,167,148,171,'44.329865301372585','10.255565643310546'),(287059,167,148,172,'44.32961971227729','10.254964828491211'),(287057,167,148,170,'44.33072485510801','10.25599479675293'),(287056,167,148,169,'44.3320755569553','10.257368087768554'),(287055,167,148,168,'44.334347121728534','10.254364013671875'),(287054,167,148,167,'44.33385598004382','10.258054733276367'),(287053,167,148,166,'44.335329392757934','10.254192352294921'),(287052,167,148,165,'44.336802768451925','10.252389907836914'),(287051,167,148,164,'44.33772360946137','10.254192352294921'),(287050,167,148,163,'44.3370483274684','10.255823135375976'),(287049,167,148,162,'44.337600831495635','10.256166458129882'),(287048,167,148,161,'44.33815333031688','10.258569717407226'),(287047,167,148,160,'44.3391969249975','10.259513854980468'),(287046,167,148,159,'44.338889987313685','10.26123046875'),(287045,167,148,158,'44.340056341964114','10.262346267700195'),(287044,167,148,157,'44.33944247398768','10.263547897338867'),(287043,167,148,156,'44.33968802194949','10.264921188354492'),(287042,167,148,155,'44.34232759759292','10.267925262451171'),(287041,167,148,154,'44.34288005187414','10.272216796875'),(287040,167,148,153,'44.34760639236581','10.280885696411132'),(287039,167,148,152,'44.34975460298043','10.281658172607421'),(287038,167,148,151,'44.353191576199144','10.282258987426757'),(287037,167,148,150,'44.3526392190968','10.285520553588867'),(287036,167,148,149,'44.35190273486207','10.286636352539062'),(287035,167,148,148,'44.35270059236526','10.288095474243164'),(287034,167,148,147,'44.35368255591963','10.288267135620117'),(287033,167,148,146,'44.35521684103392','10.290327072143554'),(287032,167,148,145,'44.35589191375832','10.290069580078125'),(287031,167,148,144,'44.35595328362038','10.292043685913086'),(287030,167,148,143,'44.35718066736404','10.298051834106445'),(287029,167,148,142,'44.35711929878743','10.300626754760742'),(287028,167,148,141,'44.36006491796501','10.301656723022461'),(287027,167,148,140,'44.360739934836836','10.300455093383789'),(287026,167,148,139,'44.363194476085624','10.300712585449218'),(287025,167,148,138,'44.36497395418633','10.30268669128418'),(287024,167,148,137,'44.365280755292275','10.309123992919921'),(287023,167,148,136,'44.36816460714675','10.311269760131836'),(287022,167,148,135,'44.36816460714675','10.31315803527832'),(287021,167,148,134,'44.3720299730976','10.314617156982421'),(287020,167,148,133,'44.37350242635892','10.316333770751953'),(287019,167,148,132,'44.37110967100946','10.317363739013671'),(287018,167,148,131,'44.36939173508593','10.320196151733398'),(287017,167,148,130,'44.369821223790865','10.321054458618164'),(287016,167,148,129,'44.36945309080803','10.325260162353515'),(287015,167,148,128,'44.37135508631361','10.32740592956543'),(287014,167,148,127,'44.37245944245639','10.3271484375'),(287013,167,148,126,'44.37497484259897','10.329294204711914'),(287012,167,148,125,'44.3758337349757','10.328435897827148'),(287011,167,148,124,'44.376999354480205','10.329036712646484'),(287010,167,148,123,'44.378839759088585','10.326118469238281'),(287009,167,148,122,'44.3795759047351','10.329723358154296'),(287008,167,148,121,'44.37994397408758','10.331439971923828'),(287007,167,148,120,'44.37994397408758','10.333499908447265'),(287006,167,148,119,'44.382029656712476','10.332813262939453'),(287005,167,148,118,'44.383747221908365','10.329208374023437'),(287004,167,148,117,'44.38963563430926','10.329036712646484'),(287003,167,148,116,'44.392456955333266','10.326976776123046'),(287002,167,148,115,'44.39392889492094','10.328693389892578'),(287001,167,148,114,'44.40177861412994','10.32989501953125'),(287000,167,148,113,'44.403618239739515','10.32989501953125'),(286999,167,148,112,'44.40656152039299','10.336246490478515'),(286998,167,148,111,'44.408278365719354','10.338220596313476'),(286997,167,148,110,'44.40846231044413','10.341482162475586'),(286996,167,148,109,'44.40968859382607','10.343542098999023'),(286995,167,148,108,'44.41281550008057','10.346546173095703'),(286994,167,148,107,'44.41496131940388','10.350751876831054'),(286993,167,148,106,'44.416616611940846','10.351095199584961'),(286992,167,148,105,'44.41581962508687','10.353240966796875'),(286991,167,148,104,'44.41496131940388','10.354785919189453'),(286990,167,148,103,'44.417352282472464','10.356588363647461'),(286989,167,148,102,'44.41502262737043','10.357017517089843'),(286988,167,148,101,'44.41532916623918','10.358047485351562'),(286987,167,148,100,'44.41839446654846','10.361137390136718'),(286986,167,148,99,'44.41784272435154','10.363626480102539'),(286985,167,148,98,'44.4188848996861','10.366458892822265'),(286984,167,148,97,'44.42066268532649','10.368518829345703'),(286983,167,148,96,'44.42084659110061','10.369634628295898'),(286982,167,148,95,'44.421888712893946','10.371179580688476'),(286981,167,148,94,'44.419191418308195','10.371007919311523'),(286980,167,148,93,'44.419007507327784','10.372724533081054'),(286979,167,148,92,'44.419804450731746','10.374269485473632'),(286978,167,148,91,'44.42090789289679','10.377359390258789'),(286977,167,148,90,'44.423727706038626','10.380020141601562'),(286976,167,148,89,'44.42691515712095','10.381908416748046'),(286975,167,148,88,'44.427957170738765','10.384998321533203'),(286974,167,148,87,'44.42991855774491','10.387744903564453'),(286973,167,148,86,'44.42924433838537','10.390148162841796'),(286972,167,148,85,'44.43047018598152','10.394439697265625'),(286971,167,148,84,'44.431512136223546','10.39529800415039'),(286970,167,148,83,'44.43145084554705','10.399589538574218'),(286969,167,148,82,'44.4342088623566','10.405855178833007'),(286968,167,148,81,'44.43384113430226','10.407657623291015'),(286967,167,148,80,'44.43243148865798','10.411348342895507'),(286966,167,148,79,'44.43194116915933','10.417098999023437'),(286965,167,148,78,'44.43316696019285','10.418558120727539'),(286964,167,148,77,'44.434147574508216','10.421390533447265'),(286963,167,148,76,'44.43488302444641','10.423192977905273'),(286962,167,148,75,'44.43537331926314','10.424995422363281'),(286961,167,148,74,'44.4362926109569','10.427141189575195'),(286960,167,148,73,'44.437824731641854','10.434436798095703'),(286959,167,148,72,'44.44193061697876','10.441045761108398'),(286958,167,148,71,'44.4418080574153','10.44276237487793'),(286957,167,148,70,'44.44315619847251','10.443363189697265'),(286956,167,148,69,'44.44628131490935','10.447568893432617'),(286955,167,148,68,'44.45057041820037','10.451173782348632'),(286954,167,148,67,'44.453327532571876','10.455808639526367'),(286953,167,148,66,'44.45632957574721','10.458383560180664'),(286952,167,148,65,'44.45976029325943','10.460186004638671'),(286951,167,148,64,'44.46208816534408','10.464563369750976'),(286950,167,148,63,'44.46386463685828','10.46773910522461'),(286949,167,148,62,'44.46178187168844','10.47323226928711'),(286948,167,148,61,'44.46270074783461','10.475549697875976'),(286947,167,148,60,'44.46165935377623','10.477609634399414'),(286946,167,148,59,'44.46172061276446','10.480785369873046'),(286945,167,148,58,'44.46355835252281','10.482673645019531'),(286944,167,148,57,'44.46331332389744','10.48421859741211'),(286943,167,148,56,'44.46435468845264','10.486621856689453'),(286942,167,148,55,'44.46766242911448','10.487308502197265'),(286941,167,148,54,'44.46882621921553','10.488767623901367'),(286940,167,148,53,'44.47721707149634','10.490999221801757'),(286939,167,148,52,'44.48707631214582','10.487909317016601'),(286938,167,148,51,'44.492403282916335','10.487480163574218'),(286937,167,148,50,'44.500913180619456','10.488252639770507'),(286936,167,148,49,'44.507830383697126','10.492973327636718'),(286935,167,148,48,'44.51150290128153','10.492887496948242'),(286934,167,148,47,'44.51762324968959','10.496578216552734'),(286933,167,148,46,'44.52472204855195','10.503873825073242'),(286932,167,148,45,'44.52723089988702','10.513315200805664'),(286931,167,148,44,'44.52894419968026','10.514774322509765'),(286930,167,148,43,'44.52882182279489','10.516490936279296'),(286929,167,148,42,'44.52992320550712','10.51717758178711'),(286928,167,148,41,'44.53212590845161','10.516319274902343'),(286927,167,148,40,'44.53555216966936','10.51915168762207'),(286926,167,148,39,'44.53585807604682','10.520439147949218'),(286925,167,148,38,'44.5377546597189','10.520439147949218'),(286924,167,148,37,'44.53867233931912','10.519323348999023'),(286923,167,148,36,'44.54007941994905','10.518980026245117'),(286922,167,148,35,'44.54063000746095','10.520782470703125'),(286921,167,148,34,'44.54191469140716','10.520868301391601'),(286920,167,148,33,'44.54264878379179','10.52267074584961'),(286919,167,148,32,'44.54454514627601','10.525245666503906'),(286918,167,148,31,'44.54570740242675','10.525503158569336'),(286917,167,148,30,'44.546747296155026','10.526704788208007'),(286916,167,148,29,'44.54680846579582','10.528078079223632'),(286915,167,148,28,'44.54784833985429','10.528850555419921'),(286914,167,148,27,'44.548888195335735','10.528421401977539'),(286913,167,148,26,'44.54931636572267','10.529794692993164'),(286912,167,148,25,'44.550478526609915','10.53091049194336'),(286911,167,148,24,'44.55280277876862','10.530052185058593'),(286910,167,148,23,'44.55720637041294','10.530052185058593'),(286909,167,148,22,'44.56087577556498','10.528507232666015'),(286908,167,148,21,'44.56564565630306','10.529365539550781'),(286907,167,148,20,'44.57102659070421','10.527820587158203'),(286906,167,148,19,'44.57469512420569','10.529537200927734'),(286905,167,148,18,'44.57799660649917','10.527820587158203'),(286904,167,148,17,'44.579097058942665','10.530223846435546'),(286903,167,148,16,'44.58080883245751','10.531082153320312'),(286902,167,148,15,'44.581297901348066','10.533313751220703'),(286901,167,148,14,'44.58325413577011','10.53537368774414'),(286900,167,148,13,'44.585943850621604','10.534172058105468'),(286899,167,148,12,'44.59841272067924','10.543441772460937'),(286898,167,148,11,'44.60843477447989','10.55013656616211'),(286897,167,148,10,'44.61307855462045','10.554428100585937'),(286896,167,148,9,'44.61808853256039','10.555286407470703'),(286895,167,148,8,'44.61979915773973','10.558719635009765'),(286894,167,148,7,'44.62651898303795','10.564212799072265'),(286893,167,148,6,'44.63641403674046','10.577430725097656'),(286892,167,148,5,'44.640811296864676','10.577259063720703'),(286891,167,148,4,'44.64508609138612','10.580692291259765'),(286890,167,148,3,'44.64545248768847','10.584125518798828'),(286889,167,148,2,'44.663403071596136','10.59030532836914'),(286888,167,148,1,'44.67597738099192','10.615367889404296'),(286887,167,148,0,'44.68476556953855','10.622749328613281'),(287283,167,148,396,'43.96582409336683','10.221920013427734'),(287284,167,148,397,'43.95995499003391','10.228271484375'),(287285,167,148,398,'43.95878109978876','10.228271484375'),(287286,167,148,399,'43.95470319556959','10.232648849487304'),(287287,167,148,400,'43.95507392569919','10.234365463256836'),(287288,167,148,401,'43.950748596943825','10.239343643188476'),(287289,167,148,402,'43.94432181293082','10.243291854858398'),(287290,167,148,403,'43.93931585556664','10.247926712036132'),(287291,167,148,404,'43.93288783548869','10.257797241210937'),(287292,167,148,405,'43.92516093032928','10.265693664550781'),(287293,167,148,406,'43.92281175219929','10.266551971435546'),(287294,167,148,407,'43.918731380228756','10.271444320678711'),(287295,167,148,408,'43.9144652375951','10.27170181274414'),(287296,167,148,409,'43.91124997147515','10.272560119628906'),(287297,167,148,410,'43.90042808833887','10.281572341918945'),(287298,167,148,411,'43.90030439830374','10.283803939819336'),(287299,167,148,412,'43.89770684820727','10.286979675292968'),(287300,167,148,413,'43.89572768635835','10.28843879699707'),(287301,167,148,414,'43.88502670347001','10.298910140991211'),(287302,167,148,415,'43.88366574704207','10.297966003417968'),(287303,167,148,416,'43.87673675953802','10.286121368408203'),(287304,167,148,417,'43.87351945570997','10.282344818115234'),(287305,167,148,418,'43.87191073865783','10.274620056152343'),(287306,167,148,419,'43.87129198976715','10.271100997924804'),(287307,167,148,420,'43.87042573052811','10.261058807373046'),(287308,167,148,421,'43.868940685397064','10.257453918457031'),(287309,167,148,422,'43.867950634753456','10.255136489868164'),(287310,167,148,423,'43.86566107965456','10.24998664855957'),(287311,167,148,424,'43.8655991985665','10.246381759643554'),(287312,167,148,425,'43.86528979216263','10.244665145874023'),(287313,167,148,426,'43.88892381578442','10.230245590209961'),(287314,167,148,427,'43.899500406811846','10.221748352050781'),(290703,168,149,762,'44.49760732471434','8.901071548461914'),(290702,168,149,761,'44.498709297508945','8.901243209838867'),(290701,168,149,760,'44.49926027609642','8.902745246887207'),(290700,168,149,759,'44.49779098829304','8.904333114624023'),(290699,168,149,758,'44.49368903055563','8.90493392944336'),(290698,168,149,757,'44.4881784839461','8.900127410888671'),(290697,168,149,756,'44.48383090757241','8.900728225708007'),(290696,168,149,755,'44.47556349533111','8.900213241577148'),(290695,168,149,754,'44.47051061115917','8.90343189239502'),(290694,168,149,753,'44.4752266499971','8.911027908325195'),(290693,168,149,752,'44.47455295349583','8.913474082946777'),(290692,168,149,751,'44.47663526300351','8.918280601501464'),(290691,168,149,750,'44.47758452650291','8.922185897827148'),(290690,168,149,749,'44.47657401966681','8.928923606872558'),(290689,168,149,748,'44.47816632553084','8.931798934936523'),(290688,168,149,747,'44.47813570467401','8.9353609085083'),(290687,168,149,746,'44.48064656156875','8.941755294799804'),(290686,168,149,745,'44.48216220946734','8.949136734008789'),(290685,168,149,744,'44.481687616884926','8.950660228729248'),(290684,168,149,743,'44.483050146510806','8.955509662628173'),(290683,168,149,742,'44.48396868785154','8.95911455154419'),(290682,168,149,741,'44.4836472000274','8.962054252624511'),(290681,168,149,740,'44.48320323773862','8.963449001312255'),(290680,168,149,739,'44.48309607392134','8.961496353149414'),(290679,168,149,738,'44.48248370547487','8.962569236755371'),(290678,168,149,737,'44.48150390259073','8.96134614944458'),(290676,168,149,735,'44.48171823587773','8.96008014678955'),(290677,168,149,736,'44.48254494260877','8.960509300231933'),(290675,168,149,734,'44.4808302785626','8.960938453674316'),(290674,168,149,733,'44.48122833006474','8.962998390197754'),(290672,168,149,731,'44.48119771081485','8.964629173278808'),(290673,168,149,732,'44.48202442492177','8.964157104492187'),(290671,168,149,730,'44.48003416741113','8.965787887573242'),(290670,168,149,729,'44.48012602694453','8.96308422088623'),(290669,168,149,728,'44.47920742510228','8.961153030395507'),(290668,168,149,727,'44.47917680479181','8.963384628295898'),(290667,168,149,726,'44.478196946371625','8.963985443115234'),(290666,168,149,725,'44.47773763207269','8.965187072753906'),(290665,168,149,724,'44.476788371064046','8.964500427246093'),(290663,168,149,722,'44.476298423856214','8.96209716796875'),(290664,168,149,723,'44.47792135822613','8.962697982788086'),(290662,168,149,721,'44.474062987518934','8.960123062133789'),(290661,168,149,720,'44.470479986284964','8.958878517150879'),(290660,168,149,719,'44.46848933499361','8.956689834594726'),(290657,168,149,716,'44.46585544586998','8.94935131072998'),(290659,168,149,718,'44.467784934428366','8.955702781677246'),(290658,168,149,717,'44.46573293650664','8.954801559448242'),(290656,168,149,715,'44.4650285026779','8.947763442993164'),(290655,168,149,714,'44.463711494891406','8.948836326599121'),(290654,168,149,713,'44.46306829424365','8.951153755187988'),(290653,168,149,712,'44.461843130548125','8.954329490661621'),(290652,168,149,711,'44.46165935377623','8.952012062072754'),(290651,168,149,710,'44.46095487079156','8.952655792236328'),(290650,168,149,709,'44.46129179849698','8.954544067382812'),(290649,168,149,708,'44.460342269982085','8.95634651184082'),(290647,168,149,706,'44.459974706411096','8.953728675842285'),(290648,168,149,707,'44.460801721191785','8.95484447479248'),(290646,168,149,705,'44.45899452557572','8.950209617614746'),(290645,168,149,704,'44.45930083385441','8.948965072631836'),(290644,168,149,703,'44.4584737978141','8.949952125549316'),(290642,168,149,701,'44.45835127295999','8.952527046203613'),(290643,168,149,702,'44.45917831073575','8.951883316040039'),(290641,168,149,700,'44.45829001043651','8.954157829284668'),(290639,168,149,698,'44.45439970856506','8.958706855773925'),(290640,168,149,699,'44.4584737978141','8.955574035644531'),(290638,168,149,697,'44.45458350818738','8.956689834594726'),(290637,168,149,696,'44.45639084032754','8.955187797546386'),(290636,168,149,695,'44.45452224171088','8.956046104431152'),(290635,168,149,694,'44.45317436296593','8.958063125610351'),(290634,168,149,693,'44.45222470244249','8.962054252624511'),(290633,168,149,692,'44.45066232410977','8.963298797607421'),(290632,168,149,691,'44.44897735945844','8.966560363769531'),(290631,168,149,690,'44.447322983236575','8.96784782409668'),(290629,168,149,688,'44.43537331926314','8.961925506591796'),(290630,168,149,689,'44.44327875520779','8.963556289672851'),(290628,168,149,687,'44.42985726539722','8.95660400390625'),(290627,168,149,686,'44.426792566062346','8.949394226074218'),(290626,168,149,685,'44.42195001359742','8.94784927368164'),(290625,168,149,684,'44.417290976948344','8.949651718139648'),(290624,168,149,683,'44.41140534736817','8.952999114990234'),(290622,168,149,681,'44.40496726175488','8.952484130859375'),(290623,168,149,682,'44.405825714112936','8.948020935058593'),(290621,168,149,680,'44.40459934974496','8.96261215209961'),(290620,168,149,679,'44.40594834913569','8.969993591308593'),(290619,168,149,678,'44.40809442041613','8.977031707763671'),(290617,168,149,676,'44.40171729228003','8.987588882446289'),(290618,168,149,677,'44.40337295966717','8.983211517333984'),(290616,168,149,675,'44.39938701435634','8.98904800415039'),(290615,168,149,674,'44.39834449155279','8.993339538574218'),(290614,168,149,673,'44.39491016741169','8.993167877197265'),(290613,168,149,672,'44.39405155488211','8.999519348144531'),(290612,168,149,671,'44.395032825316115','9.003467559814453'),(290611,168,149,670,'44.386200799061896','9.018745422363281'),(290610,168,149,669,'44.38436062583777','9.029860496520996'),(290609,168,149,668,'44.38452931079157','9.031963348388671'),(290607,168,149,666,'44.385863438301236','9.03352975845337'),(290608,168,149,667,'44.38563341848603','9.032671451568603'),(290606,168,149,665,'44.38505069757567','9.038550853729248'),(290605,168,149,664,'44.38555674501345','9.041533470153808'),(290604,168,149,663,'44.384682660327755','9.043657779693603'),(290603,168,149,662,'44.38409992995311','9.045352935791015'),(290602,168,149,661,'44.383164482222064','9.049215316772461'),(290601,168,149,660,'44.38333317062255','9.05022382736206'),(290599,168,149,658,'44.381078840025154','9.05400037765503'),(290600,168,149,659,'44.38210633480472','9.053399562835693'),(290598,168,149,657,'44.380971488783885','9.054901599884033'),(290596,168,149,655,'44.38061876189092','9.056446552276611'),(290597,168,149,656,'44.38123219859981','9.055631160736084'),(290595,168,149,654,'44.38032737720265','9.059085845947265'),(290594,168,149,653,'44.38011267176752','9.061532020568847'),(290589,168,149,648,'44.37860971167601','9.072110652923584'),(290590,168,149,649,'44.378701730749505','9.070780277252197'),(290591,168,149,650,'44.380480737745664','9.068183898925781'),(290593,168,149,652,'44.379483887035434','9.062755107879638'),(290592,168,149,651,'44.37928451485672','9.065651893615722'),(290588,168,149,647,'44.37755148193652','9.076981544494629'),(290587,168,149,646,'44.377336766322145','9.07970666885376'),(290586,168,149,645,'44.3768766587829','9.080672264099121'),(290585,168,149,644,'44.376247839299076','9.081294536590576'),(290584,168,149,643,'44.37554232647416','9.083847999572754'),(290583,168,149,642,'44.374238639106615','9.085264205932617'),(290582,168,149,641,'44.373471750626905','9.086251258850097'),(290581,168,149,640,'44.373164992423085','9.087345600128173'),(290580,168,149,639,'44.37359445345852','9.08818244934082'),(290579,168,149,638,'44.37281221850226','9.090392589569091'),(290578,168,149,637,'44.37245944245639','9.093031883239746'),(290577,168,149,636,'44.372045311343236','9.093461036682129'),(290576,168,149,635,'44.372735528238266','9.095778465270996'),(290575,168,149,634,'44.372612823607014','9.097108840942382'),(290574,168,149,633,'44.372336737246684','9.097838401794433'),(290572,168,149,631,'44.37230606090408','9.102945327758789'),(290573,168,149,632,'44.3718459138369','9.101099967956543'),(290571,168,149,630,'44.371631177301595','9.104232788085937'),(290570,168,149,629,'44.370741546125','9.104855060577392'),(290569,168,149,628,'44.370051305730144','9.106013774871826'),(290567,168,149,626,'44.368624783136724','9.110283851623535'),(290568,168,149,627,'44.36902359940364','9.109704494476318'),(290566,168,149,625,'44.367765785031025','9.114961624145507'),(290565,168,149,624,'44.36655396271102','9.117257595062255'),(290564,168,149,623,'44.365986391738026','9.120690822601318'),(290563,168,149,622,'44.365526195020095','9.12142038345337'),(290562,168,149,621,'44.36563357457766','9.122965335845947'),(290559,168,149,618,'44.36365469112123','9.126999378204345'),(290560,168,149,619,'44.36353196746523','9.125926494598388'),(290557,168,149,616,'44.36287232340956','9.12938117980957'),(290561,168,149,620,'44.36463647111396','9.123952388763427'),(290558,168,149,617,'44.36308709205709','9.127986431121826'),(290556,168,149,615,'44.362120626942925','9.131333827972412'),(290555,168,149,614,'44.36202858181479','9.1331148147583'),(290554,168,149,613,'44.36238142068725','9.134595394134521'),(290553,168,149,612,'44.36213596778354','9.135603904724121'),(290552,168,149,611,'44.36116948697883','9.136354923248291'),(290551,168,149,610,'44.360739934836836','9.13789987564087'),(290549,168,149,608,'44.36179846836184','9.139745235443115'),(290550,168,149,609,'44.36101607586107','9.138972759246826'),(290548,168,149,607,'44.36258085041428','9.141547679901123'),(290547,168,149,606,'44.36195187743091','9.141912460327148'),(290546,168,149,605,'44.36081664080746','9.144959449768066'),(290545,168,149,604,'44.359328527053435','9.146676063537597'),(290542,168,149,601,'44.35788640137534','9.145689010620117'),(290543,168,149,602,'44.358776227796014','9.146203994750976'),(290544,168,149,603,'44.35859212688664','9.148178100585937'),(290541,168,149,600,'44.356751085978146','9.147491455078125'),(290540,168,149,599,'44.35668971695163','9.149079322814941'),(290539,168,149,598,'44.35579985884477','9.155387878417968'),(290538,168,149,597,'44.35478724525105','9.154014587402343'),(290537,168,149,596,'44.35276196556945','9.156246185302734'),(290536,168,149,595,'44.35159586369938','9.156546592712402'),(290535,168,149,594,'44.35006148378392','9.158649444580078'),(290534,168,149,593,'44.34990804358302','9.161181449890136'),(290533,168,149,592,'44.349110148063','9.162211418151855'),(290532,168,149,591,'44.34769846014982','9.167146682739257'),(290531,168,149,590,'44.346655016796404','9.168992042541504'),(290529,168,149,588,'44.34380079744061','9.170451164245605'),(290530,168,149,589,'44.34545810301831','9.169378280639648'),(290528,168,149,587,'44.34343250094937','9.172511100769043'),(290526,168,149,585,'44.34146821391891','9.175171852111816'),(290527,168,149,586,'44.341191980776976','9.174528121948242'),(290525,168,149,584,'44.34303351047279','9.17508602142334'),(290524,168,149,583,'44.343984944818594','9.177274703979492'),(290523,168,149,582,'44.34337111797587','9.183626174926757'),(290522,168,149,581,'44.34220482926791','9.182510375976562'),(290521,168,149,580,'44.33971871537244','9.181909561157226'),(290520,168,149,579,'44.33913553758929','9.18555736541748'),(290519,168,149,578,'44.33974940877928','9.188690185546875'),(290518,168,149,577,'44.339411780420136','9.190149307250976'),(290517,168,149,576,'44.33971871537244','9.191222190856933'),(290515,168,149,574,'44.340608817647684','9.197487831115722'),(290516,168,149,575,'44.33947316753915','9.1920804977417'),(290514,168,149,573,'44.340087035194216','9.199075698852539'),(290511,168,149,570,'44.34131475122294','9.205513000488281'),(290512,168,149,571,'44.3414989064099','9.204654693603515'),(290513,168,149,572,'44.34122267341257','9.20379638671875'),(290510,168,149,569,'44.341284058635566','9.210834503173828'),(290509,168,149,568,'44.341253366032106','9.21504020690918'),(290508,168,149,567,'44.34419978269512','9.213881492614746'),(290507,168,149,566,'44.34496705439846','9.218387603759765'),(290506,168,149,565,'44.34383148871044','9.223923683166504'),(290505,168,149,564,'44.343094893799794','9.226970672607421'),(290504,168,149,563,'44.343984944818594','9.22602653503418'),(290503,168,149,562,'44.34472152854601','9.225983619689941'),(290502,168,149,561,'44.34505912632801','9.225211143493652'),(290501,168,149,560,'44.34644018791789','9.224910736083984'),(290500,168,149,559,'44.347115361742','9.226069450378418'),(290499,168,149,558,'44.34772914937904','9.22576904296875'),(290498,168,149,557,'44.348987393942004','9.228172302246093'),(290497,168,149,556,'44.34920221348503','9.229803085327148'),(290495,168,149,554,'44.349877355494655','9.233622550964355'),(290496,168,149,555,'44.35089005392737','9.23100471496582'),(290494,168,149,553,'44.34874188492873','9.233794212341308'),(290493,168,149,552,'44.34803604078736','9.235424995422363'),(290490,168,149,549,'44.34769846014982','9.240617752075195'),(290492,168,149,551,'44.348373619480675','9.237399101257324'),(290491,168,149,550,'44.34751432443717','9.238471984863281'),(290489,168,149,548,'44.3463788080937','9.241862297058105'),(290488,168,149,547,'44.3457956965584','9.240918159484863'),(290487,168,149,546,'44.34530465076647','9.2415189743042'),(290486,168,149,545,'44.34453738348181','9.240875244140625'),(290485,168,149,544,'44.343984944818594','9.242119789123535'),(290484,168,149,543,'44.343248351836074','9.242935180664062'),(290483,168,149,542,'44.34349388385857','9.244136810302734'),(290481,168,149,540,'44.34263451728076','9.246625900268554'),(290482,168,149,541,'44.342419673668004','9.244866371154785'),(290480,168,149,539,'44.343309734938096','9.247698783874511'),(290479,168,149,538,'44.34278797652213','9.248428344726562'),(290477,168,149,536,'44.34097713187787','9.248685836791992'),(290478,168,149,537,'44.341406828888736','9.247355461120605'),(290476,168,149,535,'44.341253366032106','9.250316619873046'),(290475,168,149,534,'44.34048604572345','9.251089096069336'),(290474,168,149,533,'44.34300281878521','9.25374984741211'),(290473,168,149,532,'44.34288005187414','9.254822731018066'),(290472,168,149,531,'44.3414989064099','9.254908561706543'),(290471,168,149,530,'44.34146821391891','9.256067276000976'),(290468,168,149,527,'44.337385969436994','9.265036582946777'),(290469,168,149,528,'44.34057812469073','9.261903762817382'),(290470,168,149,529,'44.34189790733058','9.25722599029541'),(290466,168,149,525,'44.339933568883','9.268255233764648'),(290467,168,149,526,'44.33772360946137','9.266495704650879'),(290463,168,149,522,'44.33658790346895','9.270486831665039'),(290465,168,149,524,'44.33944247398768','9.269413948059082'),(290464,168,149,523,'44.33634234252435','9.268383979797363'),(290462,168,149,521,'44.335452175479745','9.270873069763183'),(290461,168,149,520,'44.33446990650702','9.272546768188476'),(290460,168,149,519,'44.33357971103854','9.277353286743164'),(290459,168,149,518,'44.3329350782982','9.276838302612304'),(290457,168,149,516,'44.332597410701545','9.280228614807129'),(290458,168,149,517,'44.33087834552091','9.279284477233886'),(290456,168,149,515,'44.3334569243962','9.282031059265136'),(290455,168,149,514,'44.33219834648983','9.282503128051757'),(290453,168,149,512,'44.33167648919262','9.285163879394531'),(290454,168,149,513,'44.33275089621377','9.284477233886718'),(290452,168,149,511,'44.33090904355527','9.287567138671875'),(290451,168,149,510,'44.32968110964751','9.287824630737304'),(290450,168,149,509,'44.3291285310017','9.288854598999023'),(290449,168,149,508,'44.3280847571335','9.289970397949218'),(290448,168,149,507,'44.32796195898669','9.291086196899414'),(290447,168,149,506,'44.32728656458387','9.293317794799804'),(290446,168,149,505,'44.327470763828614','9.294519424438476'),(290445,168,149,504,'44.325505942063074','9.300785064697265'),(290443,168,149,502,'44.32347965068717','9.3109130859375'),(290444,168,149,503,'44.32440070089818','9.307222366333007'),(290441,168,149,500,'44.32231296632719','9.317007064819336'),(290442,168,149,501,'44.32354105448448','9.319496154785156'),(290440,168,149,499,'44.32126907118048','9.313573837280273'),(290439,168,149,498,'44.321146258765594','9.315977096557617'),(290438,168,149,497,'44.32040937887768','9.317178726196289'),(290437,168,149,496,'44.31826009300892','9.316449165344238'),(290435,168,149,494,'44.307973134942934','9.342756271362304'),(290436,168,149,495,'44.31202671876631','9.33262825012207'),(290434,168,149,493,'44.31098264061046','9.345974922180175'),(290433,168,149,492,'44.31601861102406','9.345288276672363'),(290432,168,149,491,'44.31872066089437','9.346790313720703'),(290431,168,149,490,'44.32231296632719','9.349451065063476'),(290430,168,149,489,'44.32501472633841','9.350223541259765'),(290429,168,149,488,'44.33026438145921','9.35211181640625'),(290428,168,149,487,'44.33388667651962','9.35086727142334'),(290427,168,149,486,'44.34113059545757','9.355158805847168'),(290426,168,149,485,'44.34548879342049','9.360651969909668'),(290425,168,149,484,'44.3468084655133','9.36610221862793'),(290424,168,149,483,'44.348987393942004','9.368119239807129'),(290423,168,149,482,'44.34815879690078','9.369878768920898'),(290422,168,149,481,'44.34864981878364','9.372668266296386'),(290417,168,149,476,'44.34874188492873','9.3858003616333'),(290418,168,149,477,'44.348005351718825','9.380950927734375'),(290419,168,149,478,'44.347084672191436','9.379448890686035'),(290420,168,149,479,'44.34947840888349','9.376616477966308'),(290421,168,149,480,'44.34861913003647','9.374856948852539'),(290416,168,149,475,'44.347115361742','9.388632774353027'),(290415,168,149,474,'44.347391566974025','9.389705657958984'),(290414,168,149,473,'44.345918457363645','9.392237663269043'),(290413,168,149,472,'44.34644018791789','9.394211769104004'),(290412,168,149,471,'44.343862179964226','9.39704418182373'),(290411,168,149,470,'44.344015635991994','9.397730827331543'),(290410,168,149,469,'44.34478291010551','9.399232864379882'),(290409,168,149,468,'44.34343250094937','9.400606155395507'),(290406,168,149,465,'44.34024050110374','9.405455589294433'),(290407,168,149,466,'44.34217413714647','9.403223991394043'),(290408,168,149,467,'44.341284058635566','9.40103530883789'),(290405,168,149,464,'44.340179114788135','9.41004753112793'),(290404,168,149,463,'44.3350838265431','9.412708282470703'),(290403,168,149,462,'44.33539078415098','9.414424896240234'),(290402,168,149,461,'44.33563634908042','9.415626525878906'),(290401,168,149,460,'44.333426227695455','9.416141510009765'),(290400,168,149,459,'44.33189137217147','9.420089721679687'),(290399,168,149,458,'44.33219834648983','9.421634674072265'),(290398,168,149,457,'44.33109323142409','9.425582885742187'),(290397,168,149,456,'44.335329392757934','9.432878494262695'),(290396,168,149,455,'44.33446990650702','9.43399429321289'),(290395,168,149,454,'44.33569774015207','9.434938430786132'),(290394,168,149,453,'44.3350838265431','9.438285827636718'),(290391,168,149,450,'44.341284058635566','9.453048706054687'),(290393,168,149,452,'44.33803055325093','9.447040557861328'),(290392,168,149,451,'44.33981079554479','9.44875717163086'),(290390,168,149,449,'44.345089816939044','9.457855224609375'),(290389,168,149,448,'44.34742225636393','9.459400177001953'),(290388,168,149,447,'44.352148230635336','9.459657669067382'),(290387,168,149,446,'44.35294608479637','9.460601806640625'),(290385,168,149,444,'44.35613739282085','9.458627700805664'),(290386,168,149,445,'44.35417353152672','9.458541870117187'),(290383,168,149,442,'44.3575488774739','9.455881118774414'),(290384,168,149,443,'44.355707803786586','9.45622444152832'),(290382,168,149,441,'44.36147630800924','9.45648193359375'),(290380,168,149,439,'44.36816460714675','9.456396102905273'),(290381,168,149,440,'44.365587554791375','9.454593658447265'),(290379,168,149,438,'44.37006664449398','9.455580711364746'),(290378,168,149,437,'44.371631177301595','9.456095695495605'),(290376,168,149,435,'44.372919584703126','9.457898139953613'),(290377,168,149,436,'44.37172320734172','9.45772647857666'),(290375,168,149,434,'44.3740239113446','9.456782341003418'),(290374,168,149,433,'44.37350242635892','9.459400177001953'),(290373,168,149,432,'44.371539147116906','9.45974349975586'),(290372,168,149,431,'44.37135508631361','9.462275505065918'),(290371,168,149,430,'44.37000528941461','9.464378356933593'),(290370,168,149,429,'44.36859410484988','9.464292526245117'),(290369,168,149,428,'44.36841003479131','9.466524124145507'),(290367,168,149,426,'44.36251948749364','9.469871520996093'),(290368,168,149,427,'44.36546483518454','9.466524124145507'),(290366,168,149,425,'44.361537672022514','9.468755722045898'),(290365,168,149,424,'44.362458124508755','9.471759796142578'),(290363,168,149,422,'44.368655461407506','9.469871520996093'),(290364,168,149,423,'44.365280755292275','9.472103118896484'),(290362,168,149,421,'44.36607843064777','9.473304748535156'),(290360,168,149,419,'44.366753378233824','9.473562240600586'),(290361,168,149,420,'44.367796463751716','9.47244644165039'),(290359,168,149,418,'44.367366960199796','9.474077224731445'),(290357,168,149,416,'44.36368537199506','9.482917785644531'),(290358,168,149,417,'44.36313311380771','9.478883743286132'),(290355,168,149,414,'44.36785782114491','9.491887092590332'),(290356,168,149,415,'44.365587554791375','9.490041732788086'),(290354,168,149,413,'44.368839530694814','9.491543769836425'),(290352,168,149,411,'44.37187659042051','9.493646621704101'),(290353,168,149,412,'44.37080290043308','9.4942045211792'),(290349,168,149,408,'44.37110967100946','9.496650695800781'),(290350,168,149,409,'44.37224470817068','9.49695110321045'),(290351,168,149,410,'44.37138576315434','9.494976997375488'),(290347,168,149,406,'44.369575802059394','9.497036933898925'),(290348,168,149,407,'44.370404096281604','9.497509002685546'),(290346,168,149,405,'44.3711710249319','9.499740600585937'),(290344,168,149,403,'44.3733490475382','9.50141429901123'),(290345,168,149,404,'44.3722753845454','9.499053955078125'),(290343,168,149,402,'44.3746680922686','9.498152732849121'),(290342,168,149,401,'44.3759564328583','9.499869346618652'),(290341,168,149,400,'44.37788889059697','9.499096870422363'),(290339,168,149,398,'44.38160025754002','9.49944019317627'),(290340,168,149,399,'44.378747740232036','9.499268531799316'),(290337,168,149,396,'44.38169227191354','9.501714706420898'),(290338,168,149,397,'44.383440517533394','9.497337341308593'),(290336,168,149,395,'44.37905446919157','9.503130912780761'),(290335,168,149,394,'44.37788889059697','9.504504203796386'),(290333,168,149,392,'44.37454539168655','9.506134986877441'),(290334,168,149,393,'44.37837966335955','9.505147933959961'),(290332,168,149,391,'44.3741772883978','9.508066177368164'),(290329,168,149,388,'44.37804225752715','9.515876770019531'),(290330,168,149,389,'44.378747740232036','9.515018463134765'),(290331,168,149,390,'44.376938006663686','9.514074325561523'),(290328,168,149,387,'44.37896245067242','9.517250061035156'),(290327,168,149,386,'44.3795759047351','9.520854949951171'),(290325,168,149,384,'44.3823363684789','9.527807235717773'),(290326,168,149,385,'44.38129354191719','9.522485733032226'),(290324,168,149,383,'44.3848513443536','9.533214569091796'),(290323,168,149,382,'44.38534205875595','9.535360336303711'),(290322,168,149,381,'44.387059526770194','9.537677764892578'),(290320,168,149,379,'44.38908362080982','9.550981521606445'),(290321,168,149,380,'44.39018764260251','9.549436569213867'),(290319,168,149,378,'44.389758303268785','9.55484390258789'),(290317,168,149,376,'44.38521938054099','9.567203521728515'),(290318,168,149,377,'44.38761155935894','9.565057754516601'),(290316,168,149,375,'44.384974023339836','9.569950103759765'),(290315,168,149,374,'44.38592477676598','9.574241638183593'),(290314,168,149,373,'44.3853727282695','9.575700759887695'),(290312,168,149,371,'44.385986115166425','9.582738876342773'),(290313,168,149,372,'44.38589410754164','9.577374458312988'),(290311,168,149,370,'44.38426861565811','9.586172103881836'),(290310,168,149,369,'44.38068010585105','9.588661193847656'),(290309,168,149,368,'44.376692614754894','9.593253135681152'),(290307,168,149,366,'44.37245944245639','9.595870971679687'),(290308,168,149,367,'44.37485214265965','9.593210220336914'),(290306,168,149,365,'44.3703734189267','9.594755172729492'),(290305,168,149,364,'44.36656930239071','9.593982696533203'),(290303,168,149,362,'44.36221267192641','9.593725204467773'),(290304,168,149,363,'44.365035314536065','9.595699310302734'),(290302,168,149,361,'44.35656697870581','9.593639373779296'),(290301,168,149,360,'44.35190273486207','9.595527648925781'),(290300,168,149,359,'44.34969322662691','9.594841003417968'),(290298,168,149,357,'44.34570362578573','9.593038558959961'),(290299,168,149,358,'44.347790527789236','9.592180252075195'),(290297,168,149,356,'44.34373941485276','9.590034484863281'),(290295,168,149,354,'44.336250256905','9.589347839355468'),(290296,168,149,355,'44.33901276258005','9.590291976928711'),(290294,168,149,353,'44.33262810783612','9.590463638305664'),(290293,168,149,352,'44.330540666082335','9.593725204467773'),(290291,168,149,350,'44.32869874401131','9.600591659545898'),(290292,168,149,351,'44.33029507981494','9.597501754760742'),(290290,168,149,349,'44.32851454862283','9.604454040527343'),(290288,168,149,347,'44.3263655596836','9.610462188720703'),(290289,168,149,348,'44.327347964396374','9.606428146362304'),(290287,168,149,346,'44.32335684289976','9.61355209350586'),(290286,168,149,345,'44.32372526549074','9.616384506225586'),(290285,168,149,344,'44.3172775361038','9.62153434753418'),(290283,168,149,342,'44.31107476590076','9.633464813232421'),(290284,168,149,343,'44.31408411253266','9.6295166015625'),(290282,168,149,341,'44.308126684886126','9.637670516967773'),(290279,168,149,338,'44.300080126922','9.641103744506836'),(290280,168,149,339,'44.303827134639604','9.639301300048828'),(290281,168,149,340,'44.304564222761925','9.63801383972168'),(290276,168,149,335,'44.29952726947296','9.652261734008789'),(290277,168,149,336,'44.29946584054614','9.64599609375'),(290278,168,149,337,'44.300202983425954','9.64324951171875'),(290275,168,149,334,'44.298544398931924','9.654664993286132'),(290273,168,149,332,'44.29283113816453','9.664878845214843'),(290274,168,149,333,'44.29682433589533','9.663162231445312'),(290272,168,149,331,'44.28441381673788','9.664192199707031'),(290269,168,149,328,'44.269357935222736','9.657154083251953'),(290270,168,149,329,'44.272369420139874','9.656295776367187'),(290271,168,149,330,'44.2739058325888','9.658870697021484'),(290268,168,149,327,'44.268681866379985','9.661874771118164'),(290266,168,149,325,'44.261613408316364','9.664535522460937'),(290267,168,149,326,'44.26536287018088','9.667539596557617'),(290263,168,149,322,'44.251962054209464','9.673891067504882'),(290264,168,149,323,'44.25743339846106','9.671831130981445'),(290265,168,149,324,'44.259216086065834','9.666767120361328'),(290261,168,149,320,'44.24605980882486','9.683418273925781'),(290262,168,149,321,'44.250179146684275','9.680843353271484'),(290260,168,149,319,'44.243354415083736','9.678010940551757'),(290259,168,149,318,'44.241325288127946','9.676980972290039'),(290258,168,149,317,'44.2421246495257','9.669771194458007'),(290257,168,149,316,'44.2431699518888','9.667797088623046'),(290256,168,149,315,'44.24071038735447','9.665307998657226'),(290254,168,149,313,'44.2421246495257','9.659299850463867'),(290255,168,149,314,'44.24157124663787','9.66071605682373'),(290253,168,149,312,'44.241632736104684','9.657540321350097'),(290252,168,149,311,'44.240925603356196','9.658012390136718'),(290251,168,149,310,'44.239726532749636','9.656596183776855'),(290250,168,149,309,'44.24064889692366','9.654793739318847'),(290249,168,149,308,'44.23889639262989','9.654278755187988'),(290248,168,149,307,'44.238588930353984','9.653635025024414'),(290247,168,149,306,'44.23874266169278','9.6514892578125'),(290246,168,149,305,'44.238035494208646','9.64672565460205'),(290245,168,149,304,'44.237266824259954','9.644622802734375'),(290244,168,149,303,'44.23821997350214','9.642348289489746'),(290242,168,149,301,'44.23480701294529','9.638829231262207'),(290243,168,149,302,'44.238035494208646','9.640588760375976'),(290241,168,149,300,'44.23163985446023','9.639215469360351'),(290240,168,149,299,'44.228472525527614','9.635353088378906'),(290239,168,149,298,'44.22678116357116','9.631447792053222'),(290238,168,149,297,'44.22539728582137','9.630417823791504'),(290237,168,149,296,'44.22441317518349','9.629173278808593'),(290236,168,149,295,'44.22106092486252','9.629044532775879'),(290235,168,149,294,'44.21893875948325','9.62827205657959'),(290234,168,149,293,'44.21755469737409','9.629302024841308'),(290233,168,149,292,'44.21638590847901','9.627928733825683'),(290232,168,149,291,'44.214940269069416','9.627370834350586'),(290230,168,149,289,'44.2007895843705','9.622821807861328'),(290231,168,149,290,'44.21124911385029','9.623079299926757'),(290229,168,149,288,'44.19774366637287','9.627156257629394'),(290228,168,149,287,'44.19768213105333','9.628486633300781'),(290227,168,149,286,'44.196082190188164','9.628443717956543'),(290225,168,149,284,'44.19414374209561','9.627671241760254'),(290226,168,149,285,'44.19528220346491','9.627456665039062'),(290224,168,149,283,'44.193805276366085','9.628486633300781'),(290223,168,149,282,'44.192266771277104','9.628701210021972'),(290221,168,149,280,'44.191251335916405','9.628572463989257'),(290222,168,149,281,'44.19171289961287','9.628100395202636'),(290220,168,149,279,'44.19020511148836','9.627928733825683'),(290219,168,149,278,'44.18663550013902','9.625225067138671'),(290218,168,149,277,'44.186358538497394','9.623680114746093'),(290217,168,149,276,'44.18688168717243','9.62475299835205'),(290216,168,149,275,'44.1875894691661','9.624667167663574'),(290214,168,149,273,'44.18897423544286','9.625053405761718'),(290215,168,149,274,'44.187927970593584','9.625353813171386'),(290213,168,149,272,'44.18931272891784','9.626212120056152'),(290212,168,149,271,'44.19186675337506','9.625868797302246'),(290211,168,149,270,'44.189620448571844','9.62552547454834'),(290210,168,149,269,'44.187804879390335','9.622993469238281'),(290209,168,149,268,'44.1877125608192','9.6220064163208'),(290208,168,149,267,'44.186850913849476','9.621362686157226'),(290207,168,149,266,'44.185404549548956','9.621491432189941'),(290206,168,149,265,'44.18481983901391','9.620890617370605'),(290205,168,149,264,'44.18321954894512','9.620676040649414'),(290203,168,149,262,'44.18063437322136','9.622135162353515'),(290204,168,149,263,'44.182296284914','9.621877670288086'),(290202,168,149,261,'44.17980339980738','9.622907638549804'),(290201,168,149,260,'44.175494460966306','9.619174003601074'),(290200,168,149,259,'44.174878872569984','9.620504379272461'),(290199,168,149,258,'44.175986927056506','9.622564315795898'),(290198,168,149,257,'44.17500199076332','9.625482559204101'),(290197,168,149,256,'44.175494460966306','9.626855850219726'),(290196,168,149,255,'44.17521744698319','9.62827205657959'),(290195,168,149,254,'44.17540212311651','9.629387855529785'),(290194,168,149,253,'44.17441717705556','9.630289077758789'),(290193,168,149,252,'44.173401434200024','9.634966850280761'),(290192,168,149,251,'44.175032770271514','9.6315336227417'),(290191,168,149,250,'44.174909652142404','9.63252067565918'),(290190,168,149,249,'44.17561757787442','9.636039733886718'),(290189,168,149,248,'44.17620237967769','9.63573932647705'),(290188,168,149,247,'44.176356273925165','9.636683464050293'),(290187,168,149,246,'44.17500199076332','9.63651180267334'),(290186,168,149,245,'44.17543290241583','9.638915061950683'),(290184,168,149,243,'44.17484809298146','9.64200496673584'),(290185,168,149,244,'44.17460185569508','9.640588760375976'),(290183,168,149,242,'44.17429405764123','9.642863273620605'),(290181,168,149,240,'44.17321675180119','9.644579887390136'),(290182,168,149,241,'44.17426327774747','9.643807411193847'),(290180,168,149,239,'44.174786533756276','9.644021987915039'),(290179,168,149,238,'44.17358611602051','9.645438194274902'),(290178,168,149,237,'44.17272426257676','9.648399353027343'),(290177,168,149,236,'44.17170849056253','9.647798538208007'),(290176,168,149,235,'44.17146224016677','9.650630950927734'),(290175,168,149,234,'44.17029253674581','9.650030136108398'),(290173,168,149,232,'44.167922277105596','9.652819633483886'),(290174,168,149,233,'44.16958454708961','9.6514892578125'),(290172,168,149,231,'44.16456681164393','9.650158882141113'),(290171,168,149,230,'44.163304614684236','9.649558067321777'),(290169,168,149,228,'44.16361247009136','9.651532173156738'),(290170,168,149,229,'44.163920323891944','9.650416374206543'),(290168,168,149,227,'44.16499779954263','9.652690887451171'),(290167,168,149,226,'44.16441288663131','9.653806686401367'),(290166,168,149,225,'44.165521137757814','9.654922485351562'),(290165,168,149,224,'44.165859765893586','9.656553268432617'),(290164,168,149,223,'44.16416660577573','9.65625286102295'),(290163,168,149,222,'44.16399728709109','9.657518863677978'),(290162,168,149,221,'44.16318147207157','9.657411575317382'),(290160,168,149,219,'44.16210396324617','9.659342765808105'),(290161,168,149,220,'44.16345854258862','9.65972900390625'),(290158,168,149,217,'44.16145744850458','9.66174602508545'),(290159,168,149,218,'44.16136508867743','9.661016464233398'),(290157,168,149,216,'44.15988731177925','9.664921760559082'),(290156,168,149,215,'44.155053491312785','9.666638374328613'),(290155,168,149,214,'44.155053491312785','9.669127464294433'),(290154,168,149,213,'44.15376030023015','9.668784141540527'),(290152,168,149,211,'44.15388346250658','9.67273235321045'),(290153,168,149,212,'44.153052112152444','9.669599533081054'),(290151,168,149,210,'44.151912835238676','9.672431945800781'),(290149,168,149,208,'44.14972659362159','9.67672348022461'),(290150,168,149,209,'44.15028085972275','9.67397689819336'),(290147,168,149,206,'44.14941866576072','9.677796363830566'),(290148,168,149,207,'44.14988055694958','9.67719554901123'),(290146,168,149,205,'44.148802805219496','9.677109718322754'),(290145,168,149,204,'44.14667803702473','9.676337242126464'),(290144,168,149,203,'44.14695518503986','9.677538871765136'),(290143,168,149,202,'44.145908174599555','9.681529998779296'),(290142,168,149,201,'44.14436841962739','9.68195915222168'),(290141,168,149,200,'44.144583987741264','9.683289527893066'),(290140,168,149,199,'44.147848208681246','9.685049057006836'),(290139,168,149,198,'44.148402492421766','9.68470573425293'),(290138,168,149,197,'44.14917232231536','9.68543529510498'),(290136,168,149,195,'44.14886439156281','9.68693733215332'),(290137,168,149,196,'44.14926470122787','9.68620777130127'),(290135,168,149,194,'44.14935707999576','9.687752723693847'),(290134,168,149,193,'44.148156144735246','9.687623977661132'),(290132,168,149,191,'44.14757106485906','9.686250686645507'),(290133,168,149,192,'44.148710425584085','9.685993194580078'),(290130,168,149,189,'44.143536935242935','9.685735702514648'),(290131,168,149,190,'44.14461478312185','9.68517780303955'),(290129,168,149,188,'44.143044198229525','9.684791564941406'),(290128,168,149,187,'44.14236667812094','9.683375358581543'),(290126,168,149,185,'44.14449160150314','9.686722755432129'),(290127,168,149,186,'44.14295180958166','9.686636924743652'),(290125,168,149,184,'44.1460929424973','9.687967300415039'),(290124,168,149,183,'44.1460005586207','9.688782691955566'),(290123,168,149,182,'44.14621612077449','9.68921184539795'),(290122,168,149,181,'44.14535386743629','9.69067096710205'),(290121,168,149,180,'44.14455319234462','9.691314697265625'),(290119,168,149,178,'44.14483035033608','9.693160057067871'),(290120,168,149,179,'44.14504591676316','9.69217300415039'),(290118,168,149,177,'44.14519989230052','9.694533348083496'),(290117,168,149,176,'44.1417815408608','9.693632125854492'),(290116,168,149,175,'44.14045726143651','9.69367504119873'),(290115,168,149,174,'44.14171994712764','9.69294548034668'),(290114,168,149,173,'44.1425514571035','9.693374633789062'),(290113,168,149,172,'44.14319817898801','9.69294548034668'),(290112,168,149,171,'44.14258225354436','9.691829681396484'),(290111,168,149,170,'44.14338295536803','9.690628051757812'),(290110,168,149,169,'44.14002609428383','9.690713882446289'),(290109,168,149,168,'44.13990290309046','9.68994140625'),(290108,168,149,167,'44.14008768978416','9.688353538513183'),(290107,168,149,166,'44.139533327968074','9.689598083496093'),(290106,168,149,165,'44.139410135746544','9.691572189331054'),(290105,168,149,164,'44.140703641252905','9.69144344329834'),(290104,168,149,163,'44.13981050952673','9.69243049621582'),(290103,168,149,162,'44.138670977019565','9.692130088806152'),(290102,168,149,161,'44.138270595512154','9.692816734313964'),(290100,168,149,159,'44.13900975925138','9.695992469787597'),(290101,168,149,160,'44.13823979682221','9.693632125854492'),(290099,168,149,158,'44.1375314225196','9.698481559753418'),(290098,168,149,157,'44.13759302062241','9.699211120605468'),(290097,168,149,156,'44.13657664370895','9.700927734375'),(290096,168,149,155,'44.13673064133552','9.699339866638183'),(290095,168,149,154,'44.134451435448796','9.700241088867187'),(290094,168,149,153,'44.134636239203324','9.699211120605468'),(290093,168,149,152,'44.133866219744114','9.69994068145752'),(290091,168,149,150,'44.133157792973925','9.701228141784668'),(290092,168,149,151,'44.13358901028089','9.700713157653808'),(290090,168,149,149,'44.13334260077674','9.702000617980957'),(290089,168,149,148,'44.13251096110966','9.70144271850586'),(290088,168,149,147,'44.13269577093663','9.70217227935791'),(290087,168,149,146,'44.13275737408377','9.702901840209961'),(290086,168,149,145,'44.13303458745073','9.703717231750488'),(290085,168,149,144,'44.13306538885562','9.704575538635254'),(290084,168,149,143,'44.13426663111596','9.704103469848632'),(290082,168,149,141,'44.13448223611473','9.706377983093261'),(290083,168,149,142,'44.133927821670355','9.705476760864257'),(290081,168,149,140,'44.132387754237015','9.705090522766113'),(290080,168,149,139,'44.133897020715274','9.706978797912597'),(290079,168,149,138,'44.133958622609356','9.708266258239746'),(290078,168,149,137,'44.13346580565734','9.707107543945312'),(290077,168,149,136,'44.132387754237015','9.7064208984375'),(290075,168,149,134,'44.13183332012942','9.710626602172851'),(290076,168,149,135,'44.13174091393876','9.70818042755127'),(290074,168,149,133,'44.13223374528478','9.711699485778808'),(290072,168,149,131,'44.130169986576746','9.713888168334961'),(290073,168,149,132,'44.13220294344614','9.712944030761718'),(290071,168,149,130,'44.13134048544194','9.718093872070312'),(290070,168,149,129,'44.12918428532942','9.719209671020507'),(290069,168,149,128,'44.12875303586092','9.72041130065918'),(290068,168,149,127,'44.129061071516865','9.721784591674804'),(290067,168,149,126,'44.12665835079693','9.721012115478515'),(290066,168,149,125,'44.125364537618694','9.719810485839843'),(290065,168,149,124,'44.12499487150568','9.722127914428711'),(290063,168,149,122,'44.12647352207787','9.724445343017578'),(290064,168,149,123,'44.12591903245074','9.723243713378906'),(290062,168,149,121,'44.12598064266635','9.725475311279296'),(290060,168,149,119,'44.12437875617668','9.725818634033203'),(290061,168,149,120,'44.12493326026193','9.724445343017578'),(290059,168,149,118,'44.12345457113472','9.724359512329101'),(290057,168,149,116,'44.12025061771807','9.725732803344726'),(290058,168,149,117,'44.12062031351838','9.722728729248046'),(290056,168,149,115,'44.11704649054756','9.726247787475586'),(290055,168,149,114,'44.11593732912142','9.730024337768554'),(290054,168,149,113,'44.11661515246686','9.729852676391601'),(290053,168,149,112,'44.11599894974687','9.733457565307617'),(290052,168,149,111,'44.114951390375644','9.735517501831054'),(290051,168,149,110,'44.11686163175567','9.73611831665039'),(290050,168,149,109,'44.11507463361849','9.737749099731445'),(290048,168,149,107,'44.113472451413294','9.73414421081543'),(290049,168,149,108,'44.11328758144056','9.736804962158203'),(290047,168,149,106,'44.111808600839275','9.732599258422851'),(290045,168,149,104,'44.109528433231034','9.735603332519531'),(290046,168,149,105,'44.11168535078513','9.734315872192382'),(290044,168,149,103,'44.10835750216622','9.733715057373046'),(290043,168,149,102,'44.10515273010685','9.737577438354492'),(290042,168,149,101,'44.1021326897392','9.7393798828125'),(290041,168,149,100,'44.102440864191905','9.742727279663086'),(290039,168,149,98,'44.102687402597454','9.748477935791015'),(290040,168,149,99,'44.10157797167613','9.746847152709961'),(290038,168,149,97,'44.10256413352319','9.7503662109375'),(290037,168,149,96,'44.1002836092881','9.75088119506836'),(290035,168,149,94,'44.098989218562856','9.748477935791015'),(290036,168,149,95,'44.10003706085849','9.749593734741211'),(290034,168,149,93,'44.097633159790696','9.745731353759765'),(290032,168,149,91,'44.09436616322071','9.742298126220703'),(290033,168,149,92,'44.098372832067255','9.743757247924804'),(290030,168,149,89,'44.09411959011661','9.74710464477539'),(290031,168,149,90,'44.09473602094915','9.74513053894043'),(290029,168,149,88,'44.09430452004107','9.748477935791015'),(290028,168,149,87,'44.09467437815504','9.755430221557617'),(290027,168,149,86,'44.09319493181977','9.759635925292968'),(290026,168,149,85,'44.09190038591534','9.76083755493164'),(290025,168,149,84,'44.09153051045218','9.762125015258789'),(290024,168,149,83,'44.088386475619295','9.762210845947265'),(290023,168,149,82,'44.08875637074479','9.76358413696289'),(290022,168,149,81,'44.087400077309006','9.766073226928711'),(290021,168,149,80,'44.08832482620683','9.766931533813476'),(290020,168,149,79,'44.08758502824516','9.769248962402343'),(290019,168,149,78,'44.09128392552496','9.78281021118164'),(290018,168,149,77,'44.09128392552496','9.785299301147461'),(290017,168,149,76,'44.093749728532785','9.78607177734375'),(290016,168,149,75,'44.09726332018254','9.788389205932617'),(290015,168,149,74,'44.09744824027575','9.794397354125976'),(290014,168,149,73,'44.098187914865576','9.798173904418945'),(290013,168,149,72,'44.096153787478705','9.799461364746093'),(290012,168,149,71,'44.09603050478205','9.803323745727539'),(290011,168,149,70,'44.09196203160098','9.803323745727539'),(290010,168,149,69,'44.0892495606471','9.80229377746582'),(290009,168,149,68,'44.090050985467414','9.804353713989257'),(290008,168,149,67,'44.09023592811457','9.807186126708984'),(290007,168,149,66,'44.09122227913253','9.810791015625'),(290006,168,149,65,'44.0888796686059','9.812164306640625'),(290005,168,149,64,'44.08548888377246','9.811649322509765'),(290004,168,149,63,'44.086906871985285','9.812593460083007'),(290003,168,149,62,'44.09079075258623','9.812765121459961'),(290002,168,149,61,'44.09319493181977','9.816713333129882'),(290001,168,149,60,'44.09498259148298','9.814567565917968'),(290000,168,149,59,'44.096770197106665','9.81405258178711'),(289999,168,149,58,'44.101208156742516','9.807357788085937'),(289998,168,149,57,'44.10379681269956','9.806327819824218'),(289997,168,149,56,'44.10515273010685','9.80306625366211'),(289996,168,149,55,'44.10915866803239','9.807958602905273'),(289995,168,149,54,'44.101331428644094','9.822206497192382'),(289994,168,149,53,'44.113718943810646','9.838857650756836'),(289993,168,149,52,'44.11316433447079','9.85799789428711'),(289992,168,149,51,'44.11082259320932','9.859113693237304'),(289991,168,149,50,'44.10564578327139','9.861860275268554'),(289990,168,149,49,'44.09467437815504','9.879884719848632'),(289989,168,149,48,'44.09165380253028','9.882888793945312'),(289988,168,149,47,'44.090420870183436','9.884262084960937'),(289987,168,149,46,'44.09066745870898','9.888038635253906'),(289986,168,149,45,'44.08832482620683','9.89069938659668'),(289985,168,149,44,'44.086475313953606','9.897651672363281'),(289984,168,149,43,'44.08678357001182','9.900398254394531'),(289983,168,149,42,'44.08530392628221','9.903316497802734'),(289982,168,149,41,'44.08579714497111','9.905719757080078'),(289981,168,149,40,'44.08468739713809','9.907779693603515'),(289980,168,149,39,'44.08561218844469','9.911127090454101'),(289979,168,149,38,'44.08813987758386','9.915504455566406'),(289978,168,149,37,'44.090605811673974','9.91739273071289'),(289977,168,149,36,'44.09264012990198','9.919109344482421'),(289976,168,149,35,'44.09510587636438','9.921340942382812'),(289975,168,149,34,'44.09874266473572','9.927263259887695'),(289974,168,149,33,'44.098989218562856','9.933013916015625'),(289973,168,149,32,'44.09979051140079','9.935159683227539'),(289972,168,149,31,'44.09640035210096','9.938077926635742'),(289971,168,149,30,'44.093441508779236','9.941339492797851'),(289970,168,149,29,'44.092331904365366','9.94511604309082'),(289969,168,149,28,'44.08992769004803','9.947776794433593'),(289968,168,149,27,'44.086906871985285','9.953699111938476'),(289967,168,149,26,'44.08265280537317','9.957218170166015'),(289966,168,149,25,'44.07920000467796','9.96185302734375'),(289965,168,149,24,'44.07698024068153','9.963054656982421'),(289964,168,149,23,'44.07340377908371','9.962882995605468'),(289963,168,149,22,'44.065386786862234','9.969663619995117'),(289962,168,149,21,'44.06174794752731','9.976615905761718'),(289961,168,149,20,'44.059219130845165','9.97884750366211'),(289960,168,149,19,'44.053235890596305','9.988889694213867'),(289959,168,149,18,'44.05194047031391','10.002622604370117'),(289958,168,149,17,'44.050151510007026','10.008115768432617'),(289957,168,149,16,'44.046696813043994','10.021848678588867'),(289956,168,149,15,'44.044105658089414','10.022878646850586'),(289955,168,149,14,'44.032752595686034','10.053176879882812'),(289954,168,149,13,'44.03324625232833','10.05497932434082'),(289953,168,149,12,'44.01337332431746','10.094804763793945'),(289952,168,149,11,'44.01158319944901','10.093345642089843'),(289951,168,149,10,'43.98231625787933','10.138320922851562'),(289950,168,149,9,'43.93715265715361','10.19007682800293'),(289949,168,149,8,'43.90228340803014','10.218915939331054'),(289948,168,149,7,'43.90166497455715','10.220375061035156'),(289947,168,149,6,'43.899500406811846','10.222177505493164'),(289946,168,149,5,'43.90290183507899','10.229988098144531'),(289945,168,149,4,'43.90846738943247','10.24200439453125'),(289944,168,149,3,'43.914650728417435','10.252046585083007'),(289943,168,149,2,'43.92528456871376','10.26620864868164'),(289942,168,149,1,'43.93529842444723','10.282430648803711'),(289941,168,149,0,'43.937523496756526','10.292129516601562'),(290704,168,149,763,'44.49509719782618','8.903260231018066'),(290705,168,149,764,'44.491791012172584','8.901586532592773'),(290706,168,149,765,'44.48778047986505','8.898496627807617'),(290707,168,149,766,'44.48202442492177','8.89841079711914'),(290708,168,149,767,'44.48061594201353','8.898282051086425'),(290709,168,149,768,'44.478778739293176','8.899569511413574'),(290710,168,149,769,'44.475104160302635','8.89866828918457'),(290711,168,149,770,'44.47173559295004','8.900899887084961'),(290712,168,149,771,'44.46842808310802','8.900985717773437'),(290713,168,149,772,'44.46622297241737','8.899226188659668'),(290714,168,149,773,'44.46374212331692','8.896994590759277'),(290715,168,149,774,'44.46095487079156','8.897552490234375'),(290716,168,149,775,'44.4587494777958','8.899011611938476'),(290717,168,149,776,'44.45844316662466','8.897037506103515'),(290718,168,149,777,'44.45878010882453','8.895149230957031'),(290719,168,149,778,'44.45694221865805','8.889398574829101'),(290720,168,149,779,'44.461475576425855','8.88819694519043'),(290721,168,149,780,'44.45911704908003','8.885364532470703'),(290722,168,149,781,'44.46141431718051','8.883132934570312'),(290723,168,149,782,'44.46294577903107','8.877511024475097'),(290724,168,149,783,'44.463834008497045','8.878498077392578'),(290725,168,149,784,'44.46352772400089','8.879656791687011'),(290726,168,149,785,'44.46389526520344','8.881287574768066'),(290727,168,149,786,'44.46508975813091','8.881630897521972'),(290728,168,149,787,'44.46533477930012','8.883862495422363'),(290729,168,149,788,'44.46619234529347','8.882102966308593'),(290730,168,149,789,'44.46680488471829','8.879485130310058'),(290731,168,149,790,'44.4671724052879','8.878068923950195'),(290732,168,149,791,'44.46763180274585','8.877124786376953'),(290733,168,149,792,'44.46763180274585','8.875751495361328'),(290734,168,149,793,'44.469071224701096','8.873348236083984'),(290735,168,149,794,'44.47014311160827','8.873777389526367'),(290736,168,149,795,'44.47054123601729','8.872575759887695'),(290737,168,149,796,'44.47176621716539','8.871631622314453'),(290738,168,149,797,'44.47176621716539','8.869571685791015'),(290739,168,149,798,'44.472776807257034','8.867855072021484'),(290740,168,149,799,'44.47299117260252','8.866310119628906'),(291836,169,150,292,'44.830308681178','7.367534637451172'),(291834,169,150,290,'44.78792693356848','7.375087738037109'),(291835,169,150,291,'44.82324721919215','7.370281219482422'),(291833,169,150,289,'44.78463739272136','7.377147674560547'),(291832,169,150,288,'44.7824442613457','7.382297515869141'),(291831,169,150,287,'44.739051877692006','7.415599822998047'),(291830,169,150,286,'44.70660820624484','7.459373474121094'),(291829,169,150,285,'44.667920370488275','7.479801177978516'),(291828,169,150,284,'44.668897037477755','7.48443603515625'),(291827,169,150,283,'44.66315888324934','7.504434585571289'),(291825,169,150,281,'44.64783400724508','7.513618469238281'),(291826,169,150,282,'44.649177385399156','7.511043548583984'),(291824,169,150,280,'44.648444637535775','7.642107009887695'),(291822,169,150,278,'44.64362048303464','7.64399528503418'),(291823,169,150,279,'44.64691804975588','7.644338607788086'),(291821,169,150,277,'44.640811296864676','7.646398544311523'),(291820,169,150,276,'44.6408723675756','7.650260925292969'),(291818,169,150,274,'44.642276976185045','7.655496597290039'),(291819,169,150,275,'44.64154414115324','7.650861740112305'),(291817,169,150,273,'44.64337621137619','7.657127380371094'),(291816,169,150,272,'44.64594101249175','7.663135528564453'),(291815,169,150,271,'44.64777294386244','7.666053771972656'),(291813,169,150,269,'44.6563822463338','7.733087539672852'),(291814,169,150,270,'44.65668751728411','7.714204788208008'),(291811,169,150,267,'44.66553967575679','7.752313613891602'),(291812,169,150,268,'44.66035064333467','7.74561882019043'),(291810,169,150,266,'44.66718785944645','7.763128280639648'),(291809,169,150,265,'44.66425772271015','7.772226333618164'),(291808,169,150,264,'44.6645019064285','7.776517868041992'),(291806,169,150,262,'44.667554116124485','7.815570831298828'),(291807,169,150,263,'44.666699513609195','7.801923751831055'),(291805,169,150,261,'44.66761515867915','7.824239730834961'),(291803,169,150,259,'44.667554116124485','7.833166122436523'),(291804,169,150,260,'44.66779828595748','7.829647064208984'),(291802,169,150,258,'44.6706061651103','7.8421783447265625'),(291801,169,150,257,'44.677014944868084','7.844581604003906'),(291799,169,150,255,'44.68677934167112','7.852563858032227'),(291800,169,150,256,'44.68409429660418','7.849559783935547'),(291797,169,150,253,'44.69239312464674','7.854709625244141'),(291798,169,150,254,'44.68989139726934','7.854623794555664'),(291795,169,150,251,'44.69428460287331','7.859172821044922'),(291796,169,150,252,'44.69349140984799','7.85822868347168'),(291794,169,150,250,'44.69367445535657','7.8607177734375'),(291793,169,150,249,'44.695443865444666','7.860803604125977'),(291792,169,150,248,'44.69721322146931','7.863035202026367'),(291791,169,150,247,'44.69733524402988','7.873849868774414'),(291790,169,150,246,'44.69831141525763','7.879772186279297'),(291789,169,150,245,'44.69452866008004','7.90989875793457'),(291788,169,150,244,'44.69221007508822','7.932043075561523'),(291786,169,150,242,'44.70917021022306','8.004913330078125'),(291787,169,150,243,'44.70856021956147','8.002252578735351'),(291785,169,150,241,'44.71100014363675','8.012981414794921'),(291784,169,150,240,'44.7086212189169','8.019676208496093'),(291783,169,150,239,'44.70715721664363','8.023195266723632'),(291782,169,150,238,'44.70764522151563','8.027400970458984'),(291781,169,150,237,'44.70459512356638','8.027486801147461'),(291780,169,150,236,'44.70233794761726','8.031949996948242'),(291777,169,150,233,'44.700446732444085','8.039674758911132'),(291778,169,150,234,'44.703131019465665','8.037872314453125'),(291779,169,150,235,'44.70349704896223','8.033838272094726'),(291776,169,150,232,'44.700446732444085','8.037357330322265'),(291775,169,150,231,'44.699714632565744','8.035125732421875'),(291774,169,150,230,'44.696176019322266','8.033924102783203'),(291773,169,150,229,'44.68598604585467','8.034181594848632'),(291772,169,150,228,'44.65430636125142','8.048858642578125'),(291770,169,150,226,'44.64978800154748','8.05872917175293'),(291771,169,150,227,'44.65009330721098','8.054952621459961'),(291769,169,150,225,'44.65271886957655','8.065938949584961'),(291768,169,150,224,'44.65277992775219','8.074007034301757'),(291767,169,150,223,'44.65009330721098','8.079843521118164'),(291766,169,150,222,'44.649177385399156','8.083276748657226'),(291765,169,150,221,'44.64978800154748','8.086881637573242'),(291763,169,150,219,'44.64966587883206','8.090143203735351'),(291764,169,150,220,'44.65204722540161','8.090744018554687'),(291762,169,150,218,'44.64807826013276','8.09194564819336'),(291761,169,150,217,'44.64966587883206','8.09194564819336'),(291760,169,150,216,'44.64789507056342','8.09391975402832'),(291759,169,150,215,'44.64881101262456','8.09366226196289'),(291757,169,150,213,'44.64587994711635','8.098812103271484'),(291758,169,150,214,'44.648749950270464','8.095464706420898'),(291755,169,150,211,'44.6438036861035','8.10490608215332'),(291756,169,150,212,'44.64551355351388','8.100528717041015'),(291754,169,150,210,'44.64178842052571','8.103961944580078'),(291753,169,150,209,'44.63800197467116','8.109583854675293'),(291751,169,150,207,'44.63342126636607','8.111257553100586'),(291752,169,150,208,'44.63555897524004','8.111600875854492'),(291749,169,150,205,'44.63134455948445','8.114433288574218'),(291750,169,150,206,'44.632993715141666','8.113489151000976'),(291748,169,150,204,'44.630581045625085','8.115935325622558'),(291747,169,150,203,'44.630550504861794','8.117351531982421'),(291746,169,150,202,'44.632260762857264','8.118209838867187'),(291744,169,150,200,'44.63256616076739','8.120870590209961'),(291745,169,150,201,'44.632718859119805','8.11962604522705'),(291741,169,150,197,'44.62923723683724','8.125247955322265'),(291743,169,150,199,'44.62990914512028','8.122115135192871'),(291742,169,150,198,'44.62868748791108','8.123531341552734'),(291739,169,150,195,'44.630428341647914','8.12713623046875'),(291740,169,150,196,'44.630428341647914','8.125720024108886'),(291738,169,150,194,'44.62868748791108','8.129496574401855'),(291737,169,150,193,'44.62389223483897','8.13061237335205'),(291736,169,150,192,'44.62609138096568','8.128938674926757'),(291735,169,150,191,'44.62209009465767','8.129925727844238'),(291733,169,150,189,'44.62129591342981','8.132028579711914'),(291734,169,150,190,'44.62215118507137','8.13112735748291'),(291731,169,150,187,'44.61949369265395','8.135032653808593'),(291732,169,150,188,'44.62212063987255','8.132972717285156'),(291729,169,150,185,'44.61637785698343','8.138723373413086'),(291730,169,150,186,'44.618332910671576','8.134603500366211'),(291728,169,150,184,'44.612956354636815','8.143014907836914'),(291727,169,150,183,'44.614483835951056','8.144903182983398'),(291726,169,150,182,'44.6122842501306','8.144388198852539'),(291723,169,150,179,'44.61301745466077','8.151426315307617'),(291724,169,150,180,'44.61338405345461','8.149795532226562'),(291725,169,150,181,'44.61301745466077','8.148937225341796'),(291722,169,150,178,'44.61368955068168','8.152456283569336'),(291721,169,150,177,'44.613995046301696','8.155460357666015'),(291719,169,150,175,'44.6116732392844','8.156661987304687'),(291720,169,150,176,'44.61271195389815','8.153142929077148'),(291718,169,150,174,'44.61155103634376','8.161554336547851'),(291717,169,150,173,'44.6135673519837','8.16610336303711'),(291716,169,150,172,'44.61778305847504','8.178033828735351'),(291714,169,150,170,'44.61039009558339','8.181638717651367'),(291715,169,150,171,'44.617294296595794','8.182754516601562'),(291712,169,150,168,'44.60849587926076','8.183012008666992'),(291713,169,150,169,'44.609534650700205','8.184471130371093'),(291711,169,150,167,'44.607151559232555','8.183956146240234'),(291710,169,150,166,'44.60586831563671','8.182926177978515'),(291709,169,150,165,'44.603973951850385','8.187646865844726'),(291708,169,150,164,'44.603973951850385','8.189363479614257'),(291707,169,150,163,'44.60140729591773','8.19082260131836'),(291706,169,150,162,'44.60177396799346','8.191680908203125'),(291705,169,150,161,'44.604401716814735','8.190221786499023'),(291703,169,150,159,'44.60531834541754','8.190479278564453'),(291704,169,150,160,'44.606540494389115','8.187904357910156'),(291702,169,150,158,'44.60159063224486','8.193655014038086'),(291701,169,150,157,'44.59914610031442','8.191337585449218'),(291700,169,150,156,'44.59774044788202','8.192281723022461'),(291699,169,150,155,'44.599207214866155','8.192195892333984'),(291698,169,150,154,'44.60018503895201','8.194255828857421'),(291697,169,150,153,'44.60183507978109','8.194770812988281'),(291696,169,150,152,'44.60293508096618','8.195457458496093'),(291694,169,150,150,'44.61625566394231','8.19854736328125'),(291695,169,150,151,'44.60990127147863','8.193225860595703'),(291693,169,150,149,'44.616866626576595','8.202838897705078'),(291692,169,150,148,'44.61784415342067','8.207645416259765'),(291691,169,150,147,'44.61747758278262','8.211421966552734'),(291690,169,150,146,'44.62297589936466','8.215885162353515'),(291689,169,150,145,'44.62578594898556','8.22103500366211'),(291688,169,150,144,'44.635803279811526','8.226871490478515'),(291687,169,150,143,'44.63763553131337','8.230819702148437'),(291685,169,150,141,'44.6381241219428','8.24850082397461'),(291686,169,150,142,'44.63616973474028','8.238029479980468'),(291684,169,150,140,'44.64264339022962','8.247642517089843'),(291683,169,150,139,'44.64740656221672','8.244895935058593'),(291682,169,150,138,'44.652535694663875','8.246269226074218'),(291681,169,150,137,'44.653390505973164','8.251419067382812'),(291680,169,150,136,'44.65070391371675','8.266353607177734'),(291677,169,150,133,'44.6645019064285','8.273048400878906'),(291678,169,150,134,'44.66193792608721','8.26995849609375'),(291679,169,150,135,'44.65693173288727','8.2672119140625'),(291676,169,150,132,'44.66462399790196','8.27596664428711'),(291675,169,150,131,'44.66120533944742','8.279399871826171'),(291674,169,150,130,'44.65644330065241','8.284549713134765'),(291673,169,150,129,'44.65778647939856','8.287467956542968'),(291671,169,150,127,'44.6632809775513','8.288326263427734'),(291672,169,150,128,'44.66157163392442','8.288497924804687'),(291670,169,150,126,'44.664379814697895','8.293819427490234'),(291669,169,150,125,'44.662426312037674','8.299484252929687'),(291668,169,150,124,'44.65277992775219','8.314933776855468'),(291667,169,150,123,'44.648383574795964','8.326177597045898'),(291666,169,150,122,'44.64801719700726','8.339738845825195'),(291665,169,150,121,'44.64966587883206','8.342657089233398'),(291664,169,150,120,'44.65418424805001','8.341026306152343'),(291663,169,150,119,'44.65900752398678','8.34385871887207'),(291661,169,150,117,'44.661632682778944','8.360166549682617'),(291662,169,150,118,'44.660106442131074','8.350296020507812'),(291660,169,150,116,'44.66337254810903','8.3640718460083'),(291658,169,150,114,'44.662945217602164','8.370122909545898'),(291659,169,150,115,'44.66254840788247','8.367290496826171'),(291656,169,150,112,'44.65906857554119','8.369865417480468'),(291657,169,150,113,'44.661632682778944','8.369908332824707'),(291655,169,150,111,'44.65809174295625','8.378190994262695'),(291654,169,150,110,'44.6580306903733','8.384370803833007'),(291653,169,150,109,'44.65754226739531','8.386945724487304'),(291652,169,150,108,'44.65723700094484','8.392181396484375'),(291651,169,150,107,'44.65900752398678','8.395872116088867'),(291650,169,150,106,'44.66035064333467','8.399219512939453'),(291649,169,150,105,'44.6645019064285','8.406171798706054'),(291648,169,150,104,'44.66517340635053','8.420248031616211'),(291647,169,150,103,'44.66773724359566','8.423080444335937'),(291645,169,150,101,'44.67158278684375','8.427543640136718'),(291646,169,150,102,'44.668713913670764','8.425397872924804'),(291644,169,150,100,'44.67518393725705','8.430719375610351'),(291643,169,150,99,'44.67616048184946','8.434324264526367'),(291642,169,150,98,'44.67536704062168','8.438272476196289'),(291641,169,150,97,'44.676038414675375','8.45646858215332'),(291639,169,150,95,'44.67103343914364','8.468570709228515'),(291640,169,150,96,'44.67103343914364','8.46273422241211'),(291638,169,150,94,'44.66523445141229','8.468399047851562'),(291637,169,150,93,'44.665478631016455','8.471488952636718'),(291636,169,150,92,'44.66376935218782','8.478012084960937'),(291635,169,150,91,'44.66657742650701','8.482303619384765'),(291634,169,150,90,'44.66645533914773','8.486080169677734'),(291632,169,150,88,'44.66364725891439','8.494148254394531'),(291633,169,150,89,'44.66657742650701','8.49020004272461'),(291630,169,150,86,'44.665600720432835','8.506851196289062'),(291631,169,150,87,'44.66230421593577','8.507709503173828'),(291629,169,150,85,'44.66718785944645','8.508739471435546'),(291628,169,150,84,'44.66657742650701','8.524703979492187'),(291627,169,150,83,'44.65974013839719','8.527965545654296'),(291626,169,150,82,'44.65680962521428','8.534231185913086'),(291625,169,150,81,'44.654123191352895','8.537406921386718'),(291624,169,150,80,'44.653268390843245','8.542213439941406'),(291623,169,150,79,'44.651925107443205','8.543801307678222'),(291622,169,150,78,'44.650123837688945','8.547534942626953'),(291621,169,150,77,'44.648566762822504','8.548736572265625'),(291620,169,150,76,'44.64813932319396','8.550496101379394'),(291619,169,150,75,'44.6470401782568','8.551483154296875'),(291618,169,150,74,'44.64572728339655','8.553628921508789'),(291617,169,150,73,'44.645208223744035','8.55560302734375'),(291615,169,150,71,'44.64389528742098','8.558263778686523'),(291616,169,150,72,'44.64377315229888','8.557147979736328'),(291614,169,150,70,'44.644597559383115','8.558735847473144'),(291613,169,150,69,'44.64493342557713','8.561439514160156'),(291612,169,150,68,'44.643834219892064','8.562684059143066'),(291611,169,150,67,'44.64471969276957','8.564615249633789'),(291610,169,150,66,'44.643193006957375','8.568735122680664'),(291609,169,150,65,'44.64322354106736','8.571138381958007'),(291608,169,150,64,'44.6420632335903','8.572511672973632'),(291607,169,150,63,'44.6422159069526','8.573541641235351'),(291606,169,150,62,'44.643681550788536','8.574872016906738'),(291605,169,150,61,'44.642490717992274','8.579292297363281'),(291604,169,150,60,'44.64142200108133','8.579721450805664'),(291602,169,150,58,'44.63705532459736','8.582468032836914'),(291603,169,150,59,'44.640963973521494','8.58105182647705'),(291601,169,150,57,'44.63671941279432','8.582897186279296'),(291600,169,150,56,'44.635711665717736','8.5837984085083'),(291598,169,150,54,'44.634154203993944','8.585901260375976'),(291599,169,150,55,'44.63534520789623','8.585000038146972'),(291597,169,150,53,'44.63210806329956','8.586974143981933'),(291596,169,150,52,'44.630581045625085','8.585686683654785'),(291594,169,150,50,'44.62963427449009','8.581995964050293'),(291595,169,150,51,'44.63039780080427','8.583240509033203'),(291593,169,150,49,'44.62810719172904','8.578648567199707'),(291592,169,150,48,'44.6268244111611','8.576116561889648'),(291590,169,150,46,'44.62471692439946','8.578262329101562'),(291591,169,150,47,'44.62508344933245','8.577146530151367'),(291589,169,150,45,'44.62358679128794','8.57783317565918'),(291588,169,150,44,'44.621937368342174','8.579120635986328'),(291587,169,150,43,'44.62126536778101','8.580150604248046'),(291586,169,150,42,'44.62095991040917','8.587102890014648'),(291585,169,150,41,'44.619860250564024','8.58856201171875'),(291584,169,150,40,'44.62095991040917','8.590536117553711'),(291583,169,150,39,'44.61845509934147','8.59079360961914'),(291582,169,150,38,'44.61869947590988','8.592853546142578'),(291581,169,150,37,'44.61992134332405','8.596973419189453'),(291580,169,150,36,'44.619066038834006','8.601093292236328'),(291579,169,150,35,'44.61784415342067','8.603496551513671'),(291578,169,150,34,'44.61882166380837','8.60555648803711'),(291577,169,150,33,'44.62053226738874','8.60830307006836'),(291576,169,150,32,'44.62065445143026','8.61328125'),(291575,169,150,31,'44.62212063987255','8.617572784423828'),(291574,169,150,30,'44.62431985311056','8.627700805664062'),(291573,169,150,29,'44.62798502337252','8.630447387695312'),(291572,169,150,28,'44.62969535696483','8.635082244873046'),(291571,169,150,27,'44.63140564015928','8.636112213134765'),(291570,169,150,26,'44.63543682256858','8.646926879882812'),(291569,169,150,25,'44.63958986914636','8.64950180053711'),(291568,169,150,24,'44.642399114457035','8.64847183227539'),(291567,169,150,23,'44.64386475366455','8.651561737060546'),(291566,169,150,22,'44.6561990829922','8.655853271484375'),(291565,169,150,21,'44.665478631016455','8.664093017578125'),(291564,169,150,20,'44.680737815256045','8.671302795410156'),(291563,169,150,19,'44.68439942162953','8.668899536132812'),(291562,169,150,18,'44.687206496456966','8.67147445678711'),(291561,169,150,17,'44.690013435258265','8.67971420288086'),(291560,169,150,16,'44.703192024542474','8.684520721435546'),(291559,169,150,15,'44.713073998230065','8.68194580078125'),(291558,169,150,14,'44.72868651713416','8.68417739868164'),(291557,169,150,13,'44.73063778576999','8.685722351074218'),(291556,169,150,12,'44.744904436972','8.68194580078125'),(291555,169,150,11,'44.759411351746245','8.681774139404296'),(291554,169,150,10,'44.76404304486495','8.683834075927734'),(291553,169,150,9,'44.768552494534184','8.692588806152343'),(291552,169,150,8,'44.768918110159745','8.709068298339843'),(291551,169,150,7,'44.77025868098662','8.728466033935546'),(291550,169,150,6,'44.769527464392766','8.749065399169921'),(291549,169,150,5,'44.76404304486495','8.777389526367187'),(291548,169,150,4,'44.76270232977974','8.781852722167968'),(291547,169,150,3,'44.76038647589176','8.790950775146484'),(291546,169,150,2,'44.73185729523891','8.8385009765625'),(291545,169,150,1,'44.73197924477152','8.845539093017578'),(291544,169,150,0,'44.726857143002526','8.855152130126953'),(291837,169,150,293,'44.84369873302391','7.350711822509766'),(291838,169,150,294,'44.84801940381685','7.345819473266602'),(291839,169,150,295,'44.850818538656945','7.338094711303711'),(291840,169,150,296,'44.86487300683055','7.333030700683594'),(291841,169,150,297,'44.87065198742504','7.34461784362793'),(291842,169,150,298,'44.871868540987734','7.329769134521484'),(291843,169,150,299,'44.876187098453734','7.318439483642578'),(291844,169,150,300,'44.88208657568183','7.308998107910156'),(291845,169,150,301,'44.88372859059139','7.293462753295898'),(291846,169,150,302,'44.88518812005572','7.2873687744140625'),(291847,169,150,303,'44.885492184033275','7.292261123657227'),(291848,169,150,304,'44.88573543405812','7.295866012573242'),(291849,169,150,305,'44.88530974583962','7.30341911315918'),(291850,169,150,306,'44.8861611191265','7.306079864501953'),(291851,169,150,307,'44.88561380917427','7.3244476318359375'),(291852,169,150,308,'44.88464080084604','7.330970764160156'),(293276,170,151,475,'44.86940499333582','6.702733039855957'),(293274,170,151,473,'44.868127556743254','6.713290214538574'),(293275,170,151,474,'44.86727591659771','6.709728240966797'),(293273,170,151,472,'44.867549659447214','6.715221405029297'),(293272,170,151,471,'44.86870544823733','6.719169616699219'),(293271,170,151,470,'44.86827963401474','6.7212724685668945'),(293270,170,151,469,'44.87004370100053','6.725049018859863'),(293268,170,151,467,'44.867519243639336','6.724534034729004'),(293269,170,151,468,'44.870013286510556','6.7259931564331055'),(293267,170,151,466,'44.86438632934659','6.724233627319336'),(293265,170,151,464,'44.859154286543294','6.72487735748291'),(293266,170,151,465,'44.86271334411505','6.724748611450195'),(293264,170,151,463,'44.85492571851956','6.727237701416016'),(293263,170,151,462,'44.85291780051573','6.724147796630859'),(293262,170,151,461,'44.8512749064397','6.724405288696289'),(293261,170,151,460,'44.85063599053129','6.72513484954834'),(293260,170,151,459,'44.84972324122432','6.724576950073242'),(293259,170,151,458,'44.847928125390524','6.7246198654174805'),(293258,170,151,457,'44.84637637001192','6.725735664367676'),(293257,170,151,456,'44.844489865997026','6.724190711975098'),(293256,170,151,455,'44.84564611772202','6.724061965942383'),(293253,170,151,452,'44.8364867508048','6.722774505615234'),(293254,170,151,453,'44.839012568811896','6.723418235778809'),(293255,170,151,454,'44.844398581977686','6.72337532043457'),(293251,170,151,450,'44.835634642646056','6.721701622009277'),(293252,170,151,451,'44.837795320943535','6.722302436828613'),(293250,170,151,449,'44.835178150949275','6.723160743713379'),(293249,170,151,448,'44.835178150949275','6.721358299255371'),(293248,170,151,447,'44.834873821142445','6.722860336303711'),(293247,170,151,446,'44.834173856487446','6.723461151123047'),(293246,170,151,445,'44.83435645678234','6.722559928894043'),(293245,170,151,444,'44.833108676569154','6.72337532043457'),(293243,170,151,442,'44.83280433583347','6.722474098205566'),(293244,170,151,443,'44.833839087777484','6.722044944763184'),(293242,170,151,441,'44.8322260840079','6.723418235778809'),(293241,170,151,440,'44.83228695289433','6.7240190505981445'),(293240,170,151,439,'44.8311608680887','6.724190711975098'),(293239,170,151,438,'44.83033911664178','6.724705696105957'),(293238,170,151,437,'44.83058259977342','6.723289489746094'),(293237,170,151,436,'44.82717374232801','6.7259931564331055'),(293236,170,151,435,'44.82826946849315','6.726250648498535'),(293235,170,151,434,'44.82851296036785','6.727795600891113'),(293234,170,151,433,'44.827295490708266','6.727409362792969'),(293232,170,151,431,'44.827021556491054','6.728396415710449'),(293233,170,151,432,'44.8263214964659','6.728353500366211'),(293230,170,151,429,'44.82376468327783','6.732430458068848'),(293231,170,151,430,'44.82747811279655','6.729340553283691'),(293229,170,151,428,'44.82349073228164','6.731529235839844'),(293228,170,151,427,'44.823034144395066','6.731958389282227'),(293227,170,151,426,'44.822547113330245','6.731142997741699'),(293226,170,151,425,'44.82236447562019','6.7328596115112305'),(293225,170,151,424,'44.82321677998364','6.73337459564209'),(293224,170,151,423,'44.822577552892334','6.7339324951171875'),(293223,170,151,422,'44.82193831871335','6.733074188232422'),(293222,170,151,421,'44.82193831871335','6.734919548034668'),(293221,170,151,420,'44.822912387014576','6.736207008361816'),(293220,170,151,419,'44.821085995449494','6.7353057861328125'),(293218,170,151,417,'44.82035542262309','6.735134124755859'),(293219,170,151,418,'44.821207756687215','6.734189987182617'),(293217,170,151,416,'44.81883336616863','6.73487663269043'),(293216,170,151,415,'44.8195030759587','6.732215881347656'),(293215,170,151,414,'44.81773746064232','6.734490394592285'),(293214,170,151,413,'44.81843762490909','6.732773780822754'),(293213,170,151,412,'44.815636916830236','6.735219955444336'),(293212,170,151,411,'44.81572824641316','6.73612117767334'),(293211,170,151,410,'44.81384073897059','6.736164093017578'),(293209,170,151,408,'44.81149649049354','6.735563278198242'),(293210,170,151,409,'44.81323185242317','6.734490394592285'),(293208,170,151,407,'44.81140515420868','6.737022399902344'),(293207,170,151,406,'44.80973063001851','6.738524436950684'),(293205,170,151,404,'44.80784292627556','6.737151145935059'),(293206,170,151,405,'44.809030360031706','6.737580299377441'),(293204,170,151,403,'44.80762979455228','6.736078262329102'),(293203,170,151,402,'44.80354969259145','6.73762321472168'),(293202,170,151,401,'44.80580291890578','6.734747886657715'),(293201,170,151,400,'44.80306249695185','6.7339324951171875'),(293199,170,151,398,'44.8019053908182','6.734189987182617'),(293200,170,151,399,'44.8008396146372','6.731271743774414'),(293198,170,151,397,'44.80053510354076','6.7325592041015625'),(293197,170,151,396,'44.799286591242456','6.732344627380371'),(293196,170,151,395,'44.800047882443565','6.729683876037598'),(293194,170,151,393,'44.79892116789799','6.729083061218262'),(293195,170,151,394,'44.79855574223922','6.732387542724609'),(293193,170,151,392,'44.79794669433166','6.731915473937988'),(293192,170,151,391,'44.79706356344671','6.732430458068848'),(293191,170,151,390,'44.79840348086502','6.734490394592285'),(293190,170,151,389,'44.795814976029284','6.732087135314941'),(293189,170,151,388,'44.796515406443945','6.731314659118652'),(293188,170,151,387,'44.79636313968572','6.730756759643555'),(293187,170,151,386,'44.79685039189774','6.729254722595215'),(293186,170,151,385,'44.79630223286993','6.728053092956543'),(293185,170,151,384,'44.795053628979005','6.730241775512695'),(293183,170,151,382,'44.790302596485354','6.732087135314941'),(293184,170,151,383,'44.79228224088969','6.731915473937988'),(293182,170,151,381,'44.78896249096412','6.733031272888184'),(293181,170,151,380,'44.7862517278578','6.733245849609375'),(293180,170,151,379,'44.783601757731816','6.734747886657715'),(293179,170,151,378,'44.781743660153545','6.734833717346191'),(293178,170,151,377,'44.78067751159191','6.735391616821289'),(293177,170,151,376,'44.776016688166116','6.7353057861328125'),(293175,170,151,374,'44.76943606166765','6.736850738525391'),(293176,170,151,375,'44.77354904110063','6.736464500427246'),(293174,170,151,373,'44.76654156722539','6.738996505737305'),(293172,170,151,371,'44.76169677304692','6.743588447570801'),(293173,170,151,372,'44.76309845338425','6.742987632751465'),(293171,170,151,370,'44.76066072659248','6.74560546875'),(293170,170,151,369,'44.75785721362393','6.748437881469727'),(293169,170,151,368,'44.75770484489134','6.74959659576416'),(293168,170,151,367,'44.75660777815592','6.750369071960449'),(293167,170,151,366,'44.756546829393216','6.751055717468262'),(293165,170,151,364,'44.754657385864036','6.754746437072754'),(293166,170,151,365,'44.75572401480495','6.75260066986084'),(293164,170,151,363,'44.75410882617119','6.757364273071289'),(293163,170,151,362,'44.7536516891161','6.75809383392334'),(293162,170,151,361,'44.75337740514731','6.759037971496582'),(293161,170,151,360,'44.752798356938214','6.760153770446777'),(293160,170,151,359,'44.75243263929056','6.761655807495117'),(293159,170,151,358,'44.7515792891126','6.762256622314453'),(293158,170,151,357,'44.75115260929862','6.763501167297363'),(293157,170,151,356,'44.75007065707803','6.766183376312256'),(293156,170,151,355,'44.74897344540979','6.766784191131592'),(293155,170,151,354,'44.74812004415664','6.766633987426758'),(293154,170,151,353,'44.74772381786322','6.768844127655029'),(293153,170,151,352,'44.747114233646656','6.770174503326416'),(293152,170,151,351,'44.74755618284451','6.771225929260254'),(293151,170,151,350,'44.74813528357522','6.772427558898926'),(293150,170,151,349,'44.75057353879834','6.775882244110107'),(293148,170,151,347,'44.75159452761912','6.777405738830566'),(293149,170,151,348,'44.75087831346908','6.7768049240112305'),(293147,170,151,346,'44.75292026230648','6.779615879058838'),(293146,170,151,345,'44.75412406401073','6.781010627746582'),(293145,170,151,344,'44.75537355318173','6.784765720367432'),(293143,170,151,342,'44.75569353996557','6.787447929382324'),(293144,170,151,343,'44.7552821280609','6.786589622497559'),(293142,170,151,341,'44.756104948941186','6.787598133087158'),(293141,170,151,340,'44.75636398271942','6.788005828857422'),(293140,170,151,339,'44.7570039435464','6.788477897644043'),(293138,170,151,337,'44.756470643349445','6.790065765380859'),(293139,170,151,338,'44.75644016890382','6.789143085479736'),(293136,170,151,335,'44.75738486924509','6.791975498199463'),(293137,170,151,336,'44.75668396401885','6.790173053741455'),(293135,170,151,334,'44.758024818765726','6.793842315673828'),(293134,170,151,333,'44.75779626617912','6.794829368591309'),(293132,170,151,331,'44.75791816100449','6.7987775802612305'),(293133,170,151,332,'44.7583295541416','6.797060966491699'),(293131,170,151,330,'44.75775055555331','6.800644397735596'),(293130,170,151,329,'44.758436211143476','6.8036699295043945'),(293129,170,151,328,'44.75875618096784','6.8054938316345215'),(293128,170,151,327,'44.75915233162877','6.809635162353516'),(293127,170,151,326,'44.76003604254638','6.811995506286621'),(293125,170,151,324,'44.76254997382401','6.81926965713501'),(293126,170,151,325,'44.76146823498497','6.815836429595947'),(293123,170,151,322,'44.75983797058492','6.821200847625732'),(293124,170,151,323,'44.76245856005773','6.821029186248779'),(293122,170,151,321,'44.7595637159788','6.821630001068115'),(293121,170,151,320,'44.76085879573338','6.824784278869629'),(293120,170,151,319,'44.76137681950705','6.824827194213867'),(293119,170,151,318,'44.7619557817576','6.825213432312012'),(293117,170,151,316,'44.761910074422445','6.825664043426514'),(293118,170,151,317,'44.76262615185211','6.826479434967041'),(293115,170,151,314,'44.75991415218891','6.8248701095581055'),(293116,170,151,315,'44.76125493197818','6.82574987411499'),(293114,170,151,313,'44.75963989794441','6.8242692947387695'),(293113,170,151,312,'44.75708012888701','6.824784278869629'),(293112,170,151,311,'44.75612018625439','6.82424783706665'),(293111,170,151,310,'44.75554116552758','6.824376583099365'),(293110,170,151,309,'44.75474881197326','6.823925971984863'),(293109,170,151,308,'44.75401739904943','6.8244194984436035'),(293108,170,151,307,'44.752889785988536','6.826522350311279'),(293107,170,151,306,'44.7529812148942','6.827487945556641'),(293105,170,151,304,'44.751670720091504','6.829869747161865'),(293106,170,151,305,'44.75272216595248','6.828603744506836'),(293104,170,151,303,'44.75100022288737','6.831414699554443'),(293102,170,151,301,'44.74994874569902','6.8324875831604'),(293103,170,151,302,'44.75071068759905','6.832873821258545'),(293101,170,151,300,'44.7488972493816','6.832444667816162'),(293100,170,151,299,'44.74929346763125','6.831457614898682'),(293099,170,151,298,'44.7487448570239','6.830770969390869'),(293098,170,151,297,'44.74865342141643','6.82999849319458'),(293097,170,151,296,'44.747982889208615','6.829977035522461'),(293095,170,151,294,'44.74551404449218','6.831307411193848'),(293096,170,151,295,'44.747708578336145','6.830964088439941'),(293094,170,151,293,'44.74380712723563','6.829934120178223'),(293093,170,151,292,'44.74081990076145','6.830878257751465'),(293092,170,151,291,'44.7401187946337','6.831693649291992'),(293090,170,151,289,'44.738045909400526','6.833281517028809'),(293091,170,151,290,'44.738808008198184','6.831951141357422'),(293089,170,151,288,'44.73423526474272','6.8358564376831055'),(293088,170,151,287,'44.73341213251811','6.8383026123046875'),(293087,170,151,286,'44.731125592643274','6.840190887451172'),(293086,170,151,285,'44.73091217764246','6.84298038482666'),(293085,170,151,284,'44.728777984321994','6.846456527709961'),(293084,170,151,283,'44.72969264824503','6.846327781677246'),(293083,170,151,282,'44.726643712251786','6.85122013092041'),(293081,170,151,280,'44.724905746824284','6.861906051635742'),(293082,170,151,281,'44.72362510730746','6.856541633605957'),(293080,170,151,279,'44.72481427351327','6.866240501403809'),(293079,170,151,278,'44.72569850946095','6.87044620513916'),(293078,170,151,277,'44.7245703439767','6.874608993530273'),(293077,170,151,276,'44.72426543060961','6.876883506774902'),(293076,170,151,275,'44.72463132645728','6.879029273986816'),(293075,170,151,274,'44.724448378822736','6.880745887756348'),(293074,170,151,273,'44.72356412376618','6.882205009460449'),(293072,170,151,271,'44.72124670156233','6.889715194702148'),(293073,170,151,272,'44.7229237927016','6.885380744934082'),(293071,170,151,270,'44.72017943643407','6.895122528076172'),(293070,170,151,269,'44.72027091707362','6.89692497253418'),(293069,170,151,268,'44.71950857399102','6.902976036071777'),(293067,170,151,266,'44.717556929928385','6.91014289855957'),(293068,170,151,267,'44.71831929872511','6.906023025512695'),(293066,170,151,265,'44.71670306495113','6.911516189575195'),(293065,170,151,264,'44.716215136449875','6.913704872131348'),(293064,170,151,263,'44.71508678603282','6.9149065017700195'),(293062,170,151,261,'44.71286051662964','6.918725967407227'),(293063,170,151,262,'44.714842815482235','6.916408538818359'),(293061,170,151,260,'44.7120980759138','6.919970512390137'),(293059,170,151,258,'44.70904821260501','6.922974586486816'),(293060,170,151,259,'44.71020717959431','6.922502517700195'),(293058,170,151,257,'44.70651670400545','6.929025650024414'),(293056,170,151,255,'44.704320606868','6.933016777038574'),(293057,170,151,256,'44.70520515601322','6.931643486022949'),(293055,170,151,254,'44.703131019465665','6.936407089233398'),(293053,170,151,252,'44.69989765840318','6.941471099853516'),(293054,170,151,253,'44.70157536828682','6.938724517822266'),(293052,170,151,251,'44.699226560837424','6.945204734802246'),(293051,170,151,250,'44.6991960562178','6.945676803588867'),(293050,170,151,249,'44.69828091015586','6.9464921951293945'),(293049,170,151,248,'44.69762504658074','6.9477152824401855'),(293048,170,151,247,'44.69684715224467','6.947693824768066'),(293047,170,151,246,'44.695962475397536','6.949710845947266'),(293046,170,151,245,'44.69620652553292','6.951899528503418'),(293045,170,151,244,'44.69834192034332','6.949367523193359'),(293044,170,151,243,'44.69733524402988','6.9512128829956055'),(293042,170,151,241,'44.69468119531194','6.957821846008301'),(293043,170,151,242,'44.69620652553292','6.955676078796387'),(293041,170,151,240,'44.69422358841091','6.960353851318359'),(293040,170,151,239,'44.69300328566326','6.9621992111206055'),(293039,170,151,238,'44.691966008110214','6.96558952331543'),(293038,170,151,237,'44.692789730038726','6.964688301086426'),(293037,170,151,236,'44.69245414103768','6.96683406829834'),(293035,170,151,234,'44.69239312464674','6.968679428100586'),(293036,170,151,235,'44.69224058338818','6.968164443969727'),(293033,170,151,232,'44.69132532739932','6.971340179443359'),(293034,170,151,233,'44.6918744827283','6.970396041870117'),(293031,170,151,230,'44.691447362366865','6.973400115966797'),(293032,170,151,231,'44.69205753334753','6.971254348754883'),(293030,170,151,229,'44.69022700112014','6.974730491638184'),(293029,170,151,228,'44.69019649175953','6.9756317138671875'),(293028,170,151,227,'44.690501584642575','6.976833343505859'),(293026,170,151,225,'44.68854896242002','6.97756290435791'),(293027,170,151,226,'44.690288019793186','6.97756290435791'),(293025,170,151,224,'44.68809130706447','6.9786787033081055'),(293024,170,151,223,'44.68604706899548','6.978292465209961'),(293023,170,151,222,'44.68546734656223','6.979022026062012'),(293022,170,151,221,'44.68497915475008','6.977863311767578'),(293021,170,151,220,'44.684857106154205','6.979236602783203'),(293020,170,151,219,'44.685894511022894','6.980009078979492'),(293019,170,151,218,'44.68439942162953','6.980395317077637'),(293018,170,151,217,'44.68394173348884','6.979579925537109'),(293017,170,151,216,'44.6830568594968','6.981682777404785'),(293016,170,151,215,'44.68323993798339','6.979923248291016'),(293015,170,151,214,'44.6822940262419','6.978979110717773'),(293014,170,151,213,'44.67890692528533','6.9783782958984375'),(293013,170,151,212,'44.67716752622411','6.977434158325195'),(293012,170,151,211,'44.67857125584829','6.979665756225586'),(293011,170,151,210,'44.67924259277778','6.980352401733398'),(293010,170,151,209,'44.67915104729087','6.981039047241211'),(293009,170,151,208,'44.67945619835143','6.981296539306641'),(293008,170,151,207,'44.68049369993605','6.983399391174316'),(293007,170,151,206,'44.67918156246925','6.986403465270996'),(293006,170,151,205,'44.67912053209644','6.988120079040527'),(293005,170,151,204,'44.678540740348474','6.989192962646484'),(293003,170,151,202,'44.67524497177621','6.991682052612305'),(293004,170,151,203,'44.6773811394476','6.989407539367676'),(293002,170,151,201,'44.67384116157171','6.992497444152832'),(293001,170,151,200,'44.674939798537594','6.989922523498535'),(293000,170,151,199,'44.67338339002207','6.99129581451416'),(292999,170,151,198,'44.67188797776052','6.990566253662109'),(292998,170,151,197,'44.673261316998136','6.990008354187012'),(292997,170,151,196,'44.67344442643763','6.988849639892578'),(292996,170,151,195,'44.67194901575104','6.988849639892578'),(292995,170,151,194,'44.672711985208366','6.988205909729004'),(292994,170,151,193,'44.671338632953194','6.988248825073242'),(292993,170,151,192,'44.67194901575104','6.986532211303711'),(292992,170,151,191,'44.662060022960524','6.987390518188477'),(292991,170,151,190,'44.661998974556006','6.985931396484375'),(292990,170,151,189,'44.65699278662736','6.98704719543457'),(292989,170,151,188,'44.66028959313019','6.988077163696289'),(292988,170,151,187,'44.66218211957671','6.992368698120117'),(292987,170,151,186,'44.65858016130581','6.989622116088867'),(292986,170,151,185,'44.65455058688284','6.989192962646484'),(292985,170,151,184,'44.65308521766625','6.987390518188477'),(292984,170,151,183,'44.65381790690298','6.989965438842773'),(292983,170,151,182,'44.654977979262924','6.990652084350586'),(292982,170,151,181,'44.648749950270464','6.996746063232422'),(292981,170,151,180,'44.646551662710344','7.000179290771484'),(292980,170,151,179,'44.640567013378074','7.010221481323242'),(292979,170,151,178,'44.63543682256858','7.013740539550781'),(292978,170,151,177,'44.63336018781259','7.016744613647461'),(292977,170,151,176,'44.62914561237779','7.020177841186523'),(292976,170,151,175,'44.62688549659287','7.022924423217773'),(292975,170,151,174,'44.62425876497888','7.023181915283203'),(292974,170,151,173,'44.62450311711984','7.026700973510742'),(292973,170,151,172,'44.62315916761663','7.030735015869141'),(292972,170,151,171,'44.62083772701045','7.032108306884766'),(292971,170,151,170,'44.62065445143026','7.03399658203125'),(292970,170,151,169,'44.61802743787188','7.038545608520508'),(292969,170,151,168,'44.61564469487975','7.04798698425293'),(292968,170,151,167,'44.61478932739269','7.048845291137695'),(292967,170,151,166,'44.61558359761995','7.051935195922852'),(292966,170,151,165,'44.61344515302858','7.05296516418457'),(292965,170,151,164,'44.610817813300244','7.055540084838867'),(292964,170,151,163,'44.61075671096212','7.057085037231445'),(292963,170,151,162,'44.609106923533844','7.060003280639648'),(292962,170,151,161,'44.607212665363356','7.061290740966797'),(292961,170,151,160,'44.604401716814735','7.063093185424805'),(292960,170,151,159,'44.60049060560402','7.066783905029297'),(292959,170,151,158,'44.59841272067924','7.067985534667969'),(292958,170,151,157,'44.59712928404399','7.069272994995117'),(292957,170,151,156,'44.59444008678965','7.068843841552734'),(292956,170,151,155,'44.591873009680974','7.071161270141602'),(292955,170,151,154,'44.59034493375639','7.072963714599609'),(292954,170,151,153,'44.590589428604154','7.0703887939453125'),(292953,170,151,152,'44.59407336843087','7.066526412963867'),(292952,170,151,151,'44.58991706529793','7.068843841552734'),(292951,170,151,150,'44.589122444089924','7.070474624633789'),(292950,170,151,149,'44.588816817655676','7.072792053222656'),(292949,170,151,148,'44.58753316908298','7.0758819580078125'),(292948,170,151,147,'44.585760464925954','7.076997756958008'),(292947,170,151,146,'44.58496578689285','7.0786285400390625'),(292946,170,151,145,'44.58582159355546','7.080774307250977'),(292945,170,151,144,'44.58551594976515','7.082490921020508'),(292944,170,151,143,'44.5853325627196','7.084980010986328'),(292943,170,151,142,'44.585638207474126','7.089872360229492'),(292942,170,151,141,'44.58582159355546','7.088327407836914'),(292941,170,151,140,'44.584721268389416','7.089872360229492'),(292940,170,151,139,'44.58478239811171','7.087640762329102'),(292939,170,151,138,'44.58349866044458','7.089872360229492'),(292938,170,151,137,'44.58374318409057','7.093648910522461'),(292937,170,151,136,'44.58374318409057','7.09965705871582'),(292936,170,151,135,'44.584232228297','7.104892730712891'),(292935,170,151,134,'44.583315267035154','7.117252349853516'),(292934,170,151,133,'44.583926576150105','7.121543884277344'),(292933,170,151,132,'44.582887346829935','7.125234603881836'),(292932,170,151,131,'44.58239829130994','7.127895355224609'),(292931,170,151,130,'44.58239829130994','7.129526138305664'),(292930,170,151,129,'44.58221489442928','7.131156921386719'),(292929,170,151,128,'44.58239829130994','7.132787704467773'),(292928,170,151,127,'44.581481301121386','7.135963439941406'),(292927,170,151,126,'44.58178696612459','7.138710021972656'),(292926,170,151,125,'44.5826428195842','7.142486572265625'),(292925,170,151,124,'44.58062543056288','7.148323059082031'),(292924,170,151,123,'44.58062543056288','7.151327133178711'),(292923,170,151,122,'44.57921933015075','7.159223556518555'),(292922,170,151,121,'44.579891817199154','7.163686752319336'),(292921,170,151,120,'44.58093110006584','7.165060043334961'),(292920,170,151,119,'44.58221489442928','7.168493270874023'),(292919,170,151,118,'44.581848098932404','7.170553207397461'),(292918,170,151,117,'44.5820314969701','7.172269821166992'),(292917,170,151,116,'44.58086996629381','7.177762985229492'),(292916,170,151,115,'44.58044202808976','7.181110382080078'),(292915,170,151,114,'44.57921933015075','7.183771133422852'),(292914,170,151,113,'44.57824115328649','7.187633514404297'),(292913,170,151,112,'44.57756864714652','7.190036773681641'),(292912,170,151,111,'44.57579563913067','7.193126678466797'),(292911,170,151,110,'44.575551082058325','7.196903228759766'),(292910,170,151,109,'44.5772629599662','7.198362350463867'),(292909,170,151,108,'44.577935469641645','7.202911376953125'),(292908,170,151,107,'44.57775205868336','7.206087112426758'),(292907,170,151,106,'44.5772629599662','7.211580276489258'),(292906,170,151,105,'44.576712718991864','7.217588424682617'),(292905,170,151,104,'44.57310545476735','7.224712371826172'),(292904,170,151,103,'44.57267745941716','7.227287292480469'),(292903,170,151,102,'44.57341116380335','7.232265472412109'),(292902,170,151,101,'44.57347230541769','7.243680953979492'),(292901,170,151,100,'44.572494031874285','7.248573303222656'),(292900,170,151,99,'44.569620258172215','7.255525588989258'),(292899,170,151,98,'44.57157688548197','7.25921630859375'),(292898,170,151,97,'44.571332310667984','7.26470947265625'),(292897,170,151,96,'44.57169917250326','7.269859313964844'),(292896,170,151,95,'44.57059858005508','7.272176742553711'),(292895,170,151,94,'44.57047629071965','7.274837493896484'),(292894,170,151,93,'44.571332310667984','7.276039123535156'),(292893,170,151,92,'44.571943745774476','7.279815673828125'),(292892,170,151,91,'44.57163802902476','7.284793853759766'),(292891,170,151,90,'44.56937567513026','7.285223007202148'),(292890,170,151,89,'44.56864191983338','7.2894287109375'),(292889,170,151,88,'44.56925338322358','7.293720245361328'),(292888,170,151,87,'44.56980369477872','7.29741096496582'),(292887,170,151,86,'44.56699093657141','7.302560806274414'),(292886,170,151,85,'44.56344422148187','7.30565071105957'),(292885,170,151,84,'44.562160012697355','7.3079681396484375'),(292884,170,151,83,'44.561181548882','7.311916351318359'),(292883,170,151,82,'44.56154847474121','7.316379547119141'),(292882,170,151,81,'44.562832697024696','7.3189544677734375'),(292881,170,151,80,'44.563505373574024','7.321186065673828'),(292880,170,151,79,'44.56313846005679','7.323331832885742'),(292879,170,151,78,'44.558674160243065','7.328824996948242'),(292878,170,151,77,'44.55573854355717','7.334747314453125'),(292877,170,151,76,'44.55708405292247','7.337150573730469'),(292876,170,151,75,'44.55708405292247','7.341012954711914'),(292875,170,151,74,'44.55824605870063','7.3464202880859375'),(292874,170,151,73,'44.56148732059203','7.348737716674805'),(292873,170,151,72,'44.56222116613943','7.349681854248047'),(292872,170,151,71,'44.563566525601935','7.350625991821289'),(292871,170,151,70,'44.565951404550546','7.353029251098633'),(292870,170,151,69,'44.568825359525384','7.359724044799805'),(292869,170,151,68,'44.56925338322358','7.3642730712890625'),(292868,170,151,67,'44.567724712695366','7.367963790893555'),(292867,170,151,66,'44.567969302679685','7.377147674560547'),(292866,170,151,65,'44.56809159728614','7.389249801635742'),(292865,170,151,64,'44.56387228477716','7.398691177368164'),(292864,170,151,63,'44.56381113307067','7.403068542480469'),(292863,170,151,62,'44.56497300450188','7.407102584838867'),(292862,170,151,61,'44.56344422148187','7.41851806640625'),(292861,170,151,60,'44.56185424452278','7.4212646484375'),(292860,170,151,59,'44.55922457188367','7.42924690246582'),(292859,170,151,58,'44.55671709890833','7.439460754394531'),(292858,170,151,57,'44.55555506259681','7.44624137878418'),(292857,170,151,56,'44.557695637803626','7.449331283569336'),(292856,170,151,55,'44.56790815528002','7.460660934448242'),(292855,170,151,54,'44.57414485893302','7.461605072021484'),(292854,170,151,53,'44.57976954740524','7.467098236083984'),(292853,170,151,52,'44.58282621511491','7.475337982177734'),(292852,170,151,51,'44.58349866044458','7.481260299682617'),(292851,170,151,50,'44.584354488705806','7.483320236206055'),(292850,170,151,49,'44.593217683260875','7.484350204467773'),(292849,170,151,48,'44.59401224847942','7.482719421386719'),(292848,170,151,47,'44.599818356848274','7.482633590698242'),(292847,170,151,46,'44.60617385239752','7.484092712402344'),(292846,170,151,45,'44.614728229232945','7.4878692626953125'),(292845,170,151,44,'44.62260936112512','7.491302490234375'),(292844,170,151,43,'44.63965094114299','7.498769760131836'),(292843,170,151,42,'44.645696750604394','7.496452331542969'),(292842,170,151,41,'44.648749950270464','7.495079040527344'),(292841,170,151,40,'44.65009330721098','7.492504119873047'),(292840,170,151,39,'44.660716943211504','7.483921051025391'),(292839,170,151,38,'44.66816453877847','7.479972839355469'),(292838,170,151,37,'44.67109447803411','7.4782562255859375'),(292837,170,151,36,'44.688793043797794','7.469844818115234'),(292836,170,151,35,'44.70599818858353','7.461433410644531'),(292835,170,151,34,'44.72307625312174','7.438259124755859'),(292834,170,151,33,'44.73929574615724','7.415256500244141'),(292833,170,151,32,'44.75051258367135','7.406673431396484'),(292832,170,151,31,'44.76794313001535','7.393455505371094'),(292831,170,151,30,'44.78293163107372','7.381610870361328'),(292830,170,151,29,'44.78439371557173','7.377147674560547'),(292829,170,151,28,'44.78707410764538','7.375087738037109'),(292828,170,151,27,'44.79663721956124','7.37431526184082'),(292827,170,151,26,'44.80583336730732','7.373027801513672'),(292826,170,151,25,'44.8150280492475','7.371740341186523'),(292825,170,151,24,'44.82367336642375','7.370367050170898'),(292824,170,151,23,'44.83018693916216','7.368049621582031'),(292823,170,151,22,'44.83335214800053','7.369937896728516'),(292822,170,151,21,'44.83456948972844','7.374057769775391'),(292821,170,151,20,'44.8362737249464','7.374744415283203'),(292820,170,151,19,'44.8362737249464','7.375860214233398'),(292819,170,151,18,'44.83925601529978','7.376289367675781'),(292818,170,151,17,'44.84004720928166','7.379121780395508'),(292817,170,151,16,'44.844489865997026','7.384700775146484'),(292816,170,151,15,'44.84668063906718','7.388477325439453'),(292815,170,151,14,'44.84887132882075','7.390193939208984'),(292814,170,151,13,'44.8490538825394','7.393283843994141'),(292813,170,151,12,'44.84960154022384','7.396717071533203'),(292812,170,151,11,'44.84887132882075','7.400836944580078'),(292811,170,151,10,'44.85063599053129','7.401523590087891'),(292810,170,151,9,'44.85075768934602','7.4054718017578125'),(292809,170,151,8,'44.854286843112305','7.405643463134766'),(292808,170,151,7,'44.86414298906169','7.410621643066406'),(292807,170,151,6,'44.869009599324826','7.414398193359375'),(292806,170,151,5,'44.87034784501639','7.414398193359375'),(292805,170,151,4,'44.87387579814657','7.414054870605469'),(292804,170,151,3,'44.88980971906552','7.425212860107422'),(292803,170,151,2,'44.89333647901331','7.42401123046875'),(292802,170,151,1,'44.90160527494205','7.423152923583984'),(292801,170,151,0,'44.90890028388591','7.449932098388672'),(293277,170,151,476,'44.87174688678866','6.701445579528809'),(293278,170,151,477,'44.872933004260695','6.694321632385254'),(293279,170,151,478,'44.87451445619718','6.692948341369629'),(293280,170,151,479,'44.87719066047118','6.687970161437988'),(293281,170,151,480,'44.87722107116818','6.682734489440918'),(293282,170,151,481,'44.879197731999','6.678099632263184'),(293283,170,151,482,'44.88004919573891','6.672906875610352'),(293284,170,151,483,'44.879957968083765','6.671533584594727'),(293285,170,151,484,'44.8805357407901','6.669774055480957'),(293286,170,151,485,'44.88205616755632','6.669259071350098'),(293287,170,151,486,'44.88141759320842','6.666383743286133'),(293288,170,151,487,'44.882512287751105','6.663379669189453'),(293289,170,151,488,'44.88229943211022','6.662349700927734'),(293290,170,151,489,'44.88263391919232','6.661534309387207'),(293291,170,151,490,'44.882846773595666','6.660032272338867'),(293292,170,151,491,'44.88348533208054','6.659345626831055'),(293293,170,151,492,'44.88436713928844','6.658744812011719'),(293294,170,151,493,'44.8847624277871','6.654024124145508'),(293295,170,151,494,'44.88543137136633','6.6532087326049805'),(293296,170,151,495,'44.88530974583962','6.6518354415893555'),(293297,170,151,496,'44.886617206775554','6.649303436279297'),(293298,170,151,497,'44.88664761249026','6.647758483886719'),(293299,170,151,498,'44.8889888042576','6.647329330444336'),(293300,170,151,499,'44.89020497016467','6.647500991821289'),(293301,170,151,500,'44.89120828767931','6.646857261657715'),(293302,170,151,501,'44.89114748105545','6.643853187561035'),(293303,170,151,502,'44.8919987679394','6.641407012939453'),(293304,170,151,503,'44.89169473835591','6.640505790710449'),(293305,170,151,504,'44.89014416248005','6.639647483825684'),(293306,170,151,505,'44.88944486948624','6.640205383300781'),(293307,170,151,506,'44.88877597258001','6.639389991760254'),(293308,170,151,507,'44.889718506887654','6.638617515563965'),(293309,170,151,508,'44.89099546421452','6.638317108154297'),(293310,170,151,509,'44.891907559233104','6.637759208679199'),(293311,170,151,510,'44.893670901920004','6.637630462646484'),(293312,170,151,511,'44.89610301001212','6.636042594909668'),(293313,170,151,512,'44.89665022015735','6.63449764251709'),(293314,170,151,513,'44.89546459159455','6.631364822387695'),(293315,170,151,514,'44.89765342523236','6.630420684814453'),(293316,170,151,515,'44.90215243272471','6.631364822387695'),(293317,170,151,516,'44.901544479311426','6.635570526123047'),(293318,170,151,517,'44.900389350114814','6.636943817138672'),(293319,170,151,518,'44.89826141978999','6.63848876953125'),(293320,170,151,519,'44.89917339957239','6.640720367431641'),(293321,170,151,520,'44.90221322771245','6.639003753662109'),(293322,170,151,521,'44.90166607050837','6.6432952880859375'),(293323,171,152,0,'45.56078885817948','8.049931526184082'),(293324,171,152,1,'45.56289212770492','8.0584716796875'),(293325,171,152,2,'45.564124006147665','8.057527542114257'),(293326,171,152,3,'45.56583657276058','8.055124282836914'),(293327,171,152,4,'45.56896112117415','8.053364753723144'),(293328,171,152,5,'45.57025295098233','8.053922653198242'),(293329,171,152,6,'45.57103404296416','8.053450584411621'),(293330,171,152,7,'45.570763666199724','8.052635192871093'),(293331,171,152,8,'45.57151470955383','8.050661087036132'),(293332,171,152,9,'45.5727764397798','8.050704002380371'),(293333,171,152,10,'45.57280648063017','8.049888610839843'),(293334,171,152,11,'45.57142458488161','8.048515319824218'),(293335,171,152,12,'45.57115420999724','8.048129081726074'),(293336,171,152,13,'45.571184251715344','8.046927452087402'),(293337,171,152,14,'45.571875206796506','8.04598331451416'),(293338,171,152,15,'45.572746398913345','8.045296669006347'),(293339,171,152,16,'45.5737677793578','8.044395446777343'),(293340,171,152,17,'45.57545001253745','8.043622970581054'),(293341,171,152,18,'45.57737250303839','8.0419921875'),(293342,171,152,19,'45.57911470320331','8.041133880615234'),(293343,171,152,20,'45.57998578301496','8.039631843566894'),(293344,171,152,21,'45.58130739554339','8.038473129272461'),(293345,171,152,22,'45.58280919020038','8.037700653076171'),(293346,171,152,23,'45.583319791232604','8.036541938781738'),(293347,171,152,24,'45.585992862016695','8.033795356750488'),(293348,171,152,25,'45.58671366830407','8.032679557800293'),(293349,171,152,26,'45.589386577484916','8.030233383178711'),(293350,171,152,27,'45.59112840485471','8.029417991638183'),(293351,171,152,28,'45.592119420437974','8.027658462524414'),(293352,171,152,29,'45.5934407473287','8.025684356689453'),(293353,171,152,30,'45.59452180982772','8.024954795837402'),(293354,171,152,31,'45.597014180123246','8.024182319641113'),(293355,171,152,32,'45.59770481736448','8.021864891052246'),(293356,171,152,33,'45.59737451365748','8.01976203918457'),(293357,171,152,34,'45.59788498220337','8.018860816955566'),(293358,171,152,35,'45.59776487237506','8.01753044128418'),(293359,171,152,36,'45.597554679556865','8.016800880432129'),(293360,171,152,37,'45.59773484487782','8.015813827514648'),(293361,171,152,38,'45.59725440273651','8.01478385925293'),(293362,171,152,39,'45.59782492732136','8.011608123779296'),(293363,171,152,40,'45.59794503702113','8.008475303649902'),(293364,171,152,41,'45.5989059053637','8.00654411315918'),(293365,171,152,42,'45.59809517378427','8.003840446472168'),(293366,171,152,43,'45.59938633336465','8.003153800964355'),(293367,171,152,44,'45.59986675725207','8.00379753112793'),(293368,171,152,45,'45.60028712477914','8.003325462341308'),(293369,171,152,46,'45.59977667808651','8.001222610473632'),(293370,171,152,47,'45.59988177043225','8.000514507293701'),(293371,171,152,48,'45.600001875729234','7.99978494644165'),(293372,171,152,49,'45.600707489156775','7.9999566078186035'),(293373,171,152,50,'45.60124795301454','7.999377250671387'),(293374,171,152,51,'45.601563221194','7.998111248016357'),(293375,171,152,52,'45.60237390266359','7.997982501983643'),(293376,171,152,53,'45.60252402757619','7.9970383644104'),(293377,171,152,54,'45.60357489071632','7.996480464935303'),(293378,171,152,55,'45.60447561488391','7.994399070739746'),(293379,171,152,56,'45.60575161603243','7.994141578674316'),(293380,171,152,57,'45.60698255434102','7.991781234741211'),(293381,171,152,58,'45.60737284621347','7.99130916595459'),(293382,171,152,59,'45.6074328908759','7.989978790283203'),(293383,171,152,60,'45.60809337792051','7.988862991333008'),(293384,171,152,61,'45.60833355309941','7.987918853759766'),(293385,171,152,62,'45.609444349924885','7.987232208251953'),(293386,171,152,63,'45.60962447706697','7.9880475997924805'),(293387,171,152,64,'45.61238635414271','7.987489700317383'),(293388,171,152,65,'45.61304678285885','7.986202239990234'),(293389,171,152,66,'45.61493796752274','7.986545562744141'),(293390,171,152,67,'45.61607865124664','7.98581600189209'),(293391,171,152,68,'45.61619872186784','7.983713150024414'),(293392,171,152,69,'45.617429430912004','7.9822540283203125'),(293393,171,152,70,'45.61814983342893','7.982726097106934'),(293394,171,152,71,'45.61965064227938','7.983283996582031'),(293395,171,152,72,'45.620190923631704','7.982683181762695'),(293396,171,152,73,'45.61980072095504','7.981996536254883'),(293397,171,152,74,'45.62160163372957','7.981739044189453'),(293398,171,152,75,'45.62205185288477','7.982296943664551'),(293399,171,152,76,'45.62289225230136','7.981610298156738'),(293400,171,152,77,'45.62328243346257','7.984271049499512'),(293401,171,152,78,'45.62400276077973','7.983584403991699'),(293402,171,152,79,'45.62460302647396','7.984528541564941'),(293403,171,152,80,'45.62571350106433','7.98281192779541'),(294737,172,153,346,'45.876116541165715','9.656424522399902'),(294736,172,153,345,'45.8762958099639','9.655566215515136'),(294735,172,153,344,'45.874293942222785','9.655609130859375'),(294734,172,153,343,'45.87291948381281','9.654622077941894'),(294733,172,153,342,'45.87297924358094','9.653463363647461'),(294731,172,153,340,'45.86999117645678','9.652047157287597'),(294732,172,153,341,'45.87064856500756','9.652647972106933'),(294730,172,153,339,'45.87178403600887','9.651274681091308'),(294729,172,153,338,'45.8730688831127','9.652647972106933'),(294728,172,153,337,'45.8746823699605','9.652647972106933'),(294727,172,153,336,'45.8753994601897','9.65273380279541'),(294726,172,153,335,'45.876863490676165','9.6514892578125'),(294725,172,153,334,'45.879373167487714','9.650802612304687'),(294724,172,153,333,'45.881822980754286','9.65200424194336'),(294723,172,153,332,'45.88576635570338','9.652862548828125'),(294720,172,153,329,'45.898431060485876','9.65449333190918'),(294721,172,153,330,'45.89526515503776','9.652647972106933'),(294722,172,153,331,'45.88875357462059','9.652605056762695'),(294719,172,153,328,'45.90019313721258','9.657154083251953'),(294718,172,153,327,'45.9017461076275','9.659557342529296'),(294717,172,153,326,'45.902731624014706','9.659771919250488'),(294716,172,153,325,'45.907211023476776','9.658613204956054'),(294715,172,153,324,'45.907748527123374','9.659171104431152'),(294714,172,153,323,'45.9103463880428','9.662175178527832'),(294713,172,153,322,'45.91282469374945','9.665393829345703'),(294712,172,153,321,'45.91509388866347','9.666123390197754'),(294711,172,153,320,'45.919811128501465','9.666681289672851'),(294709,172,153,318,'45.92637876920371','9.667882919311523'),(294710,172,153,319,'45.92434885418593','9.666938781738281'),(294708,172,153,317,'45.9303189804329','9.66723918914795'),(294707,172,153,316,'45.93527369723695','9.667153358459472'),(294706,172,153,315,'45.93584077514546','9.66796875'),(294705,172,153,314,'45.93745243859266','9.668655395507812'),(294704,172,153,313,'45.938855144577424','9.67071533203125'),(294702,172,153,311,'45.94073531183326','9.67170238494873'),(294703,172,153,312,'45.93986984593636','9.6699857711792'),(294700,172,153,309,'45.943600206007964','9.675564765930175'),(294701,172,153,310,'45.942078249410436','9.673118591308593'),(294698,172,153,307,'45.94673351450278','9.669299125671386'),(294699,172,153,308,'45.94515196187404','9.670414924621582'),(294695,172,153,304,'45.95189562698646','9.666767120361328'),(294697,172,153,306,'45.948643253762455','9.668655395507812'),(294696,172,153,305,'45.950165030129405','9.667367935180664'),(294694,172,153,303,'45.95508813801089','9.6659517288208'),(294693,172,153,302,'45.95735560423149','9.6624755859375'),(294692,172,153,301,'45.96165160157818','9.659299850463867'),(294691,172,153,300,'45.962874706570226','9.656338691711425'),(294689,172,153,298,'45.96523134492842','9.651575088500976'),(294690,172,153,299,'45.96481372012296','9.654321670532226'),(294688,172,153,297,'45.96600692550006','9.649558067321777'),(294686,172,153,295,'45.973076140101924','9.650115966796875'),(294687,172,153,296,'45.97080931723652','9.648399353027343'),(294685,172,153,294,'45.97426916750216','9.653592109680175'),(294684,172,153,293,'45.977788448595504','9.659256935119629'),(294683,172,153,292,'45.97811650577549','9.660930633544921'),(294682,172,153,291,'45.9819635767489','9.667024612426757'),(294681,172,153,290,'45.98253017702132','9.669427871704101'),(294680,172,153,289,'45.9837826412578','9.66947078704834'),(294679,172,153,288,'45.98587001868649','9.671874046325683'),(294678,172,153,287,'45.98840458546621','9.671101570129394'),(294677,172,153,286,'45.98897111981777','9.673161506652832'),(294675,172,153,284,'45.991088117916995','9.673633575439453'),(294676,172,153,285,'45.9898358189643','9.67294692993164'),(294674,172,153,283,'45.993443555843164','9.67470645904541'),(294672,172,153,281,'45.99767712894077','9.672517776489257'),(294673,172,153,282,'45.996126843983966','9.673676490783691'),(294669,172,153,278,'46.00310278425831','9.671831130981445'),(294670,172,153,279,'46.00199980950613','9.6714448928833'),(294671,172,153,280,'46.00024096643993','9.673075675964355'),(294668,172,153,277,'46.00578560402203','9.66869831085205'),(294667,172,153,276,'46.00688850329784','9.668354988098144'),(294664,172,153,273,'46.011538323309836','9.665007591247558'),(294665,172,153,274,'46.009809589723154','9.665865898132324'),(294666,172,153,275,'46.00840867976965','9.66723918914795'),(294662,172,153,271,'46.01535326829827','9.665393829345703'),(294663,172,153,272,'46.01276032652311','9.664793014526367'),(294660,172,153,269,'46.01857192343803','9.666638374328613'),(294661,172,153,270,'46.016694397374344','9.666295051574707'),(294659,172,153,268,'46.01681360727372','9.665522575378418'),(294657,172,153,266,'46.015859920883095','9.664320945739746'),(294658,172,153,267,'46.014727396931804','9.66320514678955'),(294656,172,153,265,'46.01791628665975','9.664449691772461'),(294653,172,153,262,'46.023220761225964','9.66174602508545'),(294654,172,153,263,'46.02128379298403','9.662132263183593'),(294655,172,153,264,'46.02077719009486','9.662604331970214'),(294652,172,153,261,'46.02694550941847','9.656682014465332'),(294651,172,153,260,'46.0281075794889','9.654536247253418'),(294650,172,153,259,'46.02915044208551','9.653892517089843'),(294649,172,153,258,'46.02971655925541','9.652562141418457'),(294647,172,153,256,'46.03075939149535','9.653077125549316'),(294648,172,153,257,'46.03102754517684','9.65174674987793'),(294646,172,153,255,'46.031861792754825','9.651360511779785'),(294645,172,153,254,'46.03159364312088','9.649600982666015'),(294644,172,153,253,'46.03263643994481','9.649214744567871'),(294642,172,153,251,'46.03448363173549','9.649558067321777'),(294643,172,153,252,'46.033113140511134','9.648871421813964'),(294641,172,153,250,'46.034662388954814','9.64900016784668'),(294640,172,153,249,'46.0362711779087','9.649944305419921'),(294639,172,153,248,'46.03761179959311','9.651875495910644'),(294638,172,153,247,'46.03948861530985','9.652690887451171'),(294637,172,153,246,'46.04056105281208','9.653935432434082'),(294635,172,153,244,'46.04160368042727','9.652519226074218'),(294636,172,153,245,'46.040888737896964','9.652261734008789'),(294634,172,153,243,'46.04151431311693','9.651618003845214'),(294633,172,153,242,'46.040114206382505','9.651060104370117'),(294632,172,153,241,'46.03999504672427','9.650330543518066'),(294631,172,153,240,'46.0390119697384','9.649214744567871'),(294630,172,153,239,'46.04121642103843','9.649772644042968'),(294628,172,153,237,'46.04389739192367','9.650115966796875'),(294629,172,153,238,'46.04339099627815','9.649386405944824'),(294627,172,153,236,'46.04351014861233','9.64874267578125'),(294626,172,153,235,'46.04142494566203','9.648313522338867'),(294625,172,153,234,'46.0439569675768','9.64698314666748'),(294624,172,153,233,'46.04112705310169','9.64672565460205'),(294623,172,153,232,'46.04452293307727','9.645137786865234'),(294622,172,153,231,'46.042527134169845','9.643936157226562'),(294621,172,153,230,'46.041663258553875','9.642863273620605'),(294620,172,153,229,'46.04121642103843','9.640674591064453'),(294619,172,153,228,'46.040233365783756','9.639472961425781'),(294618,172,153,227,'46.03865448286146','9.639687538146972'),(294617,172,153,226,'46.03719472077665','9.63827133178711'),(294616,172,153,225,'46.03814803915995','9.635782241821289'),(294613,172,153,222,'46.03585408897345','9.630074501037597'),(294614,172,153,223,'46.03710534633499','9.631876945495605'),(294615,172,153,224,'46.03740326057839','9.634151458740234'),(294612,172,153,221,'46.03835657536389','9.629988670349121'),(294610,172,153,219,'46.03868427352287','9.629731178283691'),(294611,172,153,220,'46.03886301715407','9.630932807922363'),(294609,172,153,218,'46.03850552931346','9.628744125366211'),(294608,172,153,217,'46.039607776060265','9.630074501037597'),(294607,172,153,216,'46.040203575957534','9.63376522064209'),(294606,172,153,215,'46.041484523981346','9.630203247070312'),(294605,172,153,214,'46.04488038198489','9.628915786743164'),(294604,172,153,213,'46.04541655100975','9.625182151794433'),(294602,172,153,211,'46.04750160330395','9.624409675598144'),(294603,172,153,212,'46.046905882107715','9.622392654418945'),(294601,172,153,210,'46.04809731807564','9.623937606811523'),(294600,172,153,209,'46.049705715868654','9.624710083007812'),(294599,172,153,208,'46.05086730736975','9.623551368713379'),(294598,172,153,207,'46.05298193687039','9.62376594543457'),(294597,172,153,206,'46.05322019990778','9.625310897827148'),(294596,172,153,205,'46.052267141590704','9.626469612121582'),(294595,172,153,204,'46.052118224743','9.63003158569336'),(294594,172,153,203,'46.05187995695146','9.631791114807129'),(294592,172,153,201,'46.05473910260703','9.633121490478515'),(294593,172,153,202,'46.05390520041446','9.63226318359375'),(294591,172,153,200,'46.05780656303007','9.630331993103027'),(294588,172,153,197,'46.058729745914874','9.625868797302246'),(294589,172,153,198,'46.0557516811981','9.63076114654541'),(294590,172,153,199,'46.05479866656755','9.631147384643554'),(294587,172,153,196,'46.06272010082918','9.620246887207031'),(294586,172,153,195,'46.06388141859986','9.619989395141601'),(294585,172,153,194,'46.06441740317782','9.619560241699218'),(294584,172,153,193,'46.06542980429376','9.619688987731933'),(294583,172,153,192,'46.06885396458359','9.61677074432373'),(294582,172,153,191,'46.07132518308108','9.615397453308105'),(294580,172,153,189,'46.07043198434438','9.620590209960937'),(294581,172,153,190,'46.07111677133542','9.617886543273925'),(294579,172,153,188,'46.070342663675696','9.62625503540039'),(294578,172,153,187,'46.07397492094978','9.622478485107421'),(294576,172,153,185,'46.07802371286164','9.621148109436035'),(294577,172,153,186,'46.0765947614013','9.620933532714843'),(294575,172,153,184,'46.07867863658087','9.621105194091796'),(294573,172,153,182,'46.08245918063827','9.626684188842773'),(294574,172,153,183,'46.08046475266945','9.62977409362793'),(294571,172,153,180,'46.086090640433554','9.618315696716308'),(294572,172,153,181,'46.08400704519113','9.619431495666504'),(294569,172,153,178,'46.08891825095951','9.619174003601074'),(294570,172,153,179,'46.08793604478566','9.621148109436035'),(294567,172,153,176,'46.09141833320808','9.618701934814453'),(294568,172,153,177,'46.0900790175251','9.619903564453125'),(294565,172,153,174,'46.090852848331096','9.616727828979492'),(294566,172,153,175,'46.09237071568507','9.618144035339355'),(294564,172,153,173,'46.090614747701','9.614753723144531'),(294563,172,153,172,'46.0900790175251','9.614195823669433'),(294562,172,153,171,'46.08918612233512','9.6110200881958'),(294561,172,153,170,'46.0903468832635','9.607629776000976'),(294560,172,153,169,'46.09183500256537','9.606771469116211'),(294559,172,153,168,'46.0947813603295','9.607973098754882'),(294557,172,153,166,'46.093829019481056','9.606213569641113'),(294558,172,153,167,'46.097668043044706','9.607973098754882'),(294555,172,153,164,'46.093948062986506','9.604625701904296'),(294556,172,153,165,'46.09115047267328','9.604496955871582'),(294554,172,153,163,'46.09243023904382','9.603466987609863'),(294553,172,153,162,'46.088382504305564','9.603424072265625'),(294551,172,153,160,'46.09406710623496','9.601836204528808'),(294552,172,153,161,'46.09144809540942','9.601364135742187'),(294550,172,153,159,'46.09677527071673','9.599089622497558'),(294549,172,153,158,'46.09751924866049','9.599089622497558'),(294547,172,153,156,'46.09870959249211','9.594883918762207'),(294548,172,153,157,'46.097400212864024','9.59754467010498'),(294546,172,153,155,'46.101477042575944','9.592180252075195'),(294544,172,153,153,'46.103262420526484','9.590721130371093'),(294545,172,153,154,'46.102220957081656','9.591236114501953'),(294543,172,153,152,'46.104095577117235','9.590377807617187'),(294541,172,153,150,'46.1050774955061','9.589090347290039'),(294542,172,153,151,'46.10472043629736','9.58956241607666'),(294540,172,153,149,'46.10558332542629','9.588704109191894'),(294539,172,153,148,'46.10582136142981','9.588232040405273'),(294538,172,153,147,'46.10626767616598','9.588103294372558'),(294537,172,153,146,'46.10668423332623','9.587502479553222'),(294536,172,153,145,'46.107428077568755','9.5875883102417'),(294535,172,153,144,'46.10766610560646','9.58681583404541'),(294534,172,153,143,'46.108261171203836','9.58707332611084'),(294533,172,153,142,'46.10918351018429','9.585742950439453'),(294532,172,153,141,'46.109867816228764','9.585099220275879'),(294530,172,153,139,'46.11147441442262','9.583640098571777'),(294531,172,153,140,'46.11087938351494','9.583683013916015'),(294529,172,153,138,'46.111801678683634','9.582180976867675'),(294528,172,153,137,'46.1132594686017','9.57883358001709'),(294526,172,153,135,'46.11676990649229','9.573812484741211'),(294527,172,153,136,'46.11504446496491','9.575958251953125'),(294525,172,153,134,'46.11828706043823','9.574112892150879'),(294524,172,153,133,'46.120012400435094','9.575743675231933'),(294523,172,153,132,'46.120637079181286','9.576044082641601'),(294522,172,153,131,'46.12185666965473','9.575743675231933'),(294521,172,153,130,'46.11971493187618','9.572868347167968'),(294520,172,153,129,'46.12048834678888','9.57385540008545'),(294519,172,153,128,'46.12337368354304','9.575357437133789'),(294518,172,153,127,'46.12450398045964','9.577116966247558'),(294517,172,153,126,'46.12551527909635','9.578962326049804'),(294516,172,153,125,'46.12637784267476','9.580936431884765'),(294515,172,153,124,'46.12685373403999','9.584627151489257'),(294514,172,153,123,'46.127537820674746','9.585700035095214'),(294513,172,153,122,'46.12732962129396','9.587502479553222'),(294512,172,153,121,'46.127121421126226','9.592609405517578'),(294511,172,153,120,'46.127746019268635','9.592523574829101'),(294510,172,153,119,'46.12929261275913','9.586429595947265'),(294509,172,153,118,'46.12890596845763','9.58256721496582'),(294508,172,153,117,'46.128965452372974','9.576215744018554'),(294507,172,153,116,'46.128340868057904','9.574756622314453'),(294506,172,153,115,'46.12810292931307','9.57235336303711'),(294505,172,153,114,'46.127002449248494','9.571194648742675'),(294504,172,153,113,'46.126615788871305','9.569478034973144'),(294502,172,153,111,'46.12887622647586','9.569950103759765'),(294503,172,153,112,'46.12893571042331','9.571709632873535'),(294501,172,153,110,'46.12932235451607','9.57209587097168'),(294500,172,153,109,'46.130065893219935','9.570508003234863'),(294498,172,153,107,'46.132920988568706','9.573469161987304'),(294499,172,153,108,'46.13095812641539','9.574112892150879'),(294497,172,153,106,'46.134645870286704','9.578790664672851'),(294496,172,153,105,'46.13518116742138','9.572610855102539'),(294495,172,153,104,'46.13541907558884','9.564542770385742'),(294494,172,153,103,'46.13369421808858','9.558706283569336'),(294493,172,153,102,'46.13387265412837','9.541282653808593'),(294492,172,153,101,'46.135240644559595','9.52737808227539'),(294490,172,153,99,'46.13571645935279','9.516477584838867'),(294491,172,153,100,'46.13494325822614','9.521541595458984'),(294489,172,153,98,'46.1360733177497','9.508495330810546'),(294488,172,153,97,'46.13827389342941','9.498796463012695'),(294487,172,153,96,'46.13815494564098','9.488754272460937'),(294486,172,153,95,'46.136311222062865','9.482660293579101'),(294485,172,153,94,'46.13750072821168','9.475107192993164'),(294484,172,153,93,'46.13767915191778','9.47047233581543'),(294483,172,153,92,'46.13773862635802','9.456396102905273'),(294482,172,153,91,'46.13797652347657','9.442319869995117'),(294480,172,153,89,'46.14231796535036','9.416484832763671'),(294481,172,153,90,'46.138333367227254','9.425239562988281'),(294479,172,153,88,'46.14202061723829','9.412965774536132'),(294478,172,153,87,'46.14047438116777','9.411678314208984'),(294476,172,153,85,'46.13250462971521','9.396228790283203'),(294477,172,153,86,'46.13476482565519','9.40378189086914'),(294474,172,153,83,'46.12988744484639','9.375629425048828'),(294475,172,153,84,'46.13381317551267','9.386100769042968'),(294473,172,153,82,'46.12631835596503','9.3603515625'),(294472,172,153,81,'46.11739462199946','9.350051879882812'),(294471,172,153,80,'46.10644620104866','9.323101043701171'),(294470,172,153,79,'46.09954281788488','9.32241439819336'),(294468,172,153,77,'46.07037243724798','9.31589126586914'),(294469,172,153,78,'46.08692405649546','9.312286376953125'),(294467,172,153,76,'46.05762788068894','9.319324493408203'),(294466,172,153,75,'46.04261649984193','9.312801361083984'),(294464,172,153,73,'46.01091240876858','9.29494857788086'),(294465,172,153,74,'46.03165323204086','9.306621551513671'),(294463,172,153,72,'45.99875037769884','9.296321868896484'),(294462,172,153,71,'45.990879403392554','9.295120239257812'),(294460,172,153,69,'45.95878764035639','9.311599731445312'),(294461,172,153,70,'45.97203222004427','9.305591583251953'),(294459,172,153,68,'45.95377535200276','9.313488006591796'),(294458,172,153,67,'45.944346247903425','9.31314468383789'),(294456,172,153,65,'45.93384105353262','9.327220916748046'),(294457,172,153,66,'45.93622877247848','9.32241439819336'),(294454,172,153,63,'45.91724356667778','9.327220916748046'),(294455,172,153,64,'45.923930921285205','9.331512451171875'),(294453,172,153,62,'45.903269171034296','9.334945678710937'),(294451,172,153,60,'45.89299514946521','9.353485107421875'),(294452,172,153,61,'45.896340388449744','9.345073699951171'),(294449,172,153,58,'45.879492673079945','9.371509552001953'),(294450,172,153,59,'45.88522863923791','9.360179901123046'),(294448,172,153,57,'45.87387563239213','9.382667541503906'),(294447,172,153,56,'45.86299847160944','9.39107894897461'),(294446,172,153,55,'45.85881438146643','9.396915435791015'),(294444,172,153,53,'45.84566233398956','9.40481185913086'),(294445,172,153,54,'45.853434374328245','9.399147033691406'),(294443,172,153,52,'45.84028105450088','9.404296875'),(294442,172,153,51,'45.83848717900212','9.395027160644531'),(294441,172,153,50,'45.837530421754806','9.376659393310546'),(294440,172,153,49,'45.83011499530203','9.353828430175781'),(294439,172,153,48,'45.82461258878781','9.348335266113281'),(294438,172,153,47,'45.824253717296116','9.328765869140625'),(294437,172,153,46,'45.82293783536733','9.323272705078125'),(294436,172,153,45,'45.82078450693988','9.325504302978515'),(294435,172,153,44,'45.81982744535025','9.322586059570312'),(294434,172,153,43,'45.818990002964306','9.31314468383789'),(294433,172,153,42,'45.81575975006171','9.299240112304687'),(294432,172,153,41,'45.81372579098662','9.289283752441406'),(294431,172,153,40,'45.81372579098662','9.28070068359375'),(294430,172,153,39,'45.814443667378114','9.276924133300781'),(294429,172,153,38,'45.812409660234714','9.27022933959961'),(294428,172,153,37,'45.809537994269434','9.263362884521484'),(294427,172,153,36,'45.807264487041664','9.253406524658203'),(294426,172,153,35,'45.80750380796182','9.245166778564453'),(294425,172,153,34,'45.805708875998064','9.234352111816406'),(294424,172,153,33,'45.80367454985437','9.222679138183593'),(294423,172,153,32,'45.8051105524909','9.214096069335937'),(294422,172,153,31,'45.80391388619765','9.212207794189453'),(294421,172,153,30,'45.79625461321962','9.20431137084961'),(294420,172,153,29,'45.79655382333132','9.201650619506836'),(294419,172,153,28,'45.795117600143065','9.200620651245117'),(294418,172,153,27,'45.793621494960504','9.19804573059082'),(294417,172,153,26,'45.78763667258138','9.196243286132812'),(294416,172,153,25,'45.78661918886637','9.194011688232421'),(294415,172,153,24,'45.781232200942874','9.188861846923828'),(294414,172,153,23,'45.77788003463297','9.185514450073242'),(294413,172,153,22,'45.77548550673774','9.186458587646484'),(294412,172,153,21,'45.774348069967054','9.184741973876953'),(294411,172,153,20,'45.77183365372955','9.184484481811523'),(294410,172,153,19,'45.769468801682606','9.182381629943847'),(294409,172,153,18,'45.76746308908782','9.179677963256836'),(294408,172,153,17,'45.766295551532515','9.175515174865722'),(294407,172,153,16,'45.76488848662397','9.175300598144531'),(294406,172,153,15,'45.7636310794436','9.17384147644043'),(294405,172,153,14,'45.761954492450286','9.172468185424804'),(294404,172,153,13,'45.761415578787925','9.165687561035156'),(294403,172,153,12,'45.76021797423451','9.164485931396484'),(294402,172,153,11,'45.760756899464695','9.162425994873046'),(294401,172,153,10,'45.75860116731073','9.159421920776367'),(294400,172,153,9,'45.754469114545806','9.150838851928711'),(294399,172,153,8,'45.75422956587226','9.14912223815918'),(294398,172,153,7,'45.75303180708059','9.14637565612793'),(294397,172,153,6,'45.751055448873544','9.144830703735351'),(294396,172,153,5,'45.74680304697489','9.14285659790039'),(294395,172,153,4,'45.744347287055','9.139680862426757'),(294394,172,153,3,'45.74219092097852','9.135560989379882'),(294393,172,153,2,'45.7405136897804','9.133157730102539'),(294392,172,153,1,'45.73871660044167','9.131183624267578'),(294391,172,153,0,'45.73943544311799','9.129037857055664'),(294738,172,153,347,'45.876355566101445','9.657325744628906'),(294739,172,153,348,'45.87859637487299','9.656767845153808'),(294740,172,153,349,'45.88038895682884','9.658141136169433'),(294741,172,153,350,'45.88083709328149','9.65749740600586'),(294742,172,153,351,'45.883256967667165','9.659342765808105'),(294743,172,153,352,'45.883615458612184','9.658870697021484'),(294744,172,153,353,'45.88295822344591','9.658055305480957'),(294745,172,153,354,'45.8856468636053','9.65947151184082'),(294746,172,153,355,'45.886423557648435','9.660758972167968'),(294747,172,153,356,'45.884631170394','9.66299057006836'),(294748,172,153,357,'45.88433243356238','9.665007591247558'),(294749,172,153,358,'45.88259972825987','9.66372013092041'),(294750,172,153,359,'45.88149435354051','9.664750099182129'),(294751,172,153,360,'45.88038895682884','9.664449691772461'),(294752,172,153,361,'45.87907440238261','9.666552543640136'),(294753,172,153,362,'45.87796895752555','9.666852951049804'),(294754,172,153,363,'45.876893368447746','9.666380882263183'),(294755,172,153,364,'45.8751305524381','9.667367935180664'),(294756,172,153,365,'45.87327804145782','9.668054580688476'),(294757,172,153,366,'45.870080820807914','9.669170379638671'),(294758,172,153,367,'45.868168376625384','9.669556617736816'),(294759,172,153,368,'45.86724201281922','9.66921329498291'),(294760,172,153,369,'45.86559842613771','9.670929908752441'),(294761,172,153,370,'45.86428352180344','9.671487808227539'),(294762,172,153,371,'45.86640528385382','9.671144485473632'),(294763,172,153,372,'45.86518005085951','9.673075675964355'),(294764,172,153,373,'45.86685353308017','9.672045707702636'),(294765,172,153,374,'45.86822814150213','9.673376083374023'),(294766,172,153,375,'45.87017046501445','9.673891067504882'),(294767,172,153,376,'45.86849708265214','9.676551818847656'),(294768,172,153,377,'45.87133582654266','9.67646598815918'),(294769,172,153,378,'45.87462261202371','9.676766395568847'),(294770,172,153,379,'45.876415322174736','9.677538871765136'),(294771,172,153,380,'45.877759816835436','9.678611755371093'),(294772,172,153,381,'45.877281778016375','9.679512977600097'),(294773,172,153,382,'45.874264063053594','9.680886268615722'),(294774,172,153,383,'45.876893368447746','9.68320369720459'),(294775,172,153,384,'45.876863490676165','9.68667984008789'),(294776,172,153,385,'45.877401288106704','9.688525199890136'),(294777,172,153,386,'45.87533970302402','9.687023162841796'),(294778,172,153,387,'45.875758001834356','9.69067096710205'),(294779,172,153,388,'45.87704275706466','9.693803787231445'),(294780,172,153,389,'45.87784944865616','9.694275856018066'),(294781,172,153,390,'45.87656471207683','9.695906639099121'),(294782,172,153,391,'45.876714101577306','9.697709083557129'),(294783,172,153,392,'45.87336768050761','9.698824882507324'),(294784,172,153,393,'45.87082785144472','9.698739051818847'),(294785,172,153,394,'45.86990153196104','9.697065353393554'),(294786,172,153,395,'45.868706258202515','9.695305824279785'),(294787,172,153,396,'45.868258023916375','9.693760871887207'),(294788,172,153,397,'45.867331661604204','9.692044258117675'),(294789,172,153,398,'45.86661446727594','9.691486358642578'),(294790,172,153,399,'45.865329470963175','9.68667984008789'),(294791,172,153,400,'45.86428352180344','9.685864448547363'),(294792,172,153,401,'45.86419386810264','9.684233665466308'),(294793,172,153,402,'45.86141453166421','9.679727554321289'),(294794,172,153,403,'45.86012941515462','9.676980972290039'),(294795,172,153,404,'45.85980065964836','9.674363136291504'),(294796,172,153,405,'45.85929257913341','9.674921035766601'),(294797,172,153,406,'45.85755909302365','9.671487808227539'),(294798,172,153,407,'45.85561632885364','9.670157432556152'),(294799,172,153,408,'45.854271298513694','9.66895580291748'),(294800,172,153,409,'45.85277678220395','9.66921329498291'),(294801,172,153,410,'45.850893634470374','9.670886993408203'),(294802,172,153,411,'45.852896344986725','9.667668342590332'),(294803,172,153,412,'45.85071428374173','9.667668342590332'),(294804,172,153,413,'45.85253765586732','9.666252136230468'),(294805,172,153,414,'45.8499968750437','9.667410850524902'),(294806,172,153,415,'45.85265721916416','9.665007591247558'),(294807,172,153,416,'45.84918977919765','9.667410850524902'),(294808,172,153,417,'45.84398821392679','9.671788215637207'),(294809,172,153,418,'45.83827788975997','9.673676490783691'),(294810,172,153,419,'45.82999538355266','9.675006866455078'),(294811,172,153,420,'45.82353596737248','9.673118591308593'),(294812,172,153,421,'45.81575975006171','9.67294692993164'),(294813,172,153,422,'45.80750380796182','9.678096771240234'),(294814,172,153,423,'45.80606786701775','9.676980972290039'),(294815,172,153,424,'45.804332722324254','9.671573638916015'),(294816,172,153,425,'45.802717194199154','9.671144485473632'),(294817,172,153,426,'45.80128112987001','9.669857025146484'),(294818,172,153,427,'45.794459318811036','9.669256210327148'),(294819,172,153,428,'45.79242458189578','9.664621353149414'),(294820,172,153,429,'45.79254427435898','9.65998649597168'),(294821,172,153,430,'45.79344195963952','9.658699035644531'),(294822,172,153,431,'45.79003067864973','9.639558792114257'),(294823,172,153,432,'45.78919278822187','9.637670516967773'),(294824,172,153,433,'45.787696523986234','9.630975723266601'),(294825,172,153,434,'45.78572139369445','9.62900161743164'),(294826,172,153,435,'45.78224978298225','9.622135162353515'),(294827,172,153,436,'45.77979558291624','9.617156982421875'),(294828,172,153,437,'45.77979558291624','9.614496231079101'),(294829,172,153,438,'45.776443330234656','9.613037109375'),(294830,172,153,439,'45.77356981038846','9.614925384521484'),(294831,172,153,440,'45.77051653331496','9.613037109375'),(294832,172,153,441,'45.77045666346615','9.611320495605468'),(294833,172,153,442,'45.76590636691698','9.611063003540039'),(294834,172,153,443,'45.76201437142477','9.605398178100586'),(294835,172,153,444,'45.75955928077279','9.608573913574218'),(294836,172,153,445,'45.75476854894178','9.611234664916992'),(294837,172,153,446,'45.749677945705386','9.612350463867187'),(294838,172,153,447,'45.737099170583306','9.622650146484375'),(294839,172,153,448,'45.73266597450886','9.635868072509765'),(294840,172,153,449,'45.73122810560905','9.644451141357421'),(294841,172,153,450,'45.728352256755215','9.64925765991211'),(294842,172,153,451,'45.72439772280638','9.653205871582031'),(294843,172,153,452,'45.71936427471123','9.660758972167968'),(294844,172,153,453,'45.714330373140186','9.666509628295898'),(294845,172,153,454,'45.71468995257691','9.66221809387207'),(294846,172,153,455,'45.717386724604346','9.657669067382812'),(294847,172,153,456,'45.71816576784979','9.651832580566406'),(294848,172,153,457,'45.71678745317853','9.65097427368164'),(294849,172,153,458,'45.71468995257691','9.65200424194336'),(294850,172,153,459,'45.71223278031342','9.651060104370117'),(294851,172,153,460,'45.71109405409486','9.652175903320312'),(294852,172,153,461,'45.71061458348287','9.655008316040039'),(294853,172,153,462,'45.70815723203861','9.659042358398437'),(294854,172,153,463,'45.70647897872479','9.658355712890625'),(294855,172,153,464,'45.70444103196148','9.65749740600586'),(294856,172,153,465,'45.70048480556856','9.662046432495117'),(294857,172,153,466,'45.69946573221641','9.662303924560546'),(294858,172,153,467,'45.69988535290494','9.664363861083984'),(294859,172,153,468,'45.70222318194884','9.668140411376953'),(294860,172,153,469,'45.70222318194884','9.672002792358398'),(294861,172,153,470,'45.70174363524254','9.672775268554687'),(294862,172,153,471,'45.70474073467439','9.679641723632812'),(294863,172,153,472,'45.70569977255856','9.685220718383789'),(294864,172,153,473,'45.70222318194884','9.681358337402343'),(294865,172,153,474,'45.699645570039955','9.684276580810546'),(294866,172,153,475,'45.69826679861071','9.684619903564453'),(294867,172,153,476,'45.69472979469423','9.680757522583007'),(296169,173,154,421,'46.606909136147046','12.273058891296386'),(296168,173,154,420,'46.60567084284895','12.273445129394531'),(296167,173,154,419,'46.605906710421436','12.274861335754394'),(296166,173,154,418,'46.603371080196005','12.275247573852539'),(296165,173,154,417,'46.60142505092695','12.273831367492675'),(296164,173,154,416,'46.60080584513697','12.270269393920898'),(296163,173,154,415,'46.59700199717196','12.26872444152832'),(296162,173,154,414,'46.59732636671532','12.267565727233886'),(296161,173,154,413,'46.59623529780536','12.265763282775879'),(296160,173,154,412,'46.594642887535905','12.264089584350586'),(296159,173,154,411,'46.593197882166635','12.26374626159668'),(296158,173,154,410,'46.59066165713971','12.262115478515625'),(296157,173,154,409,'46.58936400774224','12.26022720336914'),(296156,173,154,408,'46.588715171393105','12.258167266845703'),(296155,173,154,407,'46.58839075030595','12.255806922912597'),(296154,173,154,406,'46.586768615744084','12.254390716552734'),(296153,173,154,405,'46.584939969488396','12.254047393798828'),(296152,173,154,404,'46.581931417233434','12.251558303833007'),(296151,173,154,403,'46.57856872007625','12.251901626586914'),(296150,173,154,402,'46.57060360542008','12.245550155639648'),(296149,173,154,401,'46.568066323238796','12.245721817016601'),(296148,173,154,400,'46.56487980075241','12.243833541870117'),(296147,173,154,399,'46.5625192930436','12.237825393676757'),(296146,173,154,398,'46.55809306425781','12.234134674072265'),(296145,173,154,397,'46.55644051294451','12.22752571105957'),(296144,173,154,396,'46.55738483414326','12.219457626342773'),(296143,173,154,395,'46.55891932104163','12.217826843261718'),(296142,173,154,394,'46.558683248958694','12.215509414672851'),(296141,173,154,393,'46.55638149232393','12.21430778503418'),(296140,173,154,392,'46.55620443007708','12.205209732055664'),(296139,173,154,391,'46.55762091187521','12.198171615600586'),(296138,173,154,390,'46.556853655491054','12.196283340454101'),(296137,173,154,389,'46.55602736725248','12.198343276977539'),(296136,173,154,388,'46.55295818649569','12.189159393310546'),(296135,173,154,387,'46.551777686138884','12.190275192260742'),(296133,173,154,385,'46.54888535174444','12.17611312866211'),(296134,173,154,386,'46.55030202458368','12.18358039855957'),(296132,173,154,384,'46.548295060481685','12.17010498046875'),(296131,173,154,383,'46.54687833525975','12.171564102172851'),(296130,173,154,382,'46.547881852778204','12.165899276733398'),(296129,173,154,381,'46.54658317951774','12.167701721191406'),(296128,173,154,380,'46.54658317951774','12.16435432434082'),(296127,173,154,379,'46.54493027770447','12.165985107421875'),(296126,173,154,378,'46.544221875806294','12.163238525390625'),(296124,173,154,376,'46.54215565080281','12.159891128540039'),(296125,173,154,377,'46.54180143290622','12.162981033325195'),(296123,173,154,375,'46.54339539524157','12.158689498901367'),(296122,173,154,374,'46.54180143290622','12.156286239624023'),(296121,173,154,373,'46.5420375784274','12.155599594116211'),(296120,173,154,372,'46.54321829062647','12.155771255493164'),(296119,173,154,371,'46.54256890209465','12.153282165527343'),(296118,173,154,370,'46.54304118543358','12.151737213134765'),(296117,173,154,369,'46.54463511137031','12.150707244873046'),(296116,173,154,368,'46.54044357622674','12.141094207763671'),(296115,173,154,367,'46.54044357622674','12.138862609863281'),(296114,173,154,366,'46.5401483854984','12.137060165405273'),(296113,173,154,365,'46.540738765350206','12.135429382324218'),(296112,173,154,364,'46.53938088209381','12.133455276489257'),(296111,173,154,363,'46.53985319316517','12.132339477539062'),(296110,173,154,362,'46.53896760653612','12.13113784790039'),(296109,173,154,361,'46.53997127029103','12.129936218261718'),(296108,173,154,360,'46.544221875806294','12.127447128295898'),(296107,173,154,359,'46.54262793773669','12.124958038330078'),(296106,173,154,358,'46.53896760653612','12.123498916625976'),(296105,173,154,357,'46.537314472849445','12.124786376953125'),(296103,173,154,355,'46.53312237252729','12.120752334594726'),(296104,173,154,356,'46.533889964393865','12.122812271118164'),(296102,173,154,354,'46.52892994859129','12.121353149414062'),(296100,173,154,352,'46.52089848642894','12.115001678466796'),(296101,173,154,353,'46.52255211982299','12.119979858398437'),(296099,173,154,351,'46.523260804441584','12.116889953613281'),(296098,173,154,350,'46.52184342595995','12.113628387451171'),(296095,173,154,347,'46.52172530941734','12.110538482666015'),(296096,173,154,348,'46.524796256068306','12.1124267578125'),(296097,173,154,349,'46.52255211982299','12.114486694335937'),(296094,173,154,346,'46.52166625104974','12.107706069946289'),(296092,173,154,344,'46.517591068647384','12.101097106933593'),(296093,173,154,345,'46.519540107060365','12.104787826538086'),(296089,173,154,341,'46.51481504476044','12.092771530151367'),(296090,173,154,342,'46.51658699127164','12.095174789428711'),(296091,173,154,343,'46.51682324644097','12.098865509033203'),(296088,173,154,340,'46.51440158226079','12.089767456054687'),(296087,173,154,339,'46.512157016658584','12.088737487792968'),(296086,173,154,338,'46.51192074120248','12.086849212646484'),(296084,173,154,336,'46.505245535179604','12.077322006225586'),(296085,173,154,337,'46.50985328714593','12.083759307861328'),(296083,173,154,335,'46.50152360421799','12.075090408325195'),(296082,173,154,334,'46.49449259495498','12.075433731079101'),(296079,173,154,331,'46.488110723943244','12.064018249511718'),(296080,173,154,332,'46.48946988885999','12.066593170166015'),(296081,173,154,333,'46.48870166938451','12.067108154296875'),(296078,173,154,330,'46.491656300288525','12.06247329711914'),(296077,173,154,329,'46.49212902633843','12.061443328857421'),(296076,173,154,328,'46.48911532737339','12.059383392333984'),(296075,173,154,327,'46.48604236433997','12.057580947875976'),(296074,173,154,326,'46.48279192606356','12.060070037841796'),(296073,173,154,325,'46.48291012722179','12.056207656860351'),(296072,173,154,324,'46.48149169637372','12.057065963745117'),(296071,173,154,323,'46.48285102667479','12.052860260009765'),(296070,173,154,322,'46.48468311377803','12.050285339355468'),(296069,173,154,321,'46.48491950761978','12.046079635620117'),(296068,173,154,320,'46.48657423574958','12.041959762573242'),(296067,173,154,319,'46.48450581772261','12.040071487426757'),(296066,173,154,318,'46.48669242868993','12.036981582641601'),(296065,173,154,317,'46.487283389539606','12.035608291625976'),(296064,173,154,316,'46.48190540919109','12.035608291625976'),(296063,173,154,315,'46.483323829253194','12.034578323364257'),(296062,173,154,314,'46.478418302672054','12.031488418579101'),(296061,173,154,313,'46.47528562660107','12.039213180541992'),(296060,173,154,312,'46.4752265177719','12.030801773071289'),(296059,173,154,311,'46.4721527701834','12.031316757202148'),(296058,173,154,310,'46.47049760342014','12.029943466186523'),(296057,173,154,309,'46.470911399829916','12.032432556152343'),(296056,173,154,308,'46.46712800126128','12.032003402709961'),(296055,173,154,307,'46.466536821479465','12.029857635498046'),(296054,173,154,306,'46.46032904613632','12.031660079956054'),(296053,173,154,305,'46.45630839492814','12.030630111694336'),(296052,173,154,304,'46.450513404763654','12.023334503173828'),(296051,173,154,303,'46.452819648187564','12.015523910522461'),(296050,173,154,302,'46.44702428678471','12.0135498046875'),(296049,173,154,301,'46.44442208720709','12.010459899902343'),(296048,173,154,300,'46.4469060076824','12.007026672363281'),(296047,173,154,299,'46.443653231725165','12.003765106201171'),(296046,173,154,298,'46.4438898037984','12.001276016235351'),(296045,173,154,297,'46.44714256563018','12.001018524169921'),(296044,173,154,296,'46.448266201853116','11.99483871459961'),(296043,173,154,295,'46.450809082454995','11.993637084960937'),(296042,173,154,294,'46.452819648187564','11.99483871459961'),(296041,173,154,293,'46.4545936151376','11.993207931518554'),(296040,173,154,292,'46.454357089549624','11.990718841552734'),(296037,173,154,289,'46.452819648187564','11.993207931518554'),(296039,173,154,291,'46.45630839492814','11.988744735717773'),(296038,173,154,290,'46.45394316729876','11.989774703979492'),(296036,173,154,288,'46.44879844250031','11.990461349487304'),(296035,173,154,287,'46.44643288870491','11.993036270141601'),(296034,173,154,286,'46.44696514726566','11.994237899780273'),(296033,173,154,285,'46.4446586559416','11.99458122253418'),(296032,173,154,284,'46.44264778895297','11.997156143188476'),(296031,173,154,283,'46.44477693992359','11.991405487060546'),(296030,173,154,282,'46.442056343360214','11.994667053222656'),(296029,173,154,281,'46.43998623322258','12.000160217285156'),(296028,173,154,280,'46.44063684774118','11.998271942138671'),(296026,173,154,278,'46.43886242620958','11.99758529663086'),(296027,173,154,279,'46.43880327782998','11.999216079711914'),(296025,173,154,277,'46.43963134930149','11.995439529418945'),(296024,173,154,276,'46.43915816714448','11.992607116699218'),(296023,173,154,275,'46.43661474264703','11.995868682861328'),(296022,173,154,274,'46.433775430885625','11.997928619384765'),(296021,173,154,273,'46.42862880125674','12.002735137939453'),(296020,173,154,272,'46.42318585962323','12.00857162475586'),(296019,173,154,271,'46.41709148667012','12.012777328491211'),(296018,173,154,270,'46.41235752309928','12.017240524291992'),(296016,173,154,268,'46.40833333095807','12.019901275634765'),(296017,173,154,269,'46.408510875107176','12.017927169799804'),(296015,173,154,267,'46.40620275609274','12.020845413208007'),(296014,173,154,266,'46.40590683633538','12.023334503173828'),(296013,173,154,265,'46.40383535308614','12.019128799438476'),(296011,173,154,263,'46.39566702406854','12.009429931640625'),(296012,173,154,264,'46.39998810407942','12.015953063964843'),(296010,173,154,262,'46.39614058377854','12.007455825805664'),(296009,173,154,261,'46.39217439429185','12.001447677612304'),(296008,173,154,260,'46.392055996145196','11.999130249023437'),(296007,173,154,259,'46.38897755417717','11.996641159057617'),(296006,173,154,258,'46.39022079202704','11.998100280761718'),(296005,173,154,257,'46.38803030633218','11.998615264892578'),(296004,173,154,256,'46.38583973272985','11.995096206665039'),(296003,173,154,255,'46.38092542351539','11.987800598144531'),(296002,173,154,254,'46.37695812834321','11.983251571655273'),(296001,173,154,253,'46.37210224047495','11.980934143066406'),(295999,173,154,251,'46.36416607976419','11.976213455200195'),(296000,173,154,252,'46.37121392158786','11.977758407592773'),(295997,173,154,249,'46.358479763152395','11.97209358215332'),(295998,173,154,250,'46.36286301781229','11.974153518676757'),(295996,173,154,248,'46.354333117527574','11.970548629760742'),(295995,173,154,247,'46.352792854724775','11.96660041809082'),(295994,173,154,246,'46.35729503936774','11.964883804321289'),(295993,173,154,245,'46.360789900651845','11.955699920654296'),(295992,173,154,244,'46.36315917098508','11.951665878295898'),(295991,173,154,243,'46.364462225873275','11.944971084594726'),(295990,173,154,242,'46.363277631804664','11.939306259155273'),(295989,173,154,241,'46.3638107023142','11.926088333129882'),(295987,173,154,239,'46.363455322552454','11.90669059753418'),(295988,173,154,240,'46.36203378038783','11.914758682250976'),(295986,173,154,238,'46.363751472514465','11.896133422851562'),(295985,173,154,237,'46.36238916939664','11.890125274658203'),(295984,173,154,236,'46.35924981983804','11.883172988891601'),(295983,173,154,235,'46.358420527573216','11.877336502075195'),(295982,173,154,234,'46.35913135028509','11.873903274536132'),(295981,173,154,233,'46.35599181353672','11.869611740112304'),(295980,173,154,232,'46.35397767611839','11.863431930541992'),(295979,173,154,231,'46.35510323265006','11.863346099853515'),(295978,173,154,230,'46.35344450966999','11.861801147460937'),(295977,173,154,229,'46.354333117527574','11.861286163330078'),(295976,173,154,228,'46.353207545134374','11.858711242675781'),(295975,173,154,227,'46.356702667842974','11.86223030090332'),(295974,173,154,226,'46.35462931693594','11.85647964477539'),(295973,173,154,225,'46.359190585093685','11.851673126220703'),(295972,173,154,224,'46.36073066757708','11.846866607666015'),(295971,173,154,223,'46.35913135028509','11.847810745239257'),(295970,173,154,222,'46.36025680066727','11.844720840454101'),(295968,173,154,220,'46.361441460235895','11.842317581176757'),(295969,173,154,221,'46.361026832308696','11.843862533569336'),(295967,173,154,219,'46.361678389067265','11.840085983276367'),(295966,173,154,218,'46.36274455609368','11.837940216064453'),(295965,173,154,217,'46.3635737827299','11.837339401245117'),(295964,173,154,216,'46.36339609236742','11.835966110229492'),(295963,173,154,215,'46.36499528482401','11.833391189575195'),(295961,173,154,213,'46.36991102775138','11.826181411743164'),(295962,173,154,214,'46.36724592082726','11.829099655151367'),(295960,173,154,212,'46.37885299184794','11.818370819091796'),(295959,173,154,211,'46.37932669744989','11.805753707885742'),(295958,173,154,210,'46.37814242573935','11.798543930053711'),(295957,173,154,209,'46.37790556831497','11.788330078125'),(295956,173,154,208,'46.37867535118768','11.782064437866211'),(295955,173,154,207,'46.37766870986317','11.779317855834961'),(295954,173,154,206,'46.37784635379836','11.767129898071289'),(295952,173,154,204,'46.375655371540525','11.757173538208007'),(295953,173,154,205,'46.3768396971909','11.758975982666015'),(295951,173,154,203,'46.37423414685495','11.74713134765625'),(295950,173,154,202,'46.37257600464032','11.740608215332031'),(295949,173,154,201,'46.37032558825245','11.736488342285156'),(295948,173,154,200,'46.36943724046869','11.729192733764648'),(295947,173,154,199,'46.366475976840064','11.722240447998046'),(295946,173,154,198,'46.366949789808785','11.712284088134765'),(295945,173,154,197,'46.36558756644658','11.708850860595703'),(295944,173,154,196,'46.36606138712115','11.701641082763671'),(295943,173,154,195,'46.366120614416495','11.696147918701171'),(295942,173,154,194,'46.36552833857329','11.693401336669921'),(295941,173,154,193,'46.36683133695191','11.690568923950195'),(295940,173,154,192,'46.366949789808785','11.687650680541992'),(295938,173,154,190,'46.371154699815','11.678295135498046'),(295939,173,154,191,'46.36854887823657','11.685419082641601'),(295937,173,154,189,'46.37239834355991','11.675891876220703'),(295936,173,154,188,'46.37417492835705','11.668338775634765'),(295935,173,154,187,'46.37387883490426','11.66499137878418'),(295934,173,154,186,'46.37500398148429','11.665592193603515'),(295933,173,154,185,'46.372279902518564','11.657609939575195'),(295932,173,154,184,'46.37334586264374','11.659326553344726'),(295931,173,154,183,'46.37535928611454','11.657867431640625'),(295930,173,154,182,'46.37322742365726','11.655292510986328'),(295929,173,154,181,'46.35865746950463','11.641559600830078'),(295928,173,154,180,'46.356288003954774','11.634693145751953'),(295927,173,154,179,'46.348349545726215','11.627140045166015'),(295926,173,154,178,'46.347994065401565','11.623191833496093'),(295925,173,154,177,'46.34206905297204','11.614265441894531'),(295924,173,154,176,'46.3319950580386','11.604137420654296'),(295923,173,154,175,'46.32168210598636','11.59830093383789'),(295922,173,154,174,'46.320259477255256','11.594352722167968'),(295921,173,154,173,'46.3161099321717','11.596755981445312'),(295920,173,154,172,'46.312315787003285','11.601905822753906'),(295919,173,154,171,'46.30816563952901','11.600875854492187'),(295918,173,154,170,'46.29701797166692','11.584053039550781'),(295917,173,154,169,'46.29523887849085','11.577186584472656'),(295916,173,154,168,'46.28539351813737','11.554012298583984'),(295915,173,154,167,'46.28551214746943','11.537532806396484'),(295914,173,154,166,'46.28764743151774','11.531352996826171'),(295913,173,154,165,'46.28717293114449','11.517963409423828'),(295912,173,154,164,'46.28930815045551','11.508865356445312'),(295911,173,154,163,'46.28847779728051','11.506118774414062'),(295910,173,154,162,'46.29061296572667','11.493587493896484'),(295909,173,154,161,'46.29345972751436','11.490154266357421'),(295907,173,154,159,'46.29345972751436','11.477108001708984'),(295908,173,154,160,'46.293222503017','11.483287811279296'),(295906,173,154,158,'46.29049434744103','11.463203430175781'),(295905,173,154,157,'46.29262943727801','11.456851959228515'),(295904,173,154,156,'46.289189529344064','11.45101547241211'),(295902,173,154,154,'46.28812192778069','11.4422607421875'),(295903,173,154,155,'46.28978263233243','11.446552276611328'),(295901,173,154,153,'46.28598666222876','11.438827514648437'),(295900,173,154,152,'46.28349541388652','11.426124572753906'),(295899,173,154,151,'46.28527488854839','11.423892974853515'),(295898,173,154,150,'46.288240551204204','11.419086456298828'),(295896,173,154,148,'46.29666215765572','11.410160064697265'),(295897,173,154,149,'46.293934173426365','11.41754150390625'),(295895,173,154,147,'46.305438228417714','11.406898498535156'),(295894,173,154,146,'46.30816563952901','11.403980255126953'),(295893,173,154,145,'46.30947000550115','11.404666900634765'),(295892,173,154,144,'46.31077434039019','11.402091979980468'),(295891,173,154,143,'46.3102407526016','11.399431228637695'),(295889,173,154,141,'46.31089291474789','11.395139694213867'),(295890,173,154,142,'46.3102407526016','11.399431228637695'),(295888,173,154,140,'46.31089291474789','11.395139694213867'),(295887,173,154,139,'46.31599136911687','11.389732360839843'),(295886,173,154,138,'46.31599136911687','11.389732360839843'),(295885,173,154,137,'46.318362581405886','11.39033317565918'),(295884,173,154,136,'46.318362581405886','11.39033317565918'),(295883,173,154,135,'46.32162283052776','11.386127471923828'),(295882,173,154,134,'46.32162283052776','11.386127471923828'),(295881,173,154,133,'46.325238515979905','11.380720138549804'),(295880,173,154,132,'46.325238515979905','11.380720138549804'),(295879,173,154,131,'46.33223211453405','11.369476318359375'),(295878,173,154,130,'46.33223211453405','11.369476318359375'),(295877,173,154,129,'46.33507671233457','11.364326477050781'),(295876,173,154,128,'46.334424838407145','11.36260986328125'),(295875,173,154,127,'46.334424838407145','11.36260986328125'),(295874,173,154,126,'46.343668869614454','11.35462760925293'),(295873,173,154,125,'46.343668869614454','11.35462760925293'),(295872,173,154,124,'46.34183203911758','11.349306106567382'),(295871,173,154,123,'46.34183203911758','11.349306106567382'),(295870,173,154,122,'46.34218755951396','11.347417831420898'),(295869,173,154,121,'46.34218755951396','11.347417831420898'),(295868,173,154,120,'46.34266158311293','11.346559524536132'),(295867,173,154,119,'46.34266158311293','11.346559524536132'),(295866,173,154,118,'46.34017291336674','11.344499588012695'),(295865,173,154,117,'46.34017291336674','11.344499588012695'),(295864,173,154,116,'46.34218755951396','11.343212127685546'),(295863,173,154,115,'46.34218755951396','11.343212127685546'),(295862,173,154,114,'46.343550366283424','11.341066360473632'),(295861,173,154,113,'46.343550366283424','11.341066360473632'),(295860,173,154,112,'46.343194854749086','11.336517333984375'),(295859,173,154,111,'46.34248382474494','11.335229873657226'),(295858,173,154,110,'46.34248382474494','11.335229873657226'),(295857,173,154,109,'46.343668869614454','11.332740783691406'),(295856,173,154,108,'46.343668869614454','11.332740783691406'),(295855,173,154,107,'46.342720835773804','11.33016586303711'),(295854,173,154,106,'46.342720835773804','11.33016586303711'),(295853,173,154,105,'46.34278008837048','11.326818466186523'),(295852,173,154,104,'46.34278008837048','11.326818466186523'),(295851,173,154,103,'46.340528444551744','11.320466995239257'),(295850,173,154,102,'46.340528444551744','11.320466995239257'),(295849,173,154,101,'46.339580356254324','11.311197280883789'),(295848,173,154,100,'46.339580356254324','11.311197280883789'),(295847,173,154,99,'46.3407062092773','11.30819320678711'),(295846,173,154,98,'46.33875076550828','11.306476593017578'),(295845,173,154,97,'46.33768413033994','11.307506561279296'),(295844,173,154,96,'46.33768413033994','11.307506561279296'),(295843,173,154,95,'46.334010005498435','11.30742073059082'),(295842,173,154,94,'46.334010005498435','11.30742073059082'),(295841,173,154,93,'46.33561005795008','11.30544662475586'),(295840,173,154,92,'46.33561005795008','11.30544662475586'),(295839,173,154,91,'46.34141726239988','11.306734085083007'),(295838,173,154,90,'46.34141726239988','11.306734085083007'),(295837,173,154,89,'46.33341738159885','11.302614212036132'),(295836,173,154,88,'46.33341738159885','11.302614212036132'),(295835,173,154,87,'46.33323959317671','11.2994384765625'),(295834,173,154,86,'46.33323959317671','11.2994384765625'),(295833,173,154,85,'46.3319357937542','11.295318603515625'),(295832,173,154,84,'46.3319357937542','11.295318603515625'),(295831,173,154,83,'46.3351359732154','11.294975280761718'),(295830,173,154,82,'46.3351359732154','11.294975280761718'),(295829,173,154,81,'46.33869150854477','11.297121047973632'),(295828,173,154,80,'46.33869150854477','11.297121047973632'),(295827,173,154,79,'46.33608413857478','11.29343032836914'),(295826,173,154,78,'46.33608413857478','11.29343032836914'),(295825,173,154,77,'46.3407654640574','11.298065185546875'),(295824,173,154,76,'46.3407654640574','11.298065185546875'),(295823,173,154,75,'46.33975812406235','11.295061111450195'),(295822,173,154,74,'46.33975812406235','11.295061111450195'),(295821,173,154,73,'46.3415357703546','11.297721862792968'),(295820,173,154,72,'46.3415357703546','11.297721862792968'),(295819,173,154,71,'46.34195054617324','11.300039291381836'),(295818,173,154,70,'46.34195054617324','11.300039291381836'),(295817,173,154,69,'46.34331335885073','11.29969596862793'),(295816,173,154,68,'46.34331335885073','11.29969596862793'),(295815,173,154,67,'46.34384662412936','11.296520233154296'),(295814,173,154,66,'46.34384662412936','11.296520233154296'),(295813,173,154,65,'46.345861134905526','11.295318603515625'),(295812,173,154,64,'46.345861134905526','11.295318603515625'),(295811,173,154,63,'46.34064695443301','11.285362243652343'),(295810,173,154,62,'46.34064695443301','11.285362243652343'),(295809,173,154,61,'46.327846403040624','11.278324127197265'),(295808,173,154,60,'46.327846403040624','11.278324127197265'),(295807,173,154,59,'46.31978525945806','11.270256042480468'),(295806,173,154,58,'46.31978525945806','11.270256042480468'),(295805,173,154,57,'46.30626832444589','11.266822814941406'),(295804,173,154,56,'46.30626832444589','11.266822814941406'),(295803,173,154,55,'46.29666215765572','11.251544952392578'),(295802,173,154,54,'46.29666215765572','11.251544952392578'),(295801,173,154,53,'46.288715042329265','11.24176025390625'),(295800,173,154,52,'46.288715042329265','11.24176025390625'),(295799,173,154,51,'46.28017357319981','11.238670349121093'),(295798,173,154,50,'46.28017357319981','11.238670349121093'),(295797,173,154,49,'46.27103747280261','11.239185333251953'),(295796,173,154,48,'46.27103747280261','11.239185333251953'),(295795,173,154,47,'46.2656974881592','11.234893798828125'),(295794,173,154,46,'46.2656974881592','11.234893798828125'),(295793,173,154,45,'46.25988224656727','11.232318878173828'),(295792,173,154,44,'46.25988224656727','11.232318878173828'),(295791,173,154,43,'46.250742763531974','11.21652603149414'),(295790,173,154,42,'46.250742763531974','11.21652603149414'),(295789,173,154,41,'46.24136430825646','11.209487915039062'),(295788,173,154,40,'46.24136430825646','11.209487915039062'),(295787,173,154,39,'46.236496376680556','11.204681396484375'),(295786,173,154,38,'46.236496376680556','11.204681396484375'),(295785,173,154,37,'46.23614016960896','11.19729995727539'),(295784,173,154,36,'46.23614016960896','11.19729995727539'),(295783,173,154,35,'46.23851483974427','11.193695068359375'),(295782,173,154,34,'46.23851483974427','11.193695068359375'),(295781,173,154,33,'46.237090049994926','11.188716888427734'),(295780,173,154,32,'46.237090049994926','11.188716888427734'),(295779,173,154,31,'46.23566522325001','11.183223724365234'),(295778,173,154,30,'46.23566522325001','11.183223724365234'),(295777,173,154,29,'46.226877974151705','11.170005798339843'),(295776,173,154,28,'46.226877974151705','11.170005798339843'),(295775,173,154,27,'46.225334122942556','11.161766052246093'),(295774,173,154,26,'46.225334122942556','11.161766052246093'),(295773,173,154,25,'46.220227228843534','11.15335464477539'),(295772,173,154,24,'46.220227228843534','11.15335464477539'),(295771,173,154,23,'46.20632932151025','11.149234771728515'),(295770,173,154,22,'46.20632932151025','11.149234771728515'),(295769,173,154,21,'46.20573531548462','11.142024993896484'),(295768,173,154,20,'46.20573531548462','11.142024993896484'),(295767,173,154,19,'46.19456680672094','11.132583618164062'),(295766,173,154,18,'46.19456680672094','11.132583618164062'),(295765,173,154,17,'46.18232636596507','11.122112274169921'),(295764,173,154,16,'46.18232636596507','11.122112274169921'),(295763,173,154,15,'46.17662115176633','11.121597290039062'),(295762,173,154,14,'46.17662115176633','11.121597290039062'),(295761,173,154,13,'46.166754488708506','11.112842559814453'),(295760,173,154,12,'46.166754488708506','11.112842559814453'),(295759,173,154,11,'46.15557805811901','11.102371215820312'),(295758,173,154,10,'46.15557805811901','11.102371215820312'),(295757,173,154,9,'46.145231891863006','11.09945297241211'),(295756,173,154,8,'46.145231891863006','11.09945297241211'),(295755,173,154,7,'46.14178273759234','11.106147766113281'),(295754,173,154,6,'46.14178273759234','11.106147766113281'),(295753,173,154,5,'46.133575260407525','11.111297607421875'),(295752,173,154,4,'46.133575260407525','11.111297607421875'),(295751,173,154,3,'46.11787059096551','11.105976104736328'),(295750,173,154,2,'46.11787059096551','11.105976104736328'),(295749,173,154,1,'46.10001894102751','11.111469268798828'),(295748,173,154,0,'46.10001894102751','11.111469268798828'),(296170,173,154,422,'46.606673272939304','12.274346351623535'),(296171,173,154,423,'46.607144998327776','12.275075912475586'),(296172,173,154,424,'46.60732189428938','12.276148796081543'),(296173,173,154,425,'46.60758723714862','12.278165817260742'),(296174,173,154,426,'46.60850118593693','12.276835441589355'),(296175,173,154,427,'46.60773464928655','12.282586097717285'),(296176,173,154,428,'46.60853066789917','12.285590171813964'),(296177,173,154,429,'46.606879653302244','12.291340827941894'),(296178,173,154,430,'46.607852578708034','12.290568351745605'),(296179,173,154,431,'46.60711551561136','12.293229103088379'),(296180,173,154,432,'46.60658482397162','12.29468822479248'),(296181,173,154,433,'46.607911543322515','12.294087409973144'),(296182,173,154,434,'46.60914978539922','12.295074462890625'),(296183,173,154,435,'46.608560149845374','12.297263145446777'),(296184,173,154,436,'46.61085969220764','12.2957181930542'),(296185,173,154,437,'46.612864341790754','12.293314933776855'),(296965,174,155,366,'46.74091936352031','12.372922897338867'),(296964,174,155,365,'46.739390031317825','12.366571426391601'),(296963,174,155,364,'46.737448893360614','12.358074188232421'),(296962,174,155,363,'46.73362523542616','12.343826293945312'),(296961,174,155,362,'46.73244867074749','12.330265045166015'),(296960,174,155,361,'46.72950714675161','12.317647933959961'),(296959,174,155,360,'46.73138974059021','12.30142593383789'),(296958,174,155,359,'46.7363312367761','12.284173965454101'),(296957,174,155,358,'46.73368406298631','12.273015975952148'),(296956,174,155,357,'46.73180154923308','12.269668579101562'),(296955,174,155,356,'46.728859989943075','12.261514663696289'),(296954,174,155,355,'46.72933065021025','12.258768081665039'),(296953,174,155,354,'46.72685963798926','12.252674102783203'),(296952,174,155,353,'46.72674196791709','12.241344451904296'),(296951,174,155,352,'46.73091909829101','12.227954864501953'),(296950,174,155,351,'46.728977655394914','12.220659255981445'),(296949,174,155,350,'46.731036759250834','12.204608917236328'),(296948,174,155,349,'46.734389988702695','12.192163467407226'),(296947,174,155,348,'46.73550768552204','12.179374694824218'),(296946,174,155,347,'46.736625359175875','12.159891128540039'),(296945,174,155,346,'46.73886063698713','12.154741287231445'),(296944,174,155,345,'46.74397789778926','12.134056091308593'),(296943,174,155,344,'46.74662456624166','12.124099731445312'),(296942,174,155,343,'46.74744794770283','12.119121551513671'),(296941,174,155,342,'46.751917513320876','12.111310958862304'),(296940,174,155,341,'46.75338768415637','12.102985382080078'),(296939,174,155,340,'46.755387052132136','12.097663879394531'),(296938,174,155,339,'46.76091433050359','12.09268569946289'),(296937,174,155,338,'46.76314860125452','12.079811096191406'),(296936,174,155,337,'46.76167869671392','12.074918746948242'),(296935,174,155,336,'46.76444208407605','12.071571350097656'),(296934,174,155,335,'46.76073793676122','12.063846588134765'),(296933,174,155,334,'46.760796734739515','12.060070037841796'),(296932,174,155,333,'46.761031926011036','12.05526351928711'),(296931,174,155,332,'46.7609731282894','12.051572799682617'),(296930,174,155,331,'46.762325459652615','12.050371170043945'),(296929,174,155,330,'46.761796290553','12.048311233520507'),(296928,174,155,329,'46.765500365102824','12.046337127685546'),(296927,174,155,328,'46.767734445664196','12.04324722290039'),(296926,174,155,327,'46.770909032336775','12.044363021850586'),(296925,174,155,326,'46.77273139570314','12.041187286376953'),(296924,174,155,325,'46.77326045738876','12.03775405883789'),(296923,174,155,324,'46.77279018059152','12.032604217529296'),(296922,174,155,323,'46.77473004591191','12.029685974121093'),(296921,174,155,322,'46.77473004591191','12.022647857666015'),(296920,174,155,321,'46.776375937447405','12.01681137084961'),(296919,174,155,320,'46.77796299949992','12.016725540161132'),(296918,174,155,319,'46.783076547922086','12.012348175048828'),(296917,174,155,318,'46.78478095613884','12.004880905151367'),(296916,174,155,317,'46.78713177547821','12.002735137939453'),(296915,174,155,316,'46.78813084261026','12.002649307250976'),(296914,174,155,315,'46.7876019270267','11.99955940246582'),(296913,174,155,314,'46.78907112414843','11.998701095581054'),(296912,174,155,313,'46.78989385702005','11.996726989746093'),(296911,174,155,312,'46.79212692570726','11.996126174926757'),(296910,174,155,311,'46.791539285035526','11.991748809814453'),(296909,174,155,310,'46.79048151565736','11.987800598144531'),(296908,174,155,309,'46.79130422697027','11.986513137817382'),(296907,174,155,308,'46.792303216657615','11.977930068969726'),(296906,174,155,307,'46.79242074363703','11.974239349365234'),(296905,174,155,306,'46.793360950232994','11.967458724975586'),(296904,174,155,305,'46.79394857101435','11.965742111206054'),(296903,174,155,304,'46.791539285035526','11.961793899536132'),(296902,174,155,303,'46.78930619196642','11.954154968261718'),(296901,174,155,302,'46.792832086043894','11.951408386230468'),(296900,174,155,301,'46.795535115074905','11.951665878295898'),(296899,174,155,300,'46.796357749136206','11.95037841796875'),(296898,174,155,299,'46.7982380083388','11.94711685180664'),(296897,174,155,298,'46.79659278512959','11.938791275024414'),(296896,174,155,297,'46.79077534256994','11.927032470703125'),(296895,174,155,296,'46.78795453799321','11.92265510559082'),(296894,174,155,295,'46.78689669816402','11.91518783569336'),(296893,174,155,294,'46.78498665692948','11.907248497009277'),(296892,174,155,293,'46.785985763874926','11.904115676879882'),(296891,174,155,292,'46.78439893829948','11.897549629211425'),(296890,174,155,291,'46.784310779951554','11.895918846130371'),(296889,174,155,290,'46.78328225522533','11.894974708557129'),(296888,174,155,289,'46.783311641918786','11.893386840820312'),(296887,174,155,288,'46.78193044998655','11.89145565032959'),(296886,174,155,287,'46.780049621016005','11.889309883117675'),(296885,174,155,286,'46.779079792904355','11.884846687316894'),(296884,174,155,285,'46.7777866615818','11.883301734924316'),(296883,174,155,284,'46.776875573138525','11.881027221679687'),(296882,174,155,283,'46.776199594331935','11.878623962402343'),(296881,174,155,282,'46.776375937447405','11.875147819519043'),(296880,174,155,281,'46.77384829761039','11.870813369750976'),(296879,174,155,280,'46.76946873379363','11.865019798278808'),(296878,174,155,279,'46.76805779175379','11.864547729492187'),(296877,174,155,278,'46.76752867896022','11.863431930541992'),(296876,174,155,277,'46.76382474387619','11.863088607788086'),(296875,174,155,276,'46.763442577350126','11.864118576049804'),(296874,174,155,275,'46.760238151354954','11.866822242736816'),(296873,174,155,274,'46.756504313692496','11.871285438537597'),(296872,174,155,273,'46.75412275453472','11.871843338012695'),(296871,174,155,272,'46.752035128463596','11.872444152832031'),(296870,174,155,271,'46.7464775325144','11.870512962341308'),(296869,174,155,270,'46.7431544633244','11.872572898864746'),(296868,174,155,269,'46.74141932810071','11.870813369750976'),(296867,174,155,268,'46.73897828062092','11.87222957611084'),(296866,174,155,267,'46.73836064867995','11.873645782470703'),(296865,174,155,266,'46.73836064867995','11.874804496765136'),(296864,174,155,265,'46.73697830393798','11.87523365020752'),(296863,174,155,264,'46.73580181241374','11.877250671386718'),(296862,174,155,263,'46.732183940157355','11.879267692565918'),(296861,174,155,262,'46.73156623039361','11.881327629089355'),(296860,174,155,261,'46.73077202173025','11.882185935974121'),(296859,174,155,260,'46.726565462327564','11.886262893676757'),(296858,174,155,259,'46.72209379474871','11.891412734985351'),(296857,174,155,258,'46.72185843355597','11.890039443969726'),(296856,174,155,257,'46.72009319188254','11.888236999511718'),(296855,174,155,256,'46.717180416853765','11.890039443969726'),(296854,174,155,255,'46.71409093818204','11.8892240524292'),(296853,174,155,254,'46.71170750520943','11.888151168823242'),(296852,174,155,253,'46.70879427751824','11.883387565612793'),(296851,174,155,252,'46.70767602714827','11.883301734924316'),(296850,174,155,251,'46.70676375310893','11.88446044921875'),(296849,174,155,250,'46.704644863592435','11.883645057678222'),(296848,174,155,249,'46.702967350407405','11.885404586791992'),(296847,174,155,248,'46.70205499679159','11.884889602661132'),(296846,174,155,247,'46.70143694203391','11.885790824890136'),(296845,174,155,246,'46.70023024330583','11.885061264038086'),(296844,174,155,245,'46.69920011329727','11.886863708496093'),(296843,174,155,244,'46.696816022760586','11.887636184692382'),(296842,174,155,243,'46.695756393178065','11.886734962463379'),(296841,174,155,242,'46.69431408616808','11.888279914855957'),(296840,174,155,241,'46.69275399644342','11.891798973083496'),(296839,174,155,240,'46.688515034527974','11.894588470458984'),(296838,174,155,239,'46.68786738604981','11.897077560424804'),(296837,174,155,238,'46.68565943514981','11.898794174194336'),(296836,174,155,237,'46.683716363703766','11.901583671569824'),(296835,174,155,236,'46.68041887041056','11.902055740356445'),(296834,174,155,235,'46.67697395265578','11.900811195373535'),(296833,174,155,234,'46.67497167731396','11.901326179504394'),(296832,174,155,233,'46.67235094013833','11.902871131896972'),(296831,174,155,232,'46.67040739005173','11.905231475830078'),(296830,174,155,231,'46.668905508024295','11.906905174255371'),(296829,174,155,230,'46.66790423015456','11.907849311828613'),(296828,174,155,229,'46.66728578455734','11.908879280090332'),(296827,174,155,228,'46.666107773368864','11.908793449401855'),(296826,174,155,227,'46.66534205232979','11.907978057861328'),(296825,174,155,226,'46.662691395747515','11.909136772155761'),(296824,174,155,225,'46.658008251498856','11.909050941467285'),(296823,174,155,224,'46.65691840503486','11.90943717956543'),(296822,174,155,223,'46.655327778880505','11.909136772155761'),(296821,174,155,222,'46.65450299134346','11.910037994384765'),(296820,174,155,221,'46.65247042550297','11.90793514251709'),(296819,174,155,220,'46.64893534643442','11.905875205993652'),(296818,174,155,219,'46.64740340708276','11.903643608093261'),(296817,174,155,218,'46.64422154825727','11.902399063110351'),(296816,174,155,217,'46.640155567399304','11.900596618652343'),(296815,174,155,216,'46.63756260845268','11.90042495727539'),(296814,174,155,215,'46.632759413070566','11.897420883178711'),(296813,174,155,214,'46.63193428138636','11.89518928527832'),(296812,174,155,213,'46.62957669296976','11.89493179321289'),(296811,174,155,212,'46.62766107676402','11.893773078918457'),(296810,174,155,211,'46.626393785707215','11.89145565032959'),(296809,174,155,210,'46.62512646498098','11.892657279968261'),(296808,174,155,209,'46.62347595629916','11.89197063446045'),(296807,174,155,208,'46.62315174332361','11.890769004821777'),(296806,174,155,207,'46.620793772365445','11.894288063049316'),(296805,174,155,206,'46.619644224287775','11.894674301147461'),(296804,174,155,205,'46.620174787971784','11.893258094787597'),(296803,174,155,204,'46.61864203425516','11.894631385803222'),(296802,174,155,203,'46.61914313159015','11.892485618591308'),(296801,174,155,202,'46.61799354846706','11.893858909606933'),(296800,174,155,201,'46.61666707607414','11.89321517944336'),(296799,174,155,200,'46.60788206102332','11.893815994262695'),(296798,174,155,199,'46.60717448102818','11.895790100097656'),(296797,174,155,198,'46.60310571668445','11.896476745605468'),(296796,174,155,197,'46.601572479833884','11.89845085144043'),(296795,174,155,196,'46.59921356918183','11.898622512817382'),(296794,174,155,195,'46.59750329473874','11.901025772094726'),(296793,174,155,194,'46.59290297837776','11.90042495727539'),(296792,174,155,193,'46.590956573124544','11.902656555175781'),(296791,174,155,192,'46.5888331422161','11.902227401733398'),(296790,174,155,191,'46.58488097987247','11.904888153076171'),(296789,174,155,190,'46.58222638071876','11.902313232421875'),(296788,174,155,189,'46.57886370185589','11.897592544555664'),(296787,174,155,188,'46.577919754512266','11.89518928527832'),(296786,174,155,187,'46.574792811563356','11.893043518066406'),(296785,174,155,186,'46.57213771846123','11.890726089477539'),(296784,174,155,185,'46.56895143515444','11.890125274658203'),(296783,174,155,184,'46.5676532660687','11.887292861938476'),(296782,174,155,183,'46.56511584587432','11.88669204711914'),(296781,174,155,182,'46.56293238930689','11.88420295715332'),(296780,174,155,181,'46.56004064940935','11.881885528564453'),(296779,174,155,180,'46.55773895035601','11.878108978271484'),(296778,174,155,179,'46.552530258083316','11.874332427978515'),(296777,174,155,178,'46.550449592544666','11.874139308929443'),(296776,174,155,177,'46.548014669883095','11.874997615814209'),(296775,174,155,176,'46.54748339951367','11.875426769256591'),(296774,174,155,175,'46.54692260848265','11.875019073486328'),(296773,174,155,174,'46.54709970101309','11.875898838043213'),(296772,174,155,173,'46.54608141107313','11.875834465026855'),(296771,174,155,172,'46.54587479918904','11.874933242797851'),(296770,174,155,171,'46.54572721879036','11.875855922698974'),(296769,174,155,170,'46.54482696967006','11.87549114227295'),(296768,174,155,169,'46.54500406903724','11.87645673751831'),(296767,174,155,168,'46.5444284939815','11.876521110534668'),(296766,174,155,167,'46.54436946029738','11.878409385681152'),(296765,174,155,166,'46.54339539524157','11.877593994140625'),(296764,174,155,165,'46.543100220562074','11.880083084106445'),(296763,174,155,164,'46.54230324091099','11.879310607910156'),(296762,174,155,163,'46.54245083061796','11.882271766662597'),(296761,174,155,162,'46.54153576796713','11.8817138671875'),(296760,174,155,161,'46.54138817577261','11.883859634399414'),(296759,174,155,160,'46.54011886633728','11.883602142333984'),(296758,174,155,159,'46.53837720742565','11.885104179382324'),(296757,174,155,158,'46.53787536313436','11.886391639709472'),(296756,174,155,157,'46.53574985353858','11.887335777282714'),(296755,174,155,156,'46.53589746105981','11.886649131774902'),(296754,174,155,155,'46.53418518914602','11.886305809020996'),(296753,174,155,154,'46.53415566674301','11.885104179382324'),(296752,174,155,153,'46.53273857252556','11.883902549743652'),(296751,174,155,152,'46.531203345395646','11.884160041809082'),(296750,174,155,151,'46.52863469527167','11.880254745483398'),(296749,174,155,150,'46.524973420771104','11.87695026397705'),(296748,174,155,149,'46.52131189949598','11.873559951782226'),(296747,174,155,148,'46.51753200578593','11.872787475585937'),(296746,174,155,147,'46.51375184911999','11.872315406799316'),(296745,174,155,146,'46.510946094088496','11.87497615814209'),(296744,174,155,145,'46.50946932273373','11.876821517944336'),(296743,174,155,144,'46.50884906679962','11.876349449157714'),(296742,174,155,143,'46.50822880378754','11.877164840698242'),(296741,174,155,142,'46.50713594221144','11.87772274017334'),(296740,174,155,141,'46.50766760734434','11.876864433288574'),(296739,174,155,140,'46.503827686763586','11.87772274017334'),(296738,174,155,139,'46.503650453111504','11.876649856567382'),(296737,174,155,138,'46.50288243394229','11.87720775604248'),(296736,174,155,137,'46.502705197208606','11.877937316894531'),(296735,174,155,136,'46.50199624449584','11.878666877746582'),(296734,174,155,135,'46.50173038484511','11.883001327514648'),(296733,174,155,134,'46.502203023325364','11.884675025939941'),(296732,174,155,133,'46.5014940640642','11.887550354003906'),(296731,174,155,132,'46.50119866164355','11.884288787841796'),(296730,174,155,131,'46.50075555500317','11.885490417480468'),(296729,174,155,130,'46.50063739262251','11.883559226989746'),(296728,174,155,129,'46.49921942402404','11.87746524810791'),(296727,174,155,128,'46.49933758948632','11.875147819519043'),(296726,174,155,127,'46.497476453626255','11.874589920043945'),(296725,174,155,126,'46.49768324964543','11.87523365020752'),(296724,174,155,125,'46.49880584288375','11.876220703125'),(296723,174,155,124,'46.49892400924483','11.881542205810546'),(296722,174,155,123,'46.498746759606895','11.885104179382324'),(296721,174,155,122,'46.497919586990044','11.887979507446289'),(296720,174,155,121,'46.49759462287638','11.892142295837402'),(296719,174,155,120,'46.49827409108094','11.894631385803222'),(296718,174,155,119,'46.49836271674252','11.898407936096191'),(296717,174,155,118,'46.49892400924483','11.900038719177246'),(296716,174,155,117,'46.49789004487815','11.90342903137207'),(296715,174,155,116,'46.49682651816032','11.904287338256836'),(296714,174,155,115,'46.49735828411935','11.906991004943847'),(296713,174,155,114,'46.49853996763237','11.908364295959472'),(296712,174,155,113,'46.498451342259656','11.909308433532714'),(296711,174,155,112,'46.49868767626585','11.910037994384765'),(296710,174,155,111,'46.49812638132393','11.911625862121582'),(296709,174,155,110,'46.49771279186967','11.917977333068847'),(296708,174,155,109,'46.49786050275019','11.91943645477295'),(296707,174,155,108,'46.497505995962875','11.920466423034668'),(296706,174,155,107,'46.49650154751426','11.919994354248046'),(296705,174,155,106,'46.49502438373738','11.928577423095703'),(296704,174,155,105,'46.49248356817943','11.935443878173828'),(296703,174,155,104,'46.48905623356759','11.939821243286132'),(296702,174,155,103,'46.48746067654257','11.943683624267578'),(296701,174,155,102,'46.48237821998741','11.952095031738281'),(296700,174,155,101,'46.48155079839737','11.953983306884765'),(296699,174,155,100,'46.48231911886259','11.954927444458007'),(296698,174,155,99,'46.48084156987604','11.955785751342773'),(296697,174,155,98,'46.47599492754317','11.964282989501953'),(296696,174,155,97,'46.47670421924001','11.97286605834961'),(296695,174,155,96,'46.478832038859196','11.975955963134765'),(296694,174,155,95,'46.479600397717526','11.97561264038086'),(296693,174,155,94,'46.48042784896914','11.976900100708007'),(296692,174,155,93,'46.47983681364489','11.977930068969726'),(296691,174,155,92,'46.48066426130116','11.979904174804687'),(296690,174,155,91,'46.48456491647193','11.982650756835937'),(296689,174,155,90,'46.48751977208183','11.984882354736328'),(296688,174,155,89,'46.487342485271455','11.987199783325195'),(296687,174,155,88,'46.48816981877629','11.990203857421875'),(296686,174,155,87,'46.481846307552644','11.988143920898437'),(296685,174,155,86,'46.48172810408317','11.986856460571289'),(296684,174,155,85,'46.47782724551892','11.985483169555664'),(296683,174,155,84,'46.4758767113615','11.981706619262695'),(296682,174,155,83,'46.47363055511573','11.982135772705078'),(296681,174,155,82,'46.47014291827922','11.97810173034668'),(296680,174,155,81,'46.46535444265457','11.977930068969726'),(296679,174,155,80,'46.46340346144679','11.981964111328125'),(296678,174,155,79,'46.46346258311672','11.983165740966796'),(296677,174,155,78,'46.45967866680447','11.986513137817382'),(296676,174,155,77,'46.45914653248179','11.990203857421875'),(296675,174,155,76,'46.45938303726726','11.992435455322265'),(296674,174,155,75,'46.45607187678801','11.988658905029296'),(296673,174,155,74,'46.45382490322065','11.990118026733398'),(296672,174,155,73,'46.45287878135022','11.993122100830078'),(296671,174,155,72,'46.45228744683444','11.99183464050293'),(296670,174,155,71,'46.44897585489366','11.990461349487304'),(296669,174,155,70,'46.4461963276752','11.993207931518554'),(296668,174,155,69,'46.446610308803024','11.994495391845703'),(296667,174,155,68,'46.44436294486296','11.99458122253418'),(296666,174,155,67,'46.44258864468262','11.997241973876953'),(296665,174,155,66,'46.444599513854285','11.991405487060546'),(296664,174,155,65,'46.442056343360214','11.99380874633789'),(296663,174,155,64,'46.441760618156096','11.9970703125'),(296662,174,155,63,'46.43986793883905','12.00007438659668'),(296661,174,155,62,'46.44022282121914','11.998271942138671'),(296660,174,155,61,'46.438744129386194','11.999387741088867'),(296659,174,155,60,'46.438270939524266','11.997928619384765'),(296658,174,155,59,'46.43915816714448','11.997842788696289'),(296657,174,155,58,'46.44040026154239','11.995353698730468'),(296656,174,155,57,'46.43892157452498','11.996469497680664'),(296655,174,155,56,'46.43974964419869','11.994752883911132'),(296654,174,155,55,'46.43915816714448','11.992263793945312'),(296653,174,155,54,'46.438330088481734','11.994752883911132'),(296652,174,155,53,'46.43625983676702','11.995525360107421'),(296651,174,155,52,'46.43418950639798','11.997156143188476'),(296650,174,155,51,'46.424783301011075','12.00754165649414'),(296649,174,155,50,'46.41709148667012','12.012948989868164'),(296648,174,155,49,'46.41212081413345','12.017498016357421'),(296647,174,155,48,'46.40981284787609','12.017240524291992'),(296646,174,155,47,'46.408214967870954','12.018442153930664'),(296645,174,155,46,'46.40833333095807','12.019472122192382'),(296644,174,155,45,'46.40584765219126','12.020845413208007'),(296643,174,155,44,'46.40649867424483','12.02178955078125'),(296642,174,155,43,'46.40555173050759','12.023077011108398'),(296641,174,155,42,'46.40407209801','12.019128799438476'),(296640,174,155,41,'46.399928913514195','12.015953063964843'),(296639,174,155,40,'46.39554863349893','12.009687423706054'),(296638,174,155,39,'46.395962999368884','12.007026672363281'),(296637,174,155,38,'46.39187839844359','11.999902725219726'),(296636,174,155,37,'46.39164160060914','11.998701095581054'),(296635,174,155,36,'46.38927356575756','11.99681282043457'),(296634,174,155,35,'46.389924785583666','11.998615264892578'),(296633,174,155,34,'46.38767508415227','11.998529434204101'),(296632,174,155,33,'46.3847148094213','11.992864608764648'),(296631,174,155,32,'46.37980039894212','11.987543106079101'),(296630,174,155,31,'46.375773805261424','11.981792449951171'),(296629,174,155,30,'46.372161461220365','11.980762481689453'),(296628,174,155,29,'46.371154699815','11.977672576904296'),(296627,174,155,28,'46.364106850349735','11.976213455200195'),(296626,174,155,27,'46.35966446125059','11.972436904907226'),(296625,174,155,26,'46.35427387745325','11.970462799072265'),(296624,174,155,25,'46.35131179186082','11.966900825500488'),(296623,174,155,24,'46.349030876553236','11.969132423400879'),(296622,174,155,23,'46.34642399964757','11.969647407531738'),(296621,174,155,22,'46.345446388755455','11.971707344055175'),(296620,174,155,21,'46.34443913500494','11.972222328186035'),(296619,174,155,20,'46.343491114521576','11.973037719726562'),(296618,174,155,19,'46.34331335885073','11.974754333496093'),(296617,174,155,18,'46.34035067924824','11.977930068969726'),(296616,174,155,17,'46.33691376977838','11.979732513427734'),(296615,174,155,16,'46.33561005795008','11.982307434082031'),(296614,174,155,15,'46.33318033024091','11.986942291259765'),(296613,174,155,14,'46.33015783535997','11.98908805847168'),(296612,174,155,13,'46.32980223674545','11.990375518798828'),(296611,174,155,12,'46.320081646062974','12.001190185546875'),(296610,174,155,11,'46.31865897571721','12.004537582397461'),(296609,174,155,10,'46.316999146894794','12.005481719970703'),(296608,174,155,9,'46.315872805805135','12.007455825805664'),(296607,174,155,8,'46.312315787003285','12.00754165649414'),(296606,174,155,7,'46.30881782640047','12.009773254394531'),(296605,174,155,6,'46.30757273562989','12.012519836425781'),(296604,174,155,5,'46.30205842177877','12.0135498046875'),(296603,174,155,4,'46.296780762583005','12.018957138061523'),(296602,174,155,3,'46.291087436300316','12.026853561401367'),(296601,174,155,2,'46.287706743775395','12.029256820678711'),(296600,174,155,1,'46.28663911331147','12.032604217529296'),(296599,174,155,0,'46.28106337170407','12.035436630249023'),(296966,174,155,367,'46.741154641547446','12.385196685791015'),(296967,174,155,368,'46.74603642892626','12.395753860473632'),(296968,174,155,369,'46.746801006184974','12.41403579711914'),(296969,174,155,370,'46.75074134777678','12.42330551147461'),(296970,174,155,371,'46.751447050183316','12.4310302734375'),(296971,174,155,372,'46.74974158688337','12.435836791992187'),(296972,174,155,373,'46.74997682640902','12.448968887329101'),(296973,174,155,374,'46.74868299631252','12.465448379516601'),(296974,174,155,375,'46.750329683772435','12.477293014526367'),(296975,174,155,376,'46.74956515656535','12.492055892944336'),(296976,174,155,377,'46.75197632092432','12.504758834838867'),(296977,174,155,378,'46.75815076219072','12.516345977783203'),(296978,174,155,379,'46.75850356603813','12.528877258300781'),(296979,174,155,380,'46.761796290553','12.529478073120117'),(296980,174,155,381,'46.761031926011036','12.531023025512695'),(296981,174,155,382,'46.76161989969814','12.535572052001953'),(296982,174,155,383,'46.76638225007731','12.542867660522461'),(296983,174,155,384,'46.76808718675661','12.547502517700195'),(296984,174,155,385,'46.76843992553902','12.551708221435546'),(296985,174,155,386,'46.773201673013666','12.552223205566406'),(296986,174,155,387,'46.772848965415754','12.553424835205078'),(296987,174,155,388,'46.773613162291724','12.55462646484375'),(296988,174,155,389,'46.77167325673971','12.560033798217773'),(296989,174,155,390,'46.77714008427463','12.574539184570312'),(296990,174,155,391,'46.77831567360374','12.587242126464843'),(296991,174,155,392,'46.78284145289875','12.586383819580078'),(296992,174,155,393,'46.78472218434','12.584924697875976'),(296993,174,155,394,'46.78801330626306','12.585525512695312'),(296994,174,155,395,'46.79171557791076','12.581319808959961'),(296995,174,155,396,'46.79506503282217','12.577886581420898'),(296996,174,155,397,'46.7981792512332','12.57436752319336'),(296997,174,155,398,'46.79418361753033','12.584924697875976'),(296998,174,155,399,'46.794653707482524','12.587156295776367'),(296999,174,155,400,'46.78895358985442','12.590932846069336'),(297000,174,155,401,'46.78813084261026','12.594194412231445'),(297001,174,155,402,'46.78954125875782','12.598915100097656'),(297002,174,155,403,'46.78478095613884','12.604837417602539'),(297003,174,155,404,'46.78442832438336','12.60981559753418'),(297004,174,155,405,'46.7877782327987','12.61479377746582'),(297005,174,155,406,'46.78783700126101','12.624320983886718'),(297006,174,155,407,'46.79224445307165','12.635822296142578'),(297007,174,155,408,'46.79412485599758','12.638397216796875'),(297008,174,155,409,'46.79012892124493','12.640371322631836'),(297009,174,155,410,'46.78736685176575','12.637453079223632'),(297010,174,155,411,'46.78689669816402','12.64225959777832'),(297011,174,155,412,'46.787308082790126','12.643976211547851'),(297012,174,155,413,'46.79294961186839','12.644834518432617'),(297013,174,155,414,'46.790716577315734','12.65024185180664'),(297014,174,155,415,'46.78918865818575','12.653846740722656'),(297015,174,155,416,'46.78977632452263','12.66148567199707'),(297016,174,155,417,'46.79083410775995','12.663030624389648'),(297017,174,155,418,'46.79048151565736','12.666378021240234'),(297018,174,155,419,'46.79106916787842','12.672128677368164'),(297019,174,155,420,'46.7928908489882','12.67496109008789'),(297020,174,155,421,'46.794653707482524','12.67848014831543'),(297021,174,155,422,'46.796769061450924','12.680883407592773'),(297022,174,155,423,'46.79917811330194','12.680110931396484'),(297023,174,155,424,'46.800823257463904','12.681312561035156'),(297024,174,155,425,'46.80317337615007','12.680110931396484'),(297025,174,155,426,'46.80235084628725','12.681741714477539'),(297026,174,155,427,'46.800823257463904','12.684917449951171'),(297027,174,155,428,'46.800999519926314','12.690753936767578'),(297028,174,155,429,'46.803878391737626','12.692728042602539'),(297029,174,155,430,'46.803114624434066','12.693843841552734'),(297030,174,155,431,'46.80393714261957','12.695732116699218'),(297031,174,155,432,'46.800999519926314','12.696590423583984'),(297032,174,155,433,'46.79782670725238','12.699594497680664'),(297033,174,155,434,'46.797180370621724','12.707748413085937'),(297034,174,155,435,'46.79765043439579','12.714271545410156'),(297035,174,155,436,'46.79841427927054','12.719078063964843'),(297036,174,155,437,'46.800823257463904','12.717790603637695'),(297037,174,155,438,'46.80158705729721','12.719593048095703'),(297038,174,155,439,'46.80023571175201','12.722597122192382'),(297039,174,155,440,'46.79876681940164','12.725086212158203'),(297040,174,155,441,'46.79765043439579','12.726287841796875'),(297041,174,155,442,'46.80041197613929','12.73289680480957'),(297042,174,155,443,'46.80223334099456','12.740621566772461'),(297043,174,155,444,'46.80352588509876','12.745771408081054'),(297044,174,155,445,'46.811691695830795','12.751264572143554'),(297045,174,155,446,'46.82108965549565','12.755298614501953'),(297046,174,155,447,'46.828078322930565','12.757015228271484'),(297047,174,155,448,'46.828254496083','12.76113510131836'),(297048,174,155,449,'46.82784342449579','12.76310920715332'),(297049,174,155,450,'46.82813704737887','12.767486572265625'),(297050,174,155,451,'46.83177783787412','12.778043746948242'),(297051,174,155,452,'46.830662137962854','12.786884307861328'),(297052,174,155,453,'46.82966386051541','12.801389694213867'),(297053,174,155,454,'46.826845094695884','12.812976837158203'),(297054,174,155,455,'46.82772597489347','12.820100784301757'),(297055,174,155,456,'46.8262578332111','12.83177375793457'),(297056,174,155,457,'46.822910320238286','12.836923599243164'),(297057,174,155,458,'46.81715445977392','12.839412689208984'),(297058,174,155,459,'46.81298401267864','12.84524917602539'),(297059,174,155,460,'46.811397983125474','12.843618392944336'),(297060,174,155,461,'46.80940069419136','12.843875885009765'),(297061,174,155,462,'46.807579571992385','12.84524917602539'),(297062,174,155,463,'46.80546464302894','12.843103408813476'),(297063,174,155,464,'46.80188082357661','12.845163345336914'),(297064,174,155,465,'46.799648159624','12.847480773925781'),(297065,174,155,466,'46.79759167664859','12.84627914428711'),(297066,174,155,467,'46.79671030274131','12.841987609863281'),(297067,174,155,468,'46.7977091920788','12.839927673339843'),(297068,174,155,469,'46.799706915125526','12.839069366455078'),(297069,174,155,470,'46.79988318124514','12.836837768554687'),(297070,174,155,471,'46.80188082357661','12.835979461669921'),(297071,174,155,472,'46.80616962858921','12.826194763183593'),(297072,174,155,473,'46.80928320429723','12.822761535644531'),(297073,174,155,474,'46.81145672579486','12.81855583190918'),(297074,174,155,475,'46.81333645733862','12.816753387451171'),(297075,174,155,476,'46.81345393837869','12.8155517578125'),(297076,174,155,477,'46.81421755888348','12.813405990600586'),(297077,174,155,478,'46.813923859972526','12.809114456176757'),(297078,174,155,479,'46.81539233848744','12.800617218017578'),(297079,174,155,480,'46.81926892909666','12.792119979858398'),(297080,174,155,481,'46.820443598347','12.784395217895507'),(297081,174,155,482,'46.821500778730076','12.78285026550293'),(297082,174,155,483,'46.822440477175','12.77958869934082'),(297083,174,155,484,'46.82426109617276','12.777528762817382'),(297084,174,155,485,'46.82661019087185','12.777442932128906'),(297085,174,155,486,'46.82890045936844','12.778816223144531'),(297086,174,155,487,'46.83183655828052','12.778816223144531'),(298836,175,157,458,'46.49088811169391','12.865591049194336'),(298835,175,157,457,'46.494108522044684','12.866449356079101'),(298834,175,157,456,'46.496737889994904','12.866878509521484'),(298833,175,157,455,'46.49851042585751','12.866406440734863'),(298832,175,157,454,'46.50007611780742','12.865462303161621'),(298830,175,157,452,'46.50565906733529','12.864947319030761'),(298831,175,157,453,'46.50344367978711','12.865934371948242'),(298829,175,157,451,'46.50716547929969','12.865591049194336'),(298828,175,157,450,'46.50890813909829','12.865762710571289'),(298827,175,157,449,'46.510325855006656','12.866663932800293'),(298826,175,157,448,'46.51322024349962','12.86799430847168'),(298825,175,157,447,'46.514903643458254','12.867522239685058'),(298824,175,157,446,'46.515612427840594','12.866792678833007'),(298823,175,157,445,'46.51640979922055','12.866835594177246'),(298822,175,157,444,'46.51646886330176','12.868208885192871'),(298821,175,157,443,'46.51708903227868','12.871255874633789'),(298820,175,157,442,'46.51753200578593','12.872457504272461'),(298819,175,157,441,'46.51800450688004','12.874345779418945'),(298818,175,157,440,'46.518299817977414','12.875547409057617'),(298817,175,157,439,'46.51767966281921','12.876105308532714'),(298816,175,157,438,'46.5165279273188','12.875590324401855'),(298815,175,157,437,'46.51741387987041','12.877049446105957'),(298814,175,157,436,'46.51738434835141','12.877564430236816'),(298813,175,157,435,'46.518624658330836','12.877092361450195'),(298811,175,157,433,'46.51889043535735','12.879667282104492'),(298812,175,157,434,'46.51924480270378','12.878937721252441'),(298810,175,157,432,'46.5178568507295','12.87923812866211'),(298809,175,157,431,'46.519156211083846','12.8814697265625'),(298808,175,157,430,'46.51900855806295','12.88395881652832'),(298807,175,157,429,'46.51930386370349','12.884988784790039'),(298806,175,157,428,'46.51906761931944','12.886104583740234'),(298805,175,157,427,'46.518831373908235','12.889409065246582'),(298803,175,157,425,'46.52024883096797','12.8924560546875'),(298804,175,157,426,'46.52057365966944','12.890996932983398'),(298802,175,157,424,'46.51889043535735','12.891983985900879'),(298801,175,157,423,'46.51939245508269','12.89297103881836'),(298800,175,157,422,'46.51992400032453','12.895975112915039'),(298799,175,157,421,'46.519038088699226','12.897176742553711'),(298798,175,157,420,'46.518654189175756','12.898035049438476'),(298797,175,157,419,'46.519362924639005','12.89893627166748'),(298796,175,157,418,'46.51918574163987','12.900996208190918'),(298795,175,157,417,'46.517915913237864','12.90318489074707'),(298794,175,157,416,'46.51853606569977','12.904257774353027'),(298793,175,157,415,'46.51838841099369','12.906274795532226'),(298792,175,157,414,'46.51886090464082','12.907304763793945'),(298790,175,157,412,'46.51983540981199','12.90842056274414'),(298791,175,157,413,'46.51874278161421','12.908763885498046'),(298789,175,157,411,'46.52057365966944','12.909407615661621'),(298788,175,157,410,'46.52113472285244','12.916831970214843'),(298787,175,157,409,'46.52089848642894','12.919106483459472'),(298786,175,157,408,'46.52125284067899','12.920522689819336'),(298785,175,157,407,'46.52299504879293','12.92490005493164'),(298784,175,157,406,'46.5241761750585','12.931122779846191'),(298783,175,157,405,'46.5245600355658','12.929191589355468'),(298782,175,157,404,'46.52467814594543','12.92665958404541'),(298781,175,157,403,'46.52538680283073','12.924556732177734'),(298780,175,157,402,'46.526095450471615','12.922711372375488'),(298779,175,157,401,'46.52656787709642','12.920780181884765'),(298778,175,157,400,'46.52520963947606','12.918291091918945'),(298777,175,157,399,'46.52494389336075','12.916531562805175'),(298775,175,157,397,'46.525445857153876','12.91168212890625'),(298776,175,157,398,'46.52503247554364','12.913784980773925'),(298774,175,157,396,'46.52512105758208','12.90966510772705'),(298772,175,157,394,'46.525504911412845','12.906532287597656'),(298773,175,157,395,'46.52541633000033','12.908377647399902'),(298771,175,157,393,'46.525504911412845','12.904858589172363'),(298770,175,157,392,'46.52556396560762','12.903270721435546'),(298769,175,157,391,'46.526095450471615','12.902069091796875'),(298768,175,157,390,'46.52580018174469','12.900996208190918'),(298767,175,157,389,'46.52482578355888','12.899622917175293'),(298766,175,157,388,'46.52523916674196','12.89820671081543'),(298765,175,157,387,'46.52594781630876','12.896747589111328'),(298763,175,157,385,'46.5250029481654','12.894172668457031'),(298764,175,157,386,'46.52565254677937','12.894902229309082'),(298762,175,157,384,'46.52515058489613','12.892670631408691'),(298761,175,157,383,'46.52577065478374','12.891082763671875'),(298760,175,157,382,'46.52668598311065','12.890138626098632'),(298759,175,157,381,'46.52774892568327','12.89095401763916'),(298758,175,157,380,'46.528191812283005','12.890396118164062'),(298757,175,157,379,'46.52963855001032','12.889666557312011'),(298756,175,157,378,'46.53064238619611','12.890353202819824'),(298755,175,157,377,'46.53105572511538','12.88970947265625'),(298754,175,157,376,'46.53146906088904','12.889280319213867'),(298753,175,157,375,'46.53179382250441','12.888336181640625'),(298752,175,157,374,'46.53256143314842','12.888422012329101'),(298751,175,157,373,'46.53350616981674','12.889065742492675'),(298749,175,157,371,'46.535070853773064','12.889366149902343'),(298750,175,157,372,'46.53471658965553','12.888293266296386'),(298748,175,157,370,'46.53577937507491','12.889580726623535'),(298747,175,157,369,'46.53560224561609','12.887134552001953'),(298745,175,157,367,'46.53421471153296','12.884387969970703'),(298746,175,157,368,'46.53462802326506','12.886619567871093'),(298744,175,157,366,'46.533063326549716','12.883358001708984'),(298743,175,157,365,'46.53295999593449','12.881834506988525'),(298742,175,157,364,'46.53203001155042','12.882113456726074'),(298741,175,157,363,'46.531173821371695','12.882843017578125'),(298740,175,157,362,'46.52993379787323','12.88271427154541'),(298739,175,157,361,'46.52943187555138','12.881512641906738'),(298736,175,157,358,'46.533063326549716','12.876577377319336'),(298738,175,157,360,'46.53105572511538','12.879023551940918'),(298737,175,157,359,'46.53288618823181','12.877349853515625'),(298735,175,157,357,'46.533063326549716','12.875890731811523'),(298733,175,157,355,'46.529992847253204','12.878508567810058'),(298734,175,157,356,'46.531262393395416','12.877650260925293'),(298732,175,157,354,'46.5283689659118','12.8779935836792'),(298731,175,157,353,'46.526745036021474','12.877306938171386'),(298730,175,157,352,'46.528221337927924','12.876749038696289'),(298729,175,157,351,'46.52656787709642','12.876019477844238'),(298728,175,157,350,'46.52621355751299','12.874517440795898'),(298727,175,157,349,'46.52518011219412','12.873787879943847'),(298726,175,157,348,'46.52582970868962','12.873444557189941'),(298725,175,157,347,'46.52308363415361','12.872543334960937'),(298724,175,157,346,'46.522374947223895','12.872028350830078'),(298723,175,157,345,'46.521016604769066','12.873401641845703'),(298722,175,157,344,'46.52066224897825','12.874560356140136'),(298721,175,157,343,'46.520101180916235','12.874045372009277'),(298720,175,157,342,'46.519540107060365','12.870655059814453'),(298719,175,157,341,'46.51995353046326','12.870182991027832'),(298718,175,157,340,'46.520721308437224','12.870569229125976'),(298717,175,157,339,'46.52261117722763','12.869110107421875'),(298716,175,157,338,'46.52520963947606','12.869367599487304'),(298715,175,157,337,'46.5264497708254','12.869110107421875'),(298714,175,157,336,'46.52709935213825','12.869882583618164'),(298713,175,157,335,'46.528516593494444','12.870054244995117'),(298712,175,157,334,'46.52987474842904','12.868680953979492'),(298711,175,157,333,'46.53146906088904','12.868938446044921'),(298710,175,157,332,'46.533712828772224','12.866706848144531'),(298709,175,157,331,'46.53495276599066','12.865676879882812'),(298708,175,157,330,'46.53566128883324','12.86250114440918'),(298707,175,157,329,'46.53660597157675','12.863445281982421'),(298704,175,157,326,'46.54044357622674','12.864217758178711'),(298705,175,157,327,'46.538141045983984','12.865333557128906'),(298706,175,157,328,'46.53737351420491','12.862157821655273'),(298703,175,157,325,'46.542923114984006','12.861814498901367'),(298701,175,157,323,'46.54599286321911','12.860097885131836'),(298702,175,157,324,'46.544044773887364','12.861042022705078'),(298698,175,157,320,'46.550479106088716','12.85400390625'),(298699,175,157,321,'46.5477637928566','12.855548858642578'),(298700,175,157,322,'46.54664221079455','12.856922149658203'),(298695,175,157,317,'46.55679463531984','12.849369049072265'),(298697,175,157,319,'46.55295818649569','12.85151481628418'),(298696,175,157,318,'46.555083022430495','12.84902572631836'),(298694,175,157,316,'46.55891932104163','12.847824096679687'),(298693,175,157,315,'46.560866876535925','12.845163345336914'),(298692,175,157,314,'46.563227456140616','12.842845916748046'),(298691,175,157,313,'46.56659110461665','12.835636138916015'),(298688,175,157,310,'46.5681253311492','12.828683853149414'),(298689,175,157,311,'46.568066323238796','12.829370498657226'),(298690,175,157,312,'46.56712218794246','12.831687927246093'),(298687,175,157,309,'46.56883342106686','12.827396392822265'),(298686,175,157,308,'46.568361362148806','12.825765609741211'),(298685,175,157,307,'46.56889242814276','12.824735641479492'),(298684,175,157,306,'46.5687154067225','12.823104858398437'),(298683,175,157,305,'46.568066323238796','12.821044921875'),(298682,175,157,304,'46.569305475876604','12.819585800170898'),(298680,175,157,302,'46.57030857870653','12.811946868896484'),(298681,175,157,303,'46.56895143515444','12.81503677368164'),(298679,175,157,301,'46.57042658958452','12.809286117553711'),(298678,175,157,300,'46.572550741481244','12.804136276245117'),(298677,175,157,299,'46.5729637613559','12.800960540771484'),(298676,175,157,298,'46.57620880806742','12.793750762939453'),(298675,175,157,297,'46.578037748828905','12.790145874023437'),(298674,175,157,296,'46.57945366060083','12.789802551269531'),(298671,175,157,293,'46.58281630287508','12.783279418945312'),(298672,175,157,294,'46.58157745893277','12.784223556518554'),(298673,175,157,295,'46.58051557016567','12.787399291992187'),(298670,175,157,292,'46.58464502076686','12.780618667602539'),(298669,175,157,291,'46.58517592731024','12.77735710144043'),(298668,175,157,290,'46.585942783138194','12.776756286621093'),(298667,175,157,289,'46.58971791520446','12.775297164916992'),(298666,175,157,288,'46.59083860692317','12.775640487670898'),(298665,175,157,287,'46.591310470188084','12.774009704589843'),(298664,175,157,286,'46.58901009796918','12.773151397705078'),(298663,175,157,285,'46.585942783138194','12.767829895019531'),(298662,175,157,284,'46.584939969488396','12.765340805053711'),(298661,175,157,283,'46.582167388150054','12.764139175415039'),(298658,175,157,280,'46.57786075725767','12.755813598632812'),(298659,175,157,281,'46.57762476759738','12.75813102722168'),(298660,175,157,282,'46.579748637566155','12.761220932006836'),(298657,175,157,279,'46.57715278519561','12.752466201782226'),(298656,175,157,278,'46.5738487933528','12.75014877319336'),(298653,175,157,275,'46.5676532660687','12.73641586303711'),(298654,175,157,276,'46.56901044210194','12.737789154052734'),(298655,175,157,277,'46.57160668424226','12.742595672607421'),(298652,175,157,274,'46.565764964663785','12.734270095825195'),(298651,175,157,273,'46.56682714229227','12.734355926513671'),(298650,175,157,272,'46.56582397507766','12.73289680480957'),(298649,175,157,271,'46.56617803621293','12.727832794189453'),(298648,175,157,270,'46.566473085393696','12.729034423828125'),(298647,175,157,269,'46.56712218794246','12.726030349731445'),(298646,175,157,268,'46.56535188996919','12.72216796875'),(298645,175,157,267,'46.56653209503727','12.71942138671875'),(298644,175,157,266,'46.56889242814276','12.721223831176757'),(298643,175,157,265,'46.571370667364846','12.72165298461914'),(298642,175,157,264,'46.572432735225064','12.72268295288086'),(298641,175,157,263,'46.571488675931945','12.719764709472656'),(298640,175,157,262,'46.571783696226326','12.718305587768554'),(298639,175,157,261,'46.570367584177625','12.711524963378906'),(298638,175,157,260,'46.57060360542008','12.709808349609375'),(298637,175,157,259,'46.56877441392677','12.704744338989257'),(298634,175,157,256,'46.56718119687992','12.689037322998046'),(298635,175,157,257,'46.56653209503727','12.689380645751953'),(298636,175,157,258,'46.56906944898525','12.700109481811523'),(298633,175,157,255,'46.56741723198787','12.688007354736328'),(298632,175,157,254,'46.566060016091285','12.686891555786132'),(298631,175,157,253,'46.56541090083242','12.678651809692382'),(298630,175,157,252,'46.56464375460338','12.672557830810546'),(298629,175,157,251,'46.56729921456229','12.663545608520507'),(298626,175,157,248,'46.56971852046506','12.656421661376953'),(298628,175,157,250,'46.56670912358286','12.661828994750976'),(298627,175,157,249,'46.5687154067225','12.65899658203125'),(298623,175,157,245,'46.577093787106534','12.645177841186523'),(298624,175,157,246,'46.57225572535935','12.650413513183593'),(298625,175,157,247,'46.571488675931945','12.65376091003418'),(298622,175,157,244,'46.57780175993889','12.640800476074218'),(298620,175,157,242,'46.57921767787313','12.634963989257812'),(298621,175,157,243,'46.579335669365356','12.638483047485351'),(298619,175,157,241,'46.58098752329647','12.629985809326171'),(298618,175,157,240,'46.580928529379776','12.620887756347656'),(298617,175,157,239,'46.5777427625559','12.614278793334961'),(298616,175,157,238,'46.57756577002182','12.605781555175781'),(298613,175,157,235,'46.570721615656154','12.590675354003906'),(298614,175,157,236,'46.574379805618285','12.598142623901367'),(298615,175,157,237,'46.577093787106534','12.603721618652343'),(298612,175,157,234,'46.56623704617746','12.58509635925293'),(298611,175,157,233,'46.56541090083242','12.577972412109375'),(298610,175,157,232,'46.564761777806275','12.573938369750976'),(298609,175,157,231,'46.56228323662375','12.56861686706543'),(298606,175,157,228,'46.56175210592385','12.54690170288086'),(298607,175,157,229,'46.557916007595786','12.54913330078125'),(298608,175,157,230,'46.55903735669795','12.556257247924804'),(298605,175,157,227,'46.56676813296965','12.542695999145507'),(298604,175,157,226,'46.56753524915666','12.540550231933593'),(298603,175,157,225,'46.5687154067225','12.537717819213867'),(298602,175,157,224,'46.57030857870653','12.536945343017578'),(298601,175,157,223,'46.571488675931945','12.535228729248046'),(298600,175,157,222,'46.572550741481244','12.535486221313476'),(298599,175,157,221,'46.57473381090663','12.534198760986328'),(298598,175,157,220,'46.57957165157951','12.528018951416015'),(298595,175,157,217,'46.5888331422161','12.523555755615234'),(298596,175,157,218,'46.586768615744084','12.523727416992187'),(298597,175,157,219,'46.584173099474484','12.522697448730468'),(298594,175,157,216,'46.588656185885334','12.522611618041992'),(298593,175,157,215,'46.59083860692317','12.522268295288086'),(298592,175,157,214,'46.5944954397736','12.522869110107421'),(298591,175,157,213,'46.597739197871355','12.523126602172851'),(298590,175,157,212,'46.599095620953314','12.524328231811523'),(298589,175,157,211,'46.600510982749704','12.523641586303711'),(298588,175,157,210,'46.60298777692876','12.524757385253906'),(298587,175,157,209,'46.60080584513697','12.522697448730468'),(298586,175,157,208,'46.596146831795764','12.521495819091796'),(298585,175,157,207,'46.59260807298415','12.519350051879882'),(298583,175,157,205,'46.59024877206501','12.510337829589843'),(298584,175,157,206,'46.588656185885334','12.517032623291015'),(298582,175,157,204,'46.592431128977694','12.506217956542968'),(298581,175,157,203,'46.5953211420752','12.500381469726562'),(298580,175,157,202,'46.599095620953314','12.49420166015625'),(298579,175,157,201,'46.598328951209666','12.492914199829101'),(298578,175,157,200,'46.59897767246806','12.491540908813476'),(298577,175,157,199,'46.600628927897176','12.490768432617187'),(298576,175,157,198,'46.6021621914499','12.487506866455078'),(298575,175,157,197,'46.604167162931844','12.484502792358398'),(298574,175,157,196,'46.60799999012387','12.481584548950195'),(298573,175,157,195,'46.614131949555336','12.478065490722656'),(298570,175,157,192,'46.62197277068159','12.472400665283203'),(298571,175,157,193,'46.61601856663353','12.475833892822265'),(298572,175,157,194,'46.61513422306189','12.475404739379882'),(298569,175,157,191,'46.62279805422677','12.470598220825195'),(298568,175,157,190,'46.62403595595647','12.470684051513671'),(298566,175,157,188,'46.627867377151254','12.468624114990234'),(298567,175,157,189,'46.62704217088483','12.468366622924804'),(298565,175,157,187,'46.628928338151496','12.467079162597656'),(298564,175,157,186,'46.62993033777906','12.464761734008789'),(298563,175,157,185,'46.63075550001491','12.464590072631836'),(298562,175,157,184,'46.631580649670674','12.463817596435546'),(298561,175,157,183,'46.63252366244448','12.463560104370117'),(298560,175,157,182,'46.63287728799849','12.46424674987793'),(298559,175,157,181,'46.64148146429819','12.456607818603515'),(298558,175,157,180,'46.6450170305095','12.451372146606445'),(298557,175,157,179,'46.64819884254608','12.44802474975586'),(298556,175,157,178,'46.64607765531674','12.451715469360351'),(298555,175,157,177,'46.649318324493116','12.448196411132812'),(298554,175,157,176,'46.65079129175498','12.446823120117187'),(298553,175,157,175,'46.65108588039371','12.44776725769043'),(298552,175,157,174,'46.65249988352446','12.447166442871093'),(298551,175,157,173,'46.65379602058518','12.444162368774414'),(298550,175,157,172,'46.65338361670812','12.442359924316406'),(298548,175,157,170,'46.65167505285757','12.437725067138671'),(298549,175,157,171,'46.653972764141194','12.440385818481445'),(298547,175,157,169,'46.652382051342244','12.435493469238281'),(298546,175,157,168,'46.65167505285757','12.433948516845703'),(298545,175,157,167,'46.65155721887827','12.43077278137207'),(298544,175,157,166,'46.64990751621149','12.429742813110351'),(298543,175,157,165,'46.650084272475475','12.427940368652343'),(298542,175,157,164,'46.65202855325517','12.424936294555664'),(298539,175,157,161,'46.658567893849735','12.413864135742187'),(298541,175,157,163,'46.65379602058518','12.423133850097656'),(298540,175,157,162,'46.65697731621612','12.418498992919921'),(298536,175,157,158,'46.66593106947638','12.400217056274414'),(298537,175,157,159,'46.66481193141049','12.400131225585937'),(298538,175,157,160,'46.66115984603953','12.403736114501953'),(298535,175,157,157,'46.66858156721377','12.398242950439453'),(298534,175,157,156,'46.669700627237326','12.395668029785156'),(298533,175,157,155,'46.67099635200401','12.393436431884765'),(298532,175,157,154,'46.67282209327031','12.388200759887695'),(298531,175,157,153,'46.67494223153481','12.38656997680664'),(298530,175,157,152,'46.67594337902501','12.38433837890625'),(298529,175,157,151,'46.67765117605428','12.382621765136718'),(298528,175,157,150,'46.68088995320313','12.377128601074218'),(298527,175,157,149,'46.68130214727729','12.375669479370117'),(298526,175,157,148,'46.682185409704054','12.37661361694336'),(298525,175,157,147,'46.68459958666134','12.371549606323242'),(298524,175,157,146,'46.68795570220864','12.367258071899414'),(298523,175,157,145,'46.6925479434879','12.364683151245117'),(298522,175,157,144,'46.69290117664461','12.363395690917968'),(298521,175,157,143,'46.69584469643743','12.35910415649414'),(298520,175,157,142,'46.69684545661884','12.356185913085937'),(298519,175,157,141,'46.69867032449709','12.354984283447265'),(298518,175,157,140,'46.699729896899235','12.35189437866211'),(298517,175,157,139,'46.70184897932518','12.350521087646484'),(298516,175,157,138,'46.70390911861297','12.347259521484375'),(298513,175,157,135,'46.70758774323766','12.337603569030761'),(298514,175,157,136,'46.705880892584545','12.341723442077636'),(298515,175,157,137,'46.705321740117455','12.342538833618164'),(298512,175,157,134,'46.709706517240455','12.333097457885742'),(298509,175,157,131,'46.711972336293336','12.324600219726562'),(298510,175,157,132,'46.71073644678369','12.3286771774292'),(298511,175,157,133,'46.71041275675927','12.331724166870117'),(298508,175,157,130,'46.71223716607771','12.322111129760742'),(298507,175,157,129,'46.71297279754924','12.319450378417968'),(298505,175,157,127,'46.71435575757033','12.313227653503418'),(298506,175,157,128,'46.71270797137461','12.31666088104248'),(298504,175,157,126,'46.714767696258015','12.311124801635742'),(298503,175,157,125,'46.71565041142876','12.310481071472168'),(298502,175,157,124,'46.718063092558104','12.306060791015625'),(298501,175,157,123,'46.71841615879694','12.303743362426757'),(298500,175,157,122,'46.719710715240836','12.302155494689941'),(298497,175,157,119,'46.7219172739504','12.296619415283203'),(298498,175,157,120,'46.7214759694279','12.299323081970214'),(298499,175,157,121,'46.71991666453867','12.300567626953125'),(298496,175,157,118,'46.72262335367827','12.295074462890625'),(298495,175,157,117,'46.722711612994516','12.293314933776855'),(298494,175,157,116,'46.723917809179','12.292027473449707'),(298493,175,157,115,'46.72480037466717','12.289838790893554'),(298492,175,157,114,'46.72590356122302','12.288079261779785'),(298491,175,157,113,'46.72685963798926','12.284495830535888'),(298490,175,157,112,'46.727271481220434','12.282135486602783'),(298489,175,157,111,'46.728124575053684','12.281169891357421'),(298488,175,157,110,'46.729418898553114','12.280933856964111'),(298487,175,157,109,'46.73022783496817','12.280011177062988'),(298485,175,157,107,'46.73083085240267','12.27696418762207'),(298486,175,157,108,'46.730477867405526','12.278358936309814'),(298482,175,157,104,'46.733875252113584','12.276298999786377'),(298483,175,157,105,'46.73277222859294','12.275891304016113'),(298484,175,157,106,'46.73181625662646','12.276449203491211'),(298481,175,157,103,'46.734345868616124','12.277565002441406'),(298480,175,157,102,'46.734081147338784','12.278745174407959'),(298479,175,157,101,'46.7344488154286','12.279002666473388'),(298478,175,157,100,'46.735037079158445','12.279195785522461'),(298477,175,157,99,'46.73597828777874','12.282114028930664'),(298475,175,157,97,'46.734566468687944','12.28872299194336'),(298476,175,157,98,'46.73627241210362','12.284173965454101'),(298474,175,157,96,'46.733095784497216','12.293529510498046'),(298473,175,157,95,'46.73215452556713','12.297477722167968'),(298470,175,157,92,'46.72991896976878','12.309751510620117'),(298472,175,157,94,'46.73150740052333','12.300653457641601'),(298471,175,157,93,'46.73056611387138','12.305459976196289'),(298469,175,157,91,'46.72962481079166','12.313699722290039'),(298468,175,157,90,'46.72903648802456','12.317991256713867'),(298467,175,157,89,'46.73127208040044','12.323741912841796'),(298466,175,157,88,'46.7320368670458','12.327518463134765'),(298465,175,157,87,'46.732801642846255','12.3321533203125'),(298464,175,157,86,'46.733095784497216','12.337217330932617'),(298463,175,157,85,'46.733331096662894','12.343053817749023'),(298462,175,157,84,'46.734389988702695','12.346057891845703'),(298461,175,157,83,'46.7367430076866','12.353010177612304'),(298460,175,157,82,'46.73750771674966','12.358589172363281'),(298459,175,157,81,'46.73891945883612','12.36185073852539'),(298458,175,157,80,'46.739213567118455','12.367086410522461'),(298457,175,157,79,'46.7407429043262','12.371292114257812'),(298456,175,157,78,'46.74015470284143','12.37584114074707'),(298455,175,157,77,'46.74044880438593','12.379789352416992'),(298454,175,157,76,'46.741037002662225','12.384252548217773'),(298453,175,157,75,'46.741742832123364','12.386312484741211'),(298452,175,157,74,'46.74309564609563','12.389659881591796'),(298451,175,157,73,'46.7442131624691','12.393693923950195'),(298450,175,157,72,'46.74585998648036','12.394552230834961'),(298449,175,157,71,'46.7461540569027','12.400732040405273'),(298448,175,157,70,'46.74585998648036','12.408885955810546'),(298447,175,157,69,'46.74691863249301','12.413606643676757'),(298446,175,157,68,'46.74791844574805','12.417726516723632'),(298445,175,157,67,'46.75062372981068','12.42330551147461'),(298444,175,157,66,'46.751329433757256','12.42854118347168'),(298443,175,157,65,'46.7509177742447','12.43128776550293'),(298442,175,157,64,'46.74968277684153','12.435836791992187'),(298441,175,157,63,'46.749388725669824','12.440729141235351'),(298440,175,157,62,'46.749859206774524','12.445878982543945'),(298439,175,157,61,'46.74956515656535','12.44999885559082'),(298438,175,157,60,'46.74880061851377','12.45549201965332'),(298437,175,157,59,'46.74885942951812','12.462358474731445'),(298435,175,157,57,'46.749506346331','12.472572326660156'),(298436,175,157,58,'46.749447536032484','12.467851638793945'),(298434,175,157,56,'46.750153255379494','12.479352951049804'),(298433,175,157,55,'46.749388725669824','12.48570442199707'),(298432,175,157,54,'46.749388725669824','12.491283416748046'),(298430,175,157,52,'46.752152743349626','12.505788803100586'),(298431,175,157,53,'46.75068253882583','12.498836517333984'),(298427,175,157,49,'46.75832716440317','12.522096633911132'),(298428,175,157,50,'46.758091961324915','12.515745162963867'),(298429,175,157,51,'46.754975423612755','12.510852813720703'),(298426,175,157,48,'46.758385965012344','12.529048919677734'),(298425,175,157,47,'46.75815076219072','12.534971237182617'),(298422,175,157,44,'46.76067913871875','12.550592422485351'),(298424,175,157,46,'46.759444365004434','12.53866195678711'),(298423,175,157,45,'46.76003235601662','12.544670104980468'),(298420,175,157,42,'46.760502744206356','12.55960464477539'),(298421,175,157,43,'46.76026755062483','12.554540634155273'),(298419,175,157,41,'46.76285462355472','12.564668655395507'),(298418,175,157,40,'46.765500365102824','12.570161819458007'),(298417,175,157,39,'46.76755807425176','12.575139999389648'),(298416,175,157,38,'46.76938055099892','12.57883071899414'),(298415,175,157,37,'46.76902781837645','12.581148147583007'),(298413,175,157,35,'46.77184961467733','12.602777481079101'),(298414,175,157,36,'46.76885145119896','12.585525512695312'),(298412,175,157,34,'46.77290775017581','12.604494094848632'),(298411,175,157,33,'46.773319241699674','12.61007308959961'),(298410,175,157,32,'46.77578812481672','12.617025375366211'),(298409,175,157,31,'46.775670561520585','12.622003555297851'),(298407,175,157,29,'46.77919734875736','12.637367248535156'),(298408,175,157,30,'46.776375937447405','12.628440856933593'),(298406,175,157,28,'46.78054922261972','12.644062042236328'),(298405,175,157,27,'46.781313310223126','12.650842666625976'),(298404,175,157,26,'46.781607187183205','12.654190063476562'),(298403,175,157,25,'46.78337041525755','12.657880783081054'),(298402,175,157,24,'46.783076547922086','12.660112380981445'),(298401,175,157,23,'46.783076547922086','12.665090560913086'),(298400,175,157,22,'46.784487096503014','12.66998291015625'),(298399,175,157,21,'46.78548621272013','12.677106857299804'),(298398,175,157,20,'46.78542744169126','12.679681777954101'),(298397,175,157,19,'46.78560375458539','12.681312561035156'),(298396,175,157,18,'46.78560375458539','12.690324783325195'),(298395,175,157,17,'46.78848345011197','12.701225280761718'),(298394,175,157,16,'46.791950634179436','12.710237503051757'),(298393,175,157,15,'46.791891870208524','12.717361450195312'),(298392,175,157,14,'46.79412485599758','12.722768783569336'),(298391,175,157,13,'46.79412485599758','12.729806900024414'),(298390,175,157,12,'46.79618147146746','12.733240127563476'),(298389,175,157,11,'46.799295625267405','12.737960815429687'),(298388,175,157,10,'46.80094076583634','12.742595672607421'),(298387,175,157,9,'46.803672763145656','12.74564266204834'),(298386,175,157,8,'46.80587588572859','12.747488021850586'),(298385,175,157,7,'46.809723790076894','12.750277519226074'),(298384,175,157,6,'46.81368889968889','12.752337455749511'),(298383,175,157,5,'46.81762434903143','12.754054069519043'),(298382,175,157,4,'46.82088409269953','12.755298614501953'),(298381,175,157,3,'46.82455473862396','12.755727767944336'),(298380,175,157,2,'46.82810768516273','12.757401466369629'),(298379,175,157,1,'46.8283719445305','12.76113510131836'),(298378,175,157,0,'46.82925279970664','12.764739990234375'),(298837,175,157,459,'46.48654468747436','12.864861488342285'),(298838,175,157,460,'46.48279192606356','12.86550521850586'),(298839,175,157,461,'46.48231911886259','12.865848541259765'),(298840,175,157,462,'46.48320562899381','12.867608070373535'),(298841,175,157,463,'46.4842989715943','12.867565155029296'),(298842,175,157,464,'46.48477176158908','12.869324684143066'),(298843,175,157,465,'46.48624920383944','12.872328758239746'),(298844,175,157,466,'46.48636739748602','12.873530387878418'),(298845,175,157,467,'46.488317555577986','12.874388694763183'),(298846,175,157,468,'46.489085780478504','12.875289916992187'),(298847,175,157,469,'46.49062219772941','12.874946594238281'),(298848,175,157,470,'46.492454023114305','12.876276969909668'),(298849,175,157,471,'46.490356282464795','12.877178192138671'),(298850,175,157,472,'46.48944034215774','12.877650260925293'),(298851,175,157,473,'46.489144874252226','12.879066467285156'),(298852,175,157,474,'46.48935170195461','12.88271427154541'),(298853,175,157,475,'46.48938124870503','12.883787155151367'),(298854,175,157,476,'46.49041537485816','12.884173393249511'),(298855,175,157,477,'46.49038582866951','12.885117530822754'),(298856,175,157,478,'46.49136084442077','12.884645462036132'),(298857,175,157,479,'46.49136084442077','12.883315086364746'),(298858,175,157,480,'46.490976749393184','12.882542610168457'),(298859,175,157,481,'46.49159720924336','12.882070541381836'),(298860,175,157,482,'46.49316310024777','12.884173393249511'),(298861,175,157,483,'46.49283810770919','12.884902954101562'),(298862,175,157,484,'46.49286765256567','12.887091636657714'),(298863,175,157,485,'46.493783535155806','12.885546684265136'),(298864,175,157,486,'46.49381307949867','12.887434959411621'),(298865,175,157,487,'46.494551682854265','12.886147499084472'),(298866,175,157,488,'46.49552662392361','12.886748313903808'),(298867,175,157,489,'46.494847121387714','12.887263298034668'),(298868,175,157,490,'46.49520164550923','12.88846492767334'),(298869,175,157,491,'46.494551682854265','12.891640663146972'),(298870,175,157,492,'46.49549708051163','12.890996932983398'),(298871,175,157,493,'46.494551682854265','12.89421558380127'),(298872,175,157,494,'46.49682651816032','12.892370223999023'),(298873,175,157,495,'46.495792513909024','12.896490097045898'),(298874,175,157,496,'46.49596977317704','12.89769172668457'),(298875,175,157,497,'46.49661971888299','12.896404266357421'),(298876,175,157,498,'46.496856060850035','12.89696216583252'),(298877,175,157,499,'46.498451342259656','12.895889282226562'),(298878,175,157,500,'46.49815592330743','12.896833419799804'),(298879,175,157,501,'46.49830363298419','12.899880409240722'),(298880,175,157,502,'46.49868767626585','12.901468276977539'),(298881,175,157,503,'46.49868767626585','12.9034423828125'),(298882,175,157,504,'46.499603460837505','12.90670394897461'),(298883,175,157,505,'46.49998749493854','12.905244827270507'),(298884,175,157,506,'46.500341985547344','12.908120155334472'),(298885,175,157,507,'46.500223822267856','12.911639213562011'),(298886,175,157,508,'46.50146452389437','12.910094261169433'),(298887,175,157,509,'46.50108050022589','12.913570404052734'),(298888,175,157,510,'46.5002829039397','12.913999557495117'),(298889,175,157,511,'46.49918988261833','12.918291091918945'),(298890,175,157,512,'46.49868767626585','12.921252250671386'),(298891,175,157,513,'46.49883538449808','12.922539710998535'),(298892,175,157,514,'46.49818546527488','12.924084663391113'),(298893,175,157,515,'46.49921942402404','12.926230430603027'),(298894,175,157,516,'46.50025336311181','12.925844192504882'),(298895,175,157,517,'46.501907624756726','12.924513816833496'),(298896,175,157,518,'46.50196670459886','12.925372123718261'),(298897,175,157,519,'46.502439341024676','12.924728393554687'),(298898,175,157,520,'46.50205532424166','12.926316261291504'),(298899,175,157,521,'46.501553144355725','12.926745414733886'),(298900,175,157,522,'46.502498420289015','12.927260398864746'),(298901,175,157,523,'46.50326644488311','12.927260398864746'),(298902,175,157,524,'46.503458449336364','12.928204536437988'),(298903,176,158,0,'46.05852128661262','13.24152946472168'),(298904,176,158,1,'46.05756831978008','13.244705200195312'),(298905,176,158,2,'46.055245394223405','13.246850967407226'),(298906,176,158,3,'46.054232806348985','13.24625015258789'),(298907,176,158,4,'46.048156889199475','13.249340057373046'),(298908,176,158,5,'46.04184199254818','13.252429962158203'),(298909,176,158,6,'46.035526374030155','13.25551986694336'),(298910,176,158,7,'46.02605159274033','13.259124755859375'),(298911,176,158,8,'46.02307176607816','13.261184692382812'),(298912,176,158,9,'46.021522192737464','13.266849517822265'),(298913,176,158,10,'46.020568587556','13.269767761230468'),(298914,176,158,11,'46.01866132785093','13.268909454345703'),(298915,176,158,12,'46.01210462083881','13.27096939086914'),(298916,176,158,13,'45.999465865306014','13.27371597290039'),(298917,176,158,14,'45.987301317719755','13.276634216308593'),(298918,176,158,15,'45.97119706983072','13.275947570800781'),(298919,176,158,16,'45.959503644540355','13.283672332763671'),(298920,176,158,17,'45.95568484864326','13.28298568725586'),(298921,176,158,18,'45.94565925725522','13.284187316894531'),(298922,176,158,19,'45.94255573048781','13.286933898925781'),(298923,176,158,20,'45.93718383127099','13.28847885131836'),(298924,176,158,21,'45.932408372817875','13.292255401611328'),(298925,176,158,22,'45.92811010861037','13.293628692626953'),(298926,176,158,23,'45.923572690578666','13.295173645019531'),(298927,176,158,24,'45.917960107510325','13.29397201538086'),(298928,176,158,25,'45.91234695668134','13.295345306396484'),(298929,176,158,26,'45.907330469181375','13.306331634521484'),(298930,176,158,27,'45.90619572461039','13.304786682128906'),(298931,176,158,28,'45.90392616587892','13.305044174194336'),(298932,176,158,29,'45.905120682040575','13.308992385864257'),(298933,176,158,30,'45.90637489634797','13.3099365234375'),(298934,176,158,31,'45.90535958218859','13.311138153076171'),(298935,176,158,32,'45.90476232989084','13.3099365234375'),(298936,176,158,33,'45.899446501359044','13.309164047241211'),(298937,176,158,34,'45.89807266515574','13.305215835571289'),(298938,176,158,35,'45.90064111390547','13.303585052490234'),(298939,176,158,36,'45.89974515690529','13.297405242919921'),(298940,176,158,37,'45.89962569487956','13.287363052368164'),(298941,176,158,38,'45.899207575765445','13.282642364501953'),(298942,176,158,39,'45.89669879496058','13.2769775390625'),(298943,176,158,40,'45.894787266838584','13.271055221557617'),(298944,176,158,41,'45.893234101789694','13.265218734741211'),(298945,176,158,42,'45.89126271436558','13.26272964477539'),(298946,176,158,43,'45.889828934105175','13.257665634155273'),(298947,176,158,44,'45.89669879496058','13.237667083740234'),(298948,176,158,45,'45.89619105172083','13.235607147216796'),(298949,176,158,46,'45.896131316916815','13.233332633972168'),(298950,176,158,47,'45.89717666670996','13.231959342956543'),(298951,176,158,48,'45.897445467761756','13.230113983154296'),(298952,176,158,49,'45.89819213052281','13.228011131286621'),(298953,176,158,50,'45.90374698623782','13.218183517456054'),(298954,176,158,51,'45.90437411245155','13.216423988342285'),(298955,176,158,52,'45.90592696591972','13.213977813720703'),(298956,176,158,53,'45.90524013224309','13.212003707885742'),(298957,176,158,54,'45.90422479732896','13.207712173461914'),(298958,176,158,55,'45.90655406750723','13.188700675964355'),(298959,176,158,56,'45.90706171598461','13.187627792358398'),(298960,176,158,57,'45.90837560813282','13.185782432556152'),(298961,176,158,58,'45.90837560813282','13.182563781738281'),(298962,176,158,59,'45.90933114652497','13.180289268493652'),(298963,176,158,60,'45.910167229124326','13.17908763885498'),(298964,176,158,61,'45.91661658585916','13.163552284240722'),(298965,176,158,62,'45.916915149037266','13.160290718078613'),(298966,176,158,63,'45.91613888143291','13.156771659851074'),(298967,176,158,64,'45.91993054709016','13.155183792114257'),(298968,176,158,65,'45.921811355959235','13.148231506347656'),(298969,176,158,66,'45.92079632417158','13.144497871398925'),(298970,176,158,67,'45.92130384238663','13.14140796661377'),(298971,176,158,68,'45.92088588654685','13.13990592956543'),(298972,176,158,69,'45.92219945144117','13.139863014221191'),(298973,176,158,70,'45.92267710369213','13.136816024780273'),(298974,176,158,71,'45.92763250313698','13.125786781311035'),(298975,176,158,72,'45.92805040815108','13.122739791870117'),(298976,176,158,73,'45.92867725976888','13.120851516723632'),(298977,176,158,74,'45.92981154468893','13.119564056396484'),(298978,176,158,75,'45.92978169538296','13.118705749511718'),(298979,176,158,76,'45.93058762100615','13.118019104003906'),(298980,176,158,77,'45.93094580641311','13.11544418334961'),(298981,176,158,78,'45.932080044941436','13.11119556427002'),(298982,176,158,79,'45.93407983005351','13.101239204406738'),(298983,176,158,80,'45.93485584664631','13.097290992736816'),(298984,176,158,81,'45.9343782992589','13.094758987426757'),(298985,176,158,82,'45.93494538632363','13.093514442443847'),(298986,176,158,83,'45.93581092908431','13.092055320739746'),(298987,176,158,84,'45.9366466127242','13.075661659240722'),(298988,176,158,85,'45.9366466127242','13.074417114257812'),(298989,176,158,86,'45.936736149510104','13.07124137878418'),(298990,176,158,87,'45.93778073466329','13.070297241210937'),(298991,176,158,88,'45.94079499863852','13.063044548034668'),(298992,176,158,89,'45.94354052222265','13.055834770202636'),(298993,176,158,90,'45.94485355065772','13.055448532104492'),(298994,176,158,91,'45.94386878224691','13.05124282836914'),(298995,176,158,92,'45.94404783235','13.049783706665039'),(298996,176,158,93,'45.94345099642414','13.043346405029296'),(298997,176,158,94,'45.94273478483163','13.03626537322998'),(298998,176,158,95,'45.94327194439342','13.027939796447754'),(298999,176,158,96,'45.94336147048108','13.0242919921875'),(299000,176,158,97,'45.946047185884986','13.022489547729492'),(299001,176,158,98,'45.94774807167677','13.013606071472168'),(299002,176,158,99,'45.947927109250465','13.01055908203125'),(299003,176,158,100,'45.94849405775212','13.009743690490722'),(299004,176,158,101,'45.948643253762455','13.0078125'),(299005,176,158,102,'45.950165030129405','13.006525039672851'),(299006,176,158,103,'45.9599809755228','12.985367774963379'),(299007,176,158,104,'45.96147260833885','12.9768705368042'),(299008,176,158,105,'45.9620990821466','12.974853515625'),(299009,176,158,106,'45.9624570639991','12.97210693359375'),(299010,176,158,107,'45.96362048904509','12.962322235107421'),(299011,176,158,108,'45.96415744621061','12.959446907043457'),(299012,176,158,109,'45.969288107767774','12.92764663696289'),(299013,176,158,110,'45.96487338100223','12.910995483398437'),(299014,176,158,111,'45.965112023876706','12.895030975341796'),(299015,176,158,112,'45.96308352667516','12.886104583740234'),(299016,176,158,113,'45.955207480651374','12.841987609863281'),(299017,176,158,114,'45.95386486112755','12.840099334716796'),(299018,176,158,115,'45.953208457521775','12.83975601196289'),(299019,176,158,116,'45.95234318634452','12.836709022521972'),(299020,176,158,117,'45.950105353411914','12.838339805603027'),(299021,176,158,118,'45.94530116687982','12.835121154785156'),(299022,176,158,119,'45.94351068030586','12.836580276489257'),(299023,176,158,120,'45.94255573048781','12.837224006652832'),(299024,176,158,121,'45.94001906515826','12.839155197143554'),(299025,176,158,122,'45.93649738442645','12.841429710388183'),(299026,176,158,123,'45.934139524023095','12.844133377075195'),(299027,176,158,124,'45.93327395517521','12.846236228942871'),(299028,176,158,125,'45.93315456530843','12.847738265991211'),(299029,176,158,126,'45.92784145603758','12.851343154907226'),(299030,176,158,127,'45.92178150234819','12.855377197265625'),(299031,176,158,128,'45.920109674491265','12.856063842773437'),(299032,176,158,129,'45.91846765166844','12.856578826904296'),(299033,176,158,130,'45.91801981882871','12.857522964477539'),(299034,176,158,131,'45.916586729452995','12.854175567626953'),(299035,176,158,132,'45.91610902476973','12.852115631103515'),(299036,176,158,133,'45.916586729452995','12.850914001464843'),(299037,176,158,134,'45.91521331740452','12.84799575805664'),(299038,176,158,135,'45.91592988445328','12.843103408813476'),(299039,176,158,136,'45.915810457254395','12.837438583374023'),(299040,176,158,137,'45.91545217411552','12.834863662719726'),(299041,176,158,138,'45.91563131597411','12.83203125'),(299042,176,158,139,'45.91461617112911','12.828340530395507'),(299043,176,158,140,'45.91431759558181','12.819585800170898'),(299044,176,158,141,'45.91234695668134','12.811689376831054'),(299045,176,158,142,'45.91383987136484','12.797870635986328'),(299046,176,158,143,'45.91831837445679','12.782678604125976'),(299047,176,158,144,'45.92249798457993','12.767486572265625'),(299048,176,158,145,'45.92387121632808','12.762250900268554'),(299049,176,158,146,'45.92243827808067','12.761306762695312'),(299050,176,158,147,'45.921542672881436','12.759418487548828'),(299051,176,158,148,'45.91999025628811','12.758474349975586'),(299052,176,158,149,'45.91849750706258','12.756843566894531'),(299053,176,158,150,'45.916885292791726','12.754096984863281'),(299054,176,158,151,'45.916288164507875','12.752208709716796'),(299055,176,158,152,'45.91455645614815','12.751092910766601'),(299056,176,158,153,'45.91258582572944','12.748346328735351'),(299057,176,158,154,'45.90727074636121','12.739591598510742'),(299058,176,158,155,'45.90673323808818','12.737188339233398'),(299059,176,158,156,'45.90446370133234','12.735600471496582'),(299060,176,158,157,'45.90255244051823','12.735943794250488'),(299061,176,158,158,'45.900342463178475','12.734527587890625'),(299062,176,158,159,'45.895832641932905','12.731995582580566'),(299063,176,158,160,'45.893592528348705','12.728219032287597'),(299064,176,158,161,'45.89042634704503','12.725129127502441'),(299065,176,158,162,'45.885706609686494','12.717704772949218'),(299066,176,158,163,'45.88355571028201','12.717103958129882'),(299067,176,158,164,'45.88239060499972','12.715859413146972'),(299068,176,158,165,'45.88155410408758','12.714400291442871'),(299069,176,158,166,'45.88245035458296','12.712554931640625'),(299070,176,158,167,'45.88466104398881','12.703027725219726'),(299071,176,158,168,'45.88618457602257','12.695088386535644'),(299072,176,158,169,'45.88899254519415','12.681827545166015'),(299073,176,158,170,'45.891083493857145','12.675561904907226'),(299074,176,158,171,'45.89066531042176','12.673158645629882'),(299075,176,158,172,'45.89114323409087','12.671184539794921'),(299076,176,158,173,'45.89305488764272','12.668952941894531'),(299077,176,158,174,'45.89418990080651','12.665691375732421'),(299078,176,158,175,'45.89460805770366','12.662086486816406'),(299079,176,158,176,'45.89574303912447','12.659940719604492'),(299080,176,158,177,'45.8981323978714','12.658309936523437'),(299081,176,158,178,'45.89962569487956','12.654790878295898'),(299082,176,158,179,'45.899804887821745','12.648611068725586'),(299083,176,158,180,'45.90099949265736','12.643804550170898'),(299084,176,158,181,'45.90308998927275','12.640113830566406'),(299085,176,158,182,'45.90314971659085','12.63676643371582'),(299086,176,158,183,'45.900939763026024','12.631616592407226'),(299087,176,158,184,'45.90096962784972','12.630071640014648'),(299088,176,158,185,'45.89538462644499','12.624406814575195'),(299089,176,158,186,'45.894070426828996','12.622861862182617'),(299090,176,158,187,'45.894369111290835','12.620415687561035'),(299091,176,158,188,'45.89350292192581','12.618956565856933'),(299092,176,158,189,'45.89565343617145','12.61479377746582'),(299093,176,158,190,'45.896788396226825','12.613763809204101'),(299094,176,158,191,'45.897027332230024','12.612648010253906'),(299095,176,158,192,'45.89625078646059','12.609901428222656'),(299096,176,158,193,'45.8981323978714','12.60831356048584'),(299097,176,158,194,'45.89783373365051','12.604880332946777'),(299098,176,158,195,'45.897385734307136','12.60307788848877'),(299099,176,158,196,'45.90049178874278','12.600889205932617'),(299100,176,158,197,'45.903060125589576','12.600030899047851'),(299101,176,158,198,'45.90425466038559','12.596297264099121'),(299102,176,158,199,'45.90398589229744','12.593765258789062'),(299103,176,158,200,'45.903806712849125','12.59033203125'),(299104,176,158,201,'45.90368725956229','12.588701248168945'),(299105,176,158,202,'45.90494150625486','12.584066390991211'),(299106,176,158,203,'45.906136000569354','12.582693099975586'),(299107,176,158,204,'45.90780824942948','12.58157730102539'),(299108,176,158,205,'45.90736033056735','12.580718994140625'),(299109,176,158,206,'45.908644354968246','12.578487396240234'),(299110,176,158,207,'45.90945058766738','12.575783729553222'),(299111,176,158,208,'45.90921170512554','12.572693824768066'),(299112,176,158,209,'45.91040610755376','12.571792602539062'),(299113,176,158,210,'45.91234695668134','12.567758560180664'),(299114,176,158,211,'45.91425788027958','12.5663423538208'),(299115,176,158,212,'45.917183854524076','12.563080787658691'),(299116,176,158,213,'45.92061719898727','12.56037712097168'),(299117,176,158,214,'45.92312489894257','12.557158470153808'),(299118,176,158,215,'45.92551307923605','12.554068565368652'),(299119,176,158,216,'45.92796085734169','12.548747062683105'),(299120,176,158,217,'45.93082641153449','12.54265308380127'),(299121,176,158,218,'45.93303517518461','12.538790702819824'),(299122,176,158,219,'45.93622877247848','12.534327507019043'),(299123,176,158,220,'45.937153985932724','12.532224655151367'),(299124,176,158,221,'45.93894467779723','12.527332305908203'),(299125,176,158,222,'45.94022797139424','12.523555755615234'),(299126,176,158,223,'45.939392341727654','12.522010803222656'),(299127,176,158,224,'45.937362902963336','12.51917839050293'),(299128,176,158,225,'45.93873576672614','12.518062591552734'),(299129,176,158,226,'45.93998922134602','12.51565933227539'),(299130,176,158,227,'45.94404783235','12.512226104736328'),(299131,176,158,228,'45.948762610281584','12.505788803100586'),(299132,176,158,229,'45.95067227963381','12.505059242248535'),(299133,176,158,230,'45.95088114572751','12.499008178710937'),(299134,176,158,231,'45.95046341275304','12.4949312210083'),(299135,176,158,232,'45.95067227963381','12.49321460723877'),(299136,176,158,233,'45.95288025280342','12.492356300354004'),(299137,176,158,234,'45.952552046141406','12.490124702453613'),(299138,176,158,235,'45.94568909801545','12.466607093811035'),(299139,176,158,236,'45.94282431178669','12.455706596374511'),(299140,176,158,237,'45.94365988972906','12.448110580444336'),(299141,176,158,238,'45.93145323177998','12.402105331420898'),(299142,176,158,239,'45.93061746987842','12.399101257324218'),(299143,176,158,240,'45.92918470588994','12.397041320800781'),(299144,176,158,241,'45.92834890980497','12.386741638183593'),(299145,176,158,242,'45.925125006934095','12.37335205078125'),(299146,176,158,243,'45.92213974462065','12.360649108886718'),(299147,176,158,244,'45.921423257762555','12.357473373413086'),(299148,176,158,245,'45.91192893337332','12.344083786010742'),(299149,176,158,246,'45.907748527123374','12.33738899230957'),(299150,176,158,247,'45.90201488655895','12.329063415527343'),(299151,176,158,248,'45.896937731349304','12.323484420776367'),(299152,176,158,249,'45.89239776415598','12.312755584716796'),(299153,176,158,250,'45.89180037242103','12.305374145507812'),(299154,176,158,251,'45.88976919245778','12.300310134887695'),(299155,176,158,252,'45.88749896224178','12.29945182800293'),(299156,176,158,253,'45.88588584754445','12.295246124267578'),(299157,176,158,254,'45.882061981143416','12.292070388793945'),(299158,176,158,255,'45.87441345873895','12.28219985961914'),(299159,176,158,256,'45.86730177869195','12.272586822509765'),(299160,176,158,257,'45.85953167642467','12.262716293334961'),(299161,176,158,258,'45.85176048817253','12.25224494934082'),(299162,176,158,259,'45.848412564721556','12.247953414916992'),(299163,176,158,260,'45.84255321377444','12.251472473144531'),(299164,176,158,261,'45.83675304437816','12.255077362060546'),(299165,176,158,262,'45.83011499530203','12.256879806518554'),(299166,176,158,263,'45.82269858076593','12.254476547241211'),(299167,176,158,264,'45.81982744535025','12.252674102783203'),(299168,176,158,265,'45.81504189063549','12.248210906982421'),(299169,176,158,266,'45.80798244671754','12.250185012817382'),(299170,176,158,267,'45.79960567470238','12.253103256225586'),(299171,176,158,268,'45.79122764312553','12.256021499633789'),(299172,176,158,269,'45.78284835197676','12.258939743041992'),(299173,176,158,270,'45.77811948176721','12.259540557861328'),(299174,176,158,271,'45.775246048292914','12.256708145141601'),(299175,176,158,272,'45.76854079437241','12.251901626586914'),(299176,176,158,273,'45.76476873478022','12.250699996948242'),(299177,176,158,274,'45.757762804535616','12.251386642456054'),(299178,176,158,275,'45.74973783785439','12.25001335144043'),(299179,176,158,276,'45.74171171720612','12.249069213867187'),(299180,176,158,277,'45.73997456905202','12.249155044555664'),(299181,176,158,278,'45.734343441438654','12.250528335571289'),(299182,176,158,279,'45.72751343961405','12.199630737304687'),(299183,176,158,280,'45.72271995716073','12.167186737060546'),(299184,176,158,281,'45.7271539426975','12.160148620605468'),(299185,176,158,282,'45.72799276523713','12.152938842773437'),(299186,176,158,283,'45.72691427680112','12.145557403564453'),(299187,176,158,284,'45.725236586734425','12.138175964355468'),(299188,176,158,285,'45.71864517367924','12.131996154785156'),(299189,176,158,286,'45.71720694385141','12.128219604492187'),(299190,176,158,287,'45.70833704190515','12.065906524658203'),(299191,176,158,288,'45.70414132764183','12.034835815429687'),(299192,176,158,289,'45.70054475048144','12.009429931640625'),(299193,176,158,290,'45.696947941952054','11.988143920898437'),(299194,176,158,291,'45.69562905418698','11.979389190673828'),(299195,176,158,292,'45.68543659984994','11.967029571533203'),(299196,176,158,293,'45.68615612814266','11.952781677246093'),(299197,176,158,294,'45.68375766450902','11.927719116210937'),(299198,176,158,295,'45.69311109116647','11.927032470703125'),(299199,176,158,296,'45.70534013528009','11.929607391357421'),(299200,176,158,297,'45.711933117768446','11.926860809326171'),(299201,176,158,298,'45.71205298297926','11.923942565917968'),(299202,176,158,299,'45.71996351850172','11.920852661132812'),(299203,176,158,300,'45.72331916496115','11.91793441772461'),(299204,176,158,301,'45.72943071742763','11.916389465332031'),(299205,176,158,302,'45.729071232850465','11.913642883300781'),(299206,176,158,303,'45.74021417890731','11.910552978515625'),(299207,176,158,304,'45.74877955575805','11.909866333007812'),(299208,176,158,305,'45.75333124918849','11.909952163696289'),(299209,176,158,306,'45.75512786809614','11.915359497070312'),(299210,176,158,307,'45.75680466022594','11.926002502441406'),(299211,176,158,308,'45.75842151920504','11.938018798828125'),(299212,176,158,309,'45.759798806567666','11.94737434387207'),(299213,176,158,310,'45.75387024093393','11.954240798950195'),(299214,176,158,311,'45.750336755809975','11.95810317993164'),(299215,176,158,312,'45.74308941696574','11.9696044921875'),(299216,176,158,313,'45.73811755780867','11.96462631225586'),(299217,176,158,314,'45.73308534596495','11.9586181640625'),(299218,176,158,315,'45.72535642341016','11.95286750793457'),(299219,176,158,316,'45.71804591574977','11.949777603149414'),(299220,176,158,317,'45.71445023320951','11.943683624267578'),(299221,176,158,318,'45.70881653205482','11.92840576171875'),(299222,176,158,319,'45.711873185066665','11.926603317260742'),(299223,176,158,320,'45.71199305040599','11.924114227294921'),(299224,176,158,321,'45.71966389740984','11.921195983886718'),(299225,176,158,322,'45.72313940329583','11.918020248413086'),(299226,176,158,323,'45.72901131852933','11.916475296020507'),(299649,177,159,124,'45.73470289208264','11.271114349365234'),(299648,177,159,123,'45.72991002659822','11.278324127197265'),(299647,177,159,122,'45.7257159318949','11.279869079589843'),(299646,177,159,121,'45.72307948261219','11.282100677490234'),(299645,177,159,120,'45.72092229519874','11.287250518798828'),(299644,177,159,119,'45.71936427471123','11.291027069091796'),(299643,177,159,118,'45.718525322607476','11.29446029663086'),(299642,177,159,117,'45.7200833664886','11.303901672363281'),(299641,177,159,116,'45.71924442518191','11.309051513671875'),(299640,177,159,115,'45.719843670257774','11.311626434326171'),(299639,177,159,114,'45.716967235281096','11.330509185791015'),(299638,177,159,113,'45.71516938822683','11.332225799560546'),(299637,177,159,112,'45.715888533989514','11.342353820800781'),(299635,177,159,110,'45.7122927126296','11.362781524658203'),(299636,177,159,111,'45.710734451521475','11.356430053710937'),(299634,177,159,109,'45.71025497782461','11.365528106689453'),(299633,177,159,108,'45.71061458348287','11.371879577636718'),(299632,177,159,107,'45.71121392110517','11.380290985107421'),(299631,177,159,106,'45.703182263021766','11.402778625488281'),(299630,177,159,105,'45.70114419607545','11.408100128173828'),(299628,177,159,103,'45.69742752979065','11.424751281738281'),(299629,177,159,104,'45.69335090205291','11.416339874267578'),(299625,177,159,100,'45.69814690383622','11.441917419433593'),(299626,177,159,101,'45.69982540728512','11.433162689208984'),(299627,177,159,102,'45.69766732216748','11.428871154785156'),(299624,177,159,99,'45.693710616454496','11.447582244873046'),(299623,177,159,98,'45.69562905418698','11.457195281982421'),(299622,177,159,97,'45.69802700880466','11.459770202636718'),(299621,177,159,96,'45.70078452949027','11.468524932861328'),(299620,177,159,95,'45.7043810912261','11.473846435546875'),(299619,177,159,94,'45.715409104509355','11.488265991210937'),(299618,177,159,93,'45.71097418682748','11.493072509765625'),(299617,177,159,92,'45.71169338657564','11.498737335205078'),(299616,177,159,91,'45.70150386034693','11.513671875'),(299615,177,159,90,'45.70162374792327','11.520709991455078'),(299614,177,159,89,'45.70234306798271','11.522598266601562'),(299613,177,159,88,'45.69994529846052','11.528263092041015'),(299612,177,159,87,'45.70833704190515','11.550922393798828'),(299611,177,159,86,'45.7060594075234','11.56534194946289'),(299610,177,159,85,'45.70725817402955','11.57135009765625'),(299609,177,159,84,'45.70977550001455','11.572036743164062'),(299608,177,159,83,'45.71109405409486','11.57684326171875'),(299607,177,159,82,'45.71109405409486','11.58010482788086'),(299606,177,159,81,'45.71121392110517','11.585426330566406'),(299605,177,159,80,'45.71109405409486','11.589374542236328'),(299604,177,159,79,'45.71337148333104','11.597442626953125'),(299603,177,159,78,'45.71421051281379','11.604652404785156'),(299602,177,159,77,'45.71876502449392','11.607398986816406'),(299601,177,159,76,'45.72343900575002','11.611175537109375'),(299600,177,159,75,'45.72379852657417','11.614265441894531'),(299599,177,159,74,'45.730868632600014','11.628684997558593'),(299596,177,159,71,'45.74680304697489','11.659412384033203'),(299597,177,159,72,'45.741292410531265','11.647911071777343'),(299598,177,159,73,'45.741532014731064','11.644306182861328'),(299595,177,159,70,'45.74979772993915','11.670055389404296'),(299592,177,159,67,'45.75698431353718','11.683788299560546'),(299593,177,159,68,'45.75470866219112','11.678810119628906'),(299594,177,159,69,'45.752912029787566','11.674518585205078'),(299591,177,159,66,'45.760697019140615','11.688423156738281'),(299590,177,159,65,'45.75902034397477','11.705245971679687'),(299589,177,159,64,'45.76476873478022','11.717262268066406'),(299587,177,159,62,'45.7646489826794','11.730308532714843'),(299588,177,159,63,'45.765726742332504','11.726016998291015'),(299586,177,159,61,'45.76045749720169','11.731510162353515'),(299585,177,159,60,'45.76057725829968','11.734256744384765'),(299584,177,159,59,'45.76105630012104','11.736831665039062'),(299583,177,159,58,'45.76153533782943','11.740951538085937'),(299582,177,159,57,'45.768720409895494','11.7388916015625'),(299581,177,159,56,'45.77027705353416','11.751937866210937'),(299580,177,159,55,'45.77183365372955','11.756057739257812'),(299579,177,159,54,'45.77159417960409','11.763267517089843'),(299578,177,159,53,'45.772552069936545','11.765670776367187'),(299577,177,159,52,'45.77626373958215','11.775455474853515'),(299576,177,159,51,'45.77997516219389','11.783695220947265'),(299575,177,159,50,'45.779616003060184','11.78884506225586'),(299574,177,159,49,'45.780573755608934','11.792964935302734'),(299573,177,159,48,'45.78045403744003','11.797428131103515'),(299572,177,159,47,'45.77877795608451','11.800689697265625'),(299571,177,159,46,'45.77889767785219','11.803951263427734'),(299570,177,159,45,'45.778059620080064','11.806526184082031'),(299569,177,159,44,'45.77901739936284','11.813392639160156'),(299567,177,159,42,'45.779137120616426','11.819572448730468'),(299568,177,159,43,'45.778179343390086','11.816482543945312'),(299565,177,159,40,'45.779735723028494','11.824722290039062'),(299566,177,159,41,'45.77889767785219','11.822490692138671'),(299564,177,159,39,'45.77793989651294','11.830558776855468'),(299563,177,159,38,'45.77949628283484','11.834850311279296'),(299561,177,159,36,'45.779855442739716','11.847038269042968'),(299562,177,159,37,'45.779137120616426','11.839141845703125'),(299560,177,159,35,'45.779616003060184','11.855621337890625'),(299558,177,159,33,'45.78248921135121','11.863346099853515'),(299559,177,159,34,'45.782608925150136','11.860942840576171'),(299557,177,159,32,'45.785362271577036','11.871757507324218'),(299556,177,159,31,'45.784524310972756','11.877079010009765'),(299555,177,159,30,'45.784524310972756','11.884632110595703'),(299554,177,159,29,'45.78524256369046','11.889610290527343'),(299553,177,159,28,'45.786679041363726','11.895275115966796'),(299552,177,159,27,'45.78859428734741','11.90042495727539'),(299551,177,159,26,'45.7897912826699','11.912784576416015'),(299550,177,159,25,'45.7896715842944','11.921367645263671'),(299549,177,159,24,'45.79242458189578','11.936817169189453'),(299548,177,159,23,'45.79517744351493','11.95913314819336'),(299547,177,159,22,'45.7909882522868','11.981964111328125'),(299546,177,159,21,'45.78859428734741','11.986942291259765'),(299545,177,159,20,'45.78631992541567','11.993122100830078'),(299544,177,159,19,'45.78584110055282','11.999645233154296'),(299543,177,159,18,'45.78548197920657','12.003421783447265'),(299542,177,159,17,'45.782608925150136','12.01681137084961'),(299541,177,159,16,'45.778059620080064','12.02178955078125'),(299540,177,159,15,'45.7769820987219','12.028827667236328'),(299539,177,159,14,'45.7757848283478','12.034320831298828'),(299538,177,159,13,'45.775066453784504','12.041187286376953'),(299537,177,159,12,'45.777341274821474','12.048568725585937'),(299536,177,159,11,'45.778658234059726','12.057838439941406'),(299535,177,159,10,'45.78081319117552','12.066936492919921'),(299534,177,159,9,'45.77458753226778','12.069683074951171'),(299533,177,159,8,'45.765606992288184','12.082042694091796'),(299532,177,159,7,'45.75207358153858','12.102298736572265'),(299531,177,159,6,'45.749677945705386','12.107791900634765'),(299530,177,159,5,'45.73386417031437','12.131996154785156'),(299529,177,159,4,'45.713131758308016','12.162036895751953'),(299528,177,159,3,'45.69407032854234','12.193107604980468'),(299527,177,159,2,'45.690113368321995','12.196712493896484'),(299526,177,159,1,'45.688074825010595','12.20254898071289'),(299525,177,159,0,'45.67728129905106','12.214736938476562'),(299650,177,159,125,'45.73793784376557','11.2664794921875'),(299651,177,159,126,'45.73985476373877','11.264762878417968'),(299652,177,159,127,'45.74081319904686','11.260643005371093'),(299653,177,159,128,'45.743149316184066','11.259269714355468'),(299654,177,159,129,'45.74374830483288','11.256265640258789'),(299655,177,159,130,'45.74368840625719','11.251974105834961'),(299656,177,159,131,'45.74446708272822','11.249055862426757'),(299657,177,159,132,'45.743987898492925','11.246309280395507'),(299658,177,159,133,'45.74374830483288','11.243476867675781'),(299659,177,159,134,'45.74470667330346','11.23952865600586'),(299660,177,159,135,'45.745665025321784','11.237468719482421'),(299661,177,159,136,'45.74788115135079','11.236696243286132'),(299662,177,159,137,'45.749677945705386','11.234807968139648'),(299663,177,159,138,'45.750516429943474','11.230859756469726'),(299664,177,159,139,'45.751474682220234','11.228199005126953'),(299665,177,159,140,'45.75279225223748','11.225624084472656'),(299666,177,159,141,'45.75393012858432','11.2225341796875'),(299667,177,159,142,'45.75518775439694','11.220216751098632'),(299668,177,159,143,'45.75488832225031','11.218843460083007'),(299669,177,159,144,'45.75572672821217','11.21429443359375'),(299670,177,159,145,'45.754469114545806','11.216354370117187'),(299671,177,159,146,'45.75476854894178','11.213521957397461'),(299672,177,159,147,'45.75884069721865','11.210603713989257'),(299673,177,159,148,'45.759080226098284','11.208629608154296'),(299674,177,159,149,'45.75973892521535','11.206655502319336'),(299675,177,159,150,'45.76015809333202','11.204338073730468'),(299676,177,159,151,'45.75830175347989','11.20631217956543'),(299677,177,159,152,'45.76021797423451','11.202964782714843'),(299678,177,159,153,'45.76111618005953','11.198930740356445'),(299679,177,159,154,'45.7603976165563','11.199445724487304'),(299680,177,159,155,'45.76081677972448','11.196870803833007'),(299681,177,159,156,'45.762852670319745','11.195926666259765'),(299682,177,159,157,'45.76309218197616','11.19755744934082'),(299683,177,159,158,'45.76387058775822','11.196527481079101'),(299684,177,159,159,'45.76375083372945','11.194381713867187'),(299685,177,159,160,'45.76225388668008','11.195154190063476'),(299686,177,159,161,'45.760936540051304','11.194639205932617'),(299687,177,159,162,'45.76057725829968','11.193780899047851'),(299688,177,159,163,'45.76201437142477','11.193995475769043'),(299689,177,159,164,'45.76081677972448','11.192793846130371'),(299690,177,159,165,'45.75902034397477','11.1930513381958'),(299691,177,159,166,'45.758032279658444','11.190733909606933'),(299692,177,159,167,'45.75719390833596','11.188416481018066'),(299693,177,159,168,'45.75635552441733','11.186914443969726'),(299694,177,159,169,'45.75641540940067','11.18584156036377'),(299695,177,159,170,'45.757523270000576','11.185197830200195'),(299696,177,159,171,'45.757373560394015','11.186399459838867'),(299697,177,159,172,'45.75842151920504','11.185283660888671'),(299698,177,159,173,'45.75779274628019','11.182193756103515'),(299699,177,159,174,'45.757702920998255','11.179189682006836'),(299700,177,159,175,'45.758960461786984','11.175498962402343'),(299701,177,159,176,'45.760756899464695','11.17210865020752'),(299702,177,159,177,'45.76279279224497','11.170520782470703'),(299703,177,159,178,'45.763032304158465','11.16936206817627'),(299704,177,159,179,'45.7635712022043','11.167430877685546'),(299705,177,159,180,'45.7618347343085','11.159534454345703'),(299706,177,159,181,'45.7632119374188','11.157732009887695'),(299707,177,159,182,'45.7654872419868','11.157388687133789'),(299708,177,159,183,'45.765187865108686','11.156702041625976'),(299709,177,159,184,'45.76626561435079','11.155500411987304'),(299710,177,159,185,'45.7673134061515','11.155800819396972'),(299711,177,159,186,'45.76671467038962','11.157689094543457'),(299712,177,159,187,'45.76928918856948','11.157431602478027'),(299713,177,159,188,'45.77006750788246','11.158032417297363'),(299714,177,159,189,'45.77111522826842','11.156916618347168'),(299715,177,159,190,'45.7739290084666','11.157217025756836'),(299716,177,159,191,'45.77374940971673','11.154899597167968'),(299717,177,159,192,'45.77159417960409','11.152753829956054'),(299718,177,159,193,'45.7705764030995','11.151938438415527'),(299719,177,159,194,'45.77039679355309','11.151466369628906'),(299720,177,159,195,'45.76982802617371','11.151037216186523'),(299721,177,159,196,'45.76910957487797','11.14962100982666'),(299722,177,159,197,'45.76839111432802','11.149492263793945'),(299723,177,159,198,'45.768720409895494','11.148161888122558'),(299724,177,159,199,'45.76767264452389','11.147174835205078'),(299725,177,159,200,'45.76743315253269','11.144986152648925'),(299726,177,159,201,'45.769139510533385','11.140222549438476'),(299727,177,159,202,'45.77015731325816','11.140694618225097'),(299728,177,159,203,'45.77024711848926','11.138162612915039'),(299729,177,159,204,'45.77159417960409','11.136488914489746'),(299730,177,159,205,'45.771654048231845','11.134171485900879'),(299731,177,159,206,'45.77297114178368','11.133999824523925'),(299732,177,159,207,'45.77374940971673','11.133184432983398'),(299733,177,159,208,'45.77282147362832','11.12966537475586'),(299734,177,159,209,'45.774916791252366','11.127862930297851'),(299735,177,159,210,'45.777341274821474','11.123099327087402'),(299736,177,159,211,'45.77814941258668','11.12464427947998'),(299737,177,159,212,'45.77940649249713','11.125588417053222'),(299738,177,159,213,'45.78132198834048','11.124558448791504'),(299739,177,159,214,'45.78153149170591','11.125545501708984'),(299740,177,159,215,'45.78150156270191','11.124300956726074'),(299741,177,159,216,'45.782279711584614','11.125802993774414'),(299742,177,159,217,'45.78287828025779','11.125330924987793'),(299743,177,159,218,'45.78248921135121','11.122069358825683'),(299744,177,159,219,'45.78308777777515','11.120266914367675'),(299745,177,159,220,'45.782698710330614','11.11790657043457'),(299746,177,159,221,'45.78248921135121','11.115846633911132'),(299747,177,159,222,'45.78245928286134','11.114387512207031'),(299748,177,159,223,'45.783057849606585','11.113529205322265'),(299749,177,159,224,'45.78395568767492','11.114130020141601'),(299750,177,159,225,'45.78503307427038','11.112198829650879'),(299751,177,159,226,'45.7853323446295','11.110310554504394'),(299752,177,159,227,'45.78691845071048','11.108894348144531'),(299753,177,159,228,'45.78844466112468','11.111340522766113'),(299754,177,159,229,'45.790210224959836','11.11194133758545'),(299755,177,159,230,'45.792185196198176','11.11541748046875'),(299756,177,159,231,'45.79293327308916','11.1146879196167'),(299757,177,159,232,'45.79212534961309','11.10966682434082'),(299758,177,159,233,'45.79299311880667','11.107993125915527'),(299759,177,159,234,'45.79553650239666','11.106748580932617'),(299760,177,159,235,'45.79730184158173','11.104001998901367'),(299761,177,159,236,'45.799126963971986','11.102371215820312'),(299762,177,159,237,'45.799126963971986','11.101469993591308'),(299763,177,159,238,'45.80062292134849','11.101083755493164'),(299764,177,159,239,'45.80140080331123','11.099410057067871'),(299765,177,159,240,'45.802866782104715','11.09868049621582'),(299766,177,159,241,'45.803076204497756','11.0982084274292'),(299767,177,159,242,'45.804242971990774','11.098852157592773'),(299768,177,159,243,'45.80630719307896','11.09868049621582'),(299769,177,159,244,'45.80759355304182','11.097221374511718'),(299770,177,159,245,'45.809029454657036','11.096534729003906'),(299771,177,159,246,'45.809777305421655','11.09546184539795'),(299772,177,159,247,'45.811512280525555','11.096234321594238'),(299773,177,159,248,'45.812768608069824','11.095418930053711'),(299774,177,159,249,'45.81318737762019','11.094818115234375'),(299775,177,159,250,'45.814742779810075','11.094818115234375'),(299776,177,159,251,'45.81567001813949','11.096577644348144'),(299777,177,159,252,'45.81590930294407','11.09546184539795'),(299778,177,159,253,'45.817015981790696','11.094775199890136'),(299779,177,159,254,'45.81887036730955','11.091384887695312'),(299780,177,159,255,'45.820575151122895','11.090655326843261'),(299781,177,159,256,'45.82254904611792','11.090869903564453'),(299782,177,159,257,'45.82329671534156','11.090312004089355'),(299783,177,159,258,'45.823057462282456','11.088638305664062'),(299784,177,159,259,'45.824762117893215','11.085762977600097'),(299785,177,159,260,'45.82655643583066','11.082844734191894'),(299786,177,159,261,'45.829427224232816','11.079025268554687'),(299787,177,159,262,'45.830443926287465','11.081557273864746'),(299788,177,159,263,'45.83110178242653','11.079025268554687'),(299789,177,159,264,'45.83178953280359','11.078510284423828'),(299790,177,159,265,'45.83172972876036','11.077909469604492'),(299791,177,159,266,'45.836454050187726','11.076407432556152'),(299792,177,159,267,'45.83702213777598','11.077909469604492'),(299793,177,159,268,'45.838726365743504','11.07795238494873'),(299794,177,159,269,'45.83977279564805','11.076750755310058'),(299795,177,159,270,'45.841716113258904','11.076192855834961'),(299796,177,159,271,'45.84261300618643','11.076750755310058'),(299797,177,159,272,'45.84404800479653','11.075506210327148'),(299798,177,159,273,'45.84416758634328','11.074776649475097'),(299799,177,159,274,'45.844855175248774','11.074090003967285'),(299800,177,159,275,'45.84715704147309','11.074090003967285'),(299801,177,159,276,'45.84745597815029','11.07271671295166'),(299802,177,159,277,'45.84960827480196','11.072072982788086'),(299803,177,159,278,'45.85059471626799','11.073188781738281'),(299804,177,159,279,'45.851939835527546','11.072888374328613'),(299805,177,159,280,'45.853105579238026','11.07396125793457'),(299806,177,159,281,'45.85397239846473','11.07348918914795'),(299807,177,159,282,'45.857140657245274','11.072845458984375'),(299808,177,159,283,'45.8574096520357','11.074347496032714'),(299809,177,159,284,'45.85875460646891','11.075935363769531'),(299810,177,159,285,'45.86054782844218','11.076493263244629'),(299811,177,159,286,'45.86039839548665','11.074347496032714'),(299812,177,159,287,'45.86042828210989','11.072587966918945'),(299813,177,159,288,'45.86225133574853','11.071300506591796'),(299814,177,159,289,'45.864970862039634','11.071300506591796'),(299815,177,159,290,'45.86804884667919','11.069412231445312'),(299816,177,159,291,'45.86936366195052','11.070313453674316'),(299817,177,159,292,'45.87247128350347','11.069025993347168'),(299818,177,159,293,'45.87399514980791','11.06773853302002'),(299819,177,159,294,'45.874951279880804','11.066579818725586'),(299820,177,159,295,'45.87647507818376','11.066193580627441'),(299821,177,159,296,'45.877311655563055','11.065077781677246'),(299822,177,159,297,'45.87767018487011','11.064262390136718'),(299823,177,159,298,'45.878446990432856','11.06348991394043'),(299824,177,159,299,'45.8796420547088','11.063575744628906'),(299825,177,159,300,'45.8811657243829','11.062631607055664'),(299826,177,159,301,'45.882928348935415','11.062459945678711'),(299827,177,159,302,'45.88513901932097','11.060700416564941'),(299828,177,159,303,'45.88597546625655','11.057953834533691'),(299829,177,159,304,'45.88746909017309','11.055679321289062'),(299830,177,159,305,'45.88746909017309','11.05400562286377'),(299831,177,159,306,'45.887170368602675','11.049284934997558'),(299832,177,159,307,'45.88618457602257','11.046710014343261'),(299833,177,159,308,'45.88519876594832','11.043620109558105'),(299834,177,159,309,'45.88358558445514','11.040444374084472'),(299835,177,159,310,'45.881822980754286','11.037955284118652'),(299836,177,159,311,'45.87907440238261','11.034221649169921'),(299837,177,159,312,'45.876983001666076','11.032161712646484'),(299838,177,159,313,'45.87327804145782','11.031475067138671'),(299839,177,159,314,'45.86586738001098','11.0302734375'),(299840,177,159,315,'45.86335709325629','11.027612686157226'),(299841,177,159,316,'45.85971099871836','11.02529525756836'),(299842,177,159,317,'45.857439540265425','11.019458770751953'),(299843,177,159,318,'45.8558255528716','11.019287109375'),(299844,177,159,319,'45.85265721916416','11.013193130493164'),(299845,177,159,320,'45.8488908518382','11.012592315673828'),(299846,177,159,321,'45.84356967603917','11.008214950561523'),(299847,177,159,322,'45.84404800479653','11.00606918334961'),(299848,177,159,323,'45.84829299229979','11.003236770629882'),(299849,177,159,324,'45.85014633595221','11.001520156860351'),(299850,177,159,325,'45.847037466352404','11.000146865844726'),(299851,177,159,326,'45.84632001023034','10.99207878112793'),(299852,177,159,327,'45.84291196728259','10.987443923950195'),(299853,177,159,328,'45.842134665091045','10.97834587097168'),(299854,177,159,329,'45.84632001023034','10.969934463500976'),(299855,177,159,330,'45.852178964434564','10.960149765014648'),(299856,177,159,331,'45.85451041739619','10.956974029541015'),(299857,177,159,332,'45.85451041739619','10.951738357543945'),(299858,177,159,333,'45.85570599638629','10.942039489746093'),(299859,177,159,334,'45.85433107833072','10.9368896484375'),(299860,177,159,335,'45.857738421679066','10.921268463134765'),(299861,177,159,336,'45.863237552964364','10.916719436645507'),(299862,177,159,337,'45.867720138001786','10.914230346679687'),(299863,177,159,338,'45.86903496104843','10.911054611206054'); +INSERT INTO `maps_coords` VALUES (299864,177,159,339,'45.86813849416295','10.90667724609375'),(299865,177,159,340,'45.87106689912796','10.908050537109375'),(299866,177,159,341,'45.87668422370934','10.90444564819336'),(299867,177,159,342,'45.87823785154194','10.900583267211914'),(299868,177,159,343,'45.87871588213593','10.887794494628906'),(299869,177,159,344,'45.878178097428524','10.885047912597656'),(299870,177,159,345,'45.870947375414865','10.876379013061523'),(299871,177,159,346,'45.87202307957957','10.874919891357421'),(299872,177,159,347,'45.8751305524381','10.872774124145507'),(299873,177,159,348,'45.87770006220794','10.867109298706054'),(299874,177,159,349,'45.87650495616419','10.858354568481445'),(299875,177,159,350,'45.882360730184025','10.854148864746093'),(299876,177,159,351,'45.88624432152543','10.845565795898437'),(299877,177,159,352,'45.8865430480758','10.843935012817382'),(299878,177,159,353,'45.8892912569653','10.844449996948242'),(299879,177,159,354,'45.889530225225606','10.843076705932617'),(299880,177,159,355,'45.89460805770366','10.843334197998046'),(299881,177,159,356,'45.901775972017475','10.844535827636718'),(299882,177,159,357,'45.90524013224309','10.84127426147461'),(299883,177,159,358,'45.90834574729301','10.838956832885742'),(299884,177,159,359,'45.911809497564135','10.835437774658203'),(299885,177,159,360,'45.91264554283083','10.841360092163086'),(299886,177,159,361,'45.91255596715467','10.843849182128906'),(299887,177,159,362,'45.91273511836243','10.847411155700683'),(299888,177,159,363,'45.91386972924887','10.848784446716308'),(299889,177,159,364,'45.91437731081978','10.846209526062011'),(299890,177,159,365,'45.915810457254395','10.846166610717773'),(299891,177,159,366,'45.91560145903783','10.844106674194336'),(299892,177,159,367,'45.91793025182703','10.841660499572754'),(299893,177,159,368,'45.91739284678094','10.838227272033691'),(299894,177,159,369,'45.91637773416008','10.836167335510254'),(299895,177,159,370,'45.91742270275338','10.833292007446289'),(299896,177,159,371,'45.919721564391295','10.83178997039795'),(299897,177,159,372,'45.92115457280528','10.833420753479004'),(299898,177,159,373,'45.92581159454406','10.827798843383789'),(299899,177,159,374,'45.92703549051229','10.827455520629882'),(299900,177,159,375,'45.92939365294338','10.825052261352539'),(299901,177,159,376,'45.93070701639883','10.823936462402343'),(299902,177,159,377,'45.93112489824918','10.816726684570312'),(299903,177,159,378,'45.93446783970727','10.813765525817871'),(299904,177,159,379,'45.93610938897286','10.811920166015625'),(299905,177,159,380,'45.942137934769974','10.811662673950195'),(299906,177,159,381,'45.94738999479453','10.812606811523437'),(299907,177,159,382,'45.95264155724198','10.811834335327148'),(299908,177,159,383,'45.9568782506322','10.807199478149414'),(299909,177,159,384,'45.95974231054558','10.809431076049804'),(299910,177,159,385,'45.96075662959882','10.809001922607421'),(299911,177,159,386,'45.96353099567819','10.811147689819336'),(299912,177,159,387,'45.966275393168054','10.811491012573242'),(299913,177,159,388,'45.96925827971351','10.812907218933105'),(299914,177,159,389,'45.97119706983072','10.816340446472168'),(299915,177,159,390,'45.973851610835524','10.819129943847656'),(299916,177,159,391,'45.97734109476331','10.822219848632812'),(299917,177,159,392,'45.980919824225744','10.824880599975586'),(299918,177,159,393,'45.98479652012491','10.826253890991211'),(299919,177,159,394,'45.9874205909687','10.83101749420166'),(299920,177,159,395,'45.98962709971748','10.835480690002441'),(299921,177,159,396,'45.99123719923831','10.8380126953125'),(299922,177,159,397,'45.996723112568844','10.840845108032226'),(299923,177,159,398,'45.99898887459588','10.839986801147461'),(299924,177,159,399,'46.00483172745622','10.842733383178711'),(299925,177,159,400,'46.00483172745622','10.834665298461914'),(299926,177,159,401,'46.0072163880313','10.827455520629882'),(299927,177,159,402,'46.00983939593243','10.820074081420898'),(299928,177,159,403,'46.01219403570807','10.822005271911621'),(299929,177,159,404,'46.01565129979269','10.820374488830566'),(299930,177,159,405,'46.018601724925055','10.82179069519043'),(299931,177,159,406,'46.02006197811359','10.825138092041015'),(299932,177,159,407,'46.023012167906636','10.827240943908691'),(299933,177,159,408,'46.023250560207344','10.830631256103515'),(299934,177,159,409,'46.024531901211866','10.833163261413574'),(299935,177,159,410,'46.02518745954396','10.837368965148925'),(299936,177,159,411,'46.0234889514801','10.840201377868652'),(299937,177,159,412,'46.020985791846684','10.841059684753418'),(299938,177,159,413,'46.02208838803197','10.843849182128906'),(299939,177,159,414,'46.02211818762368','10.848913192749023'),(299940,177,159,415,'46.02643895840901','10.850157737731933'),(299941,177,159,416,'46.031176518882155','10.850801467895507'),(299942,177,159,417,'46.03281520313902','10.861701965332031'),(299943,177,159,418,'46.03326210859488','10.865907669067382'),(299944,177,159,419,'46.031474465088195','10.868310928344726'),(299945,177,159,420,'46.028137375836145','10.872173309326171'),(299946,177,159,421,'46.02915044208551','10.87646484375'),(299947,177,159,422,'46.02855452301099','10.879812240600586'),(299948,177,159,423,'46.02849493075018','10.882730484008789'),(299949,177,159,424,'46.03230870592027','10.885648727416992'),(299950,177,159,425,'46.034781560113096','10.890970230102539'),(300158,178,160,95,'45.4629600660623','10.873031616210937'),(300157,178,160,94,'45.46964176885276','10.858783721923828'),(300156,178,160,93,'45.46825733692936','10.84848403930664'),(300155,178,160,92,'45.47710507685561','10.835351943969726'),(300154,178,160,91,'45.47752636315778','10.820932388305664'),(300153,178,160,90,'45.47873002095142','10.818958282470703'),(300152,178,160,89,'45.47873002095142','10.811147689819336'),(300151,178,160,88,'45.481137259403354','10.807113647460937'),(300150,178,160,87,'45.48306297611512','10.806341171264648'),(300149,178,160,86,'45.48348421787171','10.804367065429687'),(300148,178,160,85,'45.484447044345096','10.80230712890625'),(300147,178,160,84,'45.48583107857135','10.801362991333007'),(300146,178,160,83,'45.487395598055215','10.801448822021484'),(300145,178,160,82,'45.48865921668583','10.799903869628906'),(300144,178,160,81,'45.489561784066666','10.79981803894043'),(300143,178,160,80,'45.491547381395506','10.799646377563476'),(300142,178,160,79,'45.49323207575','10.799217224121093'),(300141,178,160,78,'45.49485655472193','10.799732208251953'),(300140,178,160,77,'45.49960939072684','10.798358917236328'),(300139,178,160,76,'45.50333918359158','10.798015594482421'),(300138,178,160,75,'45.5048430624245','10.796127319335937'),(300137,178,160,74,'45.5071890331844','10.794668197631836'),(300136,178,160,73,'45.508692809171954','10.797586441040039'),(300135,178,160,72,'45.51031684211515','10.79707145690918'),(300134,178,160,71,'45.51326404147428','10.798015594482421'),(300133,178,160,70,'45.51723349463497','10.802135467529296'),(300132,178,160,69,'45.519157977197814','10.80204963684082'),(300131,178,160,68,'45.52372835948845','10.802135467529296'),(300130,178,160,67,'45.52637420059525','10.80007553100586'),(300129,178,160,66,'45.53130475423664','10.801963806152343'),(300128,178,160,65,'45.53316863144605','10.801877975463867'),(300127,178,160,64,'45.54020270827299','10.801448822021484'),(300126,178,160,63,'45.546664866487525','10.802993774414062'),(300125,178,160,62,'45.55063196304938','10.803852081298828'),(300124,178,160,61,'45.55096254179116','10.80604076385498'),(300123,178,160,60,'45.552555303021','10.806941986083984'),(300122,178,160,59,'45.554087917438245','10.805397033691406'),(300121,178,160,58,'45.55489928462071','10.807113647460937'),(300120,178,160,57,'45.55471898181476','10.80930233001709'),(300119,178,160,56,'45.556071238758975','10.808272361755371'),(300118,178,160,55,'45.55796434381389','10.808959007263183'),(300117,178,160,54,'45.55988743285077','10.81080436706543'),(300116,178,160,53,'45.56196068948594','10.810332298278808'),(300115,178,160,52,'45.56361323055925','10.81153392791748'),(300114,178,160,51,'45.56538590239788','10.811233520507812'),(300113,178,160,50,'45.566858078864','10.811576843261718'),(300112,178,160,49,'45.567669261654494','10.810847282409668'),(300111,178,160,48,'45.570072697443905','10.8125638961792'),(300110,178,160,47,'45.57172499989328','10.811877250671386'),(300109,178,160,46,'45.57283652146449','10.81028938293457'),(300108,178,160,45,'45.573557496667156','10.807971954345703'),(300107,178,160,44,'45.57397806126109','10.806083679199218'),(300106,178,160,43,'45.574338542691954','10.804195404052734'),(300105,178,160,42,'45.57566028814174','10.799989700317382'),(300104,178,160,41,'45.57578044527638','10.798530578613281'),(300103,178,160,40,'45.57680177054037','10.795011520385742'),(300102,178,160,39,'45.576681615591084','10.791664123535156'),(300101,178,160,38,'45.57560020947799','10.789003372192382'),(300100,178,160,37,'45.57578044527638','10.78608512878418'),(300099,178,160,36,'45.57535989418031','10.781879425048828'),(300098,178,160,35,'45.57578044527638','10.779991149902343'),(300097,178,160,34,'45.57325709145753','10.773811340332031'),(300096,178,160,33,'45.57385790026992','10.766687393188476'),(300095,178,160,32,'45.57319701022277','10.76385498046875'),(300094,178,160,31,'45.572175619397825','10.75810432434082'),(300093,178,160,30,'45.57944511437787','10.755701065063476'),(300092,178,160,29,'45.58689386842973','10.74789047241211'),(300091,178,160,28,'45.58608296330876','10.745315551757812'),(300090,178,160,27,'45.58596282822051','10.739908218383789'),(300089,178,160,26,'45.5852720464737','10.737676620483398'),(300088,178,160,25,'45.58542221714174','10.73613166809082'),(300087,178,160,24,'45.58578262510606','10.733642578125'),(300086,178,160,23,'45.584911635231364','10.731754302978515'),(300085,178,160,22,'45.58455122167511','10.73265552520752'),(300084,178,160,21,'45.58419080580497','10.729007720947265'),(300083,178,160,20,'45.583770317698644','10.72789192199707'),(300082,178,160,19,'45.58337986163696','10.726175308227539'),(300081,178,160,18,'45.58031618906356','10.721626281738281'),(300080,178,160,17,'45.57827364780363','10.713858604431152'),(300079,178,160,16,'45.5754800519577','10.708537101745605'),(300078,178,160,15,'45.57397806126109','10.709781646728515'),(300077,178,160,14,'45.572536112398325','10.71016788482666'),(300076,178,160,13,'45.569051249799315','10.708708763122558'),(300075,178,160,12,'45.56661772615788','10.709824562072754'),(300074,178,160,11,'45.56520563324043','10.712141990661621'),(300073,178,160,10,'45.56352309320862','10.714330673217773'),(300072,178,160,9,'45.55982733731466','10.71643352508545'),(300071,178,160,8,'45.556251537226295','10.719008445739746'),(300070,178,160,7,'45.551533536856326','10.721583366394043'),(300069,178,160,6,'45.54756650392829','10.724244117736816'),(300068,178,160,5,'45.543959867391635','10.724287033081054'),(300067,178,160,4,'45.54320845565444','10.722484588623046'),(300066,178,160,3,'45.54359919101119','10.721025466918945'),(300065,178,160,2,'45.54401997989674','10.719523429870605'),(300064,178,160,1,'45.54513204964734','10.720124244689941'),(300063,178,160,0,'45.546785085648544','10.719308853149414'),(300159,178,160,96,'45.46157547003231','10.878095626831054'),(300160,178,160,97,'45.46181627178451','10.881528854370117'),(300161,178,160,98,'45.45808372904977','10.901870727539062'),(300162,178,160,99,'45.45681942468401','10.912771224975586'),(300163,178,160,100,'45.451460867719966','10.928478240966796'),(300164,178,160,101,'45.44857064811582','10.942811965942382'),(300165,178,160,102,'45.447005050659044','10.946931838989257'),(300166,178,160,103,'45.444897447001615','10.96135139465332'),(300167,178,160,104,'45.44284998519034','10.973796844482421'),(300168,178,160,105,'45.44038088829218','10.974054336547851'),(300169,178,160,106,'45.43544237032769','10.978775024414062'),(300170,178,160,107,'45.43291271812903','10.979976654052734'),(300171,178,160,108,'45.42996131391598','10.98658561706543'),(300172,178,160,109,'45.438393487911696','10.99156379699707'),(300173,178,160,110,'45.439221579910736','10.992980003356933'),(300174,178,160,111,'45.43967326133328','10.994267463684082'),(301128,179,161,321,'45.56604688435921','9.404640197753906'),(301129,179,161,322,'45.56532581274299','9.402837753295898'),(301127,179,161,320,'45.567849522905995','9.405670166015625'),(301126,179,161,319,'45.570132782021','9.418373107910156'),(301124,179,161,317,'45.572175619397825','9.421463012695312'),(301125,179,161,318,'45.57121429341737','9.421977996826171'),(301123,179,161,316,'45.57626107124393','9.416570663452148'),(301122,179,161,315,'45.57740254143022','9.418888092041015'),(301121,179,161,314,'45.580766739632764','9.416313171386718'),(301120,179,161,313,'45.58082681276884','9.410390853881836'),(301119,179,161,312,'45.58725426694563','9.40755844116211'),(301118,179,161,311,'45.58950670524583','9.414854049682617'),(301117,179,161,310,'45.590737999971914','9.415111541748046'),(301116,179,161,309,'45.59617339287832','9.41678524017334'),(301115,179,161,308,'45.59773484487782','9.416570663452148'),(301114,179,161,307,'45.59800509177459','9.419145584106445'),(301113,179,161,306,'45.5986056357742','9.423308372497558'),(301112,179,161,305,'45.598665689820656','9.43274974822998'),(301111,179,161,304,'45.59884585157435','9.439702033996582'),(301110,179,161,303,'45.60028712477914','9.448285102844238'),(301109,179,161,302,'45.60169833558573','9.448800086975097'),(301108,179,161,301,'45.602448965170105','9.45322036743164'),(301106,179,161,299,'45.6033497074148','9.457769393920898'),(301107,179,161,300,'45.602358890150235','9.458112716674804'),(301104,179,161,297,'45.61295672485551','9.461803436279296'),(301105,179,161,298,'45.61181597762924','9.460086822509765'),(301101,179,161,294,'45.61649889729603','9.47021484375'),(301102,179,161,295,'45.61655893218886','9.466352462768554'),(301103,179,161,296,'45.61643886233895','9.463949203491211'),(301100,179,161,293,'45.61763954926883','9.486093521118164'),(301099,179,161,292,'45.61451770977555','9.49793815612793'),(301098,179,161,291,'45.60953441356824','9.514503479003906'),(301097,179,161,290,'45.60791324586143','9.516735076904296'),(301096,179,161,289,'45.60677239605417','9.521198272705078'),(301095,179,161,288,'45.60965449820109','9.522571563720703'),(301094,179,161,287,'45.6107952893906','9.52566146850586'),(301093,179,161,286,'45.610555124752594','9.528579711914062'),(301092,179,161,285,'45.60836357492447','9.538278579711914'),(301091,179,161,284,'45.60635207711834','9.546175003051757'),(301090,179,161,283,'45.6039501942103','9.555530548095703'),(301089,179,161,282,'45.60476084118878','9.557633399963379'),(301088,179,161,281,'45.60437053114288','9.559478759765625'),(301087,179,161,280,'45.60476084118878','9.562911987304687'),(301086,179,161,279,'45.60440055508896','9.565143585205078'),(301085,179,161,278,'45.60322960928439','9.565529823303222'),(301084,179,161,277,'45.60280926380337','9.570164680480957'),(301083,179,161,276,'45.60292936283362','9.572525024414062'),(301082,179,161,275,'45.60178841166612','9.572782516479492'),(301081,179,161,274,'45.60124795301454','9.57681655883789'),(301080,179,161,273,'45.60016702009277','9.579305648803711'),(301079,179,161,272,'45.600227072468094','9.581708908081054'),(301078,179,161,271,'45.59938633336465','9.583983421325683'),(301077,179,161,270,'45.600347177025895','9.588232040405273'),(301076,179,161,269,'45.60016702009277','9.590935707092285'),(301075,179,161,268,'45.600227072468094','9.593167304992675'),(301074,179,161,267,'45.60094769595853','9.595098495483398'),(301073,179,161,266,'45.59950643972216','9.598016738891601'),(301072,179,161,265,'45.59518244888086','9.601278305053711'),(301071,179,161,264,'45.59392122212146','9.605398178100586'),(301070,179,161,263,'45.589837055262706','9.606771469116211'),(301069,179,161,262,'45.59085812484048','9.620590209960937'),(301067,179,161,260,'45.59410139910821','9.647541046142578'),(301068,179,161,261,'45.590737999971914','9.627799987792968'),(301064,179,161,257,'45.587134134364085','9.733200073242187'),(301066,179,161,259,'45.59350080690276','9.672603607177734'),(301065,179,161,258,'45.59013737177264','9.702472686767578'),(301063,179,161,256,'45.58773479470078','9.742984771728515'),(301062,179,161,255,'45.59022746641228','9.758391380310058'),(301061,179,161,254,'45.590677937441235','9.761738777160644'),(301060,179,161,253,'45.591638930219325','9.768433570861816'),(301058,179,161,251,'45.59476204311052','9.78384017944336'),(301059,179,161,252,'45.593170478450055','9.776201248168945'),(301057,179,161,250,'45.596353562634185','9.79130744934082'),(301056,179,161,249,'45.59770481736448','9.797487258911132'),(301055,179,161,248,'45.60079756682793','9.806113243103027'),(301054,179,161,247,'45.60232886511149','9.80778694152832'),(301053,179,161,246,'45.59716431937704','9.816627502441406'),(301052,179,161,245,'45.596803984493064','9.827356338500976'),(301051,179,161,244,'45.597644762289654','9.828987121582031'),(301050,179,161,243,'45.59884585157435','9.837226867675781'),(301049,179,161,242,'45.59980670449109','9.848127365112304'),(301048,179,161,241,'45.599566492804485','9.86623764038086'),(301047,179,161,240,'45.59782492732136','9.869327545166015'),(301045,179,161,238,'45.59148877618238','9.881172180175781'),(301046,179,161,239,'45.59064790615179','9.876279830932617'),(301044,179,161,237,'45.59226957278772','9.881987571716308'),(301043,179,161,236,'45.59491218839005','9.884240627288818'),(301042,179,161,235,'45.59504731879814','9.885334968566894'),(301041,179,161,234,'45.59573798024675','9.88593578338623'),(301040,179,161,233,'45.596008236760596','9.885313510894775'),(301039,179,161,232,'45.59596319409867','9.884626865386963'),(301038,179,161,231,'45.596503703655536','9.883618354797363'),(301037,179,161,230,'45.597449582852526','9.884133338928222'),(301036,179,161,229,'45.598185255649355','9.884905815124511'),(301034,179,161,227,'45.59962654582255','9.885077476501464'),(301035,179,161,228,'45.59889089192239','9.885764122009277'),(301033,179,161,226,'45.600106967653176','9.885549545288086'),(301032,179,161,225,'45.599926809948755','9.88743782043457'),(301029,179,161,222,'45.602358890150235','9.89267349243164'),(301030,179,161,223,'45.60112785038497','9.891042709350586'),(301031,179,161,224,'45.600377203125184','9.888553619384765'),(301028,179,161,221,'45.602448965170105','9.893317222595214'),(301027,179,161,220,'45.603710000263405','9.896149635314941'),(301025,179,161,218,'45.608573727249954','9.90468978881836'),(301026,179,161,219,'45.60716268938883','9.899797439575195'),(301024,179,161,217,'45.609054072465845','9.910097122192382'),(301022,179,161,215,'45.61553833026974','9.922370910644531'),(301023,179,161,216,'45.610675207200146','9.916706085205078'),(301021,179,161,214,'45.61769958294045','9.924087524414062'),(301020,179,161,213,'45.62412281443275','9.929494857788086'),(301018,179,161,211,'45.63540670990307','9.933099746704101'),(301019,179,161,212,'45.62922485703712','9.930696487426757'),(301017,179,161,210,'45.63948755947343','9.933958053588867'),(301016,179,161,209,'45.64446819368623','9.936017990112304'),(301014,179,161,207,'45.651788322180224','9.941682815551757'),(301015,179,161,208,'45.64962838375689','9.939794540405273'),(301013,179,161,206,'45.65364820240964','9.949922561645507'),(301012,179,161,205,'45.65538803444985','9.957818984985351'),(301011,179,161,204,'45.65874755714745','9.964685440063476'),(301010,179,161,203,'45.65808766681047','9.96786117553711'),(301008,179,161,201,'45.66210687828994','9.975500106811523'),(301009,179,161,202,'45.6608471564812','9.972066879272461'),(301007,179,161,200,'45.6640863838666','9.982023239135742'),(301006,179,161,199,'45.6655259803245','9.990863800048828'),(301005,179,161,198,'45.66504611895189','9.994468688964843'),(301004,179,161,197,'45.663906431706366','9.998502731323242'),(301003,179,161,196,'45.65976737237166','10.002708435058593'),(301002,179,161,195,'45.65820764745017','10.006999969482421'),(301001,179,161,194,'45.65592797133395','10.010089874267578'),(301000,179,161,193,'45.65436813946473','10.016956329345703'),(300999,179,161,192,'45.65151833443256','10.022192001342773'),(300998,179,161,191,'45.65172832501543','10.024209022521972'),(300997,179,161,190,'45.65334822590512','10.028629302978515'),(300996,179,161,189,'45.65433814227223','10.032706260681152'),(300995,179,161,188,'45.65538803444985','10.036182403564453'),(300994,179,161,187,'45.656047956601206','10.038843154907226'),(300993,179,161,186,'45.657667732546926','10.045194625854492'),(300992,179,161,185,'45.658327627832804','10.045580863952636'),(300991,179,161,184,'45.65928746163875','10.047855377197265'),(300990,179,161,183,'45.66042724291305','10.047340393066406'),(300989,179,161,182,'45.66150701429689','10.04922866821289'),(300988,179,161,181,'45.660547218539584','10.050344467163086'),(300987,179,161,180,'45.66114709281606','10.052061080932617'),(300986,179,161,179,'45.66012730272194','10.054378509521484'),(300985,179,161,178,'45.659347450705304','10.059957504272461'),(300984,179,161,177,'45.659947337836','10.062017440795898'),(300983,179,161,176,'45.658387617927694','10.063390731811523'),(300982,179,161,175,'45.65982736092404','10.064935684204101'),(300981,179,161,174,'45.66360651015392','10.0689697265625'),(300980,179,161,173,'45.66321660973358','10.06995677947998'),(300979,179,161,172,'45.66168697416966','10.068883895874023'),(300978,179,161,171,'45.66069718771124','10.070300102233886'),(300977,179,161,170,'45.65886753637318','10.068626403808593'),(300976,179,161,169,'45.660097308614446','10.071244239807129'),(300975,179,161,168,'45.66180694709682','10.073432922363281'),(300974,179,161,167,'45.65955741193215','10.073003768920898'),(300973,179,161,166,'45.65568800002817','10.071072578430175'),(300972,179,161,165,'45.65541803107998','10.072145462036132'),(300971,179,161,164,'45.654308145063645','10.072531700134277'),(300970,179,161,163,'45.655328041141374','10.073518753051757'),(300969,179,161,162,'45.65715780813588','10.076909065246582'),(300968,179,161,161,'45.65910749405341','10.078883171081543'),(300967,179,161,160,'45.66285669924312','10.07896900177002'),(300966,179,161,159,'45.66393642377324','10.082573890686035'),(300965,179,161,158,'45.66315662481253','10.088024139404296'),(300964,179,161,157,'45.661716967425555','10.091714859008789'),(300963,179,161,156,'45.660667193909056','10.094718933105468'),(300962,179,161,155,'45.660547218539584','10.096478462219238'),(300961,179,161,154,'45.66102711847492','10.104331970214843'),(300960,179,161,153,'45.66063720009079','10.106263160705566'),(300959,179,161,152,'45.66111709925488','10.107722282409668'),(300958,179,161,151,'45.66063720009079','10.109009742736816'),(300957,179,161,150,'45.66111709925488','10.110254287719726'),(300956,179,161,149,'45.66039724896624','10.111799240112304'),(300955,179,161,148,'45.661357047294395','10.114202499389648'),(300954,179,161,147,'45.66225684328397','10.114588737487793'),(300953,179,161,146,'45.662316829169086','10.115060806274414'),(300952,179,161,145,'45.66309663982718','10.116734504699707'),(300951,179,161,144,'45.66063720009079','10.116477012634277'),(300950,179,161,143,'45.66147702092853','10.117206573486328'),(300949,179,161,142,'45.662316829169086','10.117292404174804'),(300948,179,161,141,'45.66240680787629','10.118794441223144'),(300947,179,161,140,'45.66129706038092','10.122442245483398'),(300946,179,161,139,'45.660967131207975','10.123858451843261'),(300945,179,161,138,'45.65985735517613','10.125274658203125'),(300944,179,161,137,'45.65967738942254','10.127034187316894'),(300943,179,161,136,'45.66099712484947','10.127291679382324'),(300942,179,161,135,'45.66138704072703','10.12840747833252'),(300941,179,161,134,'45.66345654877513','10.128965377807617'),(300940,179,161,133,'45.664146367791446','10.131454467773437'),(300939,179,161,132,'45.66402639987745','10.132827758789062'),(300938,179,161,131,'45.66438630284819','10.133342742919921'),(300937,179,161,130,'45.66450626999094','10.13814926147461'),(300936,179,161,129,'45.66606581945197','10.139694213867187'),(300935,179,161,128,'45.667325423837376','10.142097473144531'),(300934,179,161,127,'45.66876493700009','10.144500732421875'),(300933,179,161,126,'45.66924476649434','10.146989822387695'),(300932,179,161,125,'45.66918478803248','10.148534774780273'),(300931,179,161,124,'45.66780526567164','10.150423049926757'),(300930,179,161,123,'45.66762532546581','10.152740478515625'),(300929,179,161,122,'45.668465041477404','10.15711784362793'),(300928,179,161,121,'45.670084458211505','10.164241790771484'),(300927,179,161,120,'45.6716438522655','10.173168182373046'),(300926,179,161,119,'45.670804183942856','10.178146362304687'),(300925,179,161,118,'45.670024480649474','10.184412002563476'),(300924,179,161,117,'45.6716438522655','10.187759399414062'),(300923,179,161,116,'45.67320320287244','10.186128616333007'),(300922,179,161,115,'45.67884049258085','10.186901092529296'),(300921,179,161,114,'45.68417740306809','10.187501907348632'),(300920,179,161,113,'45.6866957682887','10.186042785644531'),(300919,179,161,112,'45.69053305919282','10.185356140136718'),(300918,179,161,111,'45.692691419640816','10.18484115600586'),(300917,179,161,110,'45.69688799318299','10.186128616333007'),(300916,179,161,109,'45.69928589381442','10.18956184387207'),(300915,179,161,108,'45.699166001225066','10.195484161376953'),(300914,179,161,107,'45.69994529846052','10.19857406616211'),(300913,179,161,106,'45.69970551585262','10.202693939208984'),(300912,179,161,105,'45.70186352230473','10.20930290222168'),(300911,179,161,104,'45.70540007498716','10.212821960449218'),(300910,179,161,103,'45.70851685119329','10.21677017211914'),(300909,179,161,102,'45.71037484663443','10.219430923461914'),(300908,179,161,101,'45.71205298297926','10.22003173828125'),(300907,179,161,100,'45.715888533989514','10.222349166870117'),(300906,179,161,99,'45.716907307977834','10.225095748901367'),(300905,179,161,98,'45.72098221819605','10.230159759521484'),(300904,179,161,97,'45.72218066464547','10.230674743652343'),(300903,179,161,96,'45.71855528539953','10.232949256896972'),(300902,179,161,95,'45.717087089694786','10.237455368041992'),(300901,179,161,94,'45.716907307977834','10.24050235748291'),(300900,179,161,93,'45.71513942361922','10.245180130004882'),(300899,179,161,92,'45.713401448886614','10.24925708770752'),(300898,179,161,91,'45.71268227111827','10.25350570678711'),(300897,179,161,90,'45.71343141442613','10.256896018981933'),(300896,179,161,89,'45.71331155217169','10.25324821472168'),(300895,179,161,88,'45.71442026821628','10.256595611572265'),(300894,179,161,87,'45.71606831898414','10.258698463439941'),(300893,179,161,86,'45.71573871271882','10.260200500488281'),(300892,179,161,85,'45.716907307977834','10.263547897338867'),(300891,179,161,84,'45.717386724604346','10.263204574584961'),(300890,179,161,83,'45.71864517367924','10.265436172485351'),(300889,179,161,82,'45.718195730834644','10.267195701599121'),(300888,179,161,81,'45.71804591574977','10.268998146057129'),(300887,179,161,80,'45.71660767049757','10.270628929138183'),(300886,179,161,79,'45.716487815055565','10.272345542907714'),(300885,179,161,78,'45.71705712611545','10.275177955627441'),(300884,179,161,77,'45.71687734430211','10.27646541595459'),(300883,179,161,76,'45.71774628437495','10.2756929397583'),(300882,179,161,75,'45.717776247584744','10.272302627563476'),(300881,179,161,74,'45.717866137117674','10.273847579956054'),(300880,179,161,73,'45.71888487505153','10.277624130249023'),(300879,179,161,72,'45.71948412398347','10.278096199035644'),(300878,179,161,71,'45.717985989603335','10.27921199798584'),(300877,179,161,70,'45.71439030320697','10.28195858001709'),(300876,179,161,69,'45.714540128092786','10.283675193786621'),(300875,179,161,68,'45.71328158656792','10.285649299621582'),(300874,179,161,67,'45.71172335303098','10.28620719909668'),(300873,179,161,66,'45.7123226787636','10.288395881652832'),(300872,179,161,65,'45.71148362093844','10.288825035095214'),(300871,179,161,64,'45.710734451521475','10.290799140930175'),(300870,179,161,63,'45.70968559746723','10.292258262634277'),(300869,179,161,62,'45.708966371883065','10.29444694519043'),(300868,179,161,61,'45.709086243456426','10.295391082763671'),(300867,179,161,60,'45.70788751615423','10.296807289123535'),(300866,179,161,59,'45.705999468523245','10.299081802368164'),(300865,179,161,58,'45.70710832962215','10.300068855285644'),(300864,179,161,57,'45.707228205180186','10.302557945251464'),(300863,179,161,56,'45.70528019550871','10.304017066955566'),(300862,179,161,55,'45.705460014629985','10.30466079711914'),(300861,179,161,54,'45.704231239106434','10.305647850036621'),(300860,179,161,53,'45.704620853782025','10.307364463806152'),(300859,179,161,52,'45.703422030719224','10.311055183410644'),(300858,179,161,51,'45.70426120956248','10.313544273376464'),(300857,179,161,50,'45.702732695817396','10.314445495605468'),(300856,179,161,49,'45.70312232093673','10.316634178161621'),(300855,179,161,48,'45.70180357880577','10.318350791931152'),(300854,179,161,47,'45.70180357880577','10.317192077636718'),(300853,179,161,46,'45.70072458483446','10.319981575012207'),(300852,179,161,45,'45.702253153481415','10.32066822052002'),(300851,179,161,44,'45.69985538010307','10.321440696716308'),(300850,179,161,43,'45.699615597109535','10.320024490356445'),(300849,179,161,42,'45.69895618857514','10.321826934814453'),(300848,179,161,41,'45.69775724404367','10.319809913635254'),(300847,179,161,40,'45.69787713965366','10.320839881896972'),(300846,179,161,39,'45.69760737416967','10.322556495666504'),(300845,179,161,38,'45.697337607384206','10.32092571258545'),(300844,179,161,37,'45.69691796757555','10.322599411010742'),(300843,179,161,36,'45.696588248373764','10.319552421569824'),(300842,179,161,35,'45.69754742610759','10.318350791931152'),(300841,179,161,34,'45.698446640290435','10.316934585571289'),(300840,179,161,33,'45.69853656091338','10.315260887145996'),(300839,179,161,32,'45.69685801877438','10.31740665435791'),(300838,179,161,31,'45.69721771061736','10.316333770751953'),(300837,179,161,30,'45.69529932738535','10.31839370727539'),(300836,179,161,29,'45.69434011108987','10.319681167602539'),(300835,179,161,28,'45.69443003831652','10.32139778137207'),(300834,179,161,27,'45.695808904350265','10.328264236450195'),(300833,179,161,26,'45.6955091537568','10.329294204711914'),(300832,179,161,25,'45.69568900430569','10.330753326416015'),(300831,179,161,24,'45.6973076332166','10.335474014282226'),(300830,179,161,23,'45.69886626862703','10.338993072509765'),(300829,179,161,22,'45.698446640290435','10.34088134765625'),(300828,179,161,21,'45.699046108378674','10.341997146606445'),(300827,179,161,20,'45.69886626862703','10.343799591064453'),(300826,179,161,19,'45.69934584001267','10.345087051391601'),(300825,179,161,18,'45.70018508004011','10.346975326538086'),(300824,179,161,17,'45.70336208889128','10.353927612304687'),(300823,179,161,16,'45.702762667076826','10.357446670532226'),(300822,179,161,15,'45.70300243657385','10.359764099121093'),(300821,179,161,14,'45.70246295375952','10.361137390136718'),(300820,179,161,13,'45.701383972513504','10.363712310791015'),(300819,179,161,12,'45.70108425180524','10.367574691772461'),(300818,179,161,11,'45.70144391646237','10.369119644165039'),(300817,179,161,10,'45.700664640114404','10.370707511901855'),(300816,179,161,9,'45.70105427964607','10.372509956359863'),(300815,179,161,8,'45.70075455717039','10.375170707702636'),(300814,179,161,7,'45.70327217602883','10.38083553314209'),(300813,179,161,6,'45.70153383226512','10.3840970993042'),(300812,179,161,5,'45.702073324044974','10.387015342712402'),(300811,179,161,4,'45.702612810619016','10.387015342712402'),(300810,179,161,3,'45.70384162171544','10.387744903564453'),(300809,179,161,2,'45.7060594075234','10.397357940673828'),(300808,179,161,1,'45.70905627558719','10.405340194702148'),(300807,179,161,0,'45.71007517412784','10.405426025390625'),(301130,179,161,323,'45.56406391514301','9.396743774414062'),(301131,179,161,324,'45.56520563324043','9.392967224121093'),(301132,179,161,325,'45.564304278776014','9.384469985961914'),(301133,179,161,326,'45.55793429502544','9.383525848388671'),(301134,179,161,327,'45.55577074002788','9.383268356323242'),(301135,179,161,328,'45.55138327555948','9.384727478027343'),(301136,179,161,329,'45.551142856648944','9.383225440979004'),(301137,179,161,330,'45.55171384988225','9.381637573242187'),(301138,179,161,331,'45.55111280421283','9.372668266296386'),(301139,179,161,332,'45.55039154092501','9.370522499084472'),(301140,179,161,333,'45.55030138236324','9.363226890563964'),(301141,179,161,334,'45.55048169934216','9.358763694763183'),(301142,179,161,335,'45.550060958824794','9.352884292602539'),(301143,179,161,336,'45.54952000210311','9.350996017456054'),(301144,179,161,337,'45.54942984214332','9.345545768737793'),(301145,179,161,338,'45.548798718375345','9.338550567626953'),(301146,179,161,339,'45.54867850352087','9.33438777923584'),(301147,179,161,340,'45.548558288409254','9.330439567565918'),(301148,179,161,341,'45.54867850352087','9.32889461517334'),(301149,179,161,342,'45.54807742539178','9.328508377075195'),(301150,179,161,343,'45.54837796525978','9.324431419372558'),(301151,179,161,344,'45.54774682968098','9.321856498718261'),(301152,179,161,345,'45.54750639521552','9.317736625671386'),(301153,179,161,346,'45.546123877081186','9.312715530395507'),(301154,179,161,347,'45.546484537263886','9.302587509155273'),(301155,179,161,348,'45.54690530455248','9.29966926574707'),(301156,179,161,349,'45.54690530455248','9.29666519165039'),(301157,179,161,350,'45.546664866487525','9.2924165725708'),(301158,179,161,351,'45.54765666687696','9.293403625488281'),(301159,179,161,352,'45.54831785741472','9.273834228515625'),(301160,179,161,353,'45.55360710172826','9.264392852783203'),(301161,179,161,354,'45.55360710172826','9.259757995605468'),(301162,179,161,355,'45.54867850352087','9.25649642944336'),(301163,179,161,356,'45.53707656053376','9.245681762695312'),(301164,179,161,357,'45.53593427088957','9.24276351928711'),(301165,179,161,358,'45.53743727875853','9.239158630371093'),(301166,179,161,359,'45.53704650057726','9.237656593322754'),(301167,179,161,360,'45.536325056800166','9.2374849319458'),(301168,179,161,361,'45.53554348226326','9.235682487487793'),(301169,179,161,362,'45.535783967893124','9.233193397521972'),(301170,179,161,363,'45.53464165199172','9.231734275817871'),(301171,179,161,364,'45.53304838316756','9.2305326461792'),(301172,179,161,365,'45.53076361702527','9.228386878967285'),(301173,179,161,366,'45.52847875806646','9.229073524475097'),(301174,179,161,367,'45.52351788951189','9.22800064086914'),(301175,179,161,368,'45.51846637385355','9.226241111755371'),(301176,179,161,369,'45.5077905484003','9.222850799560546'),(301177,179,161,370,'45.4976240776389','9.220104217529296'),(301178,179,161,371,'45.48685403853585','9.216670989990234'),(301179,179,161,372,'45.47481803911341','9.205169677734375'),(301180,179,161,373,'45.46229787220348','9.20654296875'),(301181,179,161,374,'45.45326717976448','9.201908111572265'),(301182,179,161,375,'45.45748168288721','9.194011688232421'),(301183,179,161,376,'45.46554856742678','9.200019836425781'),(301184,179,161,377,'45.469039846107734','9.199247360229492'),(301185,179,161,378,'45.47229015256657','9.19504165649414'),(301186,179,161,379,'45.47319298220706','9.189119338989257'),(301187,179,161,380,'45.47198920613907','9.182596206665039'),(301188,179,161,381,'45.47030387644797','9.182853698730468'),(301189,179,161,382,'45.46783598133374','9.182167053222656'),(301190,179,161,383,'45.468136949937744','9.177274703979492'),(301191,179,161,384,'45.47463747954898','9.169549942016601'),(301192,179,161,385,'45.47710507685561','9.168519973754882'),(301193,179,161,386,'45.47891056740282','9.17109489440918'),(301194,179,161,387,'45.47650323381732','9.176502227783203'),(301195,179,161,388,'45.477827280016676','9.180965423583984'),(301196,179,161,389,'45.481197439046944','9.182510375976562'),(301197,179,161,390,'45.47957256610844','9.19332504272461'),(301198,179,161,391,'45.47451710618464','9.204740524291992'),(301549,216,165,104,'40.07207833049807','-105.22984027862549'),(301548,216,165,103,'40.07186486800321','-105.22915363311767'),(301547,216,165,102,'40.07129015796099','-105.22915363311767'),(301546,216,165,101,'40.070912488721355','-105.22883176803589'),(301545,216,165,100,'40.070584078984645','-105.22977590560913'),(301544,216,165,99,'40.07087964781893','-105.23091316223144'),(301543,216,165,98,'40.07133941901177','-105.23168563842773'),(301542,216,165,97,'40.07153646285861','-105.2351188659668'),(301541,216,165,96,'40.052913300998604','-105.23492574691772'),(301540,216,165,95,'40.052322006146916','-105.23507595062256'),(301539,216,165,94,'40.0518456815635','-105.23563385009765'),(301538,216,165,93,'40.05107370016926','-105.23580551147461'),(301537,216,165,92,'40.05107370016926','-105.23451805114746'),(301536,216,165,91,'40.05219060659433','-105.2334451675415'),(301535,216,165,90,'40.05330749471645','-105.23121356964111'),(301534,216,165,89,'40.05465430604977','-105.22932529449463'),(301533,216,165,88,'40.05573830559545','-105.22838115692138'),(301532,216,165,87,'40.057774864173226','-105.22627830505371'),(301531,216,165,86,'40.05856319308897','-105.2253770828247'),(301530,216,165,85,'40.06007413135204','-105.22288799285888'),(301529,216,165,84,'40.06352288664743','-105.21906852722168'),(301528,216,165,83,'40.06802242869367','-105.21413326263428'),(301527,216,165,82,'40.072455993273145','-105.20928382873535'),(301526,216,165,81,'40.07317847274678','-105.2088975906372'),(301525,216,165,80,'40.07534586518269','-105.20679473876953'),(301524,216,165,79,'40.07968044311903','-105.20688056945801'),(301523,216,165,78,'40.08985904881551','-105.20683765411377'),(301522,216,165,77,'40.09442251008942','-105.20700931549072'),(301521,216,165,76,'40.10443478802904','-105.20688056945801'),(301520,216,165,75,'40.11621784386538','-105.20696640014648'),(301519,216,165,74,'40.12911450318844','-105.20696640014648'),(301518,216,165,73,'40.13377376314123','-105.20683765411377'),(301517,216,165,72,'40.152374807152206','-105.20688056945801'),(301516,216,165,71,'40.152407608727195','-105.21443367004394'),(301515,216,165,70,'40.152243600693865','-105.22627830505371'),(301514,216,165,69,'40.15227640233221','-105.23202896118164'),(301513,216,165,68,'40.15198118701676','-105.23383140563965'),(301512,216,165,67,'40.15253881486865','-105.23537635803222'),(301511,216,165,66,'40.15309643814204','-105.23705005645752'),(301510,216,165,65,'40.15260441784434','-105.2383804321289'),(301509,216,165,64,'40.14627343869222','-105.24859428405762'),(301508,216,165,63,'40.14535490565454','-105.25155544281006'),(301507,216,165,62,'40.145420515569135','-105.25335788726806'),(301506,216,165,61,'40.145256490663854','-105.26361465454101'),(301505,216,165,60,'40.14538771061978','-105.27232646942138'),(301504,216,165,59,'40.14505966025478','-105.27550220489502'),(301503,216,165,58,'40.145256490663854','-105.2823257446289'),(301502,216,165,57,'40.13367533137456','-105.28228282928467'),(301501,216,165,56,'40.13354408879726','-105.28460025787353'),(301500,216,165,55,'40.13292068309385','-105.28854846954345'),(301499,216,165,54,'40.13219883776679','-105.29279708862304'),(301498,216,165,53,'40.132691005866874','-105.29545783996582'),(301497,216,165,52,'40.13177228919705','-105.29829025268554'),(301496,216,165,51,'40.13026294199312','-105.30065059661865'),(301495,216,165,50,'40.12730977443343','-105.30266761779785'),(301494,216,165,49,'40.12665349755144','-105.30464172363281'),(301493,216,165,48,'40.12543936861639','-105.30477046966553'),(301492,216,165,47,'40.12425803316315','-105.30571460723877'),(301491,216,165,46,'40.122748519098884','-105.30657291412353'),(301490,216,165,45,'40.12064826986234','-105.30691623687744'),(301489,216,165,44,'40.11700549625166','-105.3068733215332'),(301488,216,165,43,'40.11595529104254','-105.30738830566406'),(301487,216,165,42,'40.1149050696142','-105.30794620513916'),(301486,216,165,41,'40.113723551120394','-105.30760288238525'),(301485,216,165,40,'40.11053991301048','-105.30592918395996'),(301484,216,165,39,'40.10912856184413','-105.30421257019043'),(301483,216,165,38,'40.10906291689112','-105.30331134796142'),(301482,216,165,37,'40.10886598165191','-105.30258178710937'),(301481,216,165,36,'40.10755306548593','-105.30271053314209'),(301480,216,165,35,'40.10607600450848','-105.30219554901123'),(301479,216,165,34,'40.10194006314812','-105.30210971832275'),(301478,216,165,33,'40.09960938225471','-105.30275344848633'),(301477,216,165,32,'40.09770538650198','-105.30198097229004'),(301476,216,165,31,'40.09402855427737','-105.30189514160156'),(301475,216,165,30,'40.09268252137929','-105.30219554901123'),(301474,216,165,29,'40.089300906653015','-105.30189514160156'),(301473,216,165,28,'40.08815177602485','-105.30215263366699'),(301472,216,165,27,'40.08621462619441','-105.30215263366699'),(301471,216,165,26,'40.08450726199637','-105.30271053314209'),(301470,216,165,25,'40.083128205806695','-105.30210971832275'),(301469,216,165,24,'40.08181479298843','-105.30245304107666'),(301468,216,165,23,'40.08043568225993','-105.3015947341919'),(301467,216,165,22,'40.07912221750036','-105.30129432678222'),(301466,216,165,21,'40.07642953553386','-105.30129432678222'),(301465,216,165,20,'40.072357472751115','-105.3013801574707'),(301464,216,165,19,'40.068285166490526','-105.30202388763428'),(301463,216,165,18,'40.066971467372134','-105.30219554901123'),(301462,216,165,17,'40.0653621514252','-105.30168056488037'),(301461,216,165,16,'40.063818486121356','-105.29889106750488'),(301460,216,165,15,'40.06355573109676','-105.29584407806396'),(301459,216,165,14,'40.06424546087496','-105.29318332672119'),(301458,216,165,13,'40.064015551724765','-105.29078006744385'),(301457,216,165,12,'40.061847798735826','-105.28618812561035'),(301456,216,165,11,'40.06188064399269','-105.28206825256347'),(301455,216,165,10,'40.06191348923372','-105.27678966522217'),(301454,216,165,9,'40.05113940105385','-105.26009559631347'),(301453,216,165,8,'40.051205101875134','-105.23576259613037'),(301452,216,165,7,'40.051862106604545','-105.23563385009765'),(301451,216,165,6,'40.05225630640229','-105.23516178131103'),(301450,216,165,5,'40.052716203284696','-105.23494720458984'),(301449,216,165,4,'40.07153646285861','-105.23516178131103'),(301448,216,165,3,'40.07150362225707','-105.2322006225586'),(301447,216,165,2,'40.07147078163967','-105.23155689239502'),(301446,216,165,1,'40.072029069981724','-105.23112773895263'),(301445,216,165,0,'40.0721275909788','-105.23001194000244'),(301444,216,164,4,'40.07334267155828','-105.2299690246582'),(301443,216,164,3,'40.07508315462177','-105.22881031036377'),(301442,216,164,2,'40.07626534416489','-105.22812366485595'),(301441,216,164,1,'40.075280187637475','-105.22417545318603'),(301440,216,164,0,'40.07143794100645','-105.22675037384033'),(301550,216,166,0,'40.0721275909788','-105.23020505905151'),(301551,216,166,1,'40.07181560733249','-105.22913217544555'),(301552,216,166,2,'40.07143794100645','-105.22921800613403'),(301553,216,166,3,'40.070912488721355','-105.22878885269165'),(301554,216,166,4,'40.07112595420106','-105.22814512252807'),(301555,216,166,5,'40.070978170478675','-105.22717952728271'),(301556,216,166,6,'40.07061692002956','-105.2263855934143'),(301557,216,166,7,'40.07005862011226','-105.22541999816894'),(301558,216,166,8,'40.06991083407406','-105.22488355636596'),(301559,216,166,9,'40.070091461410556','-105.2226734161377'),(301560,216,166,10,'40.06991083407406','-105.2221155166626'),(301561,216,166,11,'40.069615261035636','-105.22151470184326'),(301562,216,166,12,'40.06964810254768','-105.2208924293518'),(301563,216,166,13,'40.070042199457205','-105.22003412246704'),(301564,216,166,14,'40.07615040997105','-105.21230936050415'),(301565,216,166,15,'40.07670865995259','-105.21267414093017'),(301566,216,166,16,'40.07710271600776','-105.21274924278259'),(301567,216,166,17,'40.07739004711041','-105.21221280097961'),(301568,216,166,18,'40.07748856035223','-105.21160125732422'),(301569,216,166,19,'40.082118521954825','-105.21086096763611'),(301570,216,166,20,'40.083981910551344','-105.21100044250488'),(301571,216,166,21,'40.084146083313414','-105.2094554901123'),(301572,216,166,22,'40.08552511888449','-105.20928382873535'),(301573,216,166,23,'40.08690412652055','-105.2091121673584'),(301574,216,166,24,'40.08696979285406','-105.21160125732422'),(301575,216,166,25,'40.08641162700023','-105.21447658538818'),(301576,216,166,26,'40.085951957566515','-105.21855354309082'),(301577,216,166,27,'40.085328115513214','-105.22305965423584'),(301578,216,166,28,'40.085328115513214','-105.2255916595459'),(301579,216,166,29,'40.085623620356344','-105.22709369659424'),(301580,216,166,30,'40.08544303421574','-105.22707223892212'),(301581,216,166,31,'40.085180362610636','-105.22574186325073'),(301582,216,166,32,'40.085163945601664','-105.22295236587524'),(301583,216,166,33,'40.08628029319304','-105.21441221237182'),(301584,216,166,34,'40.08678921028451','-105.21155834197998'),(301585,216,166,35,'40.086772793663535','-105.20941257476806'),(301586,216,166,36,'40.08434309010529','-105.20964860916137'),(301587,216,166,37,'40.08417891781832','-105.21121501922607'),(301588,216,166,38,'40.08214314856839','-105.21104335784912'),(301589,216,166,39,'40.07761170170407','-105.21179437637329'),(301590,216,166,40,'40.077562445190054','-105.21230936050415'),(301591,216,166,41,'40.07725048644054','-105.21278142929077'),(301592,216,166,42,'40.07715197285431','-105.2129316329956'),(301593,216,166,43,'40.076692240900805','-105.21286725997925'),(301594,216,166,44,'40.07613399078467','-105.21254539489746'),(301595,216,166,45,'40.07018998521041','-105.22011995315552'),(301596,216,166,46,'40.070091461410556','-105.22031307220459'),(301597,216,166,47,'40.06994367544359','-105.22039890289306'),(301598,216,166,48,'40.069631681793645','-105.22104263305664'),(301599,216,166,49,'40.06987799268867','-105.22205114364624'),(301600,216,166,50,'40.070075040763406','-105.22273778915405'),(301601,216,166,51,'40.06987799268867','-105.22488355636596'),(301602,216,166,52,'40.07005862011226','-105.22550582885742'),(301603,216,166,53,'40.07101101133357','-105.22711515426636'),(301604,216,166,54,'40.071109533803316','-105.22820949554443'),(301605,216,166,55,'40.070978170478675','-105.22889614105224'),(301606,216,166,56,'40.07145436132503','-105.22915363311767'),(302397,220,172,65,'40.07012430269299','-105.22273778915405'),(302396,220,172,64,'40.06991083407406','-105.2221155166626'),(302395,220,172,63,'40.06958241950773','-105.22125720977783'),(302394,220,172,62,'40.06964810254768','-105.22063493728637'),(302340,220,172,8,'40.07831770782302','-105.23773670196533'),(302339,220,172,7,'40.077825146186434','-105.23910999298095'),(302338,220,172,6,'40.07706987809025','-105.2393889427185'),(302337,220,172,5,'40.07265303388966','-105.23576259613037'),(302336,220,172,4,'40.07155288315345','-105.23509740829468'),(302335,220,172,3,'40.07155288315345','-105.23241519927978'),(302334,220,172,2,'40.07132299866546','-105.2316427230835'),(302333,220,172,1,'40.07193054884214','-105.23095607757568'),(302332,220,172,0,'40.07209475066229','-105.23016214370727'),(302331,220,171,62,'40.0713722596925','-105.22920727729797'),(302330,220,171,61,'40.07092069894447','-105.22888541221618'),(302329,220,171,60,'40.070584078984645','-105.22992610931396'),(302328,220,171,59,'40.070912488721355','-105.2309775352478'),(302327,220,171,58,'40.07131478849083','-105.2316963672638'),(302326,220,171,57,'40.071388680026935','-105.23159980773926'),(302325,220,171,56,'40.07158572373125','-105.23232936859131'),(302324,220,171,55,'40.07153646285861','-105.23503303527832'),(302323,220,171,54,'40.05263407906901','-105.23494720458984'),(302322,220,171,53,'40.0518456815635','-105.23561239242554'),(302321,220,171,52,'40.051172251472416','-105.23580551147461'),(302320,220,171,51,'40.05113940105385','-105.23453950881958'),(302319,220,171,50,'40.05133650332768','-105.23430347442627'),(302318,220,171,49,'40.05334034409004','-105.23134231567383'),(302317,220,171,48,'40.0557054573777','-105.22820949554443'),(302316,220,171,47,'40.05853034623291','-105.2255916595459'),(302315,220,171,46,'40.06017266964021','-105.22288799285888'),(302314,220,171,45,'40.061585036110934','-105.22134304046631'),(302313,220,171,44,'40.07196338923784','-105.20975589752197'),(302312,220,171,43,'40.073079953269854','-105.20898342132568'),(302311,220,171,42,'40.07524734884111','-105.20692348480224'),(302310,220,171,41,'40.084605764940974','-105.19598007202148'),(302309,220,171,40,'40.08585345656973','-105.19426345825195'),(302308,220,171,39,'40.09182892574756','-105.18778324127197'),(302307,220,171,38,'40.09908414736847','-105.18782615661621'),(302306,220,171,37,'40.10171028125555','-105.1845645904541'),(302305,220,171,36,'40.101808759304554','-105.18319129943847'),(302304,220,171,35,'40.11267329522655','-105.18332004547119'),(302303,220,171,34,'40.127670724017776','-105.18336296081543'),(302302,220,171,33,'40.13075512411209','-105.17950057983398'),(302301,220,171,32,'40.13085356010821','-105.17838478088379'),(302300,220,171,31,'40.13738282946731','-105.17842769622803'),(302299,220,171,30,'40.17641411119976','-105.17838478088379'),(302298,220,171,29,'40.1765124810369','-105.18156051635742'),(302297,220,171,28,'40.17506970913358','-105.18314838409424'),(302296,220,171,27,'40.174282729711585','-105.18799781799316'),(302295,220,171,26,'40.17421714768112','-105.19228935241699'),(302294,220,171,25,'40.174282729711585','-105.20833969116211'),(302293,220,171,24,'40.17421714768112','-105.23992538452148'),(302292,220,171,23,'40.17447947542269','-105.2479076385498'),(302291,220,171,22,'40.17480738367364','-105.25022506713867'),(302290,220,171,21,'40.17447947542269','-105.25382995605469'),(302289,220,171,20,'40.17447947542269','-105.25683403015137'),(302288,220,171,19,'40.17356132389072','-105.2603530883789'),(302287,220,171,18,'40.17356132389072','-105.26164054870605'),(302286,220,171,17,'40.1640511667299','-105.27022361755371'),(302285,220,171,16,'40.16024673077511','-105.2713394165039'),(302284,220,171,15,'40.158082042749164','-105.27451515197754'),(302283,220,171,14,'40.150013052119895','-105.28266906738281'),(302282,220,171,13,'40.07991029939655','-105.28219699859619'),(302281,220,171,12,'40.07413082034293','-105.28472900390625'),(302280,220,171,11,'40.066084706144984','-105.28228282928467'),(302279,220,171,10,'40.064442525243294','-105.28073787689209'),(302278,220,171,9,'40.0544900621902','-105.26481628417969'),(302272,220,171,3,'40.071520042559825','-105.23239374160766'),(302273,220,171,4,'40.071520042559825','-105.2350115776062'),(302274,220,171,5,'40.052683353610305','-105.23494720458984'),(302275,220,171,6,'40.05189495667478','-105.23559093475342'),(302276,220,171,7,'40.051172251472416','-105.23580551147461'),(302277,220,171,8,'40.05100799922132','-105.25975227355957'),(302410,220,172,78,'40.07135583935412','-105.23170709609985'),(302409,220,172,77,'40.070928909166625','-105.2309775352478'),(302408,220,172,76,'40.07071544306934','-105.23033380508423'),(302407,220,172,75,'40.07064976105867','-105.22960424423218'),(302406,220,172,74,'40.0707811250167','-105.22911071777344'),(302405,220,172,73,'40.070978170478675','-105.22876739501953'),(302404,220,172,72,'40.071109533803316','-105.22812366485595'),(302403,220,172,71,'40.07106027258625','-105.22747993469238'),(302402,220,172,70,'40.07079754549362','-105.22657871246338'),(302400,220,172,68,'40.06987799268867','-105.22505521774292'),(302401,220,172,69,'40.07020640582985','-105.22572040557861'),(302399,220,172,67,'40.06992725476079','-105.22426128387451'),(302398,220,172,66,'40.07000935813515','-105.2234673500061'),(302393,220,172,61,'40.07000935813515','-105.22014141082763'),(302391,220,172,59,'40.0718812882189','-105.21799564361572'),(302392,220,172,60,'40.070419873522475','-105.21977663040161'),(302390,220,172,58,'40.07396662343162','-105.21552801132202'),(302389,220,172,57,'40.0754608007344','-105.2135968208313'),(302388,220,172,56,'40.07656088834402','-105.21230936050415'),(302387,220,172,55,'40.076807174180175','-105.21256685256958'),(302386,220,172,54,'40.07706987809025','-105.21265268325805'),(302385,220,172,53,'40.07738183766716','-105.21252393722534'),(302384,220,172,52,'40.07741467543423','-105.211923122406'),(302383,220,172,51,'40.07789082127716','-105.21181583404541'),(302382,220,172,50,'40.08378490271429','-105.21106481552124'),(302381,220,172,49,'40.08454009632708','-105.21089315414429'),(302380,220,172,48,'40.084671433491536','-105.21050691604614'),(302379,220,172,47,'40.084458010470605','-105.20999193191528'),(302378,220,172,46,'40.08386698938234','-105.20928382873535'),(302377,220,172,45,'40.08353864211625','-105.20870447158813'),(302376,220,172,44,'40.08357147691412','-105.20818948745727'),(302375,220,172,43,'40.08370281594724','-105.20778179168701'),(302374,220,172,42,'40.08416250056785','-105.2074384689331'),(302373,220,172,41,'40.08462218208457','-105.20733118057251'),(302372,220,172,40,'40.08468785061928','-105.20812511444092'),(302371,220,172,39,'40.08504902642801','-105.20868301391601'),(302370,220,172,38,'40.085902707085935','-105.21027088165283'),(302369,220,172,37,'40.085968374385445','-105.2115797996521'),(302368,220,172,36,'40.085656454148626','-105.2121376991272'),(302367,220,172,35,'40.08549228502888','-105.21301746368408'),(302366,220,172,34,'40.08644446041245','-105.21726608276367'),(302365,220,172,33,'40.08660862723594','-105.21754503250122'),(302364,220,172,32,'40.088496517250256','-105.21655797958374'),(302363,220,172,31,'40.093142145362066','-105.21642923355102'),(302362,220,172,30,'40.093486861312115','-105.2165150642395'),(302361,220,172,29,'40.094176287974136','-105.21733045578003'),(302360,220,172,28,'40.09424194729198','-105.21780252456665'),(302359,220,172,27,'40.09422553246846','-105.22052764892578'),(302358,220,172,26,'40.09443892486544','-105.22069931030273'),(302357,220,172,25,'40.094520998686114','-105.22095680236816'),(302356,220,172,24,'40.0944553396375','-105.22533416748047'),(302355,220,172,23,'40.094520998686114','-105.22576332092285'),(302354,220,172,22,'40.096293769053084','-105.22580623626709'),(302353,220,172,21,'40.0944553396375','-105.22580623626709'),(302352,220,172,20,'40.092863088314125','-105.22580623626709'),(302351,220,172,19,'40.090220197187705','-105.22587060928345'),(302350,220,172,18,'40.08816819231326','-105.2259349822998'),(302349,220,172,17,'40.087363789524744','-105.22657871246338'),(302348,220,172,16,'40.087084708785234','-105.22747993469238'),(302347,220,172,15,'40.087610036285916','-105.23211479187012'),(302346,220,172,14,'40.087298123571344','-105.23357391357422'),(302345,220,172,13,'40.08646087711263','-105.23468971252441'),(302344,220,172,12,'40.08519677961564','-105.23518323898315'),(302343,220,172,11,'40.08242224956625','-105.23524761199951'),(302342,220,172,10,'40.07949984121379','-105.23516178131103'),(302341,220,172,9,'40.078744591692654','-105.23574113845825'),(302271,220,171,2,'40.071388680026935','-105.23162126541137'),(302270,220,171,1,'40.07197980942973','-105.23091316223144'),(302269,220,171,0,'40.07211117082253','-105.23020505905151'),(302268,220,168,5,'40.07344119065516','-105.22928237915039'),(302267,220,168,4,'40.07413082034293','-105.22936820983887'),(302266,220,168,3,'40.07577276768264','-105.21915435791015'),(302265,220,168,2,'40.07294859374559','-105.21876811981201'),(302264,220,168,1,'40.07234105265024','-105.22574186325073'),(302263,220,168,0,'40.07143794100645','-105.22675037384033'),(302431,257,177,6,'19.639945184977446','-155.99706172943115'),(302430,257,177,5,'19.639611730574707','-155.9968739748001'),(302429,257,177,4,'19.638970081517957','-155.99661111831665'),(302428,257,177,3,'19.62694500292258','-155.9935426712036'),(302427,257,177,2,'19.627126901573294','-155.99283456802368'),(302426,257,177,1,'19.638727567820893','-155.9961497783661'),(302425,257,177,0,'19.639945184977446','-155.997034907341'),(302432,257,177,7,'19.639950237311545','-155.9971958398819'),(302433,257,177,8,'19.64016243520057','-155.9969061613083'),(302434,257,177,9,'19.640753556412534','-155.99720120429993'),(302435,257,177,10,'19.641890321856564','-155.99641799926758'),(302436,257,177,11,'19.642552168251917','-155.99739968776703'),(302437,257,177,12,'19.642521854736177','-155.99864423274994'),(302438,257,177,13,'19.642259137360053','-155.99968492984772'),(302439,257,177,14,'19.64195094912081','-156.00082218647003'),(302440,257,177,15,'19.641758962705484','-156.00196480751038'),(302441,257,177,16,'19.64328474314134','-156.0055696964264'),(302442,257,177,17,'19.647063766012845','-156.00532293319702'),(302443,257,177,18,'19.649711049889674','-156.0040247440338'),(302444,257,177,19,'19.650933635716697','-156.00257635116577'),(302445,257,177,20,'19.648892619461616','-155.99921822547913'),(302446,257,177,21,'19.646346364769982','-155.9937572479248'),(302447,257,177,22,'19.641890321856564','-155.99623560905456'),(302448,257,177,23,'19.64114258371491','-155.99518418312073'),(302449,257,177,24,'19.64056662087996','-155.9926199913025'),(302450,257,177,25,'19.639849190599154','-155.99137544631958'),(302451,257,177,26,'19.627571541852504','-155.98388671875'),(302452,257,177,27,'19.62503505465695','-155.9801959991455'),(302453,257,177,28,'19.622983603454503','-155.97766399383545'),(302454,257,177,29,'19.619608252367804','-155.97631216049194'),(302455,257,177,30,'19.617607262269153','-155.97302913665771'),(302456,257,177,31,'19.614666367980117','-155.96848011016846'),(302457,257,177,32,'19.61583868967778','-155.96985340118408'),(302458,257,177,33,'19.617112063904844','-155.9719455242157'),(302459,257,177,34,'19.618607760432166','-155.97528219223022'),(302460,257,177,35,'19.62278148861834','-155.97744941711426'),(302461,257,177,36,'19.62483294240102','-155.97977757453918'),(302462,257,177,37,'19.626803526051866','-155.98295331001282'),(302463,257,177,38,'19.62889534994326','-155.98508834838867'),(302464,257,177,39,'19.63339217381958','-155.98764181137085'),(302465,257,177,40,'19.6377069853315','-155.99019527435303'),(302466,257,177,41,'19.64007149328248','-155.99154710769653'),(302467,257,177,42,'19.64098091014528','-155.99467992782593'),(302468,257,177,43,'19.641930740035278','-155.99608540534973'),(302469,257,177,44,'19.646518137190536','-155.9936285018921'),(302470,257,177,45,'19.649731257995583','-156.00084900856018'),(302471,257,177,46,'19.65279275664137','-156.0045289993286'),(302472,257,177,47,'19.6567433170749','-156.0065996646881'),(302473,257,177,48,'19.682030660387266','-156.02062225341797'),(302474,257,177,49,'19.714677049927726','-156.03384017944336'),(302475,257,177,50,'19.76524962521173','-156.02354049682617'),(302476,257,177,51,'19.804177967760253','-155.99401473999023'),(302477,257,177,52,'19.825495680553956','-155.94921112060547'),(302478,257,177,53,'19.845195872720076','-155.91745376586914'),(302479,257,177,54,'19.894919904319525','-155.89359283447266'),(302480,257,177,55,'19.93494609158034','-155.84243774414062'),(302481,257,177,56,'19.964313698840875','-155.8220100402832'),(302482,257,177,57,'19.98754573416827','-155.81806182861328'),(302483,257,177,58,'20.02287121996466','-155.81308364868164'),(302484,257,177,59,'20.036902430443575','-155.82612991333008'),(302485,257,177,60,'20.05238369124549','-155.84003448486328'),(302486,257,177,61,'20.069637047373522','-155.85256576538086'),(302487,257,177,62,'20.091080161896638','-155.86835861206055'),(302488,257,177,63,'20.11590536449467','-155.87814331054687'),(302489,257,177,64,'20.141693610523013','-155.88775634765625'),(302490,257,177,65,'20.166349639659184','-155.89496612548828'),(302491,257,177,66,'20.188585069275312','-155.89651107788086'),(302492,257,177,67,'20.212428236154796','-155.88741302490234'),(302493,257,177,68,'20.23256320096955','-155.8733367919922'),(302494,257,177,69,'20.23868371351734','-155.86286544799805'),(302495,257,177,70,'20.237717332823056','-155.83179473876953'),(302496,257,177,71,'20.239489026171984','-155.85745811462402'),(302497,257,177,72,'20.234334953071684','-155.8718776702881'),(302498,257,177,73,'20.215891635694387','-155.88595390319824'),(302499,257,177,74,'20.19188788788401','-155.89616775512695'),(302500,257,177,75,'20.167638736646427','-155.89539527893066'),(302501,257,177,76,'20.135166362914965','-155.8861255645752'),(302502,257,177,77,'20.12033802200316','-155.88054656982422'),(302503,257,177,78,'20.104138064452932','-155.8747959136963'),(302504,257,177,79,'20.09277291439258','-155.86981773376465'),(302505,257,177,80,'20.063429282616095','-155.84707260131836'),(302506,257,177,81,'20.045530196348945','-155.83539962768555'),(302507,257,177,82,'20.03714433687942','-155.82741737365723'),(302508,257,177,83,'20.029483785566846','-155.82106590270996'),(302509,257,177,84,'20.02158093083075','-155.81265449523926'),(302510,257,177,85,'19.99859588209476','-155.81565856933594'),(302511,257,177,86,'19.976978809299506','-155.8205509185791'),(302512,257,177,87,'19.967137219222905','-155.82106590270996'),(302513,257,177,88,'19.94099755641353','-155.83694458007812'),(302514,257,177,89,'19.906218644480848','-155.8816623687744'),(302515,257,177,90,'19.897583251438018','-155.89153289794922'),(302516,257,177,91,'19.85431849435215','-155.9117889404297'),(302517,257,177,92,'19.84761785879096','-155.91565132141113'),(302518,257,177,93,'19.83445795615303','-155.9336757659912'),(302519,257,177,94,'19.815644668464077','-155.96680641174316'),(302520,257,177,95,'19.812253195195605','-155.9817409515381'),(302521,257,177,96,'19.805712292516116','-155.99281311035156'),(302522,257,177,97,'19.77227681382109','-156.0201930999756'),(302523,257,177,98,'19.759191455411386','-156.02594375610351'),(302524,257,177,99,'19.729705078527484','-156.03143692016601'),(302525,257,177,100,'19.71112182576984','-156.03384017944336'),(302526,257,177,101,'19.702152613655183','-156.03014945983887'),(302527,257,177,102,'19.689546384611382','-156.02216720581055'),(302528,257,177,103,'19.673544741449014','-156.01710319519043'),(302529,257,177,104,'19.65471247846633','-156.00603103637695'),(302530,257,177,105,'19.6509942595649','-156.00354194641113'),(302531,257,177,106,'19.64840762168269','-156.00500106811523'),(302532,257,177,107,'19.646770743357397','-156.00549459457397'),(302533,257,177,108,'19.643294847599207','-156.00579500198364'),(302534,257,177,109,'19.641617498884105','-156.00146055221558'),(302535,257,177,110,'19.6423248167444','-155.99864959716797'),(302536,257,177,111,'19.64204188997425','-155.99641799926758'),(302537,257,177,112,'19.640708085627338','-155.99693298339844'),(302538,257,177,113,'19.640152330545547','-155.99679350852966'),(302539,257,177,114,'19.64008159794259','-155.99563479423523'),(302540,257,177,115,'19.639667306356592','-155.9943151473999'),(302541,257,177,116,'19.638333482281933','-155.99337100982666'),(302542,257,177,117,'19.636817759656537','-155.99191188812256'),(302543,257,177,118,'19.635322232643783','-155.99035620689392'),(302544,257,177,119,'19.631259987630766','-155.98872542381287'),(302545,257,177,120,'19.627622069079088','-155.98772764205933'),(302546,257,177,121,'19.624509562262762','-155.98612904548645'),(302547,257,177,122,'19.622569267766795','-155.9852170944214'),(302548,257,177,123,'19.618779562520554','-155.98403692245483'),(302549,257,177,124,'19.614342967386754','-155.98191261291504'),(302550,257,177,125,'19.6109977543362','-155.97943425178528'),(302551,257,177,126,'19.608915804132603','-155.97792148590088'),(302552,257,177,127,'19.60554015769353','-155.97532510757446'),(302553,257,177,128,'19.603346960215898','-155.97434878349304'),(302554,257,177,129,'19.59952648030276','-155.97433805465698'),(302555,257,177,130,'19.596180959111162','-155.97296476364136'),(302556,257,177,131,'19.593957311385704','-155.971097946167'),(302557,257,177,132,'19.586679704058244','-155.97062587738037'),(302558,257,177,133,'19.580614780012972','-155.96637725830078'),(302559,257,177,134,'19.584738953213623','-155.96882343292236'),(302560,257,177,135,'19.588579999928754','-155.9715700149536'),(302561,257,177,136,'19.59347214779939','-155.97062587738037'),(302562,257,177,137,'19.600992019037026','-155.97465991973877'),(302563,257,177,138,'19.604549685115994','-155.97444534301758'),(302564,257,177,139,'19.60863281852909','-155.97740650177002'),(302565,257,177,140,'19.61574773398989','-155.98289966583252'),(302566,257,177,141,'19.621609217555857','-155.98517417907715'),(302567,257,177,142,'19.62650036090944','-155.98762035369873'),(302568,257,177,143,'19.63357406516992','-155.98933696746826'),(302569,257,177,144,'19.63735331661875','-155.9926199913025'),(302570,257,177,145,'19.638485053757534','-155.99040985107422'),(302571,257,177,146,'19.640364528167453','-155.9919548034668'),(302572,257,177,147,'19.641981262744345','-155.99586009979248'),(302573,257,177,148,'19.645093430964863','-155.99416494369507'),(302574,257,177,149,'19.646467615909465','-155.99343538284302'),(302575,257,177,150,'19.650004067176308','-156.00141763687134'),(302576,257,177,151,'19.655096420074642','-156.00594520568848'),(302577,257,177,152,'19.661744526402344','-156.00918531417847'),(302578,257,177,153,'19.665462496097287','-156.0115885734558'),(302579,257,177,154,'19.671180726852423','-156.0152792930603'),(302580,257,177,155,'19.673625561844392','-156.016845703125'),(302581,257,177,156,'19.678494915451978','-156.01950645446777'),(302582,257,177,157,'19.68413186612001','-156.0208797454834'),(302583,257,177,158,'19.689708009214893','-156.0225534439087'),(302584,257,177,159,'19.694435456683596','-156.02540731430054'),(302585,257,177,160,'19.700859712784272','-156.0295271873474'),(302586,257,177,161,'19.70673828718541','-156.032874584198'),(302587,257,177,162,'19.709727994731068','-156.03375434875488'),(302588,257,177,163,'19.713687251141845','-156.03373289108276'),(302589,257,177,164,'19.715868840335286','-156.03379726409912'),(302590,257,177,165,'19.71582844080592','-156.03585720062256'),(302591,257,177,166,'19.715303245995215','-156.0398268699646'),(302592,257,177,167,'19.71449525061007','-156.04804515838623'),(302593,257,177,168,'19.718191796104165','-156.05077028274536'),(302594,257,177,169,'19.724514104748497','-156.05527639389038'),(302595,257,177,170,'19.714374050950134','-156.04806661605835'),(302596,257,177,171,'19.71568704237275','-156.03572845458984'),(302597,257,177,172,'19.715747641716557','-156.03345394134521'),(302598,257,177,173,'19.71170763518939','-156.03396892547607'),(302599,257,177,174,'19.707950337520277','-156.0334324836731'),(302600,257,177,175,'19.703223289280817','-156.03107213974'),(302601,257,177,176,'19.69564760021345','-156.02632999420166'),(302602,257,177,177,'19.689768618399146','-156.02272510528564'),(302603,257,177,178,'19.680798209584352','-156.02030038833618'),(302604,257,177,179,'19.67617138343393','-156.0185194015503'),(302605,257,177,180,'19.66802865315003','-156.01343393325806'),(302606,257,177,181,'19.66097667409452','-156.00873470306396'),(302607,257,177,182,'19.6542274982792','-156.00549459457397'),(302608,257,177,183,'19.651095299260976','-156.0027265548706'),(302609,257,177,184,'19.64881178660026','-155.99950790405273'),(302610,257,177,185,'19.646184696441516','-155.99392890930176'),(302611,257,177,186,'19.641718544483517','-155.9962034225464'),(302612,257,177,187,'19.640667667140814','-155.99244832992554'),(302613,257,177,188,'19.6383233775118','-155.99032402038574'),(302614,257,177,189,'19.637575622757698','-155.99242687225342'),(302615,257,177,190,'19.63802023411228','-155.99334955215454'),(302616,257,177,191,'19.63963699229614','-155.99405765533447'),(302617,257,177,192,'19.640243272417848','-155.99663257598877'); +UNLOCK TABLES; +/*!40000 ALTER TABLE `maps_coords` ENABLE KEYS */; + +-- +-- Table structure for table `markers` +-- + +DROP TABLE IF EXISTS `markers`; +CREATE TABLE `markers` ( + `ID` int(11) NOT NULL auto_increment, + `stageID` int(11) NOT NULL default '0', + `icon` varchar(255) NOT NULL default '', + `latitude` varchar(100) NOT NULL default '0.0', + `longitude` varchar(100) NOT NULL default '0.0', + `title` varchar(255) NOT NULL default '', + `text` mediumtext NOT NULL, + `image` varchar(255) NOT NULL default '', + PRIMARY KEY (`ID`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `markers` +-- + + +/*!40000 ALTER TABLE `markers` DISABLE KEYS */; +LOCK TABLES `markers` WRITE; +INSERT INTO `markers` VALUES (10,116,'pin_green.png','19.645335935045317','-155.9989070892334','Bike Transition','Cyclists will exit transition at the southeast end of the King Kamehameha Hotel parking lot and make a left onto Palani Rd. They will then make a quick left onto Kuakini Hwy followed by a right onto Makala St. Riders then head back toward the King Kamehameha by turning right onto Queen K Highway and right down Palani Rd. to complete the square.','20061016024740BIKEzoom.gif'),(11,116,'pin_purple.png','19.644406334080507','-155.9972333908081','Run Transition','Runners will exit transition at the southeast end of the King Kamehameha parking lot, just as on the bike. Take a left onto Palani Rd. and a quick right onto Kuakini Hwy.','20061016024849RUNzoom.gif'),(12,115,'pin_green.png','19.645012596189946','-156.0007095336914','Bike Transition','Cyclists will exit transition at the southeast end of the King Kamehameha Hotel parking lot and make a left onto Palani Rd. They will then make a quick left onto Kuakini Hwy followed by a right onto Makala St. Riders then head back toward the King Kamehameha by turning right onto Queen K Highway and right down Palani Rd. to complete the square.','20061016034834BIKEzoom.gif'),(13,115,'pin_purple.png','19.645335935045317','-155.99684715270996','Run Course','Runners will exit transition at the southeast end of the King Kamehameha parking lot, just as on the bike. Take a left onto Palani Rd. and a quick right onto Kuakini Hwy.','20061016035004RUNzoom.gif'),(14,114,'pin_green.png','19.645093430964863','-156.00053787231445','Bike Transition','Cyclists will exit transition at the southeast end of the King Kamehameha Hotel parking lot and make a left onto Palani Rd. They will then make a quick left onto Kuakini Hwy followed by a right onto Makala St. Riders then head back toward the King Kamehameha by turning right onto Queen K Highway and right down Palani Rd. to complete the square.','20061016035611BIKEzoom.gif'),(15,114,'pin_purple.png','19.64557843875937','-155.99607467651367','Run Transition','Runners will exit transition at the southeast end of the King Kamehameha parking lot, just as on the bike. Take a left onto Palani Rd. and a quick right onto Kuakini Hwy.','20061016035648RUNzoom.gif'),(17,112,'pin_green.png','19.645335935045317','-156.00109577178955','Bike Transition','Cyclists will exit transition at the southeast end of the King Kamehameha Hotel parking lot and make a left onto Palani Rd. They will then make a quick left onto Kuakini Hwy followed by a right onto Makala St. Riders then head back toward the King Kamehameha by turning right onto Queen K Highway and right down Palani Rd. to complete the square','20061016045044BIKEzoom.gif'),(18,112,'pin_purple.png','19.645982610801915','-155.99719047546387','Run Transition','Runners will exit transition at the southeast end of the King Kamehameha parking lot, just as on the bike. Take a left onto Palani Rd. and a quick right onto Kuakini Hwy.','20061016045145RUNzoom.gif'),(19,121,'pin_green.png','37.88230560059141','-122.5253677368164','START','',''),(20,121,'pin_red.png','38.440682264173866','-122.70904541015625','Finish','',''),(21,124,'pin_red.png','37.34041072784573','-121.8826675415039','Finish of Stage 3','',''),(22,124,'pin_green.png','37.9322836338988','-121.32888793945312','Start of Stage 3','',''),(23,126,'pin_green.png','36.54384614538856','-121.91116333007812','Stage 4 start','',''),(24,126,'pin_red.png','35.282901958996156','-120.66009521484375','Stage 4 finish','',''),(25,126,'pin_yellow.png','35.64530023951242','-121.18709564208984','Sprint','',''),(26,126,'pin_orange.png','35.80444911191491','-121.35154724121094','KOM','',''),(27,126,'pin_orange.png','35.830339909801715','-121.3882827758789','KOM','',''),(28,126,'pin_yellow.png','36.27154219639205','-121.80850982666015','Sprint','',''),(29,127,'pin_green.png','34.59612302365534','-120.13472557067871','Stage 5 Start','',''),(30,127,'pin_red.png','34.59633498436187','-120.13875961303711','Stage 5 Finish','',''),(31,128,'pin_green.png','34.43749580157603','-119.64385986328125','Stage 6 Start','',''),(32,128,'pin_red.png','34.425319325189186','-118.56170654296875','Stage 6 Finish','',''),(33,129,'pin_red.png','33.76345079822283','-118.18555355072021','Finish Stage 7','',''),(34,132,'pin_green.png','33.18396772922639','-117.36968994140625','START','',''),(35,134,'pin_green.png','47.99865228904131','1.2325286865234375','Start Stage 1','',''),(36,134,'pin_red.png','46.88882379810398','1.4165496826171875','End Stage 1','',''),(37,135,'pin_green.png','47.07339545642945','1.8065643310546875','Start Stage 2','',''),(38,135,'pin_red.png','45.828320792071516','1.2627410888671875','End Stage 2','',''),(39,136,'pin_green.png','45.81922927350269','1.2915802001953125','Start Stage 3','',''),(40,136,'pin_red.png','44.70880421659753','2.202930450439453','End Stage 3','',''),(41,137,'pin_green.png','44.71161010858431','2.198638916015625','Stage 4 Start','',''),(42,137,'pin_red.png','44.51976521977273','3.4996604919433593','End Stage 4','',''),(43,142,'pin_green.png','43.69518323793133','7.265052795410156','','',''),(44,142,'pin_red.png','43.69319735695953','7.2695159912109375','','',''),(45,140,'pin_green.png','44.01220048999018','4.8724365234375','','',''),(46,140,'pin_red.png','43.83155486662414','5.779323577880859','','',''),(47,141,'pin_red.png','43.55352464927332','7.020263671875','','',''),(48,141,'pin_green.png','43.409786450356584','6.061363220214844','','',''),(49,147,'pin_green.png','33.36752419565509','-84.52812194824219','Start','',''),(50,147,'pin_red.png','32.83517369200289','-83.62621307373047','Finish','',''),(51,146,'pin_green.png','32.888236561725535','-84.32659149169922','Stage 2 Start','',''),(52,146,'pin_red.png','34.26771500911705','-85.20618438720703','Stage 2 Finish','',''),(58,156,'pin_red.png','34.97515756085082','-85.35175323486328','Stage 4 (ITT) Finish','',''),(57,156,'pin_green.png','34.86987674645648','-85.29407501220703','Stage 4 (ITT) Start','',''),(55,149,'pin_green.png','34.87033447523952','-85.29433250427246','Start','',''),(56,149,'pin_red.png','34.97361029233487','-85.35059452056885','Finish','',''),(59,150,'pin_green.png','34.774261287717735','-84.96564388275146','Start','',''),(60,150,'pin_red.png','34.874805999307036','-83.81092071533203','Finish','',''),(61,151,'pin_green.png','34.15904829566224','-83.99391174316406','Start','',''),(62,151,'pin_red.png','33.81737775344434','-84.14999485015869','Finish','',''),(63,152,'pin_green.png','33.7597402884442','-84.39205884933471','Start','',''),(64,152,'pin_red.png','33.759865163981374','-84.39225196838379','Finish','',''),(65,159,'pin_green.png','41.19822525579009','9.454550743103027','Start','',''),(66,159,'pin_red.png','41.214853018626584','9.409875869750976','Finish','',''),(67,160,'pin_green.png','40.9079990619297','9.087667465209961','Start','',''),(68,160,'pin_red.png','40.29707207989913','8.497838973999023','Finish','',''),(69,161,'pin_green.png','39.70365389632437','9.002137184143066','Start','',''),(70,161,'pin_red.png','39.21503181003445','9.108266830444336','Finish','',''),(71,162,'pin_red.png','40.93549719456868','14.728631973266601','Finish','',''),(72,162,'pin_green.png','40.671264391515514','14.77910041809082','Start','',''),(73,163,'pin_green.png','41.25137082524662','14.067027568817138','Start','',''),(74,163,'pin_red.png','41.80679726403484','12.67970323562622','Finish','',''),(75,164,'pin_green.png','41.96596802968457','12.798514366149902','Start','',''),(76,164,'pin_red.png','42.74155979995018','12.738475799560546','Finish','',''),(77,165,'pin_green.png','42.74568851971079','12.734098434448242','Start','',''),(78,165,'pin_red.png','43.99577837402021','11.37033462524414','Finish','',''),(81,166,'pin_red.png','44.529250140768845','10.85500717163086','Finish','',''),(80,166,'pin_green.png','43.99985345841993','11.243133544921875','Start','',''),(82,167,'pin_green.png','44.68549785841387','10.623092651367187','Start','',''),(83,167,'pin_red.png','43.89987148115715','10.221748352050781','Finish','',''),(84,166,'pin_pink.png','44.308126684886126','10.95611572265625','','',''),(85,168,'pin_green.png','43.93820336335502','10.292816162109375','Start','',''),(86,168,'pin_red.png','44.47305241969944','8.866310119628906','Finish','',''),(87,169,'pin_green.png','44.72868651713416','8.855667114257812','Start','',''),(88,169,'pin_red.png','44.884579987279075','7.331142425537109','Finish','',''),(89,170,'pin_red.png','44.90172686601042','6.643123626708984','Finish','',''),(90,170,'pin_green.png','44.90987288179971','7.450447082519531','Start','',''),(91,171,'pin_red.png','45.625773526091216','7.982769012451172','Finish','',''),(92,171,'pin_green.png','45.560818905441366','8.04971694946289','Start','',''),(93,172,'pin_red.png','45.69490964774963','9.680671691894531','Finish','',''),(94,172,'pin_green.png','45.739645103822035','9.12890911102295','Start','',''),(95,173,'pin_red.png','46.613070698565','12.293143272399902','Finish','',''),(96,173,'pin_green.png','46.099661849055984','11.111640930175781','Start','',''),(97,174,'pin_red.png','46.831983359015815','12.778730392456054','Finish','',''),(98,174,'pin_green.png','46.28109303140535','12.035415172576904','Start','',''),(99,175,'pin_red.png','46.5034732188816','12.928268909454345','Finish','',''),(100,175,'pin_green.png','46.82948769198231','12.764997482299804','Start','',''),(101,176,'pin_red.png','45.728322299217076','11.916646957397461','Finish','',''),(102,176,'pin_green.png','46.05858084649358','13.241443634033203','Start','',''),(103,177,'pin_red.png','46.034781560113096','10.891141891479492','Finish','',''),(104,177,'pin_green.png','45.67692147898962','12.214908599853515','Start','',''),(105,178,'pin_red.png','45.43971842927667','10.99433183670044','Finish','',''),(106,178,'pin_green.png','45.54681514039863','10.719244480133056','Start','',''),(107,179,'pin_red.png','45.468437916934725','9.181652069091796','Finish','',''),(108,179,'pin_green.png','45.71043478094293','10.405340194702148','Start','',''),(118,216,'pin_green.png','40.07150362225707','-105.22662162780762','Swim Start','','20070722105422swim_start.jpg'),(119,216,'pin_red.png','40.073326251694944','-105.23001194000244','Swim Finish','','20070722110105swimfinish.jpg'),(114,216,'pin_green.png','40.07211117082253','-105.22986173629761','Run Start','',''),(117,216,'pin_yellow.png','40.08700262599703','-105.30215263366699','Olde Stage Summit','','20070722105159OldeStage_summit.jpg'),(113,216,'pin_orange.png','40.07210296074289','-105.2301299571991','Bike Start/Finish','',''),(115,216,'pin_red.png','40.07143794100645','-105.22923946380615','Run Finish','',''),(116,216,'pin_yellow.png','40.08559078654824','-105.22717952728271','Run Turnaround','',''),(120,216,'pin_blue.png','40.07170066562885','-105.22980809211731','Transition Area','','20070722110308Transition.jpg'),(121,220,'pin_green.png','40.07143794100645','-105.22675037384033','Swim Start','',''),(122,220,'pin_red.png','40.07324415231888','-105.22923946380615','Swim Finish','',''),(123,220,'pin_orange.png','40.07209475066229','-105.23009777069092','Bike Start/Finish','',''),(124,220,'pin_blue.png','40.071306578315216','-105.23005485534668','Transition Area','',''),(125,220,'pin_green.png','40.07211117082253','-105.22984027862549','Run Start','',''),(126,220,'pin_red.png','40.0714051003574','-105.22915363311767','Run Finish','',''),(127,220,'pin_blue.png','40.08673996040969','-105.2823257446289','Bike Aid Station 1','',''),(128,220,'pin_blue.png','40.174413893582376','-105.20233154296875','Bike Aid Station 2','',''),(129,220,'pin_blue.png','40.075444381381736','-105.20713806152344','Bike Aid Station 3','',''); +UNLOCK TABLES; +/*!40000 ALTER TABLE `markers` ENABLE KEYS */; + +-- +-- Table structure for table `pics` +-- + +DROP TABLE IF EXISTS `pics`; +CREATE TABLE `pics` ( + `ID` int(11) NOT NULL auto_increment, + `stageID` varchar(5) NOT NULL default '', + `fullname` varchar(255) NOT NULL default '', + `fullurl` varchar(255) NOT NULL default '', + `thumbname` varchar(255) NOT NULL default '', + `thumburl` varchar(255) NOT NULL default '', + `caption` varchar(255) NOT NULL default '', + `courtesy_of` varchar(255) NOT NULL default '', + `height` int(11) NOT NULL default '0', + `width` int(11) NOT NULL default '0', + `default_flag` enum('yes','no') NOT NULL default 'no', + PRIMARY KEY (`ID`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `pics` +-- + + +/*!40000 ALTER TABLE `pics` DISABLE KEYS */; +LOCK TABLES `pics` WRITE; +INSERT INTO `pics` VALUES (40,'17','','/tick/images/gallery/','t_20060416021542static_promo.gif','/tick/images/gallery/','','',0,0,'no'),(101,'15','f_20060420094052IMG_0493.jpg','/tick/images/gallery/','t_20060420094052IMG_0493s.jpg','/tick/images/gallery/','Dave Zabriske ready to start','',0,0,'yes'),(39,'16','','/tick/images/gallery/','t_20060416021522static_promo.gif','/tick/images/gallery/','','',0,0,'no'),(52,'5','f_20060418080919IMG_0419.JPG','/tick/images/gallery/','t_20060418080919IMG_0419small.jpg','/tick/images/gallery/','Team sign in','',0,0,'yes'),(50,'5','f_20060418080311IMG_0418.JPG','/tick/images/gallery/','t_20060418080311IMG_0418small.jpg','/tick/images/gallery/','Starting line','',0,0,'yes'),(207,'26','20060507084550vNneedsoneofthese.jpg','/tick/images/gallery/','','','We want of these for VeloNews!','',0,0,'yes'),(202,'24','20060506123017gerolsteiner.bike.jpg','/tick/images/gallery/','','','Schumacher\'s ride','',0,0,'yes'),(201,'24','20060506122641cofidisbike.jpg','/tick/images/gallery/','','','The Cofidis Bike','',0,0,'yes'),(37,'14','','/tick/images/gallery/','t_20060416021436static_promo.gif','/tick/images/gallery/','','',0,0,'no'),(162,'18','f_20060423111636Stage6_Brajkovic.jpg','/tick/images/gallery/','t_20060423111636Stage6_Brajkovicsmall.jpg','/tick/images/gallery/','J. Brajkovic','Casey B. Gibson',0,0,'yes'),(49,'5','f_20060418080212IMG_0416.JPG','/tick/images/gallery/','t_20060418080212IMG_0415small.gif','/tick/images/gallery/','James Brown at the start','',0,0,'yes'),(53,'5','f_20060418114558IMG_0423.jpg','/tick/images/gallery/','t_20060418114558IMG_0423small.jpg','/tick/images/gallery/','','Greg Thomas',0,0,'yes'),(54,'5','f_20060418114941IMG_0425.jpg','/tick/images/gallery/','t_20060418114941IMG_0425small.jpg','/tick/images/gallery/','Dan Schmatz (Kodak-Sierra).','Greg Thomas',0,0,'yes'),(55,'5','f_20060418115246IMG_0426.jpg','/tick/images/gallery/','t_20060418115246IMG_0426small.jpg','/tick/images/gallery/','First day action in Georgia.','Greg Thomas',0,0,'yes'),(56,'5','f_20060418115457IMG_0427.jpg','/tick/images/gallery/','t_20060418115457IMG_0427small.jpg','/tick/images/gallery/','Team Phonak','Greg Thomas',0,0,'yes'),(57,'5','f_20060418121728CSC rider_2.jpg','/tick/images/gallery/','t_20060418121728CSC rider_small.jpg','/tick/images/gallery/','CSC Rider','Casey B. Gibson',0,0,'yes'),(58,'5','f_20060418122341IMG_0431_2.jpg','/tick/images/gallery/','t_20060418122341IMG_0431small.jpg','/tick/images/gallery/','The final sprint of the day.','Greg Thomas',0,0,'yes'),(59,'5','f_20060418123254Landis_Stage 1_op.jpg','/tick/images/gallery/','t_20060418123254Landis_Stage 1_small.jpg','/tick/images/gallery/','Floyd Landis (Phonak) in stage 1.','Casey B. Gibson',0,0,'yes'),(60,'5','f_20060418124040Stage1_Start_op.jpg','/tick/images/gallery/','t_20060418124040Stage1_Start_small.jpg','/tick/images/gallery/','Stage 1 start.','Casey B. Gibson',0,0,'yes'),(61,'5','f_20060418025626Cobble_leader.jpg','/tick/images/gallery/','t_20060418025626Cobble_leader_small.jpg','/tick/images/gallery/','The cobble road climb.','Greg Thomas',0,0,'yes'),(62,'5','f_20060418025743Cobble_peloton.jpg','/tick/images/gallery/','t_20060418025743Cobble_peloton_small.jpg','/tick/images/gallery/','The main field climbs the hill.','Greg Thomas',0,0,'yes'),(63,'5','f_20060418025936Cobble_peloton2.jpg','/tick/images/gallery/','t_20060418025936Cobble_peloton2_small.jpg','/tick/images/gallery/','Part of the circuit.','Greg Thomas',0,0,'yes'),(64,'5','f_20060418030038Finish.jpg','/tick/images/gallery/','t_20060418030038Finish_small.jpg','/tick/images/gallery/','Finishing Stage 1 in the TdG.','Greg Thomas',0,0,'yes'),(65,'14','f_20060419104341IMG_0457.JPG','/tick/images/gallery/','t_20060419104341IMG_0457small.jpg','/tick/images/gallery/','The start

','',0,0,'yes'),(66,'14','f_20060419104634IMG_0455.jpg','/tick/images/gallery/','t_20060419104634IMG_0455small.jpg','/tick/images/gallery/','Rider Presentation

','',0,0,'yes'),(67,'14','f_20060419104834IMG_0443.jpg','/tick/images/gallery/','t_20060419104834IMG_0443small.jpg','/tick/images/gallery/','Trek Bike at Start

','',0,0,'yes'),(75,'14','f_20060419115324IMG_0460.jpg','/tick/images/gallery/','t_20060419115324IMG_0460s.jpg','/tick/images/gallery/','The chase pack

','',0,0,'yes'),(69,'14','f_20060419105303IMG_0451.jpg','/tick/images/gallery/','t_20060419105303IMG_0451small.jpg','/tick/images/gallery/','Floyd Landis & Dave Zabriske

','',0,0,'yes'),(70,'14','f_20060419114113Lance_TomD.jpg','/tick/images/gallery/','t_20060419114113Lance_TomD_small.jpg','/tick/images/gallery/','Tom Danielson discusses the route with Lance Armstrong.','Neal Rogers',0,0,'yes'),(71,'14','f_20060419114633Dave_jacket.jpg','/tick/images/gallery/','t_20060419114633Dave_jacket_small.jpg','/tick/images/gallery/','Dave Zabriskie hands off his jacket to Tristan Hoffman.','Neal Rogers',0,0,'yes'),(73,'14','f_20060419115212IMG_0459.jpg','/tick/images/gallery/','t_20060419115212IMG_0459s.jpg','/tick/images/gallery/','Lead Rider

','',0,0,'yes'),(74,'14','f_20060419115231Piil_tire.jpg','/tick/images/gallery/','t_20060419115231Piil_tire_small.jpg','/tick/images/gallery/','CSC\'s Jakob Piil explains why he pulled over to examine his tire.','Neal Rogers',0,0,'yes'),(76,'14','f_20060419011020Stage2_ActonBreak_op.jpg','/tick/images/gallery/','t_20060419011020Stage2_ActonBreak_small.jpg','/tick/images/gallery/','Stage 2 action before the rain.','Casey B. Gibson',0,0,'yes'),(77,'14','f_20060419011727Stage2_ActonSprintLine_op.jpg','/tick/images/gallery/','t_20060419011727Stage2_ActonSprintLine_small.jpg','/tick/images/gallery/','Leader, Acton (Targetraining) collects the first sprint bonus.','Casey B. Gibson',0,0,'yes'),(78,'14','f_20060419012128Stage2_Peloton.jpg','/tick/images/gallery/','t_20060419012128Stage2_Peloton_small.jpg','/tick/images/gallery/','The peloton passes by children in front of their elementary school.','Casey B. Gibson',0,0,'yes'),(79,'14','f_20060419013616Zabreskie_jacket.jpg','/tick/images/gallery/','t_20060419013616Zabreskie_jacket_small.jpg','/tick/images/gallery/','Dave Zabriskie in the rain.','Neal Rogers',0,0,'yes'),(80,'14','f_20060419014651Stage2_DiscoveryCar_op.jpg','/tick/images/gallery/','t_20060419014651Stage2_DiscoveryCar_op_small.jpg','/tick/images/gallery/','Johan Bruynell gives the thumbs up.

','Casey B. Gibson',0,0,'yes'),(81,'14','f_20060419014904Stage2_McCartney_op.jpg','/tick/images/gallery/','t_20060419014904Stage2_McCartney_op_small.jpg','/tick/images/gallery/','Jason McCartney is all smiles.','Casey B. Gibson',0,0,'yes'),(82,'14','f_20060419022436IMG_0464.jpg','/tick/images/gallery/','t_20060419022436IMG_0464s.jpg','/tick/images/gallery/','Leader in Rockmart

','',0,0,'yes'),(83,'14','f_20060419022511IMG_0467.jpg','/tick/images/gallery/','t_20060419022511IMG_0467s.jpg','/tick/images/gallery/','Pack chasing

','',0,0,'yes'),(84,'14','f_20060419033628IMG_0472.jpg','/tick/images/gallery/','t_20060419033628IMG_0472s.jpg','/tick/images/gallery/','The Finish!

','',0,0,'yes'),(86,'14','f_20060419033832IMG_0473.jpg','/tick/images/gallery/','t_20060419033832IMG_0473s.jpg','/tick/images/gallery/','Second place and the rest of the pack','',0,0,'yes'),(87,'14','f_20060419085013IMG_0441.jpg','/tick/images/gallery/','t_20060419085013IMG_0441s.jpg','/tick/images/gallery/','Navigators bike

','',0,0,'yes'),(88,'14','f_20060419085028IMG_0442.jpg','/tick/images/gallery/','t_20060419085028IMG_0442s.jpg','/tick/images/gallery/','TIAA-CREF bike

','',0,0,'yes'),(90,'14','f_20060419085053IMG_0444.jpg','/tick/images/gallery/','t_20060419085053IMG_0444s.jpg','/tick/images/gallery/','Targetraining team bike

','',0,0,'yes'),(91,'14','f_20060419085104IMG_0445.jpg','/tick/images/gallery/','t_20060419085104IMG_0445s.jpg','/tick/images/gallery/','Jelly Belly team Bike

','',0,0,'yes'),(92,'14','f_20060419085114IMG_0446.jpg','/tick/images/gallery/','t_20060419085114IMG_0446s.jpg','/tick/images/gallery/','KodakGallery.Com-Sierra Nevada Pro Bike','',0,0,'yes'),(93,'15','f_20060420075323IMG_0475.jpg','/tick/images/gallery/','t_20060420075323IMG_0475s.jpg','/tick/images/gallery/','The start of Stage 3','',0,0,'yes'),(94,'15','f_20060420082137IMG_0477.jpg','/tick/images/gallery/','t_20060420082137IMG_0477s.jpg','/tick/images/gallery/','Karsen Larsen of CSC','',0,0,'yes'),(95,'15','f_20060420082152IMG_0479.jpg','/tick/images/gallery/','t_20060420082152IMG_0479s.jpg','/tick/images/gallery/','Aaron Olsen','',0,0,'yes'),(96,'15','f_20060420082206IMG_0480.jpg','/tick/images/gallery/','t_20060420082206IMG_0480s.jpg','/tick/images/gallery/','Aaron Olsen takes off','',0,0,'yes'),(97,'15','f_20060420092832IMG_0485.jpg','/tick/images/gallery/','t_20060420092832IMG_0485s.jpg','/tick/images/gallery/','
','',0,0,'yes'),(98,'15','f_20060420092847IMG_0487.jpg','/tick/images/gallery/','t_20060420092847IMG_0487s.jpg','/tick/images/gallery/','Phonak rider Jose Gutierrez','',0,0,'yes'),(99,'15','f_20060420092859IMG_0489.jpg','/tick/images/gallery/','t_20060420092859IMG_0489s.jpg','/tick/images/gallery/','
','',0,0,'yes'),(100,'15','f_20060420092916IMG_0490.jpg','/tick/images/gallery/','t_20060420092916IMG_0490s.jpg','/tick/images/gallery/','Discovery Benjamin Noval','',0,0,'yes'),(102,'15','f_20060420095339IMG_0495.jpg','/tick/images/gallery/','t_20060420095339IMG_0495s.jpg','/tick/images/gallery/','Robert Hunter of Phonak','',0,0,'yes'),(103,'15','f_20060420095352IMG_0496.jpg','/tick/images/gallery/','t_20060420095352IMG_0496s.jpg','/tick/images/gallery/','Henk Vogels','',0,0,'yes'),(104,'15','f_20060420095404IMG_0498.jpg','/tick/images/gallery/','t_20060420095404IMG_0498s.jpg','/tick/images/gallery/','Floyd Landis','',0,0,'yes'),(105,'15','f_20060420095437jackson_op.jpg','/tick/images/gallery/','t_20060420095437jackson_op_small.jpg','/tick/images/gallery/','Jackson Stewart makes his way up the steep climb in the TT.','',0,0,'yes'),(106,'15','f_20060420095806IMG_0494.jpg','/tick/images/gallery/','t_20060420095806IMG_0494s.jpg','/tick/images/gallery/','Tom Danielson, Discovery Channel','',0,0,'yes'),(107,'15','f_20060420101302IMG_0499.jpg','/tick/images/gallery/','t_20060420101302IMG_0499s.jpg','/tick/images/gallery/','Juan Jose Haedo of Toyota United starts','',0,0,'yes'),(108,'15','f_20060420101315IMG_0501.jpg','/tick/images/gallery/','t_20060420101315IMG_0501s.jpg','/tick/images/gallery/','Freddy Rodriguez from DVL

','',0,0,'yes'),(109,'15','f_20060420101356IMG_0503.jpg','/tick/images/gallery/','t_20060420101356IMG_0503s.jpg','/tick/images/gallery/','Popovych of Discovery is the last rider','',0,0,'yes'),(110,'15','f_20060420104701freddy_op.jpg','/tick/images/gallery/','t_20060420104701freddy_op_small.jpg','/tick/images/gallery/','Fred Rodriguez warming up.','',0,0,'yes'),(111,'15','f_20060420105124car_op.jpg','/tick/images/gallery/','t_20060420105124car_op_small.jpg','/tick/images/gallery/','Jittery Joe’s team car.','',0,0,'yes'),(112,'16','f_20060421090202Landis_op.jpg','/tick/images/gallery/','t_20060421090202Landis_op_small.jpg','/tick/images/gallery/','Floyd Landis preps for Stage 4.','Andy Pemberton',0,0,'yes'),(113,'16','f_20060421090538Landis_op2.jpg','/tick/images/gallery/','t_20060421090538Landis_op2_small.jpg','/tick/images/gallery/','Floyd Landis hanging out.','Andy Pemberton',0,0,'yes'),(114,'16','f_20060421090827Zabriskie_op.jpg','/tick/images/gallery/','t_20060421090827Zabriskie_op_small.jpg','/tick/images/gallery/','David Zabriskie heads for the start.','Andy Pemberton',0,0,'yes'),(115,'16','f_20060421092648little_fan_op.jpg','/tick/images/gallery/','t_20060421092648little_fan_op_small.jpg','/tick/images/gallery/','A \'big\' Kodak-Sierra fan up early.','Andy Pemberton',0,0,'yes'),(116,'16','f_20060421093559ekimmov_op.jpg','/tick/images/gallery/','t_20060421093559ekimmov_op_small.jpg','/tick/images/gallery/','V. Ekimov checking things out.

','Andy Pemberton',0,0,'yes'),(117,'16','f_20060421094425DSC_bikes_op.jpg','/tick/images/gallery/','t_20060421094425DSC_bikes_op_small.jpg','/tick/images/gallery/','Discovery\'s bikes.
','Andy Pemberton',0,0,'yes'),(118,'16','f_20060421101123quickstep_op.jpg','/tick/images/gallery/','t_20060421101123quickstep_op_small.jpg','/tick/images/gallery/','Taking a short break for pics.
','Andy Pemberton',0,0,'yes'),(119,'16','f_20060421101325toy_hn_op.jpg','/tick/images/gallery/','t_20060421101325toy_hn_op_small.jpg','/tick/images/gallery/','Getting ready for the start in Dalton.','Andy Pemberton',0,0,'yes'),(120,'16','f_20060421101815start_op1.jpg','/tick/images/gallery/','t_20060421101815start_op1_small.jpg','/tick/images/gallery/','Ready for the start.
','Andy Pemberton',0,0,'yes'),(121,'16','f_20060421101848start_op2.jpg','/tick/images/gallery/','t_20060421101848start_op2_small.jpg','/tick/images/gallery/','They\'re off!
','Andy Pemberton',0,0,'yes'),(122,'16','f_20060421105404Stage4_DaltonStart.jpg','/tick/images/gallery/','t_20060421105404Stage4_DaltonStart_small.jpg','/tick/images/gallery/','Start in Dalton.','Casey B. Gibson',0,0,'yes'),(123,'16','f_20060421105619Stage4_DaltonLap.jpg','/tick/images/gallery/','t_20060421105619Stage4_DaltonLap_small.jpg','/tick/images/gallery/','Taking a corner in Dalton.','Casey B. Gibson',0,0,'yes'),(124,'16','f_20060421110129Stage4_Climbing_op.jpg','/tick/images/gallery/','t_20060421110129Stage4_Climbing_op_small.jpg','/tick/images/gallery/','Climbing in Stage 4.','Casey B. Gibson',0,0,'yes'),(125,'16','f_20060421110404PhonakLeadsPeloton.jpg','/tick/images/gallery/','t_20060421110404PhonakLeadsPeloton_small.jpg','/tick/images/gallery/','Phonak leads the peloton.','Casey B. Gibson',0,0,'yes'),(126,'16','f_20060421110808Breakaway.jpg','/tick/images/gallery/','t_20060421110808Breakaway_small.jpg','/tick/images/gallery/','The break on the climb.','Casey B. Gibson',0,0,'yes'),(127,'16','f_20060421110919BreakClimb.jpg','/tick/images/gallery/','t_20060421110919BreakClimb_small.jpg','/tick/images/gallery/','Off they go!','Casey B. Gibson',0,0,'yes'),(128,'16','f_20060421120702jmccartney_2004.jpg','/tick/images/gallery/','t_20060421120702jmccartney_2004_small.jpg','/tick/images/gallery/','McCartney won stage 4 in \'04.','Casey B. Gibson',0,0,'yes'),(129,'16','f_20060421015301Fred_podium.jpg','/tick/images/gallery/','t_20060421015301Fred_podium_small.jpg','/tick/images/gallery/','Freddy is all smiles on the podium.','Andy Pemberton',0,0,'yes'),(131,'17','','/tick/images/gallery/','t_20060422071017landist.jpg','/tick/images/gallery/','Video Highlights','',0,0,'no'),(155,'17','f_20060422014008Finish.jpg','/tick/images/gallery/','t_20060422014008Finish_small.jpg','/tick/images/gallery/','Last push to the finish.','VeloNews',0,0,'yes'),(134,'17','f_20060422084700Fan_walking_bb_op.jpg','/tick/images/gallery/','t_20060422084700Fan_walking_bb_op_small.jpg','/tick/images/gallery/','A fan walks his bike up Brasstown Bald.','Stephen Price',0,0,'yes'),(135,'17','f_20060422090427Fans_expo_op.jpg','/tick/images/gallery/','t_20060422090427Fans_expo_op_small.jpg','/tick/images/gallery/','Fans are out early on BB at the expo.','Stephen Price',0,0,'yes'),(136,'17','f_20060422085940last_climb_bb_op.jpg','/tick/images/gallery/','t_20060422085940last_climb_bb_op_small.jpg','/tick/images/gallery/','The last climb to the summit.','Stephen Price',0,0,'yes'),(137,'17','f_20060422090106finish_line_bb.jpg','/tick/images/gallery/','t_20060422090106finish_line_bb_small.jpg','/tick/images/gallery/','The finish line on top of BB.','Stephen Price',0,0,'yes'),(138,'17','f_20060422092748Landis_fans.JPG','/tick/images/gallery/','t_20060422092748Landis_fans_small.jpg','/tick/images/gallery/','Race leader, Floyd Landis signs autographs.','Andy Pemberton',0,0,'yes'),(139,'17','f_20060422093257Gord_fraser_towle.jpg','/tick/images/gallery/','t_20060422093257Gord_fraser_towle_small.jpg','/tick/images/gallery/','Gord Fraser talks with Dave Towle.','Andy Pemberton',0,0,'yes'),(140,'17','f_20060422094559Signin_quickstep.jpg','/tick/images/gallery/','t_20060422094559Signin_quickstep_small.jpg','/tick/images/gallery/','Sign in for the stage.','Andy Pemberton',0,0,'yes'),(141,'17','f_20060422095519Moto_support.jpg','/tick/images/gallery/','t_20060422095519Moto_support_small.jpg','/tick/images/gallery/','Many people help make the race happen.','Andy Pemberton',0,0,'yes'),(142,'17','f_20060422100733leadg_grp.jpg','/tick/images/gallery/','t_20060422100733leadg_grp_small.jpg','/tick/images/gallery/','McCartney leads the group off the front at mile 12.','Neal Rogers',0,0,'yes'),(143,'17','f_20060422111024lemond.jpg','/tick/images/gallery/','t_20060422111024lemond_small.jpg','/tick/images/gallery/','Greg Lemond having fun on top of BB.','Woody',0,0,'yes'),(144,'17','f_20060422112817RainyStart.jpg','/tick/images/gallery/','t_20060422112817RainyStart_small.jpg','/tick/images/gallery/','The day started out rainy.','Casey B. Gibson',0,0,'yes'),(145,'17','f_20060422112852FirstBreak.jpg','/tick/images/gallery/','t_20060422112852FirstBreak_small.jpg','/tick/images/gallery/','The first break.','Casey B. Gibson',0,0,'yes'),(146,'17','f_20060422113919PhonakPeloton.jpg','/tick/images/gallery/','t_20060422113919PhonakPeloton_small.jpg','/tick/images/gallery/','Peloton follows...','Casey B. Gibson',0,0,'yes'),(149,'17','f_20060422115510PelotonLine.jpg','/tick/images/gallery/','t_20060422115510PelotonLine_small.jpg','/tick/images/gallery/','The peloton.','Casey B. Gibson',0,0,'yes'),(150,'17','f_20060422115832PelotonScenic.jpg','/tick/images/gallery/','t_20060422115832PelotonScenic_small.jpg','/tick/images/gallery/','Stage 5 action.','Casey B. Gibson',0,0,'yes'),(151,'17','f_20060422120207HealthNetPhonak.jpg','/tick/images/gallery/','t_20060422120207HealthNetPhonak_small.jpg','/tick/images/gallery/','Phonak leads the peloton.','Casey B. Gibson',0,0,'yes'),(152,'17','f_20060422121406quickstep.jpg','/tick/images/gallery/','t_20060422121406quickstep_small.jpg','/tick/images/gallery/','Quick Step rider drying out.','Casey B. Gibson',0,0,'yes'),(153,'17','f_20060422011622Fans_wait.jpg','/tick/images/gallery/','t_20060422011622Fans_wait_small.jpg','/tick/images/gallery/','Fans wait on top of BB.','VeloNews',0,0,'yes'),(154,'17','f_20060422012044viewBB.jpg','/tick/images/gallery/','t_20060422012044viewBB_small.jpg','/tick/images/gallery/','The clouds clear from the top of BB.','VeloNews',0,0,'yes'),(156,'17','f_20060422014859finish_scenic.jpg','/tick/images/gallery/','t_20060422014859finish_scenic_small.jpg','/tick/images/gallery/','Last 100 m of the course.','VeloNews',0,0,'yes'),(157,'18','f_20060423103102zabriskie_fans.jpg','/tick/images/gallery/','t_20060423103102zabriskie_fans_small.jpg','/tick/images/gallery/','D. Zabriskie (CSC) with fans.','Andy Pemberton',0,0,'yes'),(158,'18','f_20060423103452tutBaldHae_op.jpg','/tick/images/gallery/','t_20060423103452tutBaldHae_small.jpg','/tick/images/gallery/','Toyota\'s JJ Haedo and Baldwin pre-race.','Andy Pemberton',0,0,'yes'),(159,'18','f_20060423104110LanDan_op.jpg','/tick/images/gallery/','t_20060423104110LanDan_small.jpg','/tick/images/gallery/','Race leaders Landis and Danielson.','Andy Pemberton',0,0,'yes'),(160,'18','f_20060423104757flandis.jpg','/tick/images/gallery/','t_20060423104757flandis_small.jpg','/tick/images/gallery/','Race leader Landis (PHO)','Andy Pemberton',0,0,'yes'),(161,'18','f_20060423104904racers_op.jpg','/tick/images/gallery/','t_20060423104904racers_small.jpg','/tick/images/gallery/','Racers wait for start.','Andy Pemberton',0,0,'yes'),(163,'18','f_20060423112918Stage6_TUTAutographs.jpg','/tick/images/gallery/','t_20060423112918Stage6_TUTAutographsmall.jpg','/tick/images/gallery/','TUT rider gives an autograph.','Casey B. Gibson',0,0,'yes'),(164,'18','f_20060423113409riders_start.jpg','/tick/images/gallery/','t_20060423113409riders_start_small.jpg','/tick/images/gallery/','Boulder training partners Frischkorn and Baldwin','Neal Rogers',0,0,'yes'),(165,'18','f_20060423114616IMG_1193.jpg','/tick/images/gallery/','t_20060423113534riders_start_all_small.jpg','/tick/images/gallery/','Riders prepare for the start.','Neal Rogers',0,0,'yes'),(166,'18','f_20060423114150Stage6_Early.jpg','/tick/images/gallery/','t_20060423114150Stage6_Earlysmall.jpg','/tick/images/gallery/','Early action.','Casey B. Gibson',0,0,'yes'),(167,'18','f_20060423114237Stage6_EarlyBreak.jpg','/tick/images/gallery/','t_20060423114237Stage6_EarlyBreaksmall.jpg','/tick/images/gallery/','The break takes off.','Casey B. Gibson',0,0,'yes'),(168,'18','f_20060423114309Stage6_PelotonFence.jpg','/tick/images/gallery/','t_20060423114309Stage6_PelotonFencesmall.jpg','/tick/images/gallery/','The peloton follows.','Casey B. Gibson',0,0,'yes'),(169,'18','f_20060423115529LemondInterview_op.jpg','/tick/images/gallery/','t_20060423115529LemondInterview_small.jpg','/tick/images/gallery/','Greg Lemond in Cumming, GA','Casey B. Gibson',0,0,'yes'),(170,'18','f_20060423011316caravan_view.jpg','/tick/images/gallery/','t_20060423011316caravan_view_small.jpg','/tick/images/gallery/','View from the caravan.','Casey B. Gibson',0,0,'yes'),(171,'18','f_20060423011412race_action.jpg','/tick/images/gallery/','t_20060423011412race_action_small.jpg','/tick/images/gallery/','Stage 6 action.','Casey B. Gibson',0,0,'yes'),(172,'18','f_20060423011612race_action2.jpg','/tick/images/gallery/','t_20060423011612race_action2_small.jpg','/tick/images/gallery/','Stage 6 action.','Casey B. Gibson',0,0,'yes'),(173,'18','f_20060423012841expo.jpg','/tick/images/gallery/','t_20060423012841expo_small.jpg','/tick/images/gallery/','Fans enjoy the expo in Alpharetta.','Stephen Price',0,0,'yes'),(174,'18','f_20060423012907last_stretch.jpg','/tick/images/gallery/','t_20060423012907last_stretch_small.jpg','/tick/images/gallery/','The last stretch for the racers.','Stephen Price',0,0,'yes'),(175,'18','f_20060423012948finish50.jpg','/tick/images/gallery/','t_20060423012948finish50_small.jpg','/tick/images/gallery/','50 \'til the finish!','Stephen Price',0,0,'yes'),(176,'18','f_20060423015252break4.JPG','/tick/images/gallery/','t_20060423015252break4_small.jpg','/tick/images/gallery/','Louder and Frischkorn - 4 to go!','Andy Pemberton',0,0,'yes'),(177,'18','f_20060423015501peloton4.JPG','/tick/images/gallery/','t_20060423015501peloton4_small.jpg','/tick/images/gallery/','The peloton chasing - 4 to go.','Andy Pemberton',0,0,'yes'),(178,'18','f_20060423015856break4_2.JPG','/tick/images/gallery/','t_20060423015856break4_2_small.jpg','/tick/images/gallery/','Louder and Frischkorn lead.','Andy Pemberton',0,0,'yes'),(179,'18','f_20060423022001finish_line.JPG','/tick/images/gallery/','t_20060423022001finish_line_small.jpg','/tick/images/gallery/','J.J. Haedo takes stage 6.','Andy Pemberton',0,0,'yes'),(180,'18','f_20060423034534freddy_podium.jpg','/tick/images/gallery/','t_20060423034534freddy_podium_small.jpg','/tick/images/gallery/','Fred Rodriguez wins sprint.','Andy Pemberton',0,0,'yes'),(181,'18','f_20060423034637podium6.jpg','/tick/images/gallery/','t_20060423034637podium6_small.jpg','/tick/images/gallery/','Stage 6 podium.','Andy Pemberton',0,0,'yes'),(182,'18','f_20060423034739floyd.jpg','/tick/images/gallery/','t_20060423034739floyd_small.jpg','/tick/images/gallery/','Floyd Landis - winner Tour de Georgia \'06','Andy Pemberton',0,0,'yes'),(205,'24','20060506123155rabobankteam.jpg','/tick/images/gallery/','','','Rabobank comes ready','',0,0,'yes'),(206,'24','20060506122621book.jpg','/tick/images/gallery/','','','The Bookseller','',0,0,'yes'),(204,'24','20060506122921roomassignmments.jpg','/tick/images/gallery/','','','Everyone gets a room assignment','',0,0,'yes'),(208,'26','20060507085916legendofpantanilives.jpg','/tick/images/gallery/','','','Remembering Marco','',0,0,'yes'),(209,'26','20060507090118pressroomguards.jpg','/tick/images/gallery/','','','Don\'t try to get into the press room!','',0,0,'yes'),(212,'26','20060507090908LeBoisduCaziermemorial.jpg','/tick/images/gallery/','','','The Le Bois du Cazier memorial commemorates hundreds of Italian coal miners killed here in 1956.','',0,0,'yes'),(211,'26','20060507090523pressroom1.jpg','/tick/images/gallery/','','','The press room from the inside','',0,0,'yes'),(213,'27','20060508080511beforestart.jpg','/tick/images/gallery/','','','Before the start','',0,0,'yes'),(214,'27','20060508080634basso.jpg','/tick/images/gallery/','','','Ivan Basso','',0,0,'yes'),(219,'27','20060508083651giromobile.jpg','/tick/images/gallery/','','','Driving in Italian style','',0,0,'yes'),(218,'27','20060508081223eddyclone.jpg','/tick/images/gallery/','','','Look familiar?','',0,0,'yes'),(220,'27','20060508084221simonibike.jpg','/tick/images/gallery/','','','Simoni\'s Bike','',0,0,'yes'),(221,'27','20060508090450simoni.jpg','/tick/images/gallery/','','','Gilberto Simoni','',0,0,'yes'),(222,'27','20060508091605rujanogetsinstruction.jpg','/tick/images/gallery/','','','Rujano gets last-minute instructions','',0,0,'yes'),(223,'27','20060508092842letmehelpyouwiththat.jpg','/tick/images/gallery/','','','Hey man, let me help you with that','',0,0,'yes'),(224,'27','20060508093046ekimullet.jpg','/tick/images/gallery/','','','Now that Brochard has gotten a haircut, Eki steps up to fill the role as the peloton\'s mullet man','',0,0,'yes'),(225,'27','20060508094007johaninthehouse.jpg','/tick/images/gallery/','','','Musseuw makes an appearance at the start this morning.','',0,0,'yes'),(226,'27','20060508095804bobbyj.jpg','/tick/images/gallery/','','','Bobby J at the start','',0,0,'no'),(232,'29','20060509095715thelongstage4finishstraight.jpg','/tick/images/gallery/','','','Nice fast finish ahead','',0,0,'yes'),(228,'29','20060509094558belgianslovetheirbeer.jpg','/tick/images/gallery/','','','Keeping things in perspective','',0,0,'yes'),(229,'29','20060509094632hottonband.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(230,'29','20060509094708girogoodies.jpg','/tick/images/gallery/','','','Giro swag','',0,0,'yes'),(231,'29','20060509095649interestedspectators.jpg','/tick/images/gallery/','','','Interested Fans','',0,0,'yes'),(233,'30','20060511105014ag2rwarmup.jpg','/tick/images/gallery/','','','Ag2R warms up','',0,0,'yes'),(234,'30','20060511105042bannermaking.jpg','/tick/images/gallery/','','','Preparing to cheer on their heroes','',0,0,'yes'),(235,'30','20060511105104bettinibike.jpg','/tick/images/gallery/','','','Bettini\'s bike','',0,0,'yes'),(236,'30','20060511105137cscmachines.jpg','/tick/images/gallery/','','','The CSC rigs','',0,0,'yes'),(237,'30','20060511105658dilucawithfans.jpg','/tick/images/gallery/','','','Di Luca meets his fans','',0,0,'yes'),(240,'30','20060511110027eusketelwarmup.jpg','/tick/images/gallery/','','','Euskaltel readies for the day','',0,0,'yes'),(239,'30','20060511105746sisterofbasso-wow.jpg','/tick/images/gallery/','','','Ivan Basso\'s sister is here to cheer on her brother.','',0,0,'yes'),(241,'30','20060511110050stageprogram.jpg','/tick/images/gallery/','','','The stage program','',0,0,'yes'),(242,'30','20060511110546whatnonano.jpg','/tick/images/gallery/','','','Music is better than listening to your director shouting at you over the loud speaker','',0,0,'yes'),(243,'30','20060511110716insidenewliquigasbus','/tick/images/gallery/','','','Inside the Liquigas bus','',0,0,'yes'),(244,'30','20060511110739getyoursox.jpg','/tick/images/gallery/','','','Get your socks','',0,0,'yes'),(245,'30','20060511111122rabobike.jpg','/tick/images/gallery/','','','The Rabo rig','',0,0,'yes'),(246,'30','20060511111145paolomachine.jpg','/tick/images/gallery/','','','Savoldelli\'s ride','',0,0,'yes'),(247,'31','20060512091609nearstartinbusseto.jpg','/tick/images/gallery/','','','Near today\'s start','Jason Sumner',0,0,'yes'),(248,'31','20060512091641americanflyers.jpg','/tick/images/gallery/','','','American Flyers','Jason Sumner',0,0,'yes'),(249,'31','20060512091736aussiesmcgeebrownvogelsrogers.jpg','/tick/images/gallery/','','','The Aussie contingent','Jason Sumner',0,0,'yes'),(250,'31','20060512091846bassoisbig.jpg','/tick/images/gallery/','','','Basso is big in Italia','Jason Sumner',0,0,'yes'),(251,'31','20060512092719bettinianddaughter.jpg','/tick/images/gallery/','','','Bettini and his daugter','Jason Sumner',0,0,'yes'),(252,'31','20060512092801gazettatoday.jpg','/tick/images/gallery/','','','Today\'s Gazetta','Jason Sumner',0,0,'yes'),(253,'31','20060512092828goodpublicity.jpg','/tick/images/gallery/','','','Good Publicity','Jason Sumner',0,0,'yes'),(254,'31','20060512092936janincrowd.jpg','/tick/images/gallery/','','','Ullrich at the start','Jason Sumner',0,0,'yes'),(255,'31','20060512093003mcewenandfriends.jpg','/tick/images/gallery/','','','Robbie and his pals','Jason Sumner',0,0,'yes'),(256,'31','20060512093207moser.jpg','/tick/images/gallery/','','','Mr. Moser pays a visit to the Giro','Jason Sumner',0,0,'yes'),(257,'31','20060512093237notrasmussen.jpg','/tick/images/gallery/','','','Not Rasmussen','Jason Sumner',0,0,'yes'),(258,'31','20060512093313oldpaperondisplay.jpg','/tick/images/gallery/','','','Giro history','Jason Sumner',0,0,'yes'),(259,'31','20060512093345panariabike.jpg','/tick/images/gallery/','','','Panaria\'s rig','Jason Sumner',0,0,'yes'),(260,'31','20060512093409panariaperez.jpg','/tick/images/gallery/','','','Good morning, Mr. Perez','Jason Sumner',0,0,'yes'),(261,'31','20060512093448roadpainters.jpg','/tick/images/gallery/','','','During the Giro this is not vandalism','Jason Sumner',0,0,'yes'),(262,'31','20060512093614storedisplay.jpg','/tick/images/gallery/','','','A local store display','Jason Sumner',0,0,'yes'),(263,'31','20060512102801cipo.jpg','/tick/images/gallery/','','','Cipo\' in da house: Cipollini visits the press room','',0,0,'yes'),(264,'32','20060513082543countdowntostart.jpg','/tick/images/gallery/','','','Countdown to today\'s start','Jason Sumner',0,0,'yes'),(265,'32','20060513082615bigcrowds.jpg','/tick/images/gallery/','','','Big Crowds today','Jason Sumner',0,0,'yes'),(266,'32','20060513082651bigcrowds2.jpg','/tick/images/gallery/','','','The Giro is big in Italy...especially on weekends','Jason Sumner',0,0,'yes'),(267,'32','20060513085239aaronolson.jpg','/tick/images/gallery/','','','Aaron Olson - the newest American in the pro peloton','Jason Sumner',0,0,'yes'),(268,'32','20060513085300axelfuelsup.jpg','/tick/images/gallery/','','','Axel Fuels up','',0,0,'yes'),(269,'32','20060513085328caravanproblems.jpg','/tick/images/gallery/','','','Problems in the Caravan?','Jason Sumner',0,0,'yes'),(270,'32','20060513085349cunego.jpg','/tick/images/gallery/','','','Cunego','Jason Sumner',0,0,'yes'),(271,'32','20060513085417dancersinstartvillage.jpg','/tick/images/gallery/','','','Life in the Start Village','Jason Sumner',0,0,'yes'),(272,'32','20060513085440diluca.jpg','/tick/images/gallery/','','','Danilo Di Luca','Jason Sumner',0,0,'yes'),(273,'32','20060513085504hoffmantheespressoschlepper.jpg','/tick/images/gallery/','','','Hoffman, the espresso schleper','Jason Sumner',0,0,'yes'),(274,'32','20060513085529isthereroomfortwo.jpg','/tick/images/gallery/','','','Room for two?','Jason Sumner',0,0,'yes'),(275,'32','20060513085559italia.jpg','/tick/images/gallery/','','','Italia','Jason Sumner',0,0,'yes'),(276,'32','20060513085634lebossisstillbig.jpg','/tick/images/gallery/','','','Le Boss is still big stuff','Jason Sumner',0,0,'yes'),(277,'32','20060513085656mcgee.jpg','/tick/images/gallery/','','','Brad McGee','Jason Sumner',0,0,'yes'),(278,'32','20060513085719morningreading.jpg','/tick/images/gallery/','','','Morning reading','Jason Sumner',0,0,'yes'),(279,'32','20060513085803pollackinpink.jpg','/tick/images/gallery/','','','Pollack in Pink','Jason Sumner',0,0,'yes'),(280,'32','20060513085847simonihasstyle.jpg','/tick/images/gallery/','','','Simoni does have style...','Jason Sumner',0,0,'yes'),(281,'32','20060513085910strikeuptheband.jpg','/tick/images/gallery/','','','Strike up the band!','Jason Sumner',0,0,'yes'),(282,'32','20060513085940strongesspresso.jpg','/tick/images/gallery/','','','Extra-strong espresso.','Jason Sumner',0,0,'yes'),(283,'34','20060515093623bassofan1.jpg','/tick/images/gallery/','','','Side 1','Jason Sumner',0,0,'yes'),(284,'34','20060515093645bassofan2.jpg','/tick/images/gallery/','','','The flip side','Jason Sumner',0,0,'yes'),(285,'34','20060515093721gerolsteinerbike.jpg','/tick/images/gallery/','','','Gerolsteiner rig','',0,0,'yes'),(286,'34','20060515095222gonesoon.jpg','/tick/images/gallery/','','','Gone soon - Word is Rujano is focusing on the Tour this year, after a big contract dispute with Selle Italia','Jason Sumner',0,0,'yes'),(287,'34','20060515095358mccartywithmomanddad.jpg','/tick/images/gallery/','','','McCarty gets a visit from mom and dad','Jason Sumner',0,0,'yes'),(288,'34','20060515100304stilltheking.jpg','/tick/images/gallery/','','','Still the king','Jason Sumner',0,0,'yes'),(289,'34','20060515100354tmobilebike.jpg','/tick/images/gallery/','','','The T-Mobile rig','Jason Sumner',0,0,'yes'),(290,'34','20060515100512gutierrezissuddenlyinthepubliceye.jpg','/tick/images/gallery/','','','Jose Gutierrez - doesn\'t look like a climber','',0,0,'yes'),(291,'34','20060515101629ilfalco.jpg','/tick/images/gallery/','','','il Falco this morning','',0,0,'yes'),(292,'34','20060515103530dunno.jpg','/tick/images/gallery/','','','Not sure about this one','Jason Sumner',0,0,'yes'),(293,'34','20060515103643rebellinisready.jpg','/tick/images/gallery/','','','Rebellin is ready','Jason Sumner',0,0,'yes'),(294,'34','20060515110808shewillbetallerinamonth.jpg','/tick/images/gallery/','','','She will be taller in a month','Jason Sumner',0,0,'yes'),(316,'35','200605160909481ktogo.jpg','/tick/images/gallery/','','','The view with 1km to go','Jason Sumner',0,0,'yes'),(296,'35','20060516085448dailycatchprovider.jpg','/tick/images/gallery/','','','The Daily Catch provider','Jason Sumner',0,0,'yes'),(297,'35','20060516085518anotherpackedhouse.jpg','/tick/images/gallery/','','','Another Packed House Today','Jason Sumner',0,0,'yes'),(298,'35','20060516085556bettiniexplainsprematurecelebration.jpg','/tick/images/gallery/','','','Bettini talks about his early celebration on Monday','Jason Sumner',0,0,'yes'),(301,'35','20060516085948finaladjustments.jpg','/tick/images/gallery/','','','Final Adjustments','Jason Sumner',0,0,'yes'),(300,'35','20060516085907dunno.jpg','/tick/images/gallery/','','','Not sure about this...','Jason Sumner',0,0,'yes'),(302,'35','20060516090014financepoliceneedspeedboatstoo.jpg','/tick/images/gallery/','','','The cops need speed, too','Jason Sumner',0,0,'yes'),(303,'35','20060516090041generationnext.jpg','/tick/images/gallery/','','','The next generation','Jason Sumner',0,0,'yes'),(304,'35','20060516090104getyoursaddles.jpg','/tick/images/gallery/','','','Saddle up!','Jason Sumner',0,0,'yes'),(305,'35','20060516090151peschiciinthedistance.jpg','/tick/images/gallery/','','','Peschici in the distance','Jason Sumner',0,0,'yes'),(306,'35','20060516090217publicity.jpg','/tick/images/gallery/','','','Publicity','Jason Sumner',0,0,'yes'),(307,'35','20060516090243readytoassist.jpg','/tick/images/gallery/','','','Ready to lend a hand','Jason Sumner',0,0,'yes'),(308,'35','20060516090319sausagemobile.jpg','/tick/images/gallery/','','','The ever-present sausage mobile','Jason Sumner',0,0,'yes'),(310,'35','20060516090616savo.jpg','/tick/images/gallery/','','','Savoldelli','Jason Sumner',0,0,'yes'),(311,'35','20060516090649scenefromtermoli.jpg','/tick/images/gallery/','','','In Termoli','Jason Sumner',0,0,'yes'),(312,'35','20060516090730scotsinthehouse.jpg','/tick/images/gallery/','','','Scots in the house','Jason Sumner',0,0,'yes'),(313,'35','20060516090812stage9winnervaitkus.jpg','/tick/images/gallery/','','','Yesterday\'s winner.','Jason Sumner',0,0,'yes'),(314,'35','20060516090832startcityoftermoli.jpg','/tick/images/gallery/','','','Termoli','Jason Sumner',0,0,'yes'),(315,'35','20060516090908startlineview.jpg','/tick/images/gallery/','','','Start line','Jason Sumner',0,0,'yes'),(317,'35','20060516091044teamcarlineup.jpg','/tick/images/gallery/','','','Lining up the team cars','Jason Sumner',0,0,'yes'),(318,'35','20060516091117termolibeach.jpg','/tick/images/gallery/','','','The beach at Termoli','Jason Sumner',0,0,'yes'),(319,'35','20060516091136termolibeach2.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(320,'35','20060516091219termolicafe.jpg','/tick/images/gallery/','','','Beach cafe\' at Termoli','Jason Sumner',0,0,'yes'),(321,'35','20060516091625theadriatic.jpg','/tick/images/gallery/','','','Along the Adriatic','Jason Sumner',0,0,'yes'),(322,'36','20060518090814ballons.jpg','/tick/images/gallery/','','','Pink balloons','',0,0,'yes'),(323,'36','20060518090858downthelaststright.jpg','/tick/images/gallery/','','','The finishing straight','',0,0,'yes'),(324,'36','20060518091046fullgas.jpg','/tick/images/gallery/','','','Putting on the gas','',0,0,'yes'),(325,'36','20060518091133intopontedera.jpg','/tick/images/gallery/','','','Into Pontedera','',0,0,'yes'),(326,'36','20060518091225leanit.jpg','/tick/images/gallery/','','','Lean it?','',0,0,'yes'),(327,'36','20060518091321servingupthegiro.jpg','/tick/images/gallery/','','','Serving up the Giro.','',0,0,'yes'),(328,'36','20060518091543vespamuseum.jpg','/tick/images/gallery/','','','The Vespa Museum dedicated to an Italian icon','',0,0,'yes'),(329,'36','20060518091605vespamuseum2.jpg','/tick/images/gallery/','','','We bet this one gets slightly better mileage than a Hummer, eh?','',0,0,'yes'),(330,'36','20060518091639vespamuseum3.jpg','/tick/images/gallery/','','','Is this the ultra aero time trial Vespa?','',0,0,'yes'),(331,'37','20060519100501herecomesthebreak.jpg','/tick/images/gallery/','','','The Break - earlier today','Jason Sumner',0,0,'yes'),(332,'37','20060519100538andtheretheygo.jpg','/tick/images/gallery/','','','and the peloton','Jason Sumner',0,0,'yes'),(333,'37','20060519101031petacchionthemend.jpg','/tick/images/gallery/','','','Petacchi pays a visit to the Thursday\'s TT','Jason Sumner',0,0,'yes'),(334,'37','20060519101109danielsonpopularitygrowing.jpg','/tick/images/gallery/','','','Danielson is popular here, too.','Jason Sumner',0,0,'yes'),(335,'37','20060519101452bettinigassedafterTT.jpg','/tick/images/gallery/','','','Bettini was pretty gassed after Thursday\'s TT','Jason Sumner',0,0,'yes'),(338,'40','200605220833232.jpg','/tick/images/gallery/','','','Stage 17 - Wednesday - Road Improvements progressing','Igor Tavella',0,0,'yes'),(337,'40','200605220833061.jpg','/tick/images/gallery/','','','','Igor Tavella',0,0,'yes'),(339,'40','200605220833343.jpg','/tick/images/gallery/','','','','Igor Tavella',0,0,'yes'),(340,'40','200605220833504.jpg','/tick/images/gallery/','','','','Igor Tavella',0,0,'yes'),(341,'40','200605220834045.jpg','/tick/images/gallery/','','','','Igor Tavella',0,0,'yes'),(342,'40','200605220834186.jpg','/tick/images/gallery/','','','','Igor Tavella',0,0,'yes'),(343,'40','200605220834317.jpg','/tick/images/gallery/','','','','Igor Tavella',0,0,'yes'),(344,'40','200605220834508.jpg','/tick/images/gallery/','','','','Igor Tavella',0,0,'yes'),(345,'40','200605220835029.jpg','/tick/images/gallery/','','','Stage 17 - Wednesday - Road Improvements progressing','Igor Tavella',0,0,'yes'),(346,'45','20060527083112Giro1.jpg','/tick/images/gallery/','','','Voigt has received kudos for his finish yesterday','',0,0,'yes'),(347,'45','20060527083358Basso.jpg','/tick/images/gallery/','','','Rock Star: Basso is a hero here in Italy','',0,0,'yes'),(348,'45','20060527083937bikes.jpg','/tick/images/gallery/','','','Basso\'s ride','',0,0,'yes'),(349,'45','20060527084025Sastre.jpg','/tick/images/gallery/','','','Sastre signed a two-year deal with CSC this morning.','',0,0,'yes'),(350,'45','20060527084847untitled.jpg','/tick/images/gallery/','','','This would have been in focus, but Andy Hood\'s hands were shaking','',0,0,'yes'),(351,'45','20060527090607P1011083.JPG','/tick/images/gallery/','','','On the Passo di Tonale','',0,0,'yes'),(352,'45','20060527090651P1011084.JPG','/tick/images/gallery/','','','At the bottom of the Passo di Tonale','',0,0,'yes'),(354,'55','20060701090315affixingnameplate.jpg','/tick/images/gallery/','','','Affixing the Name Plate','Jason Sumner',0,0,'yes'),(355,'55','20060701090404bianchibikes.jpg','/tick/images/gallery/','','','Liquigas\'s Bianchis','Jason Sumner',0,0,'yes'),(356,'55','20060701090441caravancraziness.jpg','/tick/images/gallery/','','','A bit of Caravan Craziness','Jason Sumner',0,0,'yes'),(358,'55','20060701091443thedevilishere.jpg','/tick/images/gallery/','','','We\'re happy to see our man Didi is back!','Jason Sumner',0,0,'yes'),(359,'55','20060701091713SaveDevilCG.JPG','/tick/images/gallery/','','','Didi makes riding look easy','Casey Gibson',0,0,'yes'),(360,'55','20060701101553theweighin.jpg','/tick/images/gallery/','','','The weigh in','',0,0,'yes'),(361,'55','20060701103541warmup.jpg','/tick/images/gallery/','','','The Warm up','Ja',0,0,'yes'),(364,'55','20060701103749michaelrogersTTbike.jpg','/tick/images/gallery/','','','Michael Rogers\' New TT bike','Jason Sumner',0,0,'yes'),(363,'55','20060701103645rujanoinnewkit.jpg','/tick/images/gallery/','','','Rujano in his new kit','Jason Sumner',0,0,'yes'),(365,'55','20060701103824evansheadedouttoscout.jpg','/tick/images/gallery/','','','Evans scouts out the course','Jason Sumner',0,0,'yes'),(366,'55','20060701103905hincapiettbike.jpg','/tick/images/gallery/','','','George Hincapie\'s TT rig','Jason Sumner',0,0,'yes'),(367,'55','20060701103955newtrekmadone.jpg','/tick/images/gallery/','','','The newest Madone... one of only four in the world.','Jason Sumner',0,0,'yes'),(368,'55','20060701104040finaladjustments.jpg','/tick/images/gallery/','','','Final adjustments','Jason Sumner',0,0,'yes'),(369,'56','20060702082354backstedtatstage1start.jpg','/tick/images/gallery/','','','It\'s good to see Magnus Backstedt back.','Jason Sumner',0,0,'yes'),(370,'56','20060702082420boonentherockstar.jpg','/tick/images/gallery/','','','Tom Boonen, rock star','Jason',0,0,'yes'),(371,'56','20060702082447davezatthestage1start.jpg','/tick/images/gallery/','','','Zabriskie ready to ride.','Jason Sumner',0,0,'yes'),(372,'56','20060702082515getyourjerseyon.jpg','/tick/images/gallery/','','','Get your jersey on','Jason Sumner',0,0,'yes'),(373,'56','20060702082557hushovdinyellow.jpg','/tick/images/gallery/','','','Thor in Yellow','Jason Sumner',0,0,'yes'),(374,'56','20060702083353strasbourgsights.jpg','/tick/images/gallery/','','','Strasbourg Sights','Jason Sumner',0,0,'yes'),(375,'56','20060702083431sightsinstrasbourg2.jpg','/tick/images/gallery/','','','Strasbourg Sights','Jason Sumner',0,0,'yes'),(376,'56','20060702083457sightsinstrasbourg.jpg','/tick/images/gallery/','','','Strasbourg Sights','Jason Sumner',0,0,'yes'),(377,'56','20060702083537thetourstartsinlondonnextyear.jpg','/tick/images/gallery/','','','The Tour starts in London next year','Jason Sumner',0,0,'yes'),(379,'56','20060702092538voecklerremainsafrenchhero.jpg','/tick/images/gallery/','','','Voekler his still a hero in France','Jason Sumner',0,0,'yes'),(380,'56','20060702092609quickstepbus.jpg','/tick/images/gallery/','','','The Quick Step bus','Jason Sumner',0,0,'yes'),(381,'56','20060702092643worldcupactiononthebigscreen.jpg','/tick/images/gallery/','','','There is another big sporting event going on','Jason Sumner',0,0,'yes'),(382,'56','20060702092900virenqueremainspopular.jpg','/tick/images/gallery/','','','Virenque won\'t be in the climber\'s jersey this year','Jason Sumner',0,0,'yes'),(383,'56','20060702093011thebadger.jpg','/tick/images/gallery/','','','The Badger','Jason Sumner',0,0,'yes'),(384,'56','20060702105513ullrichstillhassomefans.jpg','/tick/images/gallery/','','','Ullrich fans at the start','Jason Sumner',0,0,'yes'),(385,'59','20060703074545HushvoldstartTDF2-33.jpg','/tick/images/gallery/','','','Hushovd at the start','Casey Gibson',0,0,'yes'),(386,'59','20060703074610LevistartTDF2-43.jpg','/tick/images/gallery/','','','Leipheimer at the start','Casey Gibson',0,0,'yes'),(387,'59','20060703074622ObernaistartTDF2-22.jpg','/tick/images/gallery/','','','Nice day. Nice town. Obernai','Casey Gibson',0,0,'yes'),(388,'59','20060703093339waitingforthetour.jpg','/tick/images/gallery/','','','Waiting for the Tour','Jason Sumner',0,0,'yes'),(389,'59','20060703093417ledepart.jpg','/tick/images/gallery/','','','The big start','Jason Sumner',0,0,'yes'),(391,'59','20060703093921fansinwindows.jpg','/tick/images/gallery/','','','Getting a good view','Jason Sumner',0,0,'yes'),(392,'59','20060703093946faninwindow.jpg','/tick/images/gallery/','','','','Jason Sumner',0,0,'yes'),(393,'59','20060703094023valverde.jpg','/tick/images/gallery/','','','Valverde may be one of the day\'s favorites','Jason Sumner',0,0,'yes'),(394,'59','20060703094104kom.jpg','/tick/images/gallery/','','','Wegman may not keep the jersey today','Jason Sumner',0,0,'yes'),(395,'59','20060703094140obernaijug.jpg','/tick/images/gallery/','','','In Obernai','Jason Sumner',0,0,'no'),(396,'60','20060704082451EschstartTDF3127.jpg','/tick/images/gallery/','','','Today\'s Start','Casey Gibson',0,0,'yes'),(397,'60','20060704082525VoightstartTDF3137.jpg','/tick/images/gallery/','','','Voigt at the start','Casey Gibson',0,0,'yes'),(398,'60','20060704100937aseaofsparebikes.jpg','/tick/images/gallery/','','','A sea of spares','Jason Sumner',0,0,'yes'),(399,'60','20060704101041axelrollsup.jpg','/tick/images/gallery/','','','Axel rolls up','Jason',0,0,'yes'),(400,'60','20060704101134boonenisalwaysindemand.jpg','/tick/images/gallery/','','','Boonen is always in demand','Jason Sumner',0,0,'yes'),(401,'60','20060704101153everybodypaysthetoll.jpg','/tick/images/gallery/','','','Paying the toll','Jason Sumner',0,0,'yes'),(402,'60','20060704101215floyd.jpg','/tick/images/gallery/','','','Floyd','Jason Sumner',0,0,'yes'),(403,'60','20060704101246frankschleckandfriend.jpg','/tick/images/gallery/','','','Frank Schlek and friend','Jason Sumner',0,0,'yes'),(404,'60','20060704101313frankieandfloyd.jpg','/tick/images/gallery/','','','Frankie and FLoyd','Jason Sumner',0,0,'yes'),(407,'60','20060704101820organizedchaos.jpg','/tick/images/gallery/','','','Organized Chaos','Jason Sumner',0,0,'yes'),(406,'60','20060704101344mcewenindemand.jpg','/tick/images/gallery/','','','McEwen in demand','Jason Sumner',0,0,'yes'),(408,'60','20060704101844paoloandlevi.jpg','/tick/images/gallery/','','','Paolo and Levi','Jason Sumner',0,0,'yes'),(409,'60','20060704101953rasmussenreadies.jpg','/tick/images/gallery/','','','Rasmussen','Jason Sumner',0,0,'yes'),(410,'60','20060704103647Casey2.jpg','/tick/images/gallery/','','','The finishing straight','Casey Gibson',0,0,'yes'),(411,'60','20060704103657CASEYY0.jpg','/tick/images/gallery/','','','The run to the line','Casey Gibson',0,0,'yes'),(412,'60','20060704105703valverde.jpg','/tick/images/gallery/','','','Valverde is hurt','',0,0,'yes'),(413,'61','20060705073355McEwenTDF4706-002.jpg','/tick/images/gallery/','','','Mr. McEwen readies for the day in Huy','Casey Gibson',0,0,'yes'),(414,'61','20060705073454JasonintervTDF4.jpg','/tick/images/gallery/','','','Jason Sumner at work','Casey Gibson',0,0,'yes'),(415,'61','20060705084142Image002.jpg','/tick/images/gallery/','','','Hilly terrain, but not rated.','Casey Gibson',0,0,'yes'),(416,'61','20060705093525Image003.jpg','/tick/images/gallery/','','','Road Art','Casey Gibson',0,0,'yes'),(417,'61','20060705093549Image004.jpg','/tick/images/gallery/','','','Harvest Sculpture','Casey Gibson',0,0,'yes'),(418,'61','20060705094025stage5image.jpg','/tick/images/gallery/','','','The lead group','',0,0,'yes'),(419,'61','20060705101546christianandgeorge.jpg','/tick/images/gallery/','','','Christian and George','Jason Sumner',0,0,'yes'),(421,'61','20060705101703hornershangingtough.jpg','/tick/images/gallery/','','','Horner\'s Hangin\' tough','Jason Sumner',0,0,'yes'),(422,'61','20060705102232csccontinuestodrawcrowdsforthewrongreasons.jpg','/tick/images/gallery/','','','CSC getting attention','Jason Sumner',0,0,'yes'),(423,'61','20060705102314outsidehuy.jpg','/tick/images/gallery/','','','Power generation outside of Huy','Jason Sumner',0,0,'yes'),(424,'61','20060705102422voecklermakesfinaladjustments.jpg','/tick/images/gallery/','','','Voeckler at the ready','Jason Sumner',0,0,'yes'),(425,'61','20060705102457prettyinpink.jpg','/tick/images/gallery/','','','Pretty in pink','Jason Sumner',0,0,'yes'),(426,'61','20060705102529wheelchange.jpg','/tick/images/gallery/','','','Wheel change','Jason Sumner',0,0,'yes'),(427,'61','20060705102625thorslions.jpg','/tick/images/gallery/','','','Thor\'s Lions','Jason Sumner',0,0,'yes'),(428,'61','20060705102936twistingtothefinish.jpg','/tick/images/gallery/','','','The twisting route to the finish','Jason Sumner',0,0,'yes'),(430,'61','20060705103615levifacesthecamera.jpg','/tick/images/gallery/','','','Levi faces the camera','Jason Sumner',0,0,'yes'),(431,'62','20060706071723Image000.jpg','/tick/images/gallery/','','','','Casey Gibson',0,0,'yes'),(432,'62','20060706071735Image001.jpg','/tick/images/gallery/','','','Waiting for Boonen','Casey Gibson',0,0,'yes'),(433,'62','20060706071810Image002.jpg','/tick/images/gallery/','','','','Casey Gibson',0,0,'yes'),(434,'62','20060706074034Image004.jpg','/tick/images/gallery/','','','From today\'s route','Casey Gibson',0,0,'yes'),(435,'62','20060706101055Image005.jpg','/tick/images/gallery/','','','','Casey Gibson',0,0,'yes'),(436,'62','200607061101231ktogo.jpg','/tick/images/gallery/','','','The view from 1km to go','Jason Sumner',0,0,'yes'),(437,'62','20060706122058runtofinish2.jpg','/tick/images/gallery/','','','The run to the finish','Jason Sumner',0,0,'no'),(438,'62','20060706125431millartime.jpg','/tick/images/gallery/','','','David Millar - staying low-key at this Tour','Jason Sumner',0,0,'yes'),(439,'63','20060707072326CasseIll.JPG','/tick/images/gallery/','','','Cloudy at the start','Casey Gibson',0,0,'yes'),(440,'63','20060707072400Rain.JPG','/tick/images/gallery/','','','It\'s rainy on the road','Casey Gibson',0,0,'yes'),(442,'63','20060707075240Image000.jpg','/tick/images/gallery/','','','The Good Life','Casey Gibson',0,0,'yes'),(443,'63','20060707095137Image001.jpg','/tick/images/gallery/','','','Heading to the finish','Casey Gibson',0,0,'yes'),(444,'63','20060707100405Image003.JPG','/tick/images/gallery/','','','Princes Brides?','Casey Gibson',0,0,'yes'),(445,'63','20060707100815Image002.jpg','/tick/images/gallery/','','','An intermediate sprint','Casey Gibson',0,0,'yes'),(446,'64','20060708071811Image004.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(447,'64','20060708071827Image006.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(448,'65','20060709072419thetourbell.jpg','/tick/images/gallery/','','','The Tour Bell','Jason Sumner',0,0,'yes'),(449,'65','20060709072625Cops.JPG','/tick/images/gallery/','','','The Gendarmerie Nationale getting ready for another day','',0,0,'yes'),(450,'65','20060709073838gettingachopatthetourvillage.jpg','/tick/images/gallery/','','','Life at the Tour','Jason',0,0,'yes'),(451,'65','20060709082640fansatTT.jpg','/tick/images/gallery/','','','Fans','Jason Sumner',0,0,'yes'),(452,'65','20060709085258whippingwindatthestart.jpg','/tick/images/gallery/','','','It was windy at the start today','Jason Sumner',0,0,'yes'),(453,'65','20060709085351wheels.jpg','/tick/images/gallery/','','','Wheels','Jason Sumner',0,0,'yes'),(454,'65','20060709085532villageentertainment.jpg','/tick/images/gallery/','','','The morning\'s entertainment at the Village departe\'','',0,0,'yes'),(455,'65','20060709085938thegrillishot.jpg','/tick/images/gallery/','','','The Grill is hot','Jason Sumner',0,0,'yes'),(456,'65','20060709090214takingitallin.jpg','/tick/images/gallery/','','','Taking it all in.','Jason Sumner',0,0,'yes'),(457,'65','20060709090328rollingoutthebanners.jpg','/tick/images/gallery/','','','Rolling out the Banners','Jason Sumner',0,0,'yes'),(458,'65','20060709091012oilchange.jpg','/tick/images/gallery/','','','Time for an oil change','Jason Sumner',0,0,'yes'),(460,'65','20060709092055ogrady.jpg','/tick/images/gallery/','','','O\'Grady is still here','Jason Sumner',0,0,'yes'),(461,'65','20060709092258davezatstart.jpg','/tick/images/gallery/','','','Was he thinking about a break today?','Jason Sumner',0,0,'yes'),(464,'65','20060709093501atthestart.jpg','/tick/images/gallery/','','','The starting line','Jason Sumner',0,0,'yes'),(463,'65','20060709093314cadelandruppert.jpg','/tick/images/gallery/','','','Cadel Evans and Rupert Guinness','Jason Sumner',0,0,'yes'),(465,'65','20060709093818affixingthesrmtransmitter.jpg','/tick/images/gallery/','','','Affixing the SRM transmitter','Jason Sumner',0,0,'yes'),(466,'65','200607090939501kmtogo.jpg','/tick/images/gallery/','','','The view from 1km to go','Jason Sumner',0,0,'yes'),(467,'66','20060711072452Image001.jpg','/tick/images/gallery/','','','In the Neutral Zone','',0,0,'yes'),(468,'66','20060711080411no2.JPG','/tick/images/gallery/','','','Today\'s route - quite flat','',0,0,'yes'),(469,'66','20060711081055floyd02.jpg','/tick/images/gallery/','','','Who is this?','',0,0,'yes'),(470,'66','20060711085644stage10profile.jpg','/tick/images/gallery/','','','Tomorrow, tomorrow','',0,0,'yes'),(471,'66','20060711101803karpets.jpg','/tick/images/gallery/','','','Vladimir Karpets','Jason Sumner',0,0,'yes'),(472,'66','20060711101828atthestart.jpg','/tick/images/gallery/','','','At the start','Jason Sumner',0,0,'yes'),(476,'66','20060711102024cadel.jpg','/tick/images/gallery/','','','Davitamon pegs its GC hopes on Cadel','Jason Sumner',0,0,'yes'),(474,'66','20060711101859boonenpreps.jpg','/tick/images/gallery/','','','Boonen gets ready in the morning','Jason Sumner',0,0,'yes'),(475,'66','20060711101931borbeaux.jpg','/tick/images/gallery/','','','Bordeaux in the morning','Jason Sumner',0,0,'yes'),(477,'66','20060711102101fans.jpg','/tick/images/gallery/','','','Luxury seating','Jason Sumner',0,0,'yes'),(478,'66','20060711102141fans2.jpg','/tick/images/gallery/','','','','Jason Sumner',0,0,'yes'),(480,'66','20060711102256gontcharatthesignin.jpg','/tick/images/gallery/','','','The yellow jersey signs in','Jason Sumner',0,0,'yes'),(484,'66','20060711102611lotsofroundaboutsonthewayin.jpg','/tick/images/gallery/','','','With a lot of traffic furniture along the way','Jason Sumner',0,0,'yes'),(483,'66','20060711102504twistyruntothefinish.jpg','/tick/images/gallery/','','','It\'s a twisty route to the finish','Jason Sumner',0,0,'yes'),(485,'66','200607111026511kmtogo.jpg','/tick/images/gallery/','','','The view from 1km to go','Jason Sumner',0,0,'yes'),(486,'66','20060711105007NewImage.JPG','/tick/images/gallery/','','','Nice Crowds at the finish','',0,0,'yes'),(487,'67','20060712080702Image006.jpg','/tick/images/gallery/','','','The gradual rise to the day\'s big climb','',0,0,'yes'),(489,'67','20060712080724Image001.jpg','/tick/images/gallery/','','','The weather isn\'t bad today','',0,0,'yes'),(490,'67','20060712084919thebasquesareout.jpg','/tick/images/gallery/','','','The Basque fans are out today','Jason Sumner',0,0,'yes'),(491,'67','20060712084949perfectperch.jpg','/tick/images/gallery/','','','The Perfect Perch','Jason Sumner',0,0,'yes'),(492,'67','20060712090552milansanremowinnerpozzato.jpg','/tick/images/gallery/','','','Pozzato - Winner of Milan San Remo','Jason Sumner',0,0,'yes'),(493,'67','20060712093011nearthestartinCampo-les-Bains.jpg','/tick/images/gallery/','','','Near today\'s start','Jason Sumner',0,0,'yes'),(494,'67','20060712095808straightruntofinish.jpg','/tick/images/gallery/','','','It\'s a straight shot to the finish line, today.','Jason Sumner',0,0,'yes'),(495,'67','20060712095902Image005.jpg','/tick/images/gallery/','','','Riding into the clouds on the Col de Soudet','',0,0,'yes'),(496,'67','20060712095935Image006.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(497,'67','20060712100103Image007.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(498,'67','20060712102330Image004.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(499,'67','20060712105533rujano1-st10.JPG','/tick/images/gallery/','','','','',0,0,'no'),(500,'67','20060712105626rujano1-st10.JPG','/tick/images/gallery/','','','Rujano in his new kit','Rupert Guinness',0,0,'no'),(501,'67','20060712111022stage11profile.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(502,'58','20060713073433untitled.jpg','/tick/images/gallery/','','','The Tour monument in Pau','Andy Hood',0,0,'yes'),(503,'','','','','','','',0,0,'no'),(504,'58','20060713073450untitled2.jpg','/tick/images/gallery/','','','','Andy Hood',0,0,'yes'),(505,'58','20060713073508untitled3.jpg','/tick/images/gallery/','','','','Andy Hood',0,0,'yes'),(506,'58','20060713073520untitled4.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(507,'58','20060713073534untitled5.jpg','/tick/images/gallery/','','','The great Raymond Poulidor','Andy Hood',0,0,'yes'),(508,'58','20060713073556untitled6.jpg','/tick/images/gallery/','','','Bernard Hinault chats with reporters in the Village Departe\'','Andy Hood',0,0,'yes'),(509,'58','20060713074706Hinault.jpg','/tick/images/gallery/','','','Five-time winner Bernard Hinault','Andy Hood',0,0,'yes'),(510,'58','20060713090443Sam.jpg','/tick/images/gallery/','','','Sam Abt - 30 years of covering the Tour','Andrew Hood',0,0,'yes'),(513,'68','20060714074533NewImage.JPG','/tick/images/gallery/','','','Will this be what defines this Tour?','',0,0,'yes'),(514,'68','20060714102313P1011193.JPG','/tick/images/gallery/','','','Savoldelli in stiches','Andy Hood',0,0,'yes'),(515,'68','20060714102751P1011185.JPG','/tick/images/gallery/','','','','',0,0,'yes'),(516,'68','20060714102803P1011189.JPG','/tick/images/gallery/','','','','',0,0,'yes'),(517,'68','20060714102816P1011191.JPG','/tick/images/gallery/','','','','',0,0,'yes'),(521,'68','20060714103900floydyellowbike.jpg','/tick/images/gallery/','','','Floyd\'s new rig','Jason Sumner',0,0,'yes'),(520,'68','20060714102857P1011197.JPG','/tick/images/gallery/','','','Menchov','',0,0,'yes'),(522,'69','20060715080848Image001.jpg','/tick/images/gallery/','','','The road today','',0,0,'yes'),(523,'69','20060715092846PereiroArrieta.JPG','/tick/images/gallery/','','','Arrieta and Pereiro this morning','',0,0,'yes'),(524,'69','20060715092913P1011192.JPG','/tick/images/gallery/','','','','',0,0,'yes'),(525,'70','20060716095319Image002.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(526,'70','20060716095335Image003.jpg','/tick/images/gallery/','','','Fields of lavender','',0,0,'yes'),(529,'70','20060716105858Pozzato.JPG','/tick/images/gallery/','','','Pozzato','',0,0,'no'),(528,'70','20060716105833Voigtcombative.JPG','/tick/images/gallery/','','','Jens Voigt gets the red numbers','',0,0,'yes'),(530,'71','20060718070133Image000.jpg','/tick/images/gallery/','','','Col d\'Izoard','',0,0,'yes'),(531,'71','20060718070146Image001.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(532,'71','20060718070154Image002.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(533,'71','20060718070207Image003.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(534,'71','20060718070216Image03.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(535,'71','20060718070224Image004.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(536,'71','20060718080343Greg1.JPG','/tick/images/gallery/','','','The climb to L\'Alpe','',0,0,'yes'),(537,'71','20060718080416Greg3kmtogo.JPG','/tick/images/gallery/','','','About 3km to go','',0,0,'yes'),(538,'71','20060718085659Simoniprestage.JPG','/tick/images/gallery/','','','Simoni, this morning','',0,0,'yes'),(539,'71','20060718085828millarS15.JPG','/tick/images/gallery/','','','David Millar - Clean and happy','',0,0,'yes'),(540,'71','20060718090000S15zabel.JPG','/tick/images/gallery/','','','Good morning, Mr. Zabel.','',0,0,'yes'),(541,'71','20060718090019S15babe.JPG','/tick/images/gallery/','','','','Andy Hood',0,0,'yes'),(544,'72','20060719064211Lameijeglacierfromlagrave.JPG','/tick/images/gallery/','','','The La Meije glacier from la Grave','',0,0,'yes'),(543,'71','20060718090059Discobus.JPG','/tick/images/gallery/','','','The Disco bus arrives at the start','Andy Hood',0,0,'yes'),(546,'72','2006071910154410ktogo,lookingdownrd.jpg','/tick/images/gallery/','','','The view with 10km to go.','',0,0,'yes'),(547,'72','20060719102514vino_supporters_on_stg_16_-_slimb_to_finish.JPG','/tick/images/gallery/','','','Vino supporters...on the final climb','Rupert Guinness',0,0,'yes'),(548,'73','20060720065612MtBlanc.JPG','/tick/images/gallery/','','','Mt. Blanc','',0,0,'yes'),(549,'73','20060720093506alluphill.JPG','/tick/images/gallery/','','','All uphill on the Joux Plane','',0,0,'yes'),(550,'73','20060720093752bigassmtns.JPG','/tick/images/gallery/','','','Big Big Big','Andrew Hood',0,0,'yes'),(552,'73','20060720094504basquefans.JPG','/tick/images/gallery/','','','Basque Fans are in for a treat today','Andrew Hood',0,0,'yes'),(553,'74','20060721073131NewImage.JPG','/tick/images/gallery/','','','Today\'s start in Morzine','',0,0,'yes'),(554,'74','20060721091641Image004.jpg','/tick/images/gallery/','','','The Col du Berthiand - The Cat.2 at km 130','',0,0,'yes'),(555,'75','20060722071531Ttcourse55ktogo.jpg','/tick/images/gallery/','','','Two km after the start','',0,0,'yes'),(556,'75','20060722071623Image007.jpg','/tick/images/gallery/','','','It\'s all about Branding','',0,0,'yes'),(557,'75','20060722112127watchingandwaiting.jpg','/tick/images/gallery/','','','Axel Merckx watching and waiting','Jason Sumner',0,0,'yes'),(558,'76','20060723071002StartVillage.JPG','/tick/images/gallery/','','','The village departe\'','',0,0,'yes'),(559,'76','20060723081058Bernie.jpg','/tick/images/gallery/','','','1979 - Check out the bell-bottoms.','',0,0,'yes'),(560,'76','20060723085145floyd02.jpg','/tick/images/gallery/','','','Landis in 1996','',0,0,'yes'),(563,'76','20060723094213NewImage.JPG','/tick/images/gallery/','','','The charge to the Arche','',0,0,'yes'),(562,'76','20060723093658TheChamps.JPG','/tick/images/gallery/','','','Waiting for the peloton on the Champs Elysees.','',0,0,'yes'),(564,'76','20060723095619image14.jpg','/tick/images/gallery/','','','Paris - 1989','Graham Watson - File Photo',0,0,'yes'),(565,'76','20060723011333FL-Worlds-1993-Moran.jpg','/tick/images/gallery/','','','Junior world chamionships 1993','Tom Moran',0,0,'yes'),(566,'76','20060723025509hunter.jpg','/tick/images/gallery/','','','Robbie Hunter strolls to the finish line...','Jason Sumner',0,0,'yes'),(567,'82','20060826010222S1stadiumstart.JPG','/tick/images/gallery/','','','The Stadium Start','',0,0,'yes'),(568,'82','20060826010331S1QuickStep.JPG','/tick/images/gallery/','','','Quick Step tries out the starting gate.','',0,0,'yes'),(569,'82','20060826011931Vino.JPG','/tick/images/gallery/','','','Will Vino\' be the man to beat?','',0,0,'yes'),(570,'82','20060826012907S1Jalabertpondersfuture.JPG','/tick/images/gallery/','','','With Phonak soon out of the picture, Jalabert ponders his future','',0,0,'yes'),(571,'82','20060826012926S1disabledbike.JPG','/tick/images/gallery/','','','Very aero\'','',0,0,'yes'),(572,'82','20060826013018S1beers.JPG','/tick/images/gallery/','','','Journalists have to warm up before stages, too','',0,0,'no'),(573,'82','20060826013407Ag2rready.JPG','/tick/images/gallery/','','','The Ag2r boys are ready for their start','',0,0,'yes'),(574,'87','20060831080825VueltaMap.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(576,'87','20060831091710S5bruyneel.JPG','/tick/images/gallery/','','','Johann Bruyneel meets the press','Andrew Hood',0,0,'yes'),(577,'87','20060831091744S5diluca.JPG','/tick/images/gallery/','','','Di Luca has a new jersey','Andrew Hood',0,0,'yes'),(578,'87','20060831091855S5SD.JPG','/tick/images/gallery/','','','The Saunier Duval crew poses for a family portrait','Andrew Hood',0,0,'yes'),(579,'87','20060831092450S5delafuente.JPG','/tick/images/gallery/','','','De la Fuente at the start','Andrew Hood',0,0,'yes'),(580,'87','20060831092608S5journalists.JPG','/tick/images/gallery/','','','A Spanish journalist rushes off to a morning interview','Andrew Hood',0,0,'yes'),(581,'87','20060831092651S5mayo.JPG','/tick/images/gallery/','','','Iban Mayo at the start','Andrew Hood',0,0,'yes'),(582,'88','20060901100842S7babes.JPG','/tick/images/gallery/','','','Some of the fabled Spanish scenery','Andrew Hood',0,0,'yes'),(583,'88','20060901101439S7menchov.JPG','/tick/images/gallery/','','','Menchov getting his game face on','Andrew Hood',0,0,'yes'),(584,'88','20060901102837S7SvenMontgomery.JPG','/tick/images/gallery/','','','Sven Montgomery rolling it out','Andrew Hood',0,0,'yes'),(585,'90','20060903083613RaisinleadPalmUSP806-023.jpg','/tick/images/gallery/','','','Saul Raisin on Saturday','',0,0,'yes'),(586,'90','20060903083703SaulLynnePalmUSP806-012.jpg','/tick/images/gallery/','','','Saul Raisin and Lyne Bessette','',0,0,'yes'),(587,'98','20060913081407DSCN7065.JPG','/tick/images/gallery/','','','The Alhambra at Granada','',0,0,'yes'),(588,'98','20060913081522DSCN7082.JPG','/tick/images/gallery/','','','Inside the Alhambra','',0,0,'yes'),(589,'98','20060913082807DSCN7087.JPG','/tick/images/gallery/','','','','',0,0,'yes'),(590,'98','20060913082903DSCN7089.JPG','/tick/images/gallery/','','','','',0,0,'yes'),(594,'98','20060913084223DSCN7061.JPG','/tick/images/gallery/','','','','Charles Pelkey',0,0,'yes'),(593,'98','20060913083744DSCN7074.JPG','/tick/images/gallery/','','','','Charles Pelkey',0,0,'yes'),(595,'98','20060913084357DSCN7026.JPG','/tick/images/gallery/','','','The Red Castle','Charles Pelkey',0,0,'yes'),(596,'98','20060913084644DSCN7032.JPG','/tick/images/gallery/','','','Granada','Charles Pelkey',0,0,'yes'),(597,'98','20060913094040Vueltaangel.JPG','/tick/images/gallery/','','','The Vuelta angel','Andrew Hood',0,0,'yes'),(599,'98','20060913094146S17yawza.JPG','/tick/images/gallery/','','','At the start','Andrew Hood',0,0,'yes'),(600,'98','20060913094225S17paella.JPG','/tick/images/gallery/','','','Paella for breakfast!','Andrew Hood',0,0,'yes'),(601,'98','20060913101447S17Bettinilegs.JPG','/tick/images/gallery/','','','The golden legs of Bettini','Andrew Hood',0,0,'yes'),(602,'98','20060913101555S17start.JPG','/tick/images/gallery/','','','The golden skin of a Spaniard at the start','Andrew Hood',0,0,'yes'),(603,'98','20060913101644S17Valverde.JPG','/tick/images/gallery/','','','The race leader','Andrew Hood',0,0,'yes'),(604,'99','20060914101919S18Horner.JPG','/tick/images/gallery/','','','Chris Horner','Andrew Hood',0,0,'yes'),(605,'99','20060914101958S18Millar.JPG','/tick/images/gallery/','','','David Millar','Andrew Hood',0,0,'yes'),(606,'99','20060914102240S18PedroHorillo.JPG','/tick/images/gallery/','','','Pedro Horillo','Andrew Hood',0,0,'yes'),(607,'99','20060914102310S18Pereiro.JPG','/tick/images/gallery/','','','Pereiro','Andrew Hood',0,0,'yes'),(608,'99','20060914103119S18Thor.JPG','/tick/images/gallery/','','','Hushovd','Andrew Hood',0,0,'yes'),(609,'101','20060916082607bikeguys.jpg','/tick/images/gallery/','','','A bad start for Redondo - bike change in 1st 500m','',0,0,'yes'),(610,'101','20060916085319S20Brajkovic.JPG','/tick/images/gallery/','','','Brajkovic warms up','',0,0,'yes'),(611,'101','20060916085337S20FredRodriguez.JPG','/tick/images/gallery/','','','Fast Freddie','',0,0,'yes'),(612,'101','20060916085416S20starthouse.JPG','/tick/images/gallery/','','','The start house','',0,0,'yes'),(613,'101','20060916085443S20SDbabe.JPG','/tick/images/gallery/','','','The Saunier Duval crew is out in full force.','',0,0,'yes'),(614,'106','20060924064231RRbigcrowds.JPG','/tick/images/gallery/','','','There are big crowds out for this one, today.','',0,0,'yes'),(615,'106','20060924064317RRCipo.JPG','/tick/images/gallery/','','','Super Mario lends his support to the team from Burkina Faso','',0,0,'yes'),(618,'106','20060924064546RRBurkinoFasobikes.JPG','/tick/images/gallery/','','','Team Burkina Faso\'s rides','',0,0,'yes'),(617,'106','20060924064448RRBurkinaFaso.JPG','/tick/images/gallery/','','','Team Burkina Faso','',0,0,'yes'),(619,'106','20060924064614RRFarrarStewart.JPG','/tick/images/gallery/','','','U.S. riders Farrar and Stewart','',0,0,'yes'),(621,'106','20060924064755RRHorner.JPG','/tick/images/gallery/','','','Chris Horner','',0,0,'yes'),(622,'106','20060924064856RRCancellaraRiis.JPG','/tick/images/gallery/','','','Cancellera and Riis.','',0,0,'yes'),(623,'106','20060924064918_DSC0026.JPG','/tick/images/gallery/','','','On lap Three','',0,0,'yes'),(633,'116','20061018114346smallerjpegDSC_5175CowmanakaKenShirkisbqackintherace-legally.jpg','/tick/images/gallery/','','','Cowman aka Ken Shirk is back!','Timothy Carlson',0,0,'yes'),(626,'116','20061018014918IM_10_17007.jpg','/tick/images/gallery/','','','Chris Lieto\'s New Trek Equinox 9.9','Andy Pemberton',0,0,'yes'),(627,'116','20061018015456IM_10_17003.jpg','/tick/images/gallery/','','','Thirsty?','Andy Pemberton',0,0,'yes'),(628,'116','20061018020226IM_10_17017.jpg','/tick/images/gallery/','','','2007 Cannondale Six-13 Slice SI','Andy Pemberton',0,0,'yes'),(666,'112','20061021125619331700.jpg','/tick/images/gallery/','','','Pro swim start','',0,0,'yes'),(668,'112','20061021014337245700.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(631,'116','20061018114123smallerjpegDSC_5132FernandaKellertossescandyatIronmanParade.jpg','/tick/images/gallery/','','','Fernanda Keller tosses candy at Ironman Parade','Timothy Carlson',0,0,'yes'),(632,'116','20061018114246smallerjpegDSC_5118NataschaBadmannqueenoftheIronmanParade.jpg','/tick/images/gallery/','','','Natascha Badmann queen of the Ironman Parade','Timothy Carlson',0,0,'yes'),(637,'116','20061018120105smallerjpegDSC_5162UScontingent.jpg','/tick/images/gallery/','','','US contingent','Timothy Carlson',0,0,'yes'),(636,'116','20061018115450smallerjpegDSC_5139Ironwomaninparade.jpg','/tick/images/gallery/','','','Iron woman in parade','Timothy Carlson',0,0,'yes'),(638,'116','20061018120153smallerjpegDSC_5193precisionlawnchairteam.jpg','/tick/images/gallery/','','','Precision lawn chair team','Timothy Carlson',0,0,'yes'),(667,'112','20061021014223900000.jpg','/tick/images/gallery/','','','Transition','',0,0,'yes'),(642,'116','20061018060514381400.jpg','/tick/images/gallery/','','',' Earthquake damage to Hulihee Palace','Timothy Carlson',0,0,'yes'),(643,'116','20061018060631839100.jpg','/tick/images/gallery/','','','Joe Bonness, earthquake survivor','Timothy Carlson',0,0,'yes'),(644,'116','20061018060808915000.jpg','/tick/images/gallery/','','','Donna Kay-Ness and daughter Kirstin','Timothy Carlson',0,0,'yes'),(645,'116','20061019055149231100.jpg','/tick/images/gallery/','','','Sarah Reinertsen signs autographs','Timothy Carlson',0,0,'yes'),(646,'116','20061019055307609300.jpg','/tick/images/gallery/','','','Jessi Stensland - ITU contender works the video camra as a Kona sojo (solo journalist)','Timothy Carlson',0,0,'yes'),(647,'116','20061019055357812200.jpg','/tick/images/gallery/','','','Reinertsen, Peter Reid, Mark Allen sign autographs','Timothy Calrson',0,0,'yes'),(648,'116','20061019055755759300.jpg','/tick/images/gallery/','','','Bottom of the Energy Lab','Jimmy Archer',0,0,'yes'),(649,'116','20061019060057356500.jpg','/tick/images/gallery/','','','Kids setting up water station','Jimmy Archer',0,0,'no'),(650,'116','20061019060506557100.jpg','/tick/images/gallery/','','','Hot enough?','Jimmy Archer',0,0,'yes'),(654,'115','20061019091852802400.jpg','/tick/images/gallery/','','','Queen K inersection heading out of Kona','Jimmy Archer',0,0,'yes'),(653,'115','20061019090347990400.jpg','/tick/images/gallery/','','','Your ride guide...','Jimmy Archer',0,0,'yes'),(655,'115','20061019092108610100.jpg','/tick/images/gallery/','','','Oliver of Cycle Station, the last shop before Hawi. These guys bailed me out with CO2','Jimmy Archer',0,0,'yes'),(656,'115','20061019092346532700.jpg','/tick/images/gallery/','','','Kona Airort, the last bit of civilization for about 25 miles.','Jimmy Archer',0,0,'yes'),(657,'115','20061019092645720200.jpg','/tick/images/gallery/','','','Entering the lava fields just past the airport. \"The blast furnace of the big Island of Hawaii\", or so says Gatorade.','Jimmy Archer',0,0,'yes'),(658,'115','20061019093023042500.jpg','/tick/images/gallery/','','','The climb out of Kona after the airport. The vegitation disappears and the road and temperature seem to rise in unison.','Jimmy Archer',0,0,'yes'),(659,'115','20061019093412408700.jpg','/tick/images/gallery/','','','The famous white coral messages on the black lava.','Jimmy Archer',0,0,'yes'),(660,'115','20061019093728810200.','/tick/images/gallery/','','','Top of the first climb, the cemetary intersection. This was where Norman and several others chose to turn around. It\'s about 15 miles into the bike.','Jimmy Archer',0,0,'yes'),(661,'115','20061019094220547100.jpg','/tick/images/gallery/','','','The famous Donkey Sign. This is where it starts to get serious. You start to feel like you are very alone at this point.','Jimmy Archer',0,0,'yes'),(662,'115','20061019094500282200.','/tick/images/gallery/','','','The view opposite of the Donkey sign. This is your first glimpse of the Hawi side of the island and where you are going. The distance is staggering.','Jimmy Archer',0,0,'yes'),(669,'112','20061021014929508200.jpg','/tick/images/gallery/','','','Calm before the storm','',0,0,'yes'),(670,'112','20061021020407046600.jpg','/tick/images/gallery/','','','Pre-race hustle and bustle','',0,0,'yes'),(671,'112','20061021031147899400.jpg','/tick/images/gallery/','','','Go Lars!','',0,0,'yes'),(672,'112','20061021031328965500.jpg','/tick/images/gallery/','','','Cameron Widoff passes the \"hot corner\".','',0,0,'yes'),(673,'112','20061021031513606000.jpg','/tick/images/gallery/','','','Faris Al-Sultan','',0,0,'yes'),(674,'112','20061021031655592500.jpg','/tick/images/gallery/','','','Luc Van Lierde','',0,0,'yes'),(675,'112','20061021032935137400.jpg','/tick/images/gallery/','','','The latest in Ironman fashion','',0,0,'yes'),(676,'112','20061021053240035900.jpg','/tick/images/gallery/','','','Normann Stadler in Hawi','',0,0,'yes'),(677,'112','20061021053605057100.JPG','/tick/images/gallery/','','','Support crew','',0,0,'yes'),(678,'112','20061021071925121000.jpg','/tick/images/gallery/','','','Macca coming into T2','',0,0,'yes'),(679,'112','20061021072107414700.jpg','/tick/images/gallery/','','','Chris Lieto entering T2 in second','',0,0,'yes'),(680,'112','20061021072421908300.jpg','/tick/images/gallery/','','','Stadler was first into T2','',0,0,'yes'),(681,'112','20061021072749666700.jpg','/tick/images/gallery/','','','Normann Stadler at mile 10','',0,0,'yes'),(682,'112','20061021073130370900.jpg','/tick/images/gallery/','','','Lisa Bentley','',0,0,'yes'),(683,'112','20061021073255594100.jpg','/tick/images/gallery/','','','Joanna Lawn enters T2','',0,0,'yes'),(684,'112','20061021073806518300.jpg','/tick/images/gallery/','','','Desiree Ficker','',0,0,'yes'),(685,'112','20061021074141778600.jpg','/tick/images/gallery/','','','All smiles from Natascha Badmann','',0,0,'yes'),(686,'112','20061021080401781800.jpg','/tick/images/gallery/','','','Michellie Jones first into T2','',0,0,'yes'),(687,'112','20061021074855664100.jpg','/tick/images/gallery/','','','Luke Bell','',0,0,'yes'),(688,'112','20061021075326503300.jpg','/tick/images/gallery/','','','Belinda Granger signs into the penalty box','',0,0,'yes'),(689,'112','20061021075940562700.jpg','/tick/images/gallery/','','','A crowded penalty box','',0,0,'yes'),(690,'112','20061021081839896400.jpg','/tick/images/gallery/','','','Michellie Jones at Mile 10','',0,0,'yes'),(691,'112','20061021082020918800.jpg','/tick/images/gallery/','','','Lisbeth Kristensen','',0,0,'yes'),(692,'112','20061021085440493300.jpg','/tick/images/gallery/','','','Luke Bell and Cam Brown','',0,0,'yes'),(693,'112','20061021090231794400.jpg','/tick/images/gallery/','','','Normann holds of Macca','',0,0,'yes'),(694,'112','20061021091100686400.jpg','/tick/images/gallery/','','','Chris McCormack turns up the heat','',0,0,'yes'),(701,'117','20061112122912375900.jpg','/tick/images/gallery/','','','They\'re off!','Andy Pemberton',0,0,'yes'),(704,'117','20061112124014227100.JPG','/tick/images/gallery/','','','It\'s chilly!','Andy Pemberton',0,0,'yes'),(707,'117','20061112124358840700.jpg','/tick/images/gallery/','','','Tyler pre-race.','Andy Pemberton',0,0,'yes'),(706,'117','20061112124302140500.jpg','/tick/images/gallery/','','','Tyler Hamilton preps his bike.','Andy Pemberton',0,0,'yes'),(708,'117','20061112124802884300.jpg','/tick/images/gallery/','','','Dave Scott remembers this difficult course.','Andy Pemberton',0,0,'yes'),(709,'117','20061112125242622700.jpg','/tick/images/gallery/','','','Readying a bag for the swim-bike transition.','Andy Pemberton',0,0,'yes'),(710,'117','20061112125456082700.jpg','/tick/images/gallery/','','','A little help to prevent chaffing.','Andy Pemberton',0,0,'yes'),(711,'117','20061112010119489600.jpg','/tick/images/gallery/','','','Heading down to the start.','Andy Pemberton',0,0,'yes'),(713,'117','20061112012404857500.jpg','/tick/images/gallery/','','','Scott Kaufmann and Jonas Colting head into the water.','Lars Finanger',0,0,'yes'),(714,'117','20061112013305400000.jpg','/tick/images/gallery/','','','Waiting on the swimmers to return.','Lars Finanger',0,0,'yes'),(715,'117','20061112015124603400.jpg','/tick/images/gallery/','','','Mark Warkentin leads into transition.','Lars Finanger',0,0,'yes'),(716,'117','20061112020105719000.jpg','/tick/images/gallery/','','','Mark Warkentin races into transition.','Lars Finanger',0,0,'yes'),(719,'117','20061112021422445200.jpg','/tick/images/gallery/','','','Swimming 2.4 miles at 2500ft is tough!','Lars Finanger',0,0,'yes'),(718,'117','20061112020939296500.jpg','/tick/images/gallery/','','','Relay bikers waiting on their swimmers to finish.','Lars Finanger',0,0,'yes'),(720,'117','20061112021626085400.jpg','/tick/images/gallery/','','','Second place out of water, Scott Kaufmann.','Lars Finanger',0,0,'yes'),(721,'117','20061112021828773900.jpg','/tick/images/gallery/','','','John Kenny was the third swimmer in.','Lars Finanger',0,0,'yes'),(722,'117','20061112022137694800.jpg','/tick/images/gallery/','','','Jonas Colting tags Bjorn Andersson.','Lars Finanger',0,0,'yes'),(723,'117','20061112033503362100.jpg','/tick/images/gallery/','','','Bjorn Andersson working hard on the bike.','Andy Pemberton',0,0,'yes'),(724,'117','20061112034215662100.jpg','/tick/images/gallery/','','','Hernan Dario working through the wind.','Andy Pemberton',0,0,'yes'),(725,'117','20061112034519828100.JPG','/tick/images/gallery/','','','Eric Bean at mile 85.','Andy Pemberton',0,0,'yes'),(726,'117','20061112034925082000.jpg','/tick/images/gallery/','','','Hernan Dario hits the bike path at mile 99.','Andy Pemberton',0,0,'yes'),(727,'117','20061112035141894600.jpg','/tick/images/gallery/','','','Ernest Kimeli waiting for Tyler to start his run.','Andy Pemberton',0,0,'yes'),(735,'','','','','','','',0,0,'no'),(738,'117','20061112073957254500.jpg','/tick/images/gallery/','','','Ernest Kimeli finishes the first lap of the run.','Andy pemberton',0,0,'yes'),(734,'','','','','','','',0,0,'no'),(739,'117','20061112074052753600.jpg','/tick/images/gallery/','','','Ernest Kimeli on the 2nd lap of the run.','Andy Pemberton',0,0,'yes'),(740,'117','20061112074803969000.jpg','/tick/images/gallery/','','','Everton Morais looking strong.','Andy Pemberton',0,0,'yes'),(741,'117','20061112074348898900.jpg','/tick/images/gallery/','','','Everton Morais on the 2nd lap of the run.','Andy Pemberton',0,0,'yes'),(742,'117','20061112074514861000.jpg','/tick/images/gallery/','','','Mike Booth staying steady on the 2nd lap.','Andy Pemberton',0,0,'yes'),(743,'117','20061112074906344500.jpg','/tick/images/gallery/','','','The $100,000 check - will it be awarded?','Andy Pemberton',0,0,'yes'),(744,'117','20061112080542777200.JPG','/tick/images/gallery/','','','The clock hits 8 hours - no one wins the $100,000 this year.','Lars Finanger',0,0,'yes'),(745,'117','20061112080921723600.jpg','/tick/images/gallery/','','','Everton Morais is elated to win the race for his team.','Andy Pemberton',0,0,'yes'),(746,'117','20061112081059216400.jpg','/tick/images/gallery/','','','Ernest Kimeli comes across the line second.','Andy Pemberton',0,0,'yes'),(747,'117','20061112081243860000.jpg','/tick/images/gallery/','','','Kimeli disappointed and exhausted after finishing second.','Andy Pemberton',0,0,'yes'),(748,'117','20061112081630862200.JPG','/tick/images/gallery/','','','Ernest Kimeli required medical attention after the run.','Lars Finanger',0,0,'yes'),(749,'117','20061112082009807800.jpg','/tick/images/gallery/','','','Bjorn Andersson\'s bar end broke at mile 10 of the bike.','Jason Goldberg',0,0,'yes'),(750,'117','20061112082231136700.jpg','/tick/images/gallery/','','','Eric Bean working hard on the bike.','Andy Pemberton',0,0,'yes'),(751,'117','20061112082852325100.jpg','/tick/images/gallery/','','','Andersson taking a well deserved rest after the bike.','Lars Finanger',0,0,'yes'),(752,'117','20061112083210697200.jpg','/tick/images/gallery/','','','Team members welcome Patrik Tjardal to a 3rd place finish.','Lars Finanger',0,0,'yes'),(753,'','','','','','','',0,0,'no'),(754,'','','','','','','',0,0,'no'),(755,'123','20070220011024751900.jpg','/tick/images/gallery/','','','Sign of the time.... the drop off Trinity Climb','Charles Pelkey',0,0,'yes'),(756,'123','20070220012050488100.jpg','/tick/images/gallery/','','','Trinity Grade','',0,0,'yes'),(757,'','','','','','','',0,0,'no'),(761,'123','20070220024025846200.jpg','/tick/images/gallery/','','','Crash 2','Will Swetnam',0,0,'yes'),(760,'123','20070220023920455500.jpg','/tick/images/gallery/','','','Crash 1','Will Swetnam',0,0,'yes'),(762,'123','20070220024252841700.jpg','/tick/images/gallery/','','','Crash 3','Will Swetnam',0,0,'yes'),(763,'123','20070220024338979100.jpg','/tick/images/gallery/','','','Crash 4','Will Swetnam',0,0,'yes'),(764,'123','20070220034824780900.jpg','/tick/images/gallery/','','','Landis visits with Robbie Ventura and Joe Silva','Charles Pelkey',0,0,'yes'),(765,'124','20070221051439847400.jpg','/tick/images/gallery/','','','The men in the break','Neal Rogers',0,0,'yes'),(766,'','','','','','','',0,0,'no'),(767,'142','20070318081441347700.JPG','/tick/images/gallery/','','','Alberto Contador (Discovery Channel) and Luis Leon Sanchez (Caisse d\'Epargne). Contador couldn\'t follow his ex-Liberty Seguros teammate in the final few km yesterday.','Andrew Hood.',0,0,'yes'),(768,'142','20070318081757048700.JPG','/tick/images/gallery/','','','Predictor-Lotto\'s Chris Horner has done his fair share of work during this Paris-Nice.','Andrew Hood.',0,0,'yes'),(769,'142','20070318081842693000.JPG','/tick/images/gallery/','','','Gerolsteiner is down to just four riders for the final stage in Nice. \"We\'ve signed a lot of young riders and we\'re paying for it now,\" said Gerolsteiner DS Udo Bolts.','Andrew Hood.',0,0,'yes'),(770,'142','20070318082004142700.JPG','/tick/images/gallery/','','','Ex-pro and Discovery Channel sport director Viatcheslav Ekimov speaks with compatriot Alexandr Kolobnev ahead of Sunday\'s start. Kolobnev calls Ekimov one of his heroes.','Andrew Hood.',0,0,'yes'),(773,'142','20070318082351668600.JPG','/tick/images/gallery/','','','Team CSC\'s Bobby Julich enjoys a quiet moment with newborn daughter Chloe ahead of Sunday\'s start. The 2005 Paris-Nice champion lives has lived in Nice since 1999.','Andrew Hood.',0,0,'yes'),(772,'142','20070318082124168900.JPG','/tick/images/gallery/','','','Here\'s another look at those new Mavic carbon-fiber wheels on the Saunier Duval-Prodir team bike. David Millar called them the \"best (bleep)ing wheels I\'ve ever raced on.\"','Andrew Hood.',0,0,'yes'),(777,'','','','','','','',0,0,'no'),(775,'142','20070318082436871500.JPG','/tick/images/gallery/','','','Axel Merckx also enjoys some family time. The son of cycling legend Eddy Merckx said he\'s hoping to score a big victory this year in what could be his final year as a pro.','Andrew Hood.',0,0,'yes'),(776,'142','20070318082547198100.JPG','/tick/images/gallery/','','','Ex-pros Rolf Sorensen and Max Sciandri flank David Millar on the Promenade des Anglais ahead of Sunday\'s start. Millar says he plans to race this year\'s Tour de Georgia.','Andrew Hood.',0,0,'yes'),(778,'145','20070415083904521900.JPG','/tick/images/gallery/','','','Beppu','',0,0,'yes'),(779,'147','20070416043507432500.jpg','/tick/images/gallery/','','','Contrini','Tinkoff website',0,0,'yes'),(780,'146','20070417092035052300.jpg','/tick/images/gallery/','','','From Stage 1 - Fred Rodriguez with a very attentive fan.','Casey Gibson',0,0,'yes'),(781,'146','20070417092212445500.jpg','/tick/images/gallery/','','','From Stage 1 - Georgia marks Tyler Hamilton\'s return to U.S. racing','Casey B. Gibson',0,0,'yes'),(782,'146','20070417092727075000.jpg','/tick/images/gallery/','','','From Stage 1 - OBee and Rapinski start the break','Casey B. Gibson',0,0,'yes'),(783,'146','20070417092842738400.jpg','/tick/images/gallery/','','','From Stage 1 - Contrini leads the 4 escapees with 2 laps to go.','Casey B. Gibson',0,0,'yes'),(784,'146','20070417092922049800.jpg','/tick/images/gallery/','','','From Stage 1 - Ivan Stevic leads the chase in Macon.','Casey B. Gibson',0,0,'yes'),(785,'146','20070417093019619700.jpg','/tick/images/gallery/','','','From Stage 1 - Contrini takes a corner alone with one lap to go.','Casey B. Gibson',0,0,'yes'),(786,'146','20070417093132925600.jpg','/tick/images/gallery/','','','From Stage 1 - And the winner is','Casey B. Gibson',0,0,'yes'),(787,'146','20070417093252676100.jpg','/tick/images/gallery/','','','From Stage 1 - Contrini enjoys life in Georgia','Casey B. Gibson',0,0,'yes'),(788,'146','20070417120116059100.jpg','/tick/images/gallery/','','','The Rome circuit starts flat','',0,0,'yes'),(789,'146','20070417120151554800.jpg','/tick/images/gallery/','','','The bunch will be flying here','',0,0,'yes'),(790,'146','20070417120251503900.jpg','/tick/images/gallery/','','','Glen Milner Blvd. in Rome','',0,0,'yes'),(791,'146','20070417122819804000.jpg','/tick/images/gallery/','','','The Rome circuit','',0,0,'yes'),(792,'146','20070417122927523000.jpg','/tick/images/gallery/','','','A sharp right hander that leads to the first climb on the circuit','',0,0,'yes'),(793,'146','20070417123052254800.jpg','/tick/images/gallery/','','','The neighborhood climb','',0,0,'yes'),(794,'146','20070417123130011400.jpg','/tick/images/gallery/','','','A little grunt past grandma\'s house','',0,0,'yes'),(795,'146','20070417012632866900.jpg','/tick/images/gallery/','','','Jeff Corbett','',0,0,'yes'),(801,'146','20070417013554619700.jpg','/tick/images/gallery/','','','The safety crew was out placing hay bales','',0,0,'yes'),(800,'146','20070417013528397100.jpg','/tick/images/gallery/','','','Quick downhilll before the main climb','',0,0,'yes'),(799,'146','20070417013318613400.jpg','/tick/images/gallery/','','','The last pitch of the 3rd Avenue climb','',0,0,'yes'),(802,'146','20070417013712761400.jpg','/tick/images/gallery/','','','A long view of the Clocktower Climb','',0,0,'yes'),(803,'146','20070417020045628100.jpg','/tick/images/gallery/','','','Heading up the cat. 4 climb in Rome','',0,0,'yes'),(804,'146','20070417020115239800.jpg','/tick/images/gallery/','','','Keep climbing','',0,0,'yes'),(805,'146','20070417020146508300.jpg','/tick/images/gallery/','','','Almost there','',0,0,'yes'),(806,'146','20070417020231781100.jpg','/tick/images/gallery/','','','The Clocktower on the Clocktower climb','',0,0,'yes'),(807,'146','20070417022308660200.jpg','/tick/images/gallery/','','','Armstrong closing fast in Rome','',0,0,'yes'),(808,'146','20070417022406586400.jpg','/tick/images/gallery/','','','Ivan Dominguez was second to Armstrong in Rome','',0,0,'yes'),(809,'146','20070417031939747200.jpg','/tick/images/gallery/','','','The Clocktower on the Clocktower climb','',0,0,'yes'),(810,'146','20070417032036503700.jpg','/tick/images/gallery/','','','\"Welcome to Rome\" painted on the climb','',0,0,'yes'),(811,'146','20070417032135605100.jpg','/tick/images/gallery/','','','Getting the streets ready for the big show','',0,0,'yes'),(812,'146','20070417032451081500.jpg','/tick/images/gallery/','','','Final prep at the finish line','',0,0,'yes'),(813,'146','20070417032644054000.jpg','/tick/images/gallery/','','','The finish straight','',0,0,'yes'),(814,'146','20070417032742805500.jpg','/tick/images/gallery/','','','Another view of finish line straightaway.','',0,0,'yes'),(815,'146','20070417042344265800.jpg','/tick/images/gallery/','','','Glen Chadwick','',0,0,'yes'),(833,'156','20070419075516757000.jpg','/tick/images/gallery/','','','From stage 3 - The guys in the break worked hard to increase the gap','Casey B. Gibson',0,0,'yes'),(830,'156','20070419075239403500.jpg','/tick/images/gallery/','','','From stage 3 - A beautiful day in Georgia','Casey B. Gibson',0,0,'yes'),(829,'149','20070418021601573000.JPG','/tick/images/gallery/','','','The Tennessee Aquarium','The QRM',0,0,'yes'),(828,'149','20070418015836688100.jpg','/tick/images/gallery/','','','Jittery Joe\'s latest ride?','The QRM',0,0,'yes'),(827,'149','20070418015012399800.JPG','/tick/images/gallery/','','','Today\'s finish under construction','The QRM',0,0,'yes'),(826,'149','20070418013432093200.jpg','/tick/images/gallery/','','','The view from the Tennessee Riverwalk down by today\'s finish...','The QRM',0,0,'yes'),(832,'156','20070419075422087200.jpg','/tick/images/gallery/','','','From stage 3 - The pace in the field was maudlin','Casey B. Gibson',0,0,'yes'),(834,'156','20070419075706594000.jpg','/tick/images/gallery/','','','From stage 3 - With Brasstown Bald ahead, Brajkovic has to be a favorite for the overall.','Casey B. Gibson',0,0,'yes'),(835,'156','20070419103946686400.JPG','/tick/images/gallery/','','','Riding the line between Tennessee and Georgia','The QRM',0,0,'yes'),(836,'156','20070419104058173000.JPG','/tick/images/gallery/','','','Commissaire\'s mobile headquarters','The QRM',0,0,'yes'),(837,'156','20070419104156481400.JPG','/tick/images/gallery/','','','Race officials spare no expense to stay sharp and well fed on the road','The QRM',0,0,'yes'),(838,'156','20070419104251522200.JPG','/tick/images/gallery/','','','The history making bird house (sssh...it\'s only a model..)','The QRM',0,0,'yes'),(839,'156','20070419104324663400.JPG','/tick/images/gallery/','','','Today\'s finish at Rock City','The QRM',0,0,'yes'),(840,'156','20070419104446940900.JPG','/tick/images/gallery/','','','VeloNews media bunker for stage 4','The QRM',0,0,'yes'),(841,'156','20070419104543931400.JPG','/tick/images/gallery/','','','The view from cloudland AKA Lookout Mountain, GA','The QRM',0,0,'yes'),(842,'156','20070419114501786400.jpg','/tick/images/gallery/','','','','Ben Delaney - VeloNews Editor',0,0,'yes'),(843,'156','20070419114628674900.jpg','/tick/images/gallery/','','','','Ben Delaney - VeloNews Editor',0,0,'yes'),(852,'156','20070419011128501000.jpg','/tick/images/gallery/','','','Colavita\'s Gustavo Artacho','',0,0,'yes'),(845,'156','20070419114655560400.jpg','/tick/images/gallery/','','','The send off at Chickmauga','Ben Delaney - VeloNews Editor',0,0,'yes'),(847,'156','20070419114834446600.jpg','/tick/images/gallery/','','','The Toyota United crew warming up','Ben Delaney - VeloNews Editor',0,0,'yes'),(849,'156','20070419114918142500.jpg','/tick/images/gallery/','','','Disco\'s head honcho Johann Bruyneel ready to roll','Ben Delaney - VeloNews Editor',0,0,'yes'),(850,'156','20070419124039364600.jpg','/tick/images/gallery/','','','15 kilometers to go','',0,0,'yes'),(851,'156','20070419124139845900.jpg','/tick/images/gallery/','','','Yup. The hill is really that steep','Ben Delaney - VeloNews Editor',0,0,'yes'),(855,'150','20070420070638649900.jpg','/tick/images/gallery/','','','From Stage 4 - Chris Baldwin','Casey B. Gibson',0,0,'yes'),(854,'156','20070419011839083500.jpg','/tick/images/gallery/','','','One kilometer to go!','',0,0,'yes'),(856,'150','20070420070734244800.jpg','/tick/images/gallery/','','','From Stage 4 - Dave Zabriskie','Casey B. Gibson',0,0,'yes'),(857,'150','20070420070817005000.jpg','/tick/images/gallery/','','','From Stage 4 - David Millar','Casey B. Gibson',0,0,'yes'),(858,'150','20070420070853336800.jpg','/tick/images/gallery/','','','From Stage 4 - Hincapie\'s back!','Casey B. Gibson',0,0,'yes'),(859,'150','20070420070937079300.jpg','/tick/images/gallery/','','','From Stage 4 - Christian Vande Velde','Casey B. Gibson',0,0,'yes'),(860,'150','20070420071106212800.jpg','/tick/images/gallery/','','','From Stage 4 - Janez Brajkovic, the new overall leader of the Tour','Casey B. Gibson',0,0,'yes'),(867,'150','20070420122843667600.JPG','/tick/images/gallery/','','','VeloNews local HQ for the day','The QRM',0,0,'yes'),(865,'150','20070420121627740900.jpg','/tick/images/gallery/','','','The day\'s first KOM mark','Ben Delaney - VeloNews Editor',0,0,'yes'),(866,'150','20070420122129799900.jpg','/tick/images/gallery/','','','The Mavic boys stand ready to help','Ben Delaney - VeloNews Editor',0,0,'yes'),(868,'150','20070420123336444000.JPG','/tick/images/gallery/','','','Today\'s finish just below the observation tower','The QRM',0,0,'yes'),(869,'150','20070420124409786300.JPG','/tick/images/gallery/','','','The good seat...','The QRM',0,0,'yes'),(870,'150','20070420124650433600.JPG','/tick/images/gallery/','','','Did we say \"the top\"?? Looking at the spectators from up at the finish line','The QRM',0,0,'yes'),(872,'150','20070420010611829500.jpg','/tick/images/gallery/','','','The original four-man break over the first KOM','Ben Delaney - VeloNews Editor',0,0,'yes'),(873,'150','20070420010651137700.jpg','/tick/images/gallery/','','','The 8-man break - from the Mavic Car','Ben Delaney - VeloNews Editor',0,0,'yes'),(874,'150','20070420010712446300.jpg','/tick/images/gallery/','','','The Feedzone','Ben Delaney - VeloNews Editor',0,0,'yes'),(875,'150','20070420010735202200.jpg','/tick/images/gallery/','','','Waiting to work','Ben Delaney - VeloNews Editor',0,0,'yes'),(876,'150','20070420010825534200.jpg','/tick/images/gallery/','','','The current 8-man break at mile 43','Ben Delaney - VeloNews Editor',0,0,'yes'),(877,'151','20070421120614493200.JPG','/tick/images/gallery/','','','Stage 7...welcome!!','The QRM',0,0,'yes'),(878,'151','20070421121909727300.JPG','/tick/images/gallery/','','','The historic rock','The QRM',0,0,'yes'),(879,'151','20070421123106551100.JPG','/tick/images/gallery/','','','You can walk or you can ride...','The QRM',0,0,'yes'),(880,'151','20070421123459626300.JPG','/tick/images/gallery/','','','The laser lawn','The QRM',0,0,'yes'),(881,'151','20070421124035508300.jpg','/tick/images/gallery/','','','Toyota\'s Prius','Ben Delaney - VeloNews Editor',0,0,'yes'),(882,'151','20070421124100439500.jpg','/tick/images/gallery/','','','15 Bikes for today\'s stage','Ben Delaney - VeloNews Editor',0,0,'yes'),(883,'151','20070421124128120100.jpg','/tick/images/gallery/','','','Slipstream\'s Argylemobile','Ben Delaney - VeloNews Editor',0,0,'yes'),(884,'151','20070421124220045400.jpg','/tick/images/gallery/','','','Former teammates - Moos and Hamilton','Ben Delaney - VeloNews Editor',0,0,'yes'),(885,'151','20070421124311123400.jpg','/tick/images/gallery/','','','Leipheimer signing autographs','Ben Delaney - VeloNews Editor',0,0,'yes'),(886,'151','20070421124340007300.jpg','/tick/images/gallery/','','','Hamilton meets fans','Ben Delaney - VeloNews Editor',0,0,'yes'),(887,'151','20070421124401425200.jpg','/tick/images/gallery/','','','Rollin\' out','Ben Delaney - VeloNews Editor',0,0,'yes'),(888,'151','20070421124423262000.jpg','/tick/images/gallery/','','','','Ben Delaney - VeloNews Editor',0,0,'yes'),(889,'151','20070421124459274000.jpg','/tick/images/gallery/','','','Danielson before the start','Ben Delaney - VeloNews Editor',0,0,'yes'),(890,'151','20070421124521536700.jpg','/tick/images/gallery/','','','Hincapie\'s bike','Ben Delaney - VeloNews Editor',0,0,'yes'),(891,'151','20070421014129526600.JPG','/tick/images/gallery/','','','This is how they timed races back in the day...','The QRM',0,0,'yes'),(892,'151','20070421023034533900.JPG','/tick/images/gallery/','','','Stage 6 finish','The QRM',0,0,'yes'),(893,'151','20070421041408757900.jpg','/tick/images/gallery/','','','The men in the break','Ben Delaney - VeloNews Editor',0,0,'no'),(894,'152','20070422124623131100.jpg','/tick/images/gallery/','','','Saturday\'s Finish.','',0,0,'yes'),(897,'152','20070422012506465100.jpg','/tick/images/gallery/','','','Melanie and Julia Hincapie','',0,0,'yes'),(896,'152','20070422012312899800.jpg','/tick/images/gallery/','','','Fountains in downtown Atlanta','',0,0,'yes'),(898,'152','20070422012539051500.jpg','/tick/images/gallery/','','','A look at the start finish','',0,0,'yes'),(899,'152','20070422015449269700.jpg','/tick/images/gallery/','','','Even without Lance, everybody wants a piece of Discovery','',0,0,'yes'),(900,'152','20070422015541074700.jpg','/tick/images/gallery/','','','Mom and Dad Leipheimer comeplete with custom T-shirts','',0,0,'yes'),(901,'152','20070422015640891300.jpg','/tick/images/gallery/','','','The women of Toyota-United','',0,0,'yes'),(902,'152','20070422015711910900.jpg','/tick/images/gallery/','','','The Navigators team car','',0,0,'yes'),(903,'152','20070422021019019500.jpg','/tick/images/gallery/','','','Big crowds on hand for call up','',0,0,'yes'),(904,'152','20070422022839335500.jpg','/tick/images/gallery/','','','CSC Cervelo','',0,0,'yes'),(905,'152','20070422022931522300.jpg','/tick/images/gallery/','','','David Millar\'s Scott Addict','',0,0,'yes'),(906,'152','20070422023020010200.jpg','/tick/images/gallery/','','','Navigators Colnago','',0,0,'yes'),(907,'152','20070422023100025800.jpg','/tick/images/gallery/','','','Toyota-United Fuji','',0,0,'yes'),(908,'152','20070422023419887200.jpg','/tick/images/gallery/','','','Inside the JitteryJoe\'s team truck.','',0,0,'yes'),(909,'152','20070422023531229700.jpg','/tick/images/gallery/','','','Here\'s the vantage point for the Live Updater -- That\'s downtown Atlanta in the distance.','',0,0,'yes'),(910,'152','20070422030522982900.jpg','/tick/images/gallery/','','','Navs Glen Chadwick -- Most Agressive for the race','',0,0,'yes'),(911,'158','20070505100254813500.jpg','/tick/images/gallery/','','','Night falls over the Manatee River','Timothy Carlson',0,0,'yes'),(912,'158','20070505100400927600.jpg','/tick/images/gallery/','','','The finish chute - ready for action','Timothy Carlson',0,0,'yes'),(913,'158','20070505100431303800.jpg','/tick/images/gallery/','','','The man behind the series: HFP\'s Shannon Kurek','Timothy Carlson',0,0,'yes'),(914,'158','20070505100450257000.jpg','/tick/images/gallery/','','','Larger than life sponsors','Timothy Carlson',0,0,'yes'),(915,'158','20070506095717487000.jpg','/tick/images/gallery/','','','The unstoppable Joe Bonness','Don Karle',0,0,'yes'),(916,'158','20070506095745993700.jpg','/tick/images/gallery/','','','Swim start','Don Karle',0,0,'yes'),(917,'158','20070506095813760400.jpg','/tick/images/gallery/','','','Into the water','Don Karle',0,0,'yes'),(918,'158','20070506100104522500.jpg','/tick/images/gallery/','','','Waiting for the gun','Don Karle',0,0,'yes'),(919,'158','20070506100151652900.jpg','/tick/images/gallery/','','','Early race leader David Thompson','Don Karle',0,0,'yes'),(920,'158','20070506102525005700.jpg','/tick/images/gallery/','','','Carusone crashes on the bike','Timothy Carlson',0,0,'yes'),(921,'158','20070506102701436400.jpg','/tick/images/gallery/','','','Leader out of the water','Timothy Carlson',0,0,'yes'),(922,'158','20070506102844858200.jpg','/tick/images/gallery/','','','Railroad bridge - no trains today','Timothy Carlson',0,0,'yes'),(923,'158','20070506102912149300.jpg','/tick/images/gallery/','','','Biscay passes an amateur','Timothy Carlson',0,0,'yes'),(924,'158','20070506103032843400.jpg','/tick/images/gallery/','','','Bella out of the drink','Timothy Carlson',0,0,'yes'),(925,'158','20070506103054676600.jpg','/tick/images/gallery/','','','Bella on the bike','Timothy Carlson',0,0,'yes'),(926,'158','20070506103602531500.jpg','/tick/images/gallery/','','','One happy amateur: Jonathan McComb','Timothy Carlson',0,0,'yes'),(927,'158','20070506103714993500.jpg','/tick/images/gallery/','','','Bayliss out first for the men','Timothy Carlson',0,0,'yes'),(928,'158','20070506103815420000.jpg','/tick/images/gallery/','','','Leanda Cave out 2nd','Timothy Carlson',0,0,'yes'),(929,'158','20070506104223625000.jpg','/tick/images/gallery/','','','Vanhoenaker','Timothy Carlson',0,0,'yes'),(930,'158','20070506104309691400.jpg','/tick/images/gallery/','','','Marino comes ashore','Timothy Carlson',0,0,'yes'),(931,'158','20070506104644128500.jpg','/tick/images/gallery/','','','Kraft out third','Timothy Carlson',0,0,'yes'),(932,'158','20070506104702358400.jpg','/tick/images/gallery/','','','Nathan Kortuem','Timothy Carlson',0,0,'yes'),(933,'158','20070506104808084200.jpg','/tick/images/gallery/','','','Patriotic fervor','Timothy Carlson',0,0,'yes'),(934,'158','20070506104831659000.jpg','/tick/images/gallery/','','','Vanhoenaker on the bike','Timothy Carlson',0,0,'yes'),(935,'158','20070506105557318200.jpg','/tick/images/gallery/','','','Into the water','Timothy Carlson',0,0,'yes'),(936,'158','20070506105627931600.jpg','/tick/images/gallery/','','','Fastest on the bike: David Thompson','Timothy Carlson',0,0,'yes'),(937,'158','20070506105821725200.jpg','/tick/images/gallery/','','','Next stop: Tampa','Timothy Carlson',0,0,'yes'),(938,'158','20070506120733583300.DK','/tick/images/gallery/','','','Cave in the heat','Don Karle',0,0,'yes'),(939,'158','20070506120759771300.DK','/tick/images/gallery/','','','The leader, David Thompson','Don Karle',0,0,'yes'),(940,'158','20070506120817570700.DK','/tick/images/gallery/','','','Karen Holloway','Don Karle',0,0,'yes'),(941,'158','20070506120847530500.DK','/tick/images/gallery/','','','Marino Vanhoenaker','Don Karle',0,0,'yes'),(942,'158','20070506120908901900.DK','/tick/images/gallery/','','','Nina Kraft adjusts','Don Karle',0,0,'yes'),(943,'158','20070506022409923600.jpg','/tick/images/gallery/','','','Onto the run','Timothy Carlson',0,0,'yes'),(944,'158','20070506022559759000.jpg','/tick/images/gallery/','','','Joe Bonness','Timothy Carlson',0,0,'yes'),(945,'158','20070506022619945900.jpg','/tick/images/gallery/','','','Eventual winner on the run','Timothy Carlson',0,0,'yes'),(946,'158','20070506022754895400.jpg','/tick/images/gallery/','','','He gave all','Timothy Carlson',0,0,'yes'),(947,'158','20070506022809830600.jpg','/tick/images/gallery/','','','Your winner','Timothy Carlson',0,0,'yes'),(948,'158','20070506022913943900.jpg','/tick/images/gallery/','','','Vabrousek','Timothy Carlson',0,0,'yes'),(949,'158','20070506023050884800.jpg','/tick/images/gallery/','','','Florida scenery','Timothy Carlson',0,0,'yes'),(950,'158','20070506023154858800.jpg','/tick/images/gallery/','','','Cave takes it','Timothy Carlson',0,0,'yes'),(951,'158','20070506023214791800.jpg','/tick/images/gallery/','','','Post-race carnage','Timothy Carlson',0,0,'yes'),(952,'158','20070506023306281000.jpg','/tick/images/gallery/','','','Bella at the line','Timothy Carlson',0,0,'yes'),(953,'158','20070506023355063800.jpg','/tick/images/gallery/','','','Colting cools down','Timothy Carlson',0,0,'yes'),(954,'158','20070506023522659800.jpg','/tick/images/gallery/','','','Ahhhhhh','Timothy Carlson',0,0,'yes'),(955,'158','20070506023620933300.jpg','/tick/images/gallery/','','','Eventual winner','Timothy Carlson',0,0,'yes'),(956,'159','20070512094231902200.JPG','/tick/images/gallery/','','','Finish line of the team time trial - called by many riders an extremely dangerous course.','Andrew Hood',0,0,'yes'),(957,'159','20070512094328284900.JPG','/tick/images/gallery/','','','Get your Giro swag early','Andrew Hood',0,0,'yes'),(958,'159','20070512094353966900.JPG','/tick/images/gallery/','','','Taking the short ride across from Sardinia to the Maddalena archipelago, much of it protected as a national park.','Andrew Hood',0,0,'yes'),(959,'159','20070512094418347500.JPG','/tick/images/gallery/','','','Teams and buses lining up to take the ferry to Maddalena island for the start of the team time trial.','Andrew Hood',0,0,'yes'),(960,'159','20070512094514592100.JPG','/tick/images/gallery/','','','There are plenty of podium girls at the Giro - at least that hasn\'t changed.','',0,0,'yes'),(961,'159','20070512094529132700.JPG','/tick/images/gallery/','','','','',0,0,'yes'),(962,'160','20070513085354228000.JPG','/tick/images/gallery/','','','The sea wall of Alghero','Andrew Hood.',0,0,'yes'),(963,'160','20070513085427693100.JPG','/tick/images/gallery/','','','Today\'s route','Andrew Hood.',0,0,'yes'),(964,'160','20070513085504539100.JPG','/tick/images/gallery/','','','Yippie!','Andrew Hood.',0,0,'yes'),(965,'160','20070513085545844300.JPG','/tick/images/gallery/','','','Savoldelli says his chances are good for a podium','Andrew Hood.',0,0,'yes'),(966,'160','20070513085606861500.JPG','/tick/images/gallery/','','','Voeckler always has time for the fans','Andrew Hood.',0,0,'yes'),(967,'160','20070513085650201100.JPG','/tick/images/gallery/','','','UCI boss Pat McQuaid','Andrew Hood.',0,0,'yes'),(968,'161','20070513022904335500.JPG','/tick/images/gallery/','','','McEwen\'s ride - the bike that won stage 2','Andrew Hood.',0,0,'yes'),(969,'161','20070514081956159900.JPG','/tick/images/gallery/','','','That\'s one way to keep cool.','',0,0,'yes'),(970,'161','20070514082032529100.JPG','/tick/images/gallery/','','','Now that he\'s in the jersey, Di Luca is the center of attention','Andrew Hood.',0,0,'yes'),(971,'161','20070514082109696200.JPG','/tick/images/gallery/','','','Rasmussen just wants to get to the mountain stages','Andrew Hood.',0,0,'yes'),(972,'161','20070514082154311900.JPG','/tick/images/gallery/','','','Points leader Robbie McEwen may add to his lead today','Andrew Hood.',0,0,'yes'),(973,'161','20070514082248919300.JPG','/tick/images/gallery/','','','Hincapie - recovered from that broken wrist - shows off his colors','Andrew Hood.',0,0,'yes'),(974,'162','20070516103800436200.JPG','/tick/images/gallery/','','','It\'s not doping stories that keeps Andy Hood coming back to the grand tours','Andrew Hood.',0,0,'yes'),(975,'162','20070516104155418200.JPG','/tick/images/gallery/','','','Moser is still fit, no?','Andrew Hood',0,0,'yes'),(976,'162','20070516104411002000.JPG','/tick/images/gallery/','','','The beauty of the Amalfi Coast','Andrew Hood',0,0,'yes'),(977,'162','20070516104601762600.JPG','/tick/images/gallery/','','','Bettini - at the start this morning','Andrew Hood',0,0,'yes'),(978,'163','20070517110601259800.JPG','/tick/images/gallery/','','','Dave Z was happy with yesterday\'s ride','Andrew Hood',0,0,'yes'),(979,'163','20070517110708312200.JPG','/tick/images/gallery/','','','At the start','Andrew Hood',0,0,'yes'),(980,'163','20070517110741557000.JPG','/tick/images/gallery/','','','','Andrew Hood',0,0,'yes'),(982,'163','20070517110830006700.JPG','/tick/images/gallery/','','','','',0,0,'yes'),(983,'165','20070519091048745800.JPG','/tick/images/gallery/','','','Damiano Cunego has kept a low profile so far.','Andrew Hood',0,0,'yes'),(984,'165','20070519091119272400.JPG','/tick/images/gallery/','','','Alessandro Petacchi is always the center of attention.','Andrew Hood',0,0,'yes'),(985,'165','20070519091152399200.JPG','/tick/images/gallery/','','','Gilbeto Simoni gets his share of attention, too.','Andrew Hood',0,0,'yes'),(986,'165','20070519091418624700.JPG','/tick/images/gallery/','','','That\'s one way to deliver the paper.','Andrew Hood',0,0,'yes'),(987,'165','20070519091534044600.JPG','/tick/images/gallery/','','','Scarperia is pretty in pink.','',0,0,'yes'),(988,'165','20070519091642687400.JPG','/tick/images/gallery/','','','Marco Pinotti was all smiles in pink.','Andrew Hood',0,0,'yes'),(991,'166','20070520095837407100.JPG','/tick/images/gallery/','','','Ricco is already a star','Andrew Hood',0,0,'yes'),(990,'166','20070520095505164600.JPG','/tick/images/gallery/','','','Bon Giorno!','Andrew Hood',0,0,'yes'),(992,'166','20070520100218739100.JPG','/tick/images/gallery/','','','Michael Rasmussen is here to train for Tour','Andrew Hood',0,0,'yes'),(993,'166','20070520100300083000.JPG','/tick/images/gallery/','','','Danilo Di Luca calls for patience in pink jersey fight','Andrew Hood',0,0,'yes'),(994,'166','20070520100408302100.JPG','/tick/images/gallery/','','','Brutt could be channeling the spirit of Jacky Durand','Andrew Hood',0,0,'yes'),(995,'167','20070521103739832700.JPG','/tick/images/gallery/','','','Pinotti is a happy camper','Andrew Hood',0,0,'yes'),(997,'167','20070521104124394800.JPG','/tick/images/gallery/','','','Tough guys! Horrillo and Crosbie amped for the ride','Andrew Hood',0,0,'yes'),(998,'167','20070521105449436600.JPG','/tick/images/gallery/','','','','Andrew Hood',0,0,'yes'),(999,'167','20070521105538553500.JPG','/tick/images/gallery/','','','Olson','Andrew Hood',0,0,'yes'),(1000,'167','20070521105637863900.JPG','/tick/images/gallery/','','','JJ Haedo is in the hunt for a stage win, but doubts he\'ll see Milan','Andrew Hood',0,0,'yes'),(1001,'168','20070522080421743600.JPG','/tick/images/gallery/','','','The view from the summit.','Andrew Hood',0,0,'yes'),(1002,'168','20070522080634871000.JPG','/tick/images/gallery/','','','Hincapie is on the attack today.','Andrew Hood',0,0,'yes'),(1003,'168','20070522080740563600.JPG','/tick/images/gallery/','','','Nicolas Roche, son of some Irish guy.','Andrew Hood',0,0,'yes'),(1004,'168','20070522080817883300.JPG','/tick/images/gallery/','','','Opera singer Andrea Bocelli at start.','Andrew Hood',0,0,'yes'),(1005,'168','20070522080902770500.JPG','/tick/images/gallery/','','','Danilo Di Luca could be back in pink.','Andrew Hood',0,0,'yes'),(1006,'168','20070522080954049700.JPG','/tick/images/gallery/','','','Will this be Marco Pinotti\'s last day in pink?','Andrew Hood',0,0,'yes'),(1007,'','','','','','','',0,0,'no'),(1008,'','','','','','','',0,0,'no'),(1009,'188','20070614084229376000.JPG','/tick/images/gallery/','','','Euskaltel\'s Haimar Zubeldia said he\'s \"tranquilo\" during the Dauphine and said he\'s here for training ahead of the Tour.','Andrew Hood',0,0,'yes'),(1010,'188','20070614084309632300.JPG','/tick/images/gallery/','','','Sandy Casar is a top French hope for the Tour.','Andrew Hood',0,0,'yes'),(1011,'188','20070614084342661100.JPG','/tick/images/gallery/','','','David Millar said he didn\'t go all-out in Wednesay\'s TT.','Andrew Hood',0,0,'yes'),(1012,'188','20070614084426458800.JPG','/tick/images/gallery/','','','Vinokourov even looks intimidating in yellow.','Andrew Hood',0,0,'yes'),(1013,'188','20070614084502551000.JPG','/tick/images/gallery/','','','WOW! Love those socks, Triki Beltran!','Andrew Hood',0,0,'yes'),(1014,'189','20070615095135587100.JPG','/tick/images/gallery/','','','Christian Vande Velde and Dave Zabriskie were chillin\' before start ...','',0,0,'yes'),(1015,'189','20070615095301129100.JPG','/tick/images/gallery/','','','Alexandre Botcharov found a friendly umbrella ...','',0,0,'yes'),(1016,'189','20070615095348958300.JPG','/tick/images/gallery/','','','George Hincapie is overcoming stomach problems ...','',0,0,'yes'),(1017,'190','20070616090927271200.JPG','/tick/images/gallery/','','','Oscar Pereiro is getting down to business in Dauphine.','Andrew Hood',0,0,'yes'),(1018,'190','20070616091003992200.JPG','/tick/images/gallery/','','','Egoi Martinez - active in Friday\'s break - chats to Basque neighbor.','Andrew Hood',0,0,'yes'),(1019,'190','20070616091034808800.JPG','/tick/images/gallery/','','','Leipheimer is enjoying his new Trek.','Andrew Hood',0,0,'yes'),(1020,'190','20070616091107611600.JPG','/tick/images/gallery/','','','French riders gossip before start.','Andrew Hood',0,0,'yes'),(1021,'190','20070616091146617100.JPG','/tick/images/gallery/','','','The finish in Valloire has views to kill for.','Andrew Hood',0,0,'yes'),(1022,'','','','','','','',0,0,'no'),(1023,'','','','','','','',0,0,'no'),(1028,'193','20070707090313158000.jpg','/tick/images/gallery/','','','Millar’s custom prologue-specific Scott Plasma','',0,0,'yes'),(1029,'193','20070707090527213700.jpg','/tick/images/gallery/','','','Millar\'s rig.','',0,0,'yes'),(1030,'193','20070707090540327700.jpg','/tick/images/gallery/','','','Some Scottish inspiration.','',0,0,'yes'),(1031,'193','20070707090603915500.jpg','/tick/images/gallery/','','','Mechanics made these stops to help Millar keep a good grip during the 7.9km race.','',0,0,'yes'),(1032,'193','20070707090627080500.jpg','/tick/images/gallery/','','','No chance of losing a chain in this prologue.','',0,0,'yes'),(1033,'193','20070707090650643300.jpg','/tick/images/gallery/','','','Rogers’s spare carbon time-trial bike, Giant’s TCR Advanced.','',0,0,'yes'),(1034,'193','20070707090720313900.jpg','/tick/images/gallery/','','','His special prologue bike, still sans shifters and cables at 5pm on Friday.','',0,0,'yes'),(1035,'193','20070707090730519500.jpg','/tick/images/gallery/','','','The non-drive view.','',0,0,'yes'),(1036,'193','20070707090749158500.jpg','/tick/images/gallery/','','','Michael’s name badge is a bit more subtle, notice the seat collar engraving from yesteryear.','',0,0,'yes'),(1039,'193','20070707114406250000.jpg','/tick/images/gallery/','','','L\'Equipe with an English cover','',0,0,'yes'),(1038,'193','20070707090759339000.jpg','/tick/images/gallery/','','','Internal cable routing','',0,0,'yes'),(1040,'193','20070707115000361700.jpg','/tick/images/gallery/','','','Valverde gets ready','Matt Pacocha',0,0,'yes'),(1041,'195','20070709081932936100.jpeg','/tick/images/gallery/','','','A merger of cultures','Casey B. Gibson',0,0,'yes'),(1042,'195','20070709082149743900.jpeg','/tick/images/gallery/','','','Today\'s start in Dunkirk','Casey B. Gibson',0,0,'yes'),(1043,'195','20070709082225295200.jpeg','/tick/images/gallery/','','','The newest team in the peloton','Casey B. Gibson',0,0,'yes'),(1044,'195','20070709095012023000.JPG','/tick/images/gallery/','','','Cofidis rider Staf Scheirlinckx enjoys some coffee','Andrew Hood',0,0,'yes'),(1045,'195','20070709095126559700.JPG','/tick/images/gallery/','','','The Boonen Fan Club','Andrew Hood',0,0,'yes'),(1046,'195','20070709095427805100.JPG','/tick/images/gallery/','','','The sign-in in Dunkirk','Andrew Hood',0,0,'yes'),(1047,'195','20070709095501633700.JPG','/tick/images/gallery/','','','Chris Horner','Andrew Hood',0,0,'yes'),(1048,'195','20070709095542649400.JPG','/tick/images/gallery/','','','Millar in the KOM jersey','Andrew Hood',0,0,'yes'),(1049,'195','20070709095628148900.JPG','/tick/images/gallery/','','','Hushovd at the start today','Andrew Hood',0,0,'yes'),(1050,'196','20070710100134080400.JPG','/tick/images/gallery/','','','Another day in Polka Dots for Millar','Andrew Hood',0,0,'yes'),(1051,'196','20070710100212103400.JPG','/tick/images/gallery/','','','Coffee anyone?','Andrew Hood',0,0,'yes'),(1053,'196','20070710102147338300.JPG','/tick/images/gallery/','','','Mr. Zabriskie at today\'s start','Andrew Hood',0,0,'yes'),(1054,'196','20070710102226353800.JPG','/tick/images/gallery/','','','The man in yellow','Andrew Hood',0,0,'yes'),(1055,'196','20070710102642525700.JPG','/tick/images/gallery/','','','Axel Merckx says this is probably his last year.','Andrew Hood',0,0,'yes'),(1056,'196','20070710102825393100.JPG','/tick/images/gallery/','','','Lampres Ballan was all smiles this morning','Andrew Hood',0,0,'yes'),(1059,'196','20070710115928040400.jpeg','/tick/images/gallery/','','','More fans. It\'s a big turnout here.','Casey B. Gibson',0,0,'yes'),(1058,'196','20070710111141514700.jpeg','/tick/images/gallery/','','','Fans along the route','Casey B. Gibson',0,0,'yes'),(1060,'197','20070711075005469700.jpeg','/tick/images/gallery/','','','Along today\'s route','Casey B. Gibson',0,0,'yes'),(1061,'197','20070711075105465300.jpeg','/tick/images/gallery/','','','Save this picture, wait 20 years and then see if you can pick out the 2027 Tour winner.','Casey B. Gibson',0,0,'yes'),(1064,'197','20070711100814445400.JPG','/tick/images/gallery/','','','Where we found Andrew Hood this morning.','',0,0,'yes'),(1063,'197','20070711081736268800.jpeg','/tick/images/gallery/','','','A reminder of what has happened here before','Casey B. Gibson',0,0,'yes'),(1065,'197','20070711100921698200.JPG','/tick/images/gallery/','','','Egoi Martinez wants to join a break some time soon.','Andrew Hood',0,0,'yes'),(1066,'197','20070711101007160900.JPG','/tick/images/gallery/','','','The start Village this morning','Andrew Hood.',0,0,'yes'),(1067,'197','20070711101108880900.JPG','/tick/images/gallery/','','','Bram Tankink wants a win, too.','Andrew Hood',0,0,'yes'),(1068,'197','20070711101201154900.JPG','/tick/images/gallery/','','','Cadel Evans is waiting for the hills','Andrew Hood',0,0,'yes'),(1069,'197','20070711101347952300.JPG','/tick/images/gallery/','','','Today\'s finish is a fast one','Andrew Hood',0,0,'yes'),(1070,'197','20070711112203687400.jpeg','/tick/images/gallery/','','','The road to the finish','Casey Gibson',0,0,'yes'),(1071,'198','20070712080317895100.jpeg','/tick/images/gallery/','','','Today\'s start in Chablis','Casey B. Gibson',0,0,'yes'),(1072,'198','20070712080350483400.jpeg','/tick/images/gallery/','','','','Casey B. Gibson',0,0,'yes'),(1073,'198','20070712080430332200.jpeg','/tick/images/gallery/','','','Waiting to greet the peloton','Casey B. Gibson',0,0,'yes'),(1074,'198','20070712085817140000.jpeg','/tick/images/gallery/','','','Life on the road','Casey Gibson',0,0,'yes'),(1075,'','','','','','','',0,0,'no'),(1076,'198','20070712123534831200.JPG','/tick/images/gallery/','','','Brad Wiggins hangs tough','Andrew Hood',0,0,'yes'),(1077,'198','20070712123634288000.JPG','/tick/images/gallery/','','','The great French hope - Christophe Moreau','Andrew Hood',0,0,'yes'),(1078,'198','20070712123705817900.JPG','/tick/images/gallery/','','','Cedric Herve loads up before stage','Andrew Hood',0,0,'yes'),(1079,'198','20070712123742495100.JPG','/tick/images/gallery/','','','Levi Leipheimer waiting for mountains','Andrew Hood',0,0,'yes'),(1080,'198','20070712123902342400.JPG','/tick/images/gallery/','','','Big crowds at the start','Andrew Hood',0,0,'yes'),(1082,'199','20070713073256209000.jpg','/tick/images/gallery/','','','Heading tot he start','Ben Delaney - VeloNews Editor',0,0,'yes'),(1084,'199','20070713073359760300.jpg','/tick/images/gallery/','','','Who wants to go to school when the Tour\'s in town?','Ben Delaney - VeloNews Editor',0,0,'yes'),(1085,'199','20070713073618018200.jpg','/tick/images/gallery/','','','Pozzato checks in with the Astana crew before the start','Ben Delaney - VeloNews Editor',0,0,'yes'),(1086,'199','20070713073706842000.jpg','/tick/images/gallery/','','','The ride of young Mr. Cavendish','Ben Delaney - VeloNews Editor',0,0,'yes'),(1087,'199','20070713073835150500.jpg','/tick/images/gallery/','','','and a closer look.','Ben Delaney - VeloNews Editor',0,0,'yes'),(1088,'199','20070713073929080500.jpg','/tick/images/gallery/','','','Times are rough for some...','Ben Delaney - VeloNews Editor',0,0,'yes'),(1089,'199','20070713082522652500.JPG','/tick/images/gallery/','','','Waiting to roll out','Andrew Hood',0,0,'yes'),(1090,'199','20070713082604420200.JPG','/tick/images/gallery/','','','Buying the official gear','Andrew Hood',0,0,'yes'),(1091,'199','20070713082650999300.JPG','/tick/images/gallery/','','','Loading up on bottles','Andrew Hood',0,0,'yes'),(1092,'199','20070713082751719400.JPG','/tick/images/gallery/','','','The view of the finish with 100m to go.','Andrew Hood',0,0,'yes'),(1093,'199','20070713082822078600.JPG','/tick/images/gallery/','','','At the finish','Andrew Hood',0,0,'yes'),(1096,'199','20070713113830902000.jpg','/tick/images/gallery/','','','Noval hit the deck -- and a car','Neal Rogers',0,0,'yes'),(1095,'199','20070713113926882500.jpg','/tick/images/gallery/','','','Vino\'s wounds','Neal Rogers',0,0,'yes'),(1097,'199','20070713110438310400.jpg','/tick/images/gallery/','','','Pizzato gets a cow.','Neal Rogers',0,0,'no'),(1100,'200','20070714083210909700.jpeg','/tick/images/gallery/','','','','Casey B. Gibson',0,0,'yes'),(1099,'200','20070714083143284600.jpeg','/tick/images/gallery/','','','On the Cote de Cruseilles','Casey B. Gibson',0,0,'yes'),(1101,'200','20070714083717387100.jpeg','/tick/images/gallery/','','','','Casey B. Gibson',0,0,'yes'),(1102,'200','20070714101804504900.jpeg','/tick/images/gallery/','','','','Casey Gibson',0,0,'yes'),(1103,'200','20070714104421237700.jpeg','/tick/images/gallery/','','','','',0,0,'yes'),(1104,'200','20070714105806800200.JPG','/tick/images/gallery/','','','Cadel Evans','Andrew Hood',0,0,'yes'),(1105,'200','20070714105841628300.JPG','/tick/images/gallery/','','','Levi meets his fans','Andrew Hood',0,0,'yes'),(1106,'200','20070714105908760600.JPG','/tick/images/gallery/','','','Food for the day','Andrew Hood',0,0,'yes'),(1107,'201','20070715073825750500.jpeg','/tick/images/gallery/','','','','Casey B. Gibson',0,0,'yes'),(1109,'201','20070715094859928100.jpeg','/tick/images/gallery/','','','','',0,0,'yes'),(1110,'201','20070715094910506500.jpeg','/tick/images/gallery/','','','','',0,0,'yes'),(1111,'201','20070715102535576800.jpeg','/tick/images/gallery/','','','','',0,0,'yes'),(1112,'201','20070715103547475600.JPG','/tick/images/gallery/','','','A smile at the start is nice','',0,0,'yes'),(1113,'202','20070717074950902700.jpeg','/tick/images/gallery/','','','The top of the Col d’Iseran','',0,0,'yes'),(1114,'202','20070717075023886100.jpeg','/tick/images/gallery/','','','Fast Freddie on the way up the Col d’Iseran','',0,0,'yes'),(1115,'202','20070717075118841900.jpeg','/tick/images/gallery/','','','Horner on the Col d’Iseran','Casey B. Gibson',0,0,'yes'),(1116,'202','20070717075147076100.jpeg','/tick/images/gallery/','','','Tough roads up the Col d’Iseran','Casey B. Gibson',0,0,'yes'),(1117,'202','20070717075225584500.jpeg','/tick/images/gallery/','','','','',0,0,'yes'),(1118,'202','20070717075935117900.jpeg','/tick/images/gallery/','','','','Casey B. Gibson',0,0,'yes'),(1119,'202','20070717104836419200.jpeg','/tick/images/gallery/','','','','',0,0,'yes'),(1120,'203','20070718071346387200.jpeg','/tick/images/gallery/','','','','',0,0,'yes'),(1124,'203','20070718104507057500.JPG','/tick/images/gallery/','','','','',0,0,'yes'),(1123,'203','20070718071419198800.jpeg','/tick/images/gallery/','','','','',0,0,'yes'),(1125,'203','20070718104556747500.JPG','/tick/images/gallery/','','','The Dynamic Duo','Andrew Hood',0,0,'yes'),(1126,'203','20070718112022052200.jpeg','/tick/images/gallery/','','','The finish - waiting for the break','Casey B. Gibson',0,0,'yes'),(1127,'204','20070719070815238200.','/tick/images/gallery/','','','Rolling through the neutral zone','Casey B. Gibson',0,0,'yes'),(1128,'204','20070719070952360800.jpeg','/tick/images/gallery/','','','In Marseille','Casey B. Gibson',0,0,'yes'),(1129,'204','20070719071036109400.jpeg','/tick/images/gallery/','','','The start in Marseille','Casey B. Gibson',0,0,'yes'),(1130,'204','20070719102815028200.jpg','/tick/images/gallery/','','','The finish - with 1km to go','Neal Rogers',0,0,'yes'),(1131,'204','20070719102847314800.jpg','/tick/images/gallery/','','','With 250 meters to go','Neal Rogers',0,0,'yes'),(1136,'206','20070721090808532500.jpeg','/tick/images/gallery/','','','Graham Watson has to ride, too.','Casey B. Gibson',0,0,'yes'),(1144,'216','20070722100703164100.jpg','/tick/images/gallery/','','','Olde Stage Summit at 10 kilometers','Lars Finanger',0,0,'yes'),(1137,'206','20070721090905550200.jpeg','/tick/images/gallery/','','','back when the sun was out this morning','Casey B. Gibson',0,0,'yes'),(1138,'207','20070722080348413200.jpeg','/tick/images/gallery/','','','The start this morning','Casey B. Gibson',0,0,'yes'),(1139,'207','20070722080431106100.jpeg','/tick/images/gallery/','','','','Casey B. Gibson',0,0,'yes'),(1141,'207','20070722080552328500.jpeg','/tick/images/gallery/','','','The day\'s first climb','Casey B. Gibson',0,0,'yes'),(1142,'207','20070722080606055600.jpeg','/tick/images/gallery/','','','','Casey B. Gibson',0,0,'yes'),(1143,'207','20070722093403012200.jpeg','/tick/images/gallery/','','','','',0,0,'yes'),(1145,'207','20070722103006504700.jpeg','/tick/images/gallery/','','','The crowds are waiting for the big show.','Casey B. Gibson',0,0,'yes'),(1146,'216','20070722104520842800.jpg','/tick/images/gallery/','','','Swim Start','Stephen Price',0,0,'yes'),(1147,'216','20070722104658880300.jpg','/tick/images/gallery/','','','Tim Deboom getting bodymarked pre-race','Lars Finanger',0,0,'yes'),(1148,'216','20070722104747208500.jpg','/tick/images/gallery/','','','Professional Transition Area','Lars Finanger',0,0,'yes'),(1149,'216','20070722104851104700.jpg','/tick/images/gallery/','','','Leon Griffin','Lars Finanger',0,0,'yes'),(1150,'216','20070722105006265500.jpg','/tick/images/gallery/','','','Nate Korteum and Sarah Haskins','Lars Finanger',0,0,'yes'),(1151,'216','20070722105052193000.jpg','/tick/images/gallery/','','','Stephen Hackett','Lars Finanger',0,0,'yes'),(1152,'216','20070722105121445400.jpg','/tick/images/gallery/','','','Swim Finish','Stephen Price',0,0,'yes'),(1153,'216','20070722114325064200.JPG','/tick/images/gallery/','','','Womens pro field ignore the sign.','Jimmy Archer',0,0,'yes'),(1154,'216','20070722114513417000.JPG','/tick/images/gallery/','','','Race favorite Joanna Zeiger.','Jimmy Archer',0,0,'yes'),(1155,'216','20070722114858455500.JPG','/tick/images/gallery/','','','Pro women start the swim.','Jimmy Archer',0,0,'yes'),(1156,'216','20070722114954711800.JPG','/tick/images/gallery/','','','Pro men prep for the start.','Jimmy Archer',0,0,'yes'),(1157,'216','20070722115653428100.JPG','/tick/images/gallery/','','','U23 up and comer Cameron Dye leads Matty Reed','Jimmy Archer',0,0,'yes'),(1158,'216','20070722115950929400.JPG','/tick/images/gallery/','','','Tim Deboom leads the second pack','Jimmy Archer',0,0,'yes'),(1159,'216','20070722120526815300.JPG','/tick/images/gallery/','','','Former Duathlon World Champ Leon Griffen leads the 3rd pack','Jimmy Archer',0,0,'yes'),(1160,'216','20070722124445486400.jpg','/tick/images/gallery/','','','Matty Reed finished the bike in 2nd','Lars Finanger',0,0,'yes'),(1161,'216','20070722124847307500.jpg','/tick/images/gallery/','','','Deboom finished the bike in 4th','Lars Finanger',0,0,'yes'),(1162,'216','20070722125104184700.jpg','/tick/images/gallery/','','','The Transition Area','Timothy Carlson',0,0,'yes'),(1170,'216','20070722014435432900.jpg','/tick/images/gallery/','','','Matt Reed closes on Jasmine Oeinck at mile 3','Jimmy Archer',0,0,'yes'),(1164,'216','20070722125501173100.jpg','/tick/images/gallery/','','','Paul Mattews Through The Second Feed','Timothy Carlson',0,0,'yes'),(1167,'216','20070722011527074900.jpg','/tick/images/gallery/','','','Matt Reed in T2','Blake Ottersberg',0,0,'yes'),(1169,'216','20070722011933691400.jpg','/tick/images/gallery/','','','Griffin and Dye in T2','Blake Ottersberg',0,0,'yes'),(1171,'216','20070722014513112700.jpg','/tick/images/gallery/','','','Paul Matthews slips at the mile 3 turn','Jimmy Archer',0,0,'yes'),(1172,'216','20070722014617961900.jpg','/tick/images/gallery/','','','Deboom at mile 3','Jimmy Archer',0,0,'yes'),(1173,'216','20070722015203102900.jpg','/tick/images/gallery/','','','Jimmy Archer charges to report from the run turn around','Timothy Carlson',0,0,'yes'),(1174,'216','20070722015250709900.jpg','/tick/images/gallery/','','','Zeiger and Griffen pass each other on course','Timothy Carlson',0,0,'yes'),(1175,'216','20070722015728100500.jpg','/tick/images/gallery/','','','Zeiger at mile 5','Timothy Carlson',0,0,'yes'),(1176,'216','20070722015851602600.jpg','/tick/images/gallery/','','','Matt Reed towers over the Indian Peaks at mile 5','Timothy Carlson',0,0,'yes'),(1177,'216','20070722021816862400.jpg','/tick/images/gallery/','','','Hackett at mile 4','Timothy Carlson',0,0,'yes'),(1178,'216','20070722021850155100.jpg','/tick/images/gallery/','','','Reed finishes','Timothy Carlson',0,0,'yes'),(1181,'216','20070722022042174200.jpg','/tick/images/gallery/','','','Xterra star Ryan Ignatz at mile 4','Timothy Carlson',0,0,'yes'),(1180,'216','20070722021937294700.jpg','/tick/images/gallery/','','','Haskins cools down','Timothy Carlson',0,0,'yes'),(1182,'216','20070722022152242400.jpg','/tick/images/gallery/','','','Zeiger finishes','Timothy Carlson',0,0,'yes'),(1183,'216','20070722022628295700.jpg','/tick/images/gallery/','','','Roman Triathlete with a cell phone?','Timothy Carlson',0,0,'yes'),(1184,'208','20070723072412779300.jpeg','/tick/images/gallery/','','','The media scrum at the Rabobank this morning','Casey B. Gibson',0,0,'yes'),(1185,'208','20070723093743153100.jpg','/tick/images/gallery/','','','Searching the bus','Neal Rogers',0,0,'yes'),(1186,'208','20070723101114215500.JPG','/tick/images/gallery/','','','Hello Rabobank.... what\'s in the box?','Neal Rogers',0,0,'yes'),(1187,'208','20070723101618305500.','/tick/images/gallery/','','','','',0,0,'yes'),(1188,'208','20070723101710202200.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(1189,'208','20070723101733016500.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(1190,'208','20070723101802474800.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(1198,'209','20070725074552898500.jpeg','/tick/images/gallery/','','','','Casey B. Gibson',0,0,'yes'),(1197,'209','20070725072427467000.jpeg','/tick/images/gallery/','','','','Casey B. Gibson',0,0,'yes'),(1199,'209','20070725074705331500.jpeg','/tick/images/gallery/','','','','',0,0,'yes'),(1200,'209','20070725102839661100.jpeg','/tick/images/gallery/','','','The promo caravan makes its way up the Col d’Aubisque.','',0,0,'yes'),(1201,'','','','','','','',0,0,'no'),(1202,'210','20070726065850066900.jpeg','/tick/images/gallery/','','','The start in Pau','Casey B. Gibson',0,0,'yes'),(1203,'210','20070726091650158300.jpeg','/tick/images/gallery/','','','Today\'s roads - Not mountainous, but not easy either.','Casey B. Gibson',0,0,'yes'),(1204,'210','20070726094536537100.jpg','/tick/images/gallery/','','','A pointed remark at today\'s start','AFP',0,0,'yes'),(1205,'211','20070727075957718100.jpeg','/tick/images/gallery/','','','At the start','Casey B. Gibson',0,0,'yes'),(1206,'211','20070727112122479500.jpeg','/tick/images/gallery/','','','A beautiful day here.','Casey B. Gibson',0,0,'yes'),(1207,'211','20070727112730253400.jpeg','/tick/images/gallery/','','','Today\'s finish','Casey B. Gibson',0,0,'yes'),(1208,'213','20070729081757123100.','/tick/images/gallery/','','','','',0,0,'yes'),(1209,'213','20070729085003391300.jpeg','/tick/images/gallery/','','','Paris!','Casey B. Gibson',0,0,'yes'),(1210,'213','20070729085134340000.jpeg','/tick/images/gallery/','','','','',0,0,'yes'),(1211,'213','20070729093833706000.jpeg','/tick/images/gallery/','','','The view the peloton has been dreaming of for three weeks.','Casey B. Gibson',0,0,'yes'),(1212,'','','','','','','',0,0,'no'),(1219,'221','20070901092452639000.JPG','/tick/images/gallery/','','','World champ Bettini a big crowd fave','Andrew Hood',0,0,'yes'),(1214,'220','20070812092013163200.JPG','/tick/images/gallery/','','','Pro Men and Women are off','Timothy Carlson',0,0,'no'),(1215,'220','20070812103049873700.JPG','/tick/images/gallery/','','','David\'s bike arrives late at 5am on race morning','Lars Finanger',0,0,'yes'),(1216,'220','20070812012523964100.JPG','/tick/images/gallery/','','','Race organizer Barry Siff pre-race chats with Cliff English','Timothy Carlson',0,0,'no'),(1217,'220','20070812012558079000.JPG','/tick/images/gallery/','','','Race organizer Barry Siff pre-race chats with Cliff English','Timothy Carlson',0,0,'no'),(1220,'221','20070901092550168600.JPG','/tick/images/gallery/','','','Luis Perez','Andrew Hood',0,0,'yes'),(1223,'221','20070901093054214000.JPG','/tick/images/gallery/','','',' Remember me? Former Phonak rider Santi Perez now lines up for Relax.','Andrew Hood',0,0,'yes'),(1221,'221','20070901092618786900.JPG','/tick/images/gallery/','','','Local team Karpin-Galicia starts on home roads','Andrew Hood',0,0,'yes'),(1222,'221','20070901092656409500.JPG','/tick/images/gallery/','','','Rabobank is here for Dennis Menchov','Andrew Hood',0,0,'yes'),(1224,'221','20070901093127978600.JPG','/tick/images/gallery/','','','The Port of Vigo','Andrew Hood',0,0,'yes'),(1225,'221','20070901093234949700.JPG','/tick/images/gallery/','','','Samuel Sanchez hopes to improve on sixth last year','Andrew Hood',0,0,'yes'),(1226,'221','20070901093316391700.JPG','/tick/images/gallery/','','','The streets of Vigo','Andrew Hood',0,0,'yes'),(1228,'222','20070902090449106200.jpg','/tick/images/gallery/','','','Bloodied and obviously in pain, Cunego still managed to finish on Saturday.','Graham Watson',0,0,'yes'),(1229,'225','20070905101451852700.JPG','/tick/images/gallery/','','','Cadel Evans was happy with his ride up Covadonga','Andrew Hood',0,0,'yes'),(1232,'225','20070905101801174700.JPG','/tick/images/gallery/','','','Carlos Sastre, is always a fan favorite','Andrew Hood',0,0,'yes'),(1231,'225','20070905101720362200.JPG','/tick/images/gallery/','','','Chris Horner believes Evans can win the Vuelta','Andrew Hood',0,0,'yes'),(1237,'226','20070906085657168900.jpg','/tick/images/gallery/','','','We are the champions','Benjamin Cortis',0,0,'yes'),(1238,'229','20070909093224154700.JPG','/tick/images/gallery/','','','Views from Cat. 2 Serrablo climb','Andrew Hood',0,0,'yes'),(1239,'229','20070909093256671400.JPG','/tick/images/gallery/','','','Approach through Benasque canyon','Andrew Hood',0,0,'yes'),(1240,'229','20070909093339749700.JPG','/tick/images/gallery/','','','Jason McCartney happy with 7th in TT','Andrew Hood',0,0,'yes'),(1241,'229','20070909093450647400.JPG','/tick/images/gallery/','','','Janez Brajkovic is \'super bad\'','Andrew Hood',0,0,'yes'),(1242,'229','20070909093526551700.JPG','/tick/images/gallery/','','','Cunego still smiling','Andrew Hood',0,0,'yes'),(1243,'229','20070909093613146900.JPG','/tick/images/gallery/','','','Leonardo Bertagnolli - winner of Clasica San Sebastian - is quietly in top 10','Andrew Hood',0,0,'yes'),(1244,'230','20070910095013292400.JPG','/tick/images/gallery/','','','Typical Andorran village in Ordino','',0,0,'yes'),(1245,'230','20070910095214816700.JPG','/tick/images/gallery/','','','Bennati hopes for spot on Italian world\'s team','',0,0,'yes'),(1246,'230','20070910095252321100.JPG','/tick/images/gallery/','','','Bettini is prepping for world\'s','',0,0,'yes'),(1248,'230','20070910095412427800.JPG','/tick/images/gallery/','','',' Riders chat before start','',0,0,'yes'),(1249,'230','20070910095629527700.JPG','/tick/images/gallery/','','','It may look like Utah, but we\'re in Spain','',0,0,'yes'),(1250,'230','20070910100337092600.JPG','/tick/images/gallery/','','','Marchante','',0,0,'yes'),(1251,'242','20070911021809154600.jpg','/tick/images/gallery/','','','A fine day for bike racing','',0,0,'yes'),(1252,'242','20070911022046942800.jpg','/tick/images/gallery/','','','Karl Menzies (Health Net) signs autographs before the start of stage 1','',0,0,'yes'),(1253,'242','20070911022147953100.jpg','/tick/images/gallery/','','','The Fuji carbon Aloha CF ridden by Toyota-United’s No. 1 sprinter Ivan Dominguez','',0,0,'yes'),(1254,'242','20070911022450086800.jpg','/tick/images/gallery/','','','Slipstream rider Danny Pate signs in','',0,0,'yes'),(1255,'242','20070911022555951200.jpg','/tick/images/gallery/','','','Phil Zajicek\'s Colnago road bike','',0,0,'yes'),(1257,'242','20070911023457208400.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(1258,'242','20070911031005947100.jpg','/tick/images/gallery/','','','Will Frischkorn returns from a nature break','',0,0,'yes'),(1259,'242','20070911031149885400.jpg','/tick/images/gallery/','','','Nature break','',0,0,'yes'),(1260,'242','20070911031711740600.jpg','/tick/images/gallery/','','','Daniel Holloway (USAC Development Team) getting bottles','',0,0,'yes'),(1261,'','','','','','','',0,0,'no'),(1262,'243','20070912121128694000.jpg','/tick/images/gallery/','','','Rider call-ups at the start of Stage 2','',0,0,'yes'),(1263,'243','20070912121956852800.jpg','/tick/images/gallery/','','','Clinton, MO memorial','',0,0,'yes'),(1264,'243','20070912122154117900.jpg','/tick/images/gallery/','','','Levi sporting his new U.S National Road Champion jersey','',0,0,'yes'),(1265,'243','20070912123019393100.jpg','/tick/images/gallery/','','','And the kids are psyched','',0,0,'yes'),(1266,'244','20070913123014707700.jpg','/tick/images/gallery/','','','Van Ulden and his taped-over Trek TT bike
(the Navigators ride Colnagos)','Ben Delaney',0,0,'yes'),(1268,'244','20070913123335103200.jpg','/tick/images/gallery/','','',' A bike you don\'t see in the States every day
','Ben Delaney',0,0,'yes'),(1270,'244','20070913011759725000.jpg','/tick/images/gallery/','','','Health Net\'s Matt Crane on course
','Neal Rogers',0,0,'yes'),(1271,'244','20070913011844059500.jpg','/tick/images/gallery/','','','Canada preps his bike
','Neal Rogers',0,0,'yes'),(1272,'244','20070913011937712100.jpg','/tick/images/gallery/','','','O\'Neill gets busy
','Neal Rogers',0,0,'yes'),(1273,'244','20070913024345308500.JPG','/tick/images/gallery/','','','Guptil at the ready','Neal Rogers',0,0,'yes'),(1274,'244','20070913024422001300.jpg','/tick/images/gallery/','','','The race leader hits the start house','Neal Rogers',0,0,'yes'),(1275,'244','20070913024457183400.JPG','/tick/images/gallery/','','','Ready, set...','Neal Rogers',0,0,'yes'),(1279,'233','20070914102612565900.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(1278,'233','20070914102548232400.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(1280,'233','20070914102620767200.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(1281,'233','20070914102642192800.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(1284,'233','20070914102731145600.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(1285,'245','20070914021714382100.jpg','/tick/images/gallery/','','','The break
','Neal Rogers',0,0,'yes'),(1286,'245','20070914021823120200.jpg','/tick/images/gallery/','','','The break, mile 61
','Neal Rogers',0,0,'yes'),(1287,'245','20070914021948046900.jpg','/tick/images/gallery/','','','Another view of the escapees
','Neal Rogers',0,0,'yes'),(1288,'245','20070914025458066500.jpg','/tick/images/gallery/','','','Breakaway, mile 72
','Neal Rogers',0,0,'yes'),(1289,'245','20070914032954987000.jpg','/tick/images/gallery/','','','First intermediate sprint at Jefferson City
','Neal Rogers',0,0,'yes'),(1290,'245','20070914040737237800.jpg','/tick/images/gallery/','','','The fans are out in force','Neal Rogers',0,0,'yes'),(1291,'245','20070914040907380000.JPG','/tick/images/gallery/','','','The break reaches mile 105','Neal Rogers',0,0,'yes'),(1292,'246','20070915123745983000.jpg','/tick/images/gallery/','','','At the start','Neal Rogers',0,0,'yes'),(1293,'246','20070915124510778000.jpg','/tick/images/gallery/','','','Zajicek and Kobzarenko','Neal Rogers',0,0,'yes'),(1294,'246','20070915124558181000.jpg','/tick/images/gallery/','','','Alberto Contador signs in','Neal Rogers',0,0,'yes'),(1295,'246','20070915125709611200.jpg','/tick/images/gallery/','','','Levi\'s stars and stripes paint scheme','Neal Rogers',0,0,'yes'),(1296,'246','20070915125812407500.jpg','/tick/images/gallery/','','','The stars of the Discovery Channel team','Neal Rogers',0,0,'yes'),(1297,'246','20070915125914641600.jpg','/tick/images/gallery/','','','Levi Leipheimer at the start line','Neal Rogers',0,0,'yes'),(1298,'246','20070915010009141900.jpg','/tick/images/gallery/','','','George Hincapie with Dave Towle','Neal Rogers',0,0,'yes'),(1299,'246','20070915010110339500.jpg','/tick/images/gallery/','','','Slipstream\'s Will Frischkorn at the start','Neal Rogers',0,0,'yes'),(1300,'246','20070915010453986600.jpg','/tick/images/gallery/','','','Levi Leipheimer with race director, Jim Birrell','Neal Rogers',0,0,'yes'),(1301,'246','20070915010622946300.jpg','/tick/images/gallery/','','','The start of today\'s stage','Neal Rogers',0,0,'yes'),(1302,'246','20070915051806730500.jpg','/tick/images/gallery/','','','Brad Huff gets a wheel change at mile 90','Neal Rogers',0,0,'yes'),(1303,'247','20070916023102217100.jpg','/tick/images/gallery/','','','Ivan Dominguez at the start
','Neal Rogers',0,0,'yes'),(1304,'247','20070916023601661800.jpg','/tick/images/gallery/','','','Friedman kisses Menzies
','Neal Rogers',0,0,'yes'),(1305,'247','20070916023645801000.jpg','/tick/images/gallery/','','','Hincapie with Ben Raby
','Neal Rogers',0,0,'yes'),(1306,'247','20070916023752171200.jpg','/tick/images/gallery/','','','Points leader Pagliarini
','Neal Rogers',0,0,'yes'),(1307,'247','20070916023832710900.jpg','/tick/images/gallery/','','','Contador with Dave Towle
','Neal Rogers',0,0,'yes'),(1308,'247','20070916023911693200.jpg','/tick/images/gallery/','','','Hincapie signs autographs
','Neal Rogers',0,0,'yes'),(1309,'247','20070916023950347300.jpg','/tick/images/gallery/','','','Jesse Anthony and Kurt Stockton
','Neal Rogers',0,0,'yes'),(1310,'247','20070916024026550200.jpg','/tick/images/gallery/','','','Menzies
','Neal Rogers',0,0,'yes'),(1311,'247','20070916024124717500.jpg','/tick/images/gallery/','','','O\'Neill and race director Jim Birrell
','Neal Rogers',0,0,'yes'),(1312,'247','20070916024218293300.jpg','/tick/images/gallery/','','','Pat McCarty and Chris Wherry at the start
','Neal Rogers',0,0,'yes'),(1313,'247','20070916024342631500.jpg','/tick/images/gallery/','','','It\'s not exactly the Arc d\'Triomphe, but it\'s still an eyeful
','Neal Rogers',0,0,'yes'),(1314,'247','20070916024427227000.jpg','/tick/images/gallery/','','','Contador meets the fans
','Neal Rogers',0,0,'yes'),(1315,'247','20070916024528975800.jpg','/tick/images/gallery/','','','A Sparkasse rider takes a spin on a cruiser bike
','Neal Rogers',0,0,'yes'),(1316,'247','20070916024610526400.jpg','/tick/images/gallery/','','','The start
','Neal Rogers',0,0,'yes'),(1317,'247','20070916024619498300.jpg','/tick/images/gallery/','','','Hesjedal paces Menzies back to the field','Neal Rogers',0,0,'yes'),(1318,'247','20070916024643428400.jpg','/tick/images/gallery/','','','1km to go
','Neal Rogers',0,0,'yes'),(1319,'247','20070916025046016400.jpg','/tick/images/gallery/','','','Fans in central west end neighborhood
','Neal Rogers',0,0,'yes'),(1320,'238','20070920093314704700.JPG','/tick/images/gallery/','','','Racing isn\'t the only thing that catches attention at the Vuelta','Andrew Hood',0,0,'yes'),(1321,'238','20070920093552390300.JPG','/tick/images/gallery/','','','Triki Beltran chats with Olano','Andrew Hood',0,0,'yes'),(1322,'238','20070920093708066400.JPG','/tick/images/gallery/','','','Nice paella in start village','Andrew Hood',0,0,'yes'),(1323,'238','20070920093807774900.JPG','/tick/images/gallery/','','','Karpets is the peloton\'s mullet man','Andrew Hood',0,0,'yes'),(1324,'238','20070920093924549900.JPG','/tick/images/gallery/','','','Zabel still going strong','Andrew Hood',0,0,'yes'),(1326,'256','20070930065249787700.jpg','/tick/images/gallery/','','','Bettini - at the start this morning','Neal Rogers',0,0,'yes'),(1327,'256','20070930065333474000.jpg','/tick/images/gallery/','','','The entire Italian squad','Neal Rogers',0,0,'yes'),(1328,'256','20070930065410195700.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(1329,'256','20070930065445535400.jpg','/tick/images/gallery/','','','Sage advice','Neal Rogers',0,0,'yes'),(1330,'256','20070930065559970200.jpg','/tick/images/gallery/','','','Michael Boogerd - One last world\'s before retirement','Neal Rogers',0,0,'yes'),(1331,'256','20070930065657128300.jpg','/tick/images/gallery/','','','Thomas Dekker','Neal Rogers',0,0,'yes'),(1332,'256','20070930065734326600.jpg','/tick/images/gallery/','','','','',0,0,'yes'),(1333,'256','20070930065813573200.jpg','/tick/images/gallery/','','','The start Village this morning','Neal Rogers',0,0,'yes'),(1334,'256','20070930065919116600.jpg','/tick/images/gallery/','','','Thor arrives','Neal Rogers',0,0,'yes'),(1335,'256','20070930070956757800.jpg','/tick/images/gallery/','','','Brazil\'s Luciano Pagliarini','Neal Rogers',0,0,'yes'),(1336,'256','20070930071046030100.JPG','/tick/images/gallery/','','','Bobby Julich','Andrew Hood',0,0,'yes'),(1337,'256','20070930071144501700.JPG','/tick/images/gallery/','','','Christian Vande Velde','Andrew Hood',0,0,'yes'),(1338,'256','20070930071254648500.jpg','/tick/images/gallery/','','','George Hincapie','Neal Rogers',0,0,'yes'),(1339,'256','20070930071333115800.jpg','/tick/images/gallery/','','','Dave Z','Neal Rogers',0,0,'yes'),(1343,'256','20070930071645626800.jpg','/tick/images/gallery/','','','Will Freire make it four?','Neal Rogers',0,0,'yes'),(1341,'256','20070930071444697100.jpg','/tick/images/gallery/','','','Canada\'s Dominique Rollin','Neal Rogers',0,0,'yes'),(1342,'256','20070930071518696900.jpg','/tick/images/gallery/','','','Svein Tuft','Neal Rogers',0,0,'yes'),(1344,'256','20070930071736186700.jpg','/tick/images/gallery/','','','Carlos Sastre','Neal Rogers',0,0,'yes'),(1345,'256','20070930071922206200.JPG','/tick/images/gallery/','','','Freire gets ready to roll','Andrew Hood',0,0,'yes'),(1346,'256','20070930072001726300.JPG','/tick/images/gallery/','','','','Andrew Hood',0,0,'yes'),(1347,'256','20070930072205466500.JPG','/tick/images/gallery/','','','The call to the line','Andrew Hood',0,0,'yes'),(1348,'256','20070930072334857900.jpg','/tick/images/gallery/','','','At the start','Neal Rogers',0,0,'yes'),(1349,'','','','','','','',0,0,'no'),(1350,'','','','','','','',0,0,'no'),(1351,'','','','','','','',0,0,'no'),(1352,'','','','','','','',0,0,'no'),(1353,'','','','','','','',0,0,'no'),(1354,'','','','','','','',0,0,'no'),(1355,'','','','','','','',0,0,'no'),(1356,'','','','','','','',0,0,'no'),(1357,'','','','','','','',0,0,'no'),(1358,'','','','','','','',0,0,'no'),(1359,'','','','','','','',0,0,'no'),(1360,'','','','','','','',0,0,'no'),(1361,'','','','','','','',0,0,'no'),(1362,'','','','','','','',0,0,'no'),(1363,'','','','','','','',0,0,'no'),(1364,'','','','','','','',0,0,'no'),(1365,'','','','','','','',0,0,'no'),(1366,'','','','','','','',0,0,'no'),(1367,'','','','','','','',0,0,'no'),(1368,'','','','','','','',0,0,'no'),(1369,'','','','','','','',0,0,'no'),(1370,'','','','','','','',0,0,'no'),(1371,'','','','','','','',0,0,'no'),(1372,'','','','','','','',0,0,'no'),(1373,'','','','','','','',0,0,'no'),(1374,'','','','','','','',0,0,'no'),(1375,'','','','','','','',0,0,'no'),(1376,'','','','','','','',0,0,'no'),(1377,'','','','','','','',0,0,'no'),(1378,'','','','','','','',0,0,'no'),(1379,'','','','','','','',0,0,'no'),(1380,'','','','','','','',0,0,'no'),(1381,'','','','','','','',0,0,'no'),(1382,'','','','','','','',0,0,'no'),(1383,'','','','','','','',0,0,'no'),(1384,'300','20090218045731977900.jpg','/tick/images/gallery/','','','sdfg','sfgdf',0,0,'no'),(1385,'','','','','','','',0,0,'no'),(1386,'','','','','','','',0,0,'no'),(1387,'','','','','','','',0,0,'no'),(1388,'','','','','','','',0,0,'no'),(1389,'','','','','','','',0,0,'no'),(1390,'','','','','','','',0,0,'no'),(1393,'310','20090507125215536000.jpg','/tick/images/gallery/','','','Age group wave attacks the start','Timothy Carlson',0,0,'yes'),(1392,'307','20090507113138547400.jpg','/tick/images/gallery/','','','young vol = cheap vol','Jan Regan Photography',0,0,'yes'),(1394,'310','20090507125505458200.jpg','/tick/images/gallery/','','','Chris Lieto and Terenzo Bozzone fade','Timothy Carlson',0,0,'yes'),(1395,'310','20090507125719881900.jpg','/tick/images/gallery/','','','Berasategui wins in 4:35','Timothy Carlson',0,0,'yes'),(1396,'310','20090507125906182200.jpg','/tick/images/gallery/','','','Before the swim','Timothy Carlson',0,0,'yes'),(1397,'','','','','','','',0,0,'no'),(1398,'','','','','','','',0,0,'no'); +UNLOCK TABLES; +/*!40000 ALTER TABLE `pics` ENABLE KEYS */; + +-- +-- Table structure for table `segments` +-- + +DROP TABLE IF EXISTS `segments`; +CREATE TABLE `segments` ( + `ID` int(11) NOT NULL auto_increment, + `stageID` int(11) NOT NULL default '0', + `name` varchar(255) NOT NULL default '', + `color` varchar(100) NOT NULL default '', + `distance_mi` decimal(8,2) NOT NULL default '0.00', + `distance_km` decimal(8,2) NOT NULL default '0.00', + PRIMARY KEY (`ID`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `segments` +-- + + +/*!40000 ALTER TABLE `segments` DISABLE KEYS */; +LOCK TABLES `segments` WRITE; +INSERT INTO `segments` VALUES (1,5,'course','#ff0000','0.00','0.00'),(2,14,'course','#ff0000','0.00','0.00'),(3,15,'course','#ff0000','0.00','0.00'),(4,16,'course','#ff0000','0.00','0.00'),(5,17,'course','#ff0000','0.00','0.00'),(6,18,'course','#ff0000','0.00','0.00'),(7,24,'course','#ff0000','0.00','0.00'),(8,26,'course','#ff0000','0.00','0.00'),(9,27,'course','#ff0000','0.00','0.00'),(10,29,'course','#ff0000','0.00','0.00'),(11,30,'course','#ff0000','0.00','0.00'),(12,31,'course','#ff0000','0.00','0.00'),(13,32,'course','#ff0000','0.00','0.00'),(14,33,'course','#ff0000','0.00','0.00'),(15,34,'course','#ff0000','0.00','0.00'),(16,35,'course','#ff0000','0.00','0.00'),(17,36,'course','#ff0000','0.00','0.00'),(18,37,'course','#ff0000','0.00','0.00'),(19,38,'course','#ff0000','0.00','0.00'),(20,39,'course','#ff0000','0.00','0.00'),(21,40,'course','#ff0000','0.00','0.00'),(22,41,'course','#ff0000','0.00','0.00'),(23,42,'course','#ff0000','0.00','0.00'),(24,43,'course','#ff0000','0.00','0.00'),(25,44,'course','#ff0000','0.00','0.00'),(26,45,'course','#ff0000','0.00','0.00'),(27,46,'course','#ff0000','0.00','0.00'),(95,114,'Swim','#ff0202','2.34','3.77'),(29,55,'course','#ff0000','0.00','0.00'),(30,56,'course','#ff0000','0.00','0.00'),(31,58,'course','#ff0000','0.00','0.00'),(32,59,'course','#ff0000','0.00','0.00'),(33,60,'course','#ff0000','0.00','0.00'),(34,61,'course','#ff0000','0.00','0.00'),(35,62,'course','#ff0000','0.00','0.00'),(36,63,'course','#ff0000','0.00','0.00'),(37,64,'course','#ff0000','0.00','0.00'),(38,65,'course','#ff0000','0.00','0.00'),(39,66,'course','#ff0000','0.00','0.00'),(40,67,'course','#ff0000','0.00','0.00'),(41,68,'course','#ff0000','0.00','0.00'),(42,69,'course','#ff0000','0.00','0.00'),(43,70,'course','#ff0000','0.00','0.00'),(44,71,'course','#ff0000','0.00','0.00'),(45,72,'course','#ff0000','0.00','0.00'),(46,73,'course','#ff0000','0.00','0.00'),(47,74,'course','#ff0000','0.00','0.00'),(48,75,'course','#ff0000','0.00','0.00'),(49,76,'course','#ff0000','0.00','0.00'),(50,82,'course','#ff0000','0.00','0.00'),(51,83,'course','#ff0000','0.00','0.00'),(52,84,'course','#ff0000','0.00','0.00'),(53,85,'course','#ff0000','0.00','0.00'),(54,86,'course','#ff0000','0.00','0.00'),(55,87,'course','#ff0000','0.00','0.00'),(56,88,'course','#ff0000','0.00','0.00'),(57,89,'course','#ff0000','0.00','0.00'),(58,90,'course','#ff0000','0.00','0.00'),(59,91,'course','#ff0000','0.00','0.00'),(60,92,'course','#ff0000','0.00','0.00'),(61,93,'course','#ff0000','0.00','0.00'),(62,94,'course','#ff0000','0.00','0.00'),(63,95,'course','#ff0000','0.00','0.00'),(64,96,'course','#ff0000','0.00','0.00'),(65,97,'course','#ff0000','0.00','0.00'),(66,98,'course','#ff0000','0.00','0.00'),(67,99,'course','#ff0000','0.00','0.00'),(68,100,'course','#ff0000','0.00','0.00'),(69,101,'course','#ff0000','0.00','0.00'),(70,102,'course','#ff0000','0.00','0.00'),(71,106,'course','#ff0000','0.00','0.00'),(94,114,'Run','#cc00ff','28.68','46.16'),(105,112,'Bike','#02fe35','113.27','182.29'),(104,112,'Run','#cc00ff','28.68','46.16'),(103,112,'Swim','#ff0202','2.34','3.77'),(96,114,'Bike','#02fe35','113.27','182.29'),(97,116,'Swim','#ff0202','2.34','3.77'),(98,116,'Run','#cc00ff','28.68','46.16'),(99,116,'Bike','#02fe35','113.27','182.29'),(100,115,'Run','#cc00ff','28.68','46.16'),(101,115,'Swim','#ff0202','2.34','3.77'),(102,115,'Bike','#02fe35','113.27','182.29'),(106,117,'Swim','#ff0202','2.66','4.28'),(107,117,'Bike','#02fe35','119.25','191.92'),(111,121,'Stage 1','#ff0202','86.98','139.98'),(109,117,'Run','#cc00ff','15.06','24.23'),(112,123,'Stage 2','#ff0202','106.17','170.86'),(113,124,'Stage 3','#ff0202','89.20','143.55'),(114,126,'Stge 4','#ff0202','128.68','207.10'),(115,127,'Stage 5','#ff0202','14.42','23.21'),(116,128,'Stage 6','#ff0202','93.40','150.31'),(117,129,'Stage 7','#ff0202','7.93','12.76'),(118,134,'Stage 1','#ff0202','121.78','195.99'),(119,135,'Stage 2','#ff0202','104.29','167.83'),(120,136,'Stage 3','#ff0202','138.57','223.01'),(121,137,'Stage 4','#ff0202','90.02','144.87'),(124,139,'Stage 5','#ff0202','112.29','180.71'),(125,142,'Stage 7','#ff0202','75.29','121.17'),(126,140,'Stage 5','#ff0202','110.92','178.52'),(127,141,'Stage 6','#ff0202','112.16','180.50'),(129,147,'Stage 1','#3567fe','87.43','140.70'),(130,146,'Stage 2','#ff0202','134.63','216.66'),(133,156,'Stage 4','#ff0202','18.58','29.91'),(132,149,'Stage 4','#ff0202','18.91','30.43'),(134,150,'Stage 5','#ff0202','106.49','171.38'),(135,151,'Stage 6','#ff0202','107.85','173.56'),(136,152,'Stage 7','#ff0202','7.50','12.06'),(137,158,'Swim','#ff0202','0.88','1.41'),(138,158,'Bike','#3567fe','16.42','26.42'),(139,158,'Run','#02fe35','6.71','10.79'),(140,159,'Stage 1','#ff0202','16.06','25.84'),(141,160,'Stage 2','#ff0202','123.84','199.30'),(142,161,'Stage 3','#ff0202','113.82','183.18'),(143,162,'Stage 4','#ff0202','92.37','148.66'),(144,163,'Stage 5','#ff0202','104.60','168.34'),(145,164,'Stage 6','#ff0202','102.40','164.79'),(146,165,'Stage 7','#ff0202','158.06','254.38'),(147,166,'Stage 8','#ff0202','114.67','184.55'),(148,167,'Stage 9','#ff0202','106.13','170.80'),(149,168,'Stage 10','#ff0202','150.75','242.61'),(150,169,'Stage 11','#ff0202','122.39','196.96'),(151,170,'Stage 12','#ff0202','100.64','161.97'),(152,171,'Stage 13','#ff0202','7.72','12.43'),(153,172,'Stage 14','#ff0202','112.60','181.22'),(154,173,'Stage 15','#ff0202','107.18','172.48'),(155,174,'Stage 16','#ff0202','115.86','186.46'),(157,175,'Stage 17','#ff0202','87.86','141.40'),(158,176,'Stage 18','#ff0202','115.72','186.24'),(159,177,'Stage 19','#ff0202','109.47','176.17'),(160,178,'Stage 20','#ff0202','26.85','43.21'),(161,179,'Stage 21','#ff0202','90.14','145.06'),(162,193,'prologue','#ff0202','0.00','0.00'),(164,216,'Swim','#ff0202','0.74','1.20'),(165,216,'Bike','#cc00ff','25.91','41.69'),(166,216,'Run','#3567fe','5.99','9.64'),(167,209,'stage 16','#ff0202','0.00','0.00'),(168,220,'Swim','#ff0202','1.25','2.01'),(171,220,'Bike','#cc00ff','28.62','46.06'),(172,220,'Run','#3567fe','6.48','10.43'),(173,223,'stage 3','#ff0202','0.00','0.00'),(174,224,'stage 4','#ff0202','0.00','0.00'),(175,225,'stage 5','#ff0202','0.00','0.00'),(176,242,'stage 1','#ff0202','0.00','0.00'),(177,257,'Ironman','#ff0202','141.17','227.19'),(178,307,'swim','#ff0202','0.00','0.00'),(179,307,'bike','#3567fe','0.00','0.00'),(180,307,'run','#02fe35','0.00','0.00'); +UNLOCK TABLES; +/*!40000 ALTER TABLE `segments` ENABLE KEYS */; + +-- +-- Table structure for table `stages` +-- + +DROP TABLE IF EXISTS `stages`; +CREATE TABLE `stages` ( + `ID` int(11) NOT NULL auto_increment, + `eventID` int(11) NOT NULL default '0', + `status` enum('new','ongoing','complete','irrelevant') NOT NULL default 'new', + `inc_pics` enum('yes','no') NOT NULL default 'yes', + `inc_video` enum('yes','no') NOT NULL default 'no', + `inc_map` enum('yes','no') NOT NULL default 'yes', + `date` date NOT NULL default '0000-00-00', + `name` varchar(255) NOT NULL default '', + `start_location` varchar(255) NOT NULL default '', + `end_location` varchar(255) NOT NULL default '', + `default_flag` enum('yes','no') NOT NULL default 'no', + `standings_now` mediumtext NOT NULL, + `standings_now_url` varchar(255) NOT NULL default '', + `standings_gc` mediumtext NOT NULL, + `standings_gc_url` varchar(255) NOT NULL default '', + `standings_thru` varchar(255) NOT NULL default '', + `standings_gc_header` varchar(255) NOT NULL default 'Overall Standings', + `profile` varchar(255) NOT NULL default '', + `profile_blowup` varchar(255) NOT NULL default '', + `distance` varchar(255) NOT NULL default '', + `refresh` int(11) NOT NULL default '0', + `tick_sequence` enum(' DESC','') NOT NULL default '', + `refresh_type` enum('javascript','meta') NOT NULL default 'meta', + `time_offset` int(5) NOT NULL default '0', + `mobile_notes` mediumtext NOT NULL, + `static_url` varchar(255) NOT NULL default '', + `popup_link` mediumtext NOT NULL, + `popup_text` mediumtext NOT NULL, + `popup_position` enum('notes','stages','footer','other') NOT NULL default 'notes', + `extra_html` mediumtext NOT NULL, + `notes` varchar(255) NOT NULL default '', + PRIMARY KEY (`ID`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `stages` +-- + + +/*!40000 ALTER TABLE `stages` DISABLE KEYS */; +LOCK TABLES `stages` WRITE; +INSERT INTO `stages` VALUES (5,6,'complete','yes','no','yes','2006-04-18','Stage 1','Augusta, GA','Macon, GA','no','1. Lars Michaelsen (CSC) 4:45:46
\r\n2. Fred Rodriguez (Davitamon-Lotto)
\r\n3. Caleb Manion (Jelly Belly)
\r\n4. Karl Menzies (Health Net)
\r\n5. Vassili Davidenko (Navigators)','','1. Lars Michaelsen (CSC) 4:45:46
\r\n2. Fred Rodriguez (Davitamon-Lotto)
\r\n3. Caleb Manion (Jelly Belly)
\r\n4. Karl Menzies (Health Net)
\r\n5. Vassili Davidenko (Navigators)','','Finish Stage 1.','Overall Standings','2006092208564420060425060632profile1.gif','','128.9 miles',0,'','meta',0,'','/tick/html/stage5','','','notes','','Start Time: 11:30 am Finish ETA: 4:14 - 5:02 pm'),(14,6,'complete','yes','no','yes','2006-04-19','Stage 2','Fayetteville, GA','Rome, GA','no','1. Yaroslav Popovych (DSC) 4:47:39
\r\n2. Juan José Haedo (T-U), 00:06
\r\n3. Fred Rodriguez (DL), 00:06
\r\n4. Karl Menzies, (HealthNet), 00:06
\r\n5. Caleb Manion, (Jelly Belly), 00:06 \r\n','','1. Yaroslav Popovych, Discovery, 9:33
\r\n2. Fred Rodriguez (DL), 00:04
\r\n3. Juan José Haedo (T-U), 00:07
\r\n4. Caleb Manion (Jelly Belly), 00:12
\r\n5. Lars Michaelsen (CSC), 00:14\r\n','','Official Results after Stage 2','Overall Standings','2006092208572020060425060623profile2.gif','','116.1 miles',0,'','meta',0,'','/tick/html/stage14','','','notes','','Start Time: 1:30 pm Finish ETA: 5:38 - 6:20 pm'),(15,6,'complete','yes','no','yes','2006-04-20','Stage 3','Chickamauga, GA.','Chattanooga, TN.','no',' 1. Floyd Landis (PHO), 54\'14:49
\r\n 2. Tom Danielson (DSC), +0:04
\r\n 3. David Zabriskie (CSC), +0:24
\r\n 4. Nathan O\'Neill (HNM), +0:55
\r\n 5. Jose Gutierrez (PHO), +1:22
\r\n','',' 1. Floyd Landis (PHO), 10:27\'45
\r\n 2. Tom Danielson (DSC), 10:27\'49
\r\n 3. David Zabriskie (CSC), 10:28\'09
\r\n 4. Nathan O\'Neill (HNM), 10:28\'40
\r\n 5. Jose Gutierrez (PHO), 10:29\'07
\r\n','','Official results of Stage 3','Overall Standings','2006092208573120060425060614profile3.gif','','24.8 miles',0,'','meta',0,'','/tick/html/stage15','','','notes','','Individual Time Trial First Rider: 11:00 am One Minute Intervals (last 10 riders at 2 minute intervals)'),(16,6,'complete','yes','no','yes','2006-04-21','Stage 4','Dalton, GA.','Dahlonega, GA.','no','1. Fred Rodriguez (DVL), 4:49:29
\r\n2. Matteo Tosatto (QSI) +0:00
\r\n3. Yaroslav Popovych (DSC) +0:00
\r\n4. Caleb Manion (JBC) +0:00
\r\n5. Jose Gutierrez (PHO) +0:00','','1. Floyd Landis (PHO), 15:17:14
\r\n2. Tom Danielson (DSC), +0:04
\r\n3. David Zabriskie (CSC), +0:24
\r\n4. Nathan O\'Neill (HNM), +0:55
\r\n5. Jose Gutierrez (PHO), +1:22
','','Official results of Stage 4.','Overall Standings','2006092208574620060425060601profile4.gif','','118.9 miles',0,'','meta',0,'','/tick/html/stage16','','','notes','','Start Time: 10:30 am Finish ETA: 3:09 - 4:00 pm'),(17,6,'complete','yes','no','yes','2006-04-22','Stage 5','Blairsville, GA.','Brasstown Bald Mountain, GA.','no','1. Tom Danielson (DSC) 4:04:56
\r\n2. Floyd Landis (PHO)
\r\n3. Yaroslav Popovych (DSC) +0:18
\r\n4. Cesar Grajales (NIC) +0:23
\r\n5. Janez Brajkovic (DSC)
\r\n','','1. Floyd Landis (PHO), 19:23:10
\r\n2. Tom Danielson (DSC), +0:04
\r\n3. Yaroslav Popovych (DSC), +1:55
\r\n4. Jose Gutierrez (PHO), +2:11
\r\n5. Janez Brajkovic (DSC), +2:15
','','Official results.','Overall Standings','2006092208575620060425060550profile5.gif','','94.5 miles',0,'','meta',0,'','/tick/html/stage17','','','notes','','Start Time: 11:30 am Finish ETA: 3:14-3:54 pm'),(18,6,'complete','yes','no','yes','2006-04-23','Stage 6','Cumming, GA.','Alpharetta, GA.','yes','1. J.J. Haedo (TUT) 4:37:44
\r\n2. Gord Fraser (HNM)
\r\n3. Aurelien Clerc (PHO)
\r\n4. Fred Rodriguez (DVL)
\r\n5. Yaroslav Popovych (DSC)
\r\n','','1. Floyd Landis (PHO), 24:00:54
\r\n2. Tom Danielson (DSC), +0:04
\r\n3. Yaroslav Popovych (DSC), +1:55
\r\n4. Jose Gutierrez (PHO), +2:11
\r\n5. Janez Brajkovic (DSC), +2:15
','','Official results','Overall Standings','2006092208580420060425040654profile6.gif','','118.2 miles',0,'','meta',0,'','/tick/html/stage18','','','notes','','Start Time: 12:30 pm Finish ETA: 4:47-5:29 pm'),(24,7,'complete','yes','no','yes','2006-05-06','Stage 1','Seraing, BEL','Seraing, BEL','no','1. Paolo Savoldelli, Discovery, 7:50
\r\n2. Bradley Mcgee, FDJ, 8:01
\r\n3. Jose Gutierrez Cataluna, Phonak, 8:03
\r\n4. Stefan Schumacher, Gerolsteiner, 8:03
\r\n5. Serhiy Honchar, T-Mobile, 8:05','http://velonews.com/race/int/articles/9833.r.html','1. Paolo Savoldelli, Discovery, 7:50
\r\n2. Bradley McGee, FDJ, 8:01
\r\n3. Jose Gutierrez Cataluna, Phonak, 8:03
\r\n4. Stefan Schumacher, Gerolsteiner, 8:03
\r\n5. Serhiy Honchar, T-Mobile, 8:05','http://velonews.com/race/int/articles/9833.r.html','Results - Stage 1','Overall standings after Stage 1','200609220842021.jpg','','6.2 kilometers',0,'','meta',6,'','/tick/html/stage24','','','notes','',''),(26,7,'complete','yes','no','yes','2006-05-07','Stage 2','Mons, BEL','Charleroi, BEL','no','1. Robbie McEwen, Davitamon, 4:51:40
\r\n2. Olaf Pollack, T-Mobile
\r\n3. Paolo Bettini, Quick Step
\r\n4. Alessandro Petacchi, Milram
\r\n5. Leonardo Duque, Cofidis, all s.t.','http://velonews.com/race/int/articles/9836.r.html','1. Paolo Savoldelli, Discovery 4:59:30
\r\n2. Bradley McGee, FDJ, at 0:11
\r\n3. Jose E. Gutierrez, Phonak, at 0:13
\r\n4. Stefan Schumacher, Gerolsteiner, s.t.
\r\n5. Sergej Honchar, T-Mobile, at 0:15','http://velonews.com/race/int/articles/9836.r.html','Stage 2 results','Overall standings after stage 2','200609220842372.jpg','','197 kilometers',0,'','meta',6,'','/tick/html/stage26','','','notes','',''),(27,7,'complete','yes','no','yes','2006-05-08','Stage 3','Perwez, BEL','Namur, BEL','no','1. S. Schumacher, Gerolsteiner, 5:14:41
\r\n2. J. Rubiera, Discovery @ 0:02
\r\n3. D. Rebellin, Gerolsteiner@ 0:06
\r\n4. P. Bettini, Quick Step@ 0:06
\r\n5. P. Gilbert, Francaise des Jeux @ 0:06
\r\n','http://www.velonews.com/race/int/articles/9841.r.html','1. S. Schumacher, Gerolsteiner, 10:14:04
\r\n2. P. Savoldelli, Discovery @ 0:13
\r\n3. D. Rebellin, Gerolsteiner @ 0:23
\r\n4. J. Gutierrez, Caisse d\'Epargne-I.B. @ 0:29
\r\n5. J. Rubiera Discovery @ 0:31
\r\n','http://www.velonews.com/race/int/articles/9841.r.html','Results - Stage 3 - 202km','Overall standings after 3 stages','200609220843183.jpg','','202 kilometers',0,'','meta',6,'','/tick/html/stage27','','','notes','',''),(29,7,'complete','yes','no','yes','2006-05-09','Stage 4','Wanze, BEL','Hotton, LUX','no','1. R McEwen, Davitamon-Lotto, 4:51:40
\r\n2. P. Bettini (I), Quick Step, @ 0:00
\r\n3. A. Loddo (I), Selle Italia, @ 0:00
\r\n4. M. A. Richeze, Ceramica Panaria, @ 0:00
\r\n5. O. Pollack , T-Mobile, @ 0:00\r\n','http://216.93.169.53/race/int/articles/9846.0.html','1. S. Schumacher, Gerolsteiner, @ 14:52:55
\r\n2. P. Savoldelli, Discovery, @ 0:13
\r\n3. D. Rebellin, Gerolsteiner, @ 0:23
\r\n4. J. Gutierrez, Caisse d\'Epargne-I.B., @ 0:29
\r\n5. J. Rubiera, Discovery, @ 0:31
\r\n5. O. Pollack, T-Mobile, @ 0:00\r\n','http://216.93.169.53/race/int/articles/9846.0.html','McEwen wins another','Overall standings after 4 stages','200609220843454.jpg','','193 kilometers',0,'','meta',6,'','/tick/html/stage29','','','notes','',''),(30,7,'complete','yes','no','yes','2006-05-11','Stage 5','Piacenza, ITA','Cremona, ITA','no','1. CSC 36:56\r\n
2. T-Mobile 36:57, at 0:01\r\n
3. Discovery Channel 37:35, at 0:39\r\n
4. Liquigas 37:38, at 0:42\r\n
5. Francaise Des Jeux 37:56, at 1:00\r\n','http://velonews.com/race/int/articles/9852.r.html','1. S. Honchar (Ukr), T-Mobile
\r\n2. J. Voigt (G), CSC, 0:06
\r\n3. M. Rogers (Aus), T-Mobile, 0:06
\r\n4. O. Pollack (G), T-Mobile, 0:10
\r\n5. I. Basso (I), CSC, 0:11
\r\n','http://velonews.com/race/int/articles/9852.r.html/9846.0.html','Top five','Overall Standings after 5 stages','2006092208331420060505110856T5_alt.jpg','','38 kilometers',0,'','meta',6,'','/tick/html/stage30','','','notes','',''),(31,7,'complete','yes','no','yes','2006-05-12','Stage 6','Busseto, ITA','Forli, ITA','no','Results-Stage 6
1. Robbie Mcewen (Aus), Davitamon-Lotto, 5:24:13
\r\n2. Olaf Pollack (G), T-Mobile, s.t.
\r\n3. Tomas Vaitkus (Lit), Ag2r Prevoyance, s.t.
\r\n4. Leonardo Duque (Col), Cofidis, s.t.
\r\n5. Koldo Fernandez (Sp), Euskaltel-Euskadi, s.t.
\r\n','','1. Pollack (G), T-Mobile
2.Honchar (Ukr), T-Mobile, at 0:02
2. Voigt (G), CSC, at 0:06
','','McEwen wins his third','Overall Standings, after stage 6','200609220844206.jpg','','227 kilometers',0,'','meta',6,'','/tick/html/stage31','','','notes','',''),(32,7,'complete','yes','no','yes','2006-05-13','Stage 7','Cesena, ITA','Saltara, ITA','no','','','1. Pollack (G), T-Mobile, 20:54:34
\r\n2. Honchar (Ukr), T-Mobile, at 0:02
\r\n3. Voigt (G), CSC, at 0:08
\r\n4. Rogers (Aus), T-Mobile, at 0:08
\r\n5. Basso (I), CSC, at 0:13
\r\n','','Verbrugghe!','Overall Standings','200609220844487.jpg','','236 kilometers',0,'','javascript',6,'','/tick/html/stage32','','','notes','',''),(33,7,'complete','yes','no','yes','2006-05-14','Stage 8','Civitanova Marche, ITA','Maielletta, ITA','no','1. Basso (I), CSC, 4:04:19
\r\n2. Cunego (I), Lampre, at 0:30
\r\n3. Gutierrez (Sp), Phonak, at 0:30
\r\n4. Caruso (I), Liberty Seguros, at 0:45
\r\n5. Mazzanti (I), Ceramica Panaria - Navigare, at 1:09
\r\n','http://velonews.com/race/int/articles/9870.r.html','1. Basso (I), CSC, 31:41:17
\r\n2. Gutierrez (Sp), Phonak, at 1:34
\r\n3. Cunego (I), Lampre, at 1:48
\r\n4. Savoldelli (I), Discovery Channel, at 2:35
\r\n5. Honchar (Ukr), T-Mobile, at 2:43
\r\n','http://velonews.com/race/int/articles/9870.r.html','Results','Overall Standings, after Stage 8','200609220845138.jpg','','171 kilometers',0,'','meta',6,'','/tick/html/stage33','','','notes','',''),(34,7,'complete','yes','no','yes','2006-05-15','Stage 9','Francavilla al Mare, ITA','Termoli, ITA','no','','','1. Basso (I), CSC, 31:41:17
\r\n2. Gutierrez (Sp), Phonak, at 1:34
\r\n3. Cunego (I), Lampre, at 1:48
\r\n4. Savoldelli (I), Discovery Channel, at 2:35
\r\n5. Honchar (Ukr), T-Mobile, at 2:43
\r\n','http://velonews.com/race/int/articles/9870.r.html','Tomas Vaitkus - takes stage 9','Overall Standings - after stage 8','200609220845369.jpg','','127 kilometers',0,'','meta',6,'','/tick/html/stage34','','','notes','',''),(35,7,'complete','yes','no','yes','2006-05-16','Stage 10','Termoli, ITA','Peschici, ITA','no','','','','','Pellizotti wins','Overall Standings','2006092208460710.jpg','','187 kilometers',0,'','meta',6,'','/tick/html/stage35','','','notes','',''),(36,7,'complete','yes','no','yes','2006-05-18','Stage 11','Pontedera, ITA','Pontedera, ITA','no','','','','','','Overall Standings','2006092208465011.jpg','','50 kilometers',0,'','meta',6,'','/tick/html/stage36','','','notes','',''),(37,7,'complete','yes','no','yes','2006-05-19','Stage 12','Livorno, ITA','Sestri Levante, ITA','no','','','1. Basso (I), CSC, 40:28:56
\r\n2. Gutierrez (Sp), Phonak, at 2:48
\r\n3. Honchar (Ukr), T-Mobile, at 3:24
\r\n4. Savoldelli (I), Discovery Channel, at 3:26
\r\n5. Danielson (USA), Discovery, at 5:38
\r\n','http://velonews.com/race/int/articles/9890.r.html','','Overall Standings, after stage 11','2006092208472712.jpg','','171 kilometers',0,'','meta',6,'','/tick/html/stage37','','','notes','',''),(38,7,'complete','yes','no','yes','2006-05-20','Stage 13','Alessandria, ITA','La Thuile, ITA','no','1. Piepoli (I), Saunier Duval, 5:21:12
\r\n2. Basso (I), CSC, at 0:44
\r\n3. Gutierrez (Sp), Phonak, at 1:19
\r\n4. Simoni (I), Saunier Duval, at 1:19
\r\n5. Scarponi (I), Liberty Seguros, at 2:09
\r\n','http://velonews.com/race/int/articles/9897.r.html','1. Basso (I), CSC, 49:53:36
\r\n2. Gutierrez (Sp), Phonak, at 3:27
\r\n3. Savoldelli (I), Discovery Channel, at 5:30
\r\n4. Belli (I), Colombia - Selle Italia, at 7:35
\r\n5. Simoni (I), Saunier Duval, at 8:00
\r\n','http://velonews.com/race/int/articles/9897.r.html','Results - Stage 13','Overall Standings, after stage 13','2006092208491113.jpg','','218 kilometers',0,'','meta',6,'','/tick/html/stage38','','','notes','',''),(39,7,'complete','yes','no','yes','2006-05-21','Stage 14','Aosta, ITA','Domodossola, ITA','no','','','','','','Overall Standings','2006092208493814.jpg','','223 kilometers',0,'','meta',6,'','/tick/html/stage39','','','notes','',''),(40,7,'complete','yes','no','yes','2006-05-22','Stage 15','Mergozza, ITA','Brescia, ITA','no','','','1. Basso (I), CSC, 55:28:25
\r\n2. Gutierrez (Sp), Phonak, at 3:27
\r\n3. Savoldelli (I), Discovery Channel, at 5:30
\r\n4. Belli (I), Colombia - Selle Italia, at 7:35
\r\n5. Simoni (I), Saunier Duval, at 8:00
\r\n','http://www.velonews.com/race/int/articles/9900.r.html','Paolo Bettini','Overall Standings','2006092208502815.jpg','','189 kilometers',0,'','meta',6,'','/tick/html/stage40','','','notes','',''),(41,7,'complete','yes','no','yes','2006-05-23','Stage 16','Rovato, ITA','Trento, ITA','no','','','1. Basso (I), CSC, 59:44:07
\r\n2. Gutierrez (Sp), Phonak, at 3:27
\r\n3. Savoldelli (I), Discovery Channel, at 5:30
\r\n4. Belli (I), Colombia - Selle Italia, at 7:35
\r\n5. Simoni (I), Saunier Duval, at 8:00
\r\n','http://www.velonews.com/race/int/articles/9903.r.html','On the final climb','Overall Standings after Stage 15','2006092208510516.jpg','','173 kilometers',0,'','meta',6,'','/tick/html/stage41','','','notes','',''),(42,7,'complete','yes','no','yes','2006-05-24','Stage 17','Termeno/Tramin, ITA','Plan de Corones/Kronplatz, ITA','no','','','1. Basso (CSC), 64:35:17
\r\n2. Gutierrez (Phonak), at 5:24
\r\n3. Savoldelli (Discovery), at 9:17
\r\n4. Simoni (Saunier Duval), at 9:34
\r\n5. Belli (Selle Italia), at 11:07
','http://velonews.com/race/int/articles/9905.r.html','','Overall Standings, after Stage 16','2006092208514917.jpg','','120 kilometers (shortened)',0,'','meta',6,'','/tick/html/stage42','','','notes','',''),(43,7,'complete','yes','no','yes','2006-05-25','Stage 18','Sillian, AUT','Gemona del Friuli','no','','','','','','Overall Standings','2006092208522718.jpg','','210 kilometers',0,'','meta',6,'','/tick/html/stage43','','','notes','',''),(44,7,'complete','yes','no','yes','2006-05-26','Stage 19','Pordenone, ITA','Passo di San Pellegrino, ITA','no','','','1. Basso (I), CSC, 73:30:47
2. Gutierrez (Sp), Phonak, at 5:43
3. Simoni (I), Saunier Duval, at 10:34
4. Savoldelli (I), Discovery Channel, at 10:58
5. Pellizotti (I), Liquigas-Bianchi, at 12:30\r\n','http://velonews.com/race/int/articles/9912.r.html','','Overall Standings, after stage 18','2006092208525919.jpg','','224 kilometers',0,'','meta',6,'','/tick/html/stage44','','','notes','',''),(45,7,'complete','yes','no','yes','2006-05-27','Stage 20','Trento, ITA','Aprica, ITA','no','','','1. Ivan Basso (I), CSC, 80:46:38
\r\n2. José E. Gutierrez Cataluna (Sp), Phonak, at 6:07
\r\n3. Gilberto Simoni (I), Saunier Duval, at 10:34
\r\n4. Paolo Savoldelli (I), Discovery Channel, at 12:59
\r\n5. Damiano Cunego (I), Lampre, at 15:13
\r\n6. Franco Pellizotti (I), Liquigas-Bianchi, at 15:26
\r\n7. Sandy Casar (F), Francaise des Jeux, at 16:07
\r\n8. Manuel Juan Garate (Sp), Quick Step-Innergetic, at 16:40
\r\n9. Wladimir Belli (I), Colombia - Selle Italia, at 17:23
\r\n10. Danilo Di Luca (I), Liquigas-Bianchi, at 18:31\r\n','','','Overall Standings','2006092208532720.jpg','','211 kilometers',180,'','meta',6,'','/tick/html/stage45','','','notes','',''),(46,7,'complete','yes','no','yes','2006-05-28','Stage 21','Museo del Ghisallo, ITA','Milano, ITA','no','','','1. Ivan Basso (I), CSC, 87:37:33
\r\n2. José Gutierrez Cataluna (Sp), Phonak, 9:18
\r\n3. Gilberto Simoni (I), Saunier Duval, 11:59\r\n','http://www.velonews.com/race/int/articles/9917.r.html','','Overall Standings','2006062211532920060505112459T21_alt.jpg','','140 kilometers',0,'','meta',6,'','/tick/html/stage46','','','notes','',''),(51,8,'new','yes','no','yes','2006-07-16','mini-Mussel','Seneca Lake State Park','Seneca Lake State Park','no','','','','','','Overall Standings','','','500yd swim, 15mi bike, 3mi run',0,'','meta',0,'','/tick/html/stage51','','','notes','',''),(52,8,'new','yes','no','yes','2006-07-16','Musselman half-iron','Seneca Lake State Park','Seneca Lake State Park','no','','','','','','Overall Standings','','','1.2mi swim, 56mi bike, 13.1mi run',0,'','meta',0,'','/tick/html/stage52','','','notes','',''),(55,10,'complete','yes','yes','yes','2006-07-01','Prologue','Strasbourg','Strasbourg','no','Overall: \r\n
\"Best: \r\n
\"Best: \r\n
\"Most: \r\n
Team: ','','1. Hushovd (Nor), Credit Agricole, 8:17
\r\n2. George Hincapie (USA), Discovery Channel, 8:17
\r\n3. David Zabriskie (USA), CSC, 8:21
\r\n4. Sebastian Lang (G), Gerolsteiner, 8:21
\r\n5. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., 8:21
\r\n6. Stuart O\'grady (Aus), CSC, 8:21
\r\n7. Michael Rogers (Aus), T-Mobile, 8:23
\r\n8. Paolo Savoldelli (I), Discovery Channel, 8:25\r\n\r\n\r\n','http://velonews.com/tour2006/results/articles/10192.0.html','Jersey Standings','Overall Standings (GC)','20060627123434TdF06_ProfilePrologue.jpe','','7.5 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage55','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!
\r\n\r\n
\r\n
\r\n

\r\nPick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s \r\n
prologue - along with your best guess\r\n
at his winning time. \r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to \r\n
include both the name and time of your \r\n
choice in the subject line of your e-mail.\r\n\r\n

We will chose a winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a Specialized Decibel Helmet \r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the tenth-to-last rider leaves the start house.
  • \r\n
','notes','','[Stage Details]'),(56,10,'complete','yes','yes','yes','2006-07-02','Stage 1','Strasbourg','Strasbourg','no','Overall: George Hincapie (USA), \r\n\r\nDiscovery\r\n
\"Best: Jimmy \r\n\r\nCasper (F), Cofidis\r\n
\"Best: Fabian \r\n\r\nWegmann (G), Gerolsteiner, 3 Pts.\r\n
\"Best: Benoít Vaugrenard (F), Francaise des Jeux
Team: Discovery Channel','http://www.velonews.com/tour2006/results/articles/10213.0.html','1. George Hincapie (USA), Discovery Channel\r\n
\r\n2. Thor Hushovd (Nor), Credit Agricole, 00:02\r\n
\r\n3. David Zabriskie (USA), CSC, 00:06\r\n
\r\n4. Sebastian Lang (G), Gerolsteiner, 00:06\r\n
\r\n5. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., 00:06\r\n
\r\n6. O\'grady Stuart (Aus), CSC, 00:06\r\n
\r\n7. Michael Rogers (Aus), T-Mobile, 00:08\r\n
\r\n8. Paolo Savoldelli (I), Discovery Channel, 00:10','http://www.velonews.com/tour2006/results/articles/10213.0.html','Jersey Standings after stage 1','Overall Standings (GC) after stage 1','20060627120402TdF06_Profile1.gif','','184.5 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage56','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!
\r\n\r\n
\r\n
\r\n

\r\nPick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a Specialized Decibel Helmet \r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(58,10,'complete','yes','yes','yes','2006-07-13','Stage 11','Tarbes','Val d\'Aran - Pla-de-Beret','no','Overall: Floyd Landis (USA), Phonak\r\n
\"Best: Robbie Mc Ewen (Aus), Davitamon-Lotto, 217 Pts.\r\n\r\n
\"Best: David De La Fuente (Sp), Saunier Duval, 80 Pts.\r\n
\"Best: Marcus Fothen (G), Gerolsteiner\r\n
Team: T-Mobile','http://www.velonews.com/tour2006/results/articles/10372.0.html','1. Floyd Landis (USA), Phonak
\r\n2. Cyril Dessel (F), Ag2r Prevoyance, 0:08
\r\n3. Denis Menchov (Rus), Rabobank, 01:01
\r\n4. Cadel Evans (Aus), Davitamon-Lotto, 01:17
\r\n5. Carlos Sastre (Sp), CSC, 01:52
\r\n6. Andréas Klöden (G), T-Mobile, 2:29
\r\n7. Michael Rogers (Aus), T-Mobile, 3:22
\r\n8. Juan Miguel Mercado (Sp), Agritubel, 3:33
\r\n9. Christophe Moreau (F), Ag2r Prevoyance, 03:44','http://www.velonews.com/tour2006/results/articles/10372.0.html','Jersey Standings after stage 11','Overall Standings (GC) after stage 11','20060713072855stage11_profile.jpg','','206.5 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage58','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 8 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(59,10,'complete','yes','yes','yes','2006-07-03','Stage 2','Obernai','Esch-sur-Alzette','no','Overall: Thor Hushovd (Nor), \r\n\r\nCredit Agricole\r\n
\"Best: Robbie Mc \r\n\r\nEwen (Aus), Davitamon-Lotto, 65 Pts\r\n
\"Best: David De La \r\n\r\nFuente (Sp), Saunier Duval, 14 Pt\r\n
\"Best: Benoít \r\n\r\nVaugrenard (F), Francaise des Jeux\r\n
Team: Discovery Channel Team ','http://www.velonews.com/tour2006/results/articles/10213.0.html','1. Thor Hushovd (Nor), Credit Agricole\r\n
\r\n2. Tom Boonen (B), Quick Step-Innergetic, 00:05\r\n
\r\n3. Robbie Mc Ewen (Aus), Davitamon-Lotto, 00:08\r\n
\r\n4. George Hincapie (USA), Discovery Channel, 00:10\r\n
\r\n5. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., 00:16\r\n
\r\n6. Stuart O\'grady (Aus), CSC, 00:16\r\n
\r\n7. Michael Rogers (Aus), T-Mobile, 00:18\r\n
\r\n8. Paolo Savoldelli (I), Discovery Channel, 00:20','http://www.velonews.com/tour2006/results/articles/10213.0.html','Jersey Standings after stage 2','Overall Standings (GC) after stage 2','20060627012415TdF06_Profile2.gif','','228.5 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage59','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!
\r\n\r\n
\r\n
\r\n

\r\nPick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a Specialized Decibel Helmet \r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(60,10,'complete','yes','yes','yes','2006-07-04','Stage 3','Esch-sur-Alzette','Valkenburg','no','Overall: Tom Boonen (B), Quick Step-Innergetic\r\n
\"Best: Tom Boonen, 67 Pts, worn by Daniele BENNATI, Lampre\r\n
\"Best: Jérôme Pineau (F), Bouygues Telecom, 17 Pts\r\n
\"Best: Marcus Fothen (G), Gerolsteiner\r\n
Team: Discovery Channel Team','http://www.velonews.com/tour2006/results/articles/10241.0.html','1. Tom Boonen (B), Quick Step-Innergetic\r\n
\r\n2. Michael Rogers (Aus), T-Mobile, 00:01\r\n
\r\n3. George Hincapie (USA), Discovery Channel, 00:05\r\n
\r\n4. Thor Hushovd (Nor), Credit Agricole, 00:07\r\n
\r\n5. Paolo Savoldelli (I), Discovery Channel, 00:15\r\n
\r\n6. Daniele Bennati (I), Lampre, 00:15\r\n
\r\n7. Floyd Landis (USA), Phonak, 00:16\r\n
\r\n8. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 00:17','http://www.velonews.com/tour2006/results/articles/10241.0.html','Jersey Standings after stage 3','Overall Standings (GC) after stage 3','20060627023218TDF06_Profile3.gif','','216.5 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage60','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!
\r\nA New Decibel Helmet from Specialized
\r\n\r\n
\r\n
\r\n

\r\nPick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a Specialized Decibel Helmet \r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(61,10,'complete','yes','yes','yes','2006-07-05','Stage 4','Huy','Saint-Quentin','no','Overall: Tom Boonen (B), Quick Step-Innergetic\r\n
\"Best: Robbie Mc Ewen (Aus), Davitamon-Lotto\r\n
\"Best: Pineau Jérôme (F), Bouygues Telecom\r\n
\"Best: Marcus Fothen (G), Gerolsteiner\r\n
Team: Discovery Channel','http://www.velonews.com/tour2006/results/articles/10250.0.html','1. Tom Boonen (B), Quick Step-Innergetic\r\n
\r\n2. Michael Rogers (Aus), T-Mobile, 00:01\r\n
\r\n3. George Hincapie (USA), Discovery Channel, 00:05\r\n
\r\n4. Thor Hushovd (Nor), Credit Agricole, 00:07\r\n
\r\n5. Egoi Martinez (Sp), Discovery Channel, 00:10\r\n
\r\n6. Robbie Mc Ewen (Aus), Davitamon-Lotto, 00:12\r\n
\r\n7. Paolo Savoldelli (I), Discovery Channel, 00:15\r\n
\r\n8. Daniele Bennati (I), Lampre, 00:15','http://www.velonews.com/tour2006/results/articles/10250.0.html','Jersey Standings after stage 4','Overall Standings (GC) after stage 4','20060627012708TDF06_Profile4.gif','','207 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage61','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!
\r\nA New Decibel Helmet from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 4 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a Specialized Decibel Helmet \r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(62,10,'complete','yes','yes','yes','2006-07-06','Stage 5','Beauvais','Caen','no','Overall: Tom Boonen (B), Quick \r\n\r\nStep-Innergetic\r\n
\"Best: Robbie Mc \r\n\r\nEwen (Aus), Davitamon-Lotto, 122 Pts.\r\n
\"Best: Jérôme \r\n\r\nPineau (F), Bouygues Telecom, 26 Pts. \r\n
\"Best: Marcus \r\n\r\nFothen (G), Gerolsteiner\r\n
Team: Discovery Channel Team','http://www.velonews.com/tour2006/results/articles/10259.0.html','1. Oscar Freire (Sp), Rabobank\r\n
\r\n2. Tom Boonen (B), Quick Step-Innergetic, 00:00\r\n
\r\n3. Inaki Isasi (Sp), Euskaltel-Euskadi, 00:00\r\n
\r\n4. David Kopp (G), Gerolsteiner, 00:00\r\n
\r\n5. Robbie Mc Ewen (Aus), Davitamon-Lotto, 00:00\r\n
\r\n6. Alessandro Ballan (I), Lampre, 00:00\r\n
\r\n7. Thor Hushovd (Nor), Credit Agricole, 00:00\r\n
\r\n8. Francisco Ventoso (Sp), Saunier Duval, 00:00','http://www.velonews.com/tour2006/results/articles/10259.0.html','Jersey Standings after stage 5','Overall Standings (GC) after stage 5','20060705083920Pro_stage5.jpg','','225 kilometers',60,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage62','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 5 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(63,10,'complete','yes','yes','yes','2006-07-07','Stage 6','Lisieux','Vitre','no','Overall: Tom Boonen (B), Quick Step-Innergetic\r\n
\"Best: Robbie Mc Ewen (Aus), Davitamon-Lotto, 157 Pts.\r\n
\"Best: Jérôme Pineau (F), Bouygues Telecom, 28 Pts. \r\n
\"Best: Benoít Vaugrenard (F), Francaise des Jeux\r\n
Team: Discovery Channel Team','http://www.velonews.com/tour2006/results/articles/10271.0.html','1. Tom Boonen (B), Quick Step-Innergetic\r\n
\r\n2. Robbie Mc Ewen (Aus), Davitamon-Lotto, 00:12\r\n
\r\n3. Michael Rogers (Aus), T-Mobile, 00:21\r\n
\r\n4. Oscar Freire (Sp), Rabobank, 00:25\r\n
\r\n5. George Hincapie (USA), Discovery Channel, 00:25\r\n
\r\n6. Thor Hushovd (Nor), Credit Agricole, 00:27\r\n
\r\n7. Paolo Savoldelli (I), Discovery Channel, 00:35\r\n
\r\n8. Floyd Landis (USA), Phonak, 00:36','http://www.velonews.com/tour2006/results/articles/10271.0.html','Jersey Standings after stage 6','Overall Standings (GC) after stage 6','20060706014017stage6_profile.jpg','','189 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage63','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 6 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(64,10,'complete','yes','yes','yes','2006-07-08','Stage 7 (ITT)','Saint-Gregoire','Rennes','no','Overall: Sergei Gonchar (Ukr), T-Mobile\r\n
\"Best: Robbie Mc Ewen (Aus), Davitamon-Lotto, 157 Pts.\r\n
\"Best: Jérôme Pineau (F), Bouygues Telecom, 28 Pts. \r\n
\"Best: Marcus Fothen (G), Gerolsteiner\r\n
Team: T-Mobile','http://www.http://www.velonews.com/tour2006/results/articles/10282.0.html','1. Sergei Gonchar (Ukr), T-Mobile\r\n
\r\n2. Floyd Landis (USA), Phonak, 01:00\r\n
\r\n3. Michael Rogers (Aus), T-Mobile, 01:08\r\n
\r\n4. Patrik Sinkewitz (G), T-Mobile, 01:45\r\n
\r\n5. Marcus Fothen (G), Gerolsteiner, 01:50\r\n
\r\n6. Andréas Klöden (G), T-Mobile, 01:50\r\n
\r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 01:52\r\n
\r\n8. Cadel Evans (Aus), Davitamon-Lotto, 01:52 ','http://www.velonews.com/tour2006/results/articles/10282.0.html','Jersey Standings after stage 7','Overall Standings (GC) after stage 7','20060707090833stage7_profile.jpg','','52 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage64','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 7 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nSend in your choice of who will win today\'s
\r\ntime trial, along with his finishing time, and
\r\ninclude both in the subject line of your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name and finish time in the
\r\nsubject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once any of
    \r\nthe final 20 riders starts today\'s time trial.
  • \r\n
','notes','','[Stage Details]'),(65,10,'complete','yes','yes','yes','2006-07-09','Stage 8','St-Méen-le-Grand to Lorient','Lorient','no','Overall: Sergei Gonchar \r\n\r\n(Ukr), T-Mobile\r\n
\"Best: Robbie \r\n\r\nMc Ewen (Aus), Davitamon-Lotto, 181 Pts.\r\n
\"Best: Jérôme \r\n\r\nPineau (F), Bouygues Telecom, 28 Pts. \r\n
\"Best: \r\n\r\nMarcus Fothen (G), Gerolsteiner\r\n
Team: T-MOBILE TEAM','http://www.velonews.com/tour2006/results/articles/10305.0.html','1. Sergei Gonchar (Ukr), T-Mobile\r\n
\r\n2. Floyd Landis (USA), Phonak, 01:00\r\n
\r\n3. Michael Rogers (Aus), T-Mobile, 01:08\r\n
\r\n4. Patrik Sinkewitz (G), T-Mobile, 01:45\r\n
\r\n5. Marcus Fothen (G), Gerolsteiner, 01:50\r\n
\r\n6. Andréas Klöden (G), T-Mobile, 01:50\r\n
\r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 01:52\r\n
\r\n8. Cadel Evans (Aus), Davitamon-Lotto, 01:52','http://www.velonews.com/tour2006/results/articles/10305.0.html','Jersey Standings after stage 8','Overall Standings (GC) after stage 8','20060627013719TDF06_Profile8.gif','','181 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage65','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 8 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(66,10,'complete','yes','yes','yes','2006-07-11','Stage 9','Bordeaux','Dax','no','Overall: Sergei Gonchar (Ukr), T-Mobile\r\n
\"Best: Robbie Mc Ewen (Aus), Davitamon-Lotto, 211 Pts.\r\n
\"Best: Jérôme Pineau (F), Bouygues Telecom, 28 Pts. \r\n
\"Best: Marcus Fothen (G), Gerolsteiner\r\n
Team: T-MOBILE TEAM','http://www.velonews.com/tour2006/results/articles/10331.0.html','1. Sergei Gonchar (Ukr), T-Mobile\r\n
\r\n2. Floyd Landis (USA), Phonak, 01:00\r\n
\r\n3. Michael Rogers (Aus), T-Mobile, 01:08\r\n
\r\n4. Patrik Sinkewitz (G), T-Mobile, 01:45\r\n
\r\n5. Andréas Klöden (G), T-Mobile, 01:50\r\n
\r\n6. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 01:52\r\n
\r\n7. Cadel Evans (Aus), Davitamon-Lotto, 01:52\r\n
\r\n8. David Zabriskie (USA), CSC, 01:53','http://www.velonews.com/tour2006/results/articles/10331.0.html','Jersey Standings after stage 9','Overall Standings (GC) after stage 9','20060627014002TDF06_Profile9.gif','','169.5 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage66','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 8 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(67,10,'complete','yes','yes','yes','2006-07-12','Stage 10','Cambo-les-Bains','Pau','no','Overall: Cyril Dessel (F), Ag2r Prevoyance\r\n
\"Best: Robbie Mc Ewen (Aus), Davitamon-Lotto, 211 Pts.\r\n
\"Best: Cyril Dessel (F), Ag2r Prevoyance, 54 Pts. \r\n
\"Best: Marcus Fothen (G), Gerolsteiner\r\n
Team:AG2R PREVOYANCE','http://www.velonews.com/tour2006/results/articles/10361.0.html','1. Cyril Dessel (F), Ag2r Prevoyance
\r\n2. Juan Miguel Mercado (Sp), Agritubel, at 2:34
\r\n3. Sergei Gontchar (Ukr), T-Mobile, at 3:45
\r\n4. Cristian Moreni (I), Cofidis, at 3:51
\r\n5. Floyd Landis (USA), Phonak, at 4:45
\r\n6. Michael Rogers (Aus), T-Mobile, at 4:53
\r\n7. Inigo Landaluze (Sp), Euskaltel-Euskadi, at 5:22
\r\n8. Patrik Sinkewitz (G), T-Mobile, at 5:30
\r\n9. Andréas Klöden (G), T-Mobile, at 5:35','http://www.velonews.com/tour2006/results/articles/10361.0.html','Jersey Standings after stage 10','Overall Standings (GC) after stage 10','20060627014212TDF06_Profile10.gif','','190.5 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage67','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 10 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(68,10,'complete','yes','yes','yes','2006-07-14','Stage 12','Luchon','Carcassonne','no','Overall: Floyd Landis \r\n\r\n(USA), Phonak\r\n
\"Best: Robbie \r\n\r\nMc Ewen (Aus), Davitamon-Lotto, 232 Pts.\r\n
\"Best: David De \r\n\r\nLa Fuente (Sp), Saunier Duval, 80 Pts.\r\n
\"Best: \r\n\r\nMarcus Fothen (G), Gerolsteiner\r\n
Team: T-Mobile','http://www.velonews.com/tour2006/results/articles/10398.0.html','1. Floyd Landis (USA), Phonak
\r\n2. Cyril Dessel (F), Ag2r Prevoyance, 0:08
\r\n3. Denis Menchov (Rus), Rabobank, 01:01
\r\n4. Cadel Evans (Aus), Davitamon-Lotto, 01:17
\r\n5. Carlos Sastre (Sp), CSC, 01:52
\r\n6. Andréas Klöden (G), T-Mobile, 2:29
\r\n7. Michael Rogers (Aus), T-Mobile, 3:22
\r\n8. Juan Miguel Mercado (Sp), Agritubel, 3:33
\r\n9. Christophe Moreau (F), Ag2r Prevoyance, 03:44','http://www.velonews.com/tour2006/results/articles/10398.0.html','Jersey Standings after stage 12','Overall Standings (GC) after stage 12','20060713051102stage12_profile.jpg','','211.5 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage68','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 12 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(69,10,'complete','yes','yes','yes','2006-07-15','Stage 13','Beziers Mediterranee','Montelimar','no','Overall: Oscar Pereiro Sio (Sp), \r\n\r\nCaisse d\'Epargne-I.B.\r\n
\"Best: Robbie Mc Ewen \r\n\r\n(Aus), Davitamon-Lotto, 252 Pts.\r\n
\"Best: David De La \r\n\r\nFuente (Sp), Saunier Duval, 80 Pts.\r\n
\"Best: Marcus \r\n\r\nFothen (G), Gerolsteiner\r\n
Team: TEAM CSC','http://www.velonews.com/tour2006/results/articles/10419.0.html','1. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B.
\r\n2. Floyd Landis (USA), Phonak, 1:29
\r\n3. Cyril Dessel (F), Ag2r Prevoyance, 1:37
\r\n4. Denis Menchov (Rus), Rabobank, 02:30
\r\n5. Cadel Evans (Aus), Davitamon-Lotto, 02:46
\r\n6. Carlos Sastre (Sp), CSC, 03:21
\r\n7. Andréas Klöden (G), T-Mobile, 3:58
\r\n8. Michael Rogers (Aus), T-Mobile, 4:51
\r\n9. Juan Miguel Mercado (Sp), Agritubel, 5:02','http://www.velonews.com/tour2006/results/articles/10419.0.html','Jersey Standings after stage 13','Overall Standings (GC) after stage 13','20060714030029stage13_profile.jpg','','230 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage69','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 13 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(70,10,'complete','yes','yes','yes','2006-07-16','Stage 14','Montelimar','Gap','no','Overall: Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B.\r\n
\"Best: Robbie Mc Ewen (Aus), Davitamon-Lotto, 252 Pts.\r\n
\"Best: David De La Fuente (Sp), Saunier Duval, 80 Pts.\r\n
\"Best: Marcus Fothen (G), Gerolsteiner\r\n
Team: TEAM CSC','http://www.velonews.com/tour2006/results/articles/10434.0.html','1. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B.
\r\n2. Floyd Landis (USA), Phonak, 1:29
\r\n3. Cyril Dessel (F), Ag2r Prevoyance, 1:37
\r\n4. Denis Menchov (Rus), Rabobank, 02:30
\r\n5. Cadel Evans (Aus), Davitamon-Lotto, 02:46
\r\n6. Carlos Sastre (Sp), CSC, 03:21
\r\n7. Andréas Klöden (G), T-Mobile, 3:58
\r\n8. Michael Rogers (Aus), T-Mobile, 4:51
\r\n9. Juan Miguel Mercado (Sp), Agritubel, 5:02','http://www.velonews.com/tour2006/results/articles/10434.0.html','Jersey Standings after stage 14','Overall Standings (GC) after stage 14','20060627015116TDF06_Profile14.gif','','180.5 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage70','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 14 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(71,10,'complete','yes','yes','yes','2006-07-18','Stage 15','Gap','L\'Alpe d\'Huez','no','Overall: Floyd Landis (USA), \r\n\r\nPhonak\r\n
\"Best: Robbie Mc Ewen \r\n\r\n(Aus), Davitamon-Lotto, 252 Pts.\r\n
\"Best: David De La \r\n\r\nFuente (Sp), Saunier Duval, 108 Pts.\r\n
\"Best: Marcus \r\n\r\nFothen (G), Gerolsteiner\r\n
Team: TEAM CSC','http://www.velonews.com/tour2006/results/articles/10467.0.html','1. Floyd Landis (USA), Phonak
\r\n2. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., 0:10
\r\n3. Cyril Dessel (F), Ag2r Prevoyance, 2:02
\r\n4. Denis Menchov (Rus), Rabobank, 02:12
\r\n5. Carlos Sastre (Sp), CSC, 02:17
\r\n6. Andréas Klöden (G), T-Mobile, 2:29
\r\n7. Cadel Evans (Aus), Davitamon-Lotto, 02:56
\r\n8. Michael Rogers (Aus), T-Mobile, 5:01
\r\n9. Levi Leipheimer (USA), Gerolsteiner, 6:18','http://www.velonews.com/tour2006/results/articles/10467.0.html','Jersey Standings after stage 15','Overall Standings (GC) after stage 15','20060717053707stage15_profile.jpg','','187 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage71','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 15 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(72,10,'complete','yes','yes','yes','2006-07-19','Stage 16','Bourg d\'Oisans','La Toussuire','no','Overall: Oscar Pereiro Sio (Sp), \r\n\r\nCaisse d\'Epargne-I.B.\r\n
\"Best: Robbie McEwen, 252 pts.\r\n
\"Best: Mickael Rasmussen, 153 pts.\r\n
\"Best: Marcus Fothen\r\n
Team: Team CSC','http://www.velonews.com/tour2006/results/articles/10482.0.html','1. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B.
\r\n2. Carlos Sastre (Sp), CSC, 01:50
\r\n3. Andréas Klöden (G), T-Mobile, 2:29
\r\n4. Cyril Dessel (F), Ag2r Prevoyance, 2:43
\r\n5. Cadel Evans (Aus), Davitamon-Lotto, 02:56
\r\n6. Denis Menchov (Rus), Rabobank, 03:58
\r\n7. Michael Rogers (Aus), T-Mobile, 6:47
\r\n8. Christophe Moreau (F), Ag2r Prevoyance, 07:03
\r\n9. Levi Leipheimer (USA), Gerolsteiner, 7:46','http://www.velonews.com/tour2006/results/articles/10482.0.html','Jersey Standings after stage 16','Overall Standings (GC) after stage 16','20060627015519TDF06_Profile16.gif','','182 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage72','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 16 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(73,10,'complete','yes','yes','yes','2006-07-20','Stage 17','Saint-Jean-de-Maurienne','Morzine','no','Overall: Oscar Pereiro Sio (Sp), \r\n\r\nCaisse d\'Epargne-I.B.\r\n
\"Best: Robbie Mc Ewen \r\n\r\n(Aus), Davitamon-Lotto, 252 Pts.\r\n
\"Best: Mickael \r\n\r\nRasmussen (Dk), Rabobank, 163 Pts.\r\n
\"Best: Damiano \r\n\r\nCunego (I), Lampre\r\n
Team: T-Mobile','http://www.velonews.com/tour2006/results/articles/10500.0.html','1. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B.
\r\n2. Carlos Sastre (Sp), CSC, 0:12
\r\n3. Floyd Landis (USA), Phonak, 0:30
\r\n4. Andréas Klöden (G), T-Mobile, 2:29
\r\n5. Cadel Evans (Aus), Davitamon-Lotto, 03:08
\r\n6. Denis Menchov (Rus), Rabobank, 04:14
\r\n7. Cyril Dessel (F), Ag2r Prevoyance, 4:24
\r\n8. Christophe Moreau (F), Ag2r Prevoyance, 05:45
\r\n9. Haimar Zubeldia (Sp), Euskaltel-Euskadi, 08:16','http://www.velonews.com/tour2006/results/articles/10500.0.html','Jersey Standings after stage 17','Overall Standings (GC) after stage 17','20060627021700TDF06_Profile17.gif','','200.5 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage73','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 17 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(74,10,'complete','yes','yes','yes','2006-07-21','Stage 18','Morzine-Avoriaz','Macon','no','Overall: Oscar Pereiro Sio (Sp), \r\n\r\nCaisse d\'Epargne-I.B.\r\n
\"Best: Robbie Mc Ewen \r\n\r\n(Aus), Davitamon-Lotto, 254 Pts.\r\n
\"Best: Mickael \r\n\r\nRasmussen (Dk), Rabobank, 163 Pts.\r\n
\"Best: Damiano \r\n\r\nCunego (I), Lampre\r\n
Team: T-Mobile','http://www.velonews.com/tour2006/results/articles/10518.0.html','1. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B.
\r\n2. Carlos Sastre (Sp), CSC, 0:12
\r\n3. Floyd Landis (USA), Phonak, 0:30
\r\n4. Andréas Klöden (G), T-Mobile, 2:32
\r\n5. Cadel Evans (Aus), Davitamon-Lotto, 03:11
\r\n6. Denis Menchov (Rus), Rabobank, 04:17
\r\n7. Cyril Dessel (F), Ag2r Prevoyance, 4:27
\r\n8. Christophe Moreau (F), Ag2r Prevoyance, 05:48
\r\n9. Haimar Zubeldia (Sp), Euskaltel-Euskadi, 08:19','http://www.velonews.com/tour2006/results/articles/10518.0.html','Jersey Standings after stage 18','Overall Standings (GC) after stage 18','20060627021839TDF06_Profile18.gif','','197 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage74','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 18 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(75,10,'complete','yes','yes','yes','2006-07-22','Stage 19 (ITT)','Le Creusot','Montceau-les-Mines','no','Overall: Floyd Landis (USA), \r\n\r\nPhonak\r\n
\"Best: Robbie Mc Ewen \r\n\r\n(Aus), Davitamon-Lotto, 254 Pts.\r\n
\"Best: Mickael \r\n\r\nRasmussen (Dk), Rabobank, 163 Pts.\r\n
\"Best: Damiano \r\n\r\nCunego (I), Lampre\r\n
Team: T-Mobile','http://www.velonews.com/tour2006/results/articles/10535.0.html','1. Floyd Landis (USA), Phonak
\r\n2. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., 0:59
\r\n3. Andréas Klöden (G), T-Mobile, 1:29
\r\n4. Carlos Sastre (Sp), CSC, 03:13
\r\n5. Cadel Evans (Aus), Davitamon-Lotto, 05:08
\r\n6. Denis Menchov (Rus), Rabobank, 07:06
\r\n7. Cyril Dessel (F), Ag2r Prevoyance, 8:41
\r\n8. Christophe Moreau (F), Ag2r Prevoyance, 09:37
\r\n9. Haimar Zubeldia (Sp), Euskaltel-Euskadi, 12:05','http://www.velonews.com/tour2006/results/articles/10535.0.html','Jersey Standings after stage 19','Overall Standings (GC) after stage 19','20060627022016TDF06_Profile19.gif','','57 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage75','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 19 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nSend in your choice of who will win today\'s
\r\ntime trial, along with his finishing time, and
\r\ninclude both in the subject line of your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name and finish time in the
\r\nsubject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once any of
    \r\nthe final 20 riders starts today\'s time trial.
  • \r\n
','notes','','[Stage Details]'),(76,10,'complete','yes','yes','yes','2006-07-23','Stage 20','Sceaux-Antony','Paris Champs-Elysees','no','Overall: Floyd Landis (USA), \r\n\r\nPhonak\r\n
\"Best: Robbie Mc Ewen \r\n\r\n(Aus), Davitamon-Lotto, 288 Pts.\r\n
\"Best: Mickael \r\n\r\nRasmussen (Dk), Rabobank, 166 Pts.\r\n
\"Best: Damiano \r\n\r\nCunego (I), Lampre\r\n
Team: T-Mobile','http://www.velonews.com/tour2006/results/articles/10554.0.html','1. Floyd Landis (USA), Phonak
\r\n2. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., 0:57
\r\n3. Andréas Klöden (G), T-Mobile, 1:29
\r\n4. Carlos Sastre (Sp), CSC, 03:13
\r\n5. Cadel Evans (Aus), Davitamon-Lotto, 05:08
\r\n6. Denis Menchov (Rus), Rabobank, 07:06
\r\n7. Cyril Dessel (F), Ag2r Prevoyance, 8:41
\r\n8. Christophe Moreau (F), Ag2r Prevoyance, 09:37
\r\n9. Haimar Zubeldia (Sp), Euskaltel-Euskadi, 12:05','http://www.velonews.com/tour2006/results/articles/10554.0.html','Jersey Standings FINAL','Overall Standings (GC) FINAL','20060627022210TDF06_Profile20.gif','','154.5 kilometers',0,'','meta',6,'
VeloNews Mobile presented by: [Velogear]','/tick/html/stage76','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nNew Shades from Specialized
\r\n\r\n
\r\n
\r\n

\r\nStage 20 Pick the Winner Contest\r\n
Presented by Specialized
\r\n

\r\nMail the name of the winner of today\'s stage.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a pair of Specialized sunglasses.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • No entries accepted after the 10km to go mark.
  • \r\n
','notes','','[Stage Details]'),(82,15,'complete','yes','no','yes','2006-08-26','Stage 1','Málaga','Málaga','no','To be announced after stage 2 finish.','','1. Carlos Sastre (Sp), CSC, 7:36
\r\n2. Lars Ytting Bak (Dk), CSC
\r\n3. Nicki Sorensen (Dk), CSC
\r\n4. Marcus Ljungqvist (Swe), CSC
\r\n5. Stuart O\'Grady (Aus), CSC
\r\n6. Iñigo Cuesta (Sp), CSC
\r\n7. Volodymir Gustov (Ukr), CSC
\r\n8. Kurt-Asle Arvesen (Nor), CSC
\r\n','http://velonews.com/race/int/articles/10766.r.html','Jersey Standings','Overall Standings (GC)','20060822043049STAGE1.gif','','7.2 kilometers',0,'','meta',6,'','/tick/html/stage82','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 1 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nteam time trial, along with the finishing time,
and \r\ninclude both in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name and finish time in the
\r\nsubject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once any of
    \r\nthe final 5 teams start today\'s time trial.
  • \r\n
','notes','',''),(83,15,'complete','yes','no','yes','2006-08-27','Stage 2','Málaga','Córdoba','no','Will be announced after the finish of stage 2.','','1. Thor Hushovd (Nor), Crédit Agricole, 4:27:00
\r\n2. Paolo Bettini (I), Quick Step-Innergetic, at 0:02
\r\n3. Stuart O\'Grady (Aus), CSC, at 0:07
\r\n4. Lars Ytting Bak (Dk), CSC, same time
\r\n5. Kurt-Asle Arvesen (Nor), CSC, s.t.
\r\n6. Nicki Sorensen (Dk), CSC, s.t.
\r\n7. Marcus Ljungqvist (Swe), CSC, s.t.
\r\n8. Iñigo Cuesta (Sp), CSC, s.t.
','','Jersey Standings','Overall Standings (GC) after stage 2','20060822043106STAGE2.gif','','167 kilometers',0,'','meta',6,'','/tick/html/stage83','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 2 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name and finish time in the
\r\nsubject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(84,15,'complete','yes','no','yes','2006-08-28','Stage 3','Córdoba','Almendralejo','no','Overall: Thor Hushovd (Nor), Crédit Agricole
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Mario DeSarraga (Sp), Relax-Gam
\r\nAllround: David De La Fuente (Sp), Saunier Duval
\r\nTeam: Team CSC, 13:17:24','','1. Thor Hushovd (Nor), Credit Agricole, 10:10:33
\r\n2. Stuart O\'Grady (Aus), CSC, at 0:11
\r\n3. Francisco José Ventoso (Sp), Saunier Duval, at 0:12
\r\n4. Paolo Bettini (I), Quick Step-Innergetic, at 0:14
\r\n5. Kurt-Asle Arvesen (Nor), CSC, at 0:19
\r\n6. Nicki Sorensen (Dk), CSC, s.t.
\r\n7. Lars Ytting Bak (Dk), CSC, s.t.
\r\n8. Marcus Ljungqvist (Swe), CSC, s.t.
\r\n','','Jersey Standings after stage 3','Overall Standings (GC) after stage 3','20060822043150STAGE3.gif','','220 kilometers',0,'','meta',6,'','/tick/html/stage84','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 2 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name and finish time in the
\r\nsubject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(85,15,'complete','yes','no','yes','2006-08-29','Stage 4','Almendralejo','Cáceres','no','Overall: Thor Hushovd (Nor), Crédit Agricole
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Mario DeSarraga (Sp), Relax-Gam
\r\nAllround: David De La Fuente (Sp), Saunier Duval
\r\nTeam: Team CSC, 13:17:24','','1. Thor Hushovd (Nor), Crédit Agricole, 7:51:34
\r\n2. Erik Zabel (G), Milram
\r\n3. Paolo Bettini (I), Quick Step-Innergetic, 0:14
\r\n4. Stuart O\'Grady (Aus), CSC, 0:19
\r\n5. Lars Ytting Bak (Dk), CSC, 0:19
\r\n6. Kurt-Asle Arvesen (Nor), CSC, 0:19
\r\n7. Nicki Sorensen (Dk), CSC, 0:19
\r\n8. Marcus Ljungqvist (Swe), CSC, 0:19
\r\n9. Carlos Sastre (Sp), CSC, 0:19
\r\n10. Iñigo Cuesta (Sp), CSC, 0:19\r\n','http://www.velonews.com/race/int/articles/10779.r.html','Jersey Standings after stage 4','Overall Standings (GC) after stage 4','20060822043232STAGE4.gif','','142 kilometers',0,'','meta',6,'','/tick/html/stage85','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 4 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name and finish time in the
\r\nsubject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(86,15,'complete','yes','no','yes','2006-08-30','Stage 5','Plasencia','Estación de Esquí La Covatilla (Béjar)','no','Overall: Danilo Di Luca (I), Liquigas-Bianchi
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Danilo Di Luca (I), Liquigas-Bianchi
\r\nAllround: Danilo Di Luca (I), Liquigas-Bianchi
\r\nTeam: Discovery Channel Pro Cycling Team, 55:40:27','http://velonews.com/race/int/articles/10785.r.html','1. Danilo Di Luca (I), Liquigas, 18:37:56
\r\n2. Janez Brajkovic (Slo), Discovery, at 0:04
\r\n3. Andrey Kashechkin (Kaz), Astana, at 0:18
\r\n4. Carlos Sastre (Sp), CSC, at 0:29
\r\n5. José Angel Gomez Marchante (Sp), Saunier Duval, at 0:35
\r\n6. Alejandro Valverde (Sp), Caisse d\'Epargne., at 0:36
\r\n7. Manuel Beltran (Sp), Discovery, at 0:55
\r\n8. Thomas Danielson (USA), Discovery, at 0:58
\r\n9. Bernhard Kohl (A), T-Mobile, 1:00
\r\n10. Samuel Sanchez (Sp), Euskaltel-Euskadi, 1:04','http://velonews.com/race/int/articles/10785.r.html','Jersey Standings after stage 4','Overall Standings (GC) after stage 5','20060822043314STAGE5.gif','','178 kilometers',0,'','meta',6,'','/tick/html/stage86','Daily Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 5 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name and finish time in the
\r\nsubject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(87,15,'complete','yes','no','yes','2006-08-31','Stage 6','Zamora','León','no','Overall: Danilo Di Luca (I), Liquigas-Bianchi
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Danilo Di Luca (I), Liquigas-Bianchi
\r\nAllround: Danilo Di Luca (I), Liquigas-Bianchi
\r\nTeam: Discovery Channel Pro Cycling Team, 55:40:27','http://www.velonews.com/race/int/articles/10791.r.html','1. Danilo Di Luca (I), Liquigas-Bianchi, 22:47:11
\r\n2. Janez Brajkovic (Slo), Discovery Channel, at 0:04
\r\n3. Andrey Kashechkin (Kaz), Astana, at 0:18
\r\n4. Carlos Sastre (Sp), CSC, at 0:29
\r\n5. José Angel Gomez Marchante (Sp), Saunier Duval, at 0:35
\r\n6. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., at 0:36
\r\n7. Manuel Beltran (Sp), Discovery Channel, at 0:55
\r\n8. Thomas Danielson (USA), Discovery Channel, at 0:58
\r\n9. Ruggero Marzoli (I), Lampre, at 0:59
\r\n10. Bernhard Kohl (A), T-Mobile, at 1:00','http://www.velonews.com/race/int/articles/10791.r.html','Jersey Standings after stage 6','Overall Standings (GC) after stage 6','20060822043515STAGE6.gif','','155 kilometers',0,'','meta',6,'','/tick/html/stage87','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 6 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name and finish time in the
\r\nsubject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(88,15,'complete','yes','no','yes','2006-09-01','Stage 7','León','Alto de El Morredero (Ponferrada)','no','Overall: Janez Brajkovic (Slo), Discovery Channel
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Janez Brajkovic (Slo), Discovery Channel
\r\nAllround: Janez Brajkovic (Slo), Discovery Channel
\r\nTeam: Discovery Channel Pro Cycling Team, 55:40:27','http://velonews.com/race/int/articles/10801.r.html','1. Janez Brajkovic (Slo), Discovery Channel, 26:48:27
\r\n2. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., at 0:05
\r\n3. Carlos Sastre (Sp), CSC, at 0:10
\r\n4. José Angel Gomez Marchante (Sp), Saunier Duval, at 0:22
\r\n5. Andrey Kashechkin (Kaz), Astana, at 0:23
\r\n6. Manuel Beltran (Sp), Discovery Channel, at 0:51
\r\n7. Ruggero Marzoli (I), Lampre, 1:17
\r\n8. Bernhard Kohl (A), T-Mobile, 1:37
\r\n9. Danilo Di Luca (I), Liquigas-Bianchi, 1:47
\r\n10. Iban Mayo (Sp), Euskaltel-Euskadi, 2:27
\r\n','http://velonews.com/race/int/articles/10801.r.html','Jersey Standings after stage 7','Overall Standings (GC) after stage 7','20060822043534STAGE7.gif','','148 kilometers',0,'','meta',6,'','/tick/html/stage88','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 7 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name and finish time in the
\r\nsubject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(89,15,'complete','yes','no','yes','2006-09-02','Stage 8','Ponferrada','Lugo','no','Overall: Janez Brajkovic (Slo), Discovery Channel
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Janez Brajkovic (Slo), Discovery Channel
\r\nAllround: Janez Brajkovic (Slo), Discovery Channel
\r\nTeam: Discovery Channel Pro Cycling Team, 55:40:27','http://velonews.com/race/int/articles/10801.r.html','1. Janez Brajkovic (Slo), Discovery Channel, 26:48:27
\r\n2. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., at 0:05
\r\n3. Carlos Sastre (Sp), CSC, at 0:10
\r\n4. José Angel Gomez Marchante (Sp), Saunier Duval, at 0:22
\r\n5. Andrey Kashechkin (Kaz), Astana, at 0:23
\r\n6. Manuel Beltran (Sp), Discovery Channel, at 0:51
\r\n7. Ruggero Marzoli (I), Lampre, 1:17
\r\n8. Bernhard Kohl (A), T-Mobile, 1:37
\r\n9. Danilo Di Luca (I), Liquigas-Bianchi, 1:47
\r\n10. Iban Mayo (Sp), Euskaltel-Euskadi, 2:27
\r\n','http://velonews.com/race/int/articles/10801.r.html','Jersey Standings after stage 7','Overall Standings (GC) after stage 7','20060822043633STAGE8.gif','','173 kilometers',0,'','meta',6,'','/tick/html/stage89','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 8 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name and finish time in the
\r\nsubject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(90,15,'complete','yes','no','yes','2006-09-03','Stage 9','A Fonsagrada','Alto de La Cobertoria','no','Overall: Janez Brajkovic (Slo), Discovery Channel
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Janez Brajkovic (Slo), Discovery Channel
\r\nAllround: Janez Brajkovic (Slo), Discovery Channel
\r\nTeam: Discovery Channel Pro Cycling Team, 55:40:27','http://www.velonews.com/race/int/articles/10805.r.html','1. Janez Brajkovic (Slo), Discovery Channel, 30:50:39
\r\n2. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., at 0:05
\r\n3. Carlos Sastre (Sp), CSC, at 0:10
\r\n4. J. Angel Gomez Marchante (Sp), Saunier Duval, at 0:22
\r\n5. Andrey Kashechkin (Kaz), Astana, at 0:23
\r\n6. Manuel Beltran (Sp), Discovery Channel, at 0:51
\r\n7. Ruggero Marzoli (I), Lampre, 1:05
\r\n8. Bernhard Kohl (A), T-Mobile, 1:37
\r\n9. Danilo Di Luca (I), Liquigas-Bianchi, 1:47
\r\n10. Alexandre Vinokourov (Kaz), Astana, 2:07','http://www.velonews.com/race/int/articles/10805.r.html','Jersey Standings after stage 8','Overall Standings (GC) after stage 8','20060822043652STAGE9.gif','','206 kilometers',0,'','meta',6,'','/tick/html/stage90','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 9 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name and finish time in the
\r\nsubject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(91,15,'complete','yes','no','yes','2006-09-05','Stage 10','Avilés','Museo de Altamira (Santillana del Mar)','no','Overall: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Pietro Caucchioli (I), Credit Agricole,
\r\nAllround: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nTeam: Discovery Channel Pro Cycling Team, 123:46:05','http://www.velonews.com/race/int/articles/10817.r.html','1. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., 41:19:09
\r\n2. Andrey Kashechkin (Kaz), Astana, at 0:27
\r\n3. Carlos Sastre (Sp), CSC, at 0:44
\r\n4. José Angel Gomez Marchante (Sp), Saunier Duval, at 0:56
\r\n5. Alexandre Vinokourov (Kaz), Astana, 1:38
\r\n6. Janez Brajkovic (Slo), Discovery Channel, 2:05
\r\n7. Danilo Di Luca (I), Liquigas-Bianchi, 2:21
\r\n8. Manuel Beltran (Sp), Discovery Channel, 2:28\r\n9. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 3:02
\r\n10. Sergio Paulinho (P), Astana, 3:42\r\n','http://www.velonews.com/race/int/articles/10817.r.html','Jersey Standings after stage 10','Overall Standings (CG) after stage 10','20060822043714STAGE10.gif','','190 kilometers',0,'','meta',6,'','/tick/html/stage91','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 10 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name and finish time in the
\r\nsubject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(92,15,'complete','yes','no','yes','2006-09-06','Stage 11','Torrelavega (Velódromo Oscar Freire)','Burgos','no','Overall: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Pietro Caucchioli (I), Credit Agricole,
\r\nAllround: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nTeam: Discovery Channel Pro Cycling Team, 137:17:49','http://www.velonews.com/race/int/articles/10822.r.html','1. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., 45:54:45
\r\n2. Andrey Kashechkin (Kaz), Astana, at 0:27
\r\n3. Carlos Sastre (Sp), CSC, at 0:44
\r\n4. J. Angel Gomez Marchante (Sp), Saunier Duval, at 0:56
\r\n5. Alexandre Vinokourov (Kaz), Astana, 1:38
\r\n6. Janez Brajkovic (Slo), Discovery Channel, 2:05
\r\n7. Danilo Di Luca (I), Liquigas-Bianchi, 2:21
\r\n8. Manuel Beltran (Sp), Discovery Channel, 2:28
\r\n9. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 3:02
\r\n10. Sergio Paulinho (P), Astana, 3:42','http://www.velonews.com/race/int/articles/10822.r.html','Jersey Standings after stage 11','Overall Standings (GC) after stage 11','20060822043817STAGE11.gif','','165 kilometers',0,'','meta',6,'','/tick/html/stage92','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 11 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(93,15,'complete','yes','no','yes','2006-09-07','Stage 12','Aranda de Duero','Guadalajara','no','Overall: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Pietro Caucchioli (I), Credit Agricole,
\r\nAllround: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nTeam: Discovery Channel Pro Cycling Team, 148:21:06','http://www.velonews.com/race/int/articles/10827.r.html','1. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., 49:38:46
\r\n2. Andrey Kashechkin (Kaz), Astana, at 0:27
\r\n3. Carlos Sastre (Sp), CSC, at 0:44
\r\n4. J. Angel Gomez Marchante (Sp), Saunier Duval, at 0:56
\r\n5. Alexandre Vinokourov (Kaz), Astana, 1:38
\r\n6. Janez Brajkovic (Slo), Discovery Channel, 2:05
\r\n7. Danilo Di Luca (I), Liquigas-Bianchi, 2:21
\r\n8. Manuel Beltran (Sp), Discovery Channel, 2:28
\r\n9. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 3:02
\r\n10. Sergio Paulinho (P), Astana, 3:42','http://www.velonews.com/race/int/articles/10827.r.html','Jersey Standings after stage 12','Overall Standings (GC) after stage 12','20060822043846STAGE12.gif','','162 kilometers',0,'','meta',6,'','/tick/html/stage93','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 12 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(94,15,'complete','yes','no','yes','2006-09-08','Stage 13','Guadalajara','Cuenca','no','Overall: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Pietro Caucchioli (I), Credit Agricole,
\r\nAllround: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nTeam: Discovery Channel Pro Cycling Team, 160:32:15','http://www.velonews.com/race/int/articles/10831.r.html','1. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., 53:42:21
\r\n2. Andrey Kashechkin (Kaz), Astana, at 0:35
\r\n3. Carlos Sastre (Sp), CSC, at 0:52
\r\n4. J. Angel Gomez Marchante (Sp), Saunier Duval, at 1:04
\r\n5. Alexandre Vinokourov (Kaz), Astana, 1:46
\r\n6. Janez Brajkovic (Slo), Discovery Channel, 2:13
\r\n7. Manuel Beltran (Sp), Discovery Channel, 2:36
\r\n8. Danilo Di Luca (I), Liquigas-Bianchi, 2:39
\r\n9. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 3:10
\r\n10. Ruggero Marzoli (I), Lampre, 4:07','http://www.velonews.com/race/int/articles/10831.r.html','Jersey Standings after stage 13','Overall Standings (GC) after stage 13','20060822043902STAGE13.gif','','170 kilometers',0,'','meta',6,'','/tick/html/stage94','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 13 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(95,15,'complete','yes','no','yes','2006-09-09','Stage 14','Cuenca','Cuenca','no','Overall: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Pietro Caucchioli (I), Credit Agricole,
\r\nAllround: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nTeam: Discovery Channel Pro Cycling Team, 160:32:15','http://velonews.com/race/int/articles/10831.r.html','1. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., 53:42:21
\r\n2. Andrey Kashechkin (Kaz), Astana, at 0:35
\r\n3. Carlos Sastre (Sp), CSC, at 0:52
\r\n4. J. Angel Gomez Marchante (Sp), Saunier Duval, at 1:04
\r\n5. Alexandre Vinokourov (Kaz), Astana, 1:46
\r\n6. Janez Brajkovic (Slo), Discovery Channel, 2:13
\r\n7. Manuel Beltran (Sp), Discovery Channel, 2:36
\r\n8. Danilo Di Luca (I), Liquigas-Bianchi, 2:39
\r\n9. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 3:10
\r\n10. Ruggero Marzoli (I), Lampre, 4:07','http://velonews.com/race/int/articles/10831.r.html','Jersey Standings after stage 13','Overall Standings (GC) after stage 13','20060822043928STAGE14.gif','','33 kilometers',0,'','meta',6,'','/tick/html/stage95','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 14 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nindividual time trial, along with the finishing time,
and \r\ninclude both in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name and finish time in the
\r\nsubject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once any of
    \r\nthe final 10 riders.
  • \r\n
','notes','',''),(96,15,'complete','yes','no','yes','2006-09-10','Stage 15','Motilla del Palancar','Factoría Ford (Almussafes)','no','Overall: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Pietro Caucchioli (I), Credit Agricole,
\r\nAllround: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nTeam: Discovery Channel Pro Cycling Team, 162:38:15','','1. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., at 54:23:28
\r\n2. Andrey Kashechkin (Kaz), Astana
\r\n3. Carlos Sastre (Sp), CSC, at 1:25
\r\n4. Alexandre Vinokourov (Kaz), Astana, at 1:38
\r\n5. J. Angel Gomez Marchante (Sp), Saunier Duval, at 2:06
\r\n6. Janez Brajkovic (SLO), Discovery Channel, at 3:49
\r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., at 4:00
\r\n8. Danilo Di Luca (I), Liquigas-Bianchi, at 4:31
\r\n9. Manuel Beltran (Sp), Discovery Channel, at 5:03
\r\n10. Ruggero Marzoli (I), Lampre, at 7:02
\r\n','http://www.velonews.com/race/int/articles/10839.r.html','Jersey Standings after stage 14','Overall Standings (GC) after stage 14','20060822043958STAGE15.gif','','175 kilometers',0,'','meta',6,'','/tick/html/stage96','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 15 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(97,15,'complete','yes','no','yes','2006-09-12','Stage 16','Almería','Observatorio Astronómico de Calar Alto','no','Overall: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Pietro Caucchioli (I), Credit Agricole,
\r\nAllround: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nTeam: Discovery Channel Pro Cycling Team, 175:53:00','','1. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., 58:48:23
\r\n2. Andrey Kashechkin (Kaz), Astana,at 0:48
\r\n3. Carlos Sastre (Sp), CSC, 1:25
\r\n4. Alexandre Vinokourov (Kaz), Astana, 1:38
\r\n5. J. Angel Gomez Marchante (Sp), Saunier Duval, 2:23
\r\n6. Janez Brajkovic (Slo), Discovery Channel, 3:49
\r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 4:29
\r\n8. Danilo Di Luca (I), Liquigas-Bianchi, 4:48
\r\n9. Manuel Beltran (Sp), Discovery Channel, 5:03
\r\n10. Stijn Devolder (B), Discovery Channel, 7:15','http://www.velonews.com/race/int/articles/10843.r.html','Jersey Standings aftr stage 15','Overall Standings (GC) after stage 15','20060822044029STAGE16.gif','','145 kilometers',0,'','meta',6,'','/tick/html/stage97','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 16 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name in the subject line.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(98,15,'complete','yes','no','yes','2006-09-13','Stage 17','Adra','Granada','no','Overall: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Pietro Caucchioli (I), Credit Agricole,
\r\nAllround: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nTeam: Discovery Channel Pro Cycling Team, 189:24:33','','1. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., 63:18:16
\r\n2. Alexandre Vinokourov (Kaz), Astana, 1:42
\r\n3. Carlos Sastre (Sp), CSC, 1:42
\r\n4. Andrey Kashechkin (Kaz), Astana,at 2:05
\r\n5. J. Angel Gomez Marchante (Sp), Saunier Duval, 4:23
\r\n6. Manuel Beltran (Sp), Discovery Channel, 5:34
\r\n7. Danilo Di Luca (I), Liquigas-Bianchi, 5:56
\r\n8. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 6:29
\r\n9. Samuel SÃÂnchez (Sp), Euskaltel-Euskadi, at 7:53
\r\n10. Thomas Danielson (USA), Discovery Channel, at 8:05','http://velonews.com/race/int/articles/10852.r.html','Jersey Standings aftr stage 16','Overall Standings (GC) after stage 16','20060822044043STAGE17.gif','','167 kilometers',0,'','meta',6,'','/tick/html/stage98','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 17 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject
line of your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name \r\n\r\nin the subject line.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: \r\n\r\nA Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(99,15,'complete','yes','no','yes','2006-09-14','Stage 18','Granada','Sierra de la Pandera','no','Overall: Alexandre Vinokourov (Kaz), Astana.
\r\nPoints: Thor Hushovd (Nor), Crédit Agricole
\r\nClimber: Egoi Martinez (Sp), Discovery Channel
\r\nAllround: Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\nTeam: Discovery Channel Pro Cycling Team, 201:59:16','','1. Alexandre Vinokourov (Kaz), Astana, 67:29:41
\r\n2. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., at 0:09
\r\n3. Carlos Sastre (Sp), CSC, at 1:51
\r\n4. Andrey Kashechkin (Kaz), Astana, at 2:14
\r\n5. J. Angel Gomez Marchante (Sp), Saunier Duval, at 4:32
\r\n6. Thomas Danielson (USA), Discovery Channel, at 6:09
\r\n7. Manuel Beltran (Sp), Discovery Channel, at 6:33
\r\n8. Samuel Sánchez (Sp), Euskaltel-Euskadi, at 7:25
\r\n9. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., at 7:39
\r\n10. Luis Pérez (Sp), Cofidis, at 9:04\r\n','http://velonews.com/race/int/articles/10860.r.html','Jersey Standings after stage 17','Overall Standings (GC) after stage 17','20060822044058STAGE18.gif','','153 kilometers',0,'','meta',6,'','/tick/html/stage99','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 18 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject
line of your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name \r\n\r\nin the subject line.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: \r\n\r\nA Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(100,15,'complete','yes','no','yes','2006-09-15','Stage 19','Jaén','Ciudad Real','no','Leader\'s Jersey - Alexandre Vinokourov (Kaz), Astana
Points Jersey - Thor Hushovd (Nor), Credit Agricole
Climber\'s Jersey - Egoi Martinez (Sp) Discovery
All Around - Vinokourov
Team - Discovery ','http://velonews.com/race/int/articles/10864.r.html','1. Alexandre Vinokourov (Kaz), AWT, 71:27:08
\r\n2. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B.
\r\n3. Andrey Kashechkin (Kaz), AWT, 2:06
\r\n4. Carlos Sastre (Sp), CSC, 2:51
\r\n5. J. Angel Gomez Marchante (Sp), Saunier Duval, 5:06
\r\n6. Thomas Danielson (USA), Discovery Channel, 7:05
\r\n7. Samuel SÃÂnchez (Sp), Euskaltel-Euskadi, 8:23
\r\n8. Manuel Beltran (Sp), Discovery Channel, 8:28
\r\n9. Luis PÉrez (Sp), Cofidis, 10:04
\r\n10. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 10:06
\r\n','http://velonews.com/race/int/articles/10864.r.html','Jerseys','Overall Standings','20060822044113STAGE19.gif','','195 kilometers',0,'','meta',6,'','/tick/html/stage100','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 19 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject
line of your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name \r\n\r\nin the subject line.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: \r\n\r\nA Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(101,15,'complete','yes','no','yes','2006-09-16','Stage 20','Rivas Futura','Rivas Vaciamadrid','no','Leader\'s Jersey - Alexandre Vinokourov (Kaz), Astana
Points Jersey - Thor Hushovd (Nor), Credit Agricole
Climber\'s Jersey - Egoi Martinez (Sp) Discovery
All Around - Vinokourov
Team - Discovery ','','1. Alexandre Vinokourov (Kaz), Astana, 77:08:38
\r\n2. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., at 0:53
\r\n3. Andrey Kashechkin (Kaz), Astana, at 2:06
\r\n4. Carlos Sastre (Sp), CSC, at 2:51
\r\n5. J. Angel Gomez Marchante (Sp), Saunier Duval, at 5:06
\r\n6. Thomas Danielson (USA), Discovery Channel, at 7:05
\r\n7. Samuel Sánchez (Sp), Euskaltel-Euskadi, at 8:23
\r\n8. Manuel Beltran (Sp), Discovery Channel, at 8:28
\r\n9. Luis Pérez (Sp), Cofidis, at 10:04
\r\n10. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., at 10:06\r\n','http://www.velonews.com/race/int/articles/10873.r.html','Jerseys','Overall Standings','20060822044138STAGE20.gif','','28 kilometers',0,'','meta',6,'','/tick/html/stage101','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 20 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nindividual time trial, along with the finishing time,
and \r\ninclude both in the subject line of
your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name and finish time in the
\r\nsubject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: A Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once any of
    \r\nthe final 10 riders.
  • \r\n
','notes','',''),(102,15,'complete','yes','no','yes','2006-09-17','Stage 21','Madrid','Madrid','no','Leader\'s Jersey - Alexandre Vinokourov (Kaz), Astana
Points Jersey - Thor Hushovd (Nor), Credit Agricole
Climber\'s Jersey - Egoi Martinez (Sp) Discovery
All Around - Vinokourov
Team - Discovery ','','1. Alexandre Vinokourov (Kaz), Astana, 77:42:17
\r\n2. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., 1:12
\r\n3. Andrey Kashechkin (Kaz), Astana, 3:12
\r\n4. Carlos Sastre (Sp), CSC, 3:35
\r\n5. J. Angel Gomez Marchante (Sp), Saunier Duval, 6:51
\r\n6. Thomas Danielson (USA), Discovery Channel, 8:09
\r\n7. Samuel Sánchez (Sp), Euskaltel-Euskadi, 8:29
\r\n8. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 10:36
\r\n9. Manuel Beltran (Sp), Discovery Channel, 10:47
\r\n10. Luis PÉrez (Sp), Cofidis, 11:32\r\n','http://www.velonews.com/race/int/articles/10880.r.html','Jerseys','Overall Standings','20060822044153STAGE21.gif','','150 kilometers',0,'','meta',6,'','/tick/html/stage102','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\n2007 Brinton Calendar:
A Year of Cycling Legends
\r\n\r\n
\r\n
\r\n

\r\nStage 21 Pick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nSend in your choice of who will win today\'s
\r\nstage and include that choice in the subject
line of your e-mail.\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name \r\n\r\nin the subject line.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a 2007 Brinton Calendar: \r\n\r\nA Year of Cyling Legends.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once the
    \r\nleaders are within 10km of the finish.
  • \r\n
','notes','',''),(106,16,'complete','yes','no','yes','2006-09-24','Road Race','Salzburg, Austria','Salzburg, Austria','no','1. Tom Boonen, (B) 273km in 6:26:10, (42.41kph)
\r\n2. Alejandro Valverde Belmonte, (Sp)
\r\n3. Anthony Geslin, (F)
\r\n4. Marcus Ljungqvist, (S)
\r\n5. Murilo Fischer, (Brz)
\r\n6. Jakob Piil, (Dk)
\r\n7. Alexandr Kolobnev, (Rus)','http://velonews.com/race/int/articles/8960.r.html','1. Oscar Freire (Spain) 265.5km in 6:57:15
\r\n2. Erik Zabel (Germany) same time
\r\n3. Luca Paolini (Italy) s.t.
\r\n4. Stuart O\'Grady (Australia) s.t.
\r\n5. Allan Davis (Australia) s.t.
\r\n6. Alejandro Valverde (Spain) s.t.
\r\n7. Michael Boogerd (Netherlands) s.t.','http://www.velonews.com/race/int/articles/7059.r.html','2005 World Championships, Madrid, Spain','2004 World Championships','20060921011419hoehenprofil_RoadRace.jpe','','265.2 kilometers',0,'','meta',6,'','/tick/html/stage106','Pick the Winner Contest','
ENTER TO WIN! :: ENTER TO WIN!

\r\nCycling’s Golden Age:
Heroes of the Postwar Era, 1946-1967
\r\n
\r\n
\"Cycling\'s \r\n

\r\nPick the Winner Contest\r\n
Presented by Velogear.com
\r\n

\r\nCycling\'s Golden Age is a spectacular
compilation of photos and memorabilia from
The Horton Collection. Heroes of cycling’s
extraordinary postwar period come to life
through their trophies, jerseys, and most personal possessions.


\r\n\r\nSend in your choice of who will win the
\r\nrainbow jersey, and be sure to include
\r\nthe name in the subject line of
your e-mail.\r\n\r\n

Send your choice in an e-mail to \r\n
Rosters@InsideInc.com. Be sure to include rider\'s name and finish time in the
\r\nsubject line of your email.\r\n

We will chose a random winner from among \r\n
the correct entries. Today\'s winner will \r\n
receive a Cycling’s Golden Age:
Heroes of the Postwar Era, 1946-1967
.\r\n

Please note:\r\n

    \r\n
  • Just one entry per person per day.
  • \r\n
  • We will not accept entries once any of
    \r\nthe final 10 riders.
  • \r\n
','notes','',''),(112,18,'complete','yes','yes','yes','2006-10-21','Kona 2006','Kona, Hawaii','Kona, Hawaii','no','\r\n\r\n\r\n\r\n\r\n\r\n
\"Swim
Swim
\"Bike
Bike
\"Run
Run
','','We have added a new feature to our map viewer to make it more interactive. Click on the pin markers below to see addiitonal photos, maps, descriptions, etc... The pins are color coded to the event they refer to: red for swim, green for bike and purple for run. ','','Course Maps','New Map Feature','','','2.4mi S/112mi B/26.2mi R',0,' DESC','meta',-6,'','/tick/html/stage112','Enter to win!','
ENTER TO WIN! :: ENTER TO WIN!

\r\nA pair of Zipp 606 wheels
\r\n\r\n
\r\n
\r\n
\r\nSign up for a free \r\n\r\n14-day Inside Triathlon web trial between now and Midnight, October 21 and you will be automatically entered to win a pair \r\n\r\nof Zipp 606 wheels. No purchase necessary. We will announce the winner at the conclusion of the Ironman World \r\n\r\nChampionships. \r\n

\r\nATTENTION Inside Triathlon subscribers: To enter your name in the Kona give-away drawing, simply email konacontest@insideinc.com with “Kona Contest†in the message headline and your \r\n\r\nname in the body of the email. \r\n

\r\nNOTE: All entries must be received by 12:00am (PST), October 21, 2006. One entry per person. ','notes','',''),(114,18,'new','yes','yes','yes','2006-10-20','Kona 2006 - Pre race (Fri)','Kona, Hawaii','Kona, Hawaii','no','\r\n\r\n\r\n\r\n\r\n\r\n
\"Swim
Swim
\"Bike
Bike
\"Run
Run
','','We have added a new feature to our map viewer to make it more interactive. Click on the pin markers below to see addiitonal photos, maps, descriptions, etc... The pins are color coded to the event they refer to: red for swim, green for bike and purple for run.

Enjoy!','','Course Maps','New Map Feature','','','2.4mi S/112mi B/26.2mi R',180,'','javascript',-6,'','/tick/html/stage114','Enter to win!','
ENTER TO WIN! :: ENTER TO WIN!

\r\nA pair of Zipp 606 wheels
\r\n\r\n
\r\n
\r\n
\r\nSign up for a free \r\n\r\n14-day Inside Triathlon web trial between now and Midnight, October 21 and you will be automatically entered to win a pair \r\n\r\nof Zipp 606 wheels. No purchase necessary. We will announce the winner at the conclusion of the Ironman World \r\n\r\nChampionships. \r\n

\r\nATTENTION Inside Triathlon subscribers: To enter your name in the Kona give-away drawing, simply email konacontest@insideinc.com with “Kona Contest†in the message headline and your \r\n\r\nname in the body of the email. \r\n

\r\nNOTE: All entries must be received by 12:00am (PST), October 21, 2006. One entry per person. ','notes','',''),(115,18,'new','yes','yes','yes','2006-10-19','Kona 2006 - Pre race (Thurs)','Kona, Hawaii','Kona, Hawaii','no','\r\n\r\n\r\n\r\n\r\n\r\n
\"Swim
Swim
\"Bike
Bike
\"Run
Run
','','We have added a new feature to our map viewer to make it more interactive. Click on the pin markers below to see addiitonal photos, maps, descriptions, etc... The pins are color coded to the event they refer to: red for swim, green for bike and purple for run.

Enjoy!','','Course Maps','New Map Feature','','','2.4mi S/112mi B/26.2mi R',180,'','javascript',-6,'','/tick/html/stage115','Enter to win!','
ENTER TO WIN! :: ENTER TO WIN!

\r\nA pair of Zipp 606 wheels
\r\n\r\n
\r\n
\r\n
\r\nSign up for a free \r\n\r\n14-day Inside Triathlon web trial between now and Midnight, October 21 and you will be automatically entered to win a pair \r\n\r\nof Zipp 606 wheels. No purchase necessary. We will announce the winner at the conclusion of the Ironman World \r\n\r\nChampionships. \r\n

\r\nATTENTION Inside Triathlon subscribers: To enter your name in the Kona give-away drawing, simply email konacontest@insideinc.com with “Kona Contest†in the message headline and your \r\n\r\nname in the body of the email. \r\n

\r\nNOTE: All entries must be received by 12:00am (PST), October 21, 2006. One entry per person. ','notes','',''),(116,18,'complete','yes','yes','yes','2006-10-18','Kona 2006 - Pre race','Kona, Hawaii','Kona, Hawaii','no','\r\n\r\n\r\n\r\n\r\n\r\n
\"Swim
Swim
\"Bike
Bike
\"Run
Run
','','We have added a new feature to our map viewer to make it more interactive. Click on the pin markers below to see additional photos, maps, descriptions, etc... We\'ll be updating these throughout the week. The pins are color-coded: red for swim, green for bike and purple for run. ','','Course Maps','New Map Feature','','','2.4mi S/112mi B/26.2mi R',180,' DESC','javascript',-6,'','/tick/html/stage116','Enter to win!','
ENTER TO WIN! :: ENTER TO WIN!

\r\nA pair of Zipp 606 wheels
\r\n\r\n
\r\n
\r\n
\r\nSign up for a free 14-day Inside Triathlon web trial between now and Midnight, October 21 and you will be automatically entered to win a pair of Zipp 606 wheels. No purchase necessary. We will announce the winner at the conclusion of the Ironman World Championships. \r\n

\r\nATTENTION Inside Triathlon subscribers: To enter your name in the Kona give-away drawing, simply email konacontest@insideinc.com with “Kona Contest” in the message headline and your name in the body of the email. \r\n

\r\nNOTE: All entries must be received by 12:00am (PST), October 21, 2006. One entry per person. \r\n','notes','',''),(117,19,'complete','yes','yes','yes','2006-11-12','Race Day','Henderson, NV','Henderson, NV','no','\r\n\r\n\r\n\r\n\r\n\r\n
\"Swim
Swim
\"Bike
Bike
\"Run
Run
','','1. Team Inside-Out Sports, 8:17:10
\r\n2. Team www.athleteslawyer.com, 8:17:42
\r\n3. Team R&A/FIT Multisports/Cervelo, 8:39:50
\r\n4. Team Powercranks, 8:55:35
','','Course Maps','Final Relay Standings','20061107060047253000.jpg','','2.4mi S/112mi B/26.2mi R',0,'','meta',-3,'','/tick/html/stage117','','','notes','',''),(121,20,'complete','no','yes','yes','2007-02-19','- Stage 1','Sausalito','Santa Rosa','no','Leader\'s Jersey - Levi Leipheimer (USA), Discovery
Climber\'s Jersey - Brian Sheedy (USA) Priority Health
Best Young Rider - Taylor Tolleson (USA), Slipstream
Team - Discovery ','','1. Levi Leipheimer (USA), Discovery Channel 4:49:050\r\n
\r\n2. Jason Donald (USA), Slipstream-Chipotle, 4:50.497
\r\n3. Ben Jacques-Maynes (USA), Priority Health-Bissel, 4:54.226
\r\n4. Rory Sutherland (Aus), Health Net-Maxxis, 4:54.669
\r\n5. Fabian Cancellara (Swi), CSC, 4:55.098','','Jersey Standings after Prologue','Overall Standings after Prologue','20070218112853620400.jpg','','97.1 miles',0,'','meta',-3,'','/tick/html/stage121','','','notes','',''),(123,20,'complete','yes','yes','yes','2007-02-20',' - Stage 2','Santa Rosa','Sacramento','no','Leader\'s Jersey - Levi Leipheimer (USA), Discovery Channel
Points Jersey - Allan Davis (Aus), Discovery
Climber\'s Jersey - Thomas Peterson (USA) Slipstream
Young Rider - Taylor Tolleson (USA) Slipstream
Team - Discovery ','','1. Levi Leipheimer (USA), Discovery Channel 4:22:08\r\n
\r\n2. Jason Donald (USA), Slipstream-Chipotle, at 0;01
\r\n3. Ben Jacques-Maynes (USA), Priority Health-Bissel, at 0:05
\r\n4. Fabian Cancellara (Swi), CSC, at 0:06\r\n
\r\n5. George Hincapie (USA), Discovery at 0:06
\r\n6. Adam Hansen (Aus), T-Mobile, at 0:06
\r\n7. Mauricio Alberto Ardila Cano (Col), Rabobank, at 0:07
\r\n8. Ben Day (Aus), Navigators, at 0:08\r\n \r\n\r\n','','Jersey Standngs after Stage 1','Overall Standings after Stage 1','20070219035651703400.gif','','116.3 miles',0,'','meta',-3,'','/tick/html/stage123','','','notes','',''),(124,20,'complete','no','yes','yes','2007-02-21',' - Stage 3','Stockton','San Jose','no','Leader\'s Jersey - Levi Leipheimer (USA), Discovery Channel
Points Jersey - Allan Davis (Aus), Discovery
Climber\'s Jersey - Thomas Peterson (USA) Slipstream
Young Rider - Taylor Tolleson (USA) Slipstream
Team - Discovery ','','1. Levi Leipheimer (USA), Discovery Channel, 9:02:47
\r\n2. Jason Donald (USA), Slipstream-Chipotle, 0:01
\r\n3. Benjamin (USA), Priority Health-Bissell, 0:05
\r\n4. Rory Sutherland (Aus), Health Net-Maxxis
\r\n5. Hilton Clarke (Aus), Navigators Insurance
\r\n6. Fabian Cancellara (Swi), CSC, 0:06
\r\n7. George Hincapie (USA), Discovery Channel
\r\n','http://velonews.com/race/dom/articles/11713.r.html','Jersey standings after stage 2','Overall standings (GG) after stage 2','20070219040440170000.gif','','94.6 miles',0,'','meta',-3,'','/tick/html/stage124','','','notes','',''),(127,20,'complete','no','yes','yes','2007-02-23',' - Stage 5','Solvang','Solvang','no','Leader\'s Jersey - Levi Leipheimer (USA), Discovery Channel
Points Jersey - Juan José Haedo (Arg), CSC
Climber\'s Jersey - Christophe Laurent (F), Crédit Agricole\r\n
Young Rider - Matthew Lloyd (Aus), Predictor-Lotto\r\n
Team - CSC ','','1. Levi Leipheimer (USA), Discovery Channel, 17:52:12
\r\n2. Jens Voigt (G), CSC, at 0:03
\r\n3. Rory Sutherland (Aus), Health Net-Maxxis, at 0:15
\r\n4. Christopher Horner (USA), Predictor-Lotto, at 0:16
\r\n5. Ardila Cano Mauricio Alberto (Col), Rabobank, at 0:17
\r\n6. Ben Day (Aus), Navigators Insurance, at 0:18
\r\n7. Ryder Hesjedal (Can), Health Net-Maxxis, at 0:19
\r\n8. Michael Rogers (Aus), T-Mobile, s.t.','http://www.velonews.com/race/dom/articles/11744.r.html','Jersey standings after Stage 4','Overall standings (GC) after stage 4','20070223101256963700.gif','','14.5 mile ITT',0,'','meta',-3,'','/tick/html/stage127','','','notes','',''),(126,20,'complete','no','yes','yes','2007-02-22',' - Stage 4','Seaside','San Luis Obispo','no','Leader\'s Jersey - Levi Leipheimer (USA), Discovery Channel
Points Jersey - Jens Voigt (G), CSC
Climber\'s Jersey - Thomas Peterson (USA) Slipstream
Young Rider - Matthew Lloyd (Aus) Predictor-Lotto
Team - CSC ','','1. Levi Leipheimer (USA), Discovery Channel, 12:46:25
\r\n2. Jens Voigt (G), CSC, 0:03
\r\n3. Rory Sutherland (Aus), Health Net-Maxxis, 0:15
\r\n4. Christopher Horner (USA), Predictor-Lotto, 0:16
\r\n5. Ardila Cano Mauricio Alberto (Col), Rabobank, 0:17
\r\n6. Ben Day (Aus), Navigators Insurance, 0:18
\r\n7. Ryder Hesjedal (CAN), Health Net-Maxxis, 0:19
\r\n8. Michael Rogers (Aus), T-Mobile, s.t. ,br>','http://www.velonews.com/race/dom/articles/11724.r.html','Jersey standings after stage 3','Overall standings (GG) after stage 3','20070219040648399300.gif','','132.6 miles',0,'','meta',-3,'','/tick/html/stage126','','','notes','',''),(128,20,'complete','no','yes','yes','2007-02-24',' - Stage 6','Santa Barbara','Santa Clarita','no','Leader\'s Jersey - Levi Leipheimer (USA), Discovery Channel
Points Jersey - Juan José Haedo (Arg), CSC
Climber\'s Jersey - Christophe Laurent (F), Crédit Agricole\r\n
Young Rider - Robert Gesink (Nl), Rabobank\r\n
Team - CSC ','','1. Levi Leipheimer (USA), Discovery Channel
\r\n2. Jens Voigt (G), CSC, 0:21
\r\n3. Jason McCartney (USA), Discovery Channel, 0:54
\r\n4. Bobby Julich (USA), CSC, 1:06
\r\n5. Stuart O\'Grady (Aus), CSC, 1:20
\r\n6. Christian Vande Velde (USA), CSC, 1:24
\r\n7. Michael Rogers (Aus), T-Mobile, 1:34
\r\n8. Ben Day (Aus), Navigators Insurance, 1:38','http://www.velonews.com/race/dom/articles/11760.0.html','Jersey Standngs after stage 5','Overall Standings (GC) after stage 5','20070224112721958100.gif','','105.4 miles',0,'','meta',-3,'','/tick/html/stage128','','','notes','',''),(129,20,'complete','no','yes','yes','2007-02-25',' - Stage 7','Long Beach','Long Beach','no','Leader\'s Jersey - Levi Leipheimer (USA), Discovery Channel
Points Jersey - Juan José Haedo (Arg), CSC
Climber\'s Jersey - Christophe Laurent (F), Crédit Agricole\r\n
Young Rider - Robert Gesink (Nl), Rabobank\r\n
Team - CSC ','','1. Levi Leipheimer (USA), Discovery Channel, 22:17:56
\r\n2. Jens Voigt (G), CSC, at 0:21
\r\n3. Jason McCartney (USA), Discovery Channel, at 0:54
\r\n4. Bobby Julich (USA), CSC, at 1:06
\r\n5. Stuart O\'Grady (Aus), CSC, at 1:16
\r\n6. Christian Vande Velde (USA), CSC, at 1:24
\r\n7. Michael Rogers (Aus), T-Mobile, at 1:32
\r\n8. Ben Day (Aus), Navigators Insurance, at 1:38\r\n','http://velonews.com/race/dom/articles/11765.r.html','Jersey Standings after stage 6','Overall Standings (GC) after stage 6','20070219041903101100.gif','','78 miles (10x 7.8 mi. circuit)',0,'','meta',-3,'','/tick/html/stage129','','','notes','',''),(130,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage130','','','notes','',''),(131,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage131','','','notes','',''),(132,23,'new','yes','no','yes','2007-06-12',' :: Team Race','Oceanside, CA','Atlantic City, NJ','no','','','','','','Overall Standings','','','3150 miles',0,'','meta',-3,'','/tick/html/stage132','','','notes','',''),(134,24,'complete','no','no','yes','2007-03-12','Stage 1','Cloyes-sur-le-Loir','Buzançais','no','Yellow Jersey: David Millar (GB), Saunier Duval
\r\nGreen Jersey: David Millar (GB), Saunier Duval
\r\nWhite Jersey: Roman Kreuzinger (Cz), Liquigas','','1. David Millar (GB), Saunier Duval, 4.7km in 6:01 (46.869 km/h) ,
\r\n2. Roman Kreuzinger (Cz), Liquigas, at 0:01
\r\n3. Sébastien Joly (F), Francaise des Jeux, at 0:02
\r\n4. Luis Sanchez (Sp), Caisse d\'Epargne, same time
\r\n5. Alberto Contador (Sp), Discovery Channel, s.t.
\r\n6. Levi Leipheimer (USA), Discovery Channel, at 0:03
\r\n7. Francisco Ventoso (Sp), Saunier Duval, at 0:04
\r\n8. Reinbert Wielinga (Nl), Saunier Duval, s.t.\r\n','http://www.velonews.com/race/int/articles/11871.r.html','Jersey Standings after Prologu','Overall Standings (GC) after Prologue','20070311093005067600.gif','','186 km',0,'','meta',6,'','/tick/html/stage134','','','notes','',''),(135,24,'complete','no','no','yes','2007-03-13','Stage 2','Vatan','Limoges','no','Overall: David Millar (GB), Saunier Duval\r\n
\r\n\"Best: Daniele Bennati (I), Lampre\r\n
\"Best: Romain Feillu (F), Agritubel\r\n\r\n
\"Best: Roman Kreuzinger (Cz), Liquigas\r\n
Team: SAUNIER DUVAL - PRODIR','','1. David Millar (GB), Saunier Duval
\r\n2. Roman Kreuzinger (Cz), Liquigas, at 00:01
\r\n3. Sanchez Luis-Leon (Sp), Caisse d\'Epargne, at 00:02
\r\n4. Alberto Contador (Sp), Discovery Channel, at 00:02
\r\n5. Sébastien Joly (F), Francaise des Jeux, at 00:02
\r\n6. Levi Leipheimer (USA), Discovery Channel, at 00:03
\r\n7. Francisco Ventoso (Sp), Saunier Duval, at 00:04
\r\n8. Thomas Lövkvist (Swe), Francaise des Jeux, at 00:04
','http://www.velonews.com/race/int/articles/11876.r.html','Jersey Standings After Stage 1','Overall Standings (GC) After Stage 1','20070312044410472400.gif','','177 km',0,'','meta',6,'','/tick/html/stage135','','','notes','',''),(136,24,'complete','no','no','yes','2007-03-14','Stage 3','Limoges','Maurs la Jolie','no','Overall: Franco Pellizotti (I), Liquigas\r\n\r\n
\r\n\"Best: Daniele Bennati (I), Lampre\r\n
\"Best: Stéphane Auge(F), Cofidis\r\n\r\n
\"Best: Roman Kreuzinger (Cz), Liquigas\r\n
Team: LIQUIGAS','','1. Franco Pellizotti (I), Liquigas
\r\n2. David Millar (GB), Saunier Duval, 00:06
\r\n3. Daniele Bennati (I), Lampre, 00:06
\r\n4. Roman Kreuzinger (Cz), Liquigas, 00:07
\r\n5. Joly Sébastien (F), Francaise des Jeux, 00:08
\r\n6. Sanchez Luis-Leon (Sp), Caisse d\'Epargne, 00:08
\r\n7. Francisco Ventoso (Sp), Saunier Duval, 00:10
\r\n8. Thomas Voeckler (F), Bouygues Telecom, 00:11\r\n','http://www.velonews.com/race/int/articles/11884.r.html','Jersey Standings After Stage 2','Overall Standings (GC) After Stage 2','20070314080224652000.gif','','215.5 km',0,'','meta',6,'','/tick/html/stage136','','','notes','',''),(137,24,'complete','no','no','yes','2007-03-15','Stage 4','Maurs la Jolie','Mende','no','Overall: Franco Pellizotti (I), Liquigas\r\n\r\n
\r\n\"Best: Daniele Bennati (I), Lampre\r\n
\"Best: Heinrich Haussler (G), Gerolsteiner\r\n\r\n
\"Best: Roman Kreuzinger (Cz), Liquigas\r\n
Team: LIQUIGAS','','1. Franco Pellizotti (I), Liquigas
\r\n2. Daniele Bennati (I), Lampre, at 0:02
\r\n3. David Millar (GB), Saunier Duval, at 0:06
\r\n4. Roman Kreuzinger (Cz), Liquigas, at 0:07
\r\n5. Sébastien Joly (F), Francaise des Jeux, at 0:08
\r\n6. Luis Leon Sanchez (Sp), Caisse d\'Epargne, s.t.
\r\n7. Francisco Ventoso (Sp), Saunier Duval, at 0:10
\r\n8. Thomas Voeckler (F), Bouygues Telecom, at 0:11','http://www.velonews.com/race/int/articles/11887.r.html','Jersey Standings After Stage 3','Overall Standings (GC) After Stage 3','20070314104634905800.gif','','169.5 km',0,'','meta',6,'','/tick/html/stage137','','','notes','',''),(140,24,'complete','no','no','yes','2007-03-16','Stage 5','Sorgues','Manosque','no','Overall: Davide Rebellin (I), Gerolsteiner\r\n
\r\n\"Best: Daniele Bennati (I), Lampre
\"Best: Heinrich Haussler (G), Gerolsteiner \r\n
\"Best: Alberto Contador (Sp), Discovery Channel
Team: CAISSE D’EPARGNE','','1. Davide Rebellin (I), Gerolsteiner, 17:40:34 (42.578kph)
\r\n2. Alberto Contador (Sp), Discovery Channel, at 00:06
\r\n3. Tadej Valjavec (SLO), Lampre, at 00:23
\r\n4. Franco Pellizotti (I), Liquigas, at 00:31
\r\n5. Sébastien Joly (F), Francaise des Jeux, at 00:32
\r\n6. Cadel Evans (Aus), Predictor-Lotto, at 00:35
\r\n7. David Millar (GB), Saunier Duval, at 00:42
\r\n8. Frank Schleck (Lux), CSC, at 00:42','http://velonews.com/race/int/articles/11892.r.html','Jersey Standings After Stage 4','Overall Standings (GC) After Stage 4','20070315044007525600.gif','','178.0 km',0,'','meta',6,'','/tick/html/stage140','','','notes','',''),(141,24,'complete','no','no','yes','2007-03-17','Stage 6','Brignoles','Cannes','no','Overall: Davide Rebellin (I), Gerolsteiner\r\n
\r\n\"Best: Daniele Bennati (I), Lampre
\"Best: Heinrich Haussler (G), Gerolsteiner\r\n
\"Best: Alberto Contador (Sp), Discovery
Team: Caisse d\'Epargne','','1. Davide Rebellin (I), Gerolsteiner, 21:52:39
\r\n2. Alberto Contador (Sp), Discovery Channel, 00:06
\r\n3. Tadej Valjavec (SLO), Lampre, 00:23
\r\n4. Franco Pellizotti (I), Liquigas, 00:31
\r\n5. Sébastien Joly(F), Francaise des Jeux, 00:32
\r\n6. Cadel Evans (Aus), Predictor-Lotto, 00:35
\r\n7. David Millar (GB), Saunier Duval, at 0:42
\r\n8. Frank Schleck (Lux), CSC, s.t.\r\n\r\n','http://www.velonews.com/race/int/articles/11897.r.html','Jersey Standings After Stage 5','Overall Standings (GC) After Stage 5','20070315044038880600.gif','','200.0 km',0,'','meta',6,'','/tick/html/stage141','','','notes','',''),(142,24,'complete','yes','no','yes','2007-03-18','Stage 7','Nice','Nice','no','Overall: Davide Rebellin, Gerolsteiner
\r\n\"Best: Franco Pellizotti, Liquigas
\"Best: Thomas Voeckler, Bouygues Telecom
\"Best: Alberto Contador, Discovery Channel
Team: Caisse d’Epargne ','','1. Davide Rebellin (I), Gerolsteiner, 26:39:39 (42.407kph)
\r\n2. Alberto Contador (Sp), Discovery Channel, 00:06
\r\n3. Luis-Leon Sanchez (Sp), Caisse d\'Epargne, 00:16
\r\n4. Tadej Valjavec (SLO), Lampre, 00:23
\r\n5. Franco Pellizotti (I), Liquigas, 00:31
\r\n6. Sébastien Joly (F), Francaise des Jeux, 00:32
\r\n','http://velonews.com/race/int/articles/11899.r.html','Jersey Standings After Stage 6','Overall Standings (GC) After Stage 6','20070315044102235000.gif','','129.5 km',0,'','meta',6,'','/tick/html/stage142','','','notes','',''),(144,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage144','','','notes','',''),(143,24,'new','yes','no','yes','2006-01-01','','','','no','','','','','','Overall Standings','','','',0,'','meta',0,'','/tick/html/stage143','','','notes','',''),(145,26,'complete','no','no','no','2007-04-15','Race Coverage','Paris (Compiègne)','Roubaix','no','AG2R Prevoyance, Agritubel, Astana, Bouygues Telecom, Caisse D’Epargne, Chocolade Jacques - Topsport, Cpfidis Credit Par Telephone, Credit Agricole, CSC, Discovery Channel, Euskaltel- Euskadi, Francaise des Jeux, Gerolsteiner, Lampre-Fondital, Landbouwkrediet - Tonissteiner, Liquigas, Milram, Predictor - Lotto, Quick Step - Innergetic, Rabobank, Saunier Duval - Prodir, Skil-Shimano, T-Mobile, Wiesenhof Felt','','1. Fabian Cancellara (Swi) CSC
\r\n2. Tom Boonen (B) Quick Step, at 01:49
\r\n3. Alessandro Ballan (I) Lampre, at 01:49
\r\n4. Juan Antonio Flecha (Sp) Rabobank, at 01:49
\r\n5. Bernhard Eisel (A) FDJ, at 03:25
\r\n6. Steffen Wesemann (Swi) T-Mobile, at 05:35
\r\n7. Guesdon Frédéric (F) FDJ, at 06:31
\r\n8. Bert Roesems (B) Davitamon-Lotto, at 06:44
','http://velonews.com/race/int/articles/9720.r.html','2007 Teams','2006 Overall Results','20070412103727287700.gif','','259.5 km',0,'','meta',6,'','/tick/html/stage145','The Cobbles of Roubaix','

The Cobbles of Roubaix

Section
At km
Name
Length
28
98
Troisvilles à Inchy
2.2 km
27
104
Viesly à Quiévy
1.8 km
26
106.5
Quiévy à Saint-Python
3.7 km
25
111.5
Saint-Python
1.5 km
24
119
Vertain à St-Martin-sur-Ecaillon
1.9 km
23
126
Capelle-sur-Ecaillon - Le-Buat
1.7 km
22
138
Verchain-Maugré à Quérénaing
1.6 km
21
141
Quérénaing à Maing
2.5 km
20
144
Maing à Monchaux-sur-Ecaillon
1.6 km
19
155.5
Haveluy à Wallers
2.5 km
18
163.5
Tranchée (ou Trouée) d\'Arenberg
2.4 km
17
170
Wallers à Hélesmes
1.6 km
16
176.5
Hornaing à Wandignies - Hamage
3.7 km
15
184
Warlaing à Brillon
2.4 km
14
187.5
Tilloy à Sars-et-Rosières
2.4 km
13
194
Beuvry-la-Forêt à Orchies
1.4 km
12
199
Orchies
1.7 km
11
205
Auchy-lez-Orchies à Bersée
1.2 km
10
210.5
Mons-en-Pévèle
3 km
9
216.5
Mérignies à Pont-à-Marcq
0.7 km
8
219.5
Pont-Thibaut à Ennevelin
1.4 km
7
225
Templeuve - L\'Epinette
0.2 km
7
225.5
Templeuve - Moulin-de-Vertain
0.5 km
6
232
Cysoing à Bourghelles
1.3 km
6
234.5
Bourghelles à Wannehain
1.1 km
5
239
Camphin-en-Pévèle
1.8 km
4
242
Carrefour de l\'Arbre
2.1 km
3
244
Gruson
1.1 km
2
251
Hem
1.4km
1
257.5
Roubaix
0.3km
Total: 52.7km
\r\n

','notes','',''),(146,27,'complete','yes','no','yes','2007-04-17','Stage 2','Thomaston','Rome','no','ProTour Teams:
CSC, Discovery Channel, Predictor-Lotto, Prodir-Saunier Duval, Quick Step-Innergetic
\r\nUCI Professional Continental Teams:
\r\nHealth Net presented by Maxxis, Navigators Insurance, Team Slipstream presented by Chipotle, Tinkoff Credit System
\r\nContinental Teams - UCI America Tour:
\r\nJittery Joe\'s-Zero Gravity, Priority Health, Toyota-United, BMC, Colavita/Sutter Home
\r\nOther:
\r\nUSA Cycling National Development Team','','1. Daniele Contrini (I), Tinkoff Credit Systems, 3:24:11
\r\n2. Douglas Ollerenshaw (USA), Health Net Maxxis, 3:24:40
\r\n3. Ben Day (Aus), Navigators Insurance, 3:24:49
\r\n4. Emile Abraham (TRI), Priority Health-Bissell, 3:25:31
\r\n5. Andrea Tonti (I), Quick Step-Innergetic, 3:25:32
\r\n6. Ryder Hesjedal (CAN), Health Net Maxxis, 3:25:33
\r\n7. Ivan Dominguez (CUB), Toyota United, 3:25:33
\r\n8. Karl Menzies (Aus), Health Net Maxxis, 3:25:33
\r\n9. Sergey Lagutin (UZB), Navigators Insurance, 3:25:33
\r\n10. Ciaran Power (IRL), Navigators Insurance, 3:25:33\r\n','http://www.velonews.com/race/dom/articles/12072.r.html','2007 Team Participation','Overall Standings (GC) after Stage 1','20070413030107791200.jpg','','135.0 miles (217 km)',0,'','meta',0,'','/tick/html/stage146','','','notes','','Start Time: 11:00 am Finish ETA: 4:00 - 5:00 pm'),(147,27,'complete','yes','no','yes','2007-04-16','Stage 1','Peachtree City','Macon','no','ProTour Teams:
CSC, Discovery Channel, Predictor-Lotto, Prodir-Saunier Duval, Quick Step-Innergetic
\r\nUCI Professional Continental Teams:
\r\nHealth Net presented by Maxxis, Navigators Insurance, Team Slipstream presented by Chipotle, Tinkoff Credit System
\r\nContinental Teams - UCI America Tour:
\r\nJittery Joe\'s-Zero Gravity, Priority Health, Toyota-United, BMC, Colavita/Sutter Home
\r\nOther:
\r\nUSA Cycling National Development Team','','1. Floyd Landis (USA), Phonak, 24:00:54
\r\n2. Thomas Danielson (USA), Discovery Channel Pro Cycling, 00:04
\r\n3. Yaroslav Popovych (Ukr), Discovery Channel Pro Cycling, 01:55
\r\n4. Gutierrez Cataluna José Enrique (Sp), Phonak, 02:11
\r\n5. Janez Brajkovic (SLO), Discovery Channel Pro Cycling, 02:15
\r\n6. David Zabriskie (USA), CSC, 02:31
\r\n7. Nathan O\'Neill (Aus), Health Net Maxxis, 03:45
\r\n8. Marco Pinotti (I), Saunier Duval, 03:54
\r\n9. Matthew Rice (Aus), Jelly Belly
\r\n10. Jesse Anthony (USA), KodakGallery.com-Sierra Nevada','http://velonews.com/race/dom/articles/9781.r.html','2007 Team Participation','2006 Final Overall Standings (GC)','20070413025121787200.jpg','','97.0 miles (156 km)',0,'','meta',0,'','/tick/html/stage147','','','notes','','Start Time: 1:00 pm Finish ETA: 4:30 - 5:00 pm'),(149,27,'complete','yes','no','no','2007-04-18','Stage 3','Rome, Georgia','Chattanooga, Tenn.','no','1. Daniele Contrini (I), Tinkoff Credit Systems, 8:59:43
\r\n2. Douglas Ollerenshaw (USA), Health Net Maxxis, 9:00:12
\r\n3. Ben Day (Aus), Navigators Insurance, 9:00:21
\r\n4. Ivan Stevic (SCG), Toyota United, 9:00:50
\r\n5. Haedo Juan José (ARG), CSC, 9:00:56
\r\n6. Fred Rodriguez (USA), Predictor-Lotto, 9:00:58
\r\n7. Sergey Lagutin (UZB), Navigators Insurance, 9:01:02
\r\n8. Alessandro Proni (I), Quick Step-Innergetic, 9:01:02
\r\n9. Ryder Hesjedal (CAN), Health Net Maxxis, 9:01:02
\r\n','http://www.velonews.com/race/dom/articles/12079.r.html','1. Ivan Stevic (SCG), Toyota United, 5:35:27\r\n
\r\n2. Juan José Haedo (ARG), CSC, 5:35:29\r\n
\r\n3. Fred Rodriguez (USA), Predictor-Lotto, 5:35:29\r\n
\r\n4. Sergey Lagutin (UZB), Navigators Insurance, 5:35:29\r\n
\r\n5. Alessandro Proni (I), Quick Step-Innergetic, 5:35:29\r\n
\r\n6. Levi Leipheimer (USA), Discovery Channel, 5:35:29\r\n','http://www.velonews.com/race/dom/articles/12079.r.html','Overall Standings (GC) after Stage 2','Stage 2 Results','20070418012645726300.jpg','','118.0 Miles (190km)',0,'','meta',0,'','/tick/html/stage149','','','notes','',''),(150,27,'complete','yes','no','yes','2007-04-20','Stage 5','Dalton','Brasstown Bald Mountain/Towns Co','no','1 Levi Leipheimer (USA), Discovery Channel, 44:51
\r\n2 David Zabriskie (USA), Team CSC, 45:32
\r\n3 Nathan O\'Neill (Aus), Health Net-Maxxis, 46:09
\r\n4 Tom Danielson (USA), Discovery Channel, 46:22
\r\n5 Dominique Cornu (B), Predictor-Lotto, 46:32
\r\n6 David Millar, (GB), Prodir-Saunier Duval, 46:38
\r\n7 Danny Pate (USA), Team Slipstream, 46:46
\r\n8 George Hincapie (USA), Discovery Channel, 47:06
\r\n9 Brian Vandborg (Den), Discovery Channel, 47:11\r\n10 Ben Day (Aus), Navigators Insurance, 47:19','http://velonews.com/race/dom/articles/12086.r.html','1. Janez Brajkovic (SLO), Discovery Channel, 14:21:52
\r\n2. Christian Vande Velde (USA) CSC, at 0:12
\r\n3. Rubens Bertogliati (Swi) Saunier Duval, at 1:22
\r\n4. Jeff Louder (USA) Health Net Maxxis, at 2:20
\r\n5. David Canada Gracia (Sp) Saunier Duval, at 2:22
\r\n6. Kevin Seeldraeyers (B) Quick Step-Innergetic, at 3:32
\r\n7. Scott Nydam (USA) BMC, at 4:27
\r\n8. Timothy Johnson (USA) Health Net Maxxis, at 5:09
\r\n9. Lucas Euser (USA) Slipstream-Chipotle, at 7:26
\r\n10. Ivan Santaromita (Swi) Quick Step-Innergetic, at 8:58
\r\n','http://velonews.com/race/dom/articles/12086.r.html','Stage 4 Results','Overall Standings (GC) after Stage 4','20070413030701131800.jpg','','107.0 miles (172 km)',0,'','meta',0,'','/tick/html/stage150','','','notes','','Start Time: 11:00 am Finish ETA: 2:50 - 3:30 pm'),(151,27,'complete','yes','no','yes','2007-04-21','Stage 6','Lake Lanier Islands','Hall Co. to Stone Mountain Park/Dekalb Co.','no','1. Levi Leipheimer (USA), Discovery Channel, 4:33:33
\r\n2. Thomas Danielson (USA), Discovery Channel, at 0:38
\r\n3. Anthony Colby (USA), Colavita-Sutter Home, at 1:00
\r\n4. Nathan O\'Neill (Aus), Health Net-Maxxis, at 1:06
\r\n5. Gilberto Simoni (I), Saunier Duval-Prodir, at 1:19
\r\n6. Alexandre Moos (Swi), BMC, at 1:25
\r\n7. Ryder Hesjedal (Can), Health Net-Maxxis, at 1:29
\r\n8. John Devine (USA), U-23 National Team, at 1:30
\r\n9. Christian Vande Velde (USA), CSC, at 1:38
\r\n10. Janez Brajkovic (Slo), Discovery Channel, same time','http://www.velonews.com/race/dom/articles/12089.r.html','1. Janez Brajkovic (Slo), Discovery Channel, 18:57:03
\r\n2. Christian Vande Velde (USA), CSC, at 0:12
\r\n3. David Canada Gracia (Sp), Saunier Duval-Prodir, at 3:04
\r\n4. Rubens Bertogliati (Swi), Saunier Duval-Prodir, at 3:06
\r\n5. Kevin Seeldraeyers (B), Quick Step-Innergetic, at 4:22
\r\n6. Scott Nydam (USA), BMC, at 5:35
\r\n7. Jeff Louder (USA), Health Net-Maxxis, at 6:00
\r\n8. Timothy Johnson (USA), Health Net-Maxxis, at 6:59
\r\n9. Lucas Euser (USA), Slipstream-Chipotle, at 10:08\r\n10. Ivan Santaromita (Swi), Quick Step-Innergetic, at 12:15\r\n','http://www.velonews.com/race/dom/articles/12089.r.html','Stage 5 Results','Overall Standings (GC) after Stage 5','20070413030724863900.jpg','','113.5 miles (183 km)',0,'','meta',0,'','/tick/html/stage151','','','notes','','
Start Time: 11:00am Finish ETA: 3:00-3:45pm'),(152,27,'complete','yes','no','yes','2007-04-22','Stage 7','Atlanta (circuit race)','Atlanta','no','1. Fred Rodriguez (USA), Predictor-Lotto, 189km in 4:04:00 (44.975kph)
\r\n2. Juan José Haedo (ARG), CSC, all same time\r\n
\r\n3. George Hincapie (USA), Discovery Channel
\r\n4. David Millar (GB), Saunier Duval
\r\n5. Ivan Dominguez (CUB), Toyota United
\r\n6. Alessandro Proni (I), Quick Step-Innergetic
\r\n7. Karl Menzies (Aus), Health Net Maxxis
\r\n8. Andrea Tonti (I), Quick Step-Innergetic
\r\n9. Davide Frattini (I), Colavita Olive Oil-Sutter Home
\r\n10. Valeriy Kobzarenko (Ukr), Navigators Insurance','http://www.velonews.com/race/dom/articles/12093.r.html','1. Janez Brajkovic (SLO), Discovery Channel, 23:01:03
\r\n2. Christian Vande Velde (USA), CSC, at 0:12
\r\n3. David Canada Gracia (Sp), Saunier Duval, at 3:04
\r\n4. Rubens Bertogliati (Swi), Saunier Duval, at 3:06
\r\n5. Kevin Seeldraeyers (B), Quick Step-Innergetic, at 4:22
\r\n6. Scott Nydam (USA), BMC, at 5:35
\r\n7. Jeff Louder (USA), Health Net Maxxis, at 6:00
\r\n8. Timothy Johnson (USA), Health Net Maxxis, at 6:59
\r\n9. Lucas Euser (USA), Slipstream-Chipotle, at 10:08
\r\n10. Ivan Santaromita (Swi), Quick Step-Innergetic, at 12:15','http://www.velonews.com/race/dom/articles/12093.r.html','Jersey Standings after Stage 6','Overall Standings (GC) after Stage 6','20070413030751091100.jpg','','77.0 miles (123.9 km)',0,'','meta',0,'','/tick/html/stage152','','','notes','','Start Time: 1:00 pm Finish ETA: 4:00 - 4:30 pm'),(156,27,'complete','yes','no','yes','2007-04-19','Stage 4 (ITT)','Chickamauga','Lookout Mountain','no','1. Gianni Meersman, Discovery Channel, 4:33:18
\r\n2. David Canada Gracia, Saunier Duval, 4:33:19
\r\n3. Janez Brajkovic, Discovery Channel, 4:33:19
\r\n4. Christian Vande Velde, Team CSC, 4:33:19
\r\n5. Kevin Seeldraeyers, Quick Step-Innergetic, 4:33:19
\r\n6. Jeff Louder, Health Net Maxxis, 4:33:19
\r\n7. Scott Nydam, BMC, 4:33:19
\r\n8. Rubens Bertogliati, Saunier Duval, 4:33:19
\r\n9. Timothy Johnson, Health Net Maxxis, 4:35:38
\r\n10. Lucas Euser, Team Slipstream, 4:35:38','http://www.velonews.com/race/dom/articles/12082.r.html','1. David Canada Gracia, Saunier Duval, 13:34:21
\r\n2. Rubens Bertogliati, Saunier Duval, 13:34:24
\r\n3. Christian Vande Velde, Team CSC, 13:34:24
\r\n4. Janez Brajkovic, Discovery Channel, 13:24:24
\r\n5. Jeff Louder, Health Net Maxxis, 13:34:24
\r\n6. Kevin Seeldraeyers, Quick Step-Innergetic, 13:34:24
\r\n7. Scott Nydam, BMC, 13:34:44
\r\n8. Lucas Euser, Team Slipstream, 13:36:43
\r\n9. Timothy Johnson, Health Net Maxxis, 13:37:12
\r\n10. Tyler Wren, Colavita-Sutter Home, 13:38:18\r\n','http://www.velonews.com/race/dom/articles/12082.r.html','Stage 3 Results','Overall Standings (GC) after stage 3','20070418051234396800.jpg','','18.9 miles (30.4 km)',0,'','meta',0,'','/tick/html/stage156','','','notes','','Start Time: 11:00 am '),(157,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage157','','','notes','',''),(158,28,'complete','yes','no','yes','2007-05-06','Bradenton','101.06 miles start','finish','no','
','','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"Swim
Swim
\"Bike
Bike [profile]
\"Run
Run [profile]
\"Transition
Transition Area
','','','Course Maps','','','1.86mi S/80.6mi B/18.6mi R',0,'','meta',0,'','/tick/html/stage158','','','notes','',''),(159,29,'complete','yes','no','yes','2007-05-12','Stage 1',' CAPRERA','LA MADDALENA','no','2006: Ivan Basso (IT) Team CSC
\r\n2005: Paolo Savoldelli (IT) Discovery Channel
\r\n2004: Damiano Cunego (IT) Saeco
\r\n2003: Gilberto Simoni (IT) Saeco
\r\n2002: Paolo Savoldelli (IT) Index-Alexia
\r\n2001: Gilberto Simoni (IT) Lampre-Daikin
\r\n2000: Stefano Garzelli (IT) Mercatone Uno
\r\n1999: Ivan Gotti (IT) Polti
\r\n1998: Marco Pantani (IT) Mercatone Uno
\r\n1997: Ivan Gotti (IT) Saeco','','ACQUA & SAPONE - CAFFE\' MOKAMBO, AG2R PREVOYANCE, ASTANA, BOUYGUES TELECOM, CAISSE D\'EPARGNE, CERAMICA PANARIA - NAVIGARE, COFIDIS, CRÉDIT AGRICOLE, CSC, DISCOVERY CHANNEL, EUSKALTEL - EUSKADI, FRANÇAISE DES JEUX, GEROLSTEINER, LAMPRE - FONDITAL,\r\nLIQUIGAS, PREDICTOR - LOTTO, QUICKSTEP - INNERGETIC, RABOBANK, SAUNIER DUVAL - PRODIR, MILRAM, TINKOFF CREDIT SYSTEMS, T-MOBILE\r\n\r\n\r\n','','Past Winners','2007 Team Participation','20070507031438493900.jpg','','25.6 km',0,'','meta',6,'','/tick/html/stage159','','','notes','',''),(160,29,'complete','yes','no','yes','2007-05-13','Stage 2','TEMPIO PAUSANIA','BOSA','no','1. Liquigas, 33:35
\r\n2. Astana, 33:51
\r\n3. CSC, 34:08
\r\n4. Lampre-Fondital, 34:17
\r\n5. Discovery Channel, 34:27
\r\n6. Acqua & Sapone-Caffè, 34:38
\r\n7. Tinkoff Credit Systems, 34:42
\r\n8. Crédit Agricole, 34:51
\r\n9. Caisse d\'Epargne, 35:01
\r\n10. Quickstep-Innergetic, 35:01','http://www.velonews.com/race/int/articles/12241.r.html','1. Enrico Gasparotto (I), Liquigas, 0:00
\r\n2. Danilo Di Luca (I), Liquigas, 0:00
\r\n3. Vincenzo Nibali (I), Liquigas, 0:00
\r\n4. Franco Pellizotti (I), Liquigas, 0:00
\r\n5. Andrea Noe\' (I), Liquigas, 0:00
\r\n6. Charles Wegelius (GB), Liquigas, 0:00
\r\n7. Alessandro Vanotti (I), Liquigas, 0:02
\r\n8. Paolo Savoldelli (I), Astana, 0:13
\r\n9. Eddy Mazzoleni (I), Astana, 0:13
\r\n10. Andrey Mizourov (Kaz), Astana, 0:13','http://www.velonews.com/race/int/articles/12241.r.html','Stage 1 Team Time Trial Results','Overall Standings (GC) after stage 1','20070507032048392800.jpg','','205 km',0,'','meta',6,'','/tick/html/stage160','','','notes','',''),(161,29,'complete','yes','no','yes','2007-05-14','Stage 3','BARUMINI','CAGLIARI','no','1. Robert McEwen (Aus), Predictor-Lotto in 5:07:13
\r\n2. Paolo Bettini (I), Quick Step, all same time
\r\n3. Alessandro Petacchi (I), Milram
\r\n4. Assan Bazayev (Kaz), Astana
\r\n5. Maximilian Ariel Maximilian (ARG), Panaria
\r\n6. Aliaksandr Usau (Blr), Ag2r Prevoyance
\r\n7. Rojas Gil Jose Joaquin (Sp), Caisse d\'Epargne
\r\n8. Stefano Garzelli (I), Acqua & Sapone - Adria Mobil
\r\n9. Lorenzo Bernucci (I), T-Mobile
\r\n10. George Hincapie (USA), Discovery Channel','http://www.velonews.com/race/int/articles/12247.r.html','1. Danilo Di Luca (I), Liquigas, 5:40:511
\r\n2. Enrico Gasparotto (I), Liquigas, 0:00
\r\n3. Vincenzo Nibali (I), Liquigas, 0:00
\r\n4. Charles Wegelius (GB), Liquigas, 0:00
\r\n5. Andrea Noe\' (I), Liquigas, 0:00
\r\n6. Franco Pellizotti (I), Liquigas, 0:00
\r\n7. Paolo Savoldelli (I), Astana, 0:13
\r\n8. Andrey Mizourov (Kaz), Astana, 0:13
\r\n9. Eddy Mazzoleni (I), Astana, 0:13
\r\n10. Serguei Yakovlev (Kaz), Astana, 0:13\r\n','http://www.velonews.com/race/int/articles/12247.r.html','Stage 2 results','Overall Standings (GC) after stage 2','20070507032444677800.jpg','','181 km',0,'','meta',6,'','/tick/html/stage161','','','notes','',''),(162,29,'complete','yes','no','yes','2007-05-16','Stage 4','SALERNO','MONTEVERGINE DI MERCOGLIANO','no','1. Alessandro Petacchi (I), Milram, 181 km in 4:22:57
\r\n2. Robert Forster (G), Gerolsteiner, all same time
\r\n3. Maximilian Ariel Maximilian (ARG), Ceramica Panaria
\r\n4. Robbie Mc Ewen (Aus), Predictor-Lotto
\r\n5. Danilo Napolitano (I), Lampre
\r\n6. Aliaksandr Usau (Blr), Ag2r Prevoyance
\r\n7. Lloyd Mondory (F), Ag2r Prevoyance
\r\n8. Enrico Gasparotto (I), Liquigas
\r\n9. Rojas Gil Jose Joaquin (Sp), Caisse d\'Epargne
\r\n10. Volodymyr Bileka (Ukr), Discovery Channel','http://www.velonews.com/race/int/articles/12251.r.html','1. Enrico Gasparotto (I), Liquigas, 10:03:48
\r\n2. Danilo Di Luca (I), Liquigas, 0:00
\r\n3. Andrea Noe\' (I), Liquigas, 0:00
\r\n4. Franco Pellizotti (I), Liquigas, 0:00
\r\n5. Vincenzo Nibali (I), Liquigas, 0:00
\r\n6. Charles Wegelius (GB), Liquigas, 0:00
\r\n7. Paolo Savoldelli (I), Astana, 0:13
\r\n8. Eddy Mazzoleni (I), Astana, 0:13
\r\n9. Andrey Mizourov (Kaz), Astana, 0:13
\r\n10. Dmitriy Muravyev (Kaz), Astana, 0:13\r\n','http://www.velonews.com/race/int/articles/12251.r.html','Stage 3 results','Overall Standings (GC) after stage 3','20070507032547667900.jpg','','153 km',0,'','meta',6,'','/tick/html/stage162','','','notes','',''),(163,29,'complete','yes','no','yes','2007-05-17','Stage 5','TEANO','FRASCATI','no','1. Danilo Di Luca (I), Liquigas, 153km in 4:22:42
\r\n2. Riccardo Ricco\' (I), Saunier Duval, 0:00
\r\n3. Damiano Cunego (I), Lampre, 0:00
\r\n4. Andy Schleck (Lux), CSC, 0:03
\r\n5. Stefano Garzelli (I), Acqua & Sapone - Adria Mobil, 0:03
\r\n6. Franco Pellizotti (I), Liquigas, 0:06
\r\n7. Luca Mazzanti (I), Ceramica Panaria - Navigare, 0:06
\r\n8. David Arroyo Duran (Sp), Caisse d\'Epargne, 0:07
\r\n9. Emanuele Sella (I), Ceramica Panaria - Navigare, 0:13
\r\n10. David Zabriskie (USA), CSC, 0:13','http://velonews.com/race/int/articles/12261.r.html','1. Danilo Di Luca (I), Liquigas
\r\n2. Franco Pellizotti (I), Liquigas, 0:26
\r\n3. Andrea Noe\' (I), Liquigas, 0:35
\r\n4. Vincenzo Nibali (I), Liquigas, 0:35
\r\n5. Andy Schleck (Lux), CSC, 0:53
\r\n6. Damiano Cunego (I), Lampre, 0:54
\r\n7. David Zabriskie (USA), CSC, 1:03
\r\n8. Paolo Savoldelli (I), Astana, 1:07
\r\n9. Eddy Mazzoleni (I), Astana, 1:07
\r\n10. Andrey Mizourov (Kaz), Astana, 1:07\r\n','http://velonews.com/race/int/articles/12261.r.html','Stage 4 results','Overall Standings (GC) after stage 4','20070507032719589900.jpg','','173 km',0,'','meta',6,'','/tick/html/stage163','','','notes','',''),(164,29,'complete','no','no','yes','2007-05-18','Stage 6','TIVOLI','SPOLETO','no','1. Robert Forster (G), Gerolsteiner, 4:17:02
\r\n2. Thor Hushovd (Nor), Credit Agricole, all same time
\r\n3. Alessandro Petacchi (I), Milram
\r\n4. Danilo Napolitano (I), Lampre
\r\n5. Robbie Mc Ewen (Aus), Predictor-Lotto
\r\n6. Aliaksandr Usau (Blr), Ag2r Prevoyance
\r\n7. Maximilian Ariel (ARG), Ceramica Panaria - Navigare
\r\n8. Alexandre Pichot (F), Bouygues Telecom
\r\n9. Haedo Juan José (ARG), CSC
\r\n10. Oscar Gatto (I), Gerolsteiner','http://velonews.com/race/int/articles/12263.r.html','1. Danilo Di Luca (I), Liquigas, 18:42:12
\r\n2. Franco Pellizotti (I), Liquigas, 0:26
\r\n3. Andrea Noe\' (I), Liquigas, 0:35
\r\n4. Vincenzo Nibali (I), Liquigas, 0:35
\r\n5. Andy Schleck (Lux), CSC, 0:53
\r\n6. Damiano Cunego (I), Lampre, 0:54
\r\n7. David Zabriskie (USA), CSC, 1:03
\r\n8. Paolo Savoldelli (I), Astana, 1:07
\r\n9. Eddy Mazzoleni (I), Astana, 1:07
\r\n10. Andrey Mizourov (Kaz), Astana, 1:07\r\n','http://velonews.com/race/int/articles/12263.r.html','Stage 5 results','Overall Standings (GC) after stage 5','20070507032834739400.jpg','','177 km',240,'','javascript',6,'','/tick/html/stage164','','','notes','',''),(165,29,'complete','yes','no','yes','2007-05-19','Stage 7','SPOLETO','SCARPERIA','no','1. Luis Laverde (COL), Panaria 177km in 4:58:23
\r\n2. Marco Pinotti (I), T-Mobile, s.t.
\r\n3. Christophe Kern (F) Credit Agricole, at 1:30
\r\n4. Hubert Schwab (Swi), Quick Step, at 1:34
\r\n5. Daniele Contrini (I), Tinkoff, at 3:45
\r\n6. Fortunato Baliani (I), Panaria, at 6:55
\r\n7. Alessandro Petacchi (I)Milram, at 7:09
\r\n8. Alexandre Usov (BLR), Ag2r, at 7:09
\r\n9. Giuseppe Palombo (I), Astana, at 7:09
\r\n10. Yuriy Krivtsov (Ukr), Ag2r, at 7:09','http://www.velonews.com/race/int/articles/12275.r.html','1. Marco Pinotti (I), T-Mobile
\r\n2. Hubert Schwab (Swi), Quick Step-Innergetic, 3:30
\r\n3. Danilo Di Luca (I), Liquigas, 4:12
\r\n4. Franco Pellizotti (I), Liquigas, 4:38
\r\n5. Andrea Noe\' (I), Liquigas, 4:47
\r\n6. Vincenzo Nibali (I), Liquigas, 4:47
\r\n7. Laverde Jimenez Luis Felipe (Col), Ceramica Panaria - Navigare, 4:49
\r\n8. Andy Schleck (Lux), CSC, 5:05
\r\n9. Damiano Cunego (I), Lampre, 5:06
\r\n10. David Zabriskie (USA), CSC, 5:15','http://www.velonews.com/race/int/articles/12275.r.html','Stage 6 results','Overall Standings (GC) after stage 6','20070507032936465200.jpg','','254 km',240,'','javascript',6,'','/tick/html/stage165','','','notes','',''),(166,29,'complete','yes','no','yes','2007-05-20','Stage 8','BARBERINO DI MUGELLO','FIORANO MODENESE','no','1. Alessandro Petacchi (I), Milram, 254km in 6:14:44
\r\n2. Thor Hushovd (NOR), Crédit Agricole, s.t.
\r\n3. Paolo Bettini (I), Quick Step s.t.
\r\n4. Danilo Napolitano (I), Lampre, s.t.
\r\n5. Jose Joaquin Rojas (ESP), Caisse Espagne, s.t.
\r\n6. Alexandre Usov (BLR), Ag2r, s.t.
\r\n7. Maximiliano Richeze (ARG), Panaria, s.t.
\r\n8. Enrico Gasparotto (I), Liquigas, s.t.
\r\n9. Assan Bazayev (KAZ), Astana, s.t.
\r\n10. Koldo Fernandez (ESP), Euskaltel, s.t.','http://www.velonews.com/race/int/articles/12281.r.html','1. Marco Pinotti (I), T-Mobile, 0:00
\r\n2. Hubert Schwab (Swi), Quick Step-Innergetic, 3:30
\r\n3. Danilo Di Luca (I), Liquigas, 4:12
\r\n4. Franco Pellizotti (I), Liquigas, 4:38
\r\n5. Andrea Noe\' (I), Liquigas, 4:47
\r\n6. Vincenzo Nibali (I), Liquigas, 4:47
\r\n7. Laverde Jimenez Luis Felipe (Col), Ceramica Panaria - Navigare, 4:49
\r\n8. Andy Schleck (Lux), CSC, 5:05
\r\n9. Damiano Cunego (I), Lampre, 5:06
\r\n10. David Zabriskie (USA), CSC, 5:15\r\n','http://www.velonews.com/race/int/articles/12281.r.html','Stage 7 results','Overall Standings (GC) after stage 7','20070511120238986900.jpg','','200 km',0,'','meta',6,'','/tick/html/stage166','','','notes','',''),(167,29,'complete','yes','no','yes','2007-05-21','Stage 9','REGGIO EMILIA','LIDO DI CAMAIORE','no','1. Kurt-Asle Arvesen (Nor), CSC, 200km in 4:44:59
\r\n2. Paolo Bettini (I), Quick Step-Innergetic, 0:00
\r\n3. Assan Bazayev (Kaz), Astana, 0:00
\r\n4. Evgeni Petrov (Rus), TCS, 0:00
\r\n5. Dionisio Galparsoro Martinez (Sp), Euskaltel-Euskadi, 0:00
\r\n6. George Hincapie (USA), Discovery Channel, 0:00
\r\n7. Alessandro Spezialetti (I), Liquigas, 0:00
\r\n8. Rinaldo Nocentini (I), Ag2r Prevoyance, 0:00
\r\n9. Emanuele Sella (I), Ceramica Panaria - Navigare, 0:00
\r\n10. David Arroyo Duran (Sp), Caisse d\'Epargne, 0:00','http://www.velonews.com/race/int/articles/12285.r.html','1. Marco Pinotti (I), T-Mobile, 34:48:34
\r\n2. Andrea Noe\' (I), Liquigas, 0:28
\r\n3. Serguei Yakovlev (Kaz), Astana, 0:54
\r\n4. Marzio Bruseghin (I), Lampre, 1:06
\r\n5. Vila Errandonea Francisco J. (Sp), Lampre, 1:10
\r\n6. Rubiera Vigil José Luis (Sp), Discovery Channel, 1:36
\r\n7. David Arroyo Duran (Sp), Caisse d\'Epargne, 1:43
\r\n8. Evgeni Petrov (Rus), TCS, 1:51
\r\n9. David Dario David (I), Predictor-Lotto, 2:13
\r\n10. Alexandr Arekeev (Rus), Acqua & Sapone - Adria Mobil, 2:17\r\n','http://www.velonews.com/race/int/articles/12285.r.html','Stage 8 results','Overall Standings (GC) after stage 8','20070511120619570800.jpg','','177 km',0,'','meta',6,'','/tick/html/stage167','','','notes','',''),(168,29,'complete','yes','no','yes','2007-05-22','Stage 10','CAMAIORE','SANT. NOSTRA SIGNORA DELLA GUARDIA','no','1. Danilo Napolitano (I), Lampre, 177km in 4:57:08
\r\n2. Robbie McEwen (Aus), Predictor-Lotto
\r\n3. Alessandro Petacchi (I), Milram
\r\n4. Paolo Bettini (I), Quick Step-Innergetic
\r\n5. Koldo Fernandez (Sp), Euskaltel-Euskadi
\r\n6. Thor Hushovd (Nor), Credit Agricole
\r\n7. Maximilian Ariel Maximilian (ARG), Ceramica Panaria
\r\n8. Duclos-Lassalle Hervé (F), Cofidis
\r\n9. Robert Forster (G), Gerolsteiner
\r\n10. Juan José Haedo (ARG), CSC, all same time','http://www.velonews.com/race/int/articles/12288.r.html','1. Marco Pinotti (I), T-Mobile, 39:45:42
\r\n2. Andrea Noe\' (I), Liquigas, 0:28
\r\n3. Serguei Yakovlev (Kaz), Astana, 0:54
\r\n4. Marzio Bruseghin (I), Lampre, 1:06
\r\n5. Francisco J.Vila Errandonea (Sp), Lampre, 1:10
\r\n6. José Luis Rubiera Vigil (Sp), Discovery Channel, 1:36
\r\n7. David Arroyo Duran (Sp), Caisse d\'Epargne, 1:43
\r\n8. Evgeni Petrov (Rus), Tinkoff Credit Systems, 1:51
\r\n9. Dario Cioni(I), Predictor-Lotto, 2:13
\r\n10. Alexandr Arekeev (Rus), Acqua & Sapone - Adria Mobil, 2:17','http://www.velonews.com/race/int/articles/12288.r.html','Stage 9 results','Overall Standings (GC) after stage 9','20070511120700517600.jpg','','250 km',0,'','meta',6,'','/tick/html/stage168','','','notes','',''),(169,29,'complete','no','no','yes','2007-05-23','Stage 11','SERRAVALLE SCRIVIA','PINEROLO','no','1. Leonardo Piepoli (I), Saunier Duval, 6:19:07
\r\n2. Danilo Di Luca (I), Liquigas, 0:18
\r\n3. Andy Schleck (Lux), CSC, 0:27
\r\n4. Gilberto Simoni (I), Saunier Duval, 0:32
\r\n5. Riccardo Ricco\' (I), Saunier Duval, 0:41
\r\n6. Paolo Savoldelli (I), Astana, 0:41
\r\n7. Damiano Cunego (I), Lampre, 0:43
\r\n8. Franco Pellizotti (I), Liquigas, 0:45
\r\n9. Yaroslav Popovych (Ukr), Discovery Channel, 0:52
\r\n10. Andrea Noe\' (I), Liquigas, 0:52\r\n','http://velonews.com/race/int/articles/12295.r.html','1. Andrea Noe\' (I), Liquigas, 46:06:09
\r\n2. Marzio Bruseghin (I), Lampre, 1:08
\r\n3. David Arroyo Duran (Sp), Caisse d\'Epargne, 1:15
\r\n4. Vila Errandonea Francisco J. (Sp), Lampre, 1:38
\r\n5. Evgeni Petrov (Rus), Tinkoff Credit Systems, 1:48
\r\n6. Emanuele Sella (I), Ceramica Panaria - Navigare, 2:04
\r\n7. Serguei Yakovlev (Kaz), Astana, 2:06
\r\n8. Danilo Di Luca (I), Liquigas, 2:58
\r\n9. Marco Pinotti (I), T-Mobile, 3:11
\r\n10. José Luis Rubiera Vigil (Sp), Discovery Channel, 3:22\r\n','http://velonews.com/race/int/articles/12295.r.html','Stage 10 results','Overall Standings (GC) after stage 10','20070511120730287500.jpg','','198 km',0,'','meta',6,'','/tick/html/stage169','','','notes','',''),(170,29,'complete','no','no','yes','2007-05-24','Stage 12','SCALENGHE','BRIANÇON (Francia)','no','1. Alessandro Petacchi (I), Milram, 198km in 5:46:59 (34.237kph)
2. Gabriele Balducci (I), Acqua & Sapone - Adria Mobil
3. Robbie Mc Ewen (Aus), Predictor-Lotto
4. Thor Hushovd (Nor), Credit Agricole
5. Danilo Napolitano (I), Lampre
6. Angelo Furlan (I), Credit Agricole
\r\n7. Koldo Fernandez (Sp), Euskaltel-Euskadi
\r\n8. Aliaksandr Usau (Blr), Ag2r Prevoyance
\r\n9. Robert Forster (G), Gerolsteiner
\r\n10. Enrico Gasparotto (I), Liquigas, all same time','http://www.velonews.com/race/int/articles/12303.r.html','1. Andrea Noe\' (I), Liquigas
\r\n2. Marzio Bruseghin (I), Lampre, 1:08
\r\n3. David Arroyo (Sp), Caisse d\'Epargne, 1:15
\r\n4. Francisco J. Vila (Sp), Lampre, 1:38
\r\n5. Evgeni Petrov (Rus), TCS, 1:48
\r\n6. Emanuele Sella (I), Ceramica Panaria, 2:04
\r\n7. Serguei Yakovlev (Kaz), Astana, 2:06
\r\n8. Danilo Di Luca (I), Liquigas, 2:58
\r\n9. Marco Pinotti (I), T-Mobile, 3:11
\r\n10. José Luis Rubieral (Sp), Discovery, 3:22
','http://www.velonews.com/race/int/articles/12303.r.html','Results - Stage 11','Overall Standings','20070511120819295200.jpg','','163 km',0,'','meta',6,'','/tick/html/stage170','','','notes','',''),(171,29,'complete','no','no','yes','2007-05-25','Stage 13','BIELLA','SANTUARIO DI OROPA','no','1. Danilo Di Luca (I), Liquigas, 4:46:39
\r\n2. Gilberto Simoni (I), Saunier Duval, s.t.
\r\n3. Andy Schleck (Lux), CSC, 0:07
\r\n4. Eddy Mazzoleni (I), Astana, 0:15
\r\n5. Damiano Cunego (I), Lampre, 0:19
\r\n6. Stefano Garzelli (I), Acqua & Sapone - Adria Mobil, 2:17
\r\n7. Yoann Le Boulanger (F), Bouygues Telecom, 2:33
\r\n8. Marzio Bruseghin (I), Lampre, 2:33
\r\n9. Riccardo Ricco\' (I), Saunier Duval, 2:33
\r\n10. Franco Pellizotti (I), Liquigas, 2:38','http://www.velonews.com/race/int/articles/12309.r.html','1. Danilo Di Luca (I), Liquigas, 56:42:25
\r\n2. Marzio Bruseghin (I), Lampre, 1:03
\r\n3. David Arroyo Duran (Sp), Caisse d\'Epargne, 1:16
\r\n4. Andy Schleck (Lux), CSC, 1:25
\r\n5. Francisco Vila Errandonea (Sp), Lampre, 1:39
\r\n6. Damiano Cunego (I), Lampre, 2:10
\r\n7. Emanuele Sella (I), Ceramica Panaria - Navigare, 2:14
\r\n8. Gilberto Simoni (I), Saunier Duval, 2:34
\r\n9. Evgeni Petrov (Rus), Tinkoff, 2:48
\r\n10. Eddy Mazzoleni (I), Astana, 3:28\r\n','http://www.velonews.com/race/int/articles/12309.r.html','Stage 12 results','Overall Standings (GC) after stage 12','20070511120857415600.jpg','','12.6 km',0,'','meta',6,'','/tick/html/stage171','','','notes','',''),(172,29,'complete','no','no','yes','2007-05-26','Stage 14','CANTU','BERGAMO','no','1. Marzio Bruseghin (I), Lampre, at 12.6km in 28:55
\r\n2. Leonardo Piepoli (I), Saunier Duval, at 0:01
\r\n3. Danilo Di Luca (I), Liquigas, at 0:08
\r\n4. David Zabriskie (USA), CSC, at 0:19
\r\n5. Franco Pellizotti (I), Liquigas, at 0:22
\r\n6. Stefano Garzelli (I), Acqua & Sapone - Adria Mobil, at 0:29
\r\n7. Evgeni Petrov (Rus), TCS, at 0:31
\r\n8. Eddy Mazzoleni (I), Astana, at 0:33
\r\n9. Damiano Cunego (I), Lampre, at 0:38
\r\n10. Andy Schleck (Lux), CSC, at 0:40','http://www.velonews.com/race/int/articles/12314.r.html','1. Danilo Di Luca (I), Liquigas, 57:11:28
\r\n2. Marzio Bruseghin (I), Lampre, 0:55
\r\n3. Andy Schleck (Lux), CSC, 1:57
\r\n4. Damiano Cunego (I), Lampre, 2:40
\r\n5. Francisco J.Vila Errandonea (Sp), Lampre, 2:44
\r\n6. David Arroyo Duran (Sp), Caisse d\'Epargne, 2:51
\r\n7. Evgeni Petrov (Rus), TCS, 3:11
\r\n8. Gilberto Simoni (I), Saunier Duval, 3:32
\r\n9. Emanuele Sella (I), Ceramica Panaria - Navigare, 3:52
\r\n10. Eddy Mazzoleni (I), Astana, 3:53\r\n','http://www.velonews.com/race/int/articles/12314.r.html','Stage 13 results','Overall Standings (GC) after stage 13','20070511121003655600.jpg','','192 km',0,'','meta',6,'','/tick/html/stage172','','','notes','',''),(173,29,'complete','no','no','yes','2007-05-27','Stage 15','TRENTO','TRE CIME DI LAVAREDO/Auronzo','no','1. Stefano Garzelli (I), Acqua & Sapone - Adria Mobil\r\n192km in 4:58:34 (38.584kph) [20-second bonus]
\r\n2. Gilberto Simoni (I), Saunier Duval, same time [12-second bonus]
\r\n3. Paolo Bettini (I), Quick Step-Innergetic, s.t. [10 seconds]
\r\n4. Fortunato Baliani (I), Ceramica Panaria - Navigare, s.t. [4 seconds]
\r\n5. Eddy Mazzoleni (I), Astana, s.t.
\r\n6. Paolo Savoldelli (I), Astana, 0:03
\r\n7. Ivan Ramiro Parra Pinto (Col), Cofidis, 0:03
\r\n8. Danilo Di Luca (I), Liquigas, 0:38
\r\n9. Riccardo Ricco\' (I), Saunier Duval, 0:38
\r\n10. Marzio Bruseghin (I), Lampre, 0:38','http://www.velonews.com/race/int/articles/12318.r.html','1. Danilo Di Luca (I), Liquigas, 62:10:40
\r\n2. Marzio Bruseghin (I), Lampre, 0:55
\r\n3. Andy Schleck (Lux), CSC, 1:57
\r\n4. Damiano Cunego (I), Lampre, 2:40
\r\n5. Gilberto Simoni (I), Saunier Duval, 2:42
\r\n6. Vila Errandonea Francisco J. (Sp), Lampre, 2:44
\r\n7. David Arroyo Duran (Sp), Caisse d\'Epargne, 2:51
\r\n8. Evgeni Petrov (Rus), TCS, 3:11
\r\n9. Eddy Mazzoleni (I), Astana, 3:15
\r\n10. Emanuele Sella (I), Ceramica Panaria - Navigare, 3:52
\r\n','http://www.velonews.com/race/int/articles/12318.r.html','Stage 14 results','Overall Standings (GC) after stage 14','20070511121032621100.jpg','','184 km',0,'','meta',6,'','/tick/html/stage173','','','notes','',''),(174,29,'complete','no','no','yes','2007-05-29','Stage 16','AGORDO/Dolomiti Stars','LIENZ (Austria)','no','1. Riccardo Ricco\' (I), Saunier Duval, 184km in 5:47:22
\r\n2. Leonardo Piepoli (I), Saunier Duval, same time
\r\n3. Ivan Ramiro Parra Pinto (Col), Cofidis, 0:10
\r\n4. Julio Alberto Perez Cuapio (Mex), Ceramica Panaria - Navigare, 0:32
\r\n5. Eddy Mazzoleni (I), Astana, 1:29
\r\n6. Danilo Di Luca (I), Liquigas, 2:53
\r\n7. Gilberto Simoni (I), Saunier Duval, 3:30
\r\n8. Damiano Cunego (I), Lampre, 3:36
\r\n9. Andy Schleck (Lux), CSC, 3:52
\r\n10. Emanuele Sella (I), Ceramica Panaria - Navigare, 6:03\r\n','http://velonews.com/race/int/articles/12322.r.html','1. Danilo Di Luca (I), Liquigas, 68:00:55
\r\n2. Eddy Mazzoleni (I), Astana, 1:51
\r\n3. Andy Schleck (Lux), CSC, 2:56
\r\n4. Gilberto Simoni (I), Saunier Duval, 3:19
\r\n5. Damiano Cunego (I), Lampre, 3:23
\r\n6. Riccardo Ricco\' (I), Saunier Duval, 3:39
\r\n7. David Arroyo Duran (Sp), Caisse d\'Epargne, 6:05
\r\n8. Emanuele Sella (I), Ceramica Panaria - Navigare, 7:02
\r\n9. Evgeni Petrov (Rus), Tinkoff Credit Systems, 7:29
\r\n10. Marzio Bruseghin (I), Lampre, 9:29\r\n','http://velonews.com/race/int/articles/12322.r.html','Stage 15 results','Overall Standings (GC) after stage 15','20070511121116601300.jpg','','189 km',0,'','meta',6,'','/tick/html/stage174','','','notes','',''),(175,29,'complete','no','no','yes','2007-05-30','Stage 17','LIENZ (Austria)','MONTE ZONCOLAN','no','1. Stefano Garzelli (I), Acqua & Sapone - Adria Mobil, 189km in 5:34:07
\r\n2. Laurent Mangel (F), Ag2r Prevoyance, 1:01
\r\n3. Ricardo Serrano Gonzalez (Sp), TCS, 1:01
\r\n4. José Luis Rubiera Vigil(Sp), Discovery Channel, 1:01
\r\n5. Pietro Caucchioli (I), Credit Agricole, 1:01
\r\n6. Pablo Lastras Garcia (Sp), Caisse d\'Epargne, 1:01
\r\n7. Salvatore Commesso (I), TCS, 2:29
\r\n8. Giovanni Visconti (I), Quick Step-Innergetic, 2:29
\r\n9. Assan Bazayev (Kaz), Astana, 2:29
\r\n10. Lorenzo Bernucci (I), T-Mobile, 2:29','http://www.velonews.com/race/int/articles/12329.r.html','1. Danilo Di Luca (I), Liquigas, 73:43:12
\r\n2. Eddy Mazzoleni (I), Astana, 1:51
\r\n3. Andy Schleck (Lux), CSC, 2:56
\r\n4. Gilberto Simoni (I), Saunier Duval, 3:19
\r\n5. Damiano Cunego (I), Lampre, 3:23
\r\n6. Riccardo Ricco\' (I), Saunier Duval, 3:39
\r\n7. David Arroyo Duran (Sp), Caisse d\'Epargne, 6:05
\r\n8. Emanuele Sella (I), Ceramica Panaria - Navigare, 7:02
\r\n9. Evgeni Petrov (Rus), Tinkoff Credit Systems, 7:29
\r\n10. Marzio Bruseghin (I), Lampre, 9:29','http://www.velonews.com/race/int/articles/12329.r.html','Stage 16 results','Overall Standings (GC) after stage 16','20070511121208455000.jpg','','142 km',0,'','meta',6,'','/tick/html/stage175','','','notes','',''),(176,29,'complete','no','no','yes','2007-05-31','Stage 18','UDINE','RIESE PIO X','no','1. Gilberto Simoni (I), Saunier Duval, 142km in 3:51:52
\r\n2. Leonardo Piepoli (I), Saunier Duval, same time
\r\n3. Andy Schleck (Lux), CSC, 0:07
\r\n4. Danilo Di Luca (I), Liquigas, 0:31
\r\n5. Damiano Cunego (I), Lampre, 0:37
\r\n6. Massimo Codol (I), Acqua & Sapone-Adria Mobil, 0:58
\r\n7. Julio Alberto Perez Cuapio (Mex), Ceramica Panaria-Navigare, 1:19
\r\n8. Franco Pellizotti (I), Liquigas, 1:40
\r\n9. Marzio Bruseghin (I), Lampre, 1:57
\r\n10. Ivan Ramiro Parra Pinto (Col), Cofidis, 2:02','http://velonews.com/race/int/articles/12334.r.html','1. Danilo Di Luca (I), Liquigas, 77:35:35
\r\n2. Andy Schleck (Lux), CSC, 2:24
\r\n3. Gilberto Simoni (I), Saunier Duval, 2:28
\r\n4. Damiano Cunego (I), Lampre, 3:29
\r\n5. Eddy Mazzoleni (I), Astana, 3:46
\r\n6. Riccardo Ricco\' (I), Saunier Duval, 5:19
\r\n7. David Arroyo Duran (Sp), Caisse d\'Epargne, 10:00
\r\n8. Evgeni Petrov (Rus), TCS, 10:25
\r\n9. Franco Pellizotti (I), Liquigas, 10:39
\r\n10. Marzio Bruseghin (I), Lampre, 10:55\r\n','http://velonews.com/race/int/articles/12334.r.html','Stage 17 results','Overall Standings (GC) after stage 17','20070511121247095200.jpg','','203 km',0,'','meta',6,'','/tick/html/stage176','','','notes','',''),(177,29,'complete','no','no','yes','2007-06-01','Stage 19','TREVISO','TERME DI COMANO','no','1. Alessandro Petacchi (I), Milram, 208km in 4:32:51
\r\n2. Maximilian Ariel Richeze(ARG), Ceramica Panaria - Navigare, s.t.
\r\n3. Matti Breschel (Dk), CSC, s.t.
\r\n4. Thomas Fothen (G), Gerolsteiner, s.t.
\r\n5. Oscar Gatto (I), Gerolsteiner, s.t.
\r\n6. Nikolai Trussov (Rus), Tinkoff Credit Systems, s.t.
\r\n7. Alexandre Pichot (F), Bouygues Telecom, s.t.
\r\n8. Stefano Zanini (I), Predictor-Lotto, s.t.
\r\n9. Julian Dean (NZl), Credit Agricole, s.t.
\r\n10. Hervé Duclos-Lassalle (F), Cofidis, s.t.\r\n','http://velonews.com/race/int/articles/12340.r.html','1. Danilo Di Luca (I), Liquigas, 82:08:26
\r\n2. Andy Schleck (Lux), CSC, 2:24
\r\n3. Gilberto Simoni (I), Saunier Duval, 2:28
\r\n4. Damiano Cunego (I), Lampre, 3:29
\r\n5. Eddy Mazzoleni (I), Astana, 3:46
\r\n6. Riccardo Ricco\' (I), Saunier Duval, 5:19
\r\n7. David Arroyo Duran (Sp), Caisse d\'Epargne, 10:00
\r\n8. Evgeni Petrov (Rus), Tinkoff Credit Systems, 10:25
\r\n9. Franco Pellizotti (I), Liquigas, 10:39
\r\n10. Marzio Bruseghin (I), Lampre, 10:55\r\n','http://velonews.com/race/int/articles/12340.r.html','Stage 18 results','Overall Standings (GC) after stage 18','20070511121324995500.jpg','','179 km',0,'','meta',6,'','/tick/html/stage177','','','notes','',''),(178,29,'complete','no','no','yes','2007-06-02','Stage 20','BARDOLINO','VERONA','no','
  • Overall: Danilo Di Luca (I), Liquigas \r\n
  • Points: Alessandro Petacchi (I), Milram\r\n
  • KOM: Leonardo Piepoli (I), Saunier Duval \r\n
  • Best Young Rider: Andy Schleck (Lux), CSC, 86:48:52','http://velonews.com/race/int/articles/12346.r.html','1. Danilo Di Luca (I), Liquigas, 86:46:28
    \r\n2. Andy Schleck (Lux), CSC, 2:24
    \r\n3. Gilberto Simoni (I), Saunier Duval, 2:28
    \r\n4. Damiano Cunego (I), Lampre, 3:29
    \r\n5. Eddy Mazzoleni (I), Astana, 3:46
    \r\n6. Riccardo Ricco\' (I), Saunier Duval, 5:19
    \r\n7. Evgeni Petrov (Rus), TCS, 8:20
    \r\n8. David Arroyo Duran (Sp), Caisse d\'Epargne, 10:00
    \r\n9. Franco Pellizotti (I), Liquigas, 10:39
    \r\n10. Marzio Bruseghin (I), Lampre, 10:55
    ','http://velonews.com/race/int/articles/12346.r.html','Leaders','Overall Standings','20070511121400804600.jpg','','43 km',0,'','meta',6,'','/tick/html/stage178','','','notes','',''),(179,29,'complete','no','no','yes','2007-06-03','Stage 21','VESTONE','MILANO','no','
  • Overall: Danilo Di Luca (I), Liquigas \r\n
  • Points: Alessandro Petacchi (I), Milram\r\n
  • KOM: Leonardo Piepoli (I), Saunier Duval \r\n
  • Best Young Rider: Andy Schleck (Lux), CSC','http://velonews.com/race/int/articles/12350.r.html','1. Danilo Di Luca (I), Liquigas
    \r\n2. Andy Schleck (Lux), CSC, 1:55
    \r\n3. Eddy Mazzoleni (I), Astana, 2:25
    \r\n4. Gilberto Simoni (I), Saunier Duval, 3:15
    \r\n5. Damiano Cunego (I), Lampre, 3:49
    \r\n6. Riccardo Ricco\' (I), Saunier Duval, 7:00
    \r\n7. Evgeni Petrov (Rus), TCS, 8:34
    \r\n8. Marzio Bruseghin (I), Lampre, 10:14
    \r\n9. Franco Pellizotti (I), Liquigas, 10:44
    \r\n10. David Arroyo Duran (Sp), Caisse d\'Epargne, 11:58\r\n','http://velonews.com/race/int/articles/12350.r.html','Leaders','Overall Standings','20070511121434391300.jpg','','185 km',0,'','meta',6,'','/tick/html/stage179','','','notes','',''),(180,29,'new','yes','no','yes','2006-01-01','','','','no','','','','','','Overall Standings','','','',0,'','meta',0,'','/tick/html/stage180','','','notes','',''),(181,29,'new','yes','no','yes','2006-01-01','','','','no','','','','','','Overall Standings','','','',0,'','meta',0,'','/tick/html/stage181','','','notes','',''),(182,29,'new','no','no','yes','2006-01-01','','','','no','','','','','','Overall Standings','','','',0,'','meta',0,'','/tick/html/stage182','','','notes','',''),(183,31,'complete','no','no','yes','2007-06-10','Prologue','Grenoble','Grenoble','no','1. Levi Leipheimer (USA), Gerolsteiner, 28:07:06
    \r\n2. Christophe Moreau (F), Ag2r, at 1:48
    \r\n3. Bernhard Kohl (A), T-Mobile, at 2:51
    \r\n4. Jose Azevedo (Por), Discovery Channel, at 3:00
    \r\n5. Francisco Mancebo (Sp), Ag2r, at 3:29
    \r\n6. Denis Menchov (Rus), Rabobank, at 4:14
    \r\n7. Alejandro Valverde (Sp), Caisse d\'Epargne-Illes Balears, at 4:21
    \r\n8. Leonardo Piepoli (I), Saunier Duval, at 5:13
    \r\n9. Pietro Caucchioli (I), Crédit Agricole, at 5:45
    \r\n10. George Hincapie (USA), Discovery Channel, at 6:48
    \r\n\r\n','http://www.velonews.com/race/int/articles/9997.0.html','','','2006 Final Standings','Overall Standings','20070608052130076500.jpg','','4.2km',0,'','meta',6,'','/tick/html/stage183','','','notes','',''),(184,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage184','','','notes','',''),(185,31,'complete','no','no','no','2007-06-11','Stage 1','Grenoble','Roanne','no','1. Bradley Wiggins (GB), Cofidis, 4.2km in 4:50.42
    \r\n2. Levi Leipheimer (USA), Discovery Channel, 4:51.87
    \r\n3. Andrey Kashechkin (Kaz), Astana, 4:52.30
    \r\n4. George Hincapie (USA), Discovery Channel, 4:52.54
    \r\n5. Alejandro Valverde (Sp), Caisse d:Epargne, 4:53.32
    \r\n6. Dave Zabriskie (USA), CSC, 4:53.94
    \r\n7. Tom Boonen (B), Quick Step, 4:54.27
    \r\n8. Nick Nuyens (F), Cofidis, 4:55.29
    \r\n9. Egoi Martinez (Sp), Discovery Channel, 4:55.62
    \r\n10. Sebastien Joly (F), Francaise des Jeux, 4:56.61\r\n','http://www.velonews.com/media/ResultsDauphinePrologue07.pdf','1. Levi Leipheimer (USA), Gerolsteiner, 28:07:06
    \r\n2. Christophe Moreau (F), Ag2r, at 1:48
    \r\n3. Bernhard Kohl (A), T-Mobile, at 2:51
    \r\n4. Jose Azevedo (Por), Discovery Channel, at 3:00
    \r\n5. Francisco Mancebo (Sp), Ag2r, at 3:29
    \r\n6. Denis Menchov (Rus), Rabobank, at 4:14
    \r\n7. Alejandro Valverde (Sp), Caisse d\'Epargne-Illes Balears, at 4:21
    \r\n8. Leonardo Piepoli (I), Saunier Duval, at 5:13
    \r\n9. Pietro Caucchioli (I), Crédit Agricole, at 5:45
    \r\n10. George Hincapie (USA), Discovery Channel, at 6:48
    \r\n','',' Prologue Results','2006 Overall Standings','20070608052216813900.jpg','','219km',0,'','meta',6,'','/tick/html/stage185','','','notes','',''),(186,31,'complete','no','no','no','2007-06-12','Stage 2','Saint-Paul-en-Jarez','Saint-Etienne','no','1. Heinrich Haussler (G), Gerolsteiner 219km in 5:35:05
    \r\n2. Tom Boonen (B), Quick Step-Innergetic
    \r\n3. Graeme Brown (Aus), Rabobank
    \r\n4. Sébastien Chavanel (F), Française Des Jeux
    \r\n5. André Greipel (G), T-Mobile
    \r\n6. Thor Hushovd (N), Crédit Agricole
    \r\n7. Sebastian Siedler (G), Milram
    \r\n8. Leonardo Duque (Col), Cofidis
    \r\n9. Peter Wrolich (A), Gerolsteiner
    \r\n10. Manuel Quinziato (I), Liquigas
    \r\nDid Not Finish
    \r\nTom Danielson (USA), Discovery
    \r\nMarc De Maar (Nl), Rabobank','http://www.velonews.com/race/int/articles/12388.r.html','1. Bradley Wiggins (GB), Cofidis 223.2km in 5:39:55
    \r\n2. Levi Leipheimer (USA), Discovery 0:01
    \r\n3. Andrey Kashechkin (Kz), Astana 0:02
    \r\n4. George Hincapie (USA), Discovery
    \r\n5. Alejandro Valverde (Sp), Caisse d\'Epargne 0:03
    \r\n6. David Zabriskie (USA), CSC
    \r\n7. Tom Boonen (B), Quick Step-Innergetic 0:04
    \r\n8. Nick Nuyens (B), Cofidis 0:05
    \r\n9. Egoi Martínez (Sp), Discovery
    \r\n10. Sébastien Joly (F), Française Des Jeux 0:06 \r\n','http://www.velonews.com/race/int/articles/12388.r.html','Stage 1 Results','Overall Standings after Stage 1','20070608052228638500.jpg','','157km',0,'','meta',6,'','/tick/html/stage186','','','notes','',''),(187,31,'complete','no','no','no','2007-06-13','Stage 3','Anneyron','Anneyron','no','1. Christophe Moreau (F), Ag2r Prévoyance, in 3:50:38
    \r\n2. José Antonio Redondo (Sp), Astana
    \r\n3. Alejandro Valverde (Sp), Caisse d\'Epargne, at 0:33
    \r\n4. Thor Hushovd (N), Crédit Agricole, at 0:33
    \r\n5. Heinrich Haussler (G), Gerolsteiner, at 0:33
    \r\n6. Anthony Geslin (F), Bouygues Telecom, at 0:33
    \r\n7. Leonardo Duque (Col), Cofidis, at 0:33
    \r\n8. Philippe Gilbert (B), Française Des Jeux, at 0:33
    \r\n9. Alexandre Botcharov (Rus), Crédit Agricole, at 0:33
    \r\n10. Marcel Sieberg (G), Milram, at 0:33\r\n','http://www.velonews.com/race/int/articles/12394.r.html','1. Christophe Moreau (F), Ag2r Prévoyance, 9:30:42
    \r\n2. José Antonio Redondo (Sp), Astana, at 0:07
    \r\n3. Bradley Wiggins (GB), Cofidis, at 0:24
    \r\n4. Levi Leipheimer (USA), Discovery, at 0:25
    \r\n5. Andrey Kashechkin (Kz), Astana, at 0:26
    \r\n6. George Hincapie (USA), Discovery, at 0:26
    \r\n7. Alejandro Valverde (Sp), Caisse d\'Epargne, at 0:27
    \r\n8. David Zabriskie (USA), CSC, at 0:27
    \r\n9. Egoi Martínez (Sp), Discovery, at 0:29
    \r\n10. Sébastien Joly (F), Française Des Jeux, at 0:30\r\n','http://www.velonews.com/race/int/articles/12394.r.html','Stage 2 Results','Overall Standings After Stage 2','20070608052239235400.jpg','','40.7km',240,'','javascript',6,'','/tick/html/stage187','','','notes','',''),(188,31,'complete','yes','no','no','2007-06-14','Stage 4','Hauterives','Le Mont-Ventoux','no','1. Alexandre Vinokourov (Kz), Astana, 40.7km in 52:08.95
    \r\n2. Andrey Kashechkin (Kz), Astana, at 0:08.45
    \r\n3. David Zabriskie (USA), CSC, at 0:37.38
    \r\n4. Cadel Evans (Aus), Predictor-Lotto, at 0:38.12
    \r\n5. Denis Menchov (Rus), Rabobank, at 0:39.52
    \r\n6. Stef Clement (Nl), Bouygues Telecom, at 1:06.13
    \r\n7. Sylvain Chavanel (F), Cofidis, at 1:09.41
    \r\n8. Levi Leipheimer (USA), Discovery , at 1:10.68
    \r\n9. Alejandro Valverde (Sp), Caisse d\'Epargne, at 1:17.60
    \r\n10. David Millar (GB), Saunier Duval-Prodir, at 1:35.52 \r\n','http://velonews.com/race/int/articles/12398.r.html','1. Alexandre Vinokourov (Kz), Astana, 10:23:23
    \r\n2. Andrey Kashechkin (Kz), Astana, at 0:02
    \r\n3. David Zabriskie (USA), CSC, at 0:32
    \r\n4. Denis Menchov (Rus), Rabobank, at 0:40
    \r\n5. Cadel Evans (Aus), Predictor-Lotto, at 0:41
    \r\n6. Levi Leipheimer (USA), Discovery , at 1:03
    \r\n7. Stef Clement (Nl), Bouygues Telecom, at 1:05
    \r\n8. Sylvain Chavanel (F), Cofidis, at 1:07
    \r\n9. Alejandro Valverde (Sp), Caisse d\'Epargne, at 1:12
    \r\n10. David Millar (GB), Saunier Duval-Prodir, at 1:33 \r\n','http://velonews.com/race/int/articles/12398.r.html','Stage 3 Results','Overall Standings After Stage 3','20070608052251284500.jpg','','197km',240,'','javascript',6,'','/tick/html/stage188','','','notes','',''),(189,31,'complete','yes','no','no','2007-06-15','Stage 5','Nyons','Digne-les-Bains','no','Stage 4\r\n
    1. Christophe Moreau (F), Ag2r 197km in 5:51:52 (33.592kph)\r\n
    2. Sylvester Szmyd (Pol), Lampre, at 1:08\r\n
    3. Igor Antón (Sp), Euskaltel-Euskadi, at 1:21\r\n
    4. Cadel Evans (Aus), Predictor-Lotto, at 1:51\r\n
    5. Denis Menchov (Rus), Rabobank, at 1:51\r\n
    6. Haimar Zubeldia (Sp), Euskaltel-Euskadi, at 1:56\r\n
    7. Manuel Beltrán (Sp), Liquigas, at 1:56\r\n
    8. Levi Leipheimer (USA), Discovery, at 1:56\r\n
    9. Leonardo Piepoli (I), Saunier Duval, at 1:56\r\n
    10. Alberto Contador (Sp), Discovery, at 2:00\r\n
    11. David Zabriskie (USA), CSC, at 2:00','http://velonews.com/race/int/articles/12404.r.html','
    Overall\r\n
    1. Andrey Kashechkin (Kz), Astana, 617 km in 16:17:21 (37.933kph)\r\n
    2. Christophe Moreau (F), Ag2r, at 0:14\r\n
    3. Denis Menchov (Rus), Rabobank, at 0:25\r\n
    4. Cadel Evans (Aus), Predictor-Lotto, at 0:26\r\n
    5. David Zabriskie (USA), CSC, at 0:26\r\n
    6. Levi Leipheimer (USA), Discovery, at 0:53\r\n
    7. Sylvain Chavanel (F), Cofidis, at 1:50\r\n
    8. Haimar Zubeldia (Sp), Euskaltel-Euskadi, at 3:15\r\n
    9. Alberto Contador (Sp), Discovery, at 3:15\r\n
    10. Manuel Beltrán (Sp), Liquigas, at 3:34\r\n','http://velonews.com/race/int/articles/12404.r.html','The top riders on Ventoux','Overall Standings','20070608052309916900.jpg','','195km',180,'','javascript',6,'','/tick/html/stage189','','','notes','',''),(190,31,'complete','yes','no','no','2007-06-16','Stage 6','Gap','Valloire','no','1. Antonio Colom (Sp), Astana, 4:39:28
    \r\n2. Alexandre Vinokourov (Kz), Astana, s.t.
    \r\n3. Leonardo Duque (Col), Cofidis, at 0:15
    \r\n4. Matej Mugerli (Slo) Liquigas, s.t.
    \r\n5. Stef Clement (Nl), Bouygues Telecom s.t.
    \r\n6. Preben Van Hecke (B), Predictor-Lotto, at 0:18
    \r\n7. Anthony Charteau (F) Credit Agricole, s.t.
    \r\n8. Egoi Martinez (Sp), Discovery, s.t.
    \r\n9. Heinrich Haussler (G), Gerolsteiner, at 1:08
    \r\n10. Philippe Gilbert (B), Francaise des Jeux, s.t.','','1. Andrey Kashechkin (Kz), Astana
    \r\n2. Christophe Moreau (F), Ag2r, at 0:14
    \r\n3. Denis Menchov (Rus), Rabobank, at 0:25
    \r\n4. Cadel Evans (Aus), Predictor-Lotto, at 0:26
    \r\n5. David Zabriskie (USA), CSC, at 0:26
    \r\n6. Levi Leipheimer (USA), Discovery, at 0:53
    \r\n7. Alexandre Vinokourov (Kz), at 1:47
    \r\n8. Stef Clement (Nl), Bouygues Telecom, at 1:50\r\n','','Stage 5 Results','Overall Standings After Stage 5','20070608052320331400.jpg','','198km',240,'','javascript',6,'','/tick/html/stage190','','','notes','',''),(191,31,'ongoing','no','no','no','2007-06-17','Stage 7','Valloire','Annecy','no','1. Maxim Iglinskiy (Kaz), Astana, 198km in 5:51:32
    \r\n2. Alexandre Botcharov (Rus), Crédit Agricole, at 0:51
    \r\n3. Pierrick Fédrigo (F), Bouygues Telecom, same time
    \r\n4. Rémy Di Gregorio (F), Française des Jeux, s.t.
    \r\n5. Egoi Martinez (Sp), Discovery Channel, at 2:16
    \r\n6. Mikel Astarloza (Sp), Euskaltel-Euskadi, s.t.
    \r\n7. Aleksandr Kuchynski (Blr), Liquigas, s.t.
    \r\n8. Christophe Moreau (F), Ag2r, at 2:23
    \r\n9. Cadel Evans (Aus), Predictor-Lotto, at 2:25
    \r\n10. Leonardo Piepoli (I), Saunier Duval-Prodir, s.t.\r\n','','1. Christophe Moreau (F), Ag2r, 26:54:25
    \r\n2. Cadel Evans (Aus), Predictor-Lotto, at 0:14
    \r\n3. Andrey Kashechkin (Kaz), Astana, at 1:27
    \r\n4. Denis Menchov (Rus), Rabobank, at 1:52
    \r\n5. David Zabriskie (USA), Team CSC, at 2:16
    \r\n6. Sylvain Chavanel (F), Cofidis, at 3:17
    \r\n7. Mikel Astarloza (Sp), Euskaltel-Euskadi, at 3:58
    \r\n8. Alberto Contador (Sp), Discovery Channel, at 4:24
    \r\n9. Manuel Beltran (Sp), Liquigas, at 5:01
    \r\n10. Tadej Valjavec (Slo), Lampre-Fondital, at 5:17\r\n','','Stage 6 Results','Overall Standings After Stage 6','20070608052332694700.jpg','','129km',240,'','javascript',6,'','/tick/html/stage191','','','notes','',''),(192,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage192','','','notes','',''),(193,33,'complete','yes','yes','no','2007-07-07','Prologue','London','London','no','Overall: Fabian Cancellara (Swi), CSC\r\n
    \"Best: Fabian Cancellara (Swi), CSC, 15 Pts.\r\n
    \"Best: Vladimir Gusev (Rus), Discovery Channel\r\n
    Team: Astana','','\r\n1. Fabian Cancellara (Swi), CSC, 7.9km in 8:50
    \r\n2. Andréas Klöden (G), Astana, at 0:13
    \r\n3. George Hincapie (USA), Discovery Channel, at 0:23
    \r\n4. Bradley Wiggins (GB), Cofidis, same time
    \r\n5. Vladimir Gusev (Rus), Discovery Channel, at 0:25
    \r\n6. Vladimir Karpets (Rus), Caisse D\'Epargne, at 0:26
    \r\n7. Alexandre Vinokourov (Kz), Astana, at 0:30
    \r\n8. Thomas Dekker (Nl), Rabobank, at 0:31
    \r\n9. Manuel Quinziato (I), Liquigas, at 0:32
    \r\n10. Benoît Vaugrenard (F), Francaise Des Jeux, s.t','','Jersey Standings after the Prologue',' Overall Standings after the Prologue','20070705125150486300.jpg','','7.9 km',0,'','meta',5,'VeloNews live coverage presented by Cytomax','/tick/html/stage193','Enter to Win','
    ENTER TO WIN! :: ENTER TO WIN!
    \r\n\r\n
    \r\n
    \r\n

    \r\nDaily Pick the Winner Contest\r\n
    Presented by Cat Eye
    \r\n

    \r\nMail the name of the winner of today\'s prologue - along with your best guess at his average speed. \r\n

    Send your choice in an e-mail to Rosters@InsideInc.com. Be sure to include both the winners\'s name and average speed in the subject line of your e-mail.\r\n\r\n

    We will chose a winner from among the correct entries. Today\'s winner will receive a limited edition 2007 Tour cyclocomputer from CatEye \r\n

    Please note:\r\n

      \r\n
    • Just one entry per person per day.
    • \r\n
    • No entries accepted after the tenth-to-last rider leaves the start house.
    • \r\n
    \r\n One Grand Prize Winner will be selected at the end of the Tour!\r\n

    \r\n\r\n

         \r\n ','notes','','[Interactive Map]\r\n\r\n[Map]'),(194,33,'complete','no','yes','no','2007-07-08','Stage 1','London','Canterbury','no','Overall: Fabian Cancellara (Swi), CSC\r\n
    \"Best: Fabian Cancellara (Swi), CSC, 15 Pts.\r\n
    \"Best: Vladimir Gusev (Rus), Discovery Channel\r\n
    Team: Astana','http://www.velonews.com/tour2007/results/articles/12599.0.html','\r\n1. Fabian Cancellara (Swi), CSC, 7.9km in 8:50
    \r\n2. Andréas Klöden (G), Astana, at 0:13
    \r\n3. George Hincapie (USA), Discovery Channel, at 0:23
    \r\n4. Bradley Wiggins (GB), Cofidis, same time
    \r\n5. Vladimir Gusev (Rus), Discovery Channel, at 0:25
    \r\n6. Vladimir Karpets (Rus), Caisse D\'Epargne, at 0:26
    \r\n7. Alexandre Vinokourov (Kz), Astana, at 0:30
    \r\n8. Thomas Dekker (Nl), Rabobank, at 0:31
    \r\n9. Manuel Quinziato (I), Liquigas, at 0:32
    \r\n10. Benoît Vaugrenard (F), Francaise Des Jeux, s.t','http://www.velonews.com/tour2007/results/articles/12599.0.html','Jersey Standings after the Prologue',' Overall Standings after the Prologue','20070705030311028300.jpg','','203 km',0,'','meta',5,'VeloNews live coverage presented by Cytomax','/tick/html/stage194','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(195,33,'complete','yes','yes','no','2007-07-09','Stage 2','Dunkirk','Ghent','no','Overall: Fabian Cancellara (Swi), CSC\r\n
    \"Best: Robbie McEwen (Aus), Predictor-Lotto, 35 Pts\r\n
    \"Best: David Millar (GB), Saunier Duval-Prodir, 5 points\r\n
    \"Best: Vladimir Gusev (Rus), Discovery Channel\r\n\r\n
    Team: Astana','http://www.velonews.com/tour2007/results/articles/12624.0.html','1. Fabian Cancellara (Swi), CSC, 4:47:51
    \r\n2. Andréas Klöden (G), Astana, 00:00:13
    \r\n3. David Millar (GB), Saunier Duval, 00:00:21
    \r\n4. George Hincapie (USA), Discovery Channel, 00:00:23
    \r\n5. Bradley Wiggins (GB), Cofidis, 00:00:23
    \r\n6. Vladimir Gusev (Rus), Discovery Channel, 00:00:25
    \r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne, 00:00:26
    \r\n8. Thor Hushovd (N), Credit Agricole, 00:00:29
    \r\n9. Alexandre Vinokourov (Kz), Astana, 00:00:30
    \r\n10. Thomas Dekker (Nl), Rabobank, 00:00:31','http://www.velonews.com/tour2007/results/articles/12624.0.html','Jersey Standings after Stage 1','Overall Standings after Stage 1','20070705030625145600.jpg','','168.5 km',0,'','meta',6,'Presented by Cytomax','/tick/html/stage195','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(196,33,'complete','yes','yes','no','2007-07-10','Stage 3','Waregem','Compiègne','no','Overall: Fabian Cancellara (Swi), CSC\r\n
    \"Best: Tom Boonen (B), Quick Step-Innergetic 56 points \r\n
    \"Best: David Millar (GB), Saunier Duval 5 points \r\n
    \"Best: Vladimir Gusev (Rus), Discovery Channel\r\n\r\n
    Team: Astana','http://velonews.com/tour2007/results/articles/12637.0.html','1. Fabian Cancellara (Swi), CSC, 8:36:13
    \r\n2. 2. Andréas Klöden (G), Astana, at 0:13
    \r\n3. David Millar (GB), Saunier Duval-Prodir, at 0:21
    \r\n4. George Hincapie (USA), Discovery Channel, at 0:23
    \r\n5. Bradley Wiggins (GB), Cofidis, s.t.
    \r\n6. Vladimir Gusev (Rus), Discovery Channel, at 0:25
    \r\n7. Tom Boonen (B), Quick Step-Innergetic, at 0:26
    \r\n8. Vladimir Karpets (Rus), Caisse D\'Epargne, s.t.
    \r\n9. Thor Hushovd (Nor), Crédit Agricole, at 0:29
    \r\n10. Alexandre Vinokourov (Kaz), Astana, at 0:30','http://velonews.com/tour2007/results/articles/12637.0.html','Jersey Standings after Stage 2','Overall Standings after Stage 2','20070705030835529200.jpg','','236.5 km',0,'','meta',6,'Presented by Cytomax','/tick/html/stage196','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(197,33,'complete','yes','yes','no','2007-07-11','Stage 4','Villers-Cotterêts','Joigny','no','Overall: Fabian Cancellara (Swi), CSC\r\n
    \"Best: Tom Boonen (B), Quick Step-Innergetic, 80 Pts.\r\n
    \"Best: Stéphane Auge (F), Cofidis, 8 points\r\n
    \"Best: Vladimir Gusev (Rus), Discovery Channel \r\n
    Team: Astana','http://velonews.com/tour2007/results/articles/12663.0.html','1. Fabian Cancellara (Swi), CSC, 15:12:08
    \r\n2. Klöden Andréas (G), Astana, 00:00:33
    \r\n3. David Millar (GB), Saunier Duval-Prodir, 00:00:41
    \r\n4. George Hincapie (USA), Discovery Channel, 00:00:43
    \r\n5. Bradley Wiggins (GB), Cofidis, 00:00:43
    \r\n6. Vladimir Gusev (Rus), Discovery Channel, 00:00:45
    \r\n7. Tom Boonen (B), Quick Step-Innergetic, 00:00:46
    \r\n8. Vladimir Karpets (Rus), Caisse d\'Epargne, 00:00:46
    \r\n9. Thor Hushovd (N), Credit Agricole, 00:00:49
    \r\n10. Mikel Astarloza (Sp), Euskaltel-Euskadi, 00:00:49','http://velonews.com/tour2007/results/articles/12663.0.html','Jersey Standings after Stage 3','Overall Standings after Stage 3','20070705031048022200.jpg','','193 km',0,'','meta',6,'Live coverage presented by Cytomax','/tick/html/stage197','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(198,33,'complete','yes','yes','no','2007-07-12','Stage 5','Chablis','Autun','no','Overall: Fabian Cancellara (Swi), CSC\r\n
    \"Best: Tom Boonen (B), Quick Step-Innergetic, 98 Pts.\r\n
    \"Best: Auge Stéphane (F), Cofidis, 9 Pts.\r\n
    \"Best: Vladimir Gusev (Rus), Discovery Channel\r\n\r\n
    Team: Astana','http://www.velonews.com/tour2007/results/articles/12683.0.html','1. Fabian Cancellara (Swi), CSC, 19:49:55
    \r\n2. Thor Hushovd (Nor), Crédit Agricole, at 0:29
    \r\n3. Andreas Klöden (G), Astana, at 0:33
    \r\n4. David Millar (GB), Saunier Duval-Prodir, at 0:41
    \r\n5.George Hincapie (USA), Discovery Channel, at 0:43
    \r\n6. Bradley Wiggins (GB), Cofidis, s.t.
    \r\n7. Sylvain Chavanel (F), Cofidis, at 0:44
    \r\n8. Vladimir Gusev (Rus), Discovery Channel, at 0:45
    \r\n9. Tom Boonen (B), Quick Step-Innergetic, at 0:46
    \r\n10. Vladimir Karpets (Rus), Caisse d\'Erpargne, s.t.','http://www.velonews.com/tour2007/results/articles/12683.0.html','Jersey Standings after Stage 4','Overall Standings after Stage 4','20070705030951367300.jpg','','182.5',0,'','meta',6,'Live coverage presented by Cytomax','/tick/html/stage198','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(199,33,'complete','yes','yes','no','2007-07-13','Stage 6','Semur-en-Auxois','Bourg-en-Bresse','no','Overall: Fabian Cancellara (Swi), CSC
    \"Best: Erik Zabel (G), Milram 102 pts
    \"Best: Sylvain Chavanel (F), Cofidis 37 points
    \"Best: Vladimir Gusev (Rus), Discovery Channel \r\n
    Team: CSC','http://www.velonews.com/tour2007/results/articles/12702.0.html','1. Fabian Cancellara (Swi), CSC
    \r\n2. Andreas Klöden (G), Astana, at 0:33
    \r\n3. Filippo Pozzato (I), Liquigas, at 0:35
    \r\n4. David Millar (GB), Saunier Duval-Prodir, at 0:41
    \r\n5. George Hincapie (USA), Discovery Channel, at 0:43
    \r\n6. Vladimir Gusev (Rus), Discovery Channel, at 0:45
    \r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne, at 0:46
    \r\n8. Mikel Astarloza Chaurreau (Sp), Euskaltel-Euskadi, at 0:49
    \r\n9. Thomas Dekker (Nl), Rabobank, at 0:51
    \r\n10. Benoît Vaugrenard (F), Francaise des Jeux, at 0:52','http://www.velonews.com/tour2007/results/articles/12702.0.html','Jersey Standings after Stage 5','Overall Standings after Stage 5','20070705044027200600.jpg','','199.5 km',0,'','meta',6,'VeloNews live coverage presented by Cytomax','/tick/html/stage199','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(200,33,'complete','yes','yes','no','2007-07-14','Stage 7','Bourg-en-Bresse','Le Grand Bornand','no','Overall: Fabian Cancellara (Swi), CSC\r\n
    \"Best: Tom Boonen (B), Quick Step-Innergetic, 141 Pts.\r\n
    \"Best: Sylvain Chavanel (B), Cofidis, 40 Pts.\r\n
    \"Best: Vladimir Gusev (Rus), Discovery Channel\r\n
    Team: CSC','http://www.velonews.com/tour2007/results/articles/12727.0.html','1. Fabian Cancellara (Swi), CSC, 05:49:55
    \r\n2. Andréas Klöden (G), Astana, at 00:33
    \r\n3. Filippo Pozzato (I), Liquigas, at 00:35
    \r\n4. David Millar (Gb), Saunier Duval-Prodir, at 00:41
    \r\n5. Oscar Freire (Sp), Rabobank, at 00:43
    \r\n6. George Hincapie (USA), Discovery Channel, at 00:43
    \r\n7. Vladimir Gusev (Rus), Discovery Channel, at 00:45
    \r\n8. Vladimir Karpets (Rus), Caisse D\'epargne, at 00:46
    \r\n9. Erik Zabel (G), Milram, at 00:48
    \r\n10. Mikel Astarloza (Sp), Euskaltel-Euskadi, at 00:49','http://www.velonews.com/tour2007/results/articles/12727.0.html','Jersey Standings after Stage 6','Overall Standings after Stage 6','20070705044444922000.jpg','','197.5 km',0,'','meta',6,'Live coverage presented by Cytomax','/tick/html/stage200','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(201,33,'complete','yes','yes','no','2007-07-16','Stage 8','Le Grand Bornand','Tignes','no','Overall: Linus Gerdemann (G), T-MOBILE
    \"Best: Tom Boonen (B), QUICK STEP - INNERGETIC, 147 Pts.
    \"Best: Sylvain Chavanel (F), COFIDIS CREDIT PAR TELEPHONE, 42 Pts.
    \"Best: Linus Gerdemann (G), T-MOBILE TEAM, 10:43:40\r\n
    Team: T-MOBILE','http://www.velonews.com/tour2007/results/articles/12745.0.html','1. Linus Gerdemann (G), T-MOBILE TEAM, 10:43:40
    \r\n2. Inigo Landaluze (Sp), EUSKALTEL - EUSKADI, 00:01:24
    \r\n3. David De La Fuente (Sp), SAUNIER DUVAL - PRODIR, 00:02:45
    \r\n4. Laurent Lefevre (F), BOUYGUES TELECOM, 00:02:55
    \r\n5. Soler Hernandez Juan Mauricio (Col), BARLOWORLD, 00:03:05
    \r\n6. KlÖden Andréas (G), ASTANA, 00:03:39
    \r\n7. Vladimir Gusev (Rus), DISCOVERY CHANNEL TEAM, 00:03:51
    \r\n8. Vladimir Karpets (Rus), CAISSE D\'EPARGNE, 00:03:52
    \r\n9. Mikel Astarloza (Sp), EUSKALTEL - EUSKADI, 00:03:55
    \r\n10. Thomas Dekker (Nl), RABOBANK, 00:03:57','http://www.velonews.com/tour2007/results/articles/12745.0.html','Jersey Standings after Stage 7','Overall Standings after Stage 7','20070705044712986200.jpg','','165 km',0,'','meta',6,'Presented by Cytomax','/tick/html/stage201','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(202,33,'complete','yes','yes','no','2007-07-17','Stage 9','Val-d’Isère','Briançon','no','Overall: Michael Rasmussen (Dk), Rabobank\r\n
    \"Best: Tom Boonen (B), Quick Step-Innergetic, 147 Pts.\r\n
    \"Best: Michael Rasmussen (Dk), Rabobank, 82 Pts.\r\n
    \"Best: Linus Gerdemann (G), T-Mobile\r\n\r\n\r\n
    Team: Rabobank','http://www.velonews.com/tour2007/results/articles/12763.0.html','1. Michael Rasmussen (Dk), Rabobank, 15:47:32
    \r\n2. Linus Gerdemann (G), T-Mobile, at 00:43
    \r\n3. Iban Mayo (Sp), Saunier Duval-Prodir, at 02:39
    \r\n4. Alejandro Valverde (Sp), Caisse d\'Epargne, at 02:51
    \r\n5. Andrey Kashechkin (Kz), Astana, at 02:52
    \r\n6. Cadel Evans (Aus), Predictor-Lotto, at 02:53
    \r\n7. Christophe Moreau (F), Ag2r Prevoyance, at 03:06
    \r\n8. Alberto Contador (Sp), Discovery Channel, at 03:10
    \r\n9. Frank Schleck (Lux), CSC, at 03:14
    \r\n10. Denis Menchov (Rus), Rabobank, at 03:19','http://www.velonews.com/tour2007/results/articles/12763.0.html','Jersey Standings after Stage 8','Overall Standings after Stage 8','20070705044818719100.jpg','','159.5 km',0,'','meta',6,'Presented by Cytomax','/tick/html/stage202','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(203,33,'complete','yes','yes','no','2007-07-18','Stage 10','Tallard','Marseille','no','Overall: Michael Rasmussen (Dk), Rabobank\r\n
    \"Best: Tom Boonen (B), Quick Step-Innergetic 147 pts\r\n
    \"Best: Michael Rasmussen (Dk), Rabobank 98 pts\r\n
    \"Best: Alberto Contador Velasco (Sp), Discovery\r\n
    Team: Caisse d\'Epargne','http://www.velonews.com/tour2007/results/articles/12796.0.html','1. Michael Rasmussen (Dk), Rabobank 43:52:48
    \r\n2. Alejandro Valverde Belmonte (Sp), Caisse d\'Epargne, at 2:35
    \r\n3. Iban Mayo Diez (Sp), Saunier Duval, at 2:39
    \r\n4. Cadel Evans (Aus), Predictor-Lotto, at 2:41
    \r\n5. Alberto Contador Velasco (Sp), Discovery, at 3:08
    \r\n6. Christophe Moreau (F), Ag2r, at 3:18
    \r\n7. Carlos Sastre (Sp), CSC, at 3:39
    \r\n8. Andreas Klöden (G), Astana, at 3:50
    \r\n9. Levi Leipheimer (USA), Discovery, at 3:53
    \r\n10. Kim Kirchen (Lx), T-Mobile, at 5:06 ','http://www.velonews.com/tour2007/results/articles/12796.0.html','Jersey Standings after Stage 9','Overall Standings after Stage 9','20070705044903317500.jpg','','229.5 km',0,'','meta',6,'Presented by Cytomax','/tick/html/stage203','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(204,33,'complete','yes','yes','no','2007-07-19','Stage 11','Marseille','Montpellier','no','Overall: Michael Rasmussen (DK), Rabobank\r\n
    \"Best: Tom Boonen (B), Quick Step-Innergetic, 160 Pts.\r\n
    \"Best: Michael Rasmussen (DK), Rabobank, 98 Pts.\r\n
    \"Best: Alberto Contador (Sp), Discovery Channel\r\n\r\n
    Team: CSC','http://www.velonews.com/tour2007/results/articles/12822.0.html','1. Michael Rasmussen (Dk) Rabobank, at 49:23:48
    \r\n2. Alejandro Valverde (Sp) Caisse D\'epargne, at 2:35
    \r\n3. Iban Mayo (Sp) Saunier Duval-Prodir, at 2:39
    \r\n4. Cadel Evans (Aus) Predictor-Lotto, at 2:41
    \r\n5. Alberto Contador (Sp) Discovery Channel, at 3:08
    \r\n6. Christophe Moreau (F) Ag2r Prevoyance, at 3:18
    \r\n7. Carlos Sastre (Sp) CSC, at 3:39
    \r\n8. Andréas Klöden (G) Astana, at 3:50
    \r\n9. Levi Leipheimer (USA) Discovery Channel, at 3:53
    \r\n10. Kim Kirchen (Lux) T-Mobile, at 5:06\r\n','http://www.velonews.com/tour2007/results/articles/12822.0.html','Jersey Standings after Stage 10','Overall Standings after Stage 10','20070705045038762400.jpg','','182.5',0,'','meta',6,'Presented by Cytomax','/tick/html/stage204','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(205,33,'complete','yes','yes','no','2007-07-20','Stage 12','Montpellier','Castres','no','Overall: Michael Rasmussen (DK), Rabobank\r\n
    \"Best: Tom Boonen (B), Quick Step-Innergetic, 160 Pts.\r\n
    \"Best: Michael Rasmussen (DK), Rabobank, 98 Pts.\r\n
    \"Best: Alberto Contador (Sp), Discovery Channel\r\n\r\n
    Team: CSC','http://www.velonews.com/tour2007/results/articles/12829.0.html','1. Michael Rasmussen (Dk), Rabobank, 53:11:38
    \r\n2. Alejandro Valverde (Sp), Caisse d\'Epargne, 2:35
    \r\n3. Iban Mayo (Sp), Saunier Duval-Prodir, 2:39
    \r\n4. Cadel Evans (Aus), Predictor-Lotto, 2:41
    \r\n5. Alberto Contador (Sp), Discovery Channel, 3:08
    \r\n6. Carlos Sastre (Sp), CSC, 3:39
    \r\n7. Andréas Klöden(G), Astana, 3:50
    \r\n8. Levi Leipheimer (USA), Discovery Channel, 3:53
    \r\n9. Kim Kirchen (Lux), T-Mobile, 5:06
    \r\n10. Mikel Astarloza (Sp), Euskaltel-Euskadi, 5:20\r\n','http://www.velonews.com/tour2007/results/articles/12829.0.html','Jersey Standings after Stage 11','Overall Standings after Stage 11','20070705045139877500.jpg','','178.5 km',0,'','meta',6,'Presented by Cytomax','/tick/html/stage205','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(206,33,'complete','yes','yes','no','2007-07-21','Stage 13','Albi','Albi','no','Overall: Michael Rasmussen (Dk), Rabobank\r\n
    \"Best: Tom Boonen (B), Quick Step-Innergetic, 195 Pts.\r\n
    \"Best: Michael Rasmussen (Dk), Rabobank, 98 Pts.\r\n
    \"Best: Alberto Contador (Sp), Discovery Channel\r\n\r\n
    Team: CSC','http://www.velonews.com/tour2007/results/articles/12849.0.html','1. Michael Rasmussen (Dk), RABOBANK, 57:37:10
    \r\n2. Alejandro Valverde (Sp), CAISSE D\'EPARGNE, 2:35
    \r\n3. Iban Mayo (Sp), SAUNIER DUVAL - PRODIR, 2:39
    \r\n4. Cadel Evans (Aus), PREDICTOR - LOTTO, 2:41
    \r\n5. Alberto Contador (Sp), DISCOVERY CHANNEL TEAM, 3:08
    \r\n6. Carlos Sastre (Sp), TEAM CSC, 3:39
    \r\n7. KlÖden Andréas (G), ASTANA, 3:50
    \r\n8. Levi Leipheimer (USA), DISCOVERY CHANNEL TEAM, 3:53
    \r\n9. Kim Kirchen (Lux), T-MOBILE TEAM, 5:06
    \r\n10. Mikel Astarloza (Sp), EUSKALTEL - EUSKADI, 5:20','http://www.velonews.com/tour2007/results/articles/12849.0.html','Jersey Standings after Stage 12','Overall Standings after Stage 12','20070705045225536000.jpg','','54 km',0,'','meta',6,'Presented by Cytomax','/tick/html/stage206','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(207,33,'complete','yes','yes','no','2007-07-22','Stage 14','Mazamet','Plateau de Beille','no','Overall: Michael Rasmussen (Dk), Rabobank\r\n
    \"Best: Tom Boonen (B), Quick Step-Innergetic, 195 Pts.\r\n
    \"Best: Michael Rasmussen (Dk), Rabobank, 95 Pts.\r\n
    \"Best: Alberto Contador (Sp), Discovery Channel\r\n\r\n
    Team: Astana','http://www.velonews.com/tour2007/results/articles/12860.0.html','1. Michael Rasmussen (Dk), RABOBANK, 58:46:39
    \r\n2. Cadel Evans (Aus), PREDICTOR - LOTTO, 1:00
    \r\n3. Alberto Contador (Sp), DISCOVERY CHANNEL TEAM, 2:31
    \r\n4. Andréas KlÖden (G), ASTANA, 2:34
    \r\n5. Levi Leipheimer (USA), DISCOVERY CHANNEL TEAM, 3:37
    \r\n6. Andrey Kashechkin (Kz), ASTANA, 4:23
    \r\n7. Carlos Sastre (Sp), TEAM CSC, 4:45
    \r\n8. Mikel Astarloza (Sp), EUSKALTEL - EUSKADI, 5:07
    \r\n9. Alexandre Vinokourov (Kz), ASTANA, 5:10
    \r\n10. Kim Kirchen (Lux), T-MOBILE TEAM, 5:29\r\n','http://www.velonews.com/tour2007/results/articles/12860.0.html','Jersey Standings after Stage 13','Overall Standings after Stage 13','20070705045303198900.jpg','','197',0,'','meta',6,'Presented by Cytomax','/tick/html/stage207','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(208,33,'complete','yes','yes','no','2007-07-23','Stage 15','Foix','Loudenvielle','no','Overall: Michael Rasmussen (Dk), Rabobank\r\n
    \"Best: Tom Boonen (B), Quick Step-Innergetic, 195 Pts.\r\n
    \"Best: Michael Rasmussen (Dk), Rabobank, 142 Pts.\r\n
    \"Best: Alberto Contador (Sp), Discovery Channel\r\n\r\n
    Team: Discovery Channel','http://www.velonews.com/tour2007/results/articles/12871.0.html','1. Michael Rasmussen (Dk), RABOBANK, 64:12:15
    \r\n2. Alberto Contador (Sp), DISCOVERY CHANNEL TEAM, 2:23
    \r\n3. Cadel Evans (Aus), PREDICTOR - LOTTO, 3:04
    \r\n4. Levi Leipheimer (USA), DISCOVERY CHANNEL TEAM, 4:29
    \r\n5. Andréas KlÖden (G), ASTANA, 4:38
    \r\n6. Carlos Sastre (Sp), TEAM CSC, 5:50
    \r\n7. Andrey Kashechkin (Kz), ASTANA, 6:58
    \r\n8. Mikel Astarloza (Sp), EUSKALTEL - EUSKADI, 8:25
    \r\n9. Alejandro Valverde (Sp), CAISSE D\'EPARGNE, 9:45
    \r\n10. Yaroslav Popovych (Ukr), DISCOVERY CHANNEL TEAM, 10:55\r\n','http://www.velonews.com/tour2007/results/articles/12871.0.html','Jersey Standings after Stage 14','Overall Standings after Stage 14','20070705045845468000.jpg','','196',0,'','meta',6,'Presented by Cytomax','/tick/html/stage208','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(209,33,'complete','yes','yes','no','2007-07-25','Stage 16','Orthez','Gourette (Aubisque)','no','Overall: Michael Rasmussen (Dk), Rabobank\r\n
    \"Best: Tom Boonen (B), Quick Step-Innergetic, 195 Pts.\r\n
    \"Best: Michael Rasmussen (Dk), Rabobank, 142 Pts.\r\n
    \"Best: Alberto Contador (Sp), Discovery Channel\r\n\r\n
    Team: Astana','http://www.velonews.com/tour2007/results/articles/12893.0.html','1. Michael Rasmussen (Dk), RABOBANK, 69:52:14
    \r\n2. Alberto Contador (Sp), DISCOVERY CHANNEL TEAM, 2:23
    \r\n3. Cadel Evans (Aus), PREDICTOR - LOTTO, 4:00
    \r\n4. Levi Leipheimer (USA), DISCOVERY CHANNEL TEAM, 5:25
    \r\n5. Andréas Kloden (G), ASTANA, 5:34
    \r\n6. Carlos Sastre (Sp), TEAM CSC, 6:46
    \r\n7. Haimar Zubeldia (Sp), EUSKALTEL - EUSKADI, 7:27
    \r\n8. Andrey Kashechkin (Kz), ASTANA, 7:54
    \r\n9. Kim Kirchen (Lux), T-MOBILE TEAM, 8:24
    \r\n10. Mikel Astarloza (Sp), EUSKALTEL - EUSKADI, 9:21\r\n','http://www.velonews.com/tour2007/results/articles/12893.0.html','Jersey Standings after Stage 15','Overall Standings after Stage 15','20070705045532361400.jpg','','218.5 km',0,'','meta',6,'Presented by Cytomax','/tick/html/stage209','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(210,33,'complete','yes','yes','no','2007-07-26','Stage 17','Pau','Castelsarrasin','no','Overall: Michael Rasmussen (Dk), Rabobank\r\n
    \"Best: Tom Boonen (B), Quick Step-Innergetic, 195 Pts.\r\n
    \"Best: Mauricio Soler Hernandez Juan (Col), TEAM, 206 Pts.\r\n
    \"Best: Alberto Contador (Sp), Discovery Channel\r\n\r\n
    Team: Discovery Channel','http://velonews.com/tour2007/results/articles/12931.0.html','1. Michael Rasmussen (Dk), Rabobank, 76:15:15
    \r\n2. Alberto Contador (Sp), Discovery Channel, at 03:10
    \r\n3. Cadel Evans (Aus), Predictor - Lotto, at 05:03
    \r\n4. Levi Leipheimer (Usa), Discovery Channel , at 05:59
    \r\n5. Carlos Sastre (Sp), CSC, at 09:12
    \r\n6. Haimar Zubeldia (Esp), Euskaltel - Euskadi, at 09:39
    \r\n7. Alejandro Valverde (Sp), Caisse d’Epargne, at 13:28
    \r\n8. Kim Kirchen (Lux), T-Mobile, at 14:46
    \r\n9. Yaroslav Popovych (Ukr), Discovery Channel, at 16:00
    \r\n10. Mauricio Soler Hernandez Juan (Col), Barloworld, at 16:41
    \r\n','http://velonews.com/tour2007/results/articles/12931.0.html','Jersey Standings after Stage 16','Overall Standings after Stage 16','20070705045600573300.jpg','','188.5 km',0,'','meta',6,'Presented by Cytomax','/tick/html/stage210','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(211,33,'complete','yes','yes','no','2007-07-27','Stage 18','Cahors','Angoulême','no','Overall: Alberto Contador (Sp) Discovery
    \"Best: Tom Boonen (B), Quick Step, 212 pts\r\n
    \"Best: Juan Mauricio Soler (Col), Barloworld, 206 pts
    \"Best: Alberto Contador (Sp), Discovery
    Team: Discovery','http://www.velonews.com/tour2006/results/articles/10554.0.html','1. Alberto Contador (Sp), DISCOVERY CHANNEL TEAM, 80:42:08
    \r\n2. Cadel Evans (Aus), PREDICTOR - LOTTO, at 01:53
    \r\n3. Levi Leipheimer (USA), DISCOVERY CHANNEL TEAM , at 02:49
    \r\n4. Carlos Sastre (Sp), TEAM CSC, at 06:02
    \r\n5. Haimar Zubeldia (ESP), EUSKALTEL - EUSKADI, at 06:29
    \r\n6. Alejandro Valverde (Sp), CAISSE D’EPARGNE, at 10:18
    \r\n7. Kim Kirchen (Lux), T-MOBILE TEAM, at 11:36
    \r\n8. Yaroslav Popovych (Ukr), DISCOVERY CHANNEL TEAM, at 12:50
    \r\n9. Mauricio Soler Hernandez Juan (Col), BARLOWORLD, at 13:31
    \r\n10. Mikel Astarloza (Sp), EUSKALTEL - EUSKADI, at 13:42
    \r\n','','Jersey Standings after Stage 17','Overall Standings','20070705045643494000.jpg','','211',0,'','meta',6,'Presented by Cytomax','/tick/html/stage211','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(212,33,'complete','yes','yes','no','2007-07-28','Stage 19','Cognac','Angoulême','no','Overall: Alberto Contador (Sp), Discovery Channel\r\n
    \"Best: Tom Boonen (B), Quick Step Innergetic, 234 Pts.\r\n
    \"Best: Mauricio Soler Hernandez Juan (Col), Barloworld, 206 Pts.\r\n
    \"Best: Alberto Contador (Sp), Discovery Channel\r\n\r\n
    Team: Discovery Channel','http://www.velonews.com/tour2007/results/articles/12972.0.html','1. Alberto Contador (Sp), DISCOVERY CHANNEL TEAM, 86:04:16\r\n2. Cadel Evans (Aus), PREDICTOR - LOTTO, at 01:50
    \r\n3. Levi Leipheimer (USA), DISCOVERY CHANNEL TEAM , at 02:49
    \r\n4. Carlos Sastre (Sp), TEAM CSC, at 06:02
    \r\n5. Haimar Zubeldia (ESP), EUSKALTEL - EUSKADI, at 06:29
    \r\n6. Alejandro Valverde (Sp), CAISSE D\'EPARGNE, at 10:18
    \r\n7. Kim Kirchen (Lux), T-MOBILE TEAM, at 11:36
    \r\n8. Yaroslav Popovych (Ukr), DISCOVERY CHANNEL TEAM, at 12:47
    \r\n9. Mauricio Soler Hernandez Juan (Col), BARLOWORLD, at 13:31
    \r\n10. Mikel Astarloza (Sp), EUSKALTEL - EUSKADI, at 13:42
    ','http://www.velonews.com/tour2007/results/articles/12972.0.html','Jersey Standings after Stage 18','Overall Standings after Stage 18','20070705045746050500.jpg','','55.5 km',0,'','meta',6,'Presented by Cytomax','/tick/html/stage212','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(213,33,'complete','yes','yes','no','2007-07-29','Stage 20','Marcoussis','Paris - Champs-Élysées','no','Overall: Alberto Contador (Sp), Discovery Channel Team\r\n
    \"Best: Tom Boonen (B), Quick Step - Innergetic, 234 Pts.\r\n
    \"Best: Mauricio Soler Hernandez Juan (Col), Barloworld, 206 Pts. \r\n
    \"Best: Alberto Contador (Sp), Discovery Channel Team\r\n\r\n
    Team: Discovery Channel Team','http://www.velonews.com/tour2007/results/articles/12992.1.html','1. Alberto Contador (Sp), DISCOVERY CHANNEL TEAM, 87:09:18
    \r\n2. Cadel Evans (Aus), PREDICTOR - LOTTO, at 00:23
    \r\n3. Levi Leipheimer (USA), DISCOVERY CHANNEL TEAM , at 00:31
    \r\n4. Carlos Sastre (Sp), TEAM CSC, at 07:08
    \r\n5. Haimar Zubeldia (ESP), EUSKALTEL - EUSKADI, at 08:17
    \r\n6. Alejandro Valverde (Sp), CAISSE D\'EPARGNE, at 11:37
    \r\n7. Kim Kirchen (Lux), T-MOBILE TEAM, at 12:18
    \r\n8. Yaroslav Popovych (Ukr), DISCOVERY CHANNEL TEAM, at 12:30
    \r\n\r\n9. Mikel Astarloza (Sp), EUSKALTEL - EUSKADI, at 14:14
    \r\n10. Oscar Pereiro Sio (Sp), CAISSE D\'EPARGNE, at 14:25
    \r\n11. Mauricio Soler Hernandez Juan (Col), BARLOWORLD, at 16:41 ','http://www.velonews.com/tour2007/results/articles/12992.1.html','Jersey Standings after Stage 19','Overall Standings','20070705045917955400.jpg','','146 km',0,'','meta',6,'Presented by Cytomax','/tick/html/stage213','','','notes','','[Interactive Map]\r\n\r\n[Map]'),(214,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage214','','','notes','',''),(215,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage215','','','notes','',''),(216,37,'complete','yes','no','yes','2007-07-22','','Boulder, CO','Boulder, CO','no','1. Matty Reed, 1:55:39, $5,000
    \r\n2. Stephen Hackett, 1:56:02, $4,000
    \r\n3. Paul Matthews, 1:57:01, $3,000
    \r\n4. Tim Deboom, 1:58:13, $1,000
    \r\n5. Leon Griffin, 2:01:27, $500
    \r\n','','1. Joanna Zeiger, 2:08:27, Equalizer Win, $6,000 total
    \r\n2. Sarah Haskins, 2:09:46, $4,000
    \r\n3. Jasmine Oeinck, 2:16:22, $3,000
    \r\n4. Karen Melliar-Smith, 2:19:22, $1,000
    \r\n5. Julianna Baitzy-Morley, 2:23:03, $500
    \r\n','','Men\'s Overall Standings','Women\'s Overall Standings','','','Olympic (1.5km S / 40km B / 10km R)',120,'','javascript',-2,'','/tick/html/stage216','','','notes','',''),(217,0,'new','yes','no','yes','2006-01-01','Boulder Peak','','','no','','','','','','Overall Standings','','','',0,'','meta',0,'','/tick/html/stage217','','','notes','',''),(218,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage218','','','notes','',''),(219,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage219','','','notes','',''),(220,40,'new','yes','no','yes','2007-08-12','','Boulder, CO','Boulder, CO','no','1. David Thompson, 3:49:38
    \r\n2. Chris Legh, 3:51:48
    \r\n3. Peter Jacobs, 3:58:07
    \r\n4. Cam Widoff, 3:58:28
    \r\n5. Paul Ambrose, 4:01:37
    ','','1. Samantha McGlone, 4:17:08
    \r\n2. Joanna Zeiger, 4:19:34
    \r\n3. Melissa Ashton, 4:23:31
    \r\n4. Kate Bevilaqua, 4:26:09
    \r\n5. Susan Williams, 4:26:50
    ','','Men\'s Overall Standings','Women\'s Overall Standings','','','Half (1.2 mile S / 56 mile B / 13.1 mile R)',120,'','javascript',-2,'','/tick/html/stage220','','','notes','',''),(221,41,'complete','yes','no','no','2007-09-01','Stage 1','Vigo','Vigo','no','','','1. Alexandre Vinokourov (Kaz), Astana, 81:23:07
    \r\n2. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., 1:12
    \r\n3. Andrey Kashechkin (Kaz), Astana, 3:12
    \r\n4. Carlos Sastre (Sp), CSC, 3:35
    \r\n5. J. Angel Gomez Marchante (Sp), Saunier Duval, 6:51
    \r\n6. Thomas Danielson (USA), Discovery Channel, 8:09
    \r\n7. Samuel Sánchez (Sp), Euskaltel-Euskadi, 8:26
    \r\n8. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 10:36,
    \r\n9. Manuel Beltran (Sp), Discovery Channel, 10:47,
    \r\n10. Luis Pérez (Sp), Cofidis, 11:32\r\n','http://velonews.com/race/int/articles/10884.r.html','','2006 Overall Standings','20070817052438083000.gif','','145 km',120,'','javascript',6,'','/tick/html/stage221','','','stages','\r\n',''),(222,41,'complete','yes','no','no','2007-09-02','Stage 2','Allariz','Santiago de Compostela','no','1. Daniele Bennati (I), Lampre
    \r\n2. Óscar Freire (Sp), Rabobank
    \r\n3. Alessandro Petacchi (I), Milram
    \r\n4. Allan Davis (Aus), Discovery Channel Cycling Team
    \r\n5. Tom Boonen (B), Quick Step-Innergetic
    \r\n6. Aurélien Clerc (Swi), Bouygues Telecom
    \r\n7. Koldo Fernandez (Sp), Euskaltel-Euskadi
    \r\n8. Erik Zabel (G), Milram
    \r\n9. Rony Martias (F), Bouygues Telecom
    \r\n10. Leonardo Duque (Col), Cofidis
    ','http://www.velonews.com/race/int/articles/13191.r.html','
    \r\n\"\" Race Leader: Daniele Bennati (I), Lampre

    \r\n\"\" Points Leader: Daniele Bennati (I), Lampre

    \r\n\"\" Climber: Serafin Martinez Acevedo (Esp), Karpin - Galizia

    \r\n\"\" All Around: Geoffroy LeQuatre (F), Cofidis

    ','','Results Stage 1','Leaders After Stage 1','20070817052814743000.gif','','150 km',120,'','javascript',6,'','/tick/html/stage222','','','notes','',''),(223,41,'complete','yes','no','no','2007-09-03','Stage 3','Viveiro','Luarca','no','1. Óscar Freire (Sp), Rabobank
    \r\n2. Erik Zabel (G), Milram
    \r\n3. Leonardo Duque (Col), Cofidis
    \r\n4. Aurélien Clerc (Swi), Bouygues Telecom
    \r\n5. Alessandro Petacchi (I), Milram
    \r\n6. Alan Pérez (Sp), Euskaltel-Euskadi
    \r\n7. Patrick Calcagni (Swi), Liquigas
    \r\n8. André Greipel (G), T-Mobile
    \r\n9. Angelo Furlan (I), Credit Agricole
    \r\n10. Ezequiel Mosquera (Sp), Karpin Galicia','http://www.velonews.com/race/int/articles/13200.r.html','
    \r\n\"\" Race Leader: Óscar Freire (Sp), Rabobank

    \r\n\"\" Points Leader: Óscar Freire (Sp), Rabobank

    \r\n\"\" Climber: Serafin Martinez Acevedo (Esp), Karpin - Galizia

    \r\n\"\" All Around: Manuel Vasquez (Esp) Andalucia - Cajasur

    ','','Overall, after stage 2','Race Leaders','20070817053026431000.gif','','155 km',120,'','javascript',6,'','/tick/html/stage223','','','notes','',''),(224,41,'complete','yes','no','no','2007-09-04','Stage 4','Langreo','Lagos de Covadonga','no','1 Óscar Friere (Sp), Rabobank, 11:22:54
    \r\n2 Leonardo Duque, (COL), Cofidis, s.t.
    \r\n3 Erik Zabel, (GER), Milram, s.t.
    \r\n4 Rene Mandri, (EST), Ag2r Prevoyance, s.t.
    \r\n5 David Lopez, (ESP), Caisse d\'Epargne, s.t.
    \r\n6 Cadel Evans, (AUS), Predictor-Lotto, s.t.
    \r\n7 Manuel BeltrÃÂn, (Sp), Liquigas, s.t.
    \r\n8 Xavier Florencio, (Sp), Bouygues Telecom, s.t.
    \r\n9 Ezequiel Mosquera, (Sp), Karpin Galicia, s.t.
    \r\n10. J. ÃÂngel Gomez Marchante, (Sp), Saunier Duval, s.t.','http://www.velonews.com/race/int/articles/13204.r.html','
    \r\n\"\" Race Leader: Óscar Freire (Sp), Rabobank

    \r\n\"\" Points Leader: Óscar Freire (Sp), Rabobank

    \r\n\"\" Climber: Serafin Martinez Acevedo (Esp), Karpin - Galizia

    \r\n\"\" All Around: David De La Fuente (Esp) Saunier Duval

    ','http://www.velonews.com/race/int/articles/13204.r.html','Overall After Stage 3','Race Leaders','20070817053216359800.gif','','182 km',120,'','javascript',6,'','/tick/html/stage224','','','notes','',''),(225,41,'complete','yes','no','no','2007-09-05','Stage 5','Cangas de Onís','Reinosa','no','1. Vladimir Efimkin (Rus), Caisse d\'Epargne, 182km in 4:39:56
    \r\n2. Leonardo Piepoli (I), Saunier Duval, at 1:06
    \r\n3. Stijn Devolder (B), Discovery Channel, at 1:06
    \r\n4. Denis Menchov (Rus), Rabobank, at 1:06
    \r\n5. Maxime Monfort (B), Cofidis, at 1:06
    \r\n6. Carlos Sastre (Sp), CSC, at 1:06
    \r\n7. Cadel Evans (Aus), Predictor-Lotto, at 1:28
    \r\n8. Sylvain Chavanel (F), Cofidis, at 1:33
    \r\n9. Ezequiel Mosquera (Sp), Karpin Galicia, at 1:36
    \r\n10. Leonardo Bertagnolli, (I), Liquigas, at 1:49','http://www.velonews.com/race/int/articles/13209.r.html','
    \r\n\"\" Race Leader: Vladimir Efimkin (Rus), Caisse d\'Epargne

    \r\n\"\" Points Leader: Óscar Freire (Sp), Rabobank

    \r\n\"\" Climber: Serafin Martinez Acevedo (Esp), Karpin - Galizia

    \r\n\"\" All Around: Race Leader: Vladimir Efimkin (Rus), Caisse d\'Epargne

    ','http://www.velonews.com/race/int/articles/13209.r.html','Overall After Stage 4','Race Leaders','20070817053344756900.gif','','155 km',120,'','javascript',6,'','/tick/html/stage225','','','notes','',''),(226,41,'complete','yes','no','no','2007-09-06','Stage 6: 2007 Vuelta a Espana','Reinosa','Logroño','no','1. Vladimir Efimkin (Rus), Caisse d\'Epargne, 20:10:41
    \r\n2. Denis Menchov (Rus), Rabobank, 1:06
    \r\n3. Carlos Sastre (Sp), CSC, 1:06
    \r\n4. Maxime Monfort (B), Cofidis, 1:06
    \r\n5. Stijn Devolder (B), Discovery Channel Team, 1:06
    \r\n6. Leonardo Piepoli (I), Saunier Duval, 1:06
    \r\n7. Cadel Evans (Aus), Predictor-Lotto, 1:28
    \r\n8. Sylvain Chavanel (F), Cofidis, 1:33
    \r\n9. Ezequiel Mosquera (Sp), Karpin Galicia, 1:36
    \r\n10. Leonardo Bertagnolli (I), Liquigas, 1:49','http://www.velonews.com/race/int/articles/13216.r.html','
    \r\n\"\" Race Leader: Vladimir Efimkin (Rus), Caisse d\'Epargne

    \r\n\"\" Points Leader: Óscar Freire (Sp), Rabobank

    \r\n\"\" Climber: Serafin Martinez Acevedo (Esp), Karpin - Galizia

    \r\n\"\" All Around: Race Leader: Vladimir Efimkin (Rus), Caisse d\'Epargne

    ','http://www.velonews.com/race/int/articles/13216.r.html','Overall After Stage 5','Race Leaders','20070817053506868900.gif','','195 km',120,'','javascript',6,'','/tick/html/stage226','','','notes','',''),(227,41,'complete','yes','no','no','2007-09-07','Stage 7: 2007 Vuelta a Espana','Calahorra','Zaragoza','no','1. Vladimir Efimkin (Rus, Caisse d’Epargne, 24:34:51
    \r\n2. Denis Menchov (Rus), Rabobank, at 1:06
    \r\n3. Carlos Sastre (Sp), CSC, same time
    \r\n4. Maxime Monfort (B), Cofidis, s.t.
    \r\n5. Stijn Devolder (B), Discovery Channel, s.t.
    \r\n6. Leonardo Piepoli (I), Saunier Duval-Prodiir, s.t.
    \r\n7. Cadel Evans (Aus), Predictor-Lotto, at 1:28
    \r\n8. Sylvain Chavanel (F), Cofidis, at 1:33
    \r\n9. Ezequiel Mosquera (Sp), Karpin Galicia, at 1:36
    \r\n10. Leonardo Bertagnolli (I,) Liquigas, at 1:49','http://www.velonews.com/race/int/articles/13221.r.html','
    \r\n\"\" Race Leader: Vladimir Efimkin (Rus), Caisse d\'Epargne

    \r\n\"\" Points Leader: Óscar Freire (Sp), Rabobank

    \r\n\"\" Climber: Serafin Martinez Acevedo (Esp), Karpin - Galizia

    \r\n\"\" All Around: Race Leader: Vladimir Efimkin (Rus), Caisse d\'Epargne

    ','http://www.velonews.com/race/int/articles/13221.r.html','Overall After Stage 6','Race Leaders','20070817053615114400.gif','','176.3 km',120,'','javascript',6,'','/tick/html/stage227','','','notes','',''),(228,41,'complete','yes','no','no','2007-09-08','Stage 8: 2007 Vuelta a Espana','Denominación de Origen Cariñena','Zaragoza C.R.I.','no','1. Vladimir Efimkin (Rus), Caisse d\'Epargne, 28:26:56
    \r\n2. Denis Menchov (Rus), Rabobank, 1:06
    \r\n3. Carlos Sastre (Sp), CSC, 1:06
    \r\n4. Maxime Monfort (B), Cofidis, 1:06
    \r\n5. Stijn Devolder (B), Discovery Channel Team, 1:06
    \r\n6. Leonardo Piepoli (I), Saunier Duval, 1:06
    \r\n7. Cadel Evans (Aus), Predictor-Lotto, 1:28
    \r\n8. Sylvain Chavanel (F), Cofidis, 1:33
    \r\n9. Ezequiel Mosquera (Sp), Karpin Galicia, 1:36
    \r\n10. Leonardo Bertagnolli (I), Liquigas, 1:49','http://www.velonews.com/race/int/articles/13225.r.html','
    \r\n\"\" Race Leader: Vladimir Efimkin (Rus), Caisse d\'Epargne

    \r\n\"\" Points Leader: Óscar Freire (Sp), Rabobank

    \r\n\"\" Climber: Serafin Martinez Acevedo (Esp), Karpin - Galizia

    \r\n\"\" All Around: Race Leader: Vladimir Efimkin (Rus), Caisse d\'Epargne

    ','http://www.velonews.com/race/int/articles/13225.r.html','Overall After Stage 7','Race Leadersve','20070817053842063500.gif','','52.2 km',120,'','javascript',6,'','/tick/html/stage228','','','notes','\r\n',''),(229,41,'complete','yes','no','no','2007-09-09','Stage 9: 2007 Vuelta a Espana','Huesca','Estación de esquí Cerler','no','1. Denis Menchov (Rus), Rabobank, 33:54:46
    \r\n2. Vladimir Efimkin (Rus), Caisse d\'Epargne, 2:01
    \r\n3. Cadel Evans (Aus), Predictor-Lotto, 2:27
    \r\n4. Carlos Sastre (Sp), CSC, 3:02
    \r\n5. Ezequiel Mosquera (Sp), Karpin Galicia, 4:02
    \r\n6. Stijn Devolder (B), Discovery Channel Team, 4:28
    \r\n7. Samuel Sánchez (Sp), Euskaltel-Euskadi, 4:42
    \r\n8. Vladimir Karpets (Rus), Caisse d\'Epargne, 4:58
    \r\n9. Maxime Monfort (B), Cofidis, 5:07
    \r\n10. Carlos Barredo (Sp), Quick Step-Innergetic, 5:19','http://www.velonews.com/race/int/articles/13240.r.html','
    \r\n\"\" Race Leader: Denis Menchov (Rus) Rabobank

    \r\n\"\" Points Leader: Óscar Freire (Sp), Rabobank

    \r\n\"\" Climber: Serafin Martinez Acevedo (Esp), Karpin - Galizia

    \r\n\"\" All Around: Denis Menchov (Rus) Rabobank

    ','http://www.velonews.com/race/int/articles/13240.r.html','Overall After Stage 9','Race Leaders','20070817053957453700.gif','','174 km',120,'','javascript',6,'','/tick/html/stage229','','','notes','',''),(230,41,'complete','yes','no','no','2007-09-10','Stage 10: 2007 Vuelta a Espana','Benasque','Andorra (Vallnord / sector Arcalís)','no','1. Denis Menchov (Rus), Rabobank, 33:54:46
    \r\n2. Vladimir Efimkin (Rus), Caisse d\'Epargne, 2:01
    \r\n3. Cadel Evans (Aus), Predictor-Lotto, 2:27
    \r\n4. Carlos Sastre (Sp), CSC, 3:02
    \r\n5. Ezequiel Mosquera (Sp), Karpin Galicia, 4:02
    \r\n6. Stijn Devolder (B), Discovery Channel Team, 4:28
    \r\n7. Samuel Sánchez (Sp), Euskaltel-Euskadi, 4:42
    \r\n8. Vladimir Karpets (Rus), Caisse d\'Epargne, 4:58
    \r\n9. Maxime Monfort (B), Cofidis, 5:07
    \r\n10. Carlos Barredo (Sp), Quick Step-Innergetic, 5:19','http://www.velonews.com/race/int/articles/13240.r.html','
    \r\n\"\" Race Leader: Denis Menchov (Rus) Rabobank

    \r\n\"\" Points Leader: Óscar Freire (Sp), Rabobank

    \r\n\"\" Climber: Serafin Martinez Acevedo (Esp), Karpin - Galizia

    \r\n\"\" All Around: Denis Menchov (Rus) Rabobank

    ','http://www.velonews.com/race/int/articles/13240.r.htmlhttp://www.velonews.com/race/int/articles/13240.r.html','Overall After Stage 9','Race Leaders','20070817054108679000.gif','','214 km',120,'','javascript',6,'','/tick/html/stage230','','','notes','',''),(231,41,'complete','yes','no','no','2007-09-12','Stage 11','Oropesa del Mar','Algemesí','no','1. Denis Menchov (Rus), Rabobank, 39:41:51
    \r\n2. Vladimir Efimkin (Rus), Caisse d\'Epargne, 2:01
    \r\n3. Cadel Evans (Aus), Predictor-Lotto, 2:27
    \r\n4. Carlos Sastre (Sp), CSC, 3:02
    \r\n5. Ezequiel Mosquera (Sp), Karpin Galicia, 4:35
    \r\n6. Samuel Sánchez (Sp), Euskaltel-Euskadi, 4:42
    \r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne, 5:49
    \r\n8. Manuel Beltrán (Sp), Liquigas, 5:56
    \r\n9. Leonardo Piepoli (I), Saunier Duval, 6:06
    \r\n10. Stijn Devolder (B), Discovery Channel Team, 6:28','http://www.velonews.com/race/int/articles/13242.r.html','
    \r\n\"\" Race Leader: Denis Menchov (Rus) Rabobank

    \r\n\"\" Points Leader: Paolo Bettini (I), Quick Step-Innergetic

    \r\n\"\" Climber: Denis Menchov (Rus), Rabobank

    \r\n\"\" All Around: Denis Menchov (Rus) Rabobank

    ','http://www.velonews.com/race/int/articles/13242.r.html','Overall After Stage 10','Race Leaders','20070817054234320200.gif','','191.3 km',120,'','javascript',6,'','/tick/html/stage231','','','notes','',''),(232,41,'complete','yes','no','no','2007-09-13','Stage 12: 2007 Vuelta a Espana','Algemesí','Hellín','no','1. Denis Menchov (Rus), Rabobank, 44:27:25
    \r\n2. Vladimir Efimkin (Rus), Caisse d\'Epargne, 2:01
    \r\n3. Cadel Evans (Aus), Predictor-Lotto, 2:27
    \r\n4. Carlos Sastre (Sp), CSC, 3:02
    \r\n5. Ezequiel Mosquera (Sp), Karpin Galicia, 4:35
    \r\n6. Samuel SÃÂnchez (Sp), Euskaltel-Euskadi, 4:42
    \r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne, 5:49
    \r\n8. Manuel BeltrÃÂn (Sp), Liquigas, 5:56
    \r\n9. Stijn Devolder (B), Discovery Channel Team, 6:28
    \r\n10. Leonardo Piepoli (I), Saunier Duval, 6:34','http://www.velonews.com/race/int/articles/13263.r.html','
    \r\n\"\" Race Leader: Denis Menchov (Rus) Rabobank

    \r\n\"\" Points Leader: Paolo Bettini (I), Quick Step-Innergetic

    \r\n\"\" Climber: Leonardo Piepoli (I) Saunier Duval-Prodir

    \r\n\"\" All Around: Denis Menchov (Rus) Rabobank

    ','http://www.velonews.com/race/int/articles/13263.r.html','Overall After Stage 11','Race Leaders','20070817054417221500.gif','','176 km',120,'','javascript',6,'','/tick/html/stage232','','','notes','',''),(233,41,'complete','yes','no','no','2007-09-14','Stage 13: 2007 Vuelta a Espana','Hellín','Torre-Pacheco','no','1. Denis Menchov (Rus), Rabobank, 48:08:26
    \r\n2. Vladimir Efimkin (Rus), Caisse d\'Epargne, at 2:01
    \r\n3. Cadel Evans (Aus), Predictor-Lotto, at 2:27
    \r\n4. Carlos Sastre (Sp), CSC, at 3:02
    \r\n5. Ezequiel Mosquera (Sp), Karpin Galicia, at 4:35
    \r\n6. Samuel Sánchez (Sp), Euskaltel-Euskadi, at 4:42
    \r\n7. Vladimir Karpets (Rus), Caise d\'Epargne, at 5:49
    \r\n8. Manuel Beltrán (Sp), Liquigas, at 5:56
    \r\n9. Stijn Devolder (B), Discovery Channel, at 6:28
    \r\n10. Carlos Barredo (Sp), Quick Step-Innergetic, at 6:39','http://www.velonews.com/race/int/articles/13276.r.html','
    \r\n\"\" Race Leader: Denis Menchov (Rus) Rabobank

    \r\n\"\" Points Leader: Paolo Bettini (I), Quick Step-Innergetic

    \r\n\"\" Climber: Denis Menchov (Rus), Rabobank

    \r\n\"\" All Around: Denis Menchov (Rus) Rabobank

    ','http://www.velonews.com/race/int/articles/13276.r.html','Overall After Stage 12','Race Leaders','20070817054537868400.gif','','176.4 km',120,'','javascript',6,'','/tick/html/stage233','','','notes','',''),(234,41,'complete','yes','no','no','2007-09-15','Stage 14: 2007 Vuelta a Espana','Puerto Lumbreras','Villacarrillo (Parque Natural de Cazorla, Segura y las Villas)','no','1. Denis Menchov (Rus), Rabobank, 52:14:21
    \r\n2. Vladimir Efimkin (Rus), Caisse d\'Epargne, 2:01
    \r\n3. Cadel Evans (Aus), Predictor-Lotto, 2:27
    \r\n4. Carlos Sastre (Sp), CSC, 3:02
    \r\n5. Ezequiel Mosquera (Sp), Karpin Galicia, 4:35
    \r\n6. Samuel SÃÂnchez (Sp), Euskaltel-Euskadi, 4:42
    \r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne, 5:49
    \r\n8. Manuel BeltrÃÂn (Sp), Liquigas, 5:56
    \r\n9. Stijn Devolder (B), Discovery Channel Team, 6:28
    \r\n10. Carlos Barredo (Sp), Quick Step-Innergetic, 6:39','http://www.velonews.com/race/int/articles/13294.r.html','
    \r\n\"\" Race Leader: Denis Menchov (Rus) Rabobank

    \r\n\"\" Points Leader: Paolo Bettini (I), Quick Step-Innergetic

    \r\n\"\" Climber: Denis Menchov (Rus), Rabobank

    \r\n\"\" All Around: Denis Menchov (Rus) Rabobank

    ','http://www.velonews.com/race/int/articles/13294.r.html','Overall After Stage 13','Race Leaders','20070817054713537800.gif','','207 km',120,'','javascript',6,'','/tick/html/stage234','','','notes','',''),(235,41,'complete','yes','no','no','2007-09-16','Stage 15: 2007 Vuelta a Espana','Villacarrillo','Granada','no','1. Denis Menchov (Rus), Rabobank, 57:45:47
    \r\n2. Vladimir Efimkin (Rus), Caisse d\'Epargne, 2:01
    \r\n3. Cadel Evans (Aus), Predictor-Lotto, 2:27
    \r\n4. Carlos Sastre (Sp), CSC, 3:02
    \r\n5. Ezequiel Mosquera (Sp), Karpin Galicia, 4:35
    \r\n6. Samuel SÃÂnchez (Sp), Euskaltel-Euskadi, 4:42
    \r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne, 5:49
    \r\n8. Manuel BeltrÃÂn (Sp), Liquigas, 5:56
    \r\n9. Stijn Devolder (B), Discovery Channel Team, 6:28
    \r\n10. Carlos Barredo (Sp), Quick Step-Innergetic, 6:39','http://www.velonews.com/race/int/articles/13301.0.html','
    \r\n\"\" Race Leader: Denis Menchov (Rus) Rabobank

    \r\n\"\" Points Leader: Paolo Bettini (I), Quick Step-Innergetic

    \r\n\"\" Climber: Denis Menchov (Rus), Rabobank

    \r\n\"\" All Around: Denis Menchov (Rus) Rabobank

    ','http://www.velonews.com/race/int/articles/13301.0.html','Overall After Stage 14','Race Leaders','20070817055003781100.gif','','201.4 km',120,'','javascript',6,'','/tick/html/stage235','','','notes','',''),(236,41,'complete','yes','no','no','2007-09-18','Stage 16: 2007 Vuelta a Espana','Jaén','Puertollano','no','Overall
    1. Denis Menchov (Rus), Rabobank, 62:32:27
    \r\n2. Vladimir Efimkin (Rus), Caisse d\'Epargne, 2:01
    \r\n3. Cadel Evans (Aus), Predictor-Lotto, 2:27
    \r\n4. Carlos Sastre (Sp), CSC, 3:02
    \r\n5. Samuel Sánchez (Sp), Euskaltel-Euskadi, 4:01
    \r\n6. Ezequiel Mosquera (Sp), Karpin Galicia, 4:35
    \r\n7. Manuel Beltrán (Sp), Liquigas, 5:15
    \r\n8. Vladimir Karpets (Rus), Caisse d\'Epargne, 6:17
    \r\n9. Carlos Barredo (Sp), Quick Step-Innergetic, 6:22
    \r\n10. Igor Antón (Sp), Euskaltel-Euskadi, 7:41
    ','http://www.velonews.com/race/int/articles/13315.r.html','
    \r\n\"\" Race Leader: Denis Menchov (Rus) Rabobank

    \r\n\"\" Points Leader: Paolo Bettini (I), Quick Step-Innergetic

    \r\n\"\" Climber: Jurgen Van Goolen (B) Discovery Channel

    \r\n\"\" All Around: Denis Menchov (Rus) Rabobank

    ','http://www.velonews.com/race/int/articles/13315.r.html','Overall After Stage 15','Race Leaders','20070817055127769100.gif','','165km',120,'','javascript',6,'','/tick/html/stage236','','','notes','',''),(237,41,'complete','yes','yes','no','2007-09-19','Stage 17: 2007 Vuelta a Espana','Ciudad Real','Talavera de la Reina','no','1. Denis Menchov (Rus), Rabobank, 66:40:49
    \r\n2. Vladimir Efimkin (Rus), Caisse d\'Epargne, at 2:01
    \r\n3. Cadel Evans (Aus), Predictor-Lotto, at 2:27
    \r\n4. Carlos Sastre (Sp), CSC, at 3:02
    \r\n5. Samuel Sánchez (Sp), Euskaltel-Euskadi, at 4:01
    \r\n6. Ezequiel Mosquera (Sp), Karpin Galicia, at 4:35
    \r\n7. Manuel Beltrán (Sp), Liquigas, at 5:15
    \r\n8. Vladimir Karpets (Rus), Caisse d\'Epargne, at 6:17
    \r\n9. Carlos Barredo (Sp), Quick Step-Innergetic, at 6:22
    \r\n10. Igor Antón (Sp), Euskaltel-Euskadi, at 7:41','http://www.velonews.com/race/int/articles/13344.r.html','
    \r\n\"\" Race Leader: Denis Menchov (Rus) Rabobank

    \r\n\"\" Points Leader: Paolo Bettini (I), Quick Step-Innergetic

    \r\n\"\" Climber: Jurgen Van Goolen (B) Discovery Channel

    \r\n\"\" All Around: Denis Menchov (Rus) Rabobank

    ','http://www.velonews.com/race/int/articles/13344.r.html','Overall After Stage 16','Race Leaders','20070817055330704200.gif','','175 km',120,'','javascript',6,'','/tick/html/stage237','','','notes','',''),(238,41,'complete','yes','no','no','2007-09-20','Stage 18: 2007 Vuelta a Espana','Talavera de la Reina','ÃÂvila','no','1. Denis Menchov (Rus), Rabobank, 70:37:47
    \r\n2. Vladimir Efimkin (Rus), Caisse d\'Epargne, 2:01
    \r\n3. Cadel Evans (Aus), Predictor-Lotto, 2:27
    \r\n4. Carlos Sastre (Sp), CSC, 3:02
    \r\n5. Samuel Sánchez (Sp), Euskaltel-Euskadi, 4:01
    \r\n6. Ezequiel Mosquera (Sp), Karpin Galicia, 4:35
    \r\n7. Manuel Beltrán (Sp), Liquigas, 5:15
    \r\n8. Vladimir Karpets (Rus), Caisse d\'Epargne, 6:17
    \r\n9. Carlos Barredo (Sp), Quick Step-Innergetic, 6:22
    \r\n10. Igor Antón (Sp), Euskaltel-Euskadi, 7:41','http://www.velonews.com/race/int/articles/13348.r.html','
    \r\n\"\" Race Leader: Denis Menchov (Rus) Rabobank

    \r\n\"\" Points Leader: Paolo Bettini (I), Quick Step-Innergetic

    \r\n\"\" Climber: Jurgen Van Goolen (B) Discovery Channel

    \r\n\"\" All Around: Denis Menchov (Rus) Rabobank

    ','http://www.velonews.com/race/int/articles/13348.r.html','Overall After Stage 17','Race Leaders','20070817055446164900.gif','','154 km',120,'','javascript',6,'','/tick/html/stage238','','','notes','',''),(239,41,'complete','yes','no','no','2007-09-21','Stage 19: 2007 Vuelta a Espana','ÃÂvila','Alto de Abantos','no','1. Denis Menchov (Rus), Rabobank, 74:22:13
    \r\n2. Cadel Evans (Aus), Predictor-Lotto, 2:27
    \r\n3. Carlos Sastre (Sp), CSC, 3:02
    \r\n4. Samuel Sánchez (Sp), Euskaltel-Euskadi, 4:01
    \r\n5. Vladimir Efimkin (Rus), Caisse d\'Epargne, 4:27
    \r\n6. Ezequiel Mosquera (Sp), Karpin Galicia, 4:35
    \r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne, 6:17
    \r\n8. Manuel Beltrán (Sp), Liquigas, 7:41
    \r\n9. Igor Antón (Sp), Euskaltel-Euskadi, 7:47
    \r\n10. Carlos Barredo (Sp), Quick Step-Innergetic, 8:48','http://www.velonews.com/race/int/articles/13352.r.html','
    \r\n\"\" Race Leader: Denis Menchov (Rus) Rabobank

    \r\n\"\" Points Leader: Daniele Bennati (I) Lampre-Fondital

    \r\n\"\" Climber: Denis Menchov (Rus) Rabobank

    \r\n\"\" All Around: Denis Menchov (Rus) Rabobank

    ','http://www.velonews.com/race/int/articles/13352.r.html','Overall After Stage 18','Race Leaders','20070817055556505900.gif','','133 km',120,'','javascript',6,'','/tick/html/stage239','','','notes','',''),(240,41,'complete','yes','yes','no','2007-09-22','Stage 20: 2007 Vuelta a Espana','Collado Villalba','Collado Villalba C.R.I.','no','1. Denis Menchov (Rus), Rabobank, 77:59:17
    \r\n2. Carlos Sastre (Sp), CSC, 3:02
    \r\n3. Cadel Evans (Aus), Predictor-Lotto, 3:49
    \r\n4. Samuel Sánchez (Sp), Euskaltel-Euskadi, 3:58
    \r\n5. Ezequiel Mosquera (Sp), Karpin Galicia, 5:23
    \r\n6. Vladimir Efimkin (Rus), Caisse d\'Epargne, 5:47
    \r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne, 7:55
    \r\n8. Igor Antón (Sp), Euskaltel-Euskadi, 7:58
    \r\n9. Manuel Beltrán (Sp), Liquigas, 8:27
    \r\n10. Carlos Barredo (Sp), Quick Step-Innergetic, 10:08','http://www.velonews.com/race/int/articles/13356.r.html','
    \r\n\"\" Race Leader: Denis Menchov (Rus) Rabobank

    \r\n\"\" Points Leader: Daniele Bennati (I) Lampre-Fondital

    \r\n\"\" Climber: Denis Menchov (Rus) Rabobank

    \r\n\"\" All Around: Denis Menchov (Rus) Rabobank

    ','http://www.velonews.com/race/int/articles/13356.r.html','Overall After Stage 19','Overall Standings','20070817055726194900.gif','','20 km',120,'','javascript',6,'','/tick/html/stage240','','','notes','',''),(241,41,'new','yes','no','no','2007-09-23','Stage 21: 2007 Vuelta a Espana','Rivas Vaciamadrid','Madrid','no','1. Denis Menchov (Rus), Rabobank, 78:21:40
    \r\n2. Carlos Sastre (Sp), CSC, 3:31
    \r\n3. Samuel Sánchez (Sp), Euskaltel-Euskadi, 3:46
    \r\n4. Cadel Evans (Aus), Predictor-Lotto, 3:56
    \r\n5. Ezequiel Mosquera (Sp), Karpin Galicia, 6:34
    \r\n6. Vladimir Efimkin (Rus), Caisse d\'Epargne, 7:07
    \r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne, 8:09
    \r\n8. Igor Antón (Sp), Euskaltel-Euskadi, 8:44
    \r\n9. Manuel Beltrán (Sp), Liquigas, 9:38
    \r\n10. Carlos Barredo (Sp), Quick Step-Innergetic, 10:12','http://www.velonews.com/race/int/articles/13364.r.html','
    \r\n\"\" Race Leader: Denis Menchov (Rus) Rabobank

    \r\n\"\" Points Leader: Denis Menchov (Rus), Rabobank

    \r\n\"\" Climber: Denis Menchov (Rus) Rabobank

    \r\n\"\" All Around: Denis Menchov (Rus) Rabobank

    ','http://www.velonews.com/race/int/articles/13364.r.html','Overall After Stage 20','Race Leaders','20070817055841722900.gif','','104.2 km',120,'','javascript',6,'','/tick/html/stage241','','','notes','\r\n\r\n\r\n\r\n \r\n',''),(242,42,'complete','yes','yes','no','2007-09-11','Stage 1','Kansas City','Kansas City','no','BMC Racing Team
    \r\nColavita/Sutter Home Presented By Cooking Light
    \r\nDiscovery Channel Pro Cycling Team
    \r\nDFL - Cyclingnews - Lightspeed
    \r\nHealth Net Presented By Maxxis
    \r\nJelly Belly Cycling Team
    \r\nKodakGallery-Sierra Nevada Brewing
    \r\nNavigators Insurance Cycling Team
    \r\nProdir-Saunier Duval
    \r\nSymmetrics Cycling Team
    \r\nTeam Sparkasse
    \r\nTeam Slipstream Powered By Chipotle
    \r\nTecos de la Universidad Autonama de Guadalajara
    \r\nToyota-United Pro Cycling Team
    \r\nUSA Cycling National Development Team','','Sprint #1 (14.6 mi) - Time Bonus: 3\", 2\", 1\"
    \r\nKOM #1 (18.2 mi) - Points: 6, 5, 4, 3, 2, 1
    \r\nSprint #2 (38.5 mi) - Time Bonus: 3\", 2\", 1\"
    \r\nFinish (85.2 mi) - Time Bonus: 10\", 6\" 4\"
    ','','Teams','Stage Notes','20070817062209682300.jpg','','85 Miles',0,'','meta',-1,'','/tick/html/stage242','','','notes','',''),(243,42,'complete','yes','yes','no','2007-09-12','Stage 2','Clinton','Springfield','no','1. Ivan Dominguez, Toyota-United, 3:05:27
    \r\n2. Zach Bell, Symmetrics Cycling Team, 3:05:31
    \r\n3. Kyle Wamsley, Navigators Insurance, 3:05:33
    \r\n4. Luciano Pagliarini, Prodir-Saunier Duval, 3:05:34
    \r\n5. James Meadley, Jelly Belly, 3:05:34
    \r\n6. Charles Dionne, Colavita/Sutter Home, 3:05:35
    \r\n7. Philipp Mamos, Team Sparkasse, 3:05:35
    \r\n8. Charles Huff, Slipstream Chipotle, 3:05:36
    \r\n9. Valeriy Kobzarenko, Navigators Insurance, 3:05:36
    \r\n10. Danilo Wyss, Prodir-Saunier Duval, 3:05:37','http://www.velonews.com/race/dom/articles/13258.r.html','
    \r\nOverall Leader Ivan Dominguez, Toyota-United

    \r\nPoints Leader Ivan Dominguez, Toyota-United

    \r\nKOM Leader Jeff Louder, Health Net

    \r\nBest Young Rider James Meadley (Aus), Jelly Belly

    \r\nTeam Colavita/Sutter Home','http://www.velonews.com/race/dom/articles/13258.r.html','Overall After Stage 1','Race Leaders','20070817062307002700.jpg','','126 Miles',0,'','meta',-1,'','/tick/html/stage243','','','notes','',''),(244,42,'complete','yes','yes','no','2007-09-13','Stage 3: Time Trial','Branson (TT)','Branson (TT)','no','1. George Hincapie (USA), Discovery, 7.40\'50\"
    \r\n2. Dominique Rollin (CAN), KodakGallery Pro Cycling, 0:04
    \r\n3. Frank Pipp (USA), Health Net, 0:07
    \r\n4. Valeriy Kobzarenko (Ukr), Navigators Insurance, 0:10
    \r\n5. Stefan Parinussa (G), Team Sparkasse, 0:11
    \r\n6. Andrew Guptill (USA), Colavita/Sutter Home, 0:13
    \r\n7. Michael Friedman (USA), Team Slipstream, 0:13
    \r\n8. David Canada (Sp), Prodir-Saunier Duval, 0:13
    \r\n9. Andrew Randell (CAN), Symmetrics Cycling Team, 0:13
    \r\n10. Matthew Rice (Aus), Jelly Belly Cycling Team, 0:52','http://www.velonews.com/race/dom/articles/13266.r.html','
    \r\nOverall Leader George Hincapie (USA), Discovery Channel

    \r\nPoints Leader George Hincapie (USA), Discovery Channel

    \r\nKOM Leader Jeff Louder, Health Net

    \r\nBest Young Rider James Meadley (Aus), Jelly Belly

    \r\nTeam Team Slipstream Powered By Chipotle','http://www.velonews.com/race/dom/articles/13266.r.html','Overall After Stage 2','Race Leaders','20070817062448983100.jpg','','18 Miles',0,'','meta',-1,'','/tick/html/stage244','','','notes','',''),(245,42,'complete','yes','yes','no','2007-09-14','Stage 4: Tour of Missouri','Lebanon','Columbia','no','1. George Hincapie (USA), Discovery, 8:22:34
    \r\n2. William Frischkorn (USA), Slipstream, 1:40
    \r\n3. David Canada (Sp), Saunier Duval, 2:22
    \r\n4. Dominique Rollin (CAN), KodakGallery, 2:23
    \r\n5. Michael Friedman (USA), Slipstream, 2:48
    \r\n6. Frank Pipp (USA), Health Net, 2:57
    \r\n7. Valeriy Kobzarenko (Ukr), Navigators, 3:04
    \r\n8. Andrew Randell (CAN), Symmetrics, 3:48
    \r\n9. Stefan Parinussa (G), Sparkasse, 4:20
    \r\n10. Matthew Rice (Aus), Jelly Belly, 6:21','http://www.velonews.com/race/dom/articles/13277.r.html','
    \r\nOverall Leader George Hincapie (USA), Discovery Channel

    \r\nPoints Leader George Hincapie (USA), Discovery Channel

    \r\nKOM Leader Jeff Louder, Health Net

    \r\nBest Young Rider Steven Cozza (USA), Team Slipstream

    \r\nTeam Team Slipstream Powered By Chipotle','http://www.velonews.com/race/dom/articles/13277.r.html','Overall After Stage 3','Race Leaders','20070817062554990400.jpg','','133 Miles',0,'','meta',-1,'','/tick/html/stage245','','','notes','',''),(246,42,'complete','yes','yes','no','2007-09-15','Stage 5:','Jefferson City','St. Charles','no','1. George Hincapie (USA), Discovery, 13:30:26
    \r\n2. William Frischkorn (USA), Slipstream, 1:40
    \r\n3. David Canada (Sp), Prodir, 2:22
    \r\n4. Dominique Rollin (CAN), KodakGallery, 2:23
    \r\n5. Michael Friedman (USA), Slipstream, 2:48
    \r\n6. Frank Pipp (USA), Health Net, 2:57
    \r\n7. Valeriy Kobzarenko (Ukr), Navigators, 3:04
    \r\n8. Andrew Randell (CAN), Symmetrics, 3:48
    \r\n9. Stefan Parinussa (G), Sparkasse, 4:20
    \r\n10. Matthew Rice (Aus), Jelly Belly, 6:21','http://www.velonews.com/race/dom/articles/13296.r.html','
    \r\nOverall Leader George Hincapie (USA), Discovery Channel

    \r\nPoints Leader 1. Luciano Pagliarini (BRA), Prodir-Saunier Duval

    \r\nKOM Leader Jeff Louder, Health Net

    \r\nBest Young Rider Steven Cozza (USA), Team Slipstream

    \r\nTeam Team Slipstream Powered By Chipotle','http://www.velonews.com/race/dom/articles/13296.r.html','Overall After Stage 4','Race Leaders','20070817062730363900.jpg','','127 Miles',0,'','meta',-1,'','/tick/html/stage246','','','notes','',''),(247,42,'complete','yes','yes','no','2007-09-16','Stage 6: Tour of Missouri (Circuit)','St. Louis','St. Louis','no','1. George Hincapie (USA), Discovery, 18:23:13
    \r\n2. William Frischkorn (USA), Slipstream, 1:40
    \r\n3. David Canada (Sp), Prodir-Saunier Duval, 2:22
    \r\n4. Dominique Rollin (CAN), KodakGallery, 2:23
    \r\n5. Michael Friedman (USA), Slipstream, 2:48
    \r\n6. Frank Pipp (USA), Health Net, 2:57
    \r\n7. Valeriy Kobzarenko (Ukr), Navigators, 3:04
    \r\n8. Andrew Randell (CAN), Symmetrics, 3:48
    \r\n9. Stefan Parinussa (G), Sparkasse, 4:20
    \r\n10. Matthew Rice (Aus), Jelly Belly, 6:21','http://www.velonews.com/race/dom/articles/13303.r.html','
    \r\nOverall Leader George Hincapie (USA), Discovery Channel

    \r\nPoints Leader 1. Luciano Pagliarini (BRA), Prodir-Saunier Duval

    \r\nKOM Leader Jeff Louder, Health Net

    \r\nBest Young Rider Steven Cozza (USA), Team Slipstream

    \r\nTeam Team Slipstream Powered By Chipotle','http://www.velonews.com/race/dom/articles/13303.r.html','Overall After Stage 5','Race Leaders','20070817063042753100.jpg','','74 Miles',0,'','meta',-1,'','/tick/html/stage247','','','notes','',''),(248,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage248','','','notes','',''),(249,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage249','','','notes','',''),(255,42,'irrelevant','yes','no','yes','2006-01-01','','','','no','','','','','','Overall Standings','','','',0,'','meta',0,'','/tick/html/stage255','','','notes','',''),(256,43,'new','yes','no','no','2007-09-30','Men\'s World Championship 2007','Stuttgart, Germany','Stuttgart, Germany','no','

    ','','1 Paolo Bettini (Italy)
    \r\n2 Erik Zabel (Germany)
    \r\n3 Alejandro Valverde Belmonte (Spain)
    \r\n4 Samuel Sanchez Gonzalez (Spain)
    \r\n5 Robbie McEwen (Australia)
    \r\n6 Stuart O\'Grady (Australia)
    \r\n7 Uros Murn (Slovenia)
    \r\n8 Alexandre Botcharov (Russian Federation)
    \r\n9 Tom Boonen (Belgium)
    \r\n10 Vladimir Gusev (Russian Federation)','','','2006 Results','20070925014547056900.jpg','','267.4 km',120,'','javascript',6,'','/tick/html/stage256','','','notes','',''),(257,44,'new','no','no','no','2007-10-13','Kona 2007','Kona, HI','Kona, HI','no','','','Swim Course Map\r\n
    \r\nBike Course Map\r\n
    \r\nRun Course Map','','','Course Maps','','','2.4mi S/112mi B/26.2mi R',300,'','javascript',-6,'','/tick/html/stage257','','','notes','',''),(258,45,'new','no','no','no','2007-10-14','Dallas','Joe Pool Lake','North Drive','no','','',' Swim Course \r\n

    \r\n\r\n Bike Course \r\n

    \r\n\r\n Run Course ','','','Maps','','','Olympic Distance',300,'','javascript',-1,'','/tick/html/stage258','','','notes','',''),(259,44,'new','yes','no','no','2006-01-01','','','','no','','','','','','Overall Standings','','','',0,'','meta',0,'','/tick/html/stage259','','','notes','',''),(260,44,'new','yes','no','no','2006-01-01','','','','no','','','','','','Overall Standings','','','',0,'','meta',0,'','/tick/html/stage260','','','notes','',''),(261,44,'new','yes','no','no','2006-01-01','','','','no','','','','','','Overall Standings','','','',0,'','meta',0,'','/tick/html/stage261','','','notes','',''),(262,45,'new','yes','no','yes','2006-01-01','','','','no','','','','','','Overall Standings','','','',0,'','meta',0,'','/tick/html/stage262','','','notes','','Maps:\r\nSwim Course

    \r\n\r\n \r\nBike Course\r\n\r\n \r\n','','','','20090218045000652400.jpg','','1',0,'','meta',0,'','/tick/html/stage300','','','notes','',''),(301,85,'new','yes','no','yes','2009-02-20','test','asdf','asdf','no','','','','','','Overall Standings','20090218044903628200.JPG','','1',0,'','meta',0,'','/tick/html/stage301','','','notes','',''),(302,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage302','','','notes','',''),(303,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage303','','','notes','',''),(304,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage304','','','notes','',''),(305,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage305','','','notes','',''),(306,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage306','','','notes','',''),(307,91,'ongoing','yes','no','yes','2009-06-07','Revolution3 Triathlon','Middlebury, CT','Middlebury, CT','no','','','','','','Overall Standings','','','1.2mi swim, 56mi bike, 13.1mi run',180,'','javascript',0,'','/tick/html/stage307','','','notes','',''),(308,91,'ongoing','yes','no','yes','2009-07-11','Life Time Fitness Triathlon','Minneapolis, MN','Minneapolis, MN','no','','','','','','Overall Standings','','','1.5k swim, 40k bike, 10k run',180,'','javascript',-1,'','/tick/html/stage308','','','notes','',''),(309,91,'ongoing','yes','no','yes','2009-07-26','Nautica New York City Triathlon','New York, NY','New York, NY','no','','','','','','Overall Standings','','','1.5k swim, 40k bike, 10k run',180,'','javascript',0,'','/tick/html/stage309','','','notes','',''),(310,91,'complete','yes','no','yes','2009-05-02','Avia Wildflower Triathlon','Lake San Antonio, CA','Lake San Antonio, CA','no','Virginia Berasategui: 4:35:00\r\n
    Leanda Cave: 4:40:10\r\n
    Erika Csomor: 4:40:30\r\n
    Tyler Stewart: 4:43:50','http://wf09.bazumedia.com/event/WILDFLWR2009','Andy Potts: 3:59:45\r\n
    Eneko Llanos: 4:03:05\r\n
    Reinaldo Colucci: 4:03:15\r\n
    Jordan Rapp: 4:04:55\r\n
    Joe Gambles: 4:05:10','http://wf09.bazumedia.com/event/WILDFLWR2009','Final Results (Women)','Final Results (Men)','','','1.2mi swim, 56mi bike, 13.1mi run',0,'','meta',-3,'','/tick/html/stage310','','','notes','',''),(311,91,'ongoing','yes','no','yes','2009-08-30','Chicago Triathlon','Chicago, IL','Chicago, IL','no','','','','','','Overall Standings','','','1.5k swim, 40k bike, 10k run',180,'','javascript',-1,'','/tick/html/stage311','','','notes','',''),(312,91,'ongoing','yes','no','yes','2009-10-04','Kaiser Permanente Los Angeles Triathlon','Los Angeles, CA','Los Angeles, CA','no','','','','','','Overall Standings','','','1.5k swim, 40k bike, 10k run',180,'','javascript',-3,'','/tick/html/stage312','','','notes','',''),(313,91,'ongoing','yes','no','yes','2009-10-11','Toyota U.S. Open Triathlon in Dallas','Dallas, TX','Dallas, TX','no','','','','','','Overall Standings','','','1.5k swim, 40k bike, 10k run',180,'','javascript',-1,'','/tick/html/stage313','','','notes','',''),(314,91,'ongoing','yes','no','yes','2009-07-19','Musselman Triathlon','Geneva, NY','Geneva, NY','no','','','','','','Overall Standings','','','1.2mi swim, 56mi bike, 13.1mi run',180,'','javascript',0,'','/tick/html/stage314','','','notes','',''),(315,91,'ongoing','yes','no','yes','2009-08-22','The Aqua Zone Portland Mile','Portland, OR','Portland, OR','no','','','','','','Overall Standings','','','1mi swim',180,'','javascript',-3,'','/tick/html/stage315','','','notes','',''),(316,91,'ongoing','yes','no','yes','2009-08-23','The Freshwater Trust Portland Triathlon','Portland, OR','Portland, OR','no','','','','','','Overall Standings','','','1.5k swim, 40k bike, 10k run',180,'','javascript',-3,'','/tick/html/stage316','','','notes','',''),(317,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage317','','','notes','',''),(318,0,'','no','no','no','0000-00-00','','','','no','','','','','','Overall Standings','','','',0,'','',0,'','/tick/html/stage318','','','notes','',''); +UNLOCK TABLES; +/*!40000 ALTER TABLE `stages` ENABLE KEYS */; + +-- +-- Table structure for table `ticks` +-- + +DROP TABLE IF EXISTS `ticks`; +CREATE TABLE `ticks` ( + `ID` int(11) NOT NULL auto_increment, + `stageID` int(11) NOT NULL default '0', + `timestamp` datetime NOT NULL default '0000-00-00 00:00:00', + `headline` varchar(255) NOT NULL default '', + `body` mediumtext NOT NULL, + PRIMARY KEY (`ID`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `ticks` +-- + + +/*!40000 ALTER TABLE `ticks` DISABLE KEYS */; +LOCK TABLES `ticks` WRITE; +INSERT INTO `ticks` VALUES (82,5,'2006-04-18 11:16:00','All riders are being called to the line',''),(4,7,'2006-05-05 14:57:50','long one','jewi hdiuwehdu heqi heih fdeiuhfdiquheiluf dhqeiluhf qlieh fliquehflukqehw fluihqelkufh lkqehfluherfherlkjhfkerjhfliue rhfliuqhkjfh sakdjhf lkajsh dfkjhsadklfjhs dkljfh askljdhf lkjshfkljhsdlkf hsk fkjhfkjhaskjfhkasdhf kqfkhs kfh skdjhfklsa dhfkh fksdh filreiyfg lieruh f;oiqhwr;fuqhrkshf alihf lihaqe lfh sdlkhf lakdsh fiuha silufh alsuidhf l'),(202,14,'2006-04-19 13:34:33','Possible split?','That climb up Clocktower hill is likely the only thing that could prevent another bunch sprint. Two years ago is mixed things up just enough that one Lance Armstrong was able to punch his way across the line for an unexpected win. In 2005, Gerolsteiner was able to set up their sprinter, Peter Wrolich, following a long solo breakaway by Andrea Tafi.\r\n'),(203,14,'2006-04-19 13:40:36','Transfer time','Prior to the race start, the Tour de Georgia entourage had to make a 72-mile transfer from Macon to Fayetteville.\r\n'),(204,14,'2006-04-19 13:41:21','Look back','A glance through yesterday’s results package yielded a few interesting tidbits. The average speed for the 128.9-mile stage was 27.1mph. Of the 119 starters, all but one finished. The lone casualty was Colavita’s Jonathan Page, who is of course far better known for his abilities on a cyclo-cross bike. There were a host of other riders who lost some decent chunks of time including all four members of the long breakaway that defined the middle portions of stage 1. The break’s strongest member – Aaron Olson (Prodir-Saunier Duval) – lost 6:09 to stage winner Lars Michaelsen. Dan Bowman (TIAA-CREF) was also 6:09 back, while Neil Shirley (Jittery Joe’s) lost 4:50 and Jackson Stewart (Kodak Gallery-Sierra Nevada) was last overall at 13:15. Olson did get some solace, being awarded the most aggressive rider jersey.\r\n'),(199,14,'2006-04-19 13:08:00','Weather','Riders can expect another hot -- but not unbearable -- day as they make the trip up to the northern part of Georgia. The forecast in Rome is for a high in the mid 80s with a chance of afternoon thunderstorms. Clouds shadowed much of the state during the morning, and the riders can only hope that they hadn’t burned off too much before the start.'),(201,14,'2006-04-19 13:33:38','Sprints/KOM','Today’s stage also includes two intermediate sprints. The first is at mile marker 15.1 in Peachtree City, while the second comes at the 86.1-mile mark in Rockmart. The lone categorized climb is 107.7 miles into the race when riders will ascend the category 4 Clocktower Hill.\r\n'),(198,14,'2006-04-19 13:07:00','Welcome to Stage 2','Greeting and welcome to live coverage of stage 2 of the 2006 Tour de Georgia. On tap today we have a 116.1-mile run from Fayetteville to Rome. Just like stage one from Augusta to Macon on Tuesday, this will likely to be another day for the sprinters, with only one category-4 climb to shake things up. In total this year’s six-stage event covers 601.4 miles before the finish in Alpharetta on Sunday.'),(80,5,'2006-04-18 08:25:32','Welcome to VeloNews.com live coverage of the Tour de Georgia','We will be providing you live coverage throughout the day with photos from the course, live text coverage, and videos after each stage.'),(81,5,'2006-04-18 11:15:00','15 minutes to go','All teams are assembling at the start line.'),(55,5,'2006-04-18 07:23:00','Live Coverage begins today at 11:30AM EST','Everything is set for the start of the race. We will be starting live coverage at 11:30AM EST, today.'),(79,5,'2006-04-18 11:03:00','25 minutes from the start of the Tour de Georgia','All the teams are signing in and preparing for the first stage of the Tour de Georgia'),(78,5,'2006-04-18 07:31:00','Time Bonuses today','We have 3 time bonuses today. The first one at 21.8 miles in Harlem, GA. The second one at 43.1 miles in Warrenton, GA and the third sprint at Milledgeville at mile 128.9.'),(20,13,'2006-04-15 13:46:00','teast','fdsafdasdfasdf'),(83,5,'2006-04-18 11:24:00','We have a neutral start at the beginning','Official race start will be at 11:40AM after 4.7 miles.'),(86,5,'2006-04-18 11:30:00','Slow parade of teams','Everyone is relaxed and ready. 67 degrees at start, Partly cloudy.'),(85,5,'2006-04-18 11:30:00','Race Start','The first stage has begun as the riders start the first laps.'),(88,5,'2006-04-18 11:40:00','Good weather','Good weather for racing today. Kids are out on the course screaming and yelling.'),(89,5,'2006-04-18 11:41:00','Augusta to Macon','Todays race will take us 128 miles.'),(90,5,'2006-04-18 11:44:00','Neutral race start is now over','The racing has begun'),(91,5,'2006-04-18 11:48:00','28 miles per hour','Short attack but everyone is back together'),(92,5,'2006-04-18 11:49:00','1.4 miles in to race','slight incline for riders. All racers are together right now.'),(93,5,'2006-04-18 11:50:00','Another attack','Attempts to get the field going byt these short attacks. No threats right now but we expect this will continue all day.'),(94,5,'2006-04-18 11:51:00','Break has developed','4 riders are up 10 seconds.'),(96,5,'2006-04-18 11:53:00','Riders in Break','Rider #\'s are 56, 78, 95, 107'),(97,5,'2006-04-18 11:54:00','Travel speed','35 miles per hour. discovery channel Tom Danielson needed a rear wheel and is making his way back into the pack'),(98,5,'2006-04-18 11:56:00','20 rider break','20 riders break now with 10 seconds'),(99,5,'2006-04-18 09:21:09','Fred Rodriguez eyes today\'s stage','Asked which stages he was eyeing for a sprint win, Davitamon-Lotto\'s Fred Rodriguez said today\'s finish suits he and teammate Henk Vogels perfectly. Others stages Rodriguez is eyeing are tomorrow\'s difficult closing circuits into Rome, and the stage 6 circuit in Alpharetta.'),(100,5,'2006-04-18 11:58:00','Attack','by rider #77. field back together at 7 miles. speed is 33 miles an hour'),(101,5,'2006-04-18 12:02:00','Field back together','7.7 all field back together'),(103,5,'2006-04-18 09:32:00','Mile 10','Rider Viktor Rapinski has opened up 10 seconds over chase group of 15 riders. Phonak is organzing at the front of the main field.'),(104,5,'2006-04-18 12:14:00','All riders back together','The pack is all together again.on a long straight stretch.'),(105,5,'2006-04-18 12:15:00','2 riders have attacked',''),(106,5,'2006-04-18 12:07:00','15 miles','There\'s a two rider break and they have a 10 second gap over the field'),(107,5,'2006-04-18 12:18:00','All riders back together',''),(205,14,'2006-04-19 13:41:53','Jersey update','Stage 1 winner Lars Michaelsen (CSC) grabbed both the leader’s and points jersey, while Peter Mazur (Prodir-Saunier Duval) leads the best young rider competition. American Fred Rodriguez (Divatamon-Lotto), second on day 1, will sport the points jersey on day 2.'),(110,5,'2006-04-18 12:30:00','Field sprint coming up','All riders back together.'),(111,5,'2006-04-18 12:35:00','All back together again','The early going continues to be animated. With 1km to go before the first sprint a group of 15 moved off the front. But the sprinters\' team were having none of it and the race is all back together again.'),(116,5,'2006-04-18 12:57:00','Missing Persons','This stage route mirrors stage 1 from last year, which was a slow, boring day marked by a solo breakaway ride from TIAA-CREF\'s Dan Bowman. Bowman is racing again this year, no sign yet as to whether he\'s interested in repeating the effort.\r\n\r\nThis year\'s Tour de Georgia doesn\'t have quite the star power of the last two years. Crowds at the start and along the route are fair, but not what they have been. Of course Lance Armstrong\'s presence made a huge difference, but 2004 saw Italian red-carpet star Mario Cipollini, while last year Italian classics specialist Andrea Tafi came to the race. Other than American GC favorites Tom Danielson, Floyd Landis and Dave Zabriskie, the biggest names in the peloton this year are Davitamon-Lotto\'s Henk Vogels and Fred Rodriguez and Discovery\'s Viatcheslav Ekimov and Yaroslav Popovych.\r\n'),(113,5,'2006-04-18 12:37:00','First sprint results','With 21.8 miles of 128.9 covered on the first stage, Target Traing rider Alejandro Acton won the day\'s first sprint. Second was Matty Rice of Jelly Belly, with CSC\'s Allan Johanson in third. Each of the day\'s three sprints are worth 5, 3 and 1 point. There is also a time bonus of 3, 2 and 1 second.'),(114,5,'2006-04-18 12:50:00','More action','Yet another break has formed and failed. This time it was a eight-rider group that was initiated by Brian Jensen (Jelly Belly) and Jackson Stewart (KodakGallery.com-Sierra Nevada). That pair plus six others had a gap that topped out at 15 seconds, but again the field reacted quickly and the race is all together again at the 28.3-mile mark.'),(115,5,'2006-04-18 12:51:00','Break time -- the natural kind','At the 30-mile mark the field has slowed for the first \"natural\" break of the day. Average race speed thus far is 30 mph.'),(128,5,'2006-04-18 13:24:00','Second Sprint results','With Wren reeled back in, the fast men came to the fore for the day\'s second sprint at mile mark 43.1. The winner this go round was Toyota-Untied speedster Juan Jose Haedo. He was followed by Alejandro Acton (Targettraining) and Francisco Ventoso (Prodir-Suanier Duval). '),(127,5,'2006-04-18 13:09:00','Solo flyer','At the 32-mile mark Colavtita\'s Tyler Wren has peeled off the front and has a 15-second gap.'),(129,5,'2006-04-18 13:28:00','All together at 48 miles in','Following the second sprint the race remains all together.'),(142,5,'2006-04-18 14:24:00','Rolling away','The gap continues to grow. With 74.5 miles covered, the peloton trails the group of four by 7 minutes. How big will it get?'),(130,5,'2006-04-18 13:32:00','Bike change','At the 49.5-mile mark the Toyata-United car moved up to do a bike change for Aussie Sean Sullivan. Apparently he was having some trouble with his handle bars.'),(131,5,'2006-04-18 13:35:00','New break','There\'s been another attempt to get some distance from the bunch. This group includes Scott Zwizanski of Kodak and Ryan Blickem of Target Training among others. We\'ll see if they can make it stick.'),(132,5,'2006-04-18 13:37:00','No George in Georgia','VeloNews spoke with American Fred Rodriguez this morning and among the topics of discussion was whether or not we might see Discovery\'s George Hincapie here. There was no way Hincapie would be racing, but being that he lives in South Carolina and that Discovery is one of the signature sponsors of the race, maybe he\'d make an appearance. But Rodriguez said Big George is still hurting pretty bad from his crash at Paris-Roubaix and isn\'t planning on coming down to Georgia.'),(135,5,'2006-04-18 13:51:00','Break time?','At the 57-mile mark there\'s a break of about 28 riders off the front. Staye tuned for more info...'),(136,5,'2006-04-18 13:53:00','All together again','Nothing doing on the break of 28.'),(137,5,'2006-04-18 14:01:00','This could be the one...','It looks like a combination has finally formed that the main bunch is going to let get away. Heading up the road at the 60-mile mark are Dan Bowman (TIAA-Cref), Jackson Stewart (KodakGallery.com-Sierra Nevada), Aaron Olson (Prodir-Saunier Duval) and Neil Shirley (Jittery Joe\'s-Zero Gravity Pro). The foursome has quickly built a 1-minute gap. '),(138,5,'2006-04-18 14:05:00','De ja vu','Some of you may remember that it was Bowman who took off alone last year on this very stage. The TIAA-CREF rider peeled off the front just nine miles into the rolling stage in 2005. As the race headed west towards Macon, an uninterested peloton rolled along at a very non-race pace, allowing Bowman\'s advantage to climb near 13 minutes as the bunch rolled past the feedzone, 67.7 miles into the race. '),(139,5,'2006-04-18 14:07:00','Going up','The gap is now 3:00.'),(140,5,'2006-04-18 14:14:00','And up some more','The break of four now has 4:25 on the field with Aaron Olson doing much of the work. One note of interest is that if Bowman stays up there and earns a time bonus at the next sprint spot it will give him an advantage in the Best Young Rider competition even if the break is eventually reeled in, which is almost certain to happen.'),(141,5,'2006-04-18 14:17:00','Last year...','Phonak\'s Robbie Hunter won this stage a year ago with Jelly Belly\'s Ben Brooks and Italian Michele Maccanti (LPR) completing the top three after a bunch sprint. It\'s certainly possible that Hunter could get a repeat but he\'ll probably have to do it alone, as Phonak is unlikely to burn too many matches on a lead-out train. Their goal is to get Floyd Landis the overall win and that is where the resources will be used. \r\n'),(143,5,'2006-04-18 14:36:00','who will work?','The gap is now up tp 11 minutes at the 88.5-mile mark and the question is who is going to help bring it back. Toyota-United director Frankie Andreau has been making the rounds in the caravan asking for help, but has yet to get any takers. Andreau of course wants to bring it back together for his man, Juan Jose Haedo. '),(144,5,'2006-04-18 14:41:00','Navs waiting','With the gap at 10:46 Navigators director Ed Beamon told Andreau that he is still assessing the situation. Beamon then told VeloNews that the onus is on Toyota-United at this point because they have the race\'s top sprinter in Haedo. \"My guess is that as soon as they start to work people will jump in and help out,\" said Beamon. \"But it\'s up to them to get it rolling.\"'),(145,5,'2006-04-18 14:45:00','Coming down','Gap is now 10:27. '),(146,5,'2006-04-18 14:56:00','Update','With 1km to go before the final sprint Toyota-United is finally getting some help with the chase. Davitamon-Lotto and Phonak have both provided some fuel up front. The gap is now at 9:08. It\'s 38.9 miles from the final sprint to the finish.'),(147,5,'2006-04-18 15:01:00','Third sprint','Results from the third and final sprint of the day:\r\n1. Jackson Stewart\r\n2. Dan Bowman\r\n3. Neil Shirley\r\n'),(148,5,'2006-04-18 15:02:00','Time update','The gap is now 9:08 with less than 30 miles to go.'),(149,5,'2006-04-18 15:03:00','Feeding time','Several teams are being called up for feeding now. One last fuel-up before the big chase gets rolling. Kodak, Health Net, and others coming up.'),(150,5,'2006-04-18 15:06:00','Main field now at sprint spot','The peloton has just passed the sprint spot at Milledgeville and the gap is 9:06.'),(151,5,'2006-04-18 15:09:00','Did you know...','The stage 1 finish town of Macon is known as \"The Cherry Blossum Capital of the World\" and each spring hosts the the International Cherry Blossum Festival under a canopy of of blossums from 285,000 Yoshino cherry trees. '),(152,5,'2006-04-18 15:12:00','Coming down','The gap os now just under 9 minutes. It\'s gonna be close... Right now Discovery is setting the pace at the front despite the fact that they don\'t have a real serious threat for the bunch sprints.'),(153,5,'2006-04-18 15:13:00','More help','Phonak has now joined Discovery at the front. Of course they are the teams with the two big GC hitters in Floyd Landis and Tom Danielson.'),(154,5,'2006-04-18 15:23:00','Down some more','Gap is now at 7:40 with about 20 miles to go.'),(155,5,'2006-04-18 15:31:00','And lower','Gap now 5:45 as the main field ramps up the pace. Two riders -- Austin King (Jittery Joe\'s) and Jonathan Page (Colavita) -- have been spit out the back of the field and may be in jeopardy of missing the time cut if they don\'t keep the pace high.'),(156,5,'2006-04-18 15:36:00','And lower','Gap is now 4:50 at mile 104 of 128.9. Temperature out on the road is 84. Not too bad considering what it could be.'),(157,5,'2006-04-18 15:40:00','Good fight','With the gap down to 4:06, Austin King has managed to get back into the main bunch. No sight of Jonathan Page. Discovery, Phonak and Toyota-Unted continue to do most of the work at the front.'),(158,5,'2006-04-18 15:42:00','Lower still','Gap now 3:50. It\'s just a matter of time.'),(159,5,'2006-04-18 15:43:00','Gap','now 3:21'),(160,5,'2006-04-18 15:46:00','Trying to hang on','In a desperate attempt to stay away Aaron Olson just attacked the break, cajoling his companions to keep working hard so that they might stay away. Gap is now 2:58.'),(161,5,'2006-04-18 15:49:00','Get out','The media vehicles have just been told to leave the gap between the break and the main field.'),(162,5,'2006-04-18 15:50:00','Gap','is now 2:50'),(163,5,'2006-04-18 15:52:00','Olson alone','Olson has attacked again and this time they let him go.'),(164,5,'2006-04-18 15:53:00','Olson still alone','With the gap at 2:44, Olson has 11 seconds on his three former breakaway companions.'),(165,5,'2006-04-18 15:55:00','Olson info','Here\'s some bio info on Olson.\r\n--DOB: January 11, 1978 \r\n--Hometown: Eugene, OR\r\n--Height: 6’1†\r\n--Weight: 160 lbs\r\n--Strengths: All around \r\n--Pro Since: 2001\r\n--Hobbies: Travel'),(166,5,'2006-04-18 15:56:00','Gap','is now 2:20.'),(167,5,'2006-04-18 15:57:00','Olson gap','is now 21 seconds on the three chasers with the field at 2:20. There is less than 25km to go.'),(168,5,'2006-04-18 16:00:00','Gap is','now 2:10.'),(169,5,'2006-04-18 16:04:00','Trouble for Fred','American Fred Rodriguez had to get a wheel change just as the main bunch rolled into Macon for the three finishing circuits. But with the help of two teammates for the former US national champ is back in the bunch and looking fresh.'),(170,5,'2006-04-18 16:07:00','And more trouble','Rodriguez has just gotten a second wheel change. Not sure if he\'ll make it back again. Stay tuned. Gap is now 1:32. Olson has 28 seconds on the three remaining riders from the breakaway.'),(171,5,'2006-04-18 16:08:00','Here we go','with 15km to go Discovery channel still setting pace at front of main group. Olson still has 28 seconds, with 1:00 to the main group. '),(172,5,'2006-04-18 16:11:00','The finish','With the race now into Macon there will be three 2.1-mile circuits in downtown. '),(173,5,'2006-04-18 16:12:00','Freddy back','Rodriguez has caught back onto the main group. Olson is still off the front. The other three have been caught. Gap is just 50 meters.'),(174,5,'2006-04-18 16:13:00','Gord gone','Health Net\'s sprint ace Gord Fraser has punctured and is off the back. It\'s very unlikely that he\'ll get back in time to factor in the finish.'),(175,5,'2006-04-18 16:17:00','Paying the price','Olson has now been caught and he -- along with his former breakaway companions -- have all been spit out the back. The field is now making second trip up the short cobbbled climb of the finishing circuit.'),(176,5,'2006-04-18 16:18:00','Attack','A CSC rider has attacked. No number yet.'),(177,5,'2006-04-18 16:19:00','CSC rider','is No. 13 Allan Johansen'),(178,5,'2006-04-18 16:21:00','More casualties','The pace is taking its toll and now Toyota-United\'s Tony Cruz and Prodir sprint man Francisco Ventoso have both lost touch with the main field. Prodir has also lost Christophe Rinero to a puncture.'),(179,5,'2006-04-18 16:24:00','All together','Johansen has been caught'),(180,5,'2006-04-18 16:25:00','Disco party','With 126 or 128.9 miles covered Discovery Channel is setting the pace at the front.'),(181,5,'2006-04-18 16:26:00','Go, go, go','Last reported speed a blinding 41mph as they make the charge to the finish.'),(182,5,'2006-04-18 16:27:00','All togther','with one lap to go. Who is it gonna be?'),(183,5,'2006-04-18 16:30:00','Last climb','On the last finishing circuit ascent Phonak is up front. Watch out for Robbie Hunter'),(184,5,'2006-04-18 16:31:00','Attack','Another CSC rider is giving it a go. Hold for the number'),(185,5,'2006-04-18 16:32:00','CSC rider caught','Davitamon at the front along with Discovery Channnel and Prodir.'),(186,5,'2006-04-18 16:32:00','On here they come...','the winner is...'),(187,5,'2006-04-18 16:32:00','Crash','two riders have gone down -- Prodir and Toyota-United'),(188,5,'2006-04-18 16:33:00','The winner is','Lars Michaelson (CSC)'),(189,5,'2006-04-18 16:35:00','Crash report','Ivan Dominguez of Toyota United was one of the riders that crashed. Stay tuned for more on his condition.'),(190,5,'2006-04-18 16:40:00','Update','Still waiting on the official top 3, but we have found out that the other rider that crashed was Prodir sprint man Luciano Pagliarini. Both seem to be okay.'),(191,5,'2006-04-18 16:43:00','Results','1. Michaelson (CSC)\r\n2. Fred Rodriguez (Davitamon-Lotto)\r\n2. Caleb Manion (Jelly Belly)\r\n-- Winning time: 4:45:46\r\n\r\nThat\'s it for the updates. Stay tuned for a fulll race report on VeloNews.com. '),(206,14,'2006-04-19 13:46:02','Weather update','It\'s a good thing that the riders are still more than four hours away because right now the weather has gotten down right biblical in the finish city of Rome. The thunder and lightning is coming fast and furious, and besides a torrential downpour, pea-sized hail is pelting down from the skies above.'),(207,14,'2006-04-19 13:47:51','Lance is here','Just got a report from the finish line that Lance Armstrong has been spotted riding shot gun in the Discovery Channel team car.'),(208,14,'2006-04-19 13:56:08','News of the weird','With over 9000 registered golf carts and nearly 100 miles of tar paths, Peachtree City, sight of the day\'s first intermediate sprint, claims the title of \"golf-cart capital of the world.\" According to a recent article in the Christian Science Monitor, \"On most days, hundreds of golf carts hum along the network of paths that has become known as \"children\'s highway.\" The parking area behind McIntosh High School is always full of, not Jeep Wranglers and Volkswagen bugs, but E-Z-Goes, some with dice dangling from the rear-view mirror. Peachtree is actually on the cusp of a quietly growing trend on the outskirts of America\'s cities – the rise of electric carts as a major mode of transportation.\" Very cool.'),(209,14,'2006-04-19 13:58:46','First attack','The first aggressor of the day is Alejandro Acton of Tragettraining. He took off at the 10.5-mile mark and thus far there is no reaction.'),(210,14,'2006-04-19 14:01:51','Crash explanation','We caught up with Toyota-United sprint man Ivan Dominguez before the race and he said that his late-race crash yesterday was caused by a rolled rear tubular. He added that he was feeling fine. You may remember that Dominguez was second to Lance Armstrong two years ago at the stage that finished in Rome. Maybe he can improve on that this year. '),(211,14,'2006-04-19 14:02:45','Gap expands','Acton now has a 55-second advantage on the disinterested field with 12 miles covered.'),(212,14,'2006-04-19 14:06:35','Update','Acton now has a gap of 1:35. Colavita\'s Viktor Rapinski tried to bridge across but was reeled back in.'),(213,14,'2006-04-19 14:07:59','Hello ladies','One thing we failed to mention yesterday was the women’s Komen Cycle for the Cure criterium that was held in downtown Macon while the men had yet to reach the city. In the pro 1/2 race it was Shannon Hutchison-Krupat (Aaron\'s Women\'s Cycling Team) taking the win. The 36-year-old Atlanta-native was followed across the line by her Aaron\'s teammate Mackenzie Dickey.\r\n'),(214,14,'2006-04-19 14:10:21','First sprint','Acton takes the first sprint of the day with a gap of 1:00. Second is Fred Rodriguez, with third doing to Francisco Ventoso.\r\n '),(215,14,'2006-04-19 14:14:55','Inside CSC strategy','Inside the CSC team car where VeloNews senior writer Neal Rogers is stationed for the day, word is that the team was hoping to set up Dave Zabriskie to get some time bonuses, so that he might start the time trial towards the end. It didn\'t work for the first sprint point; we\'ll see if they try that tactic again.'),(216,14,'2006-04-19 14:18:00','Inching back up','Acton\'s advantage has climbed back up to 1:40. Surely no one would mind if he dangled out there for a while.'),(217,14,'2006-04-19 14:20:13','And climbing','Acton now has 2:50 as the sun comes. Things have cleared up here in Rome as well. '),(218,14,'2006-04-19 14:23:51','Quotable','In a quick perusal of the local papers this morning, VeloNews found this gem from Macon Mayor Jack Ellis. \"(The Tour de Georgia) is like our Super Bowl,\" he said. \"The Cherry Blossom [Festival] is like the Final Four, because it\'s stretched out over a period of days. This is a one-day thing, just like the Super Bowl. The weather is great; everything lined up just right…I wish we had this many people downtown every day.\"\r\n'),(219,14,'2006-04-19 14:26:39','Good play','Besides the expected coverage in the small local newspapers, the Tour de Georgia got some good ink in the states’ largest paper, the Atlanta Journal Constitution. On the front of the paper’s Tuesday edition the lead photo was a shot of Floyd Landis and the rest of the peloton making its way around a bend of the stage 1 finishing circuit. In the sports section there a one story on the cover, plus results and a notes package inside. Unfortunately, the lead sports story was a trite ode about who was going to be the next Lance. The writer did have enough sense to admit that there wasn’t going to another Lance, but aren’t there any other story angles out there?\r\n'),(220,14,'2006-04-19 14:32:33','Ride on Mr. Acton','The gap is now up to 5:30 as the field sits back with little interest in chasing down the Tragettraining rider.'),(221,14,'2006-04-19 14:35:57','Higher and...','Gap is now 7 minutes with 25 of 116.1 miles covered.'),(222,14,'2006-04-19 14:39:42','Train stop','The race has just crossed over some railroad tracks with a train waiting for them. If only the French could get such cooperation.'),(223,14,'2006-04-19 14:46:51','Up, up','Acton now has 9 minutes on the field with 29 miles of racing in the books.'),(224,14,'2006-04-19 14:50:23','Money, money','The prize list for this year’s race includes a total purse of $111,000. The biggest check goes to the overall winner, who will bring home $11,422.80 before taxes. Second place on GC is worth $5688.60, while third nets $2850. Each stage winner wins $3807.60. The overall team classification nets $5000, while each of the three other jerseys – points, KOM and young rider – is worth $2000 for first. \r\n\r\nOf course this all is pre-tax. According to the race’s technical manual, the UCI takes 7 percent from every prizewinner, while Uncle Sam gets a whopping 30 percent. Non-resident aliens can avoid donating to the United States’ war chest, but they have to fill out several tax forms first.\r\n'),(225,14,'2006-04-19 15:02:02','Gap growing','Acton\'s advantage is now 10:30 as the field passes by the 33-mile mark. VeloNews senior writer Neal Rogers reports that the sky is growing increasingly dark and that rain is very likely in the race\'s near future.'),(226,14,'2006-04-19 15:08:01','Gap...','...is 9:40 with 36 miles covered.'),(227,14,'2006-04-19 15:08:30','When in Rome','According to the media guide, the stage 2 finish town of Rome “gives visitors the feel of a small European village, yet treats them to the gentle welcoming nature of the American south. Culture flourishes here, from the South’s oldest symphony to a thriving local community theatre.â€\r\n'),(228,14,'2006-04-19 15:15:12','Buckle up','Well looks like things are about to get interesting. Race radio has just reported that there is sever weather ahead. That has led to a mass move of riders back to the cars for their foul-weather gear. Some of you will remember last year’s stage from Dalton to Dahlonega when it rained so hard one team director said it was like driving through a car wash.'),(229,14,'2006-04-19 15:18:32','Fire (truck)!','Scray moment out on the course, as a fire truck -- sirens blaring -- just barreld down what was supposed to be a closed road going in the opposite direction of the race. Every one got out of the way in plenty of time, but the big red truck was going at least 50mph. Yikes.'),(230,14,'2006-04-19 15:19:14','Light \'em up','The order has just come through that all caravan vehicles must have headlights and flashers on. Some people gonna get wet.'),(231,14,'2006-04-19 15:19:45','Gap','Acton still has a solid advantage of 9:40.'),(232,14,'2006-04-19 15:25:54','All Giro for Henk','VeloNews spoke to Henk Vogels this morning and he conceded that it’s unlikely he’ll stick around Georgia when the road turns steep later in the week. The Aussie who rides for Davitamon-Lotto has his sights set on next Month’s Giro and the Brasstown Bald climb does not fit into those plans.'),(233,14,'2006-04-19 15:27:15','No crash','Moments ago there was a report of a crash in the bunch, but now they are saying it was a false alarm. Too bad the thunder and lightning up ahead is not.'),(234,14,'2006-04-19 15:31:23','Rainy day go away','At mile marker 43.5 the weather has turned quite foul, and the rain is coming down hard.'),(235,14,'2006-04-19 15:41:06','Drying out','With his lead now at 9:11, race leader Alejandro Acton is out of the rain. Meanwhile, things are starting to lighten up back at the main bunch which has covered 47 miles.'),(236,14,'2006-04-19 15:49:29','Not drying out','Word from the course is that the rain has picked back up. The gap is hovering around 10 minutes. The good news is that things have started to dry out in Rome, so it should be okay for the three finishing circuits.'),(237,14,'2006-04-19 15:52:54','Acton background','Here\'s some basic info on current race leader Alejandro Acton.\r\n\r\n\r\nDOB: June 3, 1972 \r\nHome country: Argentina \r\nHeight: 5’9â€\r\nWeight: 160 lbs\r\nStrengths: Sprinting\r\n\r\n2006 Results -- \r\n1st Sequoia Classic Criterium -- \r\n1st Garrett Lemire Memorial Grand Prix -- \r\n2nd Sequoia Classic Time Trial -- \r\n6th Central Valley Classic Circuit Race --'),(238,14,'2006-04-19 16:01:33','Lunch time','The field has just gone through the feed zone at mile marker 55. The gap stands at 9:55. Still some rain falling but it is definitely clearing up in Rome.'),(239,14,'2006-04-19 16:01:57','Across the border','On Thursday, the Tour de Georgia will make its first trip outside state lines when the all-important individual time trial crosses into Tennessee. The finish of the 24.8-mile race will be in downtown Chattanooga. The host hotel for that evening: the Chattanooga Choo Choo of course.\r\n'),(240,14,'2006-04-19 16:09:46','Tour de Georgia trivia contest time','Ok, time to test your Tour de Georgia knowledge. Who won the overall Best Young Rider Award at the 2004 edition of the race and what team did he represent? The first person to e-mail the correct answer to contest@insideinc.com will win a Tour de Georgia/VeloNews fan pack, which includes a water bottle, baseball hat and T-shirt. Please be sure to include your name and address so we can make sure you get your goodies if you happen to win. Also, if you’d like make comments, ask questions or simply kill time until the workday is over, fire away.\r\n'),(241,14,'2006-04-19 16:15:58','And the winner is','Todd S. has correctly guessed that the 2004 Best Young Rider at the Tour de Georgia was one Kevin Bouchard-Hall who was riding for the U.S. U23 development team. Nice work Todd. Send us your mailing info and we’ll be sure to get your prize in the mail asap.\r\n'),(242,14,'2006-04-19 16:22:50','Gap','is now 10 minutes at the 63-mile mark.'),(243,14,'2006-04-19 16:24:38','Phonak moves up','It might be a stretch to call it working, but Phonak has moved to the front of the field and the pace seems to be coming up ever so slightly.'),(244,14,'2006-04-19 16:39:34','Some action behind Acton','Looks like things are finally starting to come to life in the main field. A group of six just tried to peel off the front, but didn\'t get far. It can\'t be long before there\'s more action.'),(245,14,'2006-04-19 16:44:20','Gap','With 71 miles covered the gap is 10:20. The race pace is really slow. According to the technical manual the slow estimate for covering the first 70 miles was jujst less than 3 hours, but instead it took closer to 3:20.'),(246,14,'2006-04-19 16:55:21','Gap','At the 76-mile mark the margin is holding steady at 10:15. Teams up front include Davitamon-Lotto, Toyota-United, CSC and Phonak.'),(247,14,'2006-04-19 17:04:08','Here they go','With 79.5 miles covered, the gap has fallen to 9:17. Up front it\'s Toyota-United doing most of the work with a little help from Phonak.'),(248,14,'2006-04-19 17:06:54','Trivia clarification','Okay there has been a discrepancy about what team Kevin Bouchard-Hall rode for in 2004, so we are going to offer up another fan pack. \r\n\r\nIn the official Tour de Georgia media guide and in the official results, he is listed as US national team. But there are numerous pictures on the Internet that show him in a jersey that says TIAA-CREF on the front. We’ll stick with Todd S. as our winner because he was the first to e-mail the correct name and one of those teams.\r\n\r\nFor trivia question No. 2 we want to know how many non-North Americans have taken stage wins in the history of the Tour de Georgia. First correct e-mail wins a TdG/VeloNews fan pack.\r\n'),(249,14,'2006-04-19 17:21:45','Second sprint','Here\'s the results from the second and final intermediate sprint of the day.\r\n1. Acton\r\n2. Lars Michaelsen (Den), CSC\r\n3. Brian Vandborg (Den), CSC'),(250,14,'2006-04-19 17:24:02','Trivia answer','Ok, we have our second winner. Shannon from Stonington, Connecticut, correctly guessed that nine non-North Americans have won stages in the history of the Tour de Georgia. Here\'s the list:\r\n2003 prologue: Nathan O’Neill (Aus)\r\n2003 stage one: Henk Vogels (Aus)\r\n2003 stage two: Moreno DiBiase (Ita)\r\n2004 stage two: Mario Cipollini (Ita)\r\n2004 stage six: Cesar Grajales (Col)\r\n2005 stage one: Robbie Hunter (RSA)\r\n2005 stage two: Peter Wrolich (Aut)\r\n2005 stage four: Brian Vandborg (Den)\r\n2006 stage one: Lars Michaelsen (Den)\r\n'),(251,14,'2006-04-19 17:26:24','Closing in','With 90 miles covered by the main field the gap has come down to 7:35. Leading the charge are riders from Lotto, Phonak and now Health Net.'),(252,14,'2006-04-19 17:32:55','Lower still','The gap is now down to 6:10.'),(254,14,'2006-04-19 17:34:15','Stage Hunter','Keep an eye on South African Robbie Hunter. His Phonak team has been doing a lot of work at the front, so maybe they are going to let him take a shot at the sprint.'),(255,14,'2006-04-19 17:36:53','Just a matter of time','With 94 miles covered, the margin is down to 5:15. The pace is being set by CSC, Phonak and Davitamon-Lotto. The race is now just 13 miles from entering the finishing circuit and the first of three trips up the Clocktower Hill.'),(256,14,'2006-04-19 17:37:36','Soon','It\'s down to 4:20 now.'),(257,14,'2006-04-19 17:42:05','Tumbling','The gap to the Acton is now 3:15 as the main field crosses the 98 mile mark. Bunch sprint here we come.'),(258,14,'2006-04-19 17:49:50','Gap','With the main field just entering Rome the gap has fallen to 3:05. Next up is the set-up for the KOM. '),(259,14,'2006-04-19 17:54:37','Gap','With 20 km to go the gap is 1:45 and they are clearing out the cars in between. '),(260,14,'2006-04-19 17:56:49','McCartney steps out','Just got a report that Discovery pro Jason McCartney has rolled off the course. Not sure why the American pulled out yet, but we\'ll let you know as soon as we can. '),(261,14,'2006-04-19 17:57:45','Gap','is down to 50 seconds. Let the chaos begin.'),(262,14,'2006-04-19 17:59:06','CSC plan','We just got off the phone with CSC DS Tristan Hoffman who told us that his team\'s goal is to try to get someone in a break before the finish because he likes his team\'s chances there more than in a bunch sprint.'),(263,14,'2006-04-19 17:59:56','Now in the city','and the gap is down to 5 seconds.'),(264,14,'2006-04-19 18:00:25','1k to the KOM','who will be the first to wear the KoM jersey.'),(265,14,'2006-04-19 18:01:05','Gotcha','Acton has been caught after nearly a hundred miles off the front. Race is 200 meters from the KOM.'),(266,14,'2006-04-19 18:03:17','KoM winner is...','...Kirk O\'Bee of Health Net.'),(267,14,'2006-04-19 18:04:49','KoM results','1. Kirk O\'Bee\r\n2. Davide Frattini\r\n3. Wesley Hartman'),(268,14,'2006-04-19 18:05:27','All together','Jason McCartney has caught back on after leaving the race for still unknown reasons.'),(269,14,'2006-04-19 18:06:24','Phonak working','Again the yellow and green clad riders from Phonak are working at the front for Robbie Hunter.'),(270,14,'2006-04-19 18:08:17','2 laps to go','the race is all single file and moving fast, making the right hand turn onto Broad Street moving at 27 mph.'),(271,14,'2006-04-19 18:09:13','Speed','is currently 32mph'),(272,14,'2006-04-19 18:11:00','Attack','Matty Rice (Jelly Belly) has a gap of 25 meters as the make their way towards the one-to go mark.'),(273,14,'2006-04-19 18:13:16','One lap to go','2.55 miles until our second stage winner of the 2006 TdG.'),(274,14,'2006-04-19 18:14:14','Break','Rice has been caught thanks to the hard work of Toyota-United who is working for their sprinter Haedo.'),(275,14,'2006-04-19 18:14:41','Speed','The race is moving along at 36 mph and all strung out.'),(276,14,'2006-04-19 18:15:41','Disco','Discovery Channel is now up front setting the pace. Less than a lap to go here in Rome.'),(277,14,'2006-04-19 18:16:36','Inside 1km','and Disco still has three riders at the front.'),(278,14,'2006-04-19 18:17:43','Discovery channel break','Discovery\'s Yaroslav Popovych has 100 meters on the field.'),(279,14,'2006-04-19 18:18:10','Popo does it','The Discovery phenom has been declared unofficial winner.'),(280,14,'2006-04-19 18:20:35','Unofficial top three','1. Yaroslav Popovych (Ukr), Discovery Channel; 2. Juan Jose Haedo (Arg), Toyota-United; 3. Fred Rodriguez (USA), Davitamon-Lotto'),(281,14,'2006-04-19 18:21:59','Lance is smiling','Popo picked a good day to have a good day. His boss, Lance Armstrong, was here riding shot gun in the team car.'),(282,14,'2006-04-19 18:27:36','Signing off','Okay, that\'s all for today\'s live updates. Check back soon for a full report, results and photos. Thanks for tuning in. And make sure to come back tomorrow for all the action from the all-important stage 3 time trial.'),(284,15,'2006-04-20 09:07:00','Individual Time Trial starts at 11:00 AM (ET)','Follow all the live action here.'),(285,15,'2006-04-20 10:47:00','Welcome to Stage 3 of the Ford Tour de Georgia','Hello and welcome to stage 3 of the 2006 Ford Tour de Georgia, a 24.8-mile time trial from Chickamauga, Georgia, to Chattanooga, Tennessee. Although today’s route over Lookout Mountain is new to the Tour de Georgia, it is similar to last year’s mountainous course over Mount Alto in Rome in that both delivered a tough climb and tricky descent. The race technical manual calls for “caution on the downhill section of Lookout Mountain.â€'),(286,15,'2006-04-20 10:59:53','Jackson Stewart just left the starting line',''),(287,15,'2006-04-20 11:00:24','24.8 miles to go',''),(288,15,'2006-04-20 11:02:51','Course information','Reports from those who have ridden the route over Lookout Mountain claim that it is extremely undulating, with very few flat sections and a harrowing descent. '),(289,15,'2006-04-20 11:04:12','we\'ve had 5 rider leave so far',''),(290,15,'2006-04-20 11:05:18','Jakob PIIL is at the line',''),(291,15,'2006-04-20 11:11:54','13 riders now on the course','Dan Wilcox just started'),(292,15,'2006-04-20 11:12:39','Pick the podium','Today’s Tour de Georgia trivia contest is going to be a little tougher than it was yesterday. In order to earn a free copy of Graham Watson’s Landscapes of Cycling, you’ll have to be the first reader to correctly predict today’s time-trial podium (the top-three finishers, in order.) Email your picks to Contest@insideinc.com. Don’t forget to include your name and address, so we can mail you your prize'),(293,15,'2006-04-20 11:13:54','Rains expected','It\'s nice weather here at the start but start times could play a factor in today’s race, as weather forecasts call for thunderstorms after noon.'),(294,15,'2006-04-20 11:14:13','Final Rider today','The final rider, Yaroslav Popovych of Discovery Channel, is expected to roll out around 1 p.m. EST.'),(295,15,'2006-04-20 11:19:24','20 riders on the course','\r\n1. Jackson Stewart, KodakGallery.com-Sierra Nevada
    \r\n2. Olivier Kaisen, Davitamon-Lotto
    \r\n3. Jeffery Hopkins, Jittery Joe\'s Coffee
    \r\n4. Alejandro Acton, TTC
    \r\n5. Pieter Mertens, Davitamon-Lotto
    \r\n6. Jakob Piil, CSC
    \r\n7. Daniel Greenfield, TTC
    \r\n8. Gordon Fraser, Health Net Maxxis
    \r\n9. Kasper Klostergaard Larsen, CSC
    \r\n10. Aaron Olson, Saunier Duval
    \r\n11. Wesley Hartman, TTC
    \r\n12. Dan Bowman, TIAA-CREF
    \r\n13. Craig Wilcox, Jittery Joe\'s Coffee
    \r\n14. Ryan Blickem, TTC
    \r\n15. Ian Macgregor, TIAA-CREF
    \r\n16. Kirk O\'Bee, Health Net Maxxis
    \r\n17. Peter Lopinto, KodakGallery.com-Sierra Nevada
    \r\n18. Neil Shirley, Jittery Joe\'s Coffee
    \r\n19. Nick Reistad, Jelly Belly
    \r\n20. Austin King, Jittery Joe\'s Coffee
    \r\n'),(296,15,'2006-04-20 11:25:10','Michael Sayers of Toyota-United at the line',''),(297,15,'2006-04-20 11:25:34','We now have 27 rider on the course',''),(298,15,'2006-04-20 11:31:00','First time split for fastest rider','10 miles in and the time for Pieter Mertens of Davitamon-Lotto is 26:18:31'),(299,15,'2006-04-20 11:34:07','35 riders now on the course',''),(300,15,'2006-04-20 11:35:47','Course Info','Reports from those who have ridden the route over Lookout Mountain claim that it is extremely undulating, with very few flat sections and a harrowing descent. '),(301,15,'2006-04-20 11:36:00','Error in results from yesterday','An error in Wednesday’s results has created a reshuffling in the general classification. Behind the stage winner, riders were originally attributed exact time differences as they crossed the finish line. But race officials ruled late Wednesday night that the gaps between the finishers were small enough to classify it as a mass finish. Popovych maintained his six-second advantage, but the top 100 riders behind him were aligned into the same time. \r\n\r\nOverall favorites Floyd Landis and Tom Danielson were originally attributed times of seven seconds behind Popovych, while David Zabriskie was originally scored eight seconds off the winning time. Now all three are scored in the same finishing time, a small but important note considering Danielson won last year’s race by just four seconds over Levi Leipheimer. '),(302,15,'2006-04-20 11:42:21','43 riders on course',''),(303,15,'2006-04-20 11:57:37','New Leader','Victor Rapinksi just recorded best split of 26:06:78. '),(304,15,'2006-04-20 12:03:00','New leader on the course','Heath Blackgrove current leader on the road with a first time split of 25:58.67'),(305,15,'2006-04-20 12:04:26','Pieter Mertens has finished','Time at the finish was 59:35'),(306,15,'2006-04-20 12:06:05','Anthony best young rider','Another correction to the results is to the General Electric best young rider classification. Late Wednesday evening, Ford Tour de Georgia officials informed the Kodakgallery.com-Sierra Nevada squad that six-time national junior and U-23 cyclo-cross champion Jesse Anthony is in fact leading the GE best young rider classification after placing 16th and 15th in the first two stages. Anthony, 20, will be presented with the leader\'s jersey in a ceremony prior to the start of the time trial.\r\n'),(307,15,'2006-04-20 12:06:26','Local knowledge','Health Net-Maxxis rider Nathan O’Neill is one of the favorites to win today’s time trial. O’Neill placed third at the inaugural Tour de Georgia, where he also met his wife Karen. The Australian time-trial specialist has since moved to Georgia and is familiar with the race route. Already this season, O’Neill has won the Australian national time trial championship for the seventh time in his career, as well as the gold medal in the Commonwealth Games time trial in March. \r\n'),(308,15,'2006-04-20 12:07:15','New modification','Defending overall champion Tom Danielson he is considering using a modified brake lever on his aerobar extensions due to the fast, twisting descent.'),(309,15,'2006-04-20 12:08:36','70 riders on the course',''),(310,15,'2006-04-20 12:12:24','Baldwin repeat?','Baldwin is another rider to watch. The Toyota-United rider scored one of the biggest results in his career at last year’s Tour de Georgia with a third-place finish in the time trial, ahead of Olympic time-trial medalists such as Bobby Julich, Viatcheslav Ekimov and Lance Armstrong. Unfortunately, Baldwin dropped out of GC contention the following day during treacherous weather on the mountainous stage from Dalton to Dahlonega.\r\n'),(311,15,'2006-04-20 12:15:03','Little history','Today\'s stage takes riders up and over Lookout Mountain. On November 24, 1863 the mountain was the site of a famed Civil War battle, named the Battle Above the Clouds. Union general \"Fighting Joe\" Hooker, who was part of General Ulysses S Grant\'s assault on the western front led 12,000 Federal troops west of Chattanooga to seize the mountain, as it played a strategic role in defending the area. Hooker\'s forces attacked up Missionary ridge and met up with a small band of 1200 or so Confederate troops at a small farm, where a fierce fight ensued. The entire battle was covered by a dense fog, creating confusion on both sides, which led to the poetic name for the skirmish. The band of rebels succeeded in defending the hill until midnight, when they were ordered to fall back. The next morning Union troops placed the Stars and Stripes at the mountain\'s peak. Two days later, the entire Confederate army defending the area was badly mangled by General Sherman\'s troops, and was forced to retreat deep into Georgia. The Union\'s success at Lookout Mountain was key to the victory. \r\nThe battle came at a significant time for the Union. It effectively ended the bloody two-year campaign in the west against the Confederates. Only two months prior, the Union had lost control over the Chattanooga area after repeated attacks by Confederate General Braxton Bragg. In October, Grant took over the western campaign. His success in the West led to his promotion to lead the entire Union forces in 1864, and his success over Robert E. Lee by early 1865. '),(312,15,'2006-04-20 12:16:38','77 riders on the course','Next rider to leave is Nick Gates from Davitamon-Lotto '),(313,15,'2006-04-20 12:17:22','More tidbits on the course','National time-trial champ Chris Baldwin (Toyota-United), who took third at last year’s time trial, called this year’s route “like last year’s course, on steroids.â€\r\n\r\nHealth Net-Maxxis rider Nathan O’Neill, who lives in Georgia, has ridden the course and said it’s to his liking. “It’s long and hard, and very tricky,†O’Neill said. “I think is suits me.â€\r\n'),(314,15,'2006-04-20 12:28:29','Weather update','Loks like the second half of the field may have to deal with a little wet stuff. They have just announced over race radio that there are thunderstorms in the neighborhood.'),(315,15,'2006-04-20 12:29:07','Landis the favorite?','Chris Baldwin’s teammate Tony Cruz picks last year’s time-trial winner Floyd Landis to repeat in Chattanooga. “Floyd is such a balanced rider,†he said. “He could out time-trial Danielson and then stay within reach of him on Brasstown. I give him the advantage. Floyd wants to win, so he’s my pick.â€\r\n\r\nLandis said he hasn’t seen this year’s TT course, but that won’t affect him too much. “I hadn’t seen last year’s course beforehand either,†Landis said. “That didn’t seem to be a problem for me.â€\r\n'),(316,15,'2006-04-20 12:30:43','Pick the podium','Don’t forget about today’s Tour de Georgia trivia contest. In order to earn a free copy of Graham Watson’s Landscapes of Cycling, you’ll have to be the first reader to correctly predict today’s time-trial podium (the top-three finishers, in order.) Email your picks to Contest@insideinc.com. Don’t forget to include your name and address, so we can mail you your prize. Deadline for entries is 12:45 eastern time. Hurry up.\r\n'),(317,15,'2006-04-20 12:35:55','Dave Zabriske rolls off the line',''),(318,15,'2006-04-20 12:39:28','Descenders could rule','VeloNews spoke with Chris Baldwin before the race and he said that this very tricky course will favor riders who can go down hill as well as up. There will also be an advantage to those who have actually been able to scout the course. American Floyd Landis was one of several riders spotted out on the course this morning having a look. '),(319,15,'2006-04-20 12:40:43','New top split time','Dutchman Remmert Wielinga has just posted a new top split time of 25:18.'),(320,15,'2006-04-20 12:44:40','Tough test','VeloNews also got the channce to speak with CSC TT ace David Zabriskie this morning and he said that this course was the hardest he\'d ever seen in terms of its technical challenges. Still Zabriskie figured that it would be one of the TT specialists that would take the day\'s top honors.'),(321,15,'2006-04-20 12:46:30','Floyd Landis has just left from the start',''),(322,15,'2006-04-20 12:46:47','New top split time','Ponak rider Jose Gutierrez has posted a new top split time. He stopped the intermediate clock in 24:27.'),(324,15,'2006-04-20 12:58:16','Course details','VeloNews had the chance to scout the course during the run of Jackson Stewart (Kodak Gallery.com-Sierra Nevada), who was the first rider of the day. And after seeing it first hand we cannot argue with Zabriskie’s assessment. Things get interesting the moment riders leave the start house, as the track winds it’s way out of the start town of Chickamauga. That’s followed by a sort and steady climb, and then a very fast, technical downhill. Things mellow for a while from there, as the course makes its way across a valley to the base of Lookout Mountain. From there it’s up, up, up, with pitches hitting 17-18 percent. There good crowds along that section, so at least the riders don’t have to suffer in vain.\r\n'),(325,15,'2006-04-20 12:59:49','New top intermediate time','Health Net\'s Nathan O\'Neill has just posted the day\'s new best intermediate time. They are taking that time from the top of the steepest climb 9.3 miles into the race.'),(326,15,'2006-04-20 13:04:57','More on the course','After riders crest the day’s steepest climb, the course heads downhill, and then through a series of soft turns and small rollers. There is another mellow climb at the 13.7-mile mark. The course is mostly on rural roads with just a few houses here and there breaking up the long stretches of trees. Finally at the 17.4-mile mark riders encounter a sign on the left side of the road that reads “dangerous descent.†That warning is no joke, as the road plunges back down toward the valley floor before sweeping hard to the left. Just at that left turn the trees give way to a sweeping panoramic view. There’s little time to take it in, though, as the road continues its furious plunge down towards Tennessee.\r\n'),(327,15,'2006-04-20 13:06:55','Gear selection','After watching Jackson Stewart have to grind his way up the steepest climbs, rising out of the saddle on numerous times, Kodak director Robin Zellner said that he would suggest that his guys use 25s or even possibly 27s.\r\n'),(328,15,'2006-04-20 13:09:05','All riders now on the course','Discovery\'s Yaroslav Popoyvch is now out on course, meaning all 118 riders have left the start.'),(329,15,'2006-04-20 13:11:03','New best intermediate time','24:01 Floyd Landis (Phonak). Also a new leader Jeff Louder (Haelth Net) with a 58:04.'),(330,15,'2006-04-20 13:13:05','Floyd show','Looks like the run of Landis may continue, as he\'s bettered Zabriskie, O\'Neill and Danielson at the split. As long as he can stay safe on the descents, the Phonak man may well be the new race leader.'),(331,15,'2006-04-20 13:15:26','See ya','Just got word from out on the course that David Zabriskie has passed Chris Baldwin near the 15km-to-go sign.'),(332,15,'2006-04-20 13:17:10','Weather update','It\'s dark here at the finish in Chattanooga, but it looks like the rain is going to hold off.'),(333,15,'2006-04-20 13:21:20','Check that','The race leader is not Louder, Phonak\'s Jose Enrique Gutierrez.'),(334,15,'2006-04-20 13:22:28','J Mac','Discovery\'s Jason McCartney just slipped into second place with a 55:52.'),(335,15,'2006-04-20 13:23:48','Check out the video','Don\'t forget to check out the VeloNews.com video page at http://www.velonews.com/vntv/. There you\'ll find lots of intereviews from this year\'s Ford Tour de Georgia.'),(336,15,'2006-04-20 13:26:04','Eki in','Discovery\'s Viatcheslav Ekimov just posted the day\'s fourth best mark, a 57:21.'),(337,15,'2006-04-20 13:27:31','Pinotti in, O\'Neill sets top mark','Prodir-Saunier Duval man Marco Pinotti is now third. And there is a new best best time Nathan O\'Neill 55:09. That makes Pinotti fourth'),(338,15,'2006-04-20 13:28:29','O\'Neill','No surprise that O\'Neill went fast here. He lives in Georgia and had time to actually come up and look at this tricky course. He\'s also pretty fast.'),(339,15,'2006-04-20 13:29:33','Fourth place','The Disco boys continue to light it up. Slovenian Janez Brajkovic just slotted into fourth.'),(340,15,'2006-04-20 13:30:54','Zabriskie!','Big Dave just knocked O\'Neill off the top spot with a 54:38. '),(341,15,'2006-04-20 13:33:13','Who\'s left','Among thebig hitters still out there are Landis, Danielson and Popovych. Won\'t be long before we see if Zabriskie\'s time can hold up.'),(342,15,'2006-04-20 13:35:43','Young Guys','Also still out there is Kodak\'s Jesse Antony. He\'s already had an interesting day, being called to the podium in the morning to accept the Best Young Rider\'s jersey after there was some confusion with the results last night. That meant Anthony didn\'t have time to scout the course, which could cost him.'),(343,15,'2006-04-20 13:37:48','Tommy D!','Look out. Tom Danielson has just moved into the top spot with a 54:18. That\'s 20 seconds better than Zabriskie. Wow.'),(344,15,'2006-04-20 13:40:13','Landis','Floyd has just come through with a 54:14. That makes him the new race leader and the man to beat in the mountains.'),(345,15,'2006-04-20 13:44:26','What it means','Last year the overall title was decided by just four seconds, with Landis finishing third, 9 seconds back of GC winner Tom Danielson. The question now is weather Landis can limit the damage on Brasstown Bald, where Danielson rode to his win last year. Coming into that stage Landis had a 1:00 lead on Danielson, but could not hold his wheel when the road turned steep. Landis is obviously climbing a lot bettter this year, but Brasstown is the kind of climb that Danielson was born for. It\'s going to be interesting. '),(346,15,'2006-04-20 13:46:12','Almost done','There\'s just a few more riders left out on the course, including Popovych who may also still have something to say about all this. Stay tuned.'),(347,15,'2006-04-20 13:53:33','Popo\' passing people','Looks like Popovych is going to make this interesting. He\'s passed several riders and is taking some big channces as he makes his way to the line.'),(348,15,'2006-04-20 13:56:37','Five to go','There are five riders left on the course, including Popovych.'),(349,15,'2006-04-20 13:58:55','Top 3','1. Landis\r\n\r\n2. Danielson\r\n\r\n3. Zabriskie\r\n\r\nWill it remain an all American affair?'),(350,15,'2006-04-20 13:59:28','Less than 5k','to go for Popovych'),(351,15,'2006-04-20 14:00:25','Landis will win','Popo\' isn\'t going to do it. Landis will be your new race leader.'),(352,15,'2006-04-20 14:01:29','Popo\' no go','Popovych missed the top five. The race is now Landis\' to lose.'),(353,15,'2006-04-20 14:02:21','Popo is 9th','So Discovery will be working for Danielson for the second year in a row when the climbing begins tomorrow.'),(354,15,'2006-04-20 14:03:26','Haedo in','Sprint man Juan Jose Haedo just posted a 1:03:09. This was not a day for a man of his skills.'),(355,15,'2006-04-20 14:05:10','Freddy is last man out','American Freddy Rodriguez is the last man out on the course. But the important results for today are in and Floyd Landis has taken the TT for the second straight year.'),(357,15,'2006-04-20 14:10:04','Signing off','Okay, that\'s it for the live updates. Check back soon for a full report, results and photos. And make sure to come back tomorrow for the first climbing stage of the 2006 Ford Tour de Georgia. It\'s going to be a battle between Phonak and Discovery. '),(358,15,'2006-04-20 14:12:58','Check out the video','Oh yeah, don\'t forget to check out the VeloNews.com video page at
    www.velonews.com/vntv/'),(359,16,'2006-04-21 10:25:24','Hello there','Greetings and welcome to live coverage of stage 4 of the 2006 Ford Tour de Georgia. On tap today we have a 118.9-mile run from Dalton to Dahlonega. The stage marks the first of two days of climbing, with today’s course including four rated climbs. Among those four ascents is a pair of category 2s, Fort Mountain and Wolf Pen Gap. In total this year’s six-stage event covers 601.4 miles before the finish in Alpharetta on Sunday.\r\n'),(360,16,'2006-04-21 10:27:22','Last year','A year ago CSC’s Brian Vandborg took a three-up sprint ahead of Viatcheslav Ekimov (Discovery Channel) and Marco Pinotti (Prodir-Saunier Duval). The threesome had been part of a 20-rider group that had escaped from the peloton, following a brutal day where the race was pounded by rain and hail.\r\n'),(361,16,'2006-04-21 10:28:06','Weather','It looks like today could be a wet one for the riders. It was raining steadily in Chattanooga this morning and the weatherman is calling for a 60 percent chance of rain in Dalton and a 30 percent chance in Dahlonega. You may remember that last year this was the stage where the race was pounded by rain and occasionally hail, prompting one race director to say it was like driving through a car was. We’ll keep you posted as to what Mother Nature dishes up today.\r\n'),(362,16,'2006-04-21 10:29:31','Transfer time','Prior to the race start, the Tour de Georgia entourage had to make a 32-mile transfer from Chattanooga, Tennessee, the border to Dalton. \r\n'),(363,16,'2006-04-21 10:30:17','Raisin tribute','With today’s stage starting in Saul Raisin’s hometown of Dalton, members of the peloton decided it would be fitting to do something in a show of support for Raisin. That resulted in all the riders wrapping their handlebars in green bar tape. Of course green is the primary color of Raisin’s team, Credit Agricole.\r\n'),(364,16,'2006-04-21 10:31:11','Saul Raisin update','Some of you have been asking about the current condition of Saul Raisin. Here are some excerpts from the latest report in the Dalton Citizen newspaper. \r\n\r\n-- Despite being placed back on a ventilator to reduce fluid on his lungs, Dalton cyclist Saul Raisin continues to show daily improvement in his recovery from a serious bike crash on April 4, his uncle said.\r\n\r\n“That’s a temporary thing and they were hoping to take him off the ventilator on Thursday,†said Phil Raisin, who returned from Angers, France, earlier this week. “Overall we continue to be encouraged and we’re pretty optimistic about his improvement.â€\r\n\r\nWhile Raisin’s condition no longer appears to be life threatening, Credit Agricole team doctor Joel Menard says it’s way too early to tell if Raisin will race again.\r\n\r\n“That’s a small chance perhaps,†Menard said. “But a chance. It all depends on how his brain reacts.â€â€”\r\n'),(365,16,'2006-04-21 10:32:55','Coming home soon','The Dalton Citizen report also indicated that Raisin may be able to fly home as early as next week.\r\n\r\nPhil Raisin said doctors are hopeful his nephew can be moved out of intensive care by next week, said the report in the Dalton Citizen.\r\n\r\n“He is conscious and fairly alert,†Phil Raisin said. “Overall, doctors and everybody else are pretty happy with the stage of recovery he’s at right now.â€\r\n\r\nPhysicians attending Raisin at the hospital, located about 30 miles from where he crashed during the first stage of the Circuit de la Sarthe, have begun discussions with his parents about possibly moving him to a facility in the United States.\r\n\r\n“Doctors in France want to further evaluate his condition and make sure they pick a facility that meets his needs,†Phil said. “The quickest they would move him is seven to 10 days. It depends on how well his lungs do, but we’re certainly looking forward to getting him back in the U.S.â€\r\n'),(366,16,'2006-04-21 10:37:37','Underway','We are underway in Dalton. No sign of rain yet, but the clouds don\'tlook particularly friendly.'),(367,16,'2006-04-21 10:46:46','Sprints','Today’s stage also includes two intermediate sprints. The first is at mile marker 14.2 in Chatsworth, while the second comes at the 38.8-mile mark in Ellijay. Expect points leader Fred Rodriguez to be active here.\r\n'),(368,16,'2006-04-21 10:47:58','Action right away','11 riders have pulled off the front of the field. No numbers yet, but we\'ll get them as soon as we can.'),(369,16,'2006-04-21 10:48:20','Jersey update','Phonak’s Floyd Landis will spend his first day in the yellow jersey after winning the stage 3 time trial and taking a 4 second lead over Discovery’s Tom Danielson. Another American, CSC’s David Zabriskie is third at 0:24. In the Best Young Rider competition, Discovery’s Janez Brajkovic owns a 1:23 lead over Prodir-Saunier Duval rider Peter Mazur. Third is Florian Stadler (Phonak) at 2:49. American Fred Rodriguez (Davitamon-Lotto) is first in the points competition, while Kirk O’Bee (Health Net-Maxxis) is leading the KOM standings. Target Training’s Alejandro Acton has the most aggressive jersey. In the team standings Phonak has a 3-second lead over Discovery with CSC at 3:00. \r\n'),(370,16,'2006-04-21 10:52:13','Cards to play','Still no word on the make-up of the first break, but don\'t be surprised if we see the Discovery boys active in some of these early moves. Besides Danielson, they have three other riders in the top 10 (Jason McCartney 6th at 1:38; Janez Brajkovic 8th at 1:52; and Yaroslav Popovych 9th at 1:53. That gives the boys in blue a lot of cards to play against Phonak, who will likley have to work pretty hard today to keep this thing together.'),(371,16,'2006-04-21 10:57:38','First break','Here\'s some of the riders in the first brreak:\r\nMartinez (Discovery); Zabriskie (CSC); Ingles (Davitamon-Lotto); Ventoso (Prodir-Saunier Duval); Ollerenshaw (Health Net). More to come but the field seems content to let it go, as it\'s already up to 1:25 10 miles in. '),(372,16,'2006-04-21 11:00:23','More riders','In the break of 11 are also -- Reistad (Jelly Belly); Lange and Euser (TIAA-Cref); Wren (Colavita); Blickem (Target Training); Dietrich (Kodak) '),(373,16,'2006-04-21 11:01:37','Won\'t last','With CSC\'s david Zabriskie in there this can\'t last. Phonak will have to go get this, as Zabriskie is third in GC at 0:55.'),(374,16,'2006-04-21 11:03:53','Gap growing','It\'s now up to 2:15. You have to wonder if it\'s not another CSC rider in there and not Zabriskie. Sometimes the race officials miss the numbers and it doesn\'t make a lot of sense that they would be lettuing Zabriskie go.'),(375,16,'2006-04-21 11:04:59','Cash money','There\'s a little extra incentive out there today, as the organizers are handing out $1500 bonuses to the winners of the first sprint and first KOM.'),(376,16,'2006-04-21 11:05:29','Speaking of money','We put this up the other day, but for those who may have missed it, here’s a breakdown on the race’s prize list, which has a total purse of $111,000. The biggest check goes to the overall winner, who will bring home $11,422.80 before taxes. Second place on GC is worth $5688.60, while third nets $2850. Each stage winner wins $3807.60. The overall team classification nets $5000, while each of the three other jerseys – points, KOM and young rider – is worth $2000 for first. Of course this all is pre-tax. According to the race’s technical manual, the UCI takes 7 percent from every prizewinner, while Uncle Sam gets a whopping 30 percent.\r\n'),(377,16,'2006-04-21 11:08:50','In the break','Here\'s the list of riders in the break one more time:\r\n\r\nOlivier Kaisen (Davitamon-Lotto), Michael Dietrich and Nick Reistad (KodakGallery.com-Sierra Nevada), Lucas Euser and Michael Lange (TIAA-CREF); Tyler Wren (Colavita); Ryan Blickem (Target Training); Doug Ollerenshaw (Health Net); Francisco Ventoso (Prodir-Saunier Duval); Egoi Martinez (Discovery Channel); David Zabriskie (CSC)'),(378,16,'2006-04-21 11:10:57','Dave Z is there','Well Zabriskie is definitely in there. Not sure what he\'s up to though. At the front of the field is Phonak. They are also getting some help from Quick Step and Toyota United.'),(379,16,'2006-04-21 11:11:33','Rain','It\'s starting to lightly rain out on the course. Nothing too bad yet, but riders are falling back to their team cars to grab rain coats.'),(380,16,'2006-04-21 11:13:45','Gap growing','With Zabriskie leading the break up the first climb of the day, Fort Mountain, the gap has grown to 3:15. This is a cat. 2 climb that shouldn\'t be too tough.'),(381,16,'2006-04-21 11:14:33','Fine time','There were a host of fines passed out by officials yesterday during the stage 3 time trial. Among the sanctioned were Phonak’s Robbie Hunter and Floyd Landis for not respecting regulation distance and gaps, and Discovery Director Johan Bruyneel for failing to take the caravan deviation at the finish. Discovery was also nicked when current Best Young Rider Janez Brajkovic failed to show up at the awards podium after the race to accept his prizes.\r\n'),(382,16,'2006-04-21 11:19:38','First sprint','Results from the first sprint: 1. Ventoso (Prodir-Saunier Duval); 2. Dietrich (Kodak); 3. Ingels (Davitamon-Lotto)'),(383,16,'2006-04-21 11:20:32','Gap','is now 3:10 17.5 miles into the 118.9-mile stage. Target Training rider Ryan Blickem has been dropped from the break and is falling back to the main field.'),(384,16,'2006-04-21 11:22:27','Gap','It\'s fallen to 2:20 with Phonak leading the way up the climb and Discovery just sitting on. Up front it\'s still Dave Z leading the way with Ventoso doing some work as well.'),(385,16,'2006-04-21 11:27:04','Rain','The wet stuff is starting to fall quit a bit harder now.'),(386,16,'2006-04-21 11:38:07','Update','The leaders are now passing by the 5km sign on the climb. It\'s dry on the climb but there are reports of heavy rain on the descent. Discovery\'s Jason McCartney tried to attack the field but Phonak was having none of it.'),(387,16,'2006-04-21 11:40:54','Gap coming down','The team cars have been ordered out the gap between the field and the break, a sure sign that the gap is coming down. The main break is 1k from the day\'s first KoM. Discovery is trying again, sending Noval off the front of the field along with Quick Step\'s Wielinga.'),(388,16,'2006-04-21 11:42:54','Gap coming down','The gap is now 1:10. There is an extreme amount of fog in the top of the climb.'),(389,16,'2006-04-21 11:43:00','Check that','It\'s Jason McCartney not Noval attacking the field.'),(390,16,'2006-04-21 11:48:01','KOM winner','is Lucas Euser (TIAA-CREF). That\'s an extra $1500 for the team. WooHooo'),(391,16,'2006-04-21 11:54:00','TdG/VeloNews Contest','For today’s contest please pick the winner of the stage. The first person to e-mail the correct answer to contest@insideinc.com will win a copy of “Inside the Postal Bus†by Michael Barry. Please put your prediction in the subject line. Entries without the prediction in the subject line will be disqualified. Also remember to include you name and address.\r\n\r\nAnd be sure to vote in today’s VeloNews.com poll on the main page. It’s a simple one: Danielson or Landis?\r\n\r\n'),(392,16,'2006-04-21 11:55:00','Gap','is currently at 1:15 and holding. '),(393,16,'2006-04-21 11:55:49','Yesterday’s winner','The first person to guess the correct top 3 for stage 3 yesterday was Rob of Calgary. He’ll be receiving a copy of Graham Watson’s “Landscapes of Cycling.†Nice work Rob. And thanks to all the other people who e-mailed. We didn’t count them but let’s just say the mailbox was full. \r\n'),(394,16,'2006-04-21 11:56:31','Quotable','We got a chuckle out of the latest Blog entry from American Todd Wells who is racing at the Tour de Georgia for the Target Training team. Following the stage 3 time trial on Thursday, Wells had this to say. “We didn\'t get to see the route before we rode and there was this brutal climb. I think I was doing 40 rpms for 2 miles up the thing. I almost started tacking back and forth across the road. The descents were fun too but when you don\'t know where you\'re going…you can\'t really hang it out. Top that off with the fact they had people before each turn frantically waving orange flags to slow down. Most of the turns you didn\'t need to hit the breaks but when you see those people waving the flags like crazy you slam on the brakes.â€\r\n'),(395,16,'2006-04-21 11:59:24','Location','The race is now nearing the town of Ellijay at mile marker 38.8, sight of the day\'s second and final intermediate sprint.'),(396,16,'2006-04-21 12:00:47','Break growing','McCartney and Wielinga have caught the break. The last time gap was 2:15.'),(397,16,'2006-04-21 12:01:18','Quotable','Here are some tidbits from yesterday’s post-race press conference that included Tom Danielson and Floyd Landis.\r\n\r\nOn why he won’t be starting the Tour de France, Danielson said, “This year’s Giro very difficult. The last week is insane. I’m skinny no and I think after I’m going to be really skinny. It might be a little too much in terms of my progression. Okay I’m 28 but I don’t have the years that some of these other guys do. It’s important to keep moving up in a gradual progression and not do too much too soon and come crashing down.â€\r\n'),(398,16,'2006-04-21 12:04:17','Quotable','Nathan O’Neill on whether he thinks his team will work to preserve his fourth place in the GC.\r\n\r\n“I think so. That’s a good goal to try and salvage. There’s no disgrace in finishing top five at this race. There are still two more big days to go, and anything can happen. I know last year I was fourth at this point and dropped down to eighth, but I’m sure I can be better this year.â€\r\n'),(399,16,'2006-04-21 12:05:22','Help','Several riders in the break are calling up their team cars.'),(400,16,'2006-04-21 12:05:53','Gap','is now 2:25'),(401,16,'2006-04-21 12:11:00','Update','At the 35-mile mark the break of 12 now has a 2:45 advantage on the field and is working well together. There\'s no rain at the moment. It\'s just overcast.'),(402,16,'2006-04-21 12:12:25','Wheel change','Quick Step\'s Wielinga just had to get a wheel change and is now trying to chase back on to the breakaway. Phonak is dring the pace at the front of the main field. Latest split is 2:50. '),(403,16,'2006-04-21 12:19:29','Attack','There\'s been an attack out of the break, Martinez (Discovery), Wielinga (Quick- Step) and Reistad (Jeyy Belly) trying to get away.'),(404,16,'2006-04-21 12:20:02','Second sprint results','1. Ventoso; 2. Reistad; 3. Wren'),(405,16,'2006-04-21 12:21:27','Gap','2:50 lastest split. The attack of three has been reeled in and now it\'s a group of 12 again.'),(406,16,'2006-04-21 12:22:48','Out the back','Three riders from CSC including stage 1 winner Lars Michaelsen have been dropped from the main group.'),(407,16,'2006-04-21 12:23:47','Gap','is 3:25.'),(408,16,'2006-04-21 12:27:44','Run Lance, run','Many of you have probably heard this by now, but reports in the papers this week have indicated that seven-time Tour de France winner Lance Armstrong is planning on running the New York City Marathon this fall.\r\n\r\n\"We were looking at the Chicago Marathon, but a conflict arose with the date, and New York seems to fit our schedule better,\" Armstrong told The Associated Press. \"I\'ve been training some, but I wouldn\'t call it serious. It\'s just something to fill a void in my life after I quit competing as a professional cyclist.\"\r\n'),(409,16,'2006-04-21 12:35:54','Get to work','Just talked to VeloNews senior writer Neal Rogers who is riding with Health Net today. He said the Doug Ollerenshaw just radioed back to say that while David Zabriskie continues to do a sizable amount of work, Discovery has declined to help at all. '),(410,16,'2006-04-21 12:39:29','Gap','is now at 2:55'),(411,16,'2006-04-21 12:42:15','Drop outs','Three riders have dropped out of the race: Jeff Hopkins (Jittery Joe\'s); Dan Schmatz (Kodak); Martin Pedersen (CSC). There is also a group of 13 riders that have dropped way off the pace and are 5:20 back of the main field.'),(412,16,'2006-04-21 12:43:06','Quotable','Here\'s more from the stage 3 press conference.\r\n\r\nLandis on why Americans have been excelling recently at time trials.\r\n\r\n“I think the main thing to be good is to practice,†he said. “The Europeans don’t practice. Sooner or later they will figure it out, but in the meantime don’t tell them.â€\r\n\r\n------And on what he’ll be doing while Danielson is racing at the Giro.\r\n\r\n“I’ll have a cappuccino in the morning and watch him.â€\r\n'),(413,16,'2006-04-21 12:45:06','Attack of break','McCartney, Ventoso and Euser have attacked the break and have 12 seconds at the 50-mile mark. Now it\'s 15 seconds. McCartney is doing the bulk of the work.'),(414,16,'2006-04-21 12:46:18','Phonak','The team of race leader Floyd Landis continue to do the bulk of the work at the front of the main filed.'),(415,16,'2006-04-21 12:48:38','Break','Has 28 seconds on chase with main field trailing by 3:40.'),(416,16,'2006-04-21 12:50:22','A little history','You\'ll remember that McCartney won this stage two years ago in a marathon solo breakaway. Ventoso is best known in the US for winning a sprint ahead of Freddy Rodriguez at the USPro Championships two years ago.'),(417,16,'2006-04-21 12:53:01','Gap','The McCartney group is making time quickly and has 1:17 on the chase.'),(418,16,'2006-04-21 12:54:58','Wake-up call','Looks like the Phonak boys are getting a little testy. They\'ve moved to the front of the field and are hammering hard. That\'s caused the field to stretch out into one big long line.'),(419,16,'2006-04-21 12:55:00','Gap','The latest time split is 4:00 from main field to the break of three. The break of 3 has 1:17 on the group of nine chasers.'),(420,16,'2006-04-21 12:57:47','Nature Break','The main field has just stopped at the side of the road to take a nature break and is now entering the feed zone at mile marker 54.9.'),(421,16,'2006-04-21 13:00:22','Quotable','David Zabriskie, who is now in the chase group, had this to say yesterday on his ride in the time trial and what he thinks of Floyd Landis’ unorthodox position. \r\n\r\n“I thought I was [good today], but Floyd has been very fast all year, and continues to go fast, so I think I’ll try those bars now. I’m slowly being converted to Floyd’s position.â€\r\n\r\nAnd how he’d rate his performance in the stage 3 time trial.\r\n\r\n“Probably about a four,†Zabriskie said. “I’m hard on myself.†\r\n'),(422,16,'2006-04-21 13:00:54','Gap','is now 4:45 with about 57 of 118.9 miles covered.'),(423,16,'2006-04-21 13:01:55','Update','The group of three has 2:20 over the chase and 4:35 over the main field.'),(424,16,'2006-04-21 13:03:13','Breaking up','Ventoso has fallen off the pace being set by Jason McCartney, while Doug Ollerenshaw is trying to make the jump from the chase.'),(425,16,'2006-04-21 13:12:32','Time update','The leading group of 3 now has 1:35 on lone chaser Ollerensahw, with 2:45 seperating them from the chase group of eight. The gap to the field is 4:45. Ventoso has reconnected with the break.'),(426,16,'2006-04-21 13:14:42','Crowded house','Don’t be surprised if there are record crowds in Dahlonega this year. Besides the Tour de Georgia coming to town, Friday is also the kick off for the North Georgia College & State University\'s Parent-Alumni Weekend. Also this weekend in Dahlonega is the Bear on the Square Mountain Festival. Last year, according to The Dahlonega Nugget newspaper, the Tour de Georgia brought about 44,000 visitors to the city.'),(427,16,'2006-04-21 13:15:00','Ollerenshaw reeled in','The chase is back up to nine, as they\'ve caught Ollerenshaw who made an unsuccessful bid to bridge up to the leaders. 63 miles have been covered.'),(428,16,'2006-04-21 13:19:49','Gap','New time splits have the leaders with 3:07 to the chase group of nine and 4:27 to field.'),(429,16,'2006-04-21 13:21:14','Tempo','Phonak continues to drive the pace at the front of the main field, with seven yellow-and-green clad riders up there.'),(430,16,'2006-04-21 13:28:05','Climb time approaches','The second of four categorized climbs is coming soon -- category 4 Hicks Gap. That\'s not to say it\'s been easy getting there as these roads are rarely flat. '),(431,16,'2006-04-21 13:29:28','Vaughters checks in','We just had a word with TIAA-CREF team boss Jonathan Vaughters. He said he\'d prefer if there were a few more guys in the lead break, but that it\'s three strong guys so you never know.'),(432,16,'2006-04-21 13:36:21','Update','The lastest time gap is 3:10 from the leaders with just 10 more seconds back to the main field.'),(433,16,'2006-04-21 13:41:40','Update','At mile 72.5 the chase group has been caught. Look out for the counters.'),(434,16,'2006-04-21 13:43:44','Numbers','At 75.5 miles covered, the current speed is 32 MPH. Max speed was 56.8. The gap is 3:55'),(435,16,'2006-04-21 13:48:48','What to do, what to do','Phonak is still up front leading the chase, but there is not any panic in their eyes. They\'d be perfectly happy to let these guys dangle for a while then reel them in for good on Woody Gap 13 miles before the finish. The wild card is McCartney who was won this stage before in a long breakaway and surely would like to do it again.'),(436,16,'2006-04-21 13:50:46','Gap is','3:24 as the main field heads up Hicks Gap, 78 miles into the race.'),(437,16,'2006-04-21 13:57:40','Points update','While Ventoso has picked up some points along the way today, he\'s still far back of leader Fred Rodriguez. Entering the day Fast Freddy led the standings with 25 points, while Ventoso was all the way back 15th with only three. Each intermediate sprint is worth 5-3-1 points, so Ventoso\'s two wins give him 13 points total, still only good enough for eighth place. '),(438,16,'2006-04-21 14:00:07','Contest to close','We\'ll give you 30 more minutes to get in your entries for today\'s contest (cut off is 2:30 EST). Remember put the name of who you think is going to win today\'s stage in the subject line, then send it to contest@insideinc.com'),(439,16,'2006-04-21 14:01:57','Gap','is currently 3:30. Euser took the points at the Hicks Gap KOM.'),(440,16,'2006-04-21 14:05:14','New photos','Make sure to scroll to the bottom of the page from time to time, as we\'ll be putting up new pictures from today\'s race as it happens.'),(441,16,'2006-04-21 14:11:02','Dahlonega','Today\'s finish town of Dahlonega is hosting a stage finish for the third straight year. The small town is located in the foothills of the Blue Ridge Mountains an hour north of Atlanta. Among its claims to fame: The site of the first gold rush back in 1828. It\'s also known as a Mecca for performance and visual arts. '),(442,16,'2006-04-21 14:11:52','More on Dahlonega','Here\'s a little blurb about North Georgia College & State University, the small college here. \r\n\r\n\"We are a coeducational state university emphasizing strong liberal arts, as well as pre-professional, professional, and graduate programs. Serving as a liberal arts university for all of its students and as a military college for its Corps of Cadets, the university is distinct in many ways. As the only four-year public institution in northeast Georgia, NGCSU offers a quality college experience in a beautiful mountain setting.\"'),(443,16,'2006-04-21 14:17:52','Gap','The time split is 3:20 right now as the race heads towards the toughest climb of the day, Wolf Pen Gap. The weather is still holding out so at least they don\'t have to worry about hail.'),(444,16,'2006-04-21 14:20:16','Gap','is 3:10 at 89.8. This is where the action gets rolling. The top of Wolf Pen is six steep miles away.'),(445,16,'2006-04-21 14:24:30','There goes J-Mac','McCartney has attacked his breakaway partners.'),(446,16,'2006-04-21 14:26:59','Gap','McCartney has opened a 30-second gap on Ventoso and Euser. Looks like he\'s going to give it a go.'),(447,16,'2006-04-21 14:31:12','Health Net plans','Just talked with Health Net director Jeff Corbett about his plans for the day. He said job No. 1 for the team was to protect the GC placing of Nathan O\'Neill who is currently fourth overall. Corbett added that if he needs to lend a hand to help bring Jason McCartney back he will. From there the team will hope that it can get at least one of its sprinters over these last two hills to contest a sprint. '),(448,16,'2006-04-21 14:31:45','Gap','McCartney now has 55 seconds on the two chasers, with the field 2:55 behind the Discovery rider.'),(449,16,'2006-04-21 14:34:18','Thinning herd','Two Phonak riders, Luis Oliveira and Robbie Hunter, have cracked and lost touch with the field. That leaves Floyd a few less helpers and strengthens the Discovery position. '),(450,16,'2006-04-21 14:36:58','1km to go','Jason McCartney has almost reached the top of Wolf Pen Gap. '),(451,16,'2006-04-21 14:37:54','Gap','is 2:10 from McCartney to the main field'),(452,16,'2006-04-21 14:39:39','Update','McCartney has 2:10 on the field. Ventoso has been absorbed. Euser is still dangling, 1:12 back of McCartney. As a reminder, McCartney started the day in sixth overall, 1:38 behind Landis. '),(453,16,'2006-04-21 14:41:56','Working','Phonak and Health Net did the bulk of the work up the climb. The main field is now rolling over the KoM. The rest will be short lived, as the day\'s final climb, Woody Gap is just a few miles down the road. '),(454,16,'2006-04-21 14:45:03','And then there was one','Euser has been caught by the field, leaving McCartney out there all alone. Euser did get secondin the KoM before being caught.'),(455,16,'2006-04-21 14:45:52','Regrouping','The main field of 20 or so riders have just been joined by about 15 others, leaving the peloton with about 35 riders as the race heads towards the days final climb.'),(456,16,'2006-04-21 14:47:18','Gap','is now 1:50. This thing has a chance. If McCartney can get over the top of the last climb it could be tough to bring him back.'),(457,16,'2006-04-21 14:50:00','Gap','is down to 1:35 as Phonak continues to work hard for Floyd. 100 of 118.9 miles have been covered.'),(458,16,'2006-04-21 14:54:17','5k to kom','for McCartney. New gap is 1:20.'),(459,16,'2006-04-21 14:56:14','Gap','now 1:15 with 16.9 miles to go. This is going to be close.'),(460,16,'2006-04-21 14:59:04','We\'ve been here before...','Just as a reminder here’s what happened on this exact same stage in 2004: Jason McCartney shot out of a six-man breakaway with more than 32km remaining to win the epic 137.5-mile fifth stage of the Tour de Georgia. \r\n\r\nThe then Health Net-Maxxis rider made his move on the fourth of five classified climbs as the break\'s lead over a U.S. Postal-driven chase began to dwindle, from six minutes to four. \r\n\r\nHis gamble paid off - McCartney crossed the finish line alone, 53 seconds ahead of a splintered, 34-rider group that included overall GC contenders Lance Armstrong (U.S. Postal Service-Berry Floor); Jens Voigt and Bobby Julich (CSC); and Chris Horner (Webcor Builders). Sounds familiar…\r\n'),(461,16,'2006-04-21 14:59:58','Gap','is now 55 seconds. Phonak continues to set the pace in the main field.'),(462,16,'2006-04-21 15:01:16','1k to KOM','for McCartney'),(463,16,'2006-04-21 15:01:29','Gap','now 45 seconds'),(464,16,'2006-04-21 15:04:45','Gap','is now 45 seconds as the field crests the KOM and makes the dash down to Dahlonega. There are 13.5 miles to go. This is gonna be close...'),(465,16,'2006-04-21 15:07:08','Gap','is now just 20 seconds.'),(466,16,'2006-04-21 15:11:22','Watch Toyota-United','The new U.S. domestic team could be a big player today if we end up with a sprint. They have three guys in the lead group including J.J. Haedo who was fifth over the last climb and clearly still has decent legs.'),(467,16,'2006-04-21 15:13:19','Gap is now...','...10 seconds. Nice try J Mac, but it doesn\'t look tlike there will be a 2004 repeat.'),(468,16,'2006-04-21 15:14:38','Gotcha','McCartney has been caught.'),(469,16,'2006-04-21 15:17:11','Counter','McCartney has gone again accompanied by Quick Step\'s Scarselli'),(470,16,'2006-04-21 15:18:46','Gap is now...','....15. There is no quit in McCartney he wants this bad'),(471,16,'2006-04-21 15:20:08','Also in the mix','if there is a sprint will be Davitamon-Lotto, which has Fred Rodriguez and Henk Vogels in the front group. Rodriguez won this stage in a sprint back in 2003. '),(472,16,'2006-04-21 15:20:22','Gap','is 10 seconds for the break of 2'),(473,16,'2006-04-21 15:21:18','5 seconds','Davitamon-Lotto is bringing them back'),(474,16,'2006-04-21 15:21:40','5km to go','Gap is down to 100 meters'),(475,16,'2006-04-21 15:23:46','Location','Race is entering Dahlonega at mile 118. The gap is down to 60 meters'),(476,16,'2006-04-21 15:24:11','Catch','all together'),(477,16,'2006-04-21 15:25:19','attack','by Danny Pate with 2km to go '),(478,16,'2006-04-21 15:26:39','1km to go','all together'),(485,17,'2006-04-22 11:26:00','Hello there','Greetings and welcome to live coverage of stage 5 of the 2006 Ford Tour de Georgia. On tap today we have a 94.5-mile run from Blairsville to the top of Brasstown Bald. Today will almost surely decide the overall race winner, as the stage includes three rated climbs, including the category 1 Hogpen Gap and the hors categorie Brasstown Bald. In between riders will face the category 2 Unicoi Gap. In total this year’s six-stage event covers 601.4 miles before the finish in Alpharetta on Sunday. Racing today gets underway at 11:30 EST.\r\n'),(480,16,'2006-04-21 15:27:00','Freddy!','Rodriguez is unofficial winner.'),(481,16,'2006-04-21 15:29:04','KOM leader','has been confirmed. It\'s TIAA-CREF\'s Lucas Euser. Most Aggressive will certainly be McCartney. Rodriguez will be Points man and Landis will maintain his GC lead.'),(482,16,'2006-04-21 15:31:51','Unofficial top 3','1. Fred Rodriguez (USA), Davitamon-Lotto; 2. Matteo Tosatto (I), Quick Step-Innergetic; 3. Yaroslav Popovych (Ukr), Discovery Channel'),(483,16,'2006-04-21 15:36:35','Contest killer','You won\'t believe this but it looks like Rob from Calgary has won the contest for the second day in a row, calling \"in a group sprint - fast freddy to take the victory for stage 4.\" The man is on fire. Nice work Rob. Your books will be on their way soon.'),(484,16,'2006-04-21 15:39:49','Signing off','Okay -- that\'s it for stage 4, but make sure to check back soon to VeloNews.com for a full report, results and photos. And remember to get back here tomorrow to \"hear\" all the action from Brasstown Bald. It\'s going to be exciting.'),(486,17,'2006-04-22 11:29:00','What’s at stake','Today will feature a showdown between Floyd Landis and his Phonak team and Tom Danielson of Discovery. Landis owns a slim 4-second lead over the Colorado climbing specialist, but he knows keeping up with Danielson on the ridiculously steep Brasstown climb will not be easy. A year ago Landis owned a 1-minute lead over Danielson coming into this stage, but lost 1:09 on the stage and ended up third overall while Danielson won the stage and eventually the overall title.\r\n'),(487,17,'2006-04-22 11:31:23','Race is underway','There is 2.9 miles of neutral and then it\'s game on. Expect Discovery to start testing Phonak\'s strength early and often.'),(488,17,'2006-04-22 11:34:00','Lots of options','With five riders in the top 15, Discovery has lots of bullets to fire at the Phonak team. Yesterday they threw Jason McCartney at them, sending the Iowa native off on what ended up being a marathon beakaway that wasn’t reeled in just seven miles were left in the race.\r\n'),(489,17,'2006-04-22 11:36:00','Radio check','Right now they are going through the radio checks with all the teams and other caravan vehicles. Looks like everybody showed up for work today.'),(490,17,'2006-04-22 11:38:00','Weather','There is steady rain falling on the racers right now. Most of them are wearing rain coats. Up top at Brasstown it\'s very foggy and cool, and it\'s raining off and on.'),(491,17,'2006-04-22 11:40:58','Honory starter','Greg LeMond, three-time winner of the Tour de France, was the honorary starter in Blairsville. LeMond is in Georgia in part to promote his new bike, the Triomphe.'),(492,17,'2006-04-22 11:41:40','Racing underway','The neutral section is completed and the race is underway for real. The temperature at the start was 60 degrees.'),(493,17,'2006-04-22 11:45:01','Sprints','Besides the three rated climbs, there are two intermediate sprint spots today -- one at mile marker 34.4 in Blairsville and at mile marker 71.4 in Helen. You notice that the race actually does a loop off to the west, then comes back through Blairsville before heading up into the mountains.'),(494,17,'2006-04-22 11:48:29','Quotable','Here\'s some highlights from yesterday\'s post-race press conference.\r\n\r\n\"Tomorrow I\'ll put on the biggest gear I can find,\" said stage 4 winner Fred Rodriguez about his plans for the Brasstown stage.'),(495,17,'2006-04-22 11:51:12','Confidence','You get the impression that Tom Danielson is pretty confident about today\'s outcome.\r\n\r\n\"Worries?\" he asked when questioned about today\'s stage. \"I have no worries about tomorrow. I came here for tomorrow’s stage. I love it. But if I don’t win, I don’t win. I’ll do my best, but the only worries would be falling off my bike or some kind of mechanical. As long as I stay by team and do my job, I’m not worried.\"\r\n'),(496,17,'2006-04-22 11:52:08','Transfer time','Prior to the race start, the Tour de Georgia entourage had to make just a 15-mile transfer. That had to make people happy.\r\n'),(497,17,'2006-04-22 11:56:07','Strategy','We talked to several riders this morning about their plans for the day. Toyota United’s Chris Baldwin is planning to play off Phonak and Discovery. His team will be working for Justin England who is 12th overall at 2:46.\r\n\r\nWe also spoke with Discovery’s Janez Brajkovic, who said he was happy to be in the Best Young Rider jersey, but wasn’t concerned with defending it. The goal is to launch Danielson to the win. Everything else is secondary.\r\n'),(498,17,'2006-04-22 12:02:00','Action','There\'s been several break attempts here in the early going but both Phonak and CSC are working hard to keep things togther.'),(499,17,'2006-04-22 12:02:53','Money, money','We put this up the other day, but for those who may have missed it, here’s a breakdown on the race’s prize list, which has a total purse of $111,000. The biggest check goes to the overall winner, who will bring home $11,422.80 before taxes. Second place on GC is worth $5688.60, while third nets $2850. Each stage winner wins $3807.60. The overall team classification nets $5000, while each of the three other jerseys – points, KOM and young rider – is worth $2000 for first. Of course this all is pre-tax. According to the race’s technical manual, the UCI takes 7 percent from every prizewinner, while Uncle Sam gets a whopping 30 percent.\r\n'),(500,17,'2006-04-22 12:03:58','Break of 5','There\'s an early break that includes Discovery\'s Jason McCartney. We\'ll get you the rest of the names asap.'),(501,17,'2006-04-22 12:06:22','Break make up','McCartney; Kasper Klostergaard (CSC); Sebastien Rosseler (Quick Step); Lucas Euser (TIAA-Cref); Will Frischkorn (TIAA-Cref). They have 23 seconds.'),(504,17,'2006-04-22 12:11:16','Up top it\'s getting ugly','The weather is getting nasty up at the top of Brasstown Bald. It\'s getting colder, drizzly and foggy. Tough day for the sizable crowds that have gathered along the road to the top. '),(503,17,'2006-04-22 12:09:11','Correction again','Woops. Race radio just corrected themselves. It\'s not Danielson (No. 1), but Aaron Olson (No. 41). Sorry about that.'),(505,17,'2006-04-22 12:11:29','Gap','is up to 1:00.'),(506,17,'2006-04-22 12:15:15','Gap','at 15 miles in the gap is 1:10. Clearly TIAA-Cref is going after as many KOM points as they can in hopes of defending the jersey that Lucas Euser took yesterday when he got in the breakway with McCartney and Francisco Ventoso.'),(507,17,'2006-04-22 12:16:57','Vogels out','As expected Henk Vogels has taken a pass on today\'s stage. This is not his kind of stage so he\'s opted to pull the plug and safe himslef for the Giro d\'Italia which starts in two weeks. '),(508,17,'2006-04-22 12:18:25','Gap is now...','2:08'),(509,17,'2006-04-22 12:20:38','Opening up','The media and VIP cars have just been allowed into the gap between the break of six and the main field. They are also waving up some of the team vehicles.'),(510,17,'2006-04-22 12:21:55','Fine time','There were a host of fines passed out by officials yesterday during stage 4. Among those who are lighter in the pocket today are Discovery’s Johan Bruyneel and Jason McCartney who were fined for both non-regulation supply of refreshments and non-regulation breakdown assistance, service on the left side of the road. Also sanctioned was TIAA-CREF director Jonathan Vaughters for failure to respect instructions of the race administration – not sure what that was about. \r\n'),(511,17,'2006-04-22 12:25:32','Jersey update','Phonak’s Floyd Landis will spend his second day in the yellow jersey. He has a 4-second lead over Discovery’s Tom Danielson. Another American, CSC’s David Zabriskie is third at 0:24. In the Best Young Rider competition, Discovery’s Janez Brajkovic owns a 1:23 lead over Prodir-Saunier Duval rider Peter Mazur. Third is Johann Tschopp (Phonak) at 3:09. American Fred Rodriguez (Davitamon-Lotto) is first in the points competition with a 15-point lead over Yaroslav Popovych (Discovery Channel), while Lucas Euser (TIAA-CREF) is leading the KOM standings, two points ahead of Jason McCartney (Discovery). McCartney has the most aggressive jersey. In the team standings Phonak has a 3-second lead over Discovery with CSC at 3:00.\r\n'),(512,17,'2006-04-22 12:26:32','Phonak','Is on the front of the main field, but there is no panic yet. Gap is currently 2:50.'),(513,17,'2006-04-22 12:28:10','Miles covered','28.3 of 94.5. The first sprint comes at 34.4.'),(514,17,'2006-04-22 12:32:02','Gap is going up','3:25'),(515,17,'2006-04-22 12:40:17','KOM battle','If this group can stay off the front for a while we are going to have a great battle for the KOM jersery. In the break are both the current leader Euser and second-placed Jason McCartney. The pair are separated by just 2 points. On a category 1 climb like the one coming up at MM 52.6, the points go 10-9-7-6. On a category 2 it\'s 8-7-6-5 and on an HC it\'s 12-10-8-7.'),(516,17,'2006-04-22 12:42:32','Gap','is up to 3:25. The field is currently strung out in one long line with Phonak leading the way at the front.'),(517,17,'2006-04-22 12:48:00','TdG/VeloNews Contest','For today’s contest we want to know who is going to finish second – not first, but second -- in the stage. The first person to e-mail the correct answer to contest@insideinc.com will win a copy of “Up the Road†by Samuel Abt. Remember to include you name and address and to put your answer in the subject line. If you don’t put you answer in the subject line your entry will be invalid. We’ll take entries until 2:30 p.m. EST.'),(518,17,'2006-04-22 12:50:00','Update','30 miles into the race and the gap is 3:32'),(519,17,'2006-04-22 12:53:39','Up top','Today\'s press room is located at Brasstown Bald\'s Mountain Tip theatre. It\'s a pretty small auditorium-style room which made for an interesting press conference last year when Lance Armstrong showed up. The room was elbow to elbow and many people were turned away. '),(520,17,'2006-04-22 12:54:46','Drop off','Sébastien Rosseler (Quick Step) just had to get service and has dropped out of the lead group of six.'),(521,17,'2006-04-22 12:55:43','Rosseler back','The Quick Step rider has rejoined the group.'),(522,17,'2006-04-22 12:58:40','Mountain Top Theatre','Well, despite this not really being the time, the Mountain Top theatre has sprung to life, telling those in the \"press room\" that Brasstown Bald rises more than 4700 feet above sea level and is more than a half mile above the valley floor below. The bummer is that we are only getting audio and not video... '),(523,17,'2006-04-22 12:59:01','Gap is now','3:53.'),(524,17,'2006-04-22 13:02:08','More on Brasstown','Here\'s some info from the Brasstown Bald website: \"Beautiful Brasstown Bald, rising 4,784 feet above sea level, is Georgia\'s highest mountain. On clear days, the spectacular 360-degree view from atop the mountain allows you to see four states, Georgia, Tennessee, North Carolina, and South Carolina. The surrounding area is home to a wide variety of plants and animals.\" Unfortunately there is no 360-degree view today, just a lot of clouds and rain just like last year.'),(525,17,'2006-04-22 13:03:30','Talk from the start line','VeloNews senior writer Neal Rogers just sent in this report gleaned from some pre-race interviews this morning: Other climbers to watch today include Cesar Grajales (Navigators Insurance) and 2005 Mt. Washington Hill Climb runner-up Anthony Colby of Target Training, who is riding Brasstown for the first time today. We spoke with Grajales at the start, and he said he\'s been training on this stage weekly, adding that it, \"never gets any easier.\" Grajales added that he\'s probably in better shape than he was two years ago, but he prefers the warm, sunny conditions he had in 2004 over today\'s wet weather.'),(526,17,'2006-04-22 13:04:26','Vaughters happy','TIAA-CREF team director Jonathan Vaughters is happy with the breakaway. \"We set out to do what we wanted to do,\" he said from his team car. \"The plan was to get two guys in the break, and we\'ve got Will to drive it and Lucas to just kind of sit in. It\'s perfect, except for having McCartney in the break.\"'),(527,17,'2006-04-22 13:09:17','Gap','is now up to 3:55, as the break of six continues its way towards the days first climb, the category 1 Hogpen Gap.'),(528,17,'2006-04-22 13:16:18','Locale','Main field is 40 miles into the stage. The temperature is 60 degrees and the rain has started up again.'),(529,17,'2006-04-22 13:17:52','Photos','Don\'t forget to check out the photos at the bottom of this page. Just posted is a shot of Jason McCartney leading today\'s first breakaway which currently has 4:45.'),(530,17,'2006-04-22 13:25:57','Gap','is now up to 4:50. That\'s probably right at the Phonak comfort line and will likely mean they\'ll have to start chasing a little harder.'),(531,17,'2006-04-22 13:28:34','TdG/VeloNews Contest','For today’s contest we want to know who is going to finish second – not first, but second -- in the stage. The first person to e-mail the correct answer to contest@insideinc.com will win a copy of “Up the Road†by Samuel Abt. Remember to include you name and address and to put your answer in the subject line. If you don’t put you answer in the subject line your entry will be invalid. We’ll take entries until 2:30 p.m. EST.'),(532,17,'2006-04-22 13:29:58','Gap','is now 4:47'),(533,17,'2006-04-22 13:33:21','Locale','At 46.5 miles in the field is heading down a descent, then making a left onto highway 348. The feed zone is just ahead. The gap is currently 4:30 with 1k to go to the feed zone.'),(534,17,'2006-04-22 13:37:33','Up we go','The break is now on the climb up Hog Pen for the day\'s first climb. Let\'s see how the KOM battle shapes up.'),(535,17,'2006-04-22 13:39:14','Gap is now','4:15'),(536,17,'2006-04-22 13:40:27','The pace...','...at the front of the field is being set by four riders from team Phonak. There is a split now in the lead group. McCartney and Euser have opened a gap. Time for the KOM battle.'),(537,17,'2006-04-22 13:43:42','McCartney drops him','J-Mac has dropped Euser'),(538,17,'2006-04-22 13:48:33','Gap','McCartney now has 30 seconds over Euser with the others trailing further back. If he holds on over the top of this climb, McCartney will be just 1 point back of Euser.'),(539,17,'2006-04-22 13:50:14','Gaps','McCartney still has 30 over Euser. It\'s another 3 minutes to the field.\r\n'),(540,17,'2006-04-22 13:53:04','Got em','McCartney has crested Hog Pen, giving him first place points for the first KOM. Let\'s see if Euser can hold his lead by taking second.'),(541,17,'2006-04-22 13:57:05','Euser holds on','The young TIAA-Cref rider held on for second, meaning just one point separates the pair.'),(542,17,'2006-04-22 13:57:00','Gap','McCartney now has 1:48 over the group of four with Euser in between.'),(543,17,'2006-04-22 14:02:36','Update','McCartney now has 1:59 on what is now a group of five, as Euser has fallen back in. Behind them the main group has broken up some, but expect them to come back togther soon as there\'s a good 20 miles before the start of the next climb.'),(544,17,'2006-04-22 14:03:00','Gap','is now 4:37 from McCartney to the main field'),(545,17,'2006-04-22 14:07:02','Gaps','It\'s now 2:00 from McCartney to the group of five and 4:30 to the field. Up top at the finish the race announcers have come to life and Dave Towle is bellowing away up at Brasstown Bald.'),(546,17,'2006-04-22 14:10:41','Gap','is now 4:10 from McCartney to the field. Funny that in the last two days the Discovery rider has probably spent more time riding alone than in the group.'),(547,17,'2006-04-22 14:12:03','LeMond at the finish','Former Tour de France winner Greg LeMond just made an appearance at the finish. Check out the photos at the bottom of the page. '),(548,17,'2006-04-22 14:16:24','Next climb','The race is now headed to the category 2 Unicoi Gap climb. This one isn\'t particularly tough, but it will give McCartney a chance to at least move into a tie in the KOM standings assuming Euser can grab second place again. That will leave the HC climb up Brasstown Bald, plus a category 3 climb on the final day. Points are awarderd 10 places deep on the HC climbs, and five places deep on the cat. 3s. '),(549,17,'2006-04-22 14:21:57','Update','Gap from McCartney to the chase is 2:15, with the field at 4:23. The temperature right now is 70 degrees and the sky is clear. Setting pace at the front of the field are three riders from team Phonak. \r\n'),(550,17,'2006-04-22 14:24:05','Sprint coming up','There\'s a sprint at MM 71.4, but there\'s not really much drama here. Fred Rodriguez owned a 15-point lead coming into today, so barring any major trouble he\'ll win the competition easily.'),(551,17,'2006-04-22 14:29:21','Into Helen','McCartney has just entered the town of Helen at MM 70.5. According to the city\'s website: \"Helen, nestled in the Blue Ridge Mountains on the Chattahoochee River, is a re-creation of an alpine village, complete with cobblestone alleys and old-world towers. This Northeast Georgia village has a rich history dating back to the Cherokee Indians and their burial mounds, early settlers who mined for gold and cut virgin timber.\"'),(552,17,'2006-04-22 14:29:46','Into Helen','McCartney has just entered the town of Helen at MM 70.5. According to the city\'s website: \"Helen, nestled in the Blue Ridge Mountains on the Chattahoochee River, is a re-creation of an alpine village, complete with cobblestone alleys and old-world towers. This Northeast Georgia village has a rich history dating back to the Cherokee Indians and their burial mounds, early settlers who mined for gold and cut virgin timber.\"'),(553,17,'2006-04-22 14:30:15','Gap coming down','it\'s just 3:40 to the field now.'),(554,17,'2006-04-22 14:31:09','And lower','It\'s now just 3:00 from McCartney to the field.'),(555,17,'2006-04-22 14:37:22','Coming down','The gap is now just 2:25. Phonak is bringing it back together.'),(556,17,'2006-04-22 14:38:29','Distance','With 73.5 miles covered the gap is 2:25 with the chase group at 2:00.'),(557,17,'2006-04-22 14:39:59','Gap coming down','it\'s now just 2:17 from McCartney to the front of the field.'),(558,17,'2006-04-22 14:41:02','Catch','The group of five has been caught, so now it\'s just Mccartney off the front.'),(565,17,'2006-04-22 14:54:08','Attack','A Prodir has just attacked the main field. Hold for the ID.'),(560,17,'2006-04-22 14:42:12','Weather update','The sun is starting to come out up at the top of Brasstown. Should be a nice day for a climb...'),(561,17,'2006-04-22 14:45:19','Defense','TIAA-CREF is now at the front of the field trying to protect Euser\'s KOM jersey. They want to make sure that he can grab the second-place points on this climb.'),(562,17,'2006-04-22 14:45:48','Gap','is down to 1:40'),(563,17,'2006-04-22 14:46:27','Distance','the main field has now covered 74 of the 94 miles.'),(564,17,'2006-04-22 14:52:48','Tempo setters','Phonak is leading the pace up the Unicoi climb.'),(566,17,'2006-04-22 14:55:46','Chase','Phonak is chasing. The Prodir rider is Alberto Fernandez. He\'s a U25 but is 4:50 down in the Best Young Rider competition.'),(567,17,'2006-04-22 14:56:50','Distance','79.6 miles have been covered.'),(568,17,'2006-04-22 14:59:30','Catch','The Prodir rider has been caught, meaning Euser can still get those second-place points.'),(569,17,'2006-04-22 15:00:41','New attack','Now a rider from Davitamon-Lotto rider has attacked. McCartney has 35 seconds. The attacker from Lotto is Pieter Mertens.'),(570,17,'2006-04-22 15:03:33','KOM','1. McCartney; 2. Mertens (Davitamon-Lotto); 3. Guitierrez (Phonak) -- That means McCartney now has the lead in the KOM competition.'),(571,17,'2006-04-22 15:05:00','Catch','McCartney and Mertens have been caught and the race is all together at mile marker 84. Just 10.5 brutal miles to go...'),(572,17,'2006-04-22 15:06:55','KOM','Euser missed the top 5 in the KOM meaning McCartney now has a 7-point lead.'),(573,17,'2006-04-22 15:08:00','Phonak driving it','Floyd Landis and his Phonak teammates are now driving the pace. They\'ll want to keep this thing together as long as possible. So far so god.'),(574,17,'2006-04-22 15:16:17','Weather update','Up top at Brasstown the sky has cleared and the view is breathtaking. There are good crowds at the finish and all along the climb.'),(575,17,'2006-04-22 15:16:32','Closer','There are now just 10k to go.'),(576,17,'2006-04-22 15:18:33','Watch out','Just got word over the radio that there is an irate motorist just of the course and he may try to come out on the course. Some people just don’t care for bike racing.'),(577,17,'2006-04-22 15:19:14','Distance','Field has now covered 89 miles and is climbing at 7 miles an hour'),(578,17,'2006-04-22 15:21:04','Attack','There was an attack from a Prodir rider, but Discovery has chased him down. Now there just 10 riders in the front group.'),(579,17,'2006-04-22 15:22:22','Selection time','The field has broken up. Still up front include Danielson, Landis and others. Zabriskie is there too.'),(580,17,'2006-04-22 15:26:25','Boom','This thing has just blown up and there are just 12 riders at the front now. Among those making the final selection: Danielson, Popovych, Brajkovik and Mccartney for Discovery. For Phonak it\'s Landis, Guitierrez, Tschopp. '),(581,17,'2006-04-22 15:28:04','Also there in the main group are','Alberto Fernandez (Prodir-Saunier); Marco Pinotti (Prodir-Saunier Duval); Remmert Wielinga (Quick Step); Cesar Grajales (Navs); Justin England (Toyota-United).\r\n'),(582,17,'2006-04-22 15:28:39','Dropped','Landis and Danielson have just each lost a teammate.'),(583,17,'2006-04-22 15:29:21','Pace setter','McCartney is setting the pace for Discovery. He\'s got two teammates right behind him and then it\'s Landis. The lead field is down to nine.'),(584,17,'2006-04-22 15:30:06','Distance','It\'s 4km to go with Discovery still leading the way: Danielson, Popovych and Mccartney.'),(585,17,'2006-04-22 15:31:27','McCartney dropped','Now it\'s just Danielson and Popo up there for Discovery. Landis is still hanging tough. Popo is setting the pace. It\'s just those three up front, with Grajales in fourth 25 meters back.'),(586,17,'2006-04-22 15:32:14','Update','It\'s down to three: Popovych is setting the pace, with Danielson and Landis right behind. '),(587,17,'2006-04-22 15:32:52','Distance','92.4 miles covered. Two miles to go.'),(588,17,'2006-04-22 15:33:43','Inside 3km','Popo is out of the saddle setting the pace. Danielson and Landis are out of the saddle now too. Danileson attacks!'),(589,17,'2006-04-22 15:34:55','Popo gets back on','It\'s three again, and Popo is back at the front with Danielson sitting right behind. Just under 2 miles to go.'),(590,17,'2006-04-22 15:35:51','Landis hanging tough','Popo has dropped off again. Landis is setting the pace both riders are out of the saddle. Now they are side by side. '),(591,17,'2006-04-22 15:36:21','Attack','Now Danielson goes again. Both riders are out of the saddle. Can Floyd hold on?'),(592,17,'2006-04-22 15:36:45','At 93.1 miles','It\'s Danielson vs Landis going up the steepest part of the climb.'),(593,17,'2006-04-22 15:37:09','Still together','They are side by side at 93.1.'),(594,17,'2006-04-22 15:37:32','Talk','Now they are talking to each other. What\'s that about?'),(595,17,'2006-04-22 15:38:11','Landis hanging tough','Danielson attacks again and Landis stays right with him. This is a different Floyd Landis than in 2005.'),(596,17,'2006-04-22 15:39:07','Side by side','93.4 miles covered and just 1.1 to go. Landis and Danielson are side by side. Now Popo has caught back on and attacked.'),(597,17,'2006-04-22 15:39:43','Popo goes','But Landis brings him back and Popo has dropped off again.'),(598,17,'2006-04-22 15:40:22','Waiting','Popo has gotten back on and opened a 30 meter gap. He\'s 1:37 down on GC.'),(599,17,'2006-04-22 15:41:03','Cesar back on','Grajales has caught back on. Popo has 50 meters on Landis.'),(600,17,'2006-04-22 15:42:02','Popo continues to lead','Landis and Grajales are side by side, with Popo 50 meters up the hill and Danileson sitting on Landis\' wheel at 1km to go.'),(601,17,'2006-04-22 15:42:56','1km to go','Grajales takes the lead from Landis. Popo still has 50 meters. Now all are out of the saddle. Looks like Popo will take the stage, but it likely won\'t be enough to take the GC.'),(603,17,'2006-04-22 15:44:23','L v D','Landis and Danielson are still side by side. Looks like Floyd is going to hold on. Two riders have caught up with Grajales who trails just off the pace in fourth.'),(607,17,'2006-04-22 15:49:00','Landis does it','With no time bonuses on offer, Landis has held onto the overall lead. Pretty impressive stuff considering the onslught he just endured. Tomorrow\'s stage is fairly flat, so it\'s a safe bet that Landis will add the Tour de Georgia crown to wins at the Tour of California and Paris-Nice. Watch out for this guy at the Tour. He\'s the real deal.'),(605,17,'2006-04-22 15:45:26','Or not','Now it\'s three together'),(606,17,'2006-04-22 15:46:05','Inside 70 meters','It\'s Danielson winning the stage, but Floyd is right there. What a battle.'),(608,17,'2006-04-22 15:55:12','Top 5','1. Landis; 2. Danielson; 3. Popovych; 4. Grajales; 5. Brajkovik.'),(609,17,'2006-04-22 16:01:23','Signing off','Okay, that\'s all folks. Check back soon for race reports, photos, results and video from today\'s action. Thanks for tuning in and be sure to come on back tomorrow for the final stage of the 2006 Ford Tour de Georgia.'),(610,18,'2006-04-23 12:07:08','Hello there','Greetings and welcome to live coverage of stage 6 of the 2006 Ford Tour de Georgia. On tap today we have a 118.2-mile run from Cumming to Alpharetta. With just one rated climb — the category 3 ascent of Burnt Mountain — expect this to be a day for the sprinters. A year ago Canadian speedster Gord Fraser broke through for the win. In total this year’s six-stage event covers 601.4 miles.\r\n'),(611,18,'2006-04-23 12:25:00','TdG/VeloNews Contest','For today\\\'s contest we are looking for the first person to correctly pick the stage winner and the runner up. The first person to e-mail the correct answers to contest@insideinc.com will win a copy of Graham Watson\\\'s \\\"Landscapes of Cycling.\\\" Remember to include your name and address. Also please remember to include your answers in the subject line of your e-mail. Entries without predictions in the subject line will not be counted. Good luck.\r\n'),(612,18,'2006-04-23 12:26:31','Congrats','Big ups to Andy from Katy, Texas. He was the winner of the stage 5 trivia contest, correctly picking Floyd Landis as the day’s stage runner up. Of course there were lots of you who also choose Landis, but Andy was a little quicker with the send button. You gotta be fast.\r\n'),(613,18,'2006-04-23 12:32:56','We are underway','It\'s a beautuful day in Georgia as the final stage gets rolling. The temperature is in the mid 70s with sunny skies overhead.'),(614,18,'2006-04-23 12:34:17','Jersey update','Phonak’s Floyd Landis will continue to wear the yellow jersey after winning the stage 3 time trial and taking a 4 second lead over Discovery’s Tom Danielson. Danielson’s Discovery Channel teammate Yaroslav Popovych is third at 1:55. In the Best Young Rider competition, Discovery’s Janez Brajkovic owns a 4:43 lead over Phonak’s Johann Schopp, with Alberto Fernandez (Prodir-Saunier Duval) at 6:29. American Fred Rodriguez (Davitamon-Lotto) is first in the points competition, with a 5-point lead over Popovych, while Jason McCartney (Discovery Channel) is leading the KOM standings and is the holder of the race’s Most Aggressive Rider jersey. Popovych will wear that jersey.\r\n'),(615,18,'2006-04-23 12:34:40','Transfer time','Prior to the race start, the Tour de Georgia entourage had to make a 75-mile transfer from their hotels in the Blairsville area to the race start at the Forsyth County Fairgrounds in Cumming. \r\n'),(616,18,'2006-04-23 12:35:33','Sprints','In addition to the lone category 3 ascent, today’s stage also includes a pair of intermediate sprints. The first is at mile marker 78.5 in Cumming, while the second comes at MM 93.6 in Alpharetta. You’ll notice that the sprints occur at the start and finish sights of today’s stage. The reason is that the race actually does a big loop north of Cumming, then comes back through the town before heading south to Alpharetta. Once in Alpharetta racers will do six, 3.65-mile circuits before crossing the finish line. \r\n'),(617,18,'2006-04-23 12:36:48','Check, check, check','With the race heading through a neutral start, the radio tour is going through the radio checks with all the team cars and race officials. Looks like everyone is here.'),(618,18,'2006-04-23 12:37:40','Action','Right away there is an attack off the front. Hold for the IDs.'),(619,18,'2006-04-23 12:39:05','Money, money','We\'ve put this up the last few days, but for those who may have missed it, here’s a breakdown on the race’s prize list, which has a total purse of $111,000. The biggest check goes to the overall winner, who will bring home $11,422.80 before taxes. Second place on GC is worth $5688.60, while third nets $2850. Each stage winner wins $3807.60. The overall team classification nets $5000, while each of the three other jerseys – points, KOM and young rider – is worth $2000 for first. Of course this all is pre-tax. According to the race’s technical manual, the UCI takes 7 percent from every prizewinner, while Uncle Sam gets a whopping 30 percent.\r\n'),(620,18,'2006-04-23 12:39:30','Break','Six riders have a gap of about 50 meters. Still waiting on the numbers.'),(621,18,'2006-04-23 12:41:13','Solo flyer','One rider has broken away from the break. It\'s Wesley Hartman of Target Training. '),(622,18,'2006-04-23 12:47:00','Quotable','VeloNews caught up with America’s first Tour de France winner, Greg LeMond, at the stage finish yesterday atop Brasstown Bald. LeMond is here in Georgia to promote a new bike and to lend his support to the race. He also got a chance to watch a very exciting race, with Floyd Landis and Tom Danielson battling wheel-to-wheel all the way to the finish.

    “I’m glad Floyd won it,†said LeMond after the race. “I like Floyd. I met him a few times when he was riding with Mercury about five years ago. He’s quite a funny character. He’s had a phenomenal start to his year with Tour of California and Paris-Nice and now this. I know he lost this race last year, but I think he’s at a different level this year. He proved his worth today. It was cool, it was almost cat and mouse. It was funny to watch the two interact, because Tom thought he was dropping Floyd, and Floyd would come right up on his side. It was good exciting racing. Instead of one guy just attacking and dominating, they were very equal. That’s what made it such a great race. Obviously they were very close in the time trial and finished side by side in the climb, so they both could have merited the victory.â€\r\n'),(623,18,'2006-04-23 12:53:00','Never bashful','When it comes to confidence, there are few who match the chutzpah of American Fred Rodriguez. Earlier in the race week he called himself the best “climbing sprinter here.†Yesterday he explained how he managed to get up the hors categorie Brasstown Bald climb.â€I’m pretty crafty when it comes to trying to climb up these mountains. I tried to save as much energy as I could.â€\r\n'),(624,18,'2006-04-23 12:53:48','Nine off the front','There is now a break of 9-10 riders off the front that includes race leader Floyd Landis.'),(625,18,'2006-04-23 12:54:18','Growing','There are now 15 guys up the road with about 20 seconds.'),(626,18,'2006-04-23 12:54:36','All together','Reset...'),(627,18,'2006-04-23 12:59:28','New break','There’s now a group of 12 riders off the front with a small advantage. Expect things to go like this for a while until a break that everyone can lives with forms up.\r\n'),(628,18,'2006-04-23 13:01:28','Close to the vest','With the overall race lead well in hand here in Georgia, it’s time for Landis to start looking forward to the year’s biggest goal, the Tour de France. But while Landis has clearly thrust himself into a conversation about overall Tour contenders, he’s not one to talk about it.
    â€I don’t make any predictions,†he said after yesterday’s stage. “I have my own goals and I’ll keep it at that. They are my goals.â€\r\n'),(629,18,'2006-04-23 13:02:02','Break','There\'s now a group of 15 that has 15 seconds. We\'lll get the numbers as soon as we can. '),(630,18,'2006-04-23 13:06:01','Reminder','For those sending in contest entries, remember to include your answer in the subject line. It should look something like this: 1. Tom; 2. Jerry\r\n'),(631,18,'2006-04-23 13:06:30','Break','There is now a 1-minute gap to the main field. Hold for the IDs. '),(632,18,'2006-04-23 13:11:35','The break','Here\'s the riders in the new break who now have one minute on the field: Allan Johansen (CSC); Peter Mazur (Prodir-Saunier Duval); Leonnardo Scarselli (Quick Step); Michael Sayers (Health Net); Jeff Louder (Healtrh Net); Tim Johnson (Health Net); Phil Zajicek (Navigators); Sean Sullivan (Toyota-United); Frank Pipp (Target Training); Caleb Manion (Jelly Bely); Nick Reistad (Jelly Belly); Danny Pate (TIAA-CREF); Will Frischkorn (TIAA-CREF); Craig Lewis (TIAA-CREFF); Scott Zwizanski (Kodak-Sierra Nevada) '),(633,18,'2006-04-23 13:12:32','Gap','is now 2:20. Looks like they are going to let this one go.'),(634,18,'2006-04-23 13:14:00','GC','Looks like Jelly Belly\'s Caleb Manion is the top placed GC rider in this move. The Aussie is 25th at 9:08. Nothing to be afraid of there.'),(635,18,'2006-04-23 13:18:58','Who cares','Looks like Davitamon is probably the only team back in the field who doesn\'t like this move. That\'s because Manion is third in the points chase, 17 points back. If he could somehow scoop up both intermediate sprints and win the stage he would pass current leader Fred Rodriguez. '),(636,18,'2006-04-23 13:22:23','Gap','is now 3:45'),(637,18,'2006-04-23 13:24:14','Gap','is up to 4 minutes'),(638,18,'2006-04-23 13:27:02','Gap','is holding at 4 minutes with 20.8 miles covered in this 118.2-mile jaunt to Alpharetta.'),(639,18,'2006-04-23 13:28:07','Back in the field','The peloton could care less about the break at this point, and look like they are simply out on a Sunday ride, which of course they are...'),(640,18,'2006-04-23 13:32:49','The gap','is now up to 4:40 at 22.6 miles. Just realized we erred a minute ago. Manion is actually 25th at 9:08 in the GC. Even more reason not to care.'),(641,18,'2006-04-23 13:42:24','Gap','is now up to 5 minutes with 26.5 miles covered.'),(642,18,'2006-04-23 13:46:00','More LeMond','After watching the finish at Brasstown Bald, Greg LeMond headed into Alpharetta where he was the guest of honor at a media get-together this morning. The three-time Tour de France champion was his usual affable self, chatting about everything from his racing career, to the thrill of watching his son Geoffrey get excited about bike riding. Geoffrey actually rode up Brasstown ahead of the race yesterday. LeMond also talked about his take on doping in cycling.

    â€I’d like to see better testing. I also think that retroactive testing is the way of the future. That way people could always be held accountable and there would always be a day of reckoning.â€\r\n'),(643,18,'2006-04-23 13:47:31','Climb time','The break is at the base of the day\'s lone climb, a category 3 run to the top of Burnt Mountain.'),(644,18,'2006-04-23 13:50:51','Gap','is now at 5:20'),(645,18,'2006-04-23 13:54:10','A little background','Today’s start city of Cumming is known as the “Gateway to Leisure Living†according to its website. Cumming is also the county seat of Forsyth County and was established in 1834. The city was named after either Colonel William Cumming of Augusta, a prominent lawyer, or by local Cherokees for Sir Alexander Cumming of England, who settled in America in 1729 and became a Cherokee leader.\r\n'),(646,18,'2006-04-23 13:59:37','The break','With 3km to go in the climb the break remains intact. This isn\'t a real tough climb so don\'t expect too much carnage. Right now Health Net is at the front, getting some help from Toyota-United and Prodir.'),(647,18,'2006-04-23 14:00:45','Attack','Four riders have just attacked off the front of the break. Waiting on IDs.'),(648,18,'2006-04-23 14:01:49','New attack','The four off the front of the break are Louder, Zajicek, Manion and Frischkorn'),(649,18,'2006-04-23 14:05:08','Dropped','TIAA-CREF\'s Craig Lewis has lost touch with the break. The gap to the field is now 4:45.'),(650,18,'2006-04-23 14:07:21','Analysis','VeloNews senior writer Neal Rogers just checked in and had this to say about the make-up of the break and what the team’s motivations may be.

    \r\n--Johansen is in the break for CSC, but the team\'s sprinter, Lars Michaelsen, dropped out on the stage into Dahlonega, so we\'re not sure what CSC is hoping to do here. Health Net-Maxxis riders Jeff Louder, Tim Johnson and Mike Sayers are in the break so that their fast-finishing teammates Karl Menzies, Kirk O\'Bee and Gord Fraser can get a free ride into the finish. After winning both this stage and the sprinter\'s jersey for two years in a row, Health Net would dearly love to leave Georgia with a big stage win. Toyota-United is represented by Sean Sullivan, looking to give J.J. Haedo a fresh leadout train, while the presence of Caleb Manion and Nick Reistad is a bonus for Jelly Belly sprinter Alex Candelario. Zajicek is likely in the group to represent Navigators Insurance, which hopes to bring Vassili Davidenko to the line first.\r\n

    \r\nWith three of its strongest teammates in the break and no real sprinter to speak of, TIAA-CREF must be hoping it sticks. Pate was on a breakaway on this same stage last year with Prodir-Saunier Duval\'s Andrea Tafi, Sven Krauss (Gerolsteiner) and Dominique Perras (Kodak Gallery-Sierra Nevada). Curiously, Target Training\'s sprinter, Frank Pipp, is in the breakaway, but in the field is its other top speedster Alejandro Acton.\r\n'),(651,18,'2006-04-23 14:10:41','Forced to work','With no one in the break Davitamon-Lotto continues to be present at the front of main field'),(652,18,'2006-04-23 14:11:58','KOM','Here\'s results from KOM at the top of Burnt Mountain: 1. Scarselli; 2. Johansen; 3. Manion; 4. Louder; 5. Zajicek.'),(653,18,'2006-04-23 14:13:27','Service call','Louder is getting service'),(654,18,'2006-04-23 14:14:49','The field','is now 2km from the KOM. From there it\'s 82 miles to the finish. The gap is now at 5:20.'),(655,18,'2006-04-23 14:16:01','The front break','has four riders: Johansen; Zajicek; Manion; Frischkorn'),(656,18,'2006-04-23 14:18:47','Coming back together','The group of four is now just 100 meters ahead of the chase of 11 as the careen down the backside of Burnt Mountain'),(657,18,'2006-04-23 14:22:36','Distance','The main field has now covered 40 miles of 118.2.'),(658,18,'2006-04-23 14:23:12','The gap','has grown to 6:00.'),(659,18,'2006-04-23 14:24:20','All together up front','The break has regrouped into a single group of 15.'),(660,18,'2006-04-23 14:29:02','Nice day','It\'s 80 degrees out on the road.'),(661,18,'2006-04-23 14:29:46','Gap','is now at 6:10.'),(662,18,'2006-04-23 14:32:51','Update','From the base of Burnt Mountain the race now makes its way back south to Cumming, passing through Pickens and Cherokee counties. Here the roads are rolling, which is advantageous for the break as they can work up the climbs and then recover on the downhills.'),(663,18,'2006-04-23 14:33:31','Gap','is now at 6:00.'),(664,18,'2006-04-23 14:39:41','Domestic pressure','Today marks the last chance for the domestic teams in this race to breakthrough for a stage win. So far this year the five stage wins have gone to ProTour riders. If that trend continues today it will mark the first time in the race’s four-year history that domestic teams have been shut out. The situation was the same going into the final stage last year, but Health Net’s Gord Fraser bailed out the little guys, winning the bunch sprint at Alpharetta.\r\n'),(665,18,'2006-04-23 14:47:33','Final KOM','Here are the unofficial final KOM standings: 1. Jason McCartney 35 points; 2. Lucas Euser 28; 3. Tom Danielson 12'),(666,18,'2006-04-23 14:49:03','Thanks','Race radio just gave a big thanks to the Pickens County fire department who just removed a tree that had fallen accross the race route.'),(667,18,'2006-04-23 14:52:50','Shake-up','There\'s been a number of attacks off the front of the break and three riders have fallen off the pace. This must have something to do with the extra $2500 on the line at the first intermediate sprint at Cumming. IDs to come.'),(668,18,'2006-04-23 14:56:00','Vows','Got word this morning that besides the usual post-race party, there will also be a wedding following the final stage of the 2006 Ford Tour de Georgia. Tying the knot will be former U.S. track racing star Nelson Vails and fellow bike racer Carol Stewart. Vails, nicknamed the ‘cheetah’, won a silver medal at the 1984 Olympics. \r\n'),(669,18,'2006-04-23 15:04:27','Gap','to the main field is now five minutes.'),(670,18,'2006-04-23 15:05:06','Back together','Looks like the break of 15 is all back together.'),(671,18,'2006-04-23 15:17:00','The gap','is now at 4:50 as the 15 leaders head back into Cumming, the same town that the race started in. $2500 on the line there. That\'s definitely worth suffering for.'),(672,18,'2006-04-23 15:20:00','It’s the Tour de Georgia, not the Tour de France','Gleaned from yesterday’s edition of the Atlanta Journal Constitution, team TIAA-CREF\'s Craig Lewis offers five giveaways that he\'s in the Tour de Georgia and not the Tour de France:\r\n1. The vehicles you ride by are pickup trucks, not sedans.\r\n
    \r\n2. The hotel rooms are larger.\r\n
    \r\n3. A \"peach\" describes both a person and a fruit.\r\n
    \r\n4. The Southern cooking is better.\r\n
    \r\n5. You get pecan pie for dessert!\r\n'),(676,18,'2006-04-23 15:24:00','Cock-a-doodle-do','The main field just rolled past a rooster farm, another sure sign that this is not the Tour de France.'),(674,18,'2006-04-23 15:20:57','Break time?','The main field just pulled off for a \"natural\" break, but the riders in the break kept rolling so we should see the time gap go up a bit.'),(675,18,'2006-04-23 15:22:11','The gap','is now back up to 5:10'),(677,18,'2006-04-23 15:27:57','Prediction','We just had a quick word with TIAA-CREF team director Jonathan Vaughters who said he thinks that at least two or three guys from the break will manage to stay away. He’s just hoping that one of them is his. Right now you figure the onus to prevent that from happening still rests primarily on Davitamon-Lotto who has no one in the break.'),(678,18,'2006-04-23 15:29:10','The gap','now stands at 4:35'),(679,18,'2006-04-23 15:34:03','Coming down','The gap is now 4:10.'),(680,18,'2006-04-23 15:36:00','Weather update','While the skies have remained clear today there has been some pretty strong wind from time to time. Right now it\'s fairly gusty at the finish line with the expected finish time currently about 1.5 hours away.'),(681,18,'2006-04-23 15:39:13','Coming down more','The time split is now at 3:35. Looks like the sprinters want to have their day.'),(682,18,'2006-04-23 15:41:49','Lewis dropped','The pace of the break has ramped up and TIAA-CREF rider Craig Lewis has been dropped again. '),(683,18,'2006-04-23 15:42:08','The gap','is now 3:20'),(684,18,'2006-04-23 15:43:02','Attacks','There\'s lots of the action at the front of the break right now.'),(685,18,'2006-04-23 15:46:37','VeloNews video','Just got word that the stage 5 Brasstown Bald highlight video has just been loaded on VeloNews TV. Check it out along with the press conference that followed. Also just in, VeloNews TV caught up with announcer Dave Towle prior to today\'s start. VeloNews TV\r\n'),(686,18,'2006-04-23 15:47:57','A little richer','Prodir-Saunier Duval Peter Mazur grabbed the cash in Cumming.'),(687,18,'2006-04-23 15:50:13','Break up','There\'s been a split in the break. Still at the front are: Mazur, Scarselli, Sayers, Louder, Sullivan, Manion, Pate. Chasing alone is Johansen.'),(688,18,'2006-04-23 15:53:21','Update','The gap between the seven off the front is now 30 seconds. The lead break is now up to eight as Johnasen has caught back on. The gap to the field is 3:45.'),(689,18,'2006-04-23 15:58:00','The gap','is holding at 3:30. Maybe this thing will stay away.'),(690,18,'2006-04-23 16:00:50','Next up','The race will cross the sprint line on Milton Ave. in Alpharetta. The gap is now at 3:30.'),(691,18,'2006-04-23 16:04:14','Speeds','Right now the average speed for the day is 24.7mph with a max of 56 on the descent of Burnt Mountain. The gap is still 3:30 with eight riders off the front. There are six riders at 38 seconds chasing in the middle. '),(692,18,'2006-04-23 16:08:05','Leaders','Give Health Net a slight edge in the break as they are the only team with two riders, Mike Sayers and Jeff Louder. Neither are considered sprinters but having two guys can\'t hurt. Manion is probably the best sprinter of the bunch.'),(693,18,'2006-04-23 16:10:01','The gap','is now 3:10'),(694,18,'2006-04-23 16:11:46','Update','With 88.1 of 118.2 miles covered the gap is now 2:55. Looks like this thing is going to come back together.'),(695,18,'2006-04-23 16:14:15','Regrouped','The chase has caught the break meaning there are now 14 riders at the front.'),(696,18,'2006-04-23 16:15:20','Get out','The team cars are about to be removed from the back of the break. The gap is now 2:20.'),(697,18,'2006-04-23 16:17:10','Come on back','At the front of the field Divatamon-Lotto is setting the pace hoping to give their man Fast Freddy Rodriguez a chance at another stage win. The gap is now at 2:00. '),(698,18,'2006-04-23 16:19:13','Attack','Up in the break CSC rider Allan Johansen is on the attack. Kodak\'s Scott Zwizanski has just been dropped from the lead group. The gap is at 2:20.'),(699,18,'2006-04-23 16:22:13','Final sprint','At the final intermediate sprint, Sayers is first, followed by Johansen and then Pate'),(700,18,'2006-04-23 16:23:50','Parring down','The lead group is now down to 12 riders as the race heads onto the finishing circuit for six laps at 3.65 miles a piece.'),(701,18,'2006-04-23 16:24:26','Break up','A rider from Health Net and one from TIAA-CREF are attacking the break.'),(702,18,'2006-04-23 16:25:14','Break up','It\'s Louder and Frischkorn attacking the break. Time gap to the main field is 2:20.'),(703,18,'2006-04-23 16:27:48','On the circuit','The field is into the circuit now with six laps to go.'),(704,18,'2006-04-23 16:29:46','Zwizanski caught','Kodak rider Scott Zwizanski has been caught by the main field. There are still two away off the front.'),(705,18,'2006-04-23 16:30:20','Distance','97 miles covered, 21.2 to go'),(706,18,'2006-04-23 16:31:26','Off the front','Louder and Frischkorn have 2:20 on the field. The chase has just sat up and will soon be caught by the field.'),(707,18,'2006-04-23 16:35:39','Leading the charge','At the front of the field it\'s Toyota-United and Davitamon-Lotto. The current gap to Louder and Frischkorn is 2:15.'),(708,18,'2006-04-23 16:39:38','The gap','is now at 2:05. Louder and Frischkorn aren\'t giving up easy. Back in the field it\'s still Davitamon-Lotto and Toyota-United setting the pace with a little help from Phonak.'),(709,18,'2006-04-23 16:41:07','The gap is now...','...1:50'),(710,18,'2006-04-23 16:44:51','Louder v Frischkorn','We just spoke with Kodak Gallery-Sierra Nevada rider Dan Schmatz who dropped out of the race a few days ago. He knows Louder and Frischkorn well and said Frischkorn would definitely be the favorite in a sprint. On a separate note, Schmatz was looking pretty banged up. Turns out he got hit by a car while on a training ride yesterday and suffered a broken collarbone.'),(711,18,'2006-04-23 16:45:48','Four laps to go','and the gap is down to 1:40.'),(712,18,'2006-04-23 16:48:42','Informal poll','The race announcers at the finish line just polled the crowd to see if they wanted to see the break away survive or not and the concensus was no they want to see a field sprint.'),(713,18,'2006-04-23 16:49:16','Scary moment','Race leader Floyd Landis just had to get a wheel change. Yikes.'),(714,18,'2006-04-23 16:50:00','Landis back on','With the aid of his whole team Landis is back in the field. That might mean the end of Robbie Hunter\'s chances in a sprint.'),(715,18,'2006-04-23 16:50:56','The gap','is now 1:15. The whole Phonak team is back in the field.'),(716,18,'2006-04-23 16:52:00','Sprint jersey','Remember that Fred Rodriguez has just a five-point lead over Popovych in the points competition. Maybe Discovery will try something. Three laps to go.'),(717,18,'2006-04-23 16:53:27','The gap','is now 1:00.'),(718,18,'2006-04-23 16:54:18','It\'s now','55 seconds.'),(719,18,'2006-04-23 16:57:48','Coming down more','The gap is now just 45 seconds. Hate to say it but it looks like all this work by Frischkorn and Louder is going to go for naught. Now it\'s just 40 seconds.'),(720,18,'2006-04-23 16:59:58','Two to go','Louder and Frischkorn just crossed the line and saw the 2-to-go sign. The gap is 30 seconds.'),(721,18,'2006-04-23 17:01:02','Distance','111.5 miles covered. '),(722,18,'2006-04-23 17:02:20','The gap','is down to 20 seconds'),(723,18,'2006-04-23 17:03:41','Now it\'s','15 seconds. '),(724,18,'2006-04-23 17:04:54','Game over','Louder and Frischkorn have just sat up and have been absorbed.'),(725,18,'2006-04-23 17:06:27','Nice gesture','Just before the pair were reeled in, Louder and Frischkorn shook hands. They also just announced that Frischkorn will be awarded the Most Agressive Rider Jersey for today\'s stage.'),(728,18,'2006-04-23 17:10:59','All together','There are 2 miles to go. The field has taken a brief pause and is spread out across the road. Now we have a new attack. It\'s David Zabriskie. He has a gap of 75 meters.'),(727,18,'2006-04-23 17:09:11','Correction','There are three riders off the front: Brian Vandborg (CSC), Marco Pinotti (Prodir) and Danny Pate (TIAA-CREF)'),(729,18,'2006-04-23 17:11:31','Update','Dave Z has been caught. All together.'),(730,18,'2006-04-23 17:12:41','All together','We are in the final lap. Riders from Discovery Channel and Phonak are now on the front. There\'s 1km to go. Here we go!'),(731,18,'2006-04-23 17:13:33','Update','Disco and Health Net are setting the pace now.'),(732,18,'2006-04-23 17:14:44','End Game','300 meters to go and these guys are flying!'),(733,18,'2006-04-23 17:15:46','The winner is','JJ Haedo. Gord Fraser is second.'),(734,18,'2006-04-23 17:18:37','Unofficial top 3','1. Juan Jose Haedo (Arg), Toyota-United; 2. Gord Fraser (Can), Health Net-Maxxis; 3. Aurelien Clerc (Sui), Phonak. Haedo gives the domestic teams their first win of this year\'s Tour de Georgia. Landis is the overalll winner.'),(735,18,'2006-04-23 17:21:00','Signing off','Okay folks. That\'s it for the 2006 Ford Tour de Georgia live coverage. Make sure to check back to VeloNews.com soon for a full race report, results, photos and video. Thanks for tuning in and come on back in two weeks when we\'ll have live coverage from the 2006 Giro d\'Italia.\r\n'),(737,24,'2006-05-06 16:28:00','Today\'s stage...','Good day and welcome to VeloNews.com\'s Live Coverage of the 1st Stage of the 2006 Giro d\'Italia. \r\n\r\nWe hope you tune in with us over the next three weeks and keep track of developments in this, the first of the season\'s grand tours, those three-week events that often seem to overshadow every other contest in cycling.'),(742,24,'2006-05-06 16:30:00','Tough little course','As you know, the first day is usually dedicated to a prologue time trial, but this winding 6.2-kilometer test against the clock qualifies as its own stage. It\'s a largely semantic distinction, anyway, but this isn\'t a traditional short-and-sweet prologue. You can see that from the profile if nothing else. \r\n\r\nThat\'s a nice little 10-percent grade going into the climb, which should mean that the times will be all over the map. Top times, though, should be right around the 8:00 to 8:15 mark.'),(743,0,'0000-00-00 00:00:00','',''),(744,24,'2006-05-06 16:29:00','New viewer','As you can see, folks, we\'re using a new Live Update tool. We first used this thing during the Tour de Georgia and have refined it a bit.\r\n\r\nFor one thing we listened to your complaints -- errr suggestions -- and have changed the placement sequence of our updates. You have to scroll down to the bottom to get the latest. It appears that many of you like to read these things like a novel... and don\'t want us to spoil the ending (the Butler did it!), especially when it\'s a tight contest up a mountain stage.\r\n\r\nAlso, please take advantage of our mapping technology. We\'ve got the route marked and you can zoom in to check out particularly dicey turns. Ain\'t technology remarkable these days?\r\n\r\nOne more thing... speaking of tools, our old Live Update Guy is back in the saddle after a short and interesting separation from VeloNews. We\'re looking forward to a long and productive season of racing. Tune in throughout the summer for Live coverage of the Giro, Tour, Vuelta and world\'s... and pretty much anything else that strikes our fancy.'),(747,24,'2006-05-06 16:39:00','The crew','We have Jason Sumner on site, today and he\'ll be providing us with live reports and photos from the route. We\'re having a couple of small technical issues being resolved right now, but we\'ll have full details and standings in plenty of time to see how the top contenders are doing today.'),(748,24,'2006-05-06 16:48:11','Oh those first day bobbles.','Yeah, we know. We\'ve been having more than a few technical issues today. We\'re up and running again. We apologize for the delays.\r\n'),(749,24,'2006-05-06 17:02:13','With 138 of 198 riders done....','These are our top-three:\r\n1 Francisco Perez Sanchez (Sp), Caisse d\'Epargne-Illes Balears , 8:06
    2 Marzio Bruseghin (I), Lampre-Fondital, at 0:04
    3 Remmert Wielinga (Nl), Quick Step-Innergetic, at 0:11\r\n\r\nBobby Julich has just crossed in 20th place at 29 seconds.\r\n'),(750,24,'2006-05-06 17:03:00','Merckx finishes in 8:34...','...Andrea Noe has come across in 9th place at 8:29\r\n\r\nAnd Jens Voigt is in the starting gate.'),(751,24,'2006-05-06 17:08:37','Conditions are great....','The weather is quite nice today and roads are dry.'),(752,24,'2006-05-06 17:14:34','That 10-percent grade...','...is a tough one. It\'s perfectly placed to disrupt a rider\'s rhythm. Voigt, though, seems to be flying on route. He\'s just topped the climb and is right among the leaders so far.'),(753,24,'2006-05-06 17:15:55','Voigt in third...','... and he seems a little disappointed with that. He came in at 8:15. Perez Sanchez\' time is more impressive as the day goes on.'),(754,24,'2006-05-06 17:18:50','Honchar new leader','Sergei Honchar has finished one second ahead of Francisco Perez Sanchez. \r\nJason McCartney (Discovery) has finished in 8:21, good enough for 7th.'),(755,24,'2006-05-06 17:20:00','Another new leader','Gerolsteiner\'s Schumacher has taken over the lead, throwing down an impressive 8:03. We\'re getting to the point now where we will be seeing changes coming fast and furious.'),(756,24,'2006-05-06 17:25:33','Schumacher','The Gerolsteiner man took the route at an impressive 29mph... and remember that includes that 10-percent grade, which he took at 22mph.'),(757,24,'2006-05-06 17:28:12','Cioni finishes in 8:20','Liquigas\'s Darrio Cioni finishes in 8:20. He\'s here to ride in support of Danilo Di Luca, who had a remarkable season last year... and a killer performance in the Giro'),(758,24,'2006-05-06 17:30:35','Danielson ready to start','Discovery\'s Tom Danielson is on his way'),(759,24,'2006-05-06 17:32:12','Danielson wants to do well today.','Danielson said at Tour de Georgia that he\'s been focused on his TT performance and his 2nd place tt finish behind Landis was a good testimony to his progress'),(760,24,'2006-05-06 17:34:16','The world champion is on route','Michael Rogers, the world TT champion is on his way.'),(761,24,'2006-05-06 17:36:13','Danielson is taking the hill nicely','This may be a good course for Danielson. He\'s flying up the hill.'),(762,24,'2006-05-06 17:38:51','Danielson finishes in 8:11','That\'s good enough for fifth so far. '),(763,24,'2006-05-06 17:40:00','Rogers comes in at 8:07','Not good enough for 1st, but he is in the top five.'),(764,24,'2006-05-06 17:42:27','Di Luca on his way...','Last year\'s ProTour winner is on his way.\r\n\r\nThe Olympic road champion, Paolo Bettini, is in, finishing with an 8:29. That\'ll put him in at around 20th place... for now.'),(765,24,'2006-05-06 17:43:59','Rebellin','Davide Rebellin has just come in and bumped Danielson out of the top six.'),(766,24,'2006-05-06 17:46:03','Di Luca is looking good.','The Liquigas captain may be on his way to a top finish. He\'s flying.'),(767,24,'2006-05-06 17:46:56','McGee!','FDJ\'s Brad McGee - who said this course didn\'t suit his talents - has just turned in an 8:01 and is the new leader.'),(768,24,'2006-05-06 17:49:49','Di Luca comes in at 8:09...','... good enough for 8th place for now, but this may be Ivan Basso\'s course. He\'s coming up soon.'),(769,24,'2006-05-06 17:53:11','Basso is off!','Now this is one performance we\'ve been waiting for. '),(770,24,'2006-05-06 17:54:20','Savoldelli is on the way','The defending Giro d\'Italia champion, Paolo Savoldelli is on his way.'),(772,24,'2006-05-06 17:57:42','Alessandro Pettachi','has finished with an 8:25, 24 seconds off of the pace, which, considering this course, is not too bad.'),(773,24,'2006-05-06 17:59:00','The final three riders are out there...','Basso has finished in 8:13.'),(776,24,'2006-05-06 18:15:00','Paolo\'s Happy...','He\'s just soaked the podium girls with champagne. Tsk. Tsk. Tsk.\r\n\r\nFolks, we\'re well aware of the technical issues we had today. We\'ll have everything up and running, including our usual contests, in time for tomorrow\'s stage. We look forward to a lively Giro d\'Italia.

    Results - Stage 1
    1. Paolo Savoldelli (I), Discovery Channel Pro Cycling, 7:50
    \r\n2. Bradley Mcgee (Aus), Francaise des Jeux, 8:01
    \r\n3. Gutierrez Cataluna José E. (Sp), Phonak, 8:03
    \r\n4. Stefan Schumacher (G), Gerolsteiner, 8:03
    \r\n5. Serhiy Honchar (Ukr), T-Mobile, 8:05
    \r\n6. Francisco Perez Sanchez (Sp), Caisse d\'Epargne-Illes Balears, 8:06
    \r\n7. Gutierrez Palacios José Ivan (Sp), Caisse d\'Epargne-Illes Balears, 8:06
    \r\n8. Michael Rogers (Aus), T-Mobile, 8:07
    \r\n9. Davide Rebellin (I), Gerolsteiner, 8:08
    \r\n10. Danilo Di Luca (I), Liquigas-Bianchi, 8:09
    Full\r\nResults
    \r\n\r\nSigning off for now.'),(775,24,'2006-05-06 18:00:00','Holy .....!','Savoldelli smokes the course in 7:50. No one else finishes with 10 seconds of the defending champion. Wow.'),(777,26,'2006-05-07 14:40:00','Good day...','and welcome to VeloNews.com\'s live coverage of the second stage of the 2006 Giro d\'Italia, taking a relatively flat \"S\" shaped route from Mons to Charleroi.\r\n\r\nThe Discovery team is not putting out a huge effort to protect Paolo Savoldelli\'s hold on the maglia rosa today, which makes a lot of sense at this point in a three-week tour.\r\n\r\nWe won\'t see any of the big guns contesting the probable mass finish, so look for the pure sprinters to enjoy their first contest in this Giro... and there aren\'t a lot of those in this year\'s edition. Milram\'s Alessandro Petacchi will be looking for his 20th Giro stage win in four years, but his perennial rival Robbie McEwen will be even more eager to win in front of his team\'s Belgian sponsors, Davitamon and Lotto. \r\n\r\nOther sprinters expected to be in the mix are Gerolsteiner\'s Robert Förster, T-Mobile\'s Olaf Pollack, Phonak\'s Fabrizio Guidi, Rabobank\'s Graeme Brown, Panaria\'s Luca Mazzanti and Bouygues Telecom\'s Sebastien Chavanel. Several of the best sprinters have been left out of their teams because of other priorities - these include Lampre\'s Danilo Napolitano, Panaria\'s Paride Grillo and AG2R\'s Alexandre Usov. \r\n'),(778,26,'2006-05-07 14:41:00','A fish out of water?','Like a lot of people, Discovery Channel\'s Tom Danielson didn\'t know quite what to think of yesterday\'s stage setting in Seraing. The industrial backdrop would have been perfect for a Mad Max movie, but seemed an odd choice to start a Grand Tour.\r\n\r\n\"I think every race I do over here is strange,\" said Danielson. \"It\'s funny. When the Euros come to America you can see that they are completely out of their element. Here it\'s the same for me.\"\r\n'),(779,26,'2006-05-07 14:43:00','From the road','With 130km left in the 197km stage, the four-rider breakaway of Arnaud Labbe (Bouygues Telecom), Mickael Delage (Française des Jeux) Gabriele Missaglia (Selle Italia) and Albizuri Aronsoro (Euskaltel) have a 6-minute lead over a disinterested peloton.'),(780,26,'2006-05-07 14:55:00','Just get to the end','VeloNews spoke to Phonak\'s Patrick McCarty following the stage 1 prologue on Saturday. The American said he had a simple goal for this grand tour.\r\n\r\n\"The No. 1 goal will be just to finish. The hope of the team is that we can factor in a few stages. With Floyd [Landis] not being here that probably means I\'ll get a few more chances to do something.\"\r\n'),(781,26,'2006-05-07 14:58:47','Coming down','Looks like the peloton is coming to life and slowly starting to reel the four leaders in. Right the gap stands at 5:55.\r\n'),(782,26,'2006-05-07 15:01:00','Strange is good','Aussie Brad McGee, second in stage 1, didn\'t have a problem with yesterday\'s stage start locale. In fact he kind of liked it.\r\n

    \r\n\"I love the Italians and what they do. We don\'t want another Tour de France, so make it Italian. It\'s great.\"\r\n'),(783,26,'2006-05-07 15:09:00','Sprint','Albizuri Aransolo (Euskaltel-Euskadi) has taken the first intermediate sprint of this year\'s Giro.\r\n'),(784,26,'2006-05-07 15:11:20','Happy Birthday','Today is the 33rd birthday of race leader Paolo Savoldelli. To commerate the occasion, the defending race champion was presented with a cake at the start in Mons. '),(785,26,'2006-05-07 15:16:26','On course','With the break of four still away, Discovery is up at the front setting a steady tempo. All the riders have their long sleeves on, as it\'s rainy and chilly out there today.'),(786,26,'2006-05-07 15:22:56','Gap with 87km to go','is now 4:35 to the group of four. Discovery is still setting tempo at the front, but is now getting some help from Davitamon-Lotto. Obviously the Belgium squad will work hard to bring this back and give their sprinter, Robbie McEwen, a chance in a sprint.'),(787,26,'2006-05-07 15:30:37','Milram joins in','The team of sprint star Alessandro Petacchi has joined the ranks at the front. They too are lookingfor a mass gallop in Charleroi.'),(788,26,'2006-05-07 15:32:00','Pomp and circumstance','At the finish line there is a military band marching and playing trumpets. It\'s all part of the ceremony to honor the anniversary of the miners killed at Le Bois de Cazier in 1956.'),(789,26,'2006-05-07 15:39:32','The break','continues to look good despite the wet roads. They actually have an easier time in these conditions because the peloton will be a little more twitchy with the slick streets and lots of riders around them. '),(790,26,'2006-05-07 15:41:14','The gap','is holding at 4:42. '),(791,26,'2006-05-07 15:42:48','Flat and straight','With about 77km remaining the main field is rolling down a dead flat, straight rural road here in Wallonia.'),(792,26,'2006-05-07 15:46:37','Good work','The four riders in the break continue to work well together, each taking 20-30 second pulls. Lotto is now setting tempo at the front of the field.'),(793,26,'2006-05-07 15:50:11','No urgency','There\'s little concern being displayed back in the bunch right now, as they roll through the Belgian countryside. They are all bunched up across the road, and the riders at the back are occasionally having to grab the brakes. There is 70km to go.'),(794,26,'2006-05-07 15:50:34','Gap','is holding at 4:42.'),(795,26,'2006-05-07 15:56:12','A little trivia','If you were wondering about the odds of Savodelli keeping the pink jersey from start to finish, don\'t hold your breath. It\'s only happened four times, the last being Gianni Bugno who did it in 1990.'),(796,26,'2006-05-07 15:57:23','Gap coming down','With the sprinter\'s teams starting to crank up the pace, the gap has dropped to 3:30.'),(797,26,'2006-05-07 16:00:53','Gap','is now at 3:12 with 67km to go.'),(798,26,'2006-05-07 16:03:04','Time','The race is just now three and a half hours old. The estimated total time for the day is just under 5 hours.'),(799,26,'2006-05-07 16:05:46','Relax','With the gap well under four minutes, the peloton has gone back into relax mode. Right now they are spread all the way across the road. New gap time just posted: 2:45.'),(800,26,'2006-05-07 16:10:00','Props for J-Mac','Discovery\'s Jason McCartney is here riding in his second Giro and people are starting to take notice of the Iowa native. McCartney had a stellar ride at the recently completed Tour de Georgia, nearly pulling off a solo stage win and taking the KOM jersey while trying to help Tom Danielson win his second straight Georgia crown. Danielson came up short, but it was no fault of McCartney\'s.\r\n'),(801,26,'2006-05-07 16:10:50','Cool day','Race favorite Ivan Basso just pulled on a black rain jacket. You know he just wants to get this day over with.'),(802,26,'2006-05-07 16:14:22','Easy ride','They are monitoring Vladimir Miholjevic\'s heart rate on the Italian TV broadcast and right now it\'s at just 68 percent of his maximum 186.'),(803,26,'2006-05-07 16:15:17','Attack','With the day\'s lone KOM coming soon, Arnaud Labbe (Bouygues Telecom) has attacked the break. '),(805,26,'2006-05-07 16:16:53','Got them','Labbe took the top KOM points at the 144.4km mark. It wasn\'t much of a climb, just a gentle roller. '),(806,26,'2006-05-07 16:17:48','Back in','Labbe is now back in the break, which has 2:04 on the main field with 52km to go in this 197km stage.'),(807,26,'2006-05-07 16:22:00','Lance report','There\'s been no official sightings yet, but it\'s rumored that seven-time Tour de France champion Lance Armstrong will be joining the Giro caravan tomorrow. Armstrong has been a bit of a good luck charm this year. On the day he showed up at the Tour de Georgia, Discovery team rider Yaroslav Popovych earned a tough stage win in Rome.'),(808,26,'2006-05-07 16:24:32','Gap','is now at 2:10. You\'ve got to figure the sprinter\'s teams don\'t this thing to end too soon. That way they won\'t have to deal with the inevitable counter attacks.'),(809,26,'2006-05-07 16:30:59','Drying up','Things are starting to dry up, but it\'s far from a nice day here in Belgium, cloudy, cool, typical. The gap is now at 2:13.'),(810,26,'2006-05-07 16:34:03','Belgians love cycling','The race is still at least 45 minutes from its conclusion, but already the crowds at the finish are are building. Of course this is an inordiante amount of pink being worn. '),(811,26,'2006-05-07 16:40:21','The gap is coming down','The Milram boys are driving at the front along with Panaria and Quick Step. We\'re looking at a very likely sprint to the line. The gap is down to less than two minutes.'),(812,26,'2006-05-07 16:44:00','33km to go','The leaders are through the town of Florennes and just about 1:35 ahead of the field.'),(813,26,'2006-05-07 16:46:00','With 30km to go','The gap is coming down as the peloton has ramped up its effort. The team cars of the men in the break are being pulled over, a sign that the gap is less than a minute. Gabriele Missaglia (Selle Italia) is making an futile attempt to drive the break a bit harder.'),(814,26,'2006-05-07 16:49:00','Missaglia tries to go on his own','Tired of trying to motivate his companions, Gabriele Missaglia (Selle Italia) has taken off on his own. He\'s bumped the gap up a bit and is now 1:30 ahead of the main field with his former cohorts split apart in the middle.'),(815,26,'2006-05-07 16:54:21','Missaglia joined by Albizuri Aronsoro (Euskaltel)','Aronsoro doesn\'t seem to want to lend a hand, though. The peloton is driving hard and the two leaders are likely to be reeled in.'),(816,26,'2006-05-07 16:57:10','Aronsoro is putting in an effort','The Euskaltel man is joining in after all. Aronsoro and Missaglia seem to have established a good working relationship and are holding on to a lead of 1:15.'),(817,26,'2006-05-07 16:59:17','Things are dry at the finish','The crowds are building up at the finish and things seem to have dried out, so wet roads won\'t be a factor.'),(818,26,'2006-05-07 17:03:00','With 20km to go...','... the gap is down to 14 seconds and Aronsoro refuses to work. You know what that means, don\'t ya? Yes, it\'s time for the reappearance of our guy... the harbinger of doom, as we say: '),(819,26,'2006-05-07 17:08:18','With 15km to go','Milram is up front, but that doesn\'t mean that the finish is decided. Remember McEwen likes to grab on to those big fancy trains Petacchi likes to use.'),(820,26,'2006-05-07 17:11:54','10km to go','The speed is picking up and the Milram team is up there driving the pace. The Davitamon team is close on their wheels.'),(821,26,'2006-05-07 17:14:01','Nine kilometers to go','And the peloton is passing the site of the 1956 mining disaster, which is why this stage is finishing here.'),(822,26,'2006-05-07 17:15:03','Milram is is still driving','But there are a lot of other teams - Liquigas, CSC, Davitamon and Lampre - up there, too.'),(823,26,'2006-05-07 17:17:47','Six kilometers to go','The speed is high and the Milram team has stretched things out in single file. Rabobank\'s Russian Kolobnev has crashed on these narrow streets.'),(824,26,'2006-05-07 17:18:22','Kolobnev is up','Ouch... that looks like it hurt, but he\'s good to go... albeit slowly.'),(825,26,'2006-05-07 17:19:05','With five to go','The Milram and Liquigas teams are driving through the narrow streets of Charleroi.'),(826,26,'2006-05-07 17:20:33','Milram driving','Milram has six riders up front. Petacchi is in the catbird seat... but Robbie is right on the big man\'s wheel.'),(827,26,'2006-05-07 17:21:40','Wowie...','... with 2.8km to go we\'re seeing a little bobble in the peloton as they ride through a round about.... the net effect is that Milram has put a little gap on the field.'),(828,26,'2006-05-07 17:22:23','All together with 2km to go.','Milram driving hard at the front... Telekom is coming up and McEwen is right on Petacchi\'s wheel.'),(829,26,'2006-05-07 17:23:04','One kilometer to go.','Milram still at the front.'),(830,26,'2006-05-07 17:23:00','Petacchi is on his own....','no more Milram teammates in there for Petacchi. Can he do it?\r\n'),(831,26,'2006-05-07 17:24:19','An uphill drag...','Petacchi is driving hard... but...'),(832,26,'2006-05-07 17:25:00','McEwen!','Little Robbie McEwen grabs a free ride to the finish on the Milram train. McEwen scoots through as Petacchi fades. He knows he\'s lost and is now getting passed by Olaf Pollack (T-Mobile) and Paolo Bettini (Quick Step), too.'),(833,27,'2006-05-08 14:04:00','Good day','and welcome to VeloNews.com\'s Live Coverage of the third stage of the 2006 Giro d\'Italia, a hilly 202km loop from Perwez to Namur. This will be a tough ride and not one to offer the pure sprinters a shot at victory like Sunday\' stage was.

    Riders will be covering some short, but difficult, climbs such as the Cote de Ahin, used in the Fleche Wallonne classic, which Liquigas\'s Danilo Di Luca won in 2005. But instead of a finish up the ultra-steep Mur de Huy, the Giro stage climaxes on the more gentle, switchback slopes of the Citadelle climb at Namur.

    Di Luca and Quick Step\'s Paolo Bettini, who both rode the last 30km of the stage when they were in the region for the Ardennes classics, said they are highly motivated for this stage.

    \"It\'s a perfect finish for me,\" said Bettini after he inspected the Citadelle hill, which is 2km long and climbs almost 400 vertical feet on a road surfaced with small cobblestones. To help him, Bettini consulted with his Belgian teammate Nick Nuyens, who has won the past two editions of the GP de Wallone that finished at the Namur Citadelle. \r\n\r\n'),(834,27,'2006-05-08 14:17:00','Break of Four.','Today; stage began at 12:15 p.m. and we saw an early break develop, with Moises Aldape Chavez (Panaria), Amael Moinard (Cofidis), Markel Irizar Aranburu (Euskaltel) and Raffaele Illiano (Selle Italia) slipping off the front at KM 17.\r\n\r\nRight now, at 75km, the four leaders are holding an advantage of just around 4:30 '),(835,27,'2006-05-08 14:33:07','We\'re listening','By the way, take a look at the top right hand portion of the page. We\'ve placed a button there for you to choose whether you want these pages to refresh automatically or not. A lot of you start reading these after the stage is over and Auto-Refresh tends to be just a pain in the....'),(836,27,'2006-05-08 14:20:00','Two-hour average','At 2:15 p.m. the peloton finished two hours of racing, at an average speed of 38.7kph. '),(837,27,'2006-05-08 14:44:00','Simoni\'s bike','Scroll down and take a quick gander at Gilberto Simoni\'s new ride:\r\nScott built the black and pink frame for the Giro double champion to use in this edition of the Italian national tour. The bike features a drawing of the Tower of Pisa in the seat tube, the rider\'s name and date of birth in the top tube, and the Giro 2006 route in the seat stay. In addition, the frame has a sort of \"precious stone\" effect in its main triangle. Of course, it also bears Simoni\'s human right, \"Liberi ed uguali\" (Free and equal). '),(838,27,'2006-05-08 14:46:59','Gap coming down','The peloton appears unwilling to let these four escapees gain anything more than a few minutes, today. They peaked out at 4:30 or so and the gap has steadily come down. It\'s unlikely we\'ll see today\'s winner emerge from this group.'),(839,27,'2006-05-08 14:52:00','CONTEST!!!','It\'s time for our DAILY STAGE CONTEST, folks. \r\n\r\nSend an e-mail to \r\nRosters@InsideInc.com with your best guess as to will win today\'s stage. We\'ll make a random\r\npick from the correct entries and we\'ll send you a copy of Dino Buzzati\'s classic The\r\nGiro d Italia: Coppi vs. Bartali at the 1949 Tour of Italy.

    It\'s a classic and well worth a read. World War II may have ended four years earlier, but apparently no one told Fausto Coppi and Gino Bartali by the time the Giro returned to Italian soil. Dino Buzzati recorded the epic battle between the cycling greats as the peloton traveled through a nation in recovery. A benchmark for both cycling history and journalism, The Giro d\'Italia is required reading for any cycling fan. Complete with maps, illustrations, and an introduction by VeloNews editorial director John Wilcockson. Paperback. 208 pp. Black-and-white photos.'),(840,27,'2006-05-08 14:57:01','Gap holding steady','Our four leaders are at the 105km mark and are holding an advantage of 3:50. The peloton seems content to let the leash out about that far and will pull these boys back as the finish line approaches. Of course, we\'re just sitting here watching. Maybe these guys will pull it off.'),(855,27,'2006-05-08 16:19:59','Illiano back on','Illiano is back on with the lead group, but he\'s probably just joining up with a futile effort at this point. With 46km remaining, the gap is down to 1:11.'),(842,27,'2006-05-08 15:12:00','Weather','As you can see from today\'s photos (by Jason Sumner) the day was cloudy, but the weather has turned to crap and the roads at the finish are wet and slippery.'),(843,27,'2006-05-08 15:03:00','Fall','We\'ve had a crash in the field, involving Nick Gates (Davitamon) and William Bonnet (Credit Agricole).'),(844,27,'2006-05-08 15:22:24','The four are holding steady','The leaders are maintaining their advantage at around 3:30.\r\n\r\nThe rain continues to fall at the finish line. One thing to worry about today is the condition of roads on the climbs, particularly, those stretches of cobbles the riders will be crossing.'),(845,27,'2006-05-08 15:27:00','Contest reminder','Send an e-mail to \r\nRosters@InsideInc.com with your best guess as to will win today\'s stage. We\'ll make a random\r\npick from tyhe correct entries and we\'ll send you a copy of Dino Buzzati\'s classic The\r\nGiro d Italia: Coppi vs. Bartali at the 1949 Tour of Italy. '),(846,27,'2006-05-08 15:36:00','Gap steady','Man, this is clearly an example of a peloton ruled by radios. The four men off the front are holding steady at 3:30. The electronic leash has reached its limit and that\'s it, fellas. \r\n\r\nThey are at 122km. We\'ve seen a few minor falls in the peloton. No reports of major race-stopping injuries, though.\r\n\r\nThe rain is picking up at the finish.'),(847,27,'2006-05-08 15:41:00','With 75km to go','Our four leaders have an advantage of 3:48.\r\n\r\nAny bets on these guys\' chances of success?'),(848,27,'2006-05-08 15:50:00','Spotty reports','By the way, we\'re a bit short on detail, since there are no live images being sent into the press room today. The Belgian military has put the kabosh the relay plane sending signals from the moto\', since the signal apparently interferes with military communications... and that expected invasion from Luxembourg could happen any time, we guess. Kinda strange we know, but that\'s the way it is, today. We\'ll be getting phone reports from the road, from our guys... assuming their cell phones don\'t muddle up the army\'s commincations system.\r\n\r\nMeanwhile it\'s raining like all get out at the finish.'),(849,27,'2006-05-08 15:55:24','A negotiated settlement?','We have images. Maybe the Army agreed to a deal with the Giro. \r\n\r\nAnyway, it\'s raining on the peloton. The four leaders are maintaining their gap of around 3:45. Not much is changing out there, but the roads are wet and that could make for some dicey riding as the race heads to Huy.'),(850,27,'2006-05-08 16:01:16','In the town of Andenne','The leaders have come through the sprint mark at 132km. The gap is holding at 3:43.'),(851,27,'2006-05-08 16:02:12','Ouch!','Aranburu has hit the deck.'),(852,27,'2006-05-08 16:03:29','Wet roads are dicey','Markel Irizar Aranburu (Euskaltel), one of the four escapees crashed as the quartet came through a roundabout. His wheels skidded out from underneath him. He\'s up and back with the leaders.'),(853,27,'2006-05-08 16:14:00','Reeling them in...','With 50km to go, the peloton is picking up its pace and the gap is coming down fast. The leaders crested the day\'s second KOM with an advantage of just 1:18. They dropped Raffaele Illiano (Selle Italia) in the process. He trails by about 30 seconds.'),(854,27,'2006-05-08 16:18:08','Di Luca flats','Danilo Di Luca (Liquigas) has flatted. He\'ll catch back on, no doubt, but the effort will be bigger now that the pace has picked up.'),(856,27,'2006-05-08 16:22:31','Petacchi has crashed!','There were a number of riders who crashed on wet roads. He slipped on a white line as the peloton reached the base of the descent. With 43km remaining, he\'s up and chasing, but he didn\'t look happy.'),(857,27,'2006-05-08 16:25:30','Milram has sent the full crew back','Petacchi has several teammates back with him and they\'re helping their sprint star chase back on. This was not a course that necessarily favored his talents anyway, but this sure knocked the wind out of his sails today.\r\n\r\nMeanwhile the disruption has allowed the escapees to re-up their advantage to 1:45'),(858,27,'2006-05-08 16:28:00','Gruppo Petacchi still chasing','Petacchi has lots of company and they\'re chasing hard to get back on.

    With 42km remaining the four leaders are just 1:38 ahead of the field.

    Quick Step has moved to the front of the peloton, with Paolo Bettini riding in the catbird seat. '),(859,27,'2006-05-08 16:32:07','Petacchi still chasing','Milram doesn\'t stand much of a chance of being a factor today. The team\'s big goal has to be just to get their man back in the field and hope that he didn\'t get too buggered up in that crash.\r\n\r\nBy the way, Liquigas\'s Di Luca made a quick recovery from that flat.'),(860,27,'2006-05-08 16:33:00','The rain is easing up a bit.','The roads are still wet, but the rain is easing up just a bit.\r\n\r\nWith 40km to go, the leaders are at 1:35.\r\n\r\nPetacchi and crew have reached the back of the caravan.'),(861,27,'2006-05-08 16:38:00','Quick Step setting tempo','With 38 to go, Quick Step is at the front and the peloton is 1:12 behind the four leaders. The four men up front are working well together, but they\'re chances are minimal at this point.'),(862,27,'2006-05-08 16:41:15','Petacchi is in the field','... but he\'s not looking all too lively. If we were betting men - and we\'re not - we\'d wager that Petacchi just settle in for the ride to the finish.'),(863,27,'2006-05-08 16:43:00','Shrinking gap','The four leaders are 35km from the finish and the gap is at 1:20. We\'ll get a better time check when the peloton crosses beneath the banner.'),(864,27,'2006-05-08 16:44:00','Narrowing','At the 35km banner, the gap was 1:17'),(865,27,'2006-05-08 16:49:44','Petacchi','It could be that Petacchi has hurt his knee a bit. He\'s sure rubbing it.\r\n\r\nThe gap, meanwhile, is at 1:21, with 32km remaining.'),(866,27,'2006-05-08 16:55:41','Petacchi is seeking medical help','Alessandro Petacchi has called for the doctor\'s car. We almost thought he was going to pull out... but he\'s stopped for treatment and he\'s continuing.'),(867,27,'2006-05-08 16:56:46','With 26km remaining','The leaders are just a minute ahead of the main field. These guys have been out there almost all day.'),(868,27,'2006-05-08 16:58:25','Our four leaders','These guys are not giving up and with 25km remaining, they are holding on to a lead of 1:04.'),(869,27,'2006-05-08 17:00:19','Contest reminder','We will cut off entries at the 10km-to-go mark, so you still have a chance. Send an e-mail to \r\nRosters@InsideInc.com with your best guess as to will win today\'s stage. We\'ll make a random\r\npick from tyhe correct entries and we\'ll send you a copy of Dino Buzzati\'s classic The\r\nGiro d Italia: Coppi vs. Bartali at the 1949 Tour of Italy. '),(870,27,'2006-05-08 17:00:59','Under one minute','The four leaders\' advantage is now down to 53 seconds with 23.5km to go.'),(871,27,'2006-05-08 17:02:41','Petacchi is still in there.','He\'s well off the back of the peloton, but he just wants to finish today. He looks quite annoyed.'),(872,27,'2006-05-08 17:04:17','Coming down fast','The four leaders are now just 30 seconds ahead of the field. These are relatively wide and flat roads. The peloton can see these guys.'),(873,27,'2006-05-08 17:05:32','Petacchi','The Milram leader is back with four teammates and they are all about 2:15 behind the main field.'),(874,27,'2006-05-08 17:06:44','The gap is shrinking','The leaders are looking over their shoulders and they can see the inevitable.\r\n\r\nThey\'re sitting up... and you know what that means:
    '),(875,27,'2006-05-08 17:09:33','With 18km remaining','The Quick Step, Liquigas and Davitamon teams are at the front.'),(876,27,'2006-05-08 17:13:30','Speed is coming up','The rain is falling hard again, but the big teams have ramped things up to about 55- 60kph.'),(877,27,'2006-05-08 17:18:18','CSC moving up','The CSC boys have moved up to the front. They\'re just looking to keep their GC man, Ivan Basso, out of trouble on these wet and nasty roads.'),(878,27,'2006-05-08 17:20:27','10km to go','CSC is still driving hard at the front. The roads are wet and the peloton is stretched out in single file.'),(879,27,'2006-05-08 17:21:21','Okay... lot\'s of entries','We\'ve reached the 10km cut-off, so no more contest entries, folks.'),(880,27,'2006-05-08 17:22:47','Jens Voigt driving','The CSC team is still in command of things as the peloton drives down the road at 55kph.'),(881,27,'2006-05-08 17:25:21','In Namur','The peloton is flying into town and coursing through the streets of Namur. The roads are wet and there\'s lots of that slippery white paint all over the roads.\r\n\r\nAhead, there is a tough little 2km climb near the finish. Again, CSC is probably not worried about a stage win... they are just trying to keep Basso out of trouble.'),(882,27,'2006-05-08 17:25:34','four km to go',''),(883,27,'2006-05-08 17:26:19','T-Mobile\'s Kessler has crashed','CSC is playing its cards right... There are crashes out in the field.'),(884,27,'2006-05-08 17:26:53','Bettini launches','Paolo Bettini is making a jump....'),(885,27,'2006-05-08 17:27:51','He\'s caught','As the CSC-driven peloton heads on to the finishing climb to the Citadel of Namur.'),(886,27,'2006-05-08 17:28:48','Two kilometers to go','They are on the climb. There have been been big splits in the field.... several attacks on the climb.'),(887,27,'2006-05-08 17:29:58','Discovery\'s Rubiera is off the front','CheChu is flying off the front with 1.5km to go. It\'s wet and he\'s grinning'),(888,27,'2006-05-08 17:30:42','Rubiera','Schumacher is chasing hard as Rubiera is on the last kilometer.'),(889,27,'2006-05-08 17:31:13','Schumacher catches on.','They have just a small gap with 700 meters to go'),(890,27,'2006-05-08 17:31:50','Schumacher and Rubiera hold them off',''),(891,27,'2006-05-08 17:33:00','Schumacher is the better sprinter','Stefan Schumacher (Gerolsteiner) easily beats Rubiera to the line.... \r\n\r\nand Schumacher\'s teammate, Davide Rebellin, takes third.'),(894,29,'2006-05-09 13:59:00','Good day','and welcome to VeloNews.com\'s Live Coverage of the fourth stage of the 2006 Giro d\'Italia, a 193km race from Wanze to Hotton.

    This course traverses the Ardennes and includes two Liège-Bastogne-Liège climbs, the Côte de Wanne and Haute-Levée. But the climbs come before the day\'s half-way mark and the rolling roads over the final 80km favor a regrouping and a probable mass sprint.

    Of course under ordinary circumstances, this might have been another big fight between the great Italian sprinter and Stage 2 winner Robbie McEwen, but Petacchi suffered a knee injury in a crash yesterday and he didn\'t start today.

    That doesn\'t mean McEwen has a straight shot to the finish - for one thing he can\'t poach a ride on the Milram train this time - but he\'s got to be one of the favorites for a win today.\r\n\r\n \r\n\r\n'),(895,29,'2006-05-09 14:16:05','Break of Five','Today\'s stage began just after 12:00 and we saw our first two riders exit from the race. In addition to Petacchi, who suffered a fractured patella, Davitamon\'s Christophe Brandt pulled out, suffering from crash-related injuries as well.

    Currently on the road, we have FDJ\'s Sandy Casar, Patrick Calcagni (Liquigas), Jurgen van de Walle (Quick Step), Grisha Nierman (Rabobank) and Allesandro Bertolini (Selle Italia) up the road after they left the main field at km 11.'),(896,29,'2006-05-09 14:24:50','Time for a contest','Well folks, we\'re seeing the traditional early break and, in this day of\r\nradios and GPS, another catch before the finish? You make the call\r\nand tell us who you think will win today\'s stage. Send your best guess\r\n(just one) to Rosters@InsideInc.com\r\nand do it before the 10km to go mark and we\'ll pick one winner from among\r\nthe correct entries and send them a copy of\r\n

    Landscapes\r\nof Cycling By Graham Watson\r\n
    For the first time in his 27-year career, premier cycling photographer\r\nGraham Watson shares his unprecedented collection of landscapes from around\r\nthe globe in Landscapes of Cycling. Combining Watson’s passionate coverage\r\nof professional bicycle racing with his mastery of natural-light photography,\r\nLandscapes of Cycling is a visual feast for cycling enthusiasts and photography\r\nlovers alike. Bicycle racing is a fascinating, grueling, fast-paced, and\r\ncolorful sport. Professional races take place in a spectacular locations\r\nall over the world-alongside sun-drenched fields, on twisted roadways overlooking\r\nthe strikingly blue Mediterranean Sea, over snowy mountain passes, and\r\ndown the ancient cobblestone streets of Belgian villages. Organized by\r\nseason, Landscapes of Cycling features never-before-published panoramic\r\nphotographs and a generous sampling of Graham Watson’s most famous scenic\r\nshots. With captions and commentary from the master himself, this landmark\r\nwork belongs on the shelves of racing fans and photographers everywhere.\r\nHardcover with dustjacket. 240 pp. 11\" x 11\". Over 150 color photographs,\r\nprinted on glossy paper.
    '),(897,29,'2006-05-09 14:29:21','And now for something completely different:','Now ordinarilly we don\'t send folks waltzing off to other websites, but\r\nwe have to let you see this one. A friend of ours sent this in and\r\nit serves to remind you of just how nutty some of these gravity guys are.\r\nTake\r\na look at this. Watch, cringe, learn and then talk amongst yourselves.'),(898,29,'2006-05-09 14:26:00','Over the Cote de Wanne','Our five leaders have crested the day\'s first KOM mark and look to have an advantage of just around 6:30. We\'ll get a cleaner time check when the peloton comes through.'),(899,29,'2006-05-09 14:35:59','Time check','The peloton hits the Cote de Wanne at 6:11. With a largely flat course after the next climb and a downhill shot to the finish, we\'d have to put our money on these guys getting caught before the end... but you never know.'),(900,29,'2006-05-09 14:41:54','Up and over La Haute Levee','The five leaders are over the day\'s second and final KOM. They\'re heading toward the day\'s Intergiro sprint, which this year has been re-named the Gazetta 110, in commemoration of the sponsoring newspaper\'s 110th anniversary.'),(901,29,'2006-05-09 14:46:00','Time check','The peloton reaches the top of the climb at 6:20, while the leaders are passing through the sprint mark. Casar takes those points (and the 1000 Euros), with Calcagni second and Van de Walle taking third.'),(902,29,'2006-05-09 14:52:29','Time check','The peloton has these guys figured out. With teams like Quick Step, Gerolsteiner and, of course, Robbie McEwen\'s Davitamon squad monitoring things, the break has been allowed its 6 minutes and that\'s about it. The gap is now at 6:15'),(903,29,'2006-05-09 15:05:43','Gap is holding steady','Our five leaders are still holding at around 6:00 at km 123'),(904,29,'2006-05-09 15:11:00','Armstrong here today','Seven-time Tour de France winner Lance Armstrong is at the Giro today.\r\nHe\'s been giving a few interviews and chatting with friends.\r\n

    Armstrong says he\'s enjoying retirement although, \"I miss the training\r\nmore than anything... but not the racing. I\'ve no regrets.\"\r\n

    \"To be honest, I haven\'t been following cycling much. I care about how\r\nthe Discovery Channel team are doing but that\'s about it.â€Â\r\n

    \"Being a father takes up most of my time and outside of that, the issues\r\nin and around cancer are the most important thing I work on daily.â€Â\r\n

    \"I do other business stuff on the side and I\'m also trying to train\r\nfor the New York marathon but that\'s hard because it\'s a whole different\r\nset of muscles and so I\'m always tired and sore.\"\r\n

    Interestingly, Armstrong said he plans to come to France later in the\r\nyear, despite his declaration last year that he would never come back,\r\nafter the controversial L\'Equipe story about positive drug tests\r\nin the 99 Tour.\r\n

    \"I\'m going to go to the final week of the Tour de France. I like France\r\nand I like the people.â€Â\r\n

    \"I don\'t want to have a coffee with (race director) Jean Marie Leblanc\r\nor anyone from L\'Equipe, but they\'re a small part of the French\r\npopulation.\"\r\n

    Armstrong said he is not sure who is favored for the 06 Tour. \"I originally\r\npicked Ullrich to win the Tour de France but he seems to be behind again.â€Â\r\n

    \"If he\'s only five kilograms overweight that\'s pretty good for him but\r\nI don\'t understand him, he\'s so much to gain.â€Â\r\n

    \"I don\'t know if he loves the bike or not but he could be the biggest\r\nsporting star in Germany.\"'),(905,29,'2006-05-09 15:15:28','Gap under six minutes','Our five leaders are at KM 131, and their advantage is now starting to come down a bit. The peloton is picking up the pace and in single-file.'),(906,29,'2006-05-09 15:20:26','Gerolsteiner driving the chase','The Gerolsteiner team of race leader Stefan Schumacher is taking up chase duties. The pace is quite high and the peloton is strung out in single file.'),(907,29,'2006-05-09 15:24:48','Gerolsteiner getting help','With the gap still hovering around six minutes, the Lotto has moved up to lend a hand with the chase. '),(908,29,'2006-05-09 15:28:00','Gap at 4:31','The pace is steady in the peloton and the gap is slowly being cut down.'),(909,29,'2006-05-09 15:32:57','Pace is faster today','With improved weather and dry roads, today\'s pace is at a brisk 45kph. Unfortunately for the fellas in the break, the peloton\'s pace is quite a bit higher than theirs right now. The gap is now 4:15.'),(910,29,'2006-05-09 15:38:27','With the gap holding at 4:30...','Davitamon is moving a couple additional riders up there, with 50km to go.'),(911,29,'2006-05-09 15:41:35','3:45','With more horsepower at the front of the peloton, the gap is coming down quickly. With 45km to go, the gap is 3:28.'),(912,29,'2006-05-09 15:44:53','Take a look at the Finishing stretch.','Our man Jason Sumner has posted a few shots from the finish. Take a look at that long straightaway.'),(913,29,'2006-05-09 15:49:14','Contest Reminder','Just a reminder, folks, that you have until the 10km-to-go mark to send your best guess (just one) of who will take today\'s stage to Rosters@InsideInc.com\r\nand do it before the 10km to go mark and we\'ll pick one winner from among the correct entries and send them a copy of Landscapes\r\nof Cycling By Graham Watson'),(914,29,'2006-05-09 15:51:35','40km to go','It looks like the fellas up front are aware of the fact that the peloton is driving hard and the gap is coming down.'),(915,29,'2006-05-09 15:53:35','Peloton reaches 40km to go','... and the gap is right at 2:35'),(916,29,'2006-05-09 15:59:53','Nice cooperation','Up front, the five leaders are working very nicely together, but the level of cooperation in the peloton is quite high, too. The gap, with 35km to go, is at 2:15'),(917,29,'2006-05-09 16:01:57','Latest time check','The peloton crosses the 35km to go mark at 1:40'),(918,29,'2006-05-09 16:06:26','Four hours of racing','And the pace has averaged 40.387kph since the start.'),(919,29,'2006-05-09 16:08:14','With 30km to go','The gap is down to 1:18 as the leaders pass the 30km to go mark.'),(920,29,'2006-05-09 16:09:09','The peloton crosses 30km to go at 1:17',''),(921,29,'2006-05-09 16:12:20','With 26km to go','The gap is down to around 1:00. Davitamon is moving up to the front of the field as the course winds its way through forested roads toward the finish in Hotton.'),(922,29,'2006-05-09 16:18:35','The Saunier Duval team','is moving up front, largely to protect Gilberto Simoni. With 22km remaining, the gap is 59 seconds. They\'re letting these guys hang off the front until there\'s reason to worry.'),(923,29,'2006-05-09 16:20:08','20km to go for the leaders','and we\'ll get a clean time check when the peloton comes through.'),(924,29,'2006-05-09 16:20:57','The peloton is at 44 seconds','With 20km to go, the peloton is closing down the gap.'),(925,29,'2006-05-09 16:22:44','The pace is picking up','CSC is moving up to keep Ivan Basso out of trouble like they did yesterday. The pace is right at 53kph.'),(926,29,'2006-05-09 16:24:50','Ullrich taking a pull','Here\'s a guy we haven\'t seen up front before. Jan Ullrich is up front, working as a good T-Mobile domestique. The gap is down to 31 seconds.'),(927,29,'2006-05-09 16:25:55','Bad sign...','The leaders are at 15km to go... and they\'re glancing over their shoulders.'),(928,29,'2006-05-09 16:26:12','Ooooo, just 14 seconds.',''),(929,29,'2006-05-09 16:26:50','The peloton is coming up fast',''),(930,29,'2006-05-09 16:28:14','Less than 100 meters...','The peloton - with T-Mobile at the front - and the game is up for the escapees

    '),(931,29,'2006-05-09 16:30:39','T-Mobile is driving hard at the front','Olaf Pollack is their guy for the sprint. Of course, with a finishing train like the T-Mobiles are setting up, little Robbie McEwen has a prime opportunity to grab a ride.'),(932,29,'2006-05-09 16:33:54','8.5km to go.','T-Mobile is still pushing the pace as Milram (sans Petacchi, of course) are moving up, too. They\'ve got a lot of horsepower on that team and the Milram squad has a good chance of putting someone into the mix.'),(933,29,'2006-05-09 16:35:36','7km to go','Milram, T-Mobile and Quick Step are up front. Robbie McEwen has plenty of good wheels to grab on to.'),(934,29,'2006-05-09 16:37:59','With five km to go','The pace is high and we\'re seeing a few attacks. CSC\'s Jens Voigt is taking a flyer off the front.'),(935,29,'2006-05-09 16:38:47','Voigt is still up front','But these roads are straight and wide... not much of an environment for a solo flyer.'),(936,29,'2006-05-09 16:39:01','Caught','Voigt is caught'),(937,29,'2006-05-09 16:39:51','With 3.5km to go','The T-Mobile and Milram teams are up there.'),(938,29,'2006-05-09 16:41:31','Another attack','Rik Verbrugghe (Cofidis) is trying an attack. This won\'t last'),(939,29,'2006-05-09 16:41:37','Caught',''),(940,29,'2006-05-09 16:42:01','With 1.5 km to go','Milram is still driving'),(941,29,'2006-05-09 16:42:11','1km to go.',''),(942,29,'2006-05-09 16:42:56','It\'s a big bunch charging to the line','T-Mobile gets a great lead out. McEwen is in there....'),(943,29,'2006-05-09 16:43:39','Pollack flyin!','... but, NO!, guess who pops out of the crowd. Robbie McEwen wins it at the line.'),(944,30,'2006-05-11 14:09:28','','Good day and welcome to VeloNews.com\'s Live Coverage of the fifth stage of the Giro d\' Italia, a 38km team time trial from Piacenza to Cremona. It\'s a flat, even slightly downhill course, so we may see some fast times today.

    This is the first TTT at the Giro in 17 years. The team time trial is a beautiful event and teams have to exercise extreme caution while red-lining their effort. At 38km, you won\'t necessarily win the Giro on a day like this, but things can go wrong and you can certainly lose a grand tour here. For proof of that, take a look at John Wilcockson\'s preview in which he recalls the disastrous day 17 years ago when defending champion Andy Hampsten and his 7-Eleven team lost around two minutes on an even shorter route.\r\n\r\n'),(945,30,'2006-05-11 14:20:58','Team Time Trial - Starting Order','With a short stage like today\'s the usual starting time is pushed back, even with five-minute gaps between starts.
    Team Time Trial - Starting Order\r\n1. Selle Italia-Diquigiovanni, 2:45 P.M.\r\n
    2. Bouygues Telecom, 2:50 P.M.\r\n
    3. Euskaltel-Euskadi, 2:55 P.M.\r\n
    4. Ceramica Panaria-Navigar, 3:00 P.M.\r\n
    5. Ag2r Prevoyance, 3:05 P.M.\r\n
    6. Cofidis, 3:10 P.M.\r\n
    7. Team Milram, 3:15 P.M.\r\n
    8. Davitamon - Lotto, 3:20 P.M.\r\n
    9. Liberty Seguros-Wurth, 3:25 P.M.\r\n
    10. Saunier Duval - Prodir, 3:30 P.M.\r\n
    11. Rabobank, 3:35 P.M.\r\n
    12. Credit Agricole, 3:40 P.M.\r\n
    13. Phonak Hearing System, 3:45 P.M.\r\n
    14. Quickstep - Innergetic, 3:50 P.M.\r\n
    15. Francaise Des Jeux, 3:55 P.M.\r\n
    16. Liquigas, 4:00 P.M.\r\n
    17. Lampre-Fondital, 4:05 P.M.\r\n
    18. CSC, 4:10 P.M.\r\n
    19. T-Mobile, 4:15 P.M.\r\n
    20. Caisse D\'epargne-Ill. Balears, 4:20 P.M.\r\n
    21. Discovery Channel, 4:25 P.M.\r\n
    22. Gerolsteiner, 4:30 P.M.\r\n
    '),(946,30,'2006-05-11 14:48:00','Our Daily Contest','That\'s right folks, it\'s time for another one of our daily contests. Since we\'re dealing with a team time trial, you need to send both the name of the winning team and your best guess of their winning time to Rosters@InsideInc.com. Be sure to put your guess in the subject line so we can quickly sort through the many entries we receive. Again, put both the name of the winning team and the winning time in the subject line and send it to Rosters@InsideInc.com. The winner will receive a 1920s\r\nItalian National Champion Poster from The Horton Collection, commemorating the championship of the first of the great Italian \"Campanissimo,\" Constante Girardengo, who was Italy\'s dominant road rider from 1913 through the 1920s. He was the Italian National champion an unprecedented nine times, including seven years in a row. Reproduced from the original in The Horton Collection. 24\"x36\" Printed on heavy poster stock. Suitable for framing.\r\n'),(947,30,'2006-05-11 14:54:00','First two teams on the road','The Selle Italia and Bouygues Telecom teams are on the road. We will try to keep those updated, but sometimes these early teams aren\'t much of a factor and reports tend to be spotty.'),(952,30,'2006-05-11 15:29:55','Bouygues Telecom','Bouygues Telecom finishes with just five riders, but gets a 38:19.'),(948,30,'2006-05-11 15:08:55','The big teams start last','Just a reminder that time trials - both team and individual - start in reverse order of standings. It will be a while before we see the biggies - CSC, Discovery and T-Mobile - out there.

    It should be interesting to see how Jan Ullrich and Michael Rogers ride in this event for T-Mobile. May is the traditional point in the cycling season when racers, reporters and spectators bemoan Ullrich\'s lack of condition, his weight and his lack of motivation... something we see change by July. Certainly using the Giro d\'Italia to ride into shape is an approach he\'s used in the past with some success.'),(949,30,'2006-05-11 15:14:00','Today\'s weather','Conditions are almost perfect for a team time trial today. The roads are dry and sky is just partly cloudy with temperatures in the high 60s and low 70s. Winds have been very light and variable'),(950,30,'2006-05-11 15:23:26','Davtamon-Lotto is on the road','The Belgian-sponsored team is powering down the road, although they are one rider short, since Christophe Brandt was knocked out of the race on Tuesday when he was hit by a police motorcycle.'),(951,30,'2006-05-11 15:25:03','Course change...','Organizers have changed the route of today\'s TTT, actually shortening the course to 35km. It was a last minute change to accomodate construction.\r\n\r\nThe Selle Italia team has finished with a time of 38:33.'),(953,30,'2006-05-11 15:32:07','Saunier Duval','is on the road, meaning that young American Aaron Olson is taking part in his first grand tour team time trial.'),(954,30,'2006-05-11 15:36:30','Euskaltel-Euskadi','The orange squad from the Basque country finish in 38:52.\r\n\r\nYes, yes... because the course has been shortened, those of you who submitted guesses before we noted that will be allowed to resubmit your guesses for our daily contest.'),(955,30,'2006-05-11 15:39:36','Giro TTT rules','We\'ve received several questions about the Giro rules as they apply to the TTT. As you know, the Tour de France has recently established a system of limiting a team\'s losses in the TTT. The Giro, hosting it\'s first team time trial in 17 years, has no such protective caveat. Results are timed off of the time of the team\'s fifth rider and times, no matter what they are, apply to the group. Period. No ifs, ands or buts.'),(956,30,'2006-05-11 15:41:00','Ceramica Panaria is in third','The Panaria team finishes in 38:37'),(957,30,'2006-05-11 15:44:00','New Best Time: Ag2R Prevoyance','The French team finishes the 35km with a time of 38:18'),(958,30,'2006-05-11 15:46:25','Phonak on the road',''),(959,30,'2006-05-11 15:49:00','Cofidis in','The French Cofidis team has finished with a time of 38:30, the third best, so far.'),(960,30,'2006-05-11 15:53:00','New Poll','Folks, we\'ve received a few letters mentioning WADA\'s pending discussions regarding the use of altitude tents, chambers or masks. That\'s been a long discussion in sports - Live Update Guy and tech writer Lennard Zinn had a debate on the pages of VeloNews a few years back. L.U.G. thinks it borders on cheating, Mr. Zinn does not.

    Right now, we\'re asking you. Go to the front page and put in your vote.'),(961,30,'2006-05-11 15:54:38','Milram finishes','The Italio-German squad finishes in 38:09'),(962,30,'2006-05-11 15:59:23','New top time','Davitamon Lotto finishes with all eight riders with a time of 38:04'),(963,30,'2006-05-11 16:05:39','Liberty-Seguros','The Spanish squad - heir to the ONCE legacy - finishes in 38:21. Not that great.\r\n\r\nBy the way, on distance change: Word is that there was a section of bad asphalt and they had to get rid of it. There is some talk that the orginizers might add those 3km to the ITT on stage 11.'),(964,30,'2006-05-11 16:06:19','Cunego\'s Lampre Squad is on the road',''),(965,30,'2006-05-11 16:10:27','Simoni\'s Saunier Duval team','Finishes with a time of 38:22, the sixth best time of the day. Not great for a guy who wants to take his third Giro title. He doesn\'t look too happy.'),(966,30,'2006-05-11 16:11:18','The Big Guns','CSC is on the road.'),(967,30,'2006-05-11 16:14:40','Rabobank comes in','The Rabobank squad has finished with 38:13, the third fastest time.'),(968,30,'2006-05-11 16:17:09','Altitude tents','Just a reminder to vote in today\'s poll. We\'re asking whether WADA\'s governing board should vote up or down on a proposal to ban altitude tents. From the looks of it, the majority disagree with the position staked out by our Live Update Guy... but that\'s no biggie. He\'s a Democrat from Wyoming. He\'s used to being a member of a tiny minority.'),(969,30,'2006-05-11 16:19:22','Credit Agricole finishes','The French team, Credit Agricole sets a new top time of 38:03.'),(970,30,'2006-05-11 16:21:22','T-Mobile is on the road','We\'ll keep track of these guys. T-Mobile has to be one of the favorites today.\r\n\r\nMeanwhile, Phonak is on track to be the first team to break the 38:00 mark.'),(971,30,'2006-05-11 16:22:40','CSC looking strong','The CSC squad sets a new top mark at Checkpoint 1'),(972,30,'2006-05-11 16:24:59','Phonak in','And the Swiss team has set a new high mark of 38:00 even. Well, we thought the Phonaks would break the 38-minute mark. They were right on the line.'),(973,30,'2006-05-11 16:27:00','Liquigas is looking strong','The Liquigas is cooking along at a nice pace... it could be the first team to break 38.'),(974,30,'2006-05-11 16:29:34','Quick Step breaks 38-minute mark','by one second, but they do it.'),(975,30,'2006-05-11 16:31:36','CSC is blazing along, setting top times','The CSC squad is looking great. They came through checkpoint No. 2 20 seconds faster than Liquigas, which had set the top mark.'),(976,30,'2006-05-11 16:34:20','FDJ at the finish','With Brad McGee driving the team into the finish, Francaise des Jeux finishes with a time of 37:56.'),(977,30,'2006-05-11 16:36:25','CSC wins one contest at least','They sure look fast... and they win our coolest helmet of the day contest. These days, TT helmets can look pretty goofy, and CSC\'s manage to look way slick.'),(978,30,'2006-05-11 16:37:35','Liquigas heading to the finish','The Liquigas team is heading toward the finish and they are looking strong.'),(979,30,'2006-05-11 16:38:55','Liquigas sets a new standard','The Liquigas team of Danilo Di Luca sets a new top mark of 37:38'),(980,30,'2006-05-11 16:42:08','Discovery third best at Check point No. 1','Discovery - with Lance Armstrong in the car behind them - cross more than 30 seconds behind the time of CSC at the first checkpoint. The tend to ramp it up later on the course, but that\'s a lot of time.'),(981,30,'2006-05-11 16:45:00','Lampre in','With the fourth-best time, 22 seconds off of Liquigas\'s pace'),(982,30,'2006-05-11 16:47:25','CSC is flying toward the finish','The CSC team looks to be on pace to setting a new best time.'),(983,30,'2006-05-11 16:48:24','CSC sets the mark','The CSC team blows \'em away! 36:56!'),(984,30,'2006-05-11 16:52:47','Not good','Discovery is 37 seconds down on CSC at checkpoint No. 3.\r\n\r\nWe have photos posted, by the way, take a look.'),(985,30,'2006-05-11 16:55:00','T-Mobile is second','The T-Mobiles came apart in the final stretch as the team finished with four riders with Kessler chasing like a mad man to stay in touch with the lead four. They finished two seconds ahead of Kessler\'s time - the one that counts - 36:57. The almost took it.'),(986,30,'2006-05-11 16:59:05','Discovery making up a little time','but the Discos are still about 25 seconds back.'),(987,30,'2006-05-11 16:59:58','Caisse d\'Epargne-Illes Balears','Finish with a time of 38:10, 10th best'),(988,30,'2006-05-11 17:02:36','Looks like Hnchar will be in the jersey','Gerolsteiner is not on pace to defend Schumacher\'s hold on the maglia rosa and T-Mobile\'s Sergei Honchar appears set to take over the lead.'),(989,30,'2006-05-11 17:04:44','Discovery finishes','The Discovery team finishes with a time of 37:35, only the third best of the day and Honchar vaults past Savoldelli to grab the jersey.'),(990,30,'2006-05-11 17:09:00','Gerolsteiner heading to the finish','... and Schumacher is out of the jersey for sure. It looks like Honchar will be in the overall lead tonight.
    Unofficial Results
    1. CSC- 36:56
    2. T-Mobile - 36:57
    3. Discovery - 37:35
    4. Liquigas - 37:38
    5. Francaise des Jeux - 37:56'),(991,31,'2006-05-12 14:02:00','Good day...','and welcome to Velonews.com\'s Live Coverage of the sixth stage of the 2006 Giro d\'Italia, a flat 227km along the Po Valley from Busseto to Forli.

    This is another one made for the sprinters and with Milram\'s Alessandro Petacchi out of the picture, Robbie McEwen (Davitamon-Lotto) has to be favored to grab his third stage win of the week. Still, this is a bike race and not a coronation (they\'re not just going to hand him this one), so McEwen has to get to the line first and there are a few guys hoping to derail his chances, including T-Mobile\'s Olaf Pollack, Milram\'s Mirco Lorenzetto, Selle Italia\'s Alberto Loddo and even Quick Step\'s Paolo Bettini. '),(992,31,'2006-05-12 14:14:25','','Today\'s stage got underway just before noon in Busseto. As is usually the case, we saw an early break develop as Sergei Matveyev (Panaria) Christophe Edaleine (Credit Agricole) and Andoni Aranga (Euskaltel) moved off the front at six kilometers.
    The trio is now at 91km with an advantage of 6:20 over the field.'),(993,31,'2006-05-12 14:20:23','Today\'s contest','Well folks, it\'s time again to announce another in our daily contests.

    Send your best guess as to who will win today\'s stage to Rosters@InsideInc.com. Be sure to put your choice in the subject line, so we can quickly sort through the entries. We\'ll randomly one from all of the correct entries submitted and send the winner a copy of Dino Buzzati\'s classic The\r\nGiro d\'Italia: Coppi vs. Bartali at the 1949 Tour of Italy.

    Remember, only one entry per person.'),(994,31,'2006-05-12 14:29:10','Time gap','The three leaders have apparently hit the end of the peloton\'s leash. The gap has been holding at 6:00 to 6:30 for quite some time now and we\'re not expecting to see them gain too much more time than that today. The odds are quite good that the pick-off will come not too long after the 20km to go mark as Davitamon-Lotto and other teams work to pull these three back in time to set up a charge to the line in Forli. T-Mobile, for example, has double motivation to monitor this break closely, since not only is the German-based team protecting its hold on the maglia rosa it also has plans to set up Olaf Pollack for the sprint, today. We may see a repeat of the drive to the line the other day and spot Jan Ullrich taking a pull or two at the front again.'),(995,31,'2006-05-12 14:38:53','Gap already coming down','At 110km, the peloton has already narrowed the gap to just 5:05. '),(996,31,'2006-05-12 14:49:36','Lunch break','The leaders are coming up on today\'s feed-zone at Nonantola (116km). The gap is now at 5:15, but we should get a bit a solid take on things when the peloton, too, comes through the feed-zone.

    By the way, if you haven\'t taken a look at today\'s EuroFile from Andy Hood, go ahead and do so. He has an update on Saul\r\nRaisin and his progress. Doctors say it will take up to a year before Raisin is fully recovered from the head injury he suffered this year. We\'re just glad he\'s still here with us and wish him the best.'),(997,31,'2006-05-12 14:54:54','Feed zone gap','We\'ve got a better time check at the feed zone and it puts the three leaders 5:25 ahead of the main field. With 110km to go, I wouldn\'t bet next month\'s rent on these guys\' chances for success.'),(998,31,'2006-05-12 14:57:39','Contest reminder','Looking at the entries today, it\'s interesting to see a lot of you are pegging Olaf Pollack for the win. We\'ll see how it goes.

    Just a reminder to send your best guess as to who will win today\'s stage to Rosters@InsideInc.com. Be sure to put your choice in the subject line, so we can quickly sort through the entries. We\'ll randomly one from all of the correct entries submitted and send the winner a copy of Dino Buzzati\'s classic The\r\nGiro d\'Italia: Coppi vs. Bartali at the 1949 Tour of Italy.

    Remember, only one entry per person.'),(999,31,'2006-05-12 15:10:00','Gap holding steady','The three leaders are closing in on 133km and the gap is still holding at 5:22.

    T-Mobile is moving up to the front to lend a hand in a pretty moderate chase.

    Today\'s route rolls through a number of very small towns just off the A1 and later the A14 Autostradas. The crowds were really big at the start, as they are throughout today\'s route... indeed, throughout the entire Giro thus far.'),(1000,31,'2006-05-12 15:14:43','There\'s Jan','Ullrich is up front with his teammates and helping out with the chase. The gap is now down to 4:50.'),(1001,31,'2006-05-12 15:21:10','Pace is picking up','It\'s still pretty moderate in the main field, but the pace is picking up with T-Mobile and Davitamon doing the bulk of the work.

    By the way, take a minute to scroll down and take a look at Jason Sumner\'s photos from the start and on-route today. We\'ll be posting several over the next 10 minutes or so.'),(1002,31,'2006-05-12 15:26:00','T-Mobile\'s near miss','Jason Sumner had a chance to chat with T-Mobile\'s Michael Rogers, the reigning world TT champ. Regarding his team\'s near miss in the team time trial Thursday.

    \"We had a really good ride. I don’t think we could have gone much quicker. We had a little bit of a muck up at the finish. The car said on the radio that there was only 5k left, but in the last couple hundred meters with all the people cheering, and the loud speaker, we couldn’t really hear. So Kessler didn’t know. He thought there was like 6 left and had more time to get back on. Plus he’d just done a big turn and probably couldn’t get on anyway. What can you do. That’s the way it is.\"

    On the rising form of Jan Ullrich, Rogers says

    \"He is going really strong. He is starting to go. He was really strong yesterday. I think everyone forgets that in the last 10 years, he’s probably one of the two or three riders that has always been on the podium at some point. You should never discount him.\"

    Rogers says that the team\'s main goals at the Giro: Our No. 1 priority coming into the race was to have a good TTT. We did that. Sure we had three big TT names, I think five world titles there. But the team is only as strong as its weakest link.\"'),(1003,31,'2006-05-12 15:38:23','T-Mobile and Davitamon','The T-Mobile and Davitamon teams are doing the bulk of the chase duties and the gap is slowly coming down. With 67km remaining, the gap is now at 4:05.'),(1004,31,'2006-05-12 15:46:30','Ullrich looking good','Rogers\' comment that you can never write-off Jan Ullrich is underscored by the fact that the 1997 Tour winner is riding nicely today, doing his job as domestique for Honchar.

    The leaders have 62km to go and the gap is at 3:55.'),(1005,31,'2006-05-12 16:02:00','With 52km remaining','The pace in the peloton remains a moderate 43kph, with T-Mobile and Davitamon sharing duty at the front. The gap is now down to 3:38. A catch, today, is nearly inevitable.'),(1006,31,'2006-05-12 16:04:57','Contest reminder','Just a reminder to send your best guess as to who will win today\'s stage to Rosters@InsideInc.com. Be sure to put your choice in the subject line, so we can quickly sort through the entries. We\'ll randomly one from all of the correct entries submitted and send the winner a copy of Dino Buzzati\'s classic The\r\nGiro d\'Italia: Coppi vs. Bartali at the 1949 Tour of Italy.

    Remember, only one entry per person.'),(1007,31,'2006-05-12 16:07:34','With 48km remaining...','the pace is picking up. T-Mobile is doing the bulk of the chase work, as the Davitamon team is putting a few more riders up there. The target is to pull the three escapees back into the fold within 20km of the finish.'),(1008,31,'2006-05-12 16:15:27','3:05','With 45km to go, the three leaders are just 3:05 ahead of the peloton. T-Mobile is still doing the bulk of the work, but Davitamon has moved its entire squad up and Phonak is throwing a couple of its riders into the mix.'),(1009,31,'2006-05-12 16:24:31','Time check at the 40km to go mark','The peloton has reached 40km to go and the gap is just 2:19'),(1010,31,'2006-05-12 16:29:31','Leaders 35km to go','The leaders have just crossed under the 35km-to-go banner. Our latest time check puts them just 2:00 ahead of the main field.'),(1011,31,'2006-05-12 16:31:21','Peloton at 1:57','The peloton hits the 35-to-go banner 1:57 behind the leaders'),(1012,31,'2006-05-12 16:32:34','33km to go','The leaders are 33km from the finish and the gap is down to 1:50.'),(1013,31,'2006-05-12 16:37:49','Still a mix of T-Mobile and Davitamon','at the front of the peloton. CSC is moving up, too, although the team of Ivan Basso may be more interested in keeping their GC man out of trouble in the final haul to the line.\r\n\r\nWith 30km to go, the gap is just 1:17.'),(1014,31,'2006-05-12 16:41:23','Chase has eased','With the gap hovering at a minute or so.... the sprinters\' teams are hoing to leave these guys off the front for a bit.'),(1015,31,'2006-05-12 16:42:00','1:02','With 30km to go, the three men up front are 1:02 ahead of the field.'),(1016,31,'2006-05-12 16:43:21','52 seconds',''),(1017,31,'2006-05-12 16:45:00','','The three leaders are just 50 seconds ahead of the field and look resigned to their fate, since they can see the peloton coming down fast on these straight roads. They are pulling the team cars out of the gap, but Davitamon is pulling back, now thinking more about the finish than they are in chipping down the gap.'),(1018,31,'2006-05-12 16:47:00','43 seconds with 25km to go',''),(1019,31,'2006-05-12 16:50:00','With 23.5km to go','the gap is down to 31 seconds. The boys up front are looking over their shoulders and the peloton is coming up fast.'),(1020,31,'2006-05-12 16:52:44','Giving up','The three men off the fron are just a few meters ahead of the field and they\'re soft-pedaling. The end is near!

    '),(1023,31,'2006-05-12 16:59:29','Liquigas moving up','Also interested in protecting their GC man, the Liquigas team is moving up front.'),(1024,31,'2006-05-12 17:02:27','Merckx flats','Phonak\'s Axel Merckx has a mechanical and pulls off to the side of the road.'),(1022,31,'2006-05-12 16:58:00','Milram, Ag2R up front','The leadout trains are moving up front. Up there, too, is the CSC squad. We\'re still betting that they\'re more interested in protecting Basso than they are in delivering Lombardi to the line.'),(1025,31,'2006-05-12 17:04:03','T-Mobile and Liquigas up front','As the peloton nears the final 10km, the pace is high as the T-Mobile and Liquigas teams are driving up front.

    The peloton - now all together - is less than 10km from the finish, so you can no longer submit entries to our daily contest.'),(1026,31,'2006-05-12 17:09:29','Zoooom','The peloton is flying toward the finish. The field is all together with less than 6km to go.'),(1027,31,'2006-05-12 17:10:55','Five kilometers to go','There\'s lots of jockeying in the field as teams are fighting for position to set up their top sprinters. McEwen loves this stuff, because he\'ll use almost anyone else\'s leadout team to get to the finish.'),(1028,31,'2006-05-12 17:12:12','Lampre moving up','with four kilometers to go, the Lampre team is flying toward the finish... another GC team hoping to keep their top guy out of trouble?'),(1029,31,'2006-05-12 17:13:24','Three kilometers to go.','With a few turns at this point, the finish is mostly a straight shot to the line.'),(1030,31,'2006-05-12 17:14:00','Two-and-a-half k to go','Quick-Step, Milram and Discovery up front now'),(1031,31,'2006-05-12 17:14:14','Fast, fast, fast',''),(1032,31,'2006-05-12 17:14:26','Crash!!',''),(1033,31,'2006-05-12 17:14:55','Several riders in the mid-field have gone down',''),(1034,31,'2006-05-12 17:15:06','Up front the pace is still high',''),(1035,31,'2006-05-12 17:15:40','500 meters to go...','Hard charge'),(1036,31,'2006-05-12 17:16:00','Who else?!?!?','Robbie McEwen plays it perfectly and grabs the win at the line, edging out T-Mobile\'s Pollack, who with time bonuses may move into the leader\'s jersey. We\'ll try to get details on the crash.'),(1037,31,'2006-05-12 17:34:33','Thanks and check back soon for a full report',''),(1038,32,'2006-05-13 13:49:22','Good day...','...and welcome to VeloNews.com\'s Live Coverage of the seventh stage of the 2006 Giro d\'Italia.

    The climbers finally get a chance to show their form on this, the longest stage of the race covering a circuitous route over 236km from Cesena to Saltara.

    This course is similar to the very hilly stage that finished in Cesena two years ago, won by Emanuele Sella on his Giro debut. The dozen climbs include the 4790-foot Monte Catria, 98km from the finish, and, with 39km to go, the very steep Monte delle Cesane - which climbs 1700 feet in 7.8km with pitches as steep as 18 percent and has been dubbed the \"Little Mortirolo\" because of its similarities to the \"big\" Passo di Mortirolo that awaits the 2006 Giro on penultimate day of this tour. '),(1039,32,'2006-05-13 14:04:00','Situation on the road','Today\'s stage got off to an early start because of the distances involved, with the peloton rolling off at 10:50 this morning.

    There were several early attacks, but the one that stuck came at 26km when Sylvain Calzati (AG2R) and Staf Scheirlinckx (Cofidis) got off the front to stay. By 73km, the two had built a seemingly formidable lead of 16:55, but they are now slowly being pulled back by the peloton.

    At km 110, our two leaders are 12:43 ahead of the field, which has broken apart on some tough terrain. Of course, the day’s big climb – the Monte delle Cesane – is coming up, so we\'ll see what impact those 18-degree slopes have on the race as it crests at 39km to go.'),(1040,32,'2006-05-13 14:14:00','Through the feedzone','The leaders have passed through the feedzone and are heading toward the day\'s climb up the Monte Catria. Their advantage has been trimmed to 10:48. Meanwhile a big group of 30 riders has moved off the front and is now about one minute up the road from the race leader\'s group.

    Included in that group are:
    Vladimir Efimkin (Caisse d’Epargne-Illes Balears)\r\n
    Julio Perez Cuapio (Panaria)\r\n
    Rik Verbrugghe (Cofidis)\r\n
    Evgeni Petrov (Lampre)\r\n
    Francisco Vila (Lamre)\r\n
    Juan Garate (Quick-Step)\r\n
    Sergio Barbero (Selle Italia)\r\n
    Nicki Sorensen (CSC)\r\n
    Jorg Ludewig (T-Mobile)'),(1041,32,'2006-05-13 14:16:38','New time check','The two leaders are losing time fast. Our latest time check gives them an advantage of just 7:22.'),(1042,32,'2006-05-13 14:29:00','On the Monte Catria','The leaders are on the lower slopes of the Monte Catria. They have just 4:40 on the first chase group and 5:53 on the gruppo maglia rosa of Olaf Pollack.

    By the way, we\'re also posting photos from our man on the scene, Jason Sumner, so scroll down and take a look when you get a chance.'),(1043,32,'2006-05-13 14:35:34','Today\'s contest','It\'s time for today\'s contest. Please send us your best guess as to who\r\nmight win today\'s stage and be sure to include the name of the winner\r\nin the subject line in the e-mail you send to Rosters@InsideInc.com.\r\nToday\'s winner will receive a copy of  Landscapes\r\nof Cycling by Graham Watson.'),(1044,32,'2006-05-13 14:39:06','Time checks','The two leaders are now just 3:00 ahead of the chase group. The maglia rosa group - with most of the overall contenders in the mix - is at 3:40. Pollack, the race leader, is having a tough time of things on the climb and it may be his only day in Pink. It\'s the Discovery team of Paolo Savoldelli driving the pace in that group.'),(1045,32,'2006-05-13 14:44:57','','Jason Sumner spent a bit of time at the start chatting with racers and directors before the stage.

    Scott Sunderland – the director sportif of CSC:
    \"It\'s going to be a difficult stage (today). But I don’t think it will do much to the GC. It\'s just going to be a tiring day. Tomorrow (Sunday) is going to be the first day that you see any evidence of what is to come, and it will only be an indication. Until now they haven\'t had to do much, but today is going to make the legs tired and soften them up a bit, and then tomorrow there will be some reaction from today. I think we still have to wait until after the Pontedera time trial (stage 11) for the real Giro to really start.\"'),(1046,32,'2006-05-13 14:48:07','Breaking up','On the climb, Sylvain Calzati (AG2R) has fallen back a bit and Staf Scheirlinckx (Cofidis) is off on his own, about 40 seconds ahead. Meanwhile the chase group that includes Perez and several others is about 2:00 minutes behind Calzati and the main group - driven by Discovery - is another 40 seconds back. '),(1047,32,'2006-05-13 14:50:38','Five km from the top',' Staf Scheirlinckx continues to plow ahead on his own. The pace behind is proving to be quite tough for race leader Olaf Pollack and he\'s slipped off of the main group.'),(1048,32,'2006-05-13 15:02:12','Scheirlinckx nearing the top','Staf Scheirlinckx is 2km from the top of the climb with about a minute on his former breakaway partner. Pollack has fallen off the pace and now trails the leader by 7:00. '),(1049,32,'2006-05-13 15:03:56','Patrick McCarty (Phonak) Pre-race comments:','\"I think it\'s going to be a really hard stage. When guys are talking about what gears to put on for the climbs, it makes it sound pretty tough. Apparently there is a dirt section and the stage is 250 not 230k, so who knows? Iccan\'t remember the last time I did a 7-hour race, maybe never. It’s going to be a long one. There’s so many questions. Who is going to control it we don’t know. We are pretty sure today something is going to happen, though.\"'),(1050,32,'2006-05-13 15:06:23','Jason McCartney (Discovery) pre-race comments:','\'We\'ve been told that there’s a dirt climb that’s 15k long. It’s definitely going to be the first day where we see who is a contender and who is a pretender. For us, it\'s just keep Tom and Paolo and Jose out of trouble, and go from there. There are saying it’s 20k longer than what the book says, 250 instead of 230. Then there\'s a 100k transfer after the race so it\'s going to be a long day.\"'),(1051,32,'2006-05-13 15:08:41','Scheirlinckx over the top...','.... and holding about a two-minute lead over a group of 12 chasers, who have swept up Calzati.'),(1052,32,'2006-05-13 15:10:17','The peloton crosses at 4:06','With the Discovery team driving the pace, the peloton has crested the Monte Catria. The gap between Sheilinckx and the chase group is at 2:51.'),(1053,32,'2006-05-13 15:12:55','Savoldelli at the front of the peloton','A fearless descender, il Falco is pushing the pace on the descent. He\'s clearly riding faster than Scheirlinckx on this narrow road.'),(1054,32,'2006-05-13 15:17:00','Phillipe Gilbert falls','Philippe Gilbert (FRANCAISE DES JEUX) has fallen on the descent. We\'ll try to get an update as soon as possible.\r\n'),(1055,32,'2006-05-13 15:20:10','Scheirlinckx\'s advantage','Scheirlinckx\'s advantage is shrinking. He\'s been cautious on the descent and has lost about one minute over the last 10km.'),(1056,32,'2006-05-13 15:24:00','Off the descent','Scheirlinckx actually is holding a two-minute advantage and the peloton is another 1:20 behind the chasers.'),(1057,32,'2006-05-13 15:29:08','Scheirlinckx wants company','Scheirlinckx has glanced at his map and looks like he has decided that he wants to have some company for the remaining 75 km. He\'s sitting up.'),(1058,32,'2006-05-13 15:35:25','Scheirlinckx','is holding his advantage and is back to riding at a brisk pace. Maybe he was just stretching for a bit. Anyway, the gap is still coming down. He\'s 2:05 up on the chase group.'),(1059,32,'2006-05-13 15:41:26','Pace of the chase','The chasers have eased off a bit, at least in the peloton. Scheirlinckx now has a 1:15 advantage over the chase group, but nearly 6:00 on the peloton.'),(1060,32,'2006-05-13 15:43:52','Looking ahead...','The climb ahead, the Monte delle Cesane - which climbs 1700 feet in 7.8km with pitches as steep as 18 percent. It\'s shorter, but tougher than the 15km Monte Catria, which averaged about 5 percent. The Monte delle Cesane starts out with its toughest portions, kicking off at 18 percent.'),(1061,32,'2006-05-13 15:45:00','Scheirlinckx is caught','by the chase group and the peloton is now at around 6:45.'),(1062,32,'2006-05-13 15:53:55','The composition of the lead group.','Vladimir Efimkin (Caisse d\'Epargne-Illes Balears)
    \r\nStaf Scheirlinckx and Rik Verbrugghe (Cofidis)
    \r\nFrancisco Vila Errandonea (Lampre)
    \r\nSerguei Yakovlev (Liberty Seguros)
    \r\nVictor Hugo Pena (Phonak)
    \r\nJuan Manuel Garate (Quick Step)
    \r\nManuele Mori (Saunier Duval)
    \r\nMatthias Kessler (T-Mobile)\r\n\r\nGabriele Missaglia (Selle Italia), is chasing at 5:05 and the peloton is at nearly seven minutes back'),(1063,32,'2006-05-13 16:03:05','GC spots of the leaders','28. Vila Errandonea Francisco J. (Sp), Lampre, at 1:26
    \r\n30. Juan Manuel Garate(Sp), Quick Step-Innergetic, at 1:29
    33. Victor Hugo Pena (Col), Phonak, at 1:33
    70. Manuele Mori (I), Saunier Duval, at 2:14
    73. Vladimir Efimkin (Rus), Caisse d\'Epargne-I.B., at 2:19
    87. Serguei Yakovlev (Kaz), Liberty Seguros, at 2:32
    89. Rik Verbrugghe (B), Cofidis, at 2:34
    109. Staf Scheirlinckx (B), Cofidis, at 2:52
    145. Matthias Kessler (G), T-Mobile, at 4:55\r\n\r\n'),(1064,32,'2006-05-13 16:05:01','The chase begins','Liquigas and CSC are taking up the chase. Missaglia is back in the fold, his venture off the front of the peloton is done. A bit of publicity and that\'s it.'),(1065,32,'2006-05-13 16:09:45','Gap is coming down','The gap to the lead group is shrinking that the big teams are putting some steam into the chase. The gap is 3:54.'),(1066,32,'2006-05-13 16:13:28','Approaching the climb','The gap is coming down as the lead group heads toward the tough climb up Monte delle Cesane '),(1067,32,'2006-05-13 16:15:24','Leaders on the Monte delle Cesane','The lead group is on the lower slopes of the Monte delle Cesane, the tough part with grades reaching 18 percent at points. Meanwhile, the peloton is driving hard behind them. Scheirlinckx, the day\'s early attacker is being shelled.\r\n\r\n'),(1068,32,'2006-05-13 16:18:24','Concerns about distance','While a couple of the riders with whom Jason Sumner spoke this morning appeared worried that the race was actually longer than the 235 on the stage map, those concerns were unfounded. The distance is, in fact, 235km today.'),(1069,32,'2006-05-13 16:20:29','This is a tough climb','The main field is on the tough part of today\'s climb and you can see a lot of these struggling to maintain the pace being set by guys like Basso and Savoldelli at the front. Meanwhile, up front Vladimir Efimkin (Caisse d\'Epargne-Illes Balears) is trying an attack out of the lead group.'),(1070,32,'2006-05-13 16:21:30','Poor Pollack','He\'s struggling on those 18-degree slopes. It\'s clear that he\'ll only have one pink jersey for the collection from this year\'s Giro.'),(1071,32,'2006-05-13 16:22:49','Vladimir Efimkin holding his own','The Russian from Caisse d\'Epargne-Illes Balears is ticking along nicely on the climb. '),(1072,32,'2006-05-13 16:24:08','The Biggies are together','All of the favorites are back in the field are together in the main field, although Di Luca looks like he\'s having a bit of trouble hanging on to that group. '),(1074,32,'2006-05-13 16:28:00','Efimkin nearing the top...','He\'s got about 30 seconds on his former breakaway partners. '),(1075,32,'2006-05-13 16:29:46','Contest reminder','Please send us your best guess as to who\r\nmight win today\'s stage and be sure to include the name of the winner\r\nin the subject line in the e-mail you send to Rosters@InsideInc.com.\r\nToday\'s winner will receive a copy of Landscapes\r\nof Cycling by Graham Watson.'),(1076,32,'2006-05-13 16:32:16','Efimkin caught','Verbrugghe and Pena have pulled the chase group up to the Russian. Scheirlinckx has been pulled in by the peloton.'),(1077,32,'2006-05-13 16:34:00','The peloton is at 3:11','With Pena, Garate and Verbrugghe driving the lead group, the peloton is at 3:11'),(1078,32,'2006-05-13 16:40:44','Time check at the top','The peloton crests the Monte delle Cesane 3:44 behind the leaders. With 39km remaining, they have a big job to bring these guys back... or at least to narrow the gap to the point that none of the escapees presents a long-term threat on GC'),(1079,32,'2006-05-13 16:43:29','Kessler hits the deck','Kessler has crashed and he\'s okay, but his bike is buggered. Spanish national champion Garate has attacked on the descent.'),(1080,32,'2006-05-13 16:46:29','Kessler is back riding','and chasing. He\'s still ahead of the peloton, but he\'s lost a minute or two on the rest of the escapees.'),(1081,32,'2006-05-13 16:49:22','Garate has company','As the best-placed GC rider in the bunch, Garate looks like he is trying for the maglia rosa. The rest of the guys in the break have joined him and he\'s now encouraging his partners to lend a hand. The peloton doesn\'t seem all that freaked out about this break and the chase appears to be moderate with CSC setting tempo.'),(1082,32,'2006-05-13 16:52:52','On the flat','The lead group is on the flats and we should be getting an accurate time check here soon.'),(1083,32,'2006-05-13 16:55:53','Kessler back in the peloton','With 25km to go, the peloton - with Lampre and CSC at the front - has narrowed the gap to 3:12'),(1084,32,'2006-05-13 16:59:00','No cooperation up front','With 20km to go, Garate has given up on trying to organize the front group and is off on his own. We\'ll get a time check at the 20km banner'),(1085,32,'2006-05-13 17:02:15','With CSC and Lampre at the front','The peloton has been trimmed to 2:45. Up front, the five leaders are all back together again.'),(1086,32,'2006-05-13 17:04:39','Chase is on','The Lampre team has just moved up a bit more horsepower. The peloton is now strung out in single file... the speed is going up and we expect to see that gap narrow very quickly. Is it enough? We\'ll see.'),(1087,32,'2006-05-13 17:06:58','The Lampre\'s are driving the pace','over the top of this little un-rated climb near the end. Di Luca, by the way, is having trouble holding on. Jan Ullrich, too, is having a spot of trouble on this unrated climb.'),(1088,32,'2006-05-13 17:09:00','Gap is down to 1:45','The five leaders are together, but they are riding a lot more slowly than the main field and the gap is down to 1:45. Oddly enough, Ivan Basso has no teammates with him in the main field. It\'s all Lampre at the front.'),(1089,32,'2006-05-13 17:11:24','Leaders at 15km to go','Garate is frustrated. He\'s on the attack again. Francisco Vila Errandonea is from the Lampre team, so he has no interest in lending a hand.'),(1090,32,'2006-05-13 17:12:12','Peloton at 1:35','The peloton hits the 15km to go banner at 1:35.'),(1091,32,'2006-05-13 17:13:35','Di Luca is not looking great','As the peloton nears the top of the climb, Danilo Di Luca is having a tough time holding the pace being set by the Lampre squad.'),(1092,32,'2006-05-13 17:14:01','Garate is off again','He\'s having a tough last part of this race. '),(1093,32,'2006-05-13 17:15:01','Garate caught.','The gap is now down to 1:00... he\'s trying to ride himself into the jersey, but that looks like it won\'t happen. Lampre is doing a great job at the front of the peloton.'),(1094,32,'2006-05-13 17:15:56','Vila Errandonea dropping back','Lampre\'s man in the break is easing off. He may be dropping back to the field to lend a hand in the chase.'),(1095,32,'2006-05-13 17:17:03','The gap is under one minute','With 12km to go, the peloton has brought the group to within 56 seconds.'),(1096,32,'2006-05-13 17:17:52','Vila Errandonea still up front','He\'s not working, but he did not drop back.'),(1097,32,'2006-05-13 17:18:44','Di Luca is in there again','Both Danilo Di Luca and Jan Ullrich are back with the main group.'),(1098,32,'2006-05-13 17:19:49','The Lampre group','With the Lampres driving hard at the front, the main group has been trimmed down to just 25 or 30 guys with 10km to go. Savoldelli is in there, but he\'s alone up there.'),(1099,32,'2006-05-13 17:21:00','With7.5km to go','The gap is down to 53 seconds. Ahead the course throws in a tough little climb near the finish.'),(1100,32,'2006-05-13 17:22:50','With 6km to go','The gap is 48 seconds. The guys up are looking tired.'),(1101,32,'2006-05-13 17:24:02','Verbrugghe attacks!','The Cofidis man from Belgium is having a go with about 4.5km to go. The last three km are steep.'),(1102,32,'2006-05-13 17:25:11','Verbrugghe has a gap','This will be a big from-the-heart effort for the big Belgian. He\'s got a good gap, but some tough kilometers ahead, especially with 230+km under his belt.'),(1103,32,'2006-05-13 17:26:20','Savoldelli is not alone','Tom Danielson is in there and he\'s now at the front of the main group driving the chase.'),(1104,32,'2006-05-13 17:27:39','Verbrugghe is still up front','On the last three kilometers, the peloton is chasing hard. Lampre and Discovery are driving hard.'),(1105,32,'2006-05-13 17:28:42','Mori trying to Bridge with 2km to go','Verbrugghe is still up there as the gap to the peloton is down to 20 seconds.'),(1106,32,'2006-05-13 17:29:21','One kilometer for Verbrugghe.','Mori has given ip and it looks like Rik Verbrugghe is going to pull this off... he looks tired, though'),(1107,32,'2006-05-13 17:29:58','500 meters...','Verbrugghe has 30 seconds on the other guys, but he looks beat!'),(1108,32,'2006-05-13 17:30:41','Oh it hurts','Just to watch this guy stuggle but he\'s going to win... 250 meters to go.'),(1109,32,'2006-05-13 17:31:15','Savoldelli attacks!','Savoldelli is charging out of the main field...'),(1110,32,'2006-05-13 17:31:37','Verbrugghe gets the win!',''),(1111,32,'2006-05-13 17:31:00','Holy .....!','Savoldelli gets second!!!'),(1112,32,'2006-05-13 17:33:36','Holy .....!','Savoldelli gets second! The defending champion pulls the field past the remaining escapees and leads the charge to the line... just 14 seconds behind Verbrugghe'),(1113,32,'2006-05-13 17:34:13','Basso was with Savoldelli...','... but it looks like Di Luca has lost time.'),(1114,33,'2006-05-14 14:03:55','Good day...','...and welcome to VeloNews.com\'s live coverage of the eighth stage of the 2006 Giro d\'Italia. This is a toughy with a desceptively easy start.

    The first 100 kilometers after the departure from Civitanova Marche are made up of a pan-flat run along the Adriatic before making a hard turn into the hills. After a few moderate rollers, we get to see a tough, tough summit finish on the Passo di Lanciano.

    Really, the opening stretch is just a warm up for a hill-climb today. This 12.3km climb (with the last 11km averaging 9 percent) has a steepest pitch of 13 percent. We\'ll get to see who is in shape today and who is ready for the really tough parts of the mountainous final half of the Giro.

    Maybe after yesterday, Danilo Di Luca will be particularly motivated, since he wasn\'t really on form yesterday and some are already beginning to discount his chances for a spot on the podium, despite the fact that he only lost 20 seconds yesterday. Add to that the fact that the stage passes close to his village of Spoltore 40km before the Lanciano climb.

    Odds are, though, we\'ll see an early escape and then the biggies (Discovery, Lampre and CSC) putting men up front to chase the break and set up their GC guys for the win. Either way it unfolds today, we\'re in for a good show. \r\n'),(1115,33,'2006-05-14 14:11:43','At 68km','We\'ve seen activity in the peloton since today\'s start at 12:45, but no one is getting much of a gap. The speeds are high (50kph) for the first hour and no one seems willing to let anyone ride away. Right now, we have a couple of small groups off the front, with advantages between 40 seconds and 1:45 on the field.'),(1116,33,'2006-05-14 14:32:01','At 81km','The pace is still high and the escape group has about 2:00 on the main field and only about 45 seconds on set of three chasers. We see about 11 guys up front and included in that group are \r\nMarzio Bruseghin (Lampre)
    \r\nSylvain Calzati (Ag2r)
    \r\nFrancisco Perez Sanchez (Caisse D\'epargne-Illes Balears)
    \r\nNicki Sorensen (CSC)
    \r\nAndrea Moletta (Gerolsteiner)
    \r\nAlessandro Cortinovis (Milram)
    \r\nMarco Pinotti (Saunier Duval)

    We\'ll be back in a minute with full I.D.\r\n\r\n\r\n\r\n'),(1117,33,'2006-05-14 14:37:15','Daily contest','It\'s time for another daily contest. Take the time to make an informed\r\nguess as to who you think will win today\'s stage. Then send us an e-mail\r\nat Rosters@InsideInc.com. We\'ll make a random selection from the correct answers and we\'ll send the winner a 1920s\r\nItalian National Champion Poster from The Horton Collection\r\n
    , which commemorates Constante Girardengo, one of the first great Italian champions who dominated the sport in his country from 1913 through the 1920s. PLEASE INCLUDE THE NAME OF YOUR PICK IN THE SUBJECT LINE OF YOUR\r\nE-MAIL.'),(1118,33,'2006-05-14 14:44:00','The men in the break','

    Marzio Bruseghin (Lampre)\r\n
    Sylvain Calzati (Ag2r)\r\n
    Francisco Perez Sanchez (Caisse D\'epargne-Illes Balears)\r\n
    Nicki Sorensen (CSC)\r\n
    Andrea Moletta (Gerolsteiner)\r\n
    Alessandro Cortinovis (Milram)\r\n
    Marco Pinotti (Saunier Duval)\r\n
    Iker Flores Galarza (Euskaltel)\r\n
    Serge Baguet (Quick Step)\r\n
    Jurgen Kuyckx (Davitamon)\r\n
    Grischa Niermann (Rabobank)

    The 11 up front are being followed by three men at 35 seconds. Benoit Poilvet (Credit Agricole)\r\n
    Christophe Edaleine (Credit Agricole)\r\n
    Santos Anza (Selle Italia).

    The peloton is at 2:00'),(1119,33,'2006-05-14 14:57:51','14 up front','The three chasers have caught up with the lead group. We now have 14 escapees, who have a lead of 3:12 on the peloton. Is that enough to take a stage win? Doubt it. It\'s amazing how fast a gap like that can get shut down when the big teams start putting on the gas.'),(1120,33,'2006-05-14 15:02:44','That gas','Apparently, the peloton is picking up the pace. The gap is now under 3:00, with 65km remaining.'),(1121,33,'2006-05-14 15:06:04','Gap at 3:00','With 63km remaining, the gap to the peloton is around 3:00. '),(1122,33,'2006-05-14 15:06:25','Contest reminder','Take the time to make an informed\r\nguess as to who you think will win today\'s stage. Then send us an e-mail\r\nat Rosters@InsideInc.com. We\'ll make a random selection from the correct answers and we\'ll send the winner a 1920s\r\nItalian National Champion Poster from The Horton Collection\r\n
    , which commemorates Constante Girardengo, one of the first great Italian champions who dominated the sport in his country from 1913 through the 1920s. PLEASE INCLUDE THE NAME OF YOUR PICK IN THE SUBJECT LINE OF YOUR\r\nE-MAIL.'),(1123,33,'2006-05-14 15:12:42','Bumping it up','The gap at 115km is now 3:50.'),(1124,33,'2006-05-14 15:18:31','T-Mobile moving to the front','Interested in preserving the overall lead of Sergei Honchar, the T-Mobile team has moved to the front of the peloton and we can expect to see the gap droping a bit. We\'re hoping they do it only because we like to see Honchar\'s podium performance when he gets the jersey again.

    '),(1125,33,'2006-05-14 15:19:57','Gap at 3:38','There are more teams moving up to lend a hand. Meanwhile there are huge crowds lining the route on the final climb. This is going to be terrific.'),(1126,33,'2006-05-14 15:23:28','The chase','There is some real peloton power without representatives in the break. T-Mobile, Liquigas and Discovery are all without a rider in the break. They are all putting in an effort at the front and despite the presence of Marco Pinotti, the Saunier Duval team is also lending a hand. Pinotti meanwhile is not doing much for the effort up front. The gap is at 3:20'),(1127,33,'2006-05-14 15:26:52','Liquigas and Saunier Duval','Are doing much of the work at the front of the peloton. With 50km to go, the gap is trimmed to 3:10'),(1128,33,'2006-05-14 15:32:43','The terrain is looking a bit bumpy','The leaders are on the little climb up to Nocciano... not too much of a rise, but something to warm up the legs before the big finisher. The gap is at 2:48.'),(1129,33,'2006-05-14 15:36:51','Crash','We\'ve had a crash in the main field. Several riders are down. There\'s quite a bit of broken carbon, but it doesn\'t look like any riders are seriously injured.'),(1130,33,'2006-05-14 15:38:48','Last time check... before the crash','put the gap at 2:30, but the pile-up in the field is bound to have an effect on the chase. We\'ll get a new one soon.'),(1131,33,'2006-05-14 15:39:00','With 40km to go...','... the gap is 2:22. The crash survivors, meanwhile, are making their way up to the main field. It\'s raining a little bit out there, but the roads are still in good shape.'),(1132,33,'2006-05-14 15:43:23','Saunier Duval','Gilberto Simoni\'s team is foing the bulk of the work at the leading edge of the peloton. The level of cooperation up front, meanwhile, appears to be declining. The leaders have 35km to go.'),(1133,33,'2006-05-14 15:46:06','The peloton passes the 35km to go mark','exactly 2:07 behind the leaders. meanwhile Jan Kuyckx (Davitamon) is attacking out of the lead group.'),(1134,33,'2006-05-14 15:47:15','Putting his head down and hammering','Kuyckx has built up a nice little gap, but he\'s a big fella and doesn\'t have too great a prospect of success over the course of those last 12km.'),(1135,33,'2006-05-14 15:51:33','Kuyckx is back','The lead group is back together at 30km to go.'),(1136,33,'2006-05-14 15:53:39','Peloton reaches the 30km to mark','... at 2:12. Kuyckx\'s little foray must have given the lead group a bit of motivation'),(1137,33,'2006-05-14 15:55:20','Raining harder','As the race nears the tough part, the weather has taken a slight turn for the worse.'),(1138,33,'2006-05-14 15:56:55','Leaders at 25km to go.',''),(1139,33,'2006-05-14 16:00:46','Gap at 25km to go.','The leaders are holding on to an advantage of 1:55.'),(1140,33,'2006-05-14 16:02:19','Wet, winding roads...','We\'ve had several crashes in the main field over the past few kilometers. None have been of serious consequence or involved top GC riders.'),(1141,33,'2006-05-14 16:06:24','With 20km to go...','the leaders\' advantage is down to 1:23.'),(1142,33,'2006-05-14 16:08:53','Looking ahead...','these next few kilometers will go by quickly. Then the final 12.3km is straight up... Passo di Lanciano. This climb (with the last 11km averaging 9 percent) has a steepest pitch of 13 percent.'),(1143,33,'2006-05-14 16:12:26','Less than one minute','As the peloton passes beneath the InterGiro sprint mark, the gap is down to 58 seconds.\r\n\r\nMeanwhile, Serge Baguet (Quick Step) grabbed the points and held a gap for a bit... but he\'s been seaemed and the attacks are starting on the approach to the climb.'),(1144,33,'2006-05-14 16:16:26','','Marzio Bruseghin (Lampre) and Sylvain Calzati (Ag2r), who was off the front for a good part of the day yesterday, have attacked and are just moving on to the lower slopes of climb. In back, the Discovery boys are taking up the chase and it looks like the rest of the escapees may be swept up quite soon. They are just 40 seconds up on the field.\r\n'),(1145,33,'2006-05-14 16:18:47','On the climb','With 12km to the finish, the two leaders are holding a small gap, but the field is about to pick off the rest of the break.'),(1146,33,'2006-05-14 16:19:24','Bruseghin off on his own','Bruseghin has stepped on the pedals and left the Ag2r man behind.'),(1147,33,'2006-05-14 16:20:16','Tschopp (Phonak)','is attacking out of the main field. The escapees are being pulled back'),(1148,33,'2006-05-14 16:22:07','Big crowds','The climb - especially near the top - is lined with fans.'),(1149,33,'2006-05-14 16:23:02','Bruseghin is pedaling squares','The rest of the break has been pulled in... and Bruseghin is about 35 seconds ahead of the main field, led by CSC.'),(1150,33,'2006-05-14 16:24:35','All together','With 9km to go, the whole show is together. Now the biggies are going to set up for the finish.'),(1151,33,'2006-05-14 16:26:21','Honchar','is struggling and is hanging at the back of the main group. Up front we see Simoni, Basso, Cunego, Savoldelli... They\'re on a relatively moderate part of the climb, but the steep parts are coming up.'),(1152,33,'2006-05-14 16:28:25','Sastre','is doing great work setting tempo for his man, Ivan Basso. The lead group is shrinking and is really down to an elite group of about 10 riders. '),(1153,33,'2006-05-14 16:30:26','Savoldelli in trouble','Savoldelli is having a tough time hang on to the pace being set by Sastre and Basso at the front.... seven km to go. '),(1154,33,'2006-05-14 16:31:12','Di Luca','is hanging in there. He\'s with the lead group, which is now down to about eight riders.'),(1155,33,'2006-05-14 16:34:01','Another great climber off','Panaria\'s Perez Cupio has come off the back. He\'s down there with Savoldelli about 20 seconds off the Basso group. .. and the steep part kicks in.

    Sastre is still up front setting tempo for Basso. Simoni is right on Basso\'s wheel.'),(1156,33,'2006-05-14 16:35:47','The lead group','Cunego is in there. Simoni is in there. Rujano is there and Di Luca is hanging on and Basso and Sastre are making life difficult for everyone. Savoldelli, meanwhile is 42 seconds down.'),(1157,33,'2006-05-14 16:37:08','POP!','There goes Di Luca... he\'s off the back. Savoldelli has Danielson helping him... but they are 48 seconds off.'),(1158,33,'2006-05-14 16:38:22','Rujano takes a dig','The little Selle Italia climber who made such a mark on last year\'s Giro is taking a dig... but the Basso group is not freaking out and it looks like they may pull him back by just keeping a steady pace.'),(1159,33,'2006-05-14 16:39:44','Di Luca fighting back.','The ever-tenacious Danilo Di Luca is fighting his way back on to the tail end of the Basso group.... as they pull in Rujano and there goes Cunego!'),(1160,33,'2006-05-14 16:40:53','Cunego now has company','Basso and Cunego are now up front. While Cunego may not have succeeded in shedding Basso, he did get rid of his old buddy Gilberto Simoni.'),(1161,33,'2006-05-14 16:41:33','Basso!','Basso is off on his own... he\'s 3.5km from the top and he\'s putting some distance on Cunego.'),(1162,33,'2006-05-14 16:43:12','Basso looks relaxed','Ivan Basso is just riding his own race... it\'s just that his race is just a bit faster than everyone else\'s. He\'s just settled in and grinding through these last few kilometers.'),(1163,33,'2006-05-14 16:45:14','Savoldelli suffering','With Tom Danielson setting tempo, Paolo Savaldelli is about one minute back. Basso is in the final two kilometers and he has about 11 seconds on Damiano Cunego.'),(1164,33,'2006-05-14 16:46:40','Savoldelli at 1:25','The defending Giro champion is 1:25 behind Ivan Basso'),(1165,33,'2006-05-14 16:47:01','Basso holding his advantage',''),(1166,33,'2006-05-14 16:48:21','Basso in he final kilometer',''),(1167,33,'2006-05-14 16:49:17','Basso set to take over the jersey','Ivan Basso looks set to win today\'s stage and will take over the leader\'s jersey as well today.'),(1168,33,'2006-05-14 16:50:31','Simoni working hard to minimize the damage.','With Basso and Cunego ahead, Gilberto Simoni is riding hard into the final kilometer'),(1169,33,'2006-05-14 16:51:00','Ivan Basso wins!','Ivan Basso has taken command of the Giro d\'Italia, winning Stage 8 by a healthy margin... 30 seconds ahead of Damiano Cunego and Jose Enrique Gutierrez (Phonak)'),(1170,33,'2006-05-14 16:53:44','Simoni in at 1:18',''),(1171,34,'2006-05-15 14:05:00','Good day...','...and welcome to VeloNews.com\'s live coverage of today\'s 127km stage from Francavilla al Mare to Termoli, a short southerly race along the Adriatic coast.

    On paper this shorty is one of the few sprinters\' days in the Giro d\'Italia, but we may see some flourishes on rolling hills as the stage nears Termoli from is made for the sprinters.

    This stage will take a little pressure off of the CSC team, since their guy has a good 1:34 on his closest rival. With Robbie McEwen in the hunt for his fourth stage win, there will be plenty of reason for the Davitamon-Lotto squad to ride herd on the peloton and keep the race together. That may involve letting a small break get up the road, just to keep things sane in the peloton until the escapees can be reeled in. '),(1172,34,'2006-05-15 14:06:00','And they\'re off','The peloton is rolling out of Francavilla al Mare at 2:05 p.m. a wonderfully civilized start time.

    As you suspect these days, the grand tours tend to tailor their stage starts to comply with the demands and desires of the folks who schedule television broadcasts, which is why most of these things finish just around 5:00 p.m. local time (11 a.m. in the Eastern time zone of the U.S.).

    We can expect a series of early attacks today, since there is little time to put a successful break together and gain significant time on a stage this short.'),(1173,34,'2006-05-15 14:07:00','Daily Contest','It\'s time for another of our Daily Contests. Take a moment to chose who\r\nyou think might win today\'s stage and send your pick to Rosters@InsideInc.com.\r\nBe sure to include the name of your pick in the subject line of\r\nyour e-mail. Remember, only ONE entry per person per day.\r\n

    We will make a random choice from among all of the correct e-mails and\r\naward a copy of Andy\r\nPruitt\'s Complete Medical Guide for Cyclists.'),(1174,34,'2006-05-15 14:11:00','Out of the neutral zone','The peloton has left the neutral zone and we may well expect the action to start quite quickly.'),(1175,34,'2006-05-15 14:27:25','Rapid Pace','Word from the road is that pace is quite high, but as of yet, there have been no successful attacks.'),(1176,34,'2006-05-15 14:41:00','Another contest?','Okay, okay... we\'re getting spotty reports from the road right now, so we\'re going to take this opportunity to try out this season\'s first \"From where are you checking in?\" contest. You\'re obviously checking on the Giro\r\nfrom somewhere. We\'ve asked folks to send this in before and awarded prizes\r\nto those checking in from the most exotic corner of the globe. Once we\r\nverify, we\'ll come up with a good prize. Past winners have been in Baghdad,\r\nthe South Pole, Hanoi.... even Wyoming (well, no one\'s actually\r\nin Wyoming, but you get the point). No matter from where you’re keeping\r\ntrack of the Giro, send a note to VNInteractive@InsideInc.com\r\nand we\'ll post some of the better examples and then announce a winner during\r\ntomorrow\'s coverage. We\'ll make sure the prize is worth your trouble.'),(1177,34,'2006-05-15 14:48:00','Doping update','Nothing to report on that front from this Giro, which is good news, given the past history of late-night police raids, falls from grace and other drama, but at the Tour of Catalonia, Czech rider Jan Hruska has been booted for - as one wag likes to put it - \"having too much blood in his blood.\" The vampires made their visit to team hotels this morning and Hruska failed the 50-percent hematocrit test.

    Also on that front, you may have noticed that the Executive committee of the World Anti-Doping Agency, meeting in Montreal this week, has delayed a decision on whether to include the use of so-called \"altitude tents\" on its banned practices list until at least September of this year.'),(1178,34,'2006-05-15 15:04:12','Weather today','After yesterday\'s rain-spotted finish, it\'s quite nice today, with the peloton coursing along the Adriatic coast under clear sky. Temperatures are in the high 70s and low 80s... not too bad.'),(1179,34,'2006-05-15 15:15:00','We have a break...','Obviously, our reports have been sporadic this morning, but we do have a break up the road: Two riders - Cyrille Monnerais (Francaise Des Jeux)
    Yuriy Krivtsov (Ag2r) - with an advantage of 4:02, with 86km to go.'),(1180,34,'2006-05-15 15:22:04','With 85km to go','The Quick Step team is setting tempo at the front of the field, keeping tabs on the break. They\'re undoubtedly looking for a win by Bettini and looking at the last part of the profile you\'ll see that the feisty little Italian will have an easier time on this finish than might Robbie McEwen.'),(1181,34,'2006-05-15 15:27:23','Wyoming takes umbrage','Whether we make a remark about office cubicles in Ohio or the wide, wide, wide open spaces of Wyoming, folks often take umbrage at our remarks about what we might define as exotic. Nonetheless, we\'re getting lots of you to check in from places far and wide... including northern Maine, several from South Africa and a couple from Russia... even a couple from the Equality State. Keep \'em coming folks.'),(1182,34,'2006-05-15 15:31:33','At 49km','The two escapees are hovering at 4:10 up on the peloton. The Quick Step team is setting tempo at the front with three riders. The CSC squad is right behind them putting in a moderate effort.'),(1183,34,'2006-05-15 15:35:00','A comment from Phonak\'s Patrick McCarty','Our guy Jason Sumner spoke with McCarty this morning. Regarding his teammate Jose Gutierrez, who jumped to second overall, at 1:34, after finishing 3rd on the tough stage 8 1289-meter summit finish at Maielletta-Passo Lanciano, McCarty was very pleased:

    \"He\'s strong. That was a little bit of a surprise. He\'s a horse. I knew he could climb, but that was definitely a surprise. But he\'s been consistently strong, so it\'s not like that was a fluke yesterday. He\'s second overall and it\'s going to be hard to knock him out.\"\r\n'),(1184,34,'2006-05-15 15:42:08','The pace is moderate','The peloton is cruising along at just under 40kph. The gap is right at 4:00.'),(1185,34,'2006-05-15 15:45:43','Leaders at the InterGiro mark','(It\'s that pink triangle on your profile, by the way.) We\'ll be getting a good time check when the peloton rolls through there, too.'),(1186,34,'2006-05-15 15:51:18','The peloton reaches the InterGiro','at 3:46. With a couple of InterGiro points remaining, the pace picked up for a bit, so we may see things ease up a bit and that gap grow again.

    Meanwhile, we\'re getting quite a good number of e-mails on our \"exotic locales\" contest. Some are quite interesting, including one from a bike geek trapped aboard a 200+-foot yacht near the Bahamas. Poor fella is riding a trainer in the engine room for an hour a day. We\'ll post a good selection of entries early in the stage tomorrow and announce a winner as well.'),(1187,34,'2006-05-15 16:01:53','Gap is back at 4:00','As we approach the day\'s climbs, the gap is back up to 4:00.

    We just want to send a big hello to Mr. Armstrong\'s class in Dallas and thanks for checking in!'),(1188,34,'2006-05-15 16:07:39','The gap is at 3:52',''),(1189,34,'2006-05-15 16:10:46','With 44km to go','The gap is 3:55 and the race heads into the hills. The Quick Step team is up front and driving the pace. They seem intent on shedding Robbie McEwen in the hills, so they don\'t have to deal with the guy at the finish.'),(1190,34,'2006-05-15 16:11:30','Krivtsov moving off on his own',''),(1191,34,'2006-05-15 16:12:00','2 hours in the saddle','After two hours of racing, the average speed has been just around 42.8kph'),(1192,34,'2006-05-15 16:22:27','Quick Step setting tempo','as the peloton courses its way over the hilly portion of the route. The pressure is on at the front and the peloton is stringing out in single file.'),(1193,34,'2006-05-15 16:26:16','Krivtsov','is just about a minute ahead of his former breakaway companion and the peloton is just at 2:12'),(1194,34,'2006-05-15 16:28:37','Krivtsov is 37km from the finish','and heading to the day\'s only rated climb. His advantage is coming down fast as the Quick Steps are setting a pace they hope might rid them of Robbie McEwen.'),(1195,34,'2006-05-15 16:30:02','Cyrille Monnerais caught','The peloton has swept up one of the day\'s escapees'),(1196,34,'2006-05-15 16:31:03','Krivtsov\'s advantage shrinking','He\'s just 1:35 ahead of the peloton.'),(1197,34,'2006-05-15 16:33:23','35km to go','The peloton passes the 35km to go mark and the gap is 1:12.\r\n\r\nThe pace is picking up and there is a split in the field as the Quick Steps are driving things pretty hard.'),(1198,34,'2006-05-15 16:37:19','46 seconds','Krivtsov is just barely ahead of the peloton.'),(1199,34,'2006-05-15 16:38:25','With 30km to go','The gap is five seconds back...which means
    '),(1200,34,'2006-05-15 16:41:20','Heading to the KOM','The climb will start in a bit. Bettini is up front, as is Basso and the CSC crew. We may see Bettini go on the attack on this climb, since he\'s pretty much on his own. Quick Step appears to have blown its wad going along these rollers and Robbie McEwen just stayed tucked in. Strategic error?'),(1201,34,'2006-05-15 16:43:17','On the climb','It\'s a four kilometer climb - a Cat. 3 - and if Bettini wants to rid himself of McEwen, he needs to really pound here.'),(1202,34,'2006-05-15 16:44:18','McEwen is holding his own','There are a few gaps opening up in the peloton, but it looks like McEwen is holding his own... remarkably, Bobby J just popped off the back,'),(1203,34,'2006-05-15 16:45:18','There goes McEwen...','He\'s been gapped with about 1km to go. He\'ll have 22.9km to catch back on, though.'),(1204,34,'2006-05-15 16:47:48','Gutierrez on the attack','The man in second overall scampers off the front near the top of the climb. That\'s cool. Meanwhile, the McEwen group is about 50 seconds back.'),(1205,34,'2006-05-15 16:48:07','Basso scoots up to Gutierrez',''),(1206,34,'2006-05-15 16:52:04','On the descent','The speed is quite high (79kph), and there is a good split in the field. The McEwen group is probably 55 seconds back. We figure he\'ll work his way back and then he\'ll be a big factor at the finish if he makes it.'),(1207,34,'2006-05-15 16:54:27','McEwen closing the gap','The front group isn\'t working that hard and Bettini isn\'t getting a lot of help up there. The McEwen group is coming up fast and we expect a re-connect with about 15km to go.'),(1208,34,'2006-05-15 16:55:59','Gap at 20 seconds','McEwen has lots of help and it looks like the second group is quickly narrowing the gap.'),(1209,34,'2006-05-15 16:57:04','Attacks up front','Anticipating the arrival McEwen group, we\'re seeing some attacks off the front.'),(1210,34,'2006-05-15 16:59:21','McEwen regains','With 15km to go, McEwen has rejoined with the bunch and is working his way back to the front.'),(1211,34,'2006-05-15 17:00:42','Four riders scamper off','Four riders have slipped off the front. T-Mobile\'s Scott Davis has now jumped ahead on an unrated climb.'),(1212,34,'2006-05-15 17:01:40','Serpa giving chase','Selle Italia\'s Serpa is moving toward Davis on winding roads... '),(1213,34,'2006-05-15 17:02:21','Pellizoti',' flying out of the main field and has passed Serpa and caught Davis.'),(1214,34,'2006-05-15 17:03:50','Two men up front...','Pellizoti and Davis are going hard. Bettini and Cunego and Simoni are charging out of the field now... Basso has them, but there are a few gaps in the field. McEwen is off the back again. He has 12km to catch.'),(1215,34,'2006-05-15 17:04:25','Pellizoti, Davis caught','with 10km to go, the whole field is coming together again.'),(1216,34,'2006-05-15 17:05:00','In these closing kilometers','The attacks are coming fast and furious, but now one is getting much of a gap. 10km to go.'),(1217,34,'2006-05-15 17:07:07','Ullrich taking big pulls up front.','Lampre and T-Mobile are up front. '),(1218,34,'2006-05-15 17:07:36','With 9km to go, the roads are flat','and quite straight to the finish.'),(1219,34,'2006-05-15 17:11:14','Looks like it\'ll be a sprint','Bettini\'s strategy didn\'t work out as hoped and with six kilometers to go, the peloton is all together. McEwen is just hanging back and working his way through the bunch. '),(1220,34,'2006-05-15 17:11:33','Five kilometers to go',''),(1221,34,'2006-05-15 17:13:02','Moving to the finish','McEwen is up there near the front, finding good wheels to grab.'),(1222,34,'2006-05-15 17:14:02','A little rise...','With four kilometers to go, Matt White from Discovery is attacking off the front. Milram and Davitamon are giving chase.'),(1223,34,'2006-05-15 17:15:30','White caught','White was with Credit Ag\'s Talabardon and and un-ID-ed Rabobank. 2.5km to go.'),(1224,34,'2006-05-15 17:16:44','Attack attack attack','We\'re seeing quite a few attacks as the peloton is coming into the final haul to the finish. 1km to go all together.'),(1225,34,'2006-05-15 17:17:12','Milram leading...','McEwen sitting in there'),(1226,34,'2006-05-15 17:18:00','Pollack charges...','... McEwen on his wheel. Bettini coming up hard...Tomas Vaitkus (Ag2r) head-to-head-head... Pollack, McEwen and it\'s Vaitkus!'),(1227,34,'2006-05-15 17:20:00','Vaitkus, Bettini, Pollack and McEwen in fourth','McEwen didn\'t look happy. The Quick Step efforts may have taken a bit of the Oooomph out of Robbie, but it was the Ag2r sprinter who got the big benefit.'),(1228,35,'2006-05-16 13:59:00','Good day...','… and welcome to VeloNews.com’s Live Coverage of the 10th stage of the 2006 Giro d’Italia, a tough 187km race from Termoli to Peschici.

    With a challenging finish, this may finally be a venue for a successful breakaway or a late solo attack. With 66km to go the course climbs from the coast into the Gargano National Park on a 10km, 6.8-percent ascent to Monte San Angelo and then winds across a rolling plateau before plunging back to the coast 8km from the finish. There follow a couple more short hills, one with a 10-percent grade, before the uphill sprint into Peschici. '),(1229,35,'2006-05-16 14:02:28','Today\'s contest','It\'s time again for today\'s contest. Send in your best guess as to who\r\nwill win today\'s stage to Rosters@InsideInc.com\r\nand be sure to include your pick in the subject line of your e-mail. Only\r\none entry per person per day and no entries after the 10km-to-go mark.\r\nToday\'s winner - randomly selected from the correct entries - will receive\r\na copy of\r\n
    Landscapes\r\nof Cycling by Graham Watson.'),(1230,35,'2006-05-16 14:00:00','Many attacks','It\'s been a busy couple of hours in the saddle today after the stage rolled out of Termoli at noon. There have been several attacks and we have a large group of 16 riders off the front as the course has reached the first - unrated - climb of the day. Among those on the attack are:
    \r\nSylvain Calzati (Ag2r)
    \r\nHubert Dupont (Ag2r)
    \r\nJose Luis Carrasco (C D’Epargne)
    \r\nJoan Horrach (C D’Epargne)
    \r\nSergei Matveyev (Panaria)
    \r\nSergei Yakovlev (Panaria)
    \r\nAxel Merckx (Phonak)
    \r\nTheo Elting (Rabobank)
    \r\nAngel Gomez Gomez (Saunier Duval)
    \r\nJose Serpa (Selle Italia)
    \r\nGiovanni Lombardi (CSC)
    \r\nAlessandro Vanotti (Milram)\r\nAlexander Kolobnev (Rabobank)\r\n'),(1231,35,'2006-05-16 14:22:34','Escapees crest the climb at Borgo Celano','We\'re looking at about a 2:00 advantage... but we should have a better time check soon. Temperatures are quite warm out there today... well into the 80s.'),(1232,35,'2006-05-16 14:26:29','McGee out','We\'ve received word that Brad McGee dropped out around 2 p.m. today. He has had hip problems after he injured it in a crash at the Criterium International crash. '),(1233,35,'2006-05-16 14:27:55','McEwen ill','Jason Sumner spoke with Alan Peiper at Davitamon this morning and the director says that Robbie McEwen is a little sick, perhaps suffering from allergies.

    \"He woke up sick this morning. He has some trouble with his sinuses and his eyes are swollen and the left side of his face was a bit swollen up. He’s really looking forward to tomorrow [the rest day]. He wants to ride an hour and a half and lay on the beach for six hours. He said getting some sun will help him.\"'),(1234,35,'2006-05-16 14:37:00','At km 102','The 21 leading riders have an advantage of 3:40. Included in the group are
    Benoit Joachim (Discovery)
    \r\nSylvain Calzati (Ag2r)
    \r\nHubert Dupont (Ag2r)
    \r\nVladimir Efimkin (Caisse d\'Epargne-Illes Balears)
    \r\nJose Luis Carrasco (Caisse d\'Epargne-Illes Balears)
    \r\nJoan Horrach (Caisse d\'Epargne-Illes Balears)
    \r\nSergei Matveyev (Panaria)
    \r\nSergei Yakovlev (Panaria)
    \r\nAxel Merckx (Phonak)
    \r\nTheo Elting (Rabobank)
    \r\nAngel Gomez Gomez (Saunier Duval)
    \r\nJose Serpa (Selle Italia)
    \r\nGiovanni Lombardi (CSC)
    \r\nAlessandro Vanotti (Milram)
    \r\nAlexander Kolobnev (Rabobank)
    \r\nMarcos Serrano (Liberty)
    \r\nYohann Gene (Bouygues Telecom)
    \r\nBenoit Poilvet (Crédit Agricole)
    \r\nFranco Pellizotti (Liquigas)
    \r\nCharles Wegelius (Liquigas)
    \r\nSven Krauss (Gerolsteiner)\r\n'),(1235,35,'2006-05-16 14:44:49','Gap at 4:30','We\'re seeing good cooperation up front and the escape group is extending its margin to 4:30.'),(1236,35,'2006-05-16 14:50:12','At the InterGiro','(Which they call the \"110 Gazetta\" this year) the leaders are holding on to a healthy lead of 5:34.'),(1237,35,'2006-05-16 14:58:00','Gap at 5:30','as the leaders work their way up Monte San Angelo, the day\'s only rated climb, but as you can see from the profile, there\'s more than the one hurdle today. Scroll down, by the way, we\'re loading pictures from Jason Sumner.'),(1238,35,'2006-05-16 15:05:03','On the climb','The leaders are holding an advantage of 5:45 with 7km to go to the top of the climb.'),(1239,35,'2006-05-16 15:15:18','The lead group','is holding together very nicely. They are ticking off the 12km of the day\'s only rated climb on the Monte San Angelo.

    Meanwhile in the peloton, the Lampre team of Damiano Cunego is setting a strong tempo on the climb and the gap is coming down a bit and is now at 5:11.

    At the back, Robbie McEwen has popped off of the rear of the main field.'),(1240,35,'2006-05-16 15:24:09','At the top','The leaders have reached the top of Monte San Angelo. We\'ll get the time check when the peloton reaches the top..'),(1241,35,'2006-05-16 15:29:54','3:40 at the top','The leaders and the peloton are on the descent off of the Monte San Angelo.'),(1242,35,'2006-05-16 15:33:29','Leaders on the next climb','The lead group is working its way up the short climb after the Monte San Angelo. We have rollers for the next 40 km and then a big drop to Peschici and a 2km climb (harder than it looks on the profile) to the finish line. We do have a photo (below) of what the finish line looks like. The gap is 3:25.'),(1243,35,'2006-05-16 15:34:41','Pellizotti stepping up the pace','Franco Pellizotti (Liquigas) has tried a couple of attacks out of the lead group.\r\n'),(1244,35,'2006-05-16 15:36:43','Lampre driving the chase','The Lampre team (unrepresented in the break) is driving the chase. The gap is coming down as a result of the hard chase from Cunego\'s squad.'),(1245,35,'2006-05-16 15:42:00','The gap is 3:14','With 42km to go, the Lampre team is still doing the bulk of the chase work.'),(1246,35,'2006-05-16 15:46:28','Lampre turning it up','The Lampre team has six riders driving at the front of the peloton on these winding, rolling hills.'),(1247,35,'2006-05-16 15:52:00','Under the 40km to go banner','We\'ll get a new time check when the peloton reaches the banner.'),(1248,35,'2006-05-16 15:52:00','The gap is 3:11','At 40km to go'),(1249,35,'2006-05-16 15:50:56','Front group coming apart','Sylvain Calzati (Ag2r) has attacked out of the lead group. Jose Serpa (Selle Italia) and Benoit Joachim (Discovery) have gone with him. They have about 15 seconds on the group and the peloton is at 2:50'),(1250,35,'2006-05-16 15:52:30','The three leaders have been caught','The attacks are continuing up front and it\'s bound to shake-out soon.'),(1251,35,'2006-05-16 15:54:59','The front group is back together','The attacks have eased off for the moment.'),(1252,35,'2006-05-16 15:56:00','Calzati tries again.','Sylvain Calzati (Ag2r) tries another run off the front... but the others have responded quickly.'),(1253,35,'2006-05-16 15:57:58','Merckx tries','He\'s caught... 35km to go for the leaders.'),(1254,35,'2006-05-16 15:58:26','Calzati again','Tireless, ain\'t he?'),(1255,35,'2006-05-16 15:59:38','Calzati has company','Sven Krauss (Gerolsteiner) bridges up.'),(1256,35,'2006-05-16 16:00:00','Peloton hits the 35km to go mark','3:10 behind the leaders. Lampre is driving at the front. Danilo Di Luca is tucked in there behind them. The Liquigas man likes this finish, the scene of his first-ever Giro d\'Italia win... in 2000.'),(1257,35,'2006-05-16 16:04:47','Calzati again','He was caught and went again. Tenacious. He\'s caught again.'),(1258,35,'2006-05-16 16:07:16','A split at the front.','Calzati was, of course, the driving force and we see a small gap at the front, with 30km to go. We will ID the riders up there and get a time gap on the peloton.'),(1259,35,'2006-05-16 16:12:11','Front group together again','and the gap to the peloton is holding. On these roads - winding rollers mostly - the size of this group is almost perfect. 25km to go.'),(1260,35,'2006-05-16 16:13:05','... and another attack out of the front group','by - who else? - Calzati.'),(1261,35,'2006-05-16 16:13:45','He\'s caught.','Of course, that won\'t stop him, eh?'),(1262,35,'2006-05-16 16:16:49','Gap at 3:05','With a largely downhill effort until 9km to go, the catch is going to require a big effort.'),(1263,35,'2006-05-16 16:17:06','20km to go for the leaders',''),(1264,35,'2006-05-16 16:20:40','Lampre at the front','The leaders are heading down to the Adriatic and zooming to the finish. Joachim has moved off the front... and has been joined by Jose Luis Carrasco (Caisse d\'Epargne-Illes Balears).'),(1265,35,'2006-05-16 16:22:35','Poilvet catches','Benoit Poilvet (Crédit Agricole) catches and passes. Behind them, the Lampre team is throwing everything into the chase... even putting Cunego up there.'),(1266,35,'2006-05-16 16:23:19','Joachim attacks','The Discovery man is back off the front. He\'s on his own.'),(1267,35,'2006-05-16 16:23:00','Merckx on the attack!',' (man, I like saying that). Merckx has caught and passed Joachim.'),(1268,35,'2006-05-16 16:26:00','Merckx is TT-ing his way toward the finish','He\'s descending like a mad man.'),(1269,35,'2006-05-16 16:27:47','Merckx has a gap','The Phonak man appears to have left the rest of the group behind. Meanwhile, despite Lampre\'s best efforts, it looks like the gap is holding... 3:22'),(1270,35,'2006-05-16 16:29:46','This finish really suits Merckx.','He is a phenomenal descender and he is strong as an ox, which will do him well on that last haul to the finish.'),(1271,35,'2006-05-16 16:32:12','Time gaps','We don\'t have a solid time gap between Merckx and the rest of the original escapees, but it\'s about 3:00 back to the peloton.'),(1272,35,'2006-05-16 16:32:56','Just 10 seconds','Merckx is just 10 seconds ahead of the rest of the group and 2:55 to the peloton.'),(1273,35,'2006-05-16 16:34:45','The two Liquigas riders','are driving the chase, but Merckx is holding on.'),(1274,35,'2006-05-16 16:35:19','With 6km to go','Merckx is holding on...'),(1275,35,'2006-05-16 16:36:19','Merckx holding on with 5km','Franco Pellizotti and Charles Wegelius (Liquigas) are realy motivated and chasing hard '),(1276,35,'2006-05-16 16:38:23','With 4km to go','Merckx is holding on, but the rest of the bunch is coming up fast'),(1277,35,'2006-05-16 16:39:37','Merckx has 12 seconds on the final descent','He is flying down this final drop before that tough little haul to the finish.\r\n\r\n12 seconds? Is that enough?'),(1278,35,'2006-05-16 16:39:48','Seven seconds',''),(1279,35,'2006-05-16 16:40:00','Peloton out of the picture today','The winner will emerge from the original break.'),(1280,35,'2006-05-16 16:41:29','Oh... this has to hurt','Merckx is on the final stretch, but it gets hard here... still at seven seconds.'),(1281,35,'2006-05-16 16:41:45','Five seconds',''),(1282,35,'2006-05-16 16:42:04','Oh one k to go!',''),(1283,35,'2006-05-16 16:42:54','He us driving hard...','but these guys are just a few meters back!'),(1284,35,'2006-05-16 16:43:05','500 meters to go',''),(1285,35,'2006-05-16 16:43:17','400 meters',''),(1286,35,'2006-05-16 16:43:58','200 meters and he\'s caught!',''),(1287,35,'2006-05-16 16:44:18','Pellizotti takes it!',''),(1288,35,'2006-05-16 16:44:52','Franco Pellizotti of Liquigas wins it','What a heart breaker....'),(1289,35,'2006-05-16 16:45:54','Pellizotti is going to move into the top 10','... the peloton is 1km from the finish and they are still 1:32 back'),(1290,35,'2006-05-16 16:47:07','Basso and CSC at the front...','...but Lampre pretty much its wad in the hills. Those guys faded just when it counted.'),(1291,35,'2006-05-16 16:48:00','Basso and the peloton are in at 3:24','Ivan Basso will hold on to the jersey. Pellizotti is the big winner, taking the stage and - by our calculation - moving into fourth overall. He was 5:48 down on GC and earned 3:24 and a time bonus. No matter what, though, your heart has to go out to Axel Merckx. '),(1292,36,'2006-05-18 14:00:25','Good day...',' And welcome to VeloNews.com’s Live Coverage of the 11th stage of the 2006 Giro d’Italia, a long 50km race against the clock on flat ground through the Arno Valley between Pontedera and Pisa. \r\n\r\nToday should be a big test for Ivan Basso and his hold on the overall lead. It should also be a good indicator of the wisdom of Jan Ullrich’s decision to use the Giro to ride himself into shape for the Tour de France. As John Wilcockson mentioned in his preview, Ullrich checked this course out last month and declared it to be “perfect†for his talents. Now lets see if his form is up to it. Ullrich starts at 2:46 p.m. today and we’ll try to keep track of his progress over the course of the 50km.\r\n'),(1293,36,'2006-05-18 14:12:00','Current top 20','1. Erik Gustav Erik (Swe), Francaise des Jeux, 1:01:10
    \r\n2. Marc Wauters (B), Rabobank, 1:01:50
    \r\n3. Bert Roesems (B), Davitamon-Lotto, 1:02:00
    \r\n4. Tomas Vaitkus (Lit), Ag2r Prevoyance, 1:02:30
    \r\n5. Sergiy Matveyev (Ukr), Ceramica Panaria - Navigare, 1:02:34
    \r\n6. Alessandro Cortinovis (I), Milram, 1:03:10
    \r\n7. William Bonnet (F), Credit Agricole, 1:03:15
    \r\n8. Peter Mazur (Pol), Saunier Duval, 1:03:21
    \r\n9. Leonardo Scarselli (I), Quick Step-Innergetic, 1:03:39
    \r\n10. Markel Irizar Aranburu (Sp), Euskaltel-Euskadi, 1:03:56
    \r\n11. Imanol Erviti (Sp), Caisse d\'Epargne-I.B., 1:04:07
    \r\n12. Bobby Julich (USA), CSC, 1:04:10
    \r\n13. Marco Fertonani (I), Caisse d\'Epargne-I.B., 1:04:18
    \r\n14. Serge Baguet (B), Quick Step-Innergetic, 1:04:19
    \r\n15. Christophe Edaleine (F), Credit Agricole, 1:04:21
    \r\n16. Carlos Da Cruz (F), Francaise des Jeux, 1:04:42
    \r\n17. Jan Kuyckx (B), Davitamon-Lotto, 1:04:46
    \r\n18. Ronny Scholz (G), Gerolsteiner, 1:05:04
    \r\n19. Nick Gates (Aus), Davitamon-Lotto, 1:05:14
    \r\n20. Sven Krauss (G), Gerolsteiner, 1:05:14
    \r\n'),(1294,36,'2006-05-18 14:25:00','Time for a contest','Looking at the current top-20 and their times might give you something\r\nof an indication of how fast the top riders will be doing today. Send an\r\ne-mail to Rosters@InsideInc.com\r\nand tell us who you think will win today\'s stage and how much time it will\r\ntake him to complete today\'s 50km. Be sure to put the name and the time of the winner in the subject line of the e-mail.

    We\'ll award the person who submitted the most accurate entry a Giro\r\nd\'Italia t-shirt and we\'ll sing your name from the rafters proclaiming your abilities as cyclo-prognosticator. Yup, that\'s a cheesy way of saying that from here on out we will be naming the winners in our live update window for the rest of the Giro. So if you have concerns about privacy (or don\'t want your boss to know that you really aren\'t working on that sales report) keep that in mind.

    .\r\n
    '),(1295,36,'2006-05-18 14:33:00','Current top 10','As you can see things haven\'t changed much over the past 15 minutes. Live Updates from Time Trials can be a bit dry for much of the early portions until the big GC riders come out, so we may have to seek another of our Daily Diversions.

    Our long-timers will remember our past Limerick and Haiku contests. Let\'s try Limericks today. Our only\r\nrule is that you keep it clean (which is easy since there are no riders\r\nfrom Nantucket on the start list) and keep it focused on the Giro. Send\r\nyour entries to VNInteractive@InsideInc.com.\r\nWe are still sorting through the nearly 500 entries on our out-of-the-way-places\r\ncontest, by the way and we will announce a winner during tomorrow\'s stage.\r\nWe\'ll post a few of today\'s submissions today, though, so send them in.

    \r\n1. Erik Gustav Erik (Swe), Francaise des Jeux, 1:01:10
    \r\n2. Marc Wauters (B), Rabobank, 1:01:50
    \r\n3. Bert Roesems (B), Davitamon-Lotto, 1:02:00
    \r\n4. Tomas Vaitkus (Lit), Ag2r Prevoyance, 1:02:30
    \r\n5. Sergiy Matveyev (Ukr), Ceramica Panaria - Navigare, 1:02:34
    \r\n6. Alessandro Cortinovis (I), Milram, 1:03:10
    \r\n7. William Bonnet (F), Credit Agricole, 1:03:15
    \r\n8. Peter Mazur (Pol), Saunier Duval, 1:03:21
    \r\n9. Leonardo Scarselli (I), Quick Step-Innergetic, 1:03:39
    \r\n10. Markel Irizar Aranburu (Sp), Euskaltel-Euskadi, 1:03:56
    \r\n'),(1296,36,'2006-05-18 14:40:05','Hey, how \'bout that Tomas?','Notice by the way, that Stage\r\n9 winner Tomas Vaitkus has turned in a relatively strong performance\r\ntoday. Just 24, Vaitkus looks like he may be a name we need to get used\r\nto in coming years. He was the U-23 TT champion and, if this Giro is an\r\nindication, he is a heck of a sprinter. He\'s been in the mix on several\r\nstages and did great job winning that stage on Monday, beating Paolo Bettini\r\nto the line as well as Olaf Pollack and Robbie McEwen.'),(1299,36,'2006-05-18 15:05:02','Current leaders','1. Erik Gustav Erik (Swe), Francaise des Jeux, 1:01:10
    \r\n2. David Dario David (I), Liquigas-Bianchi, 1:01:12
    \r\n3. Stef Clement (Nl), Bouygues Telecom, 1:01:28
    \r\n4. Marc Wauters (B), Rabobank, 1:01:50
    \r\n5. Bert Roesems (B), Davitamon-Lotto, 1:02:00
    \r\n'),(1297,36,'2006-05-18 14:44:45','Current top 10','1. Erik Gustav Erik (Swe), Francaise des Jeux, 1:01:10
    \r\n2. Stef Clement (Nl), Bouygues Telecom, 1:01:28
    \r\n3. Marc Wauters (B), Rabobank, 1:01:50
    \r\n4. Bert Roesems (B), Davitamon-Lotto, 1:02:00
    \r\n5. Tomas Vaitkus (Lit), Ag2r Prevoyance, 1:02:30
    \r\n6. Sergiy Matveyev (Ukr), Ceramica Panaria - Navigare, 1:02:34
    \r\n7. Alessandro Cortinovis (I), Milram, 1:03:10
    \r\n8. William Bonnet (F), Credit Agricole, 1:03:15
    \r\n9. Peter Mazur (Pol), Saunier Duval, 1:03:21
    \r\n10. Yuriy Krivtsov (Ukr), Ag2r Prevoyance, 1:03:38

    Not too many changes on the leader board, but Jan Ullrich is coming up in a few minutes. That could shake things up.\r\n'),(1298,36,'2006-05-18 14:52:00','Ullrich on his way','We\'ll try to get updates on his progress. Meanwhile, here are the times and current positions of the Americans who have finished so far.

    16. Bobby Julich (USA), CSC, 1:04:10
    \r\n57. Aaron Olsen (USA), Saunier Duval, 1:06:43
    \r\n58. Mc Carty Jonathan Patrick (USA), Phonak, 1:06:43
    \r\n65. Jason Mccartney (USA), Discovery Channel, 1:06:59
    \r\n77. Moises Aldape Chavez (MEX), Ceramica Panaria - Navigare, 1:07:45
    \r\n78. Henk Vogels (Aus), Davitamon-Lotto, 1:07:46
    \r\n

    (Yeah, yeah, we know Henk Vogels is from Oz, but he also lives in Boulder, Colorado, sometimes and we thought we\'d include his name anyway.)'),(1300,36,'2006-05-18 15:10:21','Sumner Photos','Our man, Jason Sumner, is sending in some photos from Pisa today, so be sure to scroll down and take a gander.'),(1301,36,'2006-05-18 15:14:49','Ullrich at the time check','Jan Ullrich has hit time check No. 1 and has clocked the second-best time after 14.5 km, covering it in 17:36'),(1302,36,'2006-05-18 15:20:55','Hey, look at Eki\'','Viatcheslav Ekimov has come in with a 1:01:15, which is good enough for third so far. Not bad for a 40-year-old, eh?

    1. Erik Gustav Erik (Swe), Francaise des Jeux, 1:01:10
    \r\n2. David Dario Cioni (I), Liquigas-Bianchi, 1:01:12
    \r\n3. Viatcheslav Ekimov (Rus), Discovery Channel, 1:01:15
    \r\n4. Stef Clement (Nl), Bouygues Telecom, 1:01:28
    \r\n5. Marc Wauters (B), Rabobank, 1:01:50
    \r\n'),(1303,36,'2006-05-18 15:30:00','Limmerick','We\'re starting to get a few Limmerick entries. A number of you are mentioning Der Kaiser\'s annual weight issues, as in Scott Scheer\'s submission
    There was guy from Deutschland
    Trying to win a Tour so grand
    But it was not his fate
    He’d gained too much weight
    Thank God for elastic waistbands
    \r\n'),(1304,36,'2006-05-18 15:33:06','A new leader','Marco Pinotti has set a new mark

    1. Marco Pinotti (I), Saunier Duval, 59:49
    2. Erik Gustav Erik (Swe), Francaise des Jeux, 1:01:10
    3. David Dario Cioni (I), Liquigas-Bianchi, 1:01:12
    4. Viatcheslav Ekimov (Rus), Discovery Channel, 1:01:15
    5. Stef Clement (Nl), Bouygues Telecom, 1:01:28
    \r\n'),(1305,36,'2006-05-18 15:39:06','Ullrich looking strong','Ullrich is riding like he wants to test his form today.'),(1306,36,'2006-05-18 15:43:55','Limmerick','Rich Fletcher\'s entry seems to suggest that the Giro has a longer history than we have long believed.

    Small>There once was an Emperor, Nero
    \r\nwho fancied himself quite the hero
    \r\nbut prior to the bike
    \r\nin chariots he\'d like
    \r\nto vanquish his foes in the Giro
    \r\n\r\n'),(1307,36,'2006-05-18 15:44:32','Ullrich heading into the finish.','He\'s had the best time checks at No. 2 and 3.'),(1308,36,'2006-05-18 15:46:00','58:48!','Ullrich beats Pinotti\'s time by 1:01.

    1. Jan Ullrich (G), T-Mobile, 58:48
    2. Marco Pinotti (I), Saunier Duval, 59:49
    3. Erik Gustav Erik (Swe), Francaise des Jeux, 1:01:10
    4. David Dario Cioni (I), Liquigas-Bianchi, 1:01:12
    5. Viatcheslav Ekimov (Rus), Discovery Channel, 1:01:15
    '),(1309,36,'2006-05-18 15:59:22','Simoni on course','Gilberto Simoni is on his way. Not the greatest time trialist, his mission will be to limit his losses on a course that doesn\'t particularly suit his talents.

    Meanwhile, Michael Calore has offered up an item on a man who could be a sprint star of the future.

    Who is this kid they call Vaitkus?
    We all like him, does he like us?
    Since he\'s beaten McEwen
    He must know what he\'s doin\'
    And old Pollack can just fume and cuss.
    \r\n'),(1310,36,'2006-05-18 16:04:41','Jens Voigt finishes','The CSC man gets in at 1:01:00, third best of the day, so far, passing teammate Nicki Sorensen as he heads to the line.'),(1311,36,'2006-05-18 16:06:21','Savoldelli on route','Paolo Savoldelli has left the start house. Meanwhile, world TT champion, Michael Rogers (T-Mobile) is heading to the finish in a bit. We\'ll track that performance.'),(1312,36,'2006-05-18 16:07:59','Contest reminder','Send an e-mail to Rosters@InsideInc.com\r\nand tell us who you think will win today\'s stage and how much time it will\r\ntake him to complete today\'s 50km. Be sure to put the name and the time of the winner in the subject line of the e-mail.

    We\'ll award the person who submitted the most accurate entry a Giro d\'Italia t-shirt'),(1313,36,'2006-05-18 16:10:23','Current top 5','1. Jan Ullrich (G), T-Mobile, 58:48
    \r\n2. Marco Pinotti (I), Saunier Duval, 59:49
    \r\n3. Jens Voigt (G), CSC, 1:01:00
    \r\n4. Erik Gustav Erik (Swe), Francaise des Jeux, 1:01:10
    \r\n5. David Dario David (I), Liquigas-Bianchi, 1:01:12
    \r\n'),(1314,36,'2006-05-18 16:11:55','Cunego on his way','Damiano Cunego is on the road. He has already said that he\'ll be happy losing only three minutes. His goal, he says, is to attack like a mad man in the mountains.'),(1315,36,'2006-05-18 16:16:05','Basso','Fully decked out in pink, the final rider of the day is on his way. This should be good.'),(1316,36,'2006-05-18 16:25:41','Savoldelli at first time check','He hits the 14.5km mark 1:05 down from Ullrich\'s, doing it at 18:35'),(1317,36,'2006-05-18 16:30:24','Sandy Casar finishes','with a time of 1:01:40, eighth best of the day'),(1318,36,'2006-05-18 16:33:10','Cunego hits Check point No.1 at 20:08','Cunego has lost more than two minutes to Ullrich. The real measure as far as GC is concerned is Basso, though.'),(1319,36,'2006-05-18 16:34:44','Basso hits the time check at 18:11','... forty-one seconds slower than Ullrich.'),(1320,36,'2006-05-18 16:36:52','Petacchi visits the Giro','Using crutches, Alessandro Petacchi is visiting the finish-line today. He broke his patella and is recovering from surgery on his knee.'),(1321,36,'2006-05-18 16:42:00','Savoldelli hits time check No. 2','34:58, 1:02 off of the Kaiser\'s time. Meanwhile, Cunego is bing caught and passed by Gutierrez, who started a massive 2:30 behind him.'),(1322,36,'2006-05-18 16:49:11','Top five at the finish','1. Jan Ullrich (G), T-Mobile, 58:48
    \r\n2. Marco Pinotti (I), Saunier Duval, 59:49
    \r\n3. Jens Voigt (G), CSC, 1:01:00
    \r\n4. Erik Gustav Erik (Swe), Francaise des Jeux, 1:01:10
    \r\n5. David Dario Cioni (I), Liquigas-Bianchi, 1:01:12
    \r\n'),(1323,36,'2006-05-18 16:52:03','Basso at 28km','Basso at time check No. 2 34:24; Savoldelli, did a 34:28'),(1324,36,'2006-05-18 16:53:55','Chechu finishes','Discovery\'s Rubiera finishes with a time of 1:03:54... 44th'),(1325,36,'2006-05-18 16:55:52','Tom Danielson finishes','The American who started the day in 10th place, finishes with a time of 1:01:23... '),(1326,36,'2006-05-18 16:57:34','Top 10','1. Jan Ullrich (G), T-Mobile, 58:48
    \r\n2. Marco Pinotti (I), Saunier Duval, 59:49
    \r\n3. Jens Voigt (G), CSC, 1:01:00
    \r\n4. Erik Gustav Erik (Swe), Francaise des Jeux, 1:01:10
    \r\n5. David Dario Cioni (I), Liquigas-Bianchi, 1:01:12
    \r\n6. Viatcheslav Ekimov (Rus), Discovery Channel, 1:01:15
    \r\n7. Tom Danielson (USA), Discovery Channel, 1:01:23
    \r\n8. Stef Clement (Nl), Bouygues Telecom, 1:01:28
    \r\n9. Sandy Casar (F), Francaise des Jeux, 1:01:40
    \r\n10. Marzio Bruseghin (I), Lampre, 1:01:45
    \r\n'),(1327,36,'2006-05-18 17:03:50','Simoni comes with a time of','1:03:09, 29th fastest of the day.

    Honchar comes in with a good time, finishing in 59:57, third fastest on the day.'),(1328,36,'2006-05-18 17:05:35','Di Luca','Finishes with a time of 1:04:01 - 51st on the day.'),(1329,36,'2006-05-18 17:06:35','Savoldelli','With the fourth fastest of the day so far.'),(1330,36,'2006-05-18 17:08:38','Top Five','1. Jan Ullrich (G), T-Mobile, 58:48
    \r\n2. Marco Pinotti (I), Saunier Duval, 59:49
    \r\n3. Serhiy Honchar (Ukr), T-Mobile, 59:57
    \r\n4. Paolo Savoldelli (I), Discovery Channel, 1:00:07
    \r\n5. Jens Voigt (G), CSC, 1:01:00
    \r\n'),(1331,36,'2006-05-18 17:10:00','Cunego is losing lots of time','He may even get caught by Basso - meaning he would lose a hefty five minutes.'),(1332,36,'2006-05-18 17:12:58','Pellizotti','The star of Tuesday\'s stage finishes in 1:03:48... five minutes off of Ullrich\'s time'),(1333,36,'2006-05-18 17:13:41','Basso catches Cunego','Ouch, that\'s gotta hurt.'),(1334,36,'2006-05-18 17:15:41','Basso','looks on track for the second-best time of the day... the big winner of the day, when it comes to the GC men'),(1335,36,'2006-05-18 17:16:55','59:16','Basso finishes 28 seconds behind Ullrich, but miles ahead of his biggest challengers in this Giro.'),(1336,36,'2006-05-18 17:18:58','Top five:','1. Jan Ullrich (G), T-Mobile, 58:48
    \r\n2. Ivan Basso (I), CSC, 59:16
    \r\n3. Marco Pinotti (I), Saunier Duval, 59:49
    \r\n4. Serhiy Honchar (Ukr), T-Mobile, 59:57
    \r\n5. Paolo Savoldelli (I), Discovery Channel, 1:00:07
    \r\n'),(1337,37,'2006-05-19 14:00:00','Good day...','and welcome to VeloNews.com’s Live Coverage of the 12th stage of the 2006 Giro d’Italia.\r\n\r\nToday’s 171km race from Livorno to Sestri Levante will throw up quite a number of tough challenges today. It’s not a mountain stage, but after a flat 100km opener, the stage hits La Spezia and then stage heads to the cliffs of the famed Cinque Terra coastline, with hundreds of twists and turns - and three significant climbs. \r\n\r\nThe last of these, the Valico Guaitarola, climbs 2000 feet in 9.5km at an average of 6.4 percent and tops out with 24km to go, more than half of that downhill, into the finish on the coast at Sestri Levante. \r\n\r\nWill we finally see Paulo Bettini nail one today?\r\n'),(1338,37,'2006-05-19 14:01:00','','With a relatively short stage ahead, the peloton was able to leave the start at a fairly civilized 12:45 today. The pace started out fairly high this afternoon and, as is usually the case, we saw an early break form and given the relatively un-threatening nature of this group, they were allowed to slip away. The pace has been at a steady 51kph. Now at 62km, the leaders have an advantage of 5:09. We\'ve listed the members of the break and their relative positions on GC.

    One very interesting member of this group is Panaria\'s Emanuele Sella, who took a beautiful win in the 11th stage of the 2004 Giro, a stage not at all unlike what our riders are facing today. Sella, as you can see, is the highest on GC in this group of 15, so the group may not be allowed too much lattitude, given that the 25-year-old Sella is a known quantity, something he was not in his first year as a pro. Stay tuned. This might be good.\r\n22. Emanuele Sella (I), Ceramica Panaria - Navigare, at 11:27\r\n
    25. Wladimir Belli (I), Colombia - Selle Italia, at 12:29\r\n
    26. Manuel Beltran Martinez (Sp), Discovery Channel, at 12:36\r\n
    37. Joan Horrach Rippoll (Sp), Caisse d\'Epargne-I.B., at 16:06\r\n
    94. Joerg Ludewig (G), T-Mobile, at 47:44\r\n
    53. Manuele Mori (I), Saunier Duval, at 23:39\r\n
    68. Addy Engels (Nl), Quick Step-Innergetic, at 32:03\r\n
    78. Fortunato Baliani (I), Ceramica Panaria - Navigare, at 39:18\r\n
    107. Jonathan Patrick McCarty (USA), Phonak, at 52:57\r\n
    118. Arnaud Labbe (F), Bouygues Telecom, at 56:00\r\n
    125. Sven Krauss (G), Gerolsteiner, at 57:41\r\n
    133. William Bonnet (F), Credit Agricole, at 1:01:41\r\n
    159. Patrick Calcagni (Swi), Liquigas-Bianchi, at 1:16:12\r\n
    160. Mickael Delage (F), Francaise des Jeux, at 1:16:14\r\n
    164. Alberto Ongarato (I), Milram, at 1:17:03'),(1339,37,'2006-05-19 14:14:50','The gap is holding','at just arounf the five-minute mark. Given Sellas rep\' and his spot on GC, that\'s probably the most these guys will get today. We\'ll see.'),(1340,37,'2006-05-19 14:21:34','Contest time!','It\'s time for our daily contest. Send your choice for today\'s stage winner\r\nto Rosters@InsideInc.com\r\nand be sure to include the name of your pick in the subject line\r\nof your e-mail. We\'ll select one winner from all of the correct entries.\r\nToday\'s winner will receive a 1920s\r\nItalian National Champion Poster from The Horton Collection\r\n
    The poster celebrates the career of the first of the great Italian\r\n“Campanissimo,†Constante Girardengo. The cool thing about this poster\r\nis that it\'s one of many and VeloPress will be issuing a book this fall\r\nwith some remarkable historic photography, from \"Cycling\'s Golden Era -\r\n1946-1967.\" It\'s something to look forward to. That sounds like a shameless\r\ncommercial plug and perhaps it is, but we saw the page proofs the other\r\nday and it sure made my inner bike-geek happy.'),(1341,37,'2006-05-19 14:24:12','A big thank you to Jason Sumner','Jason Sumner, who has been part of the VeloNews Giro crew since Stage 1 is peeling off and heading to Belgium today. He\'s covering the World Cup mountain bike race this weekend. He\'s done great work and we wanted to extend our thanks. Andrew Hood is on deck, of course, as is the Live Update Guy and photographer Graham Watson. Thanks again, Jason. It\'s been a pleasure. '),(1342,37,'2006-05-19 14:26:54','The gap','has grown a bit. With 100km to go, the leaders are now 6:20 ahead of the peloton.'),(1343,37,'2006-05-19 14:35:27','At 95km to go','The leaders are still adding to their advantage - albeit by small bits - and are now 6:35 ahead of the field.'),(1344,37,'2006-05-19 14:40:08','Our out-of-the-way places contest','We haven\'t forgotten about all of the entries submitted the other day. You guys are checking in from all over the world and it\'s always a gas to imagine the audience out there. Several of you are sneaking a look at the stage from work and we\'re thankful to all of those IT guys who, through the kindness of their hearts or by simple oversight, have not blocked employees\' access to VeloNews.com. As you know, bike geeks are a productive lot and even these minor distractions won\'t compromise the fact that you guys are still doing more work than all those guys in the other cubicles playing fantasy baseball during working hours.

    We\'ll start popping some of the more unusual entries up on the site... (and we\'ll do you all the courtesy of leaving your names off of the entries, in case your boss is checking in, too.)'),(1345,37,'2006-05-19 14:44:48','The road ahead','Our 15 escapees are still moving toward today\'s feedzone at the 90km mark. After that the road takes an upward turn and we\'ll see how long this group holds together. Again, if the gap is good enough, we might see Sella emerge the winner on the day, but the Quick Step boys may want to see their guy, Paolo Bettini, get a win today. He\'s been so close, too many times this Giro. Besides, with all of that Olympic gold bling he\'s sporting - gold helmet, gold shoes, gold highlights on the bike - he has a rep\' to uphold.'),(1346,37,'2006-05-19 14:50:48','Contest Reminder','Be sure to send your choice for today\'s stage winner\r\nto Rosters@InsideInc.com\r\nand be sure to include the name of your pick in the subject line\r\nof your e-mail. We\'ll select one winner from all of the correct entries.\r\nToday\'s winner will receive a 1920s\r\nItalian National Champion Poster from The Horton Collection\r\n
    No entries accepted after the 10-km-to-go mark.

    Congratulations to yesterday\'s winner, Mary Harris.'),(1347,37,'2006-05-19 14:53:08','Gap is holding at 6:42',''),(1348,37,'2006-05-19 15:00:00','With 71km to go','The leaders have covered 100km of today\'s stage and are entering the hills with an advantage of 6:51.

    Meanwhile, reader Judith Sullivan sent in this Limerick after yesterday\'s TT:

    Our friend Damiano Cunego
    Was hoping he wouldn\'t ride TOO slow.
    He started out fine
    But ere reaching the line
    He\'d lost more than five minutes to Basso!
    \r\n'),(1349,37,'2006-05-19 15:10:00','With 2km to go on the climb','Our last time check gives the lead group of 15 an advantage of 7:05.'),(1350,37,'2006-05-19 15:20:00','Over the Biassa','The peloton has reached the top of the climb up Biassa exactly 7:00 behind the break.'),(1351,37,'2006-05-19 15:22:44','CSC doing the work','in the peloton. The CSC tream of race leader Ivan Basso is taking full responsibility at the front of the field. '),(1352,37,'2006-05-19 15:27:00','The peloton','Have reached the \"InterGiro\" mark 6:47 behind the leaders. While the \"sprint\" mark is not on a rated climb, it\'s been a steady grind up there. CSC is still doing the work up there.'),(1353,37,'2006-05-19 15:30:19','Up front','The hills and the pace in the break are beginning to take their toll on some of the men in the lead group. Labbe, Bonnet and Delage are struggling to hang on as they hit the 119 mark.'),(1354,37,'2006-05-19 15:43:00','Beautiful roads','The fog is rolling in on these beautiful coastal roads. The roads are winding through the cliffs Cinque Terra National Park - now a World Heritage sight. The gap is holding at around 7:00. The lead group has been trimmed to 12:\r\nEmanuele Sella (I), Ceramica Panaria - Navigare
    \r\nWladimir Belli (I), Colombia - Selle Italia
    \r\nManuel Beltran Martinez (Sp), Discovery
    \r\nJoan Horrach Rippoll (Sp), Caisse d\'Epargne
    \r\nJoerg Ludewig (G), T-Mobile
    \r\nManuele Mori (I), Saunier Duval
    \r\nAddy Engels (Nl), Quick Step-Innergetic
    \r\nFortunato Baliani (I), Ceramica Panaria
    \r\nJonathan Patrick McCarty (USA), Phonak
    \r\nSven Krauss (G), Gerolsteiner
    \r\nPatrick Calcagni (Swi), Liquigas-Bianchi
    \r\nAlberto Ongarato (I), Milram


    Mickael Delage (F), Francaise des Jeux and William Bonnet (F), Credit Agricole are at 2:05 and Arnaud Labbe (F), Bouygues Telecom trails by another minute.
    '),(1355,37,'2006-05-19 15:47:15','Gap is shrinking.','The CSC team is beginning to chip away at the leaders\' advantage. The 12 men up front are 6:24 ahead of the field, with the three men dropped at 2:05 and 3:01.'),(1356,37,'2006-05-19 15:52:47','On the drop','Both the lead group and the peloton are on the descent into Levanto, which will be followed by the climb to Valico Guaitarola. The gap is holding at 6:55. It looks like these guys may hold it. Now you have to start looking at who in that break can benefit from the long descent to the finish.'),(1357,37,'2006-05-19 15:56:57','Leaders at 35km to go','The 12 leaders are at the 35km to go mark and are working their way up the climb to the KOM at the Valico Guaitarola.'),(1358,37,'2006-05-19 16:02:21','Sella setting a strong tempo','Sella is setting a pretty strong pace at the front of the escape group. The group is holding together, though. The gap remains at 6:53, so we\'re not going to see a catch. The winners will emerge from this group.'),(1359,37,'2006-05-19 16:03:49','McCarty is getting dropped','The lone American in this escape group has slipped off the back. Of course, he has 20+ km to catch on the descent.'),(1360,37,'2006-05-19 16:08:18','McCarty hangng on','The Phonak man is holding on to the back of the group. Back in the peloton, Sergei Honchar has slipped off of the back of the main group. He reportedly crashed earlier in the day.

    Take a look at the botton of the screen. Jason Sumner, sitting in his hotel and working on his magazine stories sent us a few photos, including a couple he took from his hotel today, as the race passed beneath his window. It\'s tough work.'),(1361,37,'2006-05-19 16:09:29','DiLuca','Danilo Di Luca jas atacked out of the main field on the climb. Bettini and Cunego has joined him... but the CSC boys are slowly pulling these guys back.'),(1362,37,'2006-05-19 16:12:07','The Di Luca group','is charging hard and getting a bit of a gap.'),(1363,37,'2006-05-19 16:13:38','The leaders','Are working their way up the climb. The pace is high, but the group remains intact.'),(1364,37,'2006-05-19 16:16:31','The lead group is shrinking','The lead group is down to six as they near the top of the Cat. 2 KOM.'),(1365,37,'2006-05-19 16:20:00','Over the top','Emanuele Sella (I), Ceramica Panaria - Navigare
    \r\nWladimir Belli (I), Colombia - Selle Italia
    \r\nJoan Horrach Rippoll (Sp), Caisse d\'Epargne
    \r\nFortunato Baliani (I), Ceramica Panaria
    \r\nManuele Mori (I), Saunier Duval
    \r\nAddy Engels (Nl), Quick Step-Innergetic
    \r\nhave crested the hill with about 30 seconds on the other six in the original break. Ahead is a dicey descent.

    We\'ll try get a time gap to the peloton when they reach the top.\r\n'),(1366,37,'2006-05-19 16:22:14','The Di Luca attack','has managed to trim the main bunch to about 50 riders. Our most recent time check puts the main group at 5:53 behind the leaders.'),(1367,37,'2006-05-19 16:28:56','Correction','The make-up of the lead group of six is:
    Emanuele Sella (I), Ceramica Panaria - Navigare
    \r\nWladimir Belli (I), Colombia - Selle Italia
    \r\nJoan Horrach Rippoll (Sp), Caisse d\'Epargne
    \r\nFortunato Baliani (I), Ceramica Panaria
    \r\nManuele Mori (I), Saunier Duval
    \r\nAddy Engels (Nl), Quick Step-Innergetic
    \r\n\r\nWe had incorrectly listed the T-Mobile man Ludewig in there. The fact that Baliani is in there means that Panaria has two riders up there. They have 35 seconds on the chase group. The peloton is at 6:00.'),(1368,37,'2006-05-19 16:30:42','The maglia rosa group','is at 6:02 and has been trimmed to about 45 riders, including Jan Ullrich.'),(1369,37,'2006-05-19 16:31:46','Up front','Emanuele Sella and Manuele Mori have moved ahead and have about 10 seconds on the other four'),(1370,37,'2006-05-19 16:32:20','15km to go','For the two leaders.'),(1371,37,'2006-05-19 16:33:03','20km to go for the peloton',''),(1372,37,'2006-05-19 16:35:30','Sella and Mori','Have 13 seconds on the four chasers and another 30 on the other six remnants of the break. The peloton is at 5:55'),(1373,37,'2006-05-19 16:36:49','The two leaders','have 11 seconds of the chase group.'),(1374,37,'2006-05-19 16:38:02','The two leaders are cooperating','With 10 km to go, the two men up front are riding quite well together...even sharing water.'),(1375,37,'2006-05-19 16:39:15','Oh these roads','This descent is beautiful, winding through lush coastal forests. The two leaders are now 15 seconds ahead of the four chasers.'),(1376,37,'2006-05-19 16:39:32','Peloton at 6:34',''),(1377,37,'2006-05-19 16:40:13','Crash!','Both leaders have crashed....'),(1378,37,'2006-05-19 16:41:19','Both men are up','but they\'ve been caught by three riders.'),(1379,37,'2006-05-19 16:42:19','These roads','Beautiful as they are, these final kilometers are really, really twisty and quite dangerous.'),(1380,37,'2006-05-19 16:43:25','Mori crashes again!!!!!','and he takes down Sella again.'),(1381,37,'2006-05-19 16:45:04','Sella and Mori up and chasing.',''),(1382,37,'2006-05-19 16:46:30','Up front','Wladimir Belli (I), Colombia - Selle Italia
    \r\nJoan Horrach Rippoll (Sp), Caisse d\'Epargne
    \r\nFortunato Baliani (I), Ceramica Panaria
    \r\nAddy Engels (Nl), Quick Step-Innergetic
    have a 20-second lead on the two chasers. The peloton is at 6:38\r\n'),(1383,37,'2006-05-19 16:47:35','Belli attacks with 2km to go','Sella\'s teammate Fortunato Baliani chases.'),(1384,37,'2006-05-19 16:48:16','With 1.5km to go','The four leaders are together. The two chasers are at 10 seconds.'),(1385,37,'2006-05-19 16:48:41','Angles attacks at 1km to go.',''),(1386,37,'2006-05-19 16:49:31','Horach counters...','... as Sella an Mori rejoin the group.'),(1387,37,'2006-05-19 16:50:00','Horach wins...','What an amazing last few km.\r\n

    Sella misses out on the stage win, but moves up on GC. Hopefully he didn\'t do any damage in that crash. '),(1388,37,'2006-05-19 16:54:00','Peloton still out there','4:30 after the winner crosses the line the peloton is still on the road with a bit more than 2 km to go. It looks like Sella will be in the top 10 and, assuming he didn\'t do any damage in those wrecks, he\'ll be a factor of the next few days.'),(1389,37,'2006-05-19 16:55:27','6:00 and counting.',''),(1390,37,'2006-05-19 16:56:00','The peloton finishes at 7:05...',''),(1391,38,'2006-05-20 14:20:00','Good day...','and welcome to VeloNews.com’s Live coverage of the 13th stage of the Giro d’Italia, a 218km race from Alessandria to La Thuile. As you can see from the profile, the route takes a gradual rise up to the finale, the 10.5km Colle San Carlo, which averages almost 10 percent (with a maximum pitch of 15 percent), tops out at 6400 feet and is followed by an 8km drop into the finish at La Thuile, not far from the French border. \r\n\r\nThis sort of downhill charge to the finish should suit the talents of defending champion Paolo Savoldelli, but that’s assuming his bout with spring-time allergies has cleared up and he is able to hang with the likes of Ivan Basso, Damiano Cunego and Gilberto Simoni on the climb.\r\n'),(1392,38,'2006-05-20 14:21:00','An attack at KM80','After an 11:40 start this morning, the peloton has maintained a relatively high speed and it wasn\'t until kilometer 80 or so that the day\'s first real break was able to get enough distance to stay off the front of the field.

    Triggered by a move from by Lampre\'s Bruseghin, a group of six has formed off the front and now, at 108km, the escapees have an advantage of 2:56. As you can see from their current GC standings, Bruseghin is the highest placed in 27th at 12:50.

    27. Marzio Bruseghin (I), Lampre, at 12:50
    67. Jose Serpa (Col), Selle Italia, at 35:28
    68. Christian Knees (G), Milram, at 38:49
    85. Benoit Poilvet (F), Credit Agricole, at 44:39
    112. Olivier Bonnaire (F), Bouygues, at 1:02:19
    129. Jose Julia Cegarra (Sp), Caisse d\'Epargne, at 1:07:30
    \r\n'),(1396,38,'2006-05-20 14:52:17','Correction','We misidentified the composition of the break. That is not Calzati in there. It\'s Marzio Bruseghin from Lampre. Since he\'s 12:50 back on GC, the leash probably won\'t be as loose as we originally figured. The group now has 5:48 on the peloton with 136 of 218 km covered.\r\n'),(1393,38,'2006-05-20 14:22:00','The Aussies','Michael Rogers - the Australian from T-Mobile who holds the rainbow jersey for the individual time trial - has withdrawn from the race today as has three-stage-winner Robbie McEwen. The Davitamon-Lotto sprinter said he has been suffering from stomach problems and decided this was time to go home to Belgium and prepare for the Tour de France.

    Of course, McEwen\'s departure changes the points contest here at the Giro and Paolo Bettini, the reigning Olympic champion, takes over in that contest. Here\'s a look at the points race as of last night

    Overall Points
    \r\n1. Robbie Mcewen (Aus), Davitamon-Lotto, 89 Pts.
    \r\n2. Paolo Bettini (I), Quick Step-Innergetic, 86 Pts.
    \r\n3. Paolo Savoldelli (I), Discovery Channel, 73 Pts.
    \r\n4. Olaf Pollack (G), T-Mobile, 68 Pts.
    \r\n5. Tomas Vaitkus (Lit), Ag2r Prevoyance, 60 Pts
    '),(1394,38,'2006-05-20 14:33:00','Daily Contest','It\'s time for another VeloNews.com Daily Winner contest. Surprisingly,\r\nno one turned in the right choice yesterday, so we\'ll award two\r\nprizes today.\r\n

    Please choose the name of today\'s winner and send that in an e-mail\r\nto Rosters@InsideInc.com.\r\nBe sure to include the name of the winner in the subject line of\r\nyour e-mail.\r\n

    We will randomly chose two winners from the correct submissions and\r\nsend each of you a copy of an original\r\nGiro d\'Italia poster.

    Remember. No entries accepted after the 10km to go mark'),(1395,38,'2006-05-20 14:34:55','Leaders at km 117','The six men in the escape group have now extended their advantage to 5:25.'),(1397,38,'2006-05-20 14:56:26','Another non-starter','Marcos Serrano (Liberty Seguros) did not start this morning, either. He was sitting in 54th place at 26:39.

    On the McEwen front, Davitamon team manager Herman Frison said Saturday: \"He\'s going home to Belgium to rest. After that he will ride the Tour of Switzerland then the Tour de France.\"\r\n'),(1398,38,'2006-05-20 15:06:02','Gap is coming down','The peloton is beginning to pull these guys back a bit. The gap has started coming down and at km 150, the leaders are 5:00 ahead of the main field.'),(1399,38,'2006-05-20 15:13:50','Weather','It\'s beginning to rain and some riders are putting on rain gear. The Saunier Duval team has taken up chase duties, with the CSC squad doing a bit of the work as well. The chase is not frantic, but it looks like the Saunier guys want to set up Gilberto Simoni for today\'s climb up the Colle San Carlo.'),(1400,38,'2006-05-20 15:21:12','With 55km to go','The gap is holding at around 5:00. The Liquigas team is moving up in the peloton to lend a hand. Lampre has a guy in the break, so that team isn\'t doing much. Is Bruseghin up there to lend a hand to Cunego on the climb?'),(1401,38,'2006-05-20 15:31:17','Rain','It\'s not a heavy rain out there right now, but it is making the roads wet. It\'s raining on top of the Colle San Carlo, which could make the descent a little dangerous. The drop off of the summit includes 13 tight switchbacks, which will put handling skills to the test. Given yesterday\'s finish, we can expect folks to give Manuele Mori a bit of room on that descent.'),(1402,38,'2006-05-20 15:42:40','The gap is at 4:31','... but the peloton isn\'t really driving the pace, with some riders peeling off and taking \"nature breaks.\" '),(1403,38,'2006-05-20 15:48:14','Pace picking up','The pace in the peloton is picking up, with Liquigas and Saunier Duval setting tempo. The gap is down to 4:15. Of the leaders, Serpa is the best bet to stay away on the hill, but he\'ll have some real climbing power coming up behind him. The leaders are at 40km to go.'),(1404,38,'2006-05-20 15:52:35','The Alps are looming','The gap is down to 3:45 with 38km to go.'),(1405,38,'2006-05-20 15:57:44','Lordy it\'s beautiful here','The peloton is riding through some beautiful countryside, with the landscape dotted by castles, churches and typical Alpine houses in St. Pierre.'),(1406,38,'2006-05-20 15:59:19','The gap is still dropping','With the Saunier Duval and Liquigas teams driving at the front, it\'s beginning to look like the break will be caught on the slopes of the climb.'),(1407,38,'2006-05-20 16:03:36','Basso relaxed','With the Saunier Duval and Liquigas teams doing the bulk of the work, race leader Ivan Basso looks very relaxed. The Cat 1 climb ahead will undoubtedly change things. It\'s raining up on top and the temperatures on the summit are in the mid-40s.'),(1408,38,'2006-05-20 16:06:19','With 30km','the leaders are 2:54 ahead of the main field.'),(1409,38,'2006-05-20 16:08:56','The peloton','reaches the 30km-to-go mark at 2:52.'),(1410,38,'2006-05-20 16:14:21','Rain, rain','The rain is really coming down at the finish. That means that the rain is much heavier on the other side of the pass and that will make the descent something to worry about. Certainly Ivan Basso isn\'t going to take undue risks there. The Liquigas team is driving hard at the front of the peloton and the gap is at 2:35.'),(1411,38,'2006-05-20 16:16:45','Peloton at 2:24','The peloton has hit the 25km to go mark at 2:24'),(1412,38,'2006-05-20 16:20:26','Raining hard','as the peloton speeds toward the day\'s big climb, the Category 1 Colle San Carlo'),(1413,38,'2006-05-20 16:22:28','The Discos','The Discovery team is coming up to the front. Matt White, Tom Danielson and another Discovery rider are picking up the pace as the peloton begins to work its way toward the lower slopes of the climb.'),(1414,38,'2006-05-20 16:23:37','CSC now','Sastre, Julich and Basso have moved to the front. The pace is high as the leaders reach the 20km to go mark.'),(1415,38,'2006-05-20 16:24:47','Just 58 seconds','The peloton is at 20km to go and the gap is down to 58 seconds.'),(1416,38,'2006-05-20 16:25:56','CSC driving','The peloton is speeding along on this final stretch of flats.'),(1417,38,'2006-05-20 16:27:24','On the climb','The leaders have started the climb and Bruseghin and Serpa have moved off the front. They have but 48 seconds on the peloton, though.'),(1418,38,'2006-05-20 16:28:44','Heyyyyy','There\'s our buddy Didi Senft, the \"Devil.\" The peloton is already sweeping up several of the riders in the break. Bruseghin and Serpa are still off the front.\r\n'),(1419,38,'2006-05-20 16:30:36','The peloton','Is being led by CSC and all of the big players - Basso, Di Luca, Savoldelli, Gutierrez - are all there as they continue to chip away at the remaining leaders\' advantage. Rujano has moved up front and is trying to bridge up to his teammate Serpa.'),(1420,38,'2006-05-20 16:33:00','Contact!','Serpa and Rujano are together and working nicely together. We\'ll try to get some time gaps off of these two.'),(1421,38,'2006-05-20 16:33:56','Pop!','There goes Serpa... he\'s been caught, so Rujano is on his own... and not but 100 meters ahead of the field.'),(1422,38,'2006-05-20 16:35:03','Savoldelli dropped','Defending Giro champion Paolo Savoldelli has been dropped by an elite cadre of 18 riders at the front of the race. Danielson is dropping back to help. '),(1423,38,'2006-05-20 16:36:11','Rujano caught','So the Basso group is in the lead... and they\'ve dropped Cunego. Basso, meanwhile has two teammates setting tempo up there. Di Luca is holding his own.'),(1424,38,'2006-05-20 16:38:21','Wet, wet, wet','The descent to the finish at La Thuile is getting a good soaking.

    Meanwhile, the Basso group contains both Simoni and Di Luca.'),(1425,38,'2006-05-20 16:40:11','Basso has one teammate','Carlos Sastre is setting tempo for Basso. In there are Pieppoli and Simoni from Saunier Duval.'),(1426,38,'2006-05-20 16:41:32','Basso','Basso is stepping up the pace... and Simoni is slipping back.'),(1427,38,'2006-05-20 16:43:24','Basso is at the front','With a big smile on his face is driving hard at the front. He has Simoni and Rujano there. Meanwhile, with Danielson at his side, Savoldelli is now 55 seconds behind the Basso group.'),(1428,38,'2006-05-20 16:45:16','Basso','Basso has Piepoli on his wheel... and that\'s it. Simoni has fallen off. Di Luca is 20 seconds back, Cunego is 35 seconds back and Savoldelli is now more than 1:00 behind.'),(1429,38,'2006-05-20 16:47:02','Basso and Piepoli','Are moving off. Obviously the Saunier Duval man isn\'t doing any work, since he\'s got his team leader trailing by 15 seconds.'),(1430,38,'2006-05-20 16:48:50','It\'s raining hard','and it\'s cold at top. The two leaders are working their way up the climb. We may see the overall leader playing it safe on the descent and a group catching on as he heads to the finish.'),(1431,38,'2006-05-20 16:49:51','Simoni at 48 seconds','He\'s there with DiLuca and it looks like Cunego. Gutierrez is at 55 seconds. Savoldelli is at 1:20.'),(1432,38,'2006-05-20 16:51:00','Two leaders are 3km from the summit','Simoni is at 48 seconds. Meanwhile Cunego is at 1:40 and Paolo Savoldelli is at 2:14.'),(1433,38,'2006-05-20 16:54:03','Basso and Piepoli','are at the 10km to go mark.'),(1434,38,'2006-05-20 16:55:41','Simoni','is at about 1:15 and he has been joined by Gutierrez'),(1435,38,'2006-05-20 16:57:25','Basso still setting tempo','Basso seemingly ignoring Piepoli, the race leader is heading toward the summit'),(1436,38,'2006-05-20 16:58:53','Gutierrez and Simoni','are 1:15 behind the two men at the front. Gutierrez is looking stronger than Simoni.'),(1437,38,'2006-05-20 16:59:41','Basso over the top',''),(1438,38,'2006-05-20 17:01:53','Gutierrez and Simoni','over the top at 1:25. Up ahead, Piepoli has moved off the front as Basso is being very cautious on the way down. Can you blame him?'),(1439,38,'2006-05-20 17:03:42','Basso by himself','as Piepoli is taking a few more chances than is the race leader. Meanwhile it looks like Cunego has lost close to 2:00. '),(1440,38,'2006-05-20 17:04:09','Savoldelli at 3:00','as was Cunego.'),(1441,38,'2006-05-20 17:05:32','Piepoli through the switchbacks','and he has about 30 seconds on Basso. Basso has the overall to worry about, so Piepoli may hold this to the finish, but the roads are nice and wide now.'),(1442,38,'2006-05-20 17:07:00','Rain','It\'s still raining hard today and it would take a big, big gamble to make up much time. With 3km to go, Piepoli has 35 seconds and 1:30 on Simoni.'),(1443,38,'2006-05-20 17:07:48','Two kilometers remaining','Gutierrez and Simoni are chasing hard.'),(1444,38,'2006-05-20 17:08:50','Piepoli holding a gap','Piepoli looks set to win the stage. He\'s flying into the final kilometer.'),(1445,38,'2006-05-20 17:09:40','Piepoli wins','Saunier Duval\'s Piepoli wins the 13th stage of the Giro.\r\n'),(1446,38,'2006-05-20 17:10:18','Basso finishes at 43 seconds',''),(1447,38,'2006-05-20 17:11:04','Simoni and Gutierrez at 1:20',''),(1448,38,'2006-05-20 17:12:02','Scarponi, Pelizotti and Gadret at 2:16',''),(1449,38,'2006-05-20 17:12:33','Savoldelli comes in at 2:36','He finishes with Cunego.'),(1450,38,'2006-05-20 17:13:23','Danielson at 3:24 and Di Luca at around 3:30',''),(1451,38,'2006-05-20 17:15:02','Basso\'s lead solidifies','It looks like Basso has extended his lead on GC to 3:27 over second-placed Gutierrez.'),(1452,38,'2006-05-20 19:27:39','The damage:','1. Piepoli (I), Saunier Duval, 5:21:12
    \r\n2. Basso (I), CSC, at 0:44
    \r\n3. Gutierrez (Sp), Phonak, at 1:19
    \r\n4. Simoni (I), Saunier Duval, at 1:19
    \r\n5. Scarponi (I), Liberty Seguros, at 2:09

    Overall
    1. Basso (I), CSC, 49:53:36
    \r\n2. Gutierrez (Sp), Phonak, at 3:27
    \r\n3. Savoldelli (I), Discovery Channel, at 5:30
    \r\n4. Belli (I), Colombia - Selle Italia, at 7:35
    \r\n5. Simoni (I), Saunier Duval, at 8:00
    \r\n\r\n'),(1453,39,'2006-05-21 14:15:00','Good day...','and welcome to VeloNews.com\'s Live Coverage of the 14th stage of the 2006 Giro d\'Italia. Today\'s stage is a 218km race into, and back out of, Switzerland by first crossing St. Bernard Pass, followed by a long ride up the Rhône Valley to Brig, where the the peloton faces a final challenge up and over Simplon Pass. This 20km climb averages 6.6 percent, but max\'s out at 12 percent. After the summit, the finish is still another 46km, but most of that is on a fast descent back into Italy, so we could see an early break making it in for the win.

    Speaking of which, we saw an early break leave today on the climb of the St. Bernard. Now working their way up the Rhône valley and at km 112, the group has a nearly 8:00 advantage over the main field. Of the men in the break, Sandy Casar is the highest on GC, sitting in 21st at 15:44.

    21. Sandy Casar (FdJ), at 15:44
    \r\n29. Paolo Tiralongo (Lampre), at 23:09
    \r\n46. Ivan Parra (Cofidis), at 32:19
    \r\n50. Francisco Sanchez (Caisse d\'Epargne), at 35:24
    \r\n55. Fortunato Baliani (Ceramica Panaria), at 41:55
    \r\n64. Johann Tschopp (Phonak), at 46:03
    \r\n66. Iker Flores Galarza (Euskaltel), at 49:14
    \r\n73. Steve Zampieri (Phonak), at 53:53
    \r\n76. Luis Felipe Laverde (Ceramica Panaria), at 55:19
    \r\n80. Stefan Schumacher (Gerolsteiner), at 58:53
    \r\n82. Raffaele Illiano (Selle Italia), at 59:55
    \r\n'),(1454,39,'2006-05-21 14:32:00','At 124km','The lead group is holding on to an 8:00 lead over the peloton.

    Here\'s a quick run down of those riders who did not start or have abandoned today:
    Vladimir Miholjevic (Liquigas), Moises Aldape Chavez (Panaria) and Giovanni Bernaudeau (Bouygues Telecom) did not start today, while Ronny Scholz (Gerolsteiner), Andoni Azkune Aranaga (Euskaltel) and Staf Scheirlinckx (Cofidis) have abandoned. Scheirlinckx had apparently crashed, but was able to remount and ride for a while before giving up and heading home. He had a good run, holding the KOM jersey for a couple of days before conceding it to Ivan Basso.'),(1455,39,'2006-05-21 14:36:03','Contest','It\'s time again for our daily contest on VeloNews.com. Send the name of\r\nthe rider you think will win today\'s stage to Rosters@InsideInc.com\r\nand be sure to include that name in the subject line of your e-mail.\r\n

    We\'ll randomly chose one from the correct entries and award the winner\r\na copy of Andy\r\nPruitt’s Complete Medical Guide for Cyclists'),(1456,39,'2006-05-21 14:37:10','Steady progress','Our 11 leaders have bumped up their lead t 8:37 and the 131km mark.'),(1457,39,'2006-05-21 14:50:43','The leaders are holding advantage','The 11 leaders are working well together as they wind their way up the Rhône Valley. They are holding on to a nice buffer as they head to today\'s second climb. This break might be one that survives. They already have a better gap than the 6:00 minutes yesterday\'s break reached at its best and the peloton doesn\'t seem intent on chasing these guys down. While the group will undoubtedly fracture on the final climb up Simplon Pass, this was a group that formed on the slopes of the St. Bernard, so there is some climbing prowess in this break.'),(1458,39,'2006-05-21 14:58:00','Signs of success?','The gap continues to grow as the men in the break have reached the 150km mark. They are now 9:15 ahead of the peloton.'),(1459,39,'2006-05-21 15:17:16','On the climb','The leaders are on the slopes of the Simplon Pass and climbing with an advantage of 7:55 on the main field. It\'s beginning to break up in the group, but it looks like they entered the climb with enough of a buffer to crest the climb with an advantage.'),(1460,39,'2006-05-21 15:21:22','Parra fades','Ivan Parra has dropped off the lead group having a bit of difficulty holding the pace. The peloton, meanwhile, has reached the slopes of the climb with CSC setting tempo at the front. Basso has a full team with him. The gap is now 7:15'),(1461,39,'2006-05-21 15:26:18','With 14km of climbing to go','The gap is coming down and the leaders are now 7:05 ahead of the peloton. CSC is still setting tempo at the front.'),(1462,39,'2006-05-21 15:27:21','Parra rejoins','Parra has reached the lead group as the slope moderates a bit.'),(1463,39,'2006-05-21 15:29:41','Iker Flores moves off the front','Iker Flores Galarza (Euskaltel) has moved ahead of the breakaway group and with a long road ahead, none of his former break-away companions seems interested in giving chase. Meanwhile, CSC is keeping a close watch on the peloton.'),(1464,39,'2006-05-21 15:32:08','Flores is at 15 seconds','Flores is moving ahead of the rest of the break, but it\'s not a brutal pace he\'s setting. He\'s got a long way to go.'),(1465,39,'2006-05-21 15:34:00','With 51km to go','and about 5km to go on the climb, Flores is holding on to a 15-second lead. Back in the field, no one is challenging the primacy of Ivan Basso or the CSC team with is doing the bulk of the work at the front.'),(1466,39,'2006-05-21 15:41:29','Flores to be caught','Flores, who has never really set a brutal tempo on the climb, has been caught by the rest of the break. The peloton remains under the thumb of CSC.'),(1467,39,'2006-05-21 15:44:13','Pace picking up','Johann Tschopp (Phonak) and Raffaele Illiano (Selle Italia) tried a dig, but the group pulled them back. Schumacher - once in the maglia rosa - is now setting tempo at the front. CSC still has five riders setting tempo at the front of the peloton.'),(1468,39,'2006-05-21 15:50:03','CSC still up front','The peloton is working its way up the climb. None of Basso\'s potential challengers seems willing to risk an attack. Indeed, they seem somewhat resigned to the fact that attacks end up costing them more than they might gain, as underscored the other day when Cunego launched a blistering charge only to be caught and left behind by Ivan Basso. With five teammates at his side, Basso seems to be fully in control of the peloton.'),(1469,39,'2006-05-21 15:51:00','With 1km of climbing to go...','The gap to the leaders is bumping up and is now at 8:15. It looks quite likely that today\'s winner will emerge from the day\'s early break.'),(1470,39,'2006-05-21 15:53:36','Parra fades again','Parra is the one rider who has had a difficult time holding the pace in the lead group.'),(1471,39,'2006-05-21 15:57:45','Up and over','The lead group is over the top of the climb. The CSC team is keeping things at a moderate pace in the peloton and the gap has grown to 8:45.'),(1472,39,'2006-05-21 15:59:50','Jackets on and descending','The 11 leaders are over the top, have slipped on jackets and are zooming down the 40km descent. The roads are in great condition and there is only a little bit of rain at the summit. It looks like a relatively safe ride.'),(1473,39,'2006-05-21 16:02:41','Nice roads','It\'s a bit on the chilly side with clouds and altitude keeping things cool, but the roads are dry, smooth and quite wide.'),(1474,39,'2006-05-21 16:10:08','Peloton crests at 8:15','The peloton was controlled all the way up the climb by the CSC team. These roads don\'t really offer much opportunity for a gutsy descender like Savoldelli to make a lot of time.'),(1475,39,'2006-05-21 16:13:38','With 25km to go','The leaders are flying toward the finish and actually extending their advantage over the peloton.'),(1476,39,'2006-05-21 16:20:15','Jackets coming off','With the leaders approaching the 20km to go mark, they\'re pulling off jackets and getting last-minute instructions from their respective directors in team cars. With the peloton not a factor in this stage at this point, we will see the winner emerge from this bunch. Note that Casar started the day 15:44 behind Basso on GC. The peloton is now at 9:10, so the Frenchman will likely move into the top ten and quite possibly the top five today.'),(1477,39,'2006-05-21 16:21:00','19km to go...','We will be getting a time check on the peloton when they come through 20km to go, but they only just came through the 30km to go mark a few minutes ago.'),(1478,39,'2006-05-21 16:22:16','CSC still up front','The CSC team is setting the pace up front as the peloton cross through the 25km to go mark.'),(1479,39,'2006-05-21 16:24:22','Julich setting tempo up front','in the peloton, Basso has a full squad with him as the CSC team really did shut things down on the climb.'),(1480,39,'2006-05-21 16:26:12','Leaders have 15km to go','The 11 leaders have just hit the 15km to go banner. '),(1481,39,'2006-05-21 16:29:22','Peloton at 20km to go','The peloton has just passed through the 20km-to-go mark. Ahead the slope is easing off a bit and we\'re about to see these fellas jockeying for position with the finish coming up.'),(1482,39,'2006-05-21 16:34:02','9km to go','The leaders are still together with 9km to go. No one has tried an attack.'),(1483,39,'2006-05-21 16:34:00','oooop... there goes Parra!','He struggled on the climb, but Parra is feeling a bit randy here on the flats. The peloton, meanwhile is at 8:28.'),(1484,39,'2006-05-21 16:35:22','Parra is caught',''),(1485,39,'2006-05-21 16:37:04','Parra still pushing the pace','But he has a long line on his wheel.'),(1486,39,'2006-05-21 16:38:00','Six km to go','Just to review, this is who we have in the lead group:

    21. Sandy Casar (FdJ), at 15:44
    \r\n29. Paolo Tiralongo (Lampre), at 23:09
    \r\n46. Ivan Parra (Cofidis), at 32:19
    \r\n50. Francisco Sanchez (Caisse d\'Epargne), at 35:24
    \r\n55. Fortunato Baliani (Ceramica Panaria), at 41:55
    \r\n64. Johann Tschopp (Phonak), at 46:03
    \r\n66. Iker Flores Galarza (Euskaltel), at 49:14
    \r\n73. Steve Zampieri (Phonak), at 53:53
    \r\n76. Luis Felipe Laverde (Ceramica Panaria), at 55:19
    \r\n80. Stefan Schumacher (Gerolsteiner), at 58:53
    \r\n82. Raffaele Illiano (Selle Italia), at 59:55
    '),(1487,39,'2006-05-21 16:41:00','Two riders have a small gap with 4.5km to go.','Perez Sanchez and Luis Felipe Laverde have 12 seconds on the rest of the bunch'),(1488,39,'2006-05-21 16:41:20','three km to go','They are holding their lead'),(1489,39,'2006-05-21 16:42:33','Two kilometers to go','They still have a healthy gap. Schumacher is driving the chase.'),(1490,39,'2006-05-21 16:43:54','One km to go','The two leaders are but a few seconds ahead. Is it enough?\r\n'),(1491,39,'2006-05-21 16:44:00','It is!','Luis Felipe Laverde (Panaria) takes it against Perez Sanchez'),(1492,39,'2006-05-21 16:46:34','Peloton still has 5km to go','It\'s going to be a bit, before the peloton arrives at the finish.'),(1493,39,'2006-05-21 16:48:00','Liquigas moves up','With 3km to go, the Liquigas team has moved up to set tempo.'),(1494,39,'2006-05-21 16:52:44','Peloton rolls across the line','Seven minutes and forty-five back. Bettini - the points leader - takes the field sprint to scoop up a few points.'),(1495,39,'2006-05-21 16:54:11','Casar gains time today','Sandy Casar gained some time on GC and will move up on the overall. Basso, though easily holds on to his pink jersey after a pretty moderate day in the saddle for the CSC man.'),(1496,40,'2006-05-22 14:01:00','Good day...','and a welcome to VeloNews.com’s Live Coverage of the 15th stage of the 89th Giro d’Italia. \r\n\r\nThis is a last break before tomorrow’s turn into the Dolomites and series of murderously difficult stages. Today offers up a largely flat 189km run across the plains of Lombardy north of Milan and provides an opportunity for the remaining sprinters in the race.\r\n'),(1497,40,'2006-05-22 14:03:00','The day\'s escape','We had a break form at 26km. Four men slipped off the front and have, over the past 25km, built up a lead of 3:20. Up front are:
    100. Erik Gustav Larsson (FdJ), at 1:14:55
    130. Ivan Mayoz (Euskaltel), at 1:36:36
    123. Gabriele Missaglia (Selle Italia), at 1:31:18
    140. Christophe Edaleine (Crédit Agricole), at 1:47:29
    '),(1498,40,'2006-05-22 14:15:13','Contest time','It\'s time for you to take a shot at guessing who will win today\'s stage.\r\nWill the break survive? Are there enough sprinters\' teams left who might\r\nbe willing to mount a chase? That\'s for you to decide. Once you figure\r\nit out, send us an e-mail to Rosters@InsideInc.com.\r\nBe sure to include the name of your choice in the subject line of your\r\ne-mail.\r\n

    We will randomly choose TWO names from the correct submissions and each\r\nwill receive an original\r\nGiro d\'Italia poster. We\'re awarding two prizes today, since no one\r\ncorrectly chose yesterday\'s stage victory by Luis Felipe Laverde Jimenez.'),(1499,40,'2006-05-22 14:18:05','Non-starter','Phonak\'s Axel Merckx opted not to start today\'s stage.'),(1500,40,'2006-05-22 14:29:00','Road improvements for Wednesday','Many of you have been looking forward to Wednesday\'s tough, tough stage\r\ninto Austria, finishing at the Plan de Corones. Last week, reader Igor\r\nTavella sent us photos of the road covering the final five kilometers of\r\nthis Giro\'s most difficult climb. In case you haven\'t seen it, do take\r\na look at the photo\r\nfeature we posted. Igo has sent us an updated photo and it shows\r\nthat road crews have made progress on efforts to improve the road. Take\r\na gander below. We\'ve posted more of Igor\'s photos.'),(1501,40,'2006-05-22 14:37:18','Gap holding','Our last time check gives the break of four an advantage of 4:22.'),(1502,40,'2006-05-22 14:51:31','With 105km remaining','The gap is holding at 4:10. The Quick Step team is monitoring the break. These guys may not get much more than this.'),(1503,40,'2006-05-22 14:58:00','At the 90km mark','The peloton is keeping the break between 4:00 and 4:30. '),(1504,40,'2006-05-22 15:09:53','100km','The gap is at 4:00.'),(1505,40,'2006-05-22 15:15:49','T-Mobile lending a hand','and the gap is below 3:45. There are 78km remaining in today\'s stage. The T-Mobiles are riding for Pollack, who may be the best of the remaining sprinters in this race. Odds are good that we\'ll be seeing a sprint today, given that the break sure isn\'t getting anywhere up there.'),(1506,40,'2006-05-22 15:24:54','Tight leash','The gap is now yo-yo-ing between 3:45 and 4:00. The escapees are working well together... but, then again, so are the Quick Step, T-Mobile and now, Milram teams.'),(1507,40,'2006-05-22 15:36:36','Basso relaxed','The CSC man is staying about 15 or 20 riders from the front and cruising along nicely. The gap is at 3:33.'),(1508,40,'2006-05-22 15:46:00','Attempt to bridge','Saunier Duval\'s Marco Pinotti is trying to bridge the gap - about 3:45 now - and join the gang of four up front.'),(1509,40,'2006-05-22 15:49:00','Pinotti','He\'s not trying to bridge. He\'s stopping to visit and kiss his wife and family. We really should have recognized that, given that he was grinning and waving to people along the road while he was riding.'),(1510,40,'2006-05-22 15:57:57','Der Kaiser as domestique','Jan Ullrich is up there, too, lending a hand. The gap is at 3:25.'),(1511,40,'2006-05-22 16:05:05','With 55km to go','The Milram and T-Mobile teams are driving at the front of the peloton. The four leaders are holding on to an advantage of 3:25.'),(1512,40,'2006-05-22 16:05:55','New time check','puts the four up front at 2:55.'),(1513,40,'2006-05-22 16:08:00','Quick Step moving back up with 48km to go','The Quick Step team of Paolo Bettini is moving up to lend a hand again. The gap is at 2:40.'),(1514,40,'2006-05-22 16:12:59','The gap at 40km to go.','is now at 2:28. A catch by the 25km to go mark or will they let them hang out there to neutralize things until 10km to go.'),(1515,40,'2006-05-22 16:15:26','The peloton reaches 40km to go','trailing the escape group by 2:31.'),(1516,40,'2006-05-22 16:19:05','Now there\'s a sight','Ullrich has dropped back to the team car and is doing bottle duty for the boys setting tempo up front. '),(1517,40,'2006-05-22 16:20:41','Leaders at 35km to go','We\'ll get a time check when the peloton hits that mark.'),(1518,40,'2006-05-22 16:22:00','Still at around 2:20',''),(1519,40,'2006-05-22 16:28:00','Leaders at 30km to go','T-Mobile, Milram and Quick Step up front.'),(1520,40,'2006-05-22 16:30:46','Peloton reaches 30km to go','trailing the break by 2:15\r\n'),(1521,40,'2006-05-22 16:33:44','The four leaders','The guys up front, who\'ve been out there since km 26, have to realize that they stand a snowball\'s chance today. Quick Step is at the front now.'),(1522,40,'2006-05-22 16:35:45','Leaders at 25km','and we bet the catch will come in about 10km or so.'),(1523,40,'2006-05-22 16:37:00','The peloton reaches the 25km mark','trailing the escapees by 2:18'),(1524,40,'2006-05-22 16:43:09','Leaders at 20km to go','The T-Mobiles have eased off a bit, pulling off one of their men, but the chase is still quite strong with Quick Step and Milram lending a hand.'),(1525,40,'2006-05-22 16:44:17','Peloton at 20km to go','and the field is 1:36 behind the leaders.'),(1526,40,'2006-05-22 16:49:44','Gap at 1:00','With 15km to go for the leaders, they are just about 1:00 up on the field.'),(1527,40,'2006-05-22 16:51:02','38 seconds','The peloton hit the 15km to go mark at 38 seconds.'),(1528,40,'2006-05-22 16:52:46','29 seconds','with 14km to go.'),(1529,40,'2006-05-22 16:54:28','23 seconds','It\'s coming down, although these boys sure aren\'t giving up. All four are ticking away like they\'re still riding a team time trial.'),(1530,40,'2006-05-22 16:55:52','250 meters at best',''),(1531,40,'2006-05-22 16:56:39','10km to go','The gap is at 9 seconds.\r\n'),(1532,40,'2006-05-22 16:57:44','Never surrender','The four leaders are still pounding the pedals'),(1533,40,'2006-05-22 16:58:04','This is the end....','And with 9km remaining, the four leaders have been pulled back by the peloton.

    So we’ll now be watching the sprinters’ teams playing the game as the race charges to the finish in Brescia.'),(1534,40,'2006-05-22 17:00:20','With 6.5km to go','Other teams are moving up. Davitamon is moving up there now.'),(1535,40,'2006-05-22 17:01:42','With five km to go','The peloton is moving along very fast and we see a mix of teams up front.'),(1536,40,'2006-05-22 17:02:33','T-Mobile pulling hard','Has the German team put in too big of an effort'),(1537,40,'2006-05-22 17:04:11','Ullrich TTing up front','Boy can that boy pull'),(1538,40,'2006-05-22 17:05:18','two km to go',''),(1539,40,'2006-05-22 17:05:36','Milram takes over at the front','With 1.5km to go'),(1540,40,'2006-05-22 17:06:04','One km to go',''),(1541,40,'2006-05-22 17:07:34','Forster charges','Bettini is coming up... Pollack comes up hard. Pollack, Bettini... Bettini celebrates... of course he\'s done that before.'),(1542,40,'2006-05-22 17:09:23','Bettini','It was a drag race and Bettini edges Pollack by a tire\'s width. Gerolsteiner\'s Forster was third and Henk Vogels - Robbie McEwen\'s lead-out man - takes fourth.'),(1543,40,'2006-05-22 17:27:56','Our winners','Congratulations to Major Jason Bryan and Ted Chappell, winners of our daily Live Update contest.'),(1544,41,'2006-05-23 14:00:00','Good day...','...and welcome to VeloNews.com’s Live Coverage of Stage 16 of the 2006 Giro d’Italia, a 173km trip back into the mountains from Rovato to the mountain-top finish on Monte Bondone.

    This is not an easy day by any definition, especially that last part. The Bondone starts with a 13-percent pitch straight out of the streets of Trento and averages 8 percent for 17.5km. This is a summit finish that probably suits Ivan Basso\'s strengths rather than those of Gilberto Simoni and Damiano Cunego. However, Simoni is on home territory here and he says he wants to win. He certainly knows the climb like the back of his hand and he\'ll have huge support from his Trentino fans, so perhaps he\'ll pull off of a big upset and put himself back in contention… or maybe not. We’ll see in about three hours.\r\n\r\n\r\n'),(1545,41,'2006-05-23 14:01:00','Today\'s start','The peloton left Rovato this afternoon at about ten till 1:00. Rik Verbrugghe (Cofidis) did not make the start today, which leaves the peloton at 166.'),(1546,41,'2006-05-23 14:22:00','The day\'s first climb','The peloton works its way to the day\'s first KOM mark, the Cat. 3 summit of Lodrino. One rider - Rubiano Chavez (Ceramica Panaria) - is off the front, but the pace is moderate, perhaps in anticipation of the biggie at the finish.'),(1547,41,'2006-05-23 14:16:00','Contest time','It\'s time again for another of our Daily Pick-The-Winner contests. Make\r\nyour best guess as to who will win today\'s stage and send it to Rosters@InsideInc.com.\r\nBe sure to include the name of your pick in the subject line of your e-mail.\r\n

    We will randomly choose a winner from among the correct entries and\r\nsend you a Giro\r\nd\'Italia t-shirt. Limit One entry per person per day. No entries accepted after the 10km to go mark.'),(1548,41,'2006-05-23 14:28:00','Chavez has 1:35','Miguel Angel Rubiano Chavez (Ceramica Panaria) is ahead of the main field by about a minute and a half. A reasonably strong climber, Chavez poses little threat on the overall, having started the in 99th place at, at 1:15:01\r\n'),(1549,41,'2006-05-23 14:35:00','Rubiano Chavez bumps his lead','Rubiano Chavez is now 2:34 ahead of the peloton. Fortunato Baliani (Ceramica Panaria), who started the day in 49th place at 34:34, is in pursuit and trails Chavez by 2:00.\r\n'),(1550,41,'2006-05-23 14:37:15','Slow start today','We weren\'t kidding when we reported a slow start to the day\'s stage. The peloton covered only 29 kilometers in that first hour of \"racing\" today.'),(1551,41,'2006-05-23 14:37:00','Baliani caught, Rubiano Chavez on his own','Rubiano Chavez is taking advantage of the peloton\'s pace and putting in an effort, enough of one to put him 3:52 ahead of the main field.'),(1552,41,'2006-05-23 14:54:23','Remembering Charly','Do recall that today\'s stage is included for a reason. It\'s the 50th anniversay\r\nof Charly Gaul\'s epic stage win in the \'56 Giro. To commemorate that victory,\r\nwe\'ve just posted John Wilcockson\'s \"50\r\nyears later: Remembering Charly Gaul\'s great ride.\" Please take the\r\ntime to read it and learn about one of the great moments in the history\r\nof cycling.'),(1553,41,'2006-05-23 15:13:00','Rubiano Chavez at 4:07','CSC and Saunier Duval are up front in the peloton, so we wouldn\'t bet next month\'s rent on Mr. Rubiano Chavez\'s chances of success today.'),(1554,41,'2006-05-23 15:18:58','Saunier Duval is moving everyone up there','CSC has about five riders, and the Saunier Duval team has moved everyone up front as this race moves into Mr. Simoni\'s neighborhood.\r\n'),(1555,41,'2006-05-23 15:29:09','Rubiano Chavez','Is holding his own and ticking along quite nicely as the course winds its way through the foothills of the Dolomites. Rubiano Chavez is 4:03 ahead of the field.'),(1556,41,'2006-05-23 15:36:48','Contest reminder','Just a reminder about our Daily Pick-The-Winner contests. Make\r\nyour best guess as to who will win today\'s stage and send it to Rosters@InsideInc.com.\r\nBe sure to include the name of your pick in the subject line of your e-mail.\r\n

    We will randomly choose a winner from among the correct entries and\r\nsend you a Giro\r\nd\'Italia t-shirt. Limit One entry per person per day. No entries accepted after the 10km to go mark.'),(1557,41,'2006-05-23 15:41:02','What a beautiful place','The route today is over some of the most beautiful terrain on the planet. If you\'ve never been to Italy, you really need to keep an eye open for airline deals, or cash in your miles and come spend spring in Italy. '),(1558,41,'2006-05-23 15:43:32','Peloton in the feed zone','The peloton reaches the feed zone at 92km, about 4:00 behind the leader.'),(1559,41,'2006-05-23 15:47:02','Advantage extended to 4:50','The gap has extended to 4:50 as the peloton has slowed down after the feed zone.'),(1560,41,'2006-05-23 15:49:06','Clouds ahead','The Monte Bondone is covered in clouds and the forecast calls for rain up there.'),(1561,41,'2006-05-23 15:56:17','Gap slipping again','Now that lunch is over, the gap is starting to slip back toward the four-minute mark.'),(1562,41,'2006-05-23 16:01:48','Near the bottom of the descent','The peloton is near the end of the descent at around km 115.'),(1563,41,'2006-05-23 16:10:23','Simoni fans','The final climb today is crowded today and most of the people on the road are Simoni fans.

    Rubiano hits the 123km mark with an advantage of 4:00.'),(1564,41,'2006-05-23 16:14:24','Peloton at 3:13','The gap is coming down as the peloton sped up to contest the remaining sprint points at km 123.'),(1565,41,'2006-05-23 16:20:51','Gap at 3:14','With Rubiano Chavez at km 130, the gap is 3:12.'),(1566,41,'2006-05-23 16:25:57','Rubiano Chavez reaches 40km to go mark','We\'ll get a time check when the peloton reaches the banner.'),(1567,41,'2006-05-23 16:28:32','Peloton at 40km-to-go','trailing Rubiano Chavez by 3:01\r\n\r\n'),(1568,41,'2006-05-23 16:34:38','3:10','With 37.5km remaining, the gap is 3:10'),(1569,41,'2006-05-23 16:35:00','Rubiano Chavez 35km to go','The gap is at 2:53'),(1570,41,'2006-05-23 16:41:07','30km to go','Our leader is now 30km from the finish and he\'s looking tired, not in great shape to take on this climb.'),(1571,41,'2006-05-23 16:42:08','Peloton at 2:24',''),(1572,41,'2006-05-23 16:43:46','The finishing climb:','Begins at about 18km to go and throws riders into 13-percent grades from the start. With the gap coming down to 2:38 now, what do you think Rubiano Chavez\'s chances are at this point?'),(1573,41,'2006-05-23 16:46:09','1:46','Rubiano Chavez is beginning to fade quite quickly'),(1574,41,'2006-05-23 16:48:54','Touch of wheels','Credit Agricole\'s Halgand and three other riders have crashed, but all four are up after getting wheel changes'),(1575,41,'2006-05-23 16:49:34','With 25km to go','Rubiano Chavez is 1:20 ahead of the field.'),(1576,41,'2006-05-23 16:51:39','They can see him','With just 8km to the start of the climb, the gap is less than a minute.'),(1577,41,'2006-05-23 16:53:38','Still on the flats and','the catch is about happen.\r\n'),(1578,41,'2006-05-23 16:55:17','Just 14 seconds',''),(1579,41,'2006-05-23 16:55:42','That\'s it','He\'s caught:

    '),(1580,41,'2006-05-23 16:57:22','Weather is holding','With about 20km remaining, the weather appears to be giving the Giro a break... no rain and certainly no Charly Gaul-like snow'),(1581,41,'2006-05-23 16:59:10','CSC at the front','With the climb coming up fast, the peloton is setting the pace at the front.'),(1582,41,'2006-05-23 16:59:25','At the front','Hey there\'s Jan Ullrich.'),(1583,41,'2006-05-23 17:00:00','On the climb','CSC is setting tempo at the front. Voigt is pulling hard at the front'),(1584,41,'2006-05-23 17:03:08','The field is blowing apart','With CSC driving on these 13-percent grade, the peloton is stringing out in single file and many, many riders struggling.'),(1585,41,'2006-05-23 17:04:18','Savoldelli, Simoni, Gutierrez...','... Cunego and all of the faves are there.'),(1586,41,'2006-05-23 17:05:11','Jose Serpa attacks','The Selle Italia rider is going for the stage win. He has a way to go, but he\'s no GC threat and is being allowed to go.'),(1587,41,'2006-05-23 17:07:14','Serpa has a gap','The man who won the stage at Genting Highlands at the Tour of Langkawi is 15km from the finish and has about 8 seconds.'),(1588,41,'2006-05-23 17:08:43','The maglia rosa group','is still being led by CSC. The group is slowly being trimmed but there are still 30 or so riders. Serpa is about 7 seconds up the road.'),(1589,41,'2006-05-23 17:10:19','He\'s caught','Serpa is caught 12.8km from the top'),(1590,41,'2006-05-23 17:13:04','CSC in command','The CSC team is still setting tempo at the front. The group is still quite large and the favorites are there. '),(1591,41,'2006-05-23 17:14:30','Piepoli moves to the front','Simoni\'s teammate Piepoli is moving up as the road hits the switchbacks.... the group has suddenly been cut down. Cunego is shelled, so is Di Luca.'),(1592,41,'2006-05-23 17:15:21','Sastre takes over','Simoni, Gutierrez and Basso still there.'),(1593,41,'2006-05-23 17:16:20','Cunego is well off the pace...','We don\'t see Savoldelli in the lead group, either.'),(1594,41,'2006-05-23 17:17:11','Nope Savoldelli is OTB','There are no Discovery riders in this group.'),(1595,41,'2006-05-23 17:18:47','The Basso group','is 18 seconds ahead of Savoldelli and Cunego with 10km to go.'),(1596,41,'2006-05-23 17:20:39','Gaps are holding','The front group includes about 11 riders, with Simoni and Gutierrez in the mix.'),(1597,41,'2006-05-23 17:21:51','Savoldelli fighting back','With Rubierra setting tempo for his team leader the Discovery rider is fight to rejoin the lead group. Cunego can\'t though.'),(1598,41,'2006-05-23 17:22:48','Sastre still setting a tough pace','... and as the course hits even tougher switchbacks, the Savoldelli group slips back.'),(1599,41,'2006-05-23 17:23:50','Panaria\'s Perez','is in the mix there. He\'s in there with Basso and Simoni and Gutierrez...'),(1600,41,'2006-05-23 17:24:56','Piepoli moves up','With Simoni on his wheel.... Basso just cruises up to them. Gutierrez is there too.'),(1601,41,'2006-05-23 17:25:33','Gutierrez and Piepoli fade...','... as Basso and Simoni ride off the front.'),(1602,41,'2006-05-23 17:26:40','It\'s down to Basso and Simoni','Cunego is now well back at 1:15 and Savoldelli is at 1:05.'),(1603,41,'2006-05-23 17:28:00','Basso is finally standing up','Simoni tries a little dig and Basso stands up, passes the Saunier Duval leader and... see ya!'),(1604,41,'2006-05-23 17:29:27','Basso has eight seconds','and he looks much smoother than Simoni.'),(1605,41,'2006-05-23 17:30:02','Simoni at 9 seconds','Piepoli and Gutierrez are at 20. Basso is flying.'),(1606,41,'2006-05-23 17:32:05','Di Luca is now at 2:30','Savoldelli is at 1:30; Cunego is at 1:45. \r\n'),(1607,41,'2006-05-23 17:32:41','Five km to go','Basso is at the five-km-to-go mark... and Simoni is already at 33 seconds.'),(1608,41,'2006-05-23 17:33:09','Piepoli and Gutierrez at 49 seconds.',''),(1609,41,'2006-05-23 17:35:00','Basso','He\'s riding steady as Bjarne Riis drives up along side the CSC man to encourage his top rider in these final kilometers of this climb. Simoni, meanwhile, isn\'t giving up and really pounding the pedals.'),(1610,41,'2006-05-23 17:35:50','Well..','While Basso looks relaxed and Simoni looks like he\'s pounding, the gap is growing.'),(1611,41,'2006-05-23 17:36:16','Basso is 48 seconds up the road','Gutierrez is at 1:08'),(1612,41,'2006-05-23 17:36:40','Savoldelli at 2:00','Cunego at 2:30'),(1613,41,'2006-05-23 17:38:27','Basso','Remember when Damiano Cunego was the big up-and-comer at the Giro? He\'s at 3:40 right now.'),(1614,41,'2006-05-23 17:39:10','Simoni at 50 seconds','As Basso continues to drive hard at the front. '),(1615,41,'2006-05-23 17:39:47','Basso 2km from the top.',''),(1616,41,'2006-05-23 17:41:37','Basso in the final kilometer-and-a-half','Ivan Basso is cruising... and is now 1:18 ahead of Simoni\r\n'),(1617,41,'2006-05-23 17:42:30','Last kilometer','Basso is on his way to the finish'),(1618,41,'2006-05-23 17:43:14','Simoni at 1:20','Gutierrez is still back at about 15 seconds and riding with Piepoli.\r\n'),(1619,41,'2006-05-23 17:43:48','Ivan Basso 300 meters from the finish','\r\n'),(1620,41,'2006-05-23 17:44:34','Ivan Basso wins!','Now we need to keep track of the time gaps.'),(1621,41,'2006-05-23 17:46:41','Simoni crosses','1:29 behind Basso.'),(1622,41,'2006-05-23 17:47:15','Piepoli and Gutierrez at 1:39',''),(1623,41,'2006-05-23 17:48:00','Ag2r\'s John Gadret comes in for fifth','He finishes 2:42 behind Basso... not bad for a \'cross rider.\r\n'),(1624,41,'2006-05-23 17:49:18','Savoldelli','Crosses at 3:42... and looks shell-shocked.'),(1625,41,'2006-05-23 17:49:51','Cunego','has lost 4:40 to Basso.'),(1626,42,'2006-05-24 13:35:59','Good day...','...and welcome to VeloNews.com’s Live Coverage of the 17th stage of the Giro d’Italia. This is the one everyone has been talking about since the route was originally unveiled. Today’s stage is a short one, just 133km, but there is a lot packed in there, 11,000 feet of climbing and two giant climbs in the final 50km: the rugged Passo del Erbe and a summit finish on the mighty Plan de Corones. This 17km final climb averages 7.5 percent and its final 5.25km are on a reconstructed dirt road over what is generally used as an access road on a ski slope.

    If you haven\'t seen the pictures of what that upper portion looks like, take a quick glance at the photos we posted from reader Igor Tavella, who sent in pictures last\r\nweek and then another set earlier this\r\nweek, underscoring the progress work crews have made on that road.\r\n'),(1627,42,'2006-05-24 13:36:00','Still waiting for today\'s stage start','Given the distance, today\'s stage is scheduled to start quite a bit later than usual and there has been a bit of a dealy.'),(1641,42,'2006-05-24 15:16:00','Rain...','It\'s wet now and word from the finish is that the weather is taking a turn for the worse.... well, okay, it sucks. Meanwhile the distance of today\'s stage is officially now 125 km, but it could be less than that if the conditions get much worse up there.'),(1629,42,'2006-05-24 13:55:00','Some objection to today\'s route','They are on their way, but part of the delay, folks is that riders were objecting to parts of today\'s course... the last few km up to Kronplatz.

    Meanwhile, Sergei Honchar, the Ukranian from T-Mobile who twice worked his way into the maglia rosa is not riding. He crashed last week and really has been suffering ever since.'),(1630,42,'2006-05-24 14:06:00','Contest time','Well, it\'s time again for our daily contest. Give it some thought and then\r\ntell us who you think will win today\'s stage. Send your choice in an e-mail\r\nto Rosters@InsideInc.com.\r\nBe sure to include the name of your choice in the subject line of your\r\ne-mail.\r\n

    We will chose a winner from among the correct entries. Today\'s winner\r\nwill receive a copy of Landscapes\r\nof Cycling By Graham Watson\r\n

    Please note:\r\n
    Just one entry per person per day.
    No entries accepted after the 10km to go mark.


    Also, please be sure you are sending e-mails when you actually intend to send them. We\'ve recently been receiving e-mails two, three even 20 hours after a stage finish and it looks like some folks have their e-mails sitting in the outbox for a while.'),(1639,42,'2006-05-24 15:00:50','Wowie','An hour of \"racing\" and the peloton had covered a mere 32km. At this point, the peloton is at 38km and still bunched together.'),(1631,42,'2006-05-24 14:10:57','Another non-starter','Michele Scarponi of Liberty Seguros has not started today. That leaves just 163 riders in the Giro.

    AFP reports that there is still negotiation regarding the route and that changes will involve not the finishing climb but that first haul up the Passo del Erbe, which crests at around 95km. We\'re still awaiting official word from the organizers.'),(1632,42,'2006-05-24 14:15:00','At 10km','The peloton is riding at a moderate pace and all 163 riders are together.'),(1633,42,'2006-05-24 14:17:33','Well, ignore that profile...','... at least part of it. The race has been routed around the Passo delle Erbe, so we won\'t see that double whammy, but there will still be the finishing climb up to Kronplatz.'),(1634,42,'2006-05-24 14:21:27','Saiz update','The Spanish government warned Wednesday that it was committed to its zero-tolerance stance on doping in sports in the wake of the arrest of the manager of Spanish cycling team Liberty.

    Manolo Saiz was arrested Tuesday on doping charges and detained at the drugs squad\'s headquarters.

    Saiz and four others who were arrested - including the Valence team sporting director Ignacio Laberta and a former doctor to the Kelme and ONCE teams Eufemiano Fuentes - are part of a huge investigation into cycling by the Spanish police.

    The newspaper El Pais reported that more than 200 blood bags destined for \r\ntransfusions were also seized in the raids.

    \"We will not allow those who want to make money playing with the health of others go unpunished,\" warned Sports Minister Jaime Lissavetzky.

    The government, he told Spanish national radio (RNE), was \"committed to \r\nzero tolerance in its fight against doping.\"\r\n'),(1635,42,'2006-05-24 14:22:51','A meandering start','The peloton is not exactly racing at this point. We\'ll see if this continues throughout the stage today... sure hope not.'),(1636,42,'2006-05-24 14:23:25','At 15km','The peloton is still together.'),(1637,42,'2006-05-24 14:41:04','','Reader Scott Scheer just sent this one in and we thought you\'d enjoy:

    There was a bike rider named Basso
    The fastest man over the pass-o
    The group in the rear
    Cried many a tear
    \'cuz all they could see was his Assos

    Not bad, Scott! Thanks.\r\n\r\n\r\n\r\n'),(1638,42,'2006-05-24 14:47:00','We\'re not getting a lot of news','Our guy, Andrew Hood is in something of a scramble to get to the finish, since access to the road on the final climb shuts down early in anticipation of the race and necessary crowd control. Race radio has been pretty quiet today, too.'),(1640,42,'2006-05-24 15:11:55','Weather nasty at the finish',''),(1642,42,'2006-05-24 15:20:54','An attack','Credit Agricole\'s Poilvet and Liquigas\'s Cioni are ahead of the field and have a 55 second lead on the main field.'),(1643,42,'2006-05-24 15:23:50','At 50km','Our two leaders have 1:00 on the field. 75km to go (we think). Word is that we\'re getting snow up at the finish, though we\'re not too sure about how far down the snow goes on the mountain. '),(1644,42,'2006-05-24 15:26:35','Rain','The rain is kicking in and even in these lower portions of the today\'s route, riders are wearing gloves, jackets and knee-warmers.'),(1645,42,'2006-05-24 15:28:31','Beautiful part of Italy','This is the Tyrolean and German-speaking part of Italy, formerly part of the old Austro-Hungarian empire and the country-side and the architecture resembles Austria more than anything.'),(1646,42,'2006-05-24 15:30:52','With 70km to go','The two leaders are now 1:20 ahead of the main field. The chase is not panicked by any stretch.'),(1647,42,'2006-05-24 15:36:32','Gap at 2:00','The leaders are in Bressanone with an advantage of 2:00 on the field.'),(1648,42,'2006-05-24 15:42:35','Saunier Duval at the front','The Saunier Duval team is setting tempo at the front of the field. Again, a reminder that the Passo delle Erbe has been removed from today\'s stage... largely because of the weather and the altitude of the Passo delle Erbe (2000m).

    With 60km remaining, the gap is 2:20'),(1649,42,'2006-05-24 15:46:46','Organizers say finish decision pending.','Race organizers have announced over race radio that a final decision regarding today\'s finish will be made within the next 20 minutes or so. If conditions are too bad up there, they may remove those last five km.'),(1650,42,'2006-05-24 15:50:15','Two hours of racing','After two hours of racing, the average speed has been a moderate 34.5kph.'),(1651,42,'2006-05-24 15:55:36','Snow at the finish','It\'s not really heavy snow, but it is snowing atop the Plan de Corones.'),(1652,42,'2006-05-24 15:58:13','Not official, but','it looks like organizers are taking apart some of the finish line hardware at the top of the Plan de Corones.'),(1653,42,'2006-05-24 16:00:06','Now it IS official','The organizers are cancelling the final five kilometers of today\'s race, so the total distance of today\'s stage is 120km. That finishing climb is still 11km and will still be tough.'),(1654,42,'2006-05-24 16:14:29','Rain, rain, rain','The weather has completely altered the stage today. Even here in the flats, it\'s cold. The stage at the finish is already being dismantled. Apparently they had a back-up five km below the original finish.'),(1655,42,'2006-05-24 16:19:03','The gap is at 2:35.','We think there are 37km remaining, but it\'s hard to get an accurate distance, given the changes in today\'s stage.'),(1656,42,'2006-05-24 16:21:40','Gap coming down','The two leaders are 1:51 ahead of the peloton. Back in the field, several riders have been pulling over and adding clothing. We estimate 32 km remaining now.'),(1657,42,'2006-05-24 16:24:11','With 30km remaining','The gap is coming down quickly and the two leaders are 1:28 ahead of the field.'),(1658,42,'2006-05-24 16:30:16','With 28km remaining,','the gap is at 1:38. The Saunier Duval team is driving the chase.'),(1659,42,'2006-05-24 16:34:38','CSC moving up','We now see both the CSC and Saunier Duval teams up front. Simoni, as you might guess, is motivated today, since he trails Paolo Savoldelli by just 17 seconds on GC. If he outclimbs the Discovery man like he did yesterday, he\'s set on moving past him and into the top-three.'),(1660,42,'2006-05-24 16:41:25','CSC and Saunier Duval','Are still at the front of the peloton. The two leaders are 21km from the finish and just about 1:20 ahead of the field. These roads are rough and narrow... and it\'s still raining quite hard. Word from the finish is that the weather is still harsh and even with the shortened climb, we\'ll be looking at a tough final push to the top.'),(1661,42,'2006-05-24 16:43:15','With 20km to go','The gap is down to 40 seconds.'),(1662,42,'2006-05-24 16:44:58','The two leaders','are about to be swept up. It\'s still raining hard.'),(1663,42,'2006-05-24 16:48:45','The race is at the 110 Gazetta sprint mark','... which puts the peloton at the base of the climb. The two leaders have been caught. The pace is picking up and the peloton is stretched out.'),(1664,42,'2006-05-24 16:51:15','On the climb','Rafael Illiano (Selle Italia) has moved off the front and has an eight-second advantage.'),(1665,42,'2006-05-24 16:53:13','Di Luca fading','Danilo Di Luca is already trailing off of the main field.'),(1666,42,'2006-05-24 16:54:19','Sastre is at the front','of the main group, with Simoni and Basso on his wheel. '),(1667,42,'2006-05-24 16:55:43','Illiano is with another rider','It looks like Scott Davis from T-Mobile. They have only a slight advantage.'),(1668,42,'2006-05-24 16:56:45','With 10 kilometers remaining','the two leaders have been caught'),(1669,42,'2006-05-24 16:58:43','Savoldelli fading','Defending champion Paolo Savoldelli is slipping off the lead group, which is being led by Piepoli and Sastre.'),(1670,42,'2006-05-24 17:01:07','Savoldelli','is way off the back. He\'s bound to lose his spot on the Podium. Leading the group is Perez Cuapio (Panaria) with Basso on his wheel. Simoni and Gutierrez are there, too.'),(1671,42,'2006-05-24 17:02:01','We\'re not sure about the distance.','It\'s not certain whether the organizers have changed the location of the 10km to go banner... so we\'re not sure about the distance.'),(1672,42,'2006-05-24 17:03:11','Piepoli','Basso, Perez Cuapio and Gutierrez are now in the front and riding together. Simoni has been gapped.'),(1673,42,'2006-05-24 17:04:48','Perez Cuapio is still setting tempo','The four leaders are about 10 seconds ahead of the Simoni group. Cunego is about 25 seconds back. Savoldelli is way down already.'),(1674,42,'2006-05-24 17:05:32','They didn\'t move the banner','So that 10-km-to-go meant five. The leaders are but 2km from the end.'),(1675,42,'2006-05-24 17:06:47','Perez Cuapio is trying to put the pressure on','But the four leaders have been joined by Pelizotti and he\'s attacking!'),(1676,42,'2006-05-24 17:07:18','Piepolli and Basso go for it','Gutierrez holding on.'),(1677,42,'2006-05-24 17:08:04','Basso pushing it hard','Piepoli on his wheel. Gutierrez dropped.'),(1678,42,'2006-05-24 17:09:08','Piepolli is setting tempo','Basso is latched firmly on his wheel'),(1679,42,'2006-05-24 17:10:42','Piepoli leads the charge to the line','Piepoli takes it ahead of Basso... Gutierrez at 15 seconds.'),(1680,42,'2006-05-24 17:11:06','Cunego at 40 seconds','Simoni a bit further back'),(1681,42,'2006-05-24 17:11:57','Savoldelli has lost third place','He finishes more than the necessary 18 seconds behind Simoni. Simoni is now third on GC'),(1682,42,'2006-05-24 17:18:55','Well, it\'s been an interesting day','The rain - snow up above - has really altered the composition of what could have been an epic stage. It\'s something of a disappointment, but understandable for riders and teams to object to the inclusion of the Passo delle Erbe, but from the looks of it, things at the top of the final climb aren\'t that bad right now. It was a judgement call, though, and one we didn\'t have to make.

    That\'s a wrap for today. Check back soon for results and a complete report. We see Graham Watson coming into the press room so we will be seeing photos as well.'),(1683,43,'2006-05-25 13:56:10','Good day...','... and welcome to VeloNews.com’s Live Coverage of the 18th stage of the 2006 Giro d’Italia, a 210km race from Sillian in Austria, back to Italy’s Gemona del Friuli. The stage features three categorized and three unrated climbs, but nothing enough to disrupt the overall standings. This could be another day for a break to succeed.

    The current situation on the road has four riders on the descent of the Passo du Monte Croce Carnico with a small – 50-second lead on the peloton. Those riders are:

    18. Gutierrez Palacios José Ivan (Caisse d\'Epargne), at 21:44
    28. David Lopez Garcia (Euskaltel), at 32:36
    33. Marzio Bruseghin (Lampre), at 34:44
    63. Stefan Schumacher (Gerolsteiner), at 1:08:38
    '),(1684,43,'2006-05-25 14:07:00','Bad news','Apparently John Gadret (Ag2r Prevoyance) has fallen and is out of the race. He began the day in 27th place overall and has shown himself to be a strong climber. We will try to get an update on his condition.'),(1685,43,'2006-05-25 14:08:00','Another rider in that break','There are apparently five riders up there, including Liquigas\'s Charles Wegelius (61st at 1:08:04).\r\n'),(1686,43,'2006-05-25 14:09:53','Contest','Well, it\'s time again for our daily contest. Give it some thought and then\r\ntell us who you think will win today\'s stage. Send your choice in an e-mail\r\nto Rosters@InsideInc.com.\r\nBe sure to include the name of your choice in the subject line of your\r\ne-mail.\r\n

    We will chose a winner from among the correct entries. Today\'s winner\r\nwill receive a copy of Landscapes\r\nof Cycling By Graham Watson\r\n

    Please note:\r\n
    Just one entry per person per day.
    No entries accepted after the 10km to go mark.'),(1687,43,'2006-05-25 14:10:00','Gap at 3:00','At 108km, the leaders have an advantage of 3:00'),(1688,43,'2006-05-25 14:17:47','At km 115','The gap has grown to 4:15'),(1689,43,'2006-05-25 14:23:05','A poll','We\'ve always suspected that a lot of you out there are sneaking a peek at the progress of the Giro and other big races from work, (poised to click on a spreadsheet of some other work-related window in case the boss wanders in, no doubt). We\'ve just posted a new VeloNews Poll on the front page of VeloNews.com to pose just that question. Go ahead and vote.'),(1690,43,'2006-05-25 14:25:30','Gap is more than 5:00','We got a time check as the peloton reached the feedzone today. They were a solid 5:20 behind the five escapees.'),(1691,43,'2006-05-25 14:34:53','The Saiz case','Police sorting through the records of the doctor arrested along with Liberty director Manolo Saiz say that they have come across a rather extensive list of clients. According to news reports from Spain today, records indicate that several high profile cyclists, including T-Mobile\'s Jan Ullrich, were among Eufemiano Fuentes\'s patients.'),(1692,43,'2006-05-25 14:36:48','Three hours on the road','After three hours of racing the peloton has averaged a nice pace of around 40.2kph, much quicker than yesterday\'s opening hours.'),(1693,43,'2006-05-25 14:39:12','More than six minutes','The five leaders are now more than six minutes ahead of the main field.'),(1694,43,'2006-05-25 14:49:13','And that\'s about it...','The leaders are at km 131 and the gap has been holding at just about 6:10 for the past 10km. Another sign that radios are doing their job today. Once those guys hit the end of the predetermined leash, that\'s about it. '),(1695,43,'2006-05-25 14:53:00','Check out those poll numbers','Although the sample is still quite small, it\'s interesting to see that the vast majority (85+%) of respondents are checking in from the office. Go ahead and vote if you haven\'t yet. Meanwhile, our attorneys have advised us to remind you and your employers that VeloNews, its parent company, Inside Communications Inc. and the employees of ICI, are in no way responsible for the loss of productivity incurred at your office during the months of May, July and September.'),(1696,43,'2006-05-25 14:58:15','On the slopes of the Cuel di Forchia','and the five leaders have an advantage of 6:20 as they work their way up the second of today\'s three ranked climbs.'),(1697,43,'2006-05-25 15:07:32','More on Saiz','El Pais is reporting today that Liberty Seguros has ended its sponsorship deal with Manolo Saiz\'s team. Will the German toolmaker Wurth be far behind?'),(1698,43,'2006-05-25 15:10:00','Weather today','What a difference a day makes. Our crew got up this morning and it was absolutely beautiful with clear and sunny skies. We drove over the Passo di Furcia climb this morning - the one eliminated from Wednesday\'s stage - and the views were absoluting stunning. It\'s too bad the Giro lost an epic stage.

    Our man Andrew Hood spoke with Team CSC\'s mechanic and he said that both Carlos Sastre and Ivan Basso had 34x27 mounted for Plan de Corones climb, but they changed out the wheels back to 23x11 as soon as it come over the radio that the finish line was lowered.'),(1699,43,'2006-05-25 15:13:51','On the Cuel di Forchia','The five leaders are working their way up the climb and the peloton has reached the lower slopes at 6:45.'),(1700,43,'2006-05-25 15:18:07','Where are you watching?','Here\'s a quick note from a reader about the location from he\'s keeping track of the Giro.

    I just figured that since I was one of the two who voted for other as location for where I\'m watching the Giro I may as well explain myself.

    I\'m in a hospital recovery room with my girlfriend, who\'s the one recovering from nasal passage surgery. Though the room was home for the night we are leaving in a couple of hours.

    I just thought I would share and say thanks for letting us watch from anywhere. Normally I\'d be one of the ones watching at work as well.
    Chris

    But nearly 90 percent of you are sneaking a look from work. Tsk, tsk, tsk.\r\n'),(1701,43,'2006-05-25 15:19:24','Leaders near the top','It appears that our five leaders are holding a good gap of around 6:45 with about 60km to go.'),(1702,43,'2006-05-25 15:21:33','Up and over','The five leaders are over the top of the climb. We\'ll try to get a time gap at the top when the peloton reaches the top. These are narow roads and the peloton doesn\'t seem all that interested in chasing hard. CSC and Saunier Duval are up front, setting a very moderate pace on this climb.'),(1703,43,'2006-05-25 15:24:17','Gadret','Reports from race radio confirm that Ag2r\'s Gadret has a broken collar bone, which is why he pulled out after the crash earlier today. That\'s an unfortunate turn of events for a guy who has shown some flashes of brilliance in this race.'),(1704,43,'2006-05-25 15:25:53','Peloton at 7:05','The peloton crests the climb at 7:05.'),(1705,43,'2006-05-25 15:29:33','Boy these roads','The roads on both sides of the Cuel di Forchia are very narrow, barely wide enough for two small cars to pass one another. Thankfully, not too many Europeans drive Hummers, so these roads serve their purpose.'),(1706,43,'2006-05-25 15:36:08','A note from Jennifer','One of readers, Jennifer, took issue with my suggestion that she is merely \"sneaking\" a look at Giro coverage.
    Sneaking nothing.

    I might think I\'m trying to control my rabid checking of your journal updates, but I don\'t know who I would be kidding. \r\nTwo days ago when Basso and Simoni were battling it out near the top of the hill, my eyes filled with tears and my heart sang with Italian pride. And I don\'t have an ounce of Italian blood in me. When my boss asked me what was wrong, I told her my contacts were bothering me.\r\nY\'all are doing a great job; what a treat your play by play is.

    We\'ve been emotional, too, Jennifer. For one thing we got a little teary-eyed when they pulled those last five kilometers out of yesterday\'s stage. Now that made us emotional. \r\n'),(1707,43,'2006-05-25 15:37:42','Gap at 7:05','The five leaders are ticking along nicely. Indeed, the roads on this descent give a decided advantage to a small group.'),(1708,43,'2006-05-25 15:41:55','','José Ivan Gutierrez Palacios (Caisse d\'Epargne), Marzio Bruseghin and Stefan Schumacher (Gerolsteiner) have gapped the other two in the break. We\'ll get time checks ASAP.'),(1709,43,'2006-05-25 15:46:07','','David Lopez Garcia (Euskaltel) and Charles Wegelius (Liquigas) are about 25 seconds behind the three leaders. This happened on the descent and now that the three leaders are on the flats, the gap is coming down.'),(1710,43,'2006-05-25 15:49:02','Five leaders together again','and the peloton is at 7:30. They gained time on the descent. '),(1711,43,'2006-05-25 15:52:36','Gap at 7:05','Now that the peloton is on the flats - and on wider roads - the gap is coming down a bit.'),(1712,43,'2006-05-25 15:59:48','40km to go','The five leaders have just hit the 40km to go banner. We\'ll get an accurate time check when the peloton reaches that mark. Estimates put the main field at 6:15. Phonak is doing work at the front of the field.'),(1713,43,'2006-05-25 16:05:11','Peloton at 40km-to-go','The gap is 6:22'),(1714,43,'2006-05-25 16:10:33','It\'s beginning to look like these guys will make it','The five leaders are holding their own with less than 35km remaining.'),(1715,43,'2006-05-25 16:12:42','Peloton at 35km to go','The gap is 5:03, with Phonak setting tempo at the front.'),(1716,43,'2006-05-25 16:15:02','Liberty news','The Liberty decision today is effective immediately. The team has lost its title sponsor, which leaves the Tour de France plans for Vino\' up in the air.'),(1717,43,'2006-05-25 16:16:00','Leaders are at 30km','The five leaders are 30km from the finish and Phonak is busting a gut to catch these guys. The gap is now down to 4:30. Were we premature in predicting the break\'s success?'),(1718,43,'2006-05-25 16:20:46','Chase is on','At 30km, the peloton has trimmed the gap to 3:42. Wowie.\r\n\r\nHey, here\'s an appropriate Limerick for the day, from reader Jonathan Dorsett
    Watching the Giro at workia
    Does not make me a jerkia
    If the boss is a louse
    Then click with your mouse
    And dream of cresting Cuel Di Forchia
    Nice one Jonathan.\r\n\r\n\r\n'),(1719,43,'2006-05-25 16:26:04','Leaders on the day\'s third KOM','The five leaders are nearing the top of the Sammardenchia as the peloton, too, works its way up the slope. We\'ll get a time gap at the top.'),(1720,43,'2006-05-25 16:28:15','Up and over',' the leaders are over the top.'),(1721,43,'2006-05-25 16:29:00','Statement from Liberty','The title sponsor of the Liberty-Seguros team has issued the following statement:
    \"As sponsors, we have always wanted to promote a culture of fair play and zero tolerance with respect to doping.

    \"In November 2005 after the suspension of a rider (Roberto Heras) for doping we made our contract one of the most rigorous with regard to this subject.

    \"The implications and consequences of the detention of Manolo Saiz are highly worrying - they damage our name and the name of cycling.

    \"We have cancelled our agreement with the owners of the team (Active Bay) and will respect outstanding financial obligations.\"

    '),(1722,43,'2006-05-25 16:30:45','Gap at 3:04','Taking a time check at the 25km-to-go mark (just below the summit) puts the peloton at 3:04.'),(1723,43,'2006-05-25 16:34:30','20km to go','for the leaders. Phonak has eased off a bit, so we\'ll see what the gap is now.'),(1724,43,'2006-05-25 16:38:46','3:16','The chase has eased up a bit and the gap has slipped up to 3:16. Disco\'s Benoit Joachim is trying to bridge up, but he isn\'t getting too far with the effort.'),(1725,43,'2006-05-25 16:40:39','15km to go','The five leaders are 15km from the finish.'),(1726,43,'2006-05-25 16:44:36','Phonak driving chase again','The gap is around 3:00. Up front, Lopez attacks on a small, but steep (15 percent) climb .'),(1727,43,'2006-05-25 16:46:11','Lopez is climbing nicely','Working his way up the unranked Montenars. He has 8 seconds on the other four.'),(1728,43,'2006-05-25 16:48:30','Lopez over the top','and he has a gap of 11 seconds on the other men in the break. The peloton is at 2:40.'),(1729,43,'2006-05-25 16:49:07','Just eight seconds','And Lopez has 11km to go.'),(1730,43,'2006-05-25 16:51:49','Peloton','Hits the top of the climb 2:44 behind Lopez. Lopez is still of on his own with less than 10km to go... he still has but 10 seconds.'),(1731,43,'2006-05-25 16:53:39','Holding on','Lopez is still holding a small lead. He has seven seconds on the other four, but those guys are working together.'),(1732,43,'2006-05-25 16:56:23','Caught','Lopez has been caught by Schumacher... and the other three are about 100 meters back'),(1733,43,'2006-05-25 16:57:07','Schumacher and Lopez','The two are working together, but they have only a small gap.'),(1734,43,'2006-05-25 16:57:59','Together','With five km to go, the lead group is back together but there are a lot of attacks here.'),(1735,43,'2006-05-25 16:59:20','Lopez attacks again','Lopez was dropped, caught back on and then charged right through the group.'),(1736,43,'2006-05-25 16:59:00','There is no cooperation behind Lopez','Schumacher is closing in on Lopez'),(1737,43,'2006-05-25 17:00:00','2km to go','Gutierrez and Schumacher now are at the front '),(1738,43,'2006-05-25 17:01:46','Wegelius on the attack',''),(1739,43,'2006-05-25 17:01:00','1km to go','All together.'),(1740,43,'2006-05-25 17:02:00','500 meters to go','And Wegelius attacks.... now Bruseghin '),(1741,43,'2006-05-25 17:03:00','Charge!','Bruseghin charges, Schumacher chases him down and nips at the line.'),(1743,43,'2006-05-25 17:05:00','Peloton at 2:43','Ivan Basso finishes in the main field and easily retains control of the Giro.'),(1744,44,'2006-05-26 13:41:38','Good day...','and welcome to VeloNews.com\'s Live Coverage of the 19th stage of the 2006 Giro d\'Italia., which, after the weather-induced trim of Wednesday\'s stage could arguably be called the \"Queen\" of this year\'s \r\nGiro. At 224km this stage features the most amount of climbing in a single day at this year\'s Giro, with four major climbs providing a total of 16,394 feet of elevation gain. The opening 12.4km Forella \r\nStaulanza averages 6.8 percent; the 13.3km Passo di Fedáia (aka the Marmolada) has pitches as steep as 18 percent; the 11.8km Passo Pordoi averages 6.6 percent; and the 18.5km climb to the finish on \r\nthe Passo San Pellegrino has some 15-percent pitches. '),(1745,44,'2006-05-26 13:42:00','On the road','Currently, the peloton is on the slopes of the day\'s first climb, the 12.4km Forella Staulanza. There are several small groups - none of which contain GC threats - ahead of the gruppo maglia rosa. The first \r\ngroup, which includes Emannuelle Sella is about 2:50 ahead the Basso group.'),(1746,44,'2006-05-26 13:55:10','19 riders in the lead group','That lead group is getting bigger. Among the leaders are Paolo Bettini (Quick Step), Sella and Danilo Di Luca (Liquigas-Bianchi) and, again, no one is a real GC threat. Even Di Luca, the man who had such a brilliant Giro d\'Italia last year began his day in 12th place on GC some 18:27 behind Ivan Basso.'),(1747,44,'2006-05-26 13:59:22','Other riders trailing','We have yet to get full ID on the men in the lead group - which is about 2:30 up the road - but some of the men caught in between include Benoit Joachim (Discovery) and Patrice Halgand (Credit Agricole), trailing at about 30 seconds. Further down the road at around 45 seconds is Ag2r\'s Renaud Dion and Angel Gomez (Saunier Duval) at 1:00.'),(1748,44,'2006-05-26 14:00:21','Correction','The lead group is now actually a full five minutes ahead of the gruppo maglia rosa'),(1749,44,'2006-05-26 14:01:28','Joachim slips back','Benoit Joachim has lost about 45 seconds on Halgand'),(1750,44,'2006-05-26 14:06:08','Halgand up with the leaders','Credit Agricole\'s Patrice Halgand has joined the lead group. We\'re still trying to get a full composition of the lead group. The peloton is at 5:15 and we are now 96km into today\'s stage.'),(1751,44,'2006-05-26 14:12:16','The leaders are nearing the top of the climb','Our lead group is just around twokm from the summit of the Forella Staulanza.'),(1752,44,'2006-05-26 14:12:58','Time to guess','Well, it\'s time again for our daily contest. Give it some thought and then\r\ntell us who you think will win today\'s stage. Send your choice in an e-mail\r\nto Rosters@InsideInc.com.\r\nBe sure to include the name of your choice in the subject line of your\r\ne-mail.\r\n

    We will chose a winner from among the correct entries. Today\'s winner\r\nwill receive a copy of Landscapes\r\nof Cycling By Graham Watson\r\n

    Please note:\r\n
    Just one entry per person per day.
    No entries accepted after the 10km to go mark.'),(1753,44,'2006-05-26 14:17:46','Your thoughts','The response has been quite large and it seems the vast majority of you agree with Liberty Seguros\'s decision to cut its sponsorship of Manolo Saiz\'s team.

    We asked if Liberty was correct in its decision and as of five minutes ago the results looked like this:

    Yes 1257 (92.70%) \r\nNo 48 (3.54%)
    Undecided 51 (3.76%)
    total votes 1356
    Unfortunate as it is, we find ourselves in agreement. It seems the only way to get these guys\' attention some times is to hit them where it counts... and in this business that\'s right, square in the wallet.

    We\'ll be posting a letters page as well, today. Thanks for your input folks.'),(1754,44,'2006-05-26 14:17:00','Up and over','Our leaders have crossed over the Forella Staulanza and we\'ll get a time check when Basso and crew hit the top.'),(1755,44,'2006-05-26 14:21:38','The peloton hits the top at 5:20',''),(1756,44,'2006-05-26 14:36:20','At 110km','The leaders have 4:40 over a small chase group, including Discovery\'s Joachim, and 5:25 on the Gruppo Maglia Rosa.'),(1757,44,'2006-05-26 14:43:18','Saiz update','Eufemiano Fuentes, former doctor with Spanish teams Kelme and ONCE, Ignacio Labarta, deputy sporting director of the Valence team, Madrid doctor Jose Luis Merino and mountain-bike racer Alberto Leon all reported to court number 31 in Madrid for questioning today.

    Liberty team manager Manolo Saiz was arrested Tuesday before being released a day later with investigators judging his role in the burgeoning affair was \"only that of a client\" and that there was only a \"slight risk he will abscond,\" the judicial sources said.

    With regard to the other four, the authorities had to decide within 72 hours of their arrest if they should be held further, the timeframe expiring Friday morning.\r\n'),(1758,44,'2006-05-26 14:47:12','At 115km','The leaders are right at 5:00 ahead of the main field, with a few stragglers in between.'),(1759,44,'2006-05-26 14:59:20','At km 125','The gap is holding at 5:10... but the road ahead is a bit on the tough side, eh?'),(1760,44,'2006-05-26 15:08:00','Gap shrinking on climb','The gap between the lead group and the Basso group is coming down as they both work their way up the day\'s second climb, the Passo di Fedáia, which is also known as the \"Marmolada\" and features pitches as steep as 18 percent.'),(1761,44,'2006-05-26 15:20:00','On the Marmolada','The lead group, is nearing the summit and is 4:35 ahead of the Basso Group. The group includes

    44. Paolo Bettini (I), Quick Step-Innergetic, at 49:16
    12. Danilo Di Luca (I), Liquigas-Bianchi, at 18:27
    20. Patrice Halgand (F), Credit Agricole, at 24:04
    \r\n38. Emanuele Sella (I), Ceramica Panaria - Navigare, at 40:07
    15. Juan Manuel Garate (Sp), Quick Step-Innergetic, at 19:15
    111. Bobby Julich (USA), CSC, at 2:00:43
    47. Jens Voigt (G), CSC, at 50:26
    48. Fortunato Baliani (I), Ceramica Panaria - Navigare, at 53:35
    25. Joan Horrach Rippoll (Sp), Caisse d\'Epargne-I.B., at 31:19
    28. Parra Pinto Ivan Ramiro (Col), Cofidis, at 32:17
    50. Johann Tschopp (Swi), Phonak, at 55:32
    17. Francisco J. Vila Errandonea (Sp), Lampre, at 20:50
    \r\n'),(1762,44,'2006-05-26 15:24:16','Leaders nearing the top of the Marmolada','The lead group is within 1km of the top.'),(1763,44,'2006-05-26 15:26:39','Tough, tough climb','The Marmolada is a legendary climb for a reason. Classified as a CAT. 1, do recall that the Giro doesn\'t do hors categorie like the Tour does. At the Tour, this climb would rate such a beyond category classification.'),(1764,44,'2006-05-26 15:29:00','Baliani snags climbers\' points','He has moved into second on the hunt for the KOM jersey. This is how it looked this morning

    Overall KOM
    1. Ivan Basso (I), CSC, 46 Pts.
    \r\n2. Leonardo Piepoli (I), Saunier Duval, 31 Pts.
    \r\n3. Fortunato Baliani (I), Ceramica Panaria - Navigare, 26 Pts.
    \r\n4. Sandy Casar (F), Francaise des Jeux, 23 Pts.
    \r\n5. José E. Gutierrez Cataluna (Sp), Phonak, 23 Pts.

    Baliani gets 15 points, so he moves up to second.'),(1765,44,'2006-05-26 15:35:24','Basso group up and over','The gap was at 5:04 when the maglia rosa group hit the top of the Marmolada. Check your profile and see that there is still some tough, tough, tough work ahead.'),(1766,44,'2006-05-26 15:35:51','Contest reminder','Give it some thought and then\r\ntell us who you think will win today\'s stage. Send your choice in an e-mail\r\nto Rosters@InsideInc.com.\r\nBe sure to include the name of your choice in the subject line of your\r\ne-mail.\r\n

    We will chose a winner from among the correct entries. Today\'s winner\r\nwill receive a copy of Landscapes\r\nof Cycling By Graham Watson\r\n

    Please note:\r\n
    Just one entry per person per day.
    No entries accepted after the 10km to go mark.'),(1767,44,'2006-05-26 15:41:54','Long, long descent','It\'s a beautiful day and the roads are nice and dry. This road off of the Marmolada would have been miserable and dangerous had the weather been like it was on Wednesday.'),(1768,44,'2006-05-26 15:45:45','Leaders in Canazei','the lead group is on the small stretch of relatively flat ground between the Marmolada and the Passo Pordoi.'),(1769,44,'2006-05-26 15:51:55','On the Pordoi','The leaders are on the lower slopes of the Pordoi. The latest time gap is at 5:55. The leaders made a bit of time on the descent. Perhaps Ivan Basso decided to take it a little easy on the descent. He has reason to ride carefully. In addition to leading the Giro, Basso became a dad for the second time yesterday. He now has a son in addition to his beautiful little daughter. Congrats to the man in the pink jersey.'),(1770,44,'2006-05-26 15:52:38','POP! There goes Bettini','The points leader, who has been holding his own has slipped off the back of the group.'),(1771,44,'2006-05-26 15:57:02','Julich slipping off','Julich is slipping off the back of the group. Strategy or exhaustion? '),(1772,44,'2006-05-26 16:02:33','Baliani is setting tempo','Baliani is really looking for climbers\' points and setting a nice pace at the front of the lead group. The gap, meanwhile, is growing as the leaders are now 6:35 ahead of the Basso group.'),(1773,44,'2006-05-26 16:06:26','Julich and Bettini about 1:15 back','The peloton is at about 6:40.'),(1774,44,'2006-05-26 16:08:37','The gap is at 6:40','with CSC setting tempo in the Basso group.'),(1775,44,'2006-05-26 16:11:00','Up front','Baliani is setting a strong tempo. With him are:

    \r\nEmanuele Sella (Ceramica Panaria)
    Juan Manuel Garate (Quick Step)
    Danilo Di Luca (Liquigas)
    . Ivan Ramiro Parra Pinto (Cofidis)
    Felipe Laverde Jimenez(Ceramica Panaria)
    Evgeni Petrov (Lampre)
    Tadej Valjavec (Lampre)
    Jens Voigt (CSC)
    Johann Tschopp (Phonak)
    Patrice Halgand (Credit Agricole)
    Francisco J. Vila Errandonea (Lampre)

    At 2:25 are Eltink, Engels, Julich and Bettini. The peloton is at 6:30.\r\n'),(1776,44,'2006-05-26 16:19:01','Baliani group is nearing the top','The Baliani group is nearing the top of the Pordoi.. They will have about 62km remaining to the finish.'),(1777,44,'2006-05-26 16:20:46','10 more points for Baliani','He crests the summit and grabs top points atop the Cat. 1 Passo Pordoi.'),(1778,44,'2006-05-26 16:23:21','Bettini, Julich group hits the top','at 3:00'),(1779,44,'2006-05-26 16:25:52','Saunier Duval moves to the front of the Basso group','Saunier Duval is putting some pressure on at the front of the Maglia rosa group. He wants to solidify Simoni\'s hold on the podium. Of course, there is a long, long, descent which will help Savoldelli at least minimize his losses.'),(1780,44,'2006-05-26 16:26:39','Basso group nearing the top','The Basso group is moving up toward the top and already 6:30 behing the leaders'),(1781,44,'2006-05-26 16:27:07','Gap at the summit','is 6:47.'),(1782,44,'2006-05-26 16:28:50','Liberty question','We\'ve had a couple of readers write in and ask what the Liberty guys are wearing today. They\'re still in their team kit, despite their sponsor\'s decision to completely withdraw its financial support of the team. Well, for one thing, they probably can\'t afford new jerseys.'),(1783,44,'2006-05-26 16:38:06','The Bettini Julich group','has been reabsorbed by the peloton. The leaders, meanwhile, are enjoying a nice 6:40 advantage over the main field.'),(1784,44,'2006-05-26 16:42:33','That front group','We have the following riders up front

    Emanuele Sella (Ceramica Panaria)
    Juan Manuel Garate (Quick Step)
    Danilo Di Luca (Liquigas)
    Ivan Ramiro Parra Pinto (Cofidis)
    Felipe Laverde Jimenez(Ceramica Panaria)
    Evgeni Petrov (Lampre)
    Tadej Valjavec (Lampre)
    Jens Voigt (CSC)
    Johann Tschopp (Phonak)
    Patrice Halgand (Credit Agricole)
    Francisco J. Vila Errandonea (Lampre)
    and the new KOM leader, Fortunato Baliani (Ceramica Panaria)

    The peloton is at 6:35'),(1785,44,'2006-05-26 16:43:29','Work in the maglia rosa group','is being done by Saunier Duval and CSC.'),(1786,44,'2006-05-26 16:45:29','A flat','Francisco J. Vila Errandonea (Lampre) has flatted. He\'s made a quick change and is chasing back to the lead group. His mechanic is making an adjustment on his bike, but he\'s already joined back up.'),(1787,44,'2006-05-26 16:46:24','Villa back at the car','He\'s back at his team car again, getting a new radio.'),(1788,44,'2006-05-26 16:50:29','Saunier Duval massing at the front','Still on the descent, the Saunier Duval team has moved up front with 40km to go. We have to get a good time check.'),(1789,44,'2006-05-26 16:55:00','Peloton at 40km to go','And the gap is just at 6:00.'),(1790,44,'2006-05-26 17:00:14','Peloton at 35km to go','Still on the descent, the speed is quite high at around 70kph and the lead is at around 6:05'),(1791,44,'2006-05-26 17:00:39','Break at 30km to go','We\'ll get a new time check when the peloton gets there.'),(1792,44,'2006-05-26 17:04:56','Cuapio has crashed','In the peloton, Perez Cuapio is having a bad day, but he\'s up and at it again.'),(1793,44,'2006-05-26 17:06:00','Peloton at 30km-to-go','The gap at the 30km mark is 5:38. '),(1794,44,'2006-05-26 17:11:49','Four riders have moved off','from the lead group. Petrov, Villa, Tschopp and Sella are trying to step up the pace. They have an 18km climb ahead and they want a healthy gap going into the climb. They\'ve been pulled back, but the pace is picking up... both up front and in the Saunier Duval driven peloton. The gap is down to 5:00.'),(1795,44,'2006-05-26 17:12:39','Leaders at 20km to go...','And that means that the climb is coming up soon. The gap is at 5:40.'),(1796,44,'2006-05-26 17:14:00','Leaders coming to the final climb','The leaders are moving on to the foot of the 18.5km climb to the finish on the Passo San Pellegrino, which hits 10 percent for the first three kilometers, and kicks in with some 15-percent pitches toward the top. '),(1797,44,'2006-05-26 17:17:53','The peloton is at 20km to go','and the gap is at 5:36. Is that enough for the leaders to hold on until the finish? We\'ll see.'),(1798,44,'2006-05-26 17:20:07','Saunier Duval','is driving the peloton into the base of the climb. The gap is at 5:42.'),(1799,44,'2006-05-26 17:21:40','On the climb:','We have the following riders up front

    Emanuele Sella (Ceramica Panaria)
    Juan Manuel Garate (Quick Step)
    Danilo Di Luca (Liquigas)
    Ivan Ramiro Parra Pinto (Cofidis)
    Felipe Laverde Jimenez(Ceramica Panaria)
    Evgeni Petrov (Lampre)
    Tadej Valjavec (Lampre)
    Jens Voigt (CSC)
    Johann Tschopp (Phonak)
    Patrice Halgand (Credit Agricole)
    Francisco J. Vila Errandonea (Lampre)
    and the new KOM leader, Fortunato Baliani (Ceramica Panaria)

    The peloton is at 5:30'),(1800,44,'2006-05-26 17:23:07','Leaders at 15km to go','The lead dozen are still together, with Panaria and Lampre with three riders each up there.'),(1801,44,'2006-05-26 17:24:37','Saunier Duval','Still driving in the peloton. Simoni is hoping to put real pressure on Savoldelli. The gap is down to 5:10.'),(1802,44,'2006-05-26 17:26:52','The Lampre and Panaria trios','are setting a quick tempo at the front of the lead group.'),(1803,44,'2006-05-26 17:28:20','Gap at 4:42','Depending on when the top climbers in the peloton decide to pick things up, these guys up front may have a tough time staying away.'),(1804,44,'2006-05-26 17:29:24','Tadej Valjavec (Lampre)','Has moved off the lead group. Personally, we\'d love to see a Slovenian winner today.'),(1805,44,'2006-05-26 17:30:24','Valjavec','has a nice little gap... now Voigt is chasing hard. Meanwhile the gap back to the peloton is at 4:20.'),(1806,44,'2006-05-26 17:30:48','Voigt joins Valjavec',''),(1807,44,'2006-05-26 17:32:15','Now Parra and Villa are moving up','to the lead pair. The two leaders have a bit of a gap still.'),(1808,44,'2006-05-26 17:33:27','10km to go','For the two men up front.'),(1809,44,'2006-05-26 17:34:16','Voigt and Valjavec','Still have a good little 15-second gap on Parra and Villa.'),(1810,44,'2006-05-26 17:36:51','Voigt and Valjavec','Are holding their own.... as Villa has left Parra. Villa wants to join his teammate Valjavec up there.'),(1811,44,'2006-05-26 17:38:06','Voigt and Valjavec','are 4:05 ahead of the peloton with 9km to go.'),(1812,44,'2006-05-26 17:38:51','No more entries today','We are well under the 10km-to-go mark.'),(1813,44,'2006-05-26 17:39:18','Garate has joined Villa','and they have both left Parra.'),(1814,44,'2006-05-26 17:40:19','Piepoli attacks out of the peloton','He has Simoni, Cunego and Basso on his wheel... with the rest of the peloton strung out in single-file.'),(1815,44,'2006-05-26 17:41:58','Basso sure looks relaxed','Lots of pressure and Basso seems totally at ease.

    Up front Garate and Villa have joined Voigt and Valjavec. Valjavec takes another dig and now Garate goes.'),(1816,44,'2006-05-26 17:43:05','Garate is now climbing on his own','Juan Miguel Garate is setting a very, very good tempo at the front. No one is with the Spanish national champion... Voigt is chasing.'),(1817,44,'2006-05-26 17:43:48','Wowie Zowie...','Voigt has bridged up. Jens Voigt is riding beautifully on this climb.'),(1818,44,'2006-05-26 17:45:18','The peloton is at 3:30...','Savoldelli is suffering and is losing more time on Simoni. Danielson is trying to pace him back.

    Up front Garate and Voigt continue to drive ahead.'),(1819,44,'2006-05-26 17:46:06','Garate and Voigt','are five kilometers from the top and Voigt puts in a dig. He\'s got to be feeling good today.'),(1820,44,'2006-05-26 17:47:35','Voigt and Garate','Are setting a good pace up there. In the peloton, the pace is still being set by Leonardo Piepoli.'),(1821,44,'2006-05-26 17:48:20','There goes Simoni','Basso and Cunego are joining him. Savoldelli appears to be well down... in another time zone.'),(1822,44,'2006-05-26 17:49:20','Gutierrez is dropped.',''),(1823,44,'2006-05-26 17:50:34','Back in the peloton','Simoni and Basso are off with Cunego chasing hard. Up front, Garate and Voigt are 3.5km from the finish.'),(1824,44,'2006-05-26 17:52:38','Gutierrez chasing hard','Cunego is losing ground to Basso and Simoni who are swallowing up some of the stragglers in the break. Behind Cunego, Gutierrez is trying hard to fight back.'),(1825,44,'2006-05-26 17:53:27','2:45','Garate and Voigt are three kilometers from the top and they remain 2:45 ahead of Simoni and Basso. It looks like these guys will pull off the stage win.'),(1826,44,'2006-05-26 17:55:29','Cunego is still losing ground to Simoni and Basso','Garate and Voigt are through the tough 15-percent part and it will ease off to the finish. That will do Voigt a bit better.'),(1827,44,'2006-05-26 17:56:37','Voigt and Garate','Are nearing the 2km mark.'),(1828,44,'2006-05-26 17:57:59','Garate','Looks uncomfortable and nervous. Voigt is on his wheel and looks very relaxed. This look reminiscent of the Hincapie stage win at the Tour last year.'),(1829,44,'2006-05-26 17:58:56','Big Slovenian flags on the course','Slovenian fans are out in force... and a tad disappointed that Valjavec isn\'t there.'),(1830,44,'2006-05-26 17:59:50','Basso and Simoni','Cruise past Halgand and making time on Cunego, Gutierrez and Savoldelli.'),(1831,44,'2006-05-26 18:00:05','One kilometer to go','For Garate and Voigt'),(1832,44,'2006-05-26 18:00:34','It\'s going to be a charge to the line','for these two leaders.'),(1833,44,'2006-05-26 18:01:19','500 meters to go','Garate charges.... Voigt right on his wheel.'),(1834,44,'2006-05-26 18:02:31','There goes Garate','Voigt pats Garate on the back... he is spent and concedes the win.'),(1835,44,'2006-05-26 18:03:00','Garate nears the line','points back to Voigt and raises his arms in victory.'),(1836,44,'2006-05-26 18:03:57','Simoni and Basso in the final km','Villa finishes about 1:21 back in third.'),(1837,44,'2006-05-26 18:05:38','Basso and Simoni come in at 2:15','Gutierrez catches Cunego and comes in at 2:38. '),(1838,44,'2006-05-26 18:07:08','Savoldelli','Finishes with Sandy Casar and Pelizotti at 4:15... about two minutes down on Simoni.'),(1839,44,'2006-05-26 18:19:58','Well that\'s a wrap.','Check back soon for results, a complete report from Andy Hood and photos from Graham Watson. Speaking of our photographer in Italy, reader Adam Leman is today\'s winner. he will receive a copy of Watson\'s book Landscapes of Cycling.'),(1840,44,'2006-05-26 18:05:00','Word from the course','is that Jan Ullrich has pulled out of the Giro. He\'s reportedly suffering from back pains and figures that he\'s had a good Giro, using it as a three-week training camp for the Tour. Not a bad ride... including an impressive win in the long 50km time trial.'),(1841,45,'2006-05-27 13:56:29','Good day...','and welcome to the 20th stage of the 2006 Giro d\'Italia. This one is another biggie, folks. Besides the Giro\'s highest mountain pass, the 8589-foot Gavia, halfway through the 211km stage, the peloton faces the infamous Mortirolo 30km from the uphill finish at Aprica. Averaging 10.2 percent for 12.8km, the very narrow Mortirolo has an 18-percent pitch in its midsection, where a new memorial remembers the late Marco Pantani. \r\n'),(1842,45,'2006-05-27 14:11:00','On the Gavia','The peloton is on the lower slopes of the Gavia. Right now, Sylvain Calzati (Ag2r) and Marzio Bruseghin (Lampre) are about 35 seconds ahead of the field. Bruseghin sure has been out on the attack quite a bit this Giro. Sort of an Italian version of the now-retired Jackie Durand.'),(1843,45,'2006-05-27 14:14:37','Danielson out','We don\'t completely understand why, but American Tom Danielson did not make the start today. Our man, Andrew Hood, plans to speak with him later today.'),(1844,45,'2006-05-27 14:17:59','At km 97','Our two leaders are about 1:25 ahead of the main field and working well together. This climb is known as the Cima Coppi since it is the highest point of this Giro d\'Italia. There\'s a special incentive to reach the top first, given that the rider to do it gets bragging rights, extra KOM points and a hefty check, to boot.'),(1845,45,'2006-05-27 14:23:56','Danielson','Andrew Hood reports that Tom Danielson did not start after falling ill overnight with a fever. Discovery Channel sport director Johan Bruyneel said Danielson wasn\'t feeling good going into Friday\'s grueling climbing stage and succumbed to fever.

    \"When he woke up this morning, he wasn\'t in condition to ride such a hard stage,\" Bruyneel said. \"Tom had a good Giro and he was doing a good job helping Paolo (Savoldelli) and staying there in the GC. On the stage to La Thuile, Tom got cold on the long, wet descent and he\'s been fighting it since then.\"

    Danielson will take a rest to fully recover and then reload for the Vuelta a España where he will be the team captain for GC.\r\n'),(1846,45,'2006-05-27 14:25:02','Weather and other news','It was a cool, cloudy at start, mostly sunny and warm at the finish, though. There are more clouds up high on the Gavia, big crowds building on the Mortirolo ...

    Also, Team CSC penned a two-year contract extension with Carlos Sastre this morning.'),(1847,45,'2006-05-27 14:26:28','Contest time!','Well, it\'s time again for our daily contest. Give it some thought and then\r\ntell us who you think will win today\'s stage. Send your choice in an e-mail\r\nto Rosters@InsideInc.com.\r\nBe sure to include the name of your choice in the subject line of your\r\ne-mail.\r\n

    We will chose a winner from among the correct entries. Today\'s winner\r\nwill receive a copy of Landscapes\r\nof Cycling By Graham Watson\r\n

    Please note:\r\n
    Just one entry per person per day.
    No entries accepted after the 10km to go mark.'),(1848,45,'2006-05-27 14:39:15','Gap is holding','The peloton is taking this one together. Feared as this climb is, it crests barely past today\'s halfway mark and there is a lot of work ahead.'),(1849,45,'2006-05-27 14:51:19','Chechu','Discovery\'s Rubiera has moved up to Calzati as Bruseghin fades back. Those two have about 45 seconds on Bruseghin and about 1:30 on the peloton.'),(1850,45,'2006-05-27 14:51:50','Pictures','Andy Hood has been sending in Photos today. Scroll down and check them out.'),(1851,45,'2006-05-27 14:56:17','Garate','Has moved up and past the two leaders. He is with David Lopez of Euskaltel and they are moving to within 1km of the top.'),(1852,45,'2006-05-27 14:57:50','Garate takes the Cima Coppi','Garate takes the honor of earning the Cima Coppi at this year\'s Giro.'),(1853,45,'2006-05-27 15:04:28','Jose Serpa second','David Lopez was third and the peloton came across at about one minute. The three men who reached the top first are together on the descent. It\'s a long ride down on twisty, switch-backed roads. The weather is good, but there\'s a lot of snow melt making parts of the road a little wet in spots.'),(1854,45,'2006-05-27 15:13:00','The three men have been joined by Vila','and are maintaining a 45-second lead over the peloton, which is being led by Gilberto Simoni and the Saunier Duvals.'),(1855,45,'2006-05-27 15:23:43','Garate and crew','are still holding a lead of about 45 seconds on a large chase group. Basso is in a much larger group at 1:05'),(1856,45,'2006-05-27 15:24:55','As things flatten out','Garate and crew have been caught'),(1857,45,'2006-05-27 15:26:00','All together now','The peloton is quite relaxed. '),(1858,45,'2006-05-27 15:29:26','In Bormio','Serpa and another rider are slightly ahead of the peloton, but the gap is small.'),(1859,45,'2006-05-27 15:33:53','At the intermediate sprint','Serpa takes the sprint and is about 35 seconds ahead of the peloton'),(1860,45,'2006-05-27 15:36:39','CSC at the front','of the peloton. Serpa is holding on to a 30-second advantage. It\'s mostly downhill to the next climb of the day, the steep narrow roads of the Mortirolo.'),(1861,45,'2006-05-27 15:37:14','Voigt is driving at the front','and they scoop up Serpa.'),(1862,45,'2006-05-27 15:44:54','At km 145','The peloton is cruising along very quickly on roads that are largely flat, with a slight downhill slope.'),(1863,45,'2006-05-27 15:49:05','Zoooooom','The peloton is heading toward the Mortirolo and the profile here allows for terrific speeds. The peloton is moving along at 75kph.'),(1864,45,'2006-05-27 15:58:43','Still flying toward the Mortirolo','This is a long, long approach to the climb.'),(1865,45,'2006-05-27 16:05:06','50km to go','The peloton is still together, and the pace remains quite high as the riders approach the final major climb of this Giro d\'Italia.'),(1866,45,'2006-05-27 16:06:49','In Mazzo del Valtellina','The peloton is winding its way through the narrow streets of the mountain village of Mazzo del Valtellina'),(1867,45,'2006-05-27 16:07:47','And now the road is rising','Saunier Duval is setting tempo at the front.'),(1868,45,'2006-05-27 16:09:02','Oh this is going to blow things apart','Basso is relaxed and happy, but the rest of the crowd is strung out in single file on this climb.'),(1869,45,'2006-05-27 16:10:52','Gutierrez is already struggling','We also see Emanuel Sella fading back as is Franco Pellizotti'),(1870,45,'2006-05-27 16:12:18','CSC at the front','Savoldelli is holding on. Simoni is there. Cunego is there.'),(1873,45,'2006-05-27 16:15:33','Correction','Sastre is there... and setting tempo at the front.'),(1872,45,'2006-05-27 16:15:02','Garate has been dropped.','Garate has a lock on the climbers\' jersey, so maybe he isn\'t too concerned.'),(1874,45,'2006-05-27 16:16:28','Gutierrez fights his way back','and is locked on Basso\'s wheel.'),(1875,45,'2006-05-27 16:17:15','At the front','Basso is at the front and making these guys suffer.'),(1876,45,'2006-05-27 16:18:04','Basso blows things apart.','All of the challengers have been shelled... except for Piepoli and Simoni.'),(1877,45,'2006-05-27 16:18:31','Piepoli fades','It\'s down to Basso and Simoni'),(1878,45,'2006-05-27 16:19:19','Basso','Is just flying up the climb. He looks relaxed and the guys who are trailing well behind him are struggling up the climb.'),(1879,45,'2006-05-27 16:20:55','Simoni taking a pull','Still Basso and Simoni at the front. As the slope eases off, Piepoli working his way back. Behind them Gutierrez sheds Cunego. Savoldelli is about 45 seconds back already.'),(1880,45,'2006-05-27 16:22:00','Simoni and Basso','Ticking along nicely... Piepoli never caught on. Cunego is fighting to catch Gutierrez now that it\'s steepening.'),(1881,45,'2006-05-27 16:22:59','Gutierrez','\"The Buffalo\" is really struggling on the steep slope. He only trails the two leaders by 20 seconds, though. Cunego has passed him.'),(1882,45,'2006-05-27 16:24:47','Cunego and Gutierrez','are connecting with Piepoli.'),(1883,45,'2006-05-27 16:26:47','Basso knocks a fan aside','Some wanker running alongside the race leader takes it upon himself to pour water on Basso. The CSC man apparently didn\'t appreciate it.'),(1884,45,'2006-05-27 16:27:42','Basso and Simoni','The two leaders are about 40 seconds ahead of Piepoli and another 4 seconds ahead of Cunego and Gutierrez. Savoldelli is 1:28 back'),(1885,45,'2006-05-27 16:28:56','40km to go','The two leaders are 40km from the finish.'),(1886,45,'2006-05-27 16:32:20','Basso and Simoni','What a combo.'),(1887,45,'2006-05-27 16:33:26','Basso is amazing.','The race leader drops back to get a bottle from his team car and just cruises back up to Simoni without expending an effort.'),(1888,45,'2006-05-27 16:34:01','Cunego loses contact with Gutierrez','Cunego can\'t stay with the big man from Phonak.'),(1889,45,'2006-05-27 16:37:25','Man this climb lasts forever','The climb just now has worked its way out of the trees and the climb continues.'),(1890,45,'2006-05-27 16:37:00','The leaders','have passed the new monument to Marco Pantani.'),(1891,45,'2006-05-27 16:38:58','Savoldelli caught and passed by Garate',''),(1892,45,'2006-05-27 16:41:33','Savoldelli at 2:30','Savoldelli is still losing time. Gutierrez is closing in on Piepoli. '),(1893,45,'2006-05-27 16:42:36','3km to top','The end is nigh! The final big climb of the Giro is almost done. Gutierrez, meanwhile, has caught and passed Piepoli.'),(1894,45,'2006-05-27 16:44:33','Gutierrez at 45 seconds','What an impressive ride. Gutierrez is holding his own and doing it in style. He will hold on to his second place in the overall standings.'),(1895,45,'2006-05-27 16:45:36','2km to go','The two men up front are two kilometers from the top. Savoldelli is at 3:05.'),(1896,45,'2006-05-27 16:47:58','35km to go','The two leaders are about 1.5km from te top and 35km from the finish line.'),(1897,45,'2006-05-27 16:48:32','Cunego fighting back',''),(1898,45,'2006-05-27 16:49:38','Massive crowds','Many appear to be somewhat intoxicated... lordy.'),(1899,45,'2006-05-27 16:51:13','Oh these crowds','This is a huge day at the Giro and the crowds are 10 deep along side the road. This is insane.'),(1900,45,'2006-05-27 16:52:27','Over the top','Finally some barriers. Basso, by the way, appears to have earned the climber\'s jersey.'),(1901,45,'2006-05-27 16:52:58','Cunego and Gutierrez','Are over the top at 1:09'),(1902,45,'2006-05-27 16:54:44','Basso and Simoni','heading down the narrow roads of the descent. Piepoli hits the top at 1:48.\r\n'),(1903,45,'2006-05-27 16:55:20','Savoldelli group still climbing','at 3:18... he has Garate and Sandy Casar with him'),(1904,45,'2006-05-27 16:56:00','Savoldelli at 3:42','Il Falco will be pulling out the stops on this descent, no doubt.'),(1905,45,'2006-05-27 16:57:28','Less than 30km to go',''),(1906,45,'2006-05-27 16:58:38','Savoldelli flying','Savoldelli is just rocketing down the slope and has left Casar and Garate'),(1907,45,'2006-05-27 17:00:26','Our two leaders are nearing the 25km mark','Saunier Duval sport director Matxin Fernandez told Andrew Hood this morning that Simoni was going to \"go for the win\" today, but Ivan Basso said the same thing. These two are having a tug-of-war.'),(1908,45,'2006-05-27 17:01:52','Cunego','Cunego told reporters at the finish line Friday that he\'s feeling better in the final week of the Giro. \"I wish the Giro was four weeks long\" - Cunego speaks only for himself on that score!'),(1909,45,'2006-05-27 17:03:37','Holy Moly','Savoldelli is just flying down the road. Meanwhile Basso and Simoni are 1:12 ahead of Gutierrez and Cunego. Piepoli is at 2:05. We\'ll see where Savoldelli is.'),(1910,45,'2006-05-27 17:05:44','Still no time check on Savoldelli','but he\'s way back. Nonetheless, it\'s fun to watch him.'),(1911,45,'2006-05-27 17:06:32','Simoni and Basso at 20km to go','Twenty k until the finish.\r\n'),(1912,45,'2006-05-27 17:07:28','Gutierrez and Cunego','are 52 seconds back at 20km to go.'),(1913,45,'2006-05-27 17:09:45','Savoldelli at 2:45','He made up some time on the descent.'),(1914,45,'2006-05-27 17:12:53','Gutierrez and Cunego','Are chasing like mad men and are trying to reduce the Basso/Simoni advantage as they reach the 15km-to-go mark, the gap is at 45.'),(1915,45,'2006-05-27 17:14:44','Basso and Simoni','Are on the final climb. '),(1916,45,'2006-05-27 17:16:32','Savoldelli still at 3:00','Savoldelli risks losing another spot on GC if he lets Cunego get too much time on him, but this last climb isn\'t really something that would favor Cunego.'),(1917,45,'2006-05-27 17:17:16','6:30 in the saddle','After yesterday\'s 7-hour stage, this has been a big pair of stages.'),(1918,45,'2006-05-27 17:18:26','Simoni and Basso','Are more than holding their own against Gutierrez and Cunego on this climb. It\'s almost certain that one of these two men will win the stage.'),(1919,45,'2006-05-27 17:19:53','Basso and Simoni','have 1:12 on Gutierrez and Cunego'),(1920,45,'2006-05-27 17:23:57','Simoni and Basso','have upped their advantage to 1:24.'),(1921,45,'2006-05-27 17:26:14','With 10 kilometers remaining','Savoldelli has caught on with Piepolli... but those two are 4:10 behind the two leaders.'),(1922,45,'2006-05-27 17:28:08','Gutierrez and Cunego','Are 1:30 behind the two men up front. Piepoli and Savoldelli are 4:00 back.'),(1923,45,'2006-05-27 17:28:41','More time','Guitierrez and Cunego are now 1:53 back.'),(1924,45,'2006-05-27 17:30:04','Five km to go','Basso and Simoni are five km from the finish. This is a moderate climb and the two leaders are just flying toward the finish. Will Basso give Simoni the win or will there be a sprint?'),(1925,45,'2006-05-27 17:30:51','Cunego and Gutierrez','Reach tht 5k banner at 1:58'),(1926,45,'2006-05-27 17:32:01','Piepoli and Savoldelli','are at 4:41'),(1927,45,'2006-05-27 17:33:14','Basso moving ahead','Basso is moving off the front... no gifts?'),(1928,45,'2006-05-27 17:34:07','Look at him go','He\'s just ridden him off his wheel. Simoni is way back already.'),(1929,45,'2006-05-27 17:34:58','Basso','He has 12 seconds on Simoni. '),(1930,45,'2006-05-27 17:36:04','Zoooooom','Man, Basso is on his way to a stage win... within the final kilometer.'),(1931,45,'2006-05-27 17:36:54','Basso is not slowing down...','Hell, he\'s almost sprinting to the finish.'),(1932,45,'2006-05-27 17:37:59','It\'s Basso','He crosses him self and holds up a picture of his new son!'),(1933,45,'2006-05-27 17:39:11','Now that\'s cool','There\'s no denying the motivation of a new dad! Simoni finishes at 1:18. Wow.'),(1934,45,'2006-05-27 17:41:09','Gutierrez and Cunego','Come in at 2:52. Cunego takes third and gets 8 seconds of bonus time.\r\n'),(1935,45,'2006-05-27 17:44:27','Piepoli and Savoldelli','Come in at 6:03... and it looks like he has slipped to fifth on GC'),(1936,46,'2006-05-28 14:59:10','Good morning ...','... and here we are once again, for the final stage of the 2006 Giro d\'Italia. After a brutal campaign in the mountains, this is a day for the fast men to shine, and as VeloNews European correspondent Andrew Hood notes, Henk Vogels, Paolo Bettini and Stefen Schumacher are all still in the bunch.'),(1937,46,'2006-05-28 15:02:51','Low and slow, bro\'','The peloton is in no hurry to start the fireworks today. They\'ve been on the road for an hour at an average pace of just 30.4km/hour.'),(1938,46,'2006-05-28 15:08:09','Plenty of fireworks on Saturday, though','Yesterday, an exasperated Gilberto Simoni (Saunier Duval) called race leader Ivan Basso an \"extraterrestrial\" after the CSC man dropped him like an empty GU wrapper on the final climb to Aprica and accused him of riding unfairly.\r\n\r\n\"Basso asked me to wait for him on the descent (of the Mortirolo). If I had known he was going to do that, I would have used a different tactic. Obviously, there are no gentlemen in this game,\" Simoni said.\r\n\r\n\"I don\'t think I\'ve stolen anything from Simoni,\" Basso countered. \"The only thing I said to Simoni on the descent was to not take risks. I\'ve proven to be very generous in numerous occasions in this Giro.\" '),(1939,46,'2006-05-28 15:16:42','Things could be worse, Gibo\' old boy','Simoni, a two-time winner of the Giro, will finish on the podium once more today, barring unfortunate happenstance. He\'s slotted into third place, right behind runner-up José E. Gutierrez (Phonak). Not too shabby . . .'),(1940,46,'2006-05-28 15:18:49','99km to go','The peloton is cruising through Merate.'),(1941,46,'2006-05-28 15:28:03','It\'s contest time!','While we\'re waiting for the first pedal to be turned in anger, let\'s launch our final daily contest. Give it some thought and then tell us who you think will win today\'s stage. Send your choice in an e-mail to Rosters@InsideInc.com. Be sure to include the name of your choice in the subject line of your e-mail.\r\n\r\nWe will choose a winner from among the correct entries. Today\'s winner will receive a copy of Landscapes of Cycling By Graham Watson\r\n\r\nPlease note: We’ll accept just one entry per person per day. No entries accepted after the 10km to go mark.\r\n'),(1942,46,'2006-05-28 15:46:07','Looking ahead . . .','Basso has crushed the competition in this year\'s Giro. He has nine minutes, 18 seconds over Gutierrez and 11:59 on Simoni. Can he do it again come the Tour? Send your predictions to webletters@insideinc.com. And remember, he\'s got a brand-new son, so he won\'t be getting much sleep between now and July.'),(1943,46,'2006-05-28 16:12:45','And we\'re off!','Gabriele Missaglia (Colombia-Selle Italia) is having a bit of a dig. He has a couple minutes on the bunch, which is getting antsy.'),(1944,46,'2006-05-28 16:14:54','Antsy indeed','Missaglia won\'t be out there long ... the peloton has come to life and the gap is vanishing like free food in the press tent.'),(1945,46,'2006-05-28 16:21:23','Back he comes','Missaglia finds himself back in the bosom of the peloton after a quick, ruthless pursuit. '),(1946,46,'2006-05-28 16:28:07','Welcome to Milan','Now we have 11 laps of a 4.8km circuit and the Saunier Duval boys on the front.'),(1947,46,'2006-05-28 16:32:40','Lovely day for a parade','The bunch has completed the first of 11 sunny trips around the Milan circuit, with CSC on the front.'),(1948,46,'2006-05-28 16:37:06','Vogels takes a spill','One of the fast men tapped by VeloNews European correspondent Andrew Hood as a potential winner of this stage, Henk Vogels, has laid it down. He\'s back up and on the bike, though.'),(1949,46,'2006-05-28 16:41:09','Applause for Bramati','Davide Bramati (Quick Step) waves to the cheering crowd in what will be his final race as a pro.'),(1950,46,'2006-05-28 16:45:51','Retired but not unemployed','Though he\'ll be hanging up his cleats, Bramati will remain involved in pro racing ... he\'ll be stepping into a staff gig at Quick Step.'),(1951,46,'2006-05-28 17:03:42','Lap 5','Basso is getting the old chariot ride around Milan, courtesy of his CSC teammates.'),(1952,46,'2006-05-28 17:06:40','Yo, Bobby!','Bobby Julich does a turn at the front. Good to see a homeboy up there on Memorial Day weekend.'),(1953,46,'2006-05-28 17:12:55','Basso speaks','Basso may have flattened everyone in this year’s Giro, but it hasn’t gone to his head. The race leader told our Andrew Hood: \"I am not looking to replace Lance (Armstrong) or be anyone except myself. I have proven what I am capable of and I will only be myself.\" And he even copped to making a mistake - not putting on a cape on the descent to La Thuile. \"It would have only taken 15 seconds but it ended costing me a minute. Ullrich lost a Tour because of a similar mistake.\" '),(1954,46,'2006-05-28 17:16:24','In the pink','As the CSC mob drags the bunch around Milan, it appears that they\'re sporting pink handlebar tape in honor of the maglia rosa. The crowds are absolutely huge as we hit five laps to go.'),(1955,46,'2006-05-28 17:19:14','The speed\'s ramping up a tad','They\'re turning 7:30 laps out there ... call it 38.2km/hour.'),(1956,46,'2006-05-28 17:20:43','Riis weighs in on the Simoni-Basso tiff','Concerning the Basso-Simoni \'polemica\' of Saturday\'s finish, CSC chief Bjarne Riis said: \"Basso didn\'t steal anything from anyone. He was the strongest and he\'s shown he\'s the strongest every day in this Giro. He deserved to win the stage.\"'),(1957,46,'2006-05-28 17:27:43','More on Simoni v. Basso','RAI TV is reporting that Basso demanded money from Basso to let him win Saturday\'s stage, a charge Basso denied in a press conference Sunday morning. \"I told him at the top of the descent (off the Mortirolo) to not take any risks and nothing more. Everything else is not true. It\'s not the first time Simoni has blown up at the end of a race.\" Ouch.'),(1958,46,'2006-05-28 17:29:05','Faster and faster','CSC is stepping it up again ... 44.5 km/hour now.'),(1959,46,'2006-05-28 17:31:50','And faster still','59km/hour ... as our man Andrew Hood notes, \"That\'s gotta hurt.\"'),(1960,46,'2006-05-28 17:41:07','Ouch!','Looks like Mirco Lorenzetto (Milram) has hit the deck and may be unable to finish as the bunch heads into its final lap. What a shame ... to make it all the way to Milan and then crash out.'),(1961,46,'2006-05-28 17:42:58','CSC driving','Basso\'s boys are on the front with Milram right behind them, hoping to deliver for Alberto Ongorato. '),(1962,46,'2006-05-28 17:44:27','Watch for Bettini','... he\'s in a good spot.'),(1963,46,'2006-05-28 17:44:44','Attack!','Ongarato has a go!'),(1964,46,'2006-05-28 17:46:02','And the winner is ...','Robert Forster of Gerolsteiner!'),(1965,46,'2006-05-28 17:53:03','The top three','1. Robert Forster (Gerolsteiner); 2. Axel Richeze (Ceramica Panaria-Navigare); 3. Olaf Pollack (T-Mobile).'),(1966,46,'2006-05-28 18:05:25','Arrivederci','That\'s all from here ... stay tuned to VeloNews.com for a complete report, photos and results from the final stage of the 2006 Giro d\'Italia.'),(1968,55,'2006-07-01 15:09:00','Welcome to VeloNews Live Tour de France Coverage','Good day and welcome to VeloNews.com\'s Live Coverage of the 7.1km Strasbourg Prologue Time Trial of the 93rd Tour de France.\r\n\r\nWe\'ve had 105 riders finish today\'s prologue so far and the top 20:

    1. Sebastian Lang (G), Gerolsteiner, 08:21
    \r\n2. O’grady Stuart (Aus), CSC, 08:21
    \r\n3. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 08:27
    \r\n4. Serhiy Honchar (Ukr), T-Mobile, 08:27
    \r\n5. Manuel Quinziato (I), Liquigas-Bianchi, 08:29
    \r\n6. Bert Grabsch (G), Phonak, 08:31
    \r\n7. Christopher Horner (USA), Davitamon-Lotto, 08:32
    \r\n8. Hugo Victor Hugo (Col), Phonak, 08:33
    \r\n9. Daniele Bennati (I), Lampre, 08:33
    \r\n0. Joost Posthuma (Nl), Rabobank, 08:33
    \r\n11. Viatceslav Ekimov (Rus), Discovery Channel, 08:34
    \r\n12. Isaac Galvez (Sp), Caisse d\'Epargne-I.B., 08:35
    \r\n13. Marcus Fothen (G), Gerolsteiner, 08:35
    \r\n14. Cyril Dessel (F), Ag2r Prevoyance, 08:35
    \r\n15. Eddy Mazzoleni (I), T-Mobile, 08:36
    \r\n16. Michael Albasini (Swi), Liquigas-Bianchi, 08:37
    \r\n17. Egoi Martinez (Sp), Discovery Channel, 08:38
    \r\n18. Christian Vandevelde (USA), CSC, 08:38
    \r\n19. Rik Verbrugghe (B), Cofidis, 08:40
    \r\n20. Alessandro Ballan (I), Lampre, 08:40
    \r\n\r\n'),(2070,59,'2006-07-03 13:12:00','Obernai to Esch-sur-Alzette - 228.5km','Good day and welcome to the second stage of the 93rd Tour de France, a 228.5km stage from Obernai to Esch-sur-Alzette in Luxembourg.

    This is the Tour’s second longest stage and opens with two significant Cat. 3 climbs in the forested hills of the Vosges and closes with two shorter Cat. 4 climbs on the France-Luxembourg border just before the finish. In between is 150km of rolling terrain through the agricultural Lorraine region. There’s bound to be an early breakaway on such a long stage, but the straight wide roads favor the sprinters’ teams in pulling things back together before the final 20km. The two Cat. 4 climbs with 16km and 13.5km to go, followed by two smaller, unrated ones in the last 5km, could spawn a break by a small group.

    Today\'s stage began just before noon and we saw an early attack by two riders: David De la Fuente (Saunier Duval) and Aitor Hernandez (Euskaltel Euskadi).\r\n\r\nAfter more than an hour of racing the two escapees have bumped their lead to about 10 minutes.'),(1970,55,'2006-07-01 15:19:46','Julich finishes with 16th best time','Bobby Julich finishes with the 16th best time of the day, so far.\r\n\r\n'),(1971,55,'2006-07-01 15:20:00','Time for a contest!','It\'s time for all of those prognosticating viewers to try their hand at picking today\'s winner. We have a new feature for that... check the \"Daily Contest\" link across the top and see the cool stuff you can win today, simply for being more accurate than anyone else... well, that and being randomly chosen from among the correct choices.'),(1972,55,'2006-07-01 15:26:00','The leaders','There haven\'t been many changes in the Current Standings. To keep track of things, use this link and we\'ll be updating that throughout today\'s TT. Current\r\nStandings, '),(1973,55,'2006-07-01 15:27:58','Chavanel','Sylvain Chavanel (Cofidis) - the Time Trial champion of France - comes through 18 seconds down. You can really see that the final finishing stretch takes a toll on these guys.\r\n'),(1974,55,'2006-07-01 15:31:13','Jens Voigt','is on route. His teammate David Zabriskie is someone who we\'ll follow over those 7.1km.'),(1975,55,'2006-07-01 15:34:00','Robbie McEwen comes in','with a time of 8:45. His is 39th best of the day, so far:\r\nCurrent\r\nStandings, \r\n'),(1976,55,'2006-07-01 15:39:14','Voigt','CSC\'s Jens Voigt comes in with a time of 8:41... 29th on the day.'),(1977,55,'2006-07-01 15:42:27','Doctor Fuentes\' Pharmacy','Police were surprised when they raided the Madrid apartment of Spanish\r\ndoctor Eufemiano Fuentes on May 23 to find a cornucopia of products ranging from human growth hormones, testosterone patches, EPO and insulin.

    In one apartment, 96 pouches of frozen blood and 20 pouches of frozen plasma were found, while in another office, an additional 89 pouches of frozen blood and 19 pouches of frozen plasma were among the haul.

    Among centrifuges and other medical apparatus to extract and transfuse blood, members of the doping squad of Spain’s Guardia Civil found were more than 100 different products.

    The information was part of a condensed version of a 500-page dossier of court and police records that Spanish authorities gave to UCI and Tour de France officials ahead of Saturday’s stage.

    Here is a sampling of the products found by authorities as printed in Saturday’s edition of L’Equipe after reporters gained access to the report:
     

    • 100 packets of Actovegin - bovine hemo-derivative
    • 25 ampules of Solcoeryl
    • Andriol and Androderm – testosterone patches
    • Eposine – off-market version of EPO made in China
    • Norditropine – human growth hormone
    • Synacthene – form of cortisone
    • Cafeine
    • Atrapid – insulin
    • Legalin – blood preservative
    • Iederfolin – foliac acid
    • Thioctacid – vitamin extract
    • Spirulina – nutritional
    • Benexol, Vidroxil – vitamin injections
    • Prozac, Diazepam, Rohyprol
    \r\n'),(1978,55,'2006-07-01 15:43:38','No changes in the top five','Lang\'s time is still holding up as the day\'s best. Any bets on how long that will last. We\'re approaching the last 20 riders, so things should start getting interesting.'),(1979,55,'2006-07-01 15:47:32','Rabobank\'s Dekker is on the road','Erik Dekker is on route. He is not expected to shake up the top five. We\'re not seeing anyone shaking up the top-five at this point.'),(1980,55,'2006-07-01 15:51:00','Andreas Kloden','He\'s on the road now. With no Jan Ullrich, is this the new leader of the T-Mobiles? He\'s wearing No. 21, so that means he\'s the leader on paper... will he be able to live up to the role? He is quite a talented rider and we may see quite a bit from the German, once touted as a replacement for Jan Ullrich.\r\n\r\nNo change in the leader board, but Paolo Savaldelli - winner of the Giro prologue - is now on the road.\r\n\r\nCurrent\r\nStandings, '),(1981,55,'2006-07-01 15:57:18','Be sure to check out our photos and videos','Scroll down to the bottom of our viewer and you can take a look at our latest Photos from Strasbourg and below that are new videos from our crew here on the scene.\r\n\r\nAlso if you get a moment to check out

     Andrew\r\nHood\'s latest story'),(1982,55,'2006-07-01 15:58:14','Millar is on the road','David Millar - who says he has learned from his two year suspension - is on the road.\r\n\r\nMeanwhile Savoldelli looks on pace to match the fastest time of the day.'),(1983,55,'2006-07-01 15:59:21','Wiggins is on route','The Trackie, Bradley Wiggins is on route. He is also a favorite today.'),(1984,55,'2006-07-01 16:00:12','Savoldelli','Close! Savoldelli finishes one second off of Lang. He\'s in third so far.'),(1985,55,'2006-07-01 16:05:58','Landis gets a late start','Holy smokes... \r\nLandis missed his start... \r\n\r\nThe Phonak man showed up late for his start, but he only missed three seconds or so. It was no Delgado muck up... when the defending Tour champ missed his start by two minutes in 1989.'),(1986,55,'2006-07-01 16:07:31','Millar won\'t win','Millar crosses the line well off the top spot... in about 20th place.\r\n\r\nLandis, by the way, lost about 8 seconds. D\'OH!'),(1987,55,'2006-07-01 16:08:28','Wiggins in seventh','Wiggins hasn\'t taken the top spot either.'),(1988,55,'2006-07-01 16:09:06','Hushovd is the new leader','Thor Hushovd finishes in 8:17, four seconds up on Lang. Nice ride.'),(1989,55,'2006-07-01 16:10:11','Landis','Strange news. Landis crosses the halfway mark just about eight seconds behind the best time of the day... mmmm.'),(1990,55,'2006-07-01 16:10:57','Zabriskie on route','Another of the day\'s favorites, David Zabriskie, is on his way.'),(1991,55,'2006-07-01 16:13:24','Landis finishes','... about nine seconds off of Hushovd\'s pace. '),(1992,55,'2006-07-01 16:15:22','Zabriskie','Zabriskie hits the midway point in third.'),(1993,55,'2006-07-01 16:16:44','Hincapie','George Hincapie hits the midway mark with the same time as Zabriskie\r\n'),(1994,55,'2006-07-01 16:17:51','Michael Rogers','The World Time Trial champion finishes in 8:23, fifth best on the day.'),(1995,55,'2006-07-01 16:19:01','Zabriskie finishes','CSC\'s Dave Zabriskie comes in 8:21, second best on the day. Hincapie is flyin\''),(1996,55,'2006-07-01 16:20:28','OHHHH so close!','George Hincapie finishes 73/100th of a second behind Hushovd. Thor Hushovd wins the prologue time trial of the Tour.'),(1997,55,'2006-07-01 16:25:00','Top ten','1. Hushovd (Nor), Credit Agricole, 8:17
    \r\n2. Hincapie (USA), Discovery Channel, 8:17
    \r\n3. David Zabriskie (USA), CSC, 8:21
    \r\n4. Lang (G), Gerolsteiner, 8:21
    \r\n5. Valverde (Sp), Caisse d\'Epargne-I.B., 8:21
    \r\n6. O’grady (Aus), CSC, 8:21
    \r\n7. Rogers (Aus), T-Mobile, 8:23
    \r\n8. Savoldelli (I), Discovery Channel, 08:25
    \r\n9. Landis (USA), Phonak, 8:26
    \r\n10. Karpets (Rus), Caisse d\'Epargne-I.B., 8:27
    Full Results \r\n\r\n'),(1998,56,'2006-07-02 13:40:54','Strasbourg to Strasbourg - 184.5km','Good day and welcome to VeloNews.com\'s Live Coverage of the first stage of the 2006 Tour dde France, a big 184km loop that starts and finishes in Strasbourg, that beautiful region that has long been the scene of territorial dispute between France and Germany.

    Today\'s route will take the peloton into Germany near the end of the stage, though passage across the border is much easier than in the past.

    This should have marked the triumphant appearance of Jan Ullrich in the Tours only foray into his homeland this year, but of course, that isn\'t the case after Friday\'s decision to exclude him and eight other riders for their alleged association with the doping scandal in Spain. That will perhaps temper the enthusiasm of the German crowds a bit, but there are still many of their countrymen in the peloton today and the crowds on both sides of the border are expected to be quite large.'),(1999,56,'2006-07-02 13:48:38','Early attacks...','The race is still sorting itself out this afternoon after today\'s start, just about half an hour ago.\r\n\r\nThere was an early attack - at the 2km mark - by Stephane Auge (Cofidis), Benoit Vaugrenard (Francaise des Jeux) and Matthieu Sprick (Bouygues Telecom). They have since been joined by four riders:
    Nicolas Portal (Caisse d\'Epargne)
    Fabian Wegmann (Gerolsteiner)
    Unai Etxebarria (Euskaltel)
    Walter Beneteau (Bouygues Telecom).\r\n\r\nThey are now a good 3:25 ahead of the main field.\r\n'),(2000,56,'2006-07-02 13:51:58','At 22km','The seven leaders - Stephane Auge (Cofidis), Benoit Vaugrenard (Francaise des Jeux), Matthieu Sprick (Bouygues Telecom), Nicolas Portal (Caisse d\'Epargne), Fabian Wegmann (Gerolsteiner), Unai Etxebarria (Euskaltel) and Walter Beneteau (Bouygues Telecom) - are ticking along nicely and working quite well together. They have a lead of 3:30 and the Credit Agricole team of race leader Thor Hushovd is doing the bulk of the work in the main field. Obviously, they want a field sprint today, so they are quite disinclined to let this break get too far down the road. We\'re also likely to see the Davitamon Lotto team of Robbie McEwen lend a hand at some point.'),(2001,56,'2006-07-02 13:58:00','Contest reminder!','Here\'s a reminder, folks. Don\'t forget our daily contests. You can enter (just once a day) by clicking on the Daily Contest link att he top of the page.

    We also are getting quite a bit of feedback on our newest feature, the VeloNews television features we\'re posting. Some of you, like Scott in Oregon, really like them.


    Dear VeloNews,
    The videos from the tour are awesome! I love the fact that many of them are longer than 2:00 minutes. Your reporter is great. Please keep them coming.
    Scott Owens
    Portland, Oregon

    We certainly enjoy making them. A a lot of us - like your Live Update Guy - have faces that destined us for careers in radio and print, but some of our guys have really taken to appearing on camera. Hey, we admit that Jason Sumner is no Al Trautwig... but to his credit, Jason Sumner is... no Al Trautwig.'),(2002,56,'2006-07-02 14:05:00','It\'s breezy today',' It\'s beautiful, sunny and quite breezy today. Give that this course is a big loop, we have the danger of crosswinds breaking things up into echelons at points along the way. If it gets really windy - which it isn\'t right now - you could see a strategic move from a savvy director like Bruyneel, massing his team at the front before a big turn.\r\n\r\nWe should see huge crowds in Germany following the World Cup. The Germans are sure to be on the attack today - watch for Zabel to try to spring a surprise. '),(2003,56,'2006-07-02 14:08:00','At 35km','The lead group has been holding a lead of 4:35 for a while now. It looks like that\'s about what the Credit Agricole team is willing to let them have.'),(2004,56,'2006-07-02 14:14:16','At 40km','That leash seems to have gone tight at the 4:30 mark. The seven leaders are not managing to get more than that out of the peloton at this point.'),(2005,56,'2006-07-02 14:28:22','We\'re getting photos','By the way, don\'t forget to scroll down. Jason Sumner is posting photos from today\'s start. We\'ll be adding them throughout today\'s report and then turn those into a separate gallery later in the day.

    The Current Situation on the Road
    Our seven escapees are at 53km and are holding on to a lead of 4:20. They seem to be at the limit of their freedom.'),(2006,56,'2006-07-02 14:32:00','Thor in Yellow','We asked Thor Hushovd about his win yesterday and if it changes his outlook on the opening stages of the Tour... and whether the effort may have cost him a bit of ooomph in today\'s sprint.

    “I don’t know, I guess we will see tonight. That’s all I can say. But I’m in good form so I think I will be better than ever before. I just have good form, so I think everything will work good. Winning the prologue was a bonus. Now I want to go for stage wins. After we will see for the green jersey.â€Â
    He\'s leading the points competition, too, of course, but it\'s George Hincapie who gets the green jersey today... because Hushovd gets that nice yellow one to wear.'),(2007,56,'2006-07-02 14:39:22','Intermediate sprint mark','At 53km, the peloton is still 4:30 behind the seven leaders. Just to re-cap, Stephane Auge (Cofidis), Benoit Vaugrenard (Francaise des Jeux), Matthieu Sprick (Bouygues Telecom), Nicolas Portal (Caisse d\'Epargne), Fabian Wegmann (Gerolsteiner), Unai Etxebarria (Euskaltel) and Walter Beneteau (Bouygues Telecom) have been off the front since the 3km mark. The Credit Agricole team has been holding them at about 4:30 for 20km or so. It\'s doubtful they will be allowed much more than that and we\'re likely to see them reeled in as the finish line approaches.'),(2008,56,'2006-07-02 14:51:27','Just to give you an idea...','Christian Vande Velde is equipped with an SRM on the road today. He\'s clicking along in the peloton at around 45kph and with a heart-rate in the low 140s.'),(2009,56,'2006-07-02 14:55:17','At 65km','The gap is holding at 4:35. Not much to report, but you see the profile folks. It\'s not really too likely that we\'ll see much drama on the stage until the catch and then the big effort by the sprint teams. The only thing that the seven escapees can realistically hope for today is for one of them to snag the climber\'s jersey atop this Tour\'s first climb, the Cat. Cote de Heiligenstein (the hill of the holy rock).'),(2010,56,'2006-07-02 14:59:00','Looking ahead','The run-in to Strasbourg has a succession of turns and roundabouts to negotiate, which will string out the first bunch and could put a lead-out train like Boonen’s in command. Boonen is the favorite to take his 18th victory of the season, but he will have to be wary. There’s a kilometer of wide, straight roadway from the final left turn, and it will be into the wind. Anyone on his wheel and to the right will get shelter  that’s the sort of circumstance that McEwen loves to exploit. So watch the Aussie, particularly if he gets a good lead-out from Fred Rodriguez through that last turn.'),(2011,56,'2006-07-02 15:05:04','With 108km to go','The seven riders are now 4:10 ahead of the peloton.'),(2012,56,'2006-07-02 15:07:59','SRM data','We\'re getting power, speed and heart-rate readings courtesy of SRM and CyclingPeaks. Beat Zberg, for example, is cruising along at 39kph, putting out 310 watts of power and has a heart-rate of 129.

    Yeah, it\'s cool... but we wish we had data from Fausto Coppi\'s Tour performances, eh?'),(2013,56,'2006-07-02 15:15:09','100km to go','The Credit Agricole team is putting in work at the front. The gap is holding at 4:20.'),(2014,56,'2006-07-02 15:16:50','Leaders in the feedzone','We\'ll get a time check when the peloton gets there.

    Don\'t forget our Daily Contest, which you can enter by clicking on the the button above.'),(2015,56,'2006-07-02 15:19:00','Wind not a factor today','It\'s nice and warm and the winds we were worried about never really developed.

    A bit of personal trivia today. This is a beautiful area of France and Germany and one your Live Update Guy holds dear to his heart, having spent his youth on the German side of the border.'),(2016,56,'2006-07-02 15:21:45','SRM data','Sometimes the SRM data we get is a touch spotty. Right now, Christian Vande Velde is crusing along with a cadence of 97, putting out 200 watts... and well, our reading says he doesn\'t actually have a pulse. Someone get that man a doctor!

    Meanwhile, dead or not Vande Velde and the rest of the peloton have reached the feedzone 4:37 behind the seven leaders.'),(2017,56,'2006-07-02 15:27:23','Halfway mark','The race is at the halfway point of today\'s stage and the gap is holding at 4:35.'),(2018,56,'2006-07-02 15:35:19','With 85km to go','The gap is still holding at 4:35.'),(2019,56,'2006-07-02 15:36:18','Leaders on the \"climb\"','It\'s more of a sprint mark than a KOM.'),(2020,56,'2006-07-02 15:37:11','Charge!','It was a sprint... and Weggman wins it. He gets a jersey.'),(2021,56,'2006-07-02 15:39:06','New phots, new videos','Scroll down to the bottom of the live update page. We have new photos posted and links to new video from our Tour crew.'),(2022,56,'2006-07-02 15:43:45','With 77km to go','The gap is holding at 4:39.'),(2023,56,'2006-07-02 15:44:48','Quick Step is moving to the front.','Credit Agricole is getting help from Tom Boonen\'s team.'),(2024,56,'2006-07-02 15:46:23','Milram is up too','The gap is already coming down. It\'s at 4:10.'),(2025,56,'2006-07-02 15:57:05','With 70km to go','The pace in the peloton is picking up and the gap is coming down. The Milram, Quick Step and Davitamon teams have all put riders up front to lend a hand to the C.A. chase. The gap is now under 4:00.

    In today\'s L\'Equipe they\'ve interviewed Alexandre Vinokourov who says he\'s been cheated by the decision to pull his team out of the Tour.

    \"It was undoubtedly my last chance to win the Tour and it\'s been taken from me,\" Vinokourov said in an interview with L\'Equipe on Sunday. \"Right up until the last minute we hoped the Tour de France would give us the benefit of the doubt and allow us to race.\"
    \r\n'),(2026,56,'2006-07-02 16:04:53','Gap at 3:55','With 63km to go, the leaders have just 3:55. The peloton is quite obviously monitoring the break and we can expect them to be pulled in within the final 20km.'),(2027,56,'2006-07-02 16:11:48','With 58km to go','The leaders are 3:24 ahead of the field.\r\n'),(2028,56,'2006-07-02 16:17:32','The gap is coming down','The big sprinters\' teams are picking up the effort and the gap is now under 3:00 - now 2:40 - with 53km to go.'),(2029,56,'2006-07-02 16:25:00','48km to go','The leaders are at Plobsheim and have just 2:10 on the peloton'),(2030,56,'2006-07-02 16:35:00','In Germany','The leaders are in Germany and are barely holding on to a lead of 2:00'),(2031,56,'2006-07-02 16:36:14','The leaders are 40km from the finish','The seven leaders are 40km from the finish... and they have a lead of 2:05. '),(2032,56,'2006-07-02 16:37:13','Peloton in Germany','The peloton is moving steadily, but the race is on wide, wide Autobahn roads and they can see the escapees ahead. The gap is 1:54.'),(2033,56,'2006-07-02 16:39:00','Gap continues to drop.','The leaders are just 1:48 ahead of the field.'),(2034,56,'2006-07-02 16:44:25','35km to go','And the gap is down to 1:35...tick, tick, tick, tick, tick'),(2035,56,'2006-07-02 16:53:54','With 28km to go','The leaders are 1:25 ahead of the field. We\'ll see the pace pick up in the next few kilometers.'),(2036,56,'2006-07-02 17:00:32','Huge crowds in Germany','Even without Jan Ullrich in the field, Germans have plenty of their countrymen to cheer on:
    Sebastian Lang (G), Gerolsteiner
    Bert Grabsch (G), Phonak
    Patrik Sinkewitz (G), T-Mobile
    Andréas Klöden (G), T-Mobile
    Marcus Fothen (G), Gerolsteiner
    Ronny Scholz (G), Gerolsteiner
    Jens Voigt (G), CSC
    Christian Knees (G), Milram
    Erik Zabel (G), Milram
    Matthias Kessler (G), T-Mobile
    Björn Schröder (G), Milram
    Ralf Grabsch (G), Milram
    David Kopp (G), Gerolsteiner
    Fabian Wegmann (G), Gerolsteiner'),(2037,56,'2006-07-02 17:01:41','Gap shrinking','With 22km to go, the gap is under one minute.'),(2038,56,'2006-07-02 17:04:29','48 seconds','With the break on wide flat roads the catch is inevitable. 20km to go.'),(2039,56,'2006-07-02 17:07:53','18km to go','the gap is at 28 seconds'),(2040,56,'2006-07-02 17:09:47','Credit Ag\'','The team has eased off. They have put a big effort in and the Davitamon, Milram and Quick Step teams are up front. The gap is under 10 seconds.'),(2041,56,'2006-07-02 17:11:05','Beneteau tries','Beneteau has shot away from the break... with 17km to go, he stands a snowball\'s chance to survive this, but the effort is an admirable one.'),(2042,56,'2006-07-02 17:12:47','Gap is 12 seconds','Four of the original breal have been pulled back. Beneteau is giving it his all. It would be cool if he won... but, nahh.'),(2043,56,'2006-07-02 17:13:38','Just Beneteau now','Six of the original seven are in the fold. Beneteau has 30 seconds with 15km to go.'),(2044,56,'2006-07-02 17:15:22','Gutsy!','He\'s bumped it up to 35 seconds. You have to admire this guy\'s attitude.'),(2045,56,'2006-07-02 17:19:13','Beneteau crosses the sprint mark','Hincapie grabs the third spot... he gets a two second time bonus. He\'s actually ahead of Hushovd on GC!'),(2046,56,'2006-07-02 17:19:40','Back in France','and Beneteau is back in the field

    '),(2047,56,'2006-07-02 17:21:21','It was CA\'s Hinault','who kept Hincapie from grabbing the second spot in the sprint. 5.9 to go.'),(2048,56,'2006-07-02 17:22:09','With five kilometers remaining','The speed is quite high with Milram setting up for Zabel'),(2049,56,'2006-07-02 17:22:57','Liquigas is moving up','They could be setting up for our favorite Swede, Magnus Backstedt.'),(2050,56,'2006-07-02 17:23:56','Knees setting hard pace','Milram\'s Knees is leading the field with four km to go. We see Valverde up there. Di Luca has been dropped... by the field'),(2051,56,'2006-07-02 17:24:32','Oh man...','With 3km to go... it\'s a big mix. Rabobank is up there now.'),(2052,56,'2006-07-02 17:25:22','2.5km to go','No one is in control.... '),(2053,56,'2006-07-02 17:25:55','2km to go...','Hincapie and Hushovd are working up toward the front. McEwen is working up there, too.'),(2054,56,'2006-07-02 17:26:26','Backstedt is working up front.','On the last turn'),(2055,56,'2006-07-02 17:26:35','1km to go!',''),(2056,56,'2006-07-02 17:27:10','It\'s a mad dash','McEwen is working up. Boonen charges'),(2057,56,'2006-07-02 17:27:24','Casper goes!',''),(2058,56,'2006-07-02 17:28:31','It looks like Jimmy Casper!','A French win. Boonen gets surprised by Casper.\r\n\r\nHushovd has crashed!'),(2059,56,'2006-07-02 17:29:17','Hushovd crashed after the finish','Oh he looks hurt.. '),(2060,56,'2006-07-02 17:31:06','Hushovd','Hushovd crashed after the finish. He\'s bleeding from his arm... but we\'re hoping that he didn\'t break anything. '),(2061,56,'2006-07-02 17:34:15','Still no word on Hushovd','We will try to get you an update on the condition of Thor Hushovd... and the state of the GC. For the moment, we have Casper as the stage winner, but it there is a lot of calculating to do when it comes to figuring out who is in the yellow jersey.'),(2062,56,'2006-07-02 17:35:39','Stage Results:','1. Jimmy Casper (Cofidis)
    \r\n2. Robbie McEwen (Davitamon)
    \r\n3. Erik Zabel (Milram)
    \r\n4. Daniele Bennati (Lampre)
    \r\n5. Luca Paolini (Liquigas)
    '),(2063,56,'2006-07-02 17:36:33','Hushovd is on his way to the hospital','It looks like he may have been hit by one of those big green hands'),(2064,56,'2006-07-02 17:38:00','It appears that Hushovd was cut','by one of those silly PMU hands.\r\n'),(2065,56,'2006-07-02 17:39:37','It looks like Hincapie is in the jersey','Hincapie\'s cheeky move at the final sprint mark earned him the yellow jersey.\r\n'),(2066,56,'2006-07-02 17:42:51','Hushovd','That was ugly. It is quite clear from reviewing the video, Hushovd did not crash. He got a bad, bad cut from a from one of those big green hands. Hitting one of those at speed... that can be very serious. We have to hope that he can start tomorrow. There was a lot of blood.'),(2067,56,'2006-07-02 17:44:03','Hincapie is putting on the jersey','George Hincapie is in the yellow jersey. He did it solely on the strength of his move as Beneteau was being caught and not on the misfortune of Thor Hushovd.'),(2068,56,'2006-07-02 17:46:00','GC - Unofficial','1. George Hincapie (USA), Discovery
    \r\n2. Thor Hushovd (N) Credit Agricole, at 0:02
    \r\n3. Erik Zabel (G), Milram, 0:06
    \r\n4. Sebastian Lang (G), Gerolsteiner, at 0:06
    \r\n5. Alejandro Valverde (Sp), Caisse d\'Epargne, at 0:06
    '),(2071,59,'2006-07-03 13:34:12','DiLuca out','Last year\'s ProTour winner Danilo di Luca (Liquigas) has pulled out of the Tour with a urinary infection, his team said on Monday. \r\n\r\nDi Luca, who finished last in the first stage 2:29 behind the main group, withdrew just before the start of today\'s stage. \r\n\r\nHe had already shown symptoms of a fever before the Tour on\r\nThursday and was about to withdraw before changing his mind. \r\n\r\nDi Luca\'s disappointing performance in the Tour of Italy in May had made him more determined to have a good Tour de France as a way of recouping himself. Di Luca had a great year last season, winning several biggies, including Amstel Gold Race and the Fleche Wallonne as well as the overall ProTour title. \r\n'),(2072,59,'2006-07-03 13:39:27','Wegman intent on scoring points','While our two leaders have grabbed KOM points on both CAT. 3 climbs today, Fabian Wegmann (Gerolsteiner), too, has scrambled for points on those climbs, grabbing two points on the Col des Pandours and one point on the Col de Valsberg. So he now has a total of six KOM points. He will need to grab a few points on the day\'s last two climbs, though, if he is to keep the polka dot jersey. By taking top points on both of today\'s climbs, Hernandez has eight points right now and leads the KOM contest. '),(2073,59,'2006-07-03 13:44:18','At 68km','The two leaders have an advantage of 9:25. That\'s down a bit from their biggest gap - 11:20 - about forty kilometers ago. Discovery is doing the bulk of the work at the front. We can expect to see the sprinters\' teams - Milram, Davitamon, Quick Step and maybe even Credit Agricole - lend a hand later on in the stage.\r\n\r\nSpeaking of Credit Agricole, Thor Hushovd is riding today. He has a bandage on his arm from that ugly cut he suffered yesterday, reported variously as being caused by one of those large PMU hands or by his brushing up against a spectator\'s camera as he charged to the finish. Either way, the big green hands have been blamed for the crime and are forthwith banned from the final two km of any stage in which a sprint finish is expected.'),(2074,59,'2006-07-03 13:48:42','Casey Gibson photos','Casey Gibson has just posted photos from the road, so scroll down and take a look. As we said, Thor Hushovd started today. Fortunately that cut looked a lot worse than it was. Man that was ugly.'),(2075,59,'2006-07-03 13:49:42','Contest reminder!','Just a reminder folks that you can enter our Daily Contest, by simply clicking on the Daily Contest button at the top of our update page. Good luck.'),(2076,59,'2006-07-03 13:57:53','At 80km','The two leaders - David De la Fuente (Saunier Duval) and Aitor Hernandez (Euskaltel Euskadi) - have raised their lead to more than 10 minutes again, but they have a long haul before they can even think about reaching the finish.'),(2077,59,'2006-07-03 14:01:26','Moderate pace','The average speed for the first two hours of racing today has been a relatively light 38.7kph. This last hour, the pace was a slightly higher 40.5kph, barely enough to break the hour at your local district TT. \r\n'),(2078,59,'2006-07-03 14:09:14','Disco getting help','The Quick Step and Davitamon teams are starting to get a little antsy about a 10+ minute lead and have moved a few of their guys up front, too.\r\n\r\nIt\'s a warm day, by the way, folks. A nice summer this year, with temperatures summer-like, but not the extremes we\'ve seen in past years.'),(2079,59,'2006-07-03 14:14:19','Gap is dropping','With the added horsepower at the front of the peloton, the gap has already been cut by more than a minute. The two leaders are now 9:00 up on the main field.'),(2080,59,'2006-07-03 14:23:59','Approaching 100km','Our two leaders are coming up on the 100km mark. Their lead continues to drop and they are now 8:15 ahead of the main field. What are the odds of them lasting another 128km?\r\n\r\nBy the way, if you\'re going to be away from you computer and still want to check in on the live action you can point your mobile device browser to our mobile live window at http://www.velonews.com/live_mobile. Come on. You can be subtle about it and when your boss is yapping about the strategic plan for the coming three months, you can sneak a peek at what you really care about.'),(2081,59,'2006-07-03 14:28:20','Our man Roop','By the way, if you pop open that picture of Thor Hushovd (below), you\'ll spot our guy Rupert Guinness in the Hawaiian shirt. Ol\' Roop has a habit of wearing those things throughout the tour and is usually pretty easy to spot in a crowd... those things are actually pretty rare in France.'),(2082,59,'2006-07-03 14:33:44','Würth out of cycling','German tool maker Würth has withdrawn its sponsorship of the Astaná team, support which had been slated to run at least until the end of the year.

    The company issued the following statement on Monday:

    \"The sponsorship contract has been terminated with immediate effect after the announcement of the Astana team that they would not take part in the Tour de France.\"

    Not to do too much editorializing here, but dang, this may be the only way these guys learn. We were happy that Festina stayed in the sport after the ’98 Tour scandal, but we also operated under the naive notion that the sport would clean itself up, too. Maybe the cheats have to be hit where it counts. '),(2083,59,'2006-07-03 14:35:23','Gap inching down','Our last time check puts the two escapees at 7:55 at the 107km mark'),(2084,59,'2006-07-03 14:47:45','At 118km','The gap is now at 7:15'),(2085,59,'2006-07-03 14:54:00','With 106km remaining','The two leaders are holding on to a lead of 7:00.'),(2086,59,'2006-07-03 15:05:18','At 100km to go','The two leaders have bumped their advantage to 7:33. These two have been off the front since the first kilometer. Discovery, Quick Step, Davitamon and Credit Agricole all have guys up front, but the pace is clearly not frantic.'),(2087,59,'2006-07-03 15:10:00','With 97km to go','The gap is now up to 8:00. It may be time for the peloton to pick things up.... the field is beginning to stretch out in single file.'),(2088,59,'2006-07-03 15:23:51','Slowly coming down','We\'re out on the flats and there is not a lot of action. With 88km to go, the gap is slowly coming down and is now at 7:00. Discovery has pulled back and the bulk of the work has been left to the sprinters\' teams.'),(2089,59,'2006-07-03 15:28:21','6:35 - 85km to go',''),(2090,59,'2006-07-03 15:32:42','Hushovd','Jason Sumner got an interview with Thor Hushovd this morning (Video to come). The Credit Agricole sprinter - and winner of the green jersey last year - said he got three stitches and his arm is very sore. He remains uncertain how it will feel be in the sprints and expressed concern that he might not be able to bear the full load necessary in the dash to the line. Hushovd also he got a visit from Jean Marie Leblanc who personally appologized for the whole \"bloody\" mess.'),(2091,59,'2006-07-03 15:35:37','More Photos','Take a moment to scroll down and see some of the photos Jason Sumner has just sent in. \r\n\r\nThe gap is coming down a bit. With less than 80km to go, the gap is down to 6:15.'),(2092,59,'2006-07-03 15:38:45','Hushovd drifts back to the doctor\'s car','Hushovd is looking good, but he is paying a visit to the doctor\'s car at the back of the main field.'),(2093,59,'2006-07-03 15:42:29','The gap is coming down','Our two leaders are now 5:55 ahead of the main field.'),(2094,59,'2006-07-03 15:45:25','Our leaders','Are looking a bit tired. The heat and distance are beginning to take their toll. With 71km to go, the gap is down to 5:25.'),(2095,59,'2006-07-03 15:51:14','One their own','For more than 152km, David De la Fuente (Saunier Duval) and Aitor Hernandez (Euskaltel Euskadi) have another 68km to go. They lead the field by 5:20. What are the odds of them holding it?'),(2096,59,'2006-07-03 16:00:00','With 62km to go','The gap is 4:50. Davitamon, Quick Step and Credit Agricole are all up front. The Discovery team is well back leaving the work to the sprinters\' teams. Hincapie and crew may have long-term considerations over preservation of the jersey.'),(2097,59,'2006-07-03 16:09:39','Hushovd Boonen','The defending green jersey winner has beat Tom Boonen to the intermediate sprint mark for third place - and two seconds. He is equal with Hincapie on time again and would take the yellow jersey, since he won the prologue by a scant 0.73 seconds on Saturday.'),(2098,59,'2006-07-03 16:17:26','Now around 3:06','The two leaders - David De la Fuente (Saunier Duval) and Aitor Hernandez (Euskaltel Euskadi) - are just 3:06 ahead of the field, with 50km to go.'),(2099,59,'2006-07-03 16:19:16','Our two leaders are','heading toward the first of three Cat. 4 climbs that mark the finishing stretch today. It looks like even if they are caught, Aitor Hernandez (Euskaltel Euskadi) will move into the climber\'s jersey today.'),(2100,59,'2006-07-03 16:26:24','With 45km to go','The two leaders are 3:37 ahead of the field. The gap is bumping up, but it\'s nowhere near what two tired guys can hold over an hour of racing.'),(2101,59,'2006-07-03 16:28:31','Boonen planning','The world champion is scanning the little pocket map, planning no doubt for the finish and perhaps the next intermediate sprint at Yutz (198km)'),(2102,59,'2006-07-03 16:30:09','Fading','David De la Fuente (Saunier Duval) and Aitor Hernandez (Euskaltel Euskadi) both look tired, but the Euskaltel rider looks really beat. Their gap is back down to 3:10. They are nearing the top of the Cat. 4 climb'),(2103,59,'2006-07-03 16:31:00','De la Fuente takes the climb','David De la Fuente (Saunier Duval) easily beats Aitor Hernandez (Euskaltel Euskadi) to the top of the CAT. 4 Cote de Kedange.\r\n\r\nHernandez has 11 points, De la Fuente 9 and Wegmann - who has yet to reach this climb - has six. '),(2104,59,'2006-07-03 16:34:34','Wegmann grabs it','He adds one point to his KOM tally'),(2105,59,'2006-07-03 16:36:02','De la Fuente on his own','Hernandez has blown. De la Fuente is off on his own, about 20 seconds ahead of his one-time companion. The pace in the peloton is picking up. There is a sprint coming up at Yutz, and then followed by two more Cat. 4 climbs... and the finish.'),(2106,59,'2006-07-03 16:37:58','Gap at 2:45','to De la Fuente. Hernandez is just around 2:00 ahead of the field.'),(2107,59,'2006-07-03 16:40:17','New Videos','We have just posted two new videos from our crew at the Tour. Scroll down and click on the links.'),(2108,59,'2006-07-03 16:42:35','Hernandez is abut to be caught','As the field nears the intermediate sprint in Yutz. If they catch him before the sprint, it would change the dynamic of that sprint. Hushovd, Hincapie and Boonen are all moving up for that sprint.'),(2109,59,'2006-07-03 16:43:00','De la Fuente takes the sprint mark','and six bonus seconds... and six points'),(2110,59,'2006-07-03 16:44:54','Hernandez is caught.','So the sprint will be for four points and seconds.'),(2111,59,'2006-07-03 16:45:00','Hushovd and Boonen','Boonen takes it, but Hushovd\'s two seconds puts him back into the yellow jersey for sure. Hincapie doesn\'t contest the sprint. Stuart O\'Grady did though. While Hushovd took the third spot, could we see that as an indication that the CSC man will be looking for the green jersey? He said before the Tour that he wasn\'t going to be doing it this year, but that was before Ivan Basso was pulled from the race.'),(2112,59,'2006-07-03 16:52:53','With about 25km remaining','the gap is now less than two minutes. De la Fuente is pushing hard, but the peloton is not going to let him stay out there.'),(2113,59,'2006-07-03 16:53:50','Peloton at 25km to go','The gap is 1:20'),(2114,59,'2006-07-03 16:59:29','Less than 20km to go','The gap is at 1:35'),(2115,59,'2006-07-03 17:00:53','With less than 19km to go','the gap is 1:14. You still have time to enter our contest... until the 10km to go mark.'),(2116,59,'2006-07-03 17:02:13','Less than a minute',''),(2117,59,'2006-07-03 17:03:51','Still ahead','There are still two Cat. 4 climbs ahead and one unrated rise near the finish which could bugger things for the sprinters.'),(2118,59,'2006-07-03 17:04:53','De la Fuente takes the climb','He takes the penultimate climb... he has just 50 seconds on the field. '),(2119,59,'2006-07-03 17:05:40','Wegman','takes the second spot.'),(2120,59,'2006-07-03 17:06:26','Maggy','Magnus Backstedt looks blown and has slipped off the back of the field.'),(2121,59,'2006-07-03 17:08:08','Wegman','and two other riders have stayed ahead of the field after that last climb. On the way up the final categoirzed climb, the trio may catch De la Fuente.'),(2122,59,'2006-07-03 17:08:54','Crash in the field','Jose Angel Gomez looks banged up.'),(2123,59,'2006-07-03 17:09:33','Wegman charges','out of the chasing trio... and he\'s caught and passed De la Fuente.'),(2124,59,'2006-07-03 17:11:13','Still in Polka Dots?','Wegman may have kept the jersey. Back behind the field, Jimmy Casper has blown.

    Meanwhile Wegman is off on his own... can he hold it to the finish? Wouldn\'t that be cool?\r\n'),(2125,59,'2006-07-03 17:15:06','Wegman still ahead','But he\'s just 20 seconds up there. Double checking our math... it looks like De la Fuente has the climber\'s jersey.'),(2126,59,'2006-07-03 17:15:41','9km to go','Wegman has just 15 seconds. There\'s a tough little climb ahead.'),(2127,59,'2006-07-03 17:16:17','Oh the peloton is close','He is just 10 seconds ahead of the field.'),(2128,59,'2006-07-03 17:16:58','Wegman looks tired','he\'s maybe 70 meters ahead'),(2129,59,'2006-07-03 17:17:18','He\'s caught','With 7.5km to go'),(2130,59,'2006-07-03 17:18:04','Boonen and Hincapie','are moving up to the front. Wegman is well off the pace now.'),(2131,59,'2006-07-03 17:19:33','Ag2r\'s Calzatti','Attacks... he\'s caught. Now a Gerolsteiner rider is off the front. Now he\'s caught by T-Mobile\'s Kessler. Kessler is off the front, with 6km to go.'),(2132,59,'2006-07-03 17:20:16','Kessler has six seconds on the field','with 5.9km to go.'),(2133,59,'2006-07-03 17:21:00','Kessler is upping his advantage','with 5.3km to go he has 10 seconds.'),(2134,59,'2006-07-03 17:22:02','Kessler is driving hard','The peloton is chasing, but the field is losing little chunks of time. He has 4km to go, with 12 seconds '),(2135,59,'2006-07-03 17:22:36','Kessler','He\'s 3.5km from the finish and he has 14 seconds.'),(2136,59,'2006-07-03 17:23:07','Milram doing the work','With 3km to go, Kessler has 15 seconds.'),(2137,59,'2006-07-03 17:23:39','2km to go','He has 14 seconds, but man he looks like he\'s hurting'),(2138,59,'2006-07-03 17:24:30','Kessler driving as there is a crash in the field','The crash won\'t affect the GC'),(2139,59,'2006-07-03 17:24:48','1km to go','Kessler is nine seconds ahead of the field.'),(2146,60,'2006-07-04 13:30:19','Good day and welcome ...','to VeloNews.com\'s Live Coverage of Stage 3 of the 93rd Tour de France, a 216.5km route through Luxembourg, Belgium and into Holland, ranking almost as an homage to the Spring Classics.

    This stage saves the really hard part for the finish, with six categorized climbs and two sprints in the final two hours of racing. And these are not just any old climbs. The first is the Côte de la Haute-Levée, one of the key climbs of Liège-Bastogne-Liège, and the last, 2km from the finish, is the infamous Cauberg that concludes another spring classic, the Amstel Gold Race.\r\n

    In between these two climbs are 80km of hilly roads, often narrow after the race crosses the Belgian-Dutch border in the last 30km. It\'s these twisting roads with their traffic-slowing \"street furniture\" that has riders most concerned. One hopes that the field is broken up by the time the dicey roads appear.'),(2142,59,'2006-07-03 17:25:00','Ohhhhh it\'s so close!','Kessler is fighting to hold on..... but he\'s still 200 meters from the line... 100... 75 ! Ohhhhhh He\'s caught!'),(2143,59,'2006-07-03 17:26:12','McEwen!','Robbie McEwen '),(2144,59,'2006-07-03 17:27:19','Hushovd is in yellow','Hushovd almost crashes... this time it\'s his pedal. He pulls a foot out of his pedal, but he is back in the yellow jersey.'),(2145,59,'2006-07-03 17:28:52','The crash','We need to do a tally on who was there... but the crash happened within the final three kilometers so it should have no affect on the finishing times of those caught behind it.'),(2147,60,'2006-07-04 13:38:00','A rapid start','Racing began at noon today and after a series of early attacks a lead group of five formed at around 14 to 15 kilometers. Initiating the break was CSC\'s Jens Voigt and he has been joined by Jose Luis Arrieta and Christophe Laurent (Agritubel) Jerome Pineau of Bouyges Telecom and Unai Etxebarria of Euskaltel.

    The five leaders are past the 55km mark and have a lead bordering on the six-minute mark.'),(2149,60,'2006-07-04 13:47:09','At 65km','Our five leaders\' advantage is dropping a bit and is now less than five minutes.'),(2150,60,'2006-07-04 13:49:09','Contest Reminder','It looks like some of you are already sending in your entries, which is terrific. If you haven\'t yet, go ahead and hit the Daily Contest button on the top of this page. Good luck and congrats to yesterday\'s winner: Aimee from Utah.'),(2148,60,'2006-07-04 13:45:27','Today\'s climbs','While the Categorized Climbs in today\'s stage don\'t kick in until the 131km mark, the terrain before that is not easy. Take a look at the profile.

    We should note that Fabian Wegmann - the Gerolsteiner rider who grabbed the first climber\'s jersey in this Tour - tried an early attack today, but had no success. He is clearly hoping to grab points on the following climbs:

    Category 3 - Côte de la Haute-Levée - 3.6 km climb to 5.5 % - Km 131
    Cat. 3 - Côte de Oneux - 3.2 km climb to 5.1 % - Km 155
    Cat. 4 - Côte de Petit-Rechain - 1.7 km climb to 4.7 % -Km 165.5
    Cat. 4
    Côte de Loorberg - 1.3 km climb to 5.8 % - Km 189
    Cat. 4
    Côte de Trintelen - 1.7 km climb to 5.1 % -Km 201
    Cat. 3 The Cauberg - 0.8 km climb to 7.3 % -Km 214.5\r\n'),(2151,60,'2006-07-04 14:00:42','Climbs','One question we get quite often is how the Tour categorizes climbs. Interestingly, updated profiles of today\'s race show the final climb categorized as a CAT. 3 and ours shows it as a CAT. 4. That underscores the subjective element of this process, but this is a general guidline to follow throughout the Tour:\r\n

    Cat . 4: Usually less than 3km in length, an easy pitch that amounts to no more than a sustained rise in the road
    Cat . 3: Slightly harder, up to 5km in length
    Cat . 2: Between 5km and 10km, and steeper than a 4-percent grade
    Cat . 1: Long and steep. Between 10km and 20km, and steeper than a 5-percent grade.
    Hors -catégorie (HC) or above category : The longest, steepest mountain climbs. Extremely difficult climbs, sometimes 15km to 20km, with grades often exceeding 10 percent.
    2005 winner : Michael Rasmussen (Dk), Rabobank
    2006 prize: $32,000'),(2152,60,'2006-07-04 14:06:57','While we\'e at it','We also get a number of questions about points distribution for the race for the green jersey. Here is the formula for that:

    Flat stages:\r\n
    1st place 35 points 2nd 30 3rd 26 4th 24 5th 22 6th 20 > and descending in one-point increments to 25th place
    Rolling stages:
    1st place 25 points 2nd 22 3rd 20 4th 18 5th 16 6th 15 > and descending in one-point increments to 20th place
    Mountain stages:\r\n
    1st place 20 points 2nd 17 3rd 15 4th 13 5th 12 6th 10 > and descending in one-point increments to 15th place
    Time trials:
    1st place 15 points 2nd 12 3rd 10 4th 8 5th 6 6th 5 > and descending in one-point increments to 10th place\r\n
    Intermediate sprints:
    1st place 6 points 2nd 4 3rd 2 (Three each day in stages 1-10, two each day in stages 11-20)
    '),(2153,60,'2006-07-04 14:08:25','At 85km','The five leaders are holding at just around five minutes. Once the peloton decides how far these guys can get, that\'s generally it, isn\'t it?'),(2154,60,'2006-07-04 14:14:07','Time gap','The peloton reached the 85km mark 5:42 behind the five escapees.'),(2155,60,'2006-07-04 14:19:58','The gap is holding','Our latest time check puts the peloton just around 5:40 behind the escapees.'),(2156,60,'2006-07-04 14:26:58','Casey Gibson','has just posted a couple of photos from today\'s start. It\'s also a good time to remind you to check out the videos we have up. Our crew have been working like crazy in their new-found roles as TV producers and on-air \"talent.\"'),(2157,60,'2006-07-04 14:34:42','At 100km','The five leaders still have an advantage of around 5:45. They are on that long gradual drop leading to the first of today\'s climbs.'),(2158,60,'2006-07-04 14:44:00','Interesting Info','If you get a chance, wander over to Cycling\r\nPeaks and take a gander at the SRM data coming off of a select group\r\nof riders\' bikes, including VeloNews diarist Christian Vande Velde.'),(2159,60,'2006-07-04 14:46:08','At km 113','The leaders are heading toward the feedzone and then face the day\'s first rated climb, the Category 3 Côte de la Haute-Levée, averaging 5.5 percent for 3.6km.\r\n'),(2160,60,'2006-07-04 14:56:03','Reminder','Don\'t forget to enter today\'s contest, but do us a favor and be sure to enter the name of the stage winner in the Subject Line of your e-mail. It sure makes picking a winner a lot easier for us.'),(2161,60,'2006-07-04 14:58:24','In the feedzone','Our leaders are in the feedzone and we\'ll get a nice time check when the peloton rolls through, too.'),(2162,60,'2006-07-04 14:59:07','Gap is 5:54','The leaders are almost six minutes up on the peloton.'),(2163,60,'2006-07-04 15:05:13','Leaders on the climb','The peloton is leaving the feedzone, 5:38 behind the lead group.'),(2164,60,'2006-07-04 15:07:05','The climb is taking a toll','The five leaders are making the grind up the climb. With temperatures nearing 90 and humidity at 42 percent, it\'s a big effort working up a 5.5% grade.'),(2165,60,'2006-07-04 15:14:35','Pineau','takes the top points at the summit of the Côte de la Haute-Levée.\r\n'),(2166,60,'2006-07-04 15:15:24','The gap is under five','minutes. The peloton is moving up the climb 4:40 behind the leaders.'),(2167,60,'2006-07-04 15:16:58','With 82km remaining','the gap is dropping and is now 4:31 as the peloton crests the Côte de la Haute-Levée.'),(2168,60,'2006-07-04 15:24:52','Up next','is the Cat. 3 Côte de Oneux, which crests at 155km, 3.2km climb averaging 5.1 percent.'),(2169,60,'2006-07-04 15:25:39','With 79km to go','The gap is holding at 4:40'),(2170,60,'2006-07-04 15:31:52','Voigt takes the sprint at Spa','1 -Voight 6 points
    Laurent 4 points
    Arrieta 2 points

    The gap, meanwhile is 4:35.'),(2171,60,'2006-07-04 15:33:50','With 68km to go,','the leaders are heading toward the Côte de Oneux.'),(2172,60,'2006-07-04 15:42:09','With 63km to go','The leaders are on the Côte de Oneux and are holding lead of 5:10'),(2173,60,'2006-07-04 15:44:07','Credit Agricole','is moving to the front of the peloton and working to protect the yellow jersey of Thor Hushovd.'),(2174,60,'2006-07-04 15:46:26','Pineau','gets the four points atop the Côte de Oneux.'),(2175,60,'2006-07-04 15:52:18','The peloton crests the Côte de Oneux','5:03 behind the leaders, who are now 54km from the finish.'),(2176,60,'2006-07-04 15:56:26','Crash in the field','We see Fred Rodriguez on the ground and a Rabobank rider. Fred looks like he\'s holding his arm... a sign of a broken collarbone... Oh we hope not.'),(2177,60,'2006-07-04 15:56:00','The Rabobank rider is Dekker','Erik Dekker and Fred Rodriguez are still at the side of the road.'),(2178,60,'2006-07-04 15:58:48','The gap is at 4:55',''),(2179,60,'2006-07-04 16:03:32','Both riders are hurt','Dekker and Rodriguez were hurt badly enough to force them to abandon the Tour.

    Ahead, Pineau takes top points on the climb. '),(2180,60,'2006-07-04 16:04:00','Dekker has a broken collarbone','no word on Rodriguez yet, but it sure looked like he did the same.'),(2181,60,'2006-07-04 16:05:39','Backstedt','is struggling. He\'s having a tough time on the terrain today.'),(2182,60,'2006-07-04 16:06:53','The peloton crests the climb','4:20 behind the leaders.'),(2183,60,'2006-07-04 16:16:00','40km to go','The gap is coming down. Arietta takes the sprint, with Voigt in second. Laurent takes third. That means Voigt - who won the first two sprints - has earned a total of 16 seconds of bonus time today.'),(2184,60,'2006-07-04 16:21:59','Landis speaks','Our guy Jason Sumner spoke with Floyd Landis at the start this morning:

    On getting through the long days at the Tour
    “The race is a combination of multiple days of fatigue and whatever else, so every little thing you do helps. Mostly I just have everybody do everything for me. That’s the best thing.â€Â

    On the heat:
    “The heat doesn’t bother me. I’d rather have it this way. Staying hydrated is just about paying attention. If you get thirsty, drink. Some people don’t like the heat, but for me it’s fine.â€Â

    On predictions for stage 3:
    “For me I don’t think I’ll really factor. But I do think there are a couple guys who will try because it’s a good opportunity to get the jersey. I think if George rides smart he doesn’t have to attack. He can probably get the jersey back. Valverde might try because he can sprint. It’s going to be a difficult day for the sprinters to control, or even be there at the end. For me I’ll just try to stay with the leaders at the front and stay out of trouble. I don’t think it’s a course for me to try to get the lead.â€Â\r\n'),(2185,60,'2006-07-04 16:23:00','Laurent takes a dig','With the leaders\' advantage coming down, Laurent decides it may be time to work his way to the finish on his own.'),(2186,60,'2006-07-04 16:25:26','Gap is dropping','The five leaders are back together... but the gap is down to 3:03, with 34km to go.'),(2187,60,'2006-07-04 16:27:27','Hot hot hot','The temperatures are going up and it\'s in the mid- to high-90s'),(2188,60,'2006-07-04 16:28:37','A catch is inevitable','The gap is dropping fast. Jerome Pineau wants to make the next climb and snag a few points if he can.'),(2189,60,'2006-07-04 16:30:53','In Holland','The race is coursing its way through Dutch roads. The gap is now at 2:20, with 29km to go.'),(2190,60,'2006-07-04 16:32:34','Attacks out of the field','Boogerd and Pieter Weening have attacked out of the field. '),(2191,60,'2006-07-04 16:34:02','Pineau takes the points','Pineau is now the KOM leader on the road.'),(2192,60,'2006-07-04 16:34:36','The gap is now at 2:00','The leaders will either surrender or break up soon.'),(2193,60,'2006-07-04 16:35:29','Peloton crests the climb',' trailing the leaders by 1:48. The Weening/Boogerd attack has been negated.'),(2194,60,'2006-07-04 16:40:09','Our five leaders','Are 20km from the finish, with a scant advantage of 1:38.'),(2195,60,'2006-07-04 16:42:46','Iban Mayo','has had an unfortunately timed mechanical. He\'s taken a teammate\'s wheel and the whole Euskaltel squad is pacing him back to the peloton.

    The leaders are working through the hilly terrain, the gap is holding at 1:28.'),(2196,60,'2006-07-04 16:44:39','Laurent tries again','He\'s getting something of a gap as his four companions seem willing to let him go.

    Mayo is back in the field.'),(2197,60,'2006-07-04 16:45:42','Laurent is caught','by Arietta... and here comes Voigt'),(2198,60,'2006-07-04 16:46:40','Voigt has joined the two leaders','Pineau and Etxebaria have blown'),(2199,60,'2006-07-04 16:47:33','Crash in the field','Valverde is down. He\'s holding his arm... another collarbone break.'),(2200,60,'2006-07-04 16:48:03','Valverde hit someone\'s wheel','It looks like Valverde is out of the tour.'),(2201,60,'2006-07-04 16:49:03','With 16km to go','The three leaders are 1:20 ahead of the main field.'),(2202,60,'2006-07-04 16:52:31','Valverde is out','and is on his way to the hospital.'),(2203,60,'2006-07-04 16:52:00','Arrieta has attacked','Laurent and Voigt have been dropped.'),(2204,60,'2006-07-04 16:53:00','O\'Grady has crashed','Race radio reports that O\'Grady has crashed... though we haven\'t seen it.'),(2205,60,'2006-07-04 16:59:00','Arrieta is 1:22 ahead','and he is well ahead of the next rider. With 9km to go.'),(2206,60,'2006-07-04 17:01:12','Arietta is holding his own','With 7.5km to go, he\'s 50 seconds ahead of Laurent and Voigt and 1:20 on the peloton.'),(2207,60,'2006-07-04 17:02:36','Voigt and Laurent caught','Arietta is 1:02 ahead'),(2208,60,'2006-07-04 17:03:18','The pace in the field','is very high as Arietta is five km from the finish and heading to the Cauberg'),(2209,60,'2006-07-04 17:04:36','Just 49 seconds','With fourkm to go. O\'Grady is up, by the way... he is well off the back of the field'),(2210,60,'2006-07-04 17:05:12','He\'s bound to be caught.','He has 31 seconds. The big sprinters\' teams are driving hard.'),(2211,60,'2006-07-04 17:05:44','27 seconds.','He is on the climb... it\'s gonna hurt.'),(2213,60,'2006-07-04 17:06:00','Sebastian Hinault','has jumped off the front of the field.... No, that\'s not Hinault. It\'s Julian Dean.\r\n\r\nArietta has just 14 seconds on the field.'),(2214,60,'2006-07-04 17:07:08','Oh here comes the field','Caught'),(2215,60,'2006-07-04 17:07:31','Boogerd driving hard','The field is strung out'),(2216,60,'2006-07-04 17:07:56','Kessler is off the front','with Gilbert on his wheel.'),(2217,60,'2006-07-04 17:08:12','Sandy Casar has flatted','He won\'t contest today'),(2218,60,'2006-07-04 17:08:48','Kessler','is 2km from the finish. He was caught with 50 meters from the line yesterday. Wish him luck!'),(2219,60,'2006-07-04 17:09:15','Gilbert caught','but Kessler is within 800 meters of the line'),(2220,60,'2006-07-04 17:09:24','Oh man he may pull it off!',''),(2221,60,'2006-07-04 17:09:50','Kessler is on his way...','Will he make it? They are flying up on him'),(2222,60,'2006-07-04 17:10:07','Kessler','Kessler wins it!!!!!'),(2223,60,'2006-07-04 17:11:00','Matthias Kessler','Deserved that one, didn\'t he? He lost a heartbreaker yesterday and he tried the same thing today and this time it worked. It was his teammate, Michael Rogers, who won the field sprint at five seconds.'),(2224,60,'2006-07-04 17:17:37','O\'Grady working his way to the finish','Stuart O\'Grady is going to finish... well back, but he is coming into the finish today.'),(2225,60,'2006-07-04 17:19:02','Boonen in yellow','World Champion Tom Boonen is the new leader, with a one-second advantage over Michael Rogers and five on George Hincapie.'),(2226,60,'2006-07-04 17:20:00','Stage Results:','1. Matthias Kessler (G), T-Mobile
    \r\n2. Michael Rogers (Aus), T-Mobile, 00:05
    \r\n3. Daniele Bennati (I), Lampre, 00:05
    \r\n4. Tom Boonen (B), Quick Step-Innergetic, 00:05
    \r\n5. Erik Zabel (G), Milram, 00:05
    \r\n6. Luca Paolini (I), Liquigas-Bianchi, 00:05
    \r\n7. Oscar Freire (Sp), Rabobank, 00:05
    \r\n8. Eddy Mazzoleni (I), T-Mobile, 00:05
    \r\n9. Georg Totschnig (A), Gerolsteiner, 00:05
    \r\n10. Fabian Wegmann (G), Gerolsteiner, 00:05
    \r\n'),(2227,60,'2006-07-04 17:29:47','GC - Unofficial','1. Tom Boonen (B), Quick Step-Innergetic
    \r\n2. Michael Rogers (Aus), T-Mobile, 00:01
    \r\n3. George Hincapie (USA), Discovery Channel, 00:05
    \r\n4. Thor Hushovd (Nor), Credit Agricole, 00:07
    \r\n5. Paolo Savoldelli (I), Discovery Channel, 00:15
    \r\n6. Daniele Bennati (I), Lampre, 00:15
    \r\n7. Floyd Landis (USA), Phonak, 00:16
    \r\n8. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 00:17
    \r\n9. Serhiy Honchar (Ukr), T-Mobile, 00:17
    \r\n10. Matthias Kessler (G), T-Mobile, 00:17
    \r\n11. Cadel Evans (Aus), Davitamon-Lotto, 00:20
    \r\n12. Christophe Moreau (F), Ag2r Prevoyance, 00:20
    \r\n13. David Millar (GB), Saunier Duval, 00:21
    \r\n'),(2228,61,'2006-07-05 13:12:43','Good day and welcome ...','To VeloNews.com\'s Live Coverage of the fourth stage of the 93rd Tour de France, which starts in the Belgian city of Huy on the right bank of the Meuse River at the foot of the infamous Mur de Huy, brings the Tour back to France.

    Tom Boonen will be happy to start the day in the jersey on home ground. This is another homage tot he classics, as it traces some of the roads of the Flèche Wallonne, climbing a couple of Ardennes hills in the opening 60km; but then it heads southeast on a flat-to-rolling route, mainly on wide, straight roads till it reaches the French border.

    Boonen and others will have to stay alert over the final two hours, which are bound to be hectic, first on 80km of twisting, undulating back road through the countryside of Picardy, until the race reaches a straight, hilly highway inside 15km to go. Into St. Quentin, the riders cross a bridge they cross in Paris-Roubaix before engaging the uphill sprint that curves left in the final 200 meters.'),(2229,61,'2006-07-05 13:14:02','O\'Grady takes the start','CSC\'s Stuart O\'Grady has decided to start despite a cracked vertebra he suffered in a crash yesterday. That dude is seriously tough.'),(2230,61,'2006-07-05 13:31:00','Racing underway for','a bit more than an hour now. The peloton rolled out of Huy at 12:15. We saw a series of early, albeit unsuccessful, attacks. One event of note is that Jerome Pineau won top points on the Cat. 3 Cote de Peu d’Eau at km 13:
    1. Jerome Pineau (Bouygues Telecom) 4pts
    2. David De la Fuente (Saunier Duval) 3pts
    3. Fabian Wegmann (Gerolsteiner) 2pts
    4. Pierrick Fedrigo (Bouygues Telecom) 1pt

    We later had a break succeed at around 20km and the situation now puts the following riders ahead of the field

    • Egoi Martinez  (Discovery) [22nd at 0:28]
    • Bradley Wiggins (Cofidis)[152nd at 9:54]
    • Christophe Mengin (Francaise des Jeux)[136th, at 6:33]
    • Cedric Coutouy (Agritubel)[140th at 7:29]
    • Laurent Lefevre (Bouygues Telecom)[64th at 0:52]
    At km 40, the five leaders have an advantage of 3:30. Let\'s see how long the leash is today.\r\n\r\n\r\n\r\n'),(2231,61,'2006-07-05 13:40:21','With gap nearing four minutes','Tom Boonen\'s Quick Step team has the honor of setting tempo at the front of the field. The pace isn\'t brutal, though. The firs hour of racing was covered at a fairly tame 38kph.'),(2232,61,'2006-07-05 13:33:00','At 40km','The gap is just around 3:35'),(2233,61,'2006-07-05 13:54:08','The leaders','are on the second and final categorized climb of the day, the Cat. 4 Cote de Falaen. The gap is around 4:30.'),(2234,61,'2006-07-05 14:02:00','Lefevre','takes the climb, but Jerome Pineau will spend another day in the jersey. It looks like there\'s a real contest shaping up for the climbers jersey between the men who contested the day\'s first climb back at km 13. Here are the current standindings in that contest:>
    Overall KOM
    1. Jérôme Pineau (F), Bouygues Telecom, 21 Pts.
    \r\n2. David De La Fuente (Sp), Saunier Duval, 17 Pts.
    \r\n3. Fabian Wegmann (G), Gerolsteiner, 14 Pts.
    \r\n4. Aitor Hernandez (Sp), Euskaltel-Euskadi, 10 Pts.
    \r\n5. Unai Etxebarria (Vz), Euskaltel-Euskadi, 7 Pts.
    \r\n'),(2235,61,'2006-07-05 14:11:41','At 70km','the gap remains around the 4:30 mark. It looks like that\'s about the range Quick Step is willing to let these guys go.'),(2236,61,'2006-07-05 14:16:01','Contest reminder!','Don\'t forget to hit the DAILY CONTEST button and enter to win a Specialized Decibel. We\'re actually awarding two of those today, because no one coulda figured that ol\' Matthias Kessler was gonna try another late break and actually pull it off yesterday. Oh yeah, we got several entries with Kessler\'s name after the finish, but we do cut off entries at the 10-km-to-go mark every day and none of you picked the winner - we didn\'t either. That was pretty cool, wasn\'t it?'),(2237,61,'2006-07-05 14:28:00','The gap is holding','at 4:35. Again, the Quick Steps seem content to let these guys hang out there and get a little TV time, but they aren\'t letting them get tooooo far down the road.

    Average speeds, by the way are still under the 40kph mark.'),(2238,61,'2006-07-05 14:35:19','Question of the day','If you haven\'t voted in the VeloNews poll yet, please do so. We\'ve been getting a lot of letters from folks who seem to believe that we should just surrender the doping issue to the cheats and let them do what they want, as long as they admit it (visions of the old Saturday Night Live skit come up for some us older folk). Obviously we have our own view on the matter, but want to see what the consensus of opionion is out there. Go to the front page of VeloNews.com and vote...just once please.'),(2239,61,'2006-07-05 14:40:00','Feedzone','The chase has eased up a little as the peloton reaches the feedzone some 4:45 behind the leaders.'),(2240,61,'2006-07-05 14:51:00','Leaders approaching the 100km mark','The race leaders are working their way toward the 100km mark. Before that, though, is the day\'s first intermediate sprint at 98km. Their lead is dropping back down to 4:35 as the main field has finished lunch and setting about the task of keeping tabs on these guys.'),(2241,61,'2006-07-05 14:56:54','All Quick Step','The team of Tom Boonen is still doing all the work at the front of the main group. '),(2242,61,'2006-07-05 14:59:12','Martinez','Takes the \"sprint\" at 98km. There seemed to be tacit agreement to allow the Discovery man to grab six seconds. With the GC on the top end bunched up as high as it is, he moves up into 14th place on the overall standings.'),(2243,61,'2006-07-05 15:05:47','With 100km remaining','The leaders are now less than 4:00 ahead of the field. Quick Step is still doing the bulk of the work.'),(2244,61,'2006-07-05 15:14:00','Quick Step','Has nearly its full crew up front, with seven riders at the front of the peloton. With 93km to go, the leaders have bumped their advantage back up to 4:17.'),(2245,61,'2006-07-05 15:18:54','With 90km','remaining, the gap is 4:20.'),(2246,61,'2006-07-05 15:23:31','With 87km to go','The leaders are 4:11 ahead of the field. Any bets?'),(2247,61,'2006-07-05 15:31:56','With 83km to go','The pace is picking up in the main field. It\'s still mostly Quick Step up there as the gap comes down to 4:03.

    Boonen and Co. probably can\'t expect a lot of help from the Davitamon crew or anyone else today. He\'s one of the favorites to win today\'s stage and Robbie McEwen\'s battered team - with Fred Rodriguez out and Chris Horner riding with a buggered up finger - isn\'t going to put any effort into setting up Boonen for the finish. McEwen, Hushovd and other sprinters are likely to leave the Quick Steps up there to tire themselves.'),(2248,61,'2006-07-05 15:35:13','Dr. Fuentes','Eufemiano Fuentes, the doctor involved in cycling\'s blood-doping scandal in Spain, told Spanish radio on Wednesday that tennis, football and athletics were also involved.

    Fuentes, a former doctor of Spanish cycling teams Kelme and Once, also said not all the names from the judicial investigation, dubbed Operation Puerto, had been revealed.

    \"Not all the names have been revealed,\" Fuentes told radio Cadena Ser in a telephone interview. \"And some of those on the list should not have been there. I don\'t know why.\"

    He also said he would not reveal any names because of professional confidentiality.

    He said names chosen had been selected and that perhaps the others would be revealed at a later date, saying it concerned not only cycling, but also other sports such as athletics, tennis and football (what Americans call \"soccer\". \r\n'),(2249,61,'2006-07-05 15:43:11','With 73km to go','The Quick Steps are still working hard, with the gap is just under four minutes, at 3:58.'),(2250,61,'2006-07-05 15:45:33','Martinez','takes another six seconds of bonus time, moving him into seventh on GC.'),(2251,61,'2006-07-05 15:47:23','One Lotto rider','is now lending a hand in the chase. There are now a few Davitamon-Lottos moving up, but still now major contribution. That said, the gap is moving down bit-by-bit and is now at 3:50. We\'ll get a clean time check at the sprint mark.'),(2252,61,'2006-07-05 15:53:58','Pace is picking up','Davitamon is moving a few more riders up in the field, although only Christophe Brandt is putting in time at the front. The others are hovering just behind the Quick Step crew. The gap is coming down and now at 3:30 with 65km to go.'),(2253,61,'2006-07-05 16:00:35','Landis has flatted','He\'s being paced on to the peloton.

    The gap, meanwhile is down to 3:02 with 61km remaining.'),(2254,61,'2006-07-05 16:09:27','With 55km to go','the gap is down to 3:09. (We think we just heard our Fat Guy warming up.)'),(2255,61,'2006-07-05 16:11:00','It\'s still mostly Quick Step','The gap, with 53km to go, is now down to 2:50. Still only one Davitamon rider is helping up there.'),(2256,61,'2006-07-05 16:18:56','Gap is shrinking','The five leaders are at 2:38 with 50km to go. Milram and Davitamon are moving up to lend a hand.'),(2257,61,'2006-07-05 16:28:19','Milram and Davitamon','have a couple riders up there, but it\'s still mostly Quick Step. The gap, with 42km to go, is down to 2:42.

    Scroll down, if you get the chance. We have new photos from Jason Sumner and we should be getting a new video here pretty soon.'),(2258,61,'2006-07-05 16:34:32','With 38km to go','The gap is 2:09. We should see the catch with about 20km or so to go, which would count as a well-timed chase.'),(2259,61,'2006-07-05 16:39:18','McEwen flats','He\'s pacing back into the field, which should be easy, since the pace is zippy, but not insanely fast.'),(2260,61,'2006-07-05 16:43:03','With 31km to go','The gap is now less than two minutes. We\'re seeing something of a mix up front, with riders from Lampre, Credit Agricole, Milram and Davitamon helping the Quick Steps.'),(2261,61,'2006-07-05 16:47:00','With 29km to go','the peloton is 1:45 behind the five leaders. It looks like they may make the third intermediate in Bernot in 10km. If so, Martinez is likely to gain another six seconds, for a total of 18 seconds of bonus time, putting him four seconds out of the jersey. Of course, after a long day in the saddle, he won\'t be contesting that final charge to the line, so he\'s not a candidate for the 20, 12 or 6 seconds of bonus time at the finish. Nonetheless, he is certainly the break\'s big beneficiary.'),(2262,61,'2006-07-05 16:50:14','With 26km to go','The gap is down to 1:33'),(2263,61,'2006-07-05 16:51:48','Contest Reminder','Just a reminder that you have about 15km to make your pick. Hit the Daily Contest button on top. 25km to go to the finish, the gap is 1:22.'),(2264,61,'2006-07-05 16:53:00','Peloton at 25km to go','and they hit that banner at 1:18'),(2265,61,'2006-07-05 16:59:17','Martinez','gets his six seconds, which puts him in fifth place on GC. With 19km to go, the gap is 1:12.'),(2266,61,'2006-07-05 17:01:30','With 18km','to go the gap is down to 1:10. Ag2r\'s Jose Arrieta has flatted and is back chasing... mostly on his own.'),(2267,61,'2006-07-05 17:03:09','With 15km','The gap is 1:05. We may see the catch come at around 10km to go'),(2268,61,'2006-07-05 17:04:03','Arrieta back in the field','... but that is a long way to the front. He won\'t get most aggressive rider today.'),(2269,61,'2006-07-05 17:05:31','under one minute','The peloton is moving up fast. The guys up front are not giving up though. We can expect an attack from one of the lead group.'),(2270,61,'2006-07-05 17:06:36','Crash in the field','It doesn\'t look like anyone is hurt. The peloton took a big sweeping turn and Iban Mayo seems to have been caught out by the crash. '),(2271,61,'2006-07-05 17:07:20','Big crowds at the finish','We figure they\'re counting on a sprint finish.'),(2272,61,'2006-07-05 17:12:00','Mayo is back in the field','The lead group is down to three riders: Martinez, Cedric Coutouy (Agritubel),Laurent Lefevre (Bouygues Telecom) are there.'),(2273,61,'2006-07-05 17:13:00','No more entries','accepted. We are at 8km from the finish.'),(2274,61,'2006-07-05 17:14:35','With 7km to go,','the three leaders are at 28 seconds.'),(2275,61,'2006-07-05 17:15:08','Liquigas powering the chase','Maggy Backstedt is setting a hard tempo at the front.'),(2276,61,'2006-07-05 17:15:46','Hey, we might pull this off!','is what these three leaders are thinking with 6km to go.'),(2277,61,'2006-07-05 17:16:25','Phonak coming up to pull','With five km to go, the three leaders have 25 seconds.'),(2278,61,'2006-07-05 17:16:58','23 seconds','With 4.5km to go'),(2279,61,'2006-07-05 17:17:46','Jockeying in the field','With four km to go... the gap is down to 17 seconds.'),(2280,61,'2006-07-05 17:19:05','With 3km to go','Working through a traffic circle the peloton is just seven seconds ahead of thef field.'),(2281,61,'2006-07-05 17:19:44','Lefevre and Martinez are off','With 2.5km to go, they have six seconds.'),(2282,61,'2006-07-05 17:20:34','Zabel flats','He\'s out and the two leaders are caught:\r\n'),(2283,61,'2006-07-05 17:20:52','With two km to go',''),(2284,61,'2006-07-05 17:21:13','With 1km to go',''),(2285,61,'2006-07-05 17:21:30','It\'s a long uphill stretch',''),(2286,61,'2006-07-05 17:21:55','There is a turn near the finish','Boonen is hanging back...'),(2287,61,'2006-07-05 17:22:17','Crash!','Hushovd?'),(2288,61,'2006-07-05 17:22:40','McEwen!','McEwen gets it!'),(2289,61,'2006-07-05 17:23:44','It was not Hushovd','It was Julian Dean. He hit the deck and managed to avoid being hit by anyone. Wow'),(2290,61,'2006-07-05 17:25:24','McEwen is back in the green jersey','and may have the yellow ta boot. We\'ll get you updated ASAP.'),(2291,61,'2006-07-05 17:27:07','Boonen still in yellow','Our initial estimate suggests Boonen is still in the yellow jersey\r\n'),(2292,61,'2006-07-05 17:35:00','Stage Results:','1. Robbie Mc Ewen (Aus), Davitamon-Lotto
    \r\n2. Isaac Galvez (Sp), Caisse d\'Epargne-I.B., 00:00
    \r\n3. Oscar Freire (Sp), Rabobank, 00:00
    \r\n4. Thor Hushovd (Nor), Credit Agricole, 00:00
    \r\n5. Tom Boonen (B), Quick Step-Innergetic, 00:00
    \r\n6. David Kopp (G), Gerolsteiner, 00:00
    \r\n7. Daniele Bennati (I), Lampre, 00:00
    \r\n8. Francisco Ventoso (Sp), Saunier Duval, 00:00
    \r\n9. Michael Albasini (Swi), Liquigas-Bianchi, 00:00
    \r\n10. Bernhard Eisel (A), Francaise des Jeux, 00:00
    \r\n11. Jimmy Casper (F), Cofidis, 00:00
    \r\n'),(2293,61,'2006-07-05 17:36:05','GC - Unofficial','1. Tom Boonen (B), Quick Step-Innergetic
    \r\n2. Michael Rogers (Aus), T-Mobile, 00:01
    \r\n3. George Hincapie (USA), Discovery Channel, 00:05
    \r\n4. Thor Hushovd (Nor), Credit Agricole, 00:07
    \r\n5. Egoi Martinez (Sp), Discovery Channel, 00:10
    \r\n6. Robbie Mc Ewen (Aus), Davitamon-Lotto, 00:12
    \r\n7. Paolo Savoldelli (I), Discovery Channel, 00:15
    \r\n8. Daniele Bennati (I), Lampre, 00:15
    \r\n9. Floyd Landis (USA), Phonak, 00:16
    \r\n'),(2294,62,'2006-07-06 13:20:15','Good day and welcome ...','To VeloNews.com\'s Live coverage of the fifth stage of the 93rd Tour de France, a 225km race that starts north of Paris and heads southwest into Normandy and local forecasts call for temperatures in the low 70s, moderate west winds in the riders’ faces and a 40-percent chance of rain, so we\'re seeing something of an end to the heat of the past week.'),(2295,62,'2006-07-06 13:38:00','Off to a fast start','Today\'s stage began at 11:40 this morning and we saw a series of attacks, none successful until an eight man group formed off the front. Of that only two riders - Samuel Dumoulin (F), Ag2r Prevoyance, [123rd at 3:52] and Björn Schröder (G), Milram, [130th at 5:21] - were able (permitted?) to stay out there.\r\n\r\nThose two are now more than 9:30 ahead of the field, with Johan Vansummeren in between at 8:40.\r\n'),(2296,62,'2006-07-06 13:41:59','Just two leaders','Vansummeren is waiting for the peloton. He scampered off in search of a few sprint points and built nearly a minute on the field. He\'s back now, though.'),(2297,62,'2006-07-06 13:43:00','This may be a tough finish','A fast, tricky run-in with roundabouts and plenty of turns through the streets of sprawling Caen will again make it hard for a sprinter’s lead-out train to succeed. Some will try late, solo attacks, but a head wind will make it hard for anyone to succeed. The last 2km are completely flat alongside the horse-race course at Caen, with a tricky turn 1km from the line.

    With both the yellow jersey of Tom Boonen and green jersey of Robbie McEwen in play, these two sprinters should again be the chief protagonists. The flat, wide finish straightaway favors Boonen over McEwen, while the challengers should be Thor Hushovd (Crédit Agricole), Erik Zabel (Milram) and Oscar Freire (Rabobank), along with Spaniard Isaac Galvez (Caisse d’Épargne), Austrian Bernhard Eisel (Française des Jeux) and Italian Daniele Bennati (Lampre-Fondital). Sprinters who lead out early will have a hard time hanging on in the head wind.\r\n'),(2298,62,'2006-07-06 13:45:17','Contest reminder','Here\'s your chance to prove how good you are. Today, we\'re giving away a pair of Specialized sunglasses to the lucky winner, randomly chosen from those who correctly guess the day\'s stage winner. Be sure to include the name of your choice in the subject line of your e-mail. Look up on top and hit our Daily Contest button to enter. Remember, no entries accepted after the 10km to go mark.'),(2299,62,'2006-07-06 13:53:47','Big advantage','The two leaders are at the 85km mark and have an advantage of 11:10. '),(2300,62,'2006-07-06 13:58:27','Still no rain','While chances for rain are fairly high today, the roads have stayed dry. The wind isn\'t as bad as originally forecast, although that may change as we head tot he finish, where strong coastal breezes would mean a headwind coming into the finish.'),(2301,62,'2006-07-06 14:10:00','Are they letting these guys go?','The two leaders have now bumped their advantage to a hefty 12:30 at the 91km mark. This could be a break that succeeds... or not.

    Either way, we\'re not in for a real barn burner for the next couple of hours, to we need to come up with a Daily Diversion for this stage. It might be a good time to resurrect our Exotic Locales contest, where you tell us from where you might be checking up on the Tour. That\'s how we got to know Major Jason Bryan, now a VeloNews contributor, who is stationed in Iraq and still trying to ride his bike.

    We\'ll offer a special prize to the person in the most unusual place from which you\'re checking in. That could be right here in the U.S. - a cube farm in Silicon Valley, an office complex in Cleveland, a house in Laramie, Wyoming (as if anyone actually lives in Wyoming) - or it could be a remote corner of the globe. We gave an award to a guy at the South Pole one year - he had to prove it, too.

    Anyway, send a note to VNInteractive@InsideInc.com and we\'ll come up with an appropriate prize. Be sure to mention the contest in the subject line, since we get a lot of other mail (and SPAM) in that mailbox.

    We\'ll mention some of the better entries and pick a winner in the next day or so. Let us know where you\'re check in from.'),(2302,62,'2006-07-06 14:16:00','Questions?','We get a lot of questions from viewers every day, too. We\'ll try to answer some of the more common ones \"on the air\" until things get a bit more frantic on the road. If you have a question drop a note to VNInteractive@InsideInc.com and be sure to mention it in your subject line. We also take feedback - good, bad, indifferent - so we can hope to improve our coverage along the way.'),(2303,62,'2006-07-06 14:23:00','Moderate pace','The two men in the break are upwards of 13 minutes ahead of the main field, but the pace is below 40kph. At 104km, the two leaders are coming up on the Category 4 Côte du Buquet, a 3.1km climb, averaging 3.4 percent. We can imagine that Jerome Pineau will do his best to snage the third-place spot on this and the remaining climbs of the day when the peloton comes rolling along.'),(2304,62,'2006-07-06 14:28:41','Easy question','Josh in Connecticut writes:

    Hi Velo Folks,
    Thanks for the great TDF coverage. It keeps me sane on the days I\'m stuck in the office.

    My question is: In yesterday\'s stage, why did Martinez (DSC rider on the 5-man break away) wear a green number on the back of his jersey? I know of the significance of the red number, but I\'ve never seen the green number.
    Thanks!

    \r\n\r\nActually Josh, you might adjust the color on your set. It\'s a yellow number, it looks kinda green to us, too, though. Anyway, that color is used to distinguish the team leading the overall teams competition. All Discovery riders have those yellow numbers, as the Discos are leading CSC by one second on team GC.'),(2305,62,'2006-07-06 14:30:00','Nice locale','Curt in Lewisburg Pennsylvania writes
    I\'m checking out the live updates from my 1795 farm house built by my great,\r\ngreat, great, great, great grandfathers half brother.
    Now how cool is that?

    Meanwhile Kevin writes

    Greetings,
    I’m watching your online coverage of the Tour de France via my laptop in an office in Barneveld, the Netherlands. The Chicken capital of the Netherlands!
    The Chicken capital of the Netherlands? Do they have a sign at the city limits? That\'s pretty exotic.'),(2306,62,'2006-07-06 14:34:41','A chase?','The are up and over the Cote du Buquet. Schroder takes the three points and his partner gets two. Meanwhile the tempo in the peloton is up a bit and the gap is coming down. It\'s now less than 11 minutes.'),(2307,62,'2006-07-06 14:36:23','','Dominic writes
    I am keeping track of the action from my cube at \"Tele Atas\" in Lebanon, New Hampshire. We are the same company that provides the data for the cool maps you are using to track the progress of the race on the road in France....now was that a left or a right on Rue Grande?
    You guys do nice work. Thanks!'),(2308,62,'2006-07-06 14:40:41','Question','We\'ve received a lot of questions along these lines:
    Who were the lucky winners of yesterday\'s Decibel helmets? I also picked Robbie McEwen but figure he is a popular pick during these early stages. Thanks!
    You are right. There were close to 800 of you who picked Robbie yesterday (safe bet, eh?). We pick winners within an hour of the stage finish and then send an e-mail to notify the winners. We\'ve refrained from announcing those winners on-line, because we\'ve actually gotten one guy in trouble. His boss was also a cycling fan and it raised an eyebrow when he found out that his employee was watching the Tour from his desk. We find it utterly shocking that people are actually allowing the Tour de France to divert their attention from the tasks at hand.'),(2309,62,'2006-07-06 14:43:23','Quick Step getting serious','TThe two leaders are at km 113 and their advantage is suddenly dropping to manageable levels. They are now but 9:35 ahead of the field, as the peloton seems to have ended its game of \"you get \'em,\" \"no you get \'em.
    \"'),(2310,62,'2006-07-06 14:44:57','Wegmann grabs that point!','Remember Fabian Wegmann? He\'s not giving up in the KOM contest. He snagged the remaining point on the top of the Cote du Buquet. He beat Pineau to the top.'),(2311,62,'2006-07-06 14:57:14','100km from the finish','The rain has started and the two leaders are 8:41 ahead of the main field.'),(2312,62,'2006-07-06 14:59:05','It\'s really pouring','The Quick Step boys are leading the peloton and they are getting drenched. Meanwhile, the two leaders are coming out of the very localized storm.'),(2313,62,'2006-07-06 15:05:40','rain eases up','The peloton is out of the worst of the rain. Word from the finish is that it\'s clear and sunny.'),(2314,62,'2006-07-06 15:17:00','The relegation','We\'ve received a number of questions regarding the relegation of Thor Hushovd. His infraction did not occur when his teammate Julian Dean crashed. The judges ruled that Hushovd took a bad line in the final turn. He denies it, but he has little chance to appeal that. He goes from fourth to 149th on the day. No time loss, but he misses out on the points he would have earned.'),(2315,62,'2006-07-06 15:18:14','Pineau gets the point','While the two leaders have grabbed the two top spots on the Cote de St. Gregorie, Pineau has beat De la Fuente and Wegmann to the top.'),(2316,62,'2006-07-06 15:24:06','Vansummeren','is jumping out for the remaining two points at the sprint mark at 80km to go. The Davitamon man is just grabbing them to deny them to Hushovd and other points contenders.'),(2317,62,'2006-07-06 15:25:51','The Gap','Vansummeren hits the sprint mark 6:45 behind the two leaders. The rain has stopped.'),(2318,62,'2006-07-06 15:31:21','A Question','Reader Doug Cannell asks why there is no team time trial this year. Man, you got us on that one. We\'re still trying to figure out why the UCI bagged the world championship and Olympic medal in the 100km four-man TTT. That was a great event. Anyway, the Tour simply opted not to include one this year. Indeed, there was a gap for a few years in which there were no TTTs at the Tour. We love the event, but hey... we don\'t run the thing, just report on it.'),(2319,62,'2006-07-06 15:31:47','The leaders','are 76km from the finish and their lead is down to 7:10.'),(2320,62,'2006-07-06 15:36:07','Exotic locales','Wow... what a little community we have here. We have viewers in South Africa, Tokyo, Sweden, Norway, Chicken Capitals of the Netherlands, Office cubicles all over the U.S.... a guy in a hospital bed recovering from a knee replacement (good on ya Marc J. Shaffer, get well soon!), a cop on patrol in Texas... We\'ll keep reading these and posting a few.'),(2321,62,'2006-07-06 15:40:04','Definition of relegation','We\'ve had a couple of notes asking about the actual effect of a \"relegation.\" When a riders is found to have sprinted in an unsafe fashion, he is relegated to the end of the group with which he finishes. That could be a small group or, as was the case yesterday, it could include nearly the entire field. Hushovd went from fourth to 149th place. The result is a loss of points, but there is no time penalty - except if you lose a spot that had earned a time bonus. Hushovd\'s GC position did not change, but he lost out on the sprinter\'s points for fourth.'),(2322,62,'2006-07-06 15:46:17','The village departe\'','We got a letter from reader Rick Lo:
    Dear VNInteractive,
    You see pictures of riders getting coffee and reading the paper before a stage. Is there a rider-only area at the start, or do riders wander into \"public\" areas?
    Thanks,
    Rick, what you see the riders relaxing in is the tour\'s Village Departe\', which is constructed every day at the start. All three major tours construct these fenced-off areas, to which entry is limited to riders and anyone holding an official pass - including reporters, support staff and \"VIPs\"'),(2323,62,'2006-07-06 15:48:19','The gap is coming down quickly','The leaders have crossed the day\'s last climb - the Cat. 4 Côte du Boulay - and have an advantage of less than six minutes.'),(2324,62,'2006-07-06 16:00:24','The rain is gone','The two leaders are 56km from the finish and are holding a lead of 5:27.'),(2325,62,'2006-07-06 16:02:00','A note from our friend','We got a note from VeloNews\'s Iraq correspondent, Major Jason Bryan:
    Don’t forget about your “captive†audience in Iraq, who would rather be in South Africa, Tokyo, Sweden, Norway, Chicken Capitals of the Netherlands, or an office cubicle in the US… however, I’d rather be here than in a hospital bed from a knee replacement.
    Nahhh Major, we didn\'t forget... And, hey, we even had someone check in from Wyoming!... who\'da thunk it?'),(2326,62,'2006-07-06 16:08:49','The peloton is speeding up','as they head toward the final intermediate sprint at the 50km to go mark. The two leaders are through there and they are about 5:00 ahead of the main field. We\'ll see who goes for the two points for third.'),(2327,62,'2006-07-06 16:09:07','The gap is at 4:55',''),(2328,62,'2006-07-06 16:12:30','Vansummeren','sneaks off the front to get the final two points.'),(2329,62,'2006-07-06 16:18:18','Chicken Capitals','Hey, apparently there is more than one chicken capital out there. Gainsville, Georgia makes claim of being the Chicken Capital of the World.... as do a couple of places in Arkansas... You guys sort this out amongst yourselves.'),(2330,62,'2006-07-06 16:21:03','Crash','There\'s been a crash at the back of the field. No one appears to be injured. The pace had been moderate in the main field, as the yellow jersey had been off at the side of the road, taking a \"natural break\" (is there an un-natural break?), so none of the guys caught out by the crash will catch up. Meanwhile the gap is still coming down. The two leaders are just 4:35 ahead of the field with 42km to go.'),(2331,62,'2006-07-06 16:25:00','Good question','
    I\'ve been following cycling for a few years now and have a question for you regarding the jerseys that the winners of the races wear. Does the organizations running the races bring leaders, points & KoM jerseys for every team? Or do they have some sort of set-up that allows them to produce the neccessary team logos onto the jerseys as needed?
    Chris Wright
    York, Maine
    \r\n\r\nThe Tour has a pretty nifty set-up which allows them to quickly add a team logo to the yellow, green, white and polka-dot jerseys. We\'ll try to get our guy Jason Sumner to snap a picture of that one of these days.'),(2332,62,'2006-07-06 16:33:43','35km to go','The gap is coming down, but the peloton will need to pick up the pace to pull these guys back. The two leaders are 3:58 ahead of the main field. The weather is quite moderate after today\'s rain storm.'),(2333,62,'2006-07-06 16:35:07','32km to go','The gap is 3:48.'),(2334,62,'2006-07-06 16:42:46','With 28km to go','Samuel Dumoulin (F), Ag2r Prevoyance, and Björn Schröder (G), Milram are 3:15 ahead of the field. The peloton is driving hard now, though. The Davitamon, Credit Agricole and Quick Step teams are driving the tempo. And they are quickly shrinking the gap.'),(2335,62,'2006-07-06 16:43:41','Like we said','The gap is coming down quickly. The leaders are at the 25km to go mark and the gap is 2:50.'),(2336,62,'2006-07-06 16:49:05','With 20km to go','The gap 2:29. We can expect a catch, but it\'s going to close.'),(2337,62,'2006-07-06 16:51:30','Cross- headwind','The wind is coming from the right side of the road... and it\'s fairly strong, but it has not yet broken the peloton into echelons. The two leaders are 2:11 ahead of the field as the peloton hits the 20km mark.'),(2338,62,'2006-07-06 16:53:36','With 16km to go','The gap is down to 2:00'),(2339,62,'2006-07-06 16:54:24','Crash!','Egoi Martinez (Discovery) fifth overall hits the deck'),(2340,62,'2006-07-06 16:54:00','He\'s still down.','He may get back up, but he\'s lost his spot on GC no matter what. '),(2341,62,'2006-07-06 16:56:36','Leaders 15km from the finish','The gap is 1:47. The Martinez crash, by the way, happened because he touched wheels with another rider as the field was splitting to avoid a traffic island.'),(2342,62,'2006-07-06 16:58:04','No word on Martinez','We\'re not sure if he\'s up yet. We\'ll update you ASAP. His crash involved just him and did not slow down the peloton for even a second.'),(2343,62,'2006-07-06 17:00:10','With 12km to go','the lead is 1:27.

    Martinez up and riding. He\'s hanging on to the medical car and being attended to.'),(2344,62,'2006-07-06 17:00:25','With 11km to go','The gap is 1:14'),(2345,62,'2006-07-06 17:04:45','With 10km to go','The two leaders are 1:03 ahead. Oh they\'re gonna get caught, but they are not giving up.'),(2346,62,'2006-07-06 17:05:30','48 seconds','The two leaders hare 8.5km from the finish and they have to be hoping for a miracle at this point.'),(2347,62,'2006-07-06 17:08:26','Split in the field','The Quick Steps have stepped it up so much, that the field has split, with 5km to go... the gap is down to 16 seconds.'),(2348,62,'2006-07-06 17:09:25','With 4km to go,','the gap is 11 seconds and the two men up front are looking over their shoulders.'),(2349,62,'2006-07-06 17:09:45','Seven seconds to go','They are within sight of the main field.'),(2350,62,'2006-07-06 17:10:44','Crash!','Another crash in the field. It was very close to the front of the field. Vansummeren and a CSC rider...'),(2351,62,'2006-07-06 17:11:23','With three km to go','The two leaders are caught. Maggy Backstedt is powering at the front of the field.'),(2352,62,'2006-07-06 17:11:42','2.5km to go,','Milram is driving hard at the front.'),(2353,62,'2006-07-06 17:12:20','2.0 km to go.','Liquigas is setting up for Paulini.'),(2354,62,'2006-07-06 17:12:50','Boonen, Zabel, McEwen','Are hovering near the front'),(2355,62,'2006-07-06 17:13:04','Under the banner','1 kilometer to go'),(2356,62,'2006-07-06 17:13:16','Zabel moving up....',''),(2357,62,'2006-07-06 17:13:44','McEwen gets a good leadout','Boonen goes'),(2358,62,'2006-07-06 17:14:42','Freire goes!','McEwen may have gone too early. Boonen and Freire fight it out for the win and the Rabobank man gets it.'),(2359,62,'2006-07-06 17:17:33','McEwen fifth',''),(2360,62,'2006-07-06 17:18:39','Boonen still in yellow','1. Oscar Freire (Sp), Rabobank
    2. Tom Boonen (B), Quick Step-Innergetic
    3. Inaki Isasi (Sp), Euskaltel-Euskadi.'),(2361,62,'2006-07-06 17:24:18','Martinez finishes at 1:17',''),(2362,63,'2006-07-07 13:25:44','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the sixth stage of the 2006 Tour de France, a relatively short 189km affair across the rolling hills of Normandy from Lisieux to Vitré.

    There\'s some initial fun with a visit to Camembert cheese country and a Cat. 3 hill at Vimoutiers that has a 13-percent pitch, but then the shorter (189km) stage settles into a series of long, straight, sometimes hilly highways across the open farmland of Normandy. Rolling hills precede the entry into Vitré, where the course loops around and through town to reach a slightly uphill finishing straight almost 2km long\r\n'),(2363,63,'2006-07-07 13:27:00','Weather','Today\'s weather is a little on the dicey side with sporadic rain showers predicted throughout the day. As you can see from the photos photographer Casey Gibson sent in earlier today, the sign-in was under a threatening sky... a threat that was carried out as the race got underway just a bit less than 30 minutes ago, at 1:00 p.m. local time.'),(2364,63,'2006-07-07 13:32:24','An early break','involving Guiseppe Guerini (T-Mobile), David Lopez Garcia (Euskaltel), Vincente Garcia Acosta (Caisse d\'Epargne), Stephane Auge (Cofidis) and good old Magnus Backstedt (Liquigas) has been hovering off the front, not really managing to get a lot of distance on the field. At 25km it looks like they are about to be caught.'),(2365,63,'2006-07-07 13:34:16','Backstedt back','As the leaders approach the summit of the day\'s only ranked climb, the Cat. 3 Cote de la Huniere, Backstedt has slipped off the back of the lead group... not exactly his favorite terrain.'),(2366,63,'2006-07-07 13:38:11','The lead group is falling apart','There have been others slipping back, leaving just Guerini and Lopez Garcia scamper over the climb for the top spots, but Jerome Pineau keeps his grip on the Polka-Dot jersey by shooting out of the peloton and snagging the third spot for two more points.'),(2367,63,'2006-07-07 13:45:16','The peloton is together at 34km','It begs the question if anyone will get the chance to sneak off the front today, or if we\'ll just see a well-patrolled peloton keeping tabs on anyone trying for a bit of TV time. The chasing efforts of the past few days did take a toll on the Quick Steps, Tom Boonen really wants a stage win and he may be running out of patience. (All of that is admittedly speculative and will be proved meaningless when three guys scoot off the front and get 15 minutes on the field)'),(2368,63,'2006-07-07 13:46:36','Attacks are continuing','There is no indication that the headbangers out there are giving up. There are plenty of attacks... none yet successful.'),(2369,63,'2006-07-07 13:49:30','Contest Reminder','Remember that we have a daily contest and it\'s quite easy to enter. All you have to do is hit the Daily Contest button on top of this page and submit one entry with a guess of who will win today\'s stage. We do not accept entries after the 10km-to-go mark, (which is why all of you who submitted Matthias Kessler\'s name starting at 5:11 p.m. didn\'t get to enter based on his victory at 5:10 p.m.)'),(2370,63,'2006-07-07 13:54:00','Weather still spotty','But the sun is coming out along the route. You can see the changes in conditions, by scrolling down and taking a look at the photos submitted by Casey Gibson today.

    Meanwhile the peloton has slowed as a few riders look for a place to rid themselves of this morning\'s coffee.'),(2372,63,'2006-07-07 13:57:00','Intermediate sprint','The peloton has reached the day\'s first sprint - at 46km - and the results are as follows

    1 . Benoit Vaugrenard (Francaise des Jeux) - 6pts and 0:06
    2. Stephane Auge (Cofidis) 4pts and 0:04
    3. Florent Brard (Caisse d\'Epargne) 2pts and 0:02

    We have to wait and see if this sprint will shake things up and allow a break to slide off the front.\r\n'),(2373,63,'2006-07-07 14:07:00','A break','And it has produced something of a break. We have 9 men off the front. Four of them - Benoit Vaugrenard (Francaise des Jeux), Stephane Auge (Cofidis), Christian Knees (Milram) and Florent Brard (Caisse d\'Epargne) - are being chased by another group of five. The leaders have about 45 seconds on the main field and the pursuers are out there in the middle. If we see nine men off the front, though, the peloton won\'t let that get too far up the road, we\'re certain.'),(2374,63,'2006-07-07 14:08:00','Chase group caught','Four of the five men in the chase group have been pulled back, with a Liquigas rider - we think it\'s Albasini - still chasing.'),(2375,63,'2006-07-07 14:09:00','It is Albasini','It is Michael Albasini (Liquigas) still chasing.... or rather was Albasini. He\'s caught.'),(2376,63,'2006-07-07 14:13:00','Gap is tiny','And a new chase group of nine suggests that we were right that the man in the yellow jersey isn\'t really in the mood to let anyone go. There are nine chasers... including Boonen. Any bets on the longevity of the break?'),(2377,63,'2006-07-07 14:17:53','The gaps','The four leaders have 20 seconds on the chase group and the yellow jersey group of nine - which includes some real horsepower in the form of Magnus Backstedt and Axel Merckx - is about 35 seconds ahead of the peloton. Now how cool would that be if we saw the yellow jersey go on the attack on a day like this?'),(2378,63,'2006-07-07 14:19:52','Three guesses as to what team is leading the peloton','Robbie McEwen\'s Davitamon Lotto team apparently disagrees with our assessment that it\'s \"cool\" to see the yellow jersey on the attack and is moving several riders to the front. The peloton is 45 seconds beihind the lead group and the chasers are closing in.'),(2379,63,'2006-07-07 14:20:43','At 61km','The Boonen group has caught the original break. The peloton is about 40 seconds back'),(2380,63,'2006-07-07 14:24:49','The leaders','Padrnos (Discovery)
    Sinkewitz (T-Mobile)
    Vaugrenard (Francaise des Jeux)
    Calzati (Ag2r)
    Quinziato (Liquigas)
    Lefevre (Bouyges Telecom)
    Geslin (Bouyges Telecom)
    Lefevre (Bouyges Telecom)
    Camano (Euskaltel)
    Auge (Cofidis)
    Wrolich (Gerolsteiner)
    Flecha (Rabobank)
    Merckx (Phonak)
    Boonen (Quick Step)
    Hushovd (Credit Agricole)
    Gilbert (Francaise des Jeux)
    Backstedt (Liquigas)
    '),(2381,63,'2006-07-07 14:25:50','They have a minute now','Looking at the list up there, it\'s obvious there\'s some real talent in the mix. It sure would be interesting to see these guys get some distance. '),(2382,63,'2006-07-07 14:28:49','CSC adding power to the chase','but the gap is now 1:40'),(2383,63,'2006-07-07 14:33:05','At 72km','The gap is at 1:30'),(2384,63,'2006-07-07 14:36:00','Dangerous group','We\'ve already said that the peloton has reason to be nervous, which is why Davitamon and CSC are throwing in a big effort right now, but look at just how dangerous this group is when you scan the overall standings:

    1. Tom Boonen (B), Quick Step-Innergetic
    \r\n5. Thor Hushovd (Nor), Credit Agricole, 00:19
    \r\n15. Patrik Sinkewitz (G), T-Mobile, 00:35
    \r\n24. Vaugrenard Benoít (F), Francaise des Jeux, 00:40
    \r\n34. Philippe Gilbert (B), Francaise des Jeux, 00:48
    \r\n41. Laurent Lefevre (F), Bouygues Telecom, 00:54
    \r\n45. Axel Merckx (B), Phonak, 00:56
    \r\n66. Pavel Padrnos (Cz), Discovery Channel, 01:09
    \r\n67. Iker Camano (Sp), Euskaltel-Euskadi, 01:10
    \r\n68. Sylvain Calzati (F), Ag2r Prevoyance, 01:10
    \r\n74. Anthony Geslin (F), Bouygues Telecom, 01:15
    \r\n85. Antonio Juan Antonio (Sp), Rabobank, 01:34
    \r\n109. Manuel Quinziato (I), Liquigas-Bianchi, 03:51
    \r\n142. Peter Wrolich (A), Gerolsteiner, 08:41
    \r\n143. Florent Brard (F), Caisse d\'Epargne-I.B., 08:47
    \r\n160. Stéphane Auge (F), Cofidis, 16:59
    \r\n171. Magnus Bäckstedt (Swe), Liquigas-Bianchi, 30:04
    \r\n'),(2385,63,'2006-07-07 14:39:38','Little cooperation','Of course some of these guys understand the hazard of trying a break when one of the guys in the group is wearing the yellow jersey. Magnus Backstedt (Liquigas), Anthony Geslin (Bouygues Telecom) and Florent Brard (Caisse d\'Epargne-I.B) are trying to work their way out of the lead group and have 15 seconds.'),(2386,63,'2006-07-07 14:41:08','Backstedt has 20 seconds','The peloton is coming up on the Boonen group quite quickly, but Backstedt and his two partners are adding to their lead little-by-little.'),(2387,63,'2006-07-07 14:46:03','More teams chasing','And the gap is coming down. The Boonen group is about to be absorbed. The Magnus Backstedt group is 20 seconds ahead of the Boonen group.'),(2388,63,'2006-07-07 14:48:33','Boonen and Co. caught','The yellow jersey is back in the fold. That leaves Magnus Backstedt (Liquigas), Anthony Geslin (Bouygues Telecom) and Florent Brard (Caisse d\'Epargne-I.B) about 20 to 25 seconds ahead of the field.'),(2389,63,'2006-07-07 14:52:05','Two minutes','Are they gonna let these guys go? Maybe for a while. The peloton seems happy to have brought Boonen back for the time being.'),(2390,63,'2006-07-07 14:54:00','At 86km','The peloton is now 2:40 behind the Backstedt group. It would be nice to see Backstedt take the stage... one reader - Mary Boyd in Georgia - has consistently voted for big Maggy to win a stage. She writes in today that she\'s too scared to make the pick today out of fear that she\'ll jinx the big Swede.'),(2391,63,'2006-07-07 14:58:36','With 97km to go','The three men up front are now 3:44 ahead of the main field. The weather is holding.'),(2392,63,'2006-07-07 15:03:27','Things have settled down a bit','After that frantic hour, the peloton has settled down. The next question is how long of a leash the sprinters\' teams will let the trio up front have. With less than 100km to go, they aren\'t likely to get more than five or six minutes.'),(2393,63,'2006-07-07 15:04:50','At the Feed Zone','With 92km to go, the gap is 4:12'),(2394,63,'2006-07-07 15:09:08','With 90km to go','The gap is 4:20. Andy Hood reports that the wind is picking up at the finish line and will be a headwind as the couse heads to the line. Yesterday\'s finish, too, was into a head wind. Do we favor Freire in the event of a field sprint then? Could be.'),(2395,63,'2006-07-07 15:16:09','With 85km','The gap is now at 4:45.'),(2396,63,'2006-07-07 15:25:28','SPRUNGGGGG!!!','It looks like the leash is about five minutes long. The CSC and Quick Step teams are working up front. It looks like Stuart O\'Grady is putting in some work at the front. He\'s looking pretty good for a guy with a cracked vertabra. Tough guy, eh?'),(2397,63,'2006-07-07 15:31:37','With 73km to go','The gap is coming down and it\'s now 4:29.'),(2398,63,'2006-07-07 15:40:07','With 67km remaining,','the three leaders are just 4:00 up on the main field.'),(2399,63,'2006-07-07 15:41:42','Sacchi','We forgot to mention earlier in the day that the peloton is down to 171 riders. Milram\'s Fabio Sacchi is suffering from bronchitis and did not start today.'),(2400,63,'2006-07-07 15:43:09','Chase is on','The gap is dropping fast and Backstedt and crew have but 3:40 on the main field at the 65km to go mark. None of these guys counts as a GC threat, but Boonen and other sprinters aren\'t worried about that. They want a stage win.'),(2401,63,'2006-07-07 15:50:51','At 60km to go','The peloton is at 3:25. The peloton is clearly serious about the chase. '),(2402,63,'2006-07-07 15:57:16','Birthday','Erik Zabel turns 36 today. He\'d be happy to take the stage today.'),(2403,63,'2006-07-07 16:00:02','Gap is holding','The three leaders are 54km from the finish and remain just around 3:30 ahead of the field. Davitamon has moved Vansummeren up front to lend a hand.'),(2404,63,'2006-07-07 16:05:40','Big mix up front','Credit Agricole, Quick Step, Rabobank and Davitamon are all lending a hand in the chase.'),(2405,63,'2006-07-07 16:07:06','With 48km to go','The gap is down to 3:10'),(2406,63,'2006-07-07 16:14:51','43km to go','The gap is down to 2:36 and the likelyhood of survival is down to almost nuthin\'\r\n'),(2407,63,'2006-07-07 16:20:56','2:00','With 38km remaining, the gap is down to 2:00.'),(2408,63,'2006-07-07 16:23:51','36km to go','The peloton is stretched out in single-file and the gap is 1:50.'),(2409,63,'2006-07-07 16:26:00','With 35km remaining','The gap is shrinking fast. The winds are picking up - coming from the right side of the road making a strong cross-headwind. The gap is down to 1:45. What is that singing we hear in the background?'),(2410,63,'2006-07-07 16:28:13','With 33km to go','The peloton is charging hard. The gap is now 1:35. Backstedt - who is a great guy to draft off of in these winds - is looking a bit on the tired side.\r\n'),(2411,63,'2006-07-07 16:29:47','The leaders','are within sight of the peloton. The roads are straight and the gap is now less than 90 seconds.'),(2412,63,'2006-07-07 16:30:24','With 30km to go','The gap is 1:24'),(2413,63,'2006-07-07 16:31:45','With the day\'s final intermediate sprint','coming up, the chase may ease off for a bit, in order to neutralize the impact on the points race. The gap is at 1:24'),(2414,63,'2006-07-07 16:35:00','The three leaders are at the sprint','Not that they\'re sprinting, but the passage of that one means that the chase will resume and we expect the trio up front to be pulled back in soon.'),(2415,63,'2006-07-07 16:40:28','With 24km to go','The gap is coming down again. The three men are 1:09 ahead of the field.'),(2416,63,'2006-07-07 16:43:27','The chase is easing up a bit','The work is falling to Quick Step, but the gap is now just around a minute.'),(2417,63,'2006-07-07 16:44:25','With 20km to go','The gap is 1:01'),(2418,63,'2006-07-07 16:48:48','With 17km to go','The gap is holding at a minute.'),(2419,63,'2006-07-07 16:51:27','With 15km to go','The gap is now under a minute at 58 seconds.'),(2420,63,'2006-07-07 16:52:00','0:52',''),(2421,63,'2006-07-07 16:53:17','Well-timed','The peloton is picking up the pace again and it looks like the three leaders will be caught within the next five or six km.'),(2422,63,'2006-07-07 16:55:30','With 12km to go','The gap is 34 seconds'),(2423,63,'2006-07-07 16:56:20','11km to go','and the gap is at 28 seconds.... the weather is turning bad, too.'),(2424,63,'2006-07-07 16:57:33','10km to go','Our three leaders are 10km from the finish and they are 26 seconds ahead of the peloton. It\'s not raining yet, but it is threatening to.'),(2425,63,'2006-07-07 16:57:48','9.5km to go','The time gap is 20 seconds.'),(2426,63,'2006-07-07 16:58:38','All the cars are out of the way','Just a couple of motorcycles - one of which is carrying our guy Jason Sumner. The gap is 19 seconds with 8.5km to go'),(2427,63,'2006-07-07 16:59:47','7.5km to go','The chase is hard. The gap is 16 seconds.'),(2428,63,'2006-07-07 17:00:47','The gap','is a tiny 13 seconds, but these guys are not giving up.'),(2429,63,'2006-07-07 17:01:20','Lampre throwing in','and the gap is seven seconds...'),(2430,63,'2006-07-07 17:01:53','6.5km to go','The pack is closing in fast.'),(2431,63,'2006-07-07 17:02:58','Traffic circles','slowed the peloton a bit, but the catch appears to inevitable'),(2432,63,'2006-07-07 17:03:23','Five kilometers to go','and....

    '),(2433,63,'2006-07-07 17:04:33','Did he sing to soon?','The trio have held them off for another kilometer, but they\'re caught.\r\n'),(2434,63,'2006-07-07 17:05:22','Quick Step and Lampre are driving at the front',''),(2435,63,'2006-07-07 17:05:46','2.9km','Lampre is driving hard'),(2436,63,'2006-07-07 17:06:32','Lots of turns and narrow roads','So far, the peloton is so stretched out that there have been no crashes.'),(2437,63,'2006-07-07 17:06:41','Two kilometers to go',''),(2438,63,'2006-07-07 17:07:31','Lampre','Is still driving hard, as Boonen and McEwen are hovering in good position.'),(2439,63,'2006-07-07 17:07:42','1km to go',''),(2440,63,'2006-07-07 17:08:00','McEwen is not in a good position','As Boonen\'s team takes over at the front.'),(2441,63,'2006-07-07 17:08:15','Zabel on Boonen\'s wheel',''),(2442,63,'2006-07-07 17:08:00','McEwen rushing up','That\'s a pretty late move, though.'),(2443,63,'2006-07-07 17:09:00','Where the @#$% did he come from???','McEwen comes out of nowhere with a GREAT leadout from Gert Steegmans!'),(2444,63,'2006-07-07 17:19:00','Stage Results:','1. Robbie Mc Ewen (Aus), Davitamon-Lotto
    \r\n2. Daniele Bennati (I), Lampre, 00:00
    \r\n3. Tom Boonen (B), Quick Step-Innergetic, 00:00
    \r\n4. Bernhard Eisel (A), Francaise des Jeux, 00:00
    \r\n5. Thor Hushovd (Nor), Credit Agricole, 00:00
    \r\n6. Oscar Freire (Sp), Rabobank, 00:00
    \r\n7. Erik Zabel (G), Milram, 00:00
    \r\n8. Luca Paolini (I), Liquigas-Bianchi, 00:00
    \r\n9. Gert Steegmans (B), Davitamon-Lotto, 00:00
    \r\n10. Inaki Isasi (Sp), Euskaltel-Euskadi, 00:00
    \r\n'),(2445,63,'2006-07-07 17:20:00','Overall:','
    1. Tom Boonen (B), Quick Step-Innergetic
    \r\n2. Robbie Mc Ewen (Aus), Davitamon-Lotto, 00:12
    \r\n3. Michael Rogers (Aus), T-Mobile, 00:21
    \r\n4. Oscar Freire (Sp), Rabobank, 00:25
    \r\n5. George Hincapie (USA), Discovery Channel, 00:25
    \r\n6. Thor Hushovd (Nor), Credit Agricole, 00:27
    \r\n7. Paolo Savoldelli (I), Discovery Channel, 00:35
    \r\n8. Floyd Landis (USA), Phonak, 00:36
    \r\n9. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 00:37
    \r\n\r\n'),(2446,64,'2006-07-08 14:46:00','Good day and welcome ...','And welcome to VeloNews.com\'s Live Coverage of the seventh stage of the 2006 Tour de France, a 52km individual time trial from St. Grégoire to Rennes, the site of Greg LeMond\'s critical 1989 victory in a much longer time trial (73km TT from Dinard), marking the turning point in his effort to recover from that debilitating late 1986 hunting accident, which many say cost him at least tour wins (1987 and 1988).

    This is 2006, however, and the dynamic is quite different in this this Tour. There are only a couple of podium finishers in the mix - Bobby Julich and Andreas Kloden - and no clear favorites out there. This is the first opportunity for this year\'s winner to throw down the gauntlet. With a week of racing in their legs, the GC contenders finally get their day in the sun with this critical individual effort. The counterclockwise circuit has two distinct halves: narrow, hilly back roads at first and long, straight flat highways at the end. The final 15km are likely to be very fast with a tail wind.\r\n'),(2447,64,'2006-07-08 15:03:00','Top five','With 93 of 170 riders finished, Gerolsteiner\'s Sebastian Lang is on top of the leader board:

    1. Sebastian Lang (G), Gerolsteiner, 01:02:47
    \r\n2. Gustav Larsson (Swe), Francaise des Jeux, 01:03:17
    \r\n3. Joost Posthuma (Nl), Rabobank, 01:03:28
    \r\n4. Hugo Victor Hugo (Col), Phonak, 01:03:52
    \r\n5. Bert Grabsch (G), Phonak, 01:04:21
    \r\n'),(2448,64,'2006-07-08 15:07:07','Contest Reminder','We are, once again, offering our Daily Contest today. Remember that our Time Trial Rules are slightly different:

    • Hit the Daily Contest button atop the page.
    • Send in your choice of who will win today\'s time trial, along with the time you think he\'ll turn in, and include both in the subject line of your e-mail.
    • We will not accept entries once any of the final 20 riders starts today\'s time trial.
    '),(2449,64,'2006-07-08 15:08:00','Brochard','The now-mullet-free Laurent Brochard, former world champion is on his way.'),(2450,64,'2006-07-08 15:11:00','Lang still tops','Sebastian Lang still tops the leader board, but there are plenty of riders left to ride.

    Keep\r\nTrack of Standings'),(2451,64,'2006-07-08 15:19:52','The guys we will be watching','The top contnenders will be taking off in the following order:

    Christian Vandevelde (USA), CSC, 3:42
    \r\nYaroslav Popovych (Ukr), Discovery Channel, 3:44
    \r\nEddy Mazzoleni (I), T-Mobile, 3:46
    \r\nBobby Julich (USA), CSC, 3:48
    \r\nCyril Dessel (F), Ag2r Prevoyance, 3:50
    \r\nMarcus Fothen (G), Gerolsteiner, 3:52
    \r\nKlöden Andréas (G), T-Mobile, 3:54
    \r\nDavid Zabriskie (USA), CSC, 3:56
    \r\nPatrik Sinkewitz (G), T-Mobile, 3:58
    \r\nVaugrenard Benoít (F), Francaise des Jeux, 4:00
    \r\nDavid Millar (GB), Saunier Duval, 4:02
    \r\nChristophe Moreau (F), Ag2r Prevoyance, 4:04
    \r\nCadel Evans (Aus), Davitamon-Lotto, 4:06
    \r\nMatthias Kessler (G), T-Mobile, 4:08
    \r\nSerhiy Honchar (Ukr), T-Mobile, 4:10
    \r\nVladimir Karpets (Rus), Caisse d\'Epargne-I.B., 4:12
    \r\nFloyd Landis (USA), Phonak, 4:14
    \r\nPaolo Savoldelli (I), Discovery Channel, 4:16
    \r\nThor Hushovd (Nor), Credit Agricole, 4:18
    \r\nGeorge Hincapie (USA), Discovery Channel, 4:20
    \r\nOscar Freire (Sp), Rabobank, 4:22
    \r\nMichael Rogers (Aus), T-Mobile, 4:24
    \r\nRobbie Mc Ewen (Aus), Davitamon-Lotto, 4:26
    \r\nTom Boonen (B), Quick Step-Innergetic, 4:28
    '),(2452,64,'2006-07-08 15:21:37','Iban May','Looks like he\'s shaken off those two crashes he\'s had this week. Word from Euskaltel is that he\'s feeling good and turning in a reasonable time.'),(2453,64,'2006-07-08 15:27:38','Zabel','Milram\'s Zabel is on route. He had his 36th birthday yesterday, but had a bigger celebration the day before, as his 12-year-old son earned his first victory in a bike race. Good genes no doubt. Remember, Zabel has six green jerseys to his credit.'),(2454,64,'2006-07-08 15:32:43','Tour v. ProTour?','News today is that the Tour, other ASO productions, the Giro and the Vuelta will not be part of the ProTour in \'07.

    The Tour de France will not be part of cycling\'s ProTour series, the race chairman said Saturday.

    Patrice Clerc suggested that the Tours of Italy and Spain would follow suit, creating a schism between the sport\'s three premier races and its governing body, the UCI, which organizes the ProTour.

    \"We do not want this ProTour system,\" said Clerc, chairman of the company that runs the Tour de France. \"There will be no more discussions.\"

    The Tour and the UCI have long been at odds over the workings of the ProTour. Clerc criticized the ProTour as \"solely commercial\" and said that the UCI had refused a compromise to try to narrow their differences.

    \"We will not be in the ProTour,\" he said. \"We will no longer discuss the ProTour. It is finished.\"

    Clerc said organizers of the Tours of Spain and Italy are \"perfectly aligned with my declarations.\"

    He did not say how the Tour de France and the other tours might organize themselves now or whether they would create their own separate calendar of races.\r\n'),(2455,64,'2006-07-08 15:34:51','Simoni on the road','Gilberto Simoni is on the Tour de France. We could expect a lot from him at this Tour... especially now that his arch-rival Ivan Basso isn\'t here.'),(2456,64,'2006-07-08 15:38:00','Top Ten','While this is bound to change, here are the current top 10:
    1. Sebastian Lang (G), Gerolsteiner, 01:02:47
    \r\n2. Gustav Larsson (Swe), Francaise des Jeux, 01:03:17
    \r\n3. Joost Posthuma (Nl), Rabobank, 01:03:28
    \r\n4. Hugo Victor Hugo (Col), Phonak, 01:03:52
    \r\n5. Bert Grabsch (G), Phonak, 01:04:21
    \r\n6. Viatceslav Ekimov (Rus), Discovery Channel, 01:04:23
    \r\n7. Sylvain Chavanel (F), Cofidis, 01:04:49
    \r\n8. Bradley Wiggins (GB), Cofidis, 01:04:53
    \r\n9. Egoi Martinez (Sp), Discovery Channel, 01:04:56
    \r\n10. Andriy Grivko (Ukr), Milram, 01:04:58

    Keep\r\nTrack of Standings'),(2457,64,'2006-07-08 15:43:00','Now come the biggies','Levi Leipheimer, who has to be considered a podium favorite, is on the road.
    Meanwhile Iban Mayo finishes the day with the 38th best time so far.'),(2458,64,'2006-07-08 15:49:22','At 16.5km','Sastre (CSC) sets a new best time at the first time check. Meanwhile, his teammate, Bobby Julich has started.'),(2459,64,'2006-07-08 15:55:03','Menchov at 16.5km','2005 Vuelta winner Denis Menchov has set a new standard - 20:07 - at the first time check\r\n'),(2460,64,'2006-07-08 15:55:25','Julich has Crashed!',''),(2461,64,'2006-07-08 15:56:46','Bobby Julich has hit the deck','It was in 1999 that Bobby Julich crashed out of the Tour at the time trial in Metz. He\'s hurt and it looks doubtful that he will not be getting back up. We\'ll report on his condition. '),(2462,64,'2006-07-08 15:57:42','Ambulance for Julich','It looks like Bobby Julich will be out of the Tour. Meanwhile, his teammate David Zabriskie is on his way.'),(2463,64,'2006-07-08 16:04:12','Millar','The man who had the World Time Trial title pulled from him after a doping confession, David Millar (Saunier Duval) is on the road.'),(2464,64,'2006-07-08 16:05:13','Leipheimer at 16.5km?','The Gerolsteiner man is not riding well, 61st at the first time check, 1:32 slower than Menchov'),(2465,64,'2006-07-08 16:06:25','Vande Velde','Is 11th at the first time check... 35 seconds off of Menchov\'s time.

    Meanwhile, there is now change in the final times.'),(2466,64,'2006-07-08 16:07:18','Cadel Evans','Davitamon Lotto\'s GC man is on the road.'),(2467,64,'2006-07-08 16:09:44','Matthias Kessler','Has started. We have ten riders remaining.'),(2468,64,'2006-07-08 16:14:00','Lang still tops','With 130 riders in to the finish, Lang still tops the leader board.'),(2469,64,'2006-07-08 16:15:30','Landis on the road','This could be good.'),(2470,64,'2006-07-08 16:17:34','Menchov','The \'05 Vuelta winner sets a new best time at Check Mark No. 2, but Andreas Kloden just set a new best time at Check Point No.1 - 19:57. Zabriskie will be coming up soon, as Paolo Savoldelli starts for Discovery.'),(2471,64,'2006-07-08 16:19:00','World Time Trial Champion coming up','Michael Rogers - currently third on GC - is approaching the start house... still getting ready and warming up. Zabriskie hits the first time check, 15 seconds off of Kloden\'s pace.'),(2472,64,'2006-07-08 16:22:22','Hincapie on his way','George Hincapie is on his way. Fifth overall, coming up are Oscar Freire, Michael Rogers, Robbie McEwen and Tom Boonen.'),(2473,64,'2006-07-08 16:26:00','Rogers on his way','The odds are good that he will be catching Oscar Freire, a strong sprinter, but not an exceptional time trialist.'),(2474,64,'2006-07-08 16:27:00','McEwen in the start house','Robbie McEwen - in the green points jersey - is waiting to start.'),(2475,64,'2006-07-08 16:29:00','Boonen off!','Yellow jersey holder, Tom Boonen, is waiting in the start house. It might be interesting to see if Boonen actually catches McEwen. He\'s not the best in the world, but he\'s a much better time trialist than McEwen and he has the yellow jersey'),(2476,64,'2006-07-08 16:32:33','Time Check No. 1','These are the current top spots at time check No. 1, but we still have some real biggies out on the road

    1. Klöden Andréas (G), T-Mobile, 00:19:59
    \r\n2. Marcus Fothen (G), Gerolsteiner, 00:20:06
    \r\n3. Denis Menchov (Rus), Rabobank, 00:20:07
    \r\n4. Patrik Sinkewitz (G), T-Mobile, 00:20:07
    \r\n5. David Zabriskie (USA), CSC, 00:20:14
    \r\n6. Eddy Mazzoleni (I), T-Mobile, 00:20:14
    \r\n7. Cadel Evans (Aus), Davitamon-Lotto, 00:20:14
    \r\n8. Carlos Sastre (Sp), CSC, 00:20:22
    \r\n9. Christophe Moreau (F), Ag2r Prevoyance, 00:20:24
    \r\n
    '),(2477,64,'2006-07-08 16:34:21','That\'s weird','Christian Vande Velde has caught his two-minute man: Levi Leipheimer, who has crossed through the second time check more than three minutes down on Menchov\'s time.'),(2478,64,'2006-07-08 16:37:00','Landis on the road','But word is that he has had a flat... still he\'s riding well and second best at time check No. 1, trailing Serhiy Honchar by 17 seconds and a small bit ahead of Kloden.

    1. Serhiy Honchar (Ukr), T-Mobile, 00:19:37
    \r\n2. Floyd Landis (USA), Phonak, 00:19:54
    \r\n3. Klöden Andréas (G), T-Mobile, 00:19:59
    \r\n4. Marcus Fothen (G), Gerolsteiner, 00:20:06
    \r\n5. Denis Menchov (Rus), Rabobank, 00:20:07
    \r\n6. Patrik Sinkewitz (G), T-Mobile, 00:20:07
    \r\n7. David Zabriskie (USA), CSC, 00:20:14
    \r\n8. Eddy Mazzoleni (I), T-Mobile, 00:20:14
    \r\n9. Cadel Evans (Aus), Davitamon-Lotto, 00:20:14
    \r\n10. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 00:20:18
    \r\n
    '),(2479,64,'2006-07-08 16:43:08','Zabriskie','is ninth best at time check No. 2.'),(2480,64,'2006-07-08 16:44:13','Hincapie','At time check No. 1, Hincapie has reached time check No. 1 52 seconds off of Honchar\'s pace.'),(2481,64,'2006-07-08 16:45:28','Popovych','Is only 19th best at the first time check, slower even than Hincapie.'),(2482,64,'2006-07-08 16:46:14','Sebastian Lang','Is still atop the leader board at the finish.'),(2483,64,'2006-07-08 16:48:15','Rogers','is at check No. 1 in 13th place. Hincapie, meanwhile, catches former U-23 TT champion, Thor Hushovd, his two minute man.'),(2484,64,'2006-07-08 16:48:52','Christian Vande Velde','Who caught and passed Leipheimer has finished with the 16th best of the day.'),(2485,64,'2006-07-08 16:49:43','Leipheimer at the finish','1:07:49 - more than five minutes off of the day\'s faster times. What up with that?'),(2486,64,'2006-07-08 16:55:55','Final times from Time Check No.1','Everyone is through Time Check No. 1

    1. Serhiy Honchar (Ukr), T-Mobile, 00:19:37
    \r\n2. Floyd Landis (USA), Phonak, 00:19:54
    \r\n3. Klöden Andréas (G), T-Mobile, 00:19:59
    \r\n4. Marcus Fothen (G), Gerolsteiner, 00:20:06
    \r\n5. Denis Menchov (Rus), Rabobank, 00:20:07
    \r\n6. Patrik Sinkewitz (G), T-Mobile, 00:20:07
    \r\n7. David Zabriskie (USA), CSC, 00:20:14
    \r\n8. Eddy Mazzoleni (I), T-Mobile, 00:20:14
    \r\n9. Cadel Evans (Aus), Davitamon-Lotto, 00:20:14
    \r\n10. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 00:20:18
    \r\n11. Paolo Savoldelli (I), Discovery Channel, 00:20:21
    \r\n
    '),(2487,64,'2006-07-08 16:56:00','Honchar is flying','Honchar is setting a new top time at time check No. 2

    1. Serhiy Honchar (Ukr), T-Mobile, 00:43:50
    \r\n2. Denis Menchov (Rus), Rabobank, 00:44:53
    \r\n3. Gustav Larsson (Swe), Francaise des Jeux, 00:44:53
    \r\n4. Sebastian Lang (G), Gerolsteiner, 00:45:00
    \r\n5. Klöden Andréas (G), T-Mobile, 00:45:05
    \r\n
    '),(2488,64,'2006-07-08 16:58:00','Zabriskie in 8th spot at No.3','At the third time check, Dave Zabriskie (CSC) comes through with the 8th-best time at that mark.'),(2489,64,'2006-07-08 17:01:33','Landis','Comes through time check No. 2, with the second best time, but he\'s some 40 seconds off of the pace of Honchar.

    Zabriskie finishes with the seventh-best time of the day, so far.'),(2490,64,'2006-07-08 17:07:44','Hincapie at No.2 check','Hincapie comes through the second time check some 2:00 off of Honchar\'s time, 25th best.'),(2491,64,'2006-07-08 17:08:37','At the finish','The current top ten at the finish1. Sebastian Lang (G), Gerolsteiner, 01:02:47
    \r\n2. Gustav Larsson (Swe), Francaise des Jeux, 01:03:17
    \r\n3. Patrik Sinkewitz (G), T-Mobile, 01:03:22
    \r\n4. Marcus Fothen (G), Gerolsteiner, 01:03:25
    \r\n5. Klöden Andréas (G), T-Mobile, 01:03:26
    \r\n6. Denis Menchov (Rus), Rabobank, 01:03:27
    \r\n7. Joost Posthuma (Nl), Rabobank, 01:03:28
    \r\n8. David Zabriskie (USA), CSC, 01:03:40
    \r\n9. Eddy Mazzoleni (I), T-Mobile, 01:03:48
    \r\n10. Hugo Victor Hugo (Col), Phonak, 01:03:52
    \r\n11. Carlos Sastre (Sp), CSC, 01:03:54
    \r\n12. Lövkvist Thomas (Swe), Francaise des Jeux, 01:04:19
    \r\n13. Bert Grabsch (G), Phonak, 01:04:21
    \r\n14. Viatceslav Ekimov (Rus), Discovery Channel, 01:04:23
    \r\n15. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., 01:04:24
    \r\n16. Didier Rous (F), Bouygues Telecom, 01:04:34
    \r\n17. Rubiera José Luis (Sp), Discovery Channel, 01:04:49
    \r\n18. Sylvain Chavanel (F), Cofidis, 01:04:49
    \r\n19. Bradley Wiggins (GB), Cofidis, 01:04:53
    \r\n20. Egoi Martinez (Sp), Discovery Channel, 01:04:56
    \r\n21. Christian Vandevelde (USA), CSC, 01:04:57
    \r\n22. Andriy Grivko (Ukr), Milram, 01:04:58
    \r\n23. Yaroslav Popovych (Ukr), Discovery Channel, 01:05:00
    \r\n24. Mikel Astarloza (Sp), Ag2r Prevoyance, 01:05:01
    \r\n25. Giuseppe Guerini (I), T-Mobile, 01:05:03
    \r\n26. Sandy Casar (F), Francaise des Jeux, 01:05:11
    \r\n27. Haimar Zubeldia (Sp), Euskaltel-Euskadi, 01:05:15
    \r\n28. Cyril Dessel (F), Ag2r Prevoyance, 01:05:25
    \r\n29. Marzio Bruseghin (I), Lampre, 01:05:26
    \r\n30. Alessandro Ballan (I), Lampre, 01:05:32
    \r\n31. Azevedo José (P), Discovery Channel, 01:05:38
    \r\n32. Ronny Scholz (G), Gerolsteiner, 01:05:40
    \r\n33. Georg Totschnig (A), Gerolsteiner, 01:05:43
    \r\n34. Pavel Padrnos (Cz), Discovery Channel, 01:05:45
    \r\n35. Thomas Voeckler (F), Bouygues Telecom, 01:05:47
    \r\n36. Christian Knees (G), Milram, 01:05:54
    \r\n37. Christopher Horner (USA), Davitamon-Lotto, 01:05:57
    \r\n38. Magnus Backstedt (Swe), Liquigas-Bianchi, 01:05:58
    \r\n39. Pineau Jérôme (F), Bouygues Telecom, 01:06:02
    \r\n40. Pierrick Fedrigo (F), Bouygues Telecom, 01:06:02
    \r\n41. Axel Merckx (B), Phonak, 01:06:02
    \r\n42. Daniele Bennati (I), Lampre, 01:06:07
    \r\n43. Xabier Zandio (Sp), Caisse d\'Epargne-I.B., 01:06:08
    \r\n44. Vicente Garcia Acosta (Sp), Caisse d\'Epargne-I.B., 01:06:10
    \r\n45. Cristian Moreni (I), Cofidis, 01:06:12
    \r\n46. Koos Moerenhout (Nl), Phonak, 01:06:18
    \r\n47. Laurent Lefevre (F), Bouygues Telecom, 01:06:18
    \r\n48. Fabian Wegmann (G), Gerolsteiner, 01:06:22
    \r\n49. Rujano José (Vz), Quick Step-Innergetic, 01:06:36
    \r\n50. Riccardo Ricco (I), Saunier Duval, 01:06:37
    \r\n51. Gomez Marchante Jose Angel (Sp), Saunier Duval, 01:06:37
    \r\n52. Bram De Groot (Nl), Rabobank, 01:06:38
    \r\n53. Ramiro Ivan Ramiro (Col), Cofidis, 01:06:43
    \r\n54. Michael Boogerd (Nl), Rabobank, 01:06:48
    \r\n55. Nicolas Portal (F), Caisse d\'Epargne-I.B., 01:06:48
    \r\n56. Christophe Brandt (B), Davitamon-Lotto, 01:06:53
    \r\n57. Francisco Ventoso (Sp), Saunier Duval, 01:06:55
    \r\n58. Tadej Valjavec (SLO), Lampre, 01:06:56
    \r\n59. Patxi Vila Errandonea (Sp), Lampre, 01:06:57
    \r\n60. Frank Schleck (Lux), CSC, 01:06:59
    \r\n61. Laurent Brochard (F), Bouygues Telecom, 01:07:00
    \r\n62. Stefano Garzelli (I), Liquigas-Bianchi, 01:07:01
    \r\n63. Gilberto Simoni (I), Saunier Duval, 01:07:02
    \r\n64. Michael Albasini (Swi), Liquigas-Bianchi, 01:07:04
    \r\n65. Matthieu Sprick (F), Bouygues Telecom, 01:07:10
    \r\n66. Maxim Iglinskiy (Kaz), Milram, 01:07:11
    \r\n67. Mario Aerts (B), Davitamon-Lotto, 01:07:11
    \r\n68. Miguel Juan Miguel (Sp), Agritubel, 01:07:11
    \r\n69. Johan Vansummeren (B), Davitamon-Lotto, 01:07:15
    \r\n70. Iban Mayo (Sp), Euskaltel-Euskadi, 01:07:20
    \r\n71. David Arroyo (Sp), Caisse d\'Epargne-I.B., 01:07:22
    \r\n72. Ralf Grabsch (G), Milram, 01:07:24
    \r\n73. David Canada (Sp), Saunier Duval, 01:07:25
    \r\n74. Carlos Da Cruz (F), Francaise des Jeux, 01:07:26
    \r\n75. Iker Camano (Sp), Euskaltel-Euskadi, 01:07:26
    \r\n76. Simon Gerrans (Aus), Ag2r Prevoyance, 01:07:27
    \r\n77. Martin Perdiguero M.angel (Sp), Phonak, 01:07:28
    \r\n78. Rik Verbrugghe (B), Cofidis, 01:07:30
    \r\n79. Nicolas Jalabert (F), Phonak, 01:07:34
    \r\n80. Giovanni Lombardi (I), CSC, 01:07:39
    \r\n81. Mirko Celestino (I), Milram, 01:07:41
    \r\n82. Gorka Verdugo (Sp), Euskaltel-Euskadi, 01:07:43
    \r\n83. Samuel Plouhinec (F), Agritubel, 01:07:48
    \r\n84. Levi Leipheimer (USA), Gerolsteiner, 01:07:49
    \r\n85. Alexandre Botcharov (Rus), Credit Agricole, 01:07:50
    \r\n86. O’grady Stuart (Aus), CSC, 01:07:51
    \r\n87. Martinez José Alberto (Sp), Agritubel, 01:07:54
    \r\n88. Walter Beneteau (F), Bouygues Telecom, 01:07:55
    \r\n89. Luis Jose Luis (Sp), Ag2r Prevoyance, 01:07:55
    \r\n90. Alexandre Moos (Swi), Phonak, 01:07:58
    \r\n91. Stephane Goubert (F), Ag2r Prevoyance, 01:07:59
    \r\n92. David Moncoutie (F), Cofidis, 01:08:03
    \r\n93. Inigo Landaluze (Sp), Euskaltel-Euskadi, 01:08:05
    \r\n94. Damiano Cunego (I), Lampre, 01:08:06
    \r\n95. Christophe Le Mevel (F), Credit Agricole, 01:08:07
    \r\n96. Ruben Lobato (Sp), Saunier Duval, 01:08:07
    \r\n97. Anthony Charteau (F), Credit Agricole, 01:08:10
    \r\n98. Robert Hunter (RSA), Phonak, 01:08:11
    \r\n99. Jimmy Engoulvent (F), Credit Agricole, 01:08:12
    \r\n100. Paolo Tiralongo (I), Lampre, 01:08:13
    \r\n101. Mickael Rasmussen (Dk), Rabobank, 01:08:13
    \r\n102. Sylvain Calzati (F), Ag2r Prevoyance, 01:08:14
    \r\n103. Schröder Björn (G), Milram, 01:08:15
    \r\n104. Vasseur Cédric (F), Quick Step-Innergetic, 01:08:18
    \r\n105. Florent Brard (F), Caisse d\'Epargne-I.B., 01:08:18
    \r\n106. Pietro Caucchioli (I), Credit Agricole, 01:08:21
    \r\n107. Christophe Mengin (F), Francaise des Jeux, 01:08:21
    \r\n108. Moises Duenas Nevado (Sp), Agritubel, 01:08:22
    \r\n109. David De La Fuente (Sp), Saunier Duval, 01:08:23
    \r\n110. Christophe Laurent (F), Agritubel, 01:08:24
    \r\n111. Salvatore Commesso (I), Lampre, 01:08:24
    \r\n112. Erik Zabel (G), Milram, 01:08:25
    \r\n113. Anthony Geslin (F), Bouygues Telecom, 01:08:26
    \r\n114. Marco Velo (I), Milram, 01:08:28
    \r\n115. Daniele Righi (I), Lampre, 01:08:29
    \r\n116. Arnaud Coyot (F), Cofidis, 01:08:31
    \r\n117. Benjamin Noval Gonzalez (Sp), Discovery Channel, 01:08:35
    \r\n118. Matej Mugerli (SLO), Liquigas-Bianchi, 01:08:36
    \r\n119. Steven De Jongh (Nl), Quick Step-Innergetic, 01:08:36
    \r\n120. Carlström Kjell (FIN), Liquigas-Bianchi, 01:08:40
    \r\n121. Filippo Pozzato (I), Quick Step-Innergetic, 01:08:47
    \r\n122. Patrice Halgand (F), Credit Agricole, 01:08:47
    \r\n123. Manuel Juan Manuel (Sp), Quick Step-Innergetic, 01:09:04
    \r\n124. Gert Steegmans (B), Davitamon-Lotto, 01:09:07
    \r\n125. David Kopp (G), Gerolsteiner, 01:09:08
    \r\n126. Pieter Weening (Nl), Rabobank, 01:09:14
    \r\n127. David Lopez Garcia (Sp), Euskaltel-Euskadi, 01:09:14
    \r\n128. Wilfried Cretskens (B), Quick Step-Innergetic, 01:09:14
    \r\n129. Benoit Salmon (F), Agritubel, 01:09:19
    \r\n130. Joly Sébastien (F), Francaise des Jeux, 01:09:19
    \r\n131. Unai Etxebarria (Vz), Euskaltel-Euskadi, 01:09:19
    \r\n132. Manuel Quinziato (I), Liquigas-Bianchi, 01:09:20
    \r\n133. Auge Stéphane (F), Cofidis, 01:09:20
    \r\n134. Coutouly Cédric (F), Agritubel, 01:09:23
    \r\n135. Antonio Juan Antonio (Sp), Rabobank, 01:09:26
    \r\n136. Samuel Dumoulin (F), Ag2r Prevoyance, 01:09:27
    \r\n137. Hinault Sébastien (F), Credit Agricole, 01:09:29
    \r\n138. Isaac Galvez (Sp), Caisse d\'Epargne-I.B., 01:09:31
    \r\n139. Bernhard Eisel (A), Francaise des Jeux, 01:09:34
    \r\n140. Inaki Isasi (Sp), Euskaltel-Euskadi, 01:09:36
    \r\n141. Patrick Calcagni (Swi), Liquigas-Bianchi, 01:09:38
    \r\n142. Christophe Rinero (F), Saunier Duval, 01:09:45
    \r\n143. Luca Paolini (I), Liquigas-Bianchi, 01:09:53
    \r\n144. Philippe Gilbert (B), Francaise des Jeux, 01:09:56
    \r\n145. Bram Tankink (Nl), Quick Step-Innergetic, 01:10:03
    \r\n146. Eduardo Gonzalo Ramirez (Sp), Agritubel, 01:10:09
    \r\n147. Jimmy Casper (F), Cofidis, 01:10:09
    \r\n148. Julian Dean (NZl), Credit Agricole, 01:10:19
    \r\n149. Aitor Hernandez (Sp), Euskaltel-Euskadi, 01:10:28
    \r\n150. Manuel Calvente (Sp), Agritubel, 01:10:28
    \r\n151. Matteo Tosatto (I), Quick Step-Innergetic, 01:10:33
    \r\n152. Wim Vansevenant (B), Davitamon-Lotto, 01:10:38
    \r\n153. Beat Zberg (Swi), Gerolsteiner, 01:10:45
    \r\n154. Peter Wrolich (A), Gerolsteiner, 01:11:30
    \r\n155. Jens Voigt (G), CSC, 01:11:44
    \r\n
    But Honchar is on his way to a top finish.'),(2492,64,'2006-07-08 17:08:58','Millar crosses with 28th best',''),(2493,64,'2006-07-08 17:09:21','Christophe Moreau','Crosses with the ninth best of the day.'),(2494,64,'2006-07-08 17:10:09','Boonen has caught and passed','McEwen... hey, it\'s a little revenge for the past few days.'),(2495,64,'2006-07-08 17:10:54','Rogers','The world time trial champion has reached the third time check with the seventh best of the day.'),(2496,64,'2006-07-08 17:11:17','Evans finishes','With the 8th best time of the day.'),(2497,64,'2006-07-08 17:15:38','Honchar sets a new top time','Former world time trial champion Serhy Honchar finishes in 1:01:43, 1:04 better than Lang\'s time.'),(2498,64,'2006-07-08 17:17:52','Landis','is already 57 seconds off of Honchar\'s time. He may concede the stage and temporary grip on the jersey to Honchar, but he is emerging as the favorite of the big GC contenders'),(2499,64,'2006-07-08 17:18:05','Landis heading to the finish',''),(2500,64,'2006-07-08 17:18:53','Landis','Landis finishes 1:01 behind Honchar and that\'s second best on the day. Incredible ride by Honchar.'),(2501,64,'2006-07-08 17:19:19','Honchar is in yellow','... it looks like Honchar will get the jersey today.'),(2502,64,'2006-07-08 17:21:34','Savoldelli','Finishes in 1:03:55.'),(2503,64,'2006-07-08 17:26:02','Hincapie finishes','George Hincapie has finished in a time of 1:04:25, 23rd best on the day.'),(2504,64,'2006-07-08 17:26:48','Rogers','Rogers is catching Thor Hushovd, his six-minute man.'),(2505,64,'2006-07-08 17:28:54','Rogers finishes in fourth','His teammate takes the stage and the jersey.'),(2506,64,'2006-07-08 17:28:54','Rogers finishes in fourth','His teammate takes the stage and the jersey.'),(2507,64,'2006-07-08 17:35:16','Boonen heading to the finish','He\'s more than four minutes off of Honchar\'s pace., but finishes with a respectable 1:05:35 (41st on the day)'),(2508,64,'2006-07-08 17:35:49','McEwen is in','Having been passed by Boonen, McEwen gets 109th.'),(2509,65,'2006-07-09 13:23:31','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the eigth stage of the 93rd edition of the Tour de France, covering 181 kilometers from St-Méen-le-Grand to Lorient.\r\n\r\nHuge crowds are expected on this hilly run through cycling-mad Brittany. The stage starts at the birthplace of three-time Tour champion Louison Bobet, who worked in the family bakery at St. Méen-le-Grand before becoming a cyclist. The biggest crowds will be on the Cat. 3 Mûr-de-Bretagne and on the sprint line in Plouay  where Hincapie won the ProTour classic last year. The final 20km is on wide highways with a fast run-in to Lorient, where the finish is on the slightly curving and flat Avenue Jean Jaurès.\r\n'),(2510,65,'2006-07-09 13:44:00','Numerous attacks','Racing started a bit more than an hour ago today - at 12:25 p.m. - and we saw a series of attacks, all of which have proven to be unsuccessful, so far. The pace has been a brisk 45kph over the first hour. The attacks have not stopped and right now an interesting group has formed off of the front of the field, including David Zabriskie (CSC), Matthias Kessler (T-Mobile), Sylvain Calzati (Ag2r Prevoyance), Mario Aerts (Davitamon-Lotto) and Kjell Carlström (Liquigas-Bianchi).'),(2511,65,'2006-07-09 13:46:30','At 52km','The men up front are building up a bit of a lead. They are now 2:00 up on the main field, with Credit Agricole\'s Patrice Halgand in pursuit, hoping to bridge up.'),(2512,65,'2006-07-09 13:51:00','The group','That\'s an interesting composition up there. Obviously, Kessler has won a Tour stage, having pulled of that delightful last-minute attack the other day. He\'s 11th on GC and Zabriskie - now 10th - is also a former Tour stage winner, having snagged the opening time trial in last year\'s Tour. He is the only American to have won stages in all three grand Tours and did so in successive events to boot. He took a great stage win at the Vuelta in 2004, a Giro stage in 2005 and quickly followed it by becoming only the third U.S. rider to wear the yellow jersey when he won the opener last year.

    Zabriskie\'s Giro and Tour stage wins were in his specialty, but in a way, so was his first grand tour win. He turned Stage 11 at the Vuelta into a 161km individual time trial. He was wasted by the time he hit the 20km to go mark that day... but he pulled it off.'),(2514,65,'2006-07-09 13:59:00','The gap is growing','With Halgand now in the group there is one more rider to lend a hand and the gap is growing, but the strange thing is that Zabriskie just got stung by a bee. He\'s back with the medical car getting a bit of attention. He\'ll be back up soon, though. The lead is up to 3:30.'),(2515,65,'2006-07-09 14:01:45','At 64km','The bee sting has been treated, Zabriskie is back up with the leaders and the gap is now 5:35.'),(2516,65,'2006-07-09 14:06:59','A reader\'s letter','We just received a note from a reader to remind us that Tyler Hamilton, too, has won stages in all three grand tours. That\'s actually not true anymore, since his time trial victory in the 2004 Vuelta a Espana was subsequently negated and Victor Hugo Pena is actually credited with the Stage 8 TT win in 2004. Sorry, Hamilton is credited with wins in only two of the three tours.'),(2517,65,'2006-07-09 14:11:16','Phonak and T-Mobile','are leading the chase in the main field. Zabriskie may not pose a long-term threat on GC, but he is the virtual leader on the road and neither team wants to give him too much time up there. Of course, Quick Step and Davitamon also have an interest in this one. Even though Davitamon has a rider up there in the break, it\'s doubtful that Mario Aerts lending too much of a hand at this point, since his team leader (at least on these flat stages) is Robbie McEwen and the Aussie Pocket Rocket wants to snag his fourth stage win. QuickStep\'s Tom Boonen, meanwhile, really wants to get his first win.'),(2518,65,'2006-07-09 14:13:53','Contest Reminder','No matter how you think this break will develop and whether you believe it will succeed or not, surely you have an opinion as to who will win today\'s stage. Give it a shot. We\'ll be giving away two pair of Specialized sunglasses to folks randomly selected from today\'s winners.\r\n'),(2519,65,'2006-07-09 14:15:00','At 73km','The leaders are 7:20 ahead of the main field, with 108km remaining in today\'s stage.'),(2520,65,'2006-07-09 14:25:24','Yesterday\'s time trial','While Zabriskie was a bit disappointed in his performance in yesterday\'s 52km individual time trial, Phonak\'s Floyd Landis had to be pleased with his. Despite finishing second to Sergei \"spell it with a G\" Gontchar, Landis emerged on top of the list of GC favorites yesterday. It appears that he missed a major disaster - something akin to Bobby Julich\'s crash - when he managed to stop his bike after his bars broke. Initially we thought that his aero bars had merely slipped, but last night Andrew Hood had a Q&A session with John Lelangue and it sounds like it was much more serious than that.

    Meanwhile the other American podium hopeful - Levi Leipheimer - had what he described as \"the worst time trial of my life,\" finishing more than six minutes behind stage winner Gontchar.

    VeloNews Editorial Director, John Wilcockson followed Leipheimer in yesterday\'s TT and reports that \"he never got into the rhythm of a good ride. He was turning the pedals at 90-100 rpm, but that was clearly on a gear that wasn\'t going to give him the speed he needed to average. When he shifted up a gear, or when he was on the many false flats, he was often getting out the saddle (and obviously losing more time by not being on the aero bars then).\"

    Wilcockson isn\'t willing quite yet to write off Leipheimer\'s chances, though.

    \"In a Tour like this when the mountains will now be the decider, the five (or fewer) minutes he lost to Landis and the other contenders doesn\'t rule him out of the podium in Paris.\"

    Okay... but he sure didn\'t do himself any favors yesterday.\r\n'),(2521,65,'2006-07-09 14:29:45','At 80km','The leaders are working their down the back side of the day\'s second climb, the Cat 4. Cote de Saint-Mayeux. The gap is coming down a bit, as Phonak is powering the chase.'),(2522,65,'2006-07-09 14:34:00','The other stage winner in the group','While we were mentioning Kessler\'s win in this year\'s Tour and Zabriskie\'s in last year\'s, Patrice Halgand was working to bridge the gap up to the original break. He, too, is a stage winner, of course, having won the 147km 10th stageof the 2002 Tour, a ride from Bazas to Pau.'),(2523,65,'2006-07-09 14:40:28','With 92km remaining','Our six leaders have an advantage of 6:35. It\'s still Phonak doing the bulk of the work up front, although, it may fall to Davitamon and Quick Step to seal the deal if they want to pull these guys back.'),(2524,65,'2006-07-09 14:52:21','With 86km remaining in today\'s stage','Our six leaders are losing some of their advantage, but they remain a healthy 5:40 ahead of the field.

    We doubt that Phonak is going to do more than limit the gap and the final work will have to fall to the sprinters\' teams if they hope to get this thing back into the fold. Even though T-Mobile has the yellow jersey, they have a talented rider in the break in Matthias Kessler, so the German team has little reason to do much up there.'),(2525,65,'2006-07-09 14:58:11','Loading Pictures','and video. Keep checking at the bottom of today\'s update page. We\'re loading photos from today\'s route - as well as that rather disturbing shot of the new use for helmets (ick) - and we\'ll be doing so for the next 30 minutes or so. Also look for Jason Sumner\'s interview with Levi Leipheimer, on how he sees the rest of the Tour shaking out for him after yesterday\'s time trial.'),(2526,65,'2006-07-09 14:58:32','',''),(2527,65,'2006-07-09 15:05:34','Chatting with Landis','Jason Sumner had a chance to speak with Floyd Landis this morning.

    On placing second in the stage 7 TT:
    \"There’s a long way to go. I’m happy with the way it went yesterday, but the mountains will tell us more.\"

    On whether or not he thinks he can win the Tour:
    \"I hope so. I’ve been training for it the whole year. It’s been our objective and we have a good team. So far we’ve been fortunate to not have any bad incidents.\"'),(2528,65,'2006-07-09 15:06:48','On Julich\'s crash','Sumner also spoke with CSC DS Alain Gallopin on Bobby Julich
    \"He broke his wrist. They did surgery in the evening to clean it all up. I went to the hospital this morning and he was outside. Now he’s on the plane headed back home to Nice.

    On what caused crash:
    \"I think it was just a mistake. In the beginning there was a lot of gravel on the road, but he arrived to fast. When I saw it again on the television it was clearly just a mistake.\"'),(2529,65,'2006-07-09 15:08:51','Zabriskie','Sumner also spoke with Dave Zabrikie on a tough stage 7 TT, that saw CSC teammate Bobby Julich crash out of the race, while Zabriskie finished a disappointing 13th:
    It sucks for Bobby but we\'ll keep going. It was a hard day. The way I was riding I knew I would be down a little ways. I just didn’t have the big power I needed to deal with the wind.\"

    On stage 8:\"Today could be a nervous day, so we need to just keep Carlos out of trouble.\"

    Well, he also managed to join the day\'s significant break, which, by the way is maintaining an advantage of 5:18, with 72km remaining.'),(2530,65,'2006-07-09 15:17:44','The gap is coming down','albeit slowly. The Phonak team is still up front and the gap is down to 5:02.'),(2531,65,'2006-07-09 15:29:03','With 58km to go','The peloton trails the break by 4:50'),(2532,65,'2006-07-09 15:41:04','With 50km to go','The six leaders are 4:30 ahead of the main field.'),(2533,65,'2006-07-09 15:44:41','FDJ is lending a hand now','The Francaise des Jeux team is moving up front to help with the chase and the gap is coming down, now with 46km to go, the gap is 3:54.'),(2534,65,'2006-07-09 15:49:00','The pace in the field','is picking up and with 43km remaining, the group is 3:44 ahead of the field. It\'s all FDJ at the front.'),(2535,65,'2006-07-09 15:52:09','Yellow numbers','We still get questions regarding the yellow numbers worn by some riders in the peloton. Those are awarded to the riders on the squad leading the team classification. Up until yesterday\'s TT, those belonged to the Discovery boys, but now it\'s the T-Mobile squad who own those.'),(2536,65,'2006-07-09 15:57:00','With 39km to go','The gap is 3:29. The Phonak squad has dropped back and is riding alongside the T-Mobiles. The work is being done now by Francaise des Jeux, hoping to set up Bernard Eisel for a stage win. Interestingly, the Quick Step is nowhere to be seen up there. Boonen threw his team up to chase on a couple of occasions this past week and it didn\'t do much good for the guy in terms of stage wins.'),(2537,65,'2006-07-09 15:58:35','With 36km to go','The gap is at 3:24.'),(2538,65,'2006-07-09 16:05:07','Pace picking up','With 32km to go, the gap is now less than three minutes. Meanwhile as the chase picks up, scroll down and check our latest video posts. Jason Sumner had a chance to interview Levi Leipheimer this morning and had a video camera with him the other day, when he rode on one of the press motorcycles.'),(2539,65,'2006-07-09 16:06:58','The lead group is breaking up','Calzati attacked and Halgand has scampered off the front to chase. The other four aren\'t really chasing.'),(2540,65,'2006-07-09 16:09:19','Halgand working to bridge','He\'s still seven seconds behind Calzati. The other men in break are another seven seconds back.'),(2541,65,'2006-07-09 16:10:32','Halgand joined by Carlstrom','The Liquigas rider has joined up with Hagland. The other three are at 16 seconds.'),(2542,65,'2006-07-09 16:12:13','Carlstrom','is doing the chase work and Halgand is not doing much to chase. Calzatti is eight seconds ahead of his two pursuers and 30 seconds ahead of Zabriskie, Kessler and Aerts. The peloton is another two minutes back.'),(2543,65,'2006-07-09 16:16:28','Calzati','Is putting in a good effort. On his own he\'s bumped up his lead over the two chasers to 39 seconds and 1:09 on the three men behind them. The lone attacker is now 2:38 ahead of the peloton.'),(2544,65,'2006-07-09 16:18:56','Leipheimer','We\'ve received a number of e-mails asking about Levi Leipheimer\'s performance yesterday. Jason Sumner spoke with Levi\r\nLeipheimer this morning. Bottom line, says Leipheimer, he\'s making no excuses.'),(2545,65,'2006-07-09 16:20:00','With 20km to go','Calzati is bumping up his advantage. He\'s 55 seconds ahead of the Halgand/Carlstrom chase, 1:33 ahead of the three other men from the break and a total of 2:45 ahead of the peloton. Calzati is motivated to be sure and he looks like he has the energy reserves to pull this off.

    The big question is how the peloton reacts when it starts pulling back the other five men from the break. If the chase eases off a bit, Calzati has a good chance.'),(2546,65,'2006-07-09 16:24:36','With 17km to go','The peloton is about to sweep up Zabriskie, Kessler and Aerts. Calzati is 1:06 ahead of Carlstrom/Halgand and 2:33 ahead of the peloton.'),(2547,65,'2006-07-09 16:26:40','Trio caught','Calzati is 1:10 ahead of Halgand and Carlstrom and 2:30 ahead of the field.'),(2548,65,'2006-07-09 16:28:20','Boonen flats','Tom Boonen has pulled off for a wheel change.'),(2549,65,'2006-07-09 16:29:51','With 13km to go','Calzati has a 1:26 lead on the chasing pair and 2:38 on the peloton. That Boonen flat came at a good time for Calzati. It sure couldn\'t hurt. Quick Step isn\'t chasing.'),(2550,65,'2006-07-09 16:32:55','Coming up on 10km to go','Calzati has upped his lead over the main field to 3:07. This guy may have a good shot. Place your bets... you have 100 meters to put in your pick for our Daily Contest.'),(2551,65,'2006-07-09 16:33:47','Phillipe Gilbert','is trying to jump out of the main field... the peloton isn\'t freaking out over that one.'),(2552,65,'2006-07-09 16:34:28','Calzati','Is 9km from the finish. He\'s 3:05 ahead of the peloton and 1:37 ahead of Carlstrom and Halgand.'),(2553,65,'2006-07-09 16:37:35','Contest Cut-Off','Just a reminder that entries submitted after the 10km to go mark - no matter how accurate - are not counted. That said, Calzati gave folks ample opportunity to put in a vote for him.\r\n\r\nHe\'s now 8km from the finish and holding on to a 3:00 lead. Can you imagine how he must feel right now? Exhausted to be sure, but completely amped by the realization that he\'s about to get a Tour de France stage win. '),(2554,65,'2006-07-09 16:39:16','6.0km from the line','Calzati is flying down the road - a big, big freeway - and still 3:05 ahead of the main field.'),(2555,65,'2006-07-09 16:42:11','The chase','is easing off. The peloton has surrendered the stage win to the lone attacker. The riders in the field may pull back the two chasers. Calzati is 4.1km from the finish and he is 2:00 ahead of the two chasers and 3:10 ahead of the field.'),(2556,65,'2006-07-09 16:43:18','High five!','Calzati\'s team director just drove up and told his rider to enjoy himself. He gave himself a high-five and told him that he\'s got this one.'),(2557,65,'2006-07-09 16:44:17','With 3km to go','Calzati has 2:00 on his closest pursuers - Carlstrom and Halgand - and 3:06 ahead of the main field.'),(2558,65,'2006-07-09 16:45:26','2.0km to go','The French stage winner is on his way... with a huge smile on his face. He has comfortable two- and three-minute buffers.'),(2559,65,'2006-07-09 16:46:18','In the final kilometer','Calzati is in the last kilometer.'),(2560,65,'2006-07-09 16:47:35','Sylvain Calzati','Celebrates his victory. He has won his first career stage win and France\'s second stage win of this Tour.'),(2561,65,'2006-07-09 16:48:28','Carlstom and Halgand in the final kilometer',''),(2562,65,'2006-07-09 16:49:50','Jockeying for position','Halgand leads out... but Carlstrom beats him.... and McEwen wins the field sprint!'),(2563,65,'2006-07-09 16:53:19','Stage Results - no change in GC','1. Sylvain Calzati (F) Ag2r
    2. Kjell Carlström (F) Liquigas-Bianchi
    3. Patrice Halgand (F) Credit Agricole
    4. Robbie McEwen (Aus) Davitamon

    There is no change in the top end of the overall standings.'),(2564,66,'2006-07-11 13:23:00','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the ninth stage of the 93rd edition of the Tour de France. After Rest Day No.1, the peloton eases its way back into competiton with this flat, 169.5km stage from Bordeaux to Dax.

    The sprinters won’t waste the opportunity, especially on a completely flat stage like this one. It barrels southwest through the pine forest of the Landes almost to the Atlantic coast before turning south. Any breakaways are likely to be swept up after the route turns southeast for the final 35km  where winds off the ocean could split the peloton into echelons (perhaps CSC will make one of its trademark surges) and possibly catch out some of the favorites. A number of sharp turns in Dax itself in the final 5km could again split the pack, leaving a smaller-than-usual group to tackle the long, slightly uphill finishing straight.\r\n\r\n'),(2565,66,'2006-07-11 13:30:57','It\'s a nice late start','It takes a bit to get the legs moving again after a rest day and with that in mind, the organizers of the Tour invariably schedule a relatively short and easy stage to follow a break in the action. The peloton is rolling through a relatively long neutral zone - the stretch from the village departe\' to the official start. Today\'s is longer than usual, coming in at almost 10km, through the streets of Bordeaux. We\'ll probably see a few attacks today, but the odds of success are pretty small. Of course, that\'s what people thought about Calzati\'s chances on Sunday, now didn\'t they?\r\n'),(2566,66,'2006-07-11 13:35:00','Weather','It\'s a nice day in Bordeaux with a few clouds and temperatures in the high 70s to low 80s. We don\'t expect rain and the winds, thus far at least, have been quite moderate.'),(2567,66,'2006-07-11 13:36:00','And they\'re off!','We\'ll see what the mood of the peloton is today and see if anyone stands a snowball\'s chance of sneaking off the front and staying away.'),(2568,66,'2006-07-11 13:47:39','A few small probes','There have been a couple of early attempts at establishing a gap from some riders, but I don\'t think anyone is really in the mood to put up with it. FDJ\'s Arnaud Coyot tried from the line, but he was reeled in quickly. '),(2569,66,'2006-07-11 13:53:59','Knees gives it a shot','Christian Knees has wandered up the road. He\'s about 30 seconds ahead of the field at 11km. He\'s being chased by two riders.'),(2570,66,'2006-07-11 14:00:16','','Walter Beneteau (F), Bouygues Telecom (84th at 7:24) and Stéphane Auge (F), Cofidis, (160th at 24:54) are the two riders in pursuit of Knees (who sits in 45th place at 5:19)\r\n\r\n'),(2571,66,'2006-07-11 14:03:12','Knees about to be joined','Auge and Beneteau are moving up on Knees. The three of them are now close to a minute-and-a-half ahead of the peloton.'),(2572,66,'2006-07-11 14:06:23','Three off the front','and at 20km the the escapees have a lead of about 2:30. Now we get to see just how far the peloton is willing to let these guys go today. We\'re not claiming any special insight here, but we\'d be surprised to see this gap turn into anything much bigger than six minutes, given the relative length of today\'s stage.'),(2573,66,'2006-07-11 14:12:00','Blast from the past.','Scroll down to our latest Photo and see if you can guess who that might be in this 10-year-old picture. It\'s easy, we\'re sure, but it\'s a good shot from VeloNews\'s archives. We\'ll mention the first one of you to guess it right. (Seth Pelletier got it right).'),(2577,66,'2006-07-11 14:23:14','The gap is growing...','... but the rate of growth is slowing a bit. The three leaders - now at the 35km mark - are leading the field by 5:15.'),(2574,66,'2006-07-11 14:13:00','One sprint passed','The three men off the front have passed through the day\'s first points sprint at Le Barp.

    Beneteau contested it and the results are as follows:
    1. Beneteau - Six Points and Six Seconds
    2. Auge Four points and Four Seconds
    3. Knees Two Points and Two seconds
    \r\n'),(2575,66,'2006-07-11 14:17:40','The gap is growing','The three leaders are now 4:50 ahead of the field... and reaching the 30km mark.'),(2576,66,'2006-07-11 14:20:37','Yes, it\'s Floyd','That photo appeared in a 1996/97 issue of Made in USA (a VeloNews special) when Mr. Landis, fresh off of being the NORBA rider of the year in 1995, secured a sponsorship from a small SoCal mountain bike component manufacturer, Two Wheel Performance - TWP. Landis was the entire team.\r\n\r\nCongrats to Seth Pelletier for being the first among you to guess that one.'),(2578,66,'2006-07-11 14:29:36','Edging up','The gap is now 5:45 at 37km'),(2579,66,'2006-07-11 14:34:38','At 45km','The gap has grown to 6:45. We\'ll see how much longer this lasts.'),(2580,66,'2006-07-11 14:39:13','The gap is now','more than 7:00. The leaders are a good six kilometers ahead of the peloton, which has just reached 40km'),(2581,66,'2006-07-11 14:42:26','After an hour','The leaders have been ticking along well above the 46kph mark and the peloton has been ambling along at 40. Still no real interest in a chase.'),(2582,66,'2006-07-11 14:47:55','We\'re seeing a bit of an effort','In the peloton. T-Mobile is at the front, but the chase isn\'t really frantic at this point. We may see Quick Step, Davitamon and a few others lend a hand, if the gap - now 7:35 - continues to grow.'),(2583,66,'2006-07-11 14:55:00','Nearing 50km','for the peloton and the gap is holding at 7:45'),(2584,66,'2006-07-11 14:57:03','The sprinters aren\'t going','to let this opportunity slip. Take a look at tomorrow\'s profile (below)'),(2585,66,'2006-07-11 14:58:22','With 110 to go','The leaders are 7:45 ahead of the field\r\n'),(2586,66,'2006-07-11 15:04:45','Nearing 8:00','Davitamon isn\'t doing anything to lend a hand, but Lampre and other teams are moving up one or two riders to lend a hand.'),(2587,66,'2006-07-11 15:12:19','With 100km to go...','the peloton is picking up the pace. The gap is down to 7:20, as several teams have put riders into the chase.'),(2588,66,'2006-07-11 15:14:56','Update from the Major','We\'ll be posting a new update from VeloNews Iraq correspondent, Major Jason Bryan. He\'s been following the Tour, stuck in a Forward Operating Base in Iraq... and e-mailing us with regular diaries. We\'ll have the latest posted soon after the finish.'),(2589,66,'2006-07-11 15:15:59','Cipollini','Mario Cipollini is riding in the Liquigas car, as the peloton is beginning to string out in single file.'),(2590,66,'2006-07-11 15:23:50','With 90km to go','The three leaders\' advantage is being trimmed. They now have 6:45.'),(2591,66,'2006-07-11 15:29:35','The gap clearly topped out at 8:00','The chase is on and the gap is now down to 6:15.'),(2592,66,'2006-07-11 15:33:33','With 84km','The gap is now 6:10. The Lampre team has taken up the bulk of the work at the front. The T-Mobile team of Sergei Gontchar is nowhere to be seen at the front of the field.'),(2593,66,'2006-07-11 15:41:00','Less than 6:00','The chase is getting serious and our three leaders are now 5:48 ahead of the main field, with 77km to go.'),(2594,66,'2006-07-11 15:47:31','With 74km to go','The gap is now 5:40. Any bets on whether these guys will make it? Davitamon is not putting anyone up front, as McEwen says that the team\'s focus is now on Cadel Evans\' chances for the overall and his own goal of preserving the Green Jersey. Of course, if other teams manage to reel in this break, Robbie the Rocket sure isn\'t going to soft-pedal into Dax.'),(2595,66,'2006-07-11 15:49:29','Quick Step','Is moving up to the front. We see quite a number of teams with riders in the mix as the gap is down to 5:30, with 70km remaining.'),(2596,66,'2006-07-11 15:57:00','A small respite','For the men up front and for the peloton. The main field has moved through the feedzone, which slowed the chase a bit. The gap is up to 5:54, with 63km remaining.'),(2597,66,'2006-07-11 16:01:26','With 60km remaining,','The gap - which bumped up to 6:00 again - is coming back down.'),(2598,66,'2006-07-11 16:17:25','And the chase is on again...','With 48km to go, the gap is down to 4:45.'),(2599,66,'2006-07-11 16:23:56','With 42km','The three leaders have gone through the third sprint of the day. The gap is down to 4:20'),(2600,66,'2006-07-11 16:27:15','With 40km','the gap is down to 3:55.'),(2601,66,'2006-07-11 16:31:59','With 35km to go','The gap is shrinking. The trio up front have just 3:31'),(2602,66,'2006-07-11 16:34:48','A look ahead',' Discovery Channel team manager Johan Bruyneel has primed his riders for a first day of climbing in the Pyrenees which could decide the future destination of the yellow jersey.

    The first of two days in the Pyrenees, Wednesday\'s 190/5km stage from Cambo-les-Bains to Pau has three climbs in total - the category three Col d\'Osquich, the unclassified Col de Soudet and the category one Col du Marie Blanque.

    Compared to Thursday\'s monster climbing stage, it will be a piece of cake that should tempt more than a few riders - including Discovery Channel.

    \"Given how the race stands at the moment there\'s going to be attacks as soon as we ride into the mountains,\" said Bruyneel, whose best placed rider is Paolo Savoldelli in 13th at 2:10 behind Gonchar.

    \"We have to go on the offensive. We can\'t just sit back and watch what\'s happening.\"\r\n\r\n'),(2603,66,'2006-07-11 16:39:26','With 30km to go','The peloton is 2:50 behind the three leaders.'),(2604,66,'2006-07-11 16:42:11','2:40','At 27km to go'),(2605,66,'2006-07-11 16:44:10','At the 25km to go mark','The gap is now 2:25.'),(2606,66,'2006-07-11 16:45:04','Contest Reminder','You have another 15km to guess whether these guys will stay away or be caught, and who will win under either scenario.'),(2607,66,'2006-07-11 16:49:05','2:20','With 21km to go. These guys are feisty.'),(2608,66,'2006-07-11 16:51:00','With 20km to go (for the peloton)','We just spotted our buddy Didi \"The Devil\" Senft. It\'s good to see him out and about. The gap is now 1:56.'),(2609,66,'2006-07-11 16:56:15','With 16km to go','The gap is down to 1:40.'),(2610,66,'2006-07-11 16:57:30','With 14km to go','This is not a happy trio... we\'ve spotted a couple of gestures after Christian Knees has tried a couple of attacks. The gap is 1:38.'),(2611,66,'2006-07-11 17:00:47','Full-on','The peloton is going to have to raise the tempo a bit. With 11km to go, the gap is around 1:15. We may see another heart-breaker catch, with a kilometer or so to go.'),(2612,66,'2006-07-11 17:03:55','With 10km to go','The three leaders are just 1:02 ahead of the field. Calzati\'s win on Sunday came after he jumped out of a break with a catch seeming nearly inevitable. '),(2613,66,'2006-07-11 17:04:35','Nine kilometers','The trio ahead have just 39 seconds.'),(2614,66,'2006-07-11 17:06:53','With seven kilometers to go','The peloton is charging hard. Knees makes an attack as the three men have but 25 seconds on the field. He\'s caught.'),(2615,66,'2006-07-11 17:07:55','With 6km to go','The peloton is charging, but the three men up front are fighting amongst themselves.'),(2616,66,'2006-07-11 17:08:24','With five km to go','There is no cooperation up front. The chase is on.'),(2617,66,'2006-07-11 17:08:51','Beneteau attacks','But the peloton is just seven seconds down.'),(2618,66,'2006-07-11 17:09:16','Four kilometerss to go and',''),(2619,66,'2006-07-11 17:10:07','Liquigas and Quick Step','Up front with 3 kilometers remaining.'),(2620,66,'2006-07-11 17:10:35','Remember it\'s a twisty route','Check the pictures. '),(2621,66,'2006-07-11 17:11:05','With 2.5km to go','The peloton is charging hard.'),(2622,66,'2006-07-11 17:11:29','Liquigas','is up front with CSC'),(2623,66,'2006-07-11 17:11:00','O\'Grady tries a dig',''),(2624,66,'2006-07-11 17:12:34','In the final kilometer','Quick Step has swallowed up O\'Grady\r\n'),(2625,66,'2006-07-11 17:12:53','McEwen is sneaking up',''),(2626,66,'2006-07-11 17:13:16','Boonen charges',''),(2627,66,'2006-07-11 17:14:03','Wow!','Here comes McEwen.... and it\'sFreire!'),(2628,66,'2006-07-11 17:16:27','Photo finish','Freire edges McEwen and Zabel comes in third, edging Boonen who appears to have started his sprint a little too early today. Cristian Moreni (Cofidis) takes fifth'),(2629,66,'2006-07-11 17:22:08','Stage Results','1. Oscar Freire (Sp), Rabobank
    \r\n2. Robbie Mc Ewen (Aus), Davitamon-Lotto
    \r\n3. Erik Zabel (G), Milram
    \r\n4. Tom Boonen (B), Quick Step
    \r\n5. Cristian Moreni (I), Cofidis
    \r\n6. Isaac Galvez (Sp), Caisse d\'Epargne
    \r\n7. Francisco Ventoso (Sp), Saunier Duval
    \r\n8. Luca Paolini (I), Liquigas
    \r\n9. David Kopp (G), Gerolsteiner
    \r\n10. Thor Hushovd (Nor), Credit Agricole, all s.t.
    \r\n'),(2630,66,'2006-07-11 17:27:56','GC','Overall
    1. Sergei Gontchar (Ukr), T-Mobile
    \r\n2. Floyd Landis (USA), Phonak, 01:00
    \r\n3. Michael Rogers (Aus), T-Mobile, 01:08
    \r\n4. Patrik Sinkewitz (G), T-Mobile, 01:45
    \r\n5. Andréas Klöden (G), T-Mobile, 01:50
    \r\n6. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 01:52
    \r\n7. Cadel Evans (Aus), Davitamon-Lotto, 01:52
    \r\n8. David Zabriskie (USA), CSC, 01:53
    \r\n9. Marcus Fothen (G), Gerolsteiner, 02:03
    \r\n10. Christophe Moreau (F), Ag2r Prevoyance, 02:07
    \r\n'),(2631,66,'2006-07-11 17:30:07','Today\'s contest winner','Congratulations to Jay Harwood winner of today\'s edition of the Daily Contest.'),(2632,67,'2006-07-12 13:05:43','Good day and welcome ...','and welcome to VeloNews.com\'s Live Coverage of the 10th stage of the 93rd edition of the Tour de France.

    The Tour finally heads to the hills in this 190.5km race from Cambo-les-Bains to Pau. This is a much \"easier\" introduction to the mountains than in recent years. Instead of a mountaintop finish, the last of three climbs on this 190.5km stage across the Basque part of the Pyrénées is 42.5km from the finish in Pau. That means that riders dropped on the Col de Marie-Blanque will have a chance to chase back to the peloton. Breakaways will inevitably go clear on the rolling roads that precede the day\'s major obstacle, the Col de Soudet, that climbs for almost 15km at over 7 percent, with some much steeper pitches on the upper reaches of the bumpy, narrow road that leads to the 5052-foot summit. The organizers have given the Soudet an hors-catégorie rating, which means that it\'s one of the toughest climbs of this Tour. The Cat. 1 Marie-Blanque, another 40km along the way, is shorter but even steeper, and could easily spring a breakaway group. \r\n\r\n'),(2633,67,'2006-07-12 13:09:00','Nearing an hour of racing','The peloton left the neutral start at around 12:15. The actual bike race kicked off after 7.5km in the neutral zone... at around 12:28 There are 169 riders in the field as Laurent Brochard (Ag2r) did not start today.\r\n\r\nRight now, the day\'s lone attacker is Sylvain Chavanel (Cofidis). He\'s at 31km, but he\'s not really getting much of an advantage over the main field. He\'s but 20 seconds ahead of the peloton, but there is a group of 15 trying to join him, so we\'ll see if it shakes out as a real break.'),(2634,67,'2006-07-12 13:17:40','Juan Antonio Flecha','has managed to bridge the gap and is now moving ahead of Chavanel. The pursuit group never made it up to Chavanel and so we have two men at the front of the field, though not working together. Flecha is a potential stage winner and could do something on a stage like this.'),(2635,67,'2006-07-12 13:19:29','Contest Reminder','Just to remind you folks that our Daily Contest button is up there. Keep in mind that you have until the 10km to go mark to make a pick and holding off with a guess may be a good strategy on a day like this. We pick from among the correct guesses and that\'s a random pick, so being fast may not help you.'),(2636,67,'2006-07-12 13:20:00','All together now','All together now... despite the Flecha foray, the peloton is now one biig happy family again. Having passed through the day\'s first intermediate sprint (we\'ll get results in a moment) and approaching 39km.'),(2637,67,'2006-07-12 13:21:00','Sprint at Larceveau','Results:
    1. Carlos da Cruz (Francaise des Jeux) - 6 seconds and 6 points
    2. Beat Zberg (Gerolsteiner) - 4 seconds and 4 points
    3. Manuel Quinziato (Liquigas) 2 seconds and 2 points'),(2638,67,'2006-07-12 14:02:00','Exotic Locales','While you might be holding off on your stage picks today, don\'t forget we\'re still running our exotic locales contest. We\'re going to give the winner a copy of the 2006 edition of Pro\r\nCycling Manager, which is actually quite entertaining. So whether you\'re in Tibet, Burma, South Africa, Cleveland or Wyoming (?!?!?) let us know where you are and briefly tell us why you think it represents an unusual spot on the globe from which to follow the Tour de France. Send a note to: VNInteractive@InsideInc.com Hey, you could be on the side of the road in France, pulling our mobile feed while waiting for the peloton. We want to hear about you.

    \r\nWe\'ll name a winner in a few days, after folks get a chance to send a note. '),(2639,67,'2006-07-12 13:35:00','A new break','and this one might actually stick for a while. Jens Voigt and 14 others have gone off the front. They are now more than a minute ahead of the field at 50km. We\'ll give you a full list and their relative positions on GC in a moment.\r\n\r\n'),(2640,67,'2006-07-12 13:37:00','Composition of the break','28. Cyril Dessel (F), Ag2r Prevoyance, 03:50
    \r\n43. Cristian Moreni (I), Cofidis, 05:05
    \r\n66. Juan Miguel Mercado (Sp), Agritubel, 06:32
    \r\n79. Thor Hushovd (Nor), Credit Agricole, 07:21
    \r\n82. Cédric Vasseur (F), Quick Step-Innergetic, 07:27
    \r\n85. Joost Posthuma (Nl), Rabobank, 07:47
    \r\n90. Inigo Landaluze (Sp), Euskaltel-Euskadi, 08:12
    \r\n100. Daniele Bennati (I), Lampre, 08:42
    \r\n105. Christophe Rinero (F), Saunier Duval, 09:16
    \r\n106. Matthieu Sprick (F), Bouygues Telecom, 09:17
    \r\n117. Jens Voigt (G), CSC, 11:34
    \r\n114. Manuel Quinziato (I), Liquigas-Bianchi, 10:59
    \r\n123. Carlos Da Cruz (F), Francaise des Jeux, 13:00
    \r\n143. Inaki Isasi (Sp), Euskaltel-Euskadi, 16:18
    \r\n151. Gert Steegmans (B), Davitamon-Lotto, 19:36
    \r\n'),(2641,67,'2006-07-12 13:39:00','Up and over the Col d’Osquich','The lead group has made it over the day\'s first climb, the Category 3 Col d’Osquich. They have dropped Hushovd and the other big sprinter, Steegmans, but the lead group maintains a healthy lead over the peloton, which reached the top at 1:36 behind the break.'),(2642,67,'2006-07-12 13:48:09','Coming down','the back side of the Col d’Osquich, the leaders are at 57km and about to begin the gradual rise to the day\'s second sprint (at Laguinge -74.5km) and then the long haul up the summit of the hors categorie Col du Soudet (at 101km). The peloton is at 1:41.'),(2648,67,'2006-07-12 14:27:25','On the climb','The leaders are on the climb and now nearly 8:30 ahead of the peloton, with 104km remaining in today\'s stage.'),(2643,67,'2006-07-12 13:50:53','At 58km','The gap is just around 2:00 minutes. Hushovd and Steegmans, meanwhile, are back in the peloton.'),(2644,67,'2006-07-12 13:58:36','Contest Reminder','Don\'t forget that our Daily Contest button is up there, folks. Hold off on your pick, like we suggested, if you want, but do enter.

    Our leaders are working together quite nicely. No rush from the peloton as Sergei Gontchar and a few others have taken the opportunity to relieve themselves on the side of the road. It would be a violation of protocol, of course, for anyone to attack out of the field now.'),(2645,67,'2006-07-12 14:03:57','A common question','The break taken by the yellow jersey and others raises a common question we\'ve been getting ever since we started publish our \"Stage Stats,\" which includes Jury decisions.

    A lot of you have written in to ask why riders have been hit with those 100 Swiss Franc fines for the crime of comportement incorrect en public. They aren\'t actually being fined for pissin\' off the side of the road - it\'s inevitable on a long stage - but for doing so in a spot where there are a lot of members of the public. Yeah, it\'s not precise, but the Tour Jury is simply using the rule to demand a touch of discretion on riders\' part. \r\n'),(2646,67,'2006-07-12 14:11:00','At 75km','Our leaders have an advantage over the main field of 6:35.

    Back in the peloton Credit Agricole\'s Jimmy Engouvent, who has been suffering from persistent back pain, has abandoned. The Tour peloton is now composed of 168 riders.'),(2647,67,'2006-07-12 14:18:25','At 80km','The leaders are now 7:59 ahead of the peloton. This is a large gap, but they are also heading into the hor categorie Col de Soudet in a bit. The dynamic of the race will change when that climb - (14.7km at 7.3 %) - begins in about five kilometers.'),(2649,67,'2006-07-12 14:29:30','T-Mobile is up front','in the peloton, as they, too, are working up the climb. The weight of responsibility is falling to the team of the yellow jersey.

    Up ahead, the real danger man in the break is probably Mercado, a respectable climber, who has not really had a break-out performance in the Tour. Could this be the day?'),(2650,67,'2006-07-12 14:32:15','The 13 up front','Are bumping up their lead and are now 9:08 ahead of the main field with 102.5km to go in the stage.'),(2651,67,'2006-07-12 14:35:48','With 11km to climb','for the leaders, the gap is now up to 9:10.

    Christian Vande Velde has flatted on the climb and he\'s now having to chase for a bit.'),(2652,67,'2006-07-12 14:37:28','Strange sight','The yellow jersey team of Sergei Gontchar are, as expected, up front, but in the third spot at the front of the peloton is the green jersey of Robbie McEwen. He\'s hoping to maintain position as long as possible... before the slope gets tough.'),(2653,67,'2006-07-12 14:41:25','Daily Contest','Don\'t forget the Daily Contest button up on the top of the page. You can vote until the 10km-to-go mark. Remember to vote with your head and not your heart. Some days, no matter how much you love the guy, the race profile will preclude a victory by a guy like Robbie.'),(2654,67,'2006-07-12 14:42:33','T-Mobile still setting tempo','...but the Phonak team has moved into the second position.'),(2655,67,'2006-07-12 14:43:43','lead group coming apart','The sprinters in the escape are beginning to falter. The gap is now 9:20'),(2685,67,'2006-07-12 15:53:48','Assuming they make it','and finish at least 3:50 ahead of Gontchar, we will see a French leader in the Tour. Cyril Dessel (Ag2r) is the best placed in the seven man group, at 3:50, with Mercado next at 6:32.'),(2657,67,'2006-07-12 14:48:49','Voigt and Bennati','Are trailing off of the other 11 leaders.

    Voigt told our contributor Sebastian Moll the other day that he\'s been shaken up badly by the events leading into the Tour.

    “I used be razor sharp at the start of the Tour,†Voigt says, but because his designated task this year was to pull for Basso in the flats instead of attacking as in earlier years, Voigt is not in his normal July condition.

    “To ride in the wind for Ivan here and there is much easier than what I am used to doing,†Voigt says. “To do that, I thought, it wouldn’t matter that I am two kilos heavier than usual. Bjarne told me to be ready for the last week. Right now I am not ready.â€Â\r\n \r\n'),(2658,67,'2006-07-12 14:51:45','Mayo','One of the climbing hopes of the Euskaltel team - Iban Mayo - has blown and is trailing off of the back of the peloton. A heartbreaker for the Basque fans on the course.'),(2659,67,'2006-07-12 14:53:29','The lead group has come apart','Cyril Dessel and Juan Miguel Mercado have moved ahead of the rest of the group. '),(2660,67,'2006-07-12 14:57:49','Mercado and Dessel','Have five kilometers of climbing left. The other 11 riders in the original break are spread out in small groups over about a minute-and-a-half. The peloton - what\'s left of it - is 9:01 back.'),(2661,67,'2006-07-12 14:58:39','Mayo is suckin\'','Iban Mayo, often touted as a big hope for a Tour win, is well off of the peloton.'),(2662,67,'2006-07-12 15:00:47','Dessel and Mercado','are working well together. The are about 20 seconds ahead of Inigo Landaluze (Euskaltel) and Christophe Rinero (Saunier Duval) and another 30 seconds ahead of Cedreic Vasseur (Quick Step) and Inaki Isasi (Euskaltel).'),(2663,67,'2006-07-12 15:02:00','T-Mobile','Is climbing as a single unit at the front of the peloton. Matthias Kessler is up front setting a strong tempo. They remain 9:01 behind the two leaders. The peloton is still made up of about 55 riders or so. Mercado is well of the pace, trailing by quite a bit.'),(2664,67,'2006-07-12 15:05:01','Okay...','We\'ve seen it all. The two leaders just passed a guy wearing a fake fat suit... one of those you see bar patrons wearing on Sumo Wrestling nights.... on a mountain in the Pyrenees.'),(2665,67,'2006-07-12 15:08:30','Nearing the top','The two leaders are riding into the clouds and coming up to the summit. It looks like they have about 1km to go.'),(2666,67,'2006-07-12 15:10:42','Kessler','Still setting tempo at the front of the peloton. The two leaders are still 9:15 ahead of the T-Mobile-led yellow jersey group. T-Mobile still has several riders in the group.'),(2667,67,'2006-07-12 15:11:09','Mercado accelerates','But Dessel slowly works his way back.'),(2668,67,'2006-07-12 15:12:15','Dessel attacks','And Mercado is chasing up as the two approach the 20 points atop of the climb. Dessel gets it. They still have 90km remaining, so they will need to work together for a bit.'),(2669,67,'2006-07-12 15:14:44','Pineau flailing','It looks like Jerome Pineau\'s week-long run in the Polka Dot jersey is heading to an end. He\'s been shed by the peloton and is riding alongside Milram\'s Erik Zabel, who has never been referred to as an Angel of the Mountains.'),(2670,67,'2006-07-12 15:16:47','Gontchar','Has blown... The T-Mobiles are not sending anyone to help, though.'),(2671,67,'2006-07-12 15:18:05','Leaders on the descent','While this scene is beautiful, they are working their way through the mist... which makes for something of a dangerous descent.'),(2672,67,'2006-07-12 15:18:57','The gap is around','9:30. The men in the break have been drifting over the top spread out over five minutes.'),(2673,67,'2006-07-12 15:19:47','Out of the clouds','The two leaders are out of the mist with 82km to go. '),(2674,67,'2006-07-12 15:22:07','Merckx','Axel Merckx has been dropped out of the peloton. He did announce that he has signed a new one-year deal with Phonak and then plans to retire.'),(2675,67,'2006-07-12 15:23:20','The Leaders have company','Euskaltel\'s Inigo Landaluze has worked his way up to the two leaders. Meanwhile the T-Mobile led peloton has crested at 9:44.'),(2676,67,'2006-07-12 15:27:34','Christophe Rinero','Has joined the three leaders. We have four men at the front and the peloton is now 9:56. Wowie Zowie...'),(2677,67,'2006-07-12 15:29:46','Landaluze may get help, too','His teammate Inaki Isasi and Cristian Moreni are chasing and not too far back. The leaders are having an easier time on the descent than the big group led by T-Mobile.'),(2678,67,'2006-07-12 15:33:05','Isasi joins up','We have five riders up front and they have 10:22 on the peloton. Man, this is a strange stage... a strange Tour. The nice thing, though, is no one has any idea how this Tour is going to shake out.'),(2679,67,'2006-07-12 15:40:00','Through the feedzone','The five leaders are on that little rise after the feed zone. They have about one minute on Cedric Vasseur and Cristian Moreni and 10:30 on the peloton. Gontchar, meanwhile, has rejoined the main group. We see Hincapie, Landis and Leipheimer up there.'),(2680,67,'2006-07-12 15:41:44','The leaders','Are working their way down the little descent ahead of the Col de Marie Blanque.'),(2681,67,'2006-07-12 15:43:55','Vaseur and Moreni','are chasing like crazy. They are working hard to rejoin the five leaders.'),(2682,67,'2006-07-12 15:47:00','The gap is growing!','The T-Mobile team-led peloton is nearly 11 minutes behind the break, with many of the men from the original 13-man break spread out in between.'),(2683,67,'2006-07-12 15:48:56','Vaseur and Moreni','Are closing in... but how will they do on the climb ahead?'),(2684,67,'2006-07-12 15:50:01','Connected.','We have a seven man group up front, but with the Col de Marie Blanque\'s steep slopes ahead, it will be a tough one to hang on with.'),(2686,67,'2006-07-12 15:56:30','Kessler','Is still doing the bulk of the work at the front. The T-Mobiles still have five riders at the front. The gap is 10:43.\r\n'),(2687,67,'2006-07-12 15:57:41','Disco moving up','The Discovery team is working its way up to the front, though they\'re leaving the T-Mobiles to do the work.'),(2688,67,'2006-07-12 16:02:14','Up up up','The leaders are on the slopes of the Col de Marie Blanc... but they\'re not all that\'s going up. The gap is now more than 11 minutes.'),(2689,67,'2006-07-12 16:06:00','Who\'s up there?','Just a reminder who we have in the front of the race:

    28. Cyril Dessel (F), Ag2r Prevoyance, 03:50
    \r\n43. Cristian Moreni (I), Cofidis, 05:05
    \r\n66. Juan Miguel Mercado (Sp), Agritubel, 06:32
    \r\n82. Cédric Vasseur (F), Quick Step-Innergetic, 07:27
    \r\n90. Inigo Landaluze (Sp), Euskaltel-Euskadi, 08:12
    \r\n105. Christophe Rinero (F), Saunier Duval, 09:16
    \r\n143. Inaki Isasi (Sp), Euskaltel-Euskadi, 16:18

    28. Cyril Dessel (F), Ag2r Prevoyance, 03:50
    \r\n43. Cristian Moreni (I), Cofidis, 05:05
    \r\n66. Juan Miguel Mercado (Sp), Agritubel, 06:32
    \r\n82. Cédric Vasseur (F), Quick Step-Innergetic, 07:27
    \r\n90. Inigo Landaluze (Sp), Euskaltel-Euskadi, 08:12
    \r\n105. Christophe Rinero (F), Saunier Duval, 09:16
    \r\n143. Inaki Isasi (Sp), Euskaltel-Euskadi, 16:18
    \r\n\r\nMatthieu Sprick (F), Bouygues Telecom, by five minutes. Then another 1:25 back are Daniele Bennati (I), Lampre and Carlos Da Cruz (F), Francaise des Jeux and then Joost Posthuma (Nl), Rabobank, Manuel Quinziato (I), Liquigas-Bianchi and Jens Voigt (G), CSC are just getting caught by the field.\r\n\r\n'),(2690,67,'2006-07-12 16:10:39','The seven men in the lead','Are still together and 46km from the finish.'),(2691,67,'2006-07-12 16:10:00','Mercado has gone','Mercado is attacking and the Dessel has jumped on his wheel.'),(2692,67,'2006-07-12 16:14:35','T-Mobile pushing pace','The T-Mobiles have trimmed the gap to 10:05, but come on... the leaders are 45km from the finish. The two leaders - Mercado and Dessel - are three km from the front.'),(2693,67,'2006-07-12 16:16:22','Landaluze chasing','The Euskaltel man is 15 seconds behind the two leaders. Mercado looks good.'),(2694,67,'2006-07-12 16:17:52','The T-Mobile chase','has trimmed the lead to less than 10 minutes.'),(2695,67,'2006-07-12 16:18:25','Mercado and Dessel','Are two kilometers from the top. Landaluze is still about 15 seconds back.'),(2696,67,'2006-07-12 16:21:46','Didi!','The two leaders are nearing the top of the Col de Marie Blanc and they have just been blessed by Didi Senft, the \"Devil\" of the Tour.'),(2697,67,'2006-07-12 16:22:42','The two leaders','Are about 9:40 ahead of the field.'),(2698,67,'2006-07-12 16:24:02','The two leaders','Are within 500 meters of the summit'),(2699,67,'2006-07-12 16:25:26','Dessel, Mercado','are 20 seconds ahead of Lansaluze, 24 seconds up on Moreni and Rinero.'),(2700,67,'2006-07-12 16:27:07','Over the top','Dessel takes the points.'),(2701,67,'2006-07-12 16:27:38','Landaluze','Comes across 30 seconds back'),(2702,67,'2006-07-12 16:27:00','It\'s a long descent to the finish','Moreni and Rinero cross at 1:00. We could see the top five regroup.'),(2703,67,'2006-07-12 16:29:13','The peloton still climbing','the gap is 9:40 back.'),(2704,67,'2006-07-12 16:30:23','Rubiera shelled','CheChu has been dropped by the main field... the T-Mobiles are getting a bit of help from Discovery.'),(2705,67,'2006-07-12 16:31:51','Gontchar','has been dropped as the peloton nears the top... but he has 40+km of descent to catch back on.'),(2706,67,'2006-07-12 16:34:01','That peloton','Has to make up some serious time over these last 40km. Rasmussen has attacked out of the main field... and trying to grab a few KOM points.'),(2707,67,'2006-07-12 16:35:34','Leipheimer','Has been dropped by the main field. He is pedaling squares. He\'ll make up time on the descent, but how does this bode for tomorrow\'s killer stage? Leipheimer is behind Gontchar.'),(2708,67,'2006-07-12 16:36:40','Rasmussen over the top','He grabs a few points and the peloton hits the top soon after. The time gap is 9:17 at the top.'),(2709,67,'2006-07-12 16:37:24','Leipheimer','Over the top and chasing.'),(2710,67,'2006-07-12 16:40:08','Place your bets','Okay folks. Remember that we don\'t take entries after the 10km to go mark. Obviously, this stage has shaken out and you may have an idea who will win... so hit the Daily Contest button on the top of the page.'),(2711,67,'2006-07-12 16:43:52',' Landaluze','Is still chasing the two leaders. He\'s about 10 seconds behind Mercado and Dessel, with 28km to go.

    Leipheimer, meanwhile, has rejoined the peloton. '),(2712,67,'2006-07-12 16:44:14',' Landaluze','Is now eight seconds back. The peloton is at 9:15'),(2713,67,'2006-07-12 16:44:44','Gontchar','Back in the field.'),(2714,67,'2006-07-12 16:46:38',' Landaluze','Driving hard and he\'s about to reconnect with the two leaders.'),(2715,67,'2006-07-12 16:47:15','We now have three leaders','And the peloton is actally losing time. They are 9:28 back.'),(2716,67,'2006-07-12 16:51:00','Did we call that too early?',' Landaluze did not reconnect after all.'),(2717,67,'2006-07-12 16:52:54','The gap back to the main field','is 9:30. The main field is growing. Erik Zabel is moving up through the field. That\'s a sign that the field is coming together.'),(2718,67,'2006-07-12 16:53:48',' Landaluze','Came really close... but now he\'s losing time again. He\'s 24 seconds back. The leaders have 20km to go.'),(2719,67,'2006-07-12 16:56:52',' Landaluze','is now 30 seconds behind the two leaders. Behind him at 1:15 are Moreni and Rinero.'),(2720,67,'2006-07-12 16:58:06','With 17km to go',' Landaluze continues to lose time to the two leaders... and so does the peloton, which is now at 9:30.'),(2721,67,'2006-07-12 17:01:35','How cruel the Tour','Gontchar is hauling bottles for the team... yellow jersey or not. He\'s back into playing the role of domestique for the team.'),(2722,67,'2006-07-12 17:02:56','The gap is growing','The T-Mobile team is just doing it\'s best to minimize the damage. The two leaders are 11.5km from the finish and lead Landaluze by 50 seconds and the peloton is at 9:30'),(2723,67,'2006-07-12 17:04:27','With 10.5km to go',' Landaluze is at 52. he peloton is at 9:28'),(2724,67,'2006-07-12 17:06:31',' Landaluze','is at 55 seconds. The two leaders are still working hard together. Dessel is going to be in yellow tonight. He also leads the Polka Dot jersey competition.\r\n'),(2725,67,'2006-07-12 17:07:21','Contest closed','By the way, our 10km-to-go rule is hard and fast... so no more entries.'),(2726,67,'2006-07-12 17:09:33','Eight km to go','With Landaluze at 1:00, the race will be decided between Juan Miguel Mercado and Cyril Dessel. Dessel becomes the fifth rider to wear yellow in this Tour. We can imagine that the record of eight is going to be challenged this year.'),(2727,67,'2006-07-12 17:09:57','9:36 to the peloton',''),(2728,67,'2006-07-12 17:11:54','Dessel','Is doing the bulk of the work. Mercado seems to think that if the Frenchman is taking the jersey, he should conserve a bit of energy for the sprint to the line.... in five kilometers.'),(2729,67,'2006-07-12 17:12:33','The yellow jersey','is setting tempo at the front of the peloton. Gontchar and Co. are 9:33 back.'),(2730,67,'2006-07-12 17:12:54',' Landaluze','hits the five kilometers to go mark at 1:01.'),(2731,67,'2006-07-12 17:13:47','What a stage','The absence of a single dominant rider sure makes this Tour the most exciting in years.'),(2732,67,'2006-07-12 17:14:15','With 3km to go','The peloton is just reaching the 10km to go mark.'),(2733,67,'2006-07-12 17:15:05','Mercado is not working too much','Okay... he\'s sitting on Dessel\'s wheel. He wants the stage win.'),(2734,67,'2006-07-12 17:15:06','Mercado is not working too much','Okay... he\'s sitting on Dessel\'s wheel. He wants the stage win.'),(2735,67,'2006-07-12 17:16:38','With 2km to go','The two men in front are working their way through the streets of Pau. Dessel is still doing the work. The peloton is 9:09 back.'),(2736,67,'2006-07-12 17:17:39','The two men','are in the final kilometer.... Dessel is nervous. He can\'t play games.'),(2737,67,'2006-07-12 17:18:03','This break','The two men have been off for more than 150km'),(2738,67,'2006-07-12 17:18:22','Nearing the finish',''),(2739,67,'2006-07-12 17:19:11','Mercado goes!','Dessel responds... \r\n\r\n'),(2742,67,'2006-07-12 17:20:24',' Landaluze','Comes in for third at 56 seconds.'),(2741,67,'2006-07-12 17:19:44','Sprint!','Mercado gets it! Dessel fought to the line.\r\n'),(2743,67,'2006-07-12 17:21:59','Moreni and Rinero','Come in at 2:24 for fourth and fifth'),(2744,67,'2006-07-12 17:22:00','Tick tick tick tick','It\'ll be a while before we see the peloton amble into town.'),(2745,67,'2006-07-12 17:25:42','Lampre leading','the peloton as they enter the final kilometer... at 6:10 back.'),(2746,67,'2006-07-12 17:26:07','There are points left...','So we will see a sprint. Zabel is in there.'),(2747,67,'2006-07-12 17:26:58','Field Sprint!','Bonnati edges Zabel for 8th.'),(2748,67,'2006-07-12 17:30:41','Today\'s winner','Congratulations to Ms. Barbara Morgan, who won today\'s Daily Contest.'),(2749,67,'2006-07-12 17:34:49','Stage results','1. Juan Miguel Mercado (Sp), Agritubel
    \r\n2. Cyril Dessel (F), Ag2r Prevoyance, 00:00
    \r\n3. Inigo Landaluze (Sp), Euskaltel-Euskadi, 00:56
    \r\n4. Cristian Moreni (I), Cofidis, 02:24
    \r\n5. Christophe Rinero (F), Saunier Duval, 02:25
    \r\n6. Inaki Isasi (Sp), Euskaltel-Euskadi, 05:03
    \r\n7. Vasseur Cédric (F), Quick Step-Innergetic, 05:35
    \r\n8. Daniele Bennati (I), Lampre, 07:23
    \r\n9. Erik Zabel (G), Milram, 07:23
    \r\n10. Stefano Garzelli (I), Liquigas-Bianchi, 07:23
    '),(2750,58,'2006-07-13 12:24:44','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the 11th stage of the 93rd edition of the Tour de France. Today\'s stage - with a profile that resembles a rip saw - takes the peloton over the mighty mountain passes of Tourmalet, Aspin, Peyresourde and Portillon merits the greatest attention from the race favorites  even though this one then continues into Spain for another 40km to finish on the long, but gently graded climb to the Pla-de-Beret summit.'),(2751,0,'0000-00-00 00:00:00','',''),(2752,58,'2006-07-13 12:32:00','Racing began early today','With 168 riders leaving Tarbes at 11:12 this morning. After several initial attacks, the day\'s break formed and we have four riders - Iker Camano (Euskaltel) [51st on GC, at 10:09], Fabian Wegmann (Gerolsteiner) [91st, at 17:02], Juan Antonio Flecha (Rabobank) [123rd, at 30:07] and David de la Fuente (Saunier Duval) [157, at 42:25] - comfortably ahead of the peloton as they begin to work their way up the lower slopes of the hors categorie Col du Tourmalet... well \"comfortable\" is a relative term, since not much is comfortable on the Tourmalet, is it?

    This is an 18.3km climb that averages 7.7 percent. The four leaders - now at the 56km mark - are 7:20 ahead of the peloton, which contains all of the big players, including the new yellow jersey Cyril Dessel (AG2R) and Juan Miguel Mercado, who says he wants the jersey as early as today.

    Back at kilometer 17.5, Robbie McEwen snagged the day\'s first sprint, adding to his considerable lead in the points contest.'),(2753,58,'2006-07-13 12:35:55','Landis predicts a decisive stage','Speaking with VeloNews\'s John Wilcockson, “This will be the most difficult stage ahead of the Alps,†said Floyd Landis, who’s now in fifth overall, 4:45 behind new race leader Cyril Dessel (AG2R) after Wednesday’s “no hope†breakaway succeeded. “The Col du Tourmalet has a category HC and then there are four category ones. The final climb is not so steep but very long. I think only a small group will be fighting for the win.â€Â

    This assessment by Phonak’s big hope to win this Tour is probably right on the money. Stage 11 is 206.5km long, which equates to a about six and a half hours of racing, and the total amount of climbing is a daunting 17,473 feet.\r\n\r\n'),(2754,58,'2006-07-13 12:39:01','At 60km','...and 15km from the summit of the Tourmalet, the four escapees remain together some 8:11 ahead of the peloton.'),(2755,58,'2006-07-13 12:43:08','The Tourmalet','The Tourmalet was one of the first major mountain climbs to be included in the Tour, in 1910, when it was climbed from the opposite direction. Climbing it west-to-east, as is being done Thursday, is longer and more spectacular. It’s a taxing 18.3km long, averaging 7.7 percent with long sections at 10 percent  first on the early slopes up a steep valley and through the village of Barèges, and then across an open mountainside in a series of bold curves.'),(2756,58,'2006-07-13 12:45:36','Contest Reminder','Any idea who is going to win this one? You get a shot at a prize if you\'re right. Go ahead and hit the Daily Contest button atop our page.'),(2757,58,'2006-07-13 12:48:38','At 62km','and 13km from the top of the Tourmalet, the four leaders are 7:40 ahead of the peloton, which remains relatively intact, including all four jersey leaders.'),(2758,58,'2006-07-13 12:55:15','Mayo','is already suffering and the peloton is not on the toughest part of the the Tourmalet. The four leaders are now 6:44 ahead of the field, with 11lm remaining on this climb.'),(2759,58,'2006-07-13 12:59:00','At 65km','The four leaders are 10km from the top of the Tourmalet. They are now 6:30 ahead of the main field, which is being tempo-ed by Ag2r. Iban Mayo, Euskaltel\'s ace climber is already back with the sprinters\' group.'),(2760,58,'2006-07-13 13:02:26','Mayo','is already trailing the peloton by 1:35. Something is up with the man often regarded as one of the most dangerous climbers in the peloton.'),(2761,58,'2006-07-13 13:03:47','Leaders are 6:20 ahead','And Mayo, leaning on his team car, is already 2:00 behind the peloton. He may be dropping out.'),(2762,58,'2006-07-13 13:05:20','After the Tourmalet','There are 131.5km to race on Thursday after crossing the Tourmalet, with the remaining Cat. 1 climbs coming at 101.5km, 70.5km and 45.5km to go, before starting the gradual uphill to the finish at Vielha with 23.5km remaining.

    After Wednesday’s much easier stage, T-Mobile’s longtime yellow jersey Sergei Gontchar said, “The day was particularly hard as we are only seven [in the team]. We worked without any help … it was a pity that other teams didn’t follow our lead. The situation was hard to control.â€Â

    It will be much harder for T-Mobile on Thursday even though the jersey has slipped to Dessel’s AG2R squad, whose leader Christophe Moreau said, “[Thursday’s] stage will make the standings clearer.â€Â'),(2763,58,'2006-07-13 13:07:49','With 8km','of the Tourmalet remaining for the four leaders, the gap is down to 5:53. Mayo, meanwhile is 2:20 behind the peloton.'),(2764,58,'2006-07-13 13:08:31','Lombardi','CSC\'s Giovani Lombardi has abandoned.'),(2765,58,'2006-07-13 13:11:02','Mayo','Not a happy camper. He\'s 2:30 behind the peloton and not-too-kindly asking the TV camera to leave him alone. I think he would prefer to suffer in private. He\'s been suffering a sore throat, a problem he attributed to air conditioning in his hotel. Whatever the problem, he may not even make the time cut today.'),(2766,58,'2006-07-13 13:13:31','Moos','Alexandre Moos has dropped off the back of the peloton. Not a good sign for Phonak. He is supposed to be one of Floyd Landis\'s top lieutenants.'),(2767,58,'2006-07-13 13:18:33','That\'s weird','Gilberto Simoni is back riding with Robbie McEwen. Brilliant in the Giro, the Saunier Duval man simply doesn\'t have it in July.'),(2768,58,'2006-07-13 13:23:43','Chris Horner has been dropped','The Ag2r Team is setting tempo up front of the peloton, and the break is 5:10 ahead. Chris Horner has been dropped, which is not good for Cadel Evans. Horner will undoubtedly regain the group on the descent, but this isn\'t a good sign.

    Paolo Savoldelli, too, has been shed by the peloton.

    Heyyyyyyyy.... Miguel Indurain just walked into the press room.'),(2769,58,'2006-07-13 13:26:24','Leaders are three km from the top','of the Tourmalet. The peloton, meanwhile, is being shredded. Ag2r is setting a strong pace. Landis is right there with them. He has Robbie Hunter with him.'),(2770,58,'2006-07-13 13:29:01','Zabriskie','has been dropped. There is a big group of Discovery riders trailing off the back.'),(2771,58,'2006-07-13 13:32:32','The leaders are nearing the top','and the margin has been trimmed to 4:27'),(2772,58,'2006-07-13 13:33:00','Up and over','De la Fuente appears to have taken the KOM points, outsprinting Wegmann to the top.'),(2773,58,'2006-07-13 13:37:38','Rasmussen','Jumps out of the field and seeking points... but hey, Thomas Voeckler charges past him and pips him at the line. The peloton comes across the top 3:48 behind the leaders.'),(2774,58,'2006-07-13 13:39:34','Oh this descent','Is beautiful. The roads here are much nicer than they have been in years past. These roads were quite rough... not anymore. The speeds are quite high'),(2775,58,'2006-07-13 13:44:53','The four leaders','Are speeding down the Tourmalet and have an advantage of 3:50 over the peloton.'),(2776,58,'2006-07-13 13:54:44','Between climbs','The leaders and the peloton are in the valley between the Tourmalet and the Col d\'Aspin. The gap is 4:00'),(2777,58,'2006-07-13 13:55:42','Leaders are on the Col d\'Aspin','Not much time to rest and the Aspin kicks in soon after the end of the descent off of the Tourmalet.'),(2778,58,'2006-07-13 14:01:09','Ag2r','Is still setting tempo at the front, as the peloton reaches the base of the Col d\'Aspin, 3:55 behind the leaders. Cyril Dessel is tucked in comfortably... as are Floyd Landis, Levi Leipheimer and George Hincapie'),(2779,58,'2006-07-13 14:05:01','The leaders are extending their advantage','The four men off the front are now 5:35 ahead of the peloton. Thomas Voeckler, meanwhile, is trying to bridge up to these four. He\'s about 2:22 behind the leading four. He never eased off after snagging KOM points from Rasmussen.'),(2780,58,'2006-07-13 14:11:58','Voeckler','Feisty little fella that he is, is still chasing on the Aspin. He is 2:11 behind the four leaders. '),(2781,58,'2006-07-13 14:14:01','The four leaders','Are 5:01 ahead of the peloton, with 104km - and four Cat.1 climbs - remaining in today\'s stage.'),(2782,58,'2006-07-13 14:16:01','Voeckler closing','The leaders are 2.5km from the top of the Aspin and Voeckler is about 1:50 behind them. He may catch on the descent, which is immediately followed by the 9.7km Col de Peyresourde.'),(2783,58,'2006-07-13 14:20:06','The pace in the peloton','is picking up and there are a few riders - like Quick Step\'s Juan Miguel Garate - are being shed off the back. The gap is shrinking as the four leaders approach the top of the climb 4:19 ahead of the peloton. Voeckler, meanwhile is 1:20 back.'),(2784,58,'2006-07-13 14:23:00','Up and over','The four leaders are over. Voeckler crests the climb 1:15 behind. Wegmann has taken top points on the climb, ahead of De la Fuente. In the peloton, Rabobank is setting tempo at the front for Rasmussen.'),(2785,58,'2006-07-13 14:30:26','Voeckler','is 1:15 behind the four leaders. The peloton hit the top of the climb at 3:42.'),(2786,58,'2006-07-13 14:34:24','Voeckler','is 1:10 back as the four leaders hit the base of the descent and work their way through the streets of Arreau. The peloton is at 3:32.

    Comments? Questions? Drop us a line.'),(2787,58,'2006-07-13 14:36:15','Sam Abt','This morning in Tarbes, the New York Times\'s Sam Abt was officially recognized for having covered 30 Tours de France. Congratulations Sam.'),(2788,58,'2006-07-13 14:38:35','On their way up','the Col de Peyresourde and they lead Voeckler by about 55 seconds and the peloton by 3:33.'),(2789,58,'2006-07-13 14:40:41','Oh that\'s gotta hurt','A big group of riders just fought their way back on to the back of the peloton... just as the peloton is scooting up the Col de Peyresourde.'),(2790,58,'2006-07-13 14:46:48','Ag2r','with VeloNews diarist Simon Gerrans setting the tempo at the front, the gap is staying a very workable 3:45. Voeckler is still chasing. Heroic or bonehead move. You make the call.'),(2791,58,'2006-07-13 14:47:00','Voeckler close','He\'s just 35 seconds behind the break, with about 9km of the Col de Peyresourde remaining.'),(2792,58,'2006-07-13 14:50:49','Correction','We just said that the leaders had 9km of climbing to go. They actually have 10. Voeckler is now 20 seconds behind the leaders.'),(2793,58,'2006-07-13 14:56:36','Voeckler','Is still just behind the leaders... the peloton is at 4:03, still led by the efforts of Ag2r. Mercado dropped a chain... but he\'s up and chasing. He\'s riding quite nicely and looks good. In the peloton, the biggies - Landis, Hincapie, Kloden - are all there and looking quite comfortable.'),(2794,58,'2006-07-13 14:58:00','Camano fading','Euskaltel\'s Iker Camano is fading off the pace of the leaders and is about to be caught by Voeckler - who is looking quite good today.'),(2795,58,'2006-07-13 15:00:44','Of the three men up front','Flecha is the weakest. He, like Camano, is fading back. '),(2796,58,'2006-07-13 15:04:10','Voeckler has passed Camano','and is closing in on Flecha. Meanwhile, the peloton is at 4:03. We see Leipheimer up there, riding a whole heck of a lot better than yesterday.'),(2797,58,'2006-07-13 15:08:55','Discovery\'s Martinez','Egoi Martinez has blown. He was suffering on the Tourmalet, recovered on the Aspin and has slipped off the back of the peloton on the Peyresourde. Discovery\'s ranks are being cut back and Hincapie may soon be on his own. '),(2798,58,'2006-07-13 15:11:11','Wegmann and De la Fuente','Are working their way to the top... they lead Flecha by 30 seconds and Voeckler is just not catching on. He\'s at 1:20. Camano is another back.'),(2799,58,'2006-07-13 15:13:08','De la Fuenta and Wegmann','Are now 1:00 ahead of Flecha. Voeckler is looking pretty spent. He has another 5km to climb before he gets momentary respite and then faces two more Category 1 climbs.'),(2800,58,'2006-07-13 15:13:49','Popo','Popovych is hovering at the back of the main field. That\'s another Disco who\'s suffering.'),(2801,58,'2006-07-13 15:15:37','Voeckler','Is now 1:13 behind Flecha, who is 1:00 behind the two leaders - Fabian Wegmann and David de la Fuente.'),(2802,58,'2006-07-13 15:17:02','Azevedo','Has slipped back in the peloton, too. Discovery is having a tough time of this. Hincapie, though, is still up there.'),(2803,58,'2006-07-13 15:18:00','Wegmann and De la Fuente','Are on the final kilometer of the climb. Flecha is at 1:00, Voeckler is at 2:15 and Camano has been caught by the peloton at 3:17'),(2804,58,'2006-07-13 15:20:07','De la Fuente','Has taken top points on the climb and it looks like he is now the top man in the KOM race.'),(2805,58,'2006-07-13 15:21:00','Voeckler caught','as Rabobank is pulling Rasmussen to the top of the climb to get the fourth points on the climb.'),(2806,58,'2006-07-13 15:22:35','Rasmussen over the top','He gets fourth place on the climb, 3:04 behind the leaders.'),(2807,58,'2006-07-13 15:24:19','De la Fuente still leads','He is some 20 seconds ahead of Fabian Wegmann on the descent. Flecha is nearly 2:00 back and looks likely to be swallowed up by the peloton.'),(2808,58,'2006-07-13 15:28:30','De la Fuenta and Wegmann','Are now together. Flecha is at 1:55 and the peloton is at 3:24 with 60km remaining in today\'s stage.'),(2809,58,'2006-07-13 15:33:07','Peloton at 3:20','and they trail Flecha by about a minute.'),(2810,58,'2006-07-13 15:34:52','Wegmann and De la Fuente','Are in Luchon, with the day\'s second - and final - intermediate sprint. They don\'t care, but are concerned about the Cat. 1 Col du Portillon - 7.9km at 7.9 percent. Ick'),(2811,58,'2006-07-13 15:37:22','Ag2r','Is leading the peloton. They have five riders at the front of the peloton. It\'s amazing how a team rises to the occasion when one of its riders is in yellow. Discovery, meanwhile, lost most of its riders on the last climb. Popovych and another are rejoining the peloton, but are they going to be able to last on these next two Cat. 1 climbs?'),(2812,58,'2006-07-13 15:40:19','De la Fuenta and Wegmann','Are on the slopes of the Col du Portillon. The peloton is at 3:26 and Flecha is somewhere in the middle.'),(2813,58,'2006-07-13 15:41:58','Sam Abt','We just posted a photo of Sam and his 30-year award. He and our own guy John Wilcockson (39 Tours) are the veterans of the English Speaking press at the Tour.'),(2814,58,'2006-07-13 15:42:48','Pop!','Wegmann is dropped as De la Fuente motors off. Flecha has been caught.... and Thomas Voeckler has been dropped.'),(2815,58,'2006-07-13 15:44:21','T-Mobile moving up','Woooo Hooo! T-Mobile is now putting the pressure on at the front of the peloton. Kloden, Rogers, Kessler are driving the tempo hard. Landis is there. Cadel Evans is up there, too,'),(2816,58,'2006-07-13 15:46:36','Bang!','The yellow jersey has been dropped. Man, the T-Mobiles are driving hard on the front. Landis is there, We do not see Hincapie.'),(2817,58,'2006-07-13 15:47:18','Dessel','has two teammates with him. But Ag2r has left Moreau up there.'),(2818,58,'2006-07-13 15:48:26','Amazingly','We see Michael Boogerd up there working with Rasmussen. Leipheimer is still there, riding better than the past few days. '),(2819,58,'2006-07-13 15:49:38','Dessel','Has been left on his own by his team. The Ag2r squad is now putting all of its effort into working for Moreau.'),(2820,58,'2006-07-13 15:51:46','Up front','De la Fuente is 1:20 ahead of Wegmann, but the peloton is just 2:30 back.

    Kessler is driving hard at the front. \r\n\r\nHincapie has been dropped and is riding with the yellow jersey group.'),(2821,58,'2006-07-13 15:53:05','The \"peloton\"','has been trimmed to about 20-25 riders. They have just caught Wegmann.'),(2822,58,'2006-07-13 15:54:11','Simoni','is in the elite group. Cunego has popped off the back.'),(2823,58,'2006-07-13 15:54:43','Hincapie','has slipped out of the second group. He is struggling today.'),(2824,58,'2006-07-13 15:56:46','Kessler spent','Matthias Kessler has put in his effort. He\'s gone off the back. Rogers and Kloden are the T-Mobiles up there. Leipheimer and Landis are in the mix. Ahead, the lone leader - de la Fuente - is about 1:15 ahead of the group.'),(2825,58,'2006-07-13 15:59:39','Mayo out','He has pulled out of the Tour. Well ahead of where he made that decision, we see a strong mix of riders now being led by Boogerd and Rasmussen. Sastre is there, Moreau, Leipheimer, Landis, Simoni, Rogers... Cunego is now catching on in the final kilometer of the climb.'),(2826,58,'2006-07-13 16:00:58','Dessel and Mercado','The two men who vaulted to the top of GC yesterday are both suffering. Third-placed Floyd Landis may be in a position to take the jersey. He looks relaxed today.'),(2827,58,'2006-07-13 16:02:52','De la Fuente','Is near the top of the climb. He is now solidifying his hold on the polka-dot jersey, with 45km to go as he enters Spain.'),(2828,58,'2006-07-13 16:04:27','The Landis group','crests the climb at 1:28 behind De la Fuente.\r\n'),(2829,58,'2006-07-13 16:04:54','Yellow jersey','group is at 3:44 and still climbing.'),(2830,58,'2006-07-13 16:06:27','Franck Schleck','of CSC crashed out of the lead group, but he\'s up and chasing.'),(2831,58,'2006-07-13 16:10:00','That elite group','Includes Jose\' Azevedo (Discovery), Carlos Sastre, Frank Schleck (CSC), Floyd Landis (Phonak), Michael Rogers, Andreas Kloden (T-Mobile) Christophe Moreau (Ag2r) Denis Menchov, Michael Boogerd and Mikael Rasmussen (Rabobank), Levi Leipheimer and Marcus Fothen (Gerolsteiner). Cadel Evans (Davitamon) David Arroyo (Caisse d\'Epargne) Damiano Cunego (Lampre).'),(2832,58,'2006-07-13 16:12:37','Landis pushing the pace','On the descent. De La Fuente is just 1:22 ahead of the chase group. He looks beat.'),(2833,58,'2006-07-13 16:17:34','On the flat before the climb','David Arroyo (Caisse d\'Epargne) Damiano Cunego (Lampre) have scampered ahead in an attempt to hook up with De la Fuente.'),(2834,58,'2006-07-13 16:19:43','The Landis group','Has eased up a bit. They let David Arroyo (Caisse d\'Epargne) and Damiano Cunego (Lampre) go, since neither poses a major GC threat. Cunego is in 60th at 10:51 and Arroyo is 98th at 18:22.'),(2835,58,'2006-07-13 16:21:35','The road ahead','With about 32km remaining in this stage, the road ahead is mostly uphill. The next 18km will involve a gradual climb to the finishing climb to Puerto de Beret, a 13.2km climb that averages a relatively mild 5.5 percent.'),(2836,58,'2006-07-13 16:24:19','De la Fuente','Is about 30 seconds ahead of Cunego and Arroyo. The two men are about 1:00 ahead of the Landis group. The yellow jersey group is gaining time, too and they are but 1:10 behind the Landis group'),(2837,58,'2006-07-13 16:25:36','Arroyo and Cunego','Are closing in on De la Fuente.'),(2838,58,'2006-07-13 16:28:22','Three men up front','De le Fuente is wasted. He\'s been off the front pretty much all day. He is likely to get dropped, but he has a nice, nice, hold on the Polka Dot jersey.'),(2839,58,'2006-07-13 16:30:04','The lead trio','are 55 seconds ahead of the Landis group. The yellow jersey group is closing in on the Landis group. We can\'t tell who is in there with the yellow jersey group though. We have to assume that Hincapie is in that group.'),(2840,58,'2006-07-13 16:30:59','Landis group','is beginnin to work under the guidance of the three Rabobank riders. They are now just 40 seconds behind the leaders. '),(2841,58,'2006-07-13 16:32:50','Closing in','The Landis group are just 15 seconds behind the Cunego group. They are extending their lead over the yellow jersey group, too.'),(2842,58,'2006-07-13 16:33:06','Caught','The Cunego group is caught.'),(2843,58,'2006-07-13 16:36:49','The leaders','Are 23km from the finish. Rabobank is driving the pace. They and Gerolsteiner each have three riders in the bunch. Gerolsteiner has Georg Totschig, Marcus Fothen and Leipheimer. '),(2844,58,'2006-07-13 16:39:37','Cunego dropped','With 19km left, Damiano Cunego has been dropped by the lead group, which is still being powered by Rabobank.'),(2845,58,'2006-07-13 16:40:28','As the leaders approach the final haul','The yellow jersey group trails the Landis group by 1:24'),(2846,58,'2006-07-13 16:41:55','The lead group','Rasmussen is setting tempo at the front, Boogerd is there behind him and Simoni (41st on GC at 9:19) is sitting comfortably behind them. Landis looks quite comfy.'),(2847,58,'2006-07-13 16:43:00','Pop!','De la Fuente has been dropped by the lead group. '),(2848,58,'2006-07-13 16:44:09','Leipheimer','Seems to have recovered from the problems he\'s run into these past few days.'),(2849,58,'2006-07-13 16:45:00','With 16km to go','The official start of the climb starts in about 1km... it\'s a 13km climb, but the last 2km are flat.'),(2850,58,'2006-07-13 16:46:48','The gap back to the yellow jersey group','is about 2:00 now.'),(2851,58,'2006-07-13 16:47:22','The leaders are 15km from the finish','The road is turning up...'),(2852,58,'2006-07-13 16:51:13','De la Fuente caught by the yellow jersey group','He\'s totally spent'),(2853,58,'2006-07-13 16:52:37','Today\'s WTF moment','The Tour and the UCI just announced over the race radio that the top five finishers will have their bikes weighed at the finish.'),(2854,58,'2006-07-13 16:53:27','Lead group splits','Simoni is in trouble, Azevedo, Rasmussen... all gone'),(2855,58,'2006-07-13 16:54:35','Boogerd is driving hard','This mellow grade seems to favor a power rider like Boogerd. Landis and Leipheimer are there with Menchov and Boogerd. Kloden is in the mix, as is Sastre'),(2856,58,'2006-07-13 16:55:56','We see','Evans, Sastre, Menchov, Leipheimer. Landis... and Moreau has just popped'),(2857,58,'2006-07-13 16:57:44','Leaders 10km to go','Sastre, Kloden, Menchov, Evans, Landis, Leipheimer all going on the wheel of Boogerd.'),(2858,58,'2006-07-13 16:58:32','He is not gonna stop!','This group of seven is flying, with Boogered driving hard at the front'),(2859,58,'2006-07-13 16:59:43','Mercado attacks out of the yellow jersey group','Dessel catches on with 10km to go.'),(2860,58,'2006-07-13 17:00:12','Boogered is still up there','He is beginning to show signs of wear.'),(2861,58,'2006-07-13 17:00:49','The yellow jersey group','is now 3:00 behind the Landis group.'),(2862,58,'2006-07-13 17:02:11','Boogerd blows','And Menchov attacks'),(2863,58,'2006-07-13 17:03:05','Kloden is dropped','Sastre Landis Cadel Evans and Leipheimer.... who attacks with 7.3km to go'),(2864,58,'2006-07-13 17:03:26','Leipheimer caught',''),(2865,58,'2006-07-13 17:04:16','It\'s down to five','Menchov, Landis, Leipheimer, Sastre and Cadel Evans'),(2866,58,'2006-07-13 17:04:53','Moreau','has lost a minute. Up front, the leading five have 7km to go.'),(2867,58,'2006-07-13 17:06:07','Landis','Whether willingly or not is in the front\r\n'),(2868,58,'2006-07-13 17:06:45','Dessel at 3:42',''),(2869,58,'2006-07-13 17:07:14','The leading five','Are thinking about the finish... and they\'ve slowed a bit'),(2870,58,'2006-07-13 17:07:47','Boogered closing back in','He is 11 seconds back behind the five men up front.'),(2871,58,'2006-07-13 17:08:56','5.5km to go','three-and-a-half of it is on the climb.'),(2872,58,'2006-07-13 17:09:42','Dessel is at 3:29','He needs to finish within 4:45'),(2873,58,'2006-07-13 17:09:55','Five kilometers to go',''),(2874,58,'2006-07-13 17:11:31','The five up front','are not playing well together... a lot of eyeing one another with the stage win, rather than GC in mind.'),(2875,58,'2006-07-13 17:12:16','With four kilometers to go','It looks like Dessel may preserve his hold on the jersey... which is cool going into Bastille day.'),(2876,58,'2006-07-13 17:13:00','Leipheimer and Sastre','Have to be the favorites for a stage win today. Dessel is holding his margin at 3:33.'),(2877,58,'2006-07-13 17:14:53','With 3km to go','only one kilometer of climbing remaining... the gap to Dessel is 4:06.'),(2878,58,'2006-07-13 17:15:52','Leipheimer attacks','He has Menchov and Landis with him... Menchov goes... Landis counters.'),(2879,58,'2006-07-13 17:16:26','Landis driving hard at the front.','Sastre is way back... Landis and Mechov have a gap on Leipheimer.'),(2880,58,'2006-07-13 17:16:47','With 2.3km to go...','Leipheimer rejoins.'),(2881,58,'2006-07-13 17:17:08','On the flat','Two kilometers to go'),(2882,58,'2006-07-13 17:17:36','Menchov, Landis and Leipheimer','Are driving to the finish.'),(2883,58,'2006-07-13 17:18:01','Into the final kilometer',''),(2888,58,'2006-07-13 17:20:39','Tick, tick, tick','With time bonuses awarded to third-placed Landis (8 seconds) Dessel has to come in within 4:37'),(2887,58,'2006-07-13 17:19:20','Leipheimer','is setting up for a win...Menchov goes, he wins.... Leipheimer second... and Landis third.'),(2889,58,'2006-07-13 17:21:44','Dessel is driving hard','He wants to preserve the jersey. He wants to be in the jersey on Bastille day. Speaking of French guys on Ag2r, Moreau comes in at 2:29.... a lot of time.'),(2890,58,'2006-07-13 17:22:57','Dessel','Reaches the one km mark at 3:40'),(2891,58,'2006-07-13 17:23:59','Dessel finishes','4:45... Floyd Landis is in yellow'),(2892,58,'2006-07-13 17:24:27','Floyd Landis','is now the sixth man to wear a yellow jersey in the Tour de France.'),(2893,58,'2006-07-13 17:29:00','Stage Results and GC','\r\nTop 10
    \r\n1. Denis Menchov (Rus), Rabobank
    \r\n2. Levi Leipheimer (USA), Gerolsteiner, same time
    \r\n3. Floyd Landis (USA), Phonak, s.t.

    \r\n4. Cadel Evans (Aus), Davitamon-Lotto, at 0:17
    \r\n5. Carlos Sastre (Sp), CSC, at 0:17
    \r\n6. Michael Boogerd (Ned), Rabobank, at1:04
    \r\n7. Haimar Zubeldia (Sp), Euskaltel-Euskadi, at 1:31
    \r\n8. Frank Schleck (Lux), CSC, s.t.
    \r\n9. Andréas Klöden (G), T-Mobile, s.t.
    \r\n10. Christophe Moreau (F), Ag2r, at 2:29

    Overall
    \r\n1. Floyd Landis (USA), Phonak
    \r\n2. Cyril Dessel (F), Ag2r, at 0:08
    \r\n3. Denis Menchov (Rus), Rabobank, at 1:01
    \r\n4. Cadel Evans (Aus), Davitamon-Lotto, at 1:17
    \r\n5. Carlos Sastre (Sp), CSC, at 1:52
    \r\n6. Andréas Klöden (G), T-Mobile, at 2:29
    \r\n7. Michael Rogers (Aus), T-Mobile, at 3:22
    \r\n8. Juan Miguel Mercado (Sp), Ag2r, at 3:33
    \r\n9. Christophe Moreau (F), Ag2r, at 3:44
    \r\n10. Marcus Fothen (G), Gerolsteiner, at 4:17
    \r\n\r\nComplete results'),(2894,68,'2006-07-14 13:21:12','Happy Bastille Day...','and welcome to VeloNews.com\'s Live Coverage of the 12th stage of the 93rd edition of the Tour de France, a 211.5km race from Luchon to Carcassonne.

    There are no major climbs on this first of three transitional stages between the Pyrénées and Alps, but that doesn\'t mean it will be an easy day. Stages like this often give rise to long breakaways that succeed, especially when the weather in this southern part of France is hot and sticky. Any break that develops in the hilly opening two-thirds of the stage will need to get at least a 10-minute lead if it has any chance of holding off the pack on the straighter roads and flatter terrain of the final 70km. \r\n'),(2895,68,'2006-07-14 13:25:00','Racing has been underway for about an hour','thus far today. There have been a couple of big breaks - mostly involving riders lower down on GC. Currently a group of 15 riders - including American George Hincapie, whose GC hopes evaporated yesterday, are ahead of the peloton by about 1:00. Phonak is taking its proper role at the front of the peloton, working to protect the jersey of Hincapie\'s compatriot, Floyd Landis.

    The group formed on the slopes of the Category 2 Col de Ares and includes last year\'s KOM winner Mikael Rasmussen. He\'s in the hunt for points on the day\'s four Categorized climbs, this Cat.2 and then the three successive Cat. 4s over the next 100km\r\n'),(2896,68,'2006-07-14 13:31:00','Included in the break','are:

    33. Damiano Cunego (I), Lampre, 16:17
    \r\n35. Mickael Rasmussen (Dk), Rabobank, 17:56
    \r\n44. Giuseppe Guerini (I), T-Mobile, 26:42
    \r\n40. George Hincapie (USA), Discovery Channel, 23:01
    \r\n45. Cristian Moreni (I), Cofidis, 26:59
    \r\n47. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., 28:31
    \r\n50. Stephane Goubert (F), Ag2r Prevoyance, 30:18
    \r\n60. David Moncoutie (F), Cofidis, 34:53
    \r\n65. Sylvain Chavanel (F), Cofidis, 36:51
    \r\n70. Gorka Verdugo (Sp), Euskaltel-Euskadi, 41:07
    \r\n73. David Millar (GB), Saunier Duval, 43:10
    \r\n117. Jens Voigt (G), CSC, 1:01:28
    \r\n119. Michael Albasini (Swi), Liquigas-Bianchi, 1:03:14
    \r\n128. Thor Hushovd (Nor), Credit Agricole, 1:07:50
    \r\n\r\nYou can see a lot of strong riders in that group, many of whom came into the Tour with high hopes and have seen those evaporate in the mountains and/or last weekend\'s time trial.'),(2897,68,'2006-07-14 13:35:13','Benjamin Noval','has withdrawn from the Tour. Paolo Savoldell, who was hurt after yesterday\'s stage, pulled out earlier. This is a far cry from years past when the Postal/Discovery juggernaut would come into Paris with all nine riders still in the peloton.'),(2898,68,'2006-07-14 13:40:37','Contest Reminder','We just wanted to remind you to take advantage of our Daily Contest button. Remember, we don\'t take entries after the 10km-to-go mark.'),(2899,68,'2006-07-14 13:43:32','Pace is high','At 65km covered, the break is holding onto a scant 1:00 lead. Interestingly, as Rasmussen is off trying to collect KOM points, the current Polka Dot jersey holder, David de la Fuente (Saunier Duval) is struggling to stay connected to the main field. '),(2900,68,'2006-07-14 13:48:07','Phonak','Does not seem interested in letting this group go. The men in the break have just 35 seconds on the main field. It could be that it is simply too big and unweildy to let go. If some of the bigger names, higher up on GC, like Cunego, Rasmussen, Guerini and Hincapie, slip back, they may be able to let the rest go.'),(2901,68,'2006-07-14 13:48:41','At 70km','This break seems doomed at this point. The gap is just 20 seconds.'),(2902,68,'2006-07-14 13:50:40','Some of the group has slipped back','Cunego and Rasmussen are back in the main field. Hincapie and Guerini are still in the break. Let\'s see how this shakes out.'),(2903,68,'2006-07-14 13:53:45','Nine riders','Are off gaining time again. They include, George Hincapie (Discovery), Jens Voigt (CSC), Giuseppe Guerini (T-Mobile), Daniel Bennati (Lampre), Stephane Goubert (Ag2r), Gorka Verdugo (Euskaltel), Cristian Moreni (Cofidis), David Millar (Saunier Duval), Michael Albasini (Liquigas).

    They have 33 seconds on the field, so their success is by no means certain.'),(2904,68,'2006-07-14 14:00:34','A bit of progress','The nine men in the break are at the 80km mark and are bumping their lead back up to around 1:00.'),(2905,68,'2006-07-14 14:11:35','The break is coming apart','There are five guys left and there are 30 seconds ahead of the peloton.'),(2906,68,'2006-07-14 14:19:07','Never say die','Hincapie, Voigt, Goubert, Moncoutie and Albasini are doing their best to hold on. At 93km, the quintet has but 20 seconds on the yellow jersey group... er... make that 15.'),(2907,68,'2006-07-14 14:21:11','','It\'s been a tough Tour for the Discovery team and for director Johan Bruyneel, whose undefeated record as a director is more than likely to end this year. VeloNews\'s Jason Sumner caught up with Bruyneel at the start. Bruyneel said he knew that it was going to be a difficult year for a team very used to being the favorite at the Tour.

    \"With Lance gone, it\'s clear that we\'re in a transition,\" Bruyneel said. \"We put together the strongest team we could and maybe we came here with unrealistic expectations.\"\r\n\r\n'),(2908,68,'2006-07-14 14:21:56','All together','The break - which never got more than one minute - has been completely reabsorbed by the peloton at 94km.'),(2909,68,'2006-07-14 14:22:46','Two riders on the attack','We don\'t have them ID-ed yet.'),(2910,68,'2006-07-14 14:25:22','Another break is forming','There is a group of 20 riders forming off the front at 95km. Man, you\'d think these guys would be tired after yesterday!

    Speaking of which, Chris Horner, said yesterday was the \"worst day ever\" he had on a bike.

    \"If this wasn\'t the Tour de France, I\'d be back home walking the dog today.\"'),(2911,68,'2006-07-14 14:28:08','From that group of 20','Four riders have emerged. Yaroslav Popovych (Discovery), Oscar Freire (Rabobank), Allessandro Ballan (Lampre) and Christophe Le Mevel (Credit Agricole). We don\'t have solid time gaps, but they are being chased by a large group that is slightly ahead of the main field. Of the four men in the break, Popovych is the best placed, 23rd at 9:00.'),(2912,68,'2006-07-14 14:29:05','At 100km','The Popovych group is trying to gain some time, but the time gaps are still quite small... in the 10- to 15-second range.'),(2913,68,'2006-07-14 14:30:16','half-a-minute','The Popovych group has 30 seconds on the main field. The big group of 15 or 20 riders has been reabsorbed.'),(2914,68,'2006-07-14 14:33:08','Jean Marie Leblanc','We just posted Sebastian Moll\'s short interview with outgoing Tour de France director Jean Marie Leblanc. Take a look if you get a chance, while this break is figuring out its plans for the next 108km of racing.'),(2915,68,'2006-07-14 14:34:12','The Popovych group','is bumping up its lead. At 106km, they are now approaching an advantage of 1:00 on the main field.'),(2916,68,'2006-07-14 14:39:00','At 110km','The Popovych group is now 1:20 up on the main field.


    Questions? Comments? Complaints? Faint praise? Drop us a line.'),(2917,68,'2006-07-14 14:42:23','The gap is nearing the 2:00 mark','With Phonak doing duty at the front of the peloton, maybe they are willing to let this one get a bit of a gap, though these guys are going to have to work at it if they intend to stay away over those final 70km. It\'s pretty flat and a catch would be pretty easy on those wide-open roads ahead.'),(2918,68,'2006-07-14 14:43:53','Bastille Day','Le Mevel is the only Frenchman in the break. We have to cheer for him, if we choose a favorite in the break, since it is France\'s national holiday and French winners on Bastille Day are real crowd pleasers.'),(2919,68,'2006-07-14 14:49:22','Questions about Savoldelli','We\'ve received a few questions about Paolo Savoldelli and the problems he encountered after the stage yesterday. As you know, Stage 11 finished at a ski area in Spain. Today\'s stage started in Luchon, France, where most of the teams stayed last night. As you might guess, a lot of riders opted simply to ride back to their hotels rather than wait for the traffic to clear on the only road off of the mountain. Salvoldelli was one of those riders. He was apparently struck in the head by a fan - inadvertently we believe - and he ended up with a cut above his eye that required several stitches. Bruyneel told Jason Sumner this morning that Salvodelli would be fine and would be able to ride the rest of the Tour. He did start today, but withdrew at around 45km.'),(2920,68,'2006-07-14 14:49:53','The Popovych group','is at 118km and is now 3:20 ahead of the main field.'),(2921,68,'2006-07-14 14:57:32','Still Phonak at front','With 88km to go, the leaders are now 3:24 ahead of the field.'),(2922,68,'2006-07-14 15:00:10','Hot, hot, hot','The pace is very high today, despite the remarkably hot weather, with temperatures approaching 100F.'),(2923,68,'2006-07-14 15:09:18','Yesterday\'s WTF moment','We expressed surprise yesterday that the white coat and clipboard crowd at the UCI declared that they were going to weigh the top-five finishers\' bikes.

    We were surprised largely because that\'s also the way they announce random drug tests. The weight requirement is 6.8kg. It\'s a strange rule in that it applies to all bikes, no matter what the size, no matter what the use. In other words, a 62cm cyclo-cross bike has the same requirement as does a 48cm pursuit bike. The justification for that rule is safety... in that the UCI wants to discourage a manufacturers\' race to \"stupid light\" bikes, bikes that compromise safety to save weight. Strangely enough, they allow teams to comply with the rule by adding little weights on the bike at the start line... hence, WTF!'),(2924,68,'2006-07-14 15:14:49','At 134km','the leaders have four minutes. Phonak is still up front, but Davitamon will have to lend a hand, if they want to protect and preserve the green jersey with Freire in the break up there.'),(2925,68,'2006-07-14 15:22:33','With 74km remaining','The break remains at 4:00.... the apparent limit of acceptable for Phonak. It will probably fall to the team of green jersey Robbie McEwen to shut this one down completely.'),(2926,68,'2006-07-14 15:28:31','and the leash is being pulled','The lead is now less than four minutes and it looks like with the big wide roads ahead, the gap is probably not that good.'),(2927,68,'2006-07-14 15:34:03','We appreciate your letters','Thanks for your kind notes and we will try to answer your questions directly or in the live coverage window.

    One note, though, you can really dispense with the comments about how the French hate the idea of American winners at the Tour de France. Over the past 20 years, no Tour has been won by a French rider (the last, of course, being the great Bernard Hinault in 1985), and 10 Tours won by Americans (Three for Greg LeMond and seven for Lance Armstrong). The French have been gracious and wonderful hosts no matter who wins their national tour... much more so than we suspect Americans would be had there been French winners of the so-called \"World\" Series, eh?'),(2928,68,'2006-07-14 15:37:00','The pace is high','Every day, the Tour publishes estimated time tables, based on predicted speeds. Today\'s time table are based on 40kph, 42kph and 44kph... but today\'s stage is being contested at around 46!

    Meanwhile, the four men up front are now at the 61km-to-go mark and they have an advantage of 3:45... and we can see the Davitamon boys moving up a little in the field, which is still led by Phonak.'),(2929,68,'2006-07-14 15:42:38','The break is at 3:45','and the Phonaks seem relaxed. Landis is chatting in the peloton with his old friend and former teammate, George Hincapie.

    We received a note reminding us about another silly UCI rule, calling for the universal application of standards. Indeed, the UCI rule limiting the distance between the outer edge of the handle bars and the tip of a saddle on a time trial bike is the same whether you\'re 4 foot 11 or 6 foot 6. The smaller rider could conceivably end up riding in the Superman position, while the taller would be scruntched up quite tight.'),(2930,68,'2006-07-14 15:45:07','With 55km to go','The four men are heading to the sprint at Mirepoix. Odds are good that Freire will grab that. If he wins that one and holds on to take the sprint at the finish, he\'ll move into the points jersey. With that in mind, the Davitamon team is beginning to lend a hand in the chase.'),(2931,68,'2006-07-14 15:50:56','With 50km to go','Freire gets his points, edging Ballan and Le Mevel. The leaders are now 4:15 ahead of the field. We\'ll see how all of this shakes out in terms of a chase, over the next hour or so.'),(2932,68,'2006-07-14 15:57:45','The peloton reaches the sprint at Mirepoix','at 4:05.

    By the way, we\'ve received a number of letters asking about VeloNews Iraq correspondent, Major Jason Bryan. He is doing well and is poised to come home soon. In fact, he\'s so close to heading back, he just had to send his bike back. We bet he misses it, too. Speaking of missing things, Major Bryan is missing a big day today... no, he\'s not celebrating Bastille Day, but his son is celebrating his fifth birthday today. Happy Birthday, Jack, from all of us at VeloNews.'),(2933,68,'2006-07-14 16:07:10','The gap is going up a bit','and the four men have 4:33 at 37km to go. The Milram team is now sending up riders to the front. The pace is still very high. There is a strong tail wind blowing.'),(2934,68,'2006-07-14 16:09:45','Contest reminder','The race is zipping by quickly and we don\'t accept entries after the 10km-to-go mark. We have 35km to go.'),(2935,68,'2006-07-14 16:10:49','Wind is breaking things up.','As the road turned, the wind direction changed to a strong breeze from the side and broke up the peloton.'),(2936,68,'2006-07-14 16:11:38','With 32km remaining','The gap is 4:26. It\'s going to be a tough job to pull these guys back up.'),(2937,68,'2006-07-14 16:20:46','The break','has just 27km to go and they are holding their lead... indeed, they\'re bumping it up. They are 4:28 up on the peloton.'),(2938,68,'2006-07-14 16:24:00','These guys are going to make it','With 25km to go, they are now 4:35 ahead of the main field.

    Meanwhile, reader Gavin McCraley is at the finish line and reports that \"it is very, very hot at the finish. About 38 celsius (98F), and pretty humid. Slight haze and a few clouds, but otherwise blue skies and beautiful.\"

    In the pressroom, it\'s hotter than that and a lot of these guys smoke! (hack hack hack)'),(2939,68,'2006-07-14 16:28:00','21km to go','The leaders are coursing their way to the finish. They are now 4:40 ahead of the main field.'),(2940,68,'2006-07-14 16:31:38','20km to go','Freire has to be the big fav\' if it comes down to a sprint. If Le Mevel wants to win on Bastille day he is going to have attack early, but this route doesn\'t offer much opportunity for a guy to scamper off.'),(2941,68,'2006-07-14 16:34:39','Up front','This race will come down to these four:
    Yaroslav Popovych (Discovery)
    Oscar Freire (Rabobank)

    Allesandro Ballan (Lampre)
    Christophe Le Mevel (Credit Agricole)

    Of the four Freire - a three-time world champion - is clearly the favorite. Ballan is no bad sprinter in his own right. Popovych may be the big GC beneficiary and, depending on how far ahead they finish, could even see the top 10.'),(2942,68,'2006-07-14 16:38:26','With 13km','With 13km remaining, the gap is now nearly insurmountable. The gap is 4:25.

    Meanwhile, the day after taking over the top spot at the Tour de France, American Floyd Landis got a surprise present Friday morning at the stage 12 start in Luchon when team owner Andy Rihs presented his star rider with a brand new yellow accented BMC SLC 01. The new ride includes yellow bar tape, yellow Speedplay pedals, yellow Powertap computer and yellow DT Swiss 240s front hub.

    Outside of the color changes, BMC head product manager Andrew James said it was the same bike that Landis has been riding in the Tour this far. It was James who actually got the bike to the race, driving 10 hours from company headquarters in Grenchen, Switzerland, so that the morning presentation could happen.

    “We’ve kept it real quiet,†explained James, “but it’s been in the pipeline for about two months. We just figured that based on his early season performances, there was a good chance it could happen.â€Â

    If Landis holds onto his lead, keep an eye out for more yellow accents. James said he’s been in contact with all Phonak’s gear suppliers, adding that a yellow Selle Italia saddle and yellow tires were the likely next additions.'),(2943,68,'2006-07-14 16:40:49','More bad news for Ullrich','Apparently, Jan Ullrich had been working with the Spanish doctor Eufemiano Fuentes for longer than assumed so far. In it’s Friday edition the German newspaper Sueddeutsche Zeitung published documents from the investigation of the Spanish authorities, showing that Ullrich used doping products leading up to and during the 2005 Tour de France.

    \r\nThe Sueddeutsche Zeitung secured a so called “road book†from the office of Fuentes in which the dosage and duration of medication for Ullrich is documented in detail. The road book shows that Ullrich took a mix of hormones, insuline, cortisone, testosterone, as well as a unit of his own prepared blood during the first week of the 2005 Tour de France.\r\n'),(2944,68,'2006-07-14 16:41:16','10km to go - No more contest entries','The gap is 4:27'),(2945,68,'2006-07-14 16:45:28','Popovych attacks','Man, he\'s flying... with 7km to go\r\n'),(2946,68,'2006-07-14 16:46:14','Freire and Ballan chasing','They caught Popo... Le Mevel has been dropped. No French winner today.'),(2947,68,'2006-07-14 16:46:37','Freire attacks','Caught... with 6.8km to go.'),(2948,68,'2006-07-14 16:46:59','Popo','Goes again... and he\'s caught again.'),(2949,68,'2006-07-14 16:47:34','Le Mevel is chasing','but it doesn\'t look good. He\'s 15 seconds back.'),(2950,68,'2006-07-14 16:48:02','With four km to go....','Popovych attacks again. Ballan pulls him back.'),(2951,68,'2006-07-14 16:48:48','With 3km to go','We have three riders up front and Popo goes!'),(2952,68,'2006-07-14 16:49:48','Popovych is','powering off. Ballan has chased down all of these and Freire hasn\'t done squat..'),(2953,68,'2006-07-14 16:50:41','Two kilometers','to go.... Popo has this one in the bag. Freire and Ballan are not cooperating, expending more energy giving each other grief.'),(2954,68,'2006-07-14 16:51:32','Freire now','is still hanging on Ballan\'s wheel... he wants second for the points, since he blew the chance at a win.'),(2955,68,'2006-07-14 16:52:16','Popovych is 500 meters from the line','He has this one in the bag. It\'s going to be a big chunk of time back to his two \"pursuers\"\r\n'),(2956,68,'2006-07-14 16:52:00','Solo win for Yaroslav Popovych!','Zip up the jersey.... smile... sign of the cross... raise your arms!'),(2957,68,'2006-07-14 16:53:55','Freire must have been tired','He doesn\'t even challenge Ballan for second. Ballan comes in second and Freire third. Le Mevel over in fourth.'),(2958,68,'2006-07-14 16:54:24','Now let\'s watch the clock','The peloton is still meandering into town.....'),(2959,68,'2006-07-14 16:57:17','Tick tick tick','Boonen, Zabel, Hushovd and McEwen mix it up in the sprint... and Boonen takes the field sprint at 4:31'),(2960,68,'2006-07-14 17:01:13','Stage Results','1. Yaroslav Popovych (Ukr), Discovery Channel
    \r\n2. Alessandro Ballan (I), Lampre, 00:27
    \r\n3. Oscar Freire (Sp), Rabobank, 00:29
    \r\n4. Christophe Le Mevel (F), Credit Agricole, 00:35
    \r\n5. Tom Boonen (B), Quick Step-Innergetic, 04:25
    \r\n6. Robbie Mc Ewen (Aus), Davitamon-Lotto, 04:25
    \r\n7. Francisco Ventoso (Sp), Saunier Duval, 04:25
    \r\n8. Erik Zabel (G), Milram, 04:25
    \r\n9. Daniele Bennati (I), Lampre, 04:25
    \r\n10. Thor Hushovd (Nor), Credit Agricole, 04:25
    \r\n'),(2961,68,'2006-07-14 17:02:38','Popovych moves into Top 10','1. Floyd Landis (USA), Phonak
    \r\n2. Cyril Dessel (F), Ag2r Prevoyance, 00:08
    \r\n3. Denis Menchov (Rus), Rabobank, 01:01
    \r\n4. Cadel Evans (Aus), Davitamon-Lotto, 01:17
    \r\n5. Carlos Sastre (Sp), CSC, 01:52
    \r\n6. Klöden Andréas (G), T-Mobile, 02:29
    \r\n7. Michael Rogers (Aus), T-Mobile, 03:22
    \r\n8. Miguel Juan Miguel (Sp), Agritubel, 03:33
    \r\n9. Christophe Moreau (F), Ag2r Prevoyance, 03:44
    \r\n10. Yaroslav Popovych (Ukr), Discovery Channel, 04:15
    '),(2962,68,'2006-07-14 17:32:00','Contest Winner','Wishes to remain anonymous... since he or she is checking in from work... (not like anyone actually does that, do they?)'),(2963,69,'2006-07-15 13:30:40','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the 13th stage of the 93rd Tour de France, at 230km, the longest of this year\'s Tour. With today\'s hot weather, it could be among the most greuling. Today\'s forcast calls for sunny early in th eday, then increasing clouds with some scattered thunderstorms this afternoon. High 91F. Winds NNE at 5 to 10 mph. Chance of rain 60%.

    The stage starts at Béziers on the Mediterranean seaboard before cutting across the southeast corner of the Massif Central on winding back roads that are constantly dipping and climbing through the foothills. The critical part of the stage comes with 60km to go, from where the race twists through the spectacular canyons of the Ardèche and Ibie rivers and crests two Cat. 4 climbs before emerging onto the N.102 highway with 25km to go. There’s a fast twisting descent to the wide Rhône River, which the race crosses before a flat finish in Montélimar. \r\n'),(2964,69,'2006-07-15 13:39:02','Racing started early today','With the length of today\'s stage, racing began before noon today, with the peloton rolling off of the start at 11:50.

    There were several early escape attempts and with a bit of sorting out, the day\'s break finally emerged at around 30km. Right now we have five riders at the 85km mark with a big, big 13-minute lead. Those five are:
    46. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., 28:50
    64. Sylvain Chavanel (F), Cofidis, 37:06
    99. Andriy Grivko (Ukr), Milram, 57:07
    112. Jens Voigt (G), CSC, 1:01:28
    114. Manuel Quinziato (I), Liquigas-Bianchi, 1:03:54
    '),(2965,69,'2006-07-15 13:47:28','Not much interest in pursuit','The Phonak team seems disinclined to bust a gut chasing these guys - with a 13-minute gap, our grasp of the obvious astounds even ourselves - which may be a result of the remarkable heat. It\'s well over the 100(F) mark and the peloton is taking an easy time of it. With Pereiro the best on GC - 46th at 28:50 - and no one posing a threat on KOM or points, there is really no need to put the hammer down on this one. '),(2966,69,'2006-07-15 13:55:00','The VeloNews Daily Doper','It seems that not a day goes by without some new doping news. It sort of us of 1998 when we confidently – and quite naively – declared that the Festina Scandal was a good thing, since it would raise the cost of doping to a point where it wasn’t worth the risk to career, reputation and wallet. Oh well, we’ve made mistakes before – like that pair of platform shoes we bought in 1974 – and we’re bound to make them again.

    The Spanish newspaper AS claims to have the entire collection of Operación Puerto files and is publishing all them on the paper\'s home page. It\'s an interesting collection and we\'ll be trying to translate and highlight the key sections.


    Questions? Comments? Complaints? Drop us a note.'),(2967,69,'2006-07-15 13:57:06','95 down and 135 to go','for the leaders, at least. The five men off the front are now 13:30 ahead of the peloton.'),(2968,69,'2006-07-15 14:00:00','Contest Reminder','Do recall that we have a Daily Contest. All you need to do is pick the name of today\'s stage winner - from the five off the front, perhaps? - and send us a note with the winner in the subject line of your e-mail. Use the Daily Contest button above, since the contest has its own e-mail address.'),(2969,69,'2006-07-15 14:12:14','16 minutes','With 125km remaining the five men up front are now 16:12 ahead of the field.'),(2970,69,'2006-07-15 14:23:43','With 118km remaining','The gap is now more than 17 minutes.

    A reminder who is up there:
    Oscar Pereiro (Caisse d\'Epargne)
    Sylvain Chavanel (Cofidis)
    Andriy Grivko (Milram)
    Jens Voigt (CSC)
    Manuel Quinziato (Liquigas)
    '),(2971,69,'2006-07-15 14:32:03','Beyond the halfway point','With more than half of today\'s stage knocked off, Voight, Pereiro, Chavanel, Quinziato and Grivko have 18:15 ahead of the peloton. This is the largest gap any break has built this Tour and still more than 10 minutes short of putting the best-placed member of the break - Pereiro - into the virtual race leadership.'),(2972,69,'2006-07-15 14:37:35','With 108km to go','The lead is 19:00 minutes.'),(2973,69,'2006-07-15 14:40:40','Still','These guys are still bumping up the lead. With 105km remaining, the five leaders are 19:30 ahead of the peloton, which remains intact.'),(2974,69,'2006-07-15 14:52:17','With 100km remaining','The peloton trails the leading five by 19:45. This break has a great chance of success, unless someone lights a fire under the peloton - which is doubtful - so maybe we can start picking reasons why one or the other of this group will win. Milram\'s Grivko, for example, is the only Ukranian in the peloton who has not won a stage in this year\'s Tour.'),(2975,69,'2006-07-15 14:53:41','The Chase is on!!','Well... okay... but they did knock seven seconds off of the leaders\' advantage over the last kilometer. That counts for something, doesn\'t it?'),(2976,69,'2006-07-15 14:59:44','With 95km remaining','The peloton has ever-so-slightly upped the tempo and is nipping away at the advantage of the five men up the road. The gap is now \"down\" to 19:28, but we\'re certain that the intent is merely to limit the impact of the only rider in the group who is less than half-an-hour down on GC.'),(2977,69,'2006-07-15 15:07:43','With 88km remaining','The lead has bumped up to 19:53. Jens Voigt is probably the most well-known of the group. It\'s nice to see him up there. He told our guy, Sebastian Moll, that he came to this Tour with the intention of riding to protect Ivan Basso and arrived a tad heavier -2kg - heavier than usual. He had not planned to take on his usual attacking style, but things changed for CSC and for Voigt and he\'s been instructed to attack and hunt for stage wins instead.'),(2978,69,'2006-07-15 15:11:49','Okay','That chase wasn\'t a chase... they were just stretching their legs. The gap is growing again. The guys up front are now 20:27 ahead.'),(2979,69,'2006-07-15 15:14:34','82km to go','The lead is now 21 minutes.\r\n'),(2980,69,'2006-07-15 15:23:00','Moreau...','We see the Tour cameras focused on the peloton, cruising along on at 42kph. Christophe Moreau just appeared on camera, smiled and declared Merci Phonak! thanking the yellow jersey team for doing work at the front.... or is he complaining about the lack of a chase? If he is, he should do a bit of work, no?'),(2981,69,'2006-07-15 15:30:27','Okay....','The gap is now nearly 24 minutes with 71km to go.'),(2982,69,'2006-07-15 15:35:00','A chat with Floyd Landis before the start','Our guy, Andrew Hood, spoke with Floyd Landis. The man in the yellow jersey seems to be the same unflappable character we\'ve always seen here... Only the color of his jersey (and bike) are changed.

    On the difference riding in yellow jersey
    “Not too much, it’s different for our team, we have a little bit more expectations, but at the beginning we made it clear we wanted to win. When we didn’t have the jersey, we rode at the front, so right now, nothing’s changed yet.\"

    On riding in heat:
    “Yesterday was a little bit out of control, but we were a little bit lucky because the competition for the green jersey worked out in our favor. I don’t know about today, but sometimes those competitions can help us out so we don’t have to pull at the front all day.â€Â'),(2983,69,'2006-07-15 15:39:00','A chat with John Lelangue before the start','Andrew Hood also spoke with Phonak director John Lelangue before the start about his plans for today:

    “We will do like yesterday, if we do not get help from the sprinter teams or the other teams who are not in the breakaway, we don’t fight for the stage. They can go, no problem.

    “We will only keep an eye on the dangerous contender for the GC. There is no problem for this. If there is a breakaway with guys who are more than 40 minutes (back), even if they come close to the jersey, no problem for us.\"

    Which is apparently the attitude on display right now. Lelangue said he wasn\'t even concerned about the decision to let Yaroslav Popovych slip into the top ten on GC.

    “We are not worried about Popovych – It was the time that we controlled, and the time we think that will be the normal limit for that. The objective when Popovych was in the breakaway, we gave them a maximum of five minutes, that’s all.\"\r\n'),(2984,69,'2006-07-15 15:42:41','The gap is up to 25 minutes','At some point, Phonak is going to chase'),(2985,69,'2006-07-15 15:57:00','Greg LeMond','We have three-time Tour winner Greg LeMond on the phone. He says he\'s excited about the Tour de France this year.

    \"It\'s great to see Floyd leading the Tour. He\'s having a great year.\"'),(2986,69,'2006-07-15 15:58:15','The gap is 26:23','with 52km remaining.'),(2987,69,'2006-07-15 16:08:34','More from LeMond','On the 2006 Tour de France
    \"For the first time since 1998 - when the Festina Scandal got people worried - you get to see classic racing. By that I mean, that people are actually getting tired. The speeds are a little lower, but the racing is better. I honestly think Operacion Puerto has had a good impact on the race. I think the Tour and the UCI are doing a lot to keep this sport clean. It\'s refreshing.\"

    \"It\'s great to see Floyd leading this race. He has a great personality... he\'s a real champion... a real talent. His VO2 max is up around 90. He\'s a complete rider. He\'s my favorite for this year and I hope he comes back after that hip replacement to win another Tour.\"'),(2988,69,'2006-07-15 16:09:08','With 45km remaining','The gap is 26:53.'),(2989,69,'2006-07-15 16:20:00','LeMond','It\'s hard to believe that it\'s been 20 years since Greg LeMond won his first Tour de France. That was after coming in third in 1984 (his Tour debut) and second in 1985. While a lot of people point to that spectacular win in 1989 as one of the greatest in Tour history, LeMond himself says that the 1986 win was \"by far the hardest.\"

    It wasn\'t a question of fitness, \"because my fitness was never better than in 1986,\" notes LeMond, but the fact that he had to take on his own teammate to win.

    \"Hinault was one of the greatest Tour riders ever and suddenly found myself fighting with him - a teammate - for the win. It was psychologically, the hardest thing I ever did. The thing that was amazing, was the level of support and respect the people in France were showing to both of us through the whole thing. I\'m not sure where people come up with the idea that the French hate Americans, but I spent 12 years racing on French teams and I never sensed that. They were great... even when I was beating French riders - Hinault and Fignon - for the yellow jersey.\"'),(2990,69,'2006-07-15 16:26:27','Time gap','With 35km remaining is now 27:44. The break is now but a minute away from moving Pereiro into the virtual yellow jersey.'),(2991,69,'2006-07-15 16:32:07','Grivko','gets a new bike. He\'s working back up to the lead group, which continues to raise the advantage. With 32km remaining, the gap is 28:16.'),(2992,69,'2006-07-15 16:37:07','The Phonaks','Are picking up the pace and the gap is coming down... just a bit.'),(2993,69,'2006-07-15 16:38:36','With 27km to go','...for the leaders. The gap is coming down a bit and it\'s now 27:45.'),(2994,69,'2006-07-15 16:42:55','With 25km remaining','The leaders are attacking each other as they near the top of the day\'s last Cat. 4 climb. Grivko started the trouble, but he was caught and dropped. He\'s now chasing on his own... 16 seconds back.'),(2995,69,'2006-07-15 16:48:43','Grivko is chasing','After five hours in the break, Grivko\'s cheeky little move cost him quite a bit. The gap back to the peloton is now 27:00. Landis\'s jersey will stay where it is.'),(2996,69,'2006-07-15 16:50:40','Grivko','has 18km to go... and it looks like he\'ll be doing an individual time trial into fifth place on the day. He\'s now 30 seconds back... and looks tired.'),(2997,69,'2006-07-15 16:56:30','With 15km remaining','The four men up front - Oscar Pereiro (Caisse d\'Epargne), Sylvain Chavanel (Cofidis), Jens Voigt (CSC) and Manuel Quinziato (Liquigas) lead Andriy Grivko (Milram) by 40 seconds. The gap back to the peloton is 27:00.'),(2998,69,'2006-07-15 16:57:44','Chavanel attacks','Quinziato joins up... but they are not making time on Voigt and Perierio.'),(2999,69,'2006-07-15 16:57:00','together again','The quartet is back together again with 12km to go.'),(3000,69,'2006-07-15 17:00:04','With 10km to go','Grivko trails by 40 seconds..... no more contest entries accepted, folks.'),(3001,69,'2006-07-15 17:03:07','7.5km to go','Grivko trails by 45 seconds. The four men remain together.'),(3002,69,'2006-07-15 17:04:17','With 6km to go','This is no band of brothers, here. These guys are flying to the finish, but no one here trusts the other.'),(3003,69,'2006-07-15 17:04:43','Whoa...','poor Grivko is 3:00 off the pace.'),(3004,69,'2006-07-15 17:05:43','5km to go','Quinziato tries a little dig.... caught... Voigt goes.'),(3005,69,'2006-07-15 17:06:30','He\'s caught','Pereiro attack..... and he and Voigt have a bit of a gap with 4km to go.'),(3006,69,'2006-07-15 17:07:21','With 3km to go.','Voigt is driving hard...and makes Periero take a pull'),(3007,69,'2006-07-15 17:07:56','Voigt and Pereiro','have five seconds.....'),(3008,69,'2006-07-15 17:08:46','Of the two','Periro is the better sprinter. 2km to go for the two men up front.'),(3009,69,'2006-07-15 17:09:06','14 seconds back to Chavanel',''),(3010,69,'2006-07-15 17:09:36','1km to go','The two men up front are cooperating... and the two chasers are soft-pedaling.'),(3011,69,'2006-07-15 17:10:27','Voigt attacks with 800 meters to go',''),(3012,69,'2006-07-15 17:11:16','Pereiro catches back on...','They jockey'),(3013,69,'2006-07-15 17:11:39','Perieiro refuses to work','And Voigt wins it anyway!!!!!'),(3014,69,'2006-07-15 17:12:00','Chavanel third','Top Five: 1. Jens Voigt (CSC)
    2. Oscar Pereiro (Caisse d\'Epargne)
    3. Sylvain Chavanel (Cofidis)
    4. Manuel Quinziato (Liquigas)
    5. Andriy Grivko (Milram)'),(3015,69,'2006-07-15 17:12:00','The peloton','is way out there. Phonak merely needs to pick up the tempo a little and they should have the jersey well in hand... if they want it.'),(3016,69,'2006-07-15 17:21:09','Today\'s winner','Michael Hogue picked Voigt to win and we randomly picked Michael. Congrats!'),(3017,69,'2006-07-15 17:22:43','It\'s a mix of teams','at the front of the peloton. The Rabobanks are pushing things a bit harder than were the Phonaks. Landis looks relaxed, unworried, quite happy to take an easy ride to the finish line.'),(3018,69,'2006-07-15 17:29:50','Rabobank eased off','It may be that we do a new leader at the end of the day. The pace in the field is pretty maudlin... Landis isn\'t worried. Should he be?'),(3019,69,'2006-07-15 17:30:57','Peloton is at 10km to go','Unless these guys zoooooom to the finish at 60kph, there will be a new leader tonight. '),(3020,69,'2006-07-15 17:37:46','Tick tick tick','With four km to go, The peloton is 25:00 out... and there is little chance that we\'ll see these guys make it to the finish in under the 28:38 needed to preserve the jersey. This will be the seventh man to hold the yellow jersey in this Tour. The record is eight.'),(3021,69,'2006-07-15 17:39:16','With 2km to go',''),(3022,69,'2006-07-15 17:39:59','We have a new leader','Landis has let the jersey slip out of his hands... and the pressure to defend the jersey to another team.'),(3023,69,'2006-07-15 17:41:14','Field sprint','is won by McEwen.'),(3024,69,'2006-07-15 17:43:00','Pereiro heading to the yellow jersey presentation','He gets a hearty handshake from Jens Voigt.... well, this is either a cagey move or a bonehead decision on Phonak\'s part. We would bet on the former, but it\'s something we\'ll know for sure a week from tomorrow, when the peloton heads to Paris... with Landis in yellow... right?'),(3025,70,'2006-07-16 13:33:37','Good day and welcome ...','to VeloNews.com\'s Live Coverageof the 14th stage of the 2006 Tour de France, a 180.5km race from Montelimar to Gap.

    With a rest day coming up in Gap, followed by the Alps, this gives the lesser known riders one of their last chances of glory. The intricate 180.5km stage through hilly terrain north of Mont Ventoux offers two Cat. 3 climbs in the first half and two Cat. 2s in the second half. The narrow back roads and constant ups-and-downs will make it a hard stage for everyone and encourage breakaways. The last of the climbs, the Sentinelle, is less than 10km from the finish and offers a great chance for a solo rider to stay clear of a small breakaway group. \r\n'),(3026,70,'2006-07-16 13:43:30','Racing','began at 1:00 today, so just about 40 minutes ago. We have seen several small breaks attempted, but the day\'s first serious break developed atop the first climb of the day. Currently 10 riders lead the field by about 1:00:

    16. Michael Boogerd (Nl), Rabobank, 07:23
    25. Tadej Valjavec (SLO), Lampre, 11:06
    36. David Arroyo (Sp), Caisse d\'Epargne-I.B., 19:43
    41. George Hincapie (USA), Discovery Channel, 24:28
    50. Stephane Goubert (F), Ag2r Prevoyance, 32:02
    60. Iker Camano (Sp), Euskaltel-Euskadi, 35:05
    73. Alessandro Ballan (I), Lampre, 43:42
    80. Eddy Mazzoleni (I), T-Mobile, 46:07
    83. José Rujano (Vz), Quick Step-Innergetic, 46:54
    85. Salvatore Commesso (I), Lampre, 47:58
    \r\n\r\n'),(3027,70,'2006-07-16 13:44:55','Break all but over','Hincapie, Mazzoleni, Commesso and Camano are the only survivors of the break, but are only 12 seconds ahead of the field, at the 31km mark.'),(3028,70,'2006-07-16 13:46:27','At 31km,','The Hincapie quartet is still around 10 seconds ahead of the field. Clearly Boogerd\'s presence in the break created too much discomfort in the peloton. The question now, though, is whether the men up there will be allowed to go.'),(3029,70,'2006-07-16 13:48:15','Hincapie group','is now 15 seconds ahead of the peloton... David Moncoutie (Cofidis) and the latern rouge Sebastien Joly are trying to bridge up. One thing we can be certain of: Joly\'s presence isn\'t going to cause ripples of panic regarding GC.'),(3030,70,'2006-07-16 13:49:15','Break over','The Hincapie group and its pursuers are all back in the peloton, at 34km.'),(3031,70,'2006-07-16 13:50:40','At 35km','The peloton is intact. The pace has been quite brisk this afternoon and no one has managed to successfully slip off the front.'),(3032,70,'2006-07-16 13:52:47','Another try','Matthias Kessler (T-Mobile), Salvatore Commesso (Lampre) and Pierrick Fedrigo (Bouygues Telecom) got away and have now been joined by Carlos Sastre (CSC), Egoi Martinez (Discovery), Levi Leipheimer....'),(3033,70,'2006-07-16 13:53:57','No way','With Sastre and Leipheimer in the break, these guys aren\'t gonna get too far. Sastre is in sixth at 3:21 and Leipheimer is in 15th....'),(3034,70,'2006-07-16 13:54:58','This one\'s over too','Kessler, Martinez, Commesso, Fedrigo and Davitamon\'s Mario Aerts are the only remnants of the break. They have 15 seconds at 38km'),(3035,70,'2006-07-16 13:56:36','','Pierrick is the best placed in the group. He\'s 42nd at 26:12... which is slightly better than the GC position of the current yellow jersey, when he started the day yesterday.'),(3036,70,'2006-07-16 13:59:06','Will this one go?','Egoi Martinez (Discovery), Matthias Kessler (T-Mobile), Mario Aerts (Davitamon), Salvatore Commesso (Lampre) and Pierrick Fedrigo (Bouygues Telecom) have 25 seconds at 40km'),(3037,70,'2006-07-16 14:02:13','Speed for the first hour','The pace has been a relatively brisk 46kph for the opening hour of racing.

    Our five leaders have an advantage of 30 seconds.


    Comments? Questions? Complaints? Suggestions? Drop\r\nus a line.'),(3038,70,'2006-07-16 14:03:52','Contest Reminder','Just a friendly reminder, there is a Daily Contest button atop the Live Update page.'),(3039,70,'2006-07-16 14:04:57','At 48km','The five leaders still have just 35 seconds on the peloton.'),(3040,70,'2006-07-16 14:06:22','Four riders attempting to bridge','We\'ll ID them quickly, but if they are the wrong riders, we could see the end of this break... maybe some teams are insisting on seeing some of their riders in the mix.\r\n'),(3041,70,'2006-07-16 14:06:51','Nope...','The bridge attempt has failed. Our five leaders are just 30 seconds ahead of the field.'),(3042,70,'2006-07-16 14:09:24','At the first sprint','in La Bonte\' the escapees are still about half-a-minute ahead of the field, with Juan Antonio Flecha giving chase.'),(3043,70,'2006-07-16 14:10:29','Flecha caught.','As the escapees rode through the sprint mark, which was won by Aerts, followed by Fedrigo and Martinez.'),(3044,70,'2006-07-16 14:13:23','What up witt dat?','Race radio is reporting that Gilberto Simoni was shelled on the first climb of the day - the Category 3 Cote du Bois de Salles - a 5.1km climb, which averaged just 4.2km. He\'s already more than six minutes off of the pace. '),(3045,70,'2006-07-16 14:15:02','At 55km','The five leaders have made no headway, staying just 30 seconds ahead of the peloton. Cofidis\'s Rik Verbrugghe and Saunier Duval\'s David Canada are giving chase.'),(3046,70,'2006-07-16 14:18:57','At 58km','The five men up front are now being chased by Verbrugghe and Canada and another group which includes Andriy Grivko (Milram), Flecha, Thomas Voeckler and Pavel Padrnos...\r\n'),(3047,70,'2006-07-16 14:22:47','At 60km','The situation hasn\'t changed much. The five leaders are still just 35 seconds ahead of the peloton, with Canada/Verbrugghe 16 seconds back and the Flecha quartet another five seconds back.

    Ahead the Cat.3 Col de Peyruegue begins at 66km.'),(3048,70,'2006-07-16 14:24:59','The Flecha Quartet','is back in the peloton. Verbrugghe and Canada are 10 seconds behind the Kessler five. The gap back to the peloton is just 25 seconds at 64km. The climb begins soon.'),(3049,70,'2006-07-16 14:26:27','No update on Simoni','He\'s still riding alone nearly seven minutes off of the pace. He\'s a candidate to miss the time cut if this keeps up.'),(3050,70,'2006-07-16 14:27:23','Martinez slips back','to Verbrugghe and Canada.... to help? Or is he sucking wind?'),(3051,70,'2006-07-16 14:28:05','On the climb','The four men up front, lead their three chasers by seven seconds and the peloton by 45 seconds.'),(3052,70,'2006-07-16 14:31:41','At 68km','The four leaders are now 17 seconds ahead of the pursuing three and 1:00 ahead of the peloton.'),(3053,70,'2006-07-16 14:37:59','With 2km to climb','Martinez fades back to the peloton. Verbrugghe and Canada are still 20 seconds behind the four leaders. The peloton is now at 2:00.'),(3054,70,'2006-07-16 14:42:49','Up and over','Canada and Verbrugghe are up with the leaders. The six are now 3:10 ahead of the peloton.'),(3055,70,'2006-07-16 14:49:06','Horner tells us he is ill','Davitamon\'s Chris Horner said it would be a \"miracle\" if he finishes today. He has a sore throat and he feels \"just awful.\"'),(3056,70,'2006-07-16 14:53:12','Eddy Merckx','VeloNews\'s Neal Rogers spoke with five-time Tour winner Eddy Merckx this morning. Regarding Phonak\'s decision to hand off the jersey yesterday, Merckx said it was a good strategy, saving the team for when things really heat up in the Alps. As for the podium in Paris, Merckx predicts Landis, Menchov and Kloden...\"and maybe Cadel Evans.\"'),(3057,70,'2006-07-16 14:56:15','Another Major in the desert','We just got a note from Major Tom Smedley from the 159th Combat Aviation Brigade in Iraq. His two kids - Connor and Rylie - have turned into big Tour de France fans and he said it would be great if we could give a big shout out to the two boys and the rest of the family in Tennessee.... No, we can\'t do that. Sorry.'),(3058,70,'2006-07-16 14:59:14','At 85km','the six-man break - Kessler, Commesso, Aerts, Verbrugghe, Fedrigo and Canada - have a four-minute advantage over the main field.'),(3059,70,'2006-07-16 15:06:00','It\'s Hotter than...','Jason Sumner and Neal Rogers called in. They were on the descent of the Cat. 2 Col de Perty and report that the Tour actually has water trucks out on the road in an attempt to cool the pavement, so it won\'t get too soft. Recall, that it was on another hot, hot day on a Stage into Gap where soft pavement spelled the end of Joseba Beloki\'s career as a major Tour contender.'),(3060,70,'2006-07-16 15:10:09','With 90km to go','The peloton is now 5:00 behind the leaders. '),(3061,70,'2006-07-16 15:15:57','Magnus Backstedt','Race radio reports that Magnus Backstedt has abandoned the Tour. Ahead, in the peloton, the Caisse d’Epargne is doing the bulk of the chase work.'),(3062,70,'2006-07-16 15:19:16','The gap','The leaders are working their way to the top of the Col de Perty, the remain about 5:35 ahead of the main field, quite a bit lower down the climb.'),(3063,70,'2006-07-16 15:26:48','A common question','We\'ve been getting several questions about the sponsor of the yellow jersey. For years, the jersey has been sponsored by Crédit Lyonnais, but the yellow jersey now sports a new logo and folks have written in asking about the \"new\" sponsor, LCL?

    Well, it\'s not a new sponsor, it\'s a new logo. Crédit Lyonnais has simply redesigned its brand. LCL, of course, stands for \"Le Crédit Lyonnais.\"'),(3064,70,'2006-07-16 15:28:00','Up and over','The six leaders are over the top of the climb. The gap back to the peloton is now around 5:40.'),(3065,70,'2006-07-16 15:32:01','Canada takes top points','The six leaders are on the descent and they are taking it easy on the road. Recall, that the organizers did their best to cool off the road with water trucks. It may have helped, although the effort was an hour ago and the water has since evaporated and the road is heating up in these 100+ degree conditions.'),(3066,70,'2006-07-16 15:34:35','The peloton','reaches the top of the climb at 5:46.'),(3067,70,'2006-07-16 15:41:20','With 72km remaining','The gap is now 5:40. The peloton, too, is taking it relatively easy on the descent.'),(3068,70,'2006-07-16 15:48:27','The six men up front','The leaders are holding their own with 67km to go. The gap is 5:35.'),(3069,70,'2006-07-16 15:50:00','Quick Step has taken over','at the front of the peloton. Boonen wants a win. He\'s clearly the better climber of the favorite sprinters. The peloton is stretched out in single file. '),(3070,70,'2006-07-16 15:55:57','With 60km','The gap is coming down and the leaders are now 5:15 ahead of the peloton.'),(3071,70,'2006-07-16 16:00:37','The chase','The chase isn\'t making too much progress. With 55km to go, the gap is 5:30.'),(3072,70,'2006-07-16 16:05:47','With 51km remaining','The gap is now 5:10. That\'s not a lot of progress over the last 9km.'),(3073,70,'2006-07-16 16:08:07','Liquigas','is sending a rider or two up there, too. The chase is having an impact... it\'s hit the 5:00 mark with 49km to go.'),(3074,70,'2006-07-16 16:11:30','At 48km to go','The gap is now 4:50. Ahead, the Cat. 2 Col de la Sentinelle, tops out at less than 10km from the finish and, if these guys get caught, could prove to be the thing that separates Boonen from the rest of the sprinting talent in the field.'),(3075,70,'2006-07-16 16:16:17','With 42km remaining','The gap is now down to 4:25. The Liquigas team is helping out.... and now Phonak is moving up.'),(3076,70,'2006-07-16 16:22:39','Crash! In the break.','There was dirt in the road and Canada slid out. Kessler hit him and he flipped over his bars. It looks like Verbrughhe went down too.'),(3077,70,'2006-07-16 16:24:24','Only three men in the break','Verbrugghe is the one that crashed first. Canada over reacted and then Kessler hit Canada and launched over the bike of Canada and then the barrier on the side of the road.'),(3078,70,'2006-07-16 16:25:27','Verbrugghe looks hurt','He\'s still off the road. Kessler and Canada may not be getting back into the race, either. The gap now is 3:36... to the three riders up front.'),(3079,70,'2006-07-16 16:25:57','The peloton is coming up on the crash site','Police are warning riders to slow.....'),(3080,70,'2006-07-16 16:26:18','','Kessler is up... and is waiting for the peloton. He\'s lucky.'),(3081,70,'2006-07-16 16:28:36','With 35km to go','The gap is 3:36. Kessler is in the field. No report on Verbrugghe and Canada yet.'),(3082,70,'2006-07-16 16:32:37','The Liquigas team','is driving hard. Quick Step is hanging back, though. With 30km to go, the three leaders have 3:25.'),(3083,70,'2006-07-16 16:35:34','3:15','With 28km to go, the three men in the front are holding their own.'),(3084,70,'2006-07-16 16:38:16','Still no word on the two crash victims','We have not seen any reports on the conditions of Canada and Verbrugghe. Canada was holding his arm like he may have had a broken collarbone. Verbrugghe was in the bushes and not moving. We hope that he will be okay.'),(3085,70,'2006-07-16 16:40:12','With 24km to go','The pace is furious, but with a brisk tailwind, the three leaders are maintaining a 3:15 gap.'),(3086,70,'2006-07-16 16:41:56','Verbrugghe is on his way','to a hospital. We don\'t know about Canada.'),(3087,70,'2006-07-16 16:42:51','The gap is 3:00','The leaders are at 22km and are coming up on the sprint mark at 160km. The climb of the Sentinelle comes up after that.'),(3088,70,'2006-07-16 16:44:44','Canada is also out of the Tour','Canada, too, is on his way to the hospital.'),(3089,70,'2006-07-16 16:46:16','The leaders','slide through the sprint mark, but they just rode through, more concerned with the Sentinelle, which kicks in soon.'),(3090,70,'2006-07-16 16:48:01','Verbrugghe','probably broke his leg in that crash. Canada reportedly broke his collarbone.'),(3091,70,'2006-07-16 16:52:39','On the climb','The peloton is on the Sentinelle. The leaders are 16km from the finish... with a gap of just 2:10'),(3092,70,'2006-07-16 16:54:11','Riders being dropped','The pace in the peloton is quite high. There are several riders being dropped on the climb. One of them is Kessler, who is just counting his blessings to have avoided serious injury in that horrific crash.'),(3093,70,'2006-07-16 16:54:35','The leaders','are 14.5km from the finish.'),(3094,70,'2006-07-16 16:57:41','With 3km of climbing','and 10km of descent, the leaders are 1:50 ahead of the main field.'),(3095,70,'2006-07-16 17:02:54','Aerts dropped','And the gap is coming down'),(3096,70,'2006-07-16 17:03:45','The peloton is fighting hard','De la Fuente and Rasmussen are driving hard for points.'),(3097,70,'2006-07-16 17:04:21','The two leaders','Are 1:00 ahead of Aerts and 1:11 ahead of the peloton.'),(3098,70,'2006-07-16 17:05:02','Aerts caught','The two leaders are nearing the top'),(3099,70,'2006-07-16 17:05:37','10km to go','no more entries accepted.

    Meanwhile, De la Fuente has blown.'),(3100,70,'2006-07-16 17:06:38','','Salvatore Commesso (Lampre) and Pierrick Fedrigo (Bouygues Telecom) are over the top and they have 9.5km to go and 45 seconds on the field.'),(3101,70,'2006-07-16 17:07:19','Boogard drives the peloton over the top','The gap is 35 seconds... 9.2km to go'),(3102,70,'2006-07-16 17:09:28','This is a dicey descent','It\'s a fast drop into Gap. Rasmussen, by the way, scored the fifth spot on the climb and is now just 7 points out of the polka dot jersey. De la Fuente is just now cresting the climb. He needs tomorrow\'s rest day, for sure.'),(3103,70,'2006-07-16 17:10:39','With 7km to go','The gap is down to 22 seconds as Boogerd is driving hard...with hopes of pulling these guys back.'),(3104,70,'2006-07-16 17:12:02','With five km to go','The \"peloton\" is now just 15 seconds back.'),(3105,70,'2006-07-16 17:12:57','four kilometers to go','The gap is 17 seconds. Discovery driving hard at the front. '),(3106,70,'2006-07-16 17:14:00','With 3km to go','The gap is 12 seconds.'),(3107,70,'2006-07-16 17:14:34','The leaders are in Gap','the chase is easing off.'),(3108,70,'2006-07-16 17:15:00','Two kilometers to go...','the peloton is at 15 seconds. Popovych is chasing again, pulling hard.'),(3109,70,'2006-07-16 17:15:54','13 seconds.','Popovych is trying to set up Hincapie'),(3110,70,'2006-07-16 17:16:12','Final kilometer','Commesso goes'),(3111,70,'2006-07-16 17:16:00','The gap is 10 seconds','the two men up front are jockyeying....a CSC rider (Jens Voigt?) has launched off of the Discovery lead-out and is charging hard...'),(3112,70,'2006-07-16 17:18:00','Pierrick Fedrigo','Gets the win.... that was Christian Vande Velde coming up on the two escapees.'),(3113,70,'2006-07-16 17:18:37','',''),(3114,70,'2006-07-16 17:20:05','','1. Pierrick Fedrigo (Bouygues Telecom)
    2. Salvatore Commesso (Lampre)
    3. Christian Vande Velde (CSC)'),(3115,70,'2006-07-16 17:24:00','Stage and GC - Preliminary results.','1. Pierrick Fedrigo (F), Bouygues Telecom
    \r\n2. Salvatore Commesso (I), Lampre, 00:00
    \r\n3. Christian Vande Velde (USA), CSC, 00:03
    \r\n4. Christophe Moreau (F), Ag2r Prevoyance, 00:07
    \r\n5. Georg Totschnig (A), Gerolsteiner, 00:07
    \r\n6. Stefano Garzelli (I), Liquigas-Bianchi, 00:07
    \r\n7. Cristian Moreni (I), Cofidis, 00:07
    \r\n8. George Hincapie (USA), Discovery Channel, 00:07
    \r\n9. Cadel Evans (Aus), Davitamon-Lotto, 00:07
    \r\n10. Alexandre Botcharov (Rus), Credit Agricole, 00:07

    Overall
    1. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B.
    \r\n2. Floyd Landis (USA), Phonak, 01:29
    \r\n3. Cyril Dessel (F), Ag2r Prevoyance, 01:37
    \r\n4. Denis Menchov (Rus), Rabobank, 02:30
    \r\n5. Cadel Evans (Aus), Davitamon-Lotto, 02:46
    \r\n6. Carlos Sastre (Sp), CSC, 03:21
    \r\n7. Klöden Andréas (G), T-Mobile, 03:58
    \r\n8. Michael Rogers (Aus), T-Mobile, 04:51
    \r\n9. Miguel Juan Miguel (Sp), Agritubel, 05:02
    \r\n10. Christophe Moreau (F), Ag2r Prevoyance, 05:13
    \r\n\r\n'),(3116,70,'2006-07-16 18:27:00','Today\'s Daily Contest winner','Craig Matthews was one of a very small group of you who picked today\'s stage winner.'),(3117,71,'2006-07-18 12:32:56','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the 15th stage of the Tour de France, a 187km haul from Gap to the top of L\'Alpe d\'Huez. This should be a biggie folks. With the hors categorie Col d\'Izoard and the Cat. 2 Col du Lautaret, the road isn\'t easy coming up to the hor categorieL\'Alpe d\'Huez. This should really shake out the overall standings. With all due respect to Oscar Pereiro - who lost nearly half an hour on GC in the Pyrenees - the GC picture among Tour contenders looks like this:


    \r\nFloyd Landis (USA), Phonak, 64:06:33
    \r\nDenis Menchov (Rus), Rabobank, at 1:01
    \r\nCadel Evans (Aus), Davitamon, at 1:17
    \r\nCarlos Sastre (Sp), Team CSC, at 1:52
    \r\nAndreas Klöden (G), T-Mobile, at 2:29
    \r\nMichael Rogers (Aus), T-Mobile, at 3:22
    \r\nLevi Leipheimer (USA), Gerolsteiner, at 5:37
    \r\n\r\n'),(3118,71,'2006-07-18 12:35:30','Racing has','been underway for about 40 minutes. We\'ve seen a few attacks, but until the sprint at Embrun (35km) nothing managed to stay away. Currently there is more of a split in the main field - with 30 riders off the front - than a real break. We\'re still trying to ID all of the players in that group.'),(3119,71,'2006-07-18 12:46:00','That split','Involves about 25 riders and they now have about 1:40 on the main field. Up there are several strong riders, but none of the big GC guys.\r\n\r\nDiscovery, for example, has George Hincapie and Egoi Martinez, T-Mobile has Eddy Mazzoleni.

    CSC has David Zabriskie, Jens Voigt and Frank Schleck.

    Gerolsteiner has Fabian Wegmann.

    Ag2r has Jose Luis Arrieta.

    Rabobank has Juan Antonio Flecha.

    Phonak has Axel Merckx.

    Lampre has Damiano Cunego and Patxi Vila Errandonea....

    As far as we can tell, Merckx is the best-placed GC rider in the mix. We\'ll have a complete list in a moment.

    For now,t he group is at 43km and still quite a way from the start of the Izoard.'),(3121,71,'2006-07-18 12:56:11','The men in the break','George Hincapie and Egoi Martinez (Discovery)
    \r\nEddy Mazzoleni (T-Mobile)
    David Zabriskie, Jens Voigt and Frank Schleck (CSC)
    Fabian Wegmann (Gerolsteiner)
    Jose Luis Arrieta (Ag2r)
    Juan Antonio Flecha (Rabobank)
    Axel Merckx (Phonak)
    Damiano Cunego and Patxi Vila Errandonea (Lampre)
    David Arroyo and Vincente Garcia Acosta (Caisse d\'Epargne)
    Anthony Charteau (Credit Agricole)
    Inigo Landaluze (Euskaltel)
    Sylvain Chavanel (Cofidis)
    David de la Fuente and Ruben Lobato (Saunier Duval)
    Bernhard Eisel and Benoit Vaugrenard(Francaise des Jeux)
    Stefan Garzelli and Michael Albasini (Liquigas)
    Jerome Pineau (Bouygues Telecom)
    Christian Knees (Milram)'),(3122,71,'2006-07-18 13:00:12','At 54km','The leaders have an advantage of 3:35 over the main field. Obviously Pineau, Wegmann and De la Fuente are there looking for KOM points. Merckx is there to monitor the break for Landis. It looks like Eisel - who won points at the first sprint - just came along for the ride as did second-placed Albasini and Vila.

    The real danger men in terms of a stage win could be those seeking to salvage a bit of personal pride, including Garzelli, Cunego and, to a lesser extent, Hincapie.

    Of course, three minutes with 133km remaining - especially these 133 km - isn\'t all that much.'),(3123,71,'2006-07-18 13:03:41','The weather','as you can see from some of the photos we just posted, the weather is beautiful today. Temperatures are in the high 70s and low 80s. It\'s a perfect Alpine day.'),(3124,71,'2006-07-18 13:05:12','Contest Reminder','We just wanted to give you a friendly reminder to drop an entry into our Daily Contest. You have until the 10km to go mark (which is on the road to Alpe d\'Huez today) to enter. There is a Daily Contest button on top of the page.'),(3125,71,'2006-07-18 13:08:46','Lobato','Ruben Lobato of Saunier Duval is trying to scamper of on his own. Maybe he wants to help protect De La Fuente\'s hold on the climber\'s jersey. He has a ways to go. He\'s at 58km and the Col d\'Izoard tops out at kilometer 86. The road is tipping up, but the official climb starts at km 72 and the succeeding 14km average 7.7 percent.'),(3126,71,'2006-07-18 13:10:56','At 60km','Lobato is holding on to a 15-second lead. The other men in this big break are another 3:40 ahead of the peloton.


    Questions? Comments? Complaints? Drop\r\nus a line.'),(3127,71,'2006-07-18 13:13:10','Lobato','is back in the group. The gap back to the peloton is 3:49 at the 63km mark.'),(3128,71,'2006-07-18 13:14:59','Will today decide the Tour?','This is the 25th time a Tour stage has finished at L\'Alpe d\'Huez since it was inaugurated - while still a dirt road - by Fausto Coppi winning a 266km stage from Lausanne in 1952. Coppi propagated the yellow-on-the-Alpe, yellow-in-Paris myth, which held true for Van Impe (1976), Thévenet (1977), Hinault (1979, 1981, 1982), Fignon (1983, 1984), LeMond (1986), Delgado (1988), Induráin (1991, 1992, 1994, 1995), Ullrich (1997) and Armstrong (1999, 2003, 2004). In fact, there were only five times it wasn\'t so: 1978, 1987, 1989, 1990 and 2001. \r\n'),(3129,71,'2006-07-18 13:17:28','At 65km','The leaders are now 3:50 ahead of the peloton. Of the men in the break, Schleck is best-placed on GC, at 10:06, with Merckx close behind at 10:08.'),(3130,71,'2006-07-18 13:22:03','At 68km','The road is tipping up a bit and the formal climb of the Col d\'Izoard begins at km 72. This group is bound to break up over the course of the 14.2km that follow. The leaders are now 4:03 ahead of the field.'),(3131,71,'2006-07-18 13:23:29','Lance Armstrong','is in the Discovery car. He\'s had something of a chilly reception here, following his comments at the ESPYs the other evening, but there are still fans out there.'),(3132,71,'2006-07-18 13:27:00','A frequent question','We get this question from a lot of readers:
    Hello,
    Could you please explain how the hills are graded? ie - what does 7.7 % mean exactly?
    The percentage grade is a lot easier to explain than are the more subjective categories offered up by the organizers. The formula is quite simple. It simply means that the rate of vertical rise in the road as a percentage of the amount traveled horizontally. In other words, if a road rises 1 meter for every 10 it travels forward, it is a 10-percent grade. Hence, a 45-degree angle would be a 100 percent grade, rising 1 meter for every meter it travels forward.'),(3133,71,'2006-07-18 13:29:27','On the climb','The Hincapie group - or is it the Schleck group? Or the De la Fuente group? ---- anyway, the guys in the break are on the climb and currently sit 4:20 ahead of the main field. That will change over these next few kilometers, no doubt.'),(3134,71,'2006-07-18 13:30:00','Past Winners on the Alpe','Winners on L’Alpe d’Huez

    • 1952: Fausto Coppi (I)
    • 1976: Joop Zoetemelk (Nl)
    • 1977: Hennie Kuiper (Nl)
    • 1978: Hennie Kuiper (Nl)
    • 1979: Joachim Agostinho (P)*
    • 1979: Joop Zoetemelk (Nl)*
    • 1981: Peter Winnen (Nl)
    • 1982: Beat Breu (SUI)
    • 1983: Peter Winnen (Nl)
    • 1984: Luis Herrera (COL)
    • 1986: Bernard Hinault (F)
    • 1987: Federico Echave (Sp)
    • 1988: Steven Rooks (Nl)
    • 1989: Gert-Jan Theunisse (Nl)
    • 1990: Gianni Bugno (I)
    • 1991: Gianni Bugno (I)
    • 1992: Andy Hampsten (USA)
    • 1994: Roberto Conti (I)
    • 1995: Marco Pantani (I)
    • 1997: Marco Pantani (I)
    • 1999: Giuseppe Guerini (I)
    • 2001: Lance Armstrong (USA)
    • 2003: Iban Mayo (Sp)
    • 2004: Lance Armstrong (USA)
    *The 1979 Tour offered two stage finishes atop Alpe d\'Huez
    '),(3135,71,'2006-07-18 13:32:30','Still intact','Having knocked off the opening kilometer of the climb - only 13.2km to go gents! - the break is still intact. The peloton is a couple of kilometers back and just approaching the base of the Col d\'Izoard.'),(3136,71,'2006-07-18 13:35:00','Now there\'s a name','we haven\'t seen much this Tour. Remember Rujuano? He finished third in the 2005 Giro d\'Italia and pulled out of this year\'s Giro due to a chronic problem with his... with his... uhhhh contract.... and moved over to Quick Step. Well, here at the Tour, he\'s down in 94th place on GC (at 1:03:47), but he does need to make a mark here. He\'s scampered out of the peloton and is chasing the men in the break.'),(3137,71,'2006-07-18 13:42:30','Rujano','Is now about 40 seconds ahead of the peloton. The lead group is another 3:50 ahead of him, with the sprinter Bernhard Eisel just having been dropped by the break after five kilometers of climbing.'),(3138,71,'2006-07-18 13:45:41','Boonen','Has popped. He\'s been dropped out of the peloton. He\'s not looking real comfortable.'),(3139,71,'2006-07-18 13:47:50','Lobato and Inigo','Are moving up off of the break. Several riders have been shed off the back.'),(3140,71,'2006-07-18 13:48:28','Lobato and Inigo','Are back and now Stefano Garzelli is on the attack out of the group.'),(3141,71,'2006-07-18 13:49:40','Zabriskie dropped','Under pressure from Garzelli there are several riders being dropped off the back of the attacking group.'),(3142,71,'2006-07-18 13:50:59','The peloton','is shrinking... the big players are in there, but there are a lot of riders slipping out of the main field as the climb begins to take a toll.'),(3143,71,'2006-07-18 13:58:17','Garzelli','Still up front. He has 4km to climb and is about 1:00 ahead of the other men in the break.'),(3144,71,'2006-07-18 14:00:36','Mercado','attacked out of the main field. He\'s beginning to join up with some of the stragglers from the break.'),(3145,71,'2006-07-18 14:02:47','The peloton is shrinking','The yellow jersey is there, as are the big favorites.

    Garzelli is 2km from the top and we\'ll get the time gaps sorted out atop the climb. We do know that the yellow jersy group is around five minutes behind Garzelli, but the picture of what is going on in between is less clear.'),(3146,71,'2006-07-18 14:05:00','Landis jumps off the front','Nooooo... he\'s taking a leak. Sorry. He\'s relaxed... not to worried.'),(3147,71,'2006-07-18 14:08:07','Garzelli','is nearing the top of the climb.'),(3148,71,'2006-07-18 14:08:58','Up and over','Garzelli gets top points atop the Col d\'Izoard.'),(3149,71,'2006-07-18 14:13:06','Hincapie group','crests the climb at 1:10. There are still 14 men in the break. Garzelli, by the way, is 45th at 34:20 on GC, so he\'s not a big concern in the overall picture.'),(3150,71,'2006-07-18 14:14:15','The peloton','is well back. The guestimated gap is around 5:41.'),(3151,71,'2006-07-18 14:15:00','Peloton crests','at 6:30. '),(3152,71,'2006-07-18 14:19:54','Time gaps','Garzelli is 1:10 ahead of the Hincapie group, which contains 15 other riders - including Cunego, Merckx, Martinez, Arrietta. The next group crested at 4:36. The peloton came across the top of the climb 6:30 behind Garzelli. While the yellow jersey group set a good tempo up the climb, it wasn\'t a panic...given that there were several riders taking \"natural breaks\" on the way up.'),(3153,71,'2006-07-18 14:21:21','Martinez has crashed','Race radio reports that Egoi Martinez has crashed, but we have no reports on his condition.'),(3154,71,'2006-07-18 14:24:47','At 100km','Garzelli leads the chase group of 15 (sans Martinez) by 1:10.'),(3155,71,'2006-07-18 14:30:52','Garzelli','Is approaching the base of the Col d\'Izoard at Brioncon. Ahead, he has a big haul up the Col du Lautaret (12.1km at 4.4 percent), whcih crests at km 134.'),(3156,71,'2006-07-18 14:34:02','Chilly reception','We\'ve received a number of questions about our earlier comment about the chilly reception Lance Armstrong has received since his arrival in France. Some of you aren\'t too sure about what Armstrong said at the ESPYs. '),(3157,71,'2006-07-18 14:35:32','Garzelli','Leads the Hincapie group - that includes David Zabriskie - by about 1:00. Landis, meanwhile, had a mechanical, but he\'s up and back with the yellow jersey group.'),(3158,71,'2006-07-18 14:37:15','The Hincapie chase group','is growing and is now up to 17 riders. They are just 35 seconds behind Garzelli.'),(3159,71,'2006-07-18 14:42:54','The Hincapie chase group','Has joined Garzelli. In the group are George Hincapie (Discovery)
    \r\nEddy Mazzoleni (T-Mobile)
    David Zabriskie, Jens Voigt and Frank Schleck (CSC)
    Fabian Wegmann (Gerolsteiner)
    Jose Luis Arrieta (Ag2r)
    Juan Antonio Flecha (Rabobank)
    Axel Merckx (Phonak)
    Damiano Cunego (Lampre)
    David Arroyo and Vincente Garcia Acosta (Caisse d\'Epargne)
    Anthony Charteau (Credit Agricole)
    Sylvain Chavanel (Cofidis)
    David de la Fuente and Ruben Lobato (Saunier Duval)
    Benoit Vaugrenard(Francaise des Jeux)
    Juan Miguel Mercado (Ag2r)Jerome Pineau '),(3160,71,'2006-07-18 14:46:42','Question','A reader asks:

    I\'ve seen red numbers, white numbers And I think even yellow. Could you explain the differnt colored numbers for me?
    Thanks!
    Yup. The red number belongs to the most aggressive rider. The yellow numbers are on the guys leading the team competition and the rest of the peloton gets white numbers.

    Meanwhile, the peloton is coming through the feedzone. They are now 4:45 behind the Garzelli/Hincapie group.'),(3161,71,'2006-07-18 14:50:09','Still not a lot of detail on Martinez.','He is up and riding and we believe he is in the peloton.'),(3162,71,'2006-07-18 14:51:26','Knees','Has bridged up to the Hincapie group after being dropped on the Col d\'Izoard. This next climb - the Col di Lautaret - should be easier on him.'),(3163,71,'2006-07-18 14:53:07','T-Mobile','is putting a rider up front of the peloton. The chase is on and the gap is now 4:20.'),(3164,71,'2006-07-18 14:55:25','At km 121','Dave Zabriskie scampers to the front of the group and gets six points at the sprint mark at the day\'s second intermediate sprint, at Le Montetier les Baines'),(3165,71,'2006-07-18 15:03:46','On the climb','Patxi Villa (Lampre) and David de la Fuente (Saunier Duval) have moved off the front of the leading group. They are being chased by David Arrayo (Caisse d\'Epargne).

    Back in the peloton, the Caisse d\'Epargne team is getting help from Phonak. The gap is now 3:59.'),(3166,71,'2006-07-18 15:10:49','Villa and De la Fuente','Are just a 100 meters or so ahead of the lead group. They have five kilometers left to climb. The peloton - with all of the big players - is at 4:08.'),(3167,71,'2006-07-18 15:11:44','Boonen','has withdrawn from the Tour. He had trouble early in the day and he\'s pulled out of the Tour de France.'),(3168,71,'2006-07-18 15:15:36','Pineau','He was in the original break.... he\'s now been spit off of the back of the peloton... from the front to the back.

    The peloton, is still about four minutes behind the leaders. They are now at the five km to go mark and it looks certain that the big, big fight will be on the 21 switchbacks of L\'Alpe d\'Huez.'),(3169,71,'2006-07-18 15:16:12','De la Fuente and Villa','Have been pulled back by the other men in the break.'),(3170,71,'2006-07-18 15:21:07','Correction','De la Fuente and Villa have not been pulled in. They are one kilometer from the top and lead the other men from the break by 30 seconds.'),(3171,71,'2006-07-18 15:22:32','De la Fuente snags the points','He has played the day nicely and has solidified his hold on the Polka Dot jersey.'),(3172,71,'2006-07-18 15:25:17','The Polka Dot jersey','De la Fuente has 118 points to second-placed Rasmussen\'s 73. The men in the break crested the climb 29 seconds behind the two leaders. The peloton is at 4:00.

    The big, big battle is going to come down to the day\'s final climb.'),(3173,71,'2006-07-18 15:31:14','It\'s a long drop','It\'s 38km from the top of the Col du Lautaret to the start of the climb up L\'Alpe d\'Huez. It shouldn\'t take too long, though, with a bit of flat at the botton... and then the 14km up the Alpe (at 8 percent).'),(3174,71,'2006-07-18 15:33:16','Angel of the mountains','Our riders have passed by the Angel of the mountains. Unfortunately, it isn\'t the same beautiful angel we saw at the Tour of California, but the one we\'ve seen at the Tour and the Giro for a few years now... This angel appears to have tied one on... and needs a shave.'),(3175,71,'2006-07-18 15:33:58','With 42km to go','The peloton is 3:48 behind the lead group.'),(3176,71,'2006-07-18 15:35:58','Beautiful day, beautiful roads','The race is coursing through just gorgeous Alpine roads, with 40km to go...14 of which are straight up.'),(3177,71,'2006-07-18 15:39:33','The peloton is at 3:55','The leaders are heading down the road with 38km to go. We may see one of these guys make it to the top first, but we wouldn\'t lay any money on that. Once the big fav\'s hit the climb, this thing is going to blow apart.


    Questions? Comments? Complaints? Drop\r\nus a line.'),(3178,71,'2006-07-18 15:40:18','Rain','Well... there is a little rain shower... but it seems quite isolated. Indeed, the peloton is not getting wet.'),(3179,71,'2006-07-18 15:42:06','The leaders','are getting soaked and the peloton is still on dry roads. They are 3:50 back, with a few stragglers in between.'),(3180,71,'2006-07-18 15:44:35','Peloton in the rain','The peloton remains 3:50 behind the leaders.'),(3181,71,'2006-07-18 15:48:55','With 30km remaining','The leaders are still 3:50 ahead of the peloton. In the peloton, the biggies are all there, including the yellow jersey, Landis, Evans, Menchov, Kloden, Leipheimer...'),(3182,71,'2006-07-18 15:53:17','Villa','is trying to set-up his guy Damiano Cunego. With 25km to go, the Lampre man is driving hard at the front of the break. Cunego - not a GC threat - could do a good job on this climb.'),(3183,71,'2006-07-18 15:54:00','Guerini','Who won on the Alpe in 1999 despite ol\' Erik the photographer has scampered out of the main field. Remember this shot?\r\n'),(3184,71,'2006-07-18 15:59:20','Zabriskie','Is really pulling hard at the front of the break with 21km to go. He\'s working to set up Frank Schleck. The leaders are 3:23 ahead of the peloton.'),(3185,71,'2006-07-18 16:04:50','Voigt crashes','As the break reaches the bottom of the descent, Voigt has crashed, but he\'s up and back working.'),(3186,71,'2006-07-18 16:06:20','The leaders are on the climb','The pace is high. Vila is setting a hard pace. Arieta, Zabriskie off the back.'),(3187,71,'2006-07-18 16:07:08','Cunego attacks...','Schleck and Lobato follow...There is no real gap. Hincapie is still up there.'),(3188,71,'2006-07-18 16:07:41','The peloton','is coming up on the climb... 3:19 behind the leaders.'),(3189,71,'2006-07-18 16:08:03','Up front','Cunego goes again...'),(3190,71,'2006-07-18 16:08:22','Oh man!','The pace is furious in the peloton....'),(3191,71,'2006-07-18 16:08:58','Garzelli and Hincapie','have slipped back Cunego is pushing hard.'),(3192,71,'2006-07-18 16:10:08','De la Fuente','Can\'t keep pace with Schleck and Cunego. Mazzoleni and Arroyo and Labato are there.'),(3193,71,'2006-07-18 16:11:26','Landis is going hard','There is a huge split in the field. There is no yellow jersey... but Rogers, Evans and Kloden are there. Menchov has been dropped.'),(3194,71,'2006-07-18 16:12:36','Menchov bridges up','The Russian has pulled himself back. So we have Evans, Landis, Kloden and Rogers... '),(3195,71,'2006-07-18 16:13:48','Up front','Schleck and Cunego are ahead of the other men in the break.'),(3196,71,'2006-07-18 16:14:36','Rogers has cracked','He\'s slipped back... Meanwhile, Oscar Pereiro is fighting hard... he\'s only about 30 seconds back.'),(3197,71,'2006-07-18 16:15:36','Menchov has slipped back','It\'s Evans, Kloden and Landis.... but Menchov is not far back and he has Boogerd coming up.'),(3198,71,'2006-07-18 16:16:57','With 10km to go','The two leaders are ticking along nicely... one of them may get the stage win, but the Tour is being fought out behind them.'),(3199,71,'2006-07-18 16:17:53','Evans, Landis and Kloden','Are riding sensibly and putting time on Menchov and Rogers.'),(3200,71,'2006-07-18 16:18:42','Wowie','Eddy Mazzoleni has caught back on with the leaders.'),(3201,71,'2006-07-18 16:19:54','Landis ups the tempo','He appears to have rid himself of Evans. Landis and Kloden are working their way up... '),(3202,71,'2006-07-18 16:20:46','Three leaders','Are going along quite nicely with 9km to go.'),(3203,71,'2006-07-18 16:22:07','Evans has popped','He was with Sastre and Leipheimer who are about 20 seconds behind Landis and Kloden.'),(3204,71,'2006-07-18 16:24:19','Kloden and Landis','Are about 2:30 behind the three leaders and are closin in on the remnants of the break, including Hincapie and a few others. Leipheimer and Sastre are closing in on Landis and Kloden'),(3205,71,'2006-07-18 16:26:00','The three leaders','Cunego, Schleck and Mazzoleni are 7.5km from the top. Leipheimer and Sastre are closing now with Kloden and Landis.'),(3206,71,'2006-07-18 16:26:51','Merckx is dropping back','Remember Axel Merckx was in the break. Merckx is dropping back to lend a hand to Landis.'),(3207,71,'2006-07-18 16:27:40','Landis jumps up to Merckx','Kloden and Sastre stayed with him, but Leipheimer had some trouble.'),(3208,71,'2006-07-18 16:29:29','Leipheimer fights back','Merckx is setting tempo at the front of the Landis group. Sastre, Leipheimer and Kloden are there.'),(3209,71,'2006-07-18 16:30:42','Hincapie caught','Landis, Merckx and Sastre have caught Hincapie.'),(3210,71,'2006-07-18 16:32:00','Hincapie dropped','He\'s been on the road for some time today. Ahead Merckx is still setting a good tempo for Landis. The yellow jersey is now more than two minutes behind the Landis group.'),(3211,71,'2006-07-18 16:33:14','With five kilometers','to go for the three leaders.'),(3212,71,'2006-07-18 16:33:56','Merckx','Axel Merckx is still setting a strong tempo.'),(3213,71,'2006-07-18 16:35:22','Cyril Dessel','The Ag2r man, who wore the yellow jersey the other day, is fighting hard and has caught and passed the yellow jersey of Oscar Pereiro '),(3214,71,'2006-07-18 16:36:14','Kloden attacks...','Landis stays with him... meanwhile Cunego and Schleck have rid themselves of Mazzoleni'),(3215,71,'2006-07-18 16:37:09','Merckx has popped','After an impressive effort he\'s dropped back.'),(3216,71,'2006-07-18 16:37:55','Kloden is driving hard','but Landis is staying right with him.'),(3217,71,'2006-07-18 16:38:56','Menchov fighting back','The two leaders are 3km from the finish... Landis and Kloden are coming up on them, but more than a minute back.'),(3218,71,'2006-07-18 16:40:46','Situation on the road','Cunego and Schleck have 1:00 seconds on Mazzoleni. Kloden and Landis ride up on Mazzoleni..'),(3219,71,'2006-07-18 16:41:32','Schleck attacks','It looks like that Schleck has left Cunego in the dust with 2km to go.'),(3220,71,'2006-07-18 16:42:39','Yellow jersey','he is 1:35 behind the Landis group'),(3221,71,'2006-07-18 16:43:30','Mazzoleni setting tempo','Kloden and Landis is right there. Ahead Schleck is now 10 seconds ahead of Cunego.'),(3222,71,'2006-07-18 16:44:09','Schleck has one km to go','Schleck has this one in the bag.'),(3223,71,'2006-07-18 16:45:06','Schleck','is on the easy part of the finishing stretch.'),(3224,71,'2006-07-18 16:45:35','Schleck wins it!','Zip up.... Smile... Tough guy salute!'),(3225,71,'2006-07-18 16:45:48','Cunego at 10 seconds',''),(3226,71,'2006-07-18 16:46:07','Landis group','Coming in fast'),(3227,71,'2006-07-18 16:47:00','Garzelli','takes third... Landis at fourth no time bonus. 1:11'),(3228,71,'2006-07-18 16:47:21','Leipheimer comes in at','1:50'),(3229,71,'2006-07-18 16:47:56','Menchov','Comes in at 2:22'),(3230,71,'2006-07-18 16:48:23','Yellow jersey','Sprints.... but Landis is in yellow. '),(3231,71,'2006-07-18 16:48:48','Cyril Dessel','Comes in at 3:12'),(3232,71,'2006-07-18 16:53:51','Stage Results','1. Frank Schleck (Lux), CSC
    \r\n2. Damiano Cunego (I), Lampre, 00:11
    \r\n3. Stefano Garzelli (I), Liquigas-Bianchi, 01:10
    \r\n4. Floyd Landis (USA), Phonak, 01:10
    \r\n5. Andréas Klöden (G), T-Mobile, 01:10
    \r\n6. Ruben Lobato (Sp), Saunier Duval, 01:14
    \r\n7. Sylvain Chavanel (F), Cofidis, 01:18
    \r\n8. Eddy Mazzoleni (I), T-Mobile, 01:28
    \r\n9. Carlos Sastre (Sp), CSC, 01:35
    \r\n10. Levi Leipheimer (USA), Gerolsteiner, 01:49
    \r\n11. Denis Menchov (Rus), Rabobank, 02:21
    \r\n12. Mickael Rasmussen (Dk), Rabobank, 02:21
    \r\n13. Pietro Caucchioli (I), Credit Agricole, 02:21
    \r\n14. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., 02:49
    \r\n15. Michael Rogers (Aus), T-Mobile, 02:49
    \r\n16. Cadel Evans (Aus), Davitamon-Lotto, 02:49
    \r\n17. Ramiro Ivan Ramiro (Col), Cofidis, 02:49
    \r\n18. Axel Merckx (B), Phonak, 02:56
    \r\n19. Cyril Dessel (F), Ag2r Prevoyance, 03:04
    \r\n20. Haimar Zubeldia (Sp), Euskaltel-Euskadi, 03:04
    \r\n'),(3233,71,'2006-07-18 16:55:32','Overall standings','1. Floyd Landis (USA), Phonak
    \r\n2. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., 00:10
    \r\n3. Cyril Dessel (F), Ag2r Prevoyance, 02:02
    \r\n4. Denis Menchov (Rus), Rabobank, 02:12
    \r\n5. Carlos Sastre (Sp), CSC, 02:17
    \r\n6. Andréas Klöden (G), T-Mobile, 02:29
    \r\n7. Cadel Evans (Aus), Davitamon-Lotto, 02:56
    \r\n8. Michael Rogers (Aus), T-Mobile, 05:01
    \r\n9. Levi Leipheimer (USA), Gerolsteiner, 06:18
    \r\n10. Haimar Zubeldia (Sp), Euskaltel-Euskadi, 06:20
    '),(3234,72,'2006-07-19 12:19:17','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the 16th stage of the 93rd Tour de France, a mountainous 182km from Bourg d\'Oisans to La Toussuire. The route takes the peloton up the back side of one yesterday\'s climbs - the Lautaret - but this time they take a left turn and up another 8.6km at 6.7 percent to the top of the Galibier - the Tour\'s highest point at 8681 feet above sea level.

    After the 35km descent of the Galibier and intermediate Col du Télégraphe, the next 23km is down the Maurienne Valley. Of the remaining 79km, some 47km are uphill, in three separate climbs: the 23km Col de la Croix de Fer, the 6km Col du Mollard and the 18km grind to the finish at La Toussuire. ...) At 4km longer than L\'Alpe d\'Huez, and at the end of a grueling menu of 17,000 feet of climbing, La Toussuire could well be the \"new\" Alpe.

    A stage has never finished at La Toussuire.

    You\'d think they\'d used up all of the epic climbs around here, too.\r\n\r\n'),(3235,72,'2006-07-19 12:36:00','Racing has been underway','for just about 50 minutes. We saw the usual early attacks, including one by last year\'s KOM winner Michael Rasmussen of Rabobank.

    Currently - at 26km and on the day\'s first climb - Rasmussen has joined with Francaise des Jeux\'s Sandy Casar and Lampre\'s Tadej Valjavec. They lead the peloton by 2:15. In between and 8-man chase group at 1:10 - Jose Rubiera (Discovery), Mikel Astarloza (Ag2r), Marzio Brushegin (Lampre), Salvatore Commesso (Lampre), Vincente Garcia Acosta (Caisse d\'Epargne), Gorka Verdugo (Euskaltel), Jose Gomez Marchante (Saunier Duval) and Laurent Lefevre (Bouygues Telecom).

    That group is being chased at 45 seconds by a group of five - Yaroslav Popovych (Discovery), Gilberto Simoni (Saunier Duval), Ivan Parra (Cofidis), David Arroyo (Caisse d\'Epargne) and Patrick Sinkewitz (T-Mobile)'),(3236,72,'2006-07-19 12:40:44','Gaps','The gaps between the respective groups are tighening. The Rasmussen group leads the peloton by just around 2:30. Cofidis\'s David Moncoutie has come out of the peloton in an effort to bridge up to the Simoni group.'),(3237,72,'2006-07-19 12:46:42','The Simoni group','has joined the group of eight ahead. At 30km that now larger group is 1:55 behind the Rasmussen trio.'),(3238,72,'2006-07-19 12:47:25','Contest Reminder','Turn in your picks folks. Remember you get one entry a day - just us the Daily Contest button above.'),(3239,72,'2006-07-19 12:52:50','Moncoutie has faded back','Calzatti is off on his own, 35 seconds behind that 13-man Simoni group. The Rasmussen trio is 1:55 ahead of that group and 2:40 ahead of the peloton.


    Questions? Comments? Suggestions? Insults? Drop us a line.'),(3240,72,'2006-07-19 12:53:40','Calzati','Calzati makes the bridge.'),(3241,72,'2006-07-19 12:57:00','Long grind','The Galibier takes forever... this high point of the Tour is also one of the longest climbs these guys well ever encounter. It\'s around 43km of climbing. The Rasmussen trio still leads that big chase group by 2:15. The peloton is another minute behind.'),(3242,72,'2006-07-19 13:00:18','Grind, grind, grind','As the race makes its way up the Galibier, the Rasmussen trio is at 34km and leads the Simoni group by 2:30 and the peloton by another minute.'),(3243,72,'2006-07-19 13:04:53','The trio','is at 37km and about 9km from the top of the Galibier. The climb is a long one - 42.8 - but it averages just 4.5%. It\'s the distance and altitude that pushes the ranking to hors categorie.'),(3246,72,'2006-07-19 13:20:14','Best of the bunch','Of the 17 men off the front - the three leaders and the 14 chasers - Discovery\'s Popovych is the best-placed, in 13th at 7:36. The Phonak-led peloton is about 2:15 behind the Popovych group, so they will be monitoring that bunch. Of the trio up front, it\'s the Slovenian Tadej Valjavec (Lampre) who is the best-placed (22nd, at 12:15).'),(3247,72,'2006-07-19 13:21:49','About 2km','The three leaders have about 2km to go before reaching the top of the Galibier. They lead the Popovych/Simoni chase group by 2:30 and the peloton by 4:45.'),(3248,72,'2006-07-19 13:23:40','De la Fuente','Has been dropped by the peloton. He\'s back riding with the sprinters as Rasmussen goes off on the hunt for points. De la Fuente leads Rasmussen by 35 points, a lead he will lose if the Dane - nicknamed \"the chicken\" grabs top points on the next two climbs.'),(3245,72,'2006-07-19 13:11:38','Our three leaders','are working their way up to the summit of the Galibier. They are about six kilometers from the top of the climb. They lead the 14-man Simoni group by 2:08 and lead the peloton by 4:20.

    The main field is being led by Phonak and the pace is such that the peloton remains largely intact.'),(3249,72,'2006-07-19 13:27:35','Approaching the top','The Rasmussen group has 3:00 on the Popovych group. Rasmussen is kicking it up and over the top. He gets top points. Rasmussen has 93 points now. De la Fuente has 108, but there are another 20 points waiting on the next climb.'),(3250,72,'2006-07-19 13:28:35','The pace in the peloton','is picking up. We see Boogerd driving the tempo.'),(3251,72,'2006-07-19 13:29:58','The chase group is over',''),(3252,72,'2006-07-19 13:31:22','And the peloton','hits the top at 4:40.'),(3253,72,'2006-07-19 13:34:27','Long descent','The 55 kilometers will go by quickly as they are mostly downhill. There is one exception in the short - but difficult - Col de Telegraphe, which offers no KOM points. The next rated climb is the hors categorie Col de la Croix de Fer, a 22.7km climb that averages 6.9 %.'),(3254,72,'2006-07-19 13:36:11','Crash!','Christophe Brandt from Davitamon and Phonak\'s Perdiguero are on the tarmac. But all seem to be okay and riding again.'),(3255,72,'2006-07-19 13:37:40','Popovych','is descending like a mad man and has moved ahead of the big chase group. He is trying to bridge up to the three men ahead.'),(3256,72,'2006-07-19 13:43:03','Popovych','is still chasing... but he\'s not making a ton of time of his companions. The gap back to the peloton from the front group is 4:50. The chase group is 3:10 ahead of the peloton.'),(3257,72,'2006-07-19 13:44:57','The leaders','are now at 63km and will work their way up to the Col du Telegraphe.'),(3258,72,'2006-07-19 13:48:48','Time gaps','The Rasmussen trio is now 2:25 ahead of Popovych. He leads the chase group he was in by 55 seconds and the peloton is about two minutes behind Popo.'),(3259,72,'2006-07-19 13:50:39','The peloton is on the climb','on the un-rated Col du Telegraphe\' the peloton is now 5:15 behind the leading trio.'),(3260,72,'2006-07-19 13:55:08','Up and over the Telegraphe\'','The three leaders are over the top of the Telegraphe\'. Popovych is stoll 2:25 behind them and holding on to a 50-second lead on the other men of that big chase group. The peloton, meanwhile is 5:42 behind the three leaders.'),(3261,72,'2006-07-19 14:00:20','Six minutes','The Rasmussen trio is now six minutes ahead of the peloton. They are 3:00 up on Popovych and 3:40 on the big chase.'),(3262,72,'2006-07-19 14:01:50','Rasmussen descending cautiously','He is coming down the descent off of the Telegraphe\' and taking it easy. He\'s hanging off of the back of Valjavec and Casar. He won\'t get dropped, but he is being careful.'),(3263,72,'2006-07-19 14:06:03','To review','As you know, Michael Rasmussen, Tadej Valjavec and Sandy Casar are off the front and lead the peloton is about six minutes back. In between Yaroslav Popovych is chasing on his own at 3:50 and is about to be caught by a 13-man chase group. They are:

    Jose Rubiera (Discovery)
    Mikel Astarloza (Ag2r)
    Marzio Brushegin (Lampre)
    Salvatore Commesso (Lampre)
    Vincente Garcia Acosta (Caisse d\'Epargne)
    Gorka Verdugo (Euskaltel)
    Jose Gomez Marchante (Saunier Duval)
    Laurent Lefevre (Bouygues Telecom)
    Gilberto Simoni (Saunier Duval)
    Ivan Parra (Cofidis)
    David Arroyo (Caisse d\'Epargne)
    Patrick Sinkewitz (T-Mobile)
    '),(3264,72,'2006-07-19 14:07:39','The three leaders','Are in St. Michel de Maurienne.'),(3265,72,'2006-07-19 14:08:00','Crashes','Sylvain Chavanel has crashed... he didn\'t move for some time... but now he\'s up and getting on his bike.

    Meanwhile, Daniele Bennati (Lampre), who was third in the points contest, has crashed and abandoned the Tour. We have no injury report.'),(3266,72,'2006-07-19 14:16:09','Lunch','The three leaders are through the feedzone and heading toward the day\'s second sprint mark at St. Etienne de Cuines. How much do you wanna bet they don\'t contest that one, because right after that, they are introduced to the Col de la Croix de Fer, 22.7km at 6.9%. '),(3267,72,'2006-07-19 14:17:06','Time gaps','Popovych is back with the other men in the chase group. They now trail the leaders by 4:10. The peloton is another 2:25 back at 6:35.'),(3268,72,'2006-07-19 14:24:39','The leaders','Are still in the flats... heading to the second rated climb of the day. With 90km remaining there\'s still a lot of work ahead. The leaders are 4:45 ahead of the Popovych group. The peloton is another 2:10 back at 6:58.'),(3269,72,'2006-07-19 14:27:44','Bennati','The word is that he may have broken his wrist on that crash off of the Col du Telegraphe\'. There is also an injury to his hip.'),(3270,72,'2006-07-19 14:28:36','Peloton is at 7:12.','The peloton seems more concerned with the Popovych group than the Rasmussen trio. The Popovych group is around 2:30 ahead of the peloton.'),(3271,72,'2006-07-19 14:32:34','With lunch over','The peloton is back on the job. The gap is coming down a bit and the Popovych group is just 2:00 ahead of the field... while the Rasmussed group has 7:00.'),(3272,72,'2006-07-19 14:37:18','The three leaders','Are at the sprint mark at 103km and on their way to the lower slopes of the hors categorie Col de la Croix de Fer. The Popovych group is at 5:37 and the peloton is at 7:16.'),(3273,72,'2006-07-19 14:41:24','Gerolsteiner joins in the chase','With Leipheimer\'s position under threat from Popovych, the Gerolsteiners are helping Phonak with the chase.'),(3274,72,'2006-07-19 14:45:50','On the climb','The leaders are moving up the climb and cooperating quite nicely.'),(3275,72,'2006-07-19 14:47:51','The Popovych group','is about to get caught. That should lessen the pressure on the peloton... and may bode well for the three leaders.'),(3276,72,'2006-07-19 14:49:40','Seeing the inevitable','Ppovych and Calzati have scampered ahead of the big chase group.

    Ahead, Sandy Casar is being dropped.'),(3277,72,'2006-07-19 14:51:36','Casar losing ground','and waaaaaaay back behind the peloton David de la Fuente has popped off the back of the main field. He\'s going to lose his hold on the Polka Dot jersey by the time Rasmussen reaches the top of the climb.'),(3278,72,'2006-07-19 14:55:00','The big chase group','has come apart at the seams and nine of them - including Popovych - have been pulled back by the peloton. Remaining up there are Sinkewitz, Popovych, Calzati, Commesso, Arroyo and Simoni.'),(3279,72,'2006-07-19 14:56:58','The leaders are 11km from the top','and enjoy a lead of 6:40 on the peloton. The five chasers - the Simoni group - are about 40 seconds ahead of the peloton. '),(3283,72,'2006-07-19 15:03:09','Bada Bing Bada Boom','Valjavec has popped.... Rasmussen is now working his way up the mountain on his own. He has a lead of 7:00 on the peloton. He stands a good chance of staying ahead at least until the Col du Maurienne at km 146.5... (well, as long as no one tells him this is like an individual time trial).'),(3281,72,'2006-07-19 14:58:12','Casar at 1:00','He\'s really popped.'),(3282,72,'2006-07-19 14:59:01','The Simoni group','leads the peloton by about 1:00.'),(3284,72,'2006-07-19 15:04:33','Simoni','being caught'),(3286,72,'2006-07-19 15:06:14','Rasmussen','Is flying up the Croix de Fer. He has a minute on Valjavec, two on Casar and nearly seven minutes on the peloton. '),(3287,72,'2006-07-19 15:09:29','CSC','Is now up front, setting tempo at the front. Very interesting. They have five guys in the field and Landis has no one with him.'),(3288,72,'2006-07-19 15:11:03','Vrooooom','The CSCs are setting a strong tempo. Vande Velde, Schleck and Sastre are putting the hurt on the rest of the peloton.'),(3289,72,'2006-07-19 15:12:43','The peloton is stretched out','The pace has really picked up and, as the grade increases, the whole peloton is in single file. The yellow jersey of Floyd Landis is tucked in there right behind the CSCs.'),(3290,72,'2006-07-19 15:13:58','Vande Velde','is still setting a tempo at the front. Kloden and Leipheimer are hanging on the back of Landis.'),(3291,72,'2006-07-19 15:15:04','Mercado','The winner of the stage into Pau is trailing off the back of the peloton. Hincapie has also been shelled off of the back of the peloton.'),(3292,72,'2006-07-19 15:16:00','Valjavec trails','Rasmussen by 1:20 and Casar trails by 2:20. The fast-moving peloton is now 6:35 behind the man up front.... and all of the men in the big chase group are back in the field.'),(3293,72,'2006-07-19 15:17:33','Landis','Has no one in the lead group.'),(3294,72,'2006-07-19 15:18:50','Leipheimer attacking','Leipheimer is scooting off ahead of the peloton. Landis is in a very dangerous position now. He\'s on his own, trailing three CSC riders and he has five pink T-Mobile jerseys on his wheel.'),(3295,72,'2006-07-19 15:20:46','Leipheimer','is moving off and has a good 15-second gap on the field. Vande Velde has faded. He has eased off the front and is slipping back through the peloton, which is down to about 30 riders.'),(3296,72,'2006-07-19 15:23:24','Landis','We spoke with Landis this morning. He said he\'s still feeling pretty good.

    \"I feel good. I’m a little tired, but I think everyone is today. The plan is to try to do the same again. It’s not easy to control but if we can let a breakaway go and catch them at the end that would fine. But I’m sure the will be lots of attacks. It’s the Tour and everyone wants to win a stage. I’m sure they drank lots of coffee today.\"\r\n'),(3297,72,'2006-07-19 15:23:50','Landis on his challengers:','\"It looks like Kloden was the strongest yesterday and he has a good record at the Tour, so probably him. Some guys have bad days and then they get better. There’s only a few guys to watch now, so it gets easier.\"\r\n'),(3298,72,'2006-07-19 15:25:21','Leipheimer','is moving up on the peloton... he has about 40 seconds. Meanwhile Rasmussen is about six minutes up, closing in on the top of the mountain.'),(3299,72,'2006-07-19 15:28:22','Leipheimer said he was gonna do this:','\"I’m going to definitely look out for the break. I think maybe halfway through the stage will be the moment to go. We’ve done this stage in the Dauphine already and that’s where it worked. I think I’ll just keep my eyes open and go off feelings.\" \r\n'),(3300,72,'2006-07-19 15:29:11','Rasmussen','is five kilometers from the top. He\'s well ahead of Valjavec by 1:30 and 2:30 ahead of Casar.'),(3301,72,'2006-07-19 15:30:37','Landis','gets a bit of company. Axel Merckx has managed to fight his way back into the yellow jersey group. '),(3302,72,'2006-07-19 15:31:00','Frank Schleck on winning yesterday:','\"For me nothing will change I will stay the person I am and keep my head straight. Of course it’s a lot more media, but I don’t know I have been in this situation. I let it come how it comes.\"'),(3303,72,'2006-07-19 15:32:53','Leipheimer moving up','both the mountain and the GC.... he is now 1:30 up on the field. He\'s now eighth on GC, displacing Michael Rogers... which is not good for Landis, since the T-Mobiles may be chasing soon.'),(3304,72,'2006-07-19 15:34:03','Landis fading back','Landis is beginning to slip back through the peloton. He\'s still in the max, but he\'s not riding up front. He\'s lucky because the chase is not frantic at this point.'),(3305,72,'2006-07-19 15:36:02','Landis on whether he will surrender the yellow jersey again:','\"That depends on the circumstance. I’m very confident in my time trial so if the right situation came along I might let it go again.\"'),(3306,72,'2006-07-19 15:39:09','The pace','Now are we seeing a blown opportunity? The pace in the yellow jersey group is dropping. The gap to Rasmussen is 8:10. Leipheimer is now 2:30 up on the field and closing in on Casar.'),(3307,72,'2006-07-19 15:40:53','Leipheimer catches Casar','Levi Leipheimer has moved up on Casar, who was one of the original break of three.'),(3308,72,'2006-07-19 15:42:22','Rasmussen','is on the last kilometer of the climb.

    In the peloton, Merckx is slipping back to the back of the group.'),(3309,72,'2006-07-19 15:43:51','Merckx is gone again','His big hope is to catch back on for the descent. Remember folks, there are still two climbs after this one.'),(3310,72,'2006-07-19 15:44:37','Rasmussen is now','The leader on the race for the Polka Dot jersey 113 points to De la Fuente\'s 108.'),(3311,72,'2006-07-19 15:45:43','Valjavec','Is next... he\'s closing in on the top, but still has a way to go. He\'s about 4:00 behind Rasmussen. Leipheimer and Casar are about 1:30 behind the Slovenian.'),(3312,72,'2006-07-19 15:47:16','Fast descent','Rasmussen is working his way down the road on his way to the Cat. 2 Col du Mollard.'),(3313,72,'2006-07-19 15:47:49','Rasmussen','passes a Texas flag... sorry folks no one from Texas in this bike race this year.'),(3314,72,'2006-07-19 15:49:25','Valjavec','Up and over the top of the climb. Casar and Leipheimer are within 1:20'),(3315,72,'2006-07-19 15:50:30','Time gap','is tighter than that. Valjavec crosses the top 4:55 behind Rasmussen and then Leipheimer and Casar come over at 5:33.\r\n'),(3316,72,'2006-07-19 15:53:08','Next up','David Moncoutie is about 30 seconds ahead of the peloton. He\'s not a GC threat (55th at 53:50), so no one is really chasing him hard.

    Meanwhile, the increasing isolated Floyd Landis is benefitting from a fairly maudlin pace up the climb. T-Mobile has five riders there. CSC\'s Vande Velde has come back up, so Sastre has two teammates with him... Ag2r has three guys, but the yellow jersey has no one.'),(3317,72,'2006-07-19 15:53:45','Peloton crests','at 8:12. Landis is there and no one has attacked.'),(3318,72,'2006-07-19 15:54:33','Valjavec','is just 35 seconds ahead of Leipheimer and Casar. He trails Rasmussen, though, by 5:00.'),(3319,72,'2006-07-19 15:56:07','Zipping down the hill','Rasmussen is on his way to Belleville... at the base of the Col du Mollard.

    Meanwhile, Merckx is back at Landis\'s side.'),(3320,72,'2006-07-19 16:01:01','Rasmussen is now','on the Col du Mollard. He leads his nearest pursuer - Tadej Valjavec (Lampre) by 5:00. '),(3321,72,'2006-07-19 16:03:00','Oscar Pereiro','and his teammates Vladimir Karpets and David Arroyo have attacked out of the yellow jersey group.... not much distance, but they are increasing the pressure on the group.'),(3322,72,'2006-07-19 16:06:55','Leipheimer closing in','on Valjavec. Casar is there, but he\'s pretty wasted at this point.'),(3323,72,'2006-07-19 16:08:31','Holy....','If you ever want to dispell the illusion that cycling is an eco-friendly sport, you should see Rasmussen right now. We have on skinny little dude on a 14-pound bike and he\'s surrounded by about six cars, seven motorcycles and a helicopter....'),(3324,72,'2006-07-19 16:09:10','Leipheimer','Has caught and passed Valjavec and dropped Casar.'),(3325,72,'2006-07-19 16:10:53','The peloton','is on the Col du Mollard and Oscar Pereiro and his Caisse d\'Epargne boys are pushing the tempo. There are five T-Mobiles behind them and Landis is about halfway back in the peloton. Merckx looks like he is ready to pop again.'),(3326,72,'2006-07-19 16:11:42','Yellow jersey group','Merckx is still there. Landis is quietly moving up in the field.'),(3327,72,'2006-07-19 16:13:41','With 36km to go','The gap between Rasmussen and Leipheimer - who has been rejoined by Valjavec - is about 5:10. The peloton is at 7:20.'),(3328,72,'2006-07-19 16:17:02','Rasmussen is over the top','Rasmussen has earned another 10 KOM points. He has 123 points. De la Fuente - who is way off the pace today - is at 108.'),(3329,72,'2006-07-19 16:21:37','Yikes!','Rasmussen picked a bad line through one of these turns on this dicey descent. He is going to have to be careful on this one. Leipheimer and Valjavec have crested at 4:43.'),(3330,72,'2006-07-19 16:23:03','Casar','About to be caught by the yellow jersey group. The yellow jersey group is growing a bit and Merckx is up there with him.'),(3331,72,'2006-07-19 16:23:51','Casar','reaches the top at 6:59 behind Rasmussen and the peloton is over at 7:22.'),(3332,72,'2006-07-19 16:27:34','Time gaps','With 25km to go, Michael Rasmussen leads Leipheimer and Valjavec by 4:40. Casar has been reabsorbed by the peloton which is now at 7:10.'),(3333,72,'2006-07-19 16:29:45','Narrow, narrow roads','... roads? Well, more like well-paved goat paths. It\'s not a climb designed for American monster SUVs. A Hummer would be hanging wheels off of both sides at the same time.'),(3334,72,'2006-07-19 16:30:40','Rasmussen','is losing a bit of time on the descent. He\'s somewhat of an awkward descender. He\'s now 23km from the finish.'),(3335,72,'2006-07-19 16:34:04','Goofy a descender that he is','Rasmussen is probably better off working his way down this thing on his own. As the roads begin to straighten out, the Dane is making time on the field. He\'s bumped it back up to 7:25. Can you imagine how much time a talented descender like Savoldelli could do on a road like this?'),(3336,72,'2006-07-19 16:34:39','20km to go','Rasmussen is closing in on the climb. It starts in 2km'),(3337,72,'2006-07-19 16:36:34','Leipheimer','and Valjavec are working their way down. Ahead, Rasmussen is back on his favorite terrain: Up, up, up.... he has 4:45 on his two closest pursuers.'),(3338,72,'2006-07-19 16:38:10','The peloton','is at 6:47 now... the stage - and this race - will come down to the final climb. Let\'s see how Landis -who has just one teammate with him- handles the very likely attacks on this final 18km climb.'),(3339,72,'2006-07-19 16:40:01','Time gaps','As Rasmussen moves up the final climb to La Toussuire, he is now 4:20 ahead of Leipheimer and Valjavec and the peloton is at 6:47.'),(3340,72,'2006-07-19 16:41:18','This climb.','Never included in a Tour before, the climb to La Toussuire is 18.4km and averages 6 percent. It\'s rated as a Cat. 1.'),(3341,72,'2006-07-19 16:43:22','Helmets','We have received several questions about the fact that riders are no longer removing their helmets on the final climb. The UCI got rid of that exception last year. You always have to wear helmets now.\r\n'),(3342,72,'2006-07-19 16:43:51','The peloton is on the climb','The time gap to Rasmussen is now 6:20.'),(3343,72,'2006-07-19 16:45:10','That\'s gutsy','Phonak has put Merckx at the front of the peloton... he\'s the only one left, so he\'ll blow his wad early and then Landis will be on his own. Speaking of a blown wad... Christophe Moreau is trailing off the back already.'),(3344,72,'2006-07-19 16:46:42','Leipheimer is on his own','Valjavec has popped again. Leipheimer is working hard and is chasing, but he has 4:10 to make up on this climb if he wants to win it. Rasmussen is looking good, though a bit tired, with 15km to go.'),(3345,72,'2006-07-19 16:47:51','Leipheimer','is making a little progress. He\'s nipping away at Rasmussen\'s lead, but he\'s still at 4:00.'),(3346,72,'2006-07-19 16:48:34','BOOM!','T-Mobile has lost one of their guys. Kessler shook his head, pulled off the front and is now riding well off the back.'),(3347,72,'2006-07-19 16:49:39','Landis is in the mix','Merckx has gone, though. He did what he could and is now trailing.'),(3348,72,'2006-07-19 16:50:57','Rogers moves up to the front','and is putting the pressure on. Frank Schleck - yesterday\'s winner - has popped. Landis is still holding.'),(3349,72,'2006-07-19 16:51:38','Another Alpe d\'Huez winner','Guiseppie Guerini has faded out of the group. T-Mobile is down to Rogers and Kloden.'),(3350,72,'2006-07-19 16:52:11','Menchov attacks!','Rogers on his wheel.'),(3351,72,'2006-07-19 16:52:00','Cadel Evans is chasing','Pereiro is up there... but Landis is not reacting.'),(3352,72,'2006-07-19 16:54:41','Landis is fighting back','Menchov is up there with Rogers and Cadel Evans and Pereiro... Landis is coming up being pulled up by Kloden and Mazzoleni...'),(3353,72,'2006-07-19 16:55:26','Today\'s WTF moment!','So why did Kloden and Mazzoleni just bring Landis back up to Rogers? '),(3354,72,'2006-07-19 16:56:44','Time gaps','Leipheimer is 3:48 behind Rasmussen and Valjavec is about another minute back. The peloton -what\'s left of it - is at 5:42.'),(3355,72,'2006-07-19 16:57:59','Rasmussen','has 11.5km to go. He looks set to win this one. Leipheimer is not making enough time on him to win the stage.'),(3356,72,'2006-07-19 17:00:05','Sastre','The CSC climber attacks. T-Mobile is chasing, but Landis has cracked.'),(3357,72,'2006-07-19 17:00:23','Landis has been dropped.',''),(3358,72,'2006-07-19 17:02:16','Landis has been dropped','Oscar Pereiro is still in the group, so he\'s already back out of the jersey. Ahead, Kloden and Rogers are driving hard, chasing Sastre.'),(3359,72,'2006-07-19 17:04:23','Sastre','is riding beautifully on his own. He\'s putting time on the group. Landis has really blown. He\'s fading back and he has really slowed, with 10km to go.'),(3360,72,'2006-07-19 17:05:46','With 9km to go','Rasmussen is holding a 3:40 lead on Leipheimer. Sastre is now about 45 seconds up on the T-Mobile-powered group.'),(3361,72,'2006-07-19 17:06:48','Landis','has already lost 2:00 to the Kloden/Rogers/Menchov/Pereiro group.'),(3362,72,'2006-07-19 17:08:57','This Tour','No matter how you feel about today\'s stage, you have to admit that this has been an amazing Tour. It\'s much better when it\'s not a foregone conclusion.'),(3363,72,'2006-07-19 17:10:07','Sastre has caught','Leipheimer. He is driving hard and the gap is 3:20 to Rasmussen.'),(3364,72,'2006-07-19 17:11:08','Sastre is flying','Rasmussen looks pretty wasted, but he has a big advantage in time on this climb, with 6.25km to go.'),(3365,72,'2006-07-19 17:11:41','Landis','Landis is now 3:46 behind the Kloden group. '),(3366,72,'2006-07-19 17:12:16','Sastre','has dropped Leipheimer. Sastre chasing hard.'),(3367,72,'2006-07-19 17:13:02','Rasmussen has five kilometers to go','He is still about 3:20 on Sastre, who is making big time.'),(3368,72,'2006-07-19 17:13:46','Kloden','The Kloden group has Menchov, Rogers, Cadel Evans, Oscar Pereiro...'),(3369,72,'2006-07-19 17:14:38','Landis has lost 4:00','to the Pereiro/Kloden group.'),(3370,72,'2006-07-19 17:15:41','Rasmussen at 4km to go','He is reinvigorated. Sastre is at 2:54, but a full kilometer behind the Dane.'),(3371,72,'2006-07-19 17:16:43','Menchov puts the hammer down','Pereiro isn\'t letting him go anywhere. Menchov is getting reeled in now, too.'),(3372,72,'2006-07-19 17:17:08','Leipheimer caught','and Kloden attacks. Menchov blows.'),(3373,72,'2006-07-19 17:18:04','Pereiro hanging on!','Kloden is driving hard at the front of a group that has been trimmed to three riders - Kloden, Evans and Pereiro.'),(3374,72,'2006-07-19 17:19:01','Kloden group at fourkm to go.','Rasmussen at three km to go and Sastre is at 3.5km to go'),(3375,72,'2006-07-19 17:19:24','Pereiro','is putting in his pull.'),(3376,72,'2006-07-19 17:20:07','The Pereiro group','is closing in Sastre. These guys are flying.'),(3377,72,'2006-07-19 17:21:16','Rasmussen','is 2:28 ahead of Sastre and the Evans/Pereiro/Kloden group are another 37 seconds back. Leipheimer has blown completely now. He\'s crawling up the climb.'),(3378,72,'2006-07-19 17:22:05','two kilometers to go','for Rasmussen. Sastre is 2:22 back Kloden and crew are another 40 back and Landis is at 9:25.'),(3379,72,'2006-07-19 17:23:08','Landis','has now lost all hope of ever getting the yellow jersey back. Oscar Pereiro will be in yellow again tonight.'),(3380,72,'2006-07-19 17:23:57','One kilometer to go','Rasmussen has one kilometer to go. He\'s further solidified his hold on the climber\'s jersey.'),(3381,72,'2006-07-19 17:25:27','Michael Rasmussen','Wins the most difficult stage of the 2006 Tour de France and has swept all of the day\'s brutally difficult climbs. '),(3382,72,'2006-07-19 17:26:12','Now let\'s watch the clock','Sastre is on his way in to the finish. He\'s got just thirty seconds on the Pereiro group.'),(3383,72,'2006-07-19 17:27:13','Sastre second','at 1:46'),(3384,72,'2006-07-19 17:28:22','Pereiro sprints for third','He wants a time bonus and finishes in third at 2:00 with Kloden and Evans. Moreau and Desell have finished together at 2:35\r\n'),(3385,72,'2006-07-19 17:29:11','Leipheimer comes in at','3:30... Menchov comes in at 3:42.'),(3386,72,'2006-07-19 17:29:47','Cunego comes in','at 4:21'),(3387,72,'2006-07-19 17:30:58','Landis has a long way to go.','Merckx has worked his way back up to his team leader and he\'s pacing Landis to the finish, but it will be a huge margin when these two men reach the finish.'),(3388,72,'2006-07-19 17:33:28','Stage Results','1. Mickael Rasmussen (Dk), Rabobank
    \r\n2. Carlos Sastre (Sp), CSC, 01:41
    \r\n3. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., 01:54
    \r\n4. Cadel Evans (Aus), Davitamon-Lotto, 01:56
    \r\n5. Klöden Andréas (G), T-Mobile, 01:56
    \r\n6. Christophe Moreau (F), Ag2r Prevoyance, 02:37
    \r\n7. Pietro Caucchioli (I), Credit Agricole, 02:37
    \r\n8. Cyril Dessel (F), Ag2r Prevoyance, 02:37
    \r\n9. Levi Leipheimer (USA), Gerolsteiner, 03:24
    \r\n10. Haimar Zubeldia (Sp), Euskaltel-Euskadi, 03:42
    \r\n11. Denis Menchov (Rus), Rabobank, 03:42
    \r\n12. Michael Rogers (Aus), T-Mobile, 03:42
    \r\n13. Eddy Mazzoleni (I), T-Mobile, 03:42
    \r\n14. Damiano Cunego (I), Lampre, 04:21
    \r\n
    '),(3389,72,'2006-07-19 17:35:11','The new GC picture:','1. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B.
    \r\n2. Carlos Sastre (Sp), CSC, 01:50
    \r\n3. Klöden Andréas (G), T-Mobile, 02:29
    \r\n4. Cyril Dessel (F), Ag2r Prevoyance, 02:43
    \r\n5. Cadel Evans (Aus), Davitamon-Lotto, 02:56
    \r\n6. Denis Menchov (Rus), Rabobank, 03:58
    '),(3390,72,'2006-07-19 17:35:47','Landis finishes','The yellow jersey crosses the line at 10:05'),(3391,72,'2006-07-19 17:38:45','Landis loses big time','He started the in the yellow jersey, but Floyd Landis lost more than eight minutes to his closest rivals on the final 18km climb today. Well, it was good while it lasted, but the whole GC picture has changed. Pereiro is back in yellow, but we\'ll see if we don\'t see another big change in the picture tomorrow... another tough mountain stage.'),(3392,72,'2006-07-19 17:39:00','Landis is out of the top-10','While the decision to let Oscar Pereiro gain nearly 30 minutes the other day really hasn\'t affected Landis - who has lost time to all of his potential challengers - but guys like Kloden and Menchov have to wonder about their decision to leave Phonak to do the work that day.

    Take a look at the completely new picture on GC now:Full Results. Well, you can say what you want, but you\'d be way off the mark if you claimed this Tour wasn\'t exciting.'),(3393,72,'2006-07-19 18:07:06','Daily Contest Winner','Congratulations to Margaret Robinson. Her submission was randomly selected from among today\'s correct entries and she has won today\'s Daily Contest. Well, as they say... th, th, th, th, that\'s all folks... tune in tomorrow. This Tour is far from over, but this stage is.'),(3394,73,'2006-07-20 12:30:19','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the 17th stage of the 2006 Tour de France, a 200.5 kilometer haul over five rated climbs from St. Jean de Maurienne to Morzine.

    This is almost identical to the stage in 2000 when Marco Pantani attacked on the first climb (the 15km, 6.4-percent Saisies) and forced Armstrong\'s U.S. Postal squad to chase for 100km over the Aravis, Colombière and Châtillon climbs to the foot of the day\'s main obstacle: the mighty Col de Joux-Plane (11.7km at 8.7 percent). It was partway up the Joux-Plane that Armstrong bonked and could only watch as Ullrich and others rode away from him, and he conceded almost two minutes by the finish in Morzine. \r\n'),(3395,73,'2006-07-20 12:36:44','Racing began','About 45 minutes ago., as 146 riders left the start today. Jose Rujano - Quick Step\'s big GC hope - pulled out over night, after finishing last on yesterday\'s stage. They said this was a weird Tour this year and that\'s another example... when Jose Rujano finishes way behind Robbie McEwen on a killer mountain stage.

    Anyway, we had a couple of early moves and at 12km a group of 13 formed and that has since been cut to 11 riders - one of those who pulled out was David de la Fuente, who had hopes of regaining momentum in his hunt for the climber\'s jersey.'),(3396,73,'2006-07-20 12:39:00','At 42km','Our 11 escapees have 4:50 on the peloton. Those riders are:

    Patrik Sinkewitz (T-Mobile)
    Stuart O’Grady (CSC)
    Pavel Padrnos (Discovery)
    Daniele Righi (Lampre)
    Juan Manuel Garate and Bram Tankink (Quick Step)
    Patrice Halgand and Christophe Le Mevel (Credit Agricole)
    Stephane Auge (Cofidis)
    \r\nPhilippe Gilbert (Francaise des Jeux)
    \r\nLuca Paolini (Liquigas)
    '),(3397,73,'2006-07-20 12:48:22','Coming up to Albertville','The leaders are in Albertville, host of the 1992 Winter Olympics, the last year the Winter Games were held in the same year as the Summer games. The Winter Games started that new staggered schedule in 1994 in Lillehammer in Norway after that. Albertville also marks the point on the the profile of today\'s stage at which the work begins. The riders will be working their way up to the Col des Saisies, a Category 1 climb that averages 6.4% for 14.9 kilometers.'),(3398,73,'2006-07-20 12:52:00','No real GC threats in the break','Of the 11 men in the break - which has 8:30 at the 50km mark - none are considered to be major GC, points or KOM threats. T-Mobile\'s Patrik Sinkewitzis the highest placed on GC, in 36th overall at 49:57.... well, that would apply to most Tours. Remember when Oscar Pereiro went the other day and his 46th place on GC (at 28:50) didn\'t mean anything, either? Who knows? Maybe Sinkewitz will be in yellow tonight.\r\n


    Questions? Comments? Recipes? Drop us a line.'),(3399,73,'2006-07-20 12:54:59','Zippy pace','With good weather and a slightly downward profile for the opening section of this stage, the pace has been quite brisk, as the leaders covered 50.3km for the first hour of racing. We\'ll see how that devolves over the next few hours.'),(3400,73,'2006-07-20 12:56:48','As you can see','From the photo we just posted, the weather is beautiful today... and the roads will be tough.'),(3401,73,'2006-07-20 13:01:18','Time cut','By the way, as we mentioned, there were 146 riders at the start today. If the normal time cut of 12 percent had been applied after yesterday\'s stage, only 67 riders would be left in the race. The other 80 finishers were outside the 40:20 time limit, so race officials again used a little-known UCI rule to increase the time cut by 2 percent to 47:03.

    The only other time they did that this year was to allow the entire peloton to continue the race after the Jens Voigt and Oscar Pereiro break finished 30 minutes ahead of the field. They had to bump the usual 9 percent cut (applied on flatter stages) up to allow more than six guys to continue after Stage 13. \r\n'),(3402,73,'2006-07-20 13:06:44','The leaders are at 60km','The peloton, meanwhile, is several kilometers back, as the gap has grown to 10:50'),(3403,73,'2006-07-20 13:13:37','Heading on to climb No.1','The leaders are working their way toward the lower slopes of the Col des Saisies - Cat.1 14.9km/6.4% - and will start the climb with an 11-minute advantage over the main field.'),(3404,73,'2006-07-20 13:15:19','Contest Reminder','While you have until the 10km to go mark to enter our daily contest, you can\'t win unless you do enter before that. So keep an eye on developments and then hit the Daily Contest button at the top of our viewer when get inspired.'),(3405,73,'2006-07-20 13:19:58','Gap growing','As the break works its way up the Col des Saisies, the gap back to the peloton is now more than 11:20.'),(3406,73,'2006-07-20 13:22:23','Phonak','Is moving to the front of the peloton as the main field reaches the lower ramps of the Col des Saisies.'),(3407,73,'2006-07-20 13:24:01','Phonak pushing the tempo','on the Col des Saisies. The gap to the leaders is now coming down, too. They are just 10:00 ahead of the main field. '),(3408,73,'2006-07-20 13:26:36','At 70km','the leaders\' advantage has been trimmed to less than 10 minutes'),(3409,73,'2006-07-20 13:34:38','Lots of action in the field','As the pace is really picking up. Landis has already lost one of his key lieutenants, in that Axel Merckx has popped off the back. The leaders - now 10km from the summit are just 7:50 ahead of the field.'),(3410,73,'2006-07-20 13:37:17','Oh there it goes','Here\'s a group of five... Sastre, Kloden, Rogers, Evans and Landis have moved out of the peloton and are leaving the yellow jersey group'),(3411,73,'2006-07-20 13:38:34','Landis moves ahead','Landis has something of a gap. He is 6:43 behind the lead group ahead, but we don\'t have formal time gaps back to the Kloden group, which has now been joined by Denis Menchov.'),(3412,73,'2006-07-20 13:41:00','If we see another change in the yellow jersey','and assuming it isn\'t going to someone who has already had it, we\'ll match the previous record of eight different men in yellow in a single Tour. And given the nature of this race, it could be 9.

    Meanwhile, Landis is now 6:02 behind the lead group. He is being chased by Rogers, Menchov and Evans. Klden and Sastre have slipped back to the yellow jersey group... and no, we don\'t have time gaps yet.'),(3413,73,'2006-07-20 13:44:00','The leaders are 6km from the summit','The 11 leaders are now just 5:30 ahead of Landis and 7:00 ahead of the yellow jersey group. Rogers and Menchov are back with that group now, too.'),(3414,73,'2006-07-20 13:44:56','Time gaps','Race radio puts the 11 leaders 5:23 ahead of Landis and Landis another 1:20 ahead of the yellow jersy group, which itself has been trimmed to just 17 riders.'),(3415,73,'2006-07-20 13:47:07','With 5km of climbing','Landis is now 5:00 behind the 11 leaders and 1:30 ahead of the 17-man yellow jersey group. In that group, we see Sastre, Schleck, Kloden, Rasmussen, Menchov, Boogerd, Dessel, Leipheimer, Kloden, Moreau'),(3416,73,'2006-07-20 13:48:14','With 4.5km of climbing','Landis is now 5:15 behind the break and 1:15 ahead of the Pereiro group.'),(3417,73,'2006-07-20 13:51:21','With 4km to go','Landis is 4:50 behind the 11 leaders. The Pereiro group - now 19 riders - is at 6:11... 1:21 behind Landis.'),(3418,73,'2006-07-20 13:53:28','With 3km to go','Landis is now 3:50 behind the lead group, which appears to be coming apart on the upper portions of the climb. Meanwhile the yellow jersey group is 2:00 behind the American. Wowie. Is this a great Tour de France, or WHAT?!?!?\r\n


    \r\nComments? Questions? Complaints? Stock tips? Drop us a line.'),(3419,73,'2006-07-20 13:54:25','2.5km of climbing','Landis is now 3:45 behind the leaders. He has an advantage of 2:22 over the yellow jersey group.'),(3420,73,'2006-07-20 13:55:59','Landis','With 2km to go up the climb, Landis is closing in on the lead group... and is now 3:30 behind. He is 2:39 ahead of the yellow jersey group.'),(3421,73,'2006-07-20 13:58:27','With 1.5km to go','Landis is holding at 3:20, and is now 2:38 ahead of the yellow jersey group, which is now up to 45 riders.'),(3422,73,'2006-07-20 14:00:47','less than 1km to go','The leaders are nearing the top of the climb. There are only seven of that group left, with the other four splattered out along the route behind. Landis is now at 3:05. He is 3:01 ahead of the yellow jersey group.'),(3423,73,'2006-07-20 14:03:00','Landis','is nearing the top. He\'s 2:50 behind the eight leaders:\r\nPatrik Sinkewitz (T-Mobile)
    Stuart O’Grady (CSC)
    Pavel Padrnos (Discovery)
    Daniele Righi (Lampre)
    Juan Manuel Garate (Quick Step)
    Patrice Halgand and Christophe Le Mevel (Credit Agricole)
    Philippe Gilbert (Francaise des Jeux)
    '),(3424,73,'2006-07-20 14:03:54','Landis over the top','and only 118km to go... what a gamble.'),(3425,73,'2006-07-20 14:07:43','The yellow jersey group','is now up to 48 riders and crosses the summit of the Category Col des Saisies 6:18 behind the leaders... and 3:15 behind Floyd Landis.'),(3426,73,'2006-07-20 14:09:31','When and if...','Landis reaches this front group he won\'t get cooperation with Sinkewitz and O\'Grady who have big GC hopes behind him.'),(3427,73,'2006-07-20 14:11:07','With 110 to go','Landis is 2:50 behind the leaders and 3:33 ahead of the peloton.'),(3428,73,'2006-07-20 14:14:57','The lead group','has come back together and is now composed of the original 11 riders in the break that took off at 12km.Our 11 escapees have 4:50 on the peloton. Those riders are:

    Patrik Sinkewitz (T-Mobile)
    Stuart O’Grady (CSC)
    Pavel Padrnos (Discovery)
    Daniele Righi (Lampre)
    Juan Manuel Garate and Bram Tankink (Quick Step)
    Patrice Halgand and Christophe Le Mevel (Credit Agricole)
    Stephane Auge (Cofidis)
    \r\nPhilippe Gilbert (Francaise des Jeux)
    \r\nLuca Paolini (Liquigas)

    Landis is now just 2:06 behind the break and he\'s 3:45 ahead of the peloton.'),(3429,73,'2006-07-20 14:17:45','Landis at 2:00','As the leaders come through the feedzone. The peloton is at 3:27.'),(3430,73,'2006-07-20 14:22:03','On the next climb','Out of the feedzone, the lead group is breaking up on the Col des Aravis (5.9km - 7.1%) Halgand is scampering off. Landis is 1:40 behind the remaining riders in the original break. The peloton is 3:40 behind Landis.'),(3431,73,'2006-07-20 14:25:36','Peloton moving up','The yellow jersey group is moving up on Landis. His advantage has been trimmed to 2:55.'),(3432,73,'2006-07-20 14:28:01','Caisse d\'Epargne setting tempo','The Caisse d\'Epargne team of race leader Oscar Pereiro is setting the pace at the front of the field. Landis, meanwhile is closing in on the men in the original break and is less than a minute behind them. He is closing in on the support caravan behind the break.'),(3433,73,'2006-07-20 14:28:53','He gets \'em','Floyd Landis has caught 10 men from the break. Halgand is still ahead.'),(3434,73,'2006-07-20 14:30:45','Updated time check','The time checks have been a little spotty. Landis is setting tempo with Juan Miguel Garate at the front of the group. They are shedding some of the men in the break. Auge, Tankink and Paolini have popped off the back.'),(3435,73,'2006-07-20 14:31:33','Halgand is 1:20 ahead','of Landis. The peloton is now 4:04 behind Landis.'),(3436,73,'2006-07-20 14:34:09','Landis group','Includes Padrnos, O\'Grady, Sinkewitz, Righi and Garate. Clearly the American can\'t expect help from Sinkewitz or O\'Grady, but Garate doesn\'t seem shy about lending a hand. If they reach Halgand - who is now 1:52 - they may get help from him as well. '),(3437,73,'2006-07-20 14:37:55','Halgand closing in on the top','of the Col des Aravis. He\'s 1:40 ahead of the Landis group and 5:10 ahead of the peloton.'),(3438,73,'2006-07-20 14:40:20','Landis','is doing all of the work in the group. Garate is not in the group. Remarkably, the Czech Padrnos is there... Oooop... there he goes. He\'s OTB.'),(3439,73,'2006-07-20 14:44:13','Halgand','is not really a big challenger for the KOM jersey, by the way. He started the day 71st in the KOM race with 3 Pts. He\'s moved up with top points on the Col des Saisies and now the Col des Aravis, but still well behind Rasmussen\'s 153.\r\n'),(3440,73,'2006-07-20 14:45:12','Halgand on top','We\'ll get good time checks here.'),(3441,73,'2006-07-20 14:46:30','The Landis group','hits the top at 1:14.'),(3442,73,'2006-07-20 14:51:12','The peloton','reaches the top of the climb at 5:42 - so, 4:31 behind Landis.\r\n'),(3443,73,'2006-07-20 14:52:37','Is Pereiro in trouble?','He looks good going over the top of the climb, but he has just one of his Caisse d\'Epargne teammates with him. Even if the Landis move fails - and at this point, that\'s far from certain - it may result in a change in GC.'),(3444,73,'2006-07-20 14:56:17','Halgand','is now less than one minute ahead of the Landis group. Padrnos has rejoined, but Garate has not.'),(3445,73,'2006-07-20 14:57:28','Landis closing in','on Patrice Halgand. Will Roger Leagay tell his rider to form an alliance?'),(3446,73,'2006-07-20 14:58:00','The Landis group','Is now 40 seconds back. The peloton is now nearly another 5:00 behind that chase. Folks, no matter whether you loved, hated or cared nothing about Lance Armstrong, those last seven tours never had the level of excitement that this one does. Remember in 1999, when he finished stage 2 - the infamous ride over the Passage du Gois - with more than seven minutes on Alec Zulle, the man who eventually finished second that year. Dominance may be impressive, but it sure doesn\'t make things exciting over a three-week race.'),(3447,73,'2006-07-20 15:02:38','Halgand about to be caught','He is 15 seconds ahead of Landis as they begin the Cat. 1 climb up the Col de la Colombiere.'),(3448,73,'2006-07-20 15:05:26','Well...','Landis rides right past Halgand. Halgand comes on to the back. Up there are Sinkewitz, Landis, Righi and Halgand. O\'Grady was dropped on the lower part of the climb. The peloton is 5:30 back.'),(3449,73,'2006-07-20 15:10:00','Landis makes a bike switch','Totally cool and relaxed, Landis pulls over gets off of his bike and jumps on a new one. The lead group is down to Halgand and Sinkewitz. The peloton is at 5:38.'),(3450,73,'2006-07-20 15:12:03','Caisse d\'Epargne','is setting tempo at the front of the peloton. Pereiro has two teammates with him now, but none of the other teams are helping at all. The gap is now 5:45.'),(3451,73,'2006-07-20 15:16:05','With 6km of climbing','left on the Col de la Colombiere (a Cat.1, 11.8km at 5.8%) Landis has upped his lead over the peloton to 6:08... Can you believe this Tour? We can\'t.'),(3452,73,'2006-07-20 15:19:59','Halgand','is dropped. He\'s having a tough time hanging with Landis. Sinkewitz is sitting on his wheel... and the peloton is at 6:28.'),(3453,73,'2006-07-20 15:22:17','The peloton','Is involved in a game of \"you do it\" \"No, you do it!\" The gap is up to 6:46 and the Caisse d\'Epargne team is stuck doing the work. Pereiro looks pretty spent.'),(3454,73,'2006-07-20 15:26:44','Landis is nearing the top','Halgand trails by 1:03 and the peloton - get this - is now at 7:21.'),(3455,73,'2006-07-20 15:27:00','Landis and Sinkewitz are over the top','of the Col de la Colombiere. Up next is the a long descent and then the Cat 3 Cote de Chatillon sur Cluses and then the brutally difficult Col de Joux Plane (hors categorie 11.7km at 8.5%) Halgand crosses over at exactly 1:00'),(3456,73,'2006-07-20 15:34:25','Peloton','Is still climbing.'),(3457,73,'2006-07-20 15:36:46','Guess who is virtual leader of the Tour?','The peloton has crested at 8:33'),(3458,73,'2006-07-20 15:40:14','Floyd and his shadow','Landis is flying down the back side of the Col de la Colombiere. Sinkewitz is on his wheel... and the time check to the peloton is 8:45. That\'s eight minutes and forty-five seconds folks!'),(3459,73,'2006-07-20 15:43:47','Confusion in the peloton','Everyone is leaving Pereiro and the only other remaining Caisse d\'Epargne rider to chase. They are losing time on the climbs and on the descents. We should expect some big attacks on the Joux Plane. Realistically, Landis can\'t expect the gap to remain and even if he rides well over these remaining 50km, he can\'t expect to get the jersey back, can he? Sastre stands a good chance of attacking a fading Pereiro on the Joux Plane and moving into the jersey. Remember, though, there\'s still a time trial on Saturday. Wow... what a race.'),(3460,73,'2006-07-20 15:44:10','The gap','is now more than 9:00. Wowie Zowie.'),(3461,73,'2006-07-20 15:47:01','Now it\'s up to CSC','Caisse d\'Epargne has pulled off the front once the gap hit 9:10 and it\'s Jens Voigt now driving at the front for CSC.'),(3462,73,'2006-07-20 15:49:33','CSC','is finally making headway on the chase. The gap is at 8:57... as Landis and Sinkewitz head on to the Cote de Chatillon sur Cluses'),(3463,73,'2006-07-20 15:52:58','Time gaps','Halgand is 2:34 behind Landis and Sinkewitz. The peloton is at 9:06.'),(3464,73,'2006-07-20 15:55:39','The peloton','is still 9:05 back... and just coming up to the Cote de Chatillon sur Cluses.'),(3465,73,'2006-07-20 15:57:42','Halgand is at 3:10','and the peloton is now 8:50 behind Landis. CSC is doing most of the work.'),(3466,73,'2006-07-20 15:59:48','With 40km to go','The gap back to Halgand is now 3:31... so much for our thoughts on the strategic alliance, eh? The peloton is now 8:38 behind Landis.'),(3467,73,'2006-07-20 16:01:09','1km from the summit','of the Cote de Chatillon sur Cluses. We\'ll get a good time check on the peloton when those guys hit the top.'),(3468,73,'2006-07-20 16:02:36','Loading up','Landis is getting water and food from the team car and he\'s closing in on the top'),(3469,73,'2006-07-20 16:03:12','Up and over','The two leaders are over the Cote de Chatillon sur Cluses. We\'ll get a time check.'),(3470,73,'2006-07-20 16:05:00','T-Mobile','is moving up to help with the chase. From the looks of Pereiro, we can expect another change in race leadership today. He doesn\'t look ready for the climb up the Joux Plane... but then, who is?'),(3471,73,'2006-07-20 16:07:50','With 35km to go','Landis and Sinkewitz are now 8:12 ahead of the peloton. Halgand made the summit of the climb at 4:46. He may be caught by the hard-working peloton.'),(3472,73,'2006-07-20 16:10:49','Peloton','is nearing the top of the climb. The gap at the top of the Cote de Chatillon sur Cluses is 8:03'),(3473,73,'2006-07-20 16:13:15','Landis','Is drinking lots and lots of water. He\'s fueling up, staying cool and working his way up to the Col de Joux Plane.

    Remember what Cadel Evans told our guy Rupert Guinness yesterday: \"Anything can happen in this Tour... it already has!\"

    And he said that before today\'s stage. What a Tour!'),(3474,73,'2006-07-20 16:18:05','French press...','We have a lot of French friends in the pressroom at the Tour, and we\'re not usually ones to complain or give them grief, but yesterday, one headline declared that Landis had the jersey after the Alpe, but did so without class:

    Maillot Jaune sans Panache said the headline.

    Well, check the road, guys. To paraphrase our friends from Brooklyn:
    \"We got your panache right here, pal!\"'),(3475,73,'2006-07-20 16:19:19','With 25km to go','Landis is ticking along the flats before the Joux Plane. The tempo in the peloton is up. T-Mobile and CSC are chasing hard and the gap is down to 7:22.'),(3476,73,'2006-07-20 16:22:28','Om the climb','The Tour de France may well be decided on this final climb of the day, the hors categorie Col de Joux Plane. It\'s 11.7km averaging 8.5%... and then a steep drop into Morzine.'),(3477,73,'2006-07-20 16:22:57','The gap','Halgand is at 6:35 and about to be swept up by the peloton.'),(3478,73,'2006-07-20 16:23:52','Halgand caught','The peloton is 6:52 behind Landis. The big GC guys are all in there, but for how long?'),(3479,73,'2006-07-20 16:24:58','Sinkewitz dropped','Landis is off on his own. The gap to the peloton is 6:43. '),(3480,73,'2006-07-20 16:25:23','Peloton at 25km to go','Landis has 22km to go.'),(3481,73,'2006-07-20 16:28:15','On the climb','The peloton is on the climb... Voigt pops! This thing is going to blow apart.'),(3482,73,'2006-07-20 16:30:08','Credit where credit is due','Okay, sages that we all are, only our ranting cartoonist came close to calling it.

    \"Funny if Floyd attacks tomorrow...that would just about slap the icing on this weirdo cake.\"\r\n'),(3483,73,'2006-07-20 16:31:36','KABOOM!','The whole peloton is completely blowing apart. Schleck and Sastre are leaving the rest of the peloton... yellow jersey, polka dot, white... all being left behind.'),(3484,73,'2006-07-20 16:34:00','Landis 8km from the top','He leads Sinkewitz by 2:17. Sastre is 6:00 back. Evans and Moreau are chasing at about 45 seconds.'),(3485,73,'2006-07-20 16:35:56','The peloton','or the yellow jersey group includes a big bunch of GC players. They are about 30 seconds behind the Moreau/Evans chase.'),(3486,73,'2006-07-20 16:37:25','Landis is 7km from the top','He is 3:00 ahead of Sinkewitz, 5:58 ahead of Sastre, 6:15 ahead of Moreau/Evans?Menchov and 6:30 ahead of the yellow jersey.'),(3487,73,'2006-07-20 16:38:03','Moreau','has left Evans. Menchov, too, has been dropped by the Frenchman'),(3488,73,'2006-07-20 16:38:44','Sastre','is at the 20km to go mark. Landis is at 18km to go, 5:55 ahead of the Spaniard.'),(3489,73,'2006-07-20 16:39:56','Landis','is looking a bit worse for wear... he has 5.8km of climbing to go. He\'s on the steep part of the climb. '),(3490,73,'2006-07-20 16:40:51','Sastre closing in on Sinkewitz',''),(3491,73,'2006-07-20 16:42:12','Sastre','trails Sinkewitz by 1:35 and is 5:37 behind Landis. Moreau is 40 seconds behind Sastre... and is followed by Schleck, Evans, Cunego, Boogerd and Menchov.'),(3492,73,'2006-07-20 16:43:55','Landis has 4.8km','of climbing left. The boys from T-Mobile seem to have disappeared. Kloden and Co. have been dumped by the Menchov/Boogerd/Evans group.'),(3493,73,'2006-07-20 16:45:31','Sastre is now second on the road','he passes Sinkewitz who is waiting for Kloden and the boys. Pereiro is now about 7:00 behind Landis. Sastre looks poised to move into the yellow jersey, if Landis doesn\'t grab it today.'),(3494,73,'2006-07-20 16:46:56','Landis','is now 5:43 ahead of Sastre. Cunego, meanwhile, has attacked. He\'s fighting for the White Jersey now held by Marcus Fothen. Further back, Kloden has cracked and is being dropped by the yellow jersey.'),(3495,73,'2006-07-20 16:48:05','Cunego charging','He\'s trying to catch on to Sastre. Again, he\'s not a GC threat (16th at 17:46) but he\'s fighting for the best young rider competition.'),(3496,73,'2006-07-20 16:49:18','Landis leading','He has 3km to go to the top of the Joux Plane and has 15km to go to the finish. He leads Sastre by 5:45 and Cunego by 6:20.'),(3497,73,'2006-07-20 16:51:07','Kloden suffering','He\'s been seriously gapped by the yellow jersey group, which is now 7:10 behind Landis.'),(3498,73,'2006-07-20 16:52:32','Kloden back up with the yellow jersey','But that group is now 7:10 behind Landis. Landis is now 2.25km from the top of this climb.'),(3499,73,'2006-07-20 16:53:21','Cyril Dessel','remember him? Well, he\'s popped. We won\'t be seeing him for a while.'),(3500,73,'2006-07-20 16:54:20','Sastre','is 5:32 behind Landis. Cunego is at 6:04.'),(3501,73,'2006-07-20 16:55:13','Landis','is now on the final kilometer of the climb.'),(3502,73,'2006-07-20 16:56:16','Sastre looks good','The gap is around 5:30 up to Landis. If that holds to the finish, the Spaniard will be in yellow and Landis will be in second.'),(3503,73,'2006-07-20 16:58:11','Up and over','Floyd Landis is over the Col de Joux Plane...'),(3504,73,'2006-07-20 16:58:48','Now we\'ll get good time checks','Sastre up next... the estimated gap is 5:30'),(3505,73,'2006-07-20 16:59:36','Moreau has fought back','and is with Cunego. Pereiro, too, is fighting hard. He may manage to keep the jersey.'),(3507,73,'2006-07-20 17:00:54','Moreau','has dropped Cunego'),(3508,73,'2006-07-20 17:01:20','Sastre is closing in','on the top of the climb.'),(3509,73,'2006-07-20 17:02:01','Landis at 10km to go...','No more contest entries.'),(3510,73,'2006-07-20 17:03:27','Sastre','Crosses the top of the climb at 5:08'),(3511,73,'2006-07-20 17:04:24','Moreau','Crosses at 6:05'),(3512,73,'2006-07-20 17:04:42','Cunego crosses','at 6:21'),(3513,73,'2006-07-20 17:05:26','Yellow jersey group','Crosses at 6:52... Pereiro still has the jersey by a bit.'),(3514,73,'2006-07-20 17:05:49','Rasmussen Evans','Kloden come over seven minutes back.'),(3515,73,'2006-07-20 17:06:18','Okay,','let\'s join Floyd... he\'s at 5km to go and zoooooooming down to the finish.'),(3516,73,'2006-07-20 17:07:54','Landis','Is making a bit of time on the descent. He\'s now 5:20 ahead of the Sastre. Meanwhile, Fothen has lost 3:00 to Cunego. He may make it up in the TT, though'),(3517,73,'2006-07-20 17:08:17','Landis','Is now 3km from the finish'),(3518,73,'2006-07-20 17:09:19','Landis at 2km to go','Floyd Landis is flying down to Morzine. He\'s working hard to make time.'),(3519,73,'2006-07-20 17:09:48','Landis in the final kilometer',''),(3520,73,'2006-07-20 17:11:00','Floyd Landis wins!','He\'s fighting for every second and celebrates the biggest win of his career and one of the most AMAZING stages in Tour history.... no raised arms... just powers across the line, and punches the air after he crosses the line.'),(3521,73,'2006-07-20 17:12:59','Wow...','Now that was a stage. Next let\'s watch the clock folks. The whole picture of the Tour is changed. How much? We\'ll see in the next few minutes.'),(3522,73,'2006-07-20 17:13:55','Pereiro','Has five km to go. He\'s chasing hard, hoping to keep the jersey... Sastre is working hard to get it himself.'),(3523,73,'2006-07-20 17:15:51','Sastre at 1km to go',''),(3524,73,'2006-07-20 17:17:01','Sastre finishes','and charges hard to the line... he comes across at 5:41'),(3525,73,'2006-07-20 17:17:26','Moreau',' comes through at 5:57\r\n'),(3526,73,'2006-07-20 17:18:04','Cunego','takes fourth at 6:40'),(3527,73,'2006-07-20 17:18:55','Pereiro','Does it by four seconds. He keeps the jersey. So Sastre is in second and Landis is in third.'),(3528,73,'2006-07-20 17:20:03','What a stage','Floyd Landis is back in this bike race.... one of the most amazing stages in Tour history and he\'s making this one of the most amazing Tours in years. Wow.'),(3529,73,'2006-07-20 17:22:36','Stage Results','1. Floyd Landis (USA), Phonak
    \r\n2. Carlos Sastre (Sp), CSC, 05:42
    \r\n3. Christophe Moreau (F), Ag2r Prevoyance, 05:58
    \r\n4. Damiano Cunego (I), Lampre, 06:40
    \r\n5. Michael Boogerd (Nl), Rabobank, 07:08
    \r\n6. Frank Schleck (Lux), CSC, 07:08
    \r\n7. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., 07:08
    \r\n8. Klöden Andréas (G), T-Mobile, 07:08
    \r\n9. Haimar Zubeldia (Sp), Euskaltel-Euskadi, 07:08
    \r\n10. Cadel Evans (Aus), Davitamon-Lotto, 07:20
    \r\n11. Mickael Rasmussen (Dk), Rabobank, 07:24
    \r\n12. Denis Menchov (Rus), Rabobank, 07:24
    \r\n13. Patrik Sinkewitz (G), T-Mobile, 07:24
    \r\n14. Tadej Valjavec (SLO), Lampre, 08:37
    \r\n15. Giuseppe Guerini (I), T-Mobile, 08:37
    \r\n16. Cyril Dessel (F), Ag2r Prevoyance, 08:49
    '),(3530,73,'2006-07-20 17:24:00','GC','1. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B.
    \r\n2. Carlos Sastre (Sp), CSC, 00:12
    \r\n3. Floyd Landis (USA), Phonak, 00:30
    \r\n4. Andréas Klöden(G), T-Mobile, 02:29
    \r\n5. Cadel Evans (Aus), Davitamon-Lotto, 03:08
    \r\n6. Denis Menchov (Rus), Rabobank, 04:14
    \r\n7. Cyril Dessel (F), Ag2r Prevoyance, 04:24
    \r\n8. Christophe Moreau (F), Ag2r Prevoyance, 05:45
    \r\n9. Haimar Zubeldia (Sp), Euskaltel-Euskadi, 08:16
    \r\n
    '),(3531,73,'2006-07-20 17:24:37','Landis is now 30 seconds out of the lead','Well that oughta make Saturday\'s time trial interesting, eh?'),(3532,73,'2006-07-20 17:53:54','Contest Winner','Congratulations to Dean McBeth'),(3533,74,'2006-07-21 12:46:19','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the 18th stage of the 2006 Tour de France, a 197-kilometer ride from Morzine-Avoriaz to Mâcon.\r\n\r\nRacing is just getting underway.'),(3534,74,'2006-07-21 12:50:12','It\'s going to be hard...','to match yesterday\'s stage, but who knows? This has been one goofy Tour. The poor guys on the print side - lulled by seven years of covering Tours that have been settled with two weeks to go - are going nuts trying to put together the next issue of VeloNews.

    But we\'re in a more transient medium and we have to concern ourselves with the here and now, namely today\'s stage. Although there are Cat. 2, Cat. 3 and Cat. 4 climbs in the middle section of this 197km stage from the Alps through the Jura mountains to the Saône Valley, the whole course is on wide routes nationales. The stage is likely to open with constant attacks before a breakaway establishes itself on the hills in the middle part of the stage. The last 50km are almost completely flat before the 400-meter final straightaway in the northern part of Mâcon.\r\n'),(3535,74,'2006-07-21 12:52:08','Last time a road stage finished','in Mâcon was 15 years ago in 1991, the first year of Miguel Indurain\'s five-year run of Tour wins. The guy who won that stage is still riding here today, Viatcheslav Ekimov, who dashed away from the peloton in the final kilometer and held off the sprinter-led peloton by seven seconds.\r\n\r\n'),(3536,74,'2006-07-21 12:58:48','Papa Freire','Oscar Freire, who scooted home on the rest day to visit his wife and newborn son Marco, has left the Tour. While he was second in the points race to Robbie McEwen, Freire really had no chance of gaining on the green jersey and... well, sometimes the rest of this stuff doesn\'t seem all that important, when you have a newborn. We have to agree Oscar.

    Speaking of locked up jerseys, Michael Rasmussen scored 10 points on the Joux Plane yesterday and is a lock - assuming he finishes in Paris - for the polka dot jersey. It could be - and we aren\'t predicting squat - that the Tour\'s three top jerseys could be taken by two former mountain-bike racers and a former BMX-er. Pretty cool, eh?'),(3537,74,'2006-07-21 13:01:19','Attacks come quickly','We\'ve seen a couple of attacks already. The latest involves Yaroslav Popovych (Discovery), Benoit Vaugrenard (Francaise des Jeux) and David Millar (Saunier Duval). At the 7km mark, they have a 15 second lead. But look at the profile folks... this is an attack on the descent.'),(3538,74,'2006-07-21 13:06:00','Mosty aggressive rider','While most of the awards at the Tour are based on hard numbers, one daily award is offered on a more subjective basis. The most aggressive rider of the day and of the Tour are basically awarded by eight guys sitting around and saying \"Hey how about....?\" Well, yesterday was a no-brainer and they didn\'t have much to talk about, did they? Check our Stats page to see who won that (as if you didn\'t know) and to see who had to visit the medical car, among other things.'),(3539,74,'2006-07-21 13:08:15','After the descent','from Morzine, Vaugrenard has been dropped and Popovych and Millar are now 35 seconds ahead of the peloton at the 17km mark.'),(3540,74,'2006-07-21 13:13:00','O\'Grady...','... not the CSC guy, but our own resident crank. Often when our cartoonist and columnist waxes political and tells folks he doesn\'t particularly like the current resident of the White House, we get a lot of letters. Many say \"Bravo!\" \"Yippie!\" or \"Right On!\" while just as many say \"Cancel my subscription\" \"Shut up about politics\" or our favorite \"Write what you know....\" Well, those of you who chant that last mantra - urging O\'Grady to write what he knows - will be happy with this latest Rant. This he knows.'),(3541,74,'2006-07-21 13:14:00','Our two attackers','At 22km, the two men off the front have seen their advantage grow to more than 1:30, but it looks like they\'re being pulled back by the efforts of the Liquigas team and are now just 20 seconds up on the main field.'),(3542,74,'2006-07-21 13:18:09','Liquigas','really wanted someone in today\'s break. They are sending a rider off to try and bridge that little gap up to the two escapees. It looks like Quinziato and he\'s with Sebastian Lang of Gerolsteiner.'),(3543,74,'2006-07-21 13:21:32','Still two leaders','The effort to bridge has failed and Popovych and Millar are still about 25 seconds ahead of the main field.'),(3544,74,'2006-07-21 13:27:13','That other jersey','While we mentioned that the yellow, green and polka-dot jerseys are being won by mountain-bike racers and a BMX-er, the White Jersey race has been fought out by two men with very classic roadie roots. Damiano Cunego took the best under-25 jersey from Gerolsteiner\'s Marcus Fothen yesterday. We should see a big show down at the time trial tomorrow. Fothen trails by just five seconds, and he\'s no slouch of a time trialist. Of course, winning the 2004 Giro d\'Italia proves Cunego has something there, too.

    For all of the Americans celebrating the possibility of the 11th (!) U.S. Tour victory since 1986, you should be concerned. Looking at the contest for the White Jersey, there is not a single American who falls into the under-25 category at this Tour. The U.S. obviously has a large talent pool of riders, but there are none here that are under 25. Recall, for example, that before Greg LeMond won his first Tour de France, he had finished third in the 1984 Tour - winning the White Jersey along the way - and second in the 1985 Tour.


    Comments? Questions? Drop us a line'),(3545,74,'2006-07-21 13:29:14','Through the sprint mark at La Tour','The day\'s first intermediate sprint - at the village of La Tour - was won by Popovych, with Millar obviously in second and Robbie McEwen grabbing the final 2 points 18 seconds later.'),(3546,74,'2006-07-21 13:32:47','All together now','The peloton has once again turned into one big happy family as the race courses along, just south of the Swiss border and Lake Geneva.'),(3547,74,'2006-07-21 13:44:29','Reactions to yesterday\'s stage','Once folks picked their lower jaws back up from the floor yesterday, there were a lot of words of praise out there for what Floyd Landis did - attacking the peloton with 150km to go and essentially soloing the entire distance.

    What we found interesting was that he was producing very normal power outputs on those climbs yesterday, pushing about 350-390 watts on the big cols. Landis has a VO2 max quite close to 90, so those outputs are quite within the range of normal. What was spectacular was the fact that it came so quickly after his total shut-down on Wednesday, something which may be attributed to dehydration or simple \"bonk.\" You could certainly see he was making a big effort to stay hydrated throughout yesterday\'s ride.'),(3548,74,'2006-07-21 13:45:19','Approaching 48km','We see a new attack of 15 riders. No IDs yet and they only have about 20 seconds on the field.'),(3549,74,'2006-07-21 13:49:21','That group of 15','Is still just 10 seconds ahead of the field. '),(3550,74,'2006-07-21 13:54:42','Ullrich','German media reports that Jan Ullrich will not be taking place in the usual post-Tour criteriums, races which generally don\'t offer much prestige, but usually offer boatloads of cash.

    Ullrich\'s agent Walter Strohband said that Ullrich has contracts to ride in several events, but given the current environment, he would be the focus of attention for all of the wrong reasons.

    \"Jan said he would prefer to pull out of the races and to let the organizers know now, so that they can work to attract other big-name cyclists for their events.\"'),(3551,74,'2006-07-21 14:00:00','Okay now they have time','At 58km, the group of 15 has built up a good 1:20 lead, so it\'s worth typing these names in. In the break of 15, we have:

    Levi Leipheimer (Gerolsteiner)
    David Zabriskie (CSC)
    Egoi Martinez (Discovery)
    Patrick Sinkewitz (T-Mobile)
    Sylvain Calzati (Ag2r)
    Ronny Scholz (Gerolsteiner)
    Juan Antonio Flecha (Rabobank)
    Mateo Tosatto (Quick Step)
    Mario Aerts (Davitamon)
    Sebastian Hinault (Credit Agricole)
    Inaki Isasi (Euskaltel)
    Christian Moreni (Cofidis)
    Benoit Vaugrenard (Francaise des Jeux)
    Manuel Quinziato (Liquigas)
    Jerome Pineau (Bouygues Telecom)
    '),(3552,74,'2006-07-21 14:05:00','At 60km','The 15 leaders have 2:00 on the peloton. This break represents a broad cross-section of teams and no real GC threats - with Leipheimer (18th at 22:01) being the best of the bunch. The only thing that could doom this one is if Milram and Davitamon opt to chase. While Milram might be motivated to try and set up Erik Zabel for a win, Davitamon is likely not interested in chasing, given that Robbie McEwen has a huge points jersey lead and they have Aerts in the break.'),(3553,74,'2006-07-21 14:09:06','3:30 at 65km','There doesn\'t seem to be a whole lot of chasing going on. This one might stick. '),(3554,74,'2006-07-21 14:10:23','Contest Reminder','Whether you think these 15 guys will stay away or get swept up a couple of meters from the line, you need to pick a winner. Remember to enter, using our Daily Contest button atop this page.'),(3555,74,'2006-07-21 14:11:03','4:00 at 68km','The peloton is at least letting these guys run out the leash a bit.'),(3556,74,'2006-07-21 14:19:24','Sproing....','And there\'s the end of the leash. At 4:00 minutes, the pace picked up in the peloton and the gap has come down to 3:45 at 74km'),(3557,74,'2006-07-21 14:23:50','The gap is back up to 4:00','at the 78km mark.'),(3558,74,'2006-07-21 14:27:00','One reader pointed out','That today is the last \"work day\" of the Tour. In other words, most of you slackers won\'t have an excuse to look in on the coverage of the Tour next week and your respective companies will note a sudden and inexplicable spike in productivity. This is bad. This can create problems. Our advice is to ease back a little... don\'t overdo it, because you\'ll only have to explain the commensurate drop in productivity in September, come Vuelta time. Do what the French do and take the whole month of August off. They have the right attitude.'),(3559,74,'2006-07-21 14:28:51','Well','maybe that leash is a little longer than we thought. The peloton is now 4:38 behind the 15-man break at the 83km mark.'),(3560,74,'2006-07-21 14:37:21','At 85km','The gap is 4:25.

    We\'ve had many questions about how the French press has responded to Floyd Landis\'s ride yesterday. The reponse has been very positive, with many papers hailing the performance as ranking up there with the style of a Merckx or Hinault. Indeed, the papers this morning underscore the weakness of the claim that they somehow hate Americans.'),(3561,74,'2006-07-21 14:44:00','Saturday\'s Time Trial','The peloton is 3:50 behind the leaders who are at the 89km mark.

    So after yesterday\'s performance, we have to talk about the Phonak man\'s chances to take the overall title. Obviously, tomorrow\'s time trial will play a big role in that. Take a look at the top-five and how those riders did in the first TT.

    Current Overall Standings
    1. Oscar Pereiro
    2. Carlos Sastre, at 00:12
    3. Floyd Landis, at 0:30
    4. Andréas Klöden, at 2:29
    5. Cadel Evans, at 3:08

    As they they performed in Stage 7
    (Times listed are actual times and not relative to other riders\' performances)
    2. Landis, 1:02:44
    8. Klöden, 1:03:26
    11. Evans, 1:03:32
    18. Sastre, 1:03:54
    23. Pereiroe, 1:04:24

    '),(3565,74,'2006-07-21 15:11:02','Saunier Duval','is taking the full effort in the chase. The gap is down to 3:20.'),(3566,74,'2006-07-21 15:19:53','The Angel','The beautiful angel of the mountains is here. Yeah, the Tour has had an angel for almost as many years as its had a devil (our buddy Didi Senft from Germany), but the angel was... well... not that angelic. For one thing he smokes... and he often needs a shave. But THIS angel... sigh. There\'s a picture below.'),(3562,74,'2006-07-21 14:45:25','At 94km','The leaders are now 3:25 ahead of the field.'),(3563,74,'2006-07-21 14:59:09','The chase','Is being driven by the Saunier Duval team - so much with our Milram guess - and the gap is coming down. It\'s now 3:22 at 102km.\r\n'),(3564,74,'2006-07-21 15:02:28','With 93km remaining','The leaders are 3:21 ahead of the peloton. Saunier Duval is driving the chase.'),(3567,74,'2006-07-21 15:23:36','With 77km to go','The peloton is now at 3:24. Saunier Duval is doing the work at the front.'),(3568,74,'2006-07-21 15:26:50','With 74km to go','The gap really isn\'t changing much. The peloton is at 3:25.'),(3569,74,'2006-07-21 15:31:29','The leaders are on','the Category 2 Col du Berthiand - 4.7km at 6%.'),(3570,74,'2006-07-21 15:33:25','The climb','The 15 leaders are staying together on the climb. They are 3.5km from the top.'),(3571,74,'2006-07-21 15:37:12','The peloton is on the climb','The riders up front are still together. They are 2km from the top and the gap is 3:13.'),(3572,74,'2006-07-21 15:40:09','1km from the summit','The fifteen leaders are closing in on the top. The gap is still at 3:22... and Saunier Duval is still putting in the chase effort.'),(3573,74,'2006-07-21 15:42:04','The peloton','Is stretched out in single file. Saunier Duval is at the front. Right behind, is the team of the yellow jersey and then a gaggle of Phonaks - including Landis - and CSC protecting Carlos Sastre.'),(3574,74,'2006-07-21 15:42:26','Up and over','The leaders crest the climb as a group. '),(3575,74,'2006-07-21 15:46:42','Peloton','is over the top and the gap is 3:42. The Lampre team is lending a hand with the chase, now, too. The leaders are now 63km from the finish.'),(3576,74,'2006-07-21 15:51:06','Ullrich','Word in the press room is that the T-Mobile team has formally severed its relationship with Jan Ullrich. '),(3577,74,'2006-07-21 15:53:11','The leaders are','on the Category 4 Cote de Chambod. They are still together... and the gap is 3:10'),(3578,74,'2006-07-21 15:57:10','With 55km to go','The leaders are over that little Cat. 4 and are now on mostly flat roads to Macon. The gap is down to 3:09 and Saunier Duval is still at the front.'),(3579,74,'2006-07-21 16:02:38','Calzati','attacks out of the lead group... he has a teeny gap'),(3580,74,'2006-07-21 16:03:31','With 50km to go','Martinez is up there with him and other riders in the original group are closing in.'),(3581,74,'2006-07-21 16:04:00','Isasi','Attacks just after the group came together.... Leipheimer bridges up'),(3582,74,'2006-07-21 16:05:16','Leipheimer and Isasi','Have about 20 seconds. '),(3583,74,'2006-07-21 16:06:30','21 seconds','Leipheimer and Isasi have 21 seconds on the group. Pineau is trying to bridge up.'),(3584,74,'2006-07-21 16:08:00','Leipheimer and Isasi','Have a nice little gap. Pineau gives up the chase and the rest of the chase group is now at 30 seconds. The peloton, meanwhile is at 4:00, and the two leaders are 46km from the finish.'),(3585,74,'2006-07-21 16:10:00','More on Ullrich','Jan Ullrich was fired by T-Mobile this morning. He was suspected of using the services of doctor Eufemiano Fuentes whom Spanish police believe is at the heart of a blood-doping network.

    T-Mobile general manager Olaf Ludwig announced the news during the 18th stage of the Tour de France between Morzine and Macon though the sacking had been made in writing on Thursday.

    Ullrich published a statement on his internet site saying that his axing was \"unacceptable.\"

    \"I am very disappointed that this decision was not communicated to me personally but that it was faxed to my lawyers,\" Ullrich added.

    The 32-year-old Ullrich had been under contract with T-Mobile until the end of the year, but like most pro rider contracts, Ullrich\'s included an escape clause, allowing the team to fire any rider suspected of doping. \r\n'),(3586,74,'2006-07-21 16:15:27','With 42km to go','The two leaders aren\'t making a lot of time on the rest of the original break. They are just 25 seconds ahead of the other 13, but the attacks have pushed the gap to the peloton up to 4:18.'),(3587,74,'2006-07-21 16:18:03','Ho ho...','Robbie McEwen scampers off the front of the peloton... not attacking, but to scream at the TV camerabike to \"get the @#$% up the road.\" He apparently felt the Saunier Duvals were getting a bit of a boost in the chase.\r\n'),(3588,74,'2006-07-21 16:18:39','With 38km to go','The two leaders are 33 seconds ahead of the 13 men in the chase group. The peloton is at 4:30.'),(3589,74,'2006-07-21 16:26:24','With 33km to go','The two leaders are still just 20 seconds ahead of the chase group. The peloton is easing off... now at 5:00 and the Saunier Duval guys are (inexplicably) still chasing.'),(3590,74,'2006-07-21 16:28:09','Landis Interview','We had a few ill-timed technical issues last night, but we have finally posted our video of Floyd Landis\'s post-stage press conference yesterday.'),(3591,74,'2006-07-21 16:32:16','Leipheimer and Isasi','Are 28km from the finish and still not making any distance on the 13 chasers. They are, however, making time on the peloton. The Saunier Duval chase is now at 5:30. The chase group is at 17 seconds.'),(3592,74,'2006-07-21 16:35:02','Leipheimer and Isasi','are just 16 seconds ahead of the chasing 13. With 26km to go, they will be caught, but the 15 leaders are now 5:38 ahead of the peloton, so today\'s winner will come out of this group.'),(3593,74,'2006-07-21 16:35:50','25km to go','the peloton is at 6:00 and the two escapees are still dangling off of the front of the chase group.'),(3594,74,'2006-07-21 16:42:00','Leipheimer and Isasi','Are caught. The lead group is at the 20km-to-go mark and 6:38 ahead of the peloton. It\'s dead flat to the finish.'),(3595,74,'2006-07-21 16:43:59','19km','the gap back to the peloton is 7:00. To review, we have the following riders in the break

    Levi Leipheimer (Gerolsteiner)
    David Zabriskie (CSC)
    Egoi Martinez (Discovery)
    Patrick Sinkewitz (T-Mobile)
    Sylvain Calzati (Ag2r)
    Ronny Scholz (Gerolsteiner)
    Juan Antonio Flecha (Rabobank)
    Mateo Tosatto (Quick Step)
    Mario Aerts (Davitamon)
    Sebastian Hinault (Credit Agricole)
    Inaki Isasi (Euskaltel)
    Christian Moreni (Cofidis)
    Benoit Vaugrenard (Francaise des Jeux)
    Manuel Quinziato (Liquigas)
    Jerome Pineau (Bouygues Telecom)
    '),(3596,74,'2006-07-21 16:47:45','Attacks','The lead bunch is breaking up and Scholz - Leipheimer\'s teammate - is off the front.'),(3597,74,'2006-07-21 16:48:47','Scholz','Is now 15km from the finish. He is 18 seconds ahead of Moreni and Tosato.'),(3598,74,'2006-07-21 16:49:08','Three men in the front',''),(3599,74,'2006-07-21 16:51:00','The whole group','is broken up. Christian Moreni(Cofidis), Ronny Scholz (Gerolsteiner), Mateo Tosatto (Quick Step) lead the next chase group - Sinkewitz Leipheimer, Flecha, Quinzato and Pineau - by 15 seconds and the rest of the bunch are at 30'),(3600,74,'2006-07-21 16:54:17','With 10km to go','The three men are 23 seconds ahead of the chase group of five. The peloton is some 8:00 back, now.

    Contest Entries Closed for the Day.'),(3601,74,'2006-07-21 16:57:21','Moreni, Tosatto and Scholz','Have 36 seconds on the chase group with 7km to go.'),(3602,74,'2006-07-21 16:58:20','The other 12','riders have regrouped and are 36 behind Moreni, Scholz and Tosatto'),(3603,74,'2006-07-21 16:58:43','The peloton is waaaaay back','at 8:26.'),(3604,74,'2006-07-21 16:59:34','Quinziato','Is trying to bridge a gap of 43-second gap... and the rest of the guys are looking at each other...'),(3605,74,'2006-07-21 17:00:45','With 5km to go','The three leaders are 35 seconds back. The others are now at 53 seconds back. The peloton is at 8:32.'),(3606,74,'2006-07-21 17:01:26','With four kilometers to go','The three leaders are holding a 40-second lead on Quinzato.'),(3607,74,'2006-07-21 17:03:00','With 3km to go','The leaders are flying to the finish and holding their lead.'),(3608,74,'2006-07-21 17:03:11','Scholz tries a dig',''),(3609,74,'2006-07-21 17:04:10','2km to go','The three men are solidly ahead of Quinziato'),(3610,74,'2006-07-21 17:05:26','On the final kilometer','It\'s going to come down to these three.... and they are watching each other closely. Scholz is stuck up front'),(3611,74,'2006-07-21 17:06:00','Scholz is still stuck up front','It\'s bound to be one of the Italians.'),(3612,74,'2006-07-21 17:07:00','Tosatto!','Tosatto attacks... and holds it to the line. Moreni is second and Scholz third.'),(3613,74,'2006-07-21 17:07:42','Quinziato','comes in at 44 seconds and the rest of the bunch at 1:04'),(3614,74,'2006-07-21 17:09:00','Stage Results','1. Matteo Tosatto (I), Quick Step-Innergetic
    \r\n2. Cristian Moreni (I), Cofidis, 00:00
    \r\n3. Ronny Scholz (G), Gerolsteiner, 00:02
    \r\n4. Manuel Quinziato (I), Liquigas-Bianchi, 00:47
    \r\n5. Sébastien Hinault (F), Credit Agricole, 01:03
    \r\n6. Jérôme Pineau (F), Bouygues Telecom, 01:03
    \r\n7. Sylvain Calzati (F), Ag2r Prevoyance, 01:03
    \r\n8. Vaugrenard Benoít (F), Francaise des Jeux, 01:03
    \r\n9. Inaki Isasi (Sp), Euskaltel-Euskadi, 01:03
    \r\n10. Egoi Martinez (Sp), Discovery Channel, 01:03
    \r\n11. Mario Aerts (B), Davitamon-Lotto, 01:03
    \r\n12. Patrik Sinkewitz (G), T-Mobile, 01:03
    \r\n13. Juan Antonio Flecha (Sp), Rabobank, 01:03
    \r\n14. Levi Leipheimer (USA), Gerolsteiner, 01:06
    \r\n15. David Zabriskie (USA), CSC, 02:25
    \r\n
    \r\n'),(3615,74,'2006-07-21 17:14:43','Peloton','There are still points on the line... and these guys are sprinting in 8:00 minutes later.'),(3616,75,'2006-07-22 13:43:00','Good day and welcome...','to VeloNews.com\'s Live Coverage of the 19th stage of the 2006 Tour de France, a 57-kilometer individual time trial from Le Creusot to Montceau les Mines.

    Start\r\nTimes '),(3620,75,'2006-07-22 14:58:00','Top times','Sergei Gontchar - winner of the stage 7 time trial - is setting some impressive times at the intermediate time checks today and is likely to be atop the leader board by several minutes when he comes in today. Of course, he\'s been working as domestique for most of the Tour and his GC hopes are non-existent, given that he started the day 2 hours out of first.'),(3618,75,'2006-07-22 14:24:00','Contest Reminder','Please read the rules of our Daily Contest. They differ slightly on Time Trial days and we require you to estimate the winner\'s time as well as his name - as in \"Honchar 1:12:06.\" So, if you\'ve already entered today\'s contest and not submitted a time, do it again. We\'ve already deleted entries submitted without times and will allow you to do it again.'),(3619,75,'2006-07-22 14:56:07','The top 10','1. Sebastian Lang (G), Gerolsteiner, 01:11:03
    \r\n2. David Zabriskie (USA), CSC, 01:11:20
    \r\n3. Viatceslav Ekimov (Rus), Discovery Channel, 01:11:26
    \r\n4. Bert Grabsch (G), Phonak, 01:11:28
    \r\n5. Joost Posthuma (Nl), Rabobank, 01:11:48
    \r\n6. Gustav Larsson (Swe), Francaise des Jeux, 01:12:06
    \r\n7. Nicolas Portal (F), Caisse d\'Epargne-I.B., 01:12:20
    \r\n8. O’grady Stuart (Aus), CSC, 01:12:31
    \r\n9. Thomas Voeckler (F), Bouygues Telecom, 01:14:03
    \r\n10. Johan Vansummeren (B), Davitamon-Lotto, 01:14:05
    \r\n'),(3621,75,'2006-07-22 15:01:43','Today\'s route','This final time trial follows a complicated 57km route between the twin industrial cities of Le Creusot and Montceau-les-Mines. There are a few long straightaways, but in between - from 5km-17km, 23km-34km and 47km-55km - the course is on a mixture of narrow back roads and city streets that twist and climb around the district\'s former coalmines and steel mills. In other words, it\'s a challenging up-and-down course where riders are constantly changing direction, sprinting out of turns, grinding up hills and racing down descents. \r\n'),(3622,75,'2006-07-22 15:08:38','David Millar','Has finished in 1:11:46... good enough for fifth, for the time being.'),(3623,75,'2006-07-22 15:11:12','Current top ten','1. Sebastian Lang (G), Gerolsteiner, 01:11:03
    \r\n2. David Zabriskie (USA), CSC, 01:11:20
    \r\n3. Viatceslav Ekimov (Rus), Discovery Channel, 01:11:26
    \r\n4. Bert Grabsch (G), Phonak, 01:11:28
    \r\n5. David Millar (GB), Saunier Duval, 01:11:46
    \r\n6. Joost Posthuma (Nl), Rabobank, 01:11:48
    \r\n7. Gustav Larsson (Swe), Francaise des Jeux, 01:12:06
    \r\n8. Nicolas Portal (F), Caisse d\'Epargne-I.B., 01:12:20
    \r\n9. O’grady Stuart (Aus), CSC, 01:12:31
    \r\n10. Koos Moerenhout (Nl), Phonak, 01:12:38
    \r\n
    \r\n\r\nGontchar, though will change that picture.'),(3624,75,'2006-07-22 15:12:00','Gontchar','comes in at 1:07:45... wow. That\'s more than three minutes better than second place (Lang) and a big 18 minutes over Phonak\'s Robbie Hunter, who is in last place at 1:25:54 and faces elimination on the day\'s time cut.'),(3625,75,'2006-07-22 15:18:20','The top 10','1. Sergei Gontchar (Ukr), T-Mobile, 01:07:45
    \r\n2. Sebastian Lang (G), Gerolsteiner, 01:11:03
    \r\n3. David Zabriskie (USA), CSC, 01:11:20
    \r\n4. Viatceslav Ekimov (Rus), Discovery Channel, 01:11:26
    \r\n5. Bert Grabsch (G), Phonak, 01:11:28
    \r\n6. David Millar (GB), Saunier Duval, 01:11:46
    \r\n7. Joost Posthuma (Nl), Rabobank, 01:11:48
    \r\n8. Gustav Larsson (Swe), Francaise des Jeux, 01:12:06
    \r\n9. Nicolas Portal (F), Caisse d\'Epargne-I.B., 01:12:20
    \r\n10. Stuart O’Grady (Aus), CSC, 01:12:31
    \r\n'),(3626,75,'2006-07-22 15:27:00','Rasmussen','Is on his way... He is bound to have a better time trial than he did last year. Recall he had a disastrous final TT last year, when he literally fell from third overall to seventh on GC.'),(3627,75,'2006-07-22 15:32:20','16 riders remaining','There are another 16 riders to go. Frankly, the focus today is on the final three or four riders, the big contest of the day, indeed, of the past three weeks. Be honest, without looking, you probably can\'t name the guy who finished third in the closing time trial of the 1989 Tour de France.'),(3629,75,'2006-07-22 15:33:38','Marcus Fothen','and Damiano Cunego will both be on the road shortly. There is a real contest between these two for the white jersey of the best rider under 25.'),(3630,75,'2006-07-22 15:34:00','Cunego off','Fothen started three minutes ago and we now have both top contenders for the white jersey on the road. With just a four-second difference, we\'d have to put our money on Fothen to take the jersey, given that he is a solid time trialist.


    Comments? Questions? Pithy observations?Drop us a line'),(3631,75,'2006-07-22 15:41:14','Leipheimer on the road','Levi Leipheimer is on the road and hoping to improve on his 96th-place finish in the stage seven time trial.'),(3632,75,'2006-07-22 15:50:17','Michael Rogers','Is on the road. We are now seeing the top-10 men on GC.'),(3633,75,'2006-07-22 15:51:00','Remaining Start Times','Christophe Moreau (F), Ag2r Prevoyance, 3:51:00
    \r\nHaimar Zubeldia (Sp), Euskaltel-Euskadi, 3:54:00
    \r\nCyril Dessel (F), Ag2r Prevoyance, 3:57:00
    \r\nDenis Menchov (Rus), Rabobank, 4:00:00
    \r\nCadel Evans (Aus), Davitamon-Lotto, 4:03:00
    \r\nAndréas Klöden (G), T-Mobile, 4:06:00
    \r\nFloyd Landis (USA), Phonak, 4:09:00
    \r\nCarlos Sastre (Sp), CSC, 4:12:00
    \r\nOscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., 4:15:00
    \r\n
    '),(3634,75,'2006-07-22 15:55:31','Vande Velde','Hits the second time check with the 13th best of the time.'),(3635,75,'2006-07-22 16:01:00','Menchov','is on the road. The winner of the 2005 Vuelta a Espana is now on his way, so we have just five riders remaining. Landis is standing near the start house... and we have to bet that his machine has been gone through with a fine-toothed comb, given in both time trials in this tour - the prologue and stage 7 - he\'s had mechanical issues.'),(3636,75,'2006-07-22 16:04:00','Cadel Evans is on route.','Kloden is up next and then comes the man who has to be a favorite to win this Tour, Floyd Landis.'),(3637,75,'2006-07-22 16:07:42','Cunego is rockin\'','Cunego has hit the second time check today with the third best time... faster than Fothen. If he can keep it up, he holds his jersey.'),(3638,75,'2006-07-22 16:08:39','Hincapie','has finished with the 15th best time... as Kloden takes off. Up next is Floyd Landis.'),(3639,75,'2006-07-22 16:09:20','Landis in the start house','he\'s quiet and just getting psyched for the next hour\'s effort.'),(3640,75,'2006-07-22 16:10:37','And there he goes','Landis is on the road. We\'ll be following his progress.'),(3641,75,'2006-07-22 16:11:53','Sastre up next','and Oscar Pereiro is rolling up in his full yellow kit. Can he keep it?'),(3642,75,'2006-07-22 16:13:36','Sastre','Is on his way... only one rider remains.'),(3643,75,'2006-07-22 16:16:05','Landis is ticking along','very nicely. We will get a time check when he hits the first time check at 16.5km'),(3644,75,'2006-07-22 16:16:00','Yellow jersey is','on the road. '),(3645,75,'2006-07-22 16:20:47','Good energy','We got a note from our old friend Greg Bagny - once the top schill for the old Boulder-based Schwinn - who says even he is amped for this TT
    I\'m not much for watching live, but I am today....and I am sending good energy to Floyd...along with thousands of other goofballs bike geeks wearing lycra with black socks.
    '),(3646,75,'2006-07-22 16:23:21','Moreau','is closing in on time check No. 1.\r\n\r\nVande Velde comes in with the day\'s 13th best time.'),(3647,75,'2006-07-22 16:24:59','Menchov flyin\'','Menchov is through the first time check with the sixth-best time, 57 seconds off of Gontchar\'s time.'),(3648,75,'2006-07-22 16:27:55','Evans','Comes through the time check at 16.5km, 1:07 off of Gontchar\'s time.'),(3649,75,'2006-07-22 16:30:13','It was a trick question','The 1989 Tour came down to a final time trial. We asked if anyone remembers who came in third in that TT. It was Fignon... Thierry Marie took second that day. '),(3650,75,'2006-07-22 16:31:15','Landis','Comes through the first time check two seconds FASTER than Gontchar.'),(3651,75,'2006-07-22 16:35:13','Sastre','Has already lost 1:05 to Landis at time check No. 1'),(3652,75,'2006-07-22 16:37:35','Oscar Pereiro','Comes through the first time check with a time of 19:55... 10 seconds slower than Landis.'),(3653,75,'2006-07-22 16:40:00','Top ten at Time Check No. 1','1. Floyd Landis (USA), Phonak
    \r\n2. Sergei Gontchar (Ukr), T-Mobile, at 0:01
    \r\n3. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., 00:00:10
    \r\n4. Klöden Andréas (G), T-Mobile, 00:00:11
    \r\n5. Sebastian Lang (G), Gerolsteiner, 00:00:43
    \r\n6. Damiano Cunego (I), Lampre, 00:00:47
    \r\n7. Bert Grabsch (G), Phonak, 00:00:57
    \r\n8. Viatceslav Ekimov (Rus), Discovery Channel, 00:00:58
    \r\n9. Denis Menchov (Rus), Rabobank, 00:00:58
    \r\n10. Marcus Fothen (G), Gerolsteiner, 00:00:59
    \r\n
    '),(3654,75,'2006-07-22 16:40:57','A two-man Tour','At this point, with Sastre losing a big chunk of time, it looks like it\'s a race between Pereiro and Landis.'),(3655,75,'2006-07-22 16:44:48','Fothen finishes','We\'ll find out when Cunego finishes who wins the white jersey'),(3656,75,'2006-07-22 16:48:49','Evans','comes through the second time check with the fifth best time.'),(3657,75,'2006-07-22 16:53:00','Landis at No. 2','41:45, the second-best of the day, off of Gontchar\'s time of 41:19. Kloden\'s time of 41:51 is the third best.'),(3658,75,'2006-07-22 16:56:27','Top ten at the finish','Well, it looks like Damiano Cunego has locked in the white jersey, after all.

    1. Sergei Gontchar (Ukr), T-Mobile, 01:07:45
    \r\n2. Sebastian Lang (G), Gerolsteiner, 01:11:03
    \r\n3. David Zabriskie (USA), CSC, 01:11:20
    \r\n4. Viatceslav Ekimov (Rus), Discovery Channel, 01:11:26
    \r\n5. Bert Grabsch (G), Phonak, 01:11:28
    \r\n6. Damiano Cunego (I), Lampre, 01:11:29
    \r\n7. David Millar (GB), Saunier Duval, 01:11:46
    \r\n8. Joost Posthuma (Nl), Rabobank, 01:11:48
    \r\n9. Marcus Fothen (G), Gerolsteiner, 01:12:00
    \r\n10. Jens Voigt (G), CSC, 01:12:01
    \r\n
    '),(3659,75,'2006-07-22 17:00:09','Pereiro','Comes through the second time check about 1:00 behind Landis\'s time. Floyd Landis is now the virtual leader of the Tour by 27 seconds.'),(3660,75,'2006-07-22 17:02:11','Top 16 at time check No. 2','1. Sergei Gontchar (Ukr), T-Mobile, 00:41:19
    \r\n2. Floyd Landis (USA), Phonak, 00:41:45
    \r\n3. Andréas Klöden (G), T-Mobile, 00:41:51
    \r\n4. Sebastian Lang (G), Gerolsteiner, 00:43:26
    \r\n5. Damiano Cunego (I), Lampre, 00:43:27
    \r\n6. Bert Grabsch (G), Phonak, 00:43:27
    \r\n7. Cadel Evans (Aus), Davitamon-Lotto, 00:43:34
    \r\n8. Viatceslav Ekimov (Rus), Discovery Channel, 00:43:35
    \r\n9. Denis Menchov (Rus), Rabobank, 00:43:43
    \r\n10. Joost Posthuma (Nl), Rabobank, 00:43:45
    \r\n11. David Zabriskie (USA), CSC, 00:43:48
    \r\n12. David Millar (GB), Saunier Duval, 00:43:51
    \r\n13. Michael Rogers (Aus), T-Mobile, 00:43:56
    \r\n14. Gustav Larsson (Swe), Francaise des Jeux, 00:43:57
    \r\n15. Jens Voigt (G), CSC, 00:44:02
    \r\n16. Carlos Sastre (Sp), CSC, 00:44:05
    \r\n
    '),(3661,75,'2006-07-22 17:05:35','Riding like a man possessed','It appears that someone has lit the blue touch paper, forcing Landis to dig deep into his suitcase of courage and yada, yada, yada....'),(3662,75,'2006-07-22 17:08:57','Landis','is still putting time into Pereiro and Sastre. We\'ll get confirmation of that in about four minutes when he hits time check No. 3'),(3663,75,'2006-07-22 17:11:52','Time checks','Suggest that T-Mobile\'s Kloden is in third place in the Tour.

    Landis keeps tapping his helmet. It may be that his earpiece is out, which is too bad. Lelangue actually has been giving good advice.'),(3664,75,'2006-07-22 17:13:14','Kloden','comes through time check No. 3 second best, 47 seconds off of Gontchar\'s time, but he\'s closing in on Cadel Evans, his three-minute man.'),(3665,75,'2006-07-22 17:14:04','Menchov finishes','With a time of 1:12:18, 13th best of the day.'),(3666,75,'2006-07-22 17:15:40','Kloden','Catches Evans in the final kilometer.'),(3667,75,'2006-07-22 17:16:12','Kloden finishes','with a time of 1:08:26'),(3668,75,'2006-07-22 17:17:21','Landis','has third best time at the third time check... but he is crushing Pereiro.'),(3669,75,'2006-07-22 17:18:46','Landis in the final kilometer','He won\'t win the stage, but he looks on track to win the Tour.'),(3670,75,'2006-07-22 17:19:39','Landis finishes with a time','of 1:08:56 - third best of the day.'),(3671,75,'2006-07-22 17:23:56','Top ten at the finish','With Sastre and Pereiro on the road: 1. Sergei Gontchar (Ukr), T-Mobile, 01:07:45
    \r\n2. Andréas Klöden (G), T-Mobile, 01:08:26
    \r\n3. Floyd Landis (USA), Phonak, 01:08:56
    \r\n4. Sebastian Lang (G), Gerolsteiner, 01:11:03
    \r\n5. David Zabriskie (USA), CSC, 01:11:20
    \r\n6. Viatceslav Ekimov (Rus), Discovery Channel, 01:11:26
    \r\n7. Cadel Evans (Aus), Davitamon-Lotto, 01:11:26
    \r\n8. Bert Grabsch (G), Phonak, 01:11:28
    \r\n9. Damiano Cunego (I), Lampre, 01:11:29
    \r\n10. David Millar (GB), Saunier Duval, 01:11:46
    \r\n
    '),(3672,75,'2006-07-22 17:25:22','Top 20 at time Check No. 3','1. Sergei Gontchar (Ukr), T-Mobile, 01:02:36
    \r\n2. Andréas Klöden (G), T-Mobile, 01:03:22
    \r\n3. Floyd Landis (USA), Phonak, 01:03:44
    \r\n4. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., 01:05:14
    \r\n5. Sebastian Lang (G), Gerolsteiner, 01:05:56
    \r\n6. Viatceslav Ekimov (Rus), Discovery Channel, 01:06:01
    \r\n7. David Zabriskie (USA), CSC, 01:06:02
    \r\n8. Damiano Cunego (I), Lampre, 01:06:08
    \r\n9. Bert Grabsch (G), Phonak, 01:06:09
    \r\n10. Cadel Evans (Aus), Davitamon-Lotto, 01:06:14
    \r\n11. Joost Posthuma (Nl), Rabobank, 01:06:16
    \r\n12. David Millar (GB), Saunier Duval, 01:06:25
    \r\n13. Jens Voigt (G), CSC, 01:06:39
    \r\n14. Marcus Fothen (G), Gerolsteiner, 01:06:42
    \r\n15. Gustav Larsson (Swe), Francaise des Jeux, 01:06:45
    \r\n16. Nicolas Portal (F), Caisse d\'Epargne-I.B., 01:06:48
    \r\n17. Michael Rogers (Aus), T-Mobile, 01:06:52
    \r\n18. Denis Menchov (Rus), Rabobank, 01:06:55
    \r\n19. Sylvain Chavanel (F), Cofidis, 01:07:01
    \r\n20. Carlos Sastre (Sp), CSC, 01:07:02
    \r\n
    '),(3673,75,'2006-07-22 17:26:00','Sastre finishes in','4:42 down, 19th best.'),(3674,75,'2006-07-22 17:27:27','Pereiro','finishes in 1:10:25, fourth best of the day and it\'s official. Floyd Landis is in yellow!'),(3675,75,'2006-07-22 17:28:58','Floyd Landis','Finishes third on the day, but he\'s well on his way to become the third American winner of the Tour de France... and he did it with plenty of panache!'),(3676,75,'2006-07-22 17:33:12','Stage Results','1. Sergei Gontchar (Ukr), T-Mobile, 57km in 1:07:45
    \r\n2. Andréas Klöden (G), T-Mobile, at 00:41
    \r\n3. Floyd Landis (USA), Phonak, at 01:11
    \r\n4. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., at 02:40
    \r\n5. Sebastian Lang (G), Gerolsteiner, at 03:18
    \r\n6. David Zabriskie (USA), CSC, at 03:35
    \r\n7. Viatceslav Ekimov (Rus), Discovery Channel, at 03:41
    \r\n8. Cadel Evans (Aus), Davitamon-Lotto, at 03:41
    \r\n9. Bert Grabsch (G), Phonak, at 03:43
    \r\n10. Damiano Cunego (I), Lampre, at 03:44
    \r\n
    '),(3677,75,'2006-07-22 17:42:00','The overall picture:','1. Floyd Landis (USA), Phonak
    \r\n2. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., 00:59
    \r\n3. Andréas Klöden (G), T-Mobile, 01:29
    \r\n4. Carlos Sastre (Sp), CSC, 03:13
    \r\n5. Cadel Evans (Aus), Davitamon-Lotto, 05:08
    \r\n6. Denis Menchov (Rus), Rabobank, 07:06
    \r\n7. Cyril Dessel (F), Ag2r Prevoyance, 08:41
    \r\n8. Christophe Moreau (F), Ag2r Prevoyance, 09:37
    \r\n9. Haimar Zubeldia (Sp), Euskaltel-Euskadi, 12:05
    \r\n10. Michael Rogers (Aus), T-Mobile, 15:07
    \r\n
    '),(3678,76,'2006-07-23 13:09:37','Good day and welcome ...','To VeloNews.com\'s Live Coverage of the 20th and final stage of the 93rd edition of the Tour de France, a 154.5 kilometer ride from Sceaux-Antony to the Champs-Elysees in Paris. By tradition, this is a largely celebratory ride in terms of GC, with the peloton making a pretty mellow trip of it until, the team of the yellow jersey - Floyd Landis\'s Phonak squad - leading the way into Paris. Once on the Champs-Elysees, though, there is still a big fight for the honor of winning the most prestigious of sprint stages in the Tour.\r\n\r\n\r\n'),(3679,76,'2006-07-23 13:25:55','Start time at 1:50','The riders are signing in and the today\'s stage will begin at 1:50 p.m. Today\'s is an interesting and somewhat unusual Tour finale\', since most recent final stages looped through the countryside south or east of Paris before entering the city. This entire course is on suburban and city streets in the southern and western parts of the metro area. Most significant is the very steep Cat. 4 climb of Mont Valérien after 72km, which is followed by a fast sweep down to the Seine River at Clichy. The next 20km are along the right bank of the Seine before riders reach the traditional Champs-Élysées circuit after 100km. Eight laps of the 6.5km circuit complete the 2006 Tour, 400 meters after the final right turn from the Place de la Concorde. \r\n'),(3680,76,'2006-07-23 13:28:12','Finishing in Paris','Every Tour has finished in the Paris area: at Ville d’Avray in the suburbs in 1903; at the now defunct Parc des Princes velodrome (1904-67); the Municipal Velodrome at Vincennes (1968-74); and, from 1975, on the Avenue des Champs-Élysées. Only three times in the past 20 years has the finale not produced a mass sprint  last year, when winner Alexandre Vinokourov broke clear with Brad McGee in the final kilometer; in 1994, when a small break succeeded and Frenchman Eddy Seigneur took it by three seconds from American Frankie Andreu; and in 1987, when another American, Jeff Pierce, brought home a break by a second from Canadian Steve Bauer.\r\n\r\n'),(3681,76,'2006-07-23 13:29:27','Contest Reminder','Sure Robbie McEwen is the fav\' today, but there could be a surprise winner, too. Make your pick and send us a note by hitting the Daily Contest above.'),(3682,76,'2006-07-23 13:42:03','On a personal note','This has been an exceptional Tour - one of the best in my rapidly fading memory - and it\'s been made especially fun \"meeting\" as many of you as I have over the course of the past three weeks. While I haven\'t been able to answer each and every e-mail you\'ve sent in, I\'ve read all of them and have tried to answer as many as time permits.

    You folks have been especially kind and even forgiving when I\'ve bobbled reports, misspelled common English words, misidentified riders or muddled time gaps. I\'ve tried to go back and correct as many errors as your or I have spotted, but there are probably still quite a few out there and for that I ask your forgiveness.

    Regarding the most common complaints we are working to address many of them, including the need to get our videos to play on Mac and Linux operating systems. We also intend to make a few changes to our Live Update window, including an option that will allow you to change the order of the appearance of updates - most recent-first or first-first. We\'ve tried both ways and no matter how we do it, we end up annoying someone along the way, so we hope to give you the ability to change that order and... annoy yourself, rather than have us do it!

    In the meantime, the stage is about to begin and we still have at least four-and-a-half hours of racing and stage coverage ahead of us.


    If you have comments, questions, complaints, faint praise or book recommendations, Drop me a note'),(3683,76,'2006-07-23 13:47:11','Rolling start','The peloton is in the neutral zone, rolling to the official start line, with an expected start at around 1:50.'),(3684,76,'2006-07-23 13:55:00','And we have a bike race','The peloton is through the KM 0 mark and on its way to downtown Paris.'),(3685,76,'2006-07-23 13:58:00','Not much racing','per se. It is a tradition for this final stage to be more parade than race. Floyd Landis is up front chatting with Oscar Pereiro.'),(3686,76,'2006-07-23 14:05:00','The tradition of the last stage','We\'ve received a number of letters along the same line as Brian\'s
    Everyone talks as though Floyd has it won. Does tradition prevent those in 2nd and 3rd from trying to overtake the man in yellow on the last stage? I realize that 1 minute is a substantial lead, but what about in years when the lead is far smaller going in to the last stage? Thanks.
    Well there have been a few exceptions to the rule, but Floyd Landis has won this Tour. A couple of years ago, you might recall that Fillipo Simioni attacked a couple of times on the final ride to Paris. Simioni was not a GC contender, but he did have a few pending personal and legal issues with race leader Lance Armstrong. He was chased down by the Postal squad and rebuked by several riders in the peloton.

    Of course the biggest exceptions, was the 1989 time trial that ended on the Champs in Paris. As you know Greg LeMond took the yellow jersey that day and won the Tour with the closest margin in history - eight seconds.

    Perhaps the Tour\'s most unexpected finish came on July 22, 1979, when Bernard Hinault - who was in yellow already - outsprinted Joop Zoetemelk on the Champs Élysées after a 57km breakaway.

    The two Tour stars finished two minutes ahead of the pack, with Hinault taking his seventh stage win of the race. I\'ve posted a picture below.\r\n'),(3687,76,'2006-07-23 14:15:36','Still cruisin\'','The peloton is ambling along... there are no attacks and riders are coming up to congratulate the jersey winners: Floyd Landis in yellow; Robbie McEwen in green; Michael Rasmussen in the polka dot jersey and Damiano Cunego in white.

    Now the whole Phonak team - sadly without Robbie Hunter - who was eliminated by time cut yesterday.'),(3688,76,'2006-07-23 14:19:10','That Simioni attack','As we said, Simioni attacked in the final stage of the 2004 Tour. Christian Vande Velde was in the peloton that day and sent us his impressions - quite representative of how riders feel on this final day of a three-week Tour:

    My legs felt like wood in the neutral and I was thinking how nice it was that I didn\'t have to be worried about an attack from the start. Then I looked up the road and saw Filippo Simieoni flying up the road. Next thing we know the pack is broken into a few pieces and some of us are really suffering and pissed off.

    Lance unleashed the dogs on him and he was soon brought back in and put back and his cage. What an ass. \"Grande juevos,\" Igor said after this happened, but still an ass. It\'s one thing if he and Lance want to have a little war and they hate each other. But when it starts affecting everyone else it kinda sucks.

    It killed the moment, and it seems like there aren\'t too many more moments like that these days, with all the directors yelling at there riders to attack from the gun. Anyway, once it all settled in, we then rode easy and were able to catch up with the guys that we have been sharing the road with for the last three weeks but haven\'t necessarily said one word to. Maybe \"hey\" and a \"get out of the way\" and not many \"how is the wife and kids?\"

    '),(3689,76,'2006-07-23 14:28:50','A mellow day in the saddle','After 30 minutes of racing, the peloton has just now reached the 12km mark. It will be a while before the pace picks up.'),(3690,76,'2006-07-23 14:36:20','Lots of chatting in the peloton','The pace is still very easy-going. The racers are working their way through the increasingly urban environment...'),(3691,76,'2006-07-23 14:39:10','Champagne','The obligatory glass of champagne is in Floyd Landis\'s hand. He\'s posing for photographers - we see Graham and Cor Vos\'s Marketa Navratilova.

    Many of you have suggested that he should be drinking a beer. He\'s actually not downing any alcohol on the road... he\'s just posing for the cameras. John Lelangue, however, is enjoying his.'),(3692,76,'2006-07-23 14:45:37','The pace picking up','The pace still isn\'t frantic, but the pace is picking up relative to the 25kph of the first half - hour.'),(3693,76,'2006-07-23 14:50:51','What a season','Landis has had a remarkable Tour, but he\'s done a fine job all season. Landis will win the Tour de France, today, but do recall he also won the inaugural Tour of California, Paris-Nice and the Tour de Georgia. Remarkable performances this year for a guy we first met in 1996, when he was riding on a small mountain-bike team based in Southern California. (A photo below)'),(3694,76,'2006-07-23 14:56:04','The first hour of racing','The peloton is coming up on its first hour in the saddle and working just a bit over 30kph.'),(3695,76,'2006-07-23 14:57:57','Landis video','We have just posted a new video from Floyd Landis\'s press conference last night.'),(3696,76,'2006-07-23 15:00:39','Up front','Landis\'s Phonak squad is setting the pace. Landis is riding alongside his good friend and former U.S. Postal teammate Dave Zabriskie (CSC) and clearly relishing this final ride into Paris.'),(3697,76,'2006-07-23 15:06:15','As the peloton','moves toward downtown Paris, the crowds are getting quite large. The Phonak team is setting tempo up front.'),(3698,76,'2006-07-23 15:14:12','Coming up to the day\'s first climb','The Category Cote de Gif sur Yvette. We doubt we\'ll see to much of a scramble for points. Rasmussen has a solid lead on the KOM points and Landis is the guy in second on that scale.'),(3699,76,'2006-07-23 15:17:06','Rasmussen is moving up','Maybe the Dane just wants to lead over the climb.'),(3700,76,'2006-07-23 15:19:11','Rasmussen','Takes the points on top of the climb, with a Phonak led peloton ambling up behind him.'),(3701,76,'2006-07-23 15:23:31','Speaking of Rasmussen','He rode to an 85th place in yesterday\'s time trial, finishing 8:51 down on Sergei Gontchar, which is actually worse than the 7:47 that he lost in last year\'s final time trial, in which he fell (literally at times) from third overall to seventh. His time trial yesterday though was not regarded as a disaster, since Rasmussen had few GC hopes and had little reason to push the pace.\r\n\r\n'),(3702,76,'2006-07-23 15:24:16','Warm day','It\'s quite warm, but it is also clouding up. We hope we don\'t see the rain the peloton encountered on the ride into Paris last year.'),(3703,76,'2006-07-23 15:33:00','The pace is still','moderate. There are several riders moving up, not to set tempo, but to say hello to Landis. Erik Zabel - the man who has won the green jersey six times - is chatting with the yellow jersey, meaning that he\'s won the green jersey one half of his total Tour starts. Not bad.'),(3704,76,'2006-07-23 15:36:10','A new video','conversation with Dirk Demol of Discovery.'),(3705,76,'2006-07-23 15:43:47','Leipheimer','Has scampered off the front... an attack? Nope. The man from Montana, pulls over gets off the road and begins applauding the peloton. Nice. A touch of class.'),(3706,76,'2006-07-23 15:48:27','Speaking of class acts...','Folks will long remember Floyd Landis\'s stunning stage 17 performance. It was clearly one of the best-ever in the Tour. But a lot of us will remember the class Landis showed not just on that day, but on the evening after Stage 16. Landis didn\'t need to sit around and explain himself that night, but he called an impromtu press conference and started it with:
    \"First of all, I want you to now believe me when I say I respect you guys, because this is the last thing in the world I want to do. Anyway, what are the questions? I think I can guess, but let\'s hear it.\"

    And he was smiling. '),(3707,76,'2006-07-23 15:55:30','One special visitor on the Champs','One visitor on the Champs Elysees today was here 17 years ago and stood on top of the podium. Nope Greg LeMond isn\'t here, but his Geoffrey has made the trip. Remember that photo? If not, we\'ve posted it below.'),(3708,76,'2006-07-23 16:00:31','With 89km to go','The \"mellowton\" is cruising at a very relaxed pace. '),(3709,76,'2006-07-23 16:07:09','Heading to the day\'s second','climb of the day at 72km. The peloton is coursing its way toward Mont Valerien. It\'s the last rated climb of the 2006 Tour de France, which will not have any impact on the the KOM standings. The day\'s first intermediate sprint comes up at km 92.'),(3710,76,'2006-07-23 16:18:38','Floyd Landis Photos?','Okay folks, John Wardin - the old director of the Mercury team - saw our Floyd-the-mountain-bike-dude photo has sent us some of his own pictures from Landis\'s appearance at the Tour de l\'Avenir. We\'ll post those and scrounge our own files for more from Landis\'s years on the bike. Dig through your own files and send us pic\'s from Landis\'s career. The older and more embarrassing the better.'),(3711,76,'2006-07-23 16:25:45','The other Americans','Our guy Jason Sumner spoke with George Hincapie, Levi Leipheimer and Christian Vande Velde today. Both Leipheimer and Vande Velde said they continue to have high hopes for their own future Tours. Hincapie, meanwhile, said he loves the Tour, but plans to discuss his future with his family, perhaps hinting that it\'s time for his retirement. We sure hope not. He\'s been a great presence in the professional peloton.'),(3712,76,'2006-07-23 16:28:43','Crossing the Seine','The peloton is in the city center and heading to the first intermediate sprint of the day.'),(3713,76,'2006-07-23 16:35:26','With 68km remaining','The pace is moderate, but is bound to pick up as the race closes in on the Champs Elysees.'),(3714,76,'2006-07-23 16:42:00','SPRINT!','Okay.... it wasn\'t a sprint. Robbie McEwen gets a big leadout from the Tour\'s lantern rouge Wim Vansevenant and then the two sit up. McEwen then pushes his guy across the line.... letting him pick up six seconds. '),(3715,76,'2006-07-23 16:51:43','With 55km to go','And the peloton is nearing the finishing circuit on the Champs Elysees... a beautiful part of a beautiful city.'),(3716,76,'2006-07-23 16:54:24','And the race enters the','Champs Elysees with Phonak leading the way for the largely ceremonial entry, before the real race for the stage win begins.'),(3717,76,'2006-07-23 16:57:02','Eki','Forty years old - the oldest man in the field - is given the honor instead. Landis allows Eki to lead the peloton onto the Champs. What a nice gesture for an old teammate. This may be the Discovery man\'s last tour.'),(3718,76,'2006-07-23 16:58:52','Ekimov slips back into the peloton','The Phonaks are now in charge of the field. It looks like Hushovd from Credit Agricole has flatted.'),(3719,76,'2006-07-23 16:59:31','First attack','Walter Beneteau has given it a dig, but he\'s quickly swept up.'),(3720,76,'2006-07-23 17:01:04','Boy this pace','Is in stark contrast with the start. We have a total of eight trips around the 6.5km loop on the Champs. Euskaltel\'s Isasi is now trying his luck.'),(3721,76,'2006-07-23 17:02:59','Correction','That\'s not Isasi, it\'s his Euskaltel teammate Aitor Hernandez. He has a bit of a gap.'),(3722,76,'2006-07-23 17:04:10','45km to go','The pace is really high... sort of like horses tend to pick up the pace when they near the barn after a really long ride.'),(3723,76,'2006-07-23 17:05:16','Hernandez caught','And the attacks continue.'),(3724,76,'2006-07-23 17:10:23','Just an aside','As you recall, Floyd Landis rode on the old Mercury team herein the U.S. His old teammate Scot Moninger won the Bob Cook Memorial hill climb on Mt. Evans in Colorado, a 28-mile climb from Idaho Springs, Colorado to above the 14,000 foot mark. Remarkably, the man who finished second was 50-year-old Ned Overend, who lost by just five seconds. Wow.'),(3725,76,'2006-07-23 17:11:50','Thomas Voeckler','and Fabian Wegmann are on the attack. They have been joined by Jens Voigt'),(3726,76,'2006-07-23 17:12:49','Cunego','With the peloton flying at 50kph, Cunego flats and he is now chasing. He has to finish within 36 seconds of Marcus Fothen or he\'ll lose the White Jersey.'),(3727,76,'2006-07-23 17:13:36','Up front','The escapees are caught... but attacks are continuing.'),(3728,76,'2006-07-23 17:14:47','Whew','Cunego reconnects. He\'s turning into quite the time trialist!'),(3729,76,'2006-07-23 17:15:30','Voigt still on the attack','Voigt is one hard-core character.'),(3730,76,'2006-07-23 17:16:51','Voigt','has Moises Duenas Nevado with him... Popovych is up there, too. '),(3731,76,'2006-07-23 17:18:31','We see 14 riders','in the lead group. Chris Horner and Vansummerenare from Davitamon are there hoping to muddle things up, in hopes of seeing McEwen take the stage.'),(3732,76,'2006-07-23 17:18:00','These giys are getting a gap...','There are 11 riders up front with three riders closing in... but the gap back to the main field is 18 seconds.'),(3733,76,'2006-07-23 17:22:00','The break','Popovych (Discovery), Voight (CSC), Astarloza (Ag2r), Horner and Vansummeren (Davitamon) Garcia Acosta and Portal (Caisse d\'Epargne), Mengin (FDJ) Fedrigo (Bouygues), Knees (Milram), Duenas Nevado (Agributel)

    Chasing at 14 seconds are Credit Agricole\'s Botcharov, Da Cruz (FDJ) and Albasini (Liquigas). The peloton is now at 30 seconds.'),(3734,76,'2006-07-23 17:25:53','It\'s a group of 15 up front','The peloton is at 26 seconds. The three chasers caught on. David Millar is in the lead group.'),(3735,76,'2006-07-23 17:26:43','26km to go','The 15 men have caused a panic in the main field and the gap is coming down... the leaders are 15 seconds ahead.\r\n'),(3736,76,'2006-07-23 17:28:06','Gilbert','Attacks out of the lead group. Horner chases... he\'s pulled back. The peloton is closing under the concerted efforts of Cofidis and Liquigas.'),(3737,76,'2006-07-23 17:29:12','Gilbert and Horner','Actually have a bit of a gap... Horner, who is interested in working for McEwen, is not working.'),(3738,76,'2006-07-23 17:30:45','Gilbert and Horner','Are five seconds ahead of the Voight group. The peloton is just 13 seconds behind the original break.'),(3739,76,'2006-07-23 17:31:51','21 km remaining','The two leaders have been pulled pack and the break has 14 seconds on the main field.\r\n'),(3740,76,'2006-07-23 17:34:12','With 20km to go','The Popovych-Millar-Voigt group are just ahead of the main field. Sebastian Lang (Gerolsteiner) has flatted... and has no support? The poor guy is waiting for a wheel.'),(3741,76,'2006-07-23 17:35:10','Lang is chasing','That poor guy. He may have to finish on his own. The lead group has come apart. Six riders with Millar driving at the front.'),(3742,76,'2006-07-23 17:37:07','','Up front now are Astarloza, Chris Horner, Garcia Acosta, Charteau, Millar and Mengin. The rest of the break are being pulled back.'),(3743,76,'2006-07-23 17:37:40','With 16.5km to go','The gap to the leaders is just 8 seconds.'),(3744,76,'2006-07-23 17:38:20','Cofidis','Is doing all of the chase work in the main field and the gap is down to five seconds.'),(3745,76,'2006-07-23 17:39:46','Astarloza','From Ag2r has attacked out of the lead group... they caught him and it looks like the peloton is about to pull the bunch back.'),(3746,76,'2006-07-23 17:40:16','All together now','The Liquigas and Cofidis teams are driving hard with 2 laps to go.'),(3747,76,'2006-07-23 17:41:08','Contest','You have just a bit of time to enter our daily contest. We cut you off at 10km-to-go'),(3748,76,'2006-07-23 17:42:32','Vansummeren','is doing his best to keep the pace high. He wants to minimize the opportunities for anyone to sneak off, so that McEwen can take a sprint win.'),(3749,76,'2006-07-23 17:43:50','10km to go','The stage - and the Tour - are 10km from the finish. No more entries folks.'),(3750,76,'2006-07-23 17:44:29','Vasseur','Cedric Vasseur (Quick Step) tries a dig. He\'s caught\r\n'),(3751,76,'2006-07-23 17:46:14','Landis tucked in there nicely','Landis and the Phonaks are staying near the front as the peloton finishes up the penultimate lap.'),(3752,76,'2006-07-23 17:47:34','Ding Ding Ding','Bell lap.'),(3753,76,'2006-07-23 17:48:17','The speed','is really high as the peloton is flying down through the final lap.'),(3754,76,'2006-07-23 17:48:42','Six km to go','Voigt tries again!'),(3755,76,'2006-07-23 17:49:11','He\'s caught,','but the German is a great addition to a bike race, ain\'t he?'),(3756,76,'2006-07-23 17:49:27','Discovery moving up','with five kilometers to go.'),(3757,76,'2006-07-23 17:50:26','Davitamon\'s','Vansummeren is driving hard with four km to go... at 70kph!'),(3758,76,'2006-07-23 17:51:08','With three kilometers to go','Landis is in the safe zone. Even if he has a mechanical or a crash, he gets the win.'),(3759,76,'2006-07-23 17:51:33','Flecha attacks','Juan Antonio Flecha flies ahead'),(3760,76,'2006-07-23 17:52:05','Eki!','Ekimov tries to go....'),(3761,76,'2006-07-23 17:52:51','Eki is pushing the pace','He\'s not getting a huge gap... and now Popo and Hincapie are going.'),(3762,76,'2006-07-23 17:53:16','One kilometer to go...','Popovych has cracked...'),(3763,76,'2006-07-23 17:53:31','Wow!','the speed is incredible to go'),(3764,76,'2006-07-23 17:53:48','McEwen is in position',''),(3765,76,'2006-07-23 17:54:34','McEwen goes too soon!','Hushovd beats him at the line! Floyd Landis wins the Tour de France'),(3766,76,'2006-07-23 17:56:18','Thor Hushovd\'s TdF Bookends','Credit Agricole\'s Thor Hushovd wins the prologue and then he wins the final stage of the Tour de France'),(3767,76,'2006-07-23 18:01:48','Floyd Landis becomes the third American winner of the Tour','twenty years after Greg LeMond\'s first victory another American wins the Tour. The U.S. has 11 wins in 21 editions of le Tour:

    Greg LeMond - 1986, \'89 and \'90
    Lance Armstrong - 1999 - 2005
    Floyd Landis - 2006'),(3768,76,'2006-07-23 18:08:18','Stage Results','1. Thor Hushovd (Nor), Credit Agricole
    \r\n2. Robbie Mc Ewen (Aus), Davitamon-Lotto, 00:00
    \r\n3. Stuart O’Grady (Aus), CSC, 00:00
    \r\n4. Erik Zabel (G), Milram, 00:00
    \r\n5. Luca Paolini (I), Liquigas-Bianchi, 00:00
    \r\n6. Samuel Dumoulin (F), Ag2r Prevoyance, 00:00
    \r\n7. Bernhard Eisel (A), Francaise des Jeux, 00:00
    \r\n8. Anthony Geslin (F), Bouygues Telecom, 00:00
    \r\n9. Alessandro Ballan (I), Lampre, 00:00
    \r\n10. Peter Wrolich (A), Gerolsteiner, 00:00
    \r\n
    '),(3769,76,'2006-07-23 18:10:22','The final top 15','This is cool:1. Floyd Landis (USA), Phonak
    \r\n2. Oscar Pereiro Sio (Sp), Caisse d\'Epargne-I.B., 00:57
    \r\n3. Andréas Klöden (G), T-Mobile, 01:29
    \r\n4. Carlos Sastre (Sp), CSC, 03:13
    \r\n5. Cadel Evans (Aus), Davitamon-Lotto, 05:08
    \r\n6. Denis Menchov (Rus), Rabobank, 07:06
    \r\n7. Cyril Dessel (F), Ag2r Prevoyance, 08:41
    \r\n8. Christophe Moreau (F), Ag2r Prevoyance, 09:37
    \r\n9. Haimar Zubeldia (Sp), Euskaltel-Euskadi, 12:05
    \r\n10. Michael Rogers (Aus), T-Mobile, 15:07
    \r\n11. Frank Schleck (Lux), CSC, 17:46
    \r\n12. Damiano Cunego (I), Lampre, 19:19
    \r\n13. Levi Leipheimer (USA), Gerolsteiner, 19:22
    \r\n14. Michael Boogerd (Nl), Rabobank, 19:46
    \r\n15. Marcus Fothen (G), Gerolsteiner, 19:57
    '),(3770,76,'2006-07-12 18:28:00','Thank you','Thank you folks for tuning in this year. It\'s been a spectacular Tour de France and your kind notes, suggestions and offers of help throughout have made this personally enjoyable for the entire crew at VeloNews.com. From John Wilcockson, Neal Rogers, Andy Hood, Jason Sumner, Kip Mikler, Charles Pelkey, Patrick O\'Grady, Rupert Guinness, Andy Pemberton, Stephen Price and Brian Patrick, we send a big THANK YOU to all of our readers and see you again in September for the Vuelta a Espana.'),(3772,82,'2006-08-26 18:30:00','Good day and welcome ...','...VeloNews.com\'s Live Coverage of the 2006 Vuelta a España. It\'s a real pleasure to be back with you and spending the next three weeks covering what will most certainly be a most interesting of grand tours.

    Vuelta organizers - always known for their laid-back approach to racing - also try to throw a curve ball into the mix no-and-then and today is no different.

    Today\'s opening stage involves a short - very short - Team Time Trial, forcing the Vuelta\'s nine-man teams to organize their efforts quickly and rocket through the pan-flat course along the water front at Málaga.

    That will make for an interesting start to what we can expect for the weeks to come:

    Stage 1, Aug. 26
    Málaga-Málaga (TTT), 7.2km – Interesting twist on team time trial discipline, short and sweet

    Stage 2, Aug. 27
    Málaga to Córdoba, 167km – Flat stage across the heat of the Andalusian plain

    Stage 3, Aug. 28
    Córdoba to Almendralejo, 220km – Longest stage pushing north

    Stage 4, Aug. 29
    Almendralejo to Cáceres, 142km – Transition stages pushes Vuelta into Extremadura

    Stage 5, Aug. 30
    Plasencia to Estación de Esquí La Covatilla, 178km – First summit finish always comes early in Vuelta

    Stage 6, Aug. 31
    Zamora to León, 155km – Sprinters have another chance ahead of more mountains

    Stage 7, Sept 1
    León to Alto de El Morredero, 148km – Rough roads will make this summit finish even tougher

    Stage 8 - September 2
    Ponferrada to Lugo, 173km – Vuelta dips into Galicia, site of 2007 start

    Stage 9 - September 3
    A Fonsagrada to Alto de La Cobertoria, 206km – New climb near the fearsome steeps of the Angliru

    Rest Day No. 1 - September 4

    Stage 10 - September 5
    Avilés to Museo de Altamira, 190km – Hilly stage along Asturian coast cannot be overlooked

    Stage 11 - September 6
    Torrelavega (Velódromo Oscar Freire) to Burgos, 165km – Climbs over Cantabrian mountain back onto central meseta

    Stage 12 - September 7
    Aranda de Duero to Guadalajara, 162km – Transition stage ideal for breakaways

    Stage 13 - September 8
    Guadalajara to Cuenca, 170km – Finish-line climb will produce sparks

    Stage 14 - September 9
    Cuenca-Cuenca (ITT), 33km – Longest TT might not be long enough for specialists to make up ground

    Stage 15 - September 10
    Motilla del Palacar to Factoría Ford (Almussafes), 175km – Watch out for winds on flat transition stage

    Rest Day No. 2 - September 11
    Transfer

    Stage 16 - September 12
    Almería to Observatorio Astronómico de Calar Alto, 145km – Highest point of 2006 Vuelta

    Stage 17 - September 13
    Adra to Granada, 167km – Hilly stage past white-washed Andalusian villages

    Stage 18 - September 14
    Granada to Sierra de la Pandera, 153km – Steep mountain climb above Jaén

    Stage 19 - September 15
    Jaén to Ciudad Real, 195km – Transition stage with another danger of high winds

    Stage 20 - September 16
    Rivas Futura to Rivas Vaciamadrid (ITT), 28km – Decisive if podium isn’t decided yet

    Stage 21 - September 17
    Madrid-Madrid, 150km – Spain’s capital shuts down to host Vuelta finale

    The Vuelta in total
    3129.2km, 21 stages, two rest days, 32 rated climbs, five summit finishes, two individual time trials and one team time trial.
    '),(3773,82,'2006-08-26 18:41:37','Start order','Riders from the 21 teams competing in this Vuelta are now warming up around the start area for today\'s very short 7.2km time trial. The start is still some time off, with the first team leaving the gate at 12 after 7:00. Here is the order in which the teams will be leaving the start house:

    1. Relax Gam (Sp) 7:12 p.m.
    \r\n2. Lampre (I) 7:16 p.m.
    \r\n3. Davitamon (B) 7:20 p.m.
    \r\n4. Phonak (Swi) 7:24 p.m.
    \r\n5. Francaise des Jeux (F) 7:28 p.m.
    \r\n6. Credit Agricole (F) 7:32 p.m.
    \r\n7. T. Mobile (G) 7:36 p.m.
    \r\n8. Bouygues (F) 7:40 p.m.
    \r\n9. Liquigas (I) 7:44 p.m.
    \r\n10. Ag2r (F) 7:48 p.m.
    \r\n11. Cofidis (F) 7:52 p.m.
    \r\n12. Milram (I) 7:56 p.m.
    \r\n13. Quick Step (B) 8:00 p.m.
    \r\n14. Gerolsteiner (G) 8:04 p.m.
    \r\n15. Saunier Duval (Sp) 8:08 p.m.
    \r\n16. Euskaltel Euskadi (Sp) 8:12 p.m.
    \r\n17. Discovery (USA) 8:16 p.m.
    \r\n18. Astana (Kz) 8:20 p.m.
    \r\n19. Illes Balears (Sp) 8:24 p.m.
    \r\n20. CSC (Dk) 8:28 p.m.
    \r\n21. Rabobank (Nl) 8:32 p.m.
    \r\n'),(3774,82,'2006-08-26 19:01:59','A unique start','Folks, take a moment to scroll down and see Andy Hood\'s photos from today\'s start. Especially of note is the unique stage start in Malaga\'s big sports stadium - a healthy crowd was already on hand an hour before start and more cars were seen pouring in for the free show.

    Riders start nine-abreast on a start ramp and roll down part of an athletics track before rolling out of the stadium turning into the wind for about 500m then left along the beach. '),(3775,82,'2006-08-26 19:06:07','Today\'s weather','There is a brisk on-shore breeze, which should result mostly in cross-winds as the route hugs the Mediterranean from the soccer stadium to the old port.'),(3776,82,'2006-08-26 19:12:00','The 2006 Vuelta is underway!','The Spanish continental Relax Gam team is now on route.'),(3777,82,'2006-08-26 19:18:49','Contest Reminder!','By the way folks, be sure to hit our Daily Contest Button on top of the Live Update ticker. We\'re giving away the new 2007 Calendar featuring the art work of VeloNews\'s own David Brinton, who has to be one of our personal favorites. The man is a real talent.

    Anyway, when you enter today, you have to have three pieces of information in your SUBJECT line. Which team will win, who on that team will cross the line first (so who will get the leaders\' jersey) and what the winning time will be.

    Good Luck!'),(3778,82,'2006-08-26 19:20:22','No one wants to be tagged as the fav\'','No one seemed to want to be the favorite in today\'s weird little TTT: Discovery Channel\'s Johan Bruyneel said CSC was the favorite while the CSC crew said Astana could pull off a surprise. Since we don\'t speak Russian or Kazakh, we couldn\'t get an answer out of Vino\'s troops ... '),(3779,82,'2006-08-26 19:28:19','Remember the last time...','... the Vuelta started with a TTT? The 2004 Vuelta kicked off with a 27.7km TTT, which landed Floyd Landis in the leader\'s jersey. He eventually lost it to Roberto Heras, who went on to win his third Vuelta. The race was also marked by the departure of one Tyler Hamilton, who was later reported to be positive for blood doping. How unfortunate that all three men have since had their lives so disrupted... it\'s sad for cycling. We hope that in the future, none of these great races is disrupted by positive doping tests. We\'d hope riders wise up and figure out that at some point the costs of cheating far exceed the benefits. Okay, you may say I\'m a dreamer, but I\'m...\r\n'),(3780,82,'2006-08-26 19:44:37','Bouygues on route','Sorry we aren\'t getting times for the finishing squads, we\'ll get those ASAP.\r\n'),(3781,82,'2006-08-26 19:47:00','Current Top Five','1. T-Mobile, at 7:47\r\n2. Credit Agricole 0:02\r\n3. Lampre at 0:10\r\n4. Davitamon at 0:14\r\n5. Phonak, at 0:16'),(3782,82,'2006-08-26 19:51:08','Ag2r on route','With Cyril Dessell leading the way, the Ag2r team is on route'),(3783,82,'2006-08-26 19:53:48','Bouygues Telecom','comes in at 8:00 flat.'),(3784,82,'2006-08-26 19:54:35','With big Maggy','at the front, the Liquigas drives across the line at 7:49 and good enough for third place.'),(3785,82,'2006-08-26 19:56:52','Goofy as the concept might be','this super-short TTT is pretty cool. It\'s terrific to see teams working to form up so quickly.'),(3786,82,'2006-08-26 19:59:11','Milram is on deck','and it reminds us to mention another thing we like about the Vuelta... they don\'t use grumpy old men in UCI officials\' uniforms to hold the riders at the start. From our perspective they went out and hired super models for the job here in Spain.'),(3787,82,'2006-08-26 19:59:00','Petacchi on route!','With Milram on the road, that means that Petacchi is back and riding another grand tour. He\'s been off the bike since he broke his knee cap in the Giro.'),(3788,82,'2006-08-26 20:01:06','Contest Reminder!','Don\'t forget to put in your bets.'),(3789,82,'2006-08-26 20:06:00','Milram','Milram is in, with a 7:44! The German/Italian squad is in with the best time of the day. The team almost didn\'t pull it off, as three of its fastest charged across the line with a gap... but the official team time is taken on the fifth rider, remember?'),(3790,82,'2006-08-26 20:09:11','Davide Rebellin','Won\'t get the leader\'s jersey today, that\'s for sure. He hit the deck and had to make a bike switch. He\'ll cruise in, but will have a pretty poor time in relation to the rest of the team.'),(3791,82,'2006-08-26 20:10:20','Quick Step comes through','at 7:51.'),(3792,82,'2006-08-26 20:10:40','Saunier Duval','This team could do well today.'),(3793,82,'2006-08-26 20:15:15','Euskaltel','... is on the road'),(3794,82,'2006-08-26 20:17:09','Gerolsteiner','... finishes sixth in 7:55 (minus Rebellin, who will ride it in solo).'),(3795,82,'2006-08-26 20:18:42','Saunier Duval','... finishes in 7:49, third best so far'),(3796,82,'2006-08-26 20:19:00','Discovery','... is on the course.'),(3797,82,'2006-08-26 20:21:49','Rollin\' along','The Disco\' boys are scooting along nicely. We\'ve always liked the TTT ... it\'s something of a ballet on bikes.'),(3798,82,'2006-08-26 20:22:45','Euskaltel','... crosses in seventh spot, 7:54.'),(3799,82,'2006-08-26 20:25:03','Astana hits the circuit','... and better them than us. This course has more twists and turns than a paperback mystery.'),(3800,82,'2006-08-26 20:26:48','Here\'s Discovery','. . . crossing in 7:45, second fastest so far.'),(3801,82,'2006-08-26 20:27:09','Caisse d\'Epargne','... is off and running.'),(3802,82,'2006-08-26 20:29:59','If Milram\'s time holds ...','.... Erik Zabel will be in the leader\'s jersey, as he crossed the line first.'),(3803,82,'2006-08-26 20:30:49','Astana brings it in','... fourth fastest at 7:48.'),(3804,82,'2006-08-26 20:31:19','CSC','... is on the road and rollin\'.'),(3805,82,'2006-08-26 20:33:39','Caisse d\'Epargne','Is flying in to the finish'),(3806,82,'2006-08-26 20:34:35','Caisse d\'Epargne now leads','They appear to have put Garcia-Acosta in the front.'),(3807,82,'2006-08-26 20:35:15','The final team is on the road','The Rabobank squad is on the road.'),(3808,82,'2006-08-26 20:35:49','CSC is doing nicely','We may see another change in leadership.'),(3809,82,'2006-08-26 20:37:58','Menchov','Defending champion, Denis Menchov, has opted not to wear the gold jersey today. He\'s in his Rabo\' kit. He did receive the jersey in a special ceremony this year, an experience he was denied last year, since the race was apparently won by Roberto Heras.'),(3810,82,'2006-08-26 20:38:25','CSC!','CSC comes in with a time of 7:36. Sastre may be wearing Gold tonight.'),(3811,82,'2006-08-26 20:43:00','Rabobank finishes','With a time of 7:54, the 12th fastest of the day, so CSC wins the day, with a time of 7:36, followed by Caisse d\'Epargne at 7 seconds, Milram in third at 8 seconds and Discovery in fourth at 9 seconds.'),(3812,82,'2006-08-26 20:46:22','It\'s official','Sastre is in gold with a time of 7:36, with his eight teammates rounding out the top nine.'),(3813,82,'2006-08-26 20:47:00','Today\'s contest','Congratulations to Alex Lockhart, who called it all and called it within one second. Good work.

    Be sure to check in with us again tomorrow - and every day throughout the Vuelta - starting at 8:00 a.m. Eastern time in the United States.'),(3814,83,'2006-08-27 13:48:00','Good day and welcome ...','...to VeloNews.com\'s Live Coverage of the second stage of the 2006 Vuelta a Esapana, a 176 kilometer race from Malaga to Cordoba.

    The opening 50km of the day\'s route include to Category 3 climbs, the Alto de Casabermeja at 20km and the Puerto de Las Pedrizas ten km later.

    At the finish, we can expect a mass gallop to the line with a closing stretch that features a wide, 300-meter straightaway to the line. The peloton will be hitting that at speed, too, since that closing stretch comes after a slight downhill of about half-a-kilometer.'),(3815,83,'2006-08-27 13:59:31','It\'s been a pretty uneventful day','in the peloton. After three hours of racing, we have a lone escapee - Mario de Sarraga (Relax-Gam) - who has been up the road since the fifth kilometer. At 125km, de Sarraga has an advantage of 3:50, which doesn\'t look good, given that the average pace today has been under 40kph. '),(3816,83,'2006-08-27 14:02:37','It\'s a warm day','today in Spain. The weather was actually quite pleasant - in the mid-70s - near the coast in Malaga, but as the route winds its way to the finish, the temperatures are above 90 at the finish.'),(3817,83,'2006-08-27 14:04:32','Contest Reminder','Go hit the Daily Contest on the top of the page, today. The odds are good that we\'ll see a sprint today... and there is some real horsepower in the field, including Maggy Backstedt, Thor Hushovd and none other than Robbie - the rocket - McEwen in the mix.'),(3818,83,'2006-08-27 14:08:08','De Sarraga losing time','He\'s just 2:30 ahead of the main field. He\'s at 135 km. At 59km he had 12:45 on the field. He\'s really beginning to fade. Milram, Cofidis, Lotto are all lending a hand in the \"chase,\" which has been pretty mellow all day. The Relax rider really hasn\'t triggered a sense of panic in the main field.'),(3819,83,'2006-08-27 14:13:57','De Sarraga','Gets his third intermediate sprint of the day. He\'s bound to be caught, but he\'s managed to get a few Euros for his efforts today. At 138km covered, we have just 38km to go, so we\'ll be seeing a pretty early finish today... easily before 3:15 in the afternoon. Most grand tours try to get the day\'s racing finished up at around five.'),(3820,83,'2006-08-27 14:14:00','Backstedt and Hushovd','snag the remaining points at the sprint mark.'),(3821,83,'2006-08-27 14:18:22','The peloton','is ticking along nicely on wide open roads in one of the more empty portions of Spain. This will not bode well for de Sarraga who is likely to be caught.'),(3822,83,'2006-08-27 14:20:09','Small attack from the field','Cofidis\'s Thierry Marichal and Benoit Joachim (Discovery) have jumped out of the field in hopes of bridging up to de Sarraga.'),(3823,83,'2006-08-27 14:21:14','De Sarraga','has company. He\'s been on his own for 135km, so he\'ll welcome the company, if he can stay with these guys.'),(3824,83,'2006-08-27 14:23:10','De Sarraga','Is hanging on, but this dude looks spent. He just looked into the TV camera and shook his head... apparently the pace now is a bit high for him now.'),(3825,83,'2006-08-27 14:24:05','The peloton','doesn\'t seem too worried about the three escapees.'),(3826,83,'2006-08-27 14:26:46','News from Germany','Jan Ullrich has apparently accepted his dismissal by T-Mobile following doping accusations prior to this year\'s Tour de France and will not seek financial compensation from the German team, according to a report in Der Spiegel magazine.

    Former Olympic champion and Tour de France winner Ullrich was sacked by T-Mobile after a Spanish police investigation offered evidence that the German rider was given EPO and other banned substances by a Madrid-based sports doctor Eufemiano Fuentes.

    The 32-year-old Ullrich denies the doping allegations but has reportedly decided not to go to court for financial compensation.

    Ullrich, earning a reported 2.5 million euros a year, was contracted with T-Mobile until the end of the season, but the paychecks stopped in July. \r\n'),(3827,83,'2006-08-27 14:28:34','With 27km to go','The three escapees are ticking along at a nice pace. '),(3828,83,'2006-08-27 14:31:14','POP!','De Sarraga could hold on. With 25km to go, Thierry Marichal and Benoit Joachim will try to hold off the peloton. They now have 1:00 on the main field.

    Just a note about today\'s relatively early finish. It, too, is being driven by television concerns. There\'s an F-1 race coming up on TV and they don\'t want to compete with that.'),(3829,83,'2006-08-27 14:33:52','Thierry Marichal and Benoit Joachim','Are holding their 1:00 lead. De Sarraga, meanwhile, is back in the field.'),(3830,83,'2006-08-27 14:36:01','Chase picking up','As the two leaders near the 20km to go mark, the gap is coming down and they only have 35 seconds on the field. If we see a sprint, we get to see the first test of Petacchi\'s form. He says he\'s here to lead-out for Erik Zabel.'),(3831,83,'2006-08-27 14:37:03','The pace is high','After a maudlin tempo today, the peloton is picking up, with the peloton hitting nearly 60kph.'),(3832,83,'2006-08-27 14:41:31','With 15km to go','The two men off of the front are holding on to a 20-second lead. Milram (for Zabel and/or Petacchi), Credit Agricole (for Thor Hushovd) and Lotto (for McEwen) are up front in the peloton.'),(3833,83,'2006-08-27 14:47:03','Caught','With 10km to go, the race is zooming into the outskirts of Cordoba.'),(3834,83,'2006-08-27 14:48:21','The peloton is nine km from the finish.',''),(3835,83,'2006-08-27 14:49:53','With 8km to go','The pace is high and there is no one in clear control of the field.'),(3836,83,'2006-08-27 14:51:22','Up front','With about 5km to go, we see a mix of Davitamon-Lotto, Lampre, Astana, Cofidis and Milram up there.'),(3837,83,'2006-08-27 14:52:37','Rocketing into town','The peloton is kicking it in at 60kph and the field is in single-file behind the combined efforts of Lampre and Milram. Ahead we have a slight down hill before the final straight.'),(3838,83,'2006-08-27 14:54:11','Stretched out','With 4km to go, the peloton is still stretched out. We see Chris Horner up front, taking a big pull.'),(3839,83,'2006-08-27 14:54:49','O\'Grady is up there','with 3km to go. He may be aiming for a stage win, protecting the jersey for CSC.'),(3840,83,'2006-08-27 14:55:26','Still no one in control','There is a big mix up front with no team playing a dominant role.'),(3841,83,'2006-08-27 14:56:13','With 2km to go','Saunier Duval takes over... Sastre has flatted. '),(3842,83,'2006-08-27 14:56:57','Man this is FAST!','Sastre is back on the bike... and his mechanical occured in the final three km to go, so he\'s cool'),(3843,83,'2006-08-27 14:57:12','Final kilometer,','Milram takes over'),(3844,83,'2006-08-27 14:57:37','Milram is working for Zabel','Here comes Robbie!.... '),(3845,83,'2006-08-27 14:58:48','Bettini!!!!!!!','Out of no where, the reigning Italian and Olympic champion pops out of the field and drag races McEwen to the line and beats him!'),(3846,83,'2006-08-27 15:01:08','Preliminary results','1. Bettini
    \r\n2. Hushovd
    \r\n3. Paolini
    \r\n4. McEwen

    McEwen clearly sat up when it became clear he wasn\'t going to win it.'),(3847,83,'2006-08-27 15:02:33','Hushovd','It looks like Thor Hushovd - who garnered bonus seconds out on the road and at the finish - is the new leader of the Vuelta.'),(3848,83,'2006-08-27 15:06:25','No contest winner today','You guys were just as surprised as we were by Bettini\'s win today. While it really shouldn\'t come as a shock, he wasn\'t on our list, either.

    We\'ll double-up on our prize list tomorrow.

    Be sure to check in with VeloNews.com at 8:00 a.m. Eastern time in the U.S. to follow developments in Stage 3. Thanks for tuning in today, folks.'),(3849,84,'2006-08-28 14:00:58','Good day and welcome ...','To VeloNews.com\'s Live Coverage of the third stage of the 2006 Vuelta a Espana, a 220 kilometer race from Córdoba to Almendralejo.

    Today\'s stage covers a long stretch of hilly terrain, which culminates in a gradual drop to the finish town of Almendralejo. There is a little bit of a kicker at the end, but this looks like another day for the sprinters, just like yesterday. '),(3850,84,'2006-08-28 14:06:00','All 189 riders','have started today, as the peloton rolled out of Cordoba at just a bit after noon today. The day quickly offered up a pair of Category 3 climbs in the opening 30km - the Alto de Villaviciosa (at 6km) and the Puerto del Aire (at 30km).

    Relax\'s Mario de Sarraga did his best to grab top points on the first climb, to protect the KOM jersey he earned in his long solo break yesterday.

    With three men escaping off the front after the first climb, de Sarraga couldn\'t do the same on the Alto del Aire at 30km, but still holds a healthy 11-point KOM lead over Jose Garrido Lima (Quick-Step).'),(3851,84,'2006-08-28 14:10:00','The escape','Up front, right now we have a trio of Herve\' Duclos Lassalle (Cofidis), Enrico Franzoi (Lampre) and David de la Fuente (Saunier Duval) covering long lonely roads under oppressive heat just over 100 degrees. At Km 80, they marked an advantage of slightly more than six minutes over the main field, which is about what they\'ve had for the past 15km.\r\n'),(3852,84,'2006-08-28 14:14:06','The vampires','The UCI blood testers showed up this morning at 7:00 to visit the hotel rooms of riders on Caisse d\'Epargne, Phonak, Relax-Gam, Quick Step and Liquigas.

    No one rang the bell on the dopo-meter, so everyone is good to go today.'),(3853,84,'2006-08-28 14:17:31','Daily Contest','Are these three going to stay off the front? Will they be caught only to open a window for an opportunist? Will it come down to a field sprint? Heck, we don\'t know. Like you, we can only guess.

    If you think you can come up with a good guess and let us know who you think will win today\'s stage, look on top of the page, and hit the Daily Contest button. You are limited to one entry per day. Entries are not accepted after the 10-kilometers-to-go mark. Be sure to include the name of your pick in the subject line of your e-mail (it makes sorting through a few thousand entries so much easier).'),(3854,84,'2006-08-28 14:20:00','Our three escapees','It\'s hot, with no shade and these three have a long way to go. They are holding on to a lead hovering between six and seven minutes, but the pace is quite slow today on this, the longest stage of the 2006 Vuelta. The peloton has averaged just 36.5kph for the past two hours.\r\n'),(3855,84,'2006-08-28 14:27:27','Our guy Andrew','Had a bit of trouble yesterday. Normally, the drill for the crew covering these big tours is to visit the start, knock off a few interviews, grab a bit of free food and then drive the course and make it to the press room at the finish, where you can watch the video feed and work on your story. VeloNews European correspondent Andrew Hood found himself stuck yesterday, though. He made what he called \"a rookie mistake\" and got caught behind the peloton... spending most of the day ticking along in his car at 40kph. There was no short-cut, so he almost missed the finish, but did manage to sneak past and get some post-race interviews and hammer out his story. We\'re making him buy the Sangria tonight.'),(3856,84,'2006-08-28 14:31:28','Not much to report','The peloton has clearly decided to make this an easy day in the saddle, as the pace indicates. Can you blame them? It\'s hot out there (100+), although it is a dry heat. It\'s still miserable on a day when you need to cover 220k.

    In the mean time, if you have comments, questions, gripes or anything, drop us a line and we\'ll try to address a few as we continue with our coverage today.'),(3857,84,'2006-08-28 14:41:00','The gap is holding.','The peloton is letting those three guys bake out there as the leaders approach the 90km mark. If we were bettin\' men, we\'d have to say they will be reeled in over the remaining 130km in today\'s stage.'),(3858,84,'2006-08-28 14:48:00','Credit Agricole','is doing the bulk of the work up front today, but their efforts are far from frantic. They will do their best to set their guy Hushovd up for a stage win and, of course, to protect his yellow jersey. Hushovd holds the distinction of wearing the leader\'s jersey in two grand tours this year. '),(3859,84,'2006-08-28 14:56:37','The escapees','Our latest time check gives the three men off the front an advantage approaching 8:00. The pace is still quite moderate as the heat makes everyone in the field wary of putting out too much of an effort.'),(3860,84,'2006-08-28 15:02:03','At 110km','The gap is coming down a bit, as the peloton finished lunch and the race crosses the half-way mark.'),(3861,84,'2006-08-28 15:09:34','Rollin\', rollin\', rollin\'','Hour two of racing slid by at about 36.5 km/h (22.7 mph).'),(3862,84,'2006-08-28 15:13:10','How hot is it?','It was so hot, most of the riders stayed in their team buses until just before the start of today\'s stage instead of stepping out to chat with the fans (and the press). Our man Andrew Hood says it\'s something like 104 degrees Fahrenheit on the road ... that\'ll make the post-stage sangria taste awfully good.'),(3863,84,'2006-08-28 15:30:13','A helping hand','Milram has joined Crédit Agricole up front.'),(3864,84,'2006-08-28 15:32:42','More racing on tap','It\'s gonna be a busy week ... the Tour of Britain kicks off Tuesday, headlined by Quick Step\'s Tom Boonen, who will be looking to fine-tune his form for the world road championships. Bangers and mash, anyone?'),(3865,84,'2006-08-28 15:37:52','Gap coming down','... albeit gradually: Our leading trio has a margin of 6:30 over the peloton, led by Milram and Crédit Agricole.'),(3866,84,'2006-08-28 15:43:06','Daily Contest','Don\'t forget to send in your best guess as to who will win today\'s stage. Hit the Daily Contest button at the top of the page. One entry per day, please, and be sure to include the name of your pick in the subject line. And as always, no entries will be accepted after 10km to go.'),(3867,84,'2006-08-28 15:48:50','With some 91km to go . . .','. . . Astana\'s Carlos Barreda flats, but manages to rejoin the bunch without difficulty. '),(3868,84,'2006-08-28 15:51:09','The break plugs along','Our leaders – David de la Fuente (Saunier-Duval-Prodit), Hervé Duclos-Lassale (Cofidis) and Enrico Franzoi (Lampre-Fondital) – are holding onto six minutes and change up front.'),(3869,84,'2006-08-28 15:58:00','Golden boy','Race leader Thor Hushovd stands to stretch his legs a bit, tucked away neatly in the peloton.'),(3870,84,'2006-08-28 16:02:44','The chase continues','Milram and Crédit Agricole continue their work on the front of the bunch as the three leaders share the work of staying away. De la Fuente is carrying a tad more of the load than his pals, getting out of the saddle from time to time.'),(3871,84,'2006-08-28 16:09:26','The lead holds steady','. . . at 6:20 or thereabouts as the break burns along through the rolling Spanish plains. And we do mean \"burns.\" It ain\'t getting any cooler out there, folks.'),(3872,84,'2006-08-28 16:13:06','Did we speak too soon?','Seems the gap has dipped a bit with 67km remaining, to just over six minutes. Milram and Crédit Agricole have amped it up a notch. So has the sun ... we\'re looking at 42C, or 107F. Ouch. Pass the sunblock, please.'),(3873,84,'2006-08-28 16:19:45','Agua fria','The leaders are pounding down the water as they grind across the plains. This is some country here, folks ... it makes New Mexico look like Oregon. De la Fuente is still ramrodding the break, standing as the others sit and crank out the revs.'),(3874,84,'2006-08-28 16:20:57','With 60-odd kilometers to go ...','. . . the gap has dipped under six minutes, to 5:39.'),(3875,84,'2006-08-28 16:27:17','That long Lycra line','The peloton presses forward, with Davitamon-Lotto joining Crédit Agricole and Milram at the front.'),(3876,84,'2006-08-28 16:41:26','The gap drops','. . . to 5:08 as the sprinters\' teams nibble away at the leaders\' margin.'),(3877,84,'2006-08-28 16:44:36','While we wait for the catch . . .','. . . a shout-out to Gilbert Duclos Lassalle, who became a grandfather last week after his son, Hervé, became a dad for the first time.'),(3878,84,'2006-08-28 16:46:14','Under five minutes now','The gap is coming down, to 4:25.'),(3879,84,'2006-08-28 16:49:01','Speaking of Duclos Lassalle . . .','. . . he\'s been calling for the medicos. Don\'t know why, exactly – could it be post-partum depression? We\'ll check and get back to you.'),(3880,84,'2006-08-28 16:52:31','44km to go','The gap is down to just over four minutes as the bunch stretches out in a long, long line.'),(3881,84,'2006-08-28 16:56:46','Hounds v. hare','Milram and Davitamon-Lotto are cranking it up as the three leaders chat with their team cars one at a time. They seem resigned to being brought back.'),(3882,84,'2006-08-28 17:04:09','Water carrier','Laszlo Bodrogi looks like he\'s got a giant CamelBak under his kit - he\'s all loaded down with about 12 water bottles for Crédit Agricole. Chris Horner is watering down his legs. Did we mention that it\'s hot?'),(3883,84,'2006-08-28 17:05:32','Slow going','The race is about a half-hour behind schedule, thanks to the heat.'),(3884,84,'2006-08-28 17:09:07','35km to go','The bunch is leaving our leaders out there on a slow roast. They don\'t want to make the catch too quickly and risk a counterattack going free.'),(3885,84,'2006-08-28 17:11:35','3:17','. . . is the gap.'),(3886,84,'2006-08-28 17:15:56','Down, down, down','. . . to 3:07.'),(3887,84,'2006-08-28 17:17:42','In the drops','Our leading trio seems to have collected a second wind of sorts with 25km to go . . . they\'re ticking it over nicely again.'),(3888,84,'2006-08-28 17:20:32','2:55','Under three minutes now as the sprinters\' teams smell the finish line just ahead.'),(3889,84,'2006-08-28 17:26:11','2:24','Can the break hold on? Will the chase succeed? Hey, in a world where \"Extreme Makeover\" can win an Emmy, anything is possible.'),(3890,84,'2006-08-28 17:29:01','Whoa','The gap has plummeted to just over 90 seconds with less than 20km remaining.'),(3891,84,'2006-08-28 17:31:42','1:25','De la Fuente\'s been giving it his best, but the seconds just keep slipping away.'),(3892,84,'2006-08-28 17:33:36','Hasta la vista','Looks like De la Fuente wants to go it alone ... he\'s jumped and shed Duclos Lassalle, but Franzoi stuck to him.'),(3893,84,'2006-08-28 17:36:14','15km to go','. . . and just over a minute.'),(3894,84,'2006-08-28 17:37:27','58 seconds now','And the hounds can see the hares on this straight stretch of road. Awwwoooooo . . . .'),(3895,84,'2006-08-28 17:39:06','No quit in these guys','The two leaders are still pounding the pedals as the gap comes down to 47 seconds.'),(3896,84,'2006-08-28 17:40:06','A long day in the saddle','More than five and a half hours in 100-plus heat. And you thought your job was tough.'),(3897,84,'2006-08-28 17:41:45','44 seconds now','. . . as De la Fuente continues to drill it with Franzoi on his wheel.'),(3898,84,'2006-08-28 17:44:22','7km remaining','Crédit Agricole is putting the hammer down, and the gap is at 30 seconds.'),(3899,84,'2006-08-28 17:46:21','That\'s all she wrote','Our leaders have exchanged a quick handshake – \"Nice workin\' with ya . . .\" – as the bunch bears down.'),(3900,84,'2006-08-28 17:49:25','5km to go','. . . and a slight rise to the finish with Ag2r on the front.'),(3901,84,'2006-08-28 17:50:35','Liquigas-Bianchi','. . . is muscling in on the act at the front.'),(3902,84,'2006-08-28 17:52:06','Millar time?','David Millar has a dig!'),(3903,84,'2006-08-28 17:53:44','Millar gets gobbled up','. . . and it\'s Ventoso taking the bunch sprint!'),(3904,84,'2006-08-28 17:54:49','Hushovd second . . .','. . . and O\'Grady third.'),(3905,84,'2006-08-28 17:58:42','Hushovd holds lead','. . . and that\'s it for today\'s Live Update. We\'ll see you here again tomorrow.'),(3906,85,'2006-08-29 13:56:00','Good day and welcome ...','to the fourth stage of the 61st edition of the Vuelta a Espana, covering a very reasonable 135 kilometers from Almendralejo to Cáceres.

    After yesterday\'s brutally hot and very long (220km) stage, today\'s start comes at a very civilized 2:00 p.m., so we\'re still a few minutes away from the kick-off of this stage.'),(3907,85,'2006-08-29 14:12:30','And there they go...','The stage has started in Almendralejo. This is the shortest mass-start stage of the Vuelta and, like we said, it couldn\'t come at a better time. The peloton had to cover a painfully hot 220 km yesterday and riders face the first climbing stage tomorrow, with a tough finish up La Covatilla.

    One thing that is not different from yesterday, is that temperatures are still in the upper 90s and temperatures on the black asphalt on the road surfaces exceed that by a big margin. In his diary yesterday, Discovery\'s Michael Barry said that his computer was registering temperatures in excess of 110(F).\r\n'),(3908,85,'2006-08-29 14:18:00','News from the weird','Here’s an interesting news item from AFP:

    Agence France Presse - Australia\'s dual silver medal-winning Olympic cyclist Gary Neiwand was jailed for 18 months Tuesday after pleading guilty to stalking a former girlfriend.

    Neiwand admitted a total of 11 offences, including stalking and telephone harassment.

    The 39-year-old had already been sentenced in February to four months in jail for breaching an order to stay away from his ex-wife. The new offences were committed after his release.

    The Melbourne Magistrates Court heard how Neiwand, who won cycling silver medals at the 1992 Barcelona and 2000 Sydney Olympics, began stalking his girlfriend after they broke up in May this year.

    Prosecutors said he made numerous hang-up phone calls to the woman and her mother, and sent sexually explicit text messages to her employer.

    Defence lawyers told the court that Neiwand was suffering from depression after his marriage collapsed.

    Chief magistrate Ian Gray jailed Neiwand for 18 months, with a non-parole period of nine months, saying his offences were serious and a message needed to be sent to the community that such behaviour was unacceptable.

    In addition to his two Olympic silver medals, Neiwand won bronze at the\r\n1988 Seoul and 2000 Sydney Games. He also won the World Championships in both the keirin and sprint in 1993 and was Commonwealth Games sprint champion in 1986, 1990 and 1996.

    \r\n'),(3909,85,'2006-08-29 14:22:55','Contest reminder','It\'s a zippy little stage today and a lot of folks are giving this one to the sprinters. Do you? Or are those little hills along the way enough to launch a successful break today? You make the call and hit the Daily Contest on top of the page.

    And, yes, in case you\'re wondering, we did have a winner in yesterday\'s contest. Jim actually called the name of the day\'s winner a good two hours prior to the finish. He also says that he\'s a long-time fan of Live Coverage because \"it always makes the long mornings at work fly by,\" (which is why we\'ll do Jim a favor and not mention his last name).'),(3910,85,'2006-08-29 14:22:00','First attack','Relax\'s Raúl Garcia de Mateo has scampered out of the main field and has a nice little 1:00 gap on the peloton after five km.\r\n'),(3911,85,'2006-08-29 14:30:00','At 15km','Garcia de Mateo\'s advantage is approach 3:00. The peloton, behind the Credit Agricole team of race leader Thor Hushovd, is not really intent upon pulling this one back right away.

    It should be noted that the Relax team is the only continental squad in this Vuelta. They have ample motivation to make a show of things, given that this is the team\'s sole grand tour exposure this season.\r\n'),(3912,85,'2006-08-29 14:47:00','Not much to report.','The pace is quite moderate as our lone escapee works his way down the road. He\'s continuing to add to his lead, but the odds are he\'ll hit the end of his leash pretty soon here, since today\'s is such a short stage. Hushovd and his Credit Ag team are leading the chase, but eventually we\'ll see the other sprinters\' teams lend a hand if the gap becomes unmanageable.

    In the mean time, if you have a question, comment, complaint or beer recommendation, Drop us a line and we\'\' try to address some of your comments here on-line.'),(3913,85,'2006-08-29 14:56:09','News from the doping front','The UCI has issued a statement today, suggesting that it expects to see more names revealed in connection with Spain\'s Operación Puerto investigation:

    The Spanish government has informed the UCI that further information in connection with the current investigations being conducted by the Guardia Civil (police) as part of Operación Puerto will be handed over to it.

    This information will be included in the files that the UCI has on the riders involved and will be sent to the National Federations concerned, to enable them to take the necessary decisions.

    The UCI reiterates its determination to fight against doping as severely as possible and to respect legal procedures and rules.

    UCI president Pat McQuaid said he may well seek life-time bans against both Jan Ullrich and Tyler Hamilton if those documents indicate those riders\' involvement in the case. Both have been suspended before - Ullrich for taking ecstacy at a night club and Hamilton for blood-doping - and McQuaid has argued that involvement in Operación Puerto would constitute second offenses in both cases, meriting a life-time ban for both men.\r\n'),(3914,85,'2006-08-29 14:58:52','Under very hot conditions','Garcia is continuing at a moderate pace. He\'s at the 27km mark and holding a lead of 3:30 over the peloton.'),(3915,85,'2006-08-29 15:04:42','At 32km','Garcia\'s lead is up to four minutes. We\'re still not betting the kids\' college funds on this guy\'s chances today, though.'),(3916,85,'2006-08-29 15:17:00','A note','We received a nice note from one of our regular readers, Dr. Chuck Roberts of the Peachtree Presbyterian Church in Atlanta:
    You mention that Relax is the “only continental team†in the Vuelta. I guess you mean European continent. So where are all the others based?!

    I also wish Saul Raisin was there with his team, cheering and pulling Thor along. I visited him in the rehab hospital while he was here in Atlanta, and he’s a great young man. I hope and pray he gets back on his game one day!

    The good reverend also made a good beer recommendation, as per our earlier request:
    Flying Dog brewery based in Colorado. Tire Bite Golden Ale is hard to beat; and who of us have not feared a dog doing to our tire what the dog on the label is doing?!
    Well, Doc (reverend?) you\'re right... in a way. The Relax squad is the only Non-ProTour professional team in the Vuelta. The designation \"continental\" is used as a term applied to professional teams one tier below the ProTour level. Yes, Relax is Euro continental team, as Navigators, Health Net and others are American continental teams.

    Please do send our best wishes - and those from many of our readers - to Saul. His recovery is inspiring and we can\'t wait to see him back in the peloton.

    As for your beer recommendations, we have to confess that we\'ve actually tried each of them at some point in the past few months and we have to agree... plus the brewery actually uses label art by the incomparable Ralph Steadman. How can you beat that?'),(3917,85,'2006-08-29 15:12:00','At 42km','The gap is now 6:45.... after an hour of saddle time.'),(3918,85,'2006-08-29 15:35:22','Pokin\' along','The average speed so far: 42.2km/h, or 26.2 mph.'),(3919,85,'2006-08-29 15:42:52','Intermediate sprint','Our lone leader, Garcia, takes maximum points at the first intermediate sprint, at Jaraiz de la Vera. Second goes to Thor Hushovd, with Stuey O\'Grady taking third.'),(3920,85,'2006-08-29 15:46:36','In other news . . .','. . . William Fotheringham of The Guardian takes a look at the 2006 Tour of Britain, which gets under way today in Glasgow. Seems the race is enjoying excellent health despite problems elsewhere in the sport – it has new sponsors and may add a seventh day of racing. Keep an eye on VeloNews.com for results as they come in.'),(3921,85,'2006-08-29 15:56:09','Tugging on the leash','Garcia\'s margin dips a tad, to six minutes.'),(3922,85,'2006-08-29 16:03:57','The pace picks up','Crédit Agricole has moved to the front and begun chipping away at Garcia\'s lead. It\'s down to 5:35.'),(3923,85,'2006-08-29 16:08:10','Daily Contest','Don\'t forget to hit the button at the top of the page and send in your pick for today\'s winner. Slap the name in the subject line (it makes our mailman\'s job a whole lot easier), and place your bets before the final 10km, please.'),(3924,85,'2006-08-29 16:10:27','42C . . .','. . . translates to 107.6F. Hot enough for ya?'),(3925,85,'2006-08-29 16:15:30','Drink up','As you might expect, given the temperatures, racing in Spain is thirsty work, according to our diarist Michael Barry. \"We went through at least 130 water bottles yesterday,\" he told European correspondent Andrew Hood. \"I was constantly drinking something to try to stay cool.\"'),(3926,85,'2006-08-29 16:16:46','Garcia\'s lead boiling away','The gap is down to just over four minutes.'),(3927,85,'2006-08-29 16:20:03','No jokes about dry heat, please','Even Carlos Sastre, who likes it hot, is finding these conditions a bit much. \"I like the heat, but this is very hot even by my standards. It could take it out of us up La Covatilla (on Wednesday), but I prefer the heat to the cold,\" he says.'),(3928,85,'2006-08-29 16:25:02','Phonak motivated','Our man Andrew Hood has had a word with Juan Fernandez, sport director of Phonak. \"We are going to ride the Vuelta with our heads held high,\" said Fernandez. \"This is a sour way to leave the sport, but we have a motivated team with riders looking to make an impression.\" The list includes Ryder Hesjedal, \"who wants to do well in his first major shot at a grand tour,\" Fernandez added.'),(3929,85,'2006-08-29 16:26:30','Garcia fading','His gap has dwindled yet again, to 3:50. Average speed: 40.5km/h, or 25.16mph.'),(3930,85,'2006-08-29 16:32:07','Speaking of heat . . .','. . . 2006 Giro winner Ivan Basso underwent a grilling today, according to Agence France Presse. Prosecutor Franco Cosenza called Basso cooperative and said he would see the Italian rider again on September 12.'),(3931,85,'2006-08-29 16:36:09','Tick, tock','Garcia clings to a lead of just under three minutes.'),(3932,85,'2006-08-29 16:39:36','Wednesday\'s stage . . .','. . . will pass through the hometown of dethroned 2005 Vuelta champ Roberto Heras. Race organizers don\'t plan to take any special precautions against disgruntled fans, according to race director Victor Cordero. \"A certain rider produced a positive dope test, and that was the end of that,\" Cordero told Reuters. \"If we\'d changed the route after Heras\'s positive, we\'d have been giving in to the cheats.\"'),(3933,85,'2006-08-29 16:41:30','43km remaining','CSC comes forward as the second intermediate sprint approaches . . . but to no avail, as the order is precisely the same as in the first dash for time: 1. Garcia; 2. Hushovd; 3. O\'Grady.'),(3934,85,'2006-08-29 16:42:48','Another weather feature','Now the wind is picking up out of the west. Mmm, yeah, heat and wind. Ain\'t nothin\' but a party. . . .'),(3935,85,'2006-08-29 16:48:05','If you picked Garcia as today\'s winner . . .','. . . prepare to be disappointed. The bunch has closed to within two and a half minutes.'),(3936,85,'2006-08-29 16:56:47','Under two minutes now . . .','. . . with 35km remaining.'),(3937,85,'2006-08-29 17:03:10','Hounds v. hare','Davitamon-Lotto and Crédit Agricole are on the front as Fernandez (Cofidis) takes a few detour into a ditch. No worries – he\'s quickly back in the bunch.'),(3938,85,'2006-08-29 17:05:21','25km remaining','And we\'ll throw in the obligatory shill for Robbie McEwen. Fred Rodriguez says the Aussie pocket rocket will be getting after it again today: \"Robbie is still probably the fastest guy here. We\'ve just made some mistakes with our timing. He wants to win.\"'),(3939,85,'2006-08-29 17:07:43','Tick, tock','The chase as conducted by Hushovd\'s squad remains measured . . . they don\'t want to pull Garcia back too quickly. The man in red clings to a lead of 1:20 as he stands up briefly to stretch the legs.'),(3940,85,'2006-08-29 17:11:42','20km to go','. . . and Garcia remains out front, but only just; he\'s rockin\' and rollin\', with a lead of just over a minute.'),(3941,85,'2006-08-29 17:15:33','CSC joins the chase','O\'Grady must fancy his chances, eh?'),(3942,85,'2006-08-29 17:16:17','Valverde off the back','But he\'s getting paced back up.'),(3943,85,'2006-08-29 17:16:42','And here comes the catch','Stick a fork in Señor Garcia . . . he\'s all done.'),(3944,85,'2006-08-29 17:18:00','Kapow!','Another Relax rider counters as Garcia comes back . . . Jorge Garcia? Yep. He\'s down in the hooks and motoring.'),(3945,85,'2006-08-29 17:20:51','A long shot','It\'s 15km to the finish. The peloton seems to doubt our man can stay clear.'),(3946,85,'2006-08-29 17:24:54','Short leash','Garcia has 18 seconds as, unruffled, the sprinters\' teams start sorting things out behind. Still, TV time is TV time, no?'),(3947,85,'2006-08-29 17:27:02','Speaking of sprinters . . .','. . . our man Andrew Hood had a chat with CSC director Kim Andersen, who said O\'Grady is going to give it another shot today after finishing third on Monday: \"He\'s close to the jersey and he\'s feeling good, so he will try to sprint again today.\"'),(3948,85,'2006-08-29 17:27:39','Zoom','A Euskaltel rider isn\'t waiting for O\'Grady to rip it. Off he goes.'),(3949,85,'2006-08-29 17:30:03','8km to go','. . . and nothin\' doing for Euskaltel\'s Iziar. The bunch wants to battle.'),(3950,85,'2006-08-29 17:31:58','CA up front',' . . . Milram\'s in the mix, too. '),(3951,85,'2006-08-29 17:34:49','Astana having a go?','With 5km to go, Perez (Cofidis) and Redondo (Astana) have a dig. 58km/h. Ouch.'),(3952,85,'2006-08-29 17:35:31','4km to go','Caught. Gerolsteiner on the front.'),(3953,85,'2006-08-29 17:37:03','3km to go','We\'re in the outskirts of Caceras and Saunier Duval are setting things up for Ventoso. Milram\'s right on \'em, though.'),(3954,85,'2006-08-29 17:37:20','2km','Millar is drillin\' it.'),(3955,85,'2006-08-29 17:38:00','Now Milram\'s out front','Can Zabel score?'),(3956,85,'2006-08-29 17:38:44','A hard left-hander ...','CA out front . . .'),(3957,85,'2006-08-29 17:39:02','And a right to the finishing straight . . .','Milram still out front . . .'),(3958,85,'2006-08-29 17:39:56','It\'s anyone\'s race!','. . . and the winner is . . .'),(3959,85,'2006-08-29 17:40:45','Zabel!','. . . followed by race leader Hushovd.'),(3960,85,'2006-08-29 17:42:36','Th-th-th-that\'s all, folks','See you here again tomorrow as the Vuelta heads for the hills.'),(3963,86,'2006-08-30 14:02:00','Today\'s route','takes riders over 178 kilometers to the ski station at Covatilla and throws up a series of tough climbs before the tough finale\'. In the first 100km, the peloton first hits to Category 1 climbs - Piornal and Honduras and then, with just over 40km to go, the Cat. 2 at Lagunilla, setting them up for the 6.5 percent, 18km climb to 1960 meters.'),(3962,86,'2006-08-30 13:42:51','Good day and welcome ...','to the fifth stage of the 61st edition of the Vuelta a Espana, the tour\'s first foray into the mountains. The Covatilla has been the seen of some interesting battles, usually in the final week of the Vuelta instead of the constituting the opening salvo as it is this year. In 2002, Roberto Heras made a real mark on the race, swooping up nearly all of a large break that had formed earlier in the day. Heras also made a mark in 2004, again not winning the stage, but putting time on his rivals.'),(3964,86,'2006-08-30 14:07:41','This could be a day for Sastre','Our guy Andrew Hood spoke with Bjarne Riis today. The CSC director is confident about his top rider\'s chances to take the overall at the Vuelta:

    \"I think Carlos can win the Vuelta. Sure, he raced the Giro and the Tour already, but it\'s not impossible to race three big tours. He rode easy in the Giro and only worked hard in a few summit finishes and the Tour he was easy until the final mountains. Then he\'s recovered and trained at home after the Tour. The only worry is the first hard mountain stages. We have to see how he does.\"'),(3965,86,'2006-08-30 14:10:29','Over the first climb','We had a 12:30 start today and remarkably the peloton is still wholly intact, with all 189 riders still taking part in the Vuelta. The current situation on the road is we have a group of 13 riders who have crested the first climb of the day - the Category 1 Puerto de Piornal - and lead the field by just over one minute.'),(3966,86,'2006-08-30 14:12:40','Maybe we\'ll see him on TV','Roberto Heras, the disqualified winner of the 2005 Vuelta, hails from nearby Bejar, the city perched right at the base of the La Covatilla climb.

    Heras is halfway through a two-year racing ban after testing positive for EPO in the penultimate stage of the 2005 Vuelta.

    Heras did not challenge the ban to CAS, and instead his attorneys are taking the case through the Spanish civil courts. An appeal has been filed following an earlier ruling upholding the ban and the issue is still unresolved. That didn\'t stop Vuelta organizers from awarding the 2005 title to Denis Menchov.'),(3967,86,'2006-08-30 14:14:38','Another vote for Sastre','David Millar (Saunier Duval), who is just now ending his own two-year ban, told Marca that \"I see Carlos Sastre as the only rider truly focused on winning. And I think he would be a good winner, too. He only speaks when he needs to and I think he\'s a clean rider. He would deserve this victory.\" '),(3968,86,'2006-08-30 14:16:17','Not so fast says Carlos...','Satre, though, says this year\'s three-grand-tour schedule has taken a toll on him. He told Andrew Hood that \"I don\'t know how the legs will respond. This is the first time I\'ve raced three grand tours in one season, so it\'s unknown for me. ... The climb is hard and offers no protection. It\'s open to the wind and the heat. It\'s not easy.\"'),(3969,86,'2006-08-30 14:23:30','At 70km','That group of 13 is working its way down the climb and maintaining a 1:30 lead. Those riders are as follows

    Michael Rasmussen (Rabobank)
    \r\nPietro Caucchioli (Credit Agricole)
    \r\nVladimir Gusev (Discovery)
    \r\nIñigo Landaluze (Euskaltel-Euskadi)
    \r\nPaolo Bettini (Quick Step)
    \r\nDavid Arroyo (Caisse d\'Epargne)
    \r\nBenoit Joachim (Discovery)
    \r\nAngel Vallejo (Relax Gam)
    \r\nSergio Paulinho (Astana)
    \r\nJoaquin Rodriguez (Caisse d\'Epargne)
    \r\nTorsten Hiekmann (Gerolsteiner)
    \r\nEric Leblacher (Francaise des Jeux)
    \r\nXavier Florencio (Bouygues Telecom)
    \r\n'),(3970,86,'2006-08-30 14:26:15','Hot, hot, hot','The weather is once again quite warm, with temperatures hovering in the high 90s and low 100s... the good news is that we\'re talking Fahrenheit at least.

    Today\'s route pushes through some interesting country. The Valle de Jerte is one of the top cherry producing regions of Spain and each April, the valley becomes covered in a blanket of white as cherry trees blossom....but that\'s not the case today. There was a huge forest fire in the mountains just north of the start in Plasencia, with huge billows of smoke blowing west. The route, however, pushed east and so the peloton didn\'t ride near the blaze.'),(3971,86,'2006-08-30 14:27:32','Contest Reminder','Will these guys get caught? You make the call and hit the Daily Contest button on the top of the page. Remember one entry per person per day and you can\'t vote in the final 10km.'),(3972,86,'2006-08-30 14:32:06','Today\'s news of the Weird','Here\'s an intersting item of fallout resulting from yesterday\'s stage:

    Agence France Presse - A resident of the western Spanish town of Caceres has made an official complaint against the Vuelta a Espana peloton, claiming riders were speeding in the fourth stage of the event here, a sub-prefecture spokeswoman said Wednesday.

    \"A complaint for speeding has indeed been made against the peloton,\" the spokeswoman said.

    Erik Zabel claimed victory in the stage which saw a mass sprint for the line with participants hitting speeds of more 60 kilometres (40 miles) per hour. In urban areas the speed limit is 50 kilometres an hour.

    The resident who complained, fed up with the inconvenience of the town staging a race day, spent an hour and a half registering his case with police.

    Local media quoted police spokesman Cesar Garcia as saying he had taken down the complaint \"chapter and verse\" and archived everything as per regulations.

    We\'d guess this fella ain\'t much of a fan of the sport.'),(3973,86,'2006-08-30 14:33:54','With less than 100km remaining,','The men in the break are reaching the base of the day\'s second major climb, the Puerto de Honduras, and holding about the same gap they\'ve had for most of the day, just around 1:30.'),(3974,86,'2006-08-30 14:36:57','CSC is doing most of the work','That gap of 1:30 has been limited largely through the efforts of Sastre\'s CSC team. With Thor Hushovd more than likely to lose the jersey today, Credit Agricole (with a rider in the break) certainly isn\'t playing the role of defender today and CSC has its eye on the big prize.'),(3975,86,'2006-08-30 14:40:00','The men in the break','As you can see one big wild card in the break is Michael Rasmussen. He could certainly hold his own on that final climb today.

    Rasmussen told VN.com earlier this month that he\'s interested in chasing a stage victory. The Danish climber won a Vuelta mountain stage in 2003 to herald his arrival to the big-time.

    \"I don\'t have any ambitions for the GC or the mountains jersey. I will be at the disposition to help Menchov and maybe if things go my way, I can try to win a stage.\"

    Since that conversation, however, Rasmussen suffered through a cold a week before the Vuelta, telling Dutch journalists he was only able to train three hours during the entire week leading up to the race.

    Meanwhile, you can also see that Discovery has a couple of guys up there. We\'d wager that Bruyneel sent them up to help Tom Danielson, if he needs it, on the final climb.'),(3976,86,'2006-08-30 14:43:03','Bad news from Belgium','Belgian cyclist Christophe Brandt was said to be in stable condition on Wednesday, a day after a dramatic crash left his family and his Davitamon team concerned over his chances of survival.

    A regular on the Belgian team\'s roster for the Tour de France, Brandt suffered multiple injuries when he crashed on the Sels to Merxem Cup race.

    His injuries forced doctors to induce a coma.

    In an emergency operation Tuesday Brandt had to have one of his kidneys removed. His spleen also burst although doctors were able to save it.

    Brandt also suffered a fractured arm and four shattered ribs, one of which caused a collapsed lung.

    His team manager, Marc Segeant, said from the Antwerp hopital where the rider is being treated: \"The doctors are going to keep Christophe in a coma for another two days.

    \"The doctor said that any threat of nerve damage and that we are looking at a long recovery period for Christophe.\"

    Sergeant added that Brandt, a domestique for the likes of Australian teammate Robbie McEwen, would be able to ride again.

    \"The doctors said that competing at the highest level is still possible with only one kidney.\"

    Brandt crashed on Tuesday when racing in the peloton at speeds approaching 50 kph. He hit a traffic lights post before violently hitting a car.\r\n'),(3977,86,'2006-08-30 14:44:27','The climb','Andrew Hood describes the climb which riders are now working their way up - Puerto de Honduras - as \"very hard, very steep and with narrow roads. I almost drove off that sucker a few years back.\" '),(3978,86,'2006-08-30 14:55:17','Time gap is holding','The leaders are working their way up the Puerto de Honduras and maintaining an advantage of less than one minute on the main field. It\'s still CSC doing the heavy lifting in the peloton.'),(3979,86,'2006-08-30 15:00:08','Questions?','If you have a question, a comment, a complaint or... mmm... fine wine suggestions, drop us a line. '),(3980,86,'2006-08-30 15:01:06','Another prediction for the day','Iban Mayo said that he doesn\'t think there will be many differences made on the Covitilla climb. \"I think it will be a relatively big group, but we have to wait and see. I think the legs feel okay.\"'),(3981,86,'2006-08-30 15:18:52','Down and out','Charlie Wegelius (Liquigas-Bianchi) has abandoned after crashing earlier.'),(3982,86,'2006-08-30 15:22:18','Leaders top summit','Our lead group has topped the first-category Puerto de Honduras with a lead of 4:24. Bettini, Florencio, Leblacher, Rodriguez and Vallejo fell off the pace on the climb, but there\'s always the descent for playing catchup, no?'),(3983,86,'2006-08-30 15:25:52','A nice break from the heat','It\'s 21 degrees C on the summit (that\'s 69.8 F for you Yanks), sunny, and a bit blustery. That has to feel good after rolling around in triple-digit heat, even if it means going uphill.'),(3984,86,'2006-08-30 15:30:15','Whoops','We forgot to mention how our leaders topped that summit: 1. Gusev; 2. Caucchioli; 3. Joachim. Sorry \'bout that. More coffee is indicated.'),(3985,86,'2006-08-30 15:34:57','Zoom','And down we go. The feed zone is just ahead, followed by the Cat. 2 Alto de Lagunilla, and the guys who got shelled on the Puerto de Honduras are bombing along, trying to regain contact.'),(3986,86,'2006-08-30 15:40:45','Gotcha!','The chasers have hooked up with the front-runners and we now have a lead group of 16 with something like four minutes and change on the peloton.'),(3987,86,'2006-08-30 15:49:39','This just in','Acqua Sapone has signed Tom Boonen – pardon us, Frank Vandenbroucke, according to the Belgian press. It\'s the ninth pro team for the 31-year-old Belgian, who since being sacked by Unibet.com reportedly has spent his time racing in Italy under the name \"Francesco Del Ponde\" – an Italian spin on his real name – with a fake ID bearing the picture of Quick Step-Innergetic\'s world champion. '),(3988,86,'2006-08-30 15:56:45','Upping the pace','The main bunch has taken some time back on the leaders, clipping the deficit to 3:18. Our diarist Michael Barry, looking a tad warmish, is escorting Tom Danielson, as Ivan Mayo slips off the back for a quick consultation with the team car.'),(3989,86,'2006-08-30 15:58:37','45km remaining','And the leaders will hit the Cat. 2 in just about 4km.'),(3990,86,'2006-08-30 16:02:47','Draggin\' \'em back','The gap is down to 2:08.'),(3991,86,'2006-08-30 16:04:02','Another abandon','Martin Perdiguero has called it a Vuelta. Meanwhile, Rasmussen is on the march at the front of the lead group.'),(3992,86,'2006-08-30 16:09:24','10-12 percent','Ouch. Just thinking about it makes our legs tired.'),(3993,86,'2006-08-30 16:11:11','At the summit . . .','Elias grabs the points ahead of Caucchioli, 2:26 up on the bunch, which has shed race leader Thor Hushovd.'),(3994,86,'2006-08-30 16:14:27','Up ahead . . .','. . . lies the beyond-category ascent to La Covatilla.'),(3995,86,'2006-08-30 16:18:31','Hasta la vista','Inigo Landaluze (Euskaltel-Euskadi) has a dig. He\'s ticking along nicely all by his lonesome.'),(3996,86,'2006-08-30 16:21:19','Landaluze . . .',' . . . has about 20 seconds on his former compañeros.'),(3997,86,'2006-08-30 16:21:56','The main peloton . . .','. . . is at 2:25.'),(3998,86,'2006-08-30 16:23:29','No day at the beach','These are some narrow, rough, tree-lined roads. \"Hairy,\" our man Andrew Hood calls \'em.'),(3999,86,'2006-08-30 16:24:22','Checking the rear-view mirror','Landaluze keeps peeking over his shoulder. Don\'t look back, Hoss, something may be gaining on you.'),(4000,86,'2006-08-30 16:28:29','Fun with gravity','Landaluze is 1:06 ahead of the Rasmussen group, which in turn is 1:26 ahead of a much-reduced lead pack, down to about 50 riders.'),(4001,86,'2006-08-30 16:30:24','Caisse d\'Epargne . . .','. . . is leading the charge in the bunch.'),(4002,86,'2006-08-30 16:39:09','25km to go','Landaluze started the day at 1:01 back, in 106th place. Looks like the Caisse d\'Epargne boys are bent on seeing he doesn\'t improve that position any more than absolutely necessary. Alejandro Valverde sits 19th overall at 46 seconds down.'),(4003,86,'2006-08-30 16:41:05','20km to go','Remember, Caisse d\'Epargne has a one-two punch on tap. Oscar Pereiro sits in 17th overall in the same time as ProTour leader Valverde.'),(4004,86,'2006-08-30 16:42:56','Tick, tock','Landaluze, mashing the pedals in a pretty stout gear, has 56 seconds on the Rasmussen group with the main bunch a further 1:26 back.'),(4005,86,'2006-08-30 16:46:12','Big fun ahead','Nothing like an 18km uncategorized climb to separate the sheep from the goats.'),(4006,86,'2006-08-30 16:49:07','In other news','Cheers to Roger Hammond, who won today\'s second stage of the Tour of Britain. More later.'),(4008,86,'2006-08-30 16:50:14','Landaluze coming back','His lead is down to 20 seconds with 15km to go. We\'re on the final climb proper.'),(4009,86,'2006-08-30 16:51:20','And the peloton . . .','. . . is just 1:20 back. It\'s showtime.'),(4010,86,'2006-08-30 16:56:34','Landaluze . . .','. . . is swept up by the first chase and discarded like an empty bidon.'),(4011,86,'2006-08-30 16:59:28','Venga venga venga!','Alberto Benitez (Saunier Duval) has a go as Paulihno drops his chain. No worries – he gets back in the hunt.'),(4012,86,'2006-08-30 17:01:15','Rasmussen fading','Kaboom . . . out of the lead group he goes, with Joachim and Landaluze. Meanwhile, Benitez\'s eyes were apparently bigger than his legs, as that counterattack turned into a vicious shelling.'),(4013,86,'2006-08-30 17:03:49','Attack after attack','The lead group is hacked down to five as Gusev, then Paulinho throw down. Caisse d\'Epargne is still pressing the chase, with Valverde looking cool in that white ProTour leader\'s jersey.'),(4014,86,'2006-08-30 17:04:35','Another attack','David de la Fuente (Saunier Duval) drills it.'),(4015,86,'2006-08-30 17:05:48','9km to go','Astana\'s Paulinho rolls it along a flattish section of the ascent.'),(4016,86,'2006-08-30 17:07:26','Arroyo joins Paulinho','A bit of a chat and off they go.'),(4017,86,'2006-08-30 17:08:23','Gobble, gobble','The main chase gulps down the remnants of the break.'),(4018,86,'2006-08-30 17:09:38','Menchov shelled','Was it a mechanical or a physical?'),(4019,86,'2006-08-30 17:10:42','Angel Gomez','. . . shoots off the front on this 10-percent grade.'),(4020,86,'2006-08-30 17:11:51','Arroyo and Paulinho still rippin\' it','. . . as Valverde sits on Sastre\'s wheel in the chase.'),(4021,86,'2006-08-30 17:15:03','Vino\' pops','The Kazakh wobbles out of the back as Iñigo Cuesta cranks along, serving as Sastre\'s tow truck. '),(4022,86,'2006-08-30 17:16:06','Arroyo sheds Paulinho',' . . . 25 seconds between them now.'),(4023,86,'2006-08-30 17:17:21','5km to go','Valverde and Danilo Di Luca are forcing the pace!'),(4024,86,'2006-08-30 17:20:00','Danielson among the lead chasers','Valverde is rockin\' and rollin\' on that bike.'),(4025,86,'2006-08-30 17:22:04','Jose Angel Gomez Marchante',' . . . has made it up to the head of affairs. The Saunier Duval man is out of the saddle and looking over his shoulder.'),(4026,86,'2006-08-30 17:24:11','Di Luca attacks again','. . . cracking Sastre! Danielson reacts! Up front, Gomez Marchante clings to a 20-second lead.'),(4027,86,'2006-08-30 17:25:50','Whoops','. . . that\'s Janez Brajkovic, not Danielson, on Di Luca\'s wheel.'),(4028,86,'2006-08-30 17:26:48','Di Luca and Brajkovic catch Gomez Marchante . . .','. . . who sits on for a second and then attacks them.'),(4029,86,'2006-08-30 17:28:20','Di Luca repays the favor','Towing Brajkovic up to Gomez Marchante, the little Italian rolls right on past him.'),(4030,86,'2006-08-30 17:29:03','Di Luca\'s doing all the work','And there goes Gomez Marchante: Kaboom.'),(4031,86,'2006-08-30 17:29:44','There goes Brajkovic!','He\'s going for the stage!'),(4032,86,'2006-08-30 17:30:13','Di Luca claws back on','The two have a quick chat in the final 500 meters . . .'),(4033,86,'2006-08-30 17:31:24','And here comes Kashechkin!','Andrey Kashechkin (Astana) sneaks up onto the leading duo . . .'),(4034,86,'2006-08-30 17:33:09','Too late . . .','Di Luca gets it ahead of Brajkovic and Kashechkin!'),(4035,86,'2006-08-30 17:39:45','Nice move by Di Luca','. . . who leaps away in the final 200 meters for the win. That does it for today – stay tuned for a complete report from European correspondent Andrew Hood, photos from Graham Watson and complete results. Thanks for watching, and we\'ll see you here again tomorrow.'),(4036,87,'2006-08-31 13:58:00','Good day and welcome ...','to Velonews.com\'s Live Coverage of the sixth stage of the 2006 Vuelta a Espana, a relatively flat 177km race from Zamora to León.

    A look at the profile today will give you a clue as to how this stage might finish. For the sprinters, it comes as a welcome break after yesterday\'s tough haul to the Vuelta\'s first summit finish at La Covatilla.

    One rider who won\'t be contesting a field sprint - if there is one today - is Davitamon Lotto\'s Robbie McEwen, who, along with Frenchman Freddy Bichot and Belgian Christophe Detilloux, missed the time cut in Stage 5 and was eliminated from the race.

    Harsh as that is, it underscores the difficulty of the achievement of only four riders in the past who have won stages in all three grand tours in a single season. Alessandro Petacchi, of course, is the most recent to have achieved that, but he missed the Tour de France and most of the Giro d\'Italia this year when he broke his knee cap in Stage 3 of the Giro.'),(4037,87,'2006-08-31 14:05:29','Today\'s escape','After the usual flurry of early attacks, the day\'s sacrificial lamb has been allowed to slip off the front for his day of riding on his own. The big news is that he is not a member of the Relax-Gam team. This time it\'s Mathieu Claude, of Bouygues Telecom, who got away at kilometer 8. He has managed to build up a reasonable lead of 7:00 by the 35km mark and his progress will be monitored throughout the day by GPS, video and race radio. We wouldn\'t bet the farm on his chance of success... but there have been miscalculations and miracles in the past, so these efforts are worth the trouble.'),(4038,87,'2006-08-31 14:11:00','Heading to León','The Vuelta marks its first foray to the city of León since the 2004 Vuelta kicked off here with a team time trial (one a bit longer than the one that started this year\'s race).

    The VeloNews crew has a bit of a soft spot for León in that it is the home base of our European Correspondent Andrew Hood and his lovely wife Maria Jesus or \"MJ.\"

    Take a look at the map we just posted at the bottom of the page to get a feel for where in Spain the race is heading and to note the rather significant transfer that took place last night.'),(4039,87,'2006-08-31 14:16:43','Contest Reminder','Well, with the day\'s expected break underway and the prospect of a sprint into León (just look at that profile, folks), it\'s time to start placing your bets.

    Just head to the top of the page and hit the Daily Contest button and send in your best guess as to who will take today\'s stage.

    A few reminders

    • You get one pick per day.
    • Picks submitted after the 10km-to-go mark don\'t count.
    • Robbie McEwen went home, so don\'t pick him.
    '),(4040,87,'2006-08-31 14:21:21','Our lone escapee','Has hit the 41km mark with an 11:00 minute advantage over the field. He\'s got another 135 or so km to go on hot, exposed, wind-blown roads, but that\'s still a pretty substantial margin.'),(4041,87,'2006-08-31 14:24:00','Questions?','We\'ll try to answer a few of your notes and letters today, so if you have questions, comments, suggestions, complaints or lightbulb jokes, Drop us a line.'),(4042,87,'2006-08-31 14:31:00','Contract news','There were a couple of interesting contract announcements today. First, Danish veteran Jakob Piil will ride for T-Mobile next season, the 33-year-old rider announced in Bonn on Thursday.

    Piil has been with the Danish team CSC since 2001 and said it was \"time for a change.\"

    CSC boss Bjarne Riis didn\'t waste much time getting a replacement for the man who won a Tour de France stage in 2003. CSC announced that it has signed current Tour of Britain leader Matthew Goss to a three-year contract.

    The 19-year-old Tasmanian has already made quite an impression this year by posting six victories in Europe so far this season. Goss has been the subject of a four-team bidding war and it looks like Riis and CSC won that one.\r\n\r\n'),(4043,87,'2006-08-31 14:48:34','Okay, okay, it\'s not a lightbulb joke, but...','reader Geoffrey E. Melhuish sent this one in and we decided to post it, since it seems to speak to the core values of most of our readers:

    A Gearhead was walking on campus one day when his friend, another head, rode up on an incredible shiny new bicycle. The first head was stunned and asked, \"Where did you get such a nice bike?\" The second replied, \"Well, yesterday I was walking home minding my own business when a beautiful woman rode up to me on this bike. She threw the bike to the ground, took off all her clothes and said, \'Take what you want!\'\"

    The second head nodded approvingly, \"Good choice. The clothes probably wouldn\'t have fit.\"

    '),(4044,87,'2006-08-31 14:51:26','With 118 km to go','our lone escapee is beginning to lose a bit of time on his long and lonely break. He is now 9:15 ahead of the field. The tension is palpable, no?'),(4045,87,'2006-08-31 15:00:13','Okay, here\'s an idea...','Geoffrey\'s joke, which caused a ripple of laughter here, has prompted us to change the goal of today\'s \"live letter section.\" Send us your best bike-related joke (it has to be generally tasteful) and we\'ll have our resident joker - Patrick O\'Grady - judge them. The winner will receive a signed Old Guys Who Get Fat in Winter jersey and a rare now-out-of-print copy of O\'Grady\'s book \"The Season Starts When?!?!\"

    So come up with your best and Drop us a line.'),(4046,87,'2006-08-31 15:06:10','Another abandon','Race radio reports that Milram\'s Volodymyr Dyudya has pulled out of the race. We\'ll try to get a word on why.'),(4047,87,'2006-08-31 15:12:17','Approaching the 100km to go mark','Mathieu Claude, of Bouygues Telecom, is still out on his own, riding about 8:30 ahead of the main field. The pace has been a reasonably brisk 42kph given the fact that he\'s out there in the plain of Spain pretty much exposed to the elements, which today are not all that friendly. He\'s getting a bit of a cross wind and riding in toasty temperatures in the 90s. Road surface temps, of course, are much higher than that.'),(4048,87,'2006-08-31 15:24:03','Danielson','Andrew Hood spoke with Tom Danielson at the start this morning. The Discovery rider finished 42 seconds behind Danilo di Luca, but said he was generally satisfied with his performance.

    Danielson said his legs \"didn\'t feel so good\" but he was satisfied he didn\'t lose too much. \"I wanted to stay with Valverde and Sastre, but people just started jumping all over the place, and I just didn\'t have the legs.\" he said he feels better today and expects to do well in the climbs this weekend. '),(4049,87,'2006-08-31 15:29:00','Davitamon\'s DS on Robbie','Davitamon-Lotto sport director Hendrik Rendant said McEwen\'s departure \"was not planned, why else would he ride 200km in this heat?!\"

    He said McEwen \"lost contact early and just could never regain contact with the group.\" He said Robbie was \"disappointed because he wanted to be one of those riders to win a stage in all three grand tours in the same season. He really wanted to win the stage and today would have been perfect for him.\"'),(4050,87,'2006-08-31 15:30:34','Ryder\'s too heavy?','Regarding yesterday\'s tough finish Ryder Hesjedal told Andrew Hood, \"I lost contact with the front group at a steep section at the bottom and just didn\'t want to push too deep to try to catch back on. I was floating about 100 meters behind them for a long time and then when the attacks came later, it was too fast for me. I hope to do well in the coming mountains, but it\'s almost unfair because these Spanish guys weigh in at 55kg and I am 70kg.\" '),(4051,87,'2006-08-31 15:31:00','One guy who is far from being too heavy','Janez Brajkovic said it was \"great to be riding so well in a big stage like that. I just felt great so I followed Di Luca and tried to win, but he was too fast in the sprint. I am satisfied, but I am not thinking about anything in the GC. I am here to learn, get stronger and help Tom.\" '),(4052,87,'2006-08-31 15:31:49','Di Luca\'s happy!','Di Luca said he will \"try to defend the jersey until Sunday. I do not expect to fight for the final victory because riders like Valverde and Sastre will become stronger as this Vuelta continues. The final week is very hard and I am focused on the world championships. I wanted to win a stage here, so I have already accomplished that sooner than I expected.\" '),(4053,87,'2006-08-31 15:39:41','With 90km remaining','Our lone escapee is still in the 8:00 range.'),(4054,87,'2006-08-31 15:47:30','In other news','Christophe Brandt, who suffered multiple injuries in a high speed crash on Tuesday, has been brought out of a medically induced coma after showing signs of improvement, according to Agence France Presse. Brandt has had a kidney removed, ruptured his spleen, broke four ribs and an arm, and suffered a collapsed lung, but team spokesmen say he\'s awake and has spoken with his wife. Best wishes for a speedy recovery.'),(4055,87,'2006-08-31 15:51:00','78km to go','Claude\'s margin is under nine minutes.'),(4056,87,'2006-08-31 15:59:30','Under 70km . . .','. . . and the gap keeps coming down. Our leader has a cushion of 7:52 as Saunier Duval, Milram and Crédit Agricole marshal the pursuit.'),(4057,87,'2006-08-31 16:06:22','Some hard country','The terrain we\'re traversing today reminds us of the flatter portions of the American Southwest, where a fella can see company comin\' along way off. Claude will be getting some company here shortly . . . with 60-some-odd klicks to go, his lead is down to about six and a half minutes.'),(4058,87,'2006-08-31 16:10:02','Tick, tock','Down to 5:20 now. Set the table and break out the sippin\' whiskey, Hoss, company\'s a-comin\'.'),(4059,87,'2006-08-31 16:12:06','Saunier Duval on the front','Can Ventoso do it again? Someone seems to think so.'),(4060,87,'2006-08-31 16:14:15','Cooler today','The temps are in the 30-degree-C range (86F). Nice day for chasing someone across Spain. The gap is down to 4:30.'),(4061,87,'2006-08-31 16:18:00','Don\'t forget our joke contest','Here\'s an entry in the ever-popular light-bulb category:
    \r\n
    \r\nQ: How many cyclists does it take to screw in a lightbulb?
    \r\n
    \r\nA: Eleven.  One to screw it in and 10 to discuss how Eddy Merckx would\r\nhave done it.
    \r\n
    \r\nThanks and a tip of the VeloNews.com cycling cap to Bryan Price. Keep \'em coming,. folks.\r\n\r\n\r\n'),(4062,87,'2006-08-31 16:23:09','More roadblocks for Tyler Hamilton','Don\'t expect to see Tyler on the U.S. world\'s team this year. In fact, he may have trouble finding a team to ride with, period. Our man Andrew Hood has the scoop, and you can read it here while we wait for the bunch to reel Claude back in.'),(4063,87,'2006-08-31 16:25:31','48km to go','Claude is just 3:45 up on the bunch. The golden jersey, Di Luca, is chatting it up prior to a gentlemanly natural break. Piano, piano . . . .'),(4064,87,'2006-08-31 16:35:46','40km to go','Three minutes and change is the gap. The usual suspects are driving the chase: Crédit Agricole, Saunier Duval, Liquigas, and so on. It\'s a measured pursuit, as always . . . no point in bringing Claude back too soon and thus encouraging those pesky counterattacks.'),(4065,87,'2006-08-31 16:44:40','The gap . . .','. . . is down to 2:45.'),(4066,87,'2006-08-31 16:45:50','Also lending a hand . . .','. . . are Milram and Lampre. Credit where credit is due, no?'),(4067,87,'2006-08-31 16:51:18','Aches and pains','Claude is showing the strain up front, stretching now and again, as his lead dwindles to just over two minutes.'),(4068,87,'2006-08-31 16:52:46','Maggy on the front','Good to see our erstwhile diarist Magnus Backstedt (Liquigas) taking a turn.'),(4069,87,'2006-08-31 16:54:28','Under 30km remaining','Man, this is flat. We bet that a guy with decent vision could stare west, standing on an anthill, and see the back of his own head.'),(4070,87,'2006-08-31 16:56:18','25km to go','The gap is 1:23. The bunch is getting hungry.'),(4071,87,'2006-08-31 16:57:41','Whack!','The lead is down to 44 seconds.'),(4072,87,'2006-08-31 16:59:58','Break ahoy!','The bunch can see their quarry now – and boy, does Claude look cooked.'),(4073,87,'2006-08-31 17:01:41','The catch is made','Nice try, Claude, but nothin\' doin\'. Back in the bunch with you.'),(4074,87,'2006-08-31 17:09:00','Charrrrrge!','Enrico Franzoi (Lampre) and Olivier Kaisen (Davitamon-Lotto) have seized the day and built a gap of some 20 seconds.'),(4075,87,'2006-08-31 17:13:14','Kaisen kranking','Franzoi is 123rd at 28:21, with Kaisen 174th at 32:00, so Di Luca and Liquigas couldn\'t care less. The sprinters will have to fetch this one back.'),(4076,87,'2006-08-31 17:17:37','7km to go','This two-man escape doesn\'t appear to be getting much traction . . . and poof, there they go. All together now.'),(4077,87,'2006-08-31 17:18:00','And now, the counterattacks','It\'s a little twisty here – nice spot to break some legs. Frederic Bessy (Cofidis), Stephan Schreck (T-Mobile) and Anthony Geslin (Boygues Telecom) are giving it a go. Nothin\' doing.'),(4078,87,'2006-08-31 17:21:00','Enough nonsense','At 3km, the sprinters\' teams put the hammer down.'),(4079,87,'2006-08-31 17:21:00','Milram out front','. . . working for Zabel. Man, they\'re rippin\' it.'),(4080,87,'2006-08-31 17:23:14','Zoom','SD\'s up there for Vendoso, with David Millar driving the train.'),(4081,87,'2006-08-31 17:23:43','Hard left turn ...','. . . 750 meters to go!'),(4082,87,'2006-08-31 17:24:31','Milram cranking for Zabel . . .',' . . . or Petacchi?'),(4083,87,'2006-08-31 17:25:45','Hushovd gets it!','Nice finishing effort by the big Norwegian. '),(4084,87,'2006-08-31 17:28:31','Behind Hushovd . . .',' André Greipel (T-Mobile) second and Erik Zabel (Milram) third.'),(4085,87,'2006-08-31 17:29:15','Th-th-th-that\'s all, folks!','See you all here tomorrow. Thanks for watching, and stay tuned for a full race report from Andrew Hood, photos from Graham Watson and complete results.'),(4086,88,'2006-09-01 13:40:00','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the 7th stage of the 2006 Vuelta a Espana, a short race with a tough finish, covering 154.2 kilometers from León to Alto de El Morredero.

    The peloton left town just 15 minutes ago and already we see early attacks, the first coming from Bouygues Telecom\'s Walter Beneteau. He was joined by Jorge Garcia (Relax), Daniele Nardello (T-Mobile), Jose Antonio Redondo (Astana) and Alberto Benitez (Saunier Duval), but the group was pulled back and the peloton remains intact.'),(4087,88,'2006-09-01 13:46:29','With 15km covered','The pace has been pretty brisk today. The very civilized start time (1:20 p.m.) and the easy profile on the opening stretch will have a bit to do with that. The anticipation of that killer climb at the end, too, will prompt a few attacks along the way, no doubt.\r\n'),(4088,88,'2006-09-01 13:48:55','Contest Reminder','If you have an idea who will take today\'s stage, go ahead and send you best guess in. Just go up to the top of the page and hit the Daily Contest button and follow the instructions.'),(4089,88,'2006-09-01 13:54:19','Today\'s weather','is considerably more moderate than over the past few days. Temperatures will top out at around 90 on the lower stretches of the course today, but it\'s a cool and comfortable 69 degrees atop the Category 1 climb at the finish.'),(4090,88,'2006-09-01 13:54:00','We\'re getting a bit of action','We have three riders off the front of the field. Lazlo Bodrogi (Credit Agricole) is chasing after Cofidis\'s Staf Scheirlinckx and Lampre\'s David Loosi. The two are about 20 seconds ahead of the Hungarian and about 30 seconds up on the peloton.'),(4091,88,'2006-09-01 13:52:00','Our other Contest','Our resident joker, Patrick O\'Grady, has picked a winner from yesterday\'s joke contest and we\'ll be announcing the recipient of that prize later in today\'s \"program.\"'),(4092,88,'2006-09-01 13:59:00','A combo of three','Bodrogi has reached the other two and the three men off the front are now about 1:00 ahead of the field.'),(4093,88,'2006-09-01 14:05:00','The three up front','now have a gap of about 2:30 on the main field.\r\n'),(4094,88,'2006-09-01 14:13:24','Questions?','We\'ll try to field a few questions again, today. Do us one favor, though. We do not have any particular insight as to why OLN - soon to be \'Versus\' - isn\'t broadcasting the Vuelta. But if you have other questions, comments, suggestions, complaints, praise, astute political observations or pasta recipes then drop us a line.'),(4095,88,'2006-09-01 14:17:00','At 41km','the three men off the front - Lazlo Bodrogi (Credit Agricole), Staf Scheirlinckx (Cofidis) and David Loosi (Lampre) - have a good five-minute advantage over the main field. None of these men is a particular GC threat and neither is an especially spectacular climber. We\'d bet with the relative distances involved that the leash the peloton allows them isn\'t much more than six or seven minutes tops... of course, we are often wrong.'),(4096,88,'2006-09-01 14:27:34','At 50km','The gap has grown to 8:00... so we were wrong about the length of the leash today. We\'ll see how far ahead these three are allowed to go.'),(4097,88,'2006-09-01 14:39:06','Nine minutes','And the pace has been pretty high today, with nearly 47km covered in the first hour. '),(4098,88,'2006-09-01 14:46:04','The gap','has grown to more than 11 minutes at the 60km mark as the trio up front work their way up the unranked Puerto del Manzanal. Man, we sure were wrong about how much time these guys were going to get.'),(4099,88,'2006-09-01 14:53:00','It\'s show time!','Trade Shows that is. If you need a dose of bike geek news, try Matt Pacocha\'s report from the opening day of EuroBike. There\'s enough carbon in there to give a free bike at Master\'s nationals. Have at it folks.'),(4100,88,'2006-09-01 15:01:24','A question to ponder','Will Farrington writes in to ask why the Fat Guy hasn\'t been singing whenever the break gets caught this tour. We asked his creator, Patrick O\'Grady, who tells us the Fat Guy has taken some time off. O\'Grady will neither confirm nor deny persistent rumors that the Fat Guy is at Mexican clinic getting his stomach stapled.'),(4101,88,'2006-09-01 15:03:26','Finally','The gap is coming down a bit. The three leaders peaked out at 11:30 and they are now 10:50 ahead of the main field, with 80km remaining in today\'s stage.'),(4102,88,'2006-09-01 15:09:28','It\'s a big gap . . .','. . . but the leaders are a long way from being a threat to the overall, each of them being down some 28 minutes and change on GC.'),(4103,88,'2006-09-01 15:18:24','Tick, tock','The lead is down a couple of ticks, to 10:40.'),(4104,88,'2006-09-01 15:29:34','Lunchtime','Not for us, but for our leaders, who are rolling toward the feed zone at 86km. They\'ll have plenty of time to make a leisurely meal . . . the gap remains on the fat side of 10 minutes.'),(4105,88,'2006-09-01 15:45:00','Don\'t forget . . .','. . . we also have the USA Cycling Professional Championships kicking off today in Greenville, South Carolina. Today brings the 20.15-mile individual time trial, and we expect to have some news for you later this morning. Meanwhile, you can read a preview by senior writer Neal Rogers by clicking here.'),(4106,88,'2006-09-01 15:54:55','We\'re past the intermediate sprint','And it passed without a struggle: 1. Loosli; 2. Bodrogi; 3. Scheirlinckx. We\'re getting conflicting reports about the gap ... it\'s either still around 10:40 or over 12. Obviously, it\'s faster for a speedy three-man break to clear a feed zone than it is for a bunched-up peloton.'),(4107,88,'2006-09-01 15:57:50','Ticking off the klicks','The break is rolling smoothly along, and the fabled \"mask of pain\" has yet to make an appearance, although there is a bit of leg-stretching going on.'),(4108,88,'2006-09-01 15:59:41','Under 10 minutes now','Saunier Duval and Euskaltel are at the head of the chase. Liquigas and Caisse d\'Epargne are chipping in, too.'),(4109,88,'2006-09-01 16:02:19','In other news . . .','. . . Belgium\'s Frederik Willems (Chocolade Jacques) has won the fourth \r\nstage of the Tour of Britain, from Wolverhampton to Birmingham. More as we hear it.'),(4110,88,'2006-09-01 16:03:49','73 km/h for the bunch','. . . and the gap is down to 9:30.'),(4111,88,'2006-09-01 16:10:20','While we wait for the final climb . . .','. . . how about a word from Chris Horner? Our European correspondent, Andrew Hood, spoke with Horner before today\'s stage, and he said his legs \"are starting to come around after the effort of the Tour. I knew I wouldn\'t be in shape to fight these Spanish guys, but I would love a stage. We\'ll see if there are some chances in the second week.\" '),(4112,88,'2006-09-01 16:11:22','Round and round','Our three leaders are negotiating a series of roundabouts as their lead starts dropping dramatically. It\'s down around seven minutes now.'),(4113,88,'2006-09-01 16:12:33','Michael Rasmussen is coming around, too','Rasmussen says he\'s feeling better, too, according to Andrew Hood. \"I had to forget about the GC after getting sick the week before the Vuelta started,\" he said. \"I almost didn\'t race at all, but the legs have better sensations. I don\'t if I will be able to follow the best, but maybe one day things will go my way.\" '),(4114,88,'2006-09-01 16:18:43','Coming up','The final climb is 18.6km, unfolding in a series of steps. The open 4km are the hardest and steepest, with ramps as steep as 15 percent. The grade levels out to 3-4 percent from 4-8km, and ramps back up with sections at 10 percent until 13km. After a false summit, the final 4.6km holds a steady 6 percent grade with the final 100m mostly flat. Average grade for entire climb is 6.1 percent, climbing just over 550m in 18.6km.'),(4115,88,'2006-09-01 16:19:21','6:27 now . . .','. . . as the bunch flows through the roundabouts.'),(4116,88,'2006-09-01 16:20:10','More pre-race intelligence','GC leader Danilo Di Luca: \"I hope to keep the jersey today, but it\'s hard to say how the stage will unfold. I don\'t know this climb, but they say it\'s not so hard. But the gaps are small, so it might be complicated to keep the jersey.\" '),(4117,88,'2006-09-01 16:21:17','And still more pre-race intelligence','Carlos Sastre at CSC: \"It\'s good that the fans are expecting a clash between the Spanish riders. Everyone is expecting Valverde and me to go against each other, but there are other riders who we have to watch, like Kashechkin and Di Luca. This Vuelta is just starting.\" '),(4118,88,'2006-09-01 16:22:20','Big Maggy . . .','. . . is sitting on the front of the bunch and dragging it along like a locomotive. Down to 6:03 now.'),(4119,88,'2006-09-01 16:23:15','20km to go','Going up!'),(4120,88,'2006-09-01 16:26:24','5:45 now','Man . . . can Magnus Backstedt pull back some time or what? We\'re glad he\'s not chasing us.'),(4121,88,'2006-09-01 16:27:55','Narrow going','Our leaders are snaking through a skinny little lane as they begin the climb. They\'re not wheel-to-wheel anymore . . . gravity is definitely taking a hand.'),(4122,88,'2006-09-01 16:30:42','4:38 now','The chase is on with a vengeance.'),(4123,88,'2006-09-01 16:32:18','Loosli\'s shed his pals','It\'s every man for himself on the climb. Behind, Astana is taking command of the chase as the Liquigas boys drift back.'),(4124,88,'2006-09-01 16:34:30','Ouch, ouch, ouch','The three leaders are suffering on the ascent. And the field is curb-to-curb behind. These boys look hungry.'),(4125,88,'2006-09-01 16:35:17','It\'s 12-13 percent','Just what a guy likes to see after 140km, no?'),(4126,88,'2006-09-01 16:37:13','Loosli looks okay','But David de la Fuente doesn\'t . . . he\'s had some sort of bother in the bunch.'),(4127,88,'2006-09-01 16:38:44','15km to go','Loosli is still ticking over nicely up front. He has a little more than four minutes in hand.'),(4128,88,'2006-09-01 16:39:53','One guy not expecting much drama . . .','. . . is Kim Andersen, DS at CSC: \"We hope today things stay the same. We\'re not expecting a lot of changes today. Sunday is the most dangerous stage.\" '),(4129,88,'2006-09-01 16:40:45','Luis Perez has a dig','. . . while Valverde sits at the back of the bunch, not looking so hot. Bad place to be with the bunch running curb-to-curb.'),(4130,88,'2006-09-01 16:41:39','Zoom','The Cofidis rider is zipping away from the bunch as Loosli clings to a lead of just under four minutes.'),(4131,88,'2006-09-01 16:42:35','Menchov is done, too','It\'s not gonna be his Vuelta, is it? At least he has plenty of company: Pereiro is joining him in a sprint out the back.'),(4132,88,'2006-09-01 16:47:36','Perez is devouring this climb','But he\'s being chased by an eight-man group including Ryder Hesjedal . . . which has just caught him.'),(4133,88,'2006-09-01 16:48:44','Loosli rolls grimly along','He still has 3:30 on the first chase, which has about a half-minute on the Di Luca group.'),(4134,88,'2006-09-01 16:49:46','The first chase . . .','. . . also contains Beltran, Devolder, Rodriquez and Vino\'. There\'s some firepower for you. But Caisse d\'Epargne is bearing down (or up) on them.'),(4135,88,'2006-09-01 16:51:29','Under 10km to go','And Loosli is starting to show a little wear and tear. '),(4136,88,'2006-09-01 16:52:55','Three minutes flat','Loosli stands, rocking from side to side, as the Vino\' group rockets along behind with Perez up front.'),(4137,88,'2006-09-01 16:54:22','Tick, tock','2:50 now. Di Luca\'s jersey is open and flapping. He does not look like a man having a good time.'),(4138,88,'2006-09-01 16:55:32','Di Luca\'s toast','Off he goes.'),(4139,88,'2006-09-01 16:56:47','9km to go for the pursuers','Loosli has just two minutes now.'),(4140,88,'2006-09-01 16:57:31','Valverde punches it!','He\'s out of the saddle and hammering. He\'s caught Vino\', Perez and Beltran.'),(4141,88,'2006-09-01 16:58:41','Valverde, Beltran and Perez together . . .','. . . and Vino and Kascheschkin come back.'),(4142,88,'2006-09-01 16:59:35','8 km to go for Loosli','That\'s gonna be a long 8km.'),(4143,88,'2006-09-01 17:02:04','Down to 1:20','Perez, Rodriguez and Valverde are driving the chase. Di Luca has popped, and we don\'t see our No. 2, Janez Brajkovic, anywhere, either.'),(4144,88,'2006-09-01 17:02:58','Di Luca . . .','. . . has already conceded more than a minute to the Valverde group.'),(4145,88,'2006-09-01 17:04:46','Wait a mo\'','Is that Brajkovic in the Valverde group?'),(4146,88,'2006-09-01 17:06:54','6km for Loosli','The pitch levels off a bit here, which must feel good on the old legs. He still has more than a minute in hand over the chase.'),(4147,88,'2006-09-01 17:08:14','5km to go','A quick dip down and then it\'s right back up.'),(4148,88,'2006-09-01 17:09:15','It\'s gonna be close','Call us sentimental, but we sure would like to see Loosli stay away for the win.'),(4149,88,'2006-09-01 17:09:45','55 seconds','4km to go.'),(4150,88,'2006-09-01 17:11:17','3km to go','And Loosli just keeps gutting it out.'),(4151,88,'2006-09-01 17:12:29','Mayo attacks!','Nothin\' doin\'. So he goes again.'),(4152,88,'2006-09-01 17:13:14','Valverde goes . . .','. . . Beltran counters . . .'),(4153,88,'2006-09-01 17:13:46','And Valverde goes again!','The chase has Loosli in sight!'),(4154,88,'2006-09-01 17:14:17','Brajkovic attacks!','115 pounds of whoop-ass!'),(4155,88,'2006-09-01 17:14:50','Now Vino\' goes!','He\'s caught Brajkovic and the two are off.'),(4156,88,'2006-09-01 17:15:37','Loosli is swept up','Chapeau, lad. Brajkovic and Vino\' lead into the final klicks.'),(4157,88,'2006-09-01 17:16:34','Gomez Marchante jumps!','Valverde is isolated.'),(4158,88,'2006-09-01 17:17:05','And Vino\' goes again!','1km to go!'),(4159,88,'2006-09-01 17:17:51','It\'s gonna be a drag race to the line!','Vino\'s pounding along, head down, shoulders rocking.'),(4160,88,'2006-09-01 17:19:13','300 meters to go . . .','. . . Vino\' looks over his shoulder . . .'),(4161,88,'2006-09-01 17:19:00','Valverde attacks!','And shoots straight past Vino\'!'),(4162,88,'2006-09-01 17:21:00','What a finale!','Valverde takes the win from Sastre with Gomez Marchante third!'),(4163,88,'2006-09-01 17:22:12','Hasta la vista to that golden shirt','Di Luca loses 1:57 to Valverde.'),(4164,88,'2006-09-01 17:23:26','Danielson loses big time','Three and a half minutes. That\'s gonna leave a mark.'),(4165,88,'2006-09-01 17:25:18','It\'s not all bad news for Discovery','Brajkovic took fourth and Beltran fifth on the stage . . . and Brajkovic takes the gold jersey!'),(4166,88,'2006-09-01 17:26:21','Th-th-th-that\'s all, folks','Thanks for tuning in . . . see you here again tomorrow. And don\'t forget to hang around for a complete race report from European correspondent Andrew Hood, photos from Graham Watson, and full results.'),(4167,89,'2006-09-02 12:21:51','Good day and welcome ...','...to VeloNews.com\'s Live Coverage of the eighth stage of the 2006 Vuelta a Espana, covering a hilly 181.6km from Ponferrada to Lugo.

    Today\'s was an early start, with the peloton rolling out of Ponferrada at 10:15 this morning. There were several attacks from the gun with riders hoping to make time on the rolling terrain of today\'s stage. Right now as the race nears today\'s 95km mark, Quick Step\'s Kevin Van Impe is off on his own with about a five-minute lead on the main field.\r\n'),(4169,89,'2006-09-02 12:23:41','One abandon so far today','There was a costly pileup at about 69km involving several riders, including Davitamon-Lotto\'s Josep Jufre. The Spanish rider was the Belgian team\'s best option for the GC, starting Saturday\'s stage 12th overall at 2:37 back . Jufre cut his arm in the fall and was bleeding profusely and doctors were forced to apply a tourniquet. He obviously abandoned and was transferred to a local hospital.\r\n'),(4171,89,'2006-09-02 12:24:57','The weather and today\'s route','It\'s another good day, warm in the morning, but not nearly as hot as the Africa-like temperatures the peloton endured in the south.

    The Vuelta enters Galicia, the lush region in northwest Spain, for the first time in 11 years. Galicia is the home of Tour runner-up Oscar Pereiro, but Lugo is nowhere near his hometown in the western reaches of the province. Still, there should be a big Pereiro cheering section on hand.\r\n'),(4172,89,'2006-09-02 12:25:46','This is not necessarily an easy day.','Today\'s stage opened with a fairly flat section, but turned into a roller-coaster after climbing the day\'s Cat. 3 about midway through the stage that carries the peloton into Galicia. Lush and green, there\'s nary a flat road in the final half of the stage. The stage finishes with a 1.5km rising finish, so the favorites will have to watch for splits in the bunch.\r\n'),(4173,89,'2006-09-02 12:26:32','Tom Danielson','Discovery Channel\'s Tom Danielson will be hoping his legs come back for Sunday\'s hard climbing stage to La Cobertoria. The American struggled Friday and fell out of the top 10 to 18th at more than four minutes back. In an e-mail message to VeloNews\'s Andrew Hood, Danielson simply wrote: \"Simply [bad] day. I have no idea what went wrong.\"\r\n'),(4174,89,'2006-09-02 12:27:13','Janez the Wonder Boy',' Discovery Channel team boss Johan Bruyneel said the team will now rally around race leader Janez Brajkovic, who is surprising everyone in what\'s his first grand tour. \"We will ride for him as long as he has the leader\'s jersey.\"\r\n'),(4175,89,'2006-09-02 12:38:00','Wow.','Race radio reports that the speeds today have been close to miraculous. While Van Impe is out there on his own, the pace has been phenomenal. Over the course of the first hour, he covered an amazing 53.2 km and barely slowed down in the second hour to just 48.2.

    That remarkable first hour figure was largely driven by the gradual downhill gradient coupled with the intensity of the day\'s early attacks and the peloton\'s apparent unwillingness to let anything of significance form up off the front, but Van Impe is still out there, cooking on his own now, to boot. '),(4176,89,'2006-09-02 12:47:00','Van Impe','is ticking off the kilometers and still holding an advantage of about 5:30. He\'s at the 110 mark and still facing another 71km of life on his own if he hopes to win today\'s stage.

    And yes, in case you\'re wondering, he is related. Kevin is the nephew of the great Lucien van Impe... which makes us feel especially old right now.'),(4177,89,'2006-09-02 12:53:26','Contest Reminder','Hey, here\'s your chance to pontificate, to predict or to just take a plain old shot in the dark. Hit the Daily Contest on top of the page and let us know what you\'re thinking. You get one entry a day and we pick a winner from the correct entries submitted.'),(4178,89,'2006-09-02 12:57:00','At 125km','Van Impe\'s advantage is down to 4:55. His day in the limelight may not result in a stage win. Four minutes-fifty-five is a pretty small amount to make up when the peloton senses a catch.'),(4179,89,'2006-09-02 13:00:00','Jokes and such','We have been somewhat remiss in announcing the winner of Thursday\'s joke contest. Patrick O\'Grady has, indeed, picked his favorite and he\'ll be making note of that today or tomorrow. We apologize for the delay. In the mean time, here\'s one of my favorite entries:

    A devout cyclist dies and goes to heaven. Saint Peter meets him at the gate. Cyclist askes if there are bicycles in heaven. Peter says \"Sure, let me show you,\" and leads the guy into the finest Velodrome you can imagine.

    \"This is great,\" the cyclist says. \"You will love it here\" says Peter. \"You will be fitted a custom track bike, the mechanics will glue on fresh silks each night, and your personal masseuse is always available.\" As they speak, a blur flys by them on the boards riding a gold plated Cinelli and the cyclist says \"Wow he was fast, that must be Eddy Merck!\"

    \"No,\" says Peter, \"that was God, he only thinks he\'s Eddy.\" \r\n'),(4180,89,'2006-09-02 13:16:00','A slow decline','Van Impe is beginning to fade. His advantage is now around 4:45 as he passes the 135km mark. No bets on this one succeeding.'),(4181,89,'2006-09-02 13:23:00','A confession','We tried to offer up a lame excuse for the recent absence of the Fat Guy, the one who serenades the day\'s suicide break once the escapees have been caught. Sure, we came up with the explanation that he was off at a Mexican clinic getting his stomach stapled because, quite frankly, we couldn\'t really discuss the painful truth. Yes, the Fat Guy was hanging under a cloud of suspicion. He had tested positive and we simply couldn\'t face the expected media onslaught until the B-sample came back. Our Fat Guy had gone into hiding. Sadly, the B-sample, too, came back positive and the Fat Guy has, indeed, tested positive for Pork Rinds. He swears that his body produces naturally high levels of fat and cholesterol and vows to fight this all the way to the Court of Arbitration for Sport. In the mean time, we will be allowing him to sing as he fights this attack on his personal reputation, given that this is not a UCI-sanctioned report (and he has graciously offered to cover our insurance through his foundation).'),(4182,89,'2006-09-02 13:33:25','The pace is still quite high','Even after three hours in the saddle, Van Impe is holding his own and cruising along at 45kph. That\'s pretty zippy.'),(4183,89,'2006-09-02 13:37:36','Contract News','Davitamon\'s Peter Van Petegem has signed on with the Quick Step for next year. That could mean something big for the team\'s chances of re-taking the Paris-Roubaix title again next year. Van Petegem won the Tour of Flanders in 1999 and 2003 and won Paris-Roubaix in 2003 as well. Teamed up with world champion Tom Boonen now, this could be a big, big boost for Quick Step in the spring classics season.'),(4184,89,'2006-09-02 13:39:00','Comments, questions?','With a likely catch still a bit away, feel free to

    drop us a line and we\'ll try to answer a few of your questions today.'),(4185,89,'2006-09-02 13:52:00','At km 165','Van Impe\'s advantage drops to 3:25'),(4186,89,'2006-09-02 14:05:29','The chase','With the prospect of another sprint finish, the peloton is cranking up its efforts. While Van Impe is still cooking along, the peloton is putting on a big chase, with Discovery, Liquigas and Milram leading the effort.'),(4187,89,'2006-09-02 14:08:50','The speed is quite high','The peloton is really cranking at 60+ kph\r\n

    With 10km to go, the gap is now 43 seconds with Liquigas driving hard to make the catch.'),(4188,89,'2006-09-02 14:10:01','Abandons thus far in the Vuelta','We got a vote for Robbie McEwen to win today\'s stage, which reminds us to give folks a summary of the abandons thus far in the race:Stage 7\r\n
    Steve Zampieri (Swi), Phonak\r\n

    Stage 6\r\n
    Volodymyr Dyudya (Ukr), Milram\r\n

    Stage 5\r\n
    Robbie McEwen (Aus), Davitamon-Lotto\r\n
    Christophe Detilloux (B), Francaise des Jeux\r\n
    Freddy Bichot (F), Francaise des Jeux\r\n
    André Korff (G), T-Mobile\r\n
    Charles Wegelius (GB), Liquigas\r\n
    M.A. Martín Perdiguero (Sp) Phonak \r\n
    '),(4189,89,'2006-09-02 14:11:13','The chase is picking up and','poor mister Van Impe is just 15 seconds ahead of the peloton. He\'s looking over his shoulder, which means just one thing:

    '),(4190,89,'2006-09-02 14:12:00','And the attacks from the field','with 9km to go, the attacks have begun out of the main field, but Liquigas is not having any of that, folks.'),(4191,89,'2006-09-02 14:14:49','The finishing circuit','The peloton comes through the finish line, but they have one loop of an eight-kilometer finishing circuit. There is a nice little kicker at the end, which should make things tough.'),(4192,89,'2006-09-02 14:16:16','Pereiro and Hasselbacher','have scampered off the front. Oscar Pereiro, the man who may be declared the winner of the Tour de France, has gone with the Gerolsteiner man. Liquigas has put big Maggy Backstedt on the front to drive the chase.'),(4193,89,'2006-09-02 14:17:11','Six kilometers to go','The two men are still ahead by about 12 seconds, but Backstedt is just driving hard.'),(4194,89,'2006-09-02 14:19:00','With four kilometers','The two men are caught and the peloton is flying hard at 65kph.... Maggy finally fades.'),(4195,89,'2006-09-02 14:20:57','With two kilometers to go','Gerolsteiner and Liquigas teams are setting up strong trains... here is Milram and Bettini is trying to get in there to snag a win.'),(4196,89,'2006-09-02 14:21:31','With one kilometer to go','The speed is incredible behind Credit Agricole\'s efforts'),(4197,89,'2006-09-02 14:22:00','On the little rise we mentioned','The gaps have popped and and Liquigas\'s Luca Paolini goes!'),(4198,89,'2006-09-02 14:22:36','He has a gap...','... and Bettini gives chase.'),(4199,89,'2006-09-02 14:23:28','He\'s caught...','and it\'s a big surge out of the field and here comes Vino\''),(4200,89,'2006-09-02 14:23:54','Vinokourov!','Vino\' wins it in the final 50 meters.'),(4201,89,'2006-09-02 14:31:00','Results','1. Alexandre Vinokourov (Kaz), Astana, 4:02:11
    \r\n2. Ruggero Marzoli (I), Lampre, at 0:01
    \r\n3. Uros Murn (SLO), Phonak
    \r\n4. Thor Hushovd (Nor), Credit Agricole
    \r\n5. Paolo Bettini (I), Quick Step-Innergetic
    \r\n6. Erik Zabel (G), Milram
    \r\n7. Samuel SÃÂnchez (Sp), Euskaltel-Euskadi
    \r\n8. Thomas Ziegler (G), T-Mobile
    \r\n9. Andrea Moletta (I), Gerolsteiner
    \r\n10. Davide Rebellin (I), Gerolsteiner, all s.t.

    Overall
    1. Janez Brajkovic (SLO), Discovery Channel, 30:50:39
    \r\n2. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., at 0:05
    \r\n3. Carlos Sastre (Sp), CSC, at 0:10
    \r\n4. J. Angel Gomez Marchante (Sp), Saunier Duval, at 0:22
    \r\n5. Andrey Kashechkin (Kaz), Astana, at 0:23
    \r\n6. Manuel Beltran (Sp), Discovery Channel, at 0:51
    \r\n7. Ruggero Marzoli (I), Lampre, 1:05
    \r\n8. Bernhard Kohl (A), T-Mobile, 1:37
    \r\n9. Danilo Di Luca (I), Liquigas-Bianchi, 1:47
    \r\n10. Alexandre Vinokourov (Kaz), Astana, 2:07
    \r\n\r\n
    '),(4202,89,'2006-09-02 14:33:00','That\'s all folks','We\'ll check the entries today to see if anyone picked the winner and send a note to you, if we pick your entry. If no one won, well, we\'ll double up tomorrow.

    Thanks for checking in with VeloNews.com\'s Live Coverage of the eighth stage of the Vuelta a Espana... and we\'ll be back tomorrow.'),(4203,90,'2006-09-03 13:30:00','Good day...','and welcome to VeloNews.com\'s Live Coverage of the \"Queen Stage\" of this year\'s Vuelta a Espana.

    Racing has been underway for about two hours on this, the toughest stage in this year\'s Vuelta. The 207 kilometers of today\'s route covers a wide range of terrain, but really the most decisive of it will be the six rated climbs that hit riders from the start. The day started with the Category 3 climb to Minide. At km50, the route moves up the 16km of Category 1 roads up the Puerto de Connio and that\'s followed almost immediatly by the Cat. 1 Puerto de Ranadoiro (8km) At km 102 the Puerto de Cerredo (Cat. 3) warms the riders up for the 10km hor categorie Alto the San Lorenzo (10km - at 9 percent).

    Of course, the surviivors then get to fight it out on the Cat. 1 Alto de la Cobertoria (9km - 8.5 percent).

    So, what do you have planned for your day?'),(4204,90,'2006-09-03 13:32:00','The situation on the road','There were 179 riders at today\'s start at 11:30. We saw a series of attacks from the gun, including a nice group that included David Millar (Saunier Duval). Most attacks were reeled in, but we now have a break of 15 at km 74, with a gap of 2:30 on the main field. They are working their way onto the day\'s second Cat. 1 climb of the day, the 8-kilometer haul up the Puerto de Ranadoiro.\r\nWe\'re including their positions on GC to give an idea if any of these riders pose much of a threat to the overall standings. The men in the break are: 21. Igor Anton (Sp), Euskaltel-Euskadi, 4:38
    \r\n24. David Arroyo (Sp), Caisse d\'Epargne-I.B., 5:11
    \r\n27. Xabier Zandio (Sp), Caisse d\'Epargne-I.B., 7:09
    \r\n30. Carlos Barredo (Sp), AWT, 7:54
    \r\n32. Mauricio Ardila (Col), Rabobank, 9:35
    \r\n36. José Miguel Elias (Sp), REG, 10:29
    \r\n37. Pietro Caucchioli (I), Credit Agricole, 11:21
    \r\n39. Pieter Weening (Nl), Rabobank, 12:39
    \r\n44. ÃÂngel Vallejo (Sp), REG, 13:49
    \r\n46. Lars Ytting Bak (Dk), CSC, 14:33
    \r\n49. Egoi Martinez (Sp), Discovery Channel, 16:15
    \r\n59. Dario David Cioni (I), Liquigas-Bianchi, 19:52
    \r\n90. Joan Horrach (Sp), Caisse d\'Epargne-I.B., 36:16
    \r\n106. Iñigo Landaluze (Sp), Euskaltel-Euskadi, 41:52
    \r\n163. ÃÂngel GÓmez GÓmez (Sp), Saunier Duval, 53:13
    '),(4205,90,'2006-09-03 13:49:50','Over the top','Our lead group has crested the top of the Puerto de Ranadoiro and we should get a good time check at the summit. The pace has been quite high today, considering the terrain, with an average speed of about 38.5kph for the first two hours of racing today.'),(4206,90,'2006-09-03 13:53:00','The gap at km 85 is still around 2:45','Dario Cionni of Liquigas has opted to try his luck on his own.'),(4207,90,'2006-09-03 13:54:37','Contest reminder','This is going to be a wild stage, so shot-in-the-dark guesses may do you as well as anything today. Go ahead and let us know who you think might win today by simply hitting the Daily Contest button on the top of the page and following instructions.'),(4208,90,'2006-09-03 13:58:40','Time to bail','T-Mobile\'s Thomas Ziegler has dropped out at the feedzone, making him the third rider to abandon today, including his teammate Andre Greipel and Saunier Duval\'s Juan Jose Cobo.'),(4209,90,'2006-09-03 14:02:00','Cioni back in the lead group','As we near the halfway mark in today\'s stage, Cioni has been pulled back into the fold.\r\n'),(4210,90,'2006-09-03 14:27:00','Our latest time check','Puts the lead group at 110 km with an advantage of 2:30 over the main field.

    Questions? Comments? Drop us a line.'),(4211,90,'2006-09-03 14:39:00','Saul Raisin','Now there\'s a name we haven\'t mentioned for a bit. Our guy Casey Gibson was at the Palmetto Project Charity Ride and Saul Raisin showed up to show his support. He is looking good and happily riding. What a great bit of news, especially after the fear that the young man from Georgia wasn\'t going to make it after his horrible accident this year. Take a look at Casey\'s photos. Saul\'s looking good.'),(4212,90,'2006-09-03 14:45:42','The long road ahead','The leaders are beginning to work their way up the long - uncategorized - climb up the Puerto de Somiedo, which crests at km 136. Then there is a long drop before the beyond category Puerto de San Lorenzo and then head to the final summit of the Alto de la Cobertoria before a short drop to the finish line. All told, today\'s stage features 4,135 meters of climbing, about half an Everest ... but the roads are better here. The escapees have an advantage of 3:45 over the field.\r\n'),(4213,90,'2006-09-03 14:46:51','How tough is this stage?','Well Andrew Hood asked someone who might know. Pedro Delgado - former Vuelta and Tour winner - called this stage s a \"leg-breaker. This stage will bust up the peloton and mark real time gaps that will mark the differences in the GC all the way to Madrid. Riders who ride well have a real chance to be on the final podium. It\'s going to be a brutal stage.\" '),(4214,90,'2006-09-03 14:51:53','What Valverde thinks','Valverde said he had a chance to preview the final four climbs of today\'s stage requires a perfect ride: \"A day like this, you can\'t neglect anything, and despite the difficulty, you have to continue eating and drinking all the time.\"'),(4215,90,'2006-09-03 14:52:15','Ask Johann','Bruyneel, Discovery Channel sport director: \"For me, the big favorite is Valverde.\" Concerning Brajkovic, Bruyneel said, \"he\'s very young, he cannot win. He\'s going to go as long as he can, we are not setting any objective.\"'),(4216,90,'2006-09-03 14:57:32','Contract news','British rider Mark Cavendish has signed a two-year contract to ride for T-Mobile next season, the German team said today.

    The 21-year-old Cavendish, born on the Isle of Man, raised his profile recently by finishing second in two stages of the Great Britain Tour.

    T-Mobile is actively recruiting new riders and re-shaping the squad after losing Andreas Kloden and Jan Ullrich this year. Despite the Ullrich scandal, the team has had its license renewed and sponsors are actually handing the control of the teams day-to-day operations to an American, Bob Stapleton (not to be confused with Lance Armstrong\'s attorney, Bill Stapleton). \r\n'),(4217,90,'2006-09-03 14:57:54','OUCH!','The Spanish daily AS is reporting that Josep Jufre - the Davitamon-Lotto rider who crashed in Saturday\'s stage - lost more than 1.5 liters of blood after cutting his tendon in his right arm near the bicep. (The human body has about 5 liters of the red stuff). \"It was so spectacular and he was bleeding so fast, we thought he cut one of his main arteries,\" said one of the Vuelta doctors. '),(4218,90,'2006-09-03 15:02:29','What does Sastre think about today\'s stage?','\"It\'s very difficult and the climbs are very explosive. There\'s no room for recovery because it\'s just one climb after another. Anyone who has a bad day can lose a lot.\"'),(4219,90,'2006-09-03 15:02:57','Iban Mayo\'s thoughts?','\"This Vuelta is just in the first week and everyone is saying that things are clear, but I think there are going to be more changes because we still have a lot of racing ahead of us,\" said Mayo, who started at 2:37 back. \"For me, my goals are to win a mountain stage, and if I am at the front in the mountains, then my position in the overall should improve. We\'ll see.\"'),(4220,90,'2006-09-03 15:03:20','The once-great mullet','Laurent Brochard (Bouygues Telecom), who was forced to abandon the Tour de France, has recently resumed training and hopes to return to competition before the end of the season ... '),(4221,90,'2006-09-03 15:07:02','At 132km','The lead group is sticking together and holding a three-minute lead over the peloton. Of course the day\'s big action will come on the final two climbs of the day and we\'ll see if any of these escapees make it to the finish ahead of the field.'),(4222,90,'2006-09-03 15:08:30','That gap is actually smaller than we thought','Our latest time check gives the lead group a smaller advantage than we reported. Nearing the summit of this long unrated climb, the gap is down to 1:55.'),(4223,90,'2006-09-03 15:11:05','What a day....','Concerning the weather, absolutely spectacular day. Sunny, warm, with slight breeze. The Asturias region of northern Spain is notorious for its horrible weather. David Millar refused to finish the stage the last time the Vuelta climbed the nearby Angliru after torrential rains turned the steep narrow roads into treacherous otter slides. Millar stopped at the line, placed his race number on the finish line and then pulled out of the race in protest. '),(4224,90,'2006-09-03 15:18:40','Over the Puerto de Somiedo','the leaders are less than two minutes ahead of the peloton with all of the big GC riders still in the mix. Ahead are the two final climbs of the day that should sort out the field... and the Vuelta for that matter.'),(4225,90,'2006-09-03 15:19:05','Spain celebrates','News was spreading fast among fans lining Sunday\'s route that Spain\'s national basketball team beat Greece, 70-47, to win the world championship. Now if only a Spanish rider can win today\'s stage, the fiesta should be a good one ...'),(4226,90,'2006-09-03 15:19:27','Contract News','Martin Perdiguero - who threatened to retire following the Floyd Landis doping scandal - said he has \"offers\" from other teams to race next season following the closure of Phonak at the end of this year.'),(4227,90,'2006-09-03 15:36:56','Sastre and crew','CSC is really working the front to bring down the differences to set sail their overall threat, Carlos Sastre. The 31-year-old Spanish rider is durable, to say the least. This Vuelta marks his fifth(!) consecutive grand tour - and he\'s finished them all. He rode the 2005 Tour to help team captain Ivan Basso finish second overall, then finished third in the 2005 Vuelta (later bumped to 2nd following Heras doping DQ). This spring, he helped Basso win the Giro and finished fourth overall in the Tour after pulling within 12 seconds of the yellow jersey. Now he\'s bucking for overall victory.'),(4228,90,'2006-09-03 15:38:21','Oh yeah, the joke contest...','

    While we wait for news from the front, let\'s return to our joke contest of August 31. You may recall that we offered up an ultra-stylish Old Guys Who Get Fat in Winter jersey, autographed by longtime VeloNews wiseacre Patrick O\'Grady, plus a copy of his out-of-print collection of cycling cartoons, \"The Season Starts When?\", for the best cycling-related joke submitted by you, our dear readers.

    \r\n\r\n

    Mr. O\'Grady has been extra busy as of late, acting as media adviser to the Fat Guy, who recently tested positive for pork rinds yet insists, despite all evidence to the contrary (including a six-pack of chins and a booty with its own ZIP code), that he is innocent. Drawing on his knowledge of a previous case, O\'Grady advised the Fat Guy to get himself a couple of puppies. Alas, the fat bastard ate them. \"Probably wasn\'t a good idea to name \'em \'Pommes\' and \'Mayo,\'\" muses O\'Grady. \"So now in addition to WADA, USADA, UCI, USA Cycling, the AMA, Jenny Craig and Weight Watchers, he\'s got the ASPCA and PETA after him.\"

    \r\n\r\n

    Happily, it being Labor Day weekend, O\'Grady has scored a little time off to sift through the thousands of entries, and he\'s chosen a long, rambling joke from Chris Baldwin as the winner. We present it, and our congratulations, below:

    \r\n\r\n

    It\'s the end of the office-park crit season, double points, and the title is up for grabs. So many guys are fit this year that the lead has changed hands all summer. Not even the team efforts of so many committed weekend warriors could control the competition.

    \r\n \r\n

    And so, with double points on the line on the final evening, a new guy rolls up to the line, his legs furry, his tan splotchy, his bike an all-star collection of mismatched parts and colors. He inspires snickers from the collective maw as he takes to the very front.

    \r\n \r\n

    \"Okay, you know the rules, gentlemen,\" shouts the promoter. \"Double points tonight, for the whole shooting match. One hour plus two laps. There will be a bell with one lap to go.\"

    \r\n\r\n

    And he points to a tiny brass bell hanging from a steel tripod, perched on the curb next to the driveway leading home. The riders pay no attention, save for the new guy, who is transfixed by the contraption.

    \r\n \r\n

    \"That\'s the dinkiest bell I\"ve ever seen,\" he squeaks. \"Where\"d you get it?\"

    \r\n\r\n

    \"It was cast from the melted-down steel from the Huffys of the 1986 7-Eleven squad,\" replies the promoter. \"The brass was taken from the spoke nipples of the wheels they used during their first European season.\"

    \r\n\r\n

    The new guy stares in awe. He nearly misses the start as the gun goes off, still gaping at the finish bell while the rest of the pack clips in.

    \r\n\r\n

    Round and round they go, circling the office park for an hour at their anaerobic threshold. At times the lead is indiscernible. One weekend warrior leads another, who is passed by yet a third. Back and forth, to and fro. It\'s anybody\'s guess who will win tonight\'s race and perhaps the overall season points total.

    \r\n\r\n

    With an hour gone by, the surprising figure of the new guy comes to the front, dodging and weaving behind the clear race favorites, showing that perhaps he has what it takes to hold off until the end.

    \r\n\r\n

    With one lap left the promoter steps out from behind the race table and moves towards the bell. He grasps the lanyard with his fist and yanks heartily, producing a tinny peal that only barely reaches the ears of the speeding cyclists. \"One lap to go, one lap to go,\" he shouts. The leaders begin their final-lap dance, slowing and turning speed into tactics, all in order to place themselves best at the final turn.

    \r\n\r\n

    All except the new guy. He launches unwatched out of the second turn and holds as much speed as his wobbly bike can manage. He churns and burns and fires up a mighty turn of the legs until he is well clear of the sleeping peloton. Stunned by this move, they drift out of their tactical reverie and begin a futile chase to salvage second. The new guy is going to win free and clear.

    \r\n \r\n

    The new guy realizes this and throws his hands well into the air a full 50 meters before the line. He pumps his fists and points to his chest and even makes the baby-carriage motion with his arms. He is ecstatic with his dark-horse win.

    \r\n\r\n

    Except that his bike can not handle the excitement. The loose bolts, the squeaky rims, the clattering chain, all have been stressed to the limit this weekday evening. The combined pressures of an hourlong crit, plus the wobbly victory dance, send him careening out of control. Behind him and in front of him, the peloton and promoter are sickened to watch the new guy lose it.

    \r\n\r\nThe front wheel buckles, the new guys slides out. He comes unclipped and continues to skid, his bike on top of him, until he is headed right for the promoter\'s table. Sensing doom, the promoter jumps out of the way, grabbing just his stopwatch and some clipboards before the new guy slams into him.\r\nThe new guy comes to a stop only when he meets with the lap bell, face first. He is knocked out cold, his teeth fly akimbo, he collapses to the parking strip in a dead faint.

    \r\n\r\n

    The peloton crawls across the line together. The promoter comes from behind a shrub. They look in horror as the new guy lies motionless on the grass. From somewhere high up in the range of human hearing a ringing peal of metal comes tinkling out of the silence. It grows and grows until all present are met with the full-throated clanging of the race bell. Louder and louder it chimes until finally, after nearly a minute, the sound recedes and is carried away on the wind. The new guy is down for the count.

    \r\n\r\n

    \"Did you see that?\" asks one of the racers. \"I\'ve never seen anything like that in my life. Do you think he\'s okay?\"

    \r\n\r\n

    \"I would have never believed it if it hadn\'t happened before my own eyes,\" says another. \"Did anybody get the new guy\'s name?\"

    \r\n\r\n

    \"I don\"t know for sure,\" says the promoter. \"But his face sure rings a bell.\"

    '),(4229,90,'2006-09-03 15:43:51','On the Puerto de San Lorenzo','The lead group has already broken into two parts with Martinez, Anton and Arroyo off front heading up penultimate climb. '),(4230,90,'2006-09-03 15:47:19','The peloton is on the climb','and the power house climbers are all there: Sastre, Valverde, Janez Brajkovic ... and the lead group of three has about a minute.\r\n\r\nWhoa... Menchov just popped off the back of the yellow jersey group.'),(4231,90,'2006-09-03 15:49:41','CSC sweeping \'em up','On our next-to-last climb, the chase containing Valverde, Di Luca and the other favorites is picking up stragglers one by one and consigning them to the dustbin.'),(4232,90,'2006-09-03 15:50:00','Martinez leads Arroyo','The two men are ticking off a brisk tempo. The have a gap of some 50-odd seconds.'),(4233,90,'2006-09-03 15:55:42','After a slight dip, it\'s back up','The twosome had a brief respite, topping 46kph (28.5mph) on a quick descent, before getting back to the grind.'),(4234,90,'2006-09-03 15:59:58','Crack, snap','This 10km climb is taking its toll . . . the favorites\' group is down to a couple dozen hardcores chasing the leaders, Arroyo and Martinez.'),(4235,90,'2006-09-03 16:01:57','Martinez grinds along in the saddle . . .','. . . while Arroyo stands, rocking the bike to and fro.'),(4236,90,'2006-09-03 16:04:32','Inigo Cuesta leads the chase','The CSC man is parked on the front, cranking out the revs like a machine.'),(4237,90,'2006-09-03 16:06:23','40 seconds now','Sastre has a mechanical. He\'s back on and rolling.'),(4238,90,'2006-09-03 16:07:28','Danielson on water duty','He\'s back to the team car to collect drinks for the lads. Lots of bottles being emptied over sweaty heads today.'),(4239,90,'2006-09-03 16:10:05','The leaders are nearing the top of the climb','The two leaders are about 1k from the top of the climb and about 45 seconds ahead of their closest pursuers.

    Riders are reaching out to fans to grab water bottles - to drink and dump it on their heads - riders are even swapping the bottles between themselves '),(4240,90,'2006-09-03 16:12:28','Up and over','Martinez and Arroyo are over the top with Arroyo taking the top spot.'),(4241,90,'2006-09-03 16:13:09','The gap at the top','is 59 seconds back to the yellow jersey group.'),(4242,90,'2006-09-03 16:13:47','Smooth roads','with nice barriers on the descent. '),(4243,90,'2006-09-03 16:16:41','Anton','Euskaltel\'s Igor Anton has rejoined the leaders. Martinez, Anton and Arroyo are working their way down the descent and hold about 1:00.

    Paolo Bettini is trying to reconnect with the yellow jersey group.'),(4244,90,'2006-09-03 16:18:02','90kph','The speed on this descent is really high, especially when you consider the fact that they have a lot of turns on this sucker....'),(4245,90,'2006-09-03 16:19:03','With 34km to go','The race only has this descent and then the \"nasty cousin\" of the Angrilu remaining. That climb kicks in right after the descent.'),(4246,90,'2006-09-03 16:22:16','Bettini\'s back','Nice one Paolo. Let\'s see how he does on the final climb.'),(4247,90,'2006-09-03 16:22:38','Hey!','Horner made it back to the yellow jersey group, too!'),(4248,90,'2006-09-03 16:23:11','The gap now is down to 40 seconds.','The three leaders are just 40 seconds ahead of the yellow jersey group.'),(4249,90,'2006-09-03 16:28:16','Still on the descent','With 25km to go, Kashechkin is hammering the front - to spring Vinokourov? The peloton sweeping through one fo the beautiful limestone canyons that mark northern Spain.'),(4250,90,'2006-09-03 16:29:43','Zzzzzoooooom','The Astana-led chase effort is paying off. The gap is down to 19 seconds. These boys will get caught before the climb.'),(4251,90,'2006-09-03 16:30:04','And they are','caught, that is.'),(4252,90,'2006-09-03 16:31:00','Things have eased off','With 23km to go, riders are taking a final deep breath before the final climb of the day. We should see some serious action at the front.'),(4253,90,'2006-09-03 16:32:51','Egoi Martinez','is sitting on the back loading up with water bottles... and up front there goes Bettini. He fought his way back on and now he is taking a flyer on the gradual lower slopes of the descent.'),(4254,90,'2006-09-03 16:34:53','Bettini','is 20km from the finish, which means he will be moving into the lower slopes of the climb pretty soon.'),(4261,90,'2006-09-03 16:46:36','Valverde','has two of his guys setting tempo at the front.'),(4264,90,'2006-09-03 16:52:18','In Barzana','Bettini is working his way on to the serious part of the day... the final climb as he leaves the picturesque village of Barzana. Caisse d\'Epargne is still driving the tempo at the front as the yellow jersey group, 32 seconds behind Bettini, who is 9km from the finish.'),(4256,90,'2006-09-03 16:39:29','Comment from the car','Jose Luis \'Chechu\' Rubiera - traveling in Discovery Channel car today - just told Spanish TV, \"Brajkovic is surprising everyone and the team is very strong today, so we hope he can keep the jersey. Valverde looks the best of the favorites.\" '),(4257,90,'2006-09-03 16:39:44','Oh Paolo!','Bettini is no sprinter, but he beat the peloton\'s fastest in the first stage. He\'s no climber either, but maybe he can deliver another surprise - now with 45sec gap '),(4258,90,'2006-09-03 16:40:45','While the one Continental team in the peloton','is called \"Relax,\" it\'s the race leader, Brajkovic, who looks relaxed in the saddle.'),(4259,90,'2006-09-03 16:41:25','Caisse d\'Epargne has three riders on front','In the group Horner, Hesjedal, Danielson are all in there ... '),(4260,90,'2006-09-03 16:43:07','Bettini','Hits 15km to go... the real climb will be kicking in soon. Bettini still has 45 seconds.\r\n'),(4263,90,'2006-09-03 16:48:45','With 12km to go','The selection will start soon. Bettini has 33 seconds on a big group of top GC contenders.'),(4265,90,'2006-09-03 16:53:21','This final climb','is 8km with grades of 10 percent near the top. The race isn\'t over at the top, though. There is an 800 meter drop to the finish.'),(4266,90,'2006-09-03 16:54:10','On the climb','Bettini started the climb 35 seconds ahead of the main field.'),(4267,90,'2006-09-03 16:56:00','With 7km to go','the gap has been trimmed. Sylvester Szymd (Lampre) is moving up to Bettini.'),(4268,90,'2006-09-03 16:56:00','Bettini','Caught and passed by Sylvester Szymd.'),(4269,90,'2006-09-03 16:57:39','Szymd','Caught.... and there goes Vino!'),(4270,90,'2006-09-03 16:58:12','Kashechkin joins Vino','and we have to Astanas driving hard at the front with 6km to go.'),(4271,90,'2006-09-03 16:59:22','Kashechkin had some trouble','catching his team leader.... and the peloton is really strung out in single file behind them. No panic, but there is a hard chase. The two Astanas have but 11 seconds. Vino is pushing the pace.'),(4272,90,'2006-09-03 17:00:16','Caisse d\'Epargne','is setting tempo at the front. Discovery is there... the team still has five guys in the mix.'),(4273,90,'2006-09-03 17:01:04','5.5km','The gap is now 14 seconds....word is that Kazakhstan\'s prime minister is here ... the two Astanas have 20 seconds now.'),(4274,90,'2006-09-03 17:01:50','The yellow jersey group','is down to about 12 riders with 5km to go. The gap is 22 seconds with five kilometers to go.'),(4275,90,'2006-09-03 17:03:08','Brajkovic','the Wonder Boy is very relaxed. Valverde and Karpets are the ones driving the chase, as Saunier Duval\'s Piepoli is moving to the front now.'),(4276,90,'2006-09-03 17:04:20',' Kashechkin is nearing virtual lead','at only 23 seconds down on GC he is now the leader on the road. Sastre attacks - Di Luca, Valverde follow, but Brajkovic is getting dropped ... '),(4277,90,'2006-09-03 17:06:01',' Kashechkin and Vino','are four KM from the finish and have 17 seconds on Sastre, Valverde and Piepoli... and another 25 on Brajkovic.'),(4278,90,'2006-09-03 17:07:25','Vino still driving','at the front. Brajkovic is fading.'),(4279,90,'2006-09-03 17:08:29','With 3km to go...','The two Astana men are holding their 17 second advantage on their nearest pursuers. Brajkovic is now 45 seconds back and appears to have lost the jersey.'),(4280,90,'2006-09-03 17:09:19','Brajkovic','at 54 seconds and being paced by his teammates. Danielson and Devolder were trying to tow Brajkovic, but the youngster couldn\'t quite follow the pace, with Beltrán up the road chasing his chances with Samuel Sanchez (Euskaltel).'),(4281,90,'2006-09-03 17:10:43','Brajkovic','is now more than one minute down on the two leaders, with some real power-house climbers in the middle. Gomez Marchanter, Sastre, Valverde and Di Luca are chasing at 17 seconds.'),(4282,90,'2006-09-03 17:11:43','2km to go','...as the two Astanas hit the 2km mark. The gap is increasing'),(4283,90,'2006-09-03 17:13:02','Sastre and Valverde','are working to close the gap, but they are not making much headway. Brajkovic comes through the 2km mark at 1:18.

    Ahead Valverde takes off, leaving his companions in the dust.'),(4284,90,'2006-09-03 17:13:52','Valverde charging hard','Did he time this one well. He\'s on the steep part and has trimmed the gap to 11 seconds. Vino leaves his teammate Kashechkin'),(4285,90,'2006-09-03 17:14:27','Valverde','coming up on Kashechkin... as Vino moves off the front and has 1km to go.'),(4286,90,'2006-09-03 17:16:16','Valverde','is diggin in but he\'s not getting up to Vino.'),(4287,90,'2006-09-03 17:16:53','Vino....','Vino looks back, zips up jersey, second straight stage - 5:50:43 '),(4288,90,'2006-09-03 17:17:26','Valverde will get jersey',' - 2nd at 16sec and Kashechkin third +21 '),(4289,90,'2006-09-03 17:17:39','The chase','Sastre, Di Luca, Marchante, +42 '),(4290,90,'2006-09-03 17:19:00','Beltran, Piepoli','at 1:45'),(4291,90,'2006-09-03 17:19:29','Brajkovic','and his crew - Danielson in there - come in at 2:13'),(4292,90,'2006-09-03 17:31:00','Results','Stage 9
    1. Alexandre Vinokourov (Kaz), Astana, 5:50:43
    \r\n2. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., at 0:16
    \r\n3. Andrey Kashechkin (Kaz), Astana, at 0:21
    \r\n4. Carlos Sastre (Sp), CSC, at 0:43
    \r\n5. J. Angel Gomez Marchante (Sp), Saunier Duval, at 0:43
    \r\n6. Danilo Di Luca (I), Liquigas-Bianchi, at 0:43
    \r\n7. Manuel Beltran (Sp), Discovery Channel, 1:46
    \r\n8. Leonardo Piepoli (I), Saunier Duval, 1:46
    \r\n9. Samuel Sánchez (Sp), Euskaltel-Euskadi, 1:59
    \r\n10. Stijn Devolder (B), Discovery Channel, 2:14
    \r\n

    Overall
    1. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., 36:41:31
    \r\n2. Andrey Kashechkin (Kaz), Astana, at 0:27
    \r\n3. Carlos Sastre (Sp), CSC, at 0:44
    \r\n4. J. Angel Gomez Marchante (Sp), Saunier Duval, at 0:56
    \r\n5. Alexandre Vinokourov (Kaz), Astana, 1:38
    \r\n6. Janez Brajkovic (Slo), Discovery Channel, 2:05
    \r\n7. Danilo Di Luca (I), Liquigas-Bianchi, 2:21
    \r\n8. Manuel Beltran (Sp), Discovery Channel, 2:28
    \r\n9. Ruggero Marzoli (I), Lampre, 3:59
    \r\n10. Sylvester Szmyd (Pol), Lampre, 5:18

    FULL\r\nRESULTS\r\n\r\n'),(4293,90,'2006-09-03 17:43:00','That\'s a wrap folks...','Thanks for tuning in. A reminder that tomorrow is a rest day, a concept Live Update Guy fully intends to embrace. See ya on Tuesday.'),(4294,91,'2006-09-05 14:05:00','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the tenth stage of the 2006 Vuelta a Espana, covering 199km from Avilés to Museo de Altamira.

    After Monday\'s rest day, riders are bound to react to the return to riding in their own ways. Some will be a bit creaky while others may be re-energized from spending a relatively easy day.'),(4295,91,'2006-09-05 14:11:00','The situation on the road','The peloton left the start today at 12:30 and the attacks began almost immediately. It wasn\'t until kilometer 40, however, that the day\'s first serious move developed. A group of 24 moved off the front. Nine of those riders have since slipped back and at kilometer 63, we have a group of fifteen riders with an advantage of about five minutes on the main field.

    It\'s an interesting group and there is plenty of horsepower up there. Take a look for yourself. We\'re including those riders\'s positions on GC and the time it would require each to assume the overall lead:15. Vladimir Karpets (Rus), Caisse d\'Epargne-I.B., 6:50
    18. Sergio Paulinho (P), Astana, 7:56
    \r\n21. Iban Mayo (Sp), Euskaltel-Euskadi, 12:17
    \r\n24. Evgeni Petrov (Rus), Lampre, 14:21
    \r\n33. Vladimir Gusev (Rus), Discovery Channel, 23:17
    \r\n44. Dario David Cioni (I), Liquigas-Bianchi, 33:12
    \r\n47. Nicki Sorensen (Dk), CSC, 34:03
    \r\n51. Michael Rasmussen (Dk), Rabobank, 35:01
    \r\n53. Davide Rebellin (I), Gerolsteiner, 35:44
    \r\n56. David Millar (GB), Saunier Duval, 37:31
    \r\n57. Sébastien Minard (F), Cofidis, 38:30
    \r\n61. Sébastien Joly (F), Francaise des Jeux, 40:54
    \r\n64. Dmitriy Fofonov (Kaz), Credit Agricole, 44:02
    \r\n110. Xavier Florencio (Sp), Bouygues Telecom, 1:12:51
    \r\n117. Francisco José Ventoso (Sp), Saunier Duval, 1:14:32
    \r\n
    '),(4296,91,'2006-09-05 14:13:00','The chances of survival?','With hilly - albeit mostly unrated - roads ahead, this could be one of those days for a break to succeed. With a lot of teams represented in the break - including that of race leader Valverde - and none of the players actually posing a threat on GC, there may be a tacit agreement to let this one actually make it to the finish... of course, we\'ve been wrong before.'),(4297,91,'2006-09-05 14:14:16','Contest Reminder!','Will they make it? Will they get swallowed up? You make the call and hit the Daily Contest on top of the page.'),(4298,91,'2006-09-05 14:15:43','At 73km','The men in the break have a lead of 5:15. '),(4299,91,'2006-09-05 14:24:00','News from a friend','A lot of you kept up with the regular updates from Major Jason Bryan, a live update fan with whom we kept up a regular correspndence. Eventually, Major Bryan began sending in his own Rider Diaries he called \"Sustaining Sanity in Iraq.\" You\'ll see that in the current issue of VeloNews Major Bryan has also written the \"At the Back\" column, which concludes with the note that he will likely be home by the time you read his story. Well, that\'s the case. Major Bryan is home with his wife and two children and happier than a bike geek in the Campagnolo factory.

    We hadn\'t heard too much after his first week home, but we got a note last night explaining his absence from e-mail for the last couple of weeks:

    The Bryan’s have returned from our own little vuelta. We’ve seen baseball games in Louisville, Chicago, Milwaukee, and Atlanta. We even caught the Georgia Bulldogs in the NCAA football opener in Athens.

    Shamefully, the mail has been held at the post officeâ€â€so I haven’t even seen the latest VN yet (and it’s closed on Labor Day). I kept looking for it at every bike shop I stopped in along the way. My buds tell me it looks great.

    Go Vino!

    Sincerely,
    Jason

    \r\n\r\nWelcome home!'),(4300,91,'2006-09-05 14:29:00','At 80km','The 15 leaders have extended their advantage to 7:15, which is closing in on what Karpets would need to slip into the leader\'s jersey... close behind, though is Paulinho, which may cause Valverde\'s Caisse d\'Epargne boys to pick up the tempo, but will it prompt them to put in the effort to mount a full-on chase?'),(4301,91,'2006-09-05 14:37:12','Reader question','Reader Ron Swenson writes to ask:
    In todays stage, Sergio Paulinho is listed amongst the leaders. Wasn\'t he implicated in Operacion Puerto?
    He was, indeed, Ron. Paulinho was among a group of Liberty Seguros-turned-Wurth-turned-Astana-Wurth-turned-Astana riders named in the Operacion Puerto case. He was also among a group cleared by Spanish courts on July 26. The UCI has not fully accepted the court\'s decision and intends to follow-up on the original allegations on its own, but current rules do allow Paulinho to ride, which is why he\'s at the Vuelta.'),(4302,91,'2006-09-05 14:45:00','Lunch time!','The 15 leaders are heading to the feedzone and it\'s time for a bit of an energy boost.

    Speaking of energy boosts, take a look at Michael Barry\'s Diary to see the importance of grabbing a bite along the way.'),(4303,91,'2006-09-05 14:52:44','The peloton','comes through the feedzone some 7:40 behind the lead group.'),(4304,91,'2006-09-05 14:53:51','Actually...','...we have a more accurate time check (a buddy with a watch) and he gives us a gap of 8:11 at the feedzone.'),(4305,91,'2006-09-05 14:59:43','News from the doping front','Tour of Germany winner Jens Voigt has called for improved doping tests in cycling to ensure there is no confusion over whether riders have used banned substances to enhance performance.

    \"We are doing a lot against doping but we need better tests that do not leave an element of doubt,\" Voigt said in an interview with Die Welt.

    \"The tests must be positive or negative - no lawyers, no complaints. But it is a question of money. Who should pay for this development?

    \"WADA (World Anti-Doping Agency) has gone to its limits with the tests and could certainly use twice its budget to carry out twice as many tests.\"

    Frankly, we think if anyone can and should act as a spokesman for the peloton, Voigt is the one to do it. The guy is total class act.'),(4306,91,'2006-09-05 15:04:09','At the halfway mark','The leaders are still ticking along nicely. Looking ahead the Category 3 Alto del Mirador kicks in at km 179 and crests at 187. Assuming the men in the lead are still together, this should sort things out and set up the the final charge to the line, which sits atop a little 1.5km climb to the Altamira museum at Santllana del Mar.'),(4307,91,'2006-09-05 15:22:14','Rollin\', rollin\', rollin\'','The peloton is averaging 45kph (27.9mph). They\'d probably catch us, and quickly, too. But the leaders are still out there, barreling along toward the intermediate sprint at Llanes.'),(4308,91,'2006-09-05 15:35:31','Nine minutes is the gap . . .','. . . and Ventoso takes the intermediate sprint at Llanes from Joly and Cioni.'),(4309,91,'2006-09-05 15:39:32','Crash!','Matteo Tosatto (Quick Step-Innergetic) and Uros Murn (Phonak) have taken a skidder at the 120km mark. The docs are attending to them as CSC grinds along at the front of the peloton, chipping away at the leaders\' advantage.'),(4310,91,'2006-09-05 15:44:31','The gap is coming down','At the 126km mark the leaders\' advantage was just under seven minutes.'),(4311,91,'2006-09-05 15:47:21','Feliz cumpleaños!','\"Fast Freddy\" Rodriguez celebrated his 33rd birthday on Sunday and enjoyed the rest day hanging out with his wife, Annie, and their 1-year-old son, Hayden. He said now that top team sprinter Robbie McEwen is gone, he will try to win a stage in a sprint, but he expected some breakaways to stick this week as well.'),(4312,91,'2006-09-05 15:48:34','After three hours in the saddle . . .','. . . the gap has dwindled still further, to 5:33.'),(4313,91,'2006-09-05 15:54:13','Pereiro eyes world\'s','Oscar Pereiro, who is due to be declared the winner of the 2006 Tour de France following American Floyd Landis\'s positive test for a skewed testosterone/epitestosterone level, confirmed in a Monday press conference that he wants to ride the world championship road race in Salzburg on September 24. \"I\'m in the provisional list and I want to take part, although obviously I\'ll have to see how I get through the Tour of Spain first,\" Pereiro said. \r\n'),(4314,91,'2006-09-05 15:55:52','Tick, tock','At 140km the gap had fallen to 5:20.'),(4315,91,'2006-09-05 15:59:17','Caisse d\'Epargne confident','Eusebio Unzue, sport director at Caisse d\'Epargne, is confident in race leader Alejandro Valverde. Concerning his rivals, he doesn\'t think Alexandre Vinokourov will be able to get any stronger. \"It\'s clear that\'s he found his highest level of form very fast, but I don\'t think he\'ll get any better. If that\'s the case, turn out the lights and we\'re going home. You cannot forget that Kashechkin has been the steadiest until now and that (Carlos) Sastre and (José Angel Gomez) Marchante have been on top in the most difficult moments.\" '),(4316,91,'2006-09-05 16:00:38','145km','And the gap has ticked upward slightly, to 5:43.'),(4317,91,'2006-09-05 16:05:06','Don\'t expect any Tour-sized gaps','Oscar Pereiro, whose Tour depended heavily on a break that Phonak allowed to take a half-hour on the field, said nobody should expect Caisse d\'Epargne to do the same thing: \"We are not so stupid to allow a breakaway of a half hour.\" '),(4318,91,'2006-09-05 16:08:37','CSC in charge','Bjarne Riis\'s boys are motoring along up front on behalf of Carlos Sastre.'),(4319,91,'2006-09-05 16:10:23','Two good reasons to call it a Vuelta','In a rest-day interview, Paolo Bettini told VeloNews.com that he won\'t be finishing the Vuelta in order to be as fresh as possible for the upcoming world championships. And there was another good reason, too. \"I will probably quit the race around Granada (stage 17) because I need to go home to see my wife or she will kill me.\"'),(4320,91,'2006-09-05 16:13:24','Our leaders are ticking it over nicely','But the gap is coming down again, to just under five minutes with 45km to go.'),(4321,91,'2006-09-05 16:18:24','Sorensen wants a stage','Danish vet Nicki Sorensen, who is out there in today\'s breakaway, told VeloNews.com he\'d like to try to win a stage. Last year, Sorensen took a victory in Avila that he called \"the best win of my career. ... The form is getting better and we\'re all here to help Carlos (Sastre), but maybe there will be a chance in the second week to look for a stage victory as well.\"'),(4322,91,'2006-09-05 16:23:30','Speaking of our break . . .','. . . the margin is down to 4:30 at the 158km mark with CSC cranking out the revs on the front of the bunch.'),(4323,91,'2006-09-05 16:29:02','30km to go','. . . and the gap is down to 3:30 as the leaders approach the second intermediate sprint at Cobreces. Shortly after that we have that third-category climb with 12km remaining. Should be a few fireworks there, no?'),(4324,91,'2006-09-05 16:32:37','After scaling the Alto del Mirador . . .','. . . the riders will finish at the Museo de Altamira, a museum of the Altamira cave paintings that are some of the best preserved ancient wall paintings in Europe. '),(4325,91,'2006-09-05 16:37:01','Kohl on the comeback trail','T-Mobile\'s Bernhard Kohl, who crashed out of the Vuelta during the descent of the Puerto de San Lorenzo Saturday, is out of hospital and on the mend, according to the team\'s website. \"We X-rayed the neck, back and chest areas, as well as the pelvis, but we found no fractures,\" said team doctor Andreas Blum. \"Bernhard shot over the barriers at 60 km/h. Despite that he came off lightly. The lung contusion gave him trouble speaking. He didn\'t get his voice back until that night.\" The young Austrian had started the stage in eighth overall, only 90 seconds down on then-race leader Janez Brajkovic (Discovery Channel). It remains to be seen whether he\'ll be ready to ride the world\'s in Salzburg later this month.'),(4326,91,'2006-09-05 16:41:09','3:14 now','Next on the menu: The Alto del Mirador. Going up . . . .'),(4327,91,'2006-09-05 16:48:26','CSC still driving','The gap hovers around three minutes as Saunier Duval\'s David Millar leads the escape.'),(4328,91,'2006-09-05 16:49:25','And Mayo jumps!','Rebellin goes with him and Miller follows . . .'),(4329,91,'2006-09-05 16:49:55','Then Joly goes!','And he quickly opens a gap.'),(4330,91,'2006-09-05 16:51:18','No dice','He\'s caught, and Petrov has a dig.'),(4331,91,'2006-09-05 16:53:05','Four off the front','Petrov, Rebellin, Paulhino and Vladimir Karpets (Caisse d\'Epargne).'),(4332,91,'2006-09-05 16:55:36','9km to go','All together again for the lead group as the peloton powers along behind.'),(4333,91,'2006-09-05 16:58:15','The gap is 3:28','So it seems likely that our leaders will be fighting it out for the stage today. Saunier Duval\'s Ventoso is a fast finisher, amd Millar is on the front drillin\' it for his teammate.'),(4334,91,'2006-09-05 16:59:38','5km for our leaders','. . . who still hold 3:22 on the chase as the road tilts slightly upward.'),(4335,91,'2006-09-05 17:01:01','Cioni and Minard open the ball','Zoom!'),(4336,91,'2006-09-05 17:02:36','Gusev goes!','Man, who isn\'t having a dig? Now it\'s Sorensen.'),(4337,91,'2006-09-05 17:03:25','Petrov is chasing','. . . and Rasmussen shoots up the right side of the road! He has a gap.'),(4338,91,'2006-09-05 17:04:17','The chase is lined out behind . . .','. . . and Cioni brings the pursuit past Rasmussen, who\'s cracked. Boom.'),(4339,91,'2006-09-05 17:04:53','Mayo and Ventoso!','Rebellin\'s right on \'em.'),(4340,91,'2006-09-05 17:05:29','1km to go','Paulinho jumps! Another gap'),(4341,91,'2006-09-05 17:06:11','This may be the winning move . . .','. . . but Petrov and Rebellin are chasing . . .'),(4342,91,'2006-09-05 17:07:06','Paulinho gets it!','Rebellin second!'),(4343,91,'2006-09-05 17:08:04','The peloton is 2km from the finish','CSC still on the front.'),(4344,91,'2006-09-05 17:08:53','Valverde near the front','No doubt he\'s keeping an eye on Sastre. A guy doesn\'t want to give any gifts these days.'),(4345,91,'2006-09-05 17:12:32','Florencio was third . . .','. . . just in case you were wondering.'),(4346,91,'2006-09-05 17:13:29','Valverde holds the lead','Kash\' is second overall, with Sastre third.'),(4347,91,'2006-09-05 17:14:15','Th-th-th-that\'s all, folks.','See you here tomorrow. Meanwhile, stay tuned for a report from Andrew Hood, photos from Graham Watson and complete results.'),(4348,92,'2006-09-06 13:55:00','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the 11th stage of the 61st edition of the Vuelta a Espana. Today\'s stage covers 173.6 kilometers\r\nof hilly roads from the Oscar Freire velodrome in Torrelavega to Burgos.\r\n\r\nThe race has been underway for a bit more than half-an-hour and the attacks began within the first two kilometers today. One interesting effort came from Discovery\'s Tom Danielson, who now sits in 15th on GC, at 6:20. That was a bit too close for comfort and the peloton got a little nervous with a climber of that caliber off the front. If Danielson had made any time to speak of today, that would have moved him back into being a GC threat in the closing week, so it wasn\'t going to go anywhere. Sure enough he got called back to the field by Johann Bruyneel... and his breakaway companions - including Paolo Bettini - tried to get away. No luck. The day\'s break has yet to stick, but that could happen any time soon.'),(4349,92,'2006-09-06 14:02:41','At 30km','It\'s been a wild opening today with a series of attacks, with none really succeeding in getting anyone off the front today. At 30km the peloton is on the slopes of the day\'s first Category 1 climb, the Puerto de la Bragula and we\'ve seen some big efforts from Carlos Sastre and Alexandre Vinokourov. They may not succeed in getting off the front, but they intend to put race leader Valverde under pressure.'),(4351,92,'2006-09-06 14:04:21','Speaking of race leaders...','Defending Vuelta champion Denis Menchov has pulled out of the race, not arriving at the start this morning. A team official told us that Menchov is suffering from a gastro-intestinal ailment and is unable to continue, so we won\'t see a repeat winner this year.'),(4352,92,'2006-09-06 14:06:44','Contract news','Former world champion Igor Astarloa - he won in Hamilton - has signed a two year contract to ride for Milram, the Italian-German team announced today.

    Astarloa, 30, who claimed the world title in 2003, won Milan-Turin this year as a member of the South African-sponsored Barloworld squad.

    A strong all-arounder, Astarloa joins sprint specialists Alessandro Petacchi and Erik Zabel, Australian rider Brett Lancaster, Niki Terpstra of the Netherlands and Zabel\'s German compatriot, Marcel Sieberg.\r\n'),(4354,92,'2006-09-06 14:07:42','Contest Reminder','You can give it your best shot today. Don\'t forget to hit the Daily Contest button on top of the page and follow instructions.'),(4355,92,'2006-09-06 14:09:00','The day\'s break?','We see a good group forming on the lower slopes of the climb. Those riders - and their spots on GC - are as follows:30. Joaquin Rodriguez (Sp), Caisse d\'Epargne-I.B., 19:33
    \r\n31. Serguei Yakovlev (Kaz), AWT, 20:34
    \r\n32. Egoi Martinez (Sp), Discovery Channel, 23:00
    \r\n40. Theo Eltink (Nl), Rabobank, 29:33
    \r\n41. Dario David Cioni (I), Liquigas-Bianchi, 30:07
    \r\n57. Eric Leblacher (F), Francaise des Jeux, 37:08
    \r\n84. David Loosli (Swi), Lampre, 1:00:17
    \r\n97. Volodymir Gustov (Ukr), CSC, 1:07:41
    \r\n98. Iñigo Landaluze (Sp), Euskaltel-Euskadi, 1:07:55
    \r\n115. Stuart O\'Grady (Aus), CSC, 1:15:29
    \r\n121. Scott Davis (Aus), T-Mobile, 1:18:35
    \r\n123. Alexandre Usov (Blr), Ag2r Prevoyance, 1:18:42
    \r\n

    Drop us a note if you have comments, questions, sage advice or any other reason to contact us.'),(4356,92,'2006-09-06 14:23:00','The break','Even with a sprinter like Thor Hushovd in the mix, the day\'s break has managed to crest the Puerto de la Bragula with a comfy 3:00 lead over the main field. It\'s a sign that the peloton is comfortable with letting these guys make a bit of time today, although it could be tough for them to hold out until the finish.'),(4357,92,'2006-09-06 14:37:00','A reader question','Here\'s a reader question representative of several we\'ve received.\r\n

    With Phonak probably folding next year, any word on were, which\r\nteam, the BMC bikes will end on?\r\n
    Paul Marabito

    Paul, actually Phonak is not probably folding. The team is definitely\r\nclosing its doors at seasons end. BMC, meanwhile has already inked\r\na deal with Alexandre Vinokourov\'s Astana team.'),(4358,92,'2006-09-06 14:41:00','At 54km','The lead group has finished the descent and is now on its way to the day\'s second major bump in the road, the Cat. 1 Puerto del Escudo, with a nice 5:00 lead. Remarkably it\'s been Hushovd scoring all the points today... he\'s one the two intermediate sprints thus far and he was the first over the Puerto de la Bragula.'),(4359,92,'2006-09-06 14:51:30','At 60km','The lead of the Hushovd group has bumped up to 5:30 and they are coming close to kicking up the Cat. 1 Puerto del Escudo. The \"chase\" doesn\'t seem too frantic at this point, but we may see this group sort itself out over the next few kilometers.'),(4360,92,'2006-09-06 14:59:26','News of the weird','Today\'s weird news item comes from Helsinki. Finland\'s top opera star\r\napparently learned of the dangers\r\ninherent in cycling... even casually.'),(4361,92,'2006-09-06 15:03:31','The gap is holding','at around 5:20. No major chase underway, but it looks like this is about as far as the peloton is going to let these guys go.'),(4362,92,'2006-09-06 15:11:36','Leaders on the Puerto del Escudo','Steep little bugger, this: Cat. 1, 7.5 klicks, with an average grade of 8.6 percent. That\'ll wake up the legs.'),(4363,92,'2006-09-06 15:12:33','Martinez feels froggy','He\'s jumping.'),(4364,92,'2006-09-06 15:16:20','News of the weird, part 2',' A Mexican study finds ballroom dancing can give as good an aerobic workout as more conventional forms of exercise, according to United Press International. Dr. Hermes Ilarraza of the National Institute of Cardiology, who reported on his findings to the World Congress of Cardiology in Barcelona, Spain, said the benefits of physical training in patients with heart disease \"is well established. However, exercise compliance is often inadequate because patients find exercise boring. People like to dance so we thought it would be an attractive option.\" And so it was. Of a group of 40 heart-disease patients who committed to doing half an hour of exercise a day five days a week for five weeks, half got their exercise from a dance routine choreographed by a professional dancer who also had heart disease, while the others exercised on stationary bicycles. Ilarraza found that the dance group\'s exercise capacity increased by 28 percent, almost as much as the 31 percent increase for the cycling group. No wonder Martinez is up there shaking his booty.'),(4365,92,'2006-09-06 15:18:18','Tick, tock','Here\'s a revised time check for you: The word is that the peloton is 8:30 in arrears, with David Cañada stuck in no-man\'s land at 4:30.'),(4366,92,'2006-09-06 15:21:41','Martinez is past the feed zone','Up ahead, the Cat. 3 Puerto de Corrales.'),(4367,92,'2006-09-06 15:25:07','Dance fever','Martinez is really boogieing up there: 1:40 on his erstwhile breakaway companions, who in turn have 5:15 on Cañada and 9:45 on the bunch. So much for that short leash we were speaking of earlier.'),(4368,92,'2006-09-06 15:41:37','Discover(y) this','With 93km remaining, Martinez has extended his advantage to 2:45. Cañada hovers at 6:30 with the bunch at 10:35.'),(4369,92,'2006-09-06 15:43:42','Just in case you\'re wondering . . .','. . . Egoi Martinez began today\'s stage in 32nd overall, 23 minutes back.'),(4370,92,'2006-09-06 15:45:02','Average speed in hour two','36.3kph, or 22.5mph.'),(4371,92,'2006-09-06 15:47:19','Thor\'s hammered','Well, not exactly. But he does seem to be having trouble sticking with the chase. Maybe all those intermediate sprint points he\'s carrying are slowing him down. Behind him, meanwhile, Cañada is having his own problems – after a long stint in no-man\'s land, the peloton is bearing down on him.'),(4372,92,'2006-09-06 15:55:57','Martinez cranks out the revs','He still has three minutes or thereabouts. Behind, Cañada has decided to rejoin the bunch. Maybe he got lonely, eh?'),(4373,92,'2006-09-06 15:58:15','Over the Carrales','Martinez led, obviously, with Cioni heading the pursuit, followed by Leblacher.'),(4374,92,'2006-09-06 16:01:22','11:50 to the peloton','But just under three to the chase. Martinez will have his work cut out for him with 80km still to ride.'),(4375,92,'2006-09-06 16:03:00','Hasta la vista, compañeros de mi vida','Luis Sanchez (Astana) has called it quits.'),(4376,92,'2006-09-06 16:04:15','68km to go','Martinez still looks pretty sharp out there. Behind, the chase gets aero\' on a descent, topping 70kph.'),(4377,92,'2006-09-06 16:10:23','Chit-chat','Martinez has a chat with the team car before getting back to business. He\'s still hanging on to more than two minutes over the chase.'),(4378,92,'2006-09-06 16:17:45','San Felices dead ahead','Martinez clings to a margin of two minutes over the chasers and 11:52 on the bunch. He appears to be wearing a black band on his right sleeve ... we don\'t know why, but we\'ll try to find out.'),(4379,92,'2006-09-06 16:20:14','Under 60km remaining','And it\'s far from flat. Martinez stands to stretch . . . three hours in the saddle now.'),(4380,92,'2006-09-06 16:24:01','Caisse d\'Epargne takes the front','Golden jersey Valverde is tucked in neatly among his boys.'),(4381,92,'2006-09-06 16:25:55','Landaluze has nipped off the front','Doesn\'t fancy his chances in a sprint, we\'re guessing.'),(4382,92,'2006-09-06 16:27:05','The long Lycra line','Behind, the bunch seems finally to have gotten motivated to take a little time back. Valverde\'s outfit has them strung out big-time.'),(4383,92,'2006-09-06 16:28:45','Gustov joins Landaluze','CSC\'s man takes the front as the rain starts coming down.'),(4384,92,'2006-09-06 16:31:43','Martinez remains alone out front','He has a minute over his two pursuers.'),(4385,92,'2006-09-06 16:34:27','Another chat','Martinez exchanges a few words with the team car, collects a bottle and moves on.'),(4386,92,'2006-09-06 16:35:34','The gap falls . . .','. . . to 33 seconds. Martinez will wait for his pursuers and make it three up front.'),(4388,92,'2006-09-06 16:45:32','Three on the front','The chase is on-again, off-again, losing a degree of organization, as behind the Caisse d\'Epargne boys stay parked on the front of the peloton.'),(4389,92,'2006-09-06 16:48:03','Martinez catching a tow','He\'s skipping turns as Landaluze and Gustov rotate through.'),(4390,92,'2006-09-06 16:49:57','Tick, tock','The leading trio has 1:44 over the chase and 10:06 on the peloton as Martinez contributes to the cause with a quick pull.'),(4391,92,'2006-09-06 16:51:48','More departures','Luis Leon Sanchez Gil, Hervé Duclos-Lassalle and Jérome Pineau have all had enough of this year\'s Vuelta.'),(4392,92,'2006-09-06 16:53:48','2:13 to the chase . . .','. . . and 12:30 to the peloton.'),(4393,92,'2006-09-06 16:58:04','A non-chase chase','The presence of strong sprinters like Hushovd and O\'Grady in the pursuit may not bode well for its success . . . who wants to tow those dudes up to a stage win? We have 35km to go.'),(4394,92,'2006-09-06 17:00:25','The lead trio has 2:29 . . .','. . . over the chase and 10:50 over the bunch.'),(4395,92,'2006-09-06 17:02:14','Whoops','O\'Grady is in the peloton, not the chase. We must\'ve misread that last smoke signal from the race organization.'),(4396,92,'2006-09-06 17:04:12','Getting better all the time','Our leaders have 2:42 on the chase and 10:55 on the bunch. If we were a betting man, we\'d bet on them staying away to the finish.'),(4397,92,'2006-09-06 17:10:59','Raining again','Must feel kinda good after all the heat these guys have suffered through in this Vuelta. Our man Andrew Hood says it\'s 36C on the road in Burgos . . . that\'s 96.8F, folks.'),(4398,92,'2006-09-06 17:11:49','Our leaders . . .','. . . have 2:46 on the chase, which is really getting a hosing from above, you should pardon the expression.'),(4399,92,'2006-09-06 17:17:32','Back in the back','Scott Davis has a puncture. He\'s been doing a fair amount of work on the chase.'),(4400,92,'2006-09-06 17:20:22','The peloton leaves a tunnel . . .','. . . and heads for that rainstorm that soaked the chasers a few minutes ago.'),(4401,92,'2006-09-06 17:21:05','Tick, tock','The leaders have 2:33 on the chase and 10:59 on the bunch.'),(4402,92,'2006-09-06 17:26:18','Martinez nips off again','He\'s left Landaluze and Gustov behind.'),(4403,92,'2006-09-06 17:27:18','Under 10km to go','Martinez has 14 seconds on his erstwhile companions.'),(4404,92,'2006-09-06 17:28:25','Maybe he\'s just trying to stay ahead of the weather','There was some hail in that downpour.'),(4405,92,'2006-09-06 17:32:34','Martinez has a half-minute','Looking good . . .'),(4406,92,'2006-09-06 17:33:18','If he wins . . .','. . . Discovery Channel will have won a stage and held the leader\'s jersey in all three grand tours.'),(4407,92,'2006-09-06 17:34:18','4km to go','Martinez keeps ticking it over, standing to keep on top of that gear.'),(4408,92,'2006-09-06 17:36:08','3km to go','Landaluze and Gustov are fiddling about, trying to decide who gets second on the day.'),(4409,92,'2006-09-06 17:37:33','2km to go','And if he makes it, this win will be for more than Martinez and Discovery Channel. Johan Bruyneel just told Spanish TV that the team is wearing black armbands in dedication to \"Crocodile Hunter\" Steve Irwin. \"He was a big part of the Discovery Channel family and it would be beautiful to be able to dedicate this victory to him and his family,\" says Bruyneel. \r\n'),(4410,92,'2006-09-06 17:38:15','1km to go','Martinez is rockin\' and rollin\', cranking out the revs.'),(4411,92,'2006-09-06 17:39:26','Good on ya, mate!','It\'s a win for Martinez, Discovery and Steve Irwin!'),(4412,92,'2006-09-06 17:40:15','Landaluze gets second','Gustov third.'),(4413,93,'2006-09-07 14:04:06','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the 12th stage of the 61st Vuelta a España. Today\'s is another \"transition\" stage, with some moderate - though mostly unrated - climbs. The only ranked climb is the Category 3 Alto de Santibanez de Ayllon, which peaks at the 66-kilometer mark.

    Most suggest that today\'s will be a sprinters\' day and there are still a few good contenders in the field, including points leader Thor Hushovd, the ageless Erik Zabel, Big Magnus Backstedt and, never to be ignored, Alessandro Petacchi, who seems to be gradually building his legs back up after that devastating injury to his patella in the third stage of this year\'s Giro d\'Italia.\r\n'),(4414,93,'2006-09-07 14:08:00','Another wonderfully civilized start time','The peloton has only been racing for about 30 minutes as they didn\'t leave Aranda de Duero until about 1:30. That is one of the nicer aspects of racing in - and covering! - the Vuelta. Even if you\'re an early riser, these short stages and late start times give you a chance to trip around town, walk along the beach or even explore the huge number of castles dotting the countryside in Spain. One of our reporters even brought his then-10-year-old son to the Vuelta a couple of years ago and the two of them had a blast.'),(4415,93,'2006-09-07 14:10:00','While the morning has been relaxed','the pace quickly picked up once the peloton left Aranda de Duero. There were several attacks, including a big group of 13 that managed only a small advantage before being reeled back. The peloton is at km 24 and the attacks continue, although the right combination has yet to take shape. Right now we see four riders - Ian McLeod (Francaise des Jeux), René Haselbacher (Gerolsteiner), Kurt-Asle Arvesen (CSC) and Dmitriy Fofonov (Credit Agricole) - off the front, but we have no time gaps.'),(4416,93,'2006-09-07 14:11:00','Now this is cool','The four men off the front have been joined by another five riders, including Saunier Duval\'s Chris Horner and Liquigas\'s Magnus Backstedt. Backstedt will certainly add some horsepower to the break, as well as offer the others a good break when they\'re drafting off of him. '),(4417,93,'2006-09-07 14:14:00','The nine escapees','Have about 1:30 on the field. We\'ll get you the full list in a moment.'),(4418,93,'2006-09-07 14:16:00','The composition of the break','At this point, we\'re only getting reports on eight riders in the break. They are - with GC placement and time back - as follows
    \r\n26. Christopher Horner (USA), Davitamon-Lotto, 13:55
    \r\n60. José Luis Arrieta (Sp), Ag2r Prevoyance, 39:01
    \r\n62. Dmitriy Fofonov (Kaz), Credit Agricole, 40:15
    \r\n102. Kurt-Asle Arvesen (Nor), CSC, 1:10:07
    \r\n118. Kevin Hulsmans (B), Quick Step-Innergetic, 1:16:17
    \r\n135. Ian Mcleod (RSA), Francaise des Jeux, 1:23:29
    \r\n138. René Haselbacher (A), Gerolsteiner, 1:24:46
    \r\n148. Magnus Backstedt (Swe), Liquigas-Bianchi, 1:29:31
    \r\n'),(4419,93,'2006-09-07 14:24:00','Contest Reminder','If you want to take a guess as to who might win today\'s stage, (we already know that reader Mary Boyd has picked Magnus Backstedt) go ahead and hit the Daily Contest button atop the page and follow directions.'),(4420,93,'2006-09-07 14:25:00','Not much opportunity','Cofidis and Milram seem intent on reeling these fellers back into the fold. The gap is just around a minute.'),(4421,93,'2006-09-07 14:30:00','Questions?','Comments? Questions? Complaints? Suggestions? Vacation recommendations?\r\nDrop us a line.'),(4423,93,'2006-09-07 14:43:00','The gap','is still just around a minute. Backstedt, meanwhile, beat Arvesen and Haselbacher at the day\'s first intermediate sprint at Ayllón (45km).'),(4426,93,'2006-09-07 14:59:26','On the climb','and a bit of rain falls on the escapees. Fearful that this break isn\'t going anywhere, Kevin Hulsmans (Quick Step-Innergetic) has moved ahead on his own.'),(4427,93,'2006-09-07 15:02:05','Up and over.','We do not have a time check, but the men in the break are over the climb at 66km. The next stop is a lunch break at the feedzone.'),(4428,93,'2006-09-07 15:12:21','Thinning the herd','Twenty-six riders had quit the Vuelta by the start of today\'s stage, including defending champ Denis Menchov. Add Sven Montgomery to that tally; he just bailed.'),(4429,93,'2006-09-07 15:15:21','Hulsman goes nowhere','And now, the hero of yesterday\'s stage, Egoi Martinez, is having a go with Joaquin Rodriguez.'),(4430,93,'2006-09-07 15:20:17','Nowhere again','We\'re all together now as Martinez leads over the Cat. 3 Also de Santibañez de Aylión, ahead of Pietro Caucchioli and Paolo Bettini.'),(4431,93,'2006-09-07 15:21:48','Another one out','Angel Gomez has said bye-bye, too. '),(4432,93,'2006-09-07 15:23:02','Still in the hunt','One rider who hasn\'t given up is Chris Horner. Horner told VeloNews.com the other day he was going to try something in the second week and it looks like he\'s living up to his promise. \"The legs are starting to come around. I was pretty tired after the Tour, but things are going better and I\'d like to try to win a stage,\" he said.'),(4433,93,'2006-09-07 15:26:54','Share the load, hermanos','Alejandro Valverde is hoping some of the sprinters\' teams will pitch in over the next couple of days. \"Now we have two stages for sprinters and I hope those teams will help control the race. You still have to pay attention and arrive in the best conditions for the time trial on Saturday. The team is working very good and I hope I can pay them back 100 percent,\" said Valverde.'),(4434,93,'2006-09-07 15:28:26','Or not, as the case may be','Team CSC sport director Kim Andersen thinks there\'s some tough sledding ahead: \'We want to have someone in all the breaks. It\'s important that the team have a rider in all the breaks. These next few days aren\'t going to be as easy as people think. I am not sure the sprinter teams will want to work.\"\r\n'),(4435,93,'2006-09-07 15:32:37','Speaking of breaks . . .','. . . a 10-man bunch had a go just before the feed zone: Jean-Patrick Nazon, Bernhard Eisel, Luca Paolini, Vladimir Gusev, Kevin Hulsmans, Heinrich Haussler, Bart Dockx, Bjorn Leukemans, Ian McLeod, Paolo Bettini and Ruben Perez Moreno. Chasing were David Arroyo, Thor Hushovd, Pieter Mertens and Joan Horrach Rippoll.'),(4436,93,'2006-09-07 15:35:11','Tick, tock','That lead group has taken a quick minute on the bunch. Arroyo\'s still chasing, some 12 seconds back, but his pals got sucked back in.'),(4437,93,'2006-09-07 15:37:13','Bettini\'s kind of day?','Our man Andrew Hood notes that we have a kind of rising finish to today\'s stage; he thinks it\'s good for the likes of Bettini, Hushovd or Erik Zabel.'),(4438,93,'2006-09-07 15:37:59','Hasta la vista','Andrew Moletta\'s had enough. He\'s out of the race.'),(4439,93,'2006-09-07 15:40:06','Arroyo joins the leaders','Our 11-man lead group has 2:35 on the bunch.'),(4440,93,'2006-09-07 15:49:21','No CSC boys in here','Jean-Patrick Nazon (Ag2r), Bernhard Eisel (Française des Jeux), Luca Paolini (Liquigas-Bianchi), Vladimir Gusev (Discovery Channel), Kevin Hulsmans (Quick Step-Innergetic), Heinrich Haussler (Gerolsteiner), Bart Dockx (Davitamon-Lotto), Bjorn Leukemans (Davitamon-Lotto), Ian McLeod (Française des Jeux), Paolo Bettini Quick Step-Innergetic) and David Arroyo (Caisse d\'Epargne).'),(4441,93,'2006-09-07 15:52:15','29C out there today','That\'s 84F for you yanquis. Chance of showers, too. Sorry that we\'re not as nifty-looking as the women on The Weather Channel, but what do you expect for free?'),(4442,93,'2006-09-07 15:55:58','The leader are enjoying a bit of a descent','And a dollop of rain, too. We told you . . . .'),(4443,93,'2006-09-07 16:04:22','Caisse d\'Epargne on the front','They\'re just rolling along easily as ahead, the break ticks it over, quickly building its gap. We\'re told the margin has ballooned to nine minutes and change . . . but we hear a lot of strange things during the Vuelta, so don\'t take that for gospel just yet.'),(4444,93,'2006-09-07 16:04:56','Another one out','Markus Fothen peels off his race numbers.'),(4445,93,'2006-09-07 16:06:50','Arroyo looks to leap up','He\'s best-placed in the break, sitting 26th overall at 14:09 back. If the lads behind don\'t clock in and go to work here shortly, he\'ll rocket up the standings by day\'s end.'),(4446,93,'2006-09-07 16:11:50','¡Qué fria!','The riders are slipping into vests and jackets as the temperature plunges to 14C (57.2F) with about 60km to go. Caisse d\'Epargne doesn\'t seem any too eager to run these guys down.'),(4447,93,'2006-09-07 16:15:25','The gap is 10:33','Looks like the peloton has declared an unofficial rest day.'),(4448,93,'2006-09-07 16:20:42','Over 11 minutes now','Sheesh. This looks like a training ride.'),(4449,93,'2006-09-07 16:24:06','Enough is enough','Astana moves to the front and starts honking. Must\'ve finally warmed up, eh?'),(4450,93,'2006-09-07 16:29:56','The gap is dropping','10:30 now. Of Astana\'s three men in the top 10, Sergio Paulinho (10th) is most at risk, at 3:42 off the lead of Alejandro Valverde.'),(4451,93,'2006-09-07 16:33:05','73kph for our leaders','45mph. Not too shabby. 41.5km to go for the peloton, which is about 5km behind the break.'),(4452,93,'2006-09-07 16:38:56','The big Spandex snake','Astana has the bunch all lined out, snaking along through a roundabout and along this winding stretch of Spanish road. Less than 30km to go and the gap hovers around 10 minutes.'),(4453,93,'2006-09-07 16:44:00','25km to go','Astana is still driving the pursuit, but the gap remains at 10 minutes. '),(4454,93,'2006-09-07 16:50:23','Good cooperation up front','It can\'t last, though . . . someone is bound to throw down here shortly as our leaders zip along with under 17km to go.'),(4455,93,'2006-09-07 16:55:09','15km to go','Windy here . . . and a tail wind to boot. Our leaders are holding onto a margin of more than nine minutes as they race toward Guadalajara.'),(4456,93,'2006-09-07 16:57:22','Attack!','McLeod and Paolini!'),(4457,93,'2006-09-07 16:58:41','Nothing doing','11km to go.'),(4458,93,'2006-09-07 17:00:34','9:20 now','CSC appears to be chipping in now.'),(4459,93,'2006-09-07 17:01:45','8km to go','Hulsmans is on the front of the break, drilling it for Bettini. '),(4460,93,'2006-09-07 17:04:03','Haussler goes!','He shoots up the right side of the road.'),(4461,93,'2006-09-07 17:05:29','Curb to curb','The break is chasing its own tail, from one side of the road to another. Now Paolini goes up the right side of the road.'),(4462,93,'2006-09-07 17:05:59','Paolini has a gap!','Up a little rise and he\'s rolling it.'),(4463,93,'2006-09-07 17:07:40','3km to go','Paolini is punching it . . . Bettini is chasing.'),(4464,93,'2006-09-07 17:08:17','2km to go','It\'s a slight rise to the finish . . . '),(4465,93,'2006-09-07 17:09:07','Gusev chases!','The break is shattering . . . Paolini remains alone up front.'),(4466,93,'2006-09-07 17:09:49','1km to go!','Paolini\'s gutting it out!'),(4467,93,'2006-09-07 17:10:18','Quick look behind . . .','. . . the line is in sight . . .'),(4468,93,'2006-09-07 17:11:49','Paolini gets it!','He sits up and coasts across the line.'),(4469,93,'2006-09-07 17:13:28','A smooch for the old wedding ring','. . . by way of celebration.'),(4470,93,'2006-09-07 17:15:35','That was one sketchy finish','More twists and turns than a cheap mystery novel. Here\'s hoping the peloton knows what it\'s in for . . . they\'re at 4km to go.'),(4471,93,'2006-09-07 17:17:48','2km to go for the bunch','Astana still out front.'),(4472,93,'2006-09-07 17:19:10','The bunch is on the finishing climb','1km to go . . . and the leaders are through that dicey right-hander.'),(4473,93,'2006-09-07 17:19:56','Crédit Agricole setting the pace','Here we go . . .'),(4474,93,'2006-09-07 17:20:39','Napolitano takes the bunch sprint . . .','. . . 8:53 behind our winner, Paolini.'),(4475,93,'2006-09-07 17:22:01','Th-th-th-that\'s all, folks','Thanks for joining us today; see you here again tomorrow. Stay tuned for a report from Andrew Hood, photos from Graham Watson and complete results.'),(4476,94,'2006-09-08 13:48:34','Good day and welcome ...','to VeloNews.com\'s coverage of Stage 13 of the 61st Vuelta a Espana, a 180 kilometer trip over hilly roads from Guadalajara to Cuenca.

    Today\'s stage is punctuated by three Category 3 climbs spread along the route, with the first - the Alto de la Tendilla - rising up at kilometer 31. The Alto de Corcoles comes at kilometer 60 and then the closer, the Alto del Castillo, at 168km, has a reputation for breaking up the field on the way to the downhill finish in Cuenca. \r\n'),(4477,94,'2006-09-08 13:51:43','Today\'s start','came at 1:20 in the afternoon, with 158 riders leaving Guadalajara. T-Mobile\'s Lorenzo Bernucci did not sign in today. No word on why, but the T-Mobile team has been trimmed to just four riders. Remarkably the little Relax-Gam team continues on with all nine of its crew still here.'),(4478,94,'2006-09-08 13:53:00','At 20km','The pace has been pretty mellow this afternoon. No one has really put in a serious dig at the front, although the Disco\'s seem intent on ramping up the pace a bit.

    Paolo Bettini has suffered a flat, but is already back in the group. Speaking of Bettini, he is still looking at leaving the Vuelta early, probably by the middle of next week.

    \"I went into the breakaway (Thursday) to put in a little more work. I also wanted to try to win another stage, but I wasn\'t able to follow Paolini. I am trying to force myself to get the best possible shape before the worlds.\" '),(4479,94,'2006-09-08 13:55:22','Spanish chances at world\'s?','With the withdrawal of Oscar Freire from the world\'s roster, most Spanish fans are looking to Alejandro Valverde to turn in a strong performance. He\'s not so sure.

    \"Without Freire, there\'s more pressure on me. He\'s had a lot of bad luck. I am going to be the team captain now and I am going to take it on with a lot of motivation. First, you have to finish the Vuelta, because the race is turning out to be pretty hard.\' '),(4480,94,'2006-09-08 13:55:48','Today\'s weather','It looks like there could be some more rain. There are already clouds building and forecasters are calling for cooler temperatures and the chance of showers later in the afternoon. '),(4481,94,'2006-09-08 13:56:22','An Angel on the podium?','Angel Gomez Marchante (Saunier Duval) - fifth overall - said he\'s hoping to finish on the podium: \"Every day I fighting to keep my options open. Saturday\'s TT is an important test and I am going to fight to stay among the best.\"'),(4482,94,'2006-09-08 14:00:14','At 26km','The peloton is working its way up the Cat. 3 Alto de la Tendilla. We still have no reports of major attacks. Perhaps many in the field have already concluded that the final climb will prove to be decisive today.'),(4483,94,'2006-09-08 14:01:14','Contest Reminder!','Take a minute to rally your thoughts and enter our Daily Contest, by hitting the contest button atop this page and follow the instructions. Good luck.'),(4484,94,'2006-09-08 14:16:00','Over the top','and still intact. We still have no reports of a significant break developing in today\'s stage. The peloton has crested the day\'s first climb as a group. We\'ll see how long that holds.

    The first riders over the top were:
    David Arroyo (Sp), Caisse d\'Epargne-I.B.
    \r\nEgoi Martinez (Sp), Discovery Channel
    \r\nPietro Caucchioli (I), Credit Agricole
    \r\nFrédéric Bessy (F), Cofidis
    \r\n

    Meanwhile, VeloNews\'s Andrew Hood spoke with Fred Rodriguez about his hopes here at the Vuelta and his season in general.'),(4485,94,'2006-09-08 14:18:37','Questions?','Comments? Questions? Complaints? Suggestions? Declarations regarding your favorite frame material?\r\nDrop us a line.'),(4486,94,'2006-09-08 14:20:00','The speed is high on the descent','and we do see some fracturing of the peloton... but still no major gaps developing.'),(4487,94,'2006-09-08 14:26:00','First hour of racing','and the peloton has covered 46.2km. Pretty zippy after all.'),(4488,94,'2006-09-08 14:28:00','A bit of a break...','We have three riders Jean Patrick Nazon (Ag2r), Lars Ytting Bak (CSC) and Matteo Tosatto (Quick Step), with 20-second advantage on the main field.'),(4489,94,'2006-09-08 14:31:00','Through the sprint mark...','...at Sacedon (51km) and well get results ASAP.'),(4490,94,'2006-09-08 14:52:52','On the way...','... to the day\'s second climb, the Alto de Corcoles. We don\'t have any news on whether that three-man break successfully got a good gap. '),(4491,94,'2006-09-08 14:34:00','Sprint results','The results of the day\'s first sprint at Sacedon:\r\n1. Jean Patrick Nazon (Ag2r)
    2. Lars Ytting Bak (CSC)
    3. Matteo Tosatto (Quick Step), '),(4492,94,'2006-09-08 15:02:44','Five men off the front','Davide Rebellin (Gerolsteiner), Luis Perez Rodriguez (Cofidis), Lars Bak (CSC), Michael Boogerd (Rabobank) and Inigo Landaluze (Euskaltel) took the lead over the Cat. 3 Alto de Córcoles, and they now have a minute\'s gap going through Alcocer.'),(4493,94,'2006-09-08 15:04:14','At 64km . . .','. . . that gap has doubled and then some, to 2:18.'),(4494,94,'2006-09-08 15:11:46','Up and up','The break now has 3:25. And Oscar Pereiro (Caisse d\'Epargne) has called for a consultation with the race docs. We\'ll try to find out what\'s going on and get back to you.'),(4495,94,'2006-09-08 15:15:45','Best-placed in the break . . .','. . . is Perez, sitting 15th overall at 6:11 behind gold jersey Alejandro Valverde (Caisse d\'Epargne).'),(4496,94,'2006-09-08 15:23:35','Tick, tock','Five minutes now. And Pereiro seems to be doing okay . . . he\'s back in the bunch with his mates.'),(4497,94,'2006-09-08 15:27:27','Feed zone coming up','We\'re at the 88km mark and getting a bit peckish.'),(4498,94,'2006-09-08 15:34:54','Good news and bad news','The good news: Twelve of 13 racers to test positive for banned substances in this year\'s Tour de France had Therapeutic Use Exemptions (TUE). The bad news: Sixty percent of the 105 riders tested declared TUEs. French anti-doping chief Pierre Bordry finds this disturbing. In comments to be published in Saturday\'s Le Monde, Bordry said this could be accepted in sports such as golf or archery, where the athletes tend to be older. \"On the other hand, 60 percent of AUT excuses on the Tour is seriously worrying and does put a doubt on whether or not they are hiding doping practices.\" Read all about it here.'),(4499,94,'2006-09-08 15:36:07','Coming up . . .','. . . the second intermediate sprint, at 100km in Priego.'),(4500,94,'2006-09-08 15:38:09','Caisse d\'Epargne on the job','Valverde\'s boys are up front, but the break\'s lead continues to grow, to 5:20. Average speed for the second hour of racing: 43.8kph, or 27.2mph.'),(4502,94,'2006-09-08 16:02:08','While we wait for news . . .','. . . let\'s talk toys. A friend of ours, a 50-something East Coast road racer, has found the hills a bit daunting of late and is shopping for a featherweight 21st-century wonderbike to make all the nasty pain go away. He asked us for recommendations; alas, our bike is even older and heavier than his, and our bank balance much less impressive. So we\'ll toss the question out to you: What would you buy if you had the opportunity and the bucks? Send your wish lists to webletters@insideinc.com'),(4503,94,'2006-09-08 16:03:28','The VeloNews.com carrier pigeon has landed . . .','. . . and reports that Landaluze has taken the intermediate sprint from Bessy and Bak.'),(4504,94,'2006-09-08 16:08:21','The gap is 7:38','. . . or so we\'re told. That pigeon has trouble operating a stopwatch; no opposable thumbs.'),(4505,94,'2006-09-08 16:09:51','The break is nipping right along','More than 40mph on a slight downgrade.'),(4506,94,'2006-09-08 16:11:33','Time is relative, apparently','Another report gives the break just 6:48 at 122km in. Darn pigeon.'),(4507,94,'2006-09-08 16:14:13','Quick Step lending a hand','The bunch is lining it out, apparently aided by a tail wind.'),(4508,94,'2006-09-08 16:15:25','Pereiro has a tummy upset','His team director has told Spanish TV: \"Oscar isn\'t feeing great, but he should be able to get through the stage. Just something he ate.\"'),(4509,94,'2006-09-08 16:21:01','Wonderbike recommendations','Todd in Tulsa weighs in: \"Orbea Orca, Dura-Ace, upgrade to Zipp wheels.\" Marcel in Boulder proposes: \"Cervelo R3, put some Zipp 303 carbon wheels with some M5 brake calipers and FSA cranks.\" And David in Minnesota chimes in: \"Cervelo Soloist Carbon. Fit it out with Dura-Ace 10-speed and a set of Zipp 404\'s (tubular) for racing and he will have a 15-pound race bike.\" \r\n'),(4510,94,'2006-09-08 16:22:47','Vino\' may be ailing, too','He wasn\'t looking any too sharp over the Cat. 3 climb and is lurking back in the bunch as the chase ramps up.'),(4511,94,'2006-09-08 16:24:53','The gap is coming down','The peloton has closed to just under five minutes.'),(4512,94,'2006-09-08 16:26:50','Quick Step, Milram sharing the load','The chase hits 60kph ... zoom zoom.'),(4513,94,'2006-09-08 16:28:38','The last winner in Cuenca . . .','. . . was Thor Hushovd. We haven\'t seen Crédit Agricole move up to the front yet, though.'),(4514,94,'2006-09-08 16:31:27','More wonderbike picks','Dan in Colorado: \"My wish list would be for Scot Nicol to build me another Steel Ibis Sonoma just like the one I ride now, with full Dura-Ace triple set-up to get me up those pesky hills we have out here in Colorado. It may not be a road racer\'s dream bike, but for the long-haul, 75-mile weekend rides it works very nicely.\" And Roy in North Carolina, a 60-something racer, weighs in for the Specialized S-Works Tarmac SL.\r\n\r\n'),(4515,94,'2006-09-08 16:32:13','40km to go','The gap is plummeting; under four minutes now.'),(4516,94,'2006-09-08 16:34:17','Liquigas and Disco\' chipping in','The bunch has come to life under the encouragement of Olympic champ Paolo Bettini, who must be feeling froggy today.'),(4517,94,'2006-09-08 16:35:21','No worries for Vino\'','Herminio Diaz Zaballa, sport director at Astana, says Vinokourov \"has no problems at all, other than the things that happen two weeks into a grand tour. When the split happened, Vino\' was just at the back of the bunch getting water bottles. He\'s fine.\" '),(4518,94,'2006-09-08 16:37:04','Snip, snip','Down to three minutes, 10 seconds now with under 40km to ride.'),(4519,94,'2006-09-08 16:38:38','Could be a sloppy finish','It\'s raining in Cuenca as the gap slips under three minutes under the relentless pressure from Quick Step.'),(4520,94,'2006-09-08 16:41:45','Wanker of the Day Award','. . . goes to the fleawit who nearly got run over by the bunch as he jogged alongside them.'),(4521,94,'2006-09-08 16:43:48','Still more wonderbikes','Greg says he just replaced his 1995 Litespeed Ultimate with a 2007 Cannondale System Six: \"Wow.  What a difference. The 58cm bike is right at 16 pounds and jumps up the hills when you step on it. I also recommend the compact cranks for the older guys.\"'),(4522,94,'2006-09-08 16:44:25','2:23 now','Raimond Dietzen, Gerolsteiner DS, just told Spanish TV: \"The break was looking good, but suddenly there are three teams collaborating on the chase and it\'s suddenly looking complicated to arrive. Davide (Rebellin) liked the look of today\'s finish, with this climb, and it was ideal for him, so we wanted to get him in the breakaway. We\'ll see if they can make it.\" '),(4523,94,'2006-09-08 16:47:58','2:02 now','The peloton is roaring along with Milram, Liquigas and Quick Step serving as locomotive to this choo-choo.'),(4524,94,'2006-09-08 16:51:22','Bad news for Jan Ullrich','A spokesman for German prosecutors has told AFP: \"Since 2003 unauthorized products were bought by Ullrich. These are not conclusions we have come to ourselves: They are supported by reports from the Spanish police in response to our inquiries into the investigation. We requested collaboration from the Spanish police to verify these findings.\" More as we hear it.'),(4525,94,'2006-09-08 16:52:12','And bad news for the break','Euskaltel sport director Gorka Gerrikagoitia doesn\'t think they\'re gonna make it. \"With four teams working now, I don\'t think they\'re going to make it. I had calculated that if they could hit the Castillo climb with a minute, a minute-30, they would have been okay.\" '),(4526,94,'2006-09-08 16:53:42','Under a minute now','Are we going to see a finish-line battle between Erik Zabel and Bettini?'),(4527,94,'2006-09-08 16:55:00','Under 40 seconds','The chase looks like the Team Time Trial from Hell . . . and the break is in sight. Say g\'nite, Gracie.'),(4528,94,'2006-09-08 16:59:38','Caught and dropped','See ya . . . wouldn\'t want ta be ya. We\'re headed for the base of the Cat. 3 Alta del Castillo.'),(4529,94,'2006-09-08 17:01:50','Quick Step and Milram continue to drive','And now the Disco boys are moving up.'),(4530,94,'2006-09-08 17:04:33','Everyone to the front!','Nobody wants to get caught out on this final climb, which gains about 200 meters in elevation and is followed by a tricky descent on narrow roads.'),(4531,94,'2006-09-08 17:05:40','15km to go','Through a real weirdo of a roundabout and zoom, back on the gas.'),(4532,94,'2006-09-08 17:07:00','Attack!','A Gerolsteiner is off and running ... Hasselbacher!'),(4533,94,'2006-09-08 17:08:01','Danilo Di Luca on the chase','The man in green has countered!'),(4534,94,'2006-09-08 17:09:13','This is one hellishly narrow lane','. . . no wonder everyone wanted to be on the front. Caisse d\'Epargne is chasing . . . Di Luca has been caught by a group including Arroyo and Sastre. Pereiro is in trouble.'),(4535,94,'2006-09-08 17:10:13','Nine or 10 riders out front','And Cofidis\'s Perez has a dig up the left-hand side of the road! Valverde is chasing with Bettini on his wheel.'),(4536,94,'2006-09-08 17:11:45','Vino, Valverde, Bettini on the march','But nobody seems eager to work with Valverde.'),(4537,94,'2006-09-08 17:12:32','A seven-man group is chasing back onto the leaders','Perez remains on the attack, but he hasn\'t got much of a margin.'),(4538,94,'2006-09-08 17:15:29','Perez keeps digging','Valverde, Di Luca, Kasheshkin, Anton are all in the chase.'),(4539,94,'2006-09-08 17:15:56','Hesjedal pushing the pursuit','The big man from Phonak is in that chase, too.'),(4540,94,'2006-09-08 17:17:07','8km to go','Sanchez (Euskatel) has a dig . . . he\'s outrunning the camera bikes.'),(4541,94,'2006-09-08 17:17:31','Sanchez using all the road','He needs it to keep away from the damn\' motos, which are out of control.'),(4542,94,'2006-09-08 17:19:26','Sanchez roaring along','62kph, curb to curb, using all the road.'),(4543,94,'2006-09-08 17:20:07','5km to go','A huge chase containing most of the race favorites has formed up behind as Sanchez clings to an eight-second margin.'),(4544,94,'2006-09-08 17:21:18','4km to go','And four motos surround Sanchez. Give the man a little room to ride, boys.'),(4545,94,'2006-09-08 17:22:01','3km to go','Sanchez clings to that eight-second gap, head down, in the hooks and hauling.'),(4546,94,'2006-09-08 17:22:42','Caisse d\'Epargne driving the chase','Sanchez is under 2km to go.'),(4547,94,'2006-09-08 17:23:21','Sanchez is in the town','. . . and here comes the chase!'),(4548,94,'2006-09-08 17:23:43','1km to go','The bunch is lined out behind him!'),(4549,94,'2006-09-08 17:24:13','Just a handful of seconds','Sanchez heads for the line . . .'),(4550,94,'2006-09-08 17:24:33','A slight rise to the finish','It\'s gonna be close . . .'),(4551,94,'2006-09-08 17:25:24','Wow! By a gnat\'s whisker!','Sanchez just holds on for the victory!'),(4552,94,'2006-09-08 17:27:56','Second and third are . . .','. . . Hushovd and Valverde.'),(4553,94,'2006-09-08 17:29:31','Some guys are gonna lose time today','That final power climb shattered the bunch. But the usual suspects were where they should\'ve been at the finish: Valverde, Kasheshkin and Sastre hold top three on GC.'),(4554,94,'2006-09-08 17:30:28','Th-th-th-that\'s all, folks','Thanks for joining us today. We\'ll see you here again tomorrow . . . in the meantime, stay tuned for a race report from Andrew Hood, photos from Graham Watson and complete results.'),(4555,95,'2006-09-09 13:51:40','Good day and ...','welcome to VeloNews.com\'s Live Coverage of the 14th stage of the 61st Vuelta a Espana. Today\'s 33.2-kilometer individual time trial could change things on the overall standings of this Vuelta and we\'ll be keeping track of the performances of the main GC challengers, as well as a few riders who may be looking for a stage win, but don\'t have much - if any - chance to change the composition of the top-ten.

    Speaking of which, David Millar has emerged atop the current leader board, turning in the best time thus far, covering the 33.2km course in 40:54, a fraction of a second faster than CSC\'s Cancellara.

    Top Five:
    1. Millar 40:54
    2. Cancellara, s.t.
    3. Bodrogi, at 0:45
    4. O\'Grady, at 0:54
    5. Arvesen, at 1:12'),(4556,95,'2006-09-09 13:53:48','Tom Danielson','is on route now and we should be getting time checks from his ride soon.'),(4557,95,'2006-09-09 13:55:09','Danielson','...at the 9.9km time check came through with the 12th best of the day, some 36 seconds off of the pace set by Cancellara.'),(4558,95,'2006-09-09 13:56:05','Top times at the finish','have not changed since Millar turned in his best-so-far performance.'),(4559,95,'2006-09-09 13:58:03','Contest reminder','Because we\'ve had a couple of days in which contestants have simply not picked the right winner, we\'ll offer up triple prizes today. Be sure to include the name and the winning time of today\'s winner and we\'ll give prizes to the three of you who are closest. Just go up and hit the contest button at the top of the page for the address. Good luck.'),(4560,95,'2006-09-09 14:01:41','Brajkovic','The skinny Slovene from Discovery is on route. You know, he\'s not that far out of contention and with his proven time trial strength this week and next, coupled with a couple fo good rides in the mountains and we could see him work his way on to a podium spot in Madrid. Either way, he\'s had a spectacular grand tour debut... reminiscent of a young Greg LeMond, who finished third in his first Tour de France... second in his second and, of course, first the third time he rode it.'),(4561,95,'2006-09-09 14:02:43','Sastre','is now on route.\r\nThe last two starters are getting ready in and around the start house and we\'ll be tracking performances for the duration.'),(4562,95,'2006-09-09 14:06:35','Valverde on route','Big cheers as the race leader is on his way...'),(4563,95,'2006-09-09 14:09:45','Danielson','at 20.7km has the seventh-best time, 44 seconds back.'); +INSERT INTO `ticks` VALUES (4564,95,'2006-09-09 14:28:39','Technical issues','We had some WiFi problems here in the pressroom. We need to apologize. - We were just about to note that Vinokourov came through the 9.9km time check some 45 seconds off of the leading pace in 22nd place. Vinokourov, meanwhile, has come through with the seventh-best time'),(4565,95,'2006-09-09 14:29:25','Valverde','is on the little Cat. 3 climb that marks today\'s route'),(4566,95,'2006-09-09 14:43:24','More tech issues','and we apologize.\r\n\r\nWe\'re seeing the top riders already finishing, so we\'ve lost a lot of content today.\r\n\r\nSastre is riding a solid time trial and he appears to holding on to his top-three spot'),(4567,95,'2006-09-09 14:44:23','Sastre','41:40... Vinokourov has made up some time on Sastre, but it\'s not quite enough to jump into third.'),(4568,95,'2006-09-09 14:45:52','Kashechkin','Has come in with a time of 41:20. '),(4569,95,'2006-09-09 14:46:23','Valverde','is flying to the finish and he may even beat Millar\'s time... it will be close.'),(4570,95,'2006-09-09 14:47:09','Valverde',' Comes in at 41:07 and Millar takes the stage.'),(4571,96,'2006-09-10 13:31:00','Good day and welcome ...','and welcome to VeloNews.com\'s Live Coverage of the 15th stage of the Vuelta a Espana.

    Today\'s stage took an early start - 10:00 - and racing has been underway now for about three-and-a-half hours on this 182 kilometer route from from MotilladelPalancar to\r\nthe big Ford factory near Valencia.

    As per usual, the day began with a series of attacks, driven in large part by the sole continental team in the peloton, the Relax-GAM squad. Several efforts proved fruitless until the seven kilometer mark when Kjell Carlström (Liquigas) joined up with Relax\'s Jorge García. The two built up a substantial eight-minute lead, but Carlström has since faded back, being caught at km 101 and it\'s now just García off the front at km 133 with a six-minute lead.'),(4572,96,'2006-09-10 13:34:08','Today\'s early start','is due to another conflict with other sporting events being broadcast on Spanish television coupled with the fact that tomorrow\'s rest day involves a big transfer back down to the Southern tip of the Iberian Peninsula, returning almost to the same spot as last week. This year\'s route involves a lot of transfer time.'),(4573,96,'2006-09-10 13:36:37','Our apologies','Yesterday\'s Live Update was full of problems, largely rooted in connectivity issues. We apologize for the delay in getting reports up and we want to assure you that we have solved the problem. Fortunately, it was on a weekend and traffic tends to be a bit lighter than during the week, when many of you use Live Updates as a diversion from office work, but again, we do mean to apologize for the problems we encountered.'),(4574,96,'2006-09-10 13:38:35','García\'s advantage','is coming down. He is now just 4:20 ahead of the field. It\'s likely that we\'ll see a catch before he makes it to the Ford plant, as the quality of roads continues to improve as the route makes its way toward Valencia.'),(4575,96,'2006-09-10 13:40:00','Yesterday\'s time trial','Race leader Valverde was happy at sign-in this morning, telling the crowd, \"I am very content with the result I achieved yesterday because it was a hard day and I believe it all turned out very well.\"

    He really did boost his chances by holding his own against his top competition. He has significantly improved his time trialing.'),(4576,96,'2006-09-10 13:41:02','Cancellara','Team CSC\'s Fabian Cancellara is expected to pull out of the Vuelta, most likely after today\'s stage. The big Swiss time machine, who narrowly missed a victory in Saturday\'s TT, said he wants to prepare for the world TT championships Sept. 21. \"There\'s nothing for me in the final week of the Vuelta. I helped Carlos as much as I could for two weeks and I am feeling stronger every day. I want to win the world title.\"'),(4577,96,'2006-09-10 13:45:46','Vino\'s take','Vinokourov wasn\'t too happy about his TT ride. The Kazakh was predicting he\'d take a minute out of Valverde. Instead, he could only muster eight seconds, the same amount Valverde won in a time bonus after finishing third in Friday\'s stage into Cuenca.

    Vino said before the start, \"The descent was a little dangerous and I took my precautions to avoid a fall. I see that the others didn\'t do that. Things didn\'t turn out the way I wanted them to, but there\'s still a lot of Vuelta ahead of us. We have to keep trying to do it.\"'),(4578,96,'2006-09-10 13:48:27','Two more non-starters','The peloton left the start today without Gerolsteiner\'s Davide Rebellin and Lampre\'s Ruggero Marzoli. Of the 189 riders that have started the Vuelta, 33 have abandoned. '),(4579,96,'2006-09-10 13:51:00','A little course history:','In 2004, Tyler Hamilton won a time trial at the Ford Factory, a victory that prompt post-race anti-doping controls that led to his eventual two-year ban for homologous blood doping. Hamilton\'s two-year ban ends on Sept. 23.

    Victor Hugo Pena (U.S. Postal) is now the official winner of that September 11th stage.

    That same day Postal\'s Floyd Landis slipped back into the overall leader\'s jersey. He would eventually lose it to Roberto Heras on the climbing stage to Calar Alto four days later. Heras went on to win the Vuelta. '),(4580,96,'2006-09-10 13:56:35','Tick, tick, tick','No one seems willing to let this guy get too far. García\'s advantage is being cut quite quickly as the finish approaches. He\'s at km 152 and has just 2:40 on the main field.'),(4581,96,'2006-09-10 14:00:24','The pace is high','García is cruising at a nice pace through generally downhill roads heading toward the coast. The gap continues to shrink, though as the chase is underway with 29km remaining.'),(4582,96,'2006-09-10 14:02:57','Contest Reminder','Remember to put in your pick today. Look for the link atop this page and follow the instructions'),(4583,96,'2006-09-10 14:03:45','Comments, questions?','

    Drop us a line'),(4584,96,'2006-09-10 14:05:25','Less than 2:00','García\'s advantage is just around 1:45 with 26km to go.'),(4585,96,'2006-09-10 14:08:54','Credit Agricole','and Lampre are setting a strong tempo in the chase. The gap is holding around 1:55.'),(4586,96,'2006-09-10 14:10:00','With 23.5km','to go the gap is 1:44. The speedometers show that García is moving at 41kph and the peloton is doing 47. Not much chance he\'ll make it, folks.'),(4587,96,'2006-09-10 14:14:32','A reader letter','

    David Millar wins a time trial and declares \"I am 100% clean\". Haven\'t we heard this before from him? Didn\'t he say this after his world championship win in Hamilton? Didn\'t he pass the dope tests there (and everywhere else for that matter) and call his detractors liars?\r\nSo he wins another TT, pees in a bottle, comes up clean and says once more he\'s clean. David, answer this for me - why should we believe you this time around? What\'s different?
    Mike Tierney\r\nWoodstock Ontario
    Canada

    Mike, we\'re not going to bet the farm on the assumption that someone is riding clean and that others are not... we just don\'t know. We\'d like to believe that he learned his lesson and is not willing to risk a life-time ban. He is being subjected to extraordinary scrutiny now. We hope that\'s enough.'),(4588,96,'2006-09-10 14:16:30','The gap','is now exactly 1:00 with 19km to go. Milram, CSC and Credit Agricole are now powering the chase.'),(4589,96,'2006-09-10 14:18:33','On the attack since km 7','and poor Mr. Garcia is about 33 seconds ahead of the peloton.'),(4590,96,'2006-09-10 14:19:13','There\'s the look...','... over the shoulder. That\'s a bad sign.'),(4591,96,'2006-09-10 14:20:11','Chris Horner','is taking a pull at the front. No one is staying up there for too long. The pace is high. They want this guy back in the field.'),(4592,96,'2006-09-10 14:21:16','We don\'t do this too often','but, what the heck... maybe we\'ll pick a winner today. This could be a Fred Rodriguez day, eh?'),(4593,96,'2006-09-10 14:21:52','50 meters','Garcia is about to be swept up....

    There\'s the catch!

    '),(4594,96,'2006-09-10 14:26:21','Zooming toward the Ford plant','The pace is high as several teams are driving at the front, sharing the work. No single team is trying to dominate at this point, but we do see a couple of them setting up their trains.'),(4595,96,'2006-09-10 14:27:42','Lots of road furniture','With 12km remaining, the course is coming through some weird and unmarked traffic dividers.'),(4596,96,'2006-09-10 14:29:55','With 10 kilometers to go','The pace remains quite high. We see a couple of Davitamon riders up there, along with the Credit Agricole and Lampre teams.'),(4597,96,'2006-09-10 14:31:41','Wide roads','The course has finally come off of the narrow, snaky roads and the peloton is now driving down a wide, wide highway on the way to the finish. With 8km to go, the Credit Agricole squad is doing the bulk of the work at the front.'),(4598,96,'2006-09-10 14:34:26','Seven kilometers','to go.. it\'s Credit Agricole and Quick Step driving at the front. The pace has slowed as the route is heading into a bit of a sea breeze right now.'),(4599,96,'2006-09-10 14:35:32','With six km to go','The CSC and Lampre teams are moving up... and the pace is picking up as the peloton smells the finish line.'),(4600,96,'2006-09-10 14:37:14','Off the highway','with five kilometers to go, the course is heading toward the Ford plant and the roads are a bit narrower.'),(4601,96,'2006-09-10 14:38:10','Four kilometers to go','The Quick Step team is driving hard at the front as Bettini is moving up...'),(4602,96,'2006-09-10 14:38:38','Three','The pace is now above 60kph'),(4603,96,'2006-09-10 14:39:24','With two kilometers to go','Quick Step... still driving. We see Petacchi moving up, too.'),(4604,96,'2006-09-10 14:39:53','With one kilometer to go','Bettini is in the third spot... Milram driving hard now.'),(4605,96,'2006-09-10 14:40:04','Milram in command now.',''),(4606,96,'2006-09-10 14:40:38','Zabel leads out Petacchi',''),(4607,96,'2006-09-10 14:41:00','Petacchi in a bad position','With twisty route to the finish, Petacchi is shut out....

    A mad scramble

    A big surge and...it\'s a Gerolsteiner rider who takes the win. Förster? Yes, it\'s Robert Förster.'),(4608,96,'2006-09-10 14:45:00','Results','1. Robert Förster (G) Gerolsteiner, 182km in 4:24:55
    2. Stuart O\'Grady (Aus) CSC
    3. Danilo Napolitano (I), Lampre

    There is no change in the overall.'),(4609,97,'2006-09-12 13:45:28','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the 16th stage of the 2006 Vuelta a Espana. This is a toughy, folks. It covers only 145 kilometers, but take a look at the profile. In the words of Discovery\'s Michael Barry:

    Over the first 80 kilometers we will climb from 80m to 2160m and will then descend down the mountain, do a short lap around the bottom and then climb back up, although this time to an observatory. It will be tough.\r\n
    '),(4610,97,'2006-09-12 13:49:00','Today\'s weather','is on the crappy side. The morning was punctuated by thunderstorms, which have since cleared up, but we can expect rain and cool conditions, especially on the top of the big climb. Recall that this is essentially the same stage in which Roberto Heras took the overall lead from Floyd Landis in 2004, which was also cold, windy and rainy atop the climb.'),(4611,97,'2006-09-12 13:53:00','The first half hour','The peloton has been underway for half-an-hour. We\'ve seen several attacks and the latest surge is a group of 27 that includes Discovery\'s Tom Danielson (who sits in 12th on GC at 7:46).'),(4612,97,'2006-09-12 13:54:00','The big group','has never gotten a lot of traction and Danielson seems to sense that. He\'s moved ahead of the lead group with Joan Horrach (Caisse d\'Epargne). We\'ll be getting some time checks ASAP.'),(4613,97,'2006-09-12 14:00:00','At 30km','The Danielson/Horrach effort didn\'t last too long, but those two are in the big group with a 30-second lead on the peloton. There are some big names - including Rasmussen - in that lead group. Egoi Martinez is trying to bridge up from the peloton, as well. Martinez is in the hunt for the climber\'s jersey and will be trying to snag as many KOM points as he can today.

    Looking back to this stage in 2004, there\'s another bit of dark cycling history in that this was the last time Tyler Hamilton rode as a professional. He left the Vuelta that evening after finishing the stage and it was just a few days later that he learned of the positive result from his stage 8 individual time trial win, which took place at the big Ford facility south of Valencia.'),(4614,97,'2006-09-12 14:07:51','Contest Reminder!','Don\'t forget to make your pick today. Hit the Contest button on top of the page and follow the instructions.'),(4615,97,'2006-09-12 14:08:00','At 40km','The Danielson group has been pulled back, never having really gained a significant advantage. There were too many dangerous riders in that group. The peloton is making its way on to the lower slopes of the Cat 1 Alto de Velefique, which reaches an altitude of 6000 feet and tops out at 56.3km. That\'s a big transition from the start in Almeria, which is at sea level.'),(4616,97,'2006-09-12 14:20:00','The climb','The peloton remains intact as the course winds its way up the day\'s first big challenge.

    Complaints? Faint praise? Election predictions? Drop us a line'),(4617,97,'2006-09-12 14:33:03','At 52km','The peloton is reaching the upper portions of the Alto de Velefique and hitting the parts that make this a Cat. 1 climb, namely the steep sections that hit 11 percent at points.'),(4618,97,'2006-09-12 14:37:50','Nearing the top','and we actually have updated reports on a break that has broken the peloton apart. We\'ll have a time check and details on the composition ASAP.'),(4619,97,'2006-09-12 14:40:00','The group','A big group has formed off the front. The gap is actually quite significant, beyond three minutes at this point. The group includes:
    Egoi Martinez (Sp), Discovery Channel
    \r\nIñigo Chaurreau (Sp), Ag2r Prevoyance
    \r\nPietro Caucchioli (I), Credit Agricole
    \r\nDaniel Becke (G), Milram
    \r\nSébastien Minard (F), Cofidis
    \r\nDmitriy Fofonov (Kaz), Credit Agricole
    \r\nSébastien Joly (F), Francaise des Jeux
    \r\nMauricio Ardila (Col), Rabobank
    \r\nOscar Pereiro (Sp), Caisse d\'Epargne-I.B.
    \r\nIñigo Landaluze (Sp), Euskaltel-Euskadi
    \r\nKurt-Asle Arvesen (Nor), CSC
    \r\nJosé Antonio Redondo (Sp), AWT
    \r\nAlessandro Spezialetti (I), Liquigas-Bianchi

    Jérémy Roy (F), Francaise des Jeux trails the lead group by about 30 seconds.
    \r\n'),(4620,97,'2006-09-12 14:52:00','Up and over','We\'ll get a time check and results of the KOM. Martinez appeared to be first, which moves him closer to earning the jersey.'),(4621,97,'2006-09-12 14:47:42','KOM','We don\'t have results of the climb yet, but here are how things stood this morning:

    1. Pietro Caucchioli (I), Credit Agricole, 81 Pts.
    \r\n2. José Miguel Elias (Sp), REG, 70 Pts.
    \r\n3. Egoi Martinez (Sp), Discovery Channel, 67 Pts.
    \r\n4. David Arroyo (Sp), Caisse d\'Epargne-I.B., 53 Pts.
    \r\n5. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., 50 Pts.
    \r\n6. Carlos Sastre (Sp), CSC, 44 Pts.
    \r\n7. Danilo Di Luca (I), Liquigas-Bianchi, 40 Pts.
    \r\n8. ÃÂngel Vallejo (Sp), REG, 36 Pts.
    \r\n9. Janez Brajkovic (SLO), Discovery Channel, 33 Pts.
    \r\n10. Andrey Kashechkin (Kaz), AWT, 32 Pts.
    \r\n
    '),(4622,97,'2006-09-12 14:57:00','Time gaps','Still no word on the KOM results, but the peloton crested the climb slightly less than four minutes behind the men in the break, with Jeremy Roy caught in no-man\'s-land in between.'),(4623,97,'2006-09-12 15:10:10','Going backwards','Roy is falling back to the peloton . . . he\'s more than two minutes down on the leaders now, with the bunch two minutes behind him.'),(4624,97,'2006-09-12 15:15:25','Another one bites the dust','We just heard that Danilo Napolitano has called it quits. You may recall that the Lampre man and a frustrated Alessandro Petacchi had a bit of a spat after Sunday\'s sprint . . . the discussion left Petacchi with a broken hand.'),(4625,97,'2006-09-12 15:26:02','Sorry for the spotty updates','The VeloNews.com carrier pigeon appears to be suffering from the dismal weather (to say nothing of the usual ADD). What we need here is a giant condor with a Blackberry and a work ethic.'),(4626,97,'2006-09-12 15:32:08','That got his attention','Nothing like fear for one\'s job as a motivator. The VeloNews.com carrier pigeon finally weighs in with the results of the Alto de Velefique ascent: 1. Martinez; 2. Caucchioli; 3. Arvesen. Roy is being sucked in by the bunch, which remains some 3:40 in arrears, as our leaders hit the descent toward Bacares.'),(4627,97,'2006-09-12 15:46:00','Man down','Nacor Burgos Rojo (Relax Gam) has crashed coming off the Alto de Velefique; he\'s out of the Vuelta. Up front, Fofonov, Caucchioli, Arvesen and Charreau have a bit of a gap on their erstwhile compañeros as they work their way up the second first-category ascent of the day, the Alto de Calor Alto.'),(4628,97,'2006-09-12 15:58:38','Kaboom','The second Cat. 1 of the day is taking a toll on the break. Caucchioli, Martinez, Fofonov, Landaluze, Arvesen, Chaurreau, Redondo are in the lead, chased by Minard, Becke and Pereiro.\r\n'),(4629,97,'2006-09-12 16:02:49','Together again','We spoke too soon. Now Redondo, Minard, Martinez, Caucchioli, Pereiro, Fofonov, Arvesen, Chaurreau, Landaluze and Becke are together, with a gap of more than five minutes on the bunch. And guess what? It’s raining again. Ain’t nothin’ but a party.'),(4630,97,'2006-09-12 16:09:45','The rain in Spain (everybody sing!)','This part of Spain is the nation\'s driest ... one bartender told the VeloNews.com crew this morning over coffee that he can\'t remember the last time it rained. Before today, that is. Roads were flooded and there was a hint of snow on the higher peaks above Granada, which all makes for a cold and wet day in the saddle. Riders were picking through kit bags this morning, selecting gloves, arm warmers and rain jackets to wear during the stage.'),(4631,97,'2006-09-12 16:13:38','A tale of two Americans','Chris Horner said before the stage that the roads could be treacherous. \"It might be very slick today because of oil on these roads. We\'re going to have to be careful.\" But Tom Danielson is eager to throw down. \"I have nothing to lose so I am going to try something if I can. I am feeling better and I have recovered my motivation after my disappointment earlier in the race,\" he said.'),(4632,97,'2006-09-12 16:18:15','Gaps \'n\' stuff','Over the top of Calor Alto, Chaurreau, Caucchioli, Pereiro, Minard, Martinez, Landaluze, Becke and Redondo have a lead of just over two and a half minutes over Joly, Ardila Cano and Spezialetti. The bunch is nearly five and a half minutes behind.\r\n\r\n\r\n'),(4633,97,'2006-09-12 16:19:12','The good news . . .','. . . these boys are racing on new tarmac, freshly laid down for the Vuelta. On the climb, anyway.'),(4634,97,'2006-09-12 16:21:36','Tops at the top','1. Martinez; 2. Caucchioli; 3. Pereiro.'),(4635,97,'2006-09-12 16:26:07','Out of the clouds','The leaders are dipping into the valley, where it\'s considerably sunnier. The gap is 5:34 now with Caisse d\'Epargne on the front of the chase.'),(4636,97,'2006-09-12 16:30:12','The rain in Spain (reprise)','Carlos Sastre says his legs are feeling okay, and that\'s a good thing, given the weather. \"If it\'s raining today, that will change things. The stage will be even harder in the cold and rain,\" he said.'),(4637,97,'2006-09-12 16:37:23','Crash!','Jesus Hernandez (Relax Gam) is on the deck, getting checked out by the race medicos.'),(4638,97,'2006-09-12 16:41:04','The gap is holding steady . . .','. . . at 5:32. Race leader Alejandro Valverde is surrounded by his Caisse d\'Epargne boys at the front of the chase.'),(4639,97,'2006-09-12 16:49:19','We\'re racing to the base of the final climb','With the gap yo-yoing from 5:30 to 6, it should be an entertaining ascent. Carlos Sastre (CSC) is tucked in neatly among the Caisse d\'Epargne lads.'),(4640,97,'2006-09-12 16:50:12','And that final climb is a bear','Just ask race leader Valverde, who told VeloNews.com: \"I am more worried about the La Pandera climb than Calar Alto. La Pandera has much steeper sections and is a much more explosive climb. One bad moment there and you can lose a lot of time. Calar Alto is a longer climb, but more gradual. You can set a steadier pace.\"'),(4641,97,'2006-09-12 16:51:02','20km to go','And it\'s all uphill from here.'),(4642,97,'2006-09-12 16:55:23','Becke and Redondo','. . . are having a dig out of the break. Redondo is cranking out the revs on the front.'),(4643,97,'2006-09-12 16:57:23','Behind the leaders . . .','. . . the chase is spitting riders out the back, David Millar among them.'),(4644,97,'2006-09-12 16:59:35','Becke and Redondo . . .','. . . are on a 6 percent grade as the six-man Landaluze group motors along behind.'),(4645,97,'2006-09-12 16:59:58','The gap is coming down','Just 3:35 now from the lead duo to the peloton.'),(4646,97,'2006-09-12 17:01:40','Landaluze trying to bridge','He senses that his chase group is doomed and is in no-man\'s land, trying to reel in the lead pair.'),(4647,97,'2006-09-12 17:02:30','15km to go','And it\'s getting dark and damp again. That\'s gonna be a long 15km.'),(4648,97,'2006-09-12 17:03:26','49 seconds to the first chase . . .','. . . and CSC has gone to the front of the peloton, testing Valverde\'s legs.'),(4649,97,'2006-09-12 17:04:25','Is this a triathlon?','\'Cause this sure looks like the swim leg. \"Tell Noah to load up the Ark,\" says our man Andrew Hood.'),(4650,97,'2006-09-12 17:06:16','CSC\'s drillin\' it','Sastre must be feeling froggy. Up front, Redondo is putting Becke into difficulty. He\'s popped.'),(4651,97,'2006-09-12 17:07:17','Redondo\'s all alone out front . . .','. . . as CSC lines it out at more than 20 mph. Ouch.'),(4652,97,'2006-09-12 17:09:02','Vino\'s hovering in mid-group','Chris Horner and Danilo Di Luca are in there, too. The five-man chase in between is still ticking along.'),(4653,97,'2006-09-12 17:09:50','Redondo hits a 7 percent ramp','He\'s parked in the saddle, crouched over the bars, hands on the tops, zipping along.'),(4654,97,'2006-09-12 17:12:02','11km to go','Redondo appears to be suffering now, as behind him the five-man chase is fiddling about. It would be tough to stay motivated in this squall.'),(4655,97,'2006-09-12 17:13:30','CSC still on the front','Popping guys off the back . . . and now Martinez has leapt ahead! He\'s chasing Redondo.'),(4656,97,'2006-09-12 17:15:55','The peloton is shrinking','Just a couple dozen now. Ahead, Martinez has caught Becke and he\'s after Redondo. Landaluze is still up there, too.'),(4657,97,'2006-09-12 17:16:25','Tick, tock','Redondo has 2:19 on the greatly reduced peloton.'),(4658,97,'2006-09-12 17:16:54','Tock, tick','Landaluze is just 40 seconds behind Redondo.'),(4659,97,'2006-09-12 17:18:17','Horner remains in the peloton','9km to go for our leader . . . and Martinez is flying across the gap.'),(4660,97,'2006-09-12 17:19:25','The fabled mask of pain','Our man Redondo is wearing it. Landaluze is 30-odd seconds back with Martinez on the march.'),(4661,97,'2006-09-12 17:20:12','Sastre attacks!','Horner is losing contact!'),(4662,97,'2006-09-12 17:20:51','8km to go for Redondo','And a mad chase behind. Martinez has reeled in Landaluze.'),(4663,97,'2006-09-12 17:22:48','The main chase . . .','. . . is down to a dozen or so, Sastre among them. Valverde, Arroyo, are there, too.'),(4664,97,'2006-09-12 17:23:13','Three Discos there, too','Danielson, Devolder and Beltran?'),(4665,97,'2006-09-12 17:24:04','7km to go','Man, this like racing through a car wash. Sastre is clearly tired of it – he accelerates again.'),(4666,97,'2006-09-12 17:24:51','Sastre\'s testing Valverde','One of the Discos has popped . . . looks like Beltran.'),(4667,97,'2006-09-12 17:25:55','Redondo pushes forward','Sastre and Valverde are dueling behind . . .'),(4668,97,'2006-09-12 17:26:51','Vino\'s up the road ...','. . . and Valverde follows! Sastre clings to his wheel!'),(4669,97,'2006-09-12 17:27:31','Sanchez joins them','. . . and the chase is reeling in the two leaders.'),(4670,97,'2006-09-12 17:27:00','Sanchez third on the road','. . . and Sastre has a dig! Valverde\'s on him like a wet jersey.'),(4671,97,'2006-09-12 17:29:09','Attack after attack','The Euskaltel boys are hammering away at this group.'),(4672,97,'2006-09-12 17:29:50','Waiting game','Vino\' and Valverde look unruffled by all the action.'),(4673,97,'2006-09-12 17:30:33','Danielson has caught back on','. . . with an assist from Egoi Martinez from the earlier break.'),(4674,97,'2006-09-12 17:31:26','5km to go','Landaluze has caught Redondo!'),(4675,97,'2006-09-12 17:33:04','The climb steepens','Valverde, Sastre, Sanchez, Vinokourov, Danielson and Martinez are in the lead group. Kashechkin is a minute down.'),(4676,97,'2006-09-12 17:33:41','That\'s Igor Anton . . .','. . . who has caught Redondo. And Vino\' puts in a huge move! Sastre is cracking, but Valverde hasn\'t!'),(4677,97,'2006-09-12 17:34:14','Redondo sits up . . .','. . . to lend Vino\' a hand. It\'s Anton alone off the front.'),(4678,97,'2006-09-12 17:34:50','4km to go','Anton is alone up front with Redondo, Vino\' and Valverde behind. Sastre and Danielson are struggling behind.'),(4679,97,'2006-09-12 17:35:37','Redondo tows the chase . . .','. . . right past Anton. And Vino\' and Valverde hit the gas again!'),(4680,97,'2006-09-12 17:36:20','Vino\' has a look over his shoulder','. . . and Anton has another dig!'),(4681,97,'2006-09-12 17:37:20','Side by side','Vino\' and Valverde ride shoulder to shoulder as Sastre and Sanchez claw their way back up to them. 3km to go.'),(4682,97,'2006-09-12 17:38:05','Danielson attacks!','He roars right up from the back and off the front!'),(4683,97,'2006-09-12 17:38:39','Anton clings to 24 seconds','. . . as Danielson punches it.'),(4684,97,'2006-09-12 17:39:10','Danielson goes again!','Zoom!'),(4685,97,'2006-09-12 17:40:00','Anton\'s lead grows . . .','. . . to 34 seconds. 2km to go and Danielson has a gap.'),(4686,97,'2006-09-12 17:40:37','And Vino\' goes again!','Danielson is caught and passed!'),(4687,97,'2006-09-12 17:41:28','Sastre, Vino\' and Valverde','. . . are on the steeps en route to the final grind.'),(4688,97,'2006-09-12 17:42:33','29 seconds for Anton','Valverde, Vino\' and Sastre are riding together, joined now by Sanchez.'),(4689,97,'2006-09-12 17:43:21','Into the mist with 1km to go','Anton is mashing those pedals.'),(4690,97,'2006-09-12 17:44:12','Danielson rejoins the chasers','Man, this is an ugly climb. Sanchez is wobbling all over the road, blocking for his boy up the road.'),(4691,97,'2006-09-12 17:44:47','500 meters to go','. . . and Anton is well away, climbing out of the saddle toward the line.'),(4692,97,'2006-09-12 17:45:56','Up go the arms','Anton takes it. Valverde edges Vino\' for the runner-up spot.'),(4693,97,'2006-09-12 17:47:14','Kash\' concedes 1:28 on the day','. . . and a minute to Sastre and 1:25 to Vino\'. That\'s gonna leave a mark.'),(4694,97,'2006-09-12 17:48:22','Vino\' into third overall . . .','. . . behind Valverde and Sastre. Chapeau to the attacking Kazakh.'),(4695,97,'2006-09-12 17:49:34','Th-th-th-that\'s all, folks','Thanks for hanging with us this fine damp mountain morning. Stick around for a report from Andrew Hood, photos from Graham Watson and complete results. See you here again tomorrow.'),(4696,98,'2006-09-13 13:54:52','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the 17th stage of the 2006 Vuelta a España, another tough haul from sea level that throws the peloton into the mountains within the first 15km.

    Today\'s route includes the Category 1 Alto de Albandon, which over the course of 18km, takes the peloton from barely above sea level to around 1300 meters.

    The next obstacle is the Category 3 Alto de Lanjaron (which crests at 86km) and then the Cat. 1 Alto de Monachil, which tops out at 1510 meters at the 146km mark and offers up a delightful mix of 12- and 13-percent grades on the way to the summit. This is not a mountain-top finish, though and the leaders on the final climb face a dauntingly fast 20km descent to Granada to make it to the finish today. \r\n'),(4697,98,'2006-09-13 13:55:00','Another late start','Because today\'s route is relatively short, the start kicked off at around 1:10. As expected, the attacks began quickly in anticipation of today\'s first climb, the Alto de Albandon.

    There have been several attempts, including another large group of 33 riders with some very dangerous players on board, but none of those efforts got too far ahead of the peloton. As the race works its way up the slopes of the climb, we see the Discovery Channel working hard to pull back remaining escapees in an effort to secure the KOM jersey for Egoi Martinez.\r\n'),(4698,98,'2006-09-13 14:01:28','Contest Reminder','Don\'t forget to put in your picks for today\'s stage winner. We\'ll award two prizes today, so be sure to hit the Contest link atop the page.'),(4699,98,'2006-09-13 14:03:00','Wanna let us know what you\'re thinking?','Comments? Questions? Vacation recommendations? Drop\r\nus a line.'),(4700,98,'2006-09-13 14:04:00','The KOM battle','is heating up. Currently we have a small group moving ahead of the main field with about six kilometers remaining on the climb. Included in the break are:
    Egoi Martinez, Discovery Channel
    \r\nEvgeni Petrov, Lampre
    \r\nXabier Zandio, Caisse d\'Epargne-I.B.
    \r\nSerguei Yakovlev, AWT
    \r\nPietro Caucchioli, Credit Agricole
    \r\nKurt-Asle Arvesen, CSC
    \r\n\r\nOf course, the interesting combination there is the fact that Martinez and Caucchioli are in the mix. Caucchioli leads the climber\'s jersey competition but just five points over Martinez.'),(4701,98,'2006-09-13 14:16:19','The Martinez group','is back in the fold, but the attacks continue as the peloton comes within 2.5km of the summit.'),(4702,98,'2006-09-13 14:23:17','One of the world\'s great treasures','The finish in Granada today affords anyone connected with the race - rider, official, team staff or spectator - to see one of the world\'s most beautiful buildings, the Alhambra, which dominates the skyline of Granada, sitting atop the al-Sabika, on the left bank of the river Darro, west of the city. The name is derived from the Arabic «qa\'lat al-Hamra\'» meaning \"Red Castle.\"

    It was established and built by the Moorish Kings who dominated this part of the Iberian Peninsula until the lengthy Catholic reconquest finished up near the end of the 15th century. If you\'re lucky enough to be here following the race, you have to take the time to explore the castle. For the rest of you, we\'ll try to post a few pictures.\r\n\r\n\r\n\r\n'),(4703,98,'2006-09-13 14:17:00','Another surge','We see another break developing. Discovery\'s Danielson is up there lending a hand to Martinez. The group - which has a small gap on the main field includes:
    Thomas Danielson (USA), Discovery Channel
    \r\nEgoi Martinez (Sp), Discovery Channel
    \r\nSergio Paulinho (P), AWT
    \r\nDavid Arroyo (Sp), Caisse d\'Epargne-I.B.
    \r\nSerguei Yakovlev (Kaz), AWT
    \r\nPietro Caucchioli (I), Credit Agricole
    \r\nLars Ytting Bak (Dk), CSC
    \r\nStéphane Goubert (F), Ag2r Prevoyance
    \r\nDmitriy Fofonov (Kaz), Credit Agricole
    \r\nEric Leblacher (F), Francaise des Jeux
    \r\nDavid Millar (GB), Saunier Duval
    \r\nKurt-Asle Arvesen (Nor), CSC
    \r\nScott Davis (Aus), T-Mobile
    \r\n'),(4704,98,'2006-09-13 14:21:00','A GC threat','Astana\'s Andrey Kashechkin has bridged up to the lead group as they cover the final kilometer of the climb.'),(4705,98,'2006-09-13 14:27:00','Spotty cell coverage','We\'re having a tough time getting results from the top of the climb. We do know that the group crested the summit with a gap on the peloton, but no exact times or results of the climb... yet.'),(4706,98,'2006-09-13 14:45:18','Valverde','has bridged up to the lead group over the course of the descent. The leaders are at the the 55km mark.'),(4707,98,'2006-09-13 14:49:54','One big happy family','It looks as though the break and the peloton are now once again back together as one. The separation appears to have been on a trial basis. Everyone is all back together... now everyone can sing Kumbayah as we head to the next climb.'),(4708,98,'2006-09-13 14:58:00','Reader letter:','We got this note from an intensely frustrated reader in Chicago:

    I can’t take it any more! I don’t care, don’t care, don’t care about subpoenas, testimonies, admissions, whatever. But I am morbidly fascinated by the stuff, and can’t stop reading about it.

    It’s like I see the train wreck coming, and I know what is going to happen, but I watch anyway. Please stop giving such in-depth coverage to this doping madness, and cover things like La Vuelta, more thoroughly, so we readers can start focusing on something more productive and stop fixating on these awful doping issues and speculations.
    Betsy Nelson

    We sympathize... so, as we were saying, the peloton is cruising down the back side of the day\'s first major climb and heading toward the Cat. 3 at km 86. The speeds are quite high and anyone hoping to serve a subpoena on anyone in the peloton will have a tough time doing it here.'),(4709,98,'2006-09-13 15:05:34','KOM results','Martinez did make it over the top of the climb first, with Caucchioli right on his wheel. This KOM contest is going to go down to the wire.

    1. Egoi Martinez (Discovery)
    2. Pietro Caucchioli (Credit Agricole)
    3. Andrey Kashechkin (Astana)
    4. Tom Danielson (Discovery)'),(4710,98,'2006-09-13 15:18:20','Again with the spotty coverage','It appears that the Danielson group has once again taken a lead on the Valverde group as we approach the Cat. 3 Alto de Lanjaron. Maybe the favorites are going to give these guys a little rope. '),(4711,98,'2006-09-13 15:20:38','Among the leaders . . .','. . . are Bak, Goubert, Fofonov, Danielson, Leblacher and Paulinho. They have a lead of 2:15.'),(4712,98,'2006-09-13 15:27:07','More than three minutes','The break is ticking right along. They still have a ways to go, though . . . and don\'t forget that big hill just before the finish, the Alto de Monachil. That rascal should separate the sheep from the goats.'),(4713,98,'2006-09-13 15:29:30','36.4kph for the second hour','That\'s 22.6mph, yanquis.'),(4714,98,'2006-09-13 15:32:00','Over the Lanjaron','And the order is: 1. Leblacher; 2. Goubert; 3. Paulinho; 4. Danielson. The break has 3:42 now.'),(4715,98,'2006-09-13 15:45:43','Meanwhile, in doping news . . .','Hah! Made you look. Just kidding. We\'re as sick of it as you are. And there\'s no truth to the rumor that we\'re changing our name to \"VeloDoping: The Journal of Competitive Pharmacology.\"'),(4716,98,'2006-09-13 15:50:37','The break\'s advantage . . .','. . . is holding at about 3:45.'),(4717,98,'2006-09-13 15:52:37','In other news . . .','Agence France Presse reports that Andreas Klöden will skip the road race at the world’s in Salzburg. The T-Mobile rider, who finished third at the Tour de France in July but has since announced he will ride for Astana next year, has decided to concentrate on the 52.1km time trial. Germany is already without former Tour de France winner Jan Ullrich, who is fighting doping allegations, and Jens Voigt, this year\'s Tour of Germany winner, who has said he is too tired to have any chance of winning. T-Mobile\'s Matthias Kessler has also opted to miss the event, while Gerolsteiner\'s David Kopp is out after a training crash. Sounds like tough sledding for Germany.\r\n \r\n'),(4718,98,'2006-09-13 15:55:03','This may sound obvious . . .','. . . but Discovery\'s Dirk Demol says Danielson \"is feeling better.\" Demol also tells us that Manuel Beltran \"is motivated for the stage to Jaen. He lives there and wants to do something special there. Egoi (Martinez) is close to the climber\'s jersey - only four points away from Caucchioli - so he will try to get it.\" '),(4719,98,'2006-09-13 15:56:49','The break','A reminder of just who\'s up there with Danielson: Sergio Paulinho (Astana); Eric Leblacher (Française des Jeux); Stéphane Goubert (Ag2r); Dmitriy Fofonov (Crédit Agricole); and Lars Bak (CSC).'),(4720,98,'2006-09-13 15:59:15','Speaking of CSC','Bjarne Riis concedes that Valverde looks good, adding that \"he hasn\'t had a bad day yet. Maybe he will have one, then everything will change. I believe Carlos (Sastre) will be on the final podium. Which position, we have to wait and see.\" As for Sastre, he tells us: \"I will give the maximum to try to win. Yesterday they were a little bit better than me, but I was close so maybe next time I can be better. If I win, if I finish fifth or third or second, I will be satisfied because I never leave anything on the road.\" '),(4721,98,'2006-09-13 16:01:46','As for Valverde . . .','. . . he hasn\'t heard any fat ladies singing (or Fat Guys, for that matter). \"I felt good yesterday. I was able to follow the moves without too much difficulty,\" he told VeloNews.com. \"We are counting down the days. Nothing is finished yet. I see Vinokourov as the strongest now. I have to watch him.\" '),(4722,98,'2006-09-13 16:08:00','Danielson leads past the intermediate sprint','Paulinho and Leblacher crossed second and third at the 107km mark. The break now has nearly four minutes on the Valverde group and something like 10 on the main peloton, if you can believe the VeloNews.com carrier pigeon.'),(4723,98,'2006-09-13 16:18:24','The break keeps chugging along','No passengers in this lot. The gap seems stable at about four minutes.'),(4724,98,'2006-09-13 16:19:19','And now, today\'s weather report','Our man Andrew Hood says it was hot again this morning, with \"big winds blowing up the Sierra Nevada massif, so that means a tailwind coming into Granada. Threatening clouds building higher up, so it might rain.\" '),(4725,98,'2006-09-13 16:21:08','The Valverde group appears unruffled','Caisse d\'Epargne is ticking along, taking on water and snacks, and awaiting today\'s final climb.'),(4726,98,'2006-09-13 16:25:27','The gap is 4:22','Average speed for hour three: 37.4kph/23.2mph.'),(4727,98,'2006-09-13 16:28:17','35km to go','And the favorites are playing it cagey as the break ticks along. We haven\'t seen much of Alexandre Vinokourov today, but Neal Stephens at Astana says Vino still thinks he can win the Vuelta. \"That\'s his goal. He felt good yesterday but Valverde could ride defensively. He wasn\'t going to tow Valverde to the line and then lose the stage to him. He wants to win by attacking.\" '),(4728,98,'2006-09-13 16:31:10','Tough climb coming up','And it will be made tougher by a head-cross wind. The break continues to roll as behind, Caisse d\'Epargne is driving the chase.'),(4729,98,'2006-09-13 16:34:02','The gap dips','It\'s down to 3:20 as the break hits the lower slopes of the day\'s final obstacle.'),(4730,98,'2006-09-13 16:35:22','CSC comes forward','Hunting some time for Sastre, no doubt.'),(4731,98,'2006-09-13 16:36:25','Pereiro\'s had the schnitz','Hasta la vista, muchacho.'),(4732,98,'2006-09-13 16:37:00','CSC keeps lining it out','Stuey O\'Grady is on the front, hammering out of the saddle.'),(4733,98,'2006-09-13 16:38:50','Tick, tock','Two and a half minutes now as CSC roars up the lower slopes of this Cat. 1 climb.'),(4734,98,'2006-09-13 16:40:47','Ahead, Danielson is driving','As behind, CSC is breaking legs. Sastre looks good, but Vino\' and Valverde are right there too.'),(4735,98,'2006-09-13 16:41:35','CSC has really fractured this group','. . . and Saunier Duval\'s Piepoli goes!'),(4736,98,'2006-09-13 16:42:00','And Kashechkin follows','Valverde looks around . . . and sees that Sastre has been cracked by his own team\'s pace.'),(4737,98,'2006-09-13 16:44:00','Kash\' opens a gap','17 seconds.'),(4738,98,'2006-09-13 16:45:51','Danielson has dropped his mates','He\'s on his own at the front.'),(4739,98,'2006-09-13 16:46:00','Under 25km to go','José Gomez Marchante (Saunier Duval) is reeling Kash\' in as the pair drive up on the remnants of the break.'),(4740,98,'2006-09-13 16:48:15','Valverde goes!','Vino\' reacts and Sastre follows!'),(4741,98,'2006-09-13 16:48:54','The battle\'s on','Valverde leads onto a section of 12 percent grade . . . ouch!'),(4742,98,'2006-09-13 16:50:31','Gomez Marchante catches Kash\'','They have 11 seconds over the Valverde group.'),(4743,98,'2006-09-13 16:51:39','Danielson remains alone out front','He\'s really putting the hammer down, shoulders rocking. He has a gap of 1:15 over Gomez Marchante and Kashechkin.'),(4744,98,'2006-09-13 16:52:26','Is Sastre suffering or sandbagging?','He\'s following the wheels back there.'),(4745,98,'2006-09-13 16:54:09','Danielson holds his gap','It\'s 1:12 back to Gomez Marchante and Kash\', who in turn have 17 seconds or thereabouts on the group containing Valverde, Vino\' and Sastre.'),(4746,98,'2006-09-13 16:56:10','24 seconds now',' . . . between the Valverde group and Gomez Marchante and Kash\'.'),(4747,98,'2006-09-13 16:56:22','And there goes Vino\'!','Zoom!'),(4748,98,'2006-09-13 16:56:58','He opens a big, big gap','Valverde and the others just watch as the Kazakh floors it.'),(4749,98,'2006-09-13 16:58:00','Vino\' catches his mate Kash\'','And the two Astana men go riight to work.'),(4750,98,'2006-09-13 16:59:15','The gap is 18 seconds now','Valverde and Sastre gut it up the climb as ahead the Astana boys get busy.'),(4751,98,'2006-09-13 16:59:39','Sastre pops!','Kapow. Valverde\'s chasing solo!'),(4752,98,'2006-09-13 17:00:28','Sastre claws back on','And off we go.'),(4753,98,'2006-09-13 17:00:41','Under 20km to go','. . . and it\'s all downhill.'),(4754,98,'2006-09-13 17:02:35','Danielson clings to a slender lead','Vino\', Kash\' and Gomez Marchante continue the chase as behind them Valverde and Sastre fight to conserve their positions on GC.'),(4755,98,'2006-09-13 17:03:18','Danielson summits','And down he swoops.'),(4756,98,'2006-09-13 17:04:20','Valverde sheds Sastre','He summits alone and is after our three-man chase.'),(4757,98,'2006-09-13 17:04:54','Whoa!','This is one hairy descent, and Valverde is using every inch of the road.'),(4758,98,'2006-09-13 17:05:45','Valverde brings them back . . .','. . . but Vino\' punches it again!'),(4759,98,'2006-09-13 17:07:25','It\'s Valverde, Kash\' and Gomez Marchante','. . . the race leader is chasing the speeding Vino\' with these two guys right on his wheel.'),(4760,98,'2006-09-13 17:08:04','76kph','47.2mph.'),(4761,98,'2006-09-13 17:08:52','Sastre has Paulhino with him','That\'s no help, is it?'),(4762,98,'2006-09-13 17:11:23','Valverde is having to do it all alone','He\'s getting a little irked with his Spanish pal, who won\'t take a pull. Ahead, Vino\' is drillin\' it as Danielson tucks into a quick descent.'),(4763,98,'2006-09-13 17:12:31','Sastre is just 19 seconds back . . .','. . . of the Valverde group.'),(4764,98,'2006-09-13 17:13:50','9km to go','Vino\' is just 17 seconds behind Danielson. The Valverde group has lost something like a minute to the Kazakh on this descent.'),(4765,98,'2006-09-13 17:14:46','8km to go','It looks like Sastre\'s group will catch the race leader\'s trio.'),(4766,98,'2006-09-13 17:16:30','Under 7km remaining','It\'s still Danielson out front, chased by Vinokourov, who is in the hooks and really driving.'),(4767,98,'2006-09-13 17:17:11','And Vino\' catches Danielson!','Danielson fights to catch his wheel.'),(4768,98,'2006-09-13 17:18:00','Behind . . .','. . . Gomez Marchante finally takes a pull. They\'re 1:42 behind Vino\' and Danielson.'),(4769,98,'2006-09-13 17:19:05','4km to go','Through the tunnel and the gap is 1:03 for the Valverde group.'),(4770,98,'2006-09-13 17:19:51','Vino\' and Danielson are taking time','These guys are flat out hammering!'),(4771,98,'2006-09-13 17:20:29','2km to go','The two leaders are trading pulls.'),(4772,98,'2006-09-13 17:21:23','Samuel Sanchez has a dig','Off he goes!'),(4773,98,'2006-09-13 17:23:16','Paulinho and Kash\' . . .','. . . are queering the chase, and Vino\' and Danielson have something like 1:24 on Valverde.'),(4774,98,'2006-09-13 17:23:41','50 meters to go!','Who\'s gonna get it?'),(4775,98,'2006-09-13 17:24:14','Danielson!','Well deserved. Vino\' second. Here comes Sanchez, who will get third. Start calculating those time bonuses, folks.'),(4776,98,'2006-09-13 17:24:51','Sanchez crosses at 1:08','Now where\'s Valverde?'),(4777,98,'2006-09-13 17:25:38','Valverde crosses at 1:38','And unless we\'re mistaken, that means he\'s lost the golden jersey!'),(4778,98,'2006-09-13 17:27:00','Vino\' has the golden jersey!','The Kazakh Attack leads Valverde by nine seconds with Sastre third at 1:51. Kash\' moves into fourth at 2:14 with Gomez Marchante fifth at 4:32. Danielson vaults into sixth at 6:09.'),(4779,98,'2006-09-13 17:31:27','And th-th-th-that\'s all, folks','Thanks for joining us for this exciting stage . . . see you here again tomorrow. Meanwhile, stay tuned for a report from Andrew Hood, photos from Graham Watson and complete results.'),(4780,99,'2006-09-14 13:54:49','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the 18th stage of the Vuelta a Espana, featuring the last mountain-top finish of this tour.

    This is a short 153km stage, with all of the major difficulty packed into the final beyond category climb.

    Today\'s stage does offer up a Category 3 climb - the Alto de las Encebras - at around 45km and rolling hils along the way, but it\'s the final 24 kilometers that really pack a wallop, offering up the Cat. 2 Alto de los Villares, followed almost immediately by the finishing climb up the Sierra de la Pandera.\r\n\r\n'),(4781,99,'2006-09-14 13:55:00','Another civilized starting time','The peloton rolled out of Granada today at 1:30. Danilo Di Luca and Paolo Bettini have called it quits and are packing up and heading off to Salzburg to prepare for the world championships - just a week after the Vuelta finishes on Sunday.

    The attacks came early again and we saw a group of seven riders scoot off the front at km 5. Those are
    Nicki Sorensen, CSC
    \r\nBenoît Poilvet, Credit Agricole
    \r\nRaúl GarcÃÂa De Mateo, REG
    \r\nMarkel Irizar, Euskaltel-Euskadi
    \r\nPedro Horrillo, Rabobank
    \r\nPierre Drancourt, Bouygues Telecom
    \r\nOlivier Kaisen, Davitamon-Lotto

    The group is getting a little bit of time, but Vinokourov\'s Astana squad is monitoring the break. No one in the bunch is a GC threat, with Sorenson the highest placed at 38 minutes back.

    The group has 42 seconds at km 18 with, Iñigo Landaluze (Euskaltel) in pursuit at 12 seconds.'),(4787,99,'2006-09-14 14:32:13','On the day\'s first climb','The escapees are working their way up the Category 3 Alto de las Encebras. With enough riders in the break to grab the available points, it will be a while before we see Martinez and Caucchioli battle it out for points on a climb.'),(4783,99,'2006-09-14 14:08:00','Questions?','If you have a question, a comment, a complaint or anything else of interest to tell us, drop us a line.'),(4784,99,'2006-09-14 14:12:32','Contest Reminder!','Don\'t forget to turn in your picks for today\'s contest. Hit the Contest link at the top of the page and follow the instructions.

    Congratulations to N.A. Samuels who was chosen from among yesterday\'s correct entries.

    Speaking of yesterday\'s correct entries, how about that Tom Danielson? His teammate Michael Barry talks about the win in yesterday\'s diary entry.'),(4785,99,'2006-09-14 14:15:23','The gap is growing','Astana is not putting in too great of an effort to chase these guys and at 31km the gap is now 2:05. You gotta pick your battles and Astana isn\'t going to blow its collective wad on chasing this break when Vinokourov only has 9 seconds and the race will really play out in 100km or so.'),(4786,99,'2006-09-14 14:28:53','Reader question','Jose Hernandez poses an interesting question:

    Why is Discovery\'s Egoi Martinez wearing the KOM jersey if he\'s tied with Credit Agricole\'s Pietro Caucchioli for points?
    That\'s a good question, Jose. First, let\'s look at the KOM standings, as of last night:

    1. Egoi Martinez (Sp), Discovery Channel, 117 Pts.
    \r\n2. Pietro Caucchioli (I), Credit Agricole, 117 Pts.
    \r\n3. Alejandro Valverde (Sp), Caisse d\'Epargne-I.B., 81 Pts.
    \r\n4. José Miguel Elias (Sp), REG, 70 Pts.
    \r\n5. Carlos Sastre (Sp), CSC, 60 Pts.
    \r\n6. Igor Anton (Sp), Euskaltel-Euskadi, 57 Pts.
    \r\n7. Alexandre Vinokourov (Kaz), AWT, 57 Pts.
    \r\n8. Andrey Kashechkin (Kaz), AWT, 54 Pts.
    \r\n9. David Arroyo (Sp), Caisse d\'Epargne-I.B., 53 Pts.
    \r\n10. Danilo Di Luca (I), Liquigas-Bianchi, 41 Pts.
    \r\n

    Obviously, the Vuelta isn\'t going to put two riders in the KOM jersey, but they do need someone to wear it, so there are a number of tie-breakers, starting with stage wins, number of points gained on more difficult climbs, etc. Martinez has a stage win and earns the jersey by that measure.'),(4788,99,'2006-09-14 14:42:10','Up and over...','Our leaders have crested the Alto de las Encebras and we\'ll get you a time check ASAP. Meanwhile race radio notes that the pace over the first hour has been a quite-tolerable 43.1kph.'),(4789,99,'2006-09-14 14:53:00','Results of the climb','The results of the Cat. 3 Alto de las Encebras

    Olivier Kaisen, Davitamon-Lotto
    Markel Irizar, Euskaltel-Euskadi
    Nicki Sorensen, CSC
    Benoît Poilvet, Credit Agricole
    \r\n\r\nThe peloton came through at 2:33 and it looks like we\'ve had another abandon on the way up the hill.\r\n'),(4790,99,'2006-09-14 14:57:01','Down to 137 riders','That was Daniel Becke of Milram who bailed on the climb. By our calculation that means we have just 137 riders left in the peloton. The race went for several days with no abandons, but now it looks like its emptying faster than the riders\' hotel during the police raids at the 2000 Giro.'),(4791,99,'2006-09-14 15:02:57','At km 63','The men in the break have an advantage of 2:20 and are coming up on the intermediate sprint at Huelma (68km).'),(4792,99,'2006-09-14 15:19:42','While we wait for the VeloNews.com carrier pigeon to report in . . .','. . . here\'s a tidbit for you: If you\'re going to be attending the Interbike show in Las Vegas later this month, cycling legend Eddy Merckx will autograph advance copies of Owen Mulholland\'s \"Cycling\'s Golden Age: Heroes of the Postwar Era, 1946-1967\" from 4 to 5 p.m. Wednesday, September 27, at the VeloNews booth, No. 3359. Merckx wrote the foreword to the book.'),(4793,99,'2006-09-14 15:22:18','The intermediate sprint at Huelma is history','And the order is: 1. Poilvet; 2. Kaisen; 3. Garcia de Mateo Rubio. The break holds to a lead of just over two and a half minutes as it rolls toward the feed zone at 73km.'),(4794,99,'2006-09-14 15:32:48','The pigeon is taking five in the feed zone','No wonder the porky little bugger has trouble making it over the mountains. Meantime, we\'ve sent up his understudy, a turkey buzzard with a walkie-talkie. And lest we forget, here\'s a reminder of who\'s up front today:
    \r\n
    \r\nNicki Sorensen, CSC
    \r\nBenoît Poilvet, Credit Agricole
    \r\nRaúl GarcÃÂa De Mateo, Relax Gam
    \r\nMarkel Irizar, Euskaltel-Euskadi
    \r\nPedro Horrillo, Rabobank
    \r\nPierre Drancourt, Bouygues Telecom
    \r\nOlivier Kaisen, Davitamon-Lotto
    '),(4795,99,'2006-09-14 15:41:12','The big fun is a ways up the road yet','Following the second intermediate sprint at Los Villares, the race ascends the Cat. 2 Alto de Los Villares, followed by the beyond-category Sierra de la Pandera, where deposed race leader Alejandro Valverde hopes to rediscover his climbing legs. \"When (Alexandre) Vinokourov went away on the descent, I didn\'t have the legs to follow. I\'ll try and get the jersey back tomorrow, on the Pandera,\" the 26-year-old told Reuters yesterday.'),(4796,99,'2006-09-14 15:42:37','Tick, tock','The gap has come down a tad at midrace, to 2:05.'),(4797,99,'2006-09-14 15:46:00','Whoever is timing this thing . . .','. . . must be using one of Salvador Dali\'s clocks. Air VeloNews reports that the leaders have 4:05 at the 89km point.'),(4798,99,'2006-09-14 15:49:43','It\'s cold, foggy and windy at the summit','The fans are wearing jackets and hats. Lovely weather for a mountaintop finish. It\'s La Vuelta\'s third trip up the big hill: Roberto Heras won here in 2002, and Valverde took the honors in 2003.'),(4799,99,'2006-09-14 15:56:10','60km to go','The bunch is lined out behind our leaders, with Caisse d\'Epargne on the front. The second hour went by at 43kph (26.7mph).'),(4800,99,'2006-09-14 15:59:44','Before the start . . .','. . . we had a word with Valverde, who said: \"Vinokourov was just stronger than me. I thought I was feeling okay, but he had a better day. It seemed that maybe (José Gomez) Marchante could have collaborated a little bit more, but that\'s the race. We\'ll see how I feel today. If the legs are good, we have to attack. We\'re not giving up on winning the Vuelta.\" '),(4801,99,'2006-09-14 16:01:18','The gap has dipped a bit','It\'s down to three and a half minutes.'),(4802,99,'2006-09-14 16:02:24','More quotes \'n\' stuff','Disco\' director Johan Bruyneel was pleased as punch about Tom Danielson\'s win yesterday: \"It\'s very important for his confidence to win the stage. He deserved to win because he was on the attack all day and then he collaborated with Vinokourov. It\'s good to see Danielson becoming strong in the final week.\" '),(4803,99,'2006-09-14 16:05:11','Hesjedal looks to world\'s','Ryder Hesjedal abandoned Wednesday, telling VeloNews.com: \"Enough was enough. I was satisfied with my first two weeks of the Vuelta, but it was obvious I wasn\'t going to be able to stay with the best and I would have just been riding just to finish. I feel good and I\'d rather have a good world championships.\" '),(4804,99,'2006-09-14 16:05:55','Tick, tock','The gap is down to 3:20. Caisse d\'Epargne is still parked on the front of the pursuit.'),(4805,99,'2006-09-14 16:08:34','Up front . . .','. . . the break is motoring right along. If it weren\'t for all the different jerseys, we\'d think it was a team time trial.'),(4806,99,'2006-09-14 16:11:04','Yo-yo','Back up to 3:30.'),(4807,99,'2006-09-14 16:12:08','Save a little something for the hill, lads','La Pandera is called the \"Angliru\'s southern cousin\" as well as the \"hell of the south\" - today\'s final climb is steep, narrow, exposed and windy. \r\n'),(4808,99,'2006-09-14 16:21:58','The race hits Jaen','Manuel \"Triki\" Beltran is racing \"home\" today - the veteran lives in Jaen and lots of local fans have turned out to cheer on the popular rider. '),(4809,99,'2006-09-14 16:24:46','Speaking of Triki . . .',' . . . next year, he\'ll be riding with Liquigas, pencilled in for the Giro and the Vuelta. He was told by Discovery in the spring his contract wasn\'t going to be renewed, but he wants to finish his last race with the team \"at the maximum. This is the best team I\'ve ever known and I want to leave with a strong performance.\" '),(4810,99,'2006-09-14 16:25:54','Going up','The break is headed uphill out of Jaen . . . next up is the second intermediate sprint at Los Villares.'),(4811,99,'2006-09-14 16:26:55','The politics of the ProTour','Tour de France boss Christian Prudhomme was spied in the start village in Granada this morning. There\'s a big pow-wow planned Saturday with the bosses of the three grand tours. Word has it that the big organizers will demand changes in the ProTour calendar or break off once and for all. They will bring their demands to the UCI during the world championships next week. '),(4812,99,'2006-09-14 16:27:59','The chase is taking its toll','The break\'s lead is down under two minutes under the pressure from Caisse d\'Epargne.'),(4813,99,'2006-09-14 16:28:25','Rubio attacks!','He can smell the chase closing in and off he goes.'),(4814,99,'2006-09-14 16:30:07','The lead group is down to four','Drancourt and Horrilo have popped.'),(4815,99,'2006-09-14 16:30:35','And Sorensen takes a dig','He has a gap.'),(4816,99,'2006-09-14 16:32:13','Sorensen is scooting right along','Is he going for the stage, or setting himself up to lend Carlos Sastre a hand when the going gets steep?'),(4817,99,'2006-09-14 16:33:27','Swooping along a descent . . .','. . . Sorensen has 1:44 on the peloton as he descends toward the sprint at 70kph.'),(4818,99,'2006-09-14 16:36:17','The peloton is on the descent','And Caisse d\'Epargne is drillin\' it.'),(4819,99,'2006-09-14 16:37:26','Three up front now','Rubio and Kaisen have rejoined Sorensen at the head of affairs.'),(4820,99,'2006-09-14 16:38:36','It\'s showtime!','We\'re in Las Villares. it\'s all uphill from here.'),(4821,99,'2006-09-14 16:40:09','The gap is 90 seconds','Choo choo . . . Valverde is following the Caisse d\'Epargne train through town.'),(4822,99,'2006-09-14 16:42:10','The lead trio has 40 seconds','. . . over Poilvet and Horrillo. The chase is bearing down on them.'),(4823,99,'2006-09-14 16:44:16','The pursuit has the chasing duo in sight','Up front, Sorensen\'s off again . . . Garcia de Mateo is chasing.'),(4824,99,'2006-09-14 16:45:00','Jose Antonio Garrido pops out','The Quick Step rider is legging it uphill and out of the bunch.'),(4825,99,'2006-09-14 16:46:47','Sorensen remains alone','He\'s putting quite the shoulder roll into this ascent.'),(4826,99,'2006-09-14 16:48:41','19km to go','And the chase is reeling Garrido back in. Caisse d\'Epargne must\'ve eaten their Wheaties this morning.'),(4827,99,'2006-09-14 16:49:03','Sorensen clings to a slim lead','Just 55 seconds now. Not much in this country.'),(4828,99,'2006-09-14 16:49:56','Needle on E','Pereiro\'s Wheaties tank just ran dry. Off he goes after a killer pull.'),(4829,99,'2006-09-14 16:51:52','Oh, yeah, that sprint . . .','1. Sorensen; 2. Garcia de Mateo Rubio; 3. Kaisen. Sorry \'bout that. The buzzard dropped his walkie-talkie and had to report in person.'),(4830,99,'2006-09-14 16:52:29','Just 37 seconds now','The Caisse d\'Chase is reeling him in.'),(4831,99,'2006-09-14 16:53:48','Zoom!','Iban Mayo (Euskaltel) jumps the bunch.'),(4832,99,'2006-09-14 16:54:27','No reaction','Mayo is closing in on Sorensen as the bunch watches him go.'),(4833,99,'2006-09-14 16:55:43','Egoi Martinez goes','Zips right up to Mayo. He\'s hunting KOM points.'),(4834,99,'2006-09-14 16:56:18','Astana on Danielson','Astana sport director Neal Stephens said Danielson deserved his stage win Wednesday: \"In a situation like that, there\'s not a lot to be said. Danielson was on the attack all day in the break and when Vinokourov caught him, he immediately started taking turns. If he had just sat on the wheel and tried to save it for the finish, Vinokourov probably would have attacked him. But Danielson helped and Vinokourov was better off because of it. That\'s what a gentleman does. Vinokourov did the right thing and Danielson deserved to win.\" '),(4835,99,'2006-09-14 16:56:54','Martinez and Mayo . . .','. . . have caught and passed Sorensen, who\'s fighting to hold the wheel.'),(4836,99,'2006-09-14 16:57:42','Just 20 seconds','That\'s all the two leaders have as Sorensen finds himself in a spot of bother.'),(4837,99,'2006-09-14 16:59:31','Mind you, this is the little hill','Only a Cat. 2, a mere speed bump, hardly worth mentioning. The beyond-category Sierra de la Pandera remains.'),(4838,99,'2006-09-14 17:00:15','The margin is now 35 seconds','As behind, Caisse d\'Epargne has shed a whole bunch of the peloton with its brisk pursuit.'),(4839,99,'2006-09-14 17:01:00','Tick, tock','42 seconds now. Sorensen has been gobbled up and is sitting at the back of the bunch.'),(4840,99,'2006-09-14 17:03:31','Over the Alto de las Villares','The peloton has summited and is rolling along a short false flat that precedes the final grinder.'),(4841,99,'2006-09-14 17:04:50','The gap is 30 seconds','It\'s one long Lycra line in pursuit of the two leaders.'),(4842,99,'2006-09-14 17:05:46','9km to go','Valverde\'s getting the old palanquin ride to the foot of the climb.'),(4843,99,'2006-09-14 17:06:33','25 seconds','Caisse d\'Epargne looks like they\'re setting up for a sprint!'),(4844,99,'2006-09-14 17:07:04','Mayo and Martinez . . .','. . . are on the climb. It kicks off with a 14 percent ramp in the first 400 meters.'),(4845,99,'2006-09-14 17:08:15','20 seconds','Danielson, Vino\', Valverde, Kashechkin, Sastre, they\'re all here. This road is not only steep, it\'s hardly any wider than a bike path.'),(4846,99,'2006-09-14 17:08:53','Perez (Cofidis) is on the go','He\'s catching Martinez and Mayo.'),(4847,99,'2006-09-14 17:10:57','Marchante goes as Perez is caught','. . . 7km to go.'),(4848,99,'2006-09-14 17:12:24','Joachin Rodriguez reels him in','Kash\' and Vino\' are unruffled. Beltran and Devolder are there for Disco\', as is Martinez. We don\'t see Tom Danielson.'),(4849,99,'2006-09-14 17:13:19','Karpets drillin\' it','Valverde is following the wheels.'),(4850,99,'2006-09-14 17:13:56','And there goes Kashechkin!','6km to go. Sastre follows!'),(4851,99,'2006-09-14 17:14:40','And Vino\' goes!','These Astana guys like to race, eh?'),(4852,99,'2006-09-14 17:15:11','Vino\' waves off the motos','. . . these guys are a real pain on this narrow road.'),(4853,99,'2006-09-14 17:16:08','Valverde hasn\'t got it','He can\'t respond, after all that work done by his team.'),(4854,99,'2006-09-14 17:17:18','Kash\' attacks, then Marchante','. . . and Valverde is toast. Up front, Vino\' has 16 seconds.'),(4855,99,'2006-09-14 17:18:02','Kash\' goes again','Sastre follows. Vino\' has his nose pinned to the stem on this steep bit.'),(4856,99,'2006-09-14 17:18:40','Marchante, Kashechkin and Sastre are chasing','Valverde can\'t follow.'),(4857,99,'2006-09-14 17:19:26','The wind here is absolutely killer','Just what a guy likes on a beyond-category climb.'),(4858,99,'2006-09-14 17:20:04','Vino has 19 seconds on his chasers . . .','. . . Valverde is a further 18 seconds behind.'),(4859,99,'2006-09-14 17:20:36','Vino\' is struggling to stay on top of the gear','And no wonder ... we\'re talking 17 percent ramps here.'),(4860,99,'2006-09-14 17:21:22','Gomez Marchante, Kash\' and Sastre are suffering, too','. . . and it looks like Danielson is clawing his way back up to Valverde.'),(4861,99,'2006-09-14 17:21:53','Up front . . .','. . . Vino\' is grinding toward his third win of this Vuelta.'),(4862,99,'2006-09-14 17:22:50','The race leader . . .','. . . has put 35 seconds on Valverde and has 20 seconds on the chasing trio.'),(4863,99,'2006-09-14 17:24:06','Kash\' has left his mates','He\'s going it alone. Behind, Valverde is back to within 30 seconds, joined by Anton and Piepoli.'),(4864,99,'2006-09-14 17:24:37','The Kazakh Attack','The teammates are together.'),(4865,99,'2006-09-14 17:25:42','Valverde has caught Sastre','. . . and is now just 22 seconds back. Ahead, Kash\' looks much better than Vino\', who is wearing that fabled Mask of Pain.'),(4866,99,'2006-09-14 17:26:14','2km to go','. . . and Valverde is fighting his way back.'),(4867,99,'2006-09-14 17:27:16','Vino\' finds a second wind','He\'s ahead of his teammate on this lesser grade. They have 23 seconds on Valverde.'),(4868,99,'2006-09-14 17:27:54','Valverde, Anton and Piepoli are chasing','. . . as the Kazakh teammates trade pulls at the front.'),(4869,99,'2006-09-14 17:28:30','Sastre is alone . . .','. . . and suffering. He\'s gonna fall right off the podium.'),(4870,99,'2006-09-14 17:29:38','1km for the Astana boys!','They have 27 seconds over the chasing trio and 17 seconds on the struggling Sastre, who is being joined by Danielson.'),(4871,99,'2006-09-14 17:30:04','A short, sharp descent . . .','. . . and then a rise to the line . . .'),(4872,99,'2006-09-14 17:30:31','Vino\' is driving it . . .','. . . and it\'s the final corner . . .'),(4873,99,'2006-09-14 17:31:46','Kash\' gets it . . .','. . . as Vino\' congratulates him. Marchante third. And Valverde claws his way back into fourth, a half-minute back.'),(4874,99,'2006-09-14 17:33:20','Danielson eighth','. . . at 46 seconds back.'),(4875,99,'2006-09-14 17:34:00','And the GC is:','1. Vinokourov; 2. Valverde; 3. Kashechkin. Sastre slips to fourth, and Danielson remains sixth overall.'),(4876,99,'2006-09-14 17:35:30','Th-th-th-that\'s all, folks','Thanks for joining us today; we\'ll see you here tomorrow. Meanwhile, stay tuned for report from Andrew Hood, photos from Graham Watson and complete results.'),(4877,100,'2006-09-15 12:59:36','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the 19th stage of the 2006 Vuelta a Espana.

    Today\'s stage offers up a tough profile, not punctuated by tough climbs, but offering up a seemingly endless series of hills over more than 200km.

    The peloton is now down to 135 riders, who have just left Jaén a little less than half an hour ago.

    At least at the start, the pace has been pretty moderate with no real attacks forming off the front. Will that change or are most of these guys tired from three weeks in the saddle and willing to wait until tomorrow\'s time trial? We\'ll see. \r\n \r\n'),(4878,100,'2006-09-15 13:00:56','At 18km','The pace remains moderate and under the control of Alexandre Vinokourov\'s Astana squad.'),(4879,100,'2006-09-15 13:13:20','Today\'s route','The opening stretch today takes the peloton over relatively easy and generally descending terrain, buut it will start kicking up at 35km and the peloton goes over the Category 2 Alto del Parque Natural at 75km, followed by two Cat. 3s at km 102 and 117, but a look at the profile underscores the fact that three moderately rated climbs are not the big challenge of the day, it\'s the relentless up-and-down of all of the unrated sections of the cours. Toward the end, though the route will mellow and the course winds its way onto wide flat highways until the finish. If anyone escapes over the hills before that, they will need a good gap to deny the remaining sprinters a stage win.'),(4880,100,'2006-09-15 13:20:00','At 35km','The peloton is now coursing its way up some of the day\'s early climbs. Again, unrated, the terrain isn\'t easy, but the pace is. It seems that the efforts from the past two days in the mountains have taken their toll.'),(4883,100,'2006-09-15 13:24:00','Not much','the three men off the front aren\'t really getting much distance on the field.'),(4884,100,'2006-09-15 13:25:00','Caught',''),(4885,100,'2006-09-15 13:30:00','We said it was mellow...','The pace has been quite moderate... covering only 37.5km over the first hour... and a lot of that was downhill, too, folks.'),(4882,100,'2006-09-15 13:21:00','A bit of a dig','We have some action off the front with three riders going clear on the hills at 36k. Those riders are (with their times back on GC noted on the right)
    Joaquin Rodriguez (Sp), Caisse d\'Epargne-I.B., 20:33
    \r\nDaniele Nardello (I), T-Mobile, 1:27:52
    \r\nDavid Canada (Sp), Saunier Duval, 2:10:16

    While none constitutes an immediate GC threat, Rodriguez is bound to make the Astana squad a bit uncomfortable, given that he is a teammate of Valverde\'s.\r\n'),(4886,100,'2006-09-15 13:37:00','Questions?','Comments? Complaints? Drop us a line.'),(4887,100,'2006-09-15 13:40:52','Contest reminder','Don\'t forget to put in your entries today. Will it be a sprint? Will an escape artist muddle those plans? Will Valverde try to make up time? You make the call and hit the Contest button on top.

    Meanwhile we\'re seeing a few attacks, including an effort from an eight man group that included Credit Agricole\'s sprinter, Thor Hushovd. It\'s been reeled back in, but the immediate effect is that the pace has finally picked up in the main field.'),(4888,100,'2006-09-15 13:44:00','Another attack','The pace is picking up quite nicely and we have another group of four off the front. No time checks yet, but there are now major GC threats in this group, either.

    Vladimir Gusev, Discovery Channel
    \r\nJosé Luis Arrieta, Ag2r Prevoyance
    \r\nAketza PeÑa, Euskaltel-Euskadi
    \r\nJosé Vicent Garcia Acosta, Caisse d\'Epargne-I.B.

    Of the escapees, Gusev is the highest placed at 44:49 out of first. Discovery still leads the team competition and this can only serve to aid in that effort.'),(4889,100,'2006-09-15 13:49:00','They still have a gap','The foursome still has distance on the field and we\'re looking to get a formal time check here soon.'),(4890,100,'2006-09-15 13:51:00','The day\'s first sprint','Results from the intermediate sprint at Peñallana suggest that our escapees have either been caught or gained some company. CSC\'s Lars Ytting Bak won the sprint, but two members of the break - \r\nJosé Luis Arrieta, Ag2r Prevoyance and José Vicent Garcia Acosta, Caisse d\'Epargne-I.B. - came in second and third.'),(4891,100,'2006-09-15 14:00:00','Active','The pace has picked up and we\'re seeing several breaks form, move ahead and then be reeled in. It\'s the sort of terrain that will start to wear some of these guys down after a while. Right now we have eight riders off the front of the main field... and we do not have a definitive time check:

    Lars Ytting Bak, CSC
    \r\nVladimir Gusev, Discovery Channel
    \r\nDmitriy Fofonov, Credit Agricole
    \r\nJosé Luis Arrieta, Ag2r Prevoyance
    \r\nAketza Peña, Euskaltel-Euskadi
    \r\nDavid Loosli, Lampre
    \r\nPieter Mertens, Davitamon-Lotto
    \r\nJosé Vicent Garcia Acosta, Caisse d\'Epargne-I.B.
    \r\n'),(4892,100,'2006-09-15 14:24:07','Wind','It\'s windy out there today... and with blustering winds, this is \"echelon\" country - especially in last 60km. Keep an eye open for big turns on route. It\'s one of Bruyneel\'s favorite tricks to attack as the course turns into a cross-wind and Disco might try it again today '),(4893,100,'2006-09-15 14:26:00','Spain\'s team for world\'s','The Spanish world\'s team has been selected and Valverde will be the captain. Joining him are
    Joaquín Rodríguez (Caisse d\'\'Epargne-Illes Balears)
    Juan Antonio Flecha (Rabobank)
    Xavier Florencio (Bouygues Telecom)
    Samuel Sánchez (Euskaltel)
    Iñigo Cuesta (CSC)
    Fran Ventoso (Saunier Duval)
    Luis Pérez (Cofidis).

    The ninth spot will be for Carlos Sastre (CSC) - if he wants it. He\'s asked the national coach to wait a few more days to see how he feels after Vuelta. If Sastre doesn\'t go, it will either be Egoi Martinez or Manuel Beltran - both Disco boys.

    Interestingly, the man who might become the official winner of this year\'s Tour de France - Oscar Pereiro - was not included on the world\'s team! '),(4894,100,'2006-09-15 14:26:39','Vino\'','This morning at the start, Andrew Hood spoke with the race leader and Vinokourov said: \"I am very motivated to be the winner of the Vuelta. We have to control the stage today and then there\'s the time trial. Maybe I can even take some more time.\" '),(4895,100,'2006-09-15 14:26:00','The break','The latest time check from the road gives our eight escapees a lead of 4:10 on the main field. They are now at the top of the Category 2 Alto del Parque Natural.'),(4896,100,'2006-09-15 14:31:00','Chances for success?','The break just might make it today. There are lots of head-bangers in the breakaway. No Astana, but who cares? Vino\' doesn\'t. Disco has Gusev in there, so they won\'t chase. CSC and Caisse d\'Epargne both have someone. To review:

    Lars Ytting Bak, CSC
    \r\nVladimir Gusev, Discovery Channel
    \r\nDmitriy Fofonov, Credit Agricole
    \r\nJosé Luis Arrieta, Ag2r Prevoyance
    \r\nAketza Peña, Euskaltel-Euskadi
    \r\nDavid Loosli, Lampre
    \r\nPieter Mertens, Davitamon-Lotto
    \r\nJosé Vicent Garcia Acosta, Caisse d\'Epargne-I.B.
    \r\n'),(4897,100,'2006-09-15 14:43:04','Time','The escape group is gaining time on the main field. The gap is now 7:35 and the escapees are at the 83km mark.'),(4898,100,'2006-09-15 14:46:00','These guys just might do it','Who knows, but the Astana team doesn\'t appear to be taking much of an interest in the escape... and most of the other powerhouse teams are represented. It\'s looking good for these guys.'),(4899,100,'2006-09-15 15:02:09','Over the Cat. 2','Loosli led the way over the Alto del Parque Natural de Andujar, followed by Arrieta and Bak. The break has 7:22 in hand over the bunch.'),(4900,100,'2006-09-15 15:10:01','Tick, tock','The gap is nearly nine and a half minutes now. Do we have an unofficial rest day back in the bunch?'),(4901,100,'2006-09-15 15:15:29','Up the Cat. 3','Our leaders are taking advantage of the peloton\'s lethargy. They\'re zipping up the Cat. 3 Alto de Sierra Madrona at 100km.'),(4902,100,'2006-09-15 15:23:38','Today\'s stage may be a bit of a snoozer so far . . .','. . . but Vuelta race director Victor Cordero has pronounced himself \"very satisfied with this Vuelta. The race has been very exciting and we have a podium of top quality. Let\'s just hope we don\'t see a repeat of some of the problems we\'ve had the past few big tours and we can have this Vuelta serve as starting point to rebuild the sport.\"\r\n'),(4903,100,'2006-09-15 15:24:47','Horner looks to the world\'s','We\'s also spoken with Chris Horner, who says he\'s excited about racing the world\'s: \"I have good legs, but I have to have the right tactics if I hope to do anything. I don\'t have the legs to stay with the Bettinis, but the course looks hard enough to make it too hard for the sprinters and not quite hard enough that the big guns will dominate. If I can get into the right move. . . .\" '),(4904,100,'2006-09-15 15:27:16','More on Horner','Horner will return to his European base in Denia, Spain, for a few days before flying into Salzburg on Thursday. That will give him plenty of chances to check out the course. '),(4905,100,'2006-09-15 15:31:19','Looking ahead to Saturday\'s time trial . . .','. . . our man Andrew Hood taps David Millar and Alexandre Vinokourov as favorites for the stage.'),(4906,100,'2006-09-15 15:33:07','Meanwhile, back at today\'s race . . .','. . . Mertens leads over the Sierra Madrona, trailed by Nazon and Loosli.'),(4907,100,'2006-09-15 15:39:52','Next on the menu . . .','. . . is the Cat. 3 Alto del Tamaral at 117km. Our leaders still have something like nine minutes and change on the bunch; the third hour of today\'s stage poked along at an average of 36.5kph, or 22.6mph.'),(4908,100,'2006-09-15 15:47:09','Tick, tock','The gap is nearly 10 minutes now.'),(4909,100,'2006-09-15 15:54:53','Over the Tamaral','1. Mertens; 2. Fofonov; 3. Peña. The break is extending its lead on the descent and now has 11 minutes.'),(4910,100,'2006-09-15 15:57:17','Whither Mayo?','Iban Mayo looks more and more likely to leave Euskaltel-Euskadi. He just told Spanish TV: \"I have to talk with the team tomorrow and hear their offer. I haven\'t decided anything yet, but I still believe I have a lot to bring to this sport.\" '),(4911,100,'2006-09-15 16:01:03','Lest we forget','The break contains:
    \r\n
    \r\nLars Ytting Bak, CSC
    \r\nVladimir Gusev, Discovery Channel
    \r\nDmitriy Fofonov, Credit Agricole
    \r\nJosé Luis Arrieta, Ag2r Prevoyance
    \r\nAketza Peña, Euskaltel-Euskadi
    \r\nDavid Loosli, Lampre
    \r\n Pieter Mertens, Davitamon-Lotto
    \r\nJosé Vicent Garcia Acosta, Caisse d\'Epargne-I.B.
    '),(4912,100,'2006-09-15 16:08:11','Rolling, rolling, rolling','The leaders have 10 minutes as behind, Astana leads the bunch, set up in echelon to counter the blustery winds.'),(4913,100,'2006-09-15 16:21:21','The gap holds steady','Ten minutes and change for our leaders.'),(4914,100,'2006-09-15 16:30:00','A colleague asks . . .','. . . \"why do they have a stage like this?\" Beats us. The VeloNews.com carrier pigeon nodded off while trailing the bunch and crashed into a tree. We\'ve engaged a red-knobbed coot as a temporary replacement. And before you jokers chime in, no, it\'s not O\'Grady.'),(4915,100,'2006-09-15 16:31:59','Meanwhile, the gap goes up again','More than 11 minutes now.'),(4916,100,'2006-09-15 16:34:41','Best-placed in the break . . .','. . . is Bak, 24th at 40:08. Small wonder the bunch seems less than eager to bring these lads back. Astana picked a great day to be sitting on the front, playing defense, eh?'),(4917,100,'2006-09-15 16:43:36','Vino\', vodka and the Vuelta','It seems Vino\' and Kash\' are making quite a splash back in their native Kazakhstan. The race is broadcast live each evening on local television (around 9 p.m. local time) and it seems everyone is putting their vodka on ice to watch the blond bombers rip up the Vuelta. \"They\'ve told us that the Vuelta is making a lot of publicity,\" Vinokourov said. '),(4918,100,'2006-09-15 16:47:58','55km to go for the leaders . . .','. . . the bunch is something like 4km behind.'),(4919,100,'2006-09-15 16:50:44','Through the four-hour point','The average speed: 35.8kph (22.2mph). A Sunday stroll – but it\'s only Friday.'),(4920,100,'2006-09-15 16:54:26','Our leaders hit 60kph on a short descent','Enjoy it while you can, boys . . . the last 30km are as flat as an ironing board.'),(4921,100,'2006-09-15 16:55:59','And now, the weather','It\'s clouding up at the finish in Ciudad Real . . . if these boys don\'t pick it up a tad, they\'re liable to be racing in the rain.'),(4922,100,'2006-09-15 16:56:47','Speak of the devil','It\'s raining. Al Roker ain\'t got nothin\' on us.'),(4923,100,'2006-09-15 16:58:47','47km to go . . .','. . . and 11:16 is the gap. It\'s still dry out here on the road, according to the VeloNews.com carrier pigeon, which is back on the job (and sporting a helmet).'),(4924,100,'2006-09-15 17:03:55','The leaders are in Puertollano','And we remind you that you have a good chance of picking today\'s winner, since he seems likely to be among this small group of front-runners. Make the call and hit the Contest button up top.'),(4925,100,'2006-09-15 17:06:48','This just in','While our leaders will enjoy the benefits of electronic timing at the finish, the peloton will be timed with a sundial.'),(4926,100,'2006-09-15 17:09:07','The gap plummets . . .','. . . all the way to 10:50. At this rate, the break is certain to be reeled in – by next Tuesday.'),(4927,100,'2006-09-15 17:11:50','Inside 40km now','The bunch is curb to curb.'),(4928,100,'2006-09-15 17:13:19','The \"sprint\" in Puertollano . . .','. . . went as follows: 1. Fofonov; 2. Gusev; 3. Bak.'),(4929,100,'2006-09-15 17:18:53','There is no truth to the rumor . . .','. . . that the peloton has been caught and dropped by an elderly woman with an aluminum walker.'),(4930,100,'2006-09-15 17:20:38','Ticking over the beads on the VN.com abacus . . .','. . . we\'ve just calculated that the race won\'t end until 6 p.m. local time, which will cut into our tapas time. We hate it when that happens.'),(4931,100,'2006-09-15 17:22:20','11:23','How do you say \"piano\" in Spanish?'),(4932,100,'2006-09-15 17:27:42','Another weather report','The wind is whipping up and the skies darkening, and the peloton seems to be upping the pace a bit. No sense spoiling a nice training ride by finishing in damp kit.'),(4933,100,'2006-09-15 17:28:32','The break\'s in a bigger hurry','Ther lead is over 12 minutes now.'),(4934,100,'2006-09-15 17:30:11','CSC puts the bunch in the gutter','Bjarne Riis likes this tactic, too.'),(4935,100,'2006-09-15 17:32:07','CSC drills it into the crosswind','Vino\', Valverde and the other honchos aren\'t caught out.'),(4936,100,'2006-09-15 17:35:00','And now, the attacks . . .','. . . followed by the traditional sitting-up. Oh, well. The bunch is riding curb to curb again. Chapeau to CSC for having a go.'),(4937,100,'2006-09-15 17:36:39','That little flurry . . .','. . . nibbled the gap down to 10:26.'),(4938,100,'2006-09-15 17:38:54','Under 18km for the break','. . . which seems to be losing some of its organization as the guys smell the finish line.'),(4939,100,'2006-09-15 17:39:49','Astana\'s back on the front','More than five hours in the saddle now. Makes our butt sore just thinking about it.'),(4940,100,'2006-09-15 17:40:00','15km for the leaders','Not a lot of obstacles here for a guy to use as a springboard for an escape. We\'ve seen lumpier pancakes.'),(4941,100,'2006-09-15 17:43:11','13km to go','And the break remains intact.'),(4942,100,'2006-09-15 17:46:27','Attack!','Fofonov, Loosli, Mertens have a dig.'),(4943,100,'2006-09-15 17:46:52','Fofonov goes again','Bak\'s after him.'),(4944,100,'2006-09-15 17:47:30','Bak again . . .','. . . dogged by Fofnov, Arrienta and Gusev.'),(4945,100,'2006-09-15 17:47:52','Gusev goes!','Arrieta trails him.'),(4946,100,'2006-09-15 17:48:25','9km to go','Bak digs again.'),(4947,100,'2006-09-15 17:49:12','A gap opens','Peña has popped.'),(4948,100,'2006-09-15 17:49:54','8km to go','Peña\'s plugging away, trying to regain contact, as Bak goes again.'),(4949,100,'2006-09-15 17:50:19','Garcia and Mertens chase','Bak has a slight gap.'),(4950,100,'2006-09-15 17:50:59','Gusev and Fofonov chase','Kapow!'),(4951,100,'2006-09-15 17:51:23','Bak again','Loosli is driving the chase.'),(4952,100,'2006-09-15 17:52:04','Bak\'s off alone','. . . Gusev shoots off after him.'),(4953,100,'2006-09-15 17:53:12','5km to go','Bak is crouched over his bars, punching it out. But Gusev, Garcia and Mertens are chasing.'),(4954,100,'2006-09-15 17:54:37','The chase is getting nowhere','Nobody wants to do the heavy lifting.'),(4955,100,'2006-09-15 17:55:04','Bak has 17 seconds','The chase remains disorganized.'),(4956,100,'2006-09-15 17:55:42','Bak digs through some twisty bits','Then he\'s out of the saddle and gunning it.'),(4957,100,'2006-09-15 17:56:13','3km to go','Bak\'s rocking on the bike like a boxer dodging punches.'),(4958,100,'2006-09-15 17:56:46','Fofonov, Loosli and Arrieta','. . . are bringing him back . . .'),(4959,100,'2006-09-15 17:57:15','Four at the front','Bak looks to be fading.'),(4960,100,'2006-09-15 17:57:34','Bak at the back','Okay, we had to say it.'),(4961,100,'2006-09-15 17:58:16','Another roundabout','Swoosh.'),(4962,100,'2006-09-15 17:58:38','Cat and mouse now','We\'re all over the road.'),(4963,100,'2006-09-15 17:58:54','1km to go','Bak takes another crack!'),(4964,100,'2006-09-15 17:59:42','Bak\'s on the front . . .','. . . the line\'s in sight . . .'),(4965,100,'2006-09-15 18:00:00','Fofonov and Arrieta go','. . . Arrieta driving . . .'),(4966,100,'2006-09-15 18:00:16','Arrieta gets it!','Fofonov second.'),(4967,100,'2006-09-15 18:01:12','Loosli third','Man, we were pulling for Bak on that one, but it wasn\'t gonna happen.'),(4968,100,'2006-09-15 18:02:11','And now, we wait','The honchos are still out there, somewhere, with the bunch.'),(4969,100,'2006-09-15 18:04:50','CSC moving forward','Astana remains out front. Everybody\'s protecting their GC guys.'),(4970,100,'2006-09-15 18:09:53','1km for the bunch','At long last . . .'),(4971,100,'2006-09-15 18:15:17','And that\'s that','We\'ll see you here tomorrow. Thanks for watching, and stick around for a report from Andrew Hood, photos from Graham Watson and full results.'),(4972,101,'2006-09-16 13:28:41','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the 20th stage of the 2006 Vuelta a Espana, a 28-kilometer individual time trial near Madrid. This is the final real opportunity for anyone to shake up the leaderboard in this three-week grand tour. Tomorrow\'s stage, assuming the margins aren\'t within a few seconds after today, will pretty much be a parade into downtown Madrid.

    We\'ve obviously passed on the opportunity to fully report on the progress of all 135 remaining riders in this race and are, instead, focusing on the last few riders who might make a serious impact on the overall standings.Remaining Departure times116. HORNER, Christopher Davitamon - Lotto, 1:28\r\n
    117. ARROYO, David Caisse D\'Epargne, 1:30\r\n
    118. PETROV, Evgeni Lampre - Fondital, 1:32\r\n
    119. RODRIGUEZ, Joaquin Caisse D\'Epargne, 1:34\r\n
    120. PAULINHO, Sergio Astana, 1:36\r\n
    121. ANTON, Igor Euskaltel - Euskadi, 1:38\r\n
    122. SZMYD, Sylvester Lampre - Fondital, 1:40\r\n
    123. MARTINEZ, Egoi Discovery, 1:42\r\n
    124. PIEPOLI, Leonardo Saunier Duval, 1:44\r\n
    125. DEVOLDER, Stijn Discovery, 1:46\r\n
    126. KARPETS, Vladimir Caisse D\'Epargne, 1:48\r\n
    127. PÉREZ, Luis Cofidis, le Credit Par Telephone, 1:50\r\n
    128. BELTRAN, Manuel Discovery, 1:52\r\n
    129. SÃÂNCHEZ, Samuel Euskaltel - Euskadi, 1:54\r\n
    130. DANIELSON, Thomas Discovery, 1:56\r\n
    131. GOMEZ MARCHANTE, J. Angel Saunier Duval, 1:58\r\n
    132. SASTRE, Carlos Team CSC, 2:00\r\n
    133. KASHECHKIN, Andrey Astana, 2:02\r\n
    134. VALVERDE, Alejandro Caisse D\'Epargne, 2:04\r\n
    135. VINOKOUROV, Alexandre Astana, 2:06
    \r\n'),(4973,101,'2006-09-16 13:40:49','Current top-ten','Things will change over the course of the day, of course, but here are the top times from the finish line, thus far.

    The big news, of course, is that David Millar will not repeat his stage win from last Saturday, given that he is now fifth-best on the day, so far.

    1.   Bodrogi 34:05\r\n
    2   OGrady a 0:06\r\n
    3  Hiekmann a 0:29\r\n
    4  Rosseler a 0:34\r\n
    5  Millar a 0:39\r\n
    6  Backstedt a 1:18\r\n
    7   Ljungqvist a 1:36\r\n
    8   De_Weert a 1:38\r\n
    9  Van_Impe a 1:59\r\n
    10   Sacchi a 2:02
    '),(4974,101,'2006-09-16 13:48:36','Horner','Hits the first time check with the 20th best time of the day. We won\'t be seeing a stage winning performance from the man from Bend, but he\'s had a pretty good season this year. No reason to be disappointed this year.'),(4975,101,'2006-09-16 13:52:20','Karpets','tenth on GC is on his way. '),(4976,101,'2006-09-16 13:54:17','Zubeldia','Finishes with a time of 36:42, the 28th best of the day. He just re-signed with Euskaltel last night and will be with the team until the end of 2008.'),(4977,101,'2006-09-16 13:56:17','Young Brajkovic','has finished with the seventh best time of the day, just as his teammate Manuel Beltran heads out of the starting gate.'),(4978,101,'2006-09-16 13:57:42','Keep those cards and letters...','Comments? Questions? Complaints? Drop\r\nus a line.'),(4979,101,'2006-09-16 13:58:30','Samuel Sanchez','The Euskaltel rider who took a stage in this year\'s Vuelta - and now 7th on GC - is on route. '),(4980,101,'2006-09-16 13:59:04','Danielson','is in the start house. We\'ll see how the Discovery man does today.'),(4981,101,'2006-09-16 14:03:56','Top ten at the finish','We\'re bound to see some changes in this picture.\r\n1. Bodrogi 34:05
    \r\n2. OGrady at 6
    \r\n3. Hiekmann at 29
    \r\n4. Rosseler at 34
    \r\n5. Millar at 39
    \r\n6. Backstedt at 1:18
    \r\n7. Brajkovic at 1:28
    \r\n8. Arvesen at 1:31
    \r\n9. Ljungqvist at 1:36
    \r\n10. Barredo at 1:38
    '),(4982,101,'2006-09-16 14:05:53','Danielson','is looking good, covering a tough route loaded with tricky corners, roundaobotus, speed bumps, etc as it winds its way through a large urban development outside of Madrid. '),(4983,101,'2006-09-16 14:06:45','Karpets','hits the 11km time check at 14:30, the third best of the day.'),(4984,101,'2006-09-16 14:08:29','Sastre','Another rider we want to keep track of is Carlos Sastre as he fights to gain a spot on the podium. Back at the start, Valverde takes off in an effort to make up nearly a minute on Vinokourov.'),(4985,101,'2006-09-16 14:09:00','Vinokourov','is in the start house.'),(4986,101,'2006-09-16 14:09:57','He\'s off!','Vino is on the road.'),(4987,101,'2006-09-16 14:11:52','All in gold','Vino is flying on the straights, but he\'s playing it smart through the the round-abouts.'),(4988,101,'2006-09-16 14:14:46','Danielson','Hits the 11km mark in 14:44, good enough for the 8th best so far.'),(4989,101,'2006-09-16 14:15:15','If Vinokourov wins','he will be only the second non-European to win the Vuelta, behind Lucha Herrera of Colombia.'),(4990,101,'2006-09-16 14:16:30','Valverde','taking risks. He is really driving hard and going full out, even through the risky portions of the round-abouts.'),(4991,101,'2006-09-16 14:18:37','Sastre','14:36 at the 11km mark. Sixth best so far.'),(4992,101,'2006-09-16 14:20:58','Kashechkin','hits the 11km mark at 14:44, eight seconds slower than Sastre, but he started the day with 45 seconds to spare...'),(4993,101,'2006-09-16 14:22:25','Valverde comes through','Wow... sets a new best time at km 11, 14:18. Let\'s wait for Vino\''),(4994,101,'2006-09-16 14:24:36','Here comes Vino...','It\'s still tight... Vinokourov hits the mark at 14:21... losing three seconds to Valverde. Valverde needs another 50 seconds a big mission.'),(4995,101,'2006-09-16 14:27:14','Vino holding his own','Unofficial intermediate time checks put Vinokourov just a couple of seconds off of Valverde\'s pace.'),(4996,101,'2006-09-16 14:28:32','Sastre','Is ticking along nicely. From the looks of it, he\'s borrowed the eliptical chainrings from Bobby J\'s bike. We\'ll see how he does with those at the second time check.'),(4997,101,'2006-09-16 14:31:38','Samuel Sanchez','sets a new best time with a 33:45.'),(4998,101,'2006-09-16 14:32:34','Sastre','hit the 20.5km time check 27 seconds off of Sanchez\'s time and is now heading to the finish.'),(4999,101,'2006-09-16 14:34:50','Danielson','heading to the line...34:43...barely holding on to his place on GC by about 20 seconds.'),(5000,101,'2006-09-16 14:35:38','Unofficial','intermediate time checks - using GPS, so accurate - put Vinokourov in the lead by about 11 seconds.'),(5001,101,'2006-09-16 14:36:36','Here\'s a little nugget.','Word here at the Vuelta is that Floyd Landis is in Madrid and will be at the start tomorrow.'),(5002,101,'2006-09-16 14:37:51','Vinokourov','Sets the new top time at the 20.5km time check. He\'s extending his lead over Valverde, adding another 10 seconds to his hold on GC.'),(5003,101,'2006-09-16 14:38:43','Sastre','crosses the finish in 34:23, good enough for fifth on the day, but probably not good enough to knock Kashechkin off the podium.'),(5004,101,'2006-09-16 14:40:50','Kashechkin','finishes in 34:45, he loses time to Sastre, but it wasn\'t enough to lose his spot on the podium.'),(5005,101,'2006-09-16 14:41:09','Valverde','is heading to the finish.'),(5006,101,'2006-09-16 14:42:12','Valverde','comes through with a time of 33:58, 13 seconds off of Sanchez\'s time. How will Vino do?'),(5007,101,'2006-09-16 14:42:49','Vinokourov','heads to the finish and we\'ll see if he gets a stage win on his birthday.'),(5008,101,'2006-09-16 14:43:46','Vino!','comes in with a time of 33:39, wins the stage, and gets a lock on the Vuelta!'),(5009,101,'2006-09-16 14:45:20','Today\'s contest winner','is Roy Drinkwater. Nice call. Congrats.'),(5010,102,'2006-09-17 13:33:00','Good day and welcome ...','to VeloNews.com\'s Live Coverage of the 21st and final stage of the 61st edition of the Vuelta a Espana, a 142 kilometer \"parade\" around Madrid to celebrate the all-but-certain overall victory of Astana\'s Alexandre Vinokourov.

    The remaining 135 riders left the start today at 11 in the morning. There were a couple of showy attacks, but the peloton has been staying together for the past two-and-a-half hours and the day really won\'t be kicking in until the peloton reaches the first of six laps on the 6km finishing circuit on the Plaza de Cibeles at center of Madrid, finishing at the central square with the famous Cibeles fountain.'),(5011,102,'2006-09-17 13:40:53','A final vampire visit','The UCI doping control officials paid their final morning visit to a selection of riders from Euskaltel-Euskadi, T-Mobile, Credit Agricole and Cofidis. All riders tested were declared fit to ride. The morning hematocrit test is regarded as a \"health check,\" because an elevated hematocrit is merely considered an indicator of doping rather than solid proof of EPO use. Instead of a two-year suspension, a rider is given a two-week \"rest break,\" during which he has an opportunity to do a bit of explaining, no doubt. Do recall that the morning hematocrit test was the only test Marco Pantani ever failed in his career despite a rather extensive circumstantial record of performance-enhancing doping and, of course, the recreational drug use that eventually killed him.'),(5012,102,'2006-09-17 13:48:00','Coming up on 100km','The pace has been moderate all day and there is no indication that things will change for the next few kilometers. With 42.2km remaining, the peloton is within six km of reaching the Plaza de Cibeles for the first of six trips around a six-kilometer circuit. Before the action starts, we wanted to thank those of you who checked in with us throughout this Vuelta. We enjoyed your correspondence and encouragement, even when we dropped the ball as we did during the first individual time trial on September 9.

    One note, when we say \"we,\" we really don\'t mean that in the editorial - or royal - sense. There is a real crew of people here and this is a good time to mention some names of those responsible (at fault?) for bringing you our daily reports:
    Andrew Hood, VeloNews European Correspondent
    Andrew Pemberton, Director of VeloNews Interactive
    Stephen Price, our tech guy
    and the two \"voices\" you \"hear\" in these reports, Charles Pelkey, Editor of VeloNews.com and Patrick O\'Grady, resident crank, maddog media hound and officially the VeloNews \"editor at large.\"

    We will, by the way, all be back next Sunday for the men\'s world championship road race in Salzburg, Austria.'),(5013,102,'2006-09-17 13:52:23','Contest reminder','Is it going to be a sprint? Will someone get away? Go ahead and make your picks folks. The final contest of the 61st Vuelta will provide three prizes, so it\'s worth the effort to send in an e-mail Go to the contest link on top of the page and follow the instructions. Good luck.'),(5014,102,'2006-09-17 13:53:12','Comments, questions?','If you have a comment, complaint or question, Drop us a line.'),(5015,102,'2006-09-17 14:02:13','A nice little break','We see a group of seven off the front, with a gap of about 20 seconds. Oscar Pereiro and Chris Horner are in the group.'),(5016,102,'2006-09-17 14:05:00','','The seven men in the break are as follows:
    \r\nLuis Perez, Cofidis
    \r\nChristopher Horner, Davitamon-Lotto
    \r\nFrédéric Bessy, Cofidis
    \r\nOscar Pereiro, Caisse d\'Epargne-I.B.
    \r\nÃÂngel Vallejo, Relax-Gam
    \r\nJorge Garcia, Relax-Gam
    \r\nPierre Drancourt, Bouygues Telecom

    The seven men have 22 seconds. The Phonak and Credit Agricole teams are giving chase.\r\n'),(5017,102,'2006-09-17 14:09:33','The pace is high','The men off the front are now 20km from the finish and the gap is extending, now to 28 seconds.'),(5018,102,'2006-09-17 14:12:50','Nice big crowds','It\'s a beautiful day in Madrid and the crowds are quite large today. There isn\'t a cloud in the sky and it\'s a beautiful way to spend the day, either racing or watching.'),(5019,102,'2006-09-17 14:14:26','With three laps to go','18km to go, the seven escapees are just 15 seconds up the road. It doesn\'t look likely that the Horner group is going to stay out there today. '),(5020,102,'2006-09-17 14:17:42','The break','The seven men in the lead are working well together, but there is a serious chase underway from the sprinter\'s teams without anyone in the break.'),(5021,102,'2006-09-17 14:19:27','These guys are holding their own','The break is resisting capture, with 12km to go. They have 12 seconds on the field. I wouldn\'t bet the ranch, but they are working hard.'),(5022,102,'2006-09-17 14:20:58','With 11km to go','The peloton is being driven by Credit Agricole and the gap is holding at 14 seconds.'),(5023,102,'2006-09-17 14:21:56','With 10km to go','The escapees are holding their own at the front. A reminder, we have the following riders in the bunch:
    The seven men in the break are as follows:
    \r\nLuis Perez, Cofidis
    \r\nChristopher Horner, Davitamon-Lotto
    \r\nFrédéric Bessy, Cofidis
    \r\nOscar Pereiro, Caisse d\'Epargne-I.B.
    \r\nÃÂngel Vallejo, Relax-Gam
    \r\nJorge Garcia, Relax-Gam
    \r\nPierre Drancourt, Bouygues Telecom

    '),(5024,102,'2006-09-17 14:24:15','Credit Agricole','Hushovd\'s team is doing most of the work at the front of the peloton. The gap is holding, though, with 9km to go.'),(5025,102,'2006-09-17 14:25:13','The catch is coming','The leaders are just a few hundred meters ahead with 8km to go.'),(5026,102,'2006-09-17 14:26:12','Catch!','They\'re caught.'),(5027,102,'2006-09-17 14:27:06','One lap to go','The break is over and the peloton is coursing its way onto the final lap through today\'s finishing circuit. Vinokourov looks cool and relaxed.'),(5028,102,'2006-09-17 14:27:54','Another dig','There is another attack - this one from a lone Bouyges Telecom rider - but it\'s not going anywhere.'),(5029,102,'2006-09-17 14:29:15','Another attack','The escape was caught, but now we see a solo effort from Quick Step rider Kevin De Weert, who is building a nice little gap. Can he hold it?'),(5030,102,'2006-09-17 14:30:01','De Weert','is within four kilometers of the finish... but it looks like he\'s about to be caught.'),(5031,102,'2006-09-17 14:31:05','CSC is now driving','at the front as De Weert gets pulled back with 3km to go.'),(5032,102,'2006-09-17 14:31:43','Wow','Flat ground and the pace is rockin\' at 60+ kph.'),(5033,102,'2006-09-17 14:32:43','2km to go','TheCredit Ag boys are driving now....'),(5034,102,'2006-09-17 14:33:05','1km to go','Pereiro suffers a mechanical'),(5035,102,'2006-09-17 14:33:26','Milram moving up...','Zabel? Liquigas? '),(5036,102,'2006-09-17 14:33:49','500 meters to go...','There is a big surge....'),(5037,102,'2006-09-17 14:34:00','Zabel gets it!','Thirty-six-year-old Erik Zabel gets his second stage win of the Vuelta, beating Thor Hushovd to the line. Hushovd can take solace in the fact that he has earned that cool fish-emblazoned points jersey, but it\'s Zabel who wins the final stage. Nice! If ever there was a class act in the peloton... Zabel is one of the ones we\'d count in that contest.'),(5038,102,'2006-09-17 14:35:22','It\'s official','Alexandre Vinokourov is the winner of the 61st edition of the Vuelta a Espana. '),(5039,102,'2006-09-17 14:39:44','That\'s a wrap folks','Thanks again for joining us these past three weeks. We are honored that you\'ve chosen to spend your mornings \"listening\" to us babble over the course of a three-week tour.

    Don\'t forget to join us again next week for the men\'s professional road race championship in Salzburg, Austria.

    All the best and enjoy the rest of your weekend.

    Now go out and ride your bikes!'),(5040,106,'2006-09-24 12:42:03','Good day and welcome ...','and welcome to VeloNews.com Live Coverage of the 2006 world professional championship road race in Salzburg, Austria.'),(5041,106,'2006-09-24 12:56:26','It\'s a long day in the saddle','The peloton left Salzburg this morning at 10:30, with 198 riders representing countries from all over the world.

    It didn’t take long for the opening salvo José Ramos (Venezuela) bolting out of the pack off the gun to open up a 30-second gap going through the service tents at 1km. Giving chase on the day’s first climb were Bram de Groot (Holland), Ronaldo Nocentini (Italy) and Marcos Kovac (Slovakia). That didn’t last long and the group came through the first passage at the Tiefenback climb together.

    Alex Cano (Colombia) went on a solo flier with about 5km to go in the first lap, drawing out Tyler Farrar (USA). The average speed on the first lap was 44.226kph.

    Farrar was chasing Cano at 35 seconds midway through the second lap when a group of chasers formed on the second passage at Tiefenback.

    Pulling out were: Jurgen Van Goolen (Belgian), Luis Perez (Spain), Thomas Voeckler (France), Stephan Schreck (Germany), Ronaldo Nocenteni and Matteo Tossato (Italy), Bram de Groot (Holland), Aliaksandr Kychinski (Belarus), Nicolas Roche (Ireland) and Daniel Petrov (Bulgaria).

    Farrar was absorbed and then Cano on the third passage at Tiefenback to make the day’s early break. Two riders – Frantisek Rabon (Czech Republic) and Robert Radosz (Poland) – were chasing at at 3:44 with Ramos chasing at 6:51 while the main bunch rolled through at 9:58 at the end of three laps.

    With the peloton starting on the fifth of 12 laps now, the lead group is already on the hard Tiefenbach climb - so midway through the lap ... while the main pack just rolled through the start-finish 14:55 back \r\n \r\n'),(5042,106,'2006-09-24 13:07:39','These guys are working','very nicely together... and building a healthy lead. To review, we have
    Tyler Farrar (USA)
    Nicolas Roche (Ireland)
    Matteo Tosatto (Italy)
    Rinaldo Nocentini (Italy)
    Jurgen Van Goolen (Belgium)
    Bram De Groot (Netherlands)
    Daniel Petrov (Bulgaria)
    Luis Rodriguez (Spain)
    Stephan Schreck (Germany)
    Aliaksandr Kychinski (Belarus)
    Thomas Voeckler (France)
    Alex Cano (Colombia)

    The lead is bumping up to more than 15 minutes.\r\n \r\n'),(5043,106,'2006-09-24 13:08:46','Can Cancellara double up?','Our guy, Andrew Hood spoke with Fabian Cancellara – the recently crowned world time trial champion - at the start this morning.

    “I was very tired after the time trial Friday, but that’s normal after the race with a small party. I feel good and with the gold medal, you have more power than some of the others. Now I can go over the limit. I have to see how good I feel and how good I recover. I think I can have a good day. I think it will be a really fast race. When you see the women’s and the U23 race, it was very fast. When you see the last lap with 45-46kph average, I think we’ll go over 50kph average. It’s possible that six-seven riders at the front. It depends on how the teams ride.â€Â\r\n\r\n \r\n\r\n'),(5044,106,'2006-09-24 13:10:24','Questions?','Questions? Comments? Complaints? Suggestions? Recipies? Drop\r\nus a line.'),(5045,106,'2006-09-24 13:13:00','We took a poll...','...last week and found that many of you - the majority of you - prefer it when our latest entry appears first in your ticker. We\'re not sure if we\'ll hear as many complaints as we did when we had it the other way, but we figured that we\'d listen to the majority for this race. We are working on a solution that will allow you to pick your preference, but it may be a bit before we get that going.

    In the mean time, we think we have an equitable solution. During the event, we\'ll post with the most recent entry first and afterwards, we\'ll reverse it, so that you can read it like a running narrative. We\'ll also turn off the auto-refresh at that time.

    It seems the fans of the \"most recent last\" option are the ones who come in to read later and don\'t want the surprise ending ruined and the fans of \"most recent first\" are the ones following the action as it happens and don\'t want to constantly scroll down through these things.

    Now, is everyone happy? We doubt it, but we\'re tryin\'.'),(5046,106,'2006-09-24 13:15:46','A Norwegian champion?','We spoke with Kurt-Asle Arvesen, who is riding for Thor Hushovd, this morning about his team\'s chances for success and how he can contribute to the effort.

    “I feel good now, don’t ask me in six hours. We have a winner, so we have a chance. We hope it comes down to a sprint. The others have the big teams, so we have to only follow.â€Â

    But the Norwegians don\'t have anyone in this break. Interestingly, the biggies - Italy, Spain, France, Belgium - all do. Still these are not the designated riders and we should see the chase pick up soon... or we\'ll be looking at a 20-minute gap.\r\n\r\n'),(5047,106,'2006-09-24 13:16:00','Danny Pate','... on American chances today.

    “Our expectations are that hopefully Freddy and Horner can do well. We will try to take care of everything they need. I am feeling pretty good. I’ve been doing a lot of races the last month. It looks pretty good for our team. We have a couple of young guys on our team, but I think we’ll ride pretty good. I am looking forward to it. I am expecting it to be unpredictable. It’s a 50-50 one way or the other. The course is right on the edge. You saw on the U23 guys, there was a break, but the best sprinter in the race was in the break and the group behind almost caught them. We’ll race Franco-Belge next week, then we’re done.â€Â\r\n\r\n'),(5048,106,'2006-09-24 13:17:25','Super Mario predicts:','Mario Cipollini.

    “I think it can be a sprint because the course isn’t as hard as everyone says it was, but it depends on the riders. If they make it hard, maybe a small group can get away. If they wait too long, it will be a sprint from a big group. The course isn’t so hard that it will break apart the peloton.â€Â\r\n\r\n'),(5049,106,'2006-09-24 13:18:46','What does Horner think?','Chris Horner spoke with Andrew Hood this morning, too.

    “I feel good, hopefully feel good on the bike. In a sprint, there’s not much I can do. Maybe I can help out Freddy or even Guido (Trenti), he’s got some speed too. Hopefully it will come down to a break and hopefully I will be in it or someone from the team. We have Freddy, Guido, myself, Christian, all guys who should be able to make it to the finish. We got five other strong guys who can help us get to there. You can’t make any conclusions from the U23 races or the women’s races because they don’t have the same number of riders on the teams, the team strategies on who’s working. This race could be a break, could be a sprint, either or. If a break wants to go and not come back at the end of the race, but it’s so hard to see that scenario where everyone is happy and the right people are in the break. There could be a break with the Bettinis and the Valverdes, but then there could be a move that comes out of that break. That will all happen with two or three laps to go. Anything earlier than that, there’s too much time in the back for the guys to organize a chase. If I was taking an educated guess, I saw it would be a sprint, with 40-60 guys coming over the hill together. I wouldn’t bet my house on that.\"

    Maybe he called it. We\'ll see.'),(5050,106,'2006-09-24 13:22:27','The chase?','With the gap having bumped to more than 15 minutes, the home team - the Austrians - and a couple of other squads, particularly the Aussies and the Spanish, are beginning to set tempo at the front of the field. We\'re not even at the half-way mark in today\'s race, so we can imagine how that 14-minute advantage might evaporate if someone lights a fire underneath the peloton\'s collective rear end.'),(5051,106,'2006-09-24 13:26:53','Contest reminder','Pick a winner today and we\'ll give you a copy of the \"Golden Age of Cycling,\" which is just now coming out of the printer\'s. It\'s a gorgeous book and if we pick your name from among the correct entries submitted you can have a copy all to your self. Of course, you should still get a copy if you don\'t win (shameless commercial plug). Hit the Pick the Winner Contest button on top of the page and follow instructions.

    Speaking of links at the top of the page, be sure to hit the World\'s Course link, too, for a look at today\'s route.'),(5052,106,'2006-09-24 13:28:45','It is a chase...','The Swiss, Austrians and Dutch are leading the chase and the gap has been shaved to 11:29 at end of five laps. '),(5053,106,'2006-09-24 13:32:36','Can Thor do it?','Assuming the chase succeeds in pulling these guys back, one major contender will have to be Thor Husvhod. Andrew Hood spoke with Norway\'s team leader at the start.

    “It’s a nice day and I am feeling good. It can be a sprint, because the course is not too hard. We’re going to follow the big nations and then we’ll see what happens in the last two laps. I had a lot of recovery after the Vuelta, so we’ll see if I have good legs at the end.â€Â\r\n\r\n'),(5054,106,'2006-09-24 13:34:07','The Colombian','Cano has been dropped from the lead group. American Tyler Farrar is looking comfortable up there, as is the young Irishman Nicolas Roche... who, if he wins today, would be the first son of a former world champion to win the rainbow jersey. How cool would that be?'),(5055,106,'2006-09-24 13:38:40','This is no amateur operation, folks','While there is a certain charm to watching top professionals have to fight their way through crowds of drunken and rowdy fans on some of the world\'s toughest roads, the Austrians will have none of that. They have fenced off the entire route today. Considering that it has to cover both sides of the road, we\'re talking about Forty-Five Kilometers (!) of crowd fencing. Wow.'),(5056,106,'2006-09-24 13:39:29','The Swiss','Are taking charge of the chase and the gap is coming down. It\'s less than 10 minutes and counting.'),(5057,106,'2006-09-24 13:40:18','The gap','At the hard Tiefenbach climb - about halfway through the circuit - the gap to the Farrar group is now about 9:07. '),(5058,106,'2006-09-24 13:42:40','Also chasing','Bernhard Kohl - the young Austrian prospect - was leading the way up the climb. Kohl abandoned the Vuelta a Espana after an awful crash that saw him fly off course and disappear into a ravine. No one realized he had crashed and he was stuck down there for a while. Luckily, he had a race radio and could call for help. '),(5059,106,'2006-09-24 13:56:59','The chase','Is really heating up. The gap is down to less than eight minutes - 7:53 at the end of lap 6 - meaning the chasers have whacked about seven minutes out of the escapees advantage in less than two laps. We\'ll see these boys back in the fold quite soon.'),(5060,106,'2006-09-24 13:58:06','The speed','in the peloton has definitely cranked up now. No more shoulder-to-shoulder... It\'s more like wheel-to-wheel '),(5061,106,'2006-09-24 14:01:36','The wind','A breeze is picking up on the upper parts of the course, but there\'s little terrain that\'s actually exposed to the wind, so it likely won\'t be much of a factor. '),(5062,106,'2006-09-24 14:04:12','','The peloton is hitting the first of two climbs on the course, while the break is hitting the second; so the difference has come down dramatically compared to two laps ago when the bunch was at the start/finish when the break was on the Tiefenbach.

    It\'s like a UN summit at the Tiefenbach climb, with flags from Flanders, France, Italy, Spain, the UK and a host of others. '),(5063,106,'2006-09-24 14:06:00','No Cinderella story today.','Word is that all three riders from Burkina Fasso have pulled out of the race. But they guy they posed with at the start today - Mario Cipollini - is hamming it up with the TV cameras at the start/finish ... still looking svelte and stylin\' as ever.

    We also spied Ekimov in the press room. The Russian mullet-man said he thinks a breakaway will stay to the finish - if they race hard in the final laps '),(5064,106,'2006-09-24 14:10:12','','We have some action in the main bunch on the Tiefenbach, with five or six riders jumping off the front. We see two Italians in the six-man counter-attack off the front of the main pack.'),(5065,106,'2006-09-24 14:14:27','This could be interesting','In the group that we can see so far are: Popovych, Nuyens, Pozzato '),(5066,106,'2006-09-24 14:19:54','The counter-attack','has been pulled back and Spain is now at the front of the peloton. We\'re looking at maybe a six-minute gap to the escape.\r\n'),(5067,106,'2006-09-24 14:23:28','The gap','is down to 4:30... and, hey! There\'s Christian Vande Velde working his way up the right side of the peloton.'),(5068,106,'2006-09-24 14:24:11','Ooooops...','Luis Perez just missed his feed ... he\'s gonna be hungry.'),(5069,106,'2006-09-24 14:25:00','Spent','Looks like Bernhard Kohl\'s day is probably done - he\'s just rolling through the start/finish area after pulling hard for three laps. Kohl is leaving T-Mobile and will ride next year at Gerolsteiner. '),(5070,106,'2006-09-24 14:27:33','The chase','Has eased a bit. The Farrar group is at 4:44 and the peloton seems to like that as a reasonably manageable gap.'),(5071,106,'2006-09-24 14:29:00','With five laps to go','The gap might even increase - the main pack probably doesn\'t want to catch the break just yet.... and young Mr. Kohl has just pulled out.'),(5072,106,'2006-09-24 14:35:00','The break','The Farrar group is still away and heading to the base of the Tiefenbach. We\'ll get a good time check. '),(5073,106,'2006-09-24 14:38:13','One guy you never want to forget','is Tom Boonen. Remember last year when he popped out of nowhere to win the world\'s? Well, he\'s here today, too, and we may not hear anything about him until it counts again. Boonen says he is feeling great and ready to defend his jersey... if not for himself, then for Belgium.

    \"I\'m crazy about this race. I\'ve got the legs to win, whereas last year when I won in Madrid I didn\'t feel as though I didn\'t. Instead (of the Vuelta), I raced a bunch of one-day races and stepped up my training. It seems to be working for me, but we\'ll see if I\'m right. It won\'t be up to me to be a protagonist. That will be up to Bettini, Valverde, and the rest.Our team won\'t be trying to control the race. On the other hand, we\'ve got good riders who will be able to slip into any breakaways that go. Philippe Gilbert and Nick Nuyens have a chance of winning the title for Belgium. It\'s up to us to use our collective strength.\"'),(5074,106,'2006-09-24 14:39:31','The peloton','reaches the base of the Tiefenbach about 2:55 behind the break. Pozzato driving hard up the climb. '),(5075,106,'2006-09-24 14:40:30','Bettini','on Boonen\'s chances: \"If Boonen is still with us with around 60 or 70km to go, we will have to toughen the race up to try and drop him. We will make the race hard. If we wait until the last lap, it will be too late and half the peloton will still be together.\"'),(5076,106,'2006-09-24 14:41:15','Another one from the home team','Peter Wrolich of Austria - who was also pulling hard - has slipped off the back of the main bunch.'),(5077,106,'2006-09-24 14:48:17','It looks like','the chase is backing off a bit. There is no interest in bringing these guys back too soon, since that will just blow the race apart again.'),(5078,106,'2006-09-24 14:51:00','Eight laps down','and four to go. The peloton has been racing 4h17min,59sec.

    It looks like some more action off the front of the main bunch ... another blue Italian jersey slipping away. We see Kazahk, French and Italian riders ... '),(5079,106,'2006-09-24 14:53:52','A dozen','or so riders have moved off the front of the main field, but this group is not gaining much traction. The gap to the Farrar group, meanwhile, is at 2:38.'),(5080,106,'2006-09-24 14:55:01','A quick look through the peloton...','... and it looks like ALL the Americans are still in the race. '),(5081,106,'2006-09-24 15:03:20','Italy','The Italians are massing at the front.... look at all of those purty blue jerseys.'),(5082,106,'2006-09-24 15:05:29','Another trip','up the Tiefenbach as the Farrar group nears the base of the hard climb.'),(5083,106,'2006-09-24 15:06:52','And the peloton','hits the base at exactly 2:00 back.'),(5084,106,'2006-09-24 15:09:09','It\'s no longer the Farrar group','He and several others have been spit off the back of the escape group'),(5085,106,'2006-09-24 15:09:24','ATTACK!','Paolini and Flecha attacking out on main group! '),(5086,106,'2006-09-24 15:11:31','Flecha and Paolini','have been joined by four others. Still no real gap, but there\'s muscle in that group.'),(5087,106,'2006-09-24 15:12:08','The gap','to the survivors in the break - once more than 15 minutes up on the field - is now down to 1:25.'),(5088,106,'2006-09-24 15:13:54','Farrar','Farrar has chased back onto the lead group ... but they got the peloton breathing down their necks '),(5089,106,'2006-09-24 15:15:52','The chase group','A dangerous group has formed ahead of the peloton and chasing the escaope group. We see O\'Grady, Cancellara... you don\'t want to let the world TT champion off the front... especially with a CSC teammate with him.'),(5090,106,'2006-09-24 15:17:20','That chase group','has 14 riders in there. We still need a time gap. Another CSC rider in that group is Carlos Sastre.'),(5091,106,'2006-09-24 15:20:35','The chase group is now in the lead','The Cancellara group has caught the Farrar group... we have 25 riders in the lead. '),(5092,106,'2006-09-24 15:21:47','This is dangerous...','The Italians have four riders up there... Nicki Sorensen is also there - ANOTHER CSC rider. It looks like there are FIVE from that team in the lead bunch. '),(5093,106,'2006-09-24 15:23:19','The gap','With three laps to go, the dangerous group of 25 are just 39 seconds back. Spain is driving hard at the front.'),(5094,106,'2006-09-24 15:24:58','Wow...','Di Luca is up in this lead group, too.'),(5096,106,'2006-09-24 15:29:00','This lead group','Nicolas Roche (Ireland)
    Matteo Tosatto (Italy)
    Danilo Di Luca (Italy)
    Filippo Pozzato (Italy)
    Rinaldo Nocentini (Italy)
    Jurgen Van Goolen (Belgium)
    Stijn Devolder (Belgium)
    Philippe Gilbert (Belgium)
    Andonov Petrov (Bulgaria)
    Luis Perez (Spain)
    Samuel Sanchez (Spain)
    Carlos Sastre (Spain)
    Stephan Schreck (Germany)
    Thomas Voeckler (France)
    Aliaksandr Kychinski (Belarus)
    Bram De Groot (Netherlands)
    Tyler Farrar (USA)
    Marcus Ljungqvist (Sweden)
    Fabian Cancellara (Switzerland)
    Stuart O\'Grady (Australia)
    Nicki Sorensen (Denmark)
    Andrey Kashechkin (Kazakhstan)
    Kurt-Asle Arvesen (Norway)
    Raivis Belohvosciks (Latvia)
    Vladimir Efimkin (Russian Federation) \r\n'),(5097,106,'2006-09-24 15:30:36','Five riders','have moved off of the lead group.'),(5098,106,'2006-09-24 15:32:50','The five','are getting reeled back by the rest of the lead group. The level of cooperation is not great. Weird, given that there are four Italians up there and six guys who ride together on CSC.'),(5099,106,'2006-09-24 15:34:45','De Groot','Popped off the back of the lead group. He\'s back in the field.'),(5100,106,'2006-09-24 15:35:20','The lead group','is about 55km from the finish and they are ramping up their effort. We still need a time gap.'),(5101,106,'2006-09-24 15:36:43','Spain','The Spanish team appears none too happy with the composition of the lead group, despite the fact that they have three guys up front. The Spanish team is riding for Valverde and they are driving hard at the front of the peloton.'),(5102,106,'2006-09-24 15:37:45','The gap','is now at 55 seconds.'),(5103,106,'2006-09-24 15:39:26','Kashechkin','is powering at the front of the lead group. Poor Roche has popped off and we don\'t see Farrar in there. He may have been dropped too... yup.'),(5104,106,'2006-09-24 15:42:12','Di Luca','is powering now... The lead group is being trimmed back, but the gap is bumping up to more than one minute. The cooperation is improving up there.'),(5105,106,'2006-09-24 15:42:49','The lead group','is down to 19 riders. Among those dropped are Farrar and Roche, as well as Tossatto.'),(5106,106,'2006-09-24 15:45:00','The gap','is coming down. Di Luca is driving ahead of the escape group with Ljungqvist.'),(5107,106,'2006-09-24 15:45:49','The gap','is just 25 seconds. '),(5108,106,'2006-09-24 15:47:00','We have a group of 8','O\'Grady, Di Luca, Ljungqvist, Sorenson, Cancellara, Devolder and two others are driving ahead of the rest of the escape group.'),(5109,106,'2006-09-24 15:49:27','The big lead','group is reassembling but the peloton is coming on, too.'),(5110,106,'2006-09-24 15:52:00','The lead group','Is just about to hit the start/finish area, meaning that there are two laps to go.'),(5111,106,'2006-09-24 15:53:09','The peloton','hits the start/finish about 31 seconds back. Not much chance of success.'),(5112,106,'2006-09-24 15:55:37','Contest Reminder!','You only have about 30km in which to take a shot at guessing the winner. \r\n'),(5113,106,'2006-09-24 15:56:00','The lead group','has been caught.

    The chase really picked up over the last few km and we suddenly have the whole peloton together and there will be fresh attacks coming from here on out. \r\n\r\n'),(5114,106,'2006-09-24 16:04:27','On the climb','On the first little hump...There are a few gaps in the peloton, but it looks like the it will be the Tiefenbach will be the decisive climb on the last lap.'),(5115,106,'2006-09-24 16:05:28','There is a little break','There are three riders off the front... with a bit of a gap. We can\'t ID these guys yet.'),(5116,106,'2006-09-24 16:06:32','The three up front...','We see Loosli from Switzerland... and a rider from Belarus (Siutsou) and Chavez from Mexico.'),(5117,106,'2006-09-24 16:07:14','Nice little gap...','the three up front have about 20 seconds.'),(5118,106,'2006-09-24 16:09:03','On the Tiefenbach','Bettini is moving off the front...'),(5119,106,'2006-09-24 16:09:51','Passed','The trio off the front have been caught and Bettini is off the front with Fabian Wegmann of Germany.'),(5120,106,'2006-09-24 16:10:48','It\'s still','30km to the finish. Is Bettini up for a long effort? It may be that he\'s just hoping to test the competition.'),(5121,106,'2006-09-24 16:11:39','The peloton','is chasing in single-file.... and there are still about 65 riders in the bunch.'),(5122,106,'2006-09-24 16:14:03','About to be caught','The Spanish have chased down the man they\'re quite worried about. Interesting... and it\'s likely that the big decisive move will really come on the last lap.'),(5123,106,'2006-09-24 16:14:49','Two new riders','off the front... with Switzerland\'s Loosli and Davide Rebellin up there.'),(5124,106,'2006-09-24 16:15:36','The peloton','is pushing hard and it\'s likely that the two off the front will be pulled back as they head to the start/finish area.'),(5125,106,'2006-09-24 16:16:00','The gap','is just 10 seconds... they are about to be caught.'),(5126,106,'2006-09-24 16:21:00','All together...',''),(5127,106,'2006-09-24 16:32:12','With less than one lap','to go... the pack is coming apart and we see a nice group with Vino and Horner....'),(5128,106,'2006-09-24 16:32:31','Vino attacks','The pack has turned off the main highway onto the final tricky narrow roads '),(5129,106,'2006-09-24 16:32:57','He\'s caught','Now Cancellara and Bettini are on the attack.'),(5130,106,'2006-09-24 16:33:11','Now Sanchez on the attack....',''),(5131,106,'2006-09-24 16:34:00','',' Schumacher off front with Bettini on 4th wheel .... and the peloton is right there.... a big group.'),(5132,106,'2006-09-24 16:34:48','Wow... there is Zabel','We see Millar, Zabel and McEwen... still in the mix... with one haul up the Tiefenbach left.'),(5133,106,'2006-09-24 16:36:01','Boonen is still in there, too','This is far from being settled. Paolini attacks as the peloton hits the lower parts of the Tiefenbach.'),(5134,106,'2006-09-24 16:36:35','Wegmann','With Kroon, Bettini and Millar and Vino\' in pursuit.'),(5135,106,'2006-09-24 16:37:07','Bettini attacks','Bettini is off on his own.... he\'s driving hard.'),(5136,106,'2006-09-24 16:38:00','Bettini','Is being chased by Karsten Kroon, Vinokourov, Boogerd, Millar... wow.'),(5137,106,'2006-09-24 16:39:36','Did he go too early?','It\'s eight kilometers from the finish and it\'s mostly down hill. The five chasers are powering hard. Wegmann, Vinokourov, Millar and two Dutchies... Boogerd and Kroon.'),(5138,106,'2006-09-24 16:39:54','Bettini is caught...','we have six men in the lead.'),(5139,106,'2006-09-24 16:40:20','There are more coming up','It looks like we are going to see a field sprint.'),(5140,106,'2006-09-24 16:41:12','All together...','Back together. No climbs left and we will be seeing a sprint.'),(5141,106,'2006-09-24 16:41:41','Italy','Three Italians attack hard off the front.'),(5142,106,'2006-09-24 16:42:34','We\'re looking at about','forty riders in the peloton. The three Italians are caught and the attack comes from Boogerd.'),(5143,106,'2006-09-24 16:43:13','Schumacher',' is on the attack now... but he\'s not getting too far.'),(5144,106,'2006-09-24 16:43:58','Rebellin attacks','The Italians are worried about bringing Boonen to the finish... so they\'re sending riders off the front.'),(5145,106,'2006-09-24 16:44:54','Rebellin','is off the front, with three riders coming up... but Rebellin is still soloing toward the finish... about five kilometers away.'),(5146,106,'2006-09-24 16:45:50','He\'s caught','And counter attack from Vino... and now Cancellara goes.'),(5147,106,'2006-09-24 16:46:12','He\'s caught....','Boonen is there. Bettini is on his wheel.'),(5148,106,'2006-09-24 16:47:11','Now Millar','Millar attacks, but is quickly caught. We see Valverde, Boonen, McEwen, O\'Grady... lots of fav\'s in the mix, folks.'),(5149,106,'2006-09-24 16:47:28','One kilometer to go','Valverde gets a lead-out'),(5150,106,'2006-09-24 16:48:00','700 meters','lots of killer sprinters... but... there\'s a little gap. Four guys - Zabel? - now that would be cool.'),(5151,106,'2006-09-24 16:49:00','Four riders off the front','Sanchez.... Zabel... Valverde and Bettini, too!'),(5152,106,'2006-09-24 16:50:00','Zabel jumps off...','did he go too early? Bettini comes on hard... pulls around.... Bettini GETS IT! Holy SH.... errrrr... SMOKES!\r\n\r\nPaolo Bettini! What a deserving winner.'),(5153,106,'2006-09-24 16:52:48','Bettini','Oh is he happy.... \r\n\r\n1. Paolo Bettini (Italy)
    \r\n2. Erik Zabel (Germany)
    \r\n3. Alejandro Valverde (Spain)
    '),(5154,106,'2006-09-24 16:59:50','Today\'s contest winner','Beth Locke of Utah... you\'re today\'s winner.'),(5155,116,'2006-10-18 06:49:00','Welcome to Kona!','Aloha and welcome to the 28th Annual Ford Ironman World Championship. Over 1,800 athletes from 40 different countries will be competing on Saturday for the title of champion. It will be a busy week for sure in Kona and there is lots of celebration and preparation on hand. We have a full crew on the island to bring you the action all week. \r\n

    \r\nAs we lead up to the race on Sauturday all of the IT editors will be checking in regularly throughout the week with updates, commentary and images from the field. Stay tuned and check back often as we bring you the sights, sounds and stories behind the 2006 Ironman World Championship. \r\n'),(5160,116,'2006-10-18 07:48:00','Jimmy: On down the road:','Until today I had never been to Kona. I have been to Maui seven years in a row for the Xterra World Championships, but never made it over to Kona. One thing I have always been curious about is what is this place really like? How hot, windy, and gnarly is it really? Like most of you I have only seen the race on TV and through pictures. \r\nBeing here is kind of like seeing your third grade classroom again after 20 years, I recognize certain landmarks and views but it all seems a bit smaller than I would have imagined. So, on that note I thought you might like to see a bit more than traditional shots from the course. Thus, I am just heading out the door to ride up to the bike turnaround at Hawi and will be documenting the entire course. Check back in a few hours to see what I find. \r\n'),(5161,116,'2006-10-18 14:24:14','Amy: This morning\'s ocean swim was a choppy affair...','...and the swim traffic in and out of Kailua Bay was starting to resemble I-5 at rush hour, with athletes bumping and barging in and out of the bay. But Kona\'s a glorious place, and a little jostling for position does nothing to dampen the wonder of a swim in warm tropical waters surrounded by some of the world\'s fittest athletes. Michellie Jones, Heather Fuhr and Lori Bowden were spotted on their way to Dig Me Beach, all looking fit, happy and ready to go...as was Colorado\'s own Joanna Zeiger as she headed out onto her swim. While damage from Sunday\'s earthquake was extensive to some homes, life does seem back to normal in Kailua town, with the restaurants, shops and coffee hangouts as packed as ever. Early weather forecasts are calling for a spot of rain on Saturday; when it rained extensively here a few years back, with rain on race morning, that brought the humidity and temps up just in time for the run, rendering it less like a blast furnace and more like a tropical steamroom. Time will tell. Until then, watch this space!'),(5162,116,'2006-10-18 15:53:00','Sarah: The weather is always better in Hawaii, right?','That is an easy assumption to make-and easier still if it is snowing and frigid in your hometown locale of Boulder, Colorado-while you imagine that athletes, sponsors and media members alike are having the meteorological time of their lives on the Big Island the week of the Ironman. But as a frequent traveler to the tropics, a previous resident of Palm Springs, California, and a lover of all things hot (and, in addition, a native of the continually moist and always moldy Cape Cod, Massachusetts), I am surprised to find myself in Kona-and suffering a bit to in the heat and humidity. \r\n

    \r\nJust how hot is it? If perspiration is any indicator-and note that I am not, by nature, a particularly sweaty person-I write to you dripping, despite the shaded and ventilated comforts of my second-story condo. My run this morning at 6:30 a.m. down Alii Drive-a super highway for cyclists and joggers, irregardless of weather, traffic and/or time of day-left me completely soaked, unable to walk around in the shorts and sports bra I had worn to meet and greet the already wet at Kailua Pier. Peter Reid took one look at me and asked, \"Hot enough for you?\" I tried to laugh but wished I had followed his lead, opting to swim instead (or drink an Americano at Lava Java, where I had run past him yesterday, undoubtedly splashing a few outside patrons in the process with some puddle-spray-like perspiration). Tomorrow morning, I\'ll swim instead of run, waiting to do my daily eight-mile jog at night... no, that won\'t work either-it is hot as hell then, too.\r\n

    \r\nTo the folks at home: If it is snowing and 17 degrees in Boulder, know that it\'s 85 and 68 percent humidity here. But since I do like it hot, I\'m not complaining: I wouldn\'t trade the sun and fun of Hawaii with my non-Kona co-workers in the office. But I also don\'t have to race-and if you don\'t either, think twice (if you haven\'t already) about comparing your IM personal best to the sweaty rigors of Kona. \r\n

    \r\nAnd if you are racing, remember to keep up those electrolyte levels-there was a good reason why the most popular question at this afternoon\'s Q&A with coaches and pros at the Ironman expo was how to manage hydration and sodium intake. \r\n'),(5164,116,'2006-10-19 12:33:02','Chad: Race Predictions','I\'ve been handing out the official race posters at registration the last few days so I\'ve seen every athlete come through. On the pro side everyone is of course looking extremely fit and ready to go. Chatted with Normann Stadler this morning and he seemed calm and loose despite getting two flats yesterday on a warm-up ride. Remember last year he had to pull out due to multiple flats. Hopefully the island is good to him and he has a opportunity to show the damage he can do to the field on the bike. Earlier this week I talked to Peter Reid and he thought Faris has a great chance to repeat. The wind hasn\'t kicked up until around noon each day so it could be another year for the bikers to really test the field. Look for Stadler, Al-Sultan, and Hellreigal if conditions are good.'),(5163,116,'2006-10-19 06:48:00','Chad: Not the average open water swim!','I have never competed in a race with an ocean swim and after today\'s adventure I may not want to. After a hot and sticky day I just wanted to jump in the Pacific and cool off. I waded into the water at a very small public beach and ducked under a couple of waves that were breaking close to shore. When I popped up I was over 50 yards from shore being pulled out by a rip current. I tried to swim back in and I didn\'t move. I treaded water for a couple of minutes thinking about what to do. Fortunately I had seen a show on TV about being caught in a rip and swam sideways out of it just enough to body surf three waves back into shore. A few cuts on my feet from the coral but safely back on land! It was a stressful 10 minutes to say the least. The athletes jumping into the Kona Pier on Saturday don\'t have to face a rip current but do have to face larger than normal swells due to the recent earthquake and 1800 other aggressive swimmers without the aid of a wetsuit. It\'s no wonder that this is the hardest single day endurance event in the world when the 2.4 mile swim starts out in the mighty pacific. '),(5168,116,'2006-10-20 08:51:54','Amy: WE SAW Normann Stadler...','at the morning swim today sporting the new Blue Seventy pointzero3 Swimskin. The eye-catching skinsuit is built for the swim from Lycra and a 0.3mm fabric that yields the same surface properties as neopreneâ€â€but the compression means there\'s no buoyancy. It\'s crafted using Blue Seventy\'s Helix pattern, essentially a figure 8 turned on its side, with Lycra used in the Helix portions of the suit. Blue Seventy\'s Tim Moxey brought the spanking-new suits over from the Mainland for athletes including Stadler, Heather Gollnick, Bryan Rhodes, Mitchell Anderson, Karen Smyers and Linda Gallo. \"There are 18 of them in the world, and 16 of them are here,\" he said this morning. Of the fabric, Moxey said: \r\n\"It\'s over 50 times more slick than skin and four times more slippery than the other swim skins on the market.\"'),(5170,115,'2006-10-20 21:08:35','Jimmy; Dude, it\'s totally raining out here!','This was the latest quote I heard while heading back from the race start. It has been raining since about 8pm. Not usually too much of an issue, and arguably good considering the heat that is so often the case in Kona. However, it has already been unseasonably humid and with the recent earthquake lots of loose earth has fallen into drainage revines leaving its mark on parts of the course in the form of landslides covering up to an entire lane of the road. This could mean increased risk of flats and dehydration tomorrow. '),(5172,0,'0000-00-00 00:00:00','',''),(5173,112,'2006-10-21 06:27:00','Welcome to the Ford Ironman World Championship','Good day and Welcome to Inside Triathlon\'s coverage of the 2006 Ford Ironman world championships, held today, October 21 in Kailua Kona on Hawaii\'s big island. Roughly 1800 amateur and professional athletes will be completing 2.4 swimming miles, 112 miles on the bike and a marathon -26.2 miles or running- today. The first wave of athletes, the professionals, just left the starting gate and are embarking on the 2.4 mile swim. Mother nature is offering up ideal conditions so far today, with a light rain falling and cool temperatures in the 60s.'),(5174,112,'2006-10-21 06:57:41','Check out www.ironmanlive.com','for live video coverage.'),(5175,112,'2006-10-21 06:59:40','The gun just fired off for the agegroup competitors',''),(5176,112,'2006-10-21 07:03:25','Pressure cooker','Why is that there are athletes on Alii Drive yesterday running hard at mid-day, sweating out all of their valuable electrolytes and carefully tended hydration? Do they not heed the advice of no less a Kona expert than Peter Reid, a three-time winner here? Earlier this year he told us that the one thing he\'s observed in all the years he\'s been coming here is this: People do too much the week of the race. He would concentrate on turning things over with short rides and runs. One expert I know is even more blunt than Reid on this subject: \"That\'s just stupid.\" And yet, and yet...every year we see people doing way too much race week. It\'s easy to fall into the trap, I know...competitive juices flow, a taper makes you nuts and the pressure cooker that is the Ironman world championship can make people think it\'d be a good idea to do \"one more\" whatever or \"a little more\" of this. To this I can only say, for next year, please, please, please promise me that you\'ll try this: When you feel like a little more, lie down until the urge passes.'),(5166,116,'2006-10-19 17:11:00','Andy: Program Announcement','For those of you returning to the IT Team blog, you\'ll notice that the order of the entries has been reversed so that the most recent entry is at the top. We had some comments from people who thought (and I agree) that this would be easier to view. Comments are always welcome. Drop me a line with you thoughts, suggestions, questions or gripes. We love feedback. '),(5167,116,'2006-10-19 17:14:00','Sarah: Getting the Pulse of the Pros - Notes from Thursday\'s pre-race conference','Thursday\'s pre-race media conference figured the usual faces: Germany\'s Faris Al-Sultan, New Zealand\'s Cameron Brown, Belgium\'s Rutger Beke and the U.S.\'s Cameron Widoff, Australia\'s Michellie Jones, Australia\'s Kate Major, New Zealand\'s Jo Lawn and Aussie-born Kate Allen, now representing Austria. Among the notably absent were Switzerland\'s Natascha Badmann, Canada\'s Lisa Bentley, Germany\'s Normann Stadler and Australia\'s Chris McCormack. But those who did attend had some telling comments and interesting reflections to make on their training, racing and the competition at this year\'s biggest Ironman showdown. \r\n

    \r\nMichellie Jones, on whether she needs a win at Ironman Worlds to complete her career: \"I think my triathlon career is pretty complete right now. I was pretty happy to win silver here last year. Silver seems to be my color... If I could win, would it be fantastic? Of course it would. It\'s bragging rights. It\'s the biggest race. But if it doesn\'t happen, I\'ll still walk away from it and be OK with it.\"\r\n

    \r\nCameron Brown, on how this week\'s high humidity and heat could affect the race: \"Some of the runs out on the hilly drive have been really extreme... There\'s also been a lot of wind. If it\'s going to be like that, the bike will be very tough.\"\r\n

    \r\nFaris Al-Sultan, on his season this year without a significant win: \"Hawaii is the race that counts. But you don\'t win any other races if you\'re not a 100 percent prepared. Of course, I want to win every race. But you can\'t if you\'re not prepared.\"\r\n

    \r\nKate Major: \"You never fully learn everything... [Experience] doesn\'t make it any easier to win. It doesn\'t matter come race day - it\'s all starting from a fresh.\"\r\n

    \r\nCameron Widoff, on what makes him think he can win this year at his 16th attempt at the Kona crown: \"I have more experience than anyone else here coming into this race. I just keep getting better. I just hope that everyone has a good event as they possibly can here.\"\r\n

    \r\nCameron Brown: \"My hope is to try to stay as close as I can on the bike and try to unleash a good run.\"\r\n

    \r\nKate Allen: \"I was a little disappointed with my bike last year so I\'ve done some more on that. I know I can have a good run. I\'m going to go out there and focus on finishing.\"\r\n\r\n

    \r\nCameron Brown: \"No lead is a comfortable lead.\"\r\n\r\n

    \r\nJoanna Lawn: \"I feel that this race is experience and desire. Everyone trains and trains hard.\"\r\n\r\n

    \r\nFaris Al-Sultan, on the pressure of being last year\'s race champion: \"I know I have won this race - I can do it. An advantage to everyone who hasn\'t [won] is that they don\'t know [if they can win].\"\r\n\r\n

    \r\nJoanna Lawn, on whether it\'s possible for anyone to beat Natascha Badmann: \"I just think it\'s all upstairs. Everyone trains the same - it\'s just who can push through the pain.\"\r\n\r\n

    \r\nMichellie Jones, on whether she expects to win: \"My expectation is that I want to finish.\"\r\n\r\n

    \r\nFaris Al-Sultan: \"The most important moment of my life will be when I cross the finish line. But when I crossed last year, I have no remembrance of that.\" \r\n'),(5177,112,'2006-10-21 07:27:33','As with any race I could sense the tension...','prior to the start. It still surprises me how little the Ironman pros warm up prior to the start. Basically they just get in at the small beach behind the King Kam host hotel and swim the short 300m to the start. Then it is a few 50\'s back and forth and then the gun.\r\n

    \r\nThe pier is super slick from the rain on the algea and more than a few press people took a digger on the way to watch the start. I think I would have preferred being in the water. \r\n

    \r\nJust prior to the start we got a light sprinkling of rain. It is cool and very calm. During the week we have had high surf warnings, yet, this morning was calm and very smooth. \r\n

    \r\nAfter the usuall creap forward from the start of about\r\n25 meters the pros got of to what looked like a smooth, almost casual start. There wasn\'t much bumping and the group almost immediately split left to right.\r\n

    \r\nThe right side, which hugs the inner edge of the course was the way to go as they had a 25-50m lead as they headed out of sight. These races are all about getting on the right feet and just settling for 50 minutes. \r\n

    \r\nIt looked like Faris was toward the front with the lead women spread throughout the men. This should be a better day for the ladies race with the new 15 min split between the pros and age groups.\r\n'),(5178,112,'2006-10-21 07:45:20','Cats and Dogs','Just got reports that it\'s raining at the 18 mile mark on the bike course. Temperature is 78 degrees. '),(5179,112,'2006-10-21 07:51:07','Amy: RAIN, RAIN, GO AWAY:','The last time it rained cats and dogs on the night before the race, as it did last night (I think it was 2002) I was helping Dan Empfield with his bike count on the pier. As the skies darkened, we found our notes disintegrating and our pens quitting. Someone in our crew had the bright idea to take shelter in the porta-potties, as yet unused because the race had, of course, yet to bring athletes into transition. So there we were, huddled in the little blue boxes while our partners, wearing garbage bags, shouted details about the bikes we were cataloging: \"1117, steep, titanium,\" and so on. It was a miserable job. So miserable, in fact, I had to go over to Slowtwitch.com to check my memory to make sure I wasn\'t embroidering with time. Turns out I wasn\'t. This is what I said back then: \"Many competitors\' already frayed nerves may have popped completely last night as, around 6 p.m., the skies over Kona opened up. The clouds had been threatening since early afternoon and finally gave way just an hour or so after the last athletes turned their bikes over. It was a typical tropical rain shower, heavy in bursts, but it had staying power. The Slowtwitch crew was already deep into its bike count on the pier, and at one point was the only collection of fools on the pier, along with a few other bike company guys like Kestrel\'s Preston Sandusky and Litespeed\'s Herbert Krabel. When our paper became too wet to write on, and the pens gave out, half of our survey team took refuge in the porta-potties while their spotters shouted the bike descriptions to them. In the middle of a tropical downpour, in the dark, you\'d hear guys and gals yelling, \"Kestrel! Â… Trek! Â… steep seat angle! Profile one-piece bar!\" until we\'d get out of shouting range. Then the heavens would let us dry off for a while and we\'d try to soldier on, literally wringing out our clothing. Then it would start again. The Ironman folks kindly brought out some garbage bags for us so at least we\'d keep some warmth on our bodies as the downpour continued in fits and starts. We finally called it a night around 7:30, soaked to the bone.\"\r\n

    \r\n\r\nI\'d forgotten the part about wringing out my shirt.\r\n

    \r\nBut Empfield has soldiered on through all sorts of conditions—this one the most extreme—and incredibly tight deadlines to produce an invaluable service for our industry. Where else can you find, in incredible detail, information on the types of equipment used at the very pinnacle of long-course racing? After 15 years of this, he\'s more than due a public thank-you from the likes of me, but I guess for the moment this\'ll have to do. Dan, thank you for this. I know firsthand what a misery the job is, and how fun it can be and how you\'ll always come out of it with a story to tell. Some, of course, more hilarious than others. '),(5180,112,'2006-10-21 07:59:39','Go time','The professional athletes have exited the swim and are heading out on the Queen K highway for the long slog up to Hawi. Faris Al-Sultan, winner of last year\'s race, was the first big gun to exit the water, and headed out on the bike. Joining him quickly were Cameron Brown and Chris McCormack. Perhaps attempting to make a statement, 2004 champion Normann Stadler surged to the lead group and blew by Al-Sultan as the group entered the highway. The speeds the athletes are traveling at right now makes the race seem like an olympic distance event.'),(5181,112,'2006-10-21 08:00:00','Women out of the water','The first woman out of the water was California Linda Gallo of the Luna women\'s triathlon team. Gallo holds the swim record at Ironman Wisconsin from 2005. On her feet was strong swimmer Joanna Zeiger of Boulder, Colorado, one of the top American hopes. Siezing the lead early in the bike course is Canadian Gina Kerr. A race note, six-time Ironman champion Natascha Badmann of Switzerland exited the water a full 12 minutes down on the pack of lead women. Badmann, known for her strengths on the bike and run, did not appear too concerned. '),(5182,112,'2006-10-21 08:15:48','Australian Michellie Jones leads','The women\'s race is starting to take shape, as two-time world champion, Australian Michellie Jones, has siezed the lead, holding a 12 second advantage over Canadian Gina Kerr. American Joanna Zeiger is sitting in third place with Dede Griesbauer in fourth place, almost two minutes back. '),(5183,112,'2006-10-21 08:16:58','Weather is the X-factor','The weather might play a factor today as it is pouring on the athletes on the first leg of the bike course. While the rain isn\'t supposed to stick around, the presence of the moisture should make for a very humid day. Reports are saying that there is a five mile per hour headwind greeting the athletes as they head out on the Queen K highway. '),(5184,112,'2006-10-21 08:20:11','Slow start?','Initial reports are saying that the swim this year was one of the slower in Ironman history. Faris Al-Sultan was first out of the water, and most of the top men came in in roughly 55 minutes, much slower than in previous years. Amateur athlets are beginning to pour out of transition area one. Between the one hour and ten minute mark and one hour and fifteen mark, 200 athletes will leave T1 every minute.'),(5185,112,'2006-10-21 08:32:15','The Norminator is in command','Normann Stadler is leading on the bike right now with Faris Al-Sultan in second place. Chris McCormack is in fourth place '),(5186,112,'2006-10-21 08:33:50','Noticably absent...','from the front group is Cameron Widoff and Rutger Beke who are perhaps waiting to make their moves later'),(5187,112,'2006-10-21 08:56:03','Present in the front group...','is Spaniard Xterra world champion Eneko Llanos. Llanos was a factor at last year\'s Ironman Western Australia, where he finished second. '),(5188,112,'2006-10-21 09:08:24','Currently, Zeiger sits in third','If you’re surprised that Joanna Zeiger didn’t run up out of the Kailua Pier in first place for the womenâ€â€she was second behind American Linda Galloâ€â€be assured that a conservative first leg was all part of the former Brown University super-swimmer’s plan. According to husband Mark, Zeiger’s pre-race strategy was to hold back a bit on the swim, not necessarily investing all her energy in a first-place exit. Mark also noted that Zeiger has improved on the bike, and if conditions are right today, he expects his wife to upset a few two-wheel favorites during the second leg. Currently, Zeiger sits in third after 10 miles of the bike. '),(5189,112,'2006-10-21 09:09:31','Badmann has a plan','At mile 10 of the bike, Natascha Badmann’s 12 minutes back of current women’s leader Michellie Jones. But is the six-time Ironman world champion worried? \r\n

    \r\nProbably not, said her Swiss-based manager, Peer Zebergs. “She’s always positive,†commented Zebergs as he watched the bike leg unfold on live television. “Last year, when she got a penalty, she used it for recreation. She knows she’s back a few minutes but that’s normal for her. She will not be negative.†To validate Zebergs’ comments, Badmann, who will turn 40 on December 6, was all smiles in transition despite a slow swim.\r\n'),(5190,112,'2006-10-21 09:18:11','Two and a half hours in','We are about two and a half hours into the 2006 Ford Ironman world championships. The men are 35 miles into the bike course and German Normann Stadler is out ahead of the men\'s race by roughly three minutes ahead of second place Chris Lieto, who heads up the front group of men. Also in that group are last year\'s winner Faris Al-Sultan of Germany, Cameron Brown of New Zealand, Chris McCormack of Australia and Michael Lovato of the United States. '),(5191,112,'2006-10-21 09:23:05','Ford Ironman Louisville/Kentucky','Registration just opened for the inaugural race to be held Sunday, August 26, 2007. Go to www.ironmanlive.com for registration information.'),(5192,112,'2006-10-21 09:23:23','Riding off the front is a similar tactic Stadler used to win the 2004 championships',''),(5193,112,'2006-10-21 09:23:51','Faris in second','At the 42 mile mark Faris Al-Sultan is in second place, heading up a chase group of six at 4:10 back. '),(5194,112,'2006-10-21 09:24:39','Missed the cutoff','The final age grouper has exited the water, a 79-year-old man from Korea. He is two minutes outside of the swim cutoff time and his race is over. Too bad!'),(5195,112,'2006-10-21 09:26:12','Tactics','It\'s interesting that, at this point of the race, the pro men\'s race will take on tactics not unlike a professional bike race. The front group of six men has to decide how far they want to let Stadler get out in front of them before giving chase. He is a super cyclist but is not known for his running prowess, so he\'ll try to get as much time on the runners as possible on the bike.'),(5196,112,'2006-10-21 09:44:36','Jimmy just caught up with Tony Deboom...','Jimmy Archer: Why the slow swim, what\'s up with that?\r\n

    \r\nTony Deboom: \"Yeah, wow, what did they go?\"\r\n

    \r\nJA: 53ish for the leaders, 55 for the man group. Luc Van Lierde was out of the water close to 5th but first though the hot corner (800m from transition).\r\n

    \r\nTD: \"I was saying that all week. The water\'s been rough, big swells and strong currents. I thought it might be a slow swim.\"\r\n

    \r\nJA: So, most likely currents then, it seemed pretty calm today.\r\n

    \r\nTD: \"Yeah, wow this could be interesting.\"\r\n

    \r\nJA: Good for Norman though, he came out in the group. I don\'t think he has ever come out with the leaders. No chasing today I guess, he can just go off the front right out of transition.\r\n

    \r\nTD: \"Yeah, everyone else seemed to swim slow but he had his normal swim.\"\r\n

    \r\nJA: How \'bout the rain in Hawi?\r\n

    \r\nTD: \"Is it raining up there?\"\r\n

    \r\nJA: It was dumping just past Kwaihai.\r\n

    \r\nTD: \"Yeah? Wow, it will be cool, probably fast, really humid if it clears up. There is lots of race to go.\"\r\n

    \r\nJA: It\'s looking good for Tri-Dubai though?\r\n

    \r\nTD: Hopefully.'),(5197,112,'2006-10-21 09:45:22','A note on drafting','While drafting is, of course, technically illegal at the ironman, the athletes riding in a group will benefit from riding with each other. The World Ironman Corproation has changed the rules regarding drafting over the years, primarily in altering the \"draft zone\" that athletes cannot ride in. Previously, athletes could not ride within 10 meters of the rider in front of them. This year the draft zone is, I believe, seven meters. If you\'ve ever ridden 21 feet behind someone on a windy day, you\'ll know how much it can help.'),(5198,112,'2006-10-21 09:46:49','How much gap to give Normann?','So the front group of men must decide how far of a leash they will give Stadler before they start upping the pace. And then that will depend on which athletes will be willing to head to the front of the group and start drilling it. Everyone wants to save their legs for the run, so it can be a bit of a game of bluff. '),(5199,112,'2006-10-21 09:48:14','Stadler continues to hammer on the bike','As we see it right now, Normann Stadler has a five minute lead on a group of six: Luke Bell, Chris McCormack, Marino Van Hoenacker, Chris Lieto, Cameron Brown, Tom Evans and Faris Al-Sultan. At 6:30 is Thomas Hellreigel, and at seven minutes is a group of 30 including Rutger Beke, Oscar Galindez, Cameron Widoff, Michael Lovato, Luc Van Lierde and Timo Bracht'),(5200,112,'2006-10-21 09:49:37','Rick and Dick Hoyt miss the cutoff','Every year Dick Hoyt travels to Kona from Massachussettes to compete in the race with his son Rick Hoyt. Rick has cerebral Paulsy. Rick has said this will be his final year at Kona. Unfortunately, Rick and Dick have missed the swim cutoff time. Their race is over.'),(5201,112,'2006-10-21 09:50:27','Jones out in front','Michellie Jones of Australia is attempting to do what Normann Stadler is currently doing - riding off the front of the women\'s race. Jones is a strong all-rounder from her years as a dominant olympic distance athlete.'),(5202,112,'2006-10-21 09:57:52','Wattage cottage','Luke Bell, Faris Al-Sultan, Cameron Brown and Mike Montgomerie are all athletes today who are riding with an SRM power meter which is hooked up to a radio feed. It\'s a cool feature from SRM. You can see the wattage that these guys are pumping out on the SRM website.'),(5203,112,'2006-10-21 09:59:08','Go, no go?','Heather Fuhr is considering pulling the plug on today\'s race, as she is more than 10 minutes down. More than 20 minutes down is Canadian Lori Bowden, a two-time winner here. I would be surprised to see Bowden leave the race, as she said yesterday that her primary goal this year is to just have fun. Bowden is returning to race Ironman after the birth of her first child last year.'),(5204,112,'2006-10-21 10:00:54','Lieto moves into second','We are getting reports that Chris Lieto has moved into second, and Chris McCormack is going with him. They are dropping Luke Bell and Faris Al-Sultan, who is 30 seconds behind these two. Looks like these guys are the ones who are willing to drop the hammer and try to bring back the Norminator. '),(5205,112,'2006-10-21 10:03:55','If the heat and humidity...','is going to play a role in the marathon you have to believe that Stadler could have an advantage by riding off the front. Remember, there is no Peter Reid or Tim DeBoom here this year. These are the strongmen who could run down Stadler, and with them absent, the athletes who are chasing are going to have to look to each other to decide when to chase.'),(5206,112,'2006-10-21 10:07:52','Why the slow swim times?','Professional swim leader Francisco Pontano’s exit time of 53:27 today was almost nine minutes slower than the championship course record for the 2.4-mile leg, set in 1998 by American pro Lars Jorgenson. The Spanish athlete’s time, which fronted a pack of at least 10 other pro men and two pro women, all of whom swam in the 53-minute range, was more than three minutes slower than 2005 world champion Faris Al-Sultan’s time of 49:54. \r\n

    \r\nFrom the rock walls of Kailua Pier, where hundreds of spectators pushed and teetered for front-row sighting, conditions in the bay seemed ideal, calmer than earlier in the week when larger-than-normal swells and wind kicked up a chop that turned some athletes towards the community pool. A leading lifeguard who had been on a paddleboard during the professional swim (and who preferred to remain anonymous) noted that the swell out in the bay had been small, typical for this time in October, nothing that would account for surprisingly slow swim times \r\n

    \r\nAccording to Neal Henderson, head of exercise science at Boulder Center for Sports Medicine and this year’s swim guide for physically challenged Colorado athlete Trish Downing, one reason times were so slow was due to an ebbing tide. While Downing made the swim turnaround in 44 minutes, it took her and Henderson an hour and one minute to stroke back to the pier. \r\n

    \r\nBut Henderson’s explanation doesn’t necessarily explain why at least four age-group athletes swam faster than the pro field leaders. Ironman commentator Paula Newby-Frazier noted in her course commentary that slow swims, especially in the women’s race, have been a deciding factor in how the race has unfolded, giving Michellie Jones an advantage and putting Natascha Badmann shockingly far back on the bike. \r\n'),(5207,112,'2006-10-21 10:10:17','Cameron Brown has missed his special needs bag...','at the turnaround of the bike. And Natasha Badmann has finally come through, but is a whopping 14 minutes down on Jones. But I don\'t think anyone is wanting to rule out the Swiss star at this point. Badmann has a long history of coming from behind to win. She\'s won six of the last eight Ironman world championships, including in 2004 when the only woman to beat here was Nina Kraft, who was juiced on EPO. '),(5208,112,'2006-10-21 10:16:33','Live coverage','Check out www.ironmanlive.com for live video and race coverage.'),(5209,112,'2006-10-21 10:17:12','Heather Fuhr has dropped out','and Dede Griesbauer has passed Joanna Zeiger for second place in the women\'s race. Griesbauer has won Ironman UK. '),(5210,112,'2006-10-21 10:25:10','Age-group notes','Although Rick and Dick Hoyt didn’t make it to T1 ahead of the two-hour and 20-minute cut-off time necessary for the bike, age-group fans at home should know that the senior citizen crowd at Ironman Hawaii is doing just fine. Sister Madonna Buder, the 76-year-old phenomenon who set a new course record in the 75-79 age group in 2005, looked tanned, toned and strong climbing up Palani hill on the bike. Same goes for the oldest athlete in today’s race, South Korea’s Hong-Gyu Kim, who, at age 79, finished Ironman Korea just a little more than a month ago in perfect form. Both athletes have completed the first part of the 112-mile bike leg. \r\n'),(5211,112,'2006-10-21 10:29:00','It continues to rain on the South end of the bike course','Temps are cool but braking is difficult with the wet conditions. There\'s a headwind on the way out, but super fast on the return leg. '),(5212,112,'2006-10-21 10:30:07','An emotional end to a stellar Ironman career','We just ran into Dick Hoyt in the lobby of the hotel, he and his family were wheeling Rick Hoyt back in. Dick had tears in his eyes but was surprisingly upbeat... he said he thought he was on pace to set a new personal record on his way out on the swim, but on the way back he thought the boat he was towing (with Rick Hoyt) was 10 pounds heavier. Sounds like that current was pretty strong.'),(5213,112,'2006-10-21 10:35:39','On the SRM site...','we can see that Luke Bell is currently pushing about 250 watts and going 42 miles per hour. I\'ll bet he\'s heading downhill...this is a really cool feature... it has each athlete\'s pulse, miles per hour and power output for Luke Bell, Faris Al-Sultan, Cameron Brown and Mike Montgomery. '),(5214,112,'2006-10-21 10:42:08','Natasha Badmann just hit the turnaround','and is heading back into town. She grabbed a huge special needs bag and placed it on her aero bars. Interesting enough, Badmann only has aero bars on her bike. She has no convential bars that swing out to the side like most bikes. She has no brake hooks... She also has a water bladder built into the frame of her carbon Cheetah bike. Don\'t know if I could control that thing!'),(5215,112,'2006-10-21 10:52:40','Katja Schumacher is moving up in the women\'s race,','and she is wearing a camel bak filled with water. Now, most self-respecting road cyclists or triathletes don\'t usually sport the camel bak look, but it seems to be working well for Schumacher. She is blowing through the aid stations and not slowing down to pick up bottles. Schumacher is going back and forth on the bike with Karen Holloway. '),(5216,112,'2006-10-21 10:58:21','The Norminator is still off the front and looking strong','We have a report coming in from the front of the men\'s professional race with about 30 miles remaining. The Norminator is still off the front and looking strong, but American Chris Lieto is unwilling to let the German do what he did in 2004 and grab a huge lead going into the run. Lieto is riding by himself roughly six minutes back and looks to be the athlete most wanting to keep Stadler on a short leash. Over eight minutes back on Stadler is the chase group, containing Eneko Llanos, Faris Al-Sultan, Cameron Brown, Chris McCormack, Luke Bell, Tom Evans and Marino Von Hoenacher. If anyone hopes to win this race, they are going to have to be from this group.'),(5217,112,'2006-10-21 11:02:19','Yikes!','Two large semi trucks somehow made their way onto the highway at Kawaihi. The trucks would not get out of the way of the athletes, and Thomas Hellreigel and Luk Van Lierde had to ride off of the road onto the shoulder to get by. The spectators on the side of the road, including an old woman in a wheel chair, had to sprint to get out of the way. No word if the trucks have been removed yet.'),(5218,112,'2006-10-21 11:03:58','Michael Lovato is 14:15 back','Riding at 14:15 back all by his lonesome is Mike Lovato. The American took Ironman Arizona this year and was hoping to challenge for the win. His race is far from over, but he\'s going to have to really pull a rabbit out of his hat if he wants to pick his way to the front. See the lower panel below for a pre-race interview with Michael Lovato'),(5219,112,'2006-10-21 11:25:21','A bit of background on American Chris Lieto','who appears to be very motivated to bring back Stadler on the bike. Lieto is one of the best bikers in the biz... he rode the 2006 Tour of Utah pro cycling race, which was a major stage race part of USA Cycling\'s National Racing Calendar. Lieto finished 11th in general classification after the six stages of the race, only 5:32 back on GC winner Scott Moninger. Lieto finished ahead of such NRC big guns as Phil Zajicek (Navigators Insurance), Eric Wohlberg (Symmetrics) and US time trial champion Chris Baldwin (Toyota-United). Lieto finished fourth place in the sixth stage of the race... a brutal climb-filled day which ended with a gruellling haul to Snowbird ski resort. Needless to say, the guy can ride a bike. '),(5220,112,'2006-10-21 11:29:00','Office Favorite','Who cares about Stadler or McCormack when the world\'s studliest sales guy, Lars Finanger, account executive for Inside Triathlon and 2006 champion of the half-iron Mighty Montauk Triathlon, is racing Kona? This year, the Norwegian powerhouse pulled out of the water in one hour and 22 seconds, a time that would have put him in not-too-shabby standings had he been racing the women’s professional event (next year, Lars). According to the 26-year-old’s roommate and best friend Fred Dreier, Finanger’s goal today is to have the fastest bike split of all the amateur athletes. Stay tuned to insidetri.com to see if this budding young groom (he’s to marry fiancée Emily Deppe tomorrow at an ungodly early hour of 10 a.m.) nails it on the second leg. '),(5221,112,'2006-10-21 11:30:55','Jones starting to lose some of her advantage','Looks like Michellie Jones is beginning to lose some of her advantage on the bike. The Aussie, who stormed to a huge lead on the way out to Hawi, no holds a slim 2:45 lead on Dede Grisbauer, winner of Ironman Canada. Belinda Granger is coming up fast too, and is a minute back on Griesbauer and is riding with Lisbeth Kristiensen of Denmark. American Joanna Zeiger is 5:20 back, riding ahead of Desiree Ficker who is at six minutes. Could one of these women take down the Aussie speedster?'),(5222,112,'2006-10-21 11:37:08','Badmann sighting','Natascha Badmann has rolled by 11 minutes behind race leader Michellie Jones of Australia. Badmann, the six-time world champion, flashed a smile as she passed, leading us to believe she might have a trick or two up her sleeve. Coming in about a minute behind Badmann were Kate Major and Lisa Bentley. Look at these two ladies to do some serious damage on the run.'),(5223,112,'2006-10-21 11:45:54','NBC Ironman schedule for December 9th','The Ironman World Championships will be shown on NBC on December 9th from 4-6pm Eastern Time. In addition to pro coverage the show will also feature: Iraq war veteran Army Captain David Rozelle who is competing as a physically challenged athlete as a right foot amputee, the second physically challenged woman to qualify and attempt to finish the Ironman, and Robyn Benicasa a female firefighter and advernture racing star. '),(5224,112,'2006-10-21 11:48:36','Darkhorse Griesbauer on the move.','Dede Griesbauer is slowly reeling in arguably the best female triathlete in the world, Michellie Jones, as she bikes her way back to town from the Hawi turnaround. So, who the hell is Griesbauer? A quick background check: The 35-year-old American athlete did her first Ironman in 1997 but took a five-year hiatus until, in 2002, she finished another oneâ€â€and qualified for Kona in the process. On the fast road to success, the Boston resident decided to recruit fellow Massachusetts-ite Karen Smyers as her coach, and, within a year, was pushing back plans to have a family in order to devote her full-time attention to a career in the sport. This year, she claimed her first long-course title at Ironman UK. Known for a strong bike, Griesbauer is now less than three minutes back of Michellie as the two race back towards transition. But can she hold it together for the run? A former Division I swimmer at Stanford, Griesbauer’s weakest leg is when she’s on two legsâ€â€the run. But with strong-runner Smyers at the helm of her training, maybe Griesbauer is ready to now pull at a quick one at the race of all races in Kona'),(5225,112,'2006-10-21 11:52:55','OUCH!','we just talked with Louise Morris who is heading up the medical tent today. She said the only medical incidents they have seen today have been three people with jelly fish stings. Morris believes the culprit was a portuguese man o\' war stinger. But don\'t worry, the medics here aren\'t treating the wounds with the tried and true \"pee on the sting\" method. According to Morris, they douse the ouchies with vinegar and aminister painkillers. '),(5226,112,'2006-10-21 11:59:29','Ten minute man','Normann Stadler is flying into transition and has obviously loved the tailwind back from Hawi. His shoes are off and he is running into T2. He has a seven minute advantage on Chris Lieto, and a whopping ten minute lead on the first pack of chasers, including Faris Al-Sultan and Chris McCormack'),(5227,112,'2006-10-21 12:03:12','Normannator emerges','Stadler is running FAST out of transition. He is definitely not limping out of the tent as he heads out on the 26.2 mile run. No one is in sight yet. '),(5228,112,'2006-10-21 12:07:49','Rainy Day','Lieto has rolled into transition about seven minutes behind Normann Stadler. The rain has begun to fall here and it is surprisingly cool for Hawaii. Stadler is flying on the run and is blowing through aid stations without grabbing food. '),(5229,112,'2006-10-21 12:17:08','The players','have come and gone in transition. Macca and Cam Brown were the first to come out and are looking strong as they head out to try and chase down Stadler. Chris Lieto is inbetween Stadler and the group of chasers and apperas to be holding steady pace, but is not making much of a dent in Stadler\'s advantage. If anyone is going to run down Stadler, it is going to be either Brown or Macca. Faris Al-Sultan could, but he is looking surprisingly slow coming out of transition.\r\nBy the way, Normann Stadler has set a new bike course record with 4:19:23. Way to go, Normannator. '),(5230,112,'2006-10-21 12:23:39','Record day?','Normann\'s unofficial bike split is 4:18:23 which is a new bike record at Kona. I think he has the mild conditions to think for that. One has to wonder if more records will fall today, as the mild winds and relatively cool temperatures have dulled the pain of racing on the Big Island. '),(5232,112,'2006-10-21 12:28:06','penalty box','for Belinda Granger, who has rode her way into second place behind Michellie Jones. Dede Grisbauer is in third. When Granger comes into transition, she\'ll have to spend two minutes in the bad-boy (or girl) cooler. According to Denny Lemieux, the shell-shocked goalie from the film \"Slapshot,\" when you\'re in the penalty box... \"You feel shame.\"\r\n'),(5233,112,'2006-10-21 12:42:49','Peter the Great','we just talked to Peter Reid and his prediction is that Stadler is NOT going to hold his lead to the end. Reid, a three-time winner, thinks Normann Stadler needed at least a 15 minute lead on Chris McCormack and Cameron Brown in order to win. Of course, Stadler had a 20-minute lead on Peter the Great when he won in 2004. Reid believes Brown and McCormack will likely run down the German by race\'s end. \r\nWe\'ll see if this prediction holds true. '),(5234,112,'2006-10-21 12:52:11','Pink streak','Michellie Jones is into transition and Belinda Granger is coming in just behind her. Granger does not look happy, as she has two minutes of penalty time facing her. \r\nLooks like its up to Lisbeth Kristiensen to chase down Jones. She is only 1:25 back and looking smoth as she runs out of transition. As a race note, Kristiensen runs with a camel bak. \r\n. \r\n'),(5235,112,'2006-10-21 13:08:33','run update','Sarah Toland our running expert is out jogging the course and analyzing the strides of the top men and women. Of the men, she is most impressed with Faris Al-Sultan, who is really starting to up the pace with Cameron Brown and Chris McCormack. Apparently Brown is wearing a pretty bad grimace on his face, but is maintaining his speed. \r\nSarah said that Michellie Jones, who is clinging to a 28-second lead on Lisbeth Kristiensen, is starting to slow down, and her running style is losing effeciency. '),(5236,112,'2006-10-21 13:43:46','The sun has come out...','and the humidity is beginning to become crippling. We have run splits from mile 9, Chris McCormack is running in second at 8:57 and at 10:12 is Faris Al-Sultan. Luke Bell is at 11:17 and Eneko Llanos is running at 11:35. Cam Brown is beginning to suffer and is 12 minutes in arrears. Chris Lieto has fallen back to 13:18 minutes back and is moving very slowly, perhaps because of cramps. Cameron Widoff is the second American at 20 minutes, and Michael Lovato is 25:13 back. '),(5237,112,'2006-10-21 13:47:55','Looks like Normann Stadler is putting together a very well-rounded race.','Of course, most know Stadler because of his famously strong bike split, but today he seems to have improved in all three legs of the race. His swim was 54-minute which was good enough for 31st overall. Of course his bike was blistering, but his run appears to be on par for a win today. '),(5238,112,'2006-10-21 14:12:09','Chris McCormack is known as one of the better runners','...in the ironman community. He is the only Australian to have claimed a national championship in every distance of triathlon, from sprint to ironman. But he has been unlucky and unsuccessful in Kona. Last year he finished a best-ever sixth place and posted the fastest run split of the day. Today, however, McCormack can\'t seem to eat into Stadler\'s six-minute buffer. '),(5239,112,'2006-10-21 14:15:46','Michellie Jones has a six minute lead','on Lisbeth Kristensen in the women\'s race, and Natascha Badmann is about eight minutes back. American Desiree Ficker has run her way into fourth place and is only 8:30 behind and is closing on Badmann. Kate Major rounds out the top five at nine minutes, but she is followed very closely by Lisa Bentley who is looking extremely strong. '),(5240,112,'2006-10-21 14:39:30','Lisa Betley','is running around a 6:50-minute marathon pace--and looking like a bat out of hell. She\'s passed Natascha, who lost some time making a bathroom break. Michellie is still confident in her lead. '),(5241,112,'2006-10-21 14:40:15','Course correspondent Jimmy Archer','thinks it feels pretty comfortable out on the course. The sun keeps peaking through, but compared to the last few days, a mostly overcast day, cool breezes and lower humidity levels have made for more athlete-friendly course conditions.'),(5242,112,'2006-10-21 14:43:48','At mile 21,','Macca has now closed the margin on Stadler to 3:45. At mile 23, Macca improved on what is turning out to be an amazing marathon by cutting Stadler\'s margin to a mere 1:52. But catching Stadler on an uphill may be hard--but Macca\'s already showing better odds by running the last 10km, where most athletes usually hit the wall, with faster and faster clips. '),(5243,112,'2006-10-21 14:47:15','For trivia,','this is Bentley\'s fourth Ironman of the year. While she didn\'t win her hometown Ironman Canada this year, finishing second to Granger, if she can keep her pace on today\'s marathon, she\'ll make the Maple Leafs proud. Right now, she continues to close on Jones.'),(5244,112,'2006-10-21 14:50:26','The Tri-Dubai guys...','look a little nervous in the media center: Normann Stadler is beginning to slow and Macca is catching. The German is now only minutes from the finish line. Archer thinks it will be shoulder-to-shoulder in the last half-mile. Apparently, Archer says Stadler looks pretty tired while Macca is still the all-smiles Aussie. It could be a close one!'),(5245,112,'2006-10-21 14:55:26','Stadler is doing a 180 on the run','to turn around and see if Macca is within spitting distance. But the Aussie\'s not. He\'s got less than a mile to go and is now smiling after a second turnaround--he\'s got it, or so he thinks. '),(5246,112,'2006-10-21 14:56:38','Stadler is coming into the chute.','He\'s going to hold off Macca. '),(5247,112,'2006-10-21 14:57:48','Stadler does it!','Normann Stadler is the World Champion.'),(5248,112,'2006-10-21 14:58:00','Chris McCormack is second',''),(5249,112,'2006-10-21 15:01:22','Holy smokes!','Stadler\'s not tired. The dude just finished an Ironman but he still has energy to run the flag past the finish line. McCormack has just crossed for second, making a podium and breaking his Kona curse. Al-Sultan is still on the course, but he\'s secure in third.'),(5250,112,'2006-10-21 15:03:48','While Stadler\'s boasting...','the laurel crown and calling his peop\'s in Germany, Al-Sultan\'s hurting to come down Alii Drive. His bike split was about 10 minutes slower than his fellow countryman\'s time, a fact that hurt the 2005 champion. His arms are high coming down the drive, but he still has something left to shake his hands in thanks for a third-place crown.'),(5251,112,'2006-10-21 15:11:47','Belgium\'s Beke is now fourth','at around 8:21. Al-Sultan welcomed Beke with a large beer, who seems happy with his third place finish. Fifth place was Enico LLanos and sixth goes to Luke Bell. A podium finish for first-time Llanos is impressive while a good finish for the young Bell. '),(5254,112,'2006-10-21 15:30:00','Jones is nearing the 22-mile mark',' and running strong. Gina Kehr has passed Ficker for second while Bentely hangs in fourth, Major in fifth and Badmann in sixth.'),(5255,112,'2006-10-21 15:35:23','From the Tri-Dubai guys:','Ficker has been doing some altitude training in Boulder leading up to the big race in Kona. As far as Jones, her training target has been Hawaii and she\'s been determined to improve a less-than-par marathon in her fourth Ironman ever. She\'s had to fend off some of the best runners in the long-course sport today: Bentley, Major, Badmann, Granger and Kehr. Looks like a re-focus on run training paid off.'),(5253,112,'2006-10-21 15:26:05','For full results, leaderboard and athlete tracker','go to www.ironmanlive.com. '),(5256,112,'2006-10-21 15:54:44','Michellie Jones is starting to come down the hill','with about 1.5 mi to go. She\'s smiling.'),(5257,112,'2006-10-21 16:02:49','Michellie is raising her hands','as she enters the cinish chute. '),(5258,112,'2006-10-21 16:04:00','It\'s all smiles for Michellie Jones, the 2006 Ironman World Champion!',''),(5259,112,'2006-10-21 16:07:33','Ficker remains in second while','Bentley continues to run hard in third place. '),(5260,112,'2006-10-21 16:09:39','Desiree Ficker crosses the line in second place!',''),(5261,112,'2006-10-21 16:10:53','Lisa Bentley holds on to finish in third place.',''),(5262,112,'2006-10-21 16:15:53','Gina Kehr crosses the line in fourth place',''),(5329,0,'0000-00-00 00:00:00','',''),(5330,121,'2007-02-18 22:22:00','Good day...','and welcome to Stage 1 coverage of the 2007 Tour of California, a beautiful 156km stage from Sausalito to Santa Rosa, via a gorgeous ride along the Pacific Coast Highway.'),(5269,117,'2006-11-12 09:18:06','','Good morning, well actually it\'s almost afternoon! We\'ve had some technical difficulties but are ready to bring you the action and news from the course.'),(5270,117,'2006-11-12 09:31:56','Swim','Let\'s bring you up to speed on the swim. WOW. Reports from Lake Mead said the lead pack was dealing with alot of chop out there on the 2.4 mile swim. \r\n\r\nTwo swimmers led the way with Mark Warkentin (Inside-Out Sports) and Scott Kaufmann (www.athleteslawyer.com) first and second in just under 44 minutes. Folks, these guys were zig-zagging toward the swim exit, so this water was rough. \r\n'),(5271,117,'2006-11-12 09:33:54','Swimmer off course','Word from two boaters was that the fourth positioned swimmer missed the turnaround buoy and had to recircle the course. We confirmed this was R&A/FIT Multisports\'s Jonas Colting, the lightning fast Swede. Will this take them out of contention? We do know it will put him over 10 minutes off the lead swimmers pace.'),(5272,117,'2006-11-12 09:34:38','Third out of the water','Was John Kenny (Powercranks), just under two minutes off the leaders. \r\n\r\n'),(5273,117,'2006-11-12 09:37:39','Colting','Is fuming, yelling that there were no kayakers out on course near the turnaround. He is obviously peeved with his loss of time out there. He has handed his chip off to \"the Bear\" Bjorn Andersson, who will need to have the bike of his life to catch up to:\r\n\r\n1. Tyler Hamilton (www.athleteslawyer.com)\r\n2. Eric Bean (Inside-Out Sports)\r\n3. Hernan Dario (Powercranks)'),(5274,117,'2006-11-12 09:39:18','Hamilton','at the first time check at 15 miles has a 3 minute advantage over Dario and Bean, who are riding within 6 seconds of eachother.\r\n\r\nBjorn Andersson is a further 7 minutes back.'),(5275,117,'2006-11-12 09:42:01','wheel change paying off','word has it Tyler switched wheels just before the race from a Zipp Z8 wheelset to a Lightweight wheel front. This means he\'s a bit nervous of words of the strong wind out on the bike course. '),(5276,117,'2006-11-12 09:44:22','what are the pros riding?','it looks like Team CSC out there. Tyler, Bjorn, Bean, Richard Craig (Vegas Connection) are all riding Cervelo P3C\'s. The only rider to stray from this bike choice is Dario, who is riding his road bike. His team, including Powercrank\'s founder Frank Day, say his secret weapon are his new Specialized Roval wheels, recently released at Interbike. '),(5277,117,'2006-11-12 09:46:27','Bear DOWN','we got confirmed word that Bjorn Andersson is hanging on to one aerobar and his armpad. We think one of his aerobar bolts has come loose. \r\n\r\nThe good news is, he is not losing any ground. He is about to move into third place.'),(5278,117,'2006-11-12 10:07:00','Interview with Silverman\'s fastest man','Mark Warkentin (Inside-Out Sports) just spent a few minutes with us talking about the challenging swim out there. \r\n\r\nHe\'s a USC 2002 grad and is on the US Open Water swimming national team. This is a short race for him. He normally swims the 5k, 10k, and 25k swims as part of his event program. We could sure tell as he SPRINTED the final buoy distancing himself from his fell US teammate Scott Kaufmann. \r\n\r\nMark is training for 2007 World\'s which will be held next March in Melbourne, Australia. \r\n\r\nHe just finished a 10k competition down the Amazon River in Brazil.\r\n\r\nAmazingly, it was his first time in swimming in a wetsuit, and he opted to use a sleeveless that was HEAVILY greased. \r\n\r\nHe doesn\'t know much about cycling and running yet, but could see himself going LONG some day!'),(5279,117,'2006-11-12 10:10:37','Frank Day','the manager of team Powercranks just spoke to us about his rider, Hernan Dario. They had pro cyclist Magnus Backstedt lined up to race, but a last minute pull had them scrambling. Amazingly, they found Dario, a former Tour of Langkawi (Malaysia) winner, who recently finished 2nd (by one second) at the Vuelta de Guatemala. He is not a T specialized, but at only 115lbs, is right at home with all the hills on course.'),(5280,117,'2006-11-12 10:17:51','remember','if you want the most up-to-date coverage click on the \"show most recent first\" box'),(5281,117,'2006-11-12 10:18:58','Slowtwitch','Special thanks to Empfield and his forum for covering for us when connections were down. You can check in with them for a different perspective of the happenings out there on the course.'),(5282,117,'2006-11-12 10:30:48','bikers just passed aid station 7','that is the 70 mile point on the course. we just spoke to race director Frank Lowery who thinks it might have been Tyler still leading, but will call back to confirm'),(5283,117,'2006-11-12 10:55:35','76 miles','and it\'s Hamilton 12 minute ahead of Eric Bean! Bean is now riding about 1:20 ahead of Dario, with Andersson a further 6:20 down. '),(5284,117,'2006-11-12 11:02:57','85 miles into the ride...','and Tyler is still leading. Here\'s the breakdown:\r\n\r\nTyler (Athleteslawyer.com)\r\nEric Bean (Inside-Out Sports) - 11 minutes down\r\nHernan Dario (Powercranks) - 13 minutes down\r\nBjorn Andersson (R&A) - 18 minutes down'),(5285,117,'2006-11-12 11:07:01','update from Jason Goldman','Goldman is the R&A Multisports team manager and is out there on the course shedding blood to bring us the news. He said Bjorn still has his poker face and his gripping his aerobars, holding them with cupped hands from underneath the bars. This does not sound ideal by any means, but they breed \'em tough in Scandavia. '),(5286,117,'2006-11-12 11:09:24','past 90 miles','We just got a call from race director Frank Lowery and Tyler is grimacing with his classic look as he turns towards the hardest part of the course. Up ahead the riders will face a few 18% pitches before battling a six-mile stretch of 5% rolling hills. He has 11 minutes on Bean.'),(5287,117,'2006-11-12 11:21:34','25 mph for Hamilton','Our course spotter, Andy Pemberton, tells us Hamilton just passed 95 miles and is on course for a 4:42 ride. Coupled with his teammate Kaufmann\'s circa 45-minutes swim and they will need runner Ernest Kimeli to run under a 2:30 marathon to break 8 hours. Keep in mind, we don\'t know how much time they are spending in transition but all they have to do is trade timing chips from ankle to ankle. '),(5288,117,'2006-11-12 11:44:46','Franks says...','the wind is killing him. This means, there has been little wind and Tyler is flying. We\'re expecting him to arrive into T2 within the next 10 minutes. Frank is getting ready to kiss his $100k goodbye.'),(5289,117,'2006-11-12 11:46:21','Tyler\'s swimmer says...','We just talked to Scott Kaufmann, who exited the water in second today who said Tyler projected before the race he would need to enter T2 by 5:28 into the race to give Kimeli a realistic shot at breaking the 8hr mark. Folks, it looks like he might just call his shot.'),(5290,117,'2006-11-12 12:02:14','Ernest Kimeli heads out on the marathon.','With over 2 and a half hours until the 8-hour mark, Ernest Kimeli starts his portion of the race - 26.2 miles of running.\r\n'),(5291,117,'2006-11-12 12:13:31','Three bikers in','Eric Bean entered T2 over 12 minutes behind Tyler, but looks like he could ride another 112. '),(5292,117,'2006-11-12 12:14:23','Dario collapses','115-pound Dario took a beating out there. He collapsed after handing off his ankle chip.'),(5293,117,'2006-11-12 12:15:39','PENALTY??','Hamilton may have received a penalty for not dismounting his bike at the line. We are awaiting confirmation. '),(5294,117,'2006-11-12 12:17:29','Drug Testing','We have drug testing out here today with $100k on the line. Drug testers are following all relay athletes off the bike. Everyone from the winning team will also be tested. '),(5295,117,'2006-11-12 12:33:55','confirmed','Athleteslawyer.com has been issued a four-minute penalty. Kimeli is being stopped out there on the course and is serving the penalty given for Hamilton\'s dismount snafu.'),(5296,117,'2006-11-12 12:34:59','Can you blame him??','It was witnessed there were no folks telling Tyler to dismount. Can you blame him? He\'s not a triathlete. Well, it\'s been issued. '),(5297,117,'2006-11-12 12:36:16','Tyler on race intercom','He split 4:33 out there on this race course. He was hoping to be somewhere under 5 hours. He\'s been training hard preparing for January 2007 and it showed today.'),(5298,117,'2006-11-12 12:37:04','Tyler says it will be an equal split','That\'s good news for swimmer Scott Kaufmann if Kimeli can finish under 8 hrs. '),(5299,117,'2006-11-12 12:52:50','Scott Kaufmann just stopped by','and his smile was wide. His team is looking strong with Ernest Kimeli nearing the end of his first run lap. It looks like he will need to run the second half of the run in around 1 hour and 25 minutes. For a triathlete, this would be a hefty chore, but Kimeli went 1 hour and 2 minutes earlier this year at Berlin Half-Marathon.\r\n\r\n'),(5300,117,'2006-11-12 12:55:25','more on Kaufmann','Kaufmann was a 500 and 1650-meter swimmer for the University of Florida. He graduated in 2005 and threw his hat into open water swimming. He and Mark Warkentin are competitors on the circuit and will both compete at Melbourne World Championships next March. Their big race though will be next August in Bakersfield, California where they will gun for a shot at an Olympic bid in the first-ever open water swimming event. '),(5301,117,'2006-11-12 13:05:18','big money means...','With $100k on the line, Silverman race director Frank Lowery is taking money out of his pocket to ensure a clean race. It has to be noted that we have one athlete, Tyler Hamilton, who recently served a two-year drug suspension, which banned him from competing in cycling\'s international pro tour circuit. His team, www.athleteslawyer.com, is sponsored by Howard Jacobs, a lawyer who represents athletes under drug scrutiny. Jacobs\' other high-profile accounts include Marion Jones, Tim Montgomery, and Floyd Landis. With that said, athletes from each leg of these relays are being followed closely by drug-testing personnal hired by Lowery.'),(5302,117,'2006-11-12 13:07:44','Kimeli just sped through the half-way point','he is flying. He ran a 1:12 first 13.1-miles. And, that includes a four minute penalty that forced him to stop running. His top marathon time is 2:11 but he only needs to run 1:27 over this last 13.1-miles to break 8 hrs. '),(5303,117,'2006-11-12 13:15:18','to put that in perspective...','this is a world-class African runner and he needs to run a half-marathon split equal to my wife\'s respectable time at Aramco Houston Half-Marathon last January. '),(5304,117,'2006-11-12 13:18:17','15 minutes have passed...','and still no sign of the second-place runner. Can Kimeli finish a full 26.2-miles by himself, never having seen a fellow competitor? '),(5305,117,'2006-11-12 13:24:50','Kimeli at mile-17','Which means he ran the last four miles in 20 minutes. The second-loop is different from the first. There are some long hills, starting with a one-mile climb out of transition. The road grade is about three or four percent.'),(5306,117,'2006-11-12 13:28:17','second place just reaches half-way point','this was the Brazilian runner, Everton Morais, from Cid Cardoso\'s team Inside-Out Sports. He ran, 1:16:50 over the first half, so we think he has conceeded to Kimeli and is now on a training run. \r\n\r\n'),(5307,117,'2006-11-12 13:29:58','6:58:45','is the current race time. And Kimeli is nearing the 20-mile marker. Can he run the next six miles in one hour?'),(5308,117,'2006-11-12 13:31:19','third place runner throiugh 13.1 miles','Mike Booth (Powercranks) is just passing through half-way with the official race clock reading 6:59:19. He is over seven minutes behind second placed Morais.'),(5309,117,'2006-11-12 13:49:27','Official word on Hamilton\'s penalty from Charlie Crawford','USAT Head Official Crawford just popped in and gave us the official ruling that was assessed on www.athleteslawyers.com. The rule, 7.1 requires athletes to enter and exit and ensure their speed is zero at a designated dismount line. \r\n\r\nWhile Hamilton is no triathlete, officials briefed riders yesterday at a pre-race meeting, warning of this rule infraction. \r\n\r\nCrawford said, \"it was reported to us by volunteers that Mr. Hamilton did not complete his bike dismount at the designated dismount line.\" \"And because race management is considered neutral, we (USAT team of officials) decided this was the appropriate call.\"\r\n\r\nWe interviewed Tyler after his ride and he said would consider racing an Ironman before he dies. It appears he has some rules to learn first. Maybe Rolf Aldag, an Ironman Lanzarote finisher, can explain a few things to him.'),(5310,117,'2006-11-12 13:58:33','first age grouper in','Erik Krenz from Phoenix, AZ is leading this race by 7 minutes. '),(5311,117,'2006-11-12 14:00:25','Krenz was not first off the bike though...','that honor went to Las Vegas resident Pierre Letourneau who entered T2 in first, but took a break for ten minutes. Of note, he left T2 with a considerable hitch in his stride, which in ultra racing is not a good sign.'),(5312,117,'2006-11-12 14:12:18','\"quote me on that,\"','said Frank Lowery, commenting that the cyclists were aided by 25 mph tailwinds during the second-half of the bike course. \"This is the toughest course in the world and under normal conditions, no one will break 8 hours.\" '),(5313,117,'2006-11-12 14:13:22','Kimeli DOWN','We just received word that Ernest Kimeli \"went down\" at mile 23. He is back up and running and is running 7-minute miles.'),(5314,117,'2006-11-12 14:16:27','17 minutes until the 8 hour mark','And Kimeli is now under three miles to go. We do not have an official word as to what happened, only that he is running at a slower pace. Did he hit the proverbial \"runner\'s wall.\"'),(5315,117,'2006-11-12 14:18:04','word from Lowery','Ernest Kimeli has NOT reached 23 miles yet. He was seen walking through the 9 and 22 mile aid station and asked for medical help to be sent. He is moving, but Everton Morais is running \"very quickly\" and is within one-half mile of Kimeli. \r\n\r\n'),(5316,117,'2006-11-12 14:19:36','11 minutes until 8 hours','word from a volunteer out on the course is that Kimeli sprained his ankle. '),(5317,117,'2006-11-12 14:20:41','frenzy at the finish line','The crowd here at the finish line is now two or three-hundred deep with folks anticipating a close finish.'),(5318,117,'2006-11-12 14:26:05','are they going to break 8 hours?','They are still two miles out and now under seven minutes on the official race clock. Taking into consideration our course spotters and race officials might possibly be off in their spotting, but back-to-back sub four-minute miles ain\'t gonna happen. '),(5319,117,'2006-11-12 14:27:35','two minutes to go and no one in site',''),(5320,117,'2006-11-12 14:32:36','8 hours has come and gone...','There is no one in site but the word on the course is these runners are still running, for the pride of finishing. It will be a close battle between Kimeli and Everton Morais, as one has slowed pace considerably and one has upped his effort.'),(5321,117,'2006-11-12 14:46:28','it\'s a war within the last .5 mile','between Morais and Kimeli...stay tuned'),(5322,117,'2006-11-12 14:48:52','and it\'s Everton Morais beating an injured Ernest Kimeli to the line',''),(5323,117,'2006-11-12 15:04:21','Kimeli showed heart out there...','We just spoke with the lead bike escort who said Kimeli was running fast through half-way before \"hitting the wall\" at the 17-mile mark. He fell into the bike escort\'s arms and did not respond and begin running for 7 to 8 minutes. '),(5324,117,'2006-11-12 15:09:28','more from the finish...','Kimeli led until 300 meters to the finish line before being passed by Morais. '),(5325,117,'2006-11-12 15:16:44','8:17:10 was the unofficial winner\'s time','for Everton Morais, who fell into manager Cid Cardoso\'s arms with his arms raised. 32 seconds later, Kimeli finished the line and collapsed into teammates Tyler Hamilton and Scott Kaufmann\'s arms.'),(5326,117,'2006-11-12 15:32:35','Patrik Tjardal finishes in third place','the third member of team Swede crossed the line in 8:39 and change. It was a rough day out there for the Swedes but now at the finish line they are more adamant than before that they will be back next year to right their wrong. They certainly could not have foreseen a 200 meter missed buoy on the swim from Colting and a broken aerobar only 10 miles into the 112-mile time trial from Andersson. It needs to be mentioned that Tjardal crossed the line hardly winded after he claimed to have gone out on a training run today. '),(5327,117,'2006-11-12 15:34:30','Mike Booth threw in fourth place...','Powercranks runner Booth just crossed in 8:55:35 to finish fourth. '),(5328,117,'2006-11-12 15:52:44','Signing off...','Thanks for joining us today. Were you as surprised with the finish of today\'s race as we were? Who could have imagined an elite African runner could not pace himself to a 2:35 marathon, but instead ran out of gas with nine miles until eureka? Let this be a lesson to all of us, that pacing is the name of the game in this cruel and unforgiving game of ultra distance racing. \r\n\r\nWe hope to confirm rumors very soon that next year\'s Silverman will be releasing an even larger prize purse. Will this bring an even deeper field of international swim, bike, and run stars? Or will this bode as a sign of hope for pure triathlon teams out there who are accostumed to long solo training and racing hours. \r\n\r\nStay tuned to www.InsideTri.com for upcoming videos from Silverman next Wednesday. \r\n\r\n'),(5331,121,'2007-02-18 22:22:36','Action begins at 11:00am PST',''),(5332,121,'2007-02-19 11:10:43','Off they go','The peloton is now rolling through the neutral zone through Sausalito. Levi Leipheimer is up front, riding casually with his full Discovery at his side. '),(5333,121,'2007-02-19 11:15:25','The road ahead','With the peloton cruising toward the edge of town, let\'s take a quick look at the road ahead. The day\'s first KOM, is the Category 4 climb up Mt. Tam, whih peaks out at the 12.7km mark. At 44.9km we\'ll see the day\'s first sprint mark at Point Reyes, followed by the day\'s second sprint at Tomales at 72.4km and the third at Bodega Bay at 96.1km. At 103.7km, we have another KOM mark at Coleman Valley and then it\'s a fast cruise into the finish in Santa Rosa at 156.4km'),(5334,121,'2007-02-19 11:18:20','Still in the neutral zone','The peloton is still ticking through the neutral zone with a nice group of fans lining the road in what has to be one of the most beautiful communities in the Bay Area. '),(5335,121,'2007-02-19 11:25:53','A long neutral zone','Jason McCartney (Discovery) took advantage of the mellow pace to stop and kiss his wife and bay... as the peloton leaves Sausalito the course winds on to the busy highway 101 and it looks like the formal start will occur once the whole thing moves back on to the quieter roads of Marin County.'),(5337,121,'2007-02-19 11:31:00','And it\'s a go....',' The flag has dropped and the pace is picking up, with the Disco\'s controlling the pace from the start. The road is beginning to tilt upwards, and the Discovery squad is keeping a tight leash on things.'),(5338,121,'2007-02-19 11:36:16','Discovery at the front','The Discovery team is still setting tempo up the climb. Leipheimer is tucked nicely in about six riders back. It\'s gotta be a pretty comfortable position when you\'re in the yellow jersey, with Ivan Basso riding as a domestique for ya.'),(5339,121,'2007-02-19 11:39:00','With about 2.5km to go','to the top of the climb up to the top of Mount Tamalpais. The crowds are pretty good and the Discovery squad is still setting a healthy pace at the front.'),(5340,121,'2007-02-19 11:40:45','A reminder,','If you have comments, questions or even complaints drop us a line at webletters@InsideInc.com and we\'ll try to answer the questions when we can.'),(5341,121,'2007-02-19 11:43:30','Nearing the top of the climb','It\'s just a Category 4 climb to the top of Mount Tamalpais, the place many call the birthplace of the Mountain Bike (although the gang from Crested Butte, Colorado, would dispute that claim).'),(5343,121,'2007-02-19 11:53:25','Credit Agricole makes a move','As the peloton is moving up to the climb, several riders have moved off the front, now with a 10-second gap.'),(5344,121,'2007-02-19 11:54:57','Up an over','A Quick Step rider, who we\'re still trying to ID, is over the top with a bit of a gap.'),(5345,121,'2007-02-19 11:56:31','Three riders off the front','Chris Horner (Predictor-Lotto) is one of the three. Meanwhile Michael Rogers has had a flat and is now scrambling to catch on.'),(5346,121,'2007-02-19 11:59:42','Horner','Jurgen Van de Walle (Quick Step) appears to have been the man over the top first. We\'re still trying to get a confirmation on the number, though.'),(5347,121,'2007-02-19 12:04:01','Zooooom','Zooming down the back side of Mount Tam, the leading trio have been joined by three other riders. We\'ll get ID and a time gap as soon as we get the information.\r\n'),(5348,121,'2007-02-19 12:08:35','Chris Horner','is up front in the group and cruising along with his usual maniacal grin. Also in the group is Rabobank\'s Robert Gesink, Will Frischkorn (Slipstream) Gerolsteiner\'s Oliver Zaugg... but as we\'re IDing the group, the peloton is about to hook up with these boys.'),(5349,121,'2007-02-19 12:10:41','Caught','The men in the break have been reeled back into the group.'),(5350,121,'2007-02-19 12:11:51','The pace has dropped','as several riders have stopped to answer the call of nature.'),(5351,121,'2007-02-19 12:15:52','Crash','It looks like we have Christian Vande Velde (CSC) and Omer Kem (Priority Health) touched wheels, but everyone appears to be okay. Indeed, Vande Velde used the stop as reason to take a nature break on the side of the road as he gets a new front wheel.

    Meanwhile Kem, rode off for only a few meters, but he\'s had to stop for medical attention. His knee took a hit and he\'s being checked out by the doc\'.'),(5352,121,'2007-02-19 12:23:33','It\'s all mellow','at this point, folks. The pace is pretty moderate with the Point Reyes sprint still a ways down the road. Discovery is still in control at the front of the field.'),(5353,121,'2007-02-19 12:31:02','We see a quick move','Alejandro Acto (Colavita/Sutter Home) has scampered off the front. He\'s a talented rider, but no one seems all that interested in chasing him. We still need to see how long it is before the Point Reyes sprint mark. '),(5354,121,'2007-02-19 12:35:00','Today\'s weather','Man, it\'s nice today. There is a nice breeze and temperatures are in the mid-50s. The sun is out and there is little chance that the rain bothering southern California today is going to do anything up here.

    Meanwhile, Slipstream is now moving to the front of the field and picking up the pace.'),(5355,121,'2007-02-19 12:43:36','Acto','Acto\'s chances seem to be fading. The Slipstream boys have stepped up the pace and they appear intent on reeling the escapee in before Point Reyes. The gap is down to about 20 seconds.'),(5356,121,'2007-02-19 12:44:00','We\'re about 1km from the sprint','Acto is trying hold this thing, but it\'s going to be tough for him to hold the small gap with a full - and motivated - team Slipstream breathing down his back.'),(5357,121,'2007-02-19 12:48:00','Caught','Acto was pulled back just about 500 meters from the line. While Slipstream did all the work, it looks like it was Discovery\'s Allan Davis who scooted across the line first and denied bonus seconds to the man from Slipstream - Jason Donald - who began the day, just behind Levi Leipheimer.

    The sprint opened the door for a couple of riders to try a break, but the peloton will have none of that.'),(5358,121,'2007-02-19 12:51:51','No breaks','The pace has picked up and the peloton is sweeping up anyone who tries his hand at an escape.'),(5359,121,'2007-02-19 12:57:01','Discovery at the front','The Disco squad is reasserting its authority as we pass the 50km mark.

    We\'ve received several letters, especially regarding our failed experiment yesterday. We\'re also happy to resurect the live coverage tool and we will be using this throughout the remainder of the Tour of California, here on VeloNews.com. Once we get some of our technical issues resolved, though, our feed will be integrated into the Amgen site as well.'),(5360,121,'2007-02-19 13:00:22','With Disco in control','The pace has slowed enough for the team to send Tony Cruz back for water. He\'s back up front with what looks like at least 10 bottles stuffed into his jersey. Nice work.'),(5361,121,'2007-02-19 13:06:36','With the peloton hitting the 59km mark,','the pace has mellowed considerably. Discovery has moved to the front and they don\'t seem willing to let anyone try for a stage win, especially since Leipheimer wants to stay in the yellow jersey as he rides into his home town of Santa Rosa for the second straight year.'),(5362,121,'2007-02-19 13:12:49','Old friends','We see T-Mobile\'s Michael Barry riding alongside of his old Discovery teammate, George Hincapie. '),(5363,121,'2007-02-19 13:14:51','Moderate pace','The pace is quite easy right now as the peloton works its way through the rolling terrain along the always beautiful Pacific Coast Highway. There are nice pockets of fans lining the road here.'),(5364,121,'2007-02-19 13:20:34','Discovery in control','The Discovery team is riding at the front of the peloton, with Leipheimer tucked in the group. CSC, T-Mobile and Lotto are tucked in behind the men in black-and-blue.'),(5365,121,'2007-02-19 13:34:17','Very few changes','In the situation, folks. The Discovery team is sitting at the front of the field. The pace is quite moderate. The next point of interest is the sprint mark at 72km. We may see Slipstream make another shot at grabbing a few bonus seconds for Jason Donald, now sitting in second overall, by a scant 0.8 seconds.'),(5366,121,'2007-02-19 13:37:00','Allan Davis','Discovery\'s Allan Davis takes the day\'s second sprint at Tomales, as he beat Hilton Clarke (Navigators to the line. We need to make a correction, by the way. It was Davis who took the day\'s first sprint as well.

    Meanwhile we have a small group of four riders scooting off the front, but they are about to be pulled back in.'),(5367,121,'2007-02-19 13:39:01','With a small gap','of about 15 seconds, the men in front are not giving up.'),(5368,121,'2007-02-19 13:39:58','Reminder','don\'t forget to hit our live Mobile site when you\'re away from your computer. Type http://www.velonews.com/live_mobile into your mobile device browser and you can follow the action. Shoot us a note and let us know the most remote location you\'re viewing from. The most original and authentic locale will receive a VeloNews basebal cap and riding socks. '),(5369,121,'2007-02-19 13:42:12','The lead group','has been joined by Paolo Bettini and Stuart O\'Grady (CSC) and Jason McCartney.'),(5370,121,'2007-02-19 13:44:10','Bettini','Man, there is a reason this guy is world champion. He\'s driving hard in this break... but the peloton is just about to make contact.'),(5371,121,'2007-02-19 13:45:10','Caught','The men in the break have been pulled back by the peloton.'),(5372,121,'2007-02-19 13:46:43','Discovery and CSC','Have moved to the front of the field and it looks like the next opportunity will be the Bodega Bay sprint at 96.1km'),(5373,121,'2007-02-19 13:48:41','Nature calls','Leipheimer has pulled off to the side of the road and the pace has slowed, since it\'s sort of uncool to attack while the race leader is off relieving himself.'),(5374,121,'2007-02-19 14:03:00','This is a mellow part','of the day. The peloton is ambling along. Peter Hatton Colavita has scooted off the front, just stretching his legs... and maybe try for a shot at a surprise win.'),(5375,121,'2007-02-19 14:05:31','Caught','This time it\'s Liquigas and Discovery putting on the gas. No hard chase, just a concerted surge by a few of the peloton\'s stronger teams.'),(5376,121,'2007-02-19 14:10:18','Not a team to give up','Colavita has sent off another rider, this time it\'s Davide Frattini. He\'s ticking along nicely and looks like he\'s hoping to be out there for a while. He\'s already about 30 seconds off the front. Discovery is setting tempo at the front, but it\'s not a frantic pace at this point.'),(5377,121,'2007-02-19 14:15:40','Frattini','Has about one minute on the peloton, right now. He\'s cruising toward the day\'s third sprint mark - at Bodega Bay at 94km. Right after that is the Cat 3 climb up Coleman Valley road. Frattini is a strong climber, so he might do well on that, if he can hold his advantage up there.'),(5378,121,'2007-02-19 14:19:03','Frattini takes the \"sprint\"','He\'s off on his own. Oddly enough, Colavita tries to send another rider out of the field. Not a real smart move and the Disco team pulls him back right away.'),(5379,121,'2007-02-19 14:21:46','Frattini','is working his way up the rolling terrain toward the day\'s second climb, which peaks out at 103km. It\'s a Cat. 3 climb and still a long way from the finish at 156km'),(5380,121,'2007-02-19 14:24:27','Frattini','is just making his way on to the climb. The route is making a turn inland, moving away froom the coast and heading toward Santa Rosa.'),(5381,121,'2007-02-19 14:26:19','The climb up Coleman','Frattini is on the climb up toward the Cat. 3 climb up to the 827-feet-above-sea-level summit of Coleman Road.'),(5382,121,'2007-02-19 14:27:36','CSC, Disco and Lotto','Are leading the peloton and have just made the turn onto the lower slopes of the climb.'),(5383,121,'2007-02-19 14:30:58','Ahead','When the peloton reaches Santa Rosa, the peloton will be coursing through four laps of a 4.7km circuit through downtown. It\'s a tight course, reminiscent of American criteriums, which may offer a nice advantage for the domestic crew.'),(5384,121,'2007-02-19 14:32:54','Basso setting tempo in the main field','Giro d\'Italia winner Ivan Basso is setting tempo at the front of the peloton. He\'s putting a bit of the hurt on some of the field. The grade is steep - up to 10 percent at points - but Frattini is holding his own up front.'),(5385,121,'2007-02-19 14:34:00','Frattini','Takes the climb, in front of a nice crowd of fans atop the hill. Correction Frattini has been caught and Jurgen Van de Walle has led a group of four over the top. Frattini is fading back to the main field.'),(5386,121,'2007-02-19 14:39:07','Van de Walle','It looks like Jurgen Van de Walle scored at least some points on the KOM effort and that would give him the climber\'s jersey today.'),(5387,121,'2007-02-19 14:42:00','','Up front with Van de Walle are Theo Eltink (Rabobank), Adam Hansen (T-Mobile) and Thomas Peterson (Slipstream). Our video feed here in the truck does not show Frattini, so we have to question whether the Italian on Colavita actually did score the climber\'s points up Coleman. We\'re scrambling to find out.'),(5388,121,'2007-02-19 14:43:54','The Van de Walle group is in the front','Frattini appears to have been dropped before the summit. It looks like Van de Walle scored the top points and he has a good lock on the KOM jersey today.'),(5389,121,'2007-02-19 14:49:54','Time gap','The four men off the front - Jurgen Van de Walle (Quick Step), Theo Eltink (Rabobank), Adam Hansen (T-Mobile) and Thomas Peterson (Slipstream) - are working well together. The time gap is just around a minute, but the Discovery team is now driving hard at the front of the field.'),(5390,121,'2007-02-19 14:52:00','1:20','The four men off the front have a 1:20 gap on the main field. The foursome are heading into Santa Rosa and will be facing about 15km of downtown circuits. They have a long way to go, but it could be an advantage for a small group to negotiate the tight turns on the finishing circuit.'),(5391,121,'2007-02-19 14:56:11','Basso setting tempo in the main field','Super domestique Ivan Basso is doing a ton of work at the front of the main field. The Discovery team wants to negate this break, so Leipheimer will be able to hold the jersey in his home town. The four men up front are cruising through the final miles of country road on the way into Santa Rosa.'),(5392,121,'2007-02-19 14:57:32','The four leaders are working well together','We\'re waiting for a new time check.'),(5393,121,'2007-02-19 14:59:43','Discovery','The team of race leader Levi Leipheimer is not giving anything away today. Basso and Hincapie are setting tempo at the front of the field. The four men up front are still holding a 1:10 gap.'),(5394,121,'2007-02-19 15:01:27','The gap','The gap is 1:10 as the four men in the lead group are cruising along beautiful country roads on the way into town. Despite the big, big effort being put in by the Discovery team, the difference has come down only by about 10 or 15 seconds.'),(5395,121,'2007-02-19 15:04:11','Leipheimer','is tucked in nicely in the fifth position in the main field. He has four hard-working teammates pounding away at the front.

    Meanwhile up front, the four men in the lead are coursing throug beautiful Sanoma County roads and speeding toward town.'),(5396,121,'2007-02-19 15:09:50','The four men in the lead','Are off the largely downhill roads and on the flats leading into town. The gap now is down to 55 seconds.'),(5397,121,'2007-02-19 15:11:41','The gap is coming down','The Discovery team is driving hard and they can see the four men in the lead, about 45 seconds up the road. Meanwhile Lotto and T-Mobile are moving up.'),(5398,121,'2007-02-19 15:13:05','Zooming past vinyards','The peloton sees their prey and the gap is now down to less than 40 seconds.'),(5399,121,'2007-02-19 15:14:13','Correction..','... that gap is at 50 seconds. Discovery is still driving hard at the front of the peloton.'),(5400,121,'2007-02-19 15:16:24','The race is','reaching the outskirts of Santa Rosa. The gap is holding at around the 45-second mark.'),(5401,121,'2007-02-19 15:18:20','The gap is dropping fast','Up in the front of the peloton, we see the Discovery team, as the T-Mobiles move up. The gap is now less than 20 seconds.'),(5402,121,'2007-02-19 15:19:53','The break is coming apart','Jurgen Van de Walle and Peterson are the only men left off the front, but the peloton is just about to make the catch.'),(5403,121,'2007-02-19 15:21:35','About to be caught','It\'s beginning to look like we\'re going to see a field sprint.'),(5404,121,'2007-02-19 15:22:31','All together now',''),(5406,121,'2007-02-19 15:24:45','Discovery in the front','but the teams with strong sprinters are moving their strong men up to drive through the day\'s final three trips around the closing circuit in downtown Santa Rosa. It\'s a tight 4.7 km route through town on a course lined by crowds of bike fans standing five and six people deep.'),(5407,121,'2007-02-19 15:28:06','Last year\'s stage','Remember this stage is nearly identical to the 1st stage of last year\'s, which was won by JJ Haedo, then a member of Toyota-United. Well, he\'s here, but he is now a member of CSC.

    \r\nTake a look at the results from last year\'s Stage 1\r\n1. Juan José Haedo (Arg), Toyota-United Pro, 3:14:13\r\n2. Olaf Pollack (G), T-Mobile\r\n3. Stuart O\'Grady (Aus), CSC\r\n4. Charles Bradley Huff (USA), TIAA-CREF\r\n5. George Hincapie (USA), Discovery Channel Pro Cycling\r\n6. Viktor Rapinski (Blr), Colavita Olive Oil-Sutter Home\r\n7. René Haselbacher (A), Gerolsteiner\r\n8. Martin Elmiger (Swi), Phonak\r\n9. Antonio Cruz (USA), Toyota-United Pro\r\n10. Bobby Julich (USA), CSC\r\n11. Mike Sayers (USA), Health Net Maxxis\r\n12. Alex Candelario (USA), JBC\r\n13. Charles Dionne (CAN), Saunier Duval\r\n14. Mark McCormack (USA), Colavita Olive Oil-Sutter Home\r\n15. Vladimir Gusev (Rus), Discovery Channel Pro Cycling\r\n16. Kyle Wamsley (USA), Colavita Olive Oil-Sutter Home\r\n17. Alexandre Moos (Swi), Phonak\r\n18. Scott Davis (Aus), T-Mobile\r\n19. Greipel André (G), T-Mobile\r\n20. Hayden Roulston (NZl), Health Net Maxxis\r\n'),(5408,121,'2007-02-19 15:29:00','In town,','we\'re looking at about 14.5km to go.'),(5409,121,'2007-02-19 15:31:36','T-Mobile','is now leading the main field as the peloton has less than three trips around the finishing circuit in town. Quick Step and CSC are working their way up, too.'),(5410,121,'2007-02-19 15:33:41','Quick Step','The team of world champion Paolo Bettini is moving up to the front. The man in the rainbow jersey is looking good. We may see something special here today. T-Mobile is still up in the mix and the pace is remarkable. We have 9km to go.'),(5411,121,'2007-02-19 15:34:44','It\'s a mix of T-Mobile and Quick Step','at the front of the field. CSC is working its way up.'),(5412,121,'2007-02-19 15:36:19','Crash!','Huge crash! As the peloton made it through the start/finish area, we have had a huge pile-up about 25 riders back.'),(5413,121,'2007-02-19 15:38:12','The T-Mobiles and Quick Steps managed to avoid the mess','We\'re looking for Leipheimer\'s yellow jersey. There are only about 35 or 40 riders up front.'),(5414,121,'2007-02-19 15:40:28','Leipheimer is up','but he\'s been gapped. It\'s a big mess out there. Leipheimer is clearly showing signs of damage. His shorts are torn, so he went down for sure. He\'s chasing hard with the help of Hincapie and other men on the Discovery team. We\'re coming up on 6km to go.'),(5415,121,'2007-02-19 15:42:24','The Quick Steps','and T-Mobiles are still driving the lead group with 4.7km to go. One lap to go, folks. Leipheimer and Hincapie are chasing hard, but the lead group has a lot of power up there and there are now about 50 riders in the mix.'),(5416,121,'2007-02-19 15:43:23','The gap to the yellow jersey','At this point - with less than 3.5km to go - the gap to Leipheimer is more than 1:00'),(5417,121,'2007-02-19 15:44:20','2.5km to go','Leipheimer is chasing, as is Slipstream\'s Jason Donald. Up front, we\'re seeing a big battle forming up. Bettini is moving up with a strong lead-out.'),(5418,121,'2007-02-19 15:45:21','2km to go','We see Fred Rodriguez in the mix, Hilton Clarke is there and so is Bettini. Leipheimer is making time, but still has 40 seconds to make up.'),(5419,121,'2007-02-19 15:46:31','T-Mobile','The T-Mobile team is up front... but bamm! Jens Voigt is charging up to the front.'),(5420,121,'2007-02-19 15:48:04','Graeme Brown?',''),(5421,121,'2007-02-19 15:49:17','Graeme Brown?','Rabobank\'s Graeme Brown takes the win, edging Greg Henderson (T-Mobile).'),(5422,121,'2007-02-19 15:50:23','Leipheimer','finishes about 35 seconds back. It\'s going to be a bit before we sort out the effect today\'s tumble will have on the GC picture.\r\n'),(5423,121,'2007-02-19 15:53:05','Leipheimer','will lose the jersey, as the accident occured about 9km from the finish, well beyond the point where the effects of a crash have no impact on GC. We have to figure out who in that lead group was highest on GC.'),(5424,121,'2007-02-19 16:08:02','We\'re still sorting through the results','We know that Allan Davis took third in the sprint... but now we\'re hearing that the officials are going over the photo finish'),(5426,121,'2007-02-19 16:15:56','Folks, we are going to be here','until we get news from the results tent'),(5428,121,'2007-02-19 16:21:50','Stay tuned . . .','We\'ve sent the VeloNews.com bloodhounds out to bring back the news. So don\'t touch that dial.'),(5429,121,'2007-02-19 16:23:15','Brown confirmed as the stage winner','But who will get the jersey?'),(5430,121,'2007-02-19 16:43:50','Levi stays in yellow','It\'s been decided to neutralize the three finishing circuits, which means the man from Santa Rosa will not lose his leader\'s jersey because of a crash in his hometown. Teammate Allan Davis collects the sprinter\'s jersey, while Thomas Peterson (Slipstream-Chipotle) dons the climber\'s jersey.'),(5431,121,'2007-02-19 16:53:47','Th-th-th-that\'s all, folks','It looks like sorting out the GC is going to take a while, so we\'re going to shut it down here and refer you to the VeloNews.com homepage, where a full story, photos and results will be available shortly. Thanks for joining us today  come visit again tomorrow.'),(5436,123,'2007-02-20 10:15:45','Zabriskie','As you know by now, yesterday\'s big crash victim was CSC\'s David Zabriskie. He crashed just as the route was coursing down Coleman road. He hit his head, but word from the hospital last night is that he suffered a relatively minor concussion and he went home with his wife. He\'s out of the race, but aside from having his bell rung, he\'s okay.'),(5433,123,'2007-02-20 09:59:00','Good day folks','and welcome to VeloNews.com\'s Live Coverage of the second stage of the 2007 Amgen Tour of California, a 186.4km race from Santa Rosa to the state capitol building in Sacramento.'),(5434,123,'2007-02-20 10:04:46',' Today\'s route','features 2 sprint spots - at 105.8km in Winters and 130.1km in Davis. But before the peloton hits either of those, riders have to get over the Category 2 climb up the Trinity Grade (peaks at 27.7km) and a Cat. 4 at 84.7km. That climb up Trinity underscores just how subjective these ratings can be. It\'s early in the race and just about five km, but those ramps are steep. '),(5435,123,'2007-02-20 10:06:12','And they\'re off','The peloton rolled off the line about one minute ago and are roling through about five kilometers of neutral befor the formal start'),(5437,123,'2007-02-20 10:19:06','And they\'re off','The peloton has moved past the formal start. We have a small attack from the front. Omer Kem (Priority Health), David McCann(Colavita) and Christophe Laurant (Credit Agricole) have scampered off the front and trying to get a bit of a gap. Behind, Discovery is setting tempo in the front of the main group.'),(5438,123,'2007-02-20 10:25:27','The three off the front','are making their way through narrow tree-line roads on the way to the day\'s first climb, up Trinity Grade. The road up is going to shake things up, but it may be that the drop off the back of the climb could prove to be decisive. It\'s fast, steep and really narrow. Take a look at the two pictures below. We snapped those on the drive to the finish today. The photos don\'t really do justice the steepness of the grade, but the sign sure does.'),(5439,123,'2007-02-20 10:29:00','Crash','It looks like one of the Priority Health riders hit a spectator. She is still on the ground, but the riders seems okay. The crash victim has several medical staff attending to her. It looks like she will be okay.'),(5440,123,'2007-02-20 10:31:00','Today\'s weather','It was cool at the start, with most of the peloton rolling off the line with leg and arm warmers. Those may come off as the road tips upward at the 20km mark.'),(5441,123,'2007-02-20 10:33:55','The race is coursing its way down Warm Springs Road','It\'s beautiful here and these roads are in great shape. Ahead, however, the climb up Trinity Grade is quite narrow and very rough in spots.'),(5442,123,'2007-02-20 10:42:35','Yesterday\'s ruling','By now you know about the crash that happened about 9km from the finish yesterday. It took down about half the field, including race leader Levi Leipheimer, who ultimately lost about 40 seconds to the stage winners.

    Upon review, race officils declared that the finishing circuit in Santa Rosa would be treated as neutral, giving everyone in the field the time (as far as the GC is concerned) they had as the first crossed into town, but before the three trips around the 4.7km circuit. The result is that Leipheimer keeps the jersey. Had the usual 3km cut-off applied, today\'s leader would be Ben Jacques-Maynes (Priority Health).

    Is it fair to apply that after-the-fact? The reaction is mixed. What\'s your feeling? Let us know by voting on the VeloNews Poll on the front page or by dropping us a note at WebLetters@InsideInc.com'),(5443,123,'2007-02-20 10:44:32','Heading on to the climb,','the three leaders are now working on to the climb. They have a four-minute lead on the field... and a steep five kilometers ahead of them.'),(5445,123,'2007-02-20 10:48:22','Laurent','is moving ahead of his two breakaway companions. He\'s not planning to ride away on his own, but the other two men are suffering on the climb. These roads are steeeeeep!'),(5446,123,'2007-02-20 10:52:32','Disco setting tempo','The peloton is moving on to the climb and the Discovery team is keep a tight leash on main group.'),(5447,123,'2007-02-20 10:57:52','Laurent','Is powering up the climb by himself. He\'s got a good rhythm going up the slope. It\'s a tough climb, but there is no one scampering out of the peloton. This climb is too early to make a big impact on the stage, but again, that descent could be... in a bad way.'),(5448,123,'2007-02-20 11:00:21','Laurent is over the top','The Credit Agricole man is at the top of the KOM. There are big crowds lining the road over the final few hundred meters. He\'s just earned 8 KOM points'),(5449,123,'2007-02-20 11:04:25','','Omer Kem (Priority Health), David McCann(Colavita) are over the top. Behind them Quick Step\'s Van de Walle and Slipstream\'s Thomas Peterson are fighting for the remaining points. This will decide who is leading in the KOM jersey race.'),(5450,123,'2007-02-20 11:05:19','Peterson wins','Peterson grabs the fourth spot in KOM points, outsprinting Van de Walle as they approach the top.'),(5451,123,'2007-02-20 11:06:40','Laurent','is taking it easy on the descent, waiting for McCann and Kem. No one wants to ride 160 km on his own especially on a windy day like this'),(5452,123,'2007-02-20 11:08:58','Time gap','Laurent is about five minutes ahead of the main field, but he\'s going very slowly... waiting for some company.'),(5453,123,'2007-02-20 11:11:05','Laurent still on his own.','But it looks like he is about to get some company. '),(5454,123,'2007-02-20 11:12:47','Omer Kem (Priority Health), David McCann(Colavita)','are moving back up and are about to join Christophe Laurent (Credit Agricole). We\'ll now have three men in the front with at least a three- or four-minute gap on the field.'),(5455,0,'0000-00-00 00:00:00','',''),(5456,123,'2007-02-20 11:15:13','The gap','to the three leaders is now about five minutes. Meanwhile, news from the side of the road is that the spectator, who was hit by Ed King (Priority Health). No one seems the worse for wear.'),(5457,123,'2007-02-20 11:20:27','The ruling...','doesn\'t seem to be all that popular with our readers. The consensus among those of you who\'ve written in is that the rule should have been to neutralize the loops from the onset, but not after-the-fact. Odds are good, folks, that the Santa Rosa loop will be neutral - as far as GC.'),(5458,123,'2007-02-20 11:21:35','The time gap','is 4:50 as the leaders are riding along the flats - and vineyards - of Napa Valley'),(5459,123,'2007-02-20 11:29:57','Three men','The three leaders are ticking along at 4:50 ahead of the main field.

    Not much happening now that the field is in the flats as well. Take a look, folks, at the phenomenal sequence of images from yesterday\'s pile-up near the end of the stage (below). Look for Danny Pate and see how he skirted the mess. Team director Jonathan Vaughters told us this morning that it \"looked like a freakin\' Jedi mind trick,\" seeing his rider work his way through the carnage without hitting the deck.'),(5460,123,'2007-02-20 11:37:09','Word from the descent','We\'ve received reports that Quick Step\'s Leonardo Scarselli crashed on the way off of Trinity. He was transported to the hospital. There were several riders also involved, including Ed King (Priority Health), who was the guy who hit the spectator earlier in the day.'),(5461,123,'2007-02-20 11:39:08','Peloton at five minutes','The Discovery team is setting tempo at the front of the field. With about 140km remaining, it doesn\'t hurt anyone worried about GC to have three escapees off the front. It won\'t take a lot of work to close that gap down if Disco gets serious aboutputting in a chase.'),(5462,123,'2007-02-20 11:42:14','Basso','We have a question from one reader asking whether Ivan Basso hurt himself in yesterday\'s crash. He is riding well, but he does have a patch of road rash on the inner portion of his right knee.'),(5463,123,'2007-02-20 11:48:17','Time check','Our latest check gives the three men off the front an advantage of 4:50. Ahead, we have another Cat. 4 climb at 80.5km.'),(5464,123,'2007-02-20 11:56:32','Poll Results','Checking the poll on the front of the VeloNews home page, a majority of you don\'t like the idea of yesterday\'s ruling, though there is a bit more sympathy out there than among those of you who have written:
    Yes - It\'s only fair 121 (35.59%)
    No - It shows bias 187 (55.00%)
    Not sure 32 (9.41%) \r\n'),(5465,123,'2007-02-20 12:00:40','The three off the front','Omer Kem (Priority Health), David McCann(Colavita) and Christophe Laurant (Credit Agricole) are now 4:30 ahead of the field.'),(5466,123,'2007-02-20 12:09:34','Kem','Kem from Priority Health had a bad wheel change after a flat and he\'s been left behind by Laurent and McCann.'),(5467,123,'2007-02-20 12:11:41','Kem','has rejoined the two men in the lead. He had to fight for it though.'),(5468,123,'2007-02-20 12:13:44','News from Europe','A day after peace talks between the UCI and the Tour de France organization collapsed, ASO say they will conduct next month’s Paris-Nice without the official sanction of the UCI and will operate the race under the control of the French cycling federation.

    In a statement released Tuesday, Amaury Sports Organization (organizers of Paris-Nice and the Tour, among other events) confirmed that it’s ready to push ahead with its events in open defiance of the UCI’s ProTour system.

    “Taking the position of the UCI into consideration and seeing the threat that is weighing on the organization of the race, ASO finds itself in the obligation of taking all the necessary measures allowing to safeguard (the) event,†the statement read. “(ASO) confirms Paris-Nice will take place as planned.â€Â

    ASO said it will operate Paris-Nice (March 11-18), the official opening race of the 2007 ProTour calendar, under the guise of the French cycling federation.

    UCI president Pat McQuaid met Monday in Lyon, France, with ASO president Patrice Clerc on to try to hammer out a compromise with cycling’s major race organizers.

    The talks ended unsatisfactorily for both parties and the UCI issued a terse statement Monday evening criticizing ASO’s inflexibility.

    ASO shot back Tuesday in the war of press releases, saying the Clerc insisted that the entire ProTour concept needs to be reworked to create a consensus with all affected players.

    “During these discussions, (Clerc) once again asked for a meeting to be organized with all the main actors of professional cycling,†the statement read. “It is … the only way to consider a solution to this serious crisis born from a bad reform that the UCI has wanted to assess despite a necessary consensus. ASO deeply regrets that its demand has been turned down by (McQuaid), who intends to make ASO the only responsible [party] of this crisis.â€Â

    Race organizers have been unhappy with the ProTour format since its inception in late 2004. \r\n\r\n \r\n\r\n'),(5469,123,'2007-02-20 12:24:28','Lunch','The peloton has passed through the feedzone. The riders are snagging lunch and the gap is holding at around 4:30. The margin appears to be closely monitored and we sure wouldn\'t lay next month\'s rent money on the chances of these guys off the front riding into Sacramento by themselves.'),(5473,123,'2007-02-20 12:35:45','The three off the front','Are over the top. Slipstream has sent Will Frischkorn off the front to help his teammate Thomas Peterson, who is leading the KOM race, and deny the last remaining point to Van de Walle.'),(5472,123,'2007-02-20 12:31:23','Working up Highway 128','The peloton is working its way up the road up 128 and to the KOM at km 85.'),(5474,123,'2007-02-20 12:36:33','Frischkorn','has grabbed the last point and Peterson will spend another day in the KOM jersey.'),(5475,123,'2007-02-20 12:37:27','The gap','The three men off the front are still 4:30 ahead.'),(5476,123,'2007-02-20 12:45:45','Landis','Last year\'s winner, Floyd Landis, is here in Sacramento at the finish line. He spoke briefly with Robbie Ventura and Joe Silva.'),(5477,123,'2007-02-20 12:57:40','Poll Update','Do you agree with the officials\' call after Stage 1 at the TOC?
    Yes - It\'s only fair 150 (34.32%)
    No - It shows bias 246 (56.29%)
    Not sure 41 (9.38%)
    total votes 437 \r\n'),(5478,123,'2007-02-20 12:59:32','The three leaders','are coming up on the day\'s first sprint mark at the town of Winters. It doesn\'t really look like they will be contesting it.'),(5479,123,'2007-02-20 13:00:50','They did contest','it, after all. Laurent has scooted off and grabbed the top spot.'),(5480,123,'2007-02-20 13:04:46','The next sprint','is at km 130. From here on out, it\'s a straight flat shot into Sacramento, with a brisk crosswind. The pace right now is very moderate. Stage races of this scale often offer time predictions as to when riders will be reaching various points along the way. Today, the race bible offers times for 38.6kph, 41.8kph and 45kph. Right now the pace is lower than the slowest on the charts, with the leaders having reached the sprint in Winters about 8:00 behind the predicted time at 38.6k'),(5481,123,'2007-02-20 13:07:04','Winters Sprint','Laurent won it, earning three points and three seconds of bonus time. McCann was second, with two and two and Kem took third, earning one point and one second.'),(5482,123,'2007-02-20 13:09:03','Discovery','is still setting Tempo at the front of the field. Leipheimer looks relaxed and is sitting back in about the sixth position.'),(5483,123,'2007-02-20 13:23:09','Mike Neel','We were a little disappointed to learn that Mike Neel, former DS of 7-Eleven, couldn\'t make it to Sacramento today. He\'s living in the boonies of Northern California and decided to spend the day skiing and trail running and otherwise enjoying the benefits of life in retirement. Neel is certainly one of the North American pioneers, and among the first Americans to race as pros in Europe. Neel is also regarded as one of the best direcotrs the U.S. has ever produced.'),(5484,123,'2007-02-20 13:26:41','The gap is down to 2:50','With moderate crosswinds, the trip across the flats is turning into a lot of work for these guys. Aside from the wind, though, the day is absolutely perfect for racing bikes.'),(5485,123,'2007-02-20 13:35:42','The three leaders','Are coming up to the day\'s second sprint and strangely enough, the cohesion of the group is coming apart.'),(5486,123,'2007-02-20 13:38:34','Laurent takes the sprint','in Davis - California\'s capital when it comes to cycling. Laurent and McCann fought it out, but the Frenchman was clearly the stronger of the two. Kem cruised through a little behind. The problem now is that McCann and Laurent are not all too happy with one another and appear to be having words as they ride - uncooperatively - down the road.'),(5487,123,'2007-02-20 13:40:01','McCann and Laurent','are ticking down the road. Maybe a bit pissed (in the American sense of the word, not the British) but now riding together. Unfortunately, Kem seems to have slipped off the back.'),(5488,123,'2007-02-20 13:44:17','Time gaps','Laurent and McCann are now just 2:25 ahead of the peloton.'),(5489,123,'2007-02-20 13:45:41','Kem is in no-man\'s-land','Poor Omer Kem, is stuck in the middle, between the two leaders and the peloton.'),(5490,123,'2007-02-20 13:48:46','Crowds','The crowds here in Sacramento are building up. Word on the street is the governor - the Arnold - may make an appearance at the finish.'),(5491,123,'2007-02-20 13:57:43','With Kem in the field','The peloton is picking up the pace. The two leaders - Christophe Laurent (Credit Agricole) and David McCann (Colavita) are just around two minutes ahead of the field.\r\n\r\nCSC, Liquigas, Discovery and T-Mobile are already lining up at the front. Folks are probably a little nervous, after that nasty crash in Santa Rosa.'),(5492,123,'2007-02-20 13:59:26','Poll Update','Do you agree with the officials\' call after Stage 1 at the TOC?
    \r\nYes - It\'s only fair 164 (32.03%)
    \r\nNo - It shows bias 302 (58.98%)
    \r\nNot sure 46 (8.98%)
    \r\ntotal votes 512 \r\n'),(5493,123,'2007-02-20 14:00:50','Today\'s finish','The peloton will be coursing through three trips around a 3.3km circuit around the capitol building here in Sacramento.\r\n\r\n'),(5494,123,'2007-02-20 14:10:48','Danny Pate','Slipstream\'s Danny Pate is trying to bridge up to the two leaders.'),(5495,123,'2007-02-20 14:14:00','Pate hooks up.','We called Jonathan Vaughters - Pate\'s team director - and he says this move wasn\'t really planned.

    \"Danny is an independent thinker,\" Vaughters said. \"But look, the peloton is moving along at 19 miles an hour and Danny was the world (U23) time trial champion. Who knows? It\'s sure worth a try.\"
    With 30km to go, the gap is around 2:00.'),(5496,123,'2007-02-20 14:17:48','Pate is the stronger of the three','Pate is now driving hard at front. We have a correction on the time check. The three men are hyst 40 seconds ahead of the field.'),(5497,123,'2007-02-20 14:18:48','Pate','is riding off on his own. He\'s working hard and decided that it will do him no good to tow the other two - exhausted - riders.'),(5498,123,'2007-02-20 14:21:15','Pate is now 1:00','ahead of the peloton. Laurent and McCann are about 20 seconds behind him'),(5499,123,'2007-02-20 14:25:44','Pate is extending his lead','With about 20km to go, Pate has upped his advantage to 1:15, just as Laurent and McCann are about to be caught by the peloton.'),(5500,123,'2007-02-20 14:28:37','Discovery','Is at the front of the field, but they are not getting help from anyone. Pate is moving along nicely. We are hoping to get a time check, but a betting man wouldn\'t put a lot into his chances, but, you never know.'),(5501,123,'2007-02-20 14:33:05','Pate is looking comfortable,','and he\'s working his way into the outskirts of Sacramento. '),(5502,123,'2007-02-20 14:35:56','Pate is coming into town','but Pate is about to be swallowed up by the peloton. We have about 11km remaining'),(5503,123,'2007-02-20 14:37:59','The catch','is about to happen. It was a good try, but now the sprinters\' teams are lining up.'),(5504,123,'2007-02-20 14:39:16','On to the circuit...','The peloton is heading into town, crossing the big draw bridge over the Sacramento River. The whole peloton is together and there are now three laps remaining.'),(5505,123,'2007-02-20 14:40:58','Onto the first lap','The Navigators and T-Mobile teams are battling for control at the front of the field as they approach the start-finish area. Three laps to go.'),(5506,123,'2007-02-20 14:41:54','The peloton is completely strung out','single file and the speeds are very high.'),(5507,123,'2007-02-20 14:44:25','Better than yesterday','The course is wider than yesterday and there are fewer turns. Interestingly, we do not see the Discovery team up there, trying to keep Leipheimer ahead of any potential crashes. The navigators, however are driving hard at the front.\r\n'),(5508,123,'2007-02-20 14:45:37','7km to go','The Discovery boys are moving up. We can see George Hincapie and Allan Davis moving through the crowd. Also Bettini is up, sitting in a good spot.'),(5509,123,'2007-02-20 14:46:42','Two laps','Two 3km laps to go. The Nav\'s are still driving hard, but the Quick Step team of Paolo Bettini is moving up the side. T-Mobile, too.'),(5510,123,'2007-02-20 14:48:39','Davis','Discovery\'s Allan Davis - the sprint leader - is working up to the front. CSC is now working hard to set up JJ Haedo.'),(5511,123,'2007-02-20 14:49:27','CSC is timing this nicely','CSC and Quick Step are moving past the Navigators, with 4km to go.'),(5512,123,'2007-02-20 14:49:59','Health Net','is working up, setting up for Menzies.'),(5513,123,'2007-02-20 14:51:12','On these nice wide roads','There are several teams setting up as they drive into the final lap. Three kilometers to go!'),(5514,123,'2007-02-20 14:52:22','Freddie','Freddie Rodriguez has gotten a nice ride to the front on the wheel of Chris Horner, but the swarm is coming... '),(5515,123,'2007-02-20 14:53:30','The Liquigas squad is now driving at the front','but here comes Hincapie, Cruz and Davis are there, too.'),(5516,123,'2007-02-20 14:54:03','With 1km to go','We see Bobby Julich driving hard at the front.'),(5517,123,'2007-02-20 14:56:18','A big swarm','at the end. Hincapie powers into the final meters, but CSC\'s JJ Haedo comes FLYING out of nowhere.'),(5518,123,'2007-02-20 14:59:54','We\'ll get results soon','Certainly JJ Haedo (CSC) won the stage and it looks like Levi Leipheimer will be keeping the leader\'s jersey for another day.'),(5519,123,'2007-02-20 15:19:00','Haedo says he\'s relieved','to have a won a stage.

    \"Yesterday was frustrating for me,\" he said. \"I am very happy to be able to win here, today. The team did very much work for me. This win is for them.\"

    1. JJ Haedo (Arg), Dk
    2. Luca Paolini (I), Liquigas
    3. Thor Hushovd (N), Credit Agricole.'),(5520,123,'2007-02-20 15:21:00','No change in GC','Levi Leipheimer continues to lead the Amgen Tour of California.'),(5521,123,'2007-02-20 15:23:03','Okay folks...','that\'s a wrap. We\'ll see you tomorrow.'),(5524,124,'2007-02-21 11:05:45','Neutral start','The peloton is off and about to ride through two laps around downtown Stockton, giving fans a good chance to see some of the world\'s best in their first big event of the year. This neutral zone is fairly long at around 10km.'),(5523,124,'2007-02-21 11:00:43','Good day','and welcome to VeloNews.com\'s Live Coverage of the 3rd stage of the 2007 Amgen Tour of California, a beautiful 152.2km (94.6 mile) stage from Stockton to San Jose.

    Today\'s stage is slatd to start at 11:00 with 10 kilometers of neutral as the peloton rides two parade laps around downtown Stockton before they hit the Zero Km mark. The day\'s first hurdle is the Category 4 climb up Patterson Pass, which peaks out at 55.3km. Today features only one bonus sprint - in Livermore at 71.2km. Then comes the day\'s big obstacle... the Cat. 1 climb up Sierra Road, a tough haul that tops out at 123.1km. It\'s a tough climb and we could see a decisive move develop on the climb, because it\'s a fast 30km to the finish after the top.\r\n'),(5525,124,'2007-02-21 11:10:00','An easy pace','Rolling through Stockton, the peloton is ambling through wide roads at an easy pace. Up front we see Ivan Basso, Levi Leipheimer, Paolo Bettini and JJ Haedo. That\'s quite a remarkable collection of riders in an American bike race, isn\'t it? '),(5526,124,'2007-02-21 11:15:25','We\'re probably 8 minutes from','the official start. The peloton is still rolling through Stockton.'),(5527,124,'2007-02-21 11:22:00','News from the ASO summit','ASO, the organizers of the Tour de France, are currently holding a summit in New York City. The TdF start in future years:
    2008 Brest
    2009 Monaco
    2010 Germany\r\n'),(5537,124,'2007-02-21 12:01:31','Time gap','The 16 men off the front are still about 25 seconds off the front.'),(5536,124,'2007-02-21 11:57:00','The men in the break','Jurgen Van De Walle (Quick Step)
    Shawn Milne (Health Net Presented By Maxxis)
    Mauro Da Dalto (Liquigas)
    Jens Voigt (Team CSC)
    Theo Eltink (Rabobank)
    Bram De Groot (Rabobank)
    Charly Wegelius (Liquigas)
    Steven Cozza (Team Slipstream powered by Chipotle)
    William Frischkorn (Team Slipstream powered by Chipotle)
    Nicolar Reistad (Jelly Belly Cycling Team)
    Peter Hatton (Colavita Sutter Home)
    Kirk O\'Bee (Health Net Presented By Maxxis)
    Mads Kaggestad (Credit Agricole)
    Kyle Gritters (Health Net Presented By Maxxis)
    Adam Hansen (T-mobile)
    and Aaron Olsen (T-mobile)'),(5528,124,'2007-02-21 11:28:28','And they\'re off!','The peloton has crossed the official start mark and we may well see some of the small, more aggressive, teams take an early dig.'),(5529,124,'2007-02-21 11:30:15','Early attack','Will Frischkorn and Alejandro Acton have gone off the front, but the peloton has reacted quickly.'),(5530,124,'2007-02-21 11:31:58','They have company','A small cadre of riders bridged up to the two men off the front, but the peloton has swept up the whole bunch. Now Colavita\'s David Frattini is trying his hand.'),(5531,124,'2007-02-21 11:33:39','All together','T-Mobile sent Michael Barry up front and the group was swept up. Lots and lots of attacks... it will continue until one of these sticks.'),(5532,124,'2007-02-21 11:38:33','Big group','Attacks continue. We have a group off the front... but the leaders include Jens Voigt and a few dangerous riders. We doubt this will stick.'),(5533,124,'2007-02-21 11:48:42','The gap is growing','We have a big group of riders off the front and the Discovery team is chasing hard.'),(5534,124,'2007-02-21 11:53:54','The gap is holding at about 30 seconds.','The big group up front is holding its own, but the pace is really high. Up front it looks like we have a strong group of 16 riders working well together and only about five Discovery riders doing the bulk of the work in the chase.'),(5538,124,'2007-02-21 12:05:38','There is some power in this break.','The men in the lead are adding to their lead. Our latest time check gives them about 1:00.'),(5539,124,'2007-02-21 12:08:55','Lotto','The Predictor-Lotto squad is lending a hand in the chase, but the bulk of the work is still doing the bulk of the chase work.'),(5540,124,'2007-02-21 12:13:28','30km','The race is at the 30km mark. The road will gradually move up over the next 15km and then the climb up to the day\'s first KOM.'),(5541,124,'2007-02-21 12:17:03','Leipheimer working the crowd','Levi Leipheimer is talking to Chris Horner, trying to get a couple more Lotto riders to lend a hand. Horner, with his usual grin, shook his head no. Leipheimer isn\'t too happy. That big, dangerous, group up front is putting pressure on the yellow jersey.'),(5542,124,'2007-02-21 12:19:25','Things are warming up','Leipheimer and several riders in the break are taking off their wind vests. The sun is making a few appearances, but for the most part it\'s a cool and cloudy day.'),(5543,124,'2007-02-21 12:20:26','Lotto has pulled out of the chase','Horner\'s guys are drifting back and leaving the chase work to the Discovery team.'),(5544,124,'2007-02-21 12:28:00','The gap','The gap is now at 1:33. Just to update folks, the men in the break are as follows:
    8 Jens Voigt (CSC)
    \r\n14 Bram De Groot (Rabobank)
    \r\n26 Jason McCartney (Discovery Channel)
    \r\n33 Hiekmann (Gerolsteiner)
    \r\n46 Aaron Olsen \r\n48 Jakob Piil (T-Mobile)
    \r\n66 Van De Walle (Quick Step-Innergetic)
    \r\n54 Kaggestad (Crédit Agricole)
    \r\n73 Da Dalto\r\n77 Wegelius\r\n78 Willems (Liquigas)
    \r\n103 Gritters \r\n106 Shawn Milne \r\n107 Kirk O’Bee (Health Net-Maxxis)
    \r\n112 Steven Cozza (Slipstream-Chipotle)
    \r\n115 Will Frischkorn (??)
    \r\n137 Nick Reistad (Jelly Belly)
    \r\n146 Brian Sheedy (Priority Health)
    \r\n166 Mike Sayers (BMC)
    \r\n'),(5547,124,'2007-02-21 12:42:00','Approaching the top of the climb','Jurgen Van de Waal will try to snag some points, but Frischkorn is there to protect the climber\'s jersey of his teammate Thomas Peterson.'),(5545,124,'2007-02-21 12:31:09','The gap','is now at 1:45. The Discovery team has been left to do all of the work. Lotto is not helping and the gap is growing. Up front, we have 16 riders, with most putting in a strong effort.'),(5546,124,'2007-02-21 12:34:02','On the climb','The leaders are at 45km and working up the slopes of the Cat.4 on Patterson Pass.'),(5548,124,'2007-02-21 12:46:45','Frischkorn takes the KOM','Van de Walle gets second for three points, which puts him into a tie for KOM points. '),(5556,124,'2007-02-21 12:59:37','Discovery under pressure','The Discovery team is under enough pressure now because they\'ve even moved Tom Danielson up to help chase. It\'s all up to Discovery at this point. No one is helping them. Meanwhile Johann Bruyneel is driving up to the break to discuss matters with Jason McCartney - the only Disco in the break.'),(5551,124,'2007-02-21 12:48:49','Up and over','The peloton is over the top of the climb, about 2:30 behind the leaders.'),(5557,124,'2007-02-21 13:06:07','Voigt gets the sprint','The leaders are coming up to the sprint point. Jens Voigt goes for it and wins the points by a big margin.

    \r\nThe men in the break:
    \r\nJurgen Van De Walle (Quick Step)
    Shawn Milne (Health Net Presented By Maxxis)
    Mauro Da Dalto (Liquigas)
    Jens Voigt (Team CSC)
    Theo Eltink (Rabobank)
    Bram De Groot (Rabobank)
    Charly Wegelius (Liquigas)
    Steven Cozza (Team Slipstream powered by Chipotle)
    William Frischkorn (Team Slipstream powered by Chipotle)
    Nicolar Reistad (Jelly Belly Cycling Team)
    Peter Hatton (Colavita Sutter Home)
    Kirk O\'Bee (Health Net Presented By Maxxis)
    Mads Kaggestad (Credit Agricole)
    Kyle Gritters (Health Net Presented By Maxxis)
    Adam Hansen (T-mobile)
    and Aaron Olsen (T-mobile)
    Jason '),(5555,124,'2007-02-21 12:52:12','CSC','Jens Voigt is smiling as the lead group is coming down Patterson Pass - at around 55km. This break is playing right into the CSC squad\'s hands. Even if it fails and they are swept up by the peloton, the team can launch its stronger climbers - Julich and possibly Vande Velde - out of the main field once they reach the day\'s big climb at 114km (peaking out at 128.7km).'),(5558,124,'2007-02-21 13:10:42','CSC','The CSC boys in the field are riding directly behind an increasingly frustrated Levi Leipheimer. The CSC team, though, looks relaxed and happy.

    We got a call from VeloNews editorial director, John Wilcockson, who is up on the climb at Sierra Road. He says it\'s chilly up there, but despite the weather, the crowds are huge.'),(5559,124,'2007-02-21 13:18:09','Jason McCartney','Discovery\'s Jason McCartney is attacking out of the break on the unrated climb at around 77km. His former companions are not putting in a huge effort, and may well be content to keep him hanging out on his own out there.'),(5560,124,'2007-02-21 13:18:00','That didn\'t last','McCartney was quickly pulled back. Strange move.'),(5561,124,'2007-02-21 13:39:34','Gap','The gap is at around 5:00. The full responsibility for the chase is still on Discovery\'s shoulders and it\'s not going well for them.'),(5562,124,'2007-02-21 13:42:57','A little help','Despite the fact that Rabobank has Bram De Groot in the break, the team has moved to the front to lend the Discovery team a hand. That may be an indication that the Dutch team doesn\'t have a lot of faith in their guy\'s chances on the climb up Sierra Road.'),(5563,124,'2007-02-21 13:45:56','The chase','With a bit of pressure off of Discovery, the help from Rabobank has given the team a chance to rest and pick the pace up. We\'ll get a chance to see if the gap changes.'),(5564,124,'2007-02-21 13:46:46','Coming down','Our latest time check gives the break an advantage of 3:50.'),(5565,124,'2007-02-21 13:53:10','Shawn Milne','Tries his hand at an attack. Over the top of a little unrated climb, Milne has scampered off the front. The HealthNet man is trying to get a bit of advantage before the climb up Sierra Road.'),(5566,124,'2007-02-21 13:57:34','The field','The Slipstream team has put a rider in the front of the peloton. The men in Argyle may be deciding to protect the second-place spot on GC, now held by their guy Jason Donald. Meanwhile, Milne is leading the break by about 25 seconds and the rest of the break is holding a 3:50 lead on the main field.'),(5567,124,'2007-02-21 14:01:15','With about 45 km to go','The gap is around 3:30. The big unknown, though, is what the 10km up Sierra Road will do. For Discovery, the worst-case scenario is that Leipheimer\'s teammates have spent too much effort chasing and he may find himself quite isolated as the climbers from other teams put on the pressure.'),(5570,124,'2007-02-21 14:16:52','Thoughts from today\'s start:','Michael Rasmussen: My leg feels fine, but I’ve caught a cold and don’t feel well at all. I’ll be lucky if I finish the tour.

    Jens Voigt: J.J. was so far ahead of everyone, he had time to look back and say, ‘Come on guys. Aren’t you still pedaling?’

    Tom Danielson: I learned a few things on Sierra Road last year. One thing I learned is that I need to start this race with better form…. Losing Zabriskie was a bummer. He looked really fit. I don’t see any other riders being a major threat for the time trial. Honestly, the riders I expect to be best in the time trial are all on my team.

    Lance Armstrong is at the race today, riding in the Discovery Channel car with director Johan Bruyneel. He didn’t make an appearance at the start – maybe he’ll say hello to the crowds at the finish.\r\n\r\nThor Hushovd: It’s early in the season. I don’t expect I’ll have the form to make it over the climb with the leaders and contest the sprint, but I’ll try.\r\n'),(5569,124,'2007-02-21 14:10:30','Milne','Is on the flats before the day\'s big climb. He\'s got about 40 seconds ahead of the other men in the break. We\'ll get a time check on the peloton ASAP.'),(5571,124,'2007-02-21 14:29:28','Oh man...','We had technical troubles and we\'re back.\r\nUp front Jens Voigt and Jason McCartney are the only men in the break that have not been passed by Levi Leipheimer.'),(5572,124,'2007-02-21 14:31:09','So with Leipheimer','We have Jason McCartney, Jens Voigt, Michael Rasmussen, Chris Horner...'),(5573,124,'2007-02-21 14:32:00','Leipheimer','is riding like a race leader. He\'s riding at the front of an elite group of five riders: Horner, Voigt, Rasmussen and McCartney.'),(5574,124,'2007-02-21 14:34:49','Correction:','Correction: The Rabobank with Leipheimer is Robert Gesink.'),(5575,124,'2007-02-21 14:36:28','The men in front','Leipheimer
    Horner
    Gesink
    Voigt
    McCartney'),(5576,124,'2007-02-21 14:38:28','At the KOM','Leipheimer leads the group over the top of the climb... now it\'s 22km down to the finish.'),(5577,124,'2007-02-21 14:41:30','The second group','A large group, with Paolo Bettini and several riders from the original break, crossed about 35 seconds back.'),(5578,124,'2007-02-21 14:44:38','The five','men up front include race leader Levi Leipheimer (Discovery); Jens Voigt (CSC); Chris Horner (Predictor Lotto); Robert Gesink (Rabobak) and Jason McCartney (Discovery)'),(5579,124,'2007-02-21 14:46:04','The chase group','is at about 1:00. There are about 15 riders in the second group chasing the five leaders.'),(5580,124,'2007-02-21 14:47:11','','The gap between the two front groups is holding at about 1:00'),(5581,124,'2007-02-21 14:50:58','The leaders','are charging down the descent of Sierra road. The gap is still holding at about 1:00. '),(5582,124,'2007-02-21 14:52:23','On the flats.','The five leaders are at the bottom of the long drop off of Sierra Road. Leipheimer is doing the bulk of the work, with McCartney lending a hand. Horner is doing his share, too.'),(5583,124,'2007-02-21 14:53:34','15km to go','The leaders are 15km from the finish.'),(5586,124,'2007-02-21 14:58:40','Leipheimer','Is driving hard at the front of the group. Our latest time check gives this lead group is still hoding at 1:00.'),(5585,124,'2007-02-21 14:55:54','Bruyneel','comes up to give Leipheimer some encouragement. Lance Armstrong is riding shotgun in the Disco car, by the way.'),(5587,124,'2007-02-21 15:01:40','9km to go','With nine kilometers to go, the men up front are driving hard. The gap is not changing and it looks like the day\'s winner is going to come from this group.'),(5588,124,'2007-02-21 15:05:14','Leipheimer riding like a race leader','Leipheimer can preserve his hold on the race lead today if he finishes third or better. If Voigt wins and gets 10 seconds of bonus time and Leipheimer is fourth or fifth, we might see a change in the leadership.'),(5589,124,'2007-02-21 15:07:00','Voigt fades back','and then attacks hard. Now we see Voigt in the lead with Leipheimer and Horner on his wheel. We have 2km to go.'),(5590,124,'2007-02-21 15:09:17','With 1km to go,','It looks like Leipheimer will hold his jersey. As the three men enter the final kilometer, Leipheimer is driving hard at the front.'),(5591,124,'2007-02-21 15:11:45','To the finish','Voigt attacks and wins!'),(5592,124,'2007-02-21 15:14:00','','1. Jens Voigt (G), CSC
    2. Levi Leipheimer (USA), Discovery
    3. Chris Horner (USA) Predictor Lotto

    Leipheimer holds the leader\'s jersey, with Jens Voigt and Chris Horner right in there.'),(5593,126,'2007-02-22 10:01:51','Good morning . . .','. . . and welcome to our live coverage of what looks to be a very soggy Stage 4 of the Amgen Tour of California.'),(5594,126,'2007-02-22 10:06:13','The word on the road . . .','. . . is \"wet.\" VeloNews.com editor Charles Pelkey reports that it\'s been raining all morning long, and the Pacific Coast Highway is slick and rockstrewn in spots as the field prepares for a 14km neutral rollout from Seaside to Carmel. Charles, renowned as a master of understatement, notes, \"It\'s gonna be an uncomfortable day on the bike.\"'),(5595,126,'2007-02-22 10:10:59','Today\'s weather report','In nearby Monterey, says the National Weather Service, we\'re talking mostly cloudy and 50, with wind out of the southeast at 9 mph. It\'s even chillier in Big Sur, which the peloton willl visit en route to San Luis Obispo, which is enjoying light rain and fog. Embrocation, anyone?'),(5596,126,'2007-02-22 10:15:35','Rock on','There\'s a lot of rockfall along the PCH, including some head-sized jumbos, according to our intrepid editor, and the state is busy scraping them off the road  using snowplows. '),(5597,126,'2007-02-22 10:19:57','Today\'s route','The peloton is looking at 213.4km (132.6 miles) of damp slogging between Seaside and San Luis Obispo, with three KOMs thrown in just to keep their minds off the squishing sounds coming from their shoes. The views are outstanding, but somehow we suspect these guys will be giving the scenery little attention today.'),(5598,126,'2007-02-22 10:24:52','Rolling through the neutral','We\'re getting close to showtime.'),(5599,126,'2007-02-22 10:27:09','While we wait . . .','. . . Taylor Tolleson (Slipstream-Chipotle), who\'s wearing the best-young-rider jersey, got himself a nice little writeup in The San Francisco Chronicle today. Says Taylor: \"I want to do what I love, and I love riding my bike.\" Wonder how much he\'s loving it today? '),(5600,126,'2007-02-22 10:33:29','It may not be raining cats and dogs . . .','. . . but the editor swears he\'s seen a few kittens and gerbils.'),(5601,126,'2007-02-22 10:36:41','By the way . . .','. . . if you\'re wondering why Tom Danielson had an especially strained look on his face in that Graham Watson photo from yesterday\'s stage report, it wasn\'t just the rigors of the Sierra Road climb. \"I picked up some kind of food poisoning yesterday,\" Danielson told senior writer Neal Rogers this morning. I just couldn\'t go. But I feel better today, and I hope to ride for Levi and show I\'m a good teammate.\"'),(5602,126,'2007-02-22 10:41:12','Bettini hopeful','Mr. Rogers also chatted up Paolo Bettini (Quick Step-Innergetic), who said he\'s enjoying his visit to the United States. \"I\'m happy to be here, racing in the U.S.\" said Bettini. \"Yesterday was a good test for my legs. There are two stages left for me, and I hope to win one of them.\"'),(5603,126,'2007-02-22 10:42:08','And they\'re off','Stage 4 is under way.'),(5604,126,'2007-02-22 10:54:04','Folks the weather','is rough. We\'re not getting a video feed from the road and the news is spotty. The rain is so heavy that we may be loosing our internet conection at the finish may be going in and out all day. We will do our best to keep you apprised as things unfold. '),(5607,126,'2007-02-22 10:55:00','20km','There have been a healthy number of early forays off the front. Still now at 20km into today\'s stage the field is back together.

    Meanwhile, we spoke with three-time world time trial champion Michael Rogers (T-Mobile) and he said he is looking forward to the Time Trial in Solvang, but he\'s not making predictions:

    \"I’m pretty happy with my legs on Sierra Road. I couldn’t quite go with Levi and Horner, but it’s still early season.
    \"Those guys are Americans, and they’re obviously motivated for this race. I haven’t spent too much time on the time trial bike in the last few months, but I’m feeling pretty good about Friday. We’ll see.\"\r\n'),(5608,126,'2007-02-22 11:20:58','Rain, rain','The rain continues to dog the coast today. Today\'s route covers what is arguably one of the most beautiful roads in the world. We covered the course today and were treated to spectactular views and our arrival was delayed when the two of us in the car opted to stop and check out the elephant seals enjoying the beach at San Simeon.'),(5609,126,'2007-02-22 11:17:00','A break','We\'re getting reports from the road again. We see HealthNet\'s Kirk O\'Bee, Aaron Olsen (T-Mobile), Alejandro Acton (Colavita Sutter Home) and Christophe Laurent (Credit Agricole) are off the front at 33km.\r\n'),(5610,126,'2007-02-22 11:27:54','Still looking for a time check','We\'re still hoping get a time check, but our most recent report gave the leaders at 35 seconds.'),(5611,126,'2007-02-22 11:30:02','The leaders','Are coming up on the day\'s first sprint mark and it looks like the four men up front have some company. The sprint is at 38.5kmat Big Sur.'),(5612,126,'2007-02-22 11:31:27','Now joining the leaders','Hilton Clarke (Navigators) and two other riders - a Slipstream and a Toyota - have joined up with the leaders.'),(5613,126,'2007-02-22 11:35:29','There is a patch of blue sky out there','The rain has paused a bit. Will the weather clear today? The riders sure hope so. Up front, the leaders have come through the Big Sur sprint and now working their way up to the Cat.4 climb at 43.5km.

    We\'ve ID-ed the two riders we only mentioned by team. They are Lucas Euser (Slipstream) and Sean Sullivan (Toyota). \r\n'),(5614,126,'2007-02-22 11:37:54','The men in the break','Up front, we have seven riders now 1:50 ahead of the peloton, as they near the KOM at 43km. The riders in the break are
    Aaron Olsen (T-Mobile)
    Alejandro Acton (Colavita)
    Lucas Euser (Slipstream)
    Sean Sullivan (Toyota)
    Kirk O\'Bee (HealthNet)
    Christophe Laurent (Credit Agricole)\r\n'),(5615,126,'2007-02-22 11:39:35','1km to go before the KOM','The seven men up front are heading to the KOM. Laurent is the rider to whom these points matter most, but Euser, the man from Slipstream, may go for it, too.'),(5616,126,'2007-02-22 11:40:00','Laurent goes','and Euser is on his wheel. Laurent holds him off, giving the Frenchman the lead in the climber\'s competition, bumping Euser\'s teammate Thomas Peterson There is another Cat. 4 KOM coming up at 109.2km, followed by a Cat. 3 at 115.2. If the break stays away, the Credit Ag\' rider will have a good chance to get a solid hold on the jersey'),(5617,126,'2007-02-22 11:46:55','Sun, sun','The sun is breaking out and all of the rain that troubled the stage this morning is gone and the roads are drying up.

    Our latest time check gives the leaders an advantage of 2:05. With no serious GC threats in the group, Discovery will not have to chase as frantically as they did yesterday.'),(5618,126,'2007-02-22 11:53:09','Vaughters has pulled up to chat','with Euser. The Slipstream car is decorated in orange with Argyle highlights and sporting a big Chipotle burrito on the rear window.'),(5619,126,'2007-02-22 11:56:27','Fines and penalties','Yesterday, Tom Peterson (Slipstream Sports-Chipotle) was fined 50 Swiss Francs and penalized 20 seconds for extended pacing behind a team vehicle. 200 Swiss Francs for unseemly behavior (spitting at a vehicle passenger).'),(5620,126,'2007-02-22 11:59:30','The ASO/UCI war','The heat is building up in the row between cycling\'s governing body and race organizers with the UCI asking teams to boycott this year\'s Paris-Nice.

    Spokesmen for several teams say UCI president Pat McQuaid has sent a letter pressuring them to skip the prestigious event due to the UCI\'s dispute with race organizer ASO, which also runs the Tour de France.

    UCI rules deem that all ProTour teams must be invited to ProTour events. However, ASO refused to send an invitation to Belgian-Swedish team Unibet.com.

    \"It is clear that in this situation no ProTour team can take part in Paris-Nice,\" McQuaid is said to have written in the letter.

    However, it seems that the UCI will have a tough job persuading the teams to follow its dictum. The French team Cofidis already has ruled out boycotting the March 11-18 event.

    General manager Eric Boyer said team management was thinking of its sponsors \"and above all for our riders, who are there to ride and certainly not to be held hostage over a conflict between the international federation and the organizers.\" \r\n'),(5621,126,'2007-02-22 12:01:11','Time gap','With the leaders now at the 60km mark, are just around 1:45 ahead of the field.'),(5622,126,'2007-02-22 12:06:43','At 62km','The seven leaders are now 2:15 ahead of the field.'),(5623,126,'2007-02-22 12:09:54','Crossing Bixby Bridge','The peloton is crossing Bixby Bridge and it seems the gap is actually at 3:00.'),(5624,126,'2007-02-22 12:11:46','Questions Comments Complaints','If you have any, drop us a not at WebLetters@InsideInc.com'),(5625,126,'2007-02-22 12:13:01','Roads','Boy the weather sure has improved since we drove it this morning. The roads are dry and we\'re even seeing shadows out there.'),(5626,126,'2007-02-22 12:17:22','The time gap','The peloton is now being led by the Discovery team, but the boys from Disco are not ripping it up like they did yesterday. The gap is now 3:20. The odds are good that they will be letting the break stay out there within a reasonable time, since there is no GC threat and it keeps things calm if there is a small group off the front.'),(5627,126,'2007-02-22 12:22:13','Rain?','While the men on the road are riding under sunny skies, there is a chance that they may be riding into rain up the road again.'),(5628,126,'2007-02-22 12:28:19','Reader Question','We received an interesting question from reader Philip Watson:
    \"With all of the American race teams that we have, why is it that we only have the Discovery team races abroad?\"

    Well Philip, the Discovery squad is the only U.S. team in the ProTour, but it\'s not the only U.S. team that races overseas. The Slipstream squad - managed by former Credit Agricole/U.S. Postal pro Jonathon Vaughters - will be doing the Criterium International this year and is seeking invitations to a number of spring races including Paris-Roubaix. The Navigators team is also riding a full schedule of European races this year and we will see a few other domestic teams over there at various times as well, we\'re sure.\r\n'),(5629,126,'2007-02-22 12:32:48','Disco still up front','in the main field and the break is crusing about 3:30 ahead of the field. The weather is still holding. Here at the finish, the rain has started again.'),(5630,126,'2007-02-22 12:38:18','Another question','Question: Why was Tom Peterson fined in Swiss francs during an American race? Is there a universal currency for international bike races?
    Thanks,
    Kathi Carlisle Fountain

    Yes Kathi, there is a universal currency in cycling at the international level and it\'s the Swiss franc. With the UCI located in Lausanne, Switzerland, that\'s the currency everyone is fined in. We would personally prefer that penalties be paid in Scotch whiskey and gold Krugerrands.'),(5631,126,'2007-02-22 12:39:00','Oh lordy','what a beautiful day. The seven men up front are ticking along nicely under a sunny sky. Just a reminder. The riders in the break are
    Aaron Olsen (T-Mobile)
    Alejandro Acton (Colavita)
    Lucas Euser (Slipstream)
    Sean Sullivan (Toyota)
    Kirk O\'Bee (HealthNet)
    Christophe Laurent (Credit Agricole)
    Hilton Clarke (Navigators)'),(5632,126,'2007-02-22 12:44:47','At 85km','The gap is 3:05 and the peloton is being led by a fairly relaxed Discovery team. As the race comes toward the finish, it\'s likely that the work will be picked up the sprinters\' teams, who have plans on winning a stage. Discovery will simply work to maintain the gap, but it\'s not a big deal for the race leader\'s team if they don\'t catch the break.'),(5633,126,'2007-02-22 12:54:03','The rain','The leaders are moving into the rain again. Three minutes back, though, the peloton is still dry.'),(5634,126,'2007-02-22 12:57:33','The wind is picking up','The peloton is now riding in the rain... and the gap is just around 3:15.'),(5635,126,'2007-02-22 13:01:56','American teams','We got a follow-up question from reader Wesley Hodgson
    This is in regards to the question from Philip... isn\'t CSC an American\r\ncompany? I thought they were based out of El Segundo, CA, but\r\nthe UCI ProTour has them listed as being Danish. I\'m confused.

    Yes, Wesley, CSC is an American company, but the team is registered in Denmark and managed by Riis Racing, Bjarne Riis\'s management company, which is based in Denmark.

    The peloton is now in the feedzone (95km) and the sun is out again.'),(5636,126,'2007-02-22 13:06:42','The leaders','are working their way up to the Cat. 4 climb, which peaks out at 109.2km. There are 4, 3, 2 and 1 points available for the first four spots. Then at 115.2km, there is a Cat. 3, where there are 6, 5, 4, 3 and 1 points available for the top five.'),(5637,126,'2007-02-22 13:10:41','Five kilometers','to the KOM at 109.2km'),(5638,126,'2007-02-22 13:17:23','Sun','It\'s been on-and-off for the past few kilometers, but right now both the leaders and the peloton are riding under a clear and beautiful sky as they work their way down the Pacific Coast Highway at the 106km mark. The gap is now 3:33.'),(5639,126,'2007-02-22 13:21:04','200 meters to the KOM',''),(5640,126,'2007-02-22 13:22:05','Euser and Laurent','Charge to the line and Euser gets four KOM points and Laurent gets three.'),(5641,126,'2007-02-22 13:23:01','The leaders are now at 110km','and they are heading to the climb at 115.2km'),(5642,126,'2007-02-22 13:29:00','Reader Question','Reader Ken Nelson asks: With all the excitement in yesterday\'s stage and the riders saying that it seemed like a \"real bike race\" is there any reason why the organizers don\'t consider a mountain- top finish? It would be cool if they raced in the (below snow level) and extended the tour a couple of days. Just a thought. Thanks for the great coverage. Ken.

    Ken, there sure has been talk. The folks in and around Stanford keep suggesting a mountain-top finish up the road to the Lick Observatory outside of San Jose. We\'d sure love to see it.'),(5643,126,'2007-02-22 13:31:52','Heading to the KOM','Euser and Laurent are in the final 200 meters'),(5644,126,'2007-02-22 13:33:13','Laurent nails it.','The Credit Agricole man gets 6 KOM points, while Euser gets five. The leaders are now at 115.km'),(5645,126,'2007-02-22 13:36:00','The peloton','is now at the top of the second KOM and still about three minutes behind the leaders.'),(5646,126,'2007-02-22 13:42:56','Very stable','The weather is holding and so is the gap. Our leaders are at km 121 and the chase is about three minutes back.'),(5647,126,'2007-02-22 13:55:03','Euser','The gap is holding steady at 3:00. One thing to keep in mind is that one of the men in the break - Slipstream\'s Lucas Euser - is a recent graduate of Cal Poly at San Luis Obispo. Maybe he\'s hoping to get a win in front of his old home town, eh? It\'s something to keep in mind.'),(5648,126,'2007-02-22 14:02:47','Heading to the sprint','The next highlight on the road will be the sprint mark at km 142.9. That will be right at the Hearst Castle road, at San Simeon.'),(5649,126,'2007-02-22 14:09:09','The peloton','Are rolling through the sprint at Hearst Castle road... ahead the seven men in the lead, cruised through here about three minutes ago. As a reminder, the leaders on the road are:
    Aaron Olsen (T-Mobile)
    Alejandro Acton (Colavita)
    Lucas Euser (Slipstream)
    Sean Sullivan (Toyota)
    Kirk O\'Bee (HealthNet)
    Christophe Laurent (Credit Agricole)
    Hilton Clarke (Navigators)'),(5650,126,'2007-02-22 14:13:02','For those of you following video','The video feed on the Amgen site has paused... we are working on the problem.'),(5651,126,'2007-02-22 14:19:07','Reader Question','Here\'s an interesting question from a reader. Brad Shipley asks:
    How come so many of the US pros went to college first? Is it because our amateur program isn’t as far long as it needs to be and they weren’t exposed to until later on? Do you think this is hindering their development?

    Well, Brad, we\'re not sure. It\'s sure not a long-run hinderance, is it? We know several riders who have started their careers a bit later, and you\'re right. Some have had a handicap... until they retire that is. Then they have a huge advantage over the field. We\'re telling our kids to go to school first. '),(5652,126,'2007-02-22 14:24:00','With 58km to go','The gap is staying fairly steady. Up front, the leaders are still ambling along, with the Discovery team leading the peloton. We\'d bet that the chase will begin in earnest within the next 30k or so, with the sprinters\' teams leading the charge.

    As a reminder, the men in the break are
    Aaron Olsen (T-Mobile)
    Alejandro Acton (Colavita)
    Lucas Euser (Slipstream)
    Sean Sullivan (Toyota)
    Kirk O\'Bee (HealthNet)
    Christophe Laurent (Credit Agricole)
    Hilton Clarke (Navigators)'),(5655,126,'2007-02-22 14:40:44','The leaders are now','some 49km from the finish, and our recent - corrected - time check puts them at 3:30 ahead of the peloton.'),(5654,126,'2007-02-22 14:36:39','52km to go','The men in the lead are now 52km from the finish.'),(5656,126,'2007-02-22 14:42:01','3:05','The moto with marker board just came up to the break, displaying \"3:05,\" suggesting that the gap is beginning to shrink.'),(5657,126,'2007-02-22 14:47:38','Coming down','The gap is coming down. With our leaders about 42km from the finish, the gap is now just 2:35. '),(5658,126,'2007-02-22 14:49:09','Back in the peloton','The Discovery team is still leading the field. We would expect to see other teams starting to lend a hand as the finish line nears.'),(5659,126,'2007-02-22 15:00:56','The gap','The timer Moto shows the gap to be at 2:25. Up front in the peloton, Rabobank and Liquigas are driving hard. '),(5660,126,'2007-02-22 15:04:24','With 30km to go','The leaders are cruising along nicely, but there is a serious chase underway behind them. The Liquigas and Rabobank teams are now doing the bulk of the work, but Discovery is up there lending a hand.'),(5661,126,'2007-02-22 15:08:22','The gap','The seven leaders are losing time with 27.5km to go. The latest time check gives them only 1:44 ahead of the field.'),(5662,126,'2007-02-22 15:11:42','Liquigas and Rabobank','have each placed two riders at the front of the peloton. The full Discovery squad is behind them. The odds are pretty good that the men up front will be reeled in before the finish.'),(5663,126,'2007-02-22 15:14:08','The gap','is now down to 1:20, with 23km remaining.'),(5664,126,'2007-02-22 15:16:58','The peloton','is really driving hard under the leadership of Rabobank and Liquigas. The pace back in the field is considerably higher than up front in the break.'),(5665,126,'2007-02-22 15:18:26','20km to go','With 20km to go, the leaders are now just about 1:05 ahead of the field.'),(5666,126,'2007-02-22 15:23:05','The men in front','Are picking up the pace and the gap is holding'),(5667,126,'2007-02-22 15:26:19','With 14km to go','The leaders are powering toward the finish. We\'re still looking an update on the time gap. Alejandro Acton (Colavita) and Hilton Clarke (Navigators) try a dig, but the peloton is coming up fast.'),(5668,126,'2007-02-22 15:29:10','Attacks','The men up front are trying to pick up the pace and there are several attacks as the peloton comes closing in on the escapees. The gap is now 45 seconds with 10km to go.'),(5669,126,'2007-02-22 15:30:56','less than','25 seconds. The catch is about to happen folks... and long-time VeloNews update viewers know what that means.'),(5670,126,'2007-02-22 15:32:26','It\'s almost done.','Is someone going to take a final dig when the catch comes? Yup. Acton goes for it.'),(5671,126,'2007-02-22 15:32:42','It didn\'t work',''),(5672,126,'2007-02-22 15:34:42','Now T-Mobile up front','With only about 7km remaining, the peloton is driving hard, with T-Mobile up front, but now Discovery is moving up, mostly to protect Leipheimer\'s position.'),(5673,126,'2007-02-22 15:36:28','Charging into town','Freddie Rodriguez\'s Lotto squad and JJ Haedo\'s CSC team are moving up, keeping the pace high.'),(5674,126,'2007-02-22 15:37:24','Bettini is in a good spot','But Voigt takes a flyer! Is he gonna pull it off, with 2km to go?'),(5675,126,'2007-02-22 15:38:08','Nope.','Now it\'s a big CSC/Lotto train....'),(5676,126,'2007-02-22 15:38:41','Here they come.','With about 1.5km to go, it\'s still Voigt at the front.'),(5677,126,'2007-02-22 15:39:27','Voigt is an animal!','He\'s done, but what a pull.'),(5678,126,'2007-02-22 15:40:55','On the final turn','And we think Paolo Bettini gets the sprint!'),(5679,126,'2007-02-22 15:41:48','Bettini sure thinks he won it','he\'s holding up his thumb and index finger to show how close it was.'),(5680,126,'2007-02-22 15:45:22','It\'s confirmed','Bettini nudged past Gerald Ciolek (T-Mobile) at the line.'),(5681,127,'2007-02-23 11:24:51','Good day','and welcome to VeloNews.com\'s Live Coverage of the fifth stage of the 2007 Amgen Tour of California, a 23.4km individual time trial around the Danish community of Solvang, California.'),(5682,127,'2007-02-23 11:30:00','Windy, windy','It\'s a cool and windy day today in Solvang. The wind isn\'t brutal, but it will affect riders\' wheel choices. It may be worth checking out what the Discovery team chooses for wheels. Remember that the Disco boys have the benefit of a very nice piece of software developed by wheel guru Steve Hed. Hed found that in certain wind conditions a full disc wheel is detriment, rather than an asset. Hed places wind monitors around various spots on the route and then plugs all of that data into his program. The software produces a recommendation so a rider picks the most efficient wheels. Recall that in 2004, Lance Armstrong opted for double tri-spokes in the final TT at the Tour de France.'),(5683,127,'2007-02-23 11:34:32','We see Michael Rasmussen on course','Not known as one of the world\'s best time trialists, Rasmussen is an early starter today because he also had a bad day on the climb on Sierra Road the other day. He\'s opted for a standard front wheel and a full-on disc in the rear.'),(5684,127,'2007-02-23 11:35:44','Give us a few minutes','We are going to step out and get some photos of riders bikes and their wheel choices. We\'re still early in the stage, so the numbers aren\'t going to be much of a factor at this point.'),(5685,127,'2007-02-23 11:51:45','Brian Sheedy','Priority Health\'s Brian Sheedy has turned in the day\'s best time so far, with a 32:26.04. That reminds us. Why don\'t we have a contest? The winner today will win a copy of VeloPress\'s \"Golden Age of Cycling.\" Send your best guess as to who will win today\'s stage and what his winning time will be. We will give a copy of that gorgeous book to the one of you is closest to the correct time. Send your picks to Rosters@InsideInc.com. If you want to make our jobs a little easier, be sure to include both the name and time in the subject line of your e-mail.'),(5686,127,'2007-02-23 11:54:18','Hushovd','Thor Hushovd is about to leave the starting gate.\r\n'),(5687,127,'2007-02-23 12:05:15','The world TT champ','Fabian Cancellera (CSC) is on the road. The rainbow skinsuit is astride his Cervelo P3, with a full disc and deep-dish front wheel (both from Zipp). Despite being down on GC, Cancellera should be one to set a good mark today, perhaps giving his CSC team its third stage win here at the Tour of California.'),(5688,127,'2007-02-23 12:12:49','Phil Zajicek','has finished in 32:50.910, which - for now - is good enough for seventh place. If you\'re curious, by the way, Rasmussen finished in 34:22.3, which is 3:25 off of the best time, so far, that of Tom Zirbel\'s 30:56.870, an impressive performance by the Priority Health man'),(5689,127,'2007-02-23 12:14:00','Top times so far','1. Tom Zirbel (USA) Priority Health 30:56.870
    2. JJ Haedo (Arg) CSC, at 1:00.91
    3. Mathew Hayman (Aus), Rabobank, at 1:18.83
    4. Jan Grischa Niermann (G) Rabobank, at 1:22.09
    5. Chris Wherry (USA) Toyota, at 1:32.38'),(5690,127,'2007-02-23 12:19:23','Cancellara','The world champion is coming is looking good out there. The winds are gusting at about 17mph, which could be decisive as the day wears on.'),(5691,127,'2007-02-23 12:21:00','Cancellara','is now 10km from the finish. He\'s flying, too. Race radio reports that he is leading at the time check, but we do not have anything to compare it with.'),(5692,127,'2007-02-23 12:25:54','Kjell Carlstrom','Kjell Carlstrom has come in with a 34:33.56 '),(5693,127,'2007-02-23 12:29:53','Basso on the road.','He\'s riding a regular spoked Bontrager front wheel and a full disc on the rear, too.

    Equipped the same way, Thomas Danielson finished with a time of 31:00.430, just 3.56 seconds off of Zirbel\'s time.'),(5694,127,'2007-02-23 12:30:50','Hincapie on his way','George Hincapie is on route... and Cancellara is on his way into the finish.'),(5695,127,'2007-02-23 12:32:05','Cancellara!','Wowie...30:17.910, a full 38.96 seconds better than that of Tom Zirbel.'),(5696,127,'2007-02-23 12:34:37','Top five','1. Fabian Cancellara (Swi), CSC, 30:17.910
    2. Tom Zirbel (USA), at 38.96
    3.Tom Danielson (USA), at 42.52
    4. Thor Hushovd (N), Credit Agricole, at 42.90
    5. Manuel Quinziato (I), Liquigas, at 1:13.11'),(5697,127,'2007-02-23 12:46:30','Michael Barry','Michael Barry has finished with a time of 32:41.77'),(5698,127,'2007-02-23 12:51:16','','1. Fabian Cancellara (Swi), CSC, 30:17.910
    2. Tom Zirbel (USA), at 38.96
    3.Tom Danielson (USA), at 42.52
    4. Thor Hushovd (N), Credit Agricole, at 42.90
    5.Cyril Lemoine (F) Credit Agricole, at 1:09.59'),(5699,127,'2007-02-23 12:53:16','Danny Pate','Former world\'s under-23 time trial champion, Danny Pate (Slipstream) is on his way.'),(5700,127,'2007-02-23 12:56:59','Chris Baldwin is on route','Toyota\'s Baldwin is on his way. He\'ll be chased by CSC\'s Bobby Julich.'),(5701,127,'2007-02-23 12:58:15','Basso','Basso finishes with a time of 30:43.01, good enough for second.'),(5702,127,'2007-02-23 13:00:00','Top times','1. Fabian Cancellara (Swi), CSC, 30:17.910
    3. Ivan Basso (I), Discovery, at 25.10
    3. Tom Zirbel (USA), at 38.96
    4.Tom Danielson (USA), at 42.52
    5. Thor Hushovd (N), Credit Agricole, at 42.90
    6.Cyril Lemoine (F) Credit Agricole, at 1:09.59'),(5703,127,'2007-02-23 13:02:00','Hinapie!','George Hincapie, finishes with a 30:20.45, just 2.63 behind Cancellara.

    Standings
    1. Fabian Cancellara (Swi), CSC, 30:17.910
    2. George Hincapie (USA), Discovery, at 2.63
    3. Ivan Basso (I), DiscoveryC, at 25.10
    4. Tom Zirbel (USA), at 38.96
    5.Tom Danielson (USA), at 42.52
    6. Thor Hushovd (N), Credit Agricole, at 42.90
    7.Cyril Lemoine (F) Credit Agricole, at 1:09.59'),(5704,127,'2007-02-23 13:06:39','Ben Jacques Maynes','Comes through with a time of 30:54.610... good enough for fourth.
    Standings
    1. Fabian Cancellara (Swi), CSC, 30:17.910
    2. George Hincapie (USA), Discovery, at 2.63
    3. Ivan Basso (I), DiscoveryC, at 25.10

    Ben Jacques Maynes (USA) Priority Health, at 36.70
    5. Tom Zirbel (USA), at 38.96
    6.Tom Danielson (USA), at 42.52
    7. Thor Hushovd (N), Credit Agricole, at 42.90
    8.Cyril Lemoine (F) Credit Agricole, at 1:09.59'),(5705,127,'2007-02-23 13:13:53','Horner','Chris Horner is on the course. It should be interesting to see how the man from Bend handles today\'s wind.'),(5706,127,'2007-02-23 13:17:22','Here comes the showdown folks','Second-placed Jens Voigt has left the start house. He\'s starting 2 minutes ahead of Levi Leipheimer'),(5707,127,'2007-02-23 13:21:24','Leipheimer is on his way','The wind has picked up slightly, now 19mph. Interestingly, he\'s opted not to wear his yellow jersey - or rather a yellow skinsuit - since it probably doesn\'t have the same aero\' qualities.

    Meanwhile, Leipheimer\'s teammate, Jason McCartney has just set a new top time of 30:05.140, 12 seconds better than Cancellara.'),(5708,127,'2007-02-23 13:24:06','Current Standings','
    Standings
    1. Jason McCartney (USA), 30:05.140
    2. Fabian Cancellara (Swi), CSC, at 12.77
    3. George Hincapie (USA), Discovery, at 15.40
    4. Ivan Basso (I), DiscoveryC, at 37.87

    5. Ben Jacques Maynes (USA) Priority Health, at 49.47
    6. Tom Zirbel (USA), at 51.73
    7.Tom Danielson (USA), at 55.29
    8. Thor Hushovd (N), Credit Agricole, at 55.67'),(5709,127,'2007-02-23 13:25:42','Christian Vande Velde','Finishes with a 30:37.100, good enough for fourth.'),(5710,127,'2007-02-23 13:26:00','Standings','
    Standings
    1. Jason McCartney (USA), 30:05.140
    2. Fabian Cancellara (Swi), CSC, at 12.77
    3. George Hincapie (USA), Discovery, at 15.40
    4. Christian Vande Velde (USA), CSC, at 31.96
    5. Ivan Basso (I), DiscoveryC, at 37.87
    '),(5711,127,'2007-02-23 13:29:31','Julich','Julich finishes in fourth place with a30:22.030

    Standings
    1. Jason McCartney (USA), 30:05.140
    2. Fabian Cancellara (Swi), CSC, at 12.77
    3. George Hincapie (USA), Discovery, at 15.40
    4. Bobby Julich (USA), CSC, at 16.89.
    5. Christian Vande Velde (USA), CSC, at 31.96
    6. Ivan Basso (I), DiscoveryC, at 37.87
    '),(5712,127,'2007-02-23 13:32:45','Stuart O\'Grady','Finishes in 30:40.390, good enough for sixth, 35.25 back.'),(5713,127,'2007-02-23 13:37:04','Michael Rogers','The three-time world time trial champion finishes in 30:55, nearly a minute down on McCartney\'s top time.'),(5714,127,'2007-02-23 13:45:25','Reports from the road','Give Leipheimer the fastest times at the time checks.
    Meanwhile, Chris Horner, is heading to the finish. He gets a 31:33, giving him 22nd on the day and that means he\'s lost a GC spot to McCartney.'),(5715,127,'2007-02-23 13:47:25','Voigt','Voigt finishes with a time of 29:58.51... the best time yet!'),(5716,127,'2007-02-23 13:48:12','Still on the road','Levi Leipheimer is coming in toward the finish. '),(5720,127,'2007-02-23 14:02:06','Leipheimer keeps the jersey','Obviously, by winning the stage, Levi Leipheimer preserves his hold on the overall lead in the Tour of California. Voigt, too, holds his spot on GC, albeit now by 21 seconds, as opposed to the three-second gap by which he trailed at the start of the day. It looks like Jason McCartney, Leipheimer\'s young teammate may have moved up to third on GC.

    That\'s a wrap folks. Check back in soon for a complete stage report from VeloNews Editorial director John Wilcockson. We should have complete results soon, too. Thanks for joining us today, folks and we\'ll announce a contest winner at the start of tomorrow\'s stage.'),(5718,127,'2007-02-23 13:49:19','Leipheimer takes it','29:40.44, 18 seconds better than Jens Voigt.'),(5719,127,'2007-02-23 13:56:28','Final Stage Results','
    Standings
    1. Levi Leipheimer (USA), Discovery, 29:40.44
    2. Jens Voigt (G), CSC, at 18.07
    3. Jason McCartney (USA), 24.70
    4. Fabian Cancellara (Swi), CSC, at 37.47
    5. George Hincapie (USA), Discovery, at 40.10
    6. Bobby Julich (USA), CSC, at 41.59.
    7. Christian Vande Velde (USA), CSC, at 56.66
    8. Stuart O\'Grady (Aus), CSC, 59.95
    9. Ivan Basso (I), DiscoveryC, at 1:02.57
    10. Ben Jacques-Maynes (USA), Priority Health, at 1:14.17'),(5721,128,'2007-02-24 10:59:40','Good day','and welcome to VeloNews.coms Live Coverage of the the sixth stage of the 2007 Amgen Tour of California.\r\n\r\nStage 6 is not only long, at 105 miles, but it features four King of the Mountain climbs, two sprints and a demanding finishing circuit in Santa Clarita. With this year\'s individual time trial being less selective than last year\'s, there could be several contenders separated by just a few seconds at this point in the race.

    After a start in view of the Santa Barbara shoreline, Stage 6, which is sponsored by Health Net, will be the last chance for a solid favorite to emerge before the circuit race finale in Long Beach. Once the peloton hits Highway 150, the racers will face two KOMs before passing Lake Casitas and riding into the scenic town of Ojai for the first sprint of the day.

    The third KOM will be just a few miles outside Ojai, and then the course will head downhill into Santa Paula for the second sprint of the day among fragrant citrus groves.

    The day\'s final climb comes in the ominous Balcom Canyon, where in 2006,nearly 10,000 fans formed a narrow corridor for the riders. The cyclists will end the day with three circuits in Santa Clarita that finish at McBean Parkway at the Valencia Town Center. \r\n\r\n'),(5722,128,'2007-02-24 11:02:50','Waiting for the start','Today\'s start in Santa Barbara kicks of at 11:00. There will be a 5km neutral section as the peloton ambles from the beach in Santa Barbara and heads to the official start - the zero kilometer mark - on highway 192, which takes the Tour of California eastward toward today\'s finish in Santa Clarita.'),(5723,128,'2007-02-24 11:06:00','On their way','The peloton is in the neutral section and we\'ll see a mellow ride for the next 10 minutes or so. The big question today is whether CSC will take the fight down to the end or whether the team has essentially conceded overall victory to Leipheimer and the Discovery team. We will see an answer to that question very near the start on 192.'),(5724,128,'2007-02-24 11:13:59','Discovery at the front','The peloton is rolling through the neutral zone and the CSC and Discovery teams are both close to the front. The race is coming close to the start on highway 192.'),(5725,128,'2007-02-24 11:18:30','Bang!','The race has begun and the Discovery team has moved to the front and has stepped up the pace.'),(5726,128,'2007-02-24 11:23:54','Attack, attack, attack','There are several riders trying their hand at attacks. Tom Zirbel, the Priority Health rider who set and early mark in yesterday\'s time trial, has tried a couple of efforts. Now we see Tim Johnson from Health Net. He was the 1999 Bronze medal in the U23 cyclo-cross world chapionship in Poprad Slovakia. Johnson told us his mom is following the race on-line. A big shout out to Tim\'s mom from the VeloNews crew.'),(5727,128,'2007-02-24 11:26:00','Correction','Correction that\'s Shawn Milne from Health Net who is off the front and he\'s been joined Mauricio Ardilla Cano (Rabobank).'),(5728,128,'2007-02-24 11:27:27','Word from the field','We\'re getting spotty reports, but it seems that just as the Milne attack went off the front, George Hincapie went down. We believe he\'s up and has rejoined the field.'),(5729,128,'2007-02-24 11:31:44','Hincapie is back','He looks none the worse for wear. He\'s rejoined the field. As he rejoins, Jason Donald (Slipstream) jumps out of the peloton in an effort to bridge up to the two escapees. We\'re seeing a lot of activity, but nothing from the big GC threats or their teams.'),(5730,128,'2007-02-24 11:34:22','Leipheimer not happy','Leipheimer doesn\'t seem too happy with the frequent attacks - signalling \"time out\" - but the Slipstream boys don\'t seem willing to listen.'),(5731,128,'2007-02-24 11:37:54','At 16km','The two leaders are about 1:20 ahead of the field. Leipheimer has pulled off for a nature break and the peloton is riding at a moderate pace.'),(5732,128,'2007-02-24 11:39:55','With two riders up the road','Discovery seems content to amble along and let the escapekeep things calm in the main field.'),(5733,128,'2007-02-24 11:42:07','Time check','The man with the marker board has ridden up and showed a time gap of 1:30 at the 20km mark.'),(5734,128,'2007-02-24 11:45:23','Hincapie','Hincapie has slipped back to have his wrist checked by the race doctor. '),(5735,128,'2007-02-24 11:52:27','Our two leaders','Are working up to the day\'s first KOM mark, the Cat.4 at kilometer 26.3'),(5736,128,'2007-02-24 11:55:36','Cano takes the KOM','Milne comes across 10 meters back. The lead is now at 2:45. T-Mobile\'s Adam Hansen has scampered out of the main field.'),(5737,128,'2007-02-24 11:57:01','Hansen','has been joined by Slipstream\'s Peterson, Quick Step\'s Van de Walle and KOM leader Christophe Laurent. Van de Walle gets the third place KOM points and Laurent grabs the fourth.'),(5738,128,'2007-02-24 12:01:01','A split','Chrstophe Laurent (Credit Agricole), Thomas Peterson (Slipstream), Adam Hansen (T-Mobile), Jurgen Van de Walle (Quick Step) and Predictor Lotto\'s Mario Aerts have stayed away from the main field. There is no serious chase underway. The five are working nicely and could be able to catch the two men off the front.

    We have still not heard a report on Hincapie.'),(5739,128,'2007-02-24 12:03:05','The two leaders','Are over the top of the second KOM at 30.7km. Indeed, Ardila has moved off on his own, crossing 50 seconds ahead of Milne. Meanwhile, the peloton is chasing back on to the group of five.'),(5740,128,'2007-02-24 12:04:31','Van de Walle','has grapped the third spot, with Christophe Laurent taking the last point. He now holds a 7-point lead over Van de Walle in the race for the KOM jersey.'),(5741,128,'2007-02-24 12:05:51','CSC','has sent a couple of its riders up to the five-man group. Depending who that is, it could prove dangerous for the Discovery team.'),(5742,128,'2007-02-24 12:07:23','Oh cool!','The folks who joined up with the five man group include Jens Voigt and Levi Leipheimer. We\'re seeing a big GC battle shaping up. Behind them, the Discovery team is bring the full peloton back into the action.'),(5743,128,'2007-02-24 12:15:19','CSC is conceding nothing','With the five man group pulled back, the CSC team has immediately launched attacks from it\'s top GC contenders. With Leipheimer and Voigt in the fold, CSC sent off Bobby Julich and then when he was caught, the Danish team sent off Stuart O\'Grady.

    Take a look at the GC picture to see what CSC has in its bag of tricks:
    1. Levi Leipheimer (USA), Discovery Channel, 18:21:52
    \r\n2. Jens Voigt (G), CSC, at 0:21
    \r\n3. Jason McCartney (USA), Discovery Channel, at 0:54
    \r\n4. Bobby Julich (USA), CSC, at 1:06
    \r\n5. Stuart O\'Grady (Aus), CSC, at 1:20
    \r\n6. Christian Vande Velde (USA), CSC, at 1:24
    \r\n7. Michael Rogers (Aus), T-Mobile, at 1:34
    \r\n8. Ben Day (Aus), Navigators, at 1:38
    \r\n9. Franco Pellizotti (I), Liquigas, at 1:41
    \r\n10. Ryder Hesjedal (Can), Health Net -Maxxis, at 1:57
    \r\n\r\n'),(5744,128,'2007-02-24 12:17:10','Milne','Was pulled back a couple of kilometers back and Rabobank\'s Ardila Cano is just about 1:00 up the road.'),(5745,128,'2007-02-24 12:19:27','There are a number of attacks','As the peloton continues to drive behind Ardila Cano, there are several riders working hard to get off the front of the main field. '),(5746,128,'2007-02-24 12:20:51','Ardila Cano','Caught... by three riders, one of whom appears to be CSC\'s Stuart O\'Grady. '),(5747,128,'2007-02-24 12:23:39','The peloton','has come up one the break. The field is considerably smaller than it was at the start. We probably only have about 75 riders. Ahead, the peloton is facing the sprint mark in Ojai (50km) and the climb up to the Cat. 3 at 56.5'),(5748,128,'2007-02-24 12:26:26','Heading to the climb','Jens Voigt attacks again. He\'s got Julich and Bobby Julich moving up... and here comes Leipheimer.'),(5749,128,'2007-02-24 12:28:01','Nice day of racing folks.','There is some crazy racing going out there. No one is willing to turn this stage into a coronation. If Leipheimer wants to win the Tour, he\'s clearly having to work for it.'),(5750,128,'2007-02-24 12:29:39','Five riders off the front','There is a nice little gap. In the mix is Stuart O\'Grady, fifth at 1:20... forcing the peloton to chase.'),(5751,128,'2007-02-24 12:31:24','The front group has grown','... Chris Horner and a few others have moved up. Now the peloton has moved up, as well. No one can relax here, though.'),(5752,128,'2007-02-24 12:39:00','Van de Walle','Takes the KOM at 56.5km. It\'s a Cat. 3 climb, so he\'s closing in on the jersey. He\'s in a group off the front that includes Stuart O\'Grady... and Levi Leipheimer.'),(5753,128,'2007-02-24 12:43:18','The race is split','into two distinctly separate pelotons. The big GC riders are up front in a big group of 45 and they are about 1:30 ahead of another group of 35'),(5754,128,'2007-02-24 12:46:51','Out of the lead group.','We see two riders - a Quick Step and Predictor rider - have moved out.'),(5755,128,'2007-02-24 12:48:22','Hincapie','is in the second group. He may be hurt, but not so badly that he has had to pull out.'),(5756,128,'2007-02-24 12:49:29','Up front our two escapees','have been joined by two more riders. We\'re still trying to get IDs.'),(5757,128,'2007-02-24 12:57:07','The men in the break','Up front, the leaders are now 45 seconds ahead of the yellow jersey group. Those riders include:
    Stuart O\'Grady (CSC)
    Mathew Hayman (Rabobank)
    Josep Jufre Pou (Lotto)
    Michael Rogers (T-mobile)
    Bram Tankink (Quick Step)
    Giovanni Visconti (Quick Step)
    Enrico Gasparotto (Liquigas)
    Viktar Rapinski (Navigators)
    William Frischkorn (Slipstream) \r\n\r\n'),(5758,128,'2007-02-24 12:58:18','OGrady','is 1:20 down on GC and now leads the yellow jersey by 1:25 on the road.'),(5759,128,'2007-02-24 13:04:52','Discovery','Is stuck with chasing duties. The gap is closing in on 2:00.'),(5760,128,'2007-02-24 13:07:23','Hincapie is back','The U.S. champion has rejoined the yellow jersey group. He\'s looking remarkably strong.'),(5761,128,'2007-02-24 13:13:42','Balcom Canyon','The leaders are turning on to Balcolm Canyon Road. It\'s a short climb, but it\'s quite steep.'),(5762,128,'2007-02-24 13:16:48','The leaders are working their way up the climb','The road is getting steeper but the lead group is sticking together.'),(5763,128,'2007-02-24 13:18:57','1km from the top','There\'s a big party on top. The Amgen folks are having a BBQ up on top and there are quite a few people on the road. The road is quite steep here, at 13 percent. It\'s steep but short.'),(5764,128,'2007-02-24 13:19:44','This is a knee buster','Steep'),(5765,128,'2007-02-24 13:21:52','We\'ve seen it all','We know the Devil from the Tour. We now have the Specialized Angel and now there\'s a guy running along side the leaders in a Pope costume. Nice touch!

    Holy.... how do they manage to rate this a Cat. 4 climb. This thing is steep!'),(5766,128,'2007-02-24 13:23:16','Up and over.','There are huge crowds on this climb. We saw the Pope and now the grim reaper is running along side the peloton.'),(5767,128,'2007-02-24 13:24:27','Crazy fan','One fan bumped into Hincapie. He was startled but he didn\'t go down.'),(5768,128,'2007-02-24 13:25:08','Danielson driving at the front','as the yellow jersey group crosses 2:17 behind the leaders.'),(5769,128,'2007-02-24 13:26:06','No more rated climbs','but there are two more unrated climbs that don\'t look all that easy.'),(5770,128,'2007-02-24 13:30:00','Time check','The time gap is 2:35. Stuart O\'Grady is now the virtual leader of the Tour of California, but there are still 75km remaining. A lot can happen and we\'re sure it will.'),(5774,128,'2007-02-24 13:59:57','Off the descent out of the Balcolm Canyon area','The leaders are still about 3:00 ahead of the Discovery led main field. There are about 60km remaining.

    In the front of the yellow jersey group the bulk is being done by Hincapie, Danielson and Basso.'),(5772,128,'2007-02-24 13:46:49','Time check','The leaders are holding their own, having extended their advantage to 3:00.'),(5773,128,'2007-02-24 13:57:24','Saul Raisin','We had dinner with Credit Agricole\'s Saul Raisin last evening.

    Folks, most of you know Raisin\'s story, but we were struck by just how close this young man came to dying last year after his crash at the Circuit de la Sarthe. The then-23-year-old Raisin suffered a serious brain hemorrhage and apparently came within minutes of losing his life. It\'s remarkable, especially when you consider how well he\'s doing these days. Raisin is here in California, riding the route of each stage and preparing for a return to the professional peloton next year. In the mean time, he\'s been hosting a series of fundraising rides to generate contributions to three of his favorite charities, which focus on the work to help those who have suffered serious brain injuries. Take a chance to stop in and learn more about Raisin\r\nHope'),(5775,128,'2007-02-24 14:01:37','Gap is shrinking','The man with the marker board shows a time check of 2:05. '),(5776,128,'2007-02-24 14:07:06','Julich','Rides off the front to offer a friendly reminder to the camera bike to stay far enough away from the Disco boys. We believe those gestures were a way to explain the basics of aerodynamics and how that might affect the day\'s outcome.'),(5777,128,'2007-02-24 14:10:00','O\'Grady','is driving hard at the front of the break. The time check gives the leaders 2:20. Maybe Julich was right about the effect the camera bike was having.'),(5778,128,'2007-02-24 14:14:41','50km to go','The peloton is working its way across a rough section of gravel and it appears that no one suffered any difficulty over that potentially tire-popping terrain.'),(5779,128,'2007-02-24 14:17:25','Time check','The marker board man reports the gap as 2:05'),(5780,128,'2007-02-24 14:21:55','The peloton is in single file','It\'s all Disco at the front. Right behind the leader\'s team is the CSC team. '),(5781,128,'2007-02-24 14:23:21','Time check','The Disco effort is paying off. The latest time gap is now showing as 1:50'),(5782,128,'2007-02-24 14:31:12','Can it stick?','We called Jonathon Vaughters - director of the Slipstream team. He said he\'s uncertain about ths break\'s chances, but \"it sure has been fun to watch.\"

    \"We have nine strong riders up front, being chased by six strong Discovery riders. It\'s a battle of wills. It\'s been interesting to watch Discovery under that kind of pressure.\"

    With CSC poised at the ready, right behind the Discovery team, Vaughters says he expects another dig by CSC if and when the catch happens.

    \"They sure aren\'t giving up,\" Vaughters said. \"It\'ll be hard to pull off, but look at what and who they have there. They have Jens, Bobby... Christian. All up there and ready to give it a try.\"'),(5783,128,'2007-02-24 14:32:34','Time check','The marker board man shows a gap of 1:30'),(5784,128,'2007-02-24 14:39:52','The time check','The Discovery effort is payoff and the gap is coming down. The latest time check is 1:25'),(5785,128,'2007-02-24 14:42:16','The leaders are charging into Santa Clarita','The latest time check is still about 90 seconds. The leaders are working together, but the Disco team is pushing it hard.'),(5786,128,'2007-02-24 14:44:59','Disco gets help','HealthNet is now lending a hand in the chase.'),(5787,128,'2007-02-24 14:46:20','The gap is less than one minute','The HealthNet help has made an impact.'),(5788,128,'2007-02-24 14:48:45','In town','The leaders are in town and they have three trips around a 5.7km circuit to cover.'),(5789,128,'2007-02-24 14:50:08','The gap at the finish line','is 1:10.... and there are three laps to go.'),(5790,128,'2007-02-24 14:52:03','The men up front','are showing signs of wear, but they only have 13km to go.'),(5791,128,'2007-02-24 14:56:16','This is a strong group','The lead group is powering through the finish zone. There are now two laps to go. We\'ll get a time check in a minute.'),(5792,128,'2007-02-24 14:57:09','The gap','is around 45 seconds.'),(5793,128,'2007-02-24 15:02:08','Closing in','The peloton is driving hard and the gap is narrowing. The peloton is riding hard in single file. Up front O\'Grady is taking big pulls at the front.'),(5794,128,'2007-02-24 15:03:04','One lap to go','With one lap to go... the leaders are coming through the finish area and they have one more trip through the circuit to go.'),(5795,128,'2007-02-24 15:04:11','Oh the peloton','the peloton is through the finish line at 25 seconds.'),(5796,128,'2007-02-24 15:05:54','Disco dodges a bullet','The catch is about to happen... '),(5797,128,'2007-02-24 15:06:17','2.5km to go','The gap is less than 10 seconds.'),(5798,128,'2007-02-24 15:06:59','Stick a fork in the break',''),(5799,128,'2007-02-24 15:07:44','No we see the sprinters\' teams','lining up: T-Mobile, CSC and Credit Agricole.'),(5800,128,'2007-02-24 15:08:57','T-Mobile is in the front','Now Gerolsteiner is surging up along with HealthNet'),(5801,128,'2007-02-24 15:09:11','1km to go',''),(5802,128,'2007-02-24 15:11:00','With 500 meters to go','Three Gerolsteiner riders dive through the final turn. A big scramble... Robert Forster gets the lead out... and JJ. Haedo comes around.... and gets it! JJ. Haedo gets his second stage win of the Tour of California.

    1. JJ Haedo (Arg) CSC
    2. Greg Henderson (NZ) T-Mobile
    3. Paolo Bettini (I), Quick Step.'),(5803,128,'2007-02-24 15:13:05','Little or no change in GC','Levi Leipheimer holds the lead in the Tour of California, while Jens Voigt stays in the leaders jersey'),(5804,128,'2007-02-24 15:16:14','Okay folks','That\'s a wrap. We will be here for the final stage of the Tour of California, the Long Beach Circuit Race which begins at 1:00 p.m. Pacific Time on Sunday, February 25. Take care and \"see\" you tomorrow.'),(5805,0,'0000-00-00 00:00:00','',''),(5806,129,'2007-02-25 12:44:14','Good day and','welcome to VeloNews.com\'s Live Coverage of the seventh and final stage of the 2007 Amgen Tour of California, a 124.7km circuit race in Long Beach, California. Today\'s stage covers a 12km circuit along Shoreline drive in this, California\'s fifth-largest city.

    If you haven\'t heard yet, the big news from yesterday\'s stage was the bad turn of events for Discovery\'s George Hincapie. It turns out that early crash was more serious than anyone - including Hincapie - realized. At the end of the stage, Hincapie discovered that he had broken his arm in the wreck... that\'s after riding hard for 100 miles Saturday.

    We spoke with Discovery Director Johann Bruyneel this morning. He reports Hincapie went in for surgery this morning and it will be \"around six to eight weeks\" before the U.S. champion is ready to compete again. '),(5807,129,'2007-02-25 12:56:00','Lining up','The peloton is lining up at the start line today and we should see the start in about eight minutes. '),(5808,129,'2007-02-25 13:04:18','And they\'re off.','We\'ll see the peloton cover 10 laps of this circuit along Shoreline Drive in Long Beach, near the permanent home of the Queen Mary.'),(5809,129,'2007-02-25 13:06:53','We have an early attack','We have a group of four riders up front, but seven more chasing hard. This could be a fast day today, folks.'),(5810,129,'2007-02-25 13:10:56','Field regroups','There have already been several attacks, but the main field is remaining attentive and every one of them has been pulled back by the Discovery team.'),(5811,129,'2007-02-25 13:15:11','Another attack','The Slipstream team has sent riders off in each of these efforts.'),(5814,129,'2007-02-25 13:25:38','A small break','we have four riders - including HealthNet\'s Tim Johnson - are off the front by about 15 seconds. '),(5813,129,'2007-02-25 13:19:46','The pace remains high','There have been several attacks and we have now have a single HealthNet rider hanging off the front. We have nine laps to go.'),(5815,129,'2007-02-25 13:26:50','The group is growing','but the peloton is moving up fast. Slipstream\'s Danny Pate has bridged up to the group.'),(5816,129,'2007-02-25 13:35:00','A bit of a gap','The men off the front include Tim Johnson (USA) HealthNet
    Karl Menzies (Aus) HealthNet
    Adam Hansen (Aus) T-Mobile
    Danny Pate (USA) Slipstream
    Steven Cozza (USA) Slipstream
    Sean Sullivan (Aus) Toyota
    Benjamin Jacques-Maynes (USA) Priority Health

    They are now about 35 seconds ahead of the main field. '),(5817,129,'2007-02-25 13:37:41','New Time Check','The moto with the marker board gives the leaders an advantage of 1:20\r\n'),(5818,129,'2007-02-25 13:49:08','The men up front','Are cruising along and cooperating for the most part. That said, Bob Stapleton came up in the T-Mobile car and shouted instructions to Adam Hansen. Right after that, Hansen soft-pedaled a little, much to the chagrin of Danny Pate.'),(5819,129,'2007-02-25 13:53:34','Seven laps to go','We\'re averaging about 15 minutes a lap and we see a time gap of around 2:35'),(5820,129,'2007-02-25 13:57:19','Clouds are parting','While today\'s stage began under cloudy skies, it\'s clearing up and it looks like the Tour of California has skirted another rain day.'),(5821,129,'2007-02-25 13:59:39','Time gap','Is holding at 2:35. As a reminder, the men off the front are:
    Tim Johnson (USA) HealthNet
    Karl Menzies (Aus) HealthNet
    Adam Hansen (Aus) T-Mobile
    Danny Pate (USA) Slipstream
    Steven Cozza (USA) Slipstream
    Sean Sullivan (Aus) Toyota
    Benjamin Jacques-Maynes (USA) Priority Health

    '),(5822,129,'2007-02-25 14:03:55','2:45','The gap is edging up, but no panic in the peloton. While Pate is the biggest GC threat in the break, he started the day in 17th at 2:31. Sure, he\'s the virtual race leader, but Discovery isn\'t too concerened.'),(5823,129,'2007-02-25 14:07:01','Across the line','So the leaders have six laps to go. We\'ll get a time check here in a few.'),(5824,129,'2007-02-25 14:10:16','The peloton','crosses through the finish line at 2:55. There are six laps to go.'),(5825,129,'2007-02-25 14:17:45','Discovery','leading the chase. There are six Discovery riders are setting tempo at the front. Leipheimer, in yellow, is slotted into the sixth spot. The team is, of course, missing big George Hincapie, who had his broken arm operated on this morning.'),(5826,129,'2007-02-25 14:20:45','BMC lending a hand','Just as we posted our last entry, the BMC team has moved up to lend a hand in the chase.

    The team is, of course, the latest cycling venture of Phonak Hearing systems owner Andy Rihs. He also owns the Swiss cycling firm, BMC. He has hopes of bringing his new team back up to the ProTour level, a spot he vacated when he folded the Phonak team after the apparent positive dope test of Floyd Landis at the Tour de France.'),(5827,129,'2007-02-25 14:24:35','A little too much security','We just got a note from one of our photographers on the scene.

    \"Local cops are forbidding access to the course (inside barriers) to all photographers. One just threatened to arrest me for being on the course.\"

    Mmmmm.... someone should raise a question with the local promoters.'),(5828,129,'2007-02-25 14:26:58','With five laps to go','The peloton comes through at 2:50. The BMC effort is at least mitigating the impact of the break.'),(5829,129,'2007-02-25 14:36:18','The gap','is coming down a bit as more teams join in the effort. Right now it\'s 2:30.'),(5830,129,'2007-02-25 14:39:07','Johann Bruyneel.','Our man on the scene, Neal Rogers, spoke with Bruyneel before the start today.

    Johann Bruyneel: \"We’ve come into this race with high ambitions. We wanted to win. We came with a strong team, and we knew that we are considered as one of the favorites. It’s a difficult situation to be in. you know that no matter what, everyone assumes that the team will do the work, the team will pick up the responsibility. I’m very happy with the way the race went until now. It’s been very hard on the team. Levi was our designated leader, and he was strong on the days he had to be strong.\"

    There were three crucial days, the prologue, the stage into San Jose and the time trial, and he was there three times as one of the best or the best. The way the team has supported him was very impressive I think.

    VN: It didn’t come without a cost, though?

    JB: You have to make choices. Allan, for example, had to pull one day, and he’s definitely not used to that kind of work, but that’s a choice we had to make. Okay, he couldn’t make it to the time cut, but he did his job during that stage, and that was what we needed from him. [Stage 6] was a very hard stage for the team, especially because we had a crash with Tony and George. But the way they fought back, especially George with a broken arm, it was heroic. I think it shows it’s a good sign how the dynamics of the team are. Levi is the leader, but we have George, who is killing himself, we have Ivan, who has been on the front every single day. I don’t think that happens on a lot of teams. I’m very happy to see that. We made a lot of changes over the winter, and if you see how the team comes together and how they work for each other, it’s something that I am proud of, to see the team work this week.'),(5831,129,'2007-02-25 14:42:50','With four laps to go','The men in the break have an advantage of 2:10.'),(5832,129,'2007-02-25 14:45:41','Now Rabobank','is lending a hand in the chase. The odds are not good for the men in the break.'),(5833,129,'2007-02-25 14:56:26','The leaders','are coming to the finish area. We now have three laps to go.'),(5834,129,'2007-02-25 14:59:17','The gap','The peloton comes through the finish area, at 1:52. The chase is one and Disco doesn\'t even have to chase. It looks as though the Discovery chase eased up as the \"virtual\" race lead of Danny Pate evaporated.'),(5835,129,'2007-02-25 15:07:19','The advantage','is starting to drop. The seven men up front are beginning to show signs of fatigue. The gap is down to 1:25'),(5836,129,'2007-02-25 15:13:28','Two laps to go','Two laps to go... about 26km remaining. We should get a time check as the peloton begins the lap.... and it\'s 55 seconds. Ouch.'),(5837,129,'2007-02-25 15:14:33','Credit Agricole','Rabobank and BMC are doing the bulk of the work '),(5838,129,'2007-02-25 15:20:21','Johnson looks spent','The men in the break are looking tired as the peloton is closing in with just 1.5 laps to go.'),(5839,129,'2007-02-25 15:22:09','In sight','The men in the break are just ahead of the main field and we\'re going to see a number of teams lining up to set up their sprinters.'),(5840,129,'2007-02-25 15:25:41','The catch is likely','The gap is now down to 40 seconds'),(5841,129,'2007-02-25 15:28:04','Ding! Ding! Ding!','The leaders have one lap to go and the peloton is coming through at 35 or 40 seconds.'),(5842,129,'2007-02-25 15:28:46','The gap','is just 34 seconds.'),(5843,129,'2007-02-25 15:32:20','The leaders have about 9km to go','The effort of the last few hours may have been for nothing. The peloton is flying... and these boys up front look tired.'),(5844,129,'2007-02-25 15:34:06','Here they come','The peloton is coming up and Menzies is trying to get away on his own.'),(5845,129,'2007-02-25 15:34:52','The lead group is coming apart','Menzies is trying his luck and Danny Pate is hoping to bridge up.'),(5846,129,'2007-02-25 15:36:28','Hansen','Has joined Menzies at the front. The rest of the escapees are being swept up.'),(5847,129,'2007-02-25 15:37:55','CSC','is driving hard. It looks like the team expects another Haedo win. But first they have to catch Menzies and Hansen.... which is about to happen.'),(5848,129,'2007-02-25 15:38:46','Menzies on his own','He\'s drilling it.... but he can\'t do it.... can he?'),(5849,129,'2007-02-25 15:39:06','Nope','Caught. It\'s a CSC train up front.'),(5850,129,'2007-02-25 15:39:53','Hushovd and','the Credit Ag\'s are moving up, but it\'s still all CSC up front.'),(5851,129,'2007-02-25 15:40:49','Lotto','Predictor Lotto is moving up and the team of Fred Rodriquez is in the mix.'),(5852,129,'2007-02-25 15:41:28','Within the GC neutral zone','Levi Leipheimer has won the Tour, now lets see who wins the stage.'),(5853,129,'2007-02-25 15:42:32','Here comes the showdown folks','One kilometer to go... CSC still up front.'),(5854,129,'2007-02-25 15:44:06','Rabobank charges','and it looks like Haedo may be boxed in..... and it looks like Toyota\'s Dominguez!'),(5855,129,'2007-02-25 15:46:05','Ivan Dominguez (Cub), Toyota United','Wins the stage. He played that perfectly. He beats Graeme Brown (Rabobank) and Gerald Ciolek (T-Mobile)'),(5856,129,'2007-02-25 15:49:10','','1. Ivan Dominguez (Cub), Toyota United
    \r\n2. Graeme Brown (NZ) Rabobank
    \r\n3. Gerald Ciolek (G) T-Mobile
    \r\n4. Luca Paolini (I) Liquigas
    \r\n5. Robert Forster (G) Gerolsteiner
    \r\n6. Thor Hushovd (N) Credit Agricole
    '),(5857,129,'2007-02-25 15:58:19','Bob Roll chats up Levi','. . . who says this win is one of the most satisfying of his career. '),(5858,129,'2007-02-25 16:03:36','We\'ve just posted a photo of the finish','Man, that was a mad dash to the line.'),(5859,129,'2007-02-25 16:08:09','Th-th-that\'s all, folks','It\'s been one heck of a race, from the prologue in San Francisco to the pursuit in Long Beach, and we\'ve enjoyed every minute of it. Hope you have, too. Stay tuned for a complete race report from John Wilcockson and Neal Rogers, photos from Graham Watson and Casey Gibson, and complete results.'),(5860,132,'2007-02-27 10:57:20','Race starts in 4 months!','Stay tuned for live updates during the race...'),(5861,0,'0000-00-00 00:00:00','',''),(5862,134,'2007-03-12 13:07:57','Good day and welcome','to VeloNews.com\'s Live Coverage of the first stage of Paris-Nice, the race to the sun.

    This time last week, folks, we weren\'t even sure this race was going to happen... at least as a ProTour event. After the UCI and ASO, the promoter, agreed to terms - and sacrificed the Unibet team to the god of ongoing legal disputes - it all seems in order, for now.

    Today\'s stage covers a flat, flat, flat 186 kilometers from Cloyes-sur-le-Loir to Buzançais, which barring some unforeseen event, should result in a field sprint with riders like Tom Boonen and others with a strong final kick.

    Take a look at today\'s Start\r\nList and see who you might favor to win today\'s stage. Drop us a line at Rosters@InsideInc.com and we will randomly pick a winner from those of your who submit the correct answer and we\'ll send you aRed Zinger/Coors Classic DVD. Be sure to include the name of your pick in the subject line, which will make our jobs a little easier when things are frantic at the end of the stage.'),(5863,134,'2007-03-12 13:12:15','Underway','The race is now at the 22km mark. We already have a small break underway, with Herve Duclos-Lassalle (Cofidis), Romain Feillu (Agritubel), Christophe Laurent (Credit Agricole) and Ivan Velasco (Euskatel) launching an early attack and quickly gaining an advantage. The four have an advantage of 6:15, a gap the peloton seems happy to let them have.\r\n'),(5864,134,'2007-03-12 13:23:00','The gap','The four gents off the front are now more than 7:30 ahead of the field.

    Our guy on the road today, VeloNews Euro\' correspondent Andy Hood, says conditions are ideal for bike racing, with temperatures around 57 with slight winds at around 6kph from the southeast, making it a very slight headwind today.'),(5865,134,'2007-03-12 13:29:02','The gap','Man, they are letting these guys get pretty far up the road. The four men in the lead - Herve Duclos-Lassalle (Cofidis), Romain Feillu (Agritubel), Christophe Laurent (Credit Agricole) and Ivan Velasco (Euskatel) - are 10:00 ahead of the field at the 29km mark. We\'re quite certain that the leash will snap at some point soon.

    If you get a chance, take a look at Andy Hood\'s story about yesterday\'s prologue time trial in which David Millar took the win. '),(5866,134,'2007-03-12 13:38:01','The escapees','appear to have reached their limit. As the gap topped 10 minutes, the peloton picked up the pace and now at 39km, the gap has been trimmed to 9:15.'),(5867,134,'2007-03-12 13:50:13','Holding','The four men in front are still holding a lead in the nine-minute range. We wouldn\'t put next month\'s rent on a wager (perhaps via Unibet.com) on these fellows\' chances of success, but you never know. Stranger things have happened.'),(5868,134,'2007-03-12 14:08:15','Still out on the flats','The four leaders have bumped their advantage to 10:30, and the pace is actually pretty zippy, with the racing having covered 41.5km over the first hour.'),(5869,134,'2007-03-12 14:26:03','At 70km','The four leaders have hit the 70km mark with an advantage of 9:30. It looks like the peloton is monitoring the gap and will likely give a serious chase as the finish approaches.'),(5870,134,'2007-03-12 14:36:08','Saul Raisin','While we were out at the Tour of California last month, we had the real pleasure of having dinner with Crédit Agricole\'s Saul Raisin, the 24-year-old American who had an all-too-close brush with death last year after he had a horrible accident at the Circuit de la Sarthe.

    Remarkably, he is back on his bike and riding quite well. He was out in California to test his legs and to raise awareness for those suffering with the consequences of a major brain injury.

    For those of us who\'ve worked in various aspects of journalism for a couple of decades, one tends to form a rather hard shell... a veneer that some might even refer to as cynicism, although we prefer to call it hardened skepticism. That said, sitting down with this young man is truly an inspiration and we asked if he would be willing to share his experiences with our readers. We are pleased to have just posted the first of what we hope to be many diary submissions from Saul Raisin'),(5871,134,'2007-03-12 14:41:00','Coming up on the day\'s first sprint','Our four leaders are heading to the day\'s first intermediate sprint, at Contres (83km). That will be followed by the feedzone at 93.5km and a Category 3 climb at 103.5km. It\'s not a big climb, though, and shouldn\'t interfere with this quartet\'s progress, although the remaining 83km to the finish won\'t be easy for these guys as the peloton ramps it up as the sprinters\' teams start smelling blood. We\'d be willing to wager that the four leaders might make it as far as the day\'s second sprint at the outskirts of Buzancais (169km), but won\'t make it through the day\'s finishing circuit in the same town to survive to the finish at 186km.'),(5872,134,'2007-03-12 14:45:00','Sprint Results','Results-Sprint at Contres
    1. Romain Feillu (Agritubel) 3 points
    2. Ivan Velasco (Euskaltel) 2 points
    3. Herve Duclos-Lassalle (Cofidis) 1 point '),(5873,134,'2007-03-12 14:50:31','Speeds','The race is still ticking along at about 41kph.'),(5874,134,'2007-03-12 15:02:52','Contest Reminder','Here\'s a reminder for those of you who want to do a bit of prognosticating. Take a look at today\'s Start\r\nList and see who you might favor to win today\'s stage. Drop us a line at Rosters@InsideInc.com and we will randomly pick a winner from those of your who submit the correct answer and we\'ll send you aRed Zinger/Coors Classic DVD. Be sure to include the name of your pick in the subject line, which will make our jobs a little easier when things are frantic at the end of the stage.'),(5875,134,'2007-03-12 15:12:20','On the \"climb\"','Our four leaders are on their way up the day\'s Cat. 3 climb. The gap is holding at around 9:00 and it doesn\'t look like the quartet is likely to put any more time on the main field.'),(5876,134,'2007-03-12 15:16:23','The man in yellow','David Millar (Saunier Duval) is riding comfortably in the main field today. He\'s told reporters that he really is a man on a mission, hoping to use his own doping suspension as a way to fight the drug problem in cycling.

    \"I want to be an example to young people,\" he said after winning the prologue yesterday. \"I want to talk to them so they know they don\'t need syringes to win. There is so much work to do in cycling at all levels, and not just getting rid of doping.\"\r\n'),(5877,134,'2007-03-12 15:22:19','Lampre and Saunier Duval','are leading the chase and the gap is coming down, now at just 8:30.'),(5878,134,'2007-03-12 15:29:26','The chase','With about 65km remaining, the gap is down to 7:15.'),(5879,134,'2007-03-12 15:37:13','The gap','The gap is now less than 6:30, with 61km to go. It\'s Saunier Duval and Lampre up front. Interestingly, the Quick Step crew is taking it easy at the back of the field.

    The Saunier Duval team is, of course, working to preserve Millar\'s hold on the yellow jersey and the Lampres all have confidence in the ability of Daniele Bennati to take the win today.'),(5880,134,'2007-03-12 15:42:34','This gap is shrinking','With 57km to go, the gap is now down to 5:45. It\'s looking certain that we\'ll see a field sprint today.'),(5881,134,'2007-03-12 15:48:00','The chase','It\'s still going fast, with Saunier Duval and Lampre sharing the load at the front. With 51km to go, the four leaders - Herve Duclos-Lassalle (Cofidis), Romain Feillu (Agritubel), Christophe Laurent (Credit Agricole) and Ivan Velasco (Euskatel) - are 4:48 ahead of the field.'),(5882,134,'2007-03-12 15:58:00','With 45km remaining','The gap is 4:15. The Lampres are really putting in a big effort. Is that going to really help Bennati\'s chances if his team puts in the big pull at this point in the race? Boonen and his Quick Steps are sitting pretty in the main field. If bike racing is a sport about expending energy wisely, it looks like the former world champ\' may be playing his cards correctly today.'),(5883,134,'2007-03-12 16:05:15','The head of the peloton','Millar\'s Saunier Duval boys have eased off of the chase, leaving just one rider up front. Boonen, meanwhile, has sent up a couple of his teammates up front to lend a hand, but it still looks like the bulk of the work is being put in by Lampre.'),(5884,134,'2007-03-12 16:16:05','Puerto','As you have undoubtedly heard by now, the Spanish judge in charge of the Operacion Puerto case has formally ended the investigation, noting that no one appears to have violated Spanish law, as it existed at the time of Manolo Saiz\'s arrest.

    It\'s important to remember, however, that the UCI, WADA and various national federations might still pursue the case, if it turns out that current or former riders are connected to the infamous Doctor Fuentes by DNA tests. Recall that police seized more than 200 bags of blood and those are still being held for sports-related investigations, although at this point, no criminal case will be pursued.

    The great Eddy Merckx offered a keen observation this morning. \"Doping has to be fought, cheats must be unmasked, abuse should be punished but all this should remain human,\" Merckx told L\'Equipe. '),(5885,134,'2007-03-12 16:16:52','The gap','With about 36km to go, the gap is down to 3:30.'),(5886,134,'2007-03-12 16:21:51','Millar\'s Saunier Duval team','has moved a couple more of its riders up to the front of the peloton. The gap is now at 3:15, with 31km to go.'),(5887,134,'2007-03-12 16:23:04','Contest reminder','Here\'s a reminder for those of you who want to do a bit of prognosticating. Take a look at today\'s Start\r\nList and see who you might favor to win today\'s stage. Drop us a line at Rosters@InsideInc.com and we will randomly pick a winner from those of your who submit the correct answer and we\'ll send you aRed Zinger/Coors Classic DVD. Be sure to include the name of your pick in the subject line, which will make our jobs a little easier when things are frantic at the end of the stage.'),(5888,134,'2007-03-12 16:28:54','Ain\'t technology wonderful?','Ove the years of doing Live Updates here at VeloNews, we\'ve gone back-and-forth over whether to present our live updates with the most recent first... or the most recent last. If we go one way, we usually annoy about half of our readers. If we go the other way, we annoy the other half. We learned a long time ago that you can\'t please all of the people all of the time, so we\'ve left the choice up to you! Take a look at the upper right hand corner of the live update page. You can set it up to make it the way you like it. We\'re not sure if we\'ve made all of you happy, but we\'re sure happy!'),(5889,134,'2007-03-12 16:29:33','The chase','With 26km to go, the leaders are just 2:33 ahead of the field. Any bets?'),(5890,134,'2007-03-12 16:32:39','With 24km','remaining in today\'s stage, the leaders are heading to the day\'s second sprint. Are the valuable seconds of bonus time driving the Saunier Duval team? Millar may want to add a bit of a buffer to his lead today.'),(5891,134,'2007-03-12 16:39:08','With 2km to go to the sprint','It doesn\'t look like our escapees will be caught before that. The gap is around 1:50.\r\n'),(5892,134,'2007-03-12 16:44:09','Duclos-Lassalle','Herve Duclos-Lassalle takes the sprint in Buzancais, beating Laurent and Feillu. The leaders are now 15km from the finish.'),(5893,134,'2007-03-12 16:47:03','The escapees','are in sight. The leaders are 2:04 ahead of the main field, but on these long, straight roads the four can be seen by the peloton.'),(5894,134,'2007-03-12 16:47:20','Make that','1:50.'),(5895,134,'2007-03-12 16:49:25','Duclos-Lassalle','doesn\'t want to give up. He just shouted \"Allez! at his breakaway companions... with just 12km to go, a strong group could pull it off, but dang, these guys have been out there for 170km or so.'),(5896,134,'2007-03-12 16:50:54','With 10km to go','The teams are massing at the front of the peloton.'),(5897,134,'2007-03-12 16:51:43','The gap is at 1:20','With 9km to go... and the Milram team is powering at the front.'),(5898,134,'2007-03-12 16:52:47','With 8km to go','The gap is 1:10.'),(5899,134,'2007-03-12 16:53:39','No more contest entries','We\'re in the final kilometers, so we\'re no longer accepting entries. Good luck to those of you who\'ve already entered.'),(5900,134,'2007-03-12 16:54:32','Duclos-Lassalle','Attacks hard with 7km to go. He wants a win. If he pulls it off, it will be his first win as a pro.'),(5901,134,'2007-03-12 16:55:34','He\'s holding a tiny lead','With 6km to go, the gap back to chasers is about 6 seconds and 45 back to the main field.'),(5902,134,'2007-03-12 16:56:10','If you\'re a romantic','Duclos-Lassalle will pull this off, but if you\'re a realist, he\'ll be caught about 50 meters from the line.'),(5903,134,'2007-03-12 16:58:28','Duclos-Lassalle','has been caught by the three men chasing him. Behind, Lampre, QuickStep, Milram and Astana are driving hard. The gap is 25 seconds, with 4km to go.'),(5904,134,'2007-03-12 16:59:38','The peloton is','just flying, but these guys are holding their own.'),(5905,134,'2007-03-12 17:00:22','Caught!','The break is caught as the race heads into the final three kilometers.'),(5906,134,'2007-03-12 17:00:55','With two km to go','The QuickStep team is driving hard at the front, maintaining complete control over the main field.'),(5907,134,'2007-03-12 17:01:21','QuickStep in control','in the final kilometer.'),(5908,134,'2007-03-12 17:01:59','Boonen',' is trailing in a bad spot.'),(5909,134,'2007-03-12 17:03:24','500 meters to go','Boonen is coming back up.... Jean-Patrick Nazon (Ag2r) is charging to the line and he takes the win. '),(5910,134,'2007-03-12 17:06:35','Nazon','Jean-Patrick Nazon beats Milram\'s Sebastian Siedler. It looks like Boonen lost a lot of distance as the peloton came through a nearly 180-degree turn within the final kilometer.'),(5911,134,'2007-03-12 17:07:00','Millar','It looks like Millar will hold on to his lead for another day'),(5912,135,'2007-03-13 13:12:46','Good day...','and welcome to VeloNews.com\'s Live Coverage of the second stage of Paris Nice, the \"Race to the Sun,\" covering 177 kilometers from Vatan to Limoges.

    Today\'s route begins with about 60km of relatively flat roads, before entering a long strech of rolling terrain, with which many riders are familiar because they are often used in the Tour du Limousin. As the ride approaches Limoges, the roads will be narrow and there are a number of dicey turns near the finish, so position will be key, today, especially since this route features a nice uphill kick to the finish.\r\n\r\n'),(5913,135,'2007-03-13 13:16:02','We\'re just about','50 minutes into today\'s stage. There have been a few attacks, most notably a big 17-man break, but none have really managed to hold. The pace is quite high, at more than 50kph, so we\'re well ahead of schedule at this point of the day.'),(5914,135,'2007-03-13 13:19:05','Today\'s weather','There\'s a bit of a chill in the air today, but conditions are really quite nice for bike racing. Here at the finish in Limoges, the temperature us currently about 45 (F), but it is expected to hit just around 60. Winds here - and out on the route - are quite moderate, at around 5kph from the east-north-east.'),(5915,135,'2007-03-13 13:22:00','Contest Reminder','Here\'s a reminder for those of you who want to do a bit of prognosticating. Take a look at today\'s Start\r\nList (or click on the results link on top) and see who you might favor to win today\'s stage. Drop us a line at Rosters@InsideInc.com and we will randomly pick a winner from those of your who submit the correct answer and we\'ll send you aRed Zinger/Coors Classic DVD. Be sure to include the name of your pick in the subject line, which will make our jobs a little easier when things are frantic at the end of the stage.'),(5916,135,'2007-03-13 13:33:23','The pace','The peloton is really zipping along today, having covered 52.5 kilometers in the first full hour of racing.

    Cofidis\'s Stephane Auge, added three sprint points to his tally, as he beat Murilo Fischer (Liquigas) and Philippe Gilbert (Francaise des Jeux) to the line at Neullay-les-Bois, back at the 44km mark.

    Auge managed to get a gap and he\'s off on a break with the other two sprint winners and Thomas Voekler, the popular French rider with Bouygues Telecom. We\'ll try to get a time split here soon, although from the looks of it, the gap isn\'t all that great. '),(5917,135,'2007-03-13 13:34:37','Today\'s withdrawal','Vicente Reynes (Caisse d’Epargne) did not start today. He\'s apparently ill, suffering some form of urinary infection.'),(5918,135,'2007-03-13 13:35:40','Auge','is apparently eager for a win today. He was a factor in that earlier 17-man break we mentioned.'),(5919,135,'2007-03-13 13:36:43','The gap','Is a little bigger than we thought. The four men off the front now have a lead of about three minutes at the 62km mark.'),(5920,135,'2007-03-13 13:45:00','Limoges','This is one of the most interesting cities in Europe, folks. It\'s been around for more than 2000 years - a far cry from, say, Long Beach, where we were just a couple of weeks ago. Limoges was established as a Roman outpost - then called Augustoritum - in 10 B.C. and there are still remnants of that first settlement here. This is also where Richard the Lionhearted died in 1199 and was something of a hub of the 100 Years War in the 14th and 15th centuries. Things are a lot more calm these days, even though there are instances of occasional sniping between the UCI and ASO. Still nothing the guys in suits do to each other can compare to the mess Edward, the Black Prince, left when he attacked and occupied the town in 1370. Whether the weapon of choice is a sword or a gaggle of lawyers, those battles are being fought elsewhere. Today, Limoges will serve as a new front for the men who battle on bikes... at least as far as Paris-Nice is concerned. This is the first time in the history of the race that it will finish in Limoges.'),(5921,135,'2007-03-13 13:50:08','The gap has extended','to more than 6:00 at km 68. Auge and Co. are hoping that this route might favor an escape. Given that former World Champion Tom Boonen is complaining of having the crud, it could be that QuickStep won\'t be lending a hand in any chase efforts today. Let\'s watch for that as an indication of how he feels.

    Ahead there is another sprint mark at km 138 and, before that, three Category 3 climbs, separated by some noteworthy rolling terrain. The rated bumps in the road are the Cote du Grand Ris (at 84.5km), the climb up St. Sornin-Leulac (at 119km) and the Cote de Chateauponsac (at 131km).'),(5922,135,'2007-03-13 14:06:35','The leaders','are at 78km and have extended their lead to 6:45.'),(5923,135,'2007-03-13 14:12:06','On the climb','The leaders are on the slopes of the Cote du Grand Ris. We\'ll try to get a solid time check on the top... if the cell phones work.'),(5924,135,'2007-03-13 14:14:00','Up and over','Auge takes top points on the climb.'),(5925,135,'2007-03-13 14:21:00','It looks','like the time gap is holding around the seven-minute mark, as the peloton comes across the Cote du Grand Ris.'),(5926,135,'2007-03-13 14:27:00','Lunch','The pace eases slightly as the peloton cruises through the feedzone at 89km.'),(5927,135,'2007-03-13 14:33:43','As our leaders approach','the 100km mark, the latest time check gives them a slightly smaller advantage over the field than they had at the summit of the Cote du Grand Ris. Right now, the leaders enjoy a 5:10 advantage over the peloton.'),(5928,135,'2007-03-13 14:38:46','The chase is on','As the peloton hits 100km, the gap has been trimmed to 4:30. No bets from our corner regarding these fellas\' chances of success, but hey, what do we know? If you think they - or anyone else in the peloton - stands a chance of victory today, try your hand at prognosticatin\' and drop us a line at Rosters@InsideInc.com. We will randomly pick a winner from those of your who submit the correct answer and we\'ll send you a Red Zinger/Coors Classic DVD. Be sure to include the name of your pick in the subject line, which will make our jobs a little easier when things are frantic at the end of the stage.

    '),(5929,135,'2007-03-13 14:43:19','Why chase now?','As the chase continues, we\'d have to guess that the peloton is simply trying to control the gap and won\'t be pulling these four in until much later in the stage. In the meantime, if you have a comment, complaint or question, drop a line to our Live Update Guy and we\'ll try to answer a few as the day goes on.'),(5930,135,'2007-03-13 14:58:00','Auge takes the day\'s second climb, too','The Cofidis man may not get a stage win today, but he\'s on his way to getting the KOM jersey, as he takes the day\'s second climb, the Cat. 3 rise at St Sornin-Leulac (119km). Meanwhile, the gap has come down to about 3:15.'),(5931,135,'2007-03-13 15:07:14','Our impact on education','Mmmmm... we just got a letter from a young fellow, we will not name - for his own good:

    I would just like to thank you guys for doing this, it makes the morning go by quicker in high school. If possible i would like to send a shout out to The ISCorp junior cycling team based out of Southeastern WI. Were all hudled around our computers when we should be learning math, ohh well
    '),(5932,135,'2007-03-13 15:15:00','Here\'s a question of interest','Reader Anthony Accardi writes in to ask:
    Any idea what discovery had stuffed up their noses during the warm up for the prologue? Looked like little tubes of rolled cotton bandages but i cant figure out why.
    It is cotton, Anthony. Soaked in Eucalyptus, it\'s a nice way to open up the nasal passages during cold season.'),(5933,135,'2007-03-13 15:17:00','With 46km to go','the leaders have crested the day\'s final climb. Auge didn\'t get the points at the top, though. Liquigas\'s Fischer takes it, but it looks like Auge has the jersey today.
    Meanwhile, the gap has gone back up to 4:00.'),(5934,135,'2007-03-13 14:18:00','The gap is holding','at around 4:00 minutes. It looks like the peloton was just keeping the break within a workable distance.

    Meanwhile we heard from a good friend, today. Many of you might recall the wonderful diaries we recieved from Iraq last year as Major Jason Bryan worked to maintain fitness by riding a beater mountainbike around the periphery of the base where he was stationed. We\'re happy to report that the good major is back home and is about to take delivery of a new Seven road bike.

    I have to tell you, I think Jonathon Vaughters is spot-on with his anti-doping concept. I read the article about Slipstream-Chipotle in VN this weekend. Keeping blood profiles and monitoring anomalies for the entire team is genius. I can see the accused (Landis, Hamilton, Basso, Ullrich, etc), fighting to get on that squad… seeking shelter from doping ambiguity.

    I love the argyle and can’t wait to see it on the podium. As a matter of fact, their jerseys should have a collar so I can go straight from my ride to the tee box.

    BTW, FedEx will deliver my bike TODAY!

    Jason

    Hey Major, that\'s a good idea. With a lot of wealthy CEO types riding bikes these days, they do say that cycling is the new golf, so the argyle fits right in.'),(5935,135,'2007-03-13 15:27:55','Voeckler','is going for the sprint. Auge has been dropped.'),(5936,135,'2007-03-13 15:30:00','The gap','Philippe Gilbert (Francaise des Jeux) takes the sprint.

    1. Philippe Gilbert (FDJ)
    2. Murilo Fischer (Liquigas)
    3. Thomas Voeckler (Bouygues Telecom)

    Auge was dropped, but he has rejoined with Murilo Fischer (Liquigas) and Thomas Voekler, (Bouygues Telecom).

    The gap back to the peloton is now 3:25. The chase is picking up.'),(5937,135,'2007-03-13 15:34:38','The chase','Lampre is hungry for a stage win and Saunier Duval is interested in preserving David Millar\'s hold on the yellow jersey. Those two teams have put in the biggest efforts today and the gap is now down to 3:10 with 34km to go.

    We\'re also seeing the Quick Step crew moving up to the front. Maybe Boonen is feeling a little better?'),(5938,135,'2007-03-13 15:39:00','With 30km remaining','The peloton is driving hard and the gap is down to 2:20. Lampre and Saunier Duval are still sharing the bulk of the work, although Quick Step has two guys up there, too, now.\r\n'),(5939,135,'2007-03-13 15:43:29','Rolling terrain','is taking its toll on the foursome up front. They are looking a bit on the spent side, while a frisky and well-rested peloton is cruising up quickly. With 28km remaining, the gap is now down to 2:00.'),(5940,135,'2007-03-13 15:47:01','With 25km to go','The gap is 1:35. It\'s not looking good for these boys.'),(5941,135,'2007-03-13 15:49:00','23.5km','The gap is down to 1:14. We should see the team cars out of the gap soon.'),(5942,135,'2007-03-13 15:54:24','The gap is shrinking','The leaders are 21km from the finish in Lemoges and they are 1:02 ahead of the peloton.'),(5943,135,'2007-03-13 15:59:39','The final 20km','The final 20km of this stage pose something of a problem for the pure sprinters, with narrow roads and rollers. That said, it\'s not an insurmountable problem. There may be a fight for position in the closing kilometers, because anyone out of the top-20 with two or three km to go won\'t have much a shot.

    With 19km to go, the team cars are now out of the gap, which is down to 50 seconds.'),(5944,135,'2007-03-13 16:02:00','17km to go','The leaders are within sight of the peloton.'),(5945,135,'2007-03-13 16:03:22','A correction','This is a note from a reader named David:

    Not be a nag... the history lesson was quite nice, but being the husband of a Ph.D. student in Medieval history makes me notice these things. His name was actually Richard the Lionheart, not Lionhearted, deriving from a legend that he removed the heart of a lion through his mouth. Just a quirky detail from the past no?\r\n
    Dave
    Thanks for the correction, Dave. Live Update Guy opted for law school, where you learn nothing of value.'),(5946,135,'2007-03-13 16:05:41','Auge','Aggressive all day, the Cofidis man has droped off the group. He\'ll have to settle for the climber\'s jersey today. Not a bad prize for the effort.'),(5947,135,'2007-03-13 16:06:26','With 13km','to go, Auge is out in no-man\'s-land at 25 seconds and the other three escapees are about 45 seconds ahead of the peloton.'),(5948,135,'2007-03-13 16:07:54','BOOM!','Gilbert has blown. Voeckler and Murilo Fischer (Liquigas) are ticking up the road.'),(5949,135,'2007-03-13 16:08:57','With Voeckler driving','hard at the front, the two men up front have edged their lead up to 55 seconds again. They have 11km remaining, as Lampre steps up the chase.'),(5950,135,'2007-03-13 16:11:20','With 10km to go','Auge and Gilbert are in the peloton, while our two leaders are really putting in a big effort. Voeckler is a stud. He never gives up.'),(5951,135,'2007-03-13 16:12:40','An attack out of the field','A Predictor-Lotto rider is trying to bridge... '),(5952,135,'2007-03-13 16:14:21','It was Jurgen Van Den Broeck','but he was caught. Voeckler and Fischer are 38 seconds up, with 7km to go.'),(5953,135,'2007-03-13 16:15:34','Quick Step','is driving the chase, big time, now. With 5km to go, the gap is 35 seconds. It\'s gonna be close folks.'),(5954,135,'2007-03-13 16:16:17','Yehaw!','Voeckler and Fischer are at 4km to go. The gap is 33 seconds.'),(5955,135,'2007-03-13 16:17:15','Ahead','The two guys off the front are coursing through a 1km descent and will have a 2.5km climb to the finish. If Voeckler holds it, he will be in yellow, but...'),(5956,135,'2007-03-13 16:17:41','2.5 km','to go, the gap is 31 seconds to go.'),(5957,135,'2007-03-13 16:18:18','WOW','Voeckler is driving hard! There are 2km to go and the gap is 27 seconds.'),(5958,135,'2007-03-13 16:18:45','The chase','is hard, though. Quick Step is pouring it on.'),(5959,135,'2007-03-13 16:19:12','No cooperation up front','Voeckler is attacking with 1km to go... 18 seconds.'),(5960,135,'2007-03-13 16:19:57','Ten seconds','and Voeckler is charging through the final kilometer. They are coming up fast!'),(5961,135,'2007-03-13 16:20:04','Caught!',''),(5962,135,'2007-03-13 16:20:31','Quick Step','is sending off De Jongh'),(5963,135,'2007-03-13 16:21:25','The peloton is shattered','and it looks like Liquigas\'s Franco Pellizotti is charging out of the lead group.'),(5964,135,'2007-03-13 16:22:10','It\'s','Franco Pellizotti who takes the stage into Lemoges. Nice, nice race.... well, unless you\'re Thomas Voeckler.'),(5965,135,'2007-03-13 16:24:54','Top three','1. Franco Pellizotti (Liquigas)
    2. Daniele Bennati (Lampre), at 0:01
    3. Luca Paolini (Liquigas), at 0:01
    It looks like Pellizotti, who started the day 7 seconds down on GC will grab the yellow jersey with the 10 seconds he earned for the stage win.'),(5966,136,'2007-03-14 13:24:01','Good day and welcome','to VeloNews.com\'s Live Coverage of Stage 3 of this year\'s \"Race to the Sun,\" Paris-Nice. Today\'s route is the longest of this year\'s race, covering 215.5 kilometers from Limoges to Maurs la Jolie.\r\n\r\nThis course starts with a long stretch of rolling terrain, punctuated by a Category 3 climb - the Côte de Saint-Hilaire-Bonneval - at 14.5 kilometers and then followed by two more at 48.5km - the Côte de la Grande Renaudie - and 59km - Côte de la Pouège. This opening stretch will provide an ideal opportunity for escapees, who might just stay away to day if they can hit the day\'s big hurdle, the 8.7km climb up the Côte du Fangas at km 173.5, with a healthy lead. They\'ll need it, because the day ends with a long - and sometimes steep - descent to the finish at Maurs la Jolie.\r\n'),(5967,136,'2007-03-14 13:36:25','Today\'s stage','got underway at 11:00 this morning and, as expected, the attacks began early. We now have a group of four men - Nicolas Vogondy (Agritubel), Alexandr Kolobnev (CSC) and Heinrich Hassler (Gerolsteiner) and Fabio Baldato (Lampre) - leading the peloton by about 9:30 as the peloton passes through the feedzone (km 99).

    The escape began quite early today - at km 2 - and the foursome bumped its lead up to 11 minutes at one point. '),(5968,136,'2007-03-14 13:42:00','Today\'s weather','remains quite nice, a fortunate contrast to past editions of Paris-Nice that have, on occasion, even featured snow. It\'s a bit cloudy out, but temperatures are in the high 50s (f) to low 60s and the winds are moderate.'),(5969,136,'2007-03-14 13:44:00','Today\'s contest','Here\'s a reminder for those of you who want to do a bit of prognosticating. Take a look at today\'s Start\r\nList (or click on the results link on top) and see who you might favor to win today\'s stage. Drop us a line at Rosters@InsideInc.com and we will randomly pick a winner from those of your who submit the correct answer and we\'ll send you a Red Zinger/Coors Classic DVD. Be sure to include the name of your pick in the subject line, which will make our jobs a little easier when things are frantic at the end of the stage.'),(5970,136,'2007-03-14 13:48:33','Time to chase','The chase is picking up and the Liquigas team of race leader Franco Pellizotti is already trimming the escapees\' lead. It\'s now down to 8:15 at the 115km mark. We\'ll monitor the effort and, again, would probably predict a catch... maybe not as heart-breaking as that experienced yesterday by Thomas Voeckler, with 500 meters to go.

    In the meantime, if you have a comment, complaint or question, drop a line to our Live Update Guy and we\'ll try to answer a few as the day goes on.'),(5971,136,'2007-03-14 13:55:46','Your photos','Just a reminder that we\'ve posted the latest VeloNews\r\nphoto contest on the site. Yup, it\'s a day or two later than usual,\r\nbut folks have been sending in quite a few submissions. Take a look. There\r\nare some terrific shots up there.'),(5972,136,'2007-03-14 13:57:23','With the green','Liquigas crew up front, the gap is coming down. The latest time check gives the escapees an advantage of 7:45 at km 120.'),(5973,136,'2007-03-14 14:09:16','A small issue','We received a letter from a reader who points out a problem he\'s encountered.

    I enjoy the option of reading top to bottom or bottom up. After I am caught up I prefer to read the most current on top so I tick the check box on top.

    Why does this box get unchecked every time the page refreshes? This is extremely frustrating and should be fixed.
    Thanks,
    Wally

    We agree Wally, and are looking into it. This is just a guess from an editor, but maybe your browser isn\'t accepting cookies. Again, that\'s just a guess, but we\'re looking into it.\r\n'),(5974,136,'2007-03-14 14:10:06','Yo-yo?','The time check at km 132 gives the leading four an advantage of 8:55.'),(5975,136,'2007-03-14 14:23:24','The KOM jersey','It looks like there\'s a good chance the Paris-Nice climber\'s jersey will change hands today. One of the men in the break - Heinrich Haussler (G), Gerolsteiner - has taken top points on each of the Category 3 climbs today, giving him a total of 12 KOM points. That compares to the 10 points currently held by the man back in the peloton wearing the KOM jersey, Stephane Auge (F), Cofidis. There is another climb ahead, the Category 2 Côte du Fangas, so Auge could conceivably make up the difference, assuming the break is caught and he handily beats Haussler on the climb. We\'re not betting on the scenario, though.'),(5976,136,'2007-03-14 14:26:41','With 73km remaining','the gap is coming down again. The four men in the lead - Nicolas Vogondy (Agritubel), Alexandr Kolobnev (CSC) and Heinrich Hassler (Gerolsteiner) and Fabio Baldato (Lampre) - are now 8:10 ahead of the peloton.'),(5977,136,'2007-03-14 14:38:58','A question','Reader Dale Long writes:
    Why do you believe the teams, at least early in stage races, allow breaks to get so far ahead, then have to burn lots of matches to effect the catch? Wouldn\'t it seem to save a little more juice to keep the gap a little shorter during the race, than having to burn up the last 30 k? I know in late stages, they let breaks that won\'t affect GC go, but why so much in the first days?
    You\'re right Dale. Sometimes the peloton does allow a break to get away, when it poses little or no threat on GC. There are a lot of factors at play. Early on in a stage race, GC tends to be much tighter for one thing. Sprinters\' teams, too, are more likely to power the chase, since those early stages usually offer some of the best opportunities for field finishes. As for the gap that the peloton allows, it\'s all part of the chess game, we\'d guess. Certainly, with a break out front, the peloton calms down a bit and that\'s actually easier on everyone in the main field. As you saw yesterday, the calculations are pretty good these days... reflecting one technological development we\'ve bemoaned for years: the advent of race radios. The old out-of-sight-out-of-mind principle no longer applies as a director can orchestrate a catch down to the last few kilometers. In our view, it sort of takes at least some of the excitement out of the sport. Don\'t get us started on GPS.'),(5978,136,'2007-03-14 14:40:00','With 58km','remaining the gap is down to 6:45. It looks like these guys will stay away at least long enough to give Haussler the KOM jersey.'),(5979,136,'2007-03-14 14:54:11','As the leaders','head on to the day\'s final climb, the gap continues to shrink. It\'s now less than 6:00 minutes. We\'re still predicting that they\'ll see the top of the Côte du Fangas forst, but it\'ll be only a matter of time before they\'re swept up by a Liquigas-led peloton. But that\'s only a guess. Let\'s see what happens.'),(5980,136,'2007-03-14 14:57:34','With 45km remaining','the gap is down to 5:20. Back in the peloton, we see most of the work being handled by Liquigas.'),(5981,136,'2007-03-14 14:58:35','Not a brutal climb,','the Côte du Fangas only averages 4.7%, but it lasts for upwards of 8.7km.'),(5982,136,'2007-03-14 15:02:10','Reinbert Wielinga','the Dutch rider on Saunier Duval has moved out of the main field, in an attempt to up the pace. He may not bridge to the leaders, but he\'s putting the hurt on some of the sprinters in the peloton, which is probably his plan.'),(5983,136,'2007-03-14 15:03:49','With 41km to go','The leaders are approaching the top of the climb and the gap has come down to 4:10. Wielinga has managed to stretch things out in the peloton, as the pure sprinters are popping off the back.'),(5984,136,'2007-03-14 15:04:59','','Here\'s a reminder for those of you who want to do a bit of prognosticating. Take a look at today\'s Start\r\nList (or click on the results link on top) and see who you might favor to win today\'s stage. Drop us a line at Rosters@InsideInc.com and we will randomly pick a winner from those of your who submit the correct answer and we\'ll send you a Red Zinger/Coors Classic DVD. Be sure to include the name of your pick in the subject line, which will make our jobs a little easier when things are frantic at the end of the stage. Remember we don\'t accept entries once the race has entered the final 10km.'),(5985,136,'2007-03-14 15:05:33','Haussler','nails the KOM and has a nice hold on the climber\'s jersey.'),(5986,136,'2007-03-14 15:07:00','The climb','is taking its toll on a few, including Credit Agricole\'s Pietro Caucchioli, who one would think is perfectly suited for a climb like this. He might be suffering from the crud that has been affecting riders these past few weeks.'),(5987,136,'2007-03-14 15:10:01','Wielinga','is about 25 seconds ahead of the main field and the break is another 3:40 ahead of him. After the summit, there is a bit more time on rolling terrain and then we\'ll see a long downhill to the finish.'),(5988,136,'2007-03-14 15:12:32','Through the sprint','The four leaders have passed through the sprint mark at 38km-to-go. Alexandr Kolobnev (CSC) took top points, but they weren\'t really competing for it. '),(5989,136,'2007-03-14 15:16:15','With 35km to go','The gap is now 3:30 and it\'s beginning to look like the leaders\' chances of success are evaporating quickly.'),(5990,136,'2007-03-14 15:17:46','Questions? Comments?','If you have a comment, complaint or question, drop a line to our Live Update Guy and we\'ll try to answer a few as the day goes on.

    Your questions did prompt us to look into some issues with our Live Update Window, so they\'re often helpful and always welcomed.'),(5991,136,'2007-03-14 15:18:39','The peloton is','now being led by a mixture of QuickStep and Liquigas riders, as the gap shrinks.'),(5992,136,'2007-03-14 15:20:04','With 31km to go','The gap is down to 3:10.'),(5993,136,'2007-03-14 15:23:03','3:00','With 29km to go, the gap is now down to 3:00.\r\n'),(5994,136,'2007-03-14 15:28:56','Through the rollers','The leaders are cookin\' down that long downhill stretch. The peloton is about to reach the end of the rolling section as well. The gap, with 25km remaining, is down to 2:20.'),(5995,136,'2007-03-14 15:31:09','With','25km to go, the leaders have a gap of 2:34.'),(5996,136,'2007-03-14 15:33:14','The peloton','comes through the 25km to go mark 2:22 behind the leaders.'),(5997,136,'2007-03-14 15:34:50','Mostly QuickStep','at the front, with Liquigas and Milram putting a few riders into the effort. The gap is coming down and is now at 2:10.'),(5998,136,'2007-03-14 15:36:56','Less than 2:00','The four men off the front are now 1:55 ahead of the field with 18km remaining.'),(5999,136,'2007-03-14 15:40:23','Fast','The peloton is zooming down the course and the gap continues to shrink. We spotted Wielinga - the man who earlier on scampered out of the field - now spinning out as he tries to hang on to the back of the peloton.'),(6000,136,'2007-03-14 15:41:58','With the leaders','16km from the finish, they are only 1:25 ahead of the main field.'),(6001,136,'2007-03-14 15:44:11','Quick Step','Is now sending a few guys back into the peloton in order to tow Tom Boonen up front. Maybe he\'s over his cold. Let\'s see how he does. It\'s quite likely to be a field sprint, as the leaders are now just 1:10 ahead of the field.'),(6002,136,'2007-03-14 15:46:29','Less than a minute','The four men off the front, who\'ve been out there for more than 200km now, are now just 40 seconds ahead of the field with 12km to go.'),(6003,136,'2007-03-14 15:47:45','Champing at the bit','The peloton can see the escapees and the sprinters\' teams are moving into position, with 11km to go.'),(6004,136,'2007-03-14 15:48:45','With 10km to go','Alexandr Kolobnev (CSC) has put the power on and is trying to get away from the other four men in the escape.'),(6005,136,'2007-03-14 15:50:34','The other three','are just about 10 seconds back and holding a tiny lead on the peloton. They are going to be caught soon, but Kolobnev is charging hard over a little rise in the terrain. Even if he doesn\'t make it, it\'s an impressive effort. '),(6006,136,'2007-03-14 15:52:40','With 7km to go','Nicolas Vogondy (Agritubel), Heinrich Hassler (Gerolsteiner) and Fabio Baldato (Lampre) are caught, while Alexandr Kolobnev (CSC) is still about 30 seconds ahead of the field... if that.'),(6007,136,'2007-03-14 15:53:57','With 5km to go','Alexandr Kolobnev (CSC) is trying hard to power his way to the finish. It\'s all downhill from here on out... can he do it?'),(6008,136,'2007-03-14 15:54:31','thirty seconds','Lampre and QuickStep are driving hard. '),(6009,136,'2007-03-14 15:55:10','Kolobnev','is 3.6km from the finish and holding a 28-second gap.'),(6010,136,'2007-03-14 15:56:02','With 2km to go','Kolobnev is holding a 20-second lead.'),(6011,136,'2007-03-14 15:56:47','Kolobnev','has 28 seconds with Astana charging'),(6012,136,'2007-03-14 15:57:01','1km to go!','He has 24 seconds'),(6013,136,'2007-03-14 15:57:26','He can see the finish','but there is a bit of a rise ahead.'),(6014,136,'2007-03-14 15:58:33','He gets the win!','213km on the attack! The peloton comes up fast but Kolobnev holds them off... as Boonen wins the field sprint. Indeed, it looks like he thought he won the stage. D\'oh!'),(6015,136,'2007-03-14 16:00:00','And that is why','headbangers make an attack that early in a stage. Every now and then, these things stick. What a beautiful effort.'),(6016,136,'2007-03-14 16:03:00','Top three','1. Alexandr Kolobnev (Rus), CSC\r\n
    2. Tom Boonen (B) Quick Step-Innergetic, at 0:12\r\n
    3. Daniele Bennati (I), Lampre

    And Franco Pellizotti (I) Liquigas maintains his hold on the overall standings, as prologue winner David Millar slips to third.'),(6017,136,'2007-03-14 16:05:56','Congratulations','to Tasso Varvarikos, who turned in one of only a small number of correct picks today. You will receive a Coors Classic DVD for being randomly chosen from the correct entries.

    Thanks for tuning in folks and thank you for making us aware of the \"refresh\" issue on the Live Update Window. We\'ll try to get that tweaked by tomorrow\'s stage.

    Th-th-th-th-that\'s all folks. See you tomorrow.'),(6018,137,'2007-03-15 12:38:00','Good day...','and welcome to VeloNews.com\'s Live Coverage of the fourth stage of Paris-Nice. Today\'s 169.5km route is one for the climbers, with no fewer than four Category 2 climbs and a touch Cat. 1 finisher to Mende.

    Today\'s climbs include the Cote de Quotidiane (at 9.5km), the Cote de Montsalvy (at 30kmt), the Cote de Biounac (at 76km) and the Cote de Chabrits (at 162 km). If those four Category 2\'s aren\'t enough to sort things out, the finishing climb up to Mende, designated as the Montee Laurent Jalabert, offers a tough Cat. 1 haul that should clear up the GC picture in the days ahead.'),(6019,137,'2007-03-15 12:44:00','The stage','has been underway for just about an hour now. As per usual, we\'ve seen several attacks, but nothing has really managed to get substantially established. The day\'s first climb - the Cote de Quotidiane - did break things apart, but the split didn\'t last.\r\n\r\nNow on the top of the Cote de Montsalvy a trio of riders - Sandy Casar (Francaise des Jeux), Amael Moinard (Cofidis) and Dmitry Muravyev (Astana) - crested ahead of the peloton, which hit the top just a few seconds back, led by KOM jersey holder Heinrich Haussler (Gerolsteiner) and Christian Vande Velde (CSC)... hey that\'s the first we\'ve seen from him.

    That reminds us. We\'ve received several e-mails asking about the relative positions of the Americans in the peloton over the past few days. We guarantee, folks, that you\'ll see a lot more from the strong American contingent today, on a route that favors climbers with the talents of Levi Leipheimer, Bobby Julich and Tom Danielson.'),(6020,137,'2007-03-15 12:49:15','The three','are about 1 minute ahead of the peloton, which is growing in size as riders dropped on the climb rejoin the field on the long descent off of the Cote de Montsalvy.'),(6021,137,'2007-03-15 12:50:46','Questions? Comments?','If you have a comment, complaint or question, drop a line to our Live Update Guy and we\'ll try to answer a few as the day goes on.'),(6022,137,'2007-03-15 12:51:42','Today\'s contest','Here\'s a reminder for those of you who want to do a bit of prognosticating. Take a look at today\'s Start\r\nList (or click on the results link on top) and see who you might favor to win today\'s stage. Drop us a line at Rosters@InsideInc.com and we will randomly pick a winner from those of your who submit the correct answer and we\'ll send you a Red Zinger/Coors Classic DVD. Be sure to include the name of your pick in the subject line, which will make our jobs a little easier when things are frantic at the end of the stage.'),(6023,137,'2007-03-15 13:01:57','On the long descent','the three men off the front are holding on to a relatively small lead as the race courses its way down to the valley below the Cote de Montsalvy. Ahead the day\'s first sprint at Espalion (70km), which hits right at the base of the day\'s third climb, the Cat. 2 \r\nCote de Biounac, which summits at 76km.'),(6024,137,'2007-03-15 13:03:33','Mende','is home to Credit Agricole\'s Christophe Laurent, the man who won the KOM jersey at the Tour of California last month. Maybe he\'ll be inspired to give that final climb an extra effort, eh?'),(6025,137,'2007-03-15 13:15:00','Crossing the valley','below the Cote de Montsalvy, the three leaders have upped their lead to 5:55 at km 55. The pace in the peloton has been such that virtually everyone dropped on the first two climbs has managed to rejoin. The only ones who have not are the three riders who have dropped out thus far today:

  • Massimiliano Mori (Lampre)
  • Angelo Furlan (Credit Agricole)
  • Benoit Vaugrenard (Francaise des Jeux)\r\n'),(6026,137,'2007-03-15 13:28:00','The gap','The three escapees are ticking along nicely and the peloton doesn\'t seem all that interested in giving chase. They are now at km 63 and the gap has bumped up to 9:45. Things will undoubtedly change, if not on the Cote de Biounac (76km), most certainly by the Cote de Chabrits (at 162) and the climb up to Mende.'),(6027,137,'2007-03-15 13:28:00','At the sprint','Casar comes through first, but the trio up front are not contesting the sprint at km 70. The are more intent on maintaining their momentum as they go up the Cat. 2 Cote de Biounac and hold the lead over the tough closer of today\'s stage. For the record, though, the results of the sprint at Espalion:
  • 1. Sandy Casar (Fraincaise des Jeux) \r\n
  • 2. Amael Moinard (Cofidis) \r\n
  • 3. Dmitry Muravyev (Astana)'),(6028,137,'2007-03-15 13:43:04','Contest Reminder','Here\'s a reminder for those of you who want to do a bit of prognosticating. Take a look at today\'s Start\r\nList (or click on the results link on top) and see who you might favor to win today\'s stage. Drop us a line at Rosters@InsideInc.com and we will randomly pick a winner from those of your who submit the correct answer and we\'ll send you a Red Zinger/Coors Classic DVD. Be sure to include the name of your pick in the subject line, which will make our jobs a little easier when things are frantic at the end of the stage.'),(6029,137,'2007-03-15 13:43:00','Up and over','the Cote de Biounard. Moinard was the first over the top, but again the trio up front have not been fighting for these interim spots along the route. Three guys working together have to cooperate. It\'s a small break, that probably stands a snowball\'s chance of success anyway and that would evaporate if they take each other on this early in the race. Of course, yesterday\'s winner, CSC\'s Alexandr Kolobnev, timed his move to perfection, charging off on his own just as the peloton swept up his three breakaway companions. It was a great win, wasn\'t it?'),(6030,137,'2007-03-15 14:01:00','What\'s in a name?','Today\'s final climb to the finish is variously described as the Côte de Mende and the Montée Laurent Jalabert, the latter has stuck since Jalabert won a Tour de France stage here in 1995. Indeed, it\'s now the official moniker of the climb to Mende\'s airport. Pretty cool, eh? So when does someone in Georgia rename Brasstown Bald something like Mount Danielson or something? Drop us a line with your suggestions for similar honors American bike geeks can bestow upon domestic heroes. Drop a line to our Live Update Guy with suggestions of local geography that might reflect the characteristics or accomplishments of your favorite rider and we\'ll post a few of them as today\'s stage works its way to the day\'s final two climbs. '),(6031,137,'2007-03-15 13:55:00','Boy','that climb took a toll. The peloton crested the climb just 7:20 behind the leaders.'),(6032,137,'2007-03-15 14:02:00','The gap','continues to shrink. The peloton hit the feedzone at 94.5km just 6:40 behind the leading trio.'),(6033,137,'2007-03-15 14:17:19','Racing in the Americas','U.S. racing fans got good news yesterday when organizers of two of the country\'s top events said that plans are on track. The Tour\r\nde Georgia, which appeared to be in peril just a couple of weeks ago, has cobbled together a list of sponsors to keep the race going for another year. Also, the new U.S. Open Cycling Championship appears ready to roll as well, despite the abrupt resignation of its executive director two weeks ago.'),(6034,137,'2007-03-15 14:34:34','It\'s a tough grind','to the finish. That final climb is a short 3.1km, but it features an average grade of 10.1 percent and sections that hit 12 percent. As we said, Jalabert won a stage here in the 1995 Tour and Marcos Serrano won here in the 2005 Tour, on a day when Cadel Evans outsprinted Lance Armstrong for something like fifth place, prompting the soon-to-be-seven-time-Tour-winner to ask, \"What was that for?\" to which Evans replied \"Mate, when I see a finish line, I sprint for it!\" '),(6035,137,'2007-03-15 14:35:49','Riis','Andrew Hood spoke with Bjarne Riis this morning about today\'s stage.

    \"I think it suits well for Frank (Schleck),\" Riis said. \"He did well in a similar climb at Valencia last month and he\'s only gotten stronger. Bobby should do well as well. We\'re not discounting anything.\" '),(6036,137,'2007-03-15 14:41:00','Discovery at the front','The men putting the effort into today\'s chase may be an indication of how Leipheimer is feeling about the finish. With 55km remaining, the gap has dropped to less than 6:00.'),(6037,137,'2007-03-15 14:46:14','Naming climbs','We\'ve received a few interesting suggestions for designating domestic climbs or other geographic features, some of which we can\'t post (although the suggestion for naming the town of Needles, California, in honor of a cyclist got a laugh here, sad and cynical that it is).'),(6038,137,'2007-03-15 14:48:09','With 50km to go','The gap continues to shrink. We see a mix of teams up front now and the gap is at 5:30, well off of the 11:00 minutes these guys had at one point.'),(6039,137,'2007-03-15 14:49:24','The peloton','is winding through the beautiful village of Estables. Man, it would be a terrific place to live.'),(6040,137,'2007-03-15 14:51:54','With 45km remaining','The gap is down to 5:15. '),(6041,137,'2007-03-15 14:56:26','The chase','The three men up front - Sandy Casar (Francaise des Jeux), Amael Moinard (Cofidis) and Dmitry Muravyev (Astana) - are just around 5:00 ahead of the field.'),(6042,137,'2007-03-15 14:59:41','The road ahead','The Cat. 2 Cote de Chabrits is coming up at 162km and will be quickly followed by the Cat. 1 climb up the Montee Laurent Jalabert. The chase is pretty intense at this point, but to their credit, the trio up front are holding on. With 38km remaining, the gap is around 4:45.'),(6043,137,'2007-03-15 15:02:43','Weather','It\'s so nice today, we almost forgot to mention the weather. It\'s a comfy 60+ degrees today and the winds are not much of a factor. It\'s a perfect day for a bike ride, folks.'),(6044,137,'2007-03-15 15:11:30','Discovery','is putting riders into the chase again. They have to be feeling good for Contador, or Leipheimer. Contador, though, he won on the Alto de Campello climb at Tour of Valencia last month, which is almost exactly the same as this climb - short but steep - and suits Contador\'s punchy style. Others to watch are Tadej Valjavec - he was good at Valencia, too - and so was Frank Schleck at CSC. One rider you can\'t forget is Pellizotti, who won a similar stage at the Giro last year. '),(6045,137,'2007-03-15 15:13:48','And almost on cue','Liquigas moves to the front, along with Caisse d\'Epargne, and the chase is not bringing things back as quickly as some might hope. With 28km to go, the gap is around 3:45.'),(6046,137,'2007-03-15 15:20:05','With 24km to go,','the gap is now down to about 3:00, with Liquigas and Disco driving hard at the front.'),(6047,137,'2007-03-15 15:26:20','20km','to go and the gap is now 2:30.'),(6048,137,'2007-03-15 15:29:36','The chase is','going hard. One rider we\'ve spotted near the front is prologue winner David Millar. It\'s not outside of the realm of possibility that we could see the Saunier Duval man pull off a win. He\'s a real talent and that climb could suit him.'),(6049,137,'2007-03-15 13:31:00','Approaching the penultimate','climb. The three leaders are about four km from the Cote de Chabrits. Once they make it over that, it\'s going to be a four km approach to the final Cat. 1 climb up the Montee Laurent Jalabert. The gap is down to 2:00.'),(6050,137,'2007-03-15 15:33:37','With 13km remaining','The leaders are about 2km from the base of the climb and the gap is down to 1:45. Man, the peloton is moving fast.'),(6051,137,'2007-03-15 15:35:20','Discovery','as the road tips upward, the Discovery team is driving hard at the front of the peloton, hoping to split things up on the Cat. 2 Cote de Chabrits '),(6052,137,'2007-03-15 15:37:28','The incredible shrinking','peloton. The pace is high and the Disco effort is shelling riders off the back of the field and they haven\'t even reached the base of the climb.'),(6053,137,'2007-03-15 15:41:58','The gap is','less than 1:00, so we are going to see these boys caught. Meanwhile, the Discovery team effort is taking its toll on the field. We see Haussler - the KOM - fading off the back.

    We\'re switching servers folks, so if you could click here, the page will refresh onto our main server. Sorry for the confusion, but we were doing a bit of maintenance this a.m.'),(6054,137,'2007-03-15 15:43:50','Over the Cote de Chabrits','Casar and Moinard crest the climb, but they\'ve lost Muravyev. Meanwhile the peloton is only 35 seconds behind.'),(6055,137,'2007-03-15 15:44:34','Muravyev','is caught.... and passed.'),(6056,137,'2007-03-15 15:45:37','The peloton','is over the top and charging after the remaining two leaders, who are 7.5km from the finish.'),(6057,137,'2007-03-15 15:48:28','The two leaders','are heading to the base of the climb. It kicks in with a 12-percent grade.'),(6058,137,'2007-03-15 15:49:12','Climbing','The peloton hits the climb about 40 seconds behind the two leaders.'),(6059,137,'2007-03-15 15:51:29','Zooooom','The attacks are going on like crazy out of the field. The two leaders are holding on, but barely. They are about to be caught. \r\n'),(6060,137,'2007-03-15 15:52:43','Caught','But there is not much distance left. There are about 20 riders left. Lampre\'s Vila Errandonea Patxi charges.'),(6061,137,'2007-03-15 15:53:30','','Vila Errandonea has been joined by Contador'),(6062,137,'2007-03-15 15:54:05','Rebellin and Schleck','have come up now, too. We have four men up front.'),(6063,137,'2007-03-15 15:55:46','Franco Pellizotti','has popped. He\'s off the back. Meanwhile, Contador is charging off the front as he hits the final kilometer.'),(6064,137,'2007-03-15 15:56:51','Contador is alone','He\'s got a nice little gap on Rebellin, as the slope eases off a bit.'),(6065,137,'2007-03-15 15:58:01','Contador','is closing in on the finish, but Rebellin is chasing hard as the slope drops to 5 percent.'),(6066,137,'2007-03-15 15:58:51','Sprint!','Rebellin is fighting hard... but Contador takes it, about two seconds ahead of the Gerolsteiner man.'),(6067,137,'2007-03-15 16:00:04','Franco Pellizotti','crosses the line behind a gaggle of climbers, and loses about 40 seconds. It looks like Davide Rebellin will take over the leader\'s jersey today.'),(6068,137,'2007-03-15 16:04:49','Top five','1. Alberto Contador (Sp), Discovery Channel, 4:07:26
    \r\n2. Davide Rebellin (I), Gerolsteiner, at 0:02
    \r\n3. David Lopez Garcia (Sp), Caisse d’Epargne, at 0:12 secs
    \r\n4. Cadel Evans (Aus), Predictor-Lotto, at 0:12
    \r\n5. Tadej Valjavec (Slo), Lampre, at 0:17
    '),(6069,137,'2007-03-15 16:07:42','Today\'s contest','Was won by Paul Hietala (who appears to have been checking in from work). Congratulations Paul... and we won\'t tell. Drop us a line and we\'ll arrange to get you a Red Zinger/Coors Classic DVD. '),(6070,137,'2007-03-15 16:09:09','Top ten on GC','1. Davide Rebellin (I), Gerolsteiner
    \r\n2. Alberto Contador (Sp), Discovery Channel, 00:06
    \r\n3. Tadej Valjavec (SLO), Lampre, 00:23
    \r\n4. Franco Pellizotti (I), Liquigas, 00:31
    \r\n5. Sébastien Joly (F), Francaise des Jeux, 00:32
    \r\n6. Cadel Evans (Aus), Predictor-Lotto, 00:35
    \r\n7. David Millar (GB), Saunier Duval, 00:42
    \r\n8. Frank Schleck (Lux), CSC, 00:42
    \r\n9. David Lopez Garcia (Sp), Caisse d\'Epargne, 00:43
    \r\n10. Samuel Sanchez (Sp), Euskaltel-Euskadi, 00:46
    \r\n'),(6071,137,'2007-03-15 16:11:45','Well that\'s a wrap','folks. Thanks for checking in and we\'ll see you tomorrow.'),(6072,140,'2007-03-16 13:05:36','Good day...','and welcome to VeloNews.com\'s Live Coverage of the fifth stage of Paris-Nice, a hilly jaunt into Provence, one of France\'s most beautiful regions.

    Today\'s stage finishes in the town of Manosque, the first time since 1973 Paris-Nice has had a stage finish here. The stage covers some rolling terrain and includes four rated climbs

  • The Category 2 - Col de Murs (at km34)
  • The Cat. 2 Cote des Agnels (at km68.5)
  • The Cat.3 Cote de Montfuron (at km124)
  • The Cat. 3 Col de laMort d\'Imbert (at km145.5).'),(6073,140,'2007-03-16 13:08:00','Weird start today','Initially scheduled to begin shortly before noon, the race was delayed by a road accident up ahead on the route. That resulted in a 30 minute delay, but things have been rolling for about half-an-hour and the race kicked off at 12:30.

    We saw a 13-man group put the hammer down early on and that group has just hit the 20km mark with an advantage of about 50 seconds. That hroup includes
    Johan Van Summeren (Predictor-Lotto)

  • Murilo Fischer (Liquigas).
  • Ruben Perez (Euskaltel)
  • David Zabriskie (CSC)
  • Yaroslav Popovych (Discovery Channel)
  • Koos Moerenhout (Rabobank)
  • Bert Grabsch (T-Mobile)
  • Jurgen Van de Walle (Quick Step)
  • Hubert Dupont (AG2R)
  • Markus Zberg (Geroslteiner)
  • Nicolas Jalabert (Agritubel)
  • Igor Abakoumov (Astana)'),(6074,140,'2007-03-16 13:12:52','Contest Reminder','Here\'s a reminder for those of you who want to do a bit of prognosticating. Take a look at today\'s Start\r\nList (or click on the results link on top) and see who you might favor to win today\'s stage. Drop us a line at Rosters@InsideInc.com and we will randomly pick a winner from those of your who submit the correct answer and we\'ll send you a Red Zinger/Coors Classic DVD. Be sure to include the name of your pick in the subject line, which will make our jobs a little easier when things are frantic at the end of the stage.'),(6075,140,'2007-03-16 13:13:45','Questions? Comments? Gripes?','If you have a comment, complaint or question, drop a line to our Live Update Guy and we\'ll try to answer a few as the day goes on.'),(6076,140,'2007-03-16 13:17:00','Legally Speaking','For those of you who are fans of our resident attorney Robert Mionske, you probably noticed that he\'s been out of circulation for a while. We\'re happy to report that his Legally Speaking column is back, and he has a good explanation for his absence. Welcome back counselor.'),(6077,140,'2007-03-16 13:20:58','The combination?','Looks to be a good one, perhaps, with a good combination of teams represented and no one really posing a GC threat. We\'ll take a look in detail at this group.'),(6078,140,'2007-03-16 13:25:02','Rebellin','is looking good in yellow, but he has to really consider how Alberto Contador rode away from him on the steep parts of the final climb yesterday. We are especially inspired by Contador\'s ride, since he is one of those riders who fought hard to come back from a near-fatal injury. In 2004, the rider fell hard in the Vuelta a Asturias and later suffered a blood clot in his brain that nearly killed him. He underwent surgery and returned safely to the sport the next season at the Tour Down Under, where he won a stage. After we shared dinner with Saul\r\nRaisin at the Tour of California a few weeks back, we have a deep appreciation\r\nfor the battle it takes for an injured rider to come back from such an\r\ninjury.'),(6079,140,'2007-03-16 13:29:00','Up and over','The men in the break have crested the Col de Murs and have split into two groups.

    Take a quick look at the composition of the initial break to calculate their chances of success:

  • 36. Hubert Dupont (F), Ag2r Prevoyance, at 01:59
  • 51. Jurgen Van De Walle (B), Quick Step-Innergetic, at 02:43
  • 61. Nicolas Jalabert (F), Agritubel, at 03:47
  • 67. Murilo-Antonio Fischer (BRA), Liquigas, at 04:30
  • 75. Igor Abakoumov (B), Astana, at 05:31
  • 78. Johan Van Summeren (B), Predictor-Lotto, at 05:41
  • 59. Ruben Perez (Sp), Euskaltel-Euskadi, at 03:32
  • 101. David Zabriskie (USA), CSC, at 09:37
  • 47. Yaroslav Popovych (Ukr), Discovery Channel, at 02:21
  • 127. Koos Moerenhout (Nl), Rabobank, at 10:40
  • 88. Bert Grabsch (G), T-Mobile, at 06:36
  • 143. Markus Zberg (Swi), Gerolsteiner, at 12:30'),(6080,140,'2007-03-16 13:33:00','The gaps','The group ahead has split in two, with Murilo-Antonio Fischer (BRA), Liquigas, David Zabriskie (USA), CSC, Yaroslav Popovych (Ukr), Discovery Channel, Johan Van Summeren (B), Predictor-Lotto, Bert Grabsch (G), T-Mobile and Jurgen Van De Walle (B), Quick Step-Innergetic have about 45 seconds on the rest of the men in the break and 3:00 on the peloton.'),(6086,140,'2007-03-16 13:54:03','The leaders are at km 65','and are holding a 4:00 lead over the main field.'),(6087,140,'2007-03-16 13:56:19','Among those caught','was Hubert Dupont (Ag2r), who was the biggest GC threat in the group.'),(6088,140,'2007-03-16 14:00:00','Let\'s take a look','at the men in the break and how they rank on GC:
  • 51. Jurgen Van De Walle (B), Quick Step-Innergetic, at 02:43
  • 67. Murilo-Antonio Fischer (BRA), Liquigas, at 04:30
  • 78. Johan Van Summeren (B), Predictor-Lotto, at 05:41
  • 101. David Zabriskie (USA), CSC, at 09:37
  • 47. Yaroslav Popovych (Ukr), Discovery Channel, at 02:21
  • 127. Koos Moerenhout (Nl), Rabobank, at 10:40
  • 88. Bert Grabsch (G), T-Mobile, at 06:36'),(6084,140,'2007-03-16 13:41:00','The sprint','was won by Popovych, who crossed ahead of Johan Van Summeren and Koos Moerenhout.

    Meanwhile Francaise des Jeux\'s Christophe Detilloux has also pulled out.'),(6085,140,'2007-03-16 13:44:00','The leaders','have an advantage of 3:30 over the main field. Meanwhile, the four guys trailing the leading seven have drifted back to the peloton, so we only have the seven leaders up ahead and no one caught in no-man\'s-land.'),(6083,140,'2007-03-16 13:39:00','Heading to the day\'s first sprint','The two groups of escapees are on their way the day\'s first sprint mark at St. Saturnin les Apt (53.5km). The one after that is at km119 in La Bastide des Jourdans.

    The gaps are holding steady.

    Word from the peloton is that Credit Agricole has lost two of its riders today. Both Pietro Caucchioli and Langkawi winner Anthony Charteau have pulled out since the start.'),(6089,140,'2007-03-16 14:01:44','Drop us a line','If you have a comment, complaint or question, drop a line to our Live Update Guy and we\'ll try to answer a few as the day goes on.'),(6090,140,'2007-03-16 14:03:10','On the Cote des Agnels','The leaders are on the Category 2 Cote des Agnels and we\'ll get a fresh time check at the top after both groups - the leaders and the peloton - crest the summit.'),(6091,140,'2007-03-16 14:08:00','Gerolsteiner','is driving at the front of the peloton. Ahead, the leaders have crossed over the Cote des Agnels.'),(6092,140,'2007-03-16 14:15:00','The gap at the summit','was just around 4:30.

    The results from the KOM, by the way, were as follows:
    \r\n1. Bert Grabsch (G), T-Mobile
    2. Murilo Fischer (Brz), Liquigas
    3. David Zabriskie (USA), CSC
    4. Jurgen Van de Walle (B), Quick Step
    5. Johan Van Summeren (B), Predictor-Lotto)'),(6093,140,'2007-03-16 14:21:00','Down, down, down','The leaders are zooming down the back side of the Cote des Agnels. Ahead, they will cross through the feedzone at 89.5km, hit a sprint at 119km and then cover some tough rolling terrain that features two rated climbs - the Cat. 3 Cote de Montfuron (at km 124) and the Cat. 3 Col de la Mort d’Imbert (at 145.5km). While that last stretch involves just two Cat. 3 climbs, the road offers quite a bit more than that with a series of significant climbs that do not offer KOM points, a characteristic common to stages in this part of France. We recall one Tour stage where we counted 14 unranked climbs here in the Massif Central, which would have ranked Cat. 4 or above anywhere else. Often, organizers simply have to pick and choose, since they simply cannot overload a single stage with too many KOM points.'),(6094,140,'2007-03-16 14:25:47','At 81km','The gap is 4:25'),(6095,140,'2007-03-16 14:32:49','Lunch','The leaders are in the feedzone, at km 89.5. We\'ll get a good time check there.'),(6096,140,'2007-03-16 14:34:00','From the looks','of our contest entries, a lot of you are betting on the chances of this break succeeding. We\'re especially seeing a lot of votes for Popovych\'s chances. Indeed, it looks like the Gerolsteiners are most worried about his presence in the break. Popo\' is a strong rider and a GC threat to Rebellin. Sure, he\'s 2:12 back, but if the break holds on to some of today\'s lead, Rebellin may be facing two threats from Discovery, since Popovych\'s teammate, Alberto Contador, sits just six seconds out of the lead.

    Do you think the seven will make it? If you do - or do not - go ahead and enter today\'s contest. Drop us a line at Rosters@InsideInc.com and we will randomly pick a winner from those of your who submit the correct answer and we\'ll send you a Red Zinger/Coors Classic DVD. Be sure to include the name of your pick in the subject line, which will make our jobs a little easier when things are frantic at the end of the stage.'),(6097,140,'2007-03-16 14:42:37','The gap','at the feedzone is just around 4:15. The inevitable lunch-time slow-down may bump it up a little, but the escapees\' chances aren\'t all that great, with such a moderate advantage at this point in the stage.'),(6098,140,'2007-03-16 14:47:00','With the leaders','heading toward the day\'s second sprint, we got a call with a good time check. Our latest check gives the leaders an advantage of 4:35. The seven men up front are now at km 95.'),(6099,140,'2007-03-16 14:59:00','Our leaders','are about 10km from the day\'s second intermediate sprint, at La Bastide des Jourdans (119km) and they are still enjoying an advantage in the range of 4:30.'),(6100,140,'2007-03-16 15:08:06','Popovych','is looking fast and relaxed.'),(6101,140,'2007-03-16 15:13:09','Lampre','is moving up front to lend a hand to Gerolsteiner in the chase. The gap is dropping and the leaders are now 4:00 ahead of a field that is ramping up the chase.\r\n'),(6102,140,'2007-03-16 15:15:00','Through the sprint','and Popovych takes the \"sprint.\" The leaders are now on their way to the Cote de Montfuron. Our latest time check gives the leaders and advantage of 4:10.'),(6103,140,'2007-03-16 15:23:32','One of our most frequent questions','You might be surprised at how many people seem interested in - of all things - the white cotton they\'ve seen in riders\' noses prior to Sunday\'s prologue time trial. It\'s no biggie, folks. A lot of riders use eucalyptus-soaked cotton to open up their sinuses. It works! '),(6104,140,'2007-03-16 15:25:00','Discovery strategy.','Reader Joshua Saks writes to ask:

    I\'m confused about team discos tactics and am hoping you can explain it. Originally I thought they were going to support Leipheimer in this race, then after yesterday it bacame Contador and now it looks like they are trying to propel Pop to the GC win. What is the strategy, organization, etc.?

    Contador emerged as the GC leader yesterday because that final climb suited him nicely. Leipheimer now sits in 13th at just 50 seconds out of the jersey. This morning, it made a lot of sense to put Popovych into the break, since he is more than 2:00 back on GC. The move allows Discovery to put pressure on Gerolsteiner and Rebellin. The move means that Discovery, with a rider in second at just 6 six seconds, won\'t have to chase today. It\'s a tactic that a team can pull off when it has a wealth of potential GC winners. Discovery has Leipheimer, Popovych and Contador. Not a bad squad to bring to Paris-Nice, eh?\r\n \r\n'),(6105,140,'2007-03-16 15:29:00','The peloton','is over the summit of the Cote de Montfuron and the gap has been trimmed to 3:40.'),(6106,140,'2007-03-16 15:35:54','Heading down the Monfuron','The leaders are coursing through some leg-sapping rolling terrain. The chase has really picked up. With 46km remaining, the gap is down to 3:20. The Col de la Mort d’Imbert is the day\'s final KOM and coming up soon.'),(6107,140,'2007-03-16 15:41:57','Weather','Okay, okay, this makes two days in a row that we\'ve spaced out putting the weather report up. Thanks to Steve Anderson for the reminder.

    It\'s nice out there. Sunny, very light winds and temps in the 60s.'),(6108,140,'2007-03-16 15:42:49','With 42km remaining','The gap is down to 3:00.'),(6109,140,'2007-03-16 15:46:00','Man, this is beautiful','The countryside here is just gorgeous. Folks, if you get a chance, take the time to visit France and, if you do, plan on time here in the region the race is now in. It\'s heaven on earth. Being an old hippy sort, we need to point out that one of our favorite \'60s icons - R. Crumb - lives around here, although, we haven\'t seen him. Wish we could.'),(6110,140,'2007-03-16 15:47:29','40km to go','The leaders have just passed through the 40km-to-go mark. We\'ll get a time check here soon.'),(6111,140,'2007-03-16 15:50:17','The gap is now','2:50. Lampre is doing the bulk of the work. Up front, Popovych has launched a solo attack on one of the day\'s unrated climbs.'),(6112,140,'2007-03-16 15:52:40','Popo','is ticking up the hill quite nicely. He has about 12 seconds on his most immediate chasers. '),(6113,140,'2007-03-16 15:53:14','Popovych has','20 seconds on a group of three chasers.'),(6114,140,'2007-03-16 15:55:19','Back in the field','Quick Step has now put riders into the chase. The team of Tom Boonen was not chasing because they had Van de Walle in the break. Now that Popovych is off on his own, the Belgian squad has joined the chase. Nonetheless, Popovych is putting time on the field. He\'s now 3:05 up the road.'),(6115,140,'2007-03-16 15:56:45','The chase','now includes five riders. We see Zabriskie, Grabsch.'),(6116,140,'2007-03-16 15:59:02','Popo on the go-go','Don\'t blame me for that one. That was a contribution from Andy Hood.

    Popovych is flying down the descent and he has 32km to go, with a lead of 3:07 on narrow, narrow roads, that seem to favor a lone rider.'),(6117,140,'2007-03-16 16:01:50','To clarify','Popovych\'s attack came on a little riser before the Col de la Mort d’Imbert. He\'s over that, the final rated climb of the day. He has two more unrated climbs ahead. He\'s bumping his lead, and is now 3:25 ahead.'),(6118,140,'2007-03-16 16:03:10',' Levi Leipheimer','said this morning that Popovych might try something before the race arrived to Nice, and that prediction came true before sooner than anyone thought. Leipheimer said he was happy that Contador won Thursday\'s stage.

    \"I have some good form after California, but I only arrived (to Europe) four days before the start of this race. We\'ll work for Alberto,\" Leipheimer told Andrew Hood before the stage start today.'),(6119,140,'2007-03-16 16:04:08','Gerolsteiner',', meanwhile, knew it had a job on its hands to day. Sport director Udo Bolts said the team will have to look for allies if it wants to hold off Discovery Channel. \"Davide is in good form, but we hope to find some friends in the peloton. Maybe Lampre or some of the French teams will help us becuase they have interests they want to defend as well.\" '),(6120,140,'2007-03-16 16:04:00','Crash!','We see a Euskaltel man down on the road. He hit the deck on the descent on these narow roads.'),(6121,140,'2007-03-16 16:07:14','24km to go','for Popovych. He has about 40 seconds on the chase group and 3:22 on the peloton.

    Meanwhile, here in the Durance Valley, near Manosque, the wind is picking up a bit.

    Back in the peloton, it looks like Gerolsteiner has found some friends - in form of Caisse d\'Epargne. '),(6122,140,'2007-03-16 16:08:23','Chase','has ramped up, as Lampre throws a couple of guys up there, too. The peloton seems smaller, so they have shed quite a number of riders in the chase.'),(6123,140,'2007-03-16 16:11:02','Discovery','is enjoying this one. Popovych has a 50-second lead on the chase group and 3:19 on the yellow jersey group.'),(6124,140,'2007-03-16 16:13:07','You might notice','a big loop at the end of the route today. Part of that includes the Cote de Montfuron, which offers no KOM points as it did back at km 124.'),(6125,140,'2007-03-16 16:17:10','The Euskaltel','rider who crashed was Ivan Velasco. We do not have a report on his condition.

    Meanwhile Popovych is holding his own nicely. He has 19km to go and is holding a 3:19 lead over the main field and 1:12 over the immediate chase group.'),(6126,140,'2007-03-16 16:19:09','Popo\'s lead','The latest time check gives Popovych 1:40 on the chase group and 3:30 on the Rebellin group... and he has 16km left.'),(6127,140,'2007-03-16 16:22:01','Yeahwwww','That boy is flyin\' Even on the flats, Popovych is holding his own against a panic-stricken peloton, now led by Bernhard Kohl, the Gerolsteiner man who is the reigning champion of Austria.'),(6128,140,'2007-03-16 16:24:30','Popovych','is getting encouragement from Ekimov from the Disco\' team car. The gap is coming down. The Rebellin group is about to catch the Zabriskie group... and they are 2:44 behind Popovych.'),(6129,140,'2007-03-16 16:25:00','With 12km','remaining, the gap is 2:30. Lotto is now pulling... to protect Cadel Evans\' hold on sixth place, no doubt.'),(6130,140,'2007-03-16 16:26:42','Speaking of Evans','Chris Horner said he was impressed with his teammate, Cadel Evans, who finished well up Mende.

    \"If he\'s that good so early in the season, he\'ll be flying at the Tour!\" Horner told Andrew Hood at the start, today.'),(6131,140,'2007-03-16 16:27:51','...and speaking of Horner','He\'s now pulling at the front.'),(6132,140,'2007-03-16 16:29:16','With 10km to go','The gap is coming down. Popovych is now 2:15 ahead of the field. He may not take the jersey, but he looks like he stands a good chance of taking the stage.'),(6133,140,'2007-03-16 16:30:50','Shelled...','Dave Zabriskie, who was caught by the peloton a bit ago, has just popped off the back of the field.'),(6134,140,'2007-03-16 16:31:47','Popo','hits the summit of the final climb. He has about 1:40 on the field, so he won\'t be in the jersey, but he looks good for a stage win.'),(6135,140,'2007-03-16 16:32:58','Peloton',' over the top... and the gap is 1:38. The weird thing is that it\'s only Predictor-Lotto working at the front.'),(6136,140,'2007-03-16 16:33:00','With 9.5km to go','Popovych is 1:30 ahead of the field.'),(6137,140,'2007-03-16 16:33:00','The gap is at 1:20','He\'s losing time on the descent of the Cote de Montfuron'),(6138,140,'2007-03-16 16:35:35','With 8km to go','Popovych is now 1:10 ahead of the field.'),(6139,140,'2007-03-16 16:36:39','The gap is 1:12','He\'s now 7km from the finish. The chase is hard and the peloton is completely strung out.'),(6140,140,'2007-03-16 16:38:13','Looking at the profile','you can see that it\'s mostly downhill in these last kilometers. There is a rise at the finish, with a bit of a hill in the final kilometer. Popovych is four kilometers from the finish and the gap is at 1:09.'),(6141,140,'2007-03-16 16:40:22','R. Crumb','We still haven\'t seen our hero cartoonist, but we did just spot Mr. Natural truckin along side the road.

    Meaanwhile, Popovych is 2km from the finish and he\'s holding his lead at 1:03. Predictor-Lotto seems happy to have minimized the damage.'),(6142,140,'2007-03-16 16:41:37','The finish','In the final kilometer, Popovych is working his way up the final kilometer. We need to keep an eye on Contador, who may just try to make up his six seconds on this tough little finishing rise.'),(6143,140,'2007-03-16 16:42:27','500 meters to go','This is not an easy finish. We could see some real action when the peloton hits this stretch.'),(6144,140,'2007-03-16 16:42:51','We have a winner!',' Yaroslav Popovych takes the win!'),(6145,140,'2007-03-16 16:44:00','Here they come','Boy, the pace was high in the final kilometer... the gap was a mere 15 seconds when they hit the line. Rebellin was in the mix, so he holds his jersey, but he had to fight for it.

    1. Yaroslav Popovych (Uk), Discovery Channel
    2. Francisco Ventoso (Sp). Saunier Duval, at 0:14
    3. Samuel Dumoulin (F), AG2R
    4. David Lopez Garcia (Sp), Caisse d’Espargne
    5. Jerome Pineau (F), Bouygues Telecom'),(6146,140,'2007-03-16 16:46:09','After all that','GC has not changed for the top-three:\r\n1. Davide Rebellin (I), Gerolsteiner
    2. Alberto Contador (Sp), Discovery Channel, at 00:06
    3. Tadej Valjavec (SLO), Lampre, at 00:23\r\n'),(6147,140,'2007-03-16 16:49:10','Contest winner','Congratulations to William Frogge, the winner of today\'s contest. William was one of many who predicted that Popovych would take the stage, something we really didn\'t see as a possibility when the break went as early as it did... but predictions are just that and that\'s why they actually hold races, now isn\'t it? William, send us a note and we\'ll arrange to send you a Coors Classic DVD.'),(6148,140,'2007-03-16 16:53:02','Okay, that\'s a wrap folks','Thanks for tuning in for what turned into a terrific bike race today. Tomorrow, we start in Brignoles and, 200km later, head into the hang out of all the beautiful people, Cannes. See ya then. '),(6149,141,'2007-03-17 12:26:51','Good day...','and welcome to VeloNews.com\'s Live Coverage of Stage 6 of Paris-Nice, a tough, tough 200 kilometers from Brignoles to Cannes.'),(6150,141,'2007-03-17 12:35:54','Oh what a haul','Today\'s stage kicked off at 10:00 this morning, an early start because the 200 kilometers that are being covered today are tough with climbs peppered throughout the stage. Indeed, there are nine rated climbs thrown into the mix, so the day should be interesting.

    Again, we had many early attacks and a six-man break formed at about km 27. Our domestic audience should be pleased to know that included in the break are three American riders: Christian Vandevelde (CSC), Levi Leipheimer (Discovery) and Tom Danielson (Discovery). Also in the mix are Luis Sanchez (Caisse d’Epargne), Thomas Voeckler (Bouygues Telecom) and Sylvain Chavanel (Cofidis).

    The escapees are now at the 100km mark and their lead is hovering around the 2:00 mark.\r\n'),(6151,141,'2007-03-17 12:41:44','Today\'s climbs','As we said, there are nine rated climbs today. They are as follows:
    \r\nThe Category 3 Cote de Real Martin (at kilometer 5)
    \r\nThe Cat. 2 Cote de Taradeau (at km73.5)
    \r\nThe Cat. 2 Cote des Tuillieres (at km 88)
    \r\nThe Cat. 2 – Cote de Saint-Andrieux (at km 96.5)
    \r\nThe Cat. 2 – Col du Defens (at km 103.5)
    \r\nThe Cat. 3 – Col de St Arnoux (at km 117.5)
    \r\nThe Cat. 1 – Col de Bourigaille (at km 138.5)
    \r\nThe Cat. 3 – Cote de Mons (at km 143)
    \r\nThe Cat. 2 – Col du Tanneron (at km 180)
    \r\n
    \r\nOf the men in the break, Voeckler has been focusing on gathering KOM points today, a job made easier by the volume of climbs today, and the fact that KOM jersey holder Heinrich Haussler has withdrawn.'),(6152,141,'2007-03-17 12:44:49','The attrition','Thus far today, the peloton has shrunk by 15, with several notable riders pulling out since the start. Like we said, it\'s a tough stage. Add to that, the fact that for many, Paris-Nice remains a \"training race,\" the drop-out rate is a bit higher than it would be in a mid-summer event.'),(6153,141,'2007-03-17 12:45:54','Contest Reminder','Here\'s a reminder for those of you who want to do a bit of prognosticating. Take a look at today\'s Start\r\nList (or click on the results link on top) and see who you might favor to win today\'s stage. Drop us a line at Rosters@InsideInc.com and we will randomly pick a winner from those of your who submit the correct answer and we\'ll send you a Red Zinger/Coors Classic DVD. Be sure to include the name of your pick in the subject line, which will make our jobs a little easier when things are frantic at the end of the stage.'),(6154,141,'2007-03-17 12:46:27','Questions? Comments? Gripes?','If you have a comment, complaint or question, drop a line to our Live Update Guy and we\'ll try to answer a few as the day goes on.'),(6155,141,'2007-03-17 12:49:22','At km 112','We have 88km remaining in today\'s stage. Our leaders are working their way up the Cat. 3 Col de St Arnoux, which tops out in five kilometers. The Gerolsteiner team of race leader Davide Rebellin is giving chase and the gap is down to 1:50. The presence of Leipheimer - who started the day in 13th place, 50 seconds out of the lead - is enough to throw another scare into Rebellin. This really underscores the pool of talent riding on Disco\' at this race.'),(6156,141,'2007-03-17 12:53:22','Voeckler','takes the points atop the Col de St Arnoux, further adding to his point tally. He\'s won every climb today, with the exception of the Cote de Real Martin at kilometer five.'),(6157,141,'2007-03-17 13:00:50','The climb ahead','The Category 1 Col de Bourigaille summits 62km from the finish, so it provides ample opportunity for a dropped rider to catch back on, but those are not easy kilometers. With Discovery firing on all cylinders, it should be interesting to see how Rebellin fares against the inevitable challenge from Contador. We might well see Leipheimer and Danielson pause on that climb in hopes of setting a furious pace for Contador on the climb and putting Rebellin under immense pressure. '),(6158,141,'2007-03-17 13:03:49','Zooming','down the back side of the Col de St Arnoux, the leaders and the peloton are heading to the short stretch of the valley below and then on to a long haul up the Cat. 1 Col de Bourigaille.'),(6159,141,'2007-03-17 13:05:00','On the climb','The leaders are driving on to the Col de Bourigaille. '),(6160,141,'2007-03-17 13:07:00','And here comes','the peloton. The gap is down to 1:20. Voeckler wants to lock in the KOM, but are Leipheimer and Danielson more interested in waiting for Contador?'),(6161,141,'2007-03-17 13:10:00','Gerolsteiner setting pace on the climb','Rebellin is putting up a fight, as he and his teammates set a strong pace on the Col de Bourigaille.'),(6162,141,'2007-03-17 13:14:00','The leaders','are within 2.5km of the top. Do note that the Col de Bourigaille is quickly followed by another Cat. 3, which summits five kilometers later.'),(6163,141,'2007-03-17 13:19:00','At the top','Leipheimer, Danielson, Vande Velde, Voeckler, Chavanel and Sanchez are at the top of Col de Bourigaille. We\'re only getting spotty reports from the peloton... we\'ll get a better picture when those riders hit the summit.'),(6164,141,'2007-03-17 13:20:56','The peloton','is just around 1:35 behind the six leaders.\r\n'),(6165,141,'2007-03-17 13:24:10','While shorter','the next climb, the Cat. 3 Côte de Mons averages 7 percent for 1.8km, that compares to the 10.3km at 5.1 percent just covered on the Col de Bourrigaille. Ahead, is a loooooong descent and then one more climb, the Cat. 2 Col du Tanneron, which averages 5.3 percent for 5.8km. Then it\'s a mostly flat shot into town.'),(6166,141,'2007-03-17 13:28:20','Up and over','the Côte de Mons, the leaders are holding an advantage of 1:40 over the peloton.'),(6167,141,'2007-03-17 13:29:45','Ya know','looking at the terrain these guys just worked their way through, it\'s amazing to realize they\'ve been maintaining a steady 38kph today.'),(6168,141,'2007-03-17 13:32:49','Voeckler has a lock','As far as we can tell, Thomas Voeckler has locked up the climber\'s jersey. He has grabbed top points since this break formed today and with the earlier departure of Heinrich Haussler.'),(6169,141,'2007-03-17 13:37:20','Today\'s finish','Despite the long string of climbs today, the final 15 kilometers of today\'s stage into Cannes is dead, dead flat, meaning that the small gap these six have on the peloton is unlikely to stick. If they are caught, we could see a sprinter emerge the victor today. Of course, this edition of Paris-Nice has provided some stellar opportunities for early escapees.'),(6170,141,'2007-03-17 13:40:00','Contest Reminder','So who do you think might win today\'s stage? It\'s been a hilly stage, but the flat finish might favor a sprinter who managed to hang on over all of those climbs. Take a guess and drop us a line at Rosters@InsideInc.com and we will randomly pick a winner from those of your who submit the correct answer and we\'ll send you a Red Zinger/Coors Classic DVD. Be sure to include the name of your pick in the subject line, which will make our jobs a little easier when things are frantic at the end of the stage.

    Remember weekends offer you a better chance, because traffic is considerably lower, since our traffic peaks on weekdays, when many of you check the race on the sly from your offices (we won\'t tell, either).'),(6171,141,'2007-03-17 13:41:27','The gap','back at the summit of the Côte de Mons, by the way, was 1:52. The six riders have bumped up their advantage, albeit only slightly.'),(6172,141,'2007-03-17 13:46:28','With 49km','to go, the gap is down to 1:30.'),(6173,141,'2007-03-17 13:51:05','Interesting','composition at the front of the peloton. There is a single Euskaltel rider doing the bulk of the work at the fron and a string of Discovery riders on his wheel. We don\'t see Gerolsteiner or Rebellin up there. Up front, the six-man break is enjoying an advantage of 1:20, with 45km remaining.'),(6174,141,'2007-03-17 13:52:40','The roads','The roads here are very, very narrow and the men up front are probably not at too much of a disadvantage on this descent. '),(6175,141,'2007-03-17 13:56:24','Those poor Euskaltel boys','are stuck doing all of the chase work, as most teams seem to be banking on a sprint finish. The gap is still 1:20 with 40km remaining.'),(6176,141,'2007-03-17 13:59:19','Still','coursing down the route. Ahead, the Col du Tanneron, which is the last opportunity for the escappes to put time into the field. The gap, with 36km remaining, is now 1:13.'),(6177,141,'2007-03-17 14:01:20','The chase','is really going hard... and the peloton is splitting up on the flats here before the climb up the Col du Tanneron. '),(6178,141,'2007-03-17 14:04:41','At the sprint mark','Sylvain Chavanel gets the three seconds of bonus time, as Leipheimer comes through in second for two. Do note, that the two men are close on GC:

    12. Sylvain Chavanel (F), Cofidis, 00:49
    \r\n13. Levi Leipheimer (USA), Discovery Channel, 00:50
    and they pose something of a threat to Rebellin, but you don\'t see the race leader\'s team in the chase.\r\n'),(6179,141,'2007-03-17 14:06:27','The leaders','Sylvain Chavanel has attacked out of the lead group on the little unrated rise after the sprint mark. He has 32km to go. Good move? We\'re not too sure, but he does have a bit of a gap ont he other five.\r\n'),(6180,141,'2007-03-17 14:07:40','Zoooom','Chavanel is powering off on his own. He has 12 seconds on the others and the peloton is coming up fast.'),(6181,141,'2007-03-17 14:08:55','Chavanel','is now on the little descent just before the day\'s final rated climb. He has 20 seconds on the other five men in the break and the peloton appears to be within a minute of the pursuers.'),(6182,141,'2007-03-17 14:09:41','Liquigas','is now powering at the front of the peloton, with Francaise des Jeux and Predictor-Lotto lending a hand.'),(6183,141,'2007-03-17 14:09:00','Chavanel','is heading on to the climb and he already 45 seconds on the chasers... and the peloton is within 30 seconds of catching the five.'),(6184,141,'2007-03-17 14:14:08','Discovery','appears to have lost Matt White. He crashed about 25km back and is pulling out.'),(6185,141,'2007-03-17 14:15:29','Chavanel','is on the climb. He has 52 seconds on the chasers. Behind, Danielson is driving hard at the front of the chase group, but those guys are about to be swept up by a hard-charging peloton.'),(6186,141,'2007-03-17 14:16:07','Danielson is blown','He has been caught by the peloton.'),(6187,141,'2007-03-17 14:17:03','Sanchez and Voeckler','have moved ahead of Leipheimer and he is caught by the peloton. Ahead Chavanel is powering up the climb. He has 1:20 on the peloton.'),(6188,141,'2007-03-17 14:18:46','Correction','Leipheimer has been dropped, but he has not been caught by the peloton... although he\'s about to be. Predictor-Lotto is driving at the front, in hopes of setting up Cadel Evans for the win.'),(6189,141,'2007-03-17 14:19:05','Leipheimer and Vande Velde','are about to be caught.'),(6190,141,'2007-03-17 14:20:09','Cadel Evans is','attacking out of the field, he\'s caught and passed Vande Velde and Leipheimer. Ahead, Chavanel is ticking along about 1:00 ahead of the chase.'),(6191,141,'2007-03-17 14:21:30','Contador','gives it a dig. He is leaving Evans and Rebellin. He\'s puting on the gas and he\'s about 45 seconds behind Chavanel.'),(6192,141,'2007-03-17 14:22:37','Contador','has company, with Franck Schleck and .... oop never mind. Contador is flying.'),(6193,141,'2007-03-17 14:24:03','Contador','has caught Sanchez and ahead there is only Chavanel. Rebellin is isolated in the yellow jersey group and now Cadel Evans is attacking.'),(6194,141,'2007-03-17 14:25:57','Contador is closing in','on Chavanel as they reach the final kilometer on the climb. We now have a group of four riders - Contador, Chavanel, and two men from Caisse d\'Epargne, Sanchez and Garcia Lopez. Up and over the top, and 20km to go.... a five km descent and then 15km to the finish on flat roads.'),(6195,141,'2007-03-17 14:27:05','The peloton is shattered','behind the four leaders. It should be interesting to see what the gaps are and how big of a group puts together a chase.'),(6196,141,'2007-03-17 14:28:41','The gaps are not huge.','The leaders are flying down the descent, but the yellow jersey group - about 15 riders - is not far back.'),(6197,141,'2007-03-17 14:29:50','Time checks','The four men in the Contador group are 25 seconds ahead of the yellow jersey group.'),(6198,141,'2007-03-17 14:30:54','With 16km to go','The gap is 28 seconds.'),(6199,141,'2007-03-17 14:33:01','15km to go','The leaders should be hitting the flats here soon and then they will be heading into the world-famous enclave of the rich and beautiful.\r\n'),(6200,141,'2007-03-17 14:33:00','Dicey, dicey','roads on the descent, which is an advantage of a skillful descender like Contador... but Garcia Lopez (Caisse d\'Epargne) is nervous on these roads.'),(6201,141,'2007-03-17 14:35:29','Now on the flats','The gap back to Garcia Lopez is about 15 seconds and then the yellow jersey group is about 25 seconds behind.'),(6202,141,'2007-03-17 14:36:00','Rebellin','is driving the chase. He is being forced to defend the jersey on his own.'),(6203,141,'2007-03-17 14:37:26','It\'s lonely on the top','Rebellin is stuck with the job of fighting to keep the lead. Meanwhile Sanchez has dropped back to bring back Garcia Lopez and there are now four men up front.'),(6204,141,'2007-03-17 14:38:38','Rebellin gets a bit of help','With 10km to go, the gap is 21 seconds, and a couple of riders are lending of hand. Rebellin looks pretty spent folks.'),(6205,141,'2007-03-17 14:40:01','With 8km to go','the gap has bumped up to 24 seconds.'),(6206,141,'2007-03-17 14:40:59','Contador is driving','hard. He\'s getting help from the two Caisse d\'Epargne, but Chavanel is blown. He\'s dropped.'),(6207,141,'2007-03-17 14:42:36','Sanchez and Garcia Lopez','are trying to get away, but the Discovery man is holding on. There are six kilometers to go and they have a gap of 30 seconds as Chavanel is caught.'),(6208,141,'2007-03-17 14:43:57','Five kilometers','to go, the trio up front is cooperating and they are extending the gap. It\'s now 33 seconds. The work in the peloton is back on Rebellin\'s shoulders.'),(6209,141,'2007-03-17 14:44:49','With 4.5km to go','The cooperation is coming apart. Lopez-Garcia is now attacking.'),(6210,141,'2007-03-17 14:46:00','Luis-Leon Sanchez is actually on the attack','Has ample motivation to go, since he started the day 16th at 55 seconds. Contador is chasing hard, with Lopez-Garcia on his wheel and we have 3.5km to go.'),(6211,141,'2007-03-17 14:48:00','Garcia-Lopez now attacks','Contador is on his own with 1.5km to go.'),(6212,141,'2007-03-17 14:49:30','The final kilometer','Sanchez is in the final kilometer and he has healthy 20-second gap on his teammate... and Contador is about to be caught!'),(6213,141,'2007-03-17 14:50:04','Sanchez is','closing in on the finish.'),(6214,141,'2007-03-17 14:50:12','Sanchez wins',''),(6215,141,'2007-03-17 14:51:00','Here comes the peloton','and they caught Lopez-Garcia. Sanchez gets 10 seconds bonus and finished 28 seconds ahead of the field. Rebellin pulls this one off in the final kilometer. He stays in yellow.'),(6216,141,'2007-03-17 14:54:51','It\'s been an interesting stage','and the GC picture has changed a bit, although Rebellin still leads Contador by six seconds. Quite a day, eh?\r\n'),(6217,141,'2007-03-17 14:56:21','Top five','1. Luis Sanchez (Sp), Caisse d’Epargne
    2. Mirco Lorenzetto (I), Milram, at 0:28
    3. Jerome Pineau (F), Bouygues Telecom
    4. Franco Pellizotti (I), Liquigas
    5. Samuel Dumoulin (F), AG2R\r\n'),(6218,141,'2007-03-17 14:58:53','It ain\'t over yet','A look at the GC means that this race is far from over. Unlike many stage races, tomorrow\'s finale is not a coronation of the guy everyone concedes is a winner before the start. There are four categorized climbs tomorrow, including two Category 1\'s. This will be a fight to the finish.'),(6219,141,'2007-03-17 15:03:23','Big changes','Leipheimer, on the attack all day, had a bad final haul to the finish. It looks like he had some mechanical issues toward the end and never really manged to reconnect. He finished 4:28 down on the winner today.'),(6220,141,'2007-03-17 15:08:50','Congratulations','to today\'s contest winner, who asked us to keep her name anonymous, because she suspects her boss is a bike racing fan and they both might be checking in from work. '),(6221,141,'2007-03-17 15:09:08','The GC picture','Has changed a bit:

    1. Davide Rebellin (I), Gerolsteiner
    \r\n2. Alberto Contador (Sp), Discovery Channel, 00:06
    \r\n3. Luis-Leon Sanchez (Sp), Caisse d\'Epargne, 00:16
    \r\n4. Tadej Valjavec (SLO), Lampre, 00:23
    \r\n5. Franco Pellizotti (I), Liquigas, 00:31
    \r\n6. Sébastien Joly (F), Francaise des Jeux, 00:32
    \r\n7. Cadel Evans (Aus), Predictor-Lotto, 00:35
    \r\n8. David Millar (GB), Saunier Duval, 00:42
    \r\n9. Frank Schleck (Lux), CSC, 00:42
    \r\n10. Jérôme Pineau (F), Bouygues Telecom, 00:42
    \r\n'),(6222,141,'2007-03-17 15:10:19','Okay folks','that\'s a wrap! Check in with us tomorrow and we\'ll follow this thing down-to-the-wire. It\'s going to be interesting, that\'s about the only thing that\'s certain at this point. See you then!'),(6223,142,'2007-03-18 12:48:00','Good day...','and welcome to VeloNews.com\'s Live Coverage of the final stage of the 2007 edition of Paris-Nice. This year\'s \"race to the sun,\" has been blessed by good weather throughout and today\'s is no different. Here at the start/finish town, the temperatures are just around 62 degrees (F), with a spectacular blue sky above and coastal winds around 5mph.

    As we said, today\'s stage starts and finishes in Nice, but don\'t let that fool you. This is not one of those final-day parade laps around town that characterize the last day a lot of stage races. This sucker takes full advantage of the terrain around Nice and takes the 126 survivors in the peloton away from the sunny beaches of the Rivera and into the Alpes Maritimes, the beautiful hills that make Nice such a great place for bike racers to use as a home base.

    Take a look at the four climbs in today\'s stage:

  • At km 25.5, the Côte de Duranus is a Category 2 climb that lasts 2.4 km at an average grade of 6.4 percent.
  • At km 52, the peloton crests the Cat. 1 Col de la Porte, a 7.2km climb at 7.2 percent.
  • There is another Cat. 1 at km 89.5, the La Turbie lasts for 7.6km at 4.8 percent.
  • The Cat. 1 Col d\'Eze crests at km 113.5km. It is a 7.6 km climb that averages 6.1 percent.

    That last climb tops out just 16km from the finish in Nice. Unlike yesterday\'s stage, that final 16km involves only a small stretch of flat terrain, so anyone with a significant gap might just be able to hold it to the line. That, of course is a big factor when you consider the current state of the General Classification:
    1. Davide Rebellin (I), Gerolsteiner, 26:39:39 (42.407kph)
    \r\n2. Alberto Contador (Sp), Discovery Channel, 00:06
    \r\n3. Luis-Leon Sanchez (Sp), Caisse d\'Epargne, 00:16
    \r\n4. Tadej Valjavec (SLO), Lampre, 00:23
    \r\n5. Franco Pellizotti (I), Liquigas, 00:31
    \r\n6. Sébastien Joly (F), Francaise des Jeux, 00:32
    \r\n7. Cadel Evans (Aus), Predictor-Lotto, 00:35
    \r\n8. David Millar (GB), Saunier Duval, 00:42
    \r\n9. Frank Schleck (Lux), CSC, 00:42
    \r\n10. Jérôme Pineau (F), Bouygues Telecom, 00:42
    \r\n
    Indeed, the top 15 on GC are all within a minute of one another. It\'s something to watch for.'),(6224,142,'2007-03-18 13:00:46','Today\'s start','The peloton will be ambling along through the neutral zone for the next 15 or 20 minutes and the formal start should hit at just around 1:20 p.m. local time.'),(6225,142,'2007-03-18 13:18:09','This stage','is designed to provide plenty of opportunity for riders to put the hammer down. With just six seconds separating Rebellin and Contador, you have to expect Discovery to throw everything into this final stage.

    The climbing begins from the get-go, with a steady rise up to the day\'s first intermediate sprint, which offers Contador a chance to snag a valuable three seconds of bonus time at kilometer 15 in Levens. The Cat. 2 Cote de Duranus comes after that at 25.5 km and then the big haul up the Col de la Porte. This is a short stage, but it should be packed with fun... at least for those of watching.'),(6226,142,'2007-03-18 13:19:00','And there they go','Out of the neutral zone, the peloton has been given the formal start. This should be good. There\'s already been a crash, but no one is hurt and the peloton is together again... just as the man in the polka-dot jersey, Thomas Voeckler, has scampered off the front. But it didn\'t last.'),(6227,142,'2007-03-18 13:23:30','It should be interesting','to watch for evidence of alliances in the peloton. Clearly, the Discovery team has a lot more strength than does Gerolsteiner. It might be that Rebellin\'s team has enlisted some help today.

    By the way, one person who won\'t win today is Tom Boonen. The former world champion has been fighting a cold most of the week and decided to skip the start today.'),(6228,142,'2007-03-18 13:24:00','On the attack','We see 11 riders moving off the front. We see at least one Disco jersey, but we\'ll ID the group here in a sec\''),(6229,142,'2007-03-18 13:28:00','Well dang','Just as we were cobbling together the names and GC positions of the guys off the front, the were caught. Only one of them - 69. Mario Aerts (B), Predictor-Lotto, 21:39 - is still away.'),(6230,142,'2007-03-18 13:32:01','Will Contador attack?','Well, sure. As he told VeloNews\'s Andrew Hood, \"We\'ll try again today. The legs are good and today\'s profile suits me even better. We have to try because second place will be forgotten in a week or two. I want to win.\" '),(6231,142,'2007-03-18 13:33:00','Defending the jersey','Rebellin is expecting it to be a hard day. Udo Bolts, Director Sportif Gerolsteiner, told Hood today that \"When Contador attacked yesterday, Rebellin couldn\'t follow. It will be hard today for him. We are sure the Spanish riders will attack again. Davide is motivated and he\'s experienced. That could help us.\"

    Meanwhile, we did mention alliances being necessary. Gerolsteiner only has four riders remaining. Team boss Hans-Michael Holzcer was seen in a huddle with an Astana director. Maybe they were chatting about the weather, huh?'),(6232,142,'2007-03-18 13:34:53','Aerts caught','and the counter-attacks continue. Sylvain Chavanel (Cofidis), Andy Schleck (CSC) and Roman Kreuzinger (Liquigas) are now on the attack.\r\n'),(6233,142,'2007-03-18 13:36:58','Five more join in the fun','Sergio Paulinho (Discovery Channel), Francisco Perez Sanchez (Caisse d’Epargne), Sandy Casar (Francaise des Jeux), Thomas Voeckler (Bouygues Telecom), Roman Kreuzinger (Liquigas) and Dmitry Fofonov (Credit Agricole) have joined up to make it an eight-man break, as they move toward the day\'s sprint mark at km 15.'),(6234,142,'2007-03-18 13:37:54','Home base','Nice serves as a home base for many in the peloton and to underscore that, there were several rider\'s families and wives were at start - Bobby Julich, who lives in Nice, was seen hugging his two baby daugthers. Axel Merckx, who lives here as well, also had a family reunion. '),(6235,142,'2007-03-18 13:40:05','That crash','early in the stage seems to have had more serious consequences than we thought. Race radio reports that at least eight riders in the muddle decided to bag it as the pace picked up. No one is seriously hurt, but\r\n

  • Gerben Lowik (Rabobank)
  • Matthew White (Discovery Channel)
  • Gert Steegmans (Quick Step)
  • Jurgen Van de Walle (Quick Step)
  • Iban Mayo (Saunier Duval
  • Romain Feillu (Agritubel)
  • Brett Lancaster (Milram)

    have all pulled out of the race.\r\n'),(6236,142,'2007-03-18 13:41:18','Up front','The group is growing. The eight have now grown to 11, as Gorka Verdugo (Euskaltel), Patxi Vila Errandonea (Lampre) and Stig Devolder join in.'),(6237,142,'2007-03-18 13:41:49','The gap','is up to 1:00 as the 11 escapees are now about 2km from the sprint.'),(6238,142,'2007-03-18 13:47:12','Chavanel','Moves ahead as the group approaches the sprint mark.

    He\'s not necessarily aiming for those, since he doesn\'t stand much chance of taking the green jersey:

    Points\r\n1. Franco Pellizotti (I), Liquigas, 75 Pts.
    2. Jérôme Pineau (F), Bouygues Telecom, 72 Pts.
    3. Davide Rebellin (I), Gerolsteiner, 67 Pts.
    4. Alberto Contador (Sp), Discovery Channel, 49 Pts.
    5. Luis-Leon Sanchez (Sp), Caisse d\'Epargne, 49 Pts.
    6. Samuel Sanchez (Sp), Euskaltel-Euskadi, 48 Pts.
    7. Mirco Lorenzetto (I), Milram, 44 Pts.
    8. Sébastien Joly (F), Francaise des Jeux, 43 Pts.
    9. David Lopez Garcia (Sp), Caisse d\'Epargne, 38 Pts.
    10. Luca Paolini (I), Liquigas, 38 Pts.
    \r\n'),(6239,142,'2007-03-18 13:49:36','Chavanel','Takes the sprint and holds a small 15-second lead over the rest of the men in the group. Up next, is a short descent and then a climb up the Cote de Duranus. Now that\'s what Chavanel has in mind.

    KOM1. Thomas Voeckler (F), Bouygues Telecom, 48 Pts.
    2. Tom Danielson (USA), Discovery Channel, 24 Pts.
    3. Sylvain Chavanel (F), Cofidis, 20 Pts.
    4. Alberto Contador (Sp), Discovery Channel, 17 Pts.
    5. Sandy Casar (F), Francaise des Jeux, 17 Pts.\r\n'),(6240,142,'2007-03-18 13:54:10','Chavanel','Has a tough road ahead, but he does stand a chance of taking the jersey from Voeckler, albeit a slight one. The Cat. 2 climb offers 7 points for the first to crest it, with points descending for the following spots 5, 3, 2, and 1. The three Cat. 1 climbs ahead offer 10, 8, 6, 4, 3, 2, and 1.

    With Voeckler enjoying a 20 point lead, he has a buffer, but he still has to work to grab high positions in the climbs to preserve his hold.'),(6241,142,'2007-03-18 13:55:38','He isn\'t going to try this on his own','The cold reality of the road ahead means that Chavanel won\'t be doing this ride on his own. He waits for the 10 men in the break and will challenge Voeckler when the climbs appear. The gap to the peloton is now 1:20'),(6242,142,'2007-03-18 13:58:00','The GC threats','in the break are significant, so we doubt that we\'ll see the peloton letting them get too far up the road:

  • 11. Sylvain Chavanel (F), Cofidis, 00:43\r\n
  • 15. Roman Kreuzinger (Cz), Liquigas, 00:54\r\n
  • 18. Patxi Vila Errandonea (Sp), Lampre, 01:06\r\n
  • 20. Andy Schleck (Lux), CSC, 01:17\r\n
  • 55. Stijn Devolder (B), Discovery Channel, 16:20\r\n
  • 30. Sandy Casar (F), Francaise des Jeux, 05:15\r\n
  • 32. Gorka Verdugo (Sp), Euskaltel-Euskadi, 06:03\r\n
  • 33. Thomas Voeckler (F), Bouygues Telecom, 06:08\r\n
  • 35. Francisco Perez Sanchez (Sp), Caisse d\'Epargne, 06:59\r\n
  • 42. Dmitri Fofonov (Kaz), Credit Agricole, 09:04\r\n
  • 105. Sergio Paulinho (P), Discovery Channel, 35:14\r\n'),(6243,142,'2007-03-18 14:03:00','Voeckler','Nails the top points on the Cote de Duranus. Chavanel, meanwhile, didn\'t challenge. He\'s more intent on seeing this break succeed than he is on trying to make up 20 climber\'s points... now 27, actually.'),(6244,142,'2007-03-18 14:08:47','At the base of the','Cote de Duranas, the 11 leaders are not getting a lot of distance on the peloton. At km 31, the gap is holding at around 1:10.

    Can they hold it? Here\'s a reminder for those of you who want to do a bit of prognosticating. Check the results link on top and see who you might favor to win today\'s stage (keep in mind we\'ve seen several riders drop out today) and drop us a line at Rosters@InsideInc.com and we will randomly pick a winner from those of your who submit the correct answer and we\'ll send you a Red Zinger/Coors Classic DVD. Be sure to include the name of your pick in the subject line, which will make our jobs a little easier when things are frantic at the end of the stage.'),(6245,142,'2007-03-18 14:12:10','Voeckler','is riding on his own, up the Col de la Porte. He is putting a mark on the KOM race... and may be looking for a stage win.'),(6246,142,'2007-03-18 14:16:34','Pictures','We just wanted to direct you to the bottom of the update page. We\'re loading photos from this morning\'s start in Nice.

    Meanwhile, the ever tenacious Voeckler is riding up the Col de la Porte with a 20 second advantage on his 10 chasers and 1:15 on the peloton.'),(6247,142,'2007-03-18 14:23:09','Voeckler','Is still of on his own, as he plows up the long grind to the top of the Col de la Porte. He is 22 seconds ahead of the chase group and 1:10 ahead of the peloton.'),(6248,142,'2007-03-18 14:29:37','Up, up','Voeckler is at km 44 and holding a 40-second lead on his former break-away companions. He still has about 8km of climbing ahead. In other words, he has only started on the formal part of the climb up the Col de la Porte, but, as you can see from the profile, the climb is much, much longer than the 7.2km that count.'),(6249,142,'2007-03-18 14:30:19','Questions? Comments? Gripes?','If you have a comment, complaint or question, drop a line to our Live Update Guy and we\'ll try to answer a few as the day goes on.'),(6250,142,'2007-03-18 14:39:15','Approaching','the summit, Voeckler seems to be a man on a mission. Heck, he has a lock on the climber\'s jersey now, so is he looking for a stage win?'),(6251,142,'2007-03-18 14:40:37','Meanwhile','the 10-man chase group has company. They\'ve all been pulled back by the peloton. Voeckler is near the summit and then has some time to relax... on a loooooong descent off of the Col de la Porte.'),(6252,142,'2007-03-18 14:45:28','Up and over','Voeckler is now over the top of the Col de la Porte and it looks like he\'s about 45 seconds ahead of the peloton.'),(6330,145,'2007-04-15 13:33:00','Good day...','... and welcome to VeloNews.com\'s Live Coverage of the 2007 of Paris Roubaix, the 105th edition of this, the most coveted of classics.

    Today\'s edition of the Hell of the North covers 259.5km, including 57.5km of cobbles, divided between 28 sections of pave\'.

    The peloton left the traditional start in Compiegne today at around 11:00 - about 2.5 hours ago - as the race covered its first 98 kilometers on real roads - the asphalt stuff!

    The day began with several early attacks, and we finally saw a big move at 30km, when 29 riders left the field.\r\n\r\nThe break is well represented, with riders from most teams in the mix.

    • Breschel, O’Grady, Roberts (CSC),
    • Tosatto, Van Impe (Quck Step),
    • Franzoi (Lampre),
    • De Groot (Rabobank),
    • Auger (FDJ),
    • Bert Grabsch, Hammond, Klier (T-Mobile)
    • Steels, Van Avermaet (Predictor Lotto)
    • Valentin (Cofidis)
    • Ralf Grabsch (Milram)
    • Bacquet, Lhotellerie, Goesinnen (Skil Shimano)
    • Putsep (Bouygues Telecom)
    • Bileka (Discovery)
    • Petito, Willems (Liquigas)
    • Portal, Rojas (Caisse d’Epargne)
    • Kopp, Stamsnijder (Gerolsteiner)
    • Dean, Engoulevent (Credit Agricole)
    • Poulhies, Rousseau (AG2R)
    • Irinondo (Eusklatel)
    • Pollack (Team Wiesenhof)
    '),(6254,142,'2007-03-18 14:50:00','Contador','Discovery Channel sport director Dirk Demol said Contador still has options today.

    \"It\'s obvious he\'s stronger in the climbs than Rebellin, so we will try again,\" he told Andrew Hood. \"It could come down to time bonuses.\"

    Demol also said Saturday\'s attack on the final climb wasn\'t planned.

    \"Alberto went because he felt good. It was too bad that the two Caisse d\'Epargne riders didn\'t collaborate with us because they could have won the stage and been 2-3 in the GC. They made their decision to send Sanchez alone.\" '),(6255,142,'2007-03-18 14:55:27','Correction','The time gap is smaller than we thought. Voeckler did, indeed, nail the KOM points on top, but Tom Danielson, Levi Leipheimer, Yaroslav Popovych and Alberto Contador (all from Disco) crested at just 17 seconds. And, yes, Davide Rebellin was right there with them.'),(6256,142,'2007-03-18 15:03:48','As Voeckler courses','down the descent on his own, the gap is now back up to about 1:00. The chase group now includes about 30 riders, with plenty Discovery riders and a somewhat isolated Rebellin.'),(6257,142,'2007-03-18 15:08:09','A long descent','The chase group is growing and the Discos are still putting the pressure on Rebellin'),(6258,142,'2007-03-18 15:10:44','With 61km','Voeckler is 1:26 up the road. Behind, it\'s a row of Discovery riders working at the front of the chase group. They aren\'t really chasing, but looking to set Contador up on the next climb. Contador and Leon Sanchez look relaxed and joking - Rebellin looks muy nervioso '),(6259,142,'2007-03-18 15:13:36','Voeckler is at 1:40 and','is working toward the day\'s next hump, the Cat. 1 La Turbie'),(6260,142,'2007-03-18 15:16:00','The peloton','continues to grow as the riders dropped on the climb rejoin. Meanwhile, the weather is changing. Clouds are building and it\'s getting cooler. There\'s a chance of showers. If it rains, the composure of the race could change dramatically because the descent off Col d\'Eze is hairy enough in the dry. Forecasters are calling for some serious weather to roll in by Monday. It looks like it could be arriving a little early. '),(6261,142,'2007-03-18 15:19:33','All Disco all the time','The peloton is led by five Discovery riders, with Contador sitting comfortably in the sixth spot. It looks like the old days at the Tour... our crew is guessing that they\'ll rev\' it up on La Turbie - they gotta put Rebellin under pressure. '),(6262,142,'2007-03-18 15:22:37','With 50km','to go, Voeckler has 1:45.

    Meanwhile, we have a bit of an argument here. Some of our crew seem to predict a Discovery attack on the La Turbie, while others are saying they have no reason to hit it until the final climb up the Col d’Eze. Let\'s see who\'s right.'),(6263,142,'2007-03-18 15:24:08','With 47km to go','Voeckler looks tired, but he\'s holding his lead at 1:40.'),(6264,142,'2007-03-18 15:26:00','Voeckler is on the climb','Let\'s see if he can hold it over these next 45km. Any bets? Don\'t forget to enter today\'s contest, by droping a line to Rosters@InsideInc.com'),(6265,142,'2007-03-18 15:29:00','Discovery','setting tempo at the front and Voeckler\'s gap is shrinking. He\'s now just 1:00 ahead, with 43 to go and he is struggling. He\'s had a tough couple of days, eh?

    Popovych sitting on Contador\'s wheel - maybe they\'ll try to spring him on this climb.'),(6266,142,'2007-03-18 15:33:13','Voeckler','Is still ticking along. Even if he\'s caught, he has alock on the KOM jersey.

    Meanwhile, Disco\'s pace is causing several riders to be spit off the back - ping! - there goes Alexandr Kolobnev - winner of stage 3 '),(6267,142,'2007-03-18 15:34:09','Voeckler','With 40km to go, the peloton is just 35 seconds back.'),(6268,142,'2007-03-18 15:35:08','Voeckler','knows he\'s caught...'),(6269,142,'2007-03-18 15:36:39','Voeckler','is caught and the pace continues to shed riders. The yellow jersey, though, is holding on, sitting three or four bikes behind Contador.'),(6270,142,'2007-03-18 15:38:45','POP!','Voeckler has popped'),(6271,142,'2007-03-18 15:40:37','Discovery continues to lead','and the pace is putting the hurt on Rebellin\'s team. They just lost Bernhard Kohl - one of only three teammates Rebellin has here now.'),(6272,142,'2007-03-18 15:42:50','A few digs','from other riders, but Discovery is not letting anyone get away. Up front, Danielson and Leipheimer are setting a brutal pace.'),(6273,142,'2007-03-18 15:45:00','After the summit','T-Mobile\'s Marcus Burghardt has attacked and he\'s got another three riders with him. No GC threats, though.'),(6274,142,'2007-03-18 15:47:31','KOM','The attack we mentioned took place after the summit on rolling terrain. Meanwhile, the KOM points awarded at the top are:
    \r\n1. Tom Danielson (Discovery Channel) 10
    \r\n2. Levi Leipheimer (Discovery Channel) 8
    \r\n3. Alberto Contador (Discovery Channel) 6
    \r\n4. Yaroslav Popovych (Discovery Channel) 4
    \r\n5. Luis Sanchez (Caisse d’Epargne) 3
    \r\n6. Joaquim Rodriguez (Caisse d’Epargne) 2
    \r\n7. Cadel Evans (Predictor Lotto) 1
    '),(6275,142,'2007-03-18 15:49:39','It will','all come down to the final climb, the Col d’Eze, which summits 16km from the finish. Right now, the peloton has been trimmed to about 50 riders. The Burghardt group is just 22 seconds ahead of the peloton, but they aren\'t posing much of GC threat to either Rebellin or Discovery.'),(6276,142,'2007-03-18 15:52:10','The Col d\'Eze','is a 7.6 km climb that average 6.1 percent. It\'s tough enough to be decisive, for sure. Contador still has Popovych, Danielson and Leipheimer there to set tempo on the climb. \r\n'),(6277,142,'2007-03-18 15:54:46','The men up front','are as follows:
    \r\nMaxime Monfort (Cofifid)

  • Marcus Burghardt (T-Mobile)
  • Francisco Perez Sanchez (Caisse d’Epargne)
  • Alexandre Botcharov (Credit Agricole)

    They have a 30-second lead on the Discovery-led peloton. They are heading to the day\'s second sprint in Nice, which is important, in that it offers three seconds of bonus time, which means something in a stage race that is separated by six seconds.'),(6278,142,'2007-03-18 15:56:28','Heading into Nice','the sprint mark is coming up in Nice - where it\'s sunny! - and then the course works its way up the Col d\'Eze.'),(6279,142,'2007-03-18 15:59:50','In town','the sprint mark comes up at km 105. It looks like the four men up front will have enough of a gap to take the sprint, which means that neither of the two GC leaders will get the bonus time, making the climb just that much more decisive.'),(6280,142,'2007-03-18 16:00:40','On the climb','the leading four are on the climb and the peloton hits the slope about 30 seconds behind.'),(6281,142,'2007-03-18 16:01:21','Danielson','is driving hard at the front as they charge toward the four leaders.'),(6282,142,'2007-03-18 16:02:13','The climb is long','Leipheimer is now leading, as Danielson fades. We see David Millar dropped.'),(6283,142,'2007-03-18 16:02:46','In the lead group','Maxime Monfort (Cofidis) has attacked. '),(6284,142,'2007-03-18 16:03:16','Marcus Burghardt (T-Mobile)','is chasing as the other two have faded.'),(6285,142,'2007-03-18 16:03:32','BAMM!','There goes Contador!'),(6286,142,'2007-03-18 16:03:54','He\'s on the tough part','Dirk Demol said: \"Contador is one of the most explosive climbers in the peloton. He can quickly open a gap and he\'s strong enough to hold it.\" '),(6287,0,'0000-00-00 00:00:00','',''),(6288,142,'2007-03-18 16:04:23','Contador','passes Burghardt... '),(6289,142,'2007-03-18 16:05:47','Closing in on','Maxime Monfort... but the Frenchman is of little concern to the Discovery rider. He is intent on putting time on Rebellin, who simply could not respond to the attack.'),(6290,142,'2007-03-18 16:07:43','Contador','May get company. David Lopez Garcia (Caisse d\'Epargne) is chasing, but he would be an asset rather than a liability.'),(6291,142,'2007-03-18 16:08:28','Now Sanchez attacks','out of the Rebellin group... which is 23 seconds behind Contador. Rebellin is putting in a heroic effort.'),(6292,142,'2007-03-18 16:08:54','Garcia Lopez','is still not connecting with Contador.'),(6293,142,'2007-03-18 16:10:06','Tadej Valjavec','The Lampre man is now attacking out of the yellow-jersey group. It\'s a small group that includes Chris Horner and Cadel Evans.'),(6294,142,'2007-03-18 16:10:00','Valjavec','Has joined Lopez Garcia, but Contador is flying... he\'s 31 seconds ahead of they yellow jersey.'),(6295,142,'2007-03-18 16:12:21','Contador is','riding in the big ring as he approaches the summit. He\'s 22 seconds ahead of Valjavec and Lopez Garcia and 34 seconds ahead of the yellow jersey group, which is being led by Chris Horner.'),(6296,142,'2007-03-18 16:13:20','Horner',' leads the group right up to Valjavec and Lopez Garcia. Horner is working like a dog to help Cadel Evans... and Rebellin is what economists like to call a \"free rider,\" in this one.'),(6297,142,'2007-03-18 16:14:04','the gap','is now 37 seconds.'),(6298,142,'2007-03-18 16:15:35','Contador is','almost at the top. We\'ll get a time check when Rebellin hits the summit.'),(6299,142,'2007-03-18 16:16:07','The gap','is 24 seconds... as Contador summits.'),(6300,142,'2007-03-18 16:17:51','It\'s 15km to the finish','and there is a 2km stretch of relatively flat terrain and then all downhill to Nice. Is Contador\'s 30-second gap enough?'),(6301,142,'2007-03-18 16:18:52','\"You get him,\"','... \"no, you get him,\" seems to be the tone in the chase group. At this point, the job has to fall on Rebellin.'),(6302,142,'2007-03-18 16:20:08','The gap','Contador is extending his lead a bit. He has 46 seconds. Rebellin is pulling the group and now Franck Schleck (CSC) is attacking out of that group.'),(6303,142,'2007-03-18 16:21:08','Contador','is a good descender and he\'s handling the final stretch quite nicely.'),(6304,142,'2007-03-18 16:22:49','35 seconds','Contador is flying, as Euskaltel\'s Samuel Sanchez chases. Rebellin is not getting any help on this one.'),(6305,142,'2007-03-18 16:24:23','Done with the tough','part of the descent, as Contador works his way on to wide roads. It\'s still downhill... but the road is nice and wide. Rebellin has fought his way up to Sanchez. The gap is now 25 seconds, with 10km to go.'),(6306,142,'2007-03-18 16:24:56','Rebellin','attacks and is chasing hard. He wants to narrow that gap. '),(6307,142,'2007-03-18 16:25:42','Ain\'t it great','that a week-long stage race comes down to the final few kilometers? This is bike racing.'),(6308,142,'2007-03-18 16:26:44','Rebellin','is with Tadej Valjavec and Franco Pellizoti.'),(6309,142,'2007-03-18 16:27:58','The gap is holding','at 25 seconds. Contador is holding on. '),(6310,142,'2007-03-18 16:28:23','Five kilometers to go','Contador has 23 seconds.'),(6311,142,'2007-03-18 16:29:37','There is a time bonus','of 10 seconds for the stage win. As the road flattens out, the gap is 21 seconds... Rebellin is forced to do the work'),(6312,142,'2007-03-18 16:29:54','Spoke too soon','Frank Schleck is taking a pull.'),(6313,142,'2007-03-18 16:30:22','18 seconds','With 3.5 km to go, the gap is just 18 seconds.'),(6314,142,'2007-03-18 16:30:58','With 3km to go','Contador is 17 seconds ahead.'),(6315,142,'2007-03-18 16:31:46','Very close','It\'s a big group chasing as Contador hits the final 2km and he will be facing a strong ocean breeze.'),(6316,142,'2007-03-18 16:32:07','With 2km to go...','17 seconds.'),(6317,142,'2007-03-18 16:32:29','One on one','Rebellin is on his own chasing!'),(6318,142,'2007-03-18 16:32:40','Contador is in the final kilometer',''),(6319,142,'2007-03-18 16:32:57','Rebellin is in the final','kilometer'),(6320,142,'2007-03-18 16:33:16','Holy @#$%!','this is something!'),(6321,142,'2007-03-18 16:33:36','Rebellin gets company','and now he\'s been attacked.'),(6322,142,'2007-03-18 16:33:50','Contador!','Contador wins it!!!'),(6323,142,'2007-03-18 16:34:01','Contador takes the jersey, too!',''),(6324,142,'2007-03-18 16:37:16','The best young','rider of Paris Nice, takes the yellow jersey in the last few kilometers of a week-long stage race, finishing 19 seconds ahead of Garcia-Lopez and the rest of the Rebellin group. Rebellin loses the jersey and holds on to second, 26 seconds behind Rebellin.'),(6325,142,'2007-03-18 16:38:06','Wow',''),(6326,142,'2007-03-18 16:42:32','Congratulations','to reader Chris Heintz, who was one of many among you to turn in his pick for Contador. We\'ll see to it, Chris, that you get a Coors Classic DVD. Thanks for including your address.'),(6327,142,'2007-03-18 16:45:28','That should convince','anyone promoting a stage race that the final stage should be more than a victory parade. Save the Champagne for after the race, eh?'),(6328,142,'2007-03-18 17:02:00','Results','Are beginning to drift in. Here are the top ten:

    1. Alberto Contador (Sp), Discovery Channel
    \r\n2. David Lopez Garcia (Sp), Caisse d\'Epargne, 00:19
    \r\n3. Joaquin Rodriguez (Sp), Caisse d\'Epargne, 00:19
    \r\n4. Samuel Sanchez (Sp), Euskaltel-Euskadi, 00:22
    \r\n5. Alexandre Botcharov (Rus), Credit Agricole, 00:22
    \r\n6. Franco Pellizotti (I), Liquigas, 00:22
    \r\n7. Tadej Valjavec (SLO), Lampre, 00:22
    \r\n8. Davide Rebellin (I), Gerolsteiner, 00:22
    \r\n9. Frank Schleck (Lux), CSC, 00:22
    \r\n10. Cadel Evans (Aus), Predictor-Lotto, 00:22


    Overall
    1. Alberto Contador (Sp), Discovery Channel
    \r\n2. Davide Rebellin (I), Gerolsteiner, 00:26
    \r\n3. Sanchez Luis-Leon (Sp), Caisse d\'Epargne, 00:42
    \r\n4. Tadej Valjavec (SLO), Lampre, 00:49
    \r\n5. Franco Pellizotti (I), Liquigas, 00:57
    \r\n6. David Lopez Garcia (Sp), Caisse d\'Epargne, 01:00
    \r\n7. Cadel Evans (Aus), Predictor-Lotto, 01:01
    \r\n8. Frank Schleck (Lux), CSC, 01:08
    \r\n9. Samuel Sanchez (Sp), Euskaltel-Euskadi, 01:12
    \r\n10. Joaquin Rodriguez (Sp), Caisse d\'Epargne, 01:22
    \r\n\r\n'),(6329,142,'2007-03-18 17:03:00','Well, that\'s a wrap','Thanks for joining us this week. It\'s been an interesting race and a reminder that despite the best efforts of the suits (read ASO and the UCI), this sport can actually be a real joy to be involved with. Quite a week, eh? And to think, this race almost didn\'t happen.'),(6331,145,'2007-04-15 13:45:42','The cobbles','Just to give you a sense of what\'s ahead today, here is a list of the 57km of cobbles that will be covered today. Indeed, the leaders - now with an advantage of about 5:00 - have already worked their way through the first three sections.

    The Cobbles of Roubaix

    Section
    At km
    Name
    Length
    28
    98
    Troisvilles à Inchy
    2.2 km
    27
    104
    Viesly à Quiévy
    1.8 km
    26
    106.5
    Quiévy à Saint-Python
    3.7 km
    25
    111.5
    Saint-Python
    1.5 km
    24
    119
    Vertain à St-Martin-sur-Ecaillon
    1.9 km
    23
    126
    Capelle-sur-Ecaillon - Le-Buat
    1.7 km
    22
    138
    Verchain-Maugré à Quérénaing
    1.6 km
    21
    141
    Quérénaing à Maing
    2.5 km
    20
    144
    Maing à Monchaux-sur-Ecaillon
    1.6 km
    19
    155.5
    Haveluy à Wallers
    2.5 km
    18
    163.5
    Tranchée (ou Trouée) d’Arenberg
    2.4 km
    17
    170
    Wallers à Hélesmes
    1.6 km
    16
    176.5
    Hornaing à Wandignies - Hamage
    3.7 km
    15
    184
    Warlaing à Brillon
    2.4 km
    14
    187.5
    Tilloy à Sars-et-Rosières
    2.4 km
    13
    194
    Beuvry-la-Forêt à Orchies
    1.4 km
    12
    199
    Orchies
    1.7 km
    11
    205
    Auchy-lez-Orchies à Bersée
    1.2 km
    10
    210.5
    Mons-en-Pévèle
    3 km
    9
    216.5
    Mérignies à Pont-à-Marcq
    0.7 km
    8
    219.5
    Pont-Thibaut à Ennevelin
    1.4 km
    7
    225
    Templeuve - L’Epinette
    0.2 km
    7
    225.5
    Templeuve - Moulin-de-Vertain
    0.5 km
    6
    232
    Cysoing à Bourghelles
    1.3 km
    6
    234.5
    Bourghelles à Wannehain
    1.1 km
    5
    239
    Camphin-en-Pévèle
    1.8 km
    4
    242
    Carrefour de l’Arbre
    2.1 km
    3
    244
    Gruson
    1.1 km
    2
    251
    Hem
    1.4km
    1
    257.5
    Roubaix
    0.3km
    Total: 52.7km
    '),(6332,145,'2007-04-15 13:50:26','Warm','As you well know by now, this spring has been quite warm in Europe meaning conditions are quite unusual for the Spring Classics. While the weather certainly means that riders will avoid the usual muck and mire of Paris-Roubaix, there is another hazard, namely dust.

    VeloNews\'s chief executive officer (our boss of bosses), Felix Magowan is out on the course with his son Henry. Felix reports that the conditions are almost reminiscent of those present during the 1976 filming of the great film, \"A Sunday in Hell.\" Sure, it;s warm, but a guy has to breath that stuff, too. Fans lining the course are wearing dust masks, so it has to be toughon riders.'),(6333,145,'2007-04-15 15:14:08','Contact us?','If you have questions or comments, by the way, drop us a line.'),(6334,145,'2007-04-15 14:00:33','Our leaders','Have made it through the cobbles at Vertain à St-Martin-sur-Ecaillon and are enjoying a lead of 5:25. The majority of the chase work is being handled by the Lampre team of Tour of Flanders winner Alessandro Ballan. Is this one of those breaks that may actually stick? It seems difficult, if not impossible, for a team like Lampre to take on the entire burden. The tactic most certainly falls within the strategy of CSC, which has three riders in the break. One of them, Stuart O\'Grady told VeloNews\'s Andy Hood in an interview we posted yesterday that the team most certainly wants to see Fabian Cancellara repeat, but is at Roubaix with all guns firing. If the group stays away, O\'Grady is certainly a favorite, but even if they get reeled in, CSC has a lot of fire-power in the main field, including the defending champ.'),(6335,145,'2007-04-15 14:06:02','Zippy','Race radio reports that, thus far, the speed for the first three hours has averaged at around 45kph. Now that\'s fast, but we will see things slow down as the bulk of the cobbled sections remain up the road.'),(6336,145,'2007-04-15 15:31:33','Contest Reminder','Care to guess who might win today? Enter our Paris-Roubaix\r\ncontest, but remember that you get one pick and that we won\'t be accepting\r\npicks after km 250. We\'ll make a random selection from among the correct\r\nentries and award the winner a copy of \"\'06\r\nParis-Roubaix,\" the video from last year\'s race.'),(6337,145,'2007-04-15 14:13:47','Milram attack','Ralf Grabsch (Milram) has moved ahead on the cobbles of Verchain-Maugré à Quérénaing.'),(6338,145,'2007-04-15 14:19:06','Grabsch has a slight lead','of about 40 seconds, but he also has a long way to go.'),(6339,145,'2007-04-15 14:23:00','Grabsch','Riding through the cobbles at Maing à Monchaux-sur-Ecaillon (at km 144), Grabsch has bumped his lead up to one minute or so.'),(6340,145,'2007-04-15 14:31:16','Weather','While we referred to it as \"warm,\" a more apt description might be \"frickin\' HOT.\" Folks it\'s in the low 80s here and the dust is getting to be a problem. It could be that Grabsch may decide that a solo ride is an advantage, simply because he doesn\'t have to eat and breath the dust raised by the other 29 riders in the break. It makes sense, eh?'),(6341,145,'2007-04-15 14:33:32','Grabsch is heading','to the cobbles at Haveluy à Wallers (section 19 at km 155.5), a 2.5km chunk of pave\' that ends about 7km from the start of the rough roads at Arenberg.\r\n'),(6342,145,'2007-04-15 14:35:13','Concerning the heat,','several teams are taking extra precautions to combat the excessive temperatures. Team CSC sport director Scott Sunderland told VeloNews: \"We will have six cars hopping between sectors. They are usually there for wheels, but today we\'ll take extra bidons to keep the guys hydrated.\" '),(6343,145,'2007-04-15 14:37:04','Record heat?','QuickStep-Innergetic manager Patrick Lefevere told VeloNews this is the warmest Roubaix he\'s ever seen: \"This is my 37th Roubaix, and I\'ve never seen it this warm before. Making to eat and drink will be very important.\" '),(6344,145,'2007-04-15 14:38:39','Time Gaps','Grabsch has 1:15 on the others in the escape group and the peloton is 4:39 back.'),(6345,145,'2007-04-15 14:41:36','Arenberg','Perhaps because of the weather, or more likely because the police left the nearby highway exit open, (offering easy access to fans), the Arenberg forest is a mob scene! '),(6346,145,'2007-04-15 14:44:25','Grabsch','is heading to the Arenberg forest... and the crowds are massive.'),(6347,145,'2007-04-15 14:44:42','Big Maggy','Liquigas rider Magnus Backstedt said it would \"mean the world\" to him to have a strong ride today. The big Swede with cobblestone speed has had his fair share of troubles. He broke his shoulder in October while riding on the track, only to discover a melonoma on his chest. \"Thankfully, it\'s been removed and everything\'s come back negative. I have a checkup Thursday to be sure.\" To make matters even worse, his 29-year-old sister found out Friday she has breast cancer. \"I will dedicate my ride today for her.\"'),(6348,145,'2007-04-15 14:46:41','The Arenberg','Grabsch is working his way through the 2.4km of the Tranchée d’Arenberg, the most famous stretch of cobbles in this great race. The rest of the break is on the cobbles, too, about 1:15 back.'),(6349,145,'2007-04-15 14:47:47','A Roubaix first','Discovery Channel\'s Fumiyki Beppo became the first Japanese rider to ride the pave in a Paris-Roubaix. Last year, another Japanese rider - Masahiro Shinagawa - started but abandoned before the race reached the first pave sector at Troisville.'),(6350,145,'2007-04-15 14:49:05','Back in the peloton','the speed has really picked up, as they have chopped 1:00 off of the lead in the last 10km, not as much intent on chasing but jockeying for position before the Arenberg. The peloton is in the forest... and Grabsch is nearing the end.'),(6351,145,'2007-04-15 14:50:02','Crash!','There\'s a big pileup in the main field. A CSC rider - Cancellara? - had stopped for puncture - causing a major pileup in the back of the bunch '),(6352,145,'2007-04-15 14:52:31','Correction','That wasnt Cancellara. He\'s at front with Boonen - just coming off the Arenberg'),(6353,145,'2007-04-15 14:54:13','Interesting','Leon Van Bon just steered off the right side of the Arenberg. He ended up riding on the spectators\' side of the metal barriers. Meanwhile, the gap is down to 2:50.'),(6354,145,'2007-04-15 14:57:33','Grabsch is on','the cobbles of Wallers à Hélesmes (section 17 at km 170). He is just a small amount ahead of the other men in the break. Behind, a strong group that includes Backstedt, Van Petegem, Boonen and a lot of good horsepower, is moving up fast.'),(6355,145,'2007-04-15 14:59:06','Time gaps','Grabsch is 50 seconds ahead of the first chase group and 2:20 ahead of the Boonen group. We\'ll try to ID all of those riders.'),(6356,145,'2007-04-15 14:59:43','Disco','Discovery Channel Antonio Cruz is the lone American among the 187 starters. He said he was \"feeling good\" but said the team \"missed the presence of George.\"\r\n'),(6357,145,'2007-04-15 15:00:28','Hoste','is leading the Boonen group. He said he\'s out to take revenge for his narrow loss last weekend in Tour of Flanders.'),(6358,145,'2007-04-15 15:02:14','Marcus Burghardt','The T-Mobile winner of Ghent-Wevelgem is having a tough day. He crashed earlier in the day, chased like crazy, caught back on and had a flat.'),(6359,145,'2007-04-15 15:04:17','On asphalt','Grabsch is riding at an easy tempo on nice asphalt roads... but he\'s about to be gobbled up by the chase group. Behind, the Boonen group is at about 2:55, with 84km to go. Up next is the 3.7km section of cobbles at Hornaing à Wandignies - Hamage'),(6360,145,'2007-04-15 15:06:59','Grabsch has company','and Gerolsteiner\'s David Kopp counter-attacks and is now on the 3.7km section of cobbles at Hornaing à Wandignies.'),(6361,145,'2007-04-15 15:07:49','One rider to watch','Team CSC rider Lars Michaelsen signed in for his final race as a professional. The 14-year pro hangs up the cleats today.'),(6362,145,'2007-04-15 15:10:44','The Boonen group','is on the cobbles of Hornaing à Wandignies. That is a strong group that includes Tom Boonen, Peter Van Petegem, Fabian Cancellara, Leif Hoste, Magnus Backstedt, Filippo Pozzato, Vladimir Gusev, Philippe Gilbert, Juan-Antonio Flecha, Stefen Wesemann.

    Up front, Kopp has been joined by Roger Hammond. \r\n'),(6363,145,'2007-04-15 15:13:13','Hammond and Kopp','are out of section 16\'s cobbles... but they are now with the rest of the escape group. Up next are the section 15 cobbles at km 184, Warlaing à Brillon.'),(6364,145,'2007-04-15 15:16:24','O\'Grady','has dropped back to the Boonen/Cancellara group. It\'s a good sign that the lead group may soon be caught and CSC director Bjarne Riis sees the race being decided by that second group. The gap is down to 1:45.'),(6365,145,'2007-04-15 15:17:51','Backstedt','has punctured. He\'s going to have a tough, tough chase, but the big man is a pro and is quite relaxed.'),(6366,145,'2007-04-15 15:18:46','Warlaing à Brillon','The leaders are on the cobbles of Warlaing à Brillon and the gap is less than 1:30.'),(6367,145,'2007-04-15 15:20:38','A very brief respite','Once the leaders are through section 15, there is a short break before the cobbles at Tilloy à Sars-et-Rosières.'),(6368,145,'2007-04-15 15:27:04','Boonen\'s bike','Boonen is riding a custom-made alloy frame while Specialized builds a new\r\ncarbon-fiber frame for the star Belgian. Boonen complained of back pain\r\nearlier this season and decided he needed a different setup than his team-issue\r\nframe. Specialized quickly produced a new bike while new carbon-fiber molds\r\nare being made to accomodate his needs. Boonen promptly won the Dwars door\r\nVlaanderen racing on it for the first time. \"We want to make sure they\r\nhave what they need to win,\" said Specialized\'s Sean Sullivan. Gert Steegmans\r\nis also riding one of these custom-made steeds.\r\n

    '),(6369,145,'2007-04-15 15:28:25','Cancellara','Has tried a dig with Hoste. Cancellara told journalists Saturday in a press conference, \"If I lose, it will be my own fault. When I go, I go very, very, very fast.\"

    Frantic chasers ... and QuickStep shut down the move! Boonen is not gonna let that one go.'),(6370,145,'2007-04-15 15:28:50','The gap is at 1:04','with 17 riders in that powerful chase group.'),(6371,145,'2007-04-15 15:30:48','One aspect of the weather...','is that the speed is quite high. There\'s some speculation this could be the fastest Roubaix ever. That mark was set in 1964 by Peter Post with 45.129kph on a 265km course.'),(6372,145,'2007-04-15 15:31:25','Michaelsen','Team CSC\'s Lars Michaelsen is racing his last professional. He received a nice cheer at the start and ASO has a small ceremony to honor his career after the race. Michaelsen said, \"Right now I am focusing on the race. I don\'t have the energy to waste on emotions right now.\" '),(6373,145,'2007-04-15 15:32:47','With the gap coming down','there is a lot of cross-over between the two lead groups. With 65km to go, we see the gap at 45 seconds.'),(6374,145,'2007-04-15 15:35:13','on section 13','The leaders are on the 1.4km stretch of cobbles at Beuvry-la-Forêt à Orchies.'),(6375,145,'2007-04-15 15:35:48','Michaelsen','is driving at the front of the chase group. The gap is now sub-40 seconds.'),(6376,145,'2007-04-15 15:36:48','Off the cobbles','the two lead groups are now on pavement and have a 3km break before the 1.7km hunk of pave\' at Orchies.\r\n'),(6377,145,'2007-04-15 15:39:18','Disco','Discovery Channel\'s Vladimir Gusev was intense this morning, merely grunting about inquiries to his form. \"I feel good. We will try to make the race. I love the cobbles. Keep an eye on him. He\'s in the Boonen group. It looks like group off the front is sitting up to wait for the Boonen group to pull through ... and we could see a merger and acquisition here real soon.'),(6378,145,'2007-04-15 15:41:35','A reader question:','A reader named Rich asks.

    Does the fact that Unibet has been ignored for most of the races this year after gaining a pro tour license lessen the value of winning the pro tour for teams or riders this year?
    Maybe, maybe not, Rich, but it has sure lessened the value of ProTour license, eh?\r\n \r\n'),(6379,145,'2007-04-15 15:40:00','Van Summeren','has crashed hard. He\'s up and about, but he hit the deck after touching wheels on smooth roads, proving that the cobbles aren\'t the only hazard at Paris-Roubaix.'),(6380,145,'2007-04-15 15:43:00','Zoooooom','The Boonen group is powering through the pave\' at Orchies, with Van Impe, Kopp and Pollack really driving it hard off the front of the escape group'),(6381,145,'2007-04-15 15:48:21','CSC','is looking strong. The Danish squad has five riders in the mix.'),(6382,145,'2007-04-15 15:49:10','Michaelsen','is trying to bridge up to the remnants of the break. Man, it would be cool if he won the final race of his career.'),(6383,145,'2007-04-15 15:52:31','Unity?','Roessler, Flecha, Leukemans are with Michaelsen and they are about to make the catch.'),(6384,145,'2007-04-15 15:55:00','The four chasers','have joined the 1st chase group, with the three riders up front. Added horsepower?

    Defending champion Fabian Cancellara is a fan of Al Pacino and the film\r\nScarface. His Cervelo Roubaix frame had a quote from the movie emblazoned across the top tube: \'Tony M - The World is Yours\'\r\n

    Say hello to his little friend.'),(6385,145,'2007-04-15 16:00:34','Van Impe, Kopp and Pollack','Are on the section 10 cobbles at Mons-en-Pévèle. A three-km stretch. Predictor Lotto is driving hard in the chase group at about 1:00 back.\r\n'),(6386,145,'2007-04-15 16:01:38','Big Maggy','In case you\'re wondering, that flat proved to be quite costly and Backstedt was never really able to pull back after the puncture.'),(6387,145,'2007-04-15 16:02:00','O\'Grady crashes','lightly, but he almost caused Cancellara to crash. He\'s back up, though and will be fine.'),(6389,145,'2007-04-15 16:07:17','Off the cobbles','The three leaders and the chase group are off the cobbles of Mons-en-Pévèle.... and heading to the short 700-meter stretch at Mérignies à Pont-à-Marcq.'),(6390,145,'2007-04-15 16:09:14','The time gaps','The trio up front are just 30 seconds ahead of the Michaelsen chase group.'),(6391,145,'2007-04-15 16:12:00','Pollack','dropped and caught and dropped. Did he have a flat? Anyway, he\'s history so we have Van Impe and Kopp leading by 32 seconds on the cobbles of Pont-Thibaut à Ennevelin. The Boonen/Cancellara group is just 1:08 back\r\n'),(6392,145,'2007-04-15 16:16:26','Disco','It looks like the Discovery team has both Gusev and Devolder in the Boonen/Cancellara group.'),(6393,145,'2007-04-15 16:19:18','Interesting','The Boonen group is being led by T-Mobile riders including Marcus Burghardt, who did manage to fight back from a crash and a flat. Impressive.'),(6394,145,'2007-04-15 16:22:08','With less than 35km remaining','the two leaders are just 25 seconds ahead of Breschel, Michaelsen, Flecha, Leukemans, Ralf Grabsch, Petito and Pollack. The Boonen/Cancellara group is another 40 seconds back.\r\n'),(6395,145,'2007-04-15 16:24:34','Boonen','is now pushing it hard. He\'s somewhat isolated. He is the lone QuickStep rider in his group, but he does have Van Impe up the road.'),(6396,145,'2007-04-15 16:26:12','At km 232','The two leaders are heading into the cobbles of Cysoing à Bourghelles. It\'s a two-part section with 1.3km and 1.1km'),(6397,145,'2007-04-15 16:27:09','Michaelsen','is really pushing it in the chase group as those riders enter the cobbles.\r\n'),(6398,145,'2007-04-15 16:28:00','Boonen','Has attacked out of the second chase group. The time gap, with 28km to go, is narrowing. The Michaelsen group is just 17 seconds behind the two leaders - Van Impe and Kopp - and then Boonen is another 45 seconds back with a small group chasing. That goup includes Fabio Baldato (Lampre), Marcus Burghardt (T-Mobile), Leif Hoste (Predictor Lotto), Staf Scheirlinckx (Cofidis), and Stijn Devolder (Discovery Channel).\r\n'),(6399,145,'2007-04-15 16:29:53','One rider we don\'t see','is Cancellara. He is not able to hold Boonen\'s pace.'),(6400,145,'2007-04-15 16:30:44','With 26km to go','Boonen is driving hard and he\'s being chased by Marcus Burghardt (T-Mobile). The dust is brutal.'),(6401,145,'2007-04-15 16:33:18','Out of section six','With 26km to go, Kopp and Van Impe are caught.'),(6402,145,'2007-04-15 16:36:27','O\'Grady','A big move from O\'Grady. He bridged up to the chase group and attacked when the two leaders were caught. It\'s now the Aussie off the front.\r\n\r\nDevolder is now trying bridge... as Boonen is chasing hard. All of these guys are within 40 seconds of one another.'),(6403,145,'2007-04-15 16:38:58','With 23km','to go, O\'Grady is powering off on his own. Cancellara is cooked, so Riis must have given the Aussie the green light '),(6404,145,'2007-04-15 16:40:31','The chase group','that includes Flecha, Wesseman, Michaelsen... is at 50 seconds.

    Boonen is about 1:10 back from O\'Grady.'),(6405,145,'2007-04-15 16:41:29','O\'Grady','is 20km from the finish and holding a 52-second lead.'),(6406,145,'2007-04-15 16:43:00','Boonen','is riding like a mad man... he has two T-Mobiles on his wheel. '),(6407,145,'2007-04-15 16:43:58','With 17km to go','O\'Grady has 51 seconds on the Flecha group and 1:11 on Boonen.'),(6408,145,'2007-04-15 16:45:39','On the cobbles','at Carrefour de l’Arbre, O\'Grady is powering through this 2.1km stretch of cobbles.'),(6409,145,'2007-04-15 16:46:47','Flecha attacks','Flecha is charging out of the chase group. It\'s a large group - of nine - but a lot of those guys are tired and Flecha is clearly not willing to wait around for Boonen to catch on.'),(6410,145,'2007-04-15 16:48:01','This is the last','really tough stretch of pave\'. O\'Grady is pushing hard as he powers through the cobbles.'),(6411,145,'2007-04-15 16:48:33','O\'Grady','has 15km to go. He\'s on the Gruson cobbles.'),(6412,145,'2007-04-15 16:49:42','CRASH!!!!','Michaelsen has crashed.'),(6413,145,'2007-04-15 16:50:36','O\'Grady','is powering on. Michaelsen, meanwhile, is up and riding.'),(6414,145,'2007-04-15 16:51:06','Boonen is','chasing on his own. Wowie Zowie, folks.'),(6415,145,'2007-04-15 16:52:10','O\'Grady','is now 1:32 back, as the Flecha group has been trimmed to four riders. Boonen can see them... but with 13km to go, can he catch O\'Grady?'),(6416,145,'2007-04-15 16:53:14','The chase','of Flecha, Leukemans, Petito and Wesemann is 50 seconds behind O\'Grady. Boonen is another 30 seconds back.'),(6417,145,'2007-04-15 16:54:16','Trains... don\'t worry','We\'ve received many e-mails about the tracks that played such a role last year. We\'ve crossed that section without incident this year. No worries, mate.'),(6418,145,'2007-04-15 16:55:57','10km to go','O\'Grady is powering through the final haul to Roubaix.'),(6419,145,'2007-04-15 16:57:36','Interviews','Just a reminder folks, our guy Andrew Hood interviewed O\'Grady as a preview for this race... and Paulo Bettini for a world\'s preview. It might pay to talk to him before a big race, eh?\r\n'),(6420,145,'2007-04-15 16:59:12','Powering','through the cobbles at Hem, O\'Grady has 8km to go with a one-minute lead. The four chasers - Flecha, Leukemans, Petito and Wesemann - are just entering the cobbles as O\'Grady gets off. '),(6421,145,'2007-04-15 17:00:08','Boonen still','chasing... but he\'s not making much progress. It almost seems that O\'Grady has this one - barring a disaster like a flat.'),(6422,145,'2007-04-15 17:01:21','Six','kilometers to go, O\'Grady is putting his heart and soul into this final effort. He has about 1:00.'),(6423,145,'2007-04-15 17:02:40','The only','section of cobbles remaining is the little 300-meter hunk on the road to the Velodrome in Roubaix.'),(6424,145,'2007-04-15 17:03:42','Five kilometers to go','O\'Grady is still about 1:00 up on the chase group. Boonen is about to catch the chase group, but it\'s going to be hard to make up that gap in this short of a distance.'),(6425,145,'2007-04-15 17:04:47','O\'Grady','is now four kilometers from the finish and he\'s still 1:06 ahead of the chase.'),(6426,145,'2007-04-15 17:05:44','The chase group','is now 4km from the finish. Boonen is still chasing. The men in the chase group are attacking each other.'),(6427,145,'2007-04-15 17:06:03','Three kilometers','to go for O\'Grady.'),(6428,145,'2007-04-15 17:06:46','Boonen','is now just 8 seconds behind the Flecha group.'),(6429,145,'2007-04-15 17:07:19','Two kilometers to go','O\'Grady may be allowing himself to believe he can win.'),(6430,145,'2007-04-15 17:08:00','The final kilometer','O\'Grady is on his way to the velodrome!'),(6431,145,'2007-04-15 17:08:24','On the track...','holy moly....'),(6432,145,'2007-04-15 17:08:49','On the velodrome','One lap to go...'),(6433,145,'2007-04-15 17:09:45','Stuart O\'Grady','wins Paris-Roubaix, the first Australian to win the Hell of the North and the second CSC rider to win the Queen of the Classics in as many years.'),(6434,145,'2007-04-15 17:10:19','The chase group','has held off Boonen, so Flecha, Leukemans, Petito and Wesemann are fighting for the remaining two podium spots.'),(6435,145,'2007-04-15 17:10:49','Flecha second','and Wesemann third. '),(6436,145,'2007-04-15 17:11:53','42.18 kph','Not the fastest in history, but do you think O\'Grady cares?\r\n'),(6437,145,'2007-04-15 17:12:32','Wowie Zowie','That was a Hell of a race...'),(6438,145,'2007-04-15 17:14:02','Congratulations','to viewer Dan Belling, who won our contest today!'),(6439,145,'2007-04-15 17:19:55','Thank you folks','We appreciate you joining us for today\'s Live Update. Stay tuned for a complete race reporter from Andrew - the good luck charm - Hood, results and Photos from Graham Watson.'),(6440,145,'2007-04-15 17:19:48','Backstedt','finishes in a big group at about 9:00.'),(6441,147,'2007-04-16 13:08:34','Here we go','Greetings and welcome to stage 1 of the 2007 Tour de Georgia. On tap is a mostly flat 98.5-mile run south from Peachtree City to Macon.'),(6442,147,'2007-04-16 13:11:23','Weather','While the road to Macon won’t pose many huge challenges for the riders, the weather certainly will. Georgia isn’t experiencing anything like what the rain-soaked folks in the northern states, but the wind here is really whipping.'),(6443,147,'2007-04-16 13:16:04','Golf Carts','Today’s stage start was in front of the Peachtree City town hall and library. Among the many services offered at the town hall is golf cart registration. Yes, Peachtree City is a planned community that was built golf cart friendly.'),(6444,147,'2007-04-16 13:23:43','Pre-race','Our man out on the course today, JoE Silva, called in with a pre-race update a few minutes ago. He spoke to Toyota-United sprinter Ivan Dominguez who said he wasn’t going to worry too much about CSC über sprinter JJ Haedo, and just race his own race. \r\n'),(6445,147,'2007-04-16 13:26:04','Early break','Austin King (Jittery Joe’s) currently off the front at 8-mile mark. Good to see the local team getting some TV time early going. Of course the domestic team is based in Athens, Georgia, making them a big fan favorite at this race.'),(6446,147,'2007-04-16 13:27:18','Reshuffle','There\'s lots of action now. King was absorbed and several othes are trying to move off the front. Everyone is gunning to make the selection of the day.'),(6447,147,'2007-04-16 13:35:11','New break','Now we have a group of five moving off the front with a 10-second gap – David McCann (Colivata), Matt Shriver (Jittery Joe’s), Mauro Facci (Quick.Step), Tim Johnson (Health Net-Maxxis) and Craig Lewis (Slipstream). Let\'s see if this one sticks.'),(6448,147,'2007-04-16 13:36:04','Crowds','Lots of kids have been let out of school early to see riders off. Besides the wind, it\'s a beautiful spring day here in Georgia.'),(6449,147,'2007-04-16 13:38:03','More on the golf carts','According to a staffer at the Peachtree City town hall there are 8007 registered golf carts in the city and it costs $12 for to register them for five years. She also told us that there are several golf cart dealers in the area -- and that yes -- people do pimp out their golf carts. Stereos and four-wheeler tires are some of the common ad-ons.\r\n'),(6450,147,'2007-04-16 13:42:00','Fast Freddy','VN caught up with Predictor-Lottos\'s Freddy Rodriguez before the start. He said he was still a little jet-lagged after traveling across the Atlantic. Rodriguez was among a host of people stuck in the Brussels airport because of a strike on Friday. The Lotto speedster added that he felt like the wind would be a huge factor today. Here at the finish in Macon it is whipping with gusts upwards of 40mph.'),(6451,147,'2007-04-16 13:47:54','Big George update','Besides the much talked about return of Tyler Hamilton to the race scene, today also marks the return of Discovery Channel’s George Hincapie. Hincapie has been on the sidelines since a crash at the Tour of California. VN sat down with the Greenville, South Carolina resident yesterday and he said he was feeling better but not yet 100 percent.\r\n'),(6452,147,'2007-04-16 13:50:08','Missing the classics','Hincapie said that it was tough on him, but he did watch both the Tour of Flanders and Paris Roubaix on TV. He called Stuart O’Grady’s win a dream situation. “Rolling into the velodrome all by yourself is as good as it could get.â€Â\r\n'),(6453,147,'2007-04-16 13:51:08','All together','Looks like the escape has been absorbed and we are all together again.'),(6454,147,'2007-04-16 13:57:28','Floyd in Georgia','No word yet if Floyd Landis plans on showing up at the race yet. But the defending Tour de Georgia champ will be in Georgia this week. He\'s scheduled to appear at the Cox Communications headquarters in Atlanta on Wednesday as part of the Floyd Fairness Fund tour. Admission is $50 and will include an autograph session.'),(6457,147,'2007-04-16 14:07:24','Welcome back','The highlight from this morning’s sign-in had to be the introduction of Tyler Hamilton. This is his first UCI race in the U.S. since the 2001 San Francisco GP and he received a warm welcome from the crowd at Peachtree City. \r\n'),(6456,147,'2007-04-16 14:06:05','One away','Check that it’s Navigators Viktor Rapinski who is off alone. We are 1 hour into the race. Expected finish is at 4:50 p.m. EST'),(6458,147,'2007-04-16 14:09:15','Gap','is 2:40 for Rapinski. We\'ve been racing for 1:05 and they are flying. That wind has been mostly at the riders back\'s.'),(6459,147,'2007-04-16 14:12:19','Speed','With just over an hour of racing in the books -- the riders have covered 30.5 miles. That is moving.'),(6460,147,'2007-04-16 14:14:17','First sprint','Results from the first sprint at MM 30.5 in Zebulon are: 1. Viktor Rapinski, Navigators; 2. Emile Abraham, Priority Health; 3. Nick Reistad, USA Cycling Development\r\n'),(6461,147,'2007-04-16 14:17:55','Today’s finish in Macon','Riders will do 3 turns of a 2.55 mile circuit in downtown Macon. The loop has eight turns, but the run to the finish line is nearly two city blocks. Darg race anyone?\r\n'),(6462,147,'2007-04-16 14:20:22','Race situation','Navigators Viktor Rapinski continues to lead with a gap of 2:45.'),(6463,147,'2007-04-16 14:27:26','Action','We\'ve got a group of riders bridging across to Rapinski. We\'ll get you numbers as soon as we can.'),(6464,147,'2007-04-16 14:29:30','Correction','For any of you who read today\'s race preview, there was a little typo in the \"by the numbers\" section. The Toyota-United bus did not cost $4 million, but $250,000. Opps '),(6465,147,'2007-04-16 14:36:05','Race situation','Just got those numbers and here’s the deal. Navigators Rapinski is still out front with a 3:05 lead over the main field. In between we have five chasers. There is a group of four that includes Mike Sayers (BMC), Andrea Tonti (Quick.Step), Daniele Contrini (Tinkoff) and Doug Ollerenshaw (Health Net). They are 1:05 back of Rapinski. Chasing alone is Matt Shriver (Jittery Joe’s) at 1:55.\r\n'),(6466,147,'2007-04-16 14:39:41','Show him the money','Rapinksi just picked up his second intermeidate sprint of the day, but this one -- in Barnsville -- also came with a $500 bonus prime.'),(6467,147,'2007-04-16 14:41:14','Five at the front','The four chasers have caught Rapinski, so we now have five at the front with about 52 miles to go.'),(6468,147,'2007-04-16 14:43:16','Correction','Turns out it was No. 74 Ben Day and not 47 Andrea Tonti that bridged across to Rapinski -- and that means the Navvs now have two at the front of this race.'),(6469,147,'2007-04-16 14:44:15','Who’s the boss','From the outside Discovery Channel would appear to be in a quandary as to who will lead the team here in Georgia. Levi Leipheimer won the Tour of California and will be the team’s 1A choice behind Ivan Basso at the Tour de France. But this race is clearly Tom Danielson’s to lose. That was the plan at the team’s training camp in Solvang, California, and it remains the plan in Georgia.\r\n'),(6470,147,'2007-04-16 14:46:48','Gap','from the lead group of 5 and the main bunch is 5 minutes. Eventually the responsibilty to bring this back will fall primarily to CSC who brought speedster JJ Haedo over to contest the sprints. As a member of Toyota-United last year, he was the lone non-ProTour rider to win a Tour de Georgia stage. Now he\'s making ProTour money and with that will come ProTour responsibility.'),(6471,147,'2007-04-16 14:50:03','Gap','is up to 6:35. This could get interesting because the wind is at the riders\' back reducing the power of numbers somewhat. It\'s still blowing like mad at the finish in Macon. Gusts are easily reaching 45 miles an hour. It\'s that kind of wind you can literally hear.'),(6472,147,'2007-04-16 14:52:17','Shriver still in the middle','Jittery Joe\'s Matt Shriver is stil dangling solo between the lead of five and the main field.'),(6473,147,'2007-04-16 14:55:58','Gap right now is now up to...','eight minutes. Very interesting...'),(6474,147,'2007-04-16 14:59:47','Mileage','The lead group of five is 1km from the final sprint at Forsyth. That means we have 40 miles to go.'),(6475,147,'2007-04-16 15:04:30','Last sprint results','Here’s the order for the final intermediate sprint are Contrini (Tinkoff), Rapinski (Navigators) and Day (Navigators)\r\n'),(6476,147,'2007-04-16 15:12:05','Breaking down strategy','VN just spoke with Navigators team director Ed Beamon and he said the current situation was just what he was hoping for today. “We wanted to get our GC guy up the road and then see how long the ProTour teams looked at each other.†Navs rider Ben Day is that GC man, and while the Brasstown stage will be tough for the Aussie, he’s a solid time trialist. In fact he even won his country’s national TT title a few years back. Asked on the odds of this break actually staying away, Beamon was not very optimistic. “That tailwind will really benefit the bunch,†Beamon added.\r\n'),(6477,147,'2007-04-16 15:13:23','Race situation','It\'s still five off the front with a 6:50 gap to the field'),(6478,147,'2007-04-16 15:14:19','Profile','Whiile the race\'s technical bible shows a fairly flat stage, there are some decent rollers along this route. Definitely leg sapping.'),(6479,147,'2007-04-16 15:16:14','Finish circuit','There\'s also a short section of uphill on the finishing circuit that will test the fitness. It\'s not the Koppenburg, but there could be some time gaps before this thing is done.'),(6480,147,'2007-04-16 15:17:43','Shriver gulped up','Jittery Joe\'s Matt Shriver just got reeled in by the bunch -- a valiant effort but to no avail.'),(6481,147,'2007-04-16 15:19:45','Gap right now is','6:45'),(6482,147,'2007-04-16 15:26:37','Floyd\'s coming','Just got word that embattled 2006 Tour de France champ Floyd Landis will be holding a press conference on Saturday following the stage finish in Stone Mountain. He may also show up at the Brasstown stage but that\'s not confirmed yet. You\'ll remember that Landis is coming to Atlanta on Wednesday for another stop on the Floyd Fairness Fund Tour.'),(6483,147,'2007-04-16 15:27:33','Sunny Day','Navigators Ben Day was the top non-ProTour rider at this year\'s Tour of California, finishing eigth. So clearly the guys got some serious skills.'),(6484,147,'2007-04-16 15:29:33','Gap','At 67.6 miles into stage the gap is now...'),(6485,147,'2007-04-16 15:30:00','Gap is','6:10'),(6486,147,'2007-04-16 15:34:04','Macon','A little background on the stage 1 finish city. Located an hour south of Atlanta, Macon is known as the Cherry Blossom capital of the world. It’s also home to the Georgia Music and Sports Hall of Fames. Gap is steady at 6:45.\r\n'),(6487,147,'2007-04-16 15:35:19','Gap down to...','6:05'),(6488,147,'2007-04-16 15:37:01','Recap','The rider off the front are Navigators teammates Viktor Rapinski and Ben Day, Daniele Contrini (Tinkoff), Doug Ollerenshaw (Health Net-Maxxis) and Mike Sayers (BMC)\r\n'),(6489,147,'2007-04-16 15:44:10','Wind shift','The course has turned some and that tailwind is now a crosswind'),(6490,147,'2007-04-16 15:49:02','Gap holding','at 6:35. The main filed has covered 70 miles, meaing 28.5 to go.'),(6491,147,'2007-04-16 15:52:48','More on George','One other interesting tidbit from VN’s talk with George Hincapie yesterday. He said that after missing all the classics, he’s thinking of taking a run at the world championship road race in Stuttgart, Germany. He’s been told that the course will be selective enough to eliminate the pure sprinters, meaning an all-rounder like George could have a shot at a medal.'),(6492,147,'2007-04-16 15:54:00','Gap falling','It\'s down to 4:50, with all the ProTour teams here -- Quick.Step, Discovery, CSC and Predictor-Lotto -- all lending at least some support to the chase.'),(6493,147,'2007-04-16 15:54:41','And','Saunier Duval. There are five ProTour teams here.'),(6494,147,'2007-04-16 15:55:48','Gap is','4:45'),(6495,147,'2007-04-16 16:02:46','Maybe baby…','VN just spoke with Navigators DS Ed Beamon again, ane he is feeling a little more optimistic about the break’s chances. He thinks they’ll need at least two minutes heading into the finishing circuit, but that as they draw closer to Macon the likelihood of help from the sprinters’ teams diminishes. “I think they’ll just leave it to Discovery to limit the damage.†The one fly in that ointment is the assistance Discovery has recently been getting from Slipstream at the front of the chase. “In my mind it doesn’t make any sense for them to be up there. Why wouldn’t you force the ProTour teams to do the work?†New gap is 3:55.\r\n'),(6496,147,'2007-04-16 16:03:46','New gap is...','3:20'),(6497,147,'2007-04-16 16:04:51','10 miles to go','This could be close'),(6498,147,'2007-04-16 16:09:23','First casualty','Rapinski has lost touch with the lead group. Day is on his own now. Crash!'),(6499,147,'2007-04-16 16:10:06','Crash!!!','No names yet -- but race radio called CSC and Priority Health. Hold please...'),(6500,147,'2007-04-16 16:10:58','Gap is at','3:00 -- no names yet on crash'),(6501,147,'2007-04-16 16:12:50','On the circuit','We are now on the circuit in Macon on the first of three laps. Gap is just under 2k between lead group of four and main field. CSC rider involved in the crash was Christian Vandevelde but he\'s back in the bunch.'),(6502,147,'2007-04-16 16:13:58','Attack','Tinkoff rider Contrini has attacked the break\r\n'),(6503,147,'2007-04-16 16:16:02','With three laps to go on the 2.55-mile circuit','Contrini is still off the front with a gap of five seconds. Meanwhile, Sayers has lost touch with the original group.'),(6504,147,'2007-04-16 16:17:26','Toyota-United','Has taken over the pace making hoping to give their man Ivan Dominguez a shot in the sprint.'),(6505,147,'2007-04-16 16:18:41','Contrini...','Now has 10 second over Day and Ollerenshaw'),(6506,147,'2007-04-16 16:19:33','Rapinkski','is back in the bunch'),(6507,147,'2007-04-16 16:21:47','2 laps to go now','gap is 2:55 with 5.1 miles to go'),(6508,147,'2007-04-16 16:23:48','Toyota United','Continues to drive the chase with some help from Slipstream. Contrini is still off the front alone. The field is at 2:20 '),(6509,147,'2007-04-16 16:25:23','Gap from','Contrini to two chasers is 25 seconds'),(6510,147,'2007-04-16 16:28:17','Contrini...','A little background on our race leader. He is a 32-year-old Italian who lives in Gardone Val Trompia. He was third in the ITT at the 2001 Italian national championships, and on the Tinkoff website it says his hobbies are wine making and skiing.\r\n'),(6511,147,'2007-04-16 16:30:27','More from Contrini','He says his dream car is an \"ecologically clean car\" and his role model in cycling is Lance Armstrong.'),(6512,147,'2007-04-16 16:31:13','1 lap to go','and it looks like this is going to stick. The officials just allowed the Tinkoff car to move up to the gap. 500 to go... '),(6513,147,'2007-04-16 16:31:50','A the winner is...','Tinkoff\'s Daniele Contrini.'),(6514,147,'2007-04-16 16:33:04','Nice start','for Tyler\'s new team. They scored a similar win with Pavel Brutt at the Tour de Langkawi back in February. Brutt dropped his chase mates with about 5km to go and won solo. Sounds familiar.'),(6515,147,'2007-04-16 16:33:00','Best line from Contrini\'s website','Question: Blonde or brunette? Answer: Both'),(6516,147,'2007-04-16 16:34:16','Still waiting','on rest of top three'),(6517,147,'2007-04-16 16:35:50','Photo','Just posted a shot of Contrini on bottom of page. Handsome fella'),(6518,147,'2007-04-16 16:36:31','rest of top 3','is Ollerenshaw and then Day'),(6519,147,'2007-04-16 16:47:57','That\'s all folks','Okay that\'s it for today. Check back to VeloNews.com soon for a full report, results and photos. And check back to live update land tomorrow when VeloNews brings you stage 2 from the 2007 Tour de Georgia. Thanks for \"watching.\"'),(6520,0,'0000-00-00 00:00:00','',''),(6521,146,'2007-04-17 11:26:11','Good day and welcome…','…to stage 2 of the 2007 Tour de Georgia. Today’s racing features a mostly flat, 134.9-mile run north from Thomaston to Rome. This is the longest stage of this year’s seven-day tour and includes two intermediate sprints and three trips up Rome’s punchy Clocktower Hill, a category 4 ascent.\r\n'),(6522,146,'2007-04-17 11:29:48','The start','Racing commenced just after 11 a.m. EST in Thomaston. There was a 5.7-mile neutral section followed by race start proper on Old Alabama Road. No word on what caused it, but there was a crash in the neutral section involving several riders. It looks like everybody is back in the bunch but we’ll keep our eyes on things.\r\n'),(6523,146,'2007-04-17 11:36:08','Look back','Recapping yesterday’s action, it was Tinkoff’s Daniele Contrini taking a solo win after attacking out of the remnants of a long breakaway on the finishing circuit in Macon. It was a solid start for Tyler Hamilton’s new team, but could spread them a little thin in the coming days. The Italian-base team has just six riders here (eight were allowed). At the post-race press conference on Monday Hamilton explained that injuries and trying to run three separate programs caused the short fall.\r\n'),(6524,146,'2007-04-17 11:40:50','No hurry','Looks like this could be a long day. After a half hour of racing the bunch has covered about 5 miles and is currently clipping along at a brisk 12mph. If this keeps up the stage might go beyond the “slow†time estimate, which is set at 5:52.\r\n'),(6525,146,'2007-04-17 11:44:07','Sign-in','Highlights from this morning’s stage start included the mayor of Thomaston presenting Discovery rider George Hincapie with a key to the city. The mayor said the honor was in recognition of just being a true sportsman. Hincapie clearly wasn’t expecting the award and seemed caught off guard. But the New York City native has been down that road before. Remember in 2005 that Hincapie’s adopted hometown of Greenville, South Carolina had a George Hincapie day after the big man won that epic mountain stage in the Tour de France.\r\n'),(6526,146,'2007-04-17 11:45:13','Quiet time','There was also a moment of silence before the race to honor those fallen in the Virginia Tech shooting tragedy yesterday. There are no words.\r\n'),(6527,146,'2007-04-17 11:50:00','Weather','The howling winds of Monday have abated, and it’s a truly gorgeous day in Georgia. Temps in the 60s, lots of sun. Good day to be on a bike.\r\n'),(6528,146,'2007-04-17 11:55:41','The decider','While anything can happen, it’s a safe bet that today’s stage will be decided on the finishing circuit in Rome. Last year Discovery’s Yaroslav Popovych took the win in Rome after breaking clear here for a solo win. The year before that it was Gerosteiner’s Peter Wrolich winning in a sprint, and before that it was Lance Armstrong taking a surprising win on his way to the 2004 overall Tour de Georgia title.\r\n'),(6531,146,'2007-04-17 11:58:54','Movement','The pace is picking up a little now. And we\'ve had a few attempted attacks. Let\'s see if one of these sticks. It shouldn\'t be long now.'),(6532,146,'2007-04-17 12:06:54','Speed','Ok -- we just loaded some photos of the finishing circuit in Rome (see below). If you look at the circuit as having three phases, this is part one and it\'s straight, flat and wide. Part 2 includes a pair of climbs, one roller through a residential neighborhood, and one short cat. 4 up the Clocktower Hill climb. After that it\'s downhill to the finish line and then down Broad Street, where it\'s also straight, wide and flat. We\'ll post some more circuit photos in a little while. '),(6530,146,'2007-04-17 11:55:56','The circuit','The Rome circuit is a twisting 2.3-mile affair with seven turns and two climbs. Keep your eyes on the picture window below as we’ll be posting images from our lap around the circuit before the race began.\r\n'),(6533,146,'2007-04-17 12:18:27','Break time','The first move of the day to succeed has come together. The members are Glen Chadwick (Navigators), Austin King (Jittery Joe’s) and Garrett Peltonen (Priority Health). They’ve got about 1:30.\r\n'),(6534,146,'2007-04-17 12:19:16','Expanding quickly','The gap has moved up to 3 minutes very quickly. Looks like this could be our suicide move of the day.'),(6535,146,'2007-04-17 12:23:01','Roubaix repeat?','Looking over the day’s stage you can’t help but notice the number of railroad crossings. The bunch already passed on at MM 25.4, and there are five more between now and the 129th mile of this 134.9-mile stage. Let’s hope the folks from Medalist Sports have a good relationship with Union Pacific.\r\n'),(6536,146,'2007-04-17 12:34:12','More from the finishing circuit','We’ve just loaded four more pictures from the finishing circuit in Rome. You’ll see the last of the flat terrain on the Glen Milner Blvd. Section, and then the hard right-hand turn that leads to the climb up E. 3rd Ave. This isn’t anything serious – big ring for sure – but it’s going to be flat out here so it will hurt nonetheless.\r\n'),(6537,146,'2007-04-17 12:35:57','Up, up, up','Chadwick, King and Peltonen have upped their advantage to more than 5 minutes.'),(6538,146,'2007-04-17 12:40:10','Balloon','The gap is now above 7 minutes'),(6539,146,'2007-04-17 12:48:22','bigger and bigger','now we are over 8 minutes'),(6540,146,'2007-04-17 12:57:42','Defense','Back in the bunch GC leader Daniele Contrini\'s Tinkoff team is manning the front. It would be a stretch to call it a chase but they at least they\'re up there. There\'s still a long way to go, so surely they\'re content to let this move dangle. '),(6541,146,'2007-04-17 13:07:29','Gap is now...','...over 9 minutes.'),(6542,146,'2007-04-17 13:13:56','In the bunch','It’s still Tinkoff doing the pace making with a little help from Discovery. They passed through the town of Luthersville a while back and like yesterday the school children were out in force on the side of the road. That’s always one of the best sights in cycling.\r\n'),(6543,146,'2007-04-17 13:15:13','And we quote…','“Boring.†That was Toyota-United rider Chris Wherry’s assessment of the state of racing so far today, but that’s what happens when you have the race’s longest stage on a day when there is a headwind.\r\n'),(6544,146,'2007-04-17 13:18:36','Words with Health Net-Maxxis','VeloNews just got off the phone with Health Net-Maxxis team director Jeff Corbett. He said he wasn’t surprised that a break got away – and stayed away – yesterday. “We talked about that in our team meeting,†Corbett said. “When you have a tailwind like we did it’s makes the chase a lot tougher. Plus there was no single team that had the responsibility to control the race because it was the first day. It just ended up being a staring contest.â€Â\r\n'),(6545,146,'2007-04-17 13:23:37','More from Corbett','The Health Net boss added that if anything surprised him it was the lack of effort put forth by CSC who arguably has the fastest sprinter here in JJ Haedo. “The problem for them is that if they do all the work on stage 1, everyone will be looking for them to work the rest of the race,†he said.\r\n\r\nAs for today’s stage, Corbett figures it would take at least 8-10 riders to make something stick, and he expects things to come back together before the finish in Rome. “Then it’ll be all hell breaking loose on that circuit,†he added. “It’s always chaotic and unpredictable there. Our team’s core plan is to just stay up front and be alert. It’s the kind of stage that anyone could win.â€Â\r\n'),(6546,146,'2007-04-17 13:25:22','Money time','Chadwick just claimed the sprint in Newnan, which was worth $1000.'),(6547,146,'2007-04-17 13:27:00','Photo','And just to put a face with a name -- see below for a picture of Health Net\'s Corbett courtesy of the team\'s website.'),(6548,0,'0000-00-00 00:00:00','',''),(6549,146,'2007-04-17 13:34:54','More..','Circuit photos loading now'),(6550,146,'2007-04-17 13:41:45','Photos explained','The latest four photos below show the final stretch of the 3rd Ave. climb, a short downhill and then a long view of the Clocktower climb. Clocktower reminds one a little of the Manayunk climb at Philly – not as long, but nice and steep. Safe to say the fans here in Rome won’t be as drunk as Philly fan. The Manayunk crew are a different breed.\r\n'),(6551,146,'2007-04-17 13:46:44','Gap is now...','Last time check has the break 8:30 up on the bunch with about 75 miles to go.'),(6552,146,'2007-04-17 13:57:16','Gap...','Still holding at about 8:30 with 60 miles of racing in the books'),(6553,146,'2007-04-17 14:03:57','The tour continues','Ok -- Just loaded up pictures of the Clocktower climb -- and the Clocktower itself. There\'s lots of paint on the road and hopefully the fans will come out in force once we get near the end of the stage. '),(6554,146,'2007-04-17 14:10:05','Halfway home','Just about to the midway point of this 134.9-mile stage 2 spin. The situation remains largely the same with Glen Chadwick (Navigators), Austin King (Jittery Joe’s) and Garrett Peltonen (Priority Health) off the front, and the bunch trailing at about 8:30 and enjoying an easy, breezy day in Georgia. Of course that\'s all going to change tomorrow. Stage 3 from Rome to Chattanooga includes four rated climbs (two 4s, two 3s). The last climb comes just eight miles from the finish, so things will definitely get interesting. '),(6555,146,'2007-04-17 14:12:28','Gap...','is down to 7:50'),(6556,146,'2007-04-17 14:16:45','Coincidence?','The city of Rome resides in Floyd County. Two years ago it was Floyd Landis who won the TT that finished hear, beating Lance Armstrong in the process. Le Boss got revenge a few days later when protégé and teammate Tom Danielson took the GC away from Landis on the Brasstown Bald climb. Who could forgot Armstrong crossing the finish line at the summit, then gyrating around and pointing at his old teammate Landis.\r\n'),(6557,146,'2007-04-17 14:20:10','More Rome history','This is also the sight of two Lance Armstrong Tour de Georgia stage victories. The seven-time Tour de France winner took the road stage into Rome in 2004, then won the TT here that same day.'),(6558,146,'2007-04-17 14:25:09','Lance photos','Just posted some pictures from Armstrong\'s 2004 sprint win here in Rome. Almost seemed like it was scripted...Nah.'),(6559,146,'2007-04-17 14:25:49','Gap is','7:40'),(6560,146,'2007-04-17 14:40:11','Bzzzzzz','And now the slow reeling in begins. The gap is at 7:05 now.'),(6561,146,'2007-04-17 14:45:58','Situation','The gap is a 6:45 with 77.5 of 134.9 covered'),(6562,146,'2007-04-17 14:46:30','Corrrection','Race radio just amended the time split -- it\'s actually 6:15'),(6563,146,'2007-04-17 14:49:22','Oleg Tinkoff','During yesterday’s post-race press conference, Tyler Hamilton had this to say about Tinkoff team boss Oleg Tinkoff. “He reminds me of Thom Weisel and Andy Rhys. He has vision like those guys, thinks outside the box, and has a big heart for cycling… He called me and said he was interested in signing me. He’s not content being continental pro – he wants to be in the ProTour.â€Â\r\n\r\nWord is the Russian magnate is coming to the race later in the week. We’ll be sure to track him down if he does.\r\n'),(6564,146,'2007-04-17 14:50:23','A little help','Tinkoff is getting a hand from Hamilton\'s former team CSC -- and the gap is now down to 6:10.'),(6565,146,'2007-04-17 15:03:27','Gap is','now down to 5:40 with Toyota-United lending a hand in the chase'),(6566,146,'2007-04-17 15:07:14','The experts ring in','Time for some predictions. We’ve talked to the VN editors back at HQ in Boulder and here are their predictions for the stage finish in Rome. VN editor Ben Delaney is wagering a beer on CSC’s JJ Haedo, with Health Net’s Ivan Dominguez and then his teammate Karl Menzies taking second and third.\r\n'),(6567,146,'2007-04-17 15:12:58','More picks…','Senior writer Neal Rogers has covered this event multiple times. Here’s his analysis.\r\n\r\n“When Lance Armstrong won the stage in 2004, Ivan Dominguez was second and Ben Brooks (Navigators) was third, so those guys should be considered favorites. Mario Cipollini got dropped on Clocktower Hill that year. It\'s a tough climb so pure sprinters have trouble with it. In 2005, Levi Leipheimer, Tom Danielson and JJ Haedo were all top 10 on the stage. Last year it was Yaroslav Popovych, followed by Haedo, Freddy Rodriguez and Karl Menzies. I\'d say if it comes back together, guys like Dominguez, Haedo, Rodriguez and Menzies are likely to fill the podium.â€Â\r\n'),(6568,146,'2007-04-17 15:14:06','Crash','Levi Leipheimer and several other were involved in a crash. Looks like they\'ve chased back on, but things are definitely starting to pick up out there. BMC\'s Mike Sayers also went down. '),(6569,146,'2007-04-17 15:15:12','Gap is down','to 4:45'),(6570,146,'2007-04-17 15:16:39','Sayers out','Just got word that Mike Sayers has dropped out of the race following the crash'),(6571,0,'0000-00-00 00:00:00','',''),(6572,146,'2007-04-17 15:22:05','Gap is now...','4:05. '),(6573,146,'2007-04-17 15:22:55','Tinkoff losing another','Looks like a Tinkoff rider has also involved in the latest dust-up. If he drops out that would cut Tyler\'s team to five riders.'),(6574,146,'2007-04-17 15:25:53','update','with 93.5 miles covered the gap is 4:05 and exactly one mile. 41.4 miles to go.'),(6575,146,'2007-04-17 15:30:25','Gap is now','3:20'),(6576,146,'2007-04-17 15:31:00','Last of the day\'s circuit photos are up','Look below to see some nice artwork on the climb, the cleaning crew and a few different looks at the finish straight. It\'s slightly down hill and it\'s gonna be quick. Gap is holding at 3:20'),(6577,146,'2007-04-17 15:32:53','Tinkoff back on','The downed rider was Italian Ruggero Marzoli, but he just came back through the cars and is back in the bunch.'),(6578,146,'2007-04-17 15:35:00','J-Mac update','Just got word that Jason McCartney is still in the hospital in Atlanta, but is doing fine and is expected to be discharged tomorrow or the next day. Too bad. He\'s always performed really well at this race. It\'s a big blow to Discovery.'),(6579,146,'2007-04-17 15:40:58','Another pick','Esteemed VeloNews news editor Charles Pelkey just checked in with his pick, saying, “My abilities to predict the outcome of a particular event were shown to be suspect when I picked George McGoveren to win in 1972, but if you held a gun to my head, I would go with JJ Haedo.â€Â\r\n'),(6580,146,'2007-04-17 15:46:33','The pace...','...is starting to pick up now and the field is strung out single file. Time to go to work.'),(6581,146,'2007-04-17 15:51:05','The break','is now just 5km from the final sprint: Rockmart at MM 108.8. That will leave 26.7 miles of racing. Current gap is 3 minutes.'),(6582,146,'2007-04-17 15:54:32','gap is now','2:30'),(6583,146,'2007-04-17 15:57:52','Pace','This is turning into a very long day in the saddle. The estimated slowest time in the technical guide had the race reaching the final sprint at 3:47 p.m. EST, but they are just now getting there at 3:55. That puts today\'s finish at about 5 p.m. and means the stage will have lasted 6 hours if you include the neutral section. That\'s a haul...'),(6584,146,'2007-04-17 15:59:16','Then there were 2','Priority-Health\'s Garrett Peltonen just lost touch with King and Chadwick at the front. The gap is currently 2:30'),(6585,146,'2007-04-17 16:01:26','Time bonus breakdown','Today’s stage finish includes time bonuses: 10 seconds for first, 6 for second and 4 for third\r\n'),(6586,146,'2007-04-17 16:04:25','Peltonen fading','He\'s dropped 35 seconds off the pace of King and Chadwick'),(6587,146,'2007-04-17 16:04:53','Gap','2:50 right now'),(6588,146,'2007-04-17 16:07:24','BMC was just up for feeding','Time for one last fuel up before this thing really heats up'),(6589,0,'0000-00-00 00:00:00','',''),(6590,146,'2007-04-17 16:18:19','Gap','is now 2:05'),(6591,146,'2007-04-17 16:19:22','Gapping','Chadwick has pulled away from King off the front.'),(6592,146,'2007-04-17 16:21:53','Back in the field','Lotto and Toyota are doing the pace making. You know the boys from Belgium would love to propel Freddy Rodriguez across the line first here in Rome.'),(6593,146,'2007-04-17 16:22:26','Status','Chadwick alone, 20 seconds up on King, with the field at 1:50.'),(6594,146,'2007-04-17 16:24:31','See a picture...','of Glen Chadwick below.'),(6595,146,'2007-04-17 16:31:40','King is absorbed','and now it\'s just Chadwick off the front as they come roaring towards Rome. They should be on the finish circuit soon. The gap is 1:25. If you haven\'t already, check out the photos below which give a good look at the 2.3-mile finishing circuit that includes the first rated climb of this year\'s race.\r\n'),(6596,146,'2007-04-17 16:32:13','20k','to go for the field and the gap is 1:15. No more feeding.'),(6597,146,'2007-04-17 16:34:13','Gap is holding at','1:15'),(6598,146,'2007-04-17 16:35:31','The race is now entering Rome','There will be KoM points available on the first climb only. The gap is now 1 minute.'),(6599,146,'2007-04-17 16:36:44','Gap is down','to 50 seconds. No way Chadwick is going to hold on to the finish, but he will be the first man to wear the KoM jersey.'),(6600,146,'2007-04-17 16:40:13','Final picks','We had one for Dominguez and two for Haedo. Here in Rome we\'re going to take a flyer and tab former mountain biker Ryder Hesjedal in a late solo break.'),(6601,146,'2007-04-17 16:42:28','With...','5km to go the gap has come down to 30 seconds. It won\'t be long. Chadwick better hustle or he\'s going to lose that KoM jersey. Health Net is now doing some work at the front, readying to launch Hesjedal no doubt. Now the gap is 21 seconds...'),(6602,146,'2007-04-17 16:44:14','In Rome','and this thing is heating up. The field is onto the circuit now. Crowds in Rome are solid as usual. The gap is just 50 meters. No KoM for Glen.'),(6603,146,'2007-04-17 16:44:45','All together','Now it\'s time to for the counters'),(6604,146,'2007-04-17 16:45:53','Health Net','Continues to make the pace at the front. They have Karl Menzies for the sprints, and guys like Nathan O\'Neil and Hesjedal who might be able to pull off a late solo.'),(6605,146,'2007-04-17 16:46:56','1k','From the KoM. Right now they are on 3rd Ave, the shorter climb. Once to the top, it\'s a fast downhill, then a right turn and up the Clocktower. We have an attack from CSC.'),(6606,146,'2007-04-17 16:48:45','KoM goes to...','...a CSC rider we think. Field is all strung out 15 seconds from tip to tail.'),(6607,146,'2007-04-17 16:50:21','Speed','Now it\'s a fast downhill run to the finish, then a turn onto Broad Street and off for Lap 2 of 3. CSC is working at the front -- trying to set up Haedo no doubt.'),(6608,146,'2007-04-17 16:51:37','Discovery up front','The boys in blue have taken over the front.'),(6609,146,'2007-04-17 16:53:13','KoM results','1. Ben Jacques-Maynes (Priority Health), 2. Nathan O\'Neill (Health Net), 3. Ryder Hesjedal (Health Net)'),(6610,146,'2007-04-17 16:53:39','Situation','1 lap to go and it\'s all together'),(6611,146,'2007-04-17 16:54:20','Discovery still up front','It\'s all single file moving at 35mph --- Zooommmmmm'),(6612,146,'2007-04-17 16:55:47','Onto 8th Street','Still Discovery at the front -- look for the launch coming soon -- maybe Brian Vandborg. He won a stage at the Tour two years ago in Dahlonega when he was still with CSC.'),(6613,146,'2007-04-17 16:56:25','Slight advanatge for...','...CSC\'s David Zabriskie -- he has 50 meters on the final trip up the climb'),(6614,146,'2007-04-17 16:56:49','Closing down','all together again with 1km to go'),(6615,146,'2007-04-17 16:57:19','Up the Clocktower Hill','for the last time'),(6616,146,'2007-04-17 16:57:47','Another attack','It\'s Caleb Manion off the front with 25 meters'),(6617,146,'2007-04-17 16:58:08','Crash','BMC and Priority Health down on sidewalk on lefthand side'),(6618,146,'2007-04-17 16:59:12','Unofficial winner is...','...Ivan Stevic of Toyota United'),(6619,146,'2007-04-17 17:01:30','ProTour who?','Nice win for the domestic Toyota-United team. That\'s the first time a non ProTour team has won a Tour de Georgia stage that wasn\'t in Alpharetta since Cesar Grajales took the Brasstown stage in 2004. '),(6620,146,'2007-04-17 17:03:54','Still waiting on the rest of the top three','But we did get a quick word with Zabriskie who says he almost had it coming over the climb, but it was just a little too far out and the speed was too fast'),(6621,146,'2007-04-17 17:05:30','Top 3','is Stevic -- J.J. Haedo (CSC) and Freddy Rodriguez (Predictor-Lotto) in second and third'),(6622,146,'2007-04-17 17:15:30','That\'s all folks','We are done here in Live land but keep an eye on VeloNews.com for a full report, results and photos.'),(6632,149,'2007-04-18 13:19:44','Heading for the hills','Hello and welcome to live coverage of stage 3 of this year\'s Tour De Georgia. Today\'s race takes us from the stage 2 finishing stage of Rome, GA and into Tennessee where we will end up in downtown Chattanooga. Weather today at the start was overcast, with the temps probably reaching 70 degrees F. There is a 30% chance of showers as we get towards the afternoon, but so far the skies are somewhat clear in Tennessee. We apologize for the delay in getting our coverage up and running. Technical difficulties have kept us in the dark until now.\r\n'),(6957,0,'0000-00-00 00:00:00','',''),(6633,149,'2007-04-18 13:25:45','Morning jitters','There was a general feeling of nervousness on the start line today as the riders puzzled over tactics. We\'ve got two Cat 3 climbs, and two Cat 4 climbs standing between the field and the finish. Toyota-United rider Chris Baldwin was particularly curious about just how hard Discovery planned on hitting the mountains.'),(6634,149,'2007-04-18 13:28:34','KOM contest','Ironically the man currently in the King of the Mountains jersey, Ben Jacques-Maynes (Prioroty Health) has no real aspirations about hanging on to that title for long. His effort yesterday at the top of the Clocktower Hill was more about helping to position their sprinter Emile Abraham for a win. Ben\'s more concerned with other goals this week, such as possibly nabbing a stage win before the whole shebgang is over.'),(6635,149,'2007-04-18 13:31:45','Choo Choo','Chattanooga, which is the fourth largest city in the state, was awarded \"Bronze Level Bicycle Friendly Community\" in 2003. Today\'s stage will end down by the Tennessee Riverwalk, which is a 12-mile stretch of prime bicycle path.'),(6637,149,'2007-04-18 13:38:36','Down by the river...','Check out the view to the river from today\'s finish line area in our photo section below.'),(6638,149,'2007-04-18 13:41:18','No messing','Unlike stage 2, the neutral section of the race today was only a mile in length and the peloton got down to business quickly. By 12:41, a break of 13 riders was in place that included (among others): Jeff Louder (Health Net), Ciaran Power (Navigators), Lucas Euser (Slipstream), Tyler Wren (Colavita/Sutter Home), Scott Nydam (BMC), Evan Elken (Jittery Joe\'s), and his teammate Cody Stevenson. Communications from the field are still a bit sketchy at this point.'),(6639,149,'2007-04-18 13:45:50','The need to feed','The break is apparently now up to 6:20 ahead of the field and they are within 5KM to the feed zone. We\'re starting to get a clearer picture of what\'s going on out there on the road.'),(6640,149,'2007-04-18 13:47:18','Menlo, GA','Today\'s feed zone is Menlo, GA which comes at the 57.4 mile mark on today\'s ride.'),(6641,149,'2007-04-18 13:51:41','Readying the finish','Today\'s finish takes place in the shadow of the Tennessee Aquarium. Check out a snap we took earlier below.'),(6642,149,'2007-04-18 14:02:06','Latest update','The big break is still holding a six minute plus advantage over the field, but there are several squads not represented (Toyota, Priority Health, Lotto, Tinkoff). The day\'s only sprint, which took place in Summerville, Georgia was one by Health Net Team captain Tim Johnson.'),(6643,149,'2007-04-18 14:06:51','New ride?','You\'ll notice below in our photo section the latest ride in the Jittery Joe\'s arsenal. Actually, the latest from the local Georgia squad is that their climber Cesar Grajales is still hanging tough. He had a bit of trouble sleeping last night, but with the help of some meds is soldering on. As a show of his immense dedication, he\'s even thinking of taking part in next week\'s Twilight Criterium!!'),(6644,149,'2007-04-18 14:10:54','The current vibe','No one appears to be working too hard out there today at the moment. Discovery Channel rider Janez Brajkovic is in the break, but it\'s unclear whether the team will put all of their eggs in that basket. The Slovenian wore the jersey in last year\'s Vuelta, but the rumor mill at the start says that this might be a day for big George.'),(6645,149,'2007-04-18 14:17:59','The stage of Aquarius','The Tennessee Aquarium (see latest pic below...) houses 7,000 animals and 300 species of fish, birds, reptiles, amphibians, and mammals. '),(6646,149,'2007-04-18 14:28:39','Health Net making the moves','Health Net are not missing any moves out there today. To add to Tim Johnson\'s sprint points today, the team can celebrate Jeff Louder winning the first KOM.'),(6647,149,'2007-04-18 14:33:12','Inside Health Net HQ','The word from inside the Health Net team car today is that they are just playing things cool for right now. Team honcho Jeff Corbett: \"We\'re just following the moves. Things are kind of sleepy out there right now, be we didn\'t want to miss out. There\'s no telling if this will stay away right now, but you never know.\"'),(6648,149,'2007-04-18 14:37:50','Whoa!','The break is now at 14:15 mins ahead of the field. Crikey!'),(6649,149,'2007-04-18 14:43:25','The deciding break?','We may not only see a stage winner from today\'s race, but maybe the overall GC winner as well considering the phenomenal gap. It\'s interesting to see Discovery possibly putting all their eggs in Janez\'s basket.'),(6650,149,'2007-04-18 14:49:54','The Janez factor','A little more info on Disco\'s Janez Brakjovic. He can time trial as well as climb, making today\'s effort potentially all the more decisive. Interesting to see him in such a strong position, since the common wisdom going into this race was that the team would ll fall in behind Tom Danielson in an effort to recapture his 2005 victory.'),(6651,149,'2007-04-18 14:52:41','Bigger and bigger','The gap continues to grow with the breakaway now a full 17:20 ahead of the main field.'),(6652,149,'2007-04-18 15:02:51','KOM counter','Health Net\'s Jeff Louder walked away with 4 KOM points for coming in first atop Fouche Gap, and another 6 points for the winning the climb up Highway 48. That puts him clearly in the jersey out on the road. The gap has now stretched up to 18:25 secs.\r\n'),(6653,149,'2007-04-18 15:04:17','Mind the gap','The breakaway is now 81 miles into today\'s stage, with the peloton behind them at the 72.5 mile mark.\r\n '),(6654,149,'2007-04-18 15:07:54','Palmares de Louder','Jeff Louder, 29 years old from Salt Lake City, was 3rd overall at last year\'s Tour of Utah and took 4th place in the 2006 Tour of Taiwain. Here in Georgia he took 36th place last year.'),(6655,149,'2007-04-18 15:15:02','23 or 25?','There\'s some debate in the field as to what gear will be optimal during tomorrow\'s time up Lookout Mountain. Some riders will be using 23\'s while other will opt for 25\'.s'),(6656,149,'2007-04-18 15:20:41','\'06 time trail','The last time the Tour visited Chattanooga was for last year\'s time trial, which was won by Floyd Landis.'),(6657,149,'2007-04-18 15:23:58','KOM #3','The breakaway should have taken the third KOM by now. Results forthcoming...\r\n'),(6658,149,'2007-04-18 15:30:18','1 KM to go','The break is currently 1KM away from the next KOM. 89.5 miles into the ride.\r\n'),(6659,149,'2007-04-18 15:34:03','KOM #3','The break has gone through the third KOM at Highway 136/157 a full 22:20 in front of the field. Results forthcoming...\r\n'),(6660,149,'2007-04-18 15:41:24','TJ gets the KOM','Race radio reports taht Tim Johnson has gotten the 3rd KOM, with his teammate jeff Louder taking third place. This still leaves Louder in the jersey for the moment.'),(6661,149,'2007-04-18 15:43:25','Break descending','The break is now descending off Hwy 136 at the 98 mile mark.'),(6662,149,'2007-04-18 15:46:59','Up the road','The breakaway is less than an hour away from the finish at this point with one more climb to go up Burkhalter Gap. There are no finishing circuits today when the riders arrive in Chattanooga. When they arrive they will have covered a little more than 118 miles.'),(6663,149,'2007-04-18 15:53:02','Makeup of the break','Now that comms from the field are solid we can give you all the names participating in the break: Tim Johnson and Jeff Louder (Health Net), Scott Nydam (BMC), Discovery riders Janez Brajkovic and Gianni Meersman, Rubens Bertogliati of the Saunier Duval squad along with teammate David Canada Gracia, CSC\'s Christian Vandevelde, Tyler Wren (Colavita/Sutter Home), Ivan Santaromita from Quick Step and his teammate Kevin Seeldrayers, and Ciaran Power of Navigators. Lucas Euser is also there from Slipstream. The lead is now over 23 minutes.'),(6664,149,'2007-04-18 15:57:06','The field...','...is now at the 90.7 mile mark.'),(6665,149,'2007-04-18 15:59:35','Johnson','Johnson is on the front now setting the pace on the break.'),(6666,149,'2007-04-18 16:00:13','The Split','The time back to the field now is holding 22:40.'),(6667,149,'2007-04-18 16:04:25','Saunier Duval taking a flyer...','It looks like the break away is through cooperating. Quickstep and Saunier Duval are opening up a bit of a gap over the remaining participants.'),(6668,149,'2007-04-18 16:10:32','Break action','The remnants of the break are launching attack after attack.\r\n'),(6669,149,'2007-04-18 16:13:09','The leader on the road is now...','David Canada Gracia of Saunier Duval. About 15 miles to go before the finish...'),(6670,149,'2007-04-18 16:15:49','12 seconds...','Two riders off the front now with a 12 second advantage. It is Rubens Bertogliati and Ivan Santaromita working furiously to get away.\r\n'),(6671,149,'2007-04-18 16:18:06','Sunday on Wednesday','Still 23 mins back to the peloton. This has been a Sunday ride for the main field for sure.'),(6672,149,'2007-04-18 16:20:28','Quickstep v. Saunier Duval','Bertogliati makes a go to leave Santaromita, but they are now back together.'),(6673,149,'2007-04-18 16:21:12','Leftovers','The remaining riders from the break are now slipping back to 15 seconds from the two leaders.'),(6674,149,'2007-04-18 16:23:43','New split','...between the leaders and what we can now call the chasing group is now 20 seconds.'),(6675,149,'2007-04-18 16:27:28','Two leaders...','...still cooperating as they head along small hills into Chattanooga.'),(6676,149,'2007-04-18 16:29:03','Less than 10KM to go...','The leaders are getting close. And now the break has all come back together! The pace is getting way ramped up as they\'re less than 10KM away.\r\n'),(6677,149,'2007-04-18 16:29:40','Louder launches!','Louder springs out of the break and they are letting him go.'),(6678,149,'2007-04-18 16:30:45','Out of the saddle...','Louder looks like he wants it all, riding out of the saddle and away from the break.'),(6679,149,'2007-04-18 16:31:16','5KM to go...','Louder\'s almost there and starting to look like a winner.'),(6680,149,'2007-04-18 16:32:15','To chase or not to chase...','The other members of the break can\'t seem to get it together to catch Louder. All that firepower will apparently go unused.'),(6681,149,'2007-04-18 16:32:47','8 secs','Louder has a clear eight seconds over the rest of the break, and growing slightly...'),(6682,149,'2007-04-18 16:33:44','3KM to go!','Louder is not giving up. He\'s going for it all.'),(6683,149,'2007-04-18 16:34:46','Scott Nydam answers','Nydam from BMC along with the Disco duo are trying to bring Louder back. And it looks like they got him.'),(6684,149,'2007-04-18 16:35:46','CSC launches!','Vandvelde has left the others behind!!\r\n'),(6685,149,'2007-04-18 16:36:07','1KM to go!','They\'re almost here. '),(6686,149,'2007-04-18 16:36:44','Louder goes again!','Louder\'s not giving up'),(6687,149,'2007-04-18 16:37:01','Here they come...','...it\'s a tussle to the line'),(6688,149,'2007-04-18 16:37:41','At the line it\'s...','Gianni Meersman for Disco!!'),(6689,149,'2007-04-18 16:38:42','The Belgian wins it!','Gianni Meersman gets possibly the biggest win of his career. He\'s the youngest rider of the race.'),(6690,149,'2007-04-18 16:39:38','Race time...','...is 4:32:17. Euser coming in now along with Tim Johnson.'),(6691,149,'2007-04-18 16:40:37','Most aggressive....','will probably go to Tim Johnson.'),(6692,149,'2007-04-18 16:41:21','Unofficially in Yellow','is Saunier Duval\'s David Canada Gracia'),(6693,149,'2007-04-18 16:44:47','Top 3','Okay, the top three for today unofficially is:\r\n\r\n1.Gianni Meersman\r\n2.David Canada Gracia\r\n3. Janez Brajkovic\r\n\r\nLouder will probably get the Mountains Jersey. That\'s all from us for today. Stay tuned at Velonews.com for our race wrap up coming soon'),(6694,156,'2007-04-19 10:49:20','Waffles & altitude','With a Waffle House truck parked just a few yards away, it would only be appropriate to say \"Howdy Y\'all\" and welcome back to live coverage of stage 4 of the 2007 Tour De Georgia on velonews.com'),(6695,156,'2007-04-19 10:53:36','Time Trialin\'','Today is the big time trial from Chickamauga up here in cloudland at Lookout Mountain, Georgia. Riders will be launched at an interval of one minute, until we get to the last 10 starters which will be separated by two minutes.'),(6696,156,'2007-04-19 10:59:08','Course info','Today\'s course is 18.9 miles/30.4 kilometers over a fairly tricky course. Elevation is almost 1800 ft up here at the finish. The riders will be going in reverse order of yesterday\'s GC results. First on the line will be Garrett Peltonen (Priority Health) who you might remember from the break in stage 2.\r\n'),(6697,156,'2007-04-19 10:59:57','1 minute to go...','Peltonen just about to go and we\'ll be underway for the day.\r\n'),(6698,156,'2007-04-19 11:03:53','See Rock City!','Today\'s finish is up by the well known tourist haunt of Rock City. Bird houses (see pic below...) with the slogan \"See Rock City\" were spread all across the U.S. The location became a huge draw as a result.'),(6699,156,'2007-04-19 11:06:32','Cloudland','From atop Lookout Mountain, you\'re supposed to be able to have a view of seven states. This is the view (pic below) from our media bunker today near the finish.'),(6700,156,'2007-04-19 11:11:00','Update','Big high school marching bands and a civil war color guard (firing cannons no less...) sent Peltonen on his way. Pretty much all riders will be using full TT bikes today. Who ever can negotiate the super technical last 5KM the best today will see a good result. The heavy hitters from the Discovery Channel (Leipheimer, Hincapie, and Danielson) were all out surveying the course just now sans helmets.'),(6701,156,'2007-04-19 11:20:02','The word on Brajkovic','Discovery rider Janez Brajkovic won the U23 World Time Trial Championships in 2004, so he\'s got a good shot for the day.\r\n'),(6702,156,'2007-04-19 11:25:24','GC going into today','1. David Canada Gracia, Saunier Duval, 13:34:21\r\n2. Rubens Bertogliati, Saunier Duval, 13:34:24\r\n3. Janez Brajkovic, Discovery Channel, 13:24:24\r\n4. Christian Vande Velde, Team CSC, 13:34:24\r\n5. Jeff Louder, Health Net Maxxis, 13:34:24\r\n6. Kevin Seeldraeyers, Quick Step-Innergetic, 13:34:24\r\n7. Scott Nydam, BMC, 13:34:44\r\n8. Lucas Euser, Team Slipstream, 13:36:43\r\n9. Timothy Johnson, Health Net Maxxis, 13:37:12\r\n10. Tyler Wren, Colavita-Sutter Home, 13:38:18\r\n\r\nSo these riders will be going in reverse order as we get to the end of the stage.'),(6703,156,'2007-04-19 11:28:28','Chickamauga','Chickamauga is known as the site of a two-day civil war battle in September 1963, and was the site of Cherokee settlements during the 1700\'s.'),(6704,156,'2007-04-19 11:34:58','O\'Neill','Health Net\'s Nathan O\'Neill is on the trainer at the moment and feeling good. He\'s set to go at 12:14. He reconned the course before his car accident that left him with 61 stitches and two grizzly scars.'),(6705,156,'2007-04-19 11:40:25','35 down...','There should be 35 riders or so on course right now. Jackson Stewart from BMC should be one of the latest riders to go. Out in Solvang during stage 5 of the Tour of California he placed 48th in that time trial. '),(6706,156,'2007-04-19 11:46:11','Fatest time so far...','Cameron Wurf (Priority Health) has the best split time out there so far. 27:16. He was once an Olympic rower.'),(6707,156,'2007-04-19 11:50:54','New best split to CSC','The Norwegian TT champ Kurt-Asle Arvesen now has the best time. 26:47 at the split. He may be drilling it in order to get Vande Velde some times to shoot for.'),(6708,156,'2007-04-19 11:53:15','Baldwin','Baldwin is now rolling. Hopefully he will have a better time of it than he did at the U.S. TT Championships in Greenville last year, where he crashed out and lost to Dave Zabriskie. Our first rider, Peltonen, is about to cross the line. '),(6709,156,'2007-04-19 11:54:48','Peltonen is in','Peltonen has crossed the line. Time forthcoming.'),(6710,156,'2007-04-19 11:56:15','Da split','The split is at the 15K to go mark. And out best time out on the road Glen Chadwick with a split of 26:29.'),(6711,156,'2007-04-19 12:02:23','Wurf is in','Cameron Wurf of Australia is in and his best split has resulted in the best time so far of 50:49.'),(6712,156,'2007-04-19 12:03:46','Bergman eclipses Wurf','Colavita\'s Adam Bergman is now in with the best time. 50:28.'),(6713,156,'2007-04-19 12:10:23','CSC now on top','Kurt-Asle Arvesen now sitting in the cat-bird seat. Time forthcoming.'),(6714,156,'2007-04-19 12:16:32','Top 3 at the moment','1. Glenn Chadwick, 48:30\r\n2. Kurt-Asle Arvesen, 48:59\r\n3. Chris Wherry, 50:07'),(6715,156,'2007-04-19 12:19:55','Tyler Hamilton','Tyler is in the start house, and...he is on the road!'),(6716,156,'2007-04-19 12:21:40','CSC back on top!','Matthew Goss now in the top spot, crossing the line at 48:09. Simoni also right now on course.'),(6717,156,'2007-04-19 12:25:14','Top 3 shifts again','Goss is still on top with a 48:04, and Ben Jacques-Maynes now in second with 48:22. Chadwick holds on for third.'),(6718,156,'2007-04-19 12:27:40','Our leader','Some quick facts on CSC\'s Matthew Goss. Pro since 2006. Previously with South Australia Ais (2006).'),(6719,156,'2007-04-19 12:29:58','White goggles good to go','George Hincapie and his fashionable white specs have just left the start house.'),(6720,156,'2007-04-19 12:30:54','Disco now on top!','Vandborg is in with a new best time of 47:11.'),(6721,156,'2007-04-19 12:34:25','Red, white and blue on the road','Zabriskie is now out on course in his US TT champion kit. Right behind the red, white and blue is Mr. Tom Danielson for Discovery.\r\n\r\nNew top 3 positions:\r\n\r\n1. Brian Vandborg, 47:11\r\n2. Timothy Duggan, 47:54\r\n3. Matthew Goss, 48:04'),(6722,156,'2007-04-19 12:42:59','Mo\' better course info','The last 4K today is tricky. Riders will be at coming into the 4K mark at 40 mph, and then there is a hard left that will force them to slow way down. Then it gets tight and windy near the line.\r\n'),(6723,156,'2007-04-19 12:49:07','Tim Johnson...','The man they call \"TJ,\" is now out on course. Tim Johnson is the Health Net captain and is riding with the most agressive rider jersey on.'),(6724,156,'2007-04-19 12:51:04','Cornu bests Millar!','Millar is across the line with a smokin 46:38, but it\'s not enough to beat Dominique Cornu who arrives with a 46:32!\r\n\r\n'),(6725,156,'2007-04-19 12:54:41','Pate at third','Danny Pate turns in a time of 46:51. Good enough for 3rd.\r\n'),(6726,156,'2007-04-19 12:56:36','Cornu background','Cornu, for those of you who don\'t know him too well, was the 2006 U23 Time Trial World Champion.'),(6727,156,'2007-04-19 12:59:56','Dauphine warm-up','Cornu is looking to use the Tour as a warm-up for the Dauphine. Levi Leipheimer now has the best time at the split (24:26) with Davey Z for CSC just behind him at 24:52.'),(6728,156,'2007-04-19 13:01:27','Nathan O\'Neill on top','Nathan O\'Neill\'s prep work has paid off getting him a finishing time of 46:09!'),(6729,156,'2007-04-19 13:03:09','Top 3 right now','1. Nathan O\'Neill\r\n2. Cornu\r\n3. Millar\r\n\r\nVande Velde is now on course for CSC. Things are getting to wind down in Chickamauga. Three to go at the start.'),(6730,156,'2007-04-19 13:05:06','Yellow Jersey on the road','Canada (pronounced \"Can-yada\") is out on course. He told us yesterday that he plans to go all out today to do what he can to defend the jersey.'),(6731,156,'2007-04-19 13:07:50','Praying Mantis','Janez Brajkovic is muscling through the stage. He\'s tucked into a praying mantis position on his TT bike ala Floyd Landis. '),(6732,156,'2007-04-19 13:09:36','49:49 For Hamilton','Tyler is in with a 49:49. '),(6733,156,'2007-04-19 13:10:50','Simoni done','Gilberto is also off course now with a time of 48:51.'),(6734,156,'2007-04-19 13:15:27','Bike gone bad','John Devine is in for the USA Development squad, bu unfortunately a bike change out on the road has damaged his changes for a decent ride. Time forthcoming.'),(6735,156,'2007-04-19 13:16:35','Levi is 1KM away from the finish','Here comes Leipheimer!'),(6736,156,'2007-04-19 13:18:19','Time for Levi','Levi is in with a new best time of 44:51'),(6737,156,'2007-04-19 13:20:26','New top 3','1. Leipheimer\r\n2. Zabriskie\r\n3. O\'Neill'),(6738,156,'2007-04-19 13:22:52','We may have a podium','With all the strong men in, we may be looking at a lock on our podium. Wind is starting to pick up out there. Not a lot of riders did not pre-ride the course, which would have helped. Chris Balwin of Toyota, said that there were too many amateur riders out on the course this morning to let him get a good preview of the crucial final four kilometers.'),(6739,156,'2007-04-19 13:23:42','19 riders to go','Out on course are 19 additional riders, including the Yellow Jersey.'),(6740,156,'2007-04-19 13:27:05','Ben Day in','Ben Day of Navigators is done with a 47:19 to his credit. Ollerenshaw of Health Net should be next. We\'ll try and run them down as we finish up one by one.'),(6741,156,'2007-04-19 13:30:29','Fast Freddie','Fast Freddie Rodriguez is in, but with he only nailed a time of 52:04. \r\n'),(6742,156,'2007-04-19 13:33:19','J.J. Haedo done...','Also in....52:52. Health Net rider Karl Menzies, VeloNews North American roadie of the year, said \"Yesterday\'s break owrked out perfectly for our team.\" They are looking to keep both Tim Johnson in the GC and maybe Louder in the top 5. Karl is looking for a stage win at some point. He was joking with some Toyota riders about getting in an early break tomorrow and nabbing a 30 min advantage for himself. :-)\r\n'),(6743,156,'2007-04-19 13:35:48','Brajkovic','Janez Brajkovic is still out on course turning over the pedals. His form looks good. His shoulders are visibly rocking - an indicator that he\'s really going for it.'),(6744,156,'2007-04-19 13:37:16','TJ with one to go.','Tim Johnson is 1km away from the finish.'),(6745,156,'2007-04-19 13:39:09','TJ done','Tim Johnson for Health Net across the line with a 49:49.'),(6746,156,'2007-04-19 13:40:19','Crosshairs','It looks like Jeff Louder has Brajkovic in his sights out on the road. Coming up behind him fast.'),(6747,156,'2007-04-19 13:45:38','Brajkovic is inside 1KM','Brajkovic is almost at the finish. '),(6748,156,'2007-04-19 13:46:34','Brajkovic done','The Disco rider is in at 47:28 which puts him in 11th place.'),(6749,156,'2007-04-19 13:47:18','Last rider is 5KM from the finish','We\'re almost done here and it looks like our 1,2,3 is a lock.'),(6750,156,'2007-04-19 13:49:38','Bertogliatti at 1KM','The Swiss rider for Saunier Duval is in sight of the finish. Vande Velde is 47:10'),(6751,156,'2007-04-19 13:50:11','Brajkovic done','...at 47:28 and is the current GC leader on the road.'),(6752,156,'2007-04-19 13:51:34','Last rider is inside the 2KM mark.','Canada is almost done. 2KM to go!'),(6753,156,'2007-04-19 13:52:23','That result is unofficial','Brajkovic is in yellow...unofficially.'),(6754,156,'2007-04-19 13:54:17','Canada at 1KM','We\'re almost done, but Canada looks to be outside the time. Leipheimer, Zabriskie, and O\'Neill it is.'),(6755,156,'2007-04-19 13:55:11','Canada done','That\'s it. It\'s over. Canada\'s time was 49:53. Brajkovic is in yellow and also gets the young rider jersey.\r\n'),(6756,156,'2007-04-19 13:59:12','Results','Stage 4 results\r\n\r\n1. Levi Leipheimer, \r\n2. David Zabriskie, \r\n3. Nathan O\'Neill\r\n\r\nGeneral Classification\r\n\r\n1. Janez Brajkovic\r\n\r\nTim Johnson gets most aggressive rider again'),(6757,156,'2007-04-19 14:12:30','That\'s a wrap!','Well we\'re done here at stage 4 of the 2007 Tour De Georgia. Tomorrow\'s stage is the infamous climb up to Brasstown Bald. We should be live and on the air just before our start time of 11:00 AM EST. Stick with us here at velonews.com for a full stage report, and thanks for tuning in.'),(6759,150,'2007-04-20 11:44:53','Altitude sickness','Welcome back to live coverage of the 2007 Tour de Georgia. We\'re here up on the roof of the Peach State...the dreaded...the painful Brasstown Bald.'),(6760,150,'2007-04-20 11:50:24','We\'re looking at...','107 miles of road between the city of Dalton, Georgia to our finish line here atop the HC climb at Brasstown. Riders got underway bang on at 11AM, and the action got going quickly. Let\'s bring you up to speed now 48 mins into today\'s effort. We\'ve just had a break of six riders get caught and now the field is altogether again. CSC is leading the peloton.'),(6761,150,'2007-04-20 11:53:32','First sprint','The first Maxxis Sprint point today took place in the town of Chatsworth. David McCann of Ireland took that prize and the $1500 that went along with it.'),(6762,150,'2007-04-20 11:54:26','KOM #1','The field which remains altogether is now on the Cat 2 up Fort Mountain at just over 19 miles into the race.'),(6763,150,'2007-04-20 11:56:03','Fort Mountain...','...rises to an elevation of 2875 feet, and the first KOM lies at the top, 23.8 miles into the stage.'),(6764,150,'2007-04-20 11:57:08','11 go!','There are a group of 11 riders getting a slight advantage (15 seconds) off the front now. But all of the attacks we\'ve seen today have been quickly neutralized.'),(6765,150,'2007-04-20 11:59:24','Tommy D','And Thomas Danielson, 10lbs lighter than he was at the Amgen Tour of California is in that 15 sec breakaway group. Despite losing his shot at the GC, don\'t discount him for the win today.'),(6766,150,'2007-04-20 12:00:09','Se~nori Simoni','Gilberto Simoni is leading the chase to the leaders who are now a full 20 secs up the road.'),(6767,150,'2007-04-20 12:02:32','16 riders in the break','The front group is growing and currently Rory Sutherland (Health Net) and Ian Mckissick (USA Dev) are trying to bride up. They made it!'),(6768,150,'2007-04-20 12:03:49','The gap','The gap between the break and field has now stretched up to 30 secs. We\'re getting close to the KOM.'),(6769,150,'2007-04-20 12:04:35','No response','The peloton so far is not respond to the break. 1KM to go to the KOM.'),(6770,150,'2007-04-20 12:06:36','Heavy Hitters','The big boys in the break include...Zabriskie, Leipheimer, Simoni, Tonti, O\'Neill, Sutherland, Zajicek, Pate, Baldwin, and the injured Jittery Joe\'s climber Cesar Grajales!'),(6771,150,'2007-04-20 12:07:14','The gap to the 18','1:05 to the field and 200 meters to the KOM.'),(6772,150,'2007-04-20 12:07:56','KOM #1','And the winner is Zajicek from Navigators!'),(6773,150,'2007-04-20 12:08:52','KOM second and third','Anthony Colby takes second, and behind him the canadian Ryder Hesjedal from Health Net.'),(6774,150,'2007-04-20 12:11:00','Colby','Colby is one of the three American riders on the Colavita-Sutter Home squad.'),(6775,150,'2007-04-20 12:13:12','Saul','Saul Raisin, local boy from Dalton, did a parade lap in his Credit Agricole kit before today\'s stage. '),(6776,150,'2007-04-20 12:16:05','Recovery','Saul\'s recovery still progressing well. Those of us who followed him up today\'s first climb a few weeks ago for his Raisin Hope charity ride can attest to his fitness. He\'s also just announced his engagement to Aleeza Zabriskie (Dave\'s younger sister...) as well. So congrats to them. More info at www.saulraisin.com'),(6777,150,'2007-04-20 12:21:40','The break has split!','On the descent off the first climb, the break has split in two.'),(6778,150,'2007-04-20 12:23:26','Lead group','The lead group now contains Ryder Hesjedal (Health Net), Phil Zajicek (Navigators), Brian Vandborg (Discovery Channel), and Ben Day (Navigators).'),(6779,150,'2007-04-20 12:24:57','8 up front','OK...there are now eight riders all together on the front and they have a gap of 4:50.'),(6780,150,'2007-04-20 12:30:24','The goal','Check out pic below of the summit. VeloNews is currently sequestered in the observation deck at the top. The riders are due to arrive just below us around 4PM EST.'),(6781,150,'2007-04-20 12:32:29','5KM to the next sprint','We are now only 5KM to the last sprint point of the day in Ellijay, GA'),(6782,150,'2007-04-20 12:35:37','Finish pic','The finish line is being set up directly beneath us at the moment. Check out our pic.'),(6783,150,'2007-04-20 12:36:28','1KM to sprint','The lead group of eight riders is 1KM to the sprint point.'),(6784,150,'2007-04-20 12:37:37','Navigators...','Navigators are currently setting the pace at the front of the break.'),(6785,150,'2007-04-20 12:40:12','And the sprint is done','Winner of the sprint was Ryder Hesjedal the Canadian on Health Net. He was followed by Ben Day of Navigators, and Mr. Danny Pate of Team Slipstream.'),(6786,150,'2007-04-20 12:45:14','VIP seating','Spectators either rode, walked or got shuttled up to the top today. But here\'s the reward for their effort (see below).'),(6787,150,'2007-04-20 12:52:39','Five minute gap','The break has over five minutes on the field. Riders are Ryder Hesjedal (Health Net), Ben Day (Navigators), Danny Pate (Team Slipstream), Michael Blaudzun (CSC), Phil Zajicek (Navigators), Anthony Colby (Colavita), Christopher Baldwin (Toyota), and Alexandre Moos (BMC).'),(6788,150,'2007-04-20 12:56:52','Race situation','The bunch is behind that break of eight riders, some five minutes and twenty seconds back. Weather out on the road is gorgeous and the terrain at the moment is pleasant rolling hills.'),(6789,150,'2007-04-20 12:59:39','Jittery & Prodir','Jittery Joe\'s and Saunier Duval are doing the work for the most part and everyone has just had their launch. Interestingly enough, Jittery Joe\'s are in their white kits today as opposed to their normal orange-based outfits. I guess this is their home team look.'),(6790,150,'2007-04-20 13:06:11','Grajales','The word from the Jittery Joe\'s hiearchy is that Cesar Grajales is feeling good today, and is keen to repeat his 2004 win over Lance Armstrong and CSC\'s Jens Voight. Right now he\'s back in the field keeping an eye no doubt on Danielson.'),(6791,150,'2007-04-20 13:11:03','Baldwin','Toyota-United\'s Chris Baldwin is up there with the leaders. You\'ll remember that he almost upset 2005 Tour de France stage winner Dave Zabriskie at the 2006 USA Cycling\r\nNational Time Trial Championships when he crashed with less than 400 meters to go. Fast enough to take second, Baldwin earned the right to represent the US at the World Road and Time Trial Championships. Baldwin’s season also included stage wins at the Larry H. Miller Tour of Utah, San Dimas stage Race and Tour of the Gila, where he was also the overall winner.'),(6792,150,'2007-04-20 13:17:26','Brasstown champs','2004 - Cesar Grajales, Jittery Joe\'s\r\n2005 - Tom Danielson\r\n2006 - Tom Danielson'),(6793,150,'2007-04-20 13:20:10','Breakaway holds','The breakaway is cooperating nicely out there on the road. And the gap remains at 5 mins.'),(6794,150,'2007-04-20 13:27:17','Pace','The word out there is that pace is very high in the field, but the gap is still 5:10.'),(6795,150,'2007-04-20 13:28:04','58 miles gone','The break is now at the 58 mile mark.'),(6796,150,'2007-04-20 13:38:22','New gap','Gap is creeping up slightly. At 5:20 right now.'),(6797,150,'2007-04-20 13:42:53','Ryder','Ryder Hesjedal is a former mountain bike rider. You might remember him from the Olympics where he flatted out. The other day he mentioned that he would love to do three events in Beijing - road race, time trial and the mountain bike competition.'),(6798,150,'2007-04-20 13:50:56','Baldwin\'s take on the TT','Chris Baldwin (Toyota-United) lives and Boulder and trains with his good friend Tyler Hamilton. Here\'s what he had to say about Brasstown:\r\n\r\n\"You really have to take a conservative approach. It’s very, very \r\nlong and very hard and it gets harder at the top. So for a guy like me – who \r\nis a bigger guy and not one of the most talented climbers, it’s better to \r\ngo into it within yourself than try to go up to your limit at the bottom. \r\n\r\nThere’s the potential to blow up and lose a lot of time. Last year, I just rode my \r\nown pace at the bottom and stayed with David Zabriskie and ended up doing a \r\npretty good time.\"\r\n\r\nHe must be pumped to be in today\'s break, which is 5:20 up the road. '),(6799,150,'2007-04-20 13:55:16','Gap is coming down','Uh-oh....it looks like the gap is coming down some. They are currently only 4:55 away from the group. '),(6800,150,'2007-04-20 13:58:17','Next KOM','The next KOM is up Wolfpen Gap. Known to locals as a real knee trembler, the peak is up at 3260 feet. \r\n\r\n71 miles into the stage now for the break and the gap appears to be falling.'),(6801,150,'2007-04-20 14:03:49','The Danielson method','We spoke to Tom Danielson a week or so ago, and his plan at the time for Brasstown was to go right from the bottom of the climb as opposed to waiting as he did when he contested the stage against Floyd last year. Being lighter and on good form will help this time around. Check out our full interview with Tommy D on our latest podcast available at:\r\n\r\nhttp://feeds.feedburner.com/VelonewsAudioPodcast\r\n\r\nNew episode with our Tour De Georgia wrap up online next Wednesday.'),(6802,150,'2007-04-20 14:05:03','74 miles gone','The gap is holding at 4:50 seconds and the riders are 74 miles into the stage. Things will start to get steep in about 14 miles or so.'),(6803,150,'2007-04-20 14:18:32','4:20 to the field','OK...it looks like they\'ve lost 30 secs to the field at this point. 80 miles covered. Rory Sutherland had a mechanical but it looks like he\'s returned to the peloton.'),(6804,150,'2007-04-20 14:21:47','Another 10','Gap now down to 4:10.'),(6805,150,'2007-04-20 14:25:36','Down down','Gap is now at 4 mins.'),(6806,150,'2007-04-20 14:29:40','The field','The peloton is right around 81 miles into the effort and 4 mins even behind the break. Jittery Joe\'s and Saunier Duval doing the work up front. Clearly Grajales has his hopes up despite his injury (separated shoulder).'),(6807,150,'2007-04-20 14:31:20','Reelin\' in the....','...gap. 3:40 to the break.'),(6808,150,'2007-04-20 14:39:45','Crowds are gathering','The climb was lined with riders and spectators as we drove....er, biked up to the top today. The PA system is cranked up here and things are hopping with the fans.'),(6809,150,'2007-04-20 14:40:23','3:30 the gap','Closer and closer. The gap is now just 3:30 now.'),(6810,150,'2007-04-20 14:44:30','5K to the KOM','Almost at Wolfpen. Things should start heating up now. '),(6811,150,'2007-04-20 14:45:25','3:35','The break only has 3:35 as we get to KOM #2'),(6812,150,'2007-04-20 14:47:03','1KM to Wolpen','Let\'s see who nabs this next prize out their on the road. Any minute now...'),(6813,150,'2007-04-20 14:48:32','Day...light','Apparently Ben Day wants the KOM....he\'s put some...er, daylight between himself and the rest of the break.\r\n'),(6814,150,'2007-04-20 14:49:58','3:15 to the field','Peloton now at 3:15 behind the break and Chris Baldwin has apparently lost contact with the break.'),(6815,150,'2007-04-20 14:52:47','Wolpen KOM','And it\'s Ryder Hesjedal with the KOM. Michael Blaudzun next and in third place it\'s Phil Zajicek. Baldwin has rejoined the break. The peloton are also over the top of Wolfpen.'),(6816,150,'2007-04-20 14:54:29','Zajicek','Phil Zajicek told VeloNews this morning that he wanted to take today\'s stage if possible. He\'s a solid climber and could very well do it.'),(6817,150,'2007-04-20 14:55:15','Moos background','Alexander Moos (BMC) has done all three grand tours and is the designated road captain for the team.'),(6818,150,'2007-04-20 14:56:54','Simoni speculation','Simoni might make a dig for it if the break does get absorbed. His team has been working alongside Jittery Joe\'s all day. He\'s also been dabbling in mountain biking as of late and wants to race in next year\'s Olympics. '),(6819,150,'2007-04-20 14:57:21','New gap','3:10 to the break.'),(6820,150,'2007-04-20 15:00:47','The word from Harm','Toyota-United\'s director Harm Jansen says it\'s up to Ivan Dominguez and Henk Vogels will be doing the work today. Vogels said that he might bring a pair of running shoes with him since it would be easier to run up Brasstown than ride.'),(6821,150,'2007-04-20 15:02:43','Flat and wide','Road is now flat and wide as the riders approach Brasstown. '),(6822,150,'2007-04-20 15:04:40','15 KM to go','The field is now just 15 KM to the finish with a gap of 2:25. They appear to be slightly ahead of schedule.'),(6823,150,'2007-04-20 15:06:23','Zajicek and Day','Navigators now doing the majority of the work in the break. Zajicek must really want this.'),(6824,150,'2007-04-20 15:07:43','Tightening up','Cars are now being ejected from the gap between the field and the break. Things are starting to tighten up. Crowds up here in cloudland are getting truly wound up.'),(6825,150,'2007-04-20 15:08:42','Disco strategy','Danielson told us this morning that while he feels he can win the stage, their priority is to defend the jersey for Brajkovic.'),(6826,150,'2007-04-20 15:10:09','Baldwin recovers!','While it seemed like Baldwin was hurting over the last KOM, he has now joined Ben Day and Phil Zajicek in a flyer off the front of the break!'),(6827,150,'2007-04-20 15:10:45','Moos on the loose','Now Moos makes a go to catch Baldwin and the two Navigators riders.'),(6828,150,'2007-04-20 15:15:27','Floyd Landis','Floyd Landis is here at the top of the Brasstown helping out the announcers and chatting with fans.'),(6829,150,'2007-04-20 15:17:31','Brasstown vet','You might remember that Floyd matched Danielson pedal stroke for pedal stroke last year to secure his overall on the GC. Main field is now just 2:25 behind the leaders.'),(6830,150,'2007-04-20 15:18:11','Moos!!','Alexander Moos has now left the two Navigators riders and Baldwin behind.'),(6831,150,'2007-04-20 15:22:04','Chasers 15 seconds back','Moos still off the front being chased by Michael Blaudzun, Ryder Hesjedal, and Anthony Colby.'),(6832,150,'2007-04-20 15:23:03','The main field','The main field has now hit the bottom of the climb up Brasstown.'),(6833,150,'2007-04-20 15:23:49','Gap of 1:55','The gap to the field has dropped now below the 2:00 minute mark.'),(6834,150,'2007-04-20 15:28:47','104.5','Race leader Brajkovic is at the 104.5 mile mark sitting on CSC\'s Christian Vande Velde\'s wheel.'),(6835,150,'2007-04-20 15:30:53','Levi is on the move','Word is that Levi is now moving through the field.'),(6836,150,'2007-04-20 15:33:17','Levi attacks','Apparently Levi has gotten past Moos!'),(6837,150,'2007-04-20 15:36:05','Levi pedaling effortlessly','Levi is looking now like he\'s going to win this thing today.'),(6838,150,'2007-04-20 15:36:59','1KM to go!!','Levi\'s got 1KM to go!'),(6839,150,'2007-04-20 15:39:23','Fans greeting Levi','Levi is being followed up the hill by fans waving American flags, The music over the PA is the epic Ride of the Valkerys. 3OO meters to the finish!'),(6840,150,'2007-04-20 15:40:46','It\'s over!',''),(6841,150,'2007-04-20 15:41:14','Levi wins!','It\'s Leipheimer!'),(6842,150,'2007-04-20 15:42:09','Brajkovic','Brajkovic and Vande Velde finish as well.'),(6843,150,'2007-04-20 15:46:01','Stage 5 top 10','1.Leipheimer\r\n2. Danielson \r\n3. Colby\r\n4. O\'Neill\r\n5. Simoni\r\n6. Moos\r\n7. Hesjedal\r\n8. Devine\r\n9. Vande Velde\r\n10. Brajkovic'),(6844,150,'2007-04-20 15:47:45','Yellow jersey','Brajkovic still holds the jersey. What a dramatic finish. We\'ll be back tomorrow with stage 6 from Lake Lanier to Stone Mountain Park. Stay tuned to VeloNews.com for a full stage report on today\'s action forthcoming.'),(6846,151,'2007-04-21 12:09:54','Welcome to Stage 6!!','Welcome to live coverage of stage 6 of the Tour De Georgia. Peloton is rolling to Stone Mountain Park just outside of Atlanta. We\'ve got 113.7 miles/182.9 kilometers of warm southern cycling on offer today. And the riders are currently running through the neutral section.\r\n'),(6847,151,'2007-04-21 12:11:25','Intermediate sprint...','...is hardly intermediate today. Just 2.9 miles after they roll out of the neutral zone, the riders will be looking at the first sprint of the day.'),(6848,151,'2007-04-21 12:14:42','$2K on the line','There\'s a preme today of $2000 for the first sprint and we already have an early attack. Talk about your motivation...'),(6849,151,'2007-04-21 12:15:58','Bike change!','One of the riders hoping for a win today is the Cuban Missile, Ivan Dominguez. He just had a bike change though. We\'ll see if he can keep it all dialed in.'),(6850,151,'2007-04-21 12:22:04','Sprint winner','We told you it wouldn\'t be long. Sprint winner is Karl Menzies of Health Net. Next was Tinkoff rider Elio Aggiano, followed by Menzies teammate and fellow Aussie Rory Sutherland. Guess the first round is on Karl tonight!'),(6851,151,'2007-04-21 12:24:09','2 riders up the road','We\'ve got two guys up the road with a 10 second gap on a group of four chasers. The leaders are David Millar of Suanier-Duval and Sergey Lagutin of Navigators.'),(6852,151,'2007-04-21 12:26:55','Yellow flats!','Race leader Janez Brajkovic flats at the 6.9 mile mark! Looks like Danielson is going back to help him. Dominguez also struggling to get back to the field after his mechanical.\r\n'),(6853,151,'2007-04-21 12:28:02','Panache','The field is showing some respect for the jersey by slowing down until Brajkovic gets it together again. Dominguez must be happy about that as well.\r\n'),(6854,151,'2007-04-21 12:28:35','Tour de Rock','Check out our pic below of the Confederate monument carved into the side of Stone Mountain.'),(6855,151,'2007-04-21 12:29:06','Back together','Disco and Dominguez back in the field. We\'re rolling again.'),(6856,151,'2007-04-21 12:30:38','Big relief','From StoneMountainpark.com: \"The largest high relief sculpture in the world, the Confederate Memorial Carving, depicts three Confederate heroes of the Civil War, President Jefferson Davis and Generals Robert E. Lee and Thomas J. \"Stonewall\" Jackson. The entire carved surface measures three-acres, larger than a football field. The carving of the three men towers 400 feet above the ground, measures 90 by 190 feet, and is recessed 42 feet into the mountain. The deepest point of the carving is at Lee\'s elbow, which is 12 feet to the mountain\'s surface.\"'),(6857,151,'2007-04-21 12:37:29','3/10ths adjustment','The course has been adjusted for some reason, but the riders have already been through that at this point. The caravan\'s mileage is now three tenths ahead of the actual course now. Gap to Lagutin and Millar is now 30 secs.'),(6858,151,'2007-04-21 12:38:19','Gap growing','The duo are now 35 secs away. Quick step is doing the work in the peloton.'),(6859,151,'2007-04-21 12:39:25','Quickstep goes!','Alessandro Proni of Quickstep tries to take a flyer. '),(6860,151,'2007-04-21 12:44:08','All about the sprinters','Today\'s profile is super flat today, which is probably welcome considering yesterday\'s Brasstown effort. It will be all about the sprinters once we get to the finish.'),(6861,151,'2007-04-21 12:49:17','Toyota-United\'s Wherry','We caught up with Chris Wherry at the finish yesterday and he said while he was disappointed that Chris Baldwin\'s effort in yesterday\'s breakaway didn\'t work out, but since the team was laying back and not contributing to the chase, they\'d hopefully be fresh for a shot at a stage win today or tomorrow.'),(6862,151,'2007-04-21 12:51:02','Shout outs','We got handed this at the line yesterday, so we thought we\'d pass it on: \"Tom, Barb, & Big John want to say \'Hi!\' to their P.C. Bike Race Team teammates.\"'),(6863,151,'2007-04-21 12:57:26','Positions','Here\'s a run down on GC as of today\'s start:\r\n\r\n1. Janez Brajkovic (Slo), Discovery Channel, 18:57:03\r\n2. Christian Vande Velde (USA), CSC, 0:12\r\n3. David Canada Gracia (Sp), Saunier Duval-Prodir, 3:04\r\n4. Rubens Bertogliati (Swi), Saunier Duval-Prodir, 3:06\r\n5. Kevin Seeldraeyers (B), Quick Step-Innergetic, 4:22\r\n\r\n'),(6864,151,'2007-04-21 13:01:09','26 miles gone','Riders are approximately 26 miles into the stage (or 42km). Lagutin and Miller still away with a narrow 30 sec gap.'),(6865,151,'2007-04-21 13:08:43','Millar time...','Millar is now all alone on the front!!'),(6866,151,'2007-04-21 13:11:53','Don\'t call it a comeback...','You\'ll remember Millar and his cool, mega-visor TT helmet taking the win at the Paris-Nice prologue.'),(6867,151,'2007-04-21 13:14:30','28.3 miles gone...','We\'re 28.3 down the road at this point. The course profile consists of a lot of little ups and downs along the road. From the start up at Lake Lanier Islands to the finish here in Stone Mountain Park is an elevation drop of only 1250 feet to about just over 1000 feet.'),(6868,151,'2007-04-21 13:20:20','Big group away!','We\'ve got a bunch of riders off the front suddenly with nearly a 15-20 minute gap on the field. The escapees are in three separate clumps right now.'),(6869,151,'2007-04-21 13:22:51','20 sec gap right now','The riders off the front may get away for the moment. The field seems to be sitting up and letting them go. Names forthcoming...'),(6870,151,'2007-04-21 13:25:57','Da Break...','...is no more.'),(6871,151,'2007-04-21 13:28:36','Attack after attack','Another big group is now going. We\'ve definitely entered the attack zone. 37 mile mark.'),(6872,151,'2007-04-21 13:36:19','Mrs. D','We spoke to Tom Danielson\'s wife Kristin after the stage yesterday. Danielson is feeling good this week although he may have been a bit disappointed in not getting the stage win yesterday at Brasstown. She\'s riding mountain bikes once again for Velo Bella. You can keep up with her season at:\r\n\r\nhttp://www.tomdanielson.com/pages/kw.htm\r\n\r\nField is once again altogether.'),(6873,151,'2007-04-21 13:39:48','Jittery Joe\'s','Jittery Joe\'s aussie rider Trent Wilson told us yesterday that they went all out for their injured climber Cesar Grajales yesterday, but by the time they got him to the climb at Wolfpen Gap, they cracked. \r\n\r\nAnother group has attacked and has opened up 30 secs on the field at the moment.'),(6874,151,'2007-04-21 13:43:52','Time','Check out our pic below of the water clock. They\'ve got the new fangled stuff down by the finish. Thanks to Fred of the Timing Guys today for lending VN some tech support.'),(6875,151,'2007-04-21 13:45:42','41+ miles gone...','The race has now covered just over 41 miles so far. The feed zone is in Walton County today, and the lastest word is that the two riders have gotten away from the last attack group of 17. '),(6876,151,'2007-04-21 13:47:38','Mechanical for Moos','Alexander Moos has a mechanical. We believe it\'s not his first of the day. Still checking on that...'),(6877,151,'2007-04-21 13:48:25','Nature break','The field is now taking a nature break right around the 47 mile mark.'),(6878,151,'2007-04-21 13:51:51','Fast feed','Navigators were attempting to chase down that last break of 17 riders so as a result the pace was high and everyone missed their feed. It\'s a little chaotic out there at the moment.'),(6879,151,'2007-04-21 13:53:59','3 away...','The three riders that got away though are Glen Alan Chadwick (Navigators), Olivier Kaisen (Predictor-Lotto), and Maarten Wynants (Quickstep).'),(6880,151,'2007-04-21 13:54:18','The gap is...','...currently 35 seconds.'),(6881,151,'2007-04-21 13:57:44','Field rolling slow','Pace out there at the moment looks to be around 18mph while the peloton digest.'),(6882,151,'2007-04-21 14:04:34','Jerseys','Georgia leader\'s jersey: Janez Brajkovic, Discovery Channel\r\nKing of the Mountains: Ryder Hesjedal, Health Net\r\nSprinter\'s jersey: Daniele Contrini, Tinkoff\r\nYoung rider: Janez Brajkovic\r\nAgressive: Alexandre Moos'),(6883,151,'2007-04-21 14:05:40','6 mins gap!','The breakaway has now reached a split of over six minutes to the field.'),(6884,151,'2007-04-21 14:10:58','Chadwick','Some info on Navigator\'s rider Glen Alan Chadwick. In 2006, he won the overall mountains classification in the Tour de Toona and finished second overall in the\r\nTour of Utah. He\'s 30 years old and originally from Opunake, New Zealand.\r\n\r\n'),(6885,151,'2007-04-21 14:17:20','58 miles gone','The gap is now 5:50 secs to the three escapees.\r\n'),(6886,151,'2007-04-21 14:19:02','Sprint winner #2','Maarten Wynants for Quickstep gets the second and final sprint of the day, which took place in Summerville, GA.'),(6887,151,'2007-04-21 14:20:24','CSC and Toyota on the move','Both Team CSC and Toyota-United are leading the chase. Both have big time interests in the sprint finish today...namely the two former teammates J.J. Haedo and Ivan Dominguez respectively.'),(6888,151,'2007-04-21 14:23:45','Correction','Second intermediate sprint point took place in Social Circle, GA.'),(6889,151,'2007-04-21 14:24:15','Gap remains...','....at 5:50 seconds.'),(6890,151,'2007-04-21 14:25:49','No KOM','No KOM points out there on the course today.'),(6891,151,'2007-04-21 14:29:55','Finishing circuits','The two finishing circuits here at Stone Mountain Park are 7.7 miles long.'),(6892,151,'2007-04-21 14:31:27','Finish pic','Check out our shot below taken this morning at the finish line.'),(6893,151,'2007-04-21 14:32:21','Miles gone...','The field is now three miles behind the three riders with a gap holding at six minutes. The pace out there seems to have slackened a bit.'),(6894,151,'2007-04-21 14:35:31','Atonement','As a way of atoning for our slight to the good people of Social Circle earlier, we provide the following virtual gateway to their charming little town: www.socialcirclega.com'),(6895,151,'2007-04-21 14:38:26','Wynants','Maarten Wynants, 25, from Quickstep has been a pro since 2005. He is originally from Helchteren, Belgium. '),(6896,151,'2007-04-21 14:41:42','Olivier Kaisen...','...is our other rider in the break at the moment. Like Wynants, he\'s also been a pro since 2005. Originally from Belgium, the 24 year old rider has his own site you can check out:\r\nhttp://www.olivierkaisen.be'),(6897,151,'2007-04-21 14:42:58','The gap...','...is now down to 5:45'),(6898,151,'2007-04-21 14:43:54','Lotto car','Lotto has sent their team car up to the break to check in with Kaisen. They must be taking this at least semi-seriously.'),(6899,151,'2007-04-21 14:45:20','Bass country','Our man in the field tells us they\'ve just passed a mailbox shaped like a large mouth bass. Not that the riders had time to focus on that considering the road was fairly bumpy there for a while.'),(6900,151,'2007-04-21 14:47:44','Gap coming down...','Field is picking things up now. The gap has fallen to 5:05'),(6901,151,'2007-04-21 14:50:31','Gap now under 5 mins','We should have a new time in just a second. But it\'s dropped below 5 mins.'),(6902,151,'2007-04-21 14:50:52','4:55','Gap is official now at 4:55 back to the main field.'),(6903,151,'2007-04-21 14:52:34','Approximately...','...72 miles gone. Riders are now in Newton County. The county seat is Covington.'),(6904,151,'2007-04-21 14:53:46','Gap drops','4:45 now. Riders due at the finish sometime in the four o\'clock hour, EST.'),(6905,151,'2007-04-21 14:55:41','72 @ 78','Temperature is a comfy 72 degrees right now out there on the road and the leaders are at 78.7 miles into the stage.'),(6906,151,'2007-04-21 14:56:14','Gap holding','4:45 secs and holding steady.'),(6907,151,'2007-04-21 15:02:53','Preems','There\'s a total of $14,000 in preems for this year\'s race and nearly $150K in prize money.'),(6908,151,'2007-04-21 15:03:07','Gap down...','...to four minutes.'),(6909,151,'2007-04-21 15:06:08','Strung out','We now have essentially a very organized chase with the gap dipping below four minutes. CSC is doing the majority of the work at the front of the peloton. '),(6910,151,'2007-04-21 15:09:56','3:30 to the field','The gap is now closing in on the three minute mark. 3:30 to the field'),(6911,151,'2007-04-21 15:14:07','Navigators honcho','Navigators head honcho Ed Beamon just spoke to us from the team car. He says that the plan had been to get someone else up the road with Chadwick today if possible, since they have no one in real GC contention at this point and Chadwick isn\'t necessarily the best man for the finishing sprint. They also thought Phil Zajicek perhaps went a little too hard yesterday on the run up to Brasstown. Had he conserved just a bit more gas, he might have been able to get a top 5 placing (Zajicek finished 58th on the stage, and 8:15 back.'),(6912,151,'2007-04-21 15:15:26','Under 3 mins!','The gap is now 2:50 between the break and the field. This will be over fairly soon. '),(6913,151,'2007-04-21 15:17:56','Cesar Grajales','Grajales had to call back to the Jittery Joe\'s Mini Cooper for a rear wheel. Gap to Chadwick, Kaisen, and Wynants is holding momentarily at 2:50. They have been away since mile 47 near the feed zone.'),(6914,151,'2007-04-21 15:22:31','90 miles gone...','The leaders are just past the 90 mile mark.'),(6915,151,'2007-04-21 15:24:49','Current conditions','Riders are seeing a little bit of wind out there as they enter Dekalb county. They are racing along 2 lanes of twisty road. Just a few high clouds out there.'),(6916,151,'2007-04-21 15:27:47','The word from T-U','Toyota-United mentioned to VeloNews that Ivan Stevic, who was our stage winner in Rome, GA had a terrific climb up Brasstown yesterday. Even though he was 72nd on the stage and more than 10 mins back, the crowds greeted him with great enthusiasm. Stevic was one of the few riders seen climbing yesterday with a grin on his face. See what a stage win will do for your morale? '),(6917,151,'2007-04-21 15:29:35','Media & VIPs','The media and VIPs cars between the field and the break have just been asked to clear the gap.'),(6918,151,'2007-04-21 15:31:12','Yellow River','The field has just crossed the yellow river and are getting close to the finishing circuits here in Stone Mountain Park.'),(6919,151,'2007-04-21 15:32:10','Latest split','Only 2:10 separate the field and the break.'),(6920,151,'2007-04-21 15:36:55','Heating up','We should see things heating up now. Toyota still chasing.'),(6921,151,'2007-04-21 15:38:02','1:55 to the break','The three riders are just 1:55 in front of the field.'),(6922,151,'2007-04-21 15:40:11','25KM to go','Break is now 25km to the finish! 1:45 in front of the field.'),(6923,151,'2007-04-21 15:41:42','Field @ 98','The field is now at the 98 mile mark, 25 km to the finish. The gap is now 1:40.'),(6924,151,'2007-04-21 15:43:24','In the park','The three riders are now here in Stone Mountain.'),(6925,151,'2007-04-21 15:45:03','Field est arrive','Gap is 1:25 seconds and the field has now entered the park.'),(6926,151,'2007-04-21 15:47:08','Gap is...','...1:15'),(6927,151,'2007-04-21 15:48:29','CSC Mechanical','Matthew Harley Goss had a chain problem. He\'s back on his bike and on the move.'),(6928,151,'2007-04-21 15:48:46','The pace','CSC still setting the pace with 1:15 still the gap.'),(6929,151,'2007-04-21 15:50:27','Gap @ 1:05!','Gap is dropping rapidly. The field is coming for them!'),(6930,151,'2007-04-21 15:51:55','Eric Riggs dropped','Eric Riggs from the USA Development squad can\'t hang with the pace and is dropped from the field.'),(6931,151,'2007-04-21 15:53:21','Gap drops!','Only 55 secs!'),(6932,151,'2007-04-21 15:54:19','One lap to go!','7.7 miles left on course.'),(6933,151,'2007-04-21 15:55:12','Gap @ 35 secs','It\'s almost over now.'),(6934,151,'2007-04-21 15:56:59','Break is...','...approaching the 1K plus 1 lap mark. 25 secs ahead of the field.'),(6935,151,'2007-04-21 15:58:43','Still @ 25 secs...','The break is still only ahead by a hair. They are riding at about 37 mphs'),(6936,151,'2007-04-21 16:01:49','7 minutes to go...','...and the gap is just at 20 seconds!'),(6937,151,'2007-04-21 16:02:31','Gap @ 15 seconds!','They\'re holding on but just barely. The field has just crossed the 108.2 mile mark.'),(6938,151,'2007-04-21 16:03:38','5 secs behind...','The field is about to swallow the break, with a little less than 5 or 6 minutes to go.\r\n'),(6939,151,'2007-04-21 16:04:38','Wynants alone!','Maarten Wynants is all by himself with a 4 sec gap!'),(6940,151,'2007-04-21 16:05:37','Done!','Maarten Wynants has been caught and CSC is on the front! Look for J.J. Haedo to strike out.'),(6941,151,'2007-04-21 16:06:50','CSC drives on!','CSC is still working the front of the field. The pace is now 40mph!'),(6942,151,'2007-04-21 16:08:09','Health Net goes!','Ollerenshaw went but he was caught.'),(6943,151,'2007-04-21 16:09:17','2 miles to go','Field is spread all over the road, but the pace has now dropped down to 31 mph.'),(6944,151,'2007-04-21 16:09:31','3km to the finish!',''),(6945,151,'2007-04-21 16:10:34','T-U and Health Net','Toyota-United and Health Net now taking the front!'),(6946,151,'2007-04-21 16:11:00','Health Net trio','Three guys from Health Net on the front'),(6947,151,'2007-04-21 16:11:40','Stevic goes','Stevic has a slight advantage with Jeffry Louder.'),(6948,151,'2007-04-21 16:12:06','Disco and Quickstep...','...now in front with 1KM to go!'),(6949,151,'2007-04-21 16:12:43','Health Net, Prodir, and Disco','...all on the front!! This is it!'),(6950,151,'2007-04-21 16:13:36','Fast Freddie!','Freddie Rodriguez is the unofficial winner!'),(6951,151,'2007-04-21 16:14:24','It\'s official!','Freddie Rodriguez wins for Predictor-Lotto!'),(6952,151,'2007-04-21 16:14:38','Top 3...','...coming.'),(6953,151,'2007-04-21 16:16:44','Rodriguez....','...jumped with 200m to go. He said he spun out his 11 gear to get there, and that his computer was registering 77 kph.'),(6954,151,'2007-04-21 16:20:17','48 mph','Rodriguez was going nearly 48 miles an hour when he crossed the line. Haedo was second followed by Hincapie (!!) Wynants gets most aggressive.'),(6955,151,'2007-04-21 16:26:28','That\'s a wrap!','Well that\'s all from us here at Stone Mountain Park. It\'s been a beautiful day on the course and tomorrow looks to be the same. Join us when we cover the last stage of the 2007 Tour De Georgia from downtown Atlanta. It\'ll be a 67 mile circuit race that gets underway at 1PM EST. And don\'t forget to stay tuned for a full race report on stage 6 in just a bit here at VeloNews.com Salut!'),(6958,152,'2007-04-22 13:03:03','Hello world','Greetings and welcome to stage 7 of the 2007 Tour de Georgia, a 66.8-mile circuit race in downtown Atlanta.\r\n'),(6959,152,'2007-04-22 13:06:15','Underway','Following a rousing Jimi Hendrix inspired rendition of the National Anthem, we are underway in Atlanta. Today’s race features 9 laps around a 7.4-mile circuit that winds around the city.\r\n'),(6960,152,'2007-04-22 13:07:25','Check, check','While the 108-rider field settles in for the day’s battle, organizers are going through their standard morning radio check. Everybody appears to be here and accounted for.\r\n'),(6961,152,'2007-04-22 13:08:42','All together','With 2.5 miles covered.\r\n'),(6962,152,'2007-04-22 13:09:57','Weather','It’s a perfect Georgia spring day. Not a cloud in the sky and temperatures in the high 70s with just a light breeze. Just had our first attack – it’s a Quickstep rider – Hold for the number.\r\n'),(6963,152,'2007-04-22 13:11:14','Attacker','The man away is Swiss rider Hubert Schwab of Quickstep. The field is responding quickly. '),(6964,152,'2007-04-22 13:12:54','Bridge','Hubert Schwab has been joined by five others – hold for the numbers.\r\n'),(6965,152,'2007-04-22 13:16:26','All together','Too early for the escape. The bunch was having none of it and we are one big happy family again.'),(6966,152,'2007-04-22 13:21:57','New attack','There are seven riders off with 10-second advantage. Let\'s see if it sticks.'),(6967,152,'2007-04-22 13:28:03','Another break','There was a move of 11 that peeled off, but they’ve been caught and it’s all back together. Check out the photos below. We’ve just started loading images from the start/finish area this morning.\r\n'),(6968,152,'2007-04-22 13:30:10','Floyd is here','After holding a press conference at the end of stage 6 tomorrow, Floyd Landis is up on stage in downtown Atlanta. VeloNews spoke with attorney last night and he expressed confidence that the case would go in his client’s favor.\r\n'),(6969,152,'2007-04-22 13:32:45','New attack','It’s No. 45 Hubert Schwab again. Busy boy today. No response yet. Maybe they\'ll let him dangle for a while.\r\n'),(6970,152,'2007-04-22 13:35:58','Points battle','With the GC all but locked up by Discovery Channel’s Janez Brajkovic, the day’s most interesting battle is between Freddie Rodriguez (Predictor-Lotto) and J.J. Haedo (CSC). Haedo leads the stage 6 winner by just one point, meaning a stage win equals a points jersey win as well.\r\n'),(6971,152,'2007-04-22 13:39:28','Freedie sez','VeloNews caught up with Rodriguez this morning, and he had this to say about the final day of the race. “It all comes down to that last sprint. We are both counting on going for the stage win. I got second here the last time we raced this circuit. I miscalculated the finale. It’s a tough little kick in the end. It’s a little uphill but I feel good. It all depends on how everybody plays the race. I know it’s going to be really active.â€Â\r\n'),(6972,152,'2007-04-22 13:43:30','New attack','There\'s now a group of 22 off the front... But it\'s been caught. Very active start to this race with 19.2 miles covered. '),(6973,0,'0000-00-00 00:00:00','',''),(6974,152,'2007-04-22 13:51:37','Sprint No. 1','The first intermediate sprint of the day goes to Navigators Sergey Lagutin. Now a new break -- hold for the ID.'),(6975,152,'2007-04-22 13:53:57','It\'s Georgia\'s favorite son','The latest attack comes from Jittery Joe’s Cesar Grajales, who won the Brasstown stage several years back. He’s been riding this year’s race with a separated shoulder but managing a commendable 34th so far this year.'),(6976,152,'2007-04-22 14:01:23','New photos','Check out the picture of Levi Leipheimer’s parents. Mom designed the T-shirts using a similar design to the Discovery Channel jerseys. There is a break of three that has 45 seconds. It’s Grajales, Ben Jacques-Maynes (Priority Health) and Kirk O\'Bee (Health Net-Maxxis). We are on the fourth of nine laps here in downtown Atlanta – 27.3 miles into the 66.8-mile stage.\r\n'),(6977,152,'2007-04-22 14:03:03','Gap is','up to 1:05. Looks like this might stick for a bit. But don\'t get any ideas. This stage has bunch sprint written all over it. It should be a great battle with J.J. Haedo, Freddie Rodriguez and Ivan Dominguez the men to watch. We are just about to the finish of lap 4, leaving five 7.4-mile circuits to go.'),(6978,152,'2007-04-22 14:04:31','Working well','Radio tour reports cooperation in the break. The gap is 1:10.'),(6979,152,'2007-04-22 14:08:12','Now we have','five laps to go. The break is still away and working well together. Feeding is open and the wind has picked up a little. The flags flying outside the \"Live Update\" headquarters are fluttering steadily in the wind.'),(6980,152,'2007-04-22 14:11:33','The gap','is now 1:40. Just loaded a new photo showing the crowd at the start. Not what it was during the Lance days, but still a good crowd on hand for this perfect day for a bike race.'),(6981,152,'2007-04-22 14:15:39','A little news about the GC leader','VeloNews spoke to Discovery team boss Johan Bruyneel this morning. He said he considers Janez Brajkovic one of the biggest young talents in the world and that he’s focusing on the Vuelta this year. You’ll remember that Brajkovic wasn’t even supposed to be at this race, but when he got sick earlier in the month, the team juggled its roster sending Jose Rubiera to a stage race in Spain and bringing the young Slovenian to America.\r\n'),(6982,152,'2007-04-22 14:17:06','Brajkovic','The 23-year-old has had success at this race in the past, taking the Best Young Rider jersey a year ago. Now he’ll have a shiny yellow one to add to his collection. The gap is now 1:35.\r\n'),(6983,152,'2007-04-22 14:21:42','Ivan update','It’s been a bumpy seven days for Toyota-United sprint ace Ivan Dominguez. He had a spat with his team director on stage 1 when a breakaway stayed away, eliminating him from any chance of a sprint win. Then yesterday, Dominguez underwent 4 bike changes while trying to sort out an unidentified mechanical issue. Dominguez actually rides a Fuji TT model frame because he prefers its stiffness. Look for the Cuban Missile to be very much in the mix today. This course suits him and you know he’s desperate for a win.\r\n'),(6984,152,'2007-04-22 14:22:41','The break','It’s still Grajales, Jacques-Maynes and O\'Bee off the front with a 1:45 advantage.\r\n'),(6985,152,'2007-04-22 14:23:52','With four laps to go','the gap is 1:40'),(6986,152,'2007-04-22 14:24:32','O\'Bee takes','the sprint points. '),(6987,152,'2007-04-22 14:32:37','Update','The gap is holding steady at 1:45. Check out some more photos below. This time it’s a little bike porn. Just had a rear wheel call for Jacques-Maynes. That will probably send him back to the field.'),(6988,152,'2007-04-22 14:33:16','The finish','Today\'s race will conclude around 3:30 today -- that\'s one hour from now.'),(6989,152,'2007-04-22 14:37:45','Toyota-United','Ivan Dominguez\'s squad is moving to the front. There\'s still a ways to go but best to get the troops ready for the work to come.'),(6990,152,'2007-04-22 14:39:34','And then there was...','Two. Jacques-Maynes is back in the bunch leaving just O\'Bee and Grajales off the front.'),(6991,152,'2007-04-22 14:40:26','Winding down','There are now just three 7.4-mile laps left in the stage -- and the 2007 Tour de Georgia.'),(6992,152,'2007-04-22 14:42:06','Mechanical explained – sort of','This was Toyota-United team director Harm Jansen’s explanation of what was wrong with Dominguez’s bike yesterday (the Cuban changed four times). \r\n\r\n“There was a mechanical. We are not quite sure what caused it. It compounded into two mechanicals. I don’t know. I don’t want to speak for the mechanics but he had to get off his bike. We changed the bike and then we changed the bike again. We put him on his second bike, then back on his first bike. There was something wrong with it.â€Â\r\n'),(6993,152,'2007-04-22 14:43:56','Scary moment','Yellow jersey holder Janez Brajkovic just had a rear wheel change. Teammate Brian Vandborg gave him his wheel and now Leipheimer, Danielson and Hincapie all dropped back to bring him back. He’s now safely back in the bunch. \r\n'),(6994,152,'2007-04-22 14:46:01','Points on line','There are intermediate sprint points on the line at the end of this lap, and with just two riders away the winner out of the field will pick up a point. That means Rodriguez and Haedo may go for it, being that they are separated by a single point. The gap is 1:30.\r\n'),(6995,152,'2007-04-22 14:46:51','The gap is now','1:25'),(6996,152,'2007-04-22 14:52:52','Finish points breakdown','Here’s a look at the points awarded for the stage in order of placing: First – 15, second – 12, third – 10, then 7, 6, 5, 4, 3, 2, 1. Obviously if Haedo or Rodriguez wins the stage they win the points jersey too. But second and third place will be just as important if someone else grabs today’s winner’s bouquet. It should also be noted that Tinkoff’s Daniele Contrini is third in the points chase, three back of Haedo. He’s not a sprinter like the other two, but maybe he’ll try to launch a late solo like he did for his stage 1 win in Macon.\r\n'),(6997,152,'2007-04-22 14:53:41','The gap is now','an even minute with two laps and a little more to go'),(6998,152,'2007-04-22 14:56:25','There are now','two laps to go -- CSC and Toyota-United are driving the chase. Gap is below a minute now. It won\'t be long.'),(6999,152,'2007-04-22 14:57:49','Working','Also Lotto has entered the chase. '),(7000,152,'2007-04-22 14:59:21','Sprint results','The final intermediate sprint was won by Grajales with O\'Bee next. Lotto\'s Geert Steurs jumped out of the bunch to grab that final point. Good way to protect teammate Rodriguez. The points jersey all comes down to the finish. Good stuff. '),(7001,152,'2007-04-22 15:00:07','Last time gap','reported was 55 seconds. The ctach will likely come on this lap or early on in the final turn.'),(7002,152,'2007-04-22 15:03:56','The gap','now 45 seconds'),(7003,152,'2007-04-22 15:05:50','Most aggressive rider','They’ve just announced that Glen Chadwick will be awarded the race’s overall Most Aggressive Rider jersey. Check out the photo below of the Aussie-Kiwi getting interview this morning.\r\n'),(7004,152,'2007-04-22 15:07:22','Now just','30 second between O\'Bee and Grajales and a hard charging bunch'),(7005,152,'2007-04-22 15:10:28','The real GC','While Brajkovic will take home the winner’s check, anyone who’s watched this race knows that Levi Leipheimer was the strongest rider here in Georgia. He took two stage wins (time trial and Brasstown), and were in not for the 29:07-minute gap that was rolled up on stage 3, he would have won the race too. Behind Leipheimer would have been teammate Tom Danielson, fourth in the TT and second on Brasstown, with Aussie Nathan O’Neill third after finishing third in the TT and fourth on Brasstown.\r\n'),(7006,152,'2007-04-22 15:11:49','The gap','is down to 25 seconds as we approach the end of lap 8. From there we will see one to go. Game on.'),(7007,152,'2007-04-22 15:12:35','The gap is now','10 seconds -- and we are on the bell lap -- get excited!'),(7008,152,'2007-04-22 15:13:34','Attack','We have three riders taking a flyer -- Danielson, Millar and Tim Johnson. They are chasing O\'Bee and Grajales.'),(7009,152,'2007-04-22 15:14:03','Update','Chase has caught break and now we have five off the front with less than a lap to go.'),(7010,152,'2007-04-22 15:15:03','One more','Slipstream\'s Timmy Duggan has joined the break that includes Danielson and Millar. That\'s six off the front with 10 seconds on the field.'),(7012,152,'2007-04-22 15:15:44','The gap','to the group of six is 10 seconds.'),(7013,152,'2007-04-22 15:16:29','They\'ve just cleared the course','ordering all media and VIP cars to adavnce to the finish. Here they come...'),(7014,152,'2007-04-22 15:17:57','The group of six','are hammering hard maintaining their 10 second gap.'),(7015,152,'2007-04-22 15:19:21','Update','The group off the front includes Danielson, Millar, Tim Johnson, O\'Bee, Grajales and Duggan. They still have 10 seconds. CSC and Toyota are chasing hard.'),(7016,152,'2007-04-22 15:19:53','Closing down','It\'s just 150 meters now. Danielson is setting the pace for the break.'),(7017,152,'2007-04-22 15:20:27','All together now','That\'s it for that move.'),(7018,152,'2007-04-22 15:21:23','Points Jersey','Remember that JJ Haedo and Freddie Rodriguez are just one-point apart in the points standings, so if either win stage 7 they\'ll get the jersey too.'),(7019,152,'2007-04-22 15:22:09','End game','The field is spread across the road. Here they come.'),(7020,152,'2007-04-22 15:22:46','New attack','Five with a slight gap -- waiting on IDs.'),(7021,152,'2007-04-22 15:23:26','Off the front','Five off the front -- with 3k to go. '),(7022,152,'2007-04-22 15:24:15','Left hand turn onto...','...5th street. it\'s all together.'),(7023,152,'2007-04-22 15:24:58','Service call','For Toyota United. They had a rider crash. No ID yet.'),(7024,152,'2007-04-22 15:25:27','Rear wheel call for...','Slipstream\'s Lucas Euser.'),(7025,152,'2007-04-22 15:25:48','Still no word...','on the crash.'),(7026,152,'2007-04-22 15:26:12','500 meters to go...','and the winner is.'),(7027,152,'2007-04-22 15:26:42','The sprint is all over the road','...JJ Haedo is called the winner'),(7028,152,'2007-04-22 15:27:22','Points Jersey','Goes to Haedo as well.'),(7029,152,'2007-04-22 15:28:26','Haedo repeat','The Argentinian also won the final stage of this race last year when it was held on a circuit in nearby Alpharetta.'),(7030,152,'2007-04-22 15:29:19','Second place...','...goes to Rodriguez. He\'ll be disappointed but it\'s a decent result considering he\'s been sick for most of the last month.'),(7031,152,'2007-04-22 15:30:35','Rest of top 5','went like this. 3. Sergey Lagutin (Navigators); 4. Ivan Dominguez (Toyota-United); 5. George Hincapie (Discovery Channel).'),(7032,152,'2007-04-22 15:33:25','That\'s all folks','Okay faithful fans, that\'s it for Live Coverage of the 2007 Tour de Georgia. Stay tuned to VeloNews.com for a full accounting of the day\'s events, plus photos and results. We\'ll also try to get a word with GC winner Janez Brajkovic, who is the third Discovery/US Postal rider to win this event in the last five years following Lance Armstrong (2004) and Tom Danielson (2005). Bye now...'),(7033,158,'2007-05-05 21:02:00','101 ready for the curtain to fall','Welcome, everyone, to Inside Triathlon\'s live coverage of the inaugural Tri One O One Series. We\'re here live in tropical Bradenton, Florida, in anticipation of triathlon history.\r\n\r\n

    The interactive map to the right shows the swim in red, the bike in blue, and the run in green. Check out the profiles via the links under the course maps - though it\'s no surprise to see flat, flat, flat.\r\n\r\n

    Join us tomorrow morning at 6:30am for a full day of coverage, as we christen the 101 series.'),(7034,158,'2007-05-06 06:42:02','Race day is here','Good morning, folks, and welcome to Inside Triathlon\'s live coverage of the first ever Triathlon 101 event. We\'re here in steamy Bradenton, Florida to bring you all the action as it unfolds.'),(7035,158,'2007-05-06 06:43:16','Last-minute preparations concluding','The atmosphere is relaxed as the athletes wipe sleep from their eyes and prepare for 101 miles of competition. As we speak, the pre-race meeting is going on, and 15 minutes from now a mass start will kick off the race.'),(7036,158,'2007-05-06 06:44:32','Weather','The wind is calm, the dark sky is clear, and temperatures mild this morning on the banks of the mighty Manatee. Look for heat and humidity to rule the day - yesterday the mercury topped out at 90 degrees F.'),(7037,158,'2007-05-06 06:45:56','Skeeters','You know it\'s tropical Florida - we\'re getting eaten alive by the mosquitoes. Don\'t forget - most of Florida is a swamp.'),(7038,158,'2007-05-06 06:46:42','Transition area is closed','All of the athletes are making their way down to the swim start.'),(7039,158,'2007-05-06 06:47:51','The swim','As we have an intimate affair on our hands this morning, all swimmers will start together in the first (and only) wave. There\'s not a ripple to be found on the glass-smooth surface of the Manatee River, our swim venue. Competitor will complete three triangular loops before hitting dry land.'),(7040,158,'2007-05-06 06:53:21','A bit about the series','Triathlon 101 is new this year - four races across North America, starting today. The others are Clear Lake, Calif. (June), Halifax, Nova Scotia (September), and the Woodlands, Texas (November) for the championship. The series aims to present an alternative to athletes who consider the half-iron distance (70 miles) too short and the full distance (140 miles) too long.'),(7041,158,'2007-05-06 06:55:29','Stacked pro field','Due to a $50,000 carrot, some of the world\'s finest pros are here to contest the race. On the women\'s side, favorites include Leanda Cave, Bella Comerford, Hillary Biscay, Lisbeth Kristensen, and Nina Kraft. More about them as the day goes on...'),(7042,158,'2007-05-06 06:57:00','The pro men','For the men, look for Jonas Colting, Marino Vanhoenacker, Petr Vabrousek and Andrew Johns to be in the thick of it. Up-and-coming Nathan Kortuem, from Colorado Springs, could also make things interesting.'),(7043,158,'2007-05-06 06:59:47','The pool is closed','Athletes are being asked to leave the water. We\'re minutes away from the swim start.'),(7044,158,'2007-05-06 07:19:36','They\'re off','At exactly 7:11 am the horn sounded for the start of today\'s race - a start that, due to logistical concerns and local issues, appeared questionable as late as last week.'),(7045,158,'2007-05-06 07:20:54','Swim course change','Only a few days ago the decision was made to change the swim from 2 to 3 laps. In speaking with Scott Erdman, one of the race organizers, we learned that shallow areas and sensitive sea creatures on the bottom prompted the change.'),(7046,158,'2007-05-06 07:22:19','The third leg','Our leaders - currently numbering six strong - have made the final turn on the first loop. They\'re now swimming against the river\'s current, which can be strong.'),(7047,158,'2007-05-06 07:23:03','Two off the front','Two of the pro men have opened a gap off the front, with four others following at about 5 meters. We\'ll try to get some names for you.'),(7048,158,'2007-05-06 07:26:43','Our lead men...','...are actually women! The front pair are Ashley Carusone and Bella Comerford, and they\'re pulling away through the first lap.'),(7049,158,'2007-05-06 07:27:25','The leader','At the front is Ashley Carusone, a 22-year-old local Floridian. She\'s a senior at the University of Florida. Go Gators!'),(7050,158,'2007-05-06 07:28:53','Some notable absentees','Two of the favorites, Andrew Johns and Lisbeth Kristensen, have not made the start. Going into the water, we counted around 110 in the field (including the pros).'),(7051,158,'2007-05-06 07:30:24','No wetsuits today','It\'s too warm in the water. And as the blaze-orange sun rises in the east, it\'s going to quickly become warm out of the water, too.'),(7052,158,'2007-05-06 07:39:11','Lap 2 complete','Ashley Carusone continues to lead the swim. Just before the conclusion of lap 2, she caught the tail of the field.'),(7053,158,'2007-05-06 07:40:29','More about Ashley','Ashley\'s family is here - mom, dad, and four siblings. She\'s a 4-time All American, has won the overall in the sprint at the Chicago Triathlon the past four years, and is double majoring in sports management and athletic training.'),(7054,158,'2007-05-06 07:41:35','Bejing for Ashley?','According to her dad, Ashley has her sites set on Beijing 2008 - but not in triathlon. She was seeded 3rd at Olympic Trials in 2004, but had an off-meet. Her best events are the 400 IM and 200 butterfly - though she\'s holding her own this morning using freestyle.'),(7055,158,'2007-05-06 07:42:18','Top 3','The front end of the swim features our local here, Ashley, followed closely by two others. We haven\'t been able to ID them yet, but second looks to be male and third female - a gender uprising.'),(7056,158,'2007-05-06 07:45:39','Swim finish','The leaders are coming to shore. We\'ll try to get you some names.'),(7057,158,'2007-05-06 07:54:07','Now things get interesting','First out of the water was an amateur and female - Ashley Carusone. She had about twenty meters on Leanda Cave and Stephen Bayliss.'),(7058,158,'2007-05-06 07:55:00','Colting is sixth','Jonas Colting, one of the favorites for the men, emerged in sixth - and fourth male, following Nathan Kortuem, Paul Ambrose, and Stephen Bayliss. Bayliss is a Brit who\'s been training in Malaysia for the past three months - good prep for the heat of Florida.'),(7059,158,'2007-05-06 07:56:12','The women','Following uber-swimmer Carusone, second female out of the drink was world champion Leanda Cave. Third was Nina Kraft, on her way back following a positive drug test for EPO.'),(7060,158,'2007-05-06 07:57:22','Carusone is going for her pro card','This is our leader\'s first race at this distance - and an attempt to gain her pro card. She\'s been prohibited by the NCAA\'s eligibility rules until now, but as a graduating senior Ashley now has the chance to earn some dinero.'),(7061,158,'2007-05-06 07:59:03','Onward: the bike','Bella Comerford, former winner of Ironman Florida, just popped out of the Manatee River. Ahead of her, athletes are streaming onto the bike course for the first of 6 laps - and up-and-back circuit mainly on route 64.'),(7062,158,'2007-05-06 08:01:56','The Tech Nexis','We\'re broadcasting live out of room 129 of the Holiday Inn, this weekend\'s host hotel. Room 129 has been transformed into the hub of communications for the race - there are cables, cords, computers, and boxes everywhere.\r\n\r\n

    The entire course is blanketed with timing communications, allowing us to receive splits in real-time. Athletes can also see their progress - there\'s a giant screen on the bike course that updates as the athletes pass.'),(7063,158,'2007-05-06 08:05:30','Men\'s update','Two women may have beaten him out of the water, but Stephen Bayliss was first out of transition. He\'s followed by Nathan Kortuem, Aussie Paul Ambrose, and Jonas Colting of Sweden.'),(7064,158,'2007-05-06 08:10:07','Out on the course','Colting and Vanhoenacker are making themselves known early.'),(7065,158,'2007-05-06 08:16:26','Swimmers completing their turns','The course is evenly spaced now, with athletes around the perimeter. One advantage of a 110-person field: lots of open water.'),(7066,158,'2007-05-06 08:18:15','The sun is up, the heat is on','It\'s warming up already. Heat is going to be a factor today.'),(7067,158,'2007-05-06 08:31:42','Kortuem up front','Nathan Kortuem, a relative youngster, has made his way to the front of the bike. We\'re still early - only half a lap into the 6-lap bike - but Nathan has some good history in his legs. He came off the wheels first at Clearwater 70.3 in November, just down the road from Bradenton.'),(7068,158,'2007-05-06 08:33:31','Final swimmer','The last of the green caps (they were all in green caps) is passing the final buoy on the swim. The sun is up and temps are climbing - look out.'),(7069,158,'2007-05-06 08:34:18','Dolphin sighting','A friendly dolphin just popped up in the middle of the swim course.'),(7070,158,'2007-05-06 08:35:20','Deadline is 7:11 pm','Tri 101 races come with a 12-hour cutoff. That means the course closes at the stroke of 7:11 this evening.'),(7071,158,'2007-05-06 08:36:27','Cave in front','Leanda Cave has taken the lead for the women. Ashley Carusone, our leader out of the swim, and Nina Kraft are within sight of each other in second and third.'),(7072,158,'2007-05-06 08:38:45','Bayliss first for the men','Turns ou Stephen Bayliss is out in front for the men. Kortuem is actually in third, with Aussie Paul Ambrose sandwiched between them. Colting is further back in fifth.'),(7073,158,'2007-05-06 08:39:32','Cave extending','Cave\'s lead is swelling to near 2 minutes. Age-grouper Carusone is holding her own in third.'),(7074,158,'2007-05-06 08:41:25','Wayward cyclists','Some of the cyclists mistakenly took a right when they should have gone left, ending up at transition prematurely. They\'re heading back out there now.'),(7075,158,'2007-05-06 08:45:00','The race outside the race','A group of recreational cyclists just passed along the riverfront. One wonders why they didn\'t enter the race?'),(7076,158,'2007-05-06 08:47:08','108 out','Nearly the entire field has exited the swim.'),(7077,158,'2007-05-06 08:48:09','Background on Kortuem','The fastest man out of the water used to be a collegiate hockey player in Minnesota before turning in his blades for a pair of goggles. He is also married to top US draft-legal woman, Sarah Haskins.'),(7078,158,'2007-05-06 08:50:01','Ten minutes until swim close','There\'s one swimmer remaining. It\'s going to be close.'),(7079,158,'2007-05-06 08:52:41','Bayliss not wasting any time','The speedster from England is still in front on the bike - and pulling away slowly. Following at around a minute are David Thompson, Ambrose, Van Hoenacker, Colting and Kortuem. All are professionals.'),(7080,158,'2007-05-06 08:53:00','Good weekend for Sweden?','Colting\'s friend, Bjorn Andersson, took the win yesterday at Wildflower. Amid brutal conditions, the big Swede thundered through in 4:07 - including a course record 2:15 on the bike.'),(7081,158,'2007-05-06 08:56:09','Final swimmer: C. Frances Rodgers','The swim is in the books. Rodgers came ashore in 1:42, well before the course cut-off. All swimmers are onto their bikes safely.'),(7082,158,'2007-05-06 08:59:38','A little on Cave','Leanda Cave, our current leader for the women, is a former world champion. She won the ITU World Championship in 2002 in Cancun, Mexico, a year after winning the under-23 European Championship.'),(7083,158,'2007-05-06 09:05:00','Crash!','A blue sedan has hit Ashley Carusone on the bike course. It happened at an intersection during the second lap, as Ashley was heading back into town. Disoriented and bloody, we\'re not sure if she was able to continue. We\'ll keep you posted.'),(7084,158,'2007-05-06 09:06:23','More on Cave','Leanda Cave has made San Francisco her training base recently. She\'s qualified for Ironman Hawaii in October, but bridging to the distance gradually with today\'s race. According to her website, the long course \"scares the hell out of me!\"'),(7085,158,'2007-05-06 09:08:14','The women','Carusone was leading some big names at the time of her crash. Ahead of favorites like Bella Comerford and Hillary Biscay, Carusone was in third at the time, behind race leader Cave and Nina Kraft (2:25 down).'),(7086,158,'2007-05-06 09:10:11','Thompson bridges up','David Thompson, of St. Paul, Minn., has made the leap to Stephen Bayliss at the front. Colting, Van Hoenacker, and Ambrose are in the chase group.'),(7087,158,'2007-05-06 09:11:42','Why six laps?','The bike course changed significantly over the past two weeks, as local officials tightened things up due to the small field of athletes. Permits were not even issued for the race until last week\'s city council meeting here in Bradenton, when the powers-that-be voted unanimously to allow the race to happen.'),(7088,158,'2007-05-06 09:12:44','Shots from Timothy','Inside Tri\'s veteran photojournalist Timothy Carlson is out on the course taking snaps. We\'ll get them up as soon as we can.'),(7089,158,'2007-05-06 09:14:57','Bonness picking them off','Legendary triathlete Joe Bonness, a local Floridian, is picking off the women in front of him. He\'s got his sights set on Hillary Biscay as they head onto the third of six laps.'),(7090,158,'2007-05-06 09:16:14','Lots going on in Florida','It\'s a big time of year \'round these parts, with St. Anthony\'s last weekend and St. Croix this weekend. That might partially explain why the turnout here is small.'),(7091,158,'2007-05-06 09:18:25','Big pot of gold at the end','For the male and female pro winners, a $10,000 check is waiting at the finish line.'),(7092,158,'2007-05-06 09:20:21','Bayliss dropping','Or maybe Van Hoenacker is taking the bull by the horns. Whatever the reason, Thompson is now alone in front of the men\'s race, with Marino about 50 seconds back. Colting and Ambrose are steady in fourth and fifth, respectively.'),(7093,158,'2007-05-06 09:24:11','A little respect','Marino Vanhoenacker is starting to get the attention he deserves as one of the world\'s finest long course triathletes. In 2001 he completed his first Ironman, coming in 5th at Ironman Florida. Four years later, he won that same race - his first win as a pro. Win #2 came shortly thereafter, at IM Austria in 2006, and this past October he finished 6th at IM Hawaii.'),(7094,158,'2007-05-06 09:25:00','More on Vanhoenacker','Just two days ago Vanhoenacker was involved in a bike crash while preparing for today\'s race. Knee, hips, ankles, elbow... are were battered. But he\'s showing no signs of it today.'),(7095,158,'2007-05-06 09:38:10','Vanhoenacker and Cave tearing it up','Vanhoenacker is about to take the lead; he\'s got Thompson in his crosshairs after a scorching third lap. Cave continues to blister the bike, but from the front - she\'s now got more than three minutes in hand over Kraft.'),(7096,158,'2007-05-06 09:41:42','Vabrousek continues the insanity','In the field today is Petr Vabrousek of the Czech Republic. It\'s only May, and he\'s already completed Ironman Malysia, Ironman South Africa, and Ironman Arizona, along with a few other races.'),(7097,158,'2007-05-06 09:43:21','Finisher shirts','The finish line is being readied - it\'s never too early. The finish arch is a gigantic \"O\" (as in Tri One O One) that runners will run through, and just beyond it the finisher shirts are being laid out.'),(7098,158,'2007-05-06 09:49:20','Holloway moving up','American Karen Holloway has caught Nina Kraft. Both are a shade over 3 minutes down on Cave.'),(7099,158,'2007-05-06 10:00:00','Carusone out','Sadly, our first swimmer out of the water is now out of the race. Ashley Carusone, aiming for her pro card, was hit by a car and taken away on a stretcher. We hope she is all right.'),(7100,158,'2007-05-06 10:00:21','New pictures','Check them out below, from Don Karle.'),(7101,158,'2007-05-06 10:03:55','Speaking of crashes...','Our bike leader, David Thompson, had a run-in with an 18-wheeler back in Minnesota during prep for St. Anthony\'s. Today\'s flat course will help, as he can rest on the aerobars and not jar the body over any hills.'),(7102,158,'2007-05-06 10:21:26','Onto lap 5','Vanhoenaker and Thompson continue to lead the men, as does Cave on the women\'s side.'),(7103,158,'2007-05-06 10:22:40','Up and down','Ted Aas, another Swede, is moving up while Bayliss moves down. Kortuem is also losing some ground to the leaders.'),(7104,158,'2007-05-06 10:26:43','More photos','Straight off the course, Timothy Carlson brings us some fantastic shots. Included are swim star Ashley Carusone and her crash on the bike, and early leaders. Check them out below.'),(7105,158,'2007-05-06 10:32:23','Course gaffs continue','Jordan Rapp has become disqualified from the race due to a wrong turn in one of the initial laps.'),(7106,158,'2007-05-06 10:34:01','Thompson throwing down','David Thompson, after losing his early lead to Vanhoenaker, has reasserted himself to the tune of a swelling cushion. He\'s got over 1:30 on the Belgian, with Ambrose and Colting over four minutes back.'),(7107,158,'2007-05-06 10:45:28','Thompson on the last lap','We\'re nearing the end of the bike, with David Thompson storming away from the field. He\'s got nearly two minutes in hand over Colting.\r\n\r\n

    Cave, meanwhile, is maintaining her cushion over Holloway and Kraft.'),(7108,158,'2007-05-06 10:54:23','Top men and women on the final lap','The finish of the bike is at hand for race leaders David Thompson and Leanda Cave. Both continue to extend their leads, though further back there\'s been some shifting.'),(7109,158,'2007-05-06 10:57:19','Leader into T2','David Thompson has completed the bike at 3:45 official race time. That\'s cumulative swim and bike.'),(7110,158,'2007-05-06 11:01:30','Marino in at 3:30','Vanhoenaker has entered T2. That puts him about 3:30 down from Thompson.'),(7111,158,'2007-05-06 11:08:23','Ambrose and Colting','Paul Ambrose was third in off the bike, followed quickly by Jonas Colting.'),(7112,158,'2007-05-06 11:09:47','It\'s hot','As could be expected, it\'s getting warm in the kitchen. The sun is out, the wind is naught.'),(7113,158,'2007-05-06 11:15:07','Vanhoenaker 5:00 down','...as he passes through the finish area for the first time today.'),(7114,158,'2007-05-06 11:15:36','Vabrousek into T2','...on the heels of completing a marathon last weekend.'),(7115,158,'2007-05-06 11:19:18','Paul Ambrose holding down third','He\'s 4:20 behind Vanhoenaker, who trails our leader, Chris Thompson, by a further 5 minutes. 50 seconds behind Ambrose is Kortuem, who took a wrong turn (briefly) when passing the finish line.'),(7116,158,'2007-05-06 11:21:53','Bonness off the bike','Joe Bonness just entered T2, 14 minutes back of our leader. He\'s in the thick of the pro males.'),(7117,158,'2007-05-06 11:23:00','Cave into T2','Leanda Cave leads the women into T2. Race time is 4:12 from the start.'),(7118,158,'2007-05-06 11:25:18','First pro race','Richard Armstrong, in his virgin pro race, is into T2 just ahead of Margas Tamm of Estonia.'),(7119,158,'2007-05-06 11:26:03','Colting is out','Jonas Colting just removed himself from the race. \"It\'s too hot,\" he told race officials.'),(7120,158,'2007-05-06 11:27:09','Holloway is off the bike','Karen Holloway is into T2, 3:30 back of Cave.'),(7121,158,'2007-05-06 11:28:00','More on Colting','He said he didn\'t take in enough fluids on the bike. Colting was in fifth when he pulled the plug, running alongside Ted Aas.'),(7122,158,'2007-05-06 11:29:10','Kraft is in','1:40 back of Holloway and 5:10 behind our leader, Leanda Cave.'),(7123,158,'2007-05-06 11:33:26','Hillary Biscay','...enters T2 9:50 behind Cave. She\'s in fourth, 4:00 behind third-place Kraft - but has the home-field advantage over the German.'),(7124,158,'2007-05-06 11:35:20','Thompson through one lap','Our male leader, David Thompson, has come through the finish area for the first time. He\'s got two more loops and a comfortable lead. He looked hot and sweaty but hey, aren\'t we all.'),(7125,158,'2007-05-06 11:37:11','Soft ocean breezes','Just in time for the run, a west wind has picked up on the course. If nothing else it will cool off the athletes.'),(7126,158,'2007-05-06 11:37:00','Bella Comerford is in','The Scot is into T2 and readying for the run, well back of the leader Cave. She\'s holding down sixth place.'),(7127,158,'2007-05-06 11:41:00','Cave running away','Her lead had swelled to 4:50 after the initial mini-loop to the east of the finish line. Kraft is a further 1:10 down, but looking much more spritely than Holloway.'),(7128,158,'2007-05-06 11:44:00','Marino comes through','At the end of his first loop, Vanhoenaker is now 8:20 back of Thompson. Our leader\'s nickname is now thompson\'s gazelle, for all you wildlife afficionados out there.'),(7129,158,'2007-05-06 11:47:50','The scene at the finish','The music is blaring, but the rest of life is calm here by the finish line. The occassional pitter-patter of athlete footsteps can be heard, and the frantic preparations of the yellow-clad volunteers can be seen.'),(7130,158,'2007-05-06 11:49:00','After the first lap for the men','David Thompson\r\n
    Vanhonenaker 7:50\r\n
    Kortuem 11:00\r\n
    Bayliss 11:20\r\n
    Ambrose 11:45\r\n
    Aas 13:10'),(7131,158,'2007-05-06 11:52:38','For the women...','Tereze Macel just came through 14:50 back of Cave, and 8:50 back of third-place Kraft. Following her and within sight was Bella Comerford, just ten seconds behind Macel. A catch may be imminent.'),(7132,158,'2007-05-06 11:55:22','To recap:','Cave\r\n
    Holloway at 4:50\r\n
    Kraft at 6:00\r\n
    Macel at 14:50\r\n
    Comerford at 15:00'),(7133,158,'2007-05-06 12:01:16','Bayliss moving up','It apears our swim star, Stephen Bayliss, is moving up the run. He\'s now in a surprising second place, 7:10 behind Thompson. Behind him are Vanhoenaker (9:40 down) and Kortuem (11:10 back).'),(7134,158,'2007-05-06 12:03:38','The press','The local TV cameras are setting up near the finish line. '),(7135,158,'2007-05-06 12:11:00','Photos of the run','We\'ve got more photos below, coming from the run course and compliments of Don Karle. You can see the heat taking its toll.'),(7136,158,'2007-05-06 12:12:00','Kraft takes over second','Just ahead of Joe Bonness, Nina Kraft has completed one lap of the run in second place, 7:10 behind Leanda Cave. She has passed Karen Holloway.'),(7137,158,'2007-05-06 12:15:06','Holloway fading','Karen Holloway, after a fine performance on the bike, is looking a little worse for wear. She\'s still in third, 9:15 behind Cave and 2:05 behind Kraft.'),(7138,158,'2007-05-06 12:16:30','Thompson with one to go','David Thompson continues to look strong. He just came through lap 2 of the run, at 5:03 race time. He\'s going to be under six hours without a problem. Unless he runs into a problem.'),(7139,158,'2007-05-06 12:19:09','Biscay into fourth','Hillary Biscay, using short steps and with head down, has taken over fourth for the women at the conclusion of the first lap. She\'s 4:05 behind Holloway and 13:20 back of leader Leanda Cave.'),(7140,158,'2007-05-06 12:21:33','A pair of A\'s','Paul Ambrose and Ted Aas are running in fifth and sixth for the men. They don\'t look like they\'re having fun.'),(7141,158,'2007-05-06 12:22:53','Bella\'s done...','...with her first lap. She\'s 4:10 behind Biscay, 17:30 behind the leader.'),(7142,158,'2007-05-06 12:24:00','Age groupers unite','The 10k run course is starting to fill with age-groupers on a beautiful day in Bradenton. Runners continue to be fooled by the finish line flow, with several trying to hit the finish chute early before being directed back onto the course.'),(7143,158,'2007-05-06 12:24:53','Kraft','Still 7:20 down from Cave.'),(7144,158,'2007-05-06 12:30:52','Gonna be a footrace','...for second place. David Thompson continues his commanding performance, leading Stephen Bayliss by 10:10. In third is Nathan Kortuem, then Paul Ambrose and Marino Vanhoenaker. To recap:\r\n\r\nThompson 00:54\r\n
    Bayliss 10:10\r\n
    Kortuem 11:00\r\n
    Ambrose 11:55\r\n
    Vanhoenaker 14:05 '),(7145,158,'2007-05-06 12:31:54','The women as we stand:','Cave 2:30\r\n
    Kraft at 7:20\r\n
    Holloway at 11:00\r\n
    Biscay at 14:00'),(7146,158,'2007-05-06 12:33:51','Tereza Macel...','...just walked past the finish area. She\'s not looking good.'),(7147,158,'2007-05-06 12:37:43','Comerford','...is 2:20 back of a walking Macel. Will she make the catch? It looks likely.'),(7148,158,'2007-05-06 12:41:37','Thompson holding steady','He\'s got 11:40 on Kortuem. Nathan\'s wife, Sarah Haskins, just got fourth today at the ITU World Cup in Lison, Portugal. Following Nathan was Paul Ambrose at 12:30. Either something happened to Bayliss or we missed him. Gosh darnit.'),(7149,158,'2007-05-06 12:44:00','Vanhoenaker','...is not made for this heat. He\'s now 16:20 behind Thompson. Speaking of whom, we\'re minutes away from his victory dance.'),(7150,158,'2007-05-06 12:47:07','All is ready','Finisher medals are out, the press is assembled, finish tape is strung. All we need is a winner.'),(7151,158,'2007-05-06 12:48:04','The 30k walk','Athletes by the dozen are starting to walk out there. I don\'t blame them.'),(7152,158,'2007-05-06 12:49:02','Two down, one to go','Leanda Cave has finished the second of three laps. She\'s looking calm and in control.'),(7153,158,'2007-05-06 12:51:48','2k to go','David Thompson is about to take the finest win of his young career. He\'s 2k from the finish and no one is anywhere near him. The question at the start of the day - whether the winner would break 6 hours - is about to be answered with an emphatic \"yes.\"'),(7154,158,'2007-05-06 12:54:47','Livin La Vida Loca','...is playing on the sound system. The finish line crowd - two cameramen, three photographers, four volunteers, a confused-looking tourist, and one cop chatting up the cute TV personality - are ready for a winner.'),(7155,158,'2007-05-06 12:56:03','Heard from one spectator...','...to a passing runner: \"You were running faster before.\" Ouch.'),(7156,158,'2007-05-06 12:57:05','The women','Nina Kraft continues to lose ground to Leanda Cave. The gap is up to 7:50.'),(7157,158,'2007-05-06 12:57:40','Here he comes','David Thompson takes the first win of Tri One O in a total time of 5:45:45.'),(7158,158,'2007-05-06 12:58:42','Whoa baby','He\'s not doing so well. Thompson is escorted immediately to the medical tent. He\'s pouring water continuously on his head and there\'s a towel draped across his hunched shoulders.'),(7159,158,'2007-05-06 13:00:49','The question of distance','This series trumpeted the distance as a nice compromise between the annhilation of ironman and the speed of the half-iron. Will these athletes be ready to race again in a few weeks? The heat and humidity might play a role in the answer.'),(7160,158,'2007-05-06 13:03:00','The fastest swimmer is all right','Ashley Carusone, our winner out of the water this morning, just walked past. She suffered a crash on the bike, but appears to be ok. She\'s got a large bandage on her chin (due to a broken jaw) and another on her right forearm. We\'re glad to see her \"upright and ambulatory,\" as the legendary announcer Jerry McNeil would say.'),(7161,158,'2007-05-06 13:05:40','Into third place','Hillary Biscay has moved into third for the women. She\'s exactly 15 minutes back of our leader, Leanda Cave, and 6:10 behind Kraft. She\'s moving forward slowly... will there be enough real estate to take down the German?'),(7162,158,'2007-05-06 13:07:17','Second place','With a strong performance all day today, Stephen Bayliss comes across the line second. His final time of 5:54:38 was almost nine minutes behind Thompson.'),(7163,158,'2007-05-06 13:08:11','A bit perkier','Bayliss looked a little fresher than Thompson, leaping across the line and nearly clicking his heels. But he still headed for the medical tent.'),(7164,158,'2007-05-06 13:09:46','Big day for the Kortuem family','Nathan Kortuem has taken third, in 5:56:58. Remember, his wife, Sarah Haskins, took fourth today in Lisbon at the ITU World Cup.'),(7165,158,'2007-05-06 13:10:17','Good thing it\'s a small field','Nathan also headed for the medical tent. Perhaps that\'s where the post-race party will be held.'),(7166,158,'2007-05-06 13:10:49','Bikinis at the finish line','The Florida scenery is coming out. Getting hard to concentrate.'),(7167,158,'2007-05-06 13:12:11','Final man under 6 hours','Paul Ambrose missed the podium, be he didn\'t miss the chance to dip under the 6-hour barrier. He\'s done in 5:59:48, a fourth-place effort.'),(7168,158,'2007-05-06 13:14:10','More on the women','Bella Comerford is in fourth place, 9:30 behind Biscay. That puts her 24:30 behind the day\'s ace, Leanda Cave.'),(7169,158,'2007-05-06 13:20:11','Cave staying at arm\'s length','Nina Kraft can\'t seem to make up any ground. She remains just over 7 minutes behind the world champion.'),(7170,158,'2007-05-06 13:30:00','Made of steel','Petr Vabrousek came through in 6:11:47. Consider this: he\'s already done four ironmans this year, including fourth place finishes at Arizona and South Africa. And last weekend he took 24th at a marathon in Vienna - in 2:33. Taking eighth today after flying in from the Czech Republic earlier this week, he says he needed a few more days to get used to the heat.'),(7171,158,'2007-05-06 13:35:00','More on the men','Vanhoenaker took fifth today, in 6:03. The decisive moment, according to both Marino and the winner, David Thompson, came on the fourth lap of the bike. Thompson put down a surge and Vanhoenaker couldn\'t respond.'),(7172,158,'2007-05-06 13:36:00','Cave takes the win','With an impressive win in the heat, Leanda Cave becomes the first female champion of One O One. Her final time of 6:23:35 is an impressive one.'),(7173,158,'2007-05-06 13:44:38','Kraft finds her way to second','The gap stayed steady for most of the run, and in the end Nina Kraft came across second with a final time of 6:30:40.'),(7174,158,'2007-05-06 13:45:37','Battle scene','The grassy area in front of the Holiday Inn is littered with tired bodies, bags of ice, and drenched towels. Everyone\'s looking for a spot of shade.'),(7175,158,'2007-05-06 13:53:02','There\'s your podium','Hillary Biscay completes a fantastic run with a third-place finish in 6:38:35. She\'s all smiles at the finish line, and one of the few not to head immediately for the medical tent.'),(7176,158,'2007-05-06 13:54:44','Kraft ready for more','Nina Kraft expressed contentment with her performance today. After a DNF in Malaysia, in similarly stifling conditions, she ran from third to second by the end of today\'s third discipline, passing Holloway on the way. Next up? She\'ll be making a start at Ironman Brazil in a few weeks.'),(7177,158,'2007-05-06 13:55:54','At least 10 casualties','We knew it would be hot, but the DNF\'s are surprisingly small - so far. Only ten timing chips have been turned in as yet.'),(7178,158,'2007-05-06 13:56:59','Holloway toughs it out','After a quick bike, Karen Holloway surrendered third to Nina Kraft but maintained fourth at the line for a finish time of 6:42:15.'),(7179,158,'2007-05-06 14:24:50','More photos','Photos are now being posted from the run and finish. Check out Timothy Carlson\'s work below.'),(7180,158,'2007-05-06 14:37:28','Amateurs coming','More amateurs are coming across the line, one by one. The wind has picked up, lending a cooling hand to the finishers.'),(7181,158,'2007-05-06 14:42:48','Reflections...','I will save the reflections for Timothy Carlson\'s post-race piece. He\'s dusting off the laptop as we speak. Tune in to InsideTri.com for a comprehensive post-race article this evening.'),(7182,158,'2007-05-06 14:45:36','But I will say this','Every race is different, every venue different. What went well here, and what went poorly, could have happened at any race. There were mistakes and there were triumphs - and certainly more the latter than the former. Athletes spoke to being \"coddled\" like they\'ve not been before - which is par for the course for HFP\'s team.\r\n\r\n

    There were obstacles to overcome in Bradenton. The city did not embrace the race - indeed, proved hostile at various points in time. This race may be back, or it may not be, but the fundamental concept is a sound one - a distance athletes can complete without selling the farm to do so.'),(7183,158,'2007-05-06 14:47:00','It\'s just the beginning','This was the first of four races this year, and the first year. The events will improve and the numbers will increase. Inside Tri will be at all of them, with live coverage and photos and videos.\r\n\r\n

    I\'ll see you again at The Woodlands in November. Between now and then I have three races to direct. I\'m looking forward to it.\r\n\r\n

    Good day.'),(7184,159,'2007-05-12 15:31:40','Good day and','welcome to VeloNews.com\'s Live Coverage of the 2007 Giro d\'Italia. The Giro kicks off this year with a an interesting 25.6km team time trial from the Caprera and Maddelena islands off the sparkling coast of Italy\'s Sardinia island'),(7185,159,'2007-05-12 15:33:38','Today\'s weather','It\'s sunny, warm - temps in low 80s, but feels hotter than that ... staying in the shade is key.

    Riders are facing brisk northwesterly winds, with gusts up to 40mph, especially on the exposed part of the route.

    Over the past days, several riders have complained of the dangers of the course.

    “It’s a terrible course. It’s the most dangerous thing they could do. Maybe there are two kilometers that are flat, the rest is just up and down,†said Discovery Channel’s George Hincapie. “With nine guys, it will be hard to keep it together. It’s crazy. We rode it three times. It’s super windy. It’s really scary. I don’t get scared much on the bike, but riding around yesterday on the course, it was really scary.â€Â\r\n'),(7186,159,'2007-05-12 15:36:00','Lotto','The Predictor-Lotto team of Robbie McEwen is on route and we\'ll see how things go for these guys, today.'),(7187,159,'2007-05-12 15:41:28','Euskaltel','The Euskaltel team is now in the start house. We\'ll start getting split times here in a bit.\r\n'),(7188,159,'2007-05-12 15:47:00','CSC','Is now on route. These guys won the TTT last year and they have to be considered to be a favorite today. (Of course, they had Ivan Basso on the team last year, too.) The CSC boys have opted for full-on time trial bikes with disk wheels, as opposed to the road bikes with spoked wheels. It\'s a strategic choice, keeping the wind and narrow roads in mind.'),(7189,159,'2007-05-12 15:51:26','CSC','appears to have made a good equipment choice. So far, the team of world time trial champion Fabian Cancellara and U.S. TT champ\' David Zabriskie is ticking along very nicely.'),(7190,159,'2007-05-12 15:55:00','Start order:','Here is the start order for today\'s stage:\r\n

  • 3:30: Gerolsteiner\r\n
  • 3:35: Predictor-Lotto\r\n
  • 3:40: Euskaltel\r\n
  • 3:45: CSC\r\n
  • 3:50: Milram\r\n
  • 3:55: Rabobank\r\n
  • 4:00: Saunier Duval\r\n
  • 4:05: T-Mobile\r\n
  • 4:10: Acqua e Sapone\r\n
  • 4:15: AG2R\r\n
  • 4:20: Panaria\r\n
  • 4:25: Lampre\r\n
  • 4:30: Tinkoff\r\n
  • 4:35: Credit Agricole\r\n
  • 4:40: Astana\r\n
  • 4:45: Cofidis\r\n
  • 4:50: Caisse d\'Epargne\r\n
  • 4:55: Bouygues Telecom\r\n
  • 5:00: Quick Step\r\n
  • 5:05: Discovery Channel\r\n
  • 5:10: Liquigas\r\n
  • 5:15: Francaise des Jeux.\r\n'),(7191,159,'2007-05-12 15:56:52','Euskaltel','is having some difficulty out on the course... they appear to have shed three riders already. Remember that the team\'s time is counted as the fifth rider crosses the line.'),(7192,159,'2007-05-12 16:05:23','CSC','Is looking very good on the course. We\'re still trying to get split times, but it appears that CSC is on track for a good ride, today.'),(7193,159,'2007-05-12 16:13:50','Gerolsteiner','The Gerolsteiner team - first out of the gate this afternoon - has a finishing time of 35:10.

    We apologize for our spotty reports. We\'re having a few minor difficulties, including spotty cell coverage on the islands here.'),(7194,159,'2007-05-12 16:15:37','CSC','Has broken apart. It looks like the team is going to allow the five strongest on the squad head to the finish on their own... it\'s a bit of a risky strategy, considering that they may have no one on reserve if someone has a flat over these final kilometers.'),(7195,159,'2007-05-12 16:21:30','CSC','Crosses with Cancellara leading the way... and they have the new best time of 34:07\r\nThe top three as of now:
    \r\n1. CSC- 34:07
    2. Predictor Lotto - 35:06
    3. Gerolsteiner - 35:10

    Back at the start, we have Panaria in the gate.'),(7196,159,'2007-05-12 16:21:55','Wind','Discovery Channel PR man PJ Rabice said: \"The course without wind wouldn\'t be that hard, but it\'s blowing hard throughout the entire route. It\'s either head or crosswinds almost the entire way.\" '),(7197,159,'2007-05-12 16:24:19','Crowds','The crowds today are concentrated at the finish area. It was logistically quite impossible for anyone to get to the start.\r\n'),(7198,159,'2007-05-12 16:27:21','Milram hits the line','with the day\'s fourth fastest at 35:11.

    Today\'s finish is sketchy - with lfour or five swinging turns into the final straight. It cost Euskaltel earlier, as one of their remaining five riders slipped off the pace in the final stretch... costing the team quite a bit of time.\r\n\r\n'),(7199,159,'2007-05-12 16:30:38','Davide Rebellin','said he was pretty happy with the stage today.

    \"Things went pretty well,\" he said. \"There are a lot of curves on the course and the wind is strong. Things went pertty well for the team. We said at the start we\'d like to be in the top 5. We\'ll see how things go in the first week. I\'d like to try to win a stage.\"'),(7200,159,'2007-05-12 16:31:28','Rabobank charges','to the line.... and finishes with a 35:23. Not bad. It\'s still good enough for fifth.'),(7201,159,'2007-05-12 16:32:53','Simoni','and the Saunier Duval team are now on the final climb. That puts them about 5 minutes from the finish. '),(7202,159,'2007-05-12 16:36:15','Saunier Duval','comes through in 35:03. Simoni should be happy with that. '),(7203,159,'2007-05-12 16:41:30','Cancellara','At this point Fabian Cancellara is in the virtual maglia rosa, holding a healthy a slight advantage over four of his teammates and a healthy 56-second lead over riders from Saunier Duval. That result, however is not cast in stone and there are some heavy favorites still to come. Among them, Discovery Channel should be one of the favorites - they rode the course three times Friday and once more on Saturday morning. '),(7204,159,'2007-05-12 16:41:00','Here\'s an odd bit of news','We\'ve had the first withdrawl from the Giro. Francaise des Jeux\'s Carlos de la Cruz appears to have broken his foot... at the team presentation on the aircraft carrier the other day.'),(7205,159,'2007-05-12 16:51:00','Top five','1. CSC - 34:08
    2. Saunier Duval, at 0:55
    3. Predictor-Lotto, at 0:58
    4. Gerolsteiner, at 1:02
    Rabobank, at 1:16'),(7206,159,'2007-05-12 16:57:33','35:39 for Panaria','Not in the hunt, but this isn\'t exactly the team\'s specialty.'),(7207,159,'2007-05-12 17:00:15','Discovery about to start','As Lampre heads to the finish.'),(7208,159,'2007-05-12 17:01:07','Lampre','comes in at 34:17. Not the top spot, but good enough for second and it should make their GC man - Damiano Cunego - happy.'),(7209,159,'2007-05-12 17:02:06','Top three','1. CSC, 34:08
    2. Lampre, 34:17
    3. Acqua & Sapone 34:38'),(7210,159,'2007-05-12 17:06:25','Tinkoff','the Tinkoff team has come in with a time of 34:42, good enough for fourth.'),(7211,159,'2007-05-12 17:08:21','Pat McQuaid','Met with the media here at the Giro today. The UCI president said that he remains opposed to cutting Ivan Basso a break, after last year\'s winner confessed to an involvement in Operacion Puerto.

    Our man, Andrew Hood, was there. Take a moment to\r\nread his story.'),(7212,159,'2007-05-12 17:15:24','Astana','The team of two-time Giro winner Paolo Savoldelli sets a new top time of 33:47. Nice work.'),(7213,159,'2007-05-12 17:17:32','News from Bolivia','Chris Hoy has missed setting a new world record in the kilometer today. He is a bit jet-lagged and we expect he\'ll be trying. Hoy notched up a 59.173 short of the world best mark of 58.875.'),(7214,159,'2007-05-12 17:21:39','Cofidis','comes in to the finish. The French team comes through with a time of 35:16. That puts them in around 12th place.'),(7215,159,'2007-05-12 17:26:31','Matt White dropped','The Discovery team has lost Matt White. That knocks the Disco squad to five riders. No room for error now.'),(7216,159,'2007-05-12 17:31:00','Top three','1. Astana - 33:47
    2. CSC, at 0:29
    3. Lampre, at 0:49'),(7217,159,'2007-05-12 17:38:48','News from the course','It looks like Liquigas is setting a blistering pace out there, setting the fastest time at the second time check. Discovery, meanwhile, is holding its own, despite being reduced to five riders.'),(7218,159,'2007-05-12 17:39:48','Popovych has crashed','Discovery team leader Popovych has crashed on the descent. '),(7219,159,'2007-05-12 17:41:01','34:27','Popovych caught back on and the team still finishes with a time of 34:27.'),(7220,159,'2007-05-12 17:43:55','Liquigas moves toward the finish','It could be close.'),(7221,159,'2007-05-12 17:45:00','Enrico Gasparotto leads the','Liquigas team through, with a time of 33:35, a new best time. He may be the man in the pink jersey. We have to bet that Di Luca isn\'t happy with that one.'),(7222,159,'2007-05-12 17:47:39','Francaise des Jeux','the only team on the road, we have to predict that Enrico Gasparotto of Liquigas will lead the Giro after the first stage.'),(7223,159,'2007-05-12 17:50:33','FDJ still on the road','and the team has passed the time of Liquigas, so Enrico Gasparotto has the jersey.'),(7224,159,'2007-05-12 17:53:00','FDJ finishes','well outside of the top-ten.

    The stage has been won by the Liquigas team with an unofficial time of 33:38, ahead of Astana\'s time of 33:51. '),(7225,159,'2007-05-12 18:01:19','Well, that\'s a wrap folks.','Thanks for joining us today and we\'ll be back tomorrow with Live Coverage from stage 2.'),(7226,160,'2007-05-13 14:25:46','Good day and welcome...','... to VeloNews.com\'s Live Coverage of the second stage of the 2007 Giro d\'Italia.

    This is a spectacular day with a 205km race from Tempio Pausania to Bosa. The course opens with a mostly flat push west along the wind-swept dunes between Castelsardo and \r\nPorto Torres before dipping south toward the walled city of Alghero. The hilly second half of the route sees the Giro\'s first rated climb with the Cat. 2 Villanova Monteleone climb at 156.8km, though there \r\nare several unrated hills in the final 50km that could split the bunch before arriving into Bosa along Sardinia\'s spectacular west coast. '),(7227,160,'2007-05-13 14:26:32','Michael Barry','T-Mobile\'s Michael Barry didn\'t start today, but we don\'t have any information as to why. We\'ll try to get word as soon as possible.'),(7228,160,'2007-05-13 14:31:33','Early action','The attacks began from the gun today, with several early efforts quickly countered as the peloton did the usual calculus, guaging the threat posed by various combinations of escapees.

    Finally, by kilometer 9 or 10, we saw a small group of five slip off the front and now, at km 80, the escape group has about 5:40 on the main field.

    The men in the escape are:\r\n

  • Simone Masciarelli (Acqua e Sapone)\r\n
  • Pavel Brutt (Tinkoff)\r\n
  • Frédéric Bessy (Cofidis)\r\n
  • Arnaud Labbe (Bouygues Télécom)\r\n
  • Mauro Facci (Quick Step) \r\n\r\nThe escape - and the peloton for that matter - still face a tough climb ahead in the form of the Cat. 2 Villanova Monteleone in about 75km.'),(7229,160,'2007-05-13 14:39:05','Our daily contest','We haven\'t forgotten the contest folks. Send us your best guess as to who\r\nmight win today\'s stage and we\'ll randomly chose a single winner from among\r\nthe correct choices submitted. Send your pick to Rosters@InsideInc.com\r\nand, if you\'re selected, we\'ll send you a copy of our Coors\r\nClassic DVD and a copy of our newest book from VeloPress \"Gracie\r\nGoat\'s Big Bike Race,\" written by Erin Mirabella and illustrated by\r\nLisa Horstman. We picked that as an added prize today, just to make you\r\naware that we\'ve a new children\'s book. My seven-year-old daughter, Annika,\r\nloved it, so if you have kids or friends with kids, keep it mind. (It\'s\r\nbetter than letting the read about Operacion Puerto.)'),(7230,160,'2007-05-13 14:58:51','The time gap','At 105km, the five leaders are holding a lead of about 5:25. It looks like the peloton is going to leave the gap at that for a while. With 100km remaining today, the gap is currently at manageable levels.'),(7231,160,'2007-05-13 15:00:38','Michael Barry','Andrew Hood has been doing a bit of check and it sounds like Michael Barry had fever before he came to the Giro. So he was sick before he started and his Giro didnt last long. We\'re trying to reach him by phone and we\'ll fill you in if we do. '),(7232,160,'2007-05-13 15:04:46','Well, that was fast','Barry dropped us an e-mail, explaining his decision to pull out of the Giro:
    Hi,
    Yeah, I didn\'t start. I have been sick for a couple of days and last night I had a fever all night-it was hard enough getting out of bed so racing was out of question. Dede and Liam are sick as well so I guess it is some kind of virus.
    Cheers
    Michael
    \r\nThat\'s got to be tough. We wish him - and the rest of the family - a speedy recovery.\r\n'),(7233,160,'2007-05-13 15:06:04','Photos below','Take a gander and check out some of Andrew Hood\'s pictures of today\'s route. It\'s a beautiful place.'),(7234,160,'2007-05-13 15:08:21','At 120km','The five leaders\' advantage has dipped below five minutes. They are now 4:50 up on the main field. The leash will get yanked back over the next 80 or 90k, so we may well see a field sprint today.'),(7235,160,'2007-05-13 15:10:55','The sprinters','If it does come down to a field sprint, we may see a well-contested charge to the line. Petacchi is here, McEwen is here... and J.J. Haedo may hope to impress at his first Giro.

    Speaking of Petacchi, we\'ve had a lot of questions about his plans for July this year. Well, he says \"I have a lot of motivation to race the Tour this year. I have won in Milan and I have won in Madrid, but I have yet to win on the Champs Elysees. I will also fight for the green jersey in the Tour. This is my main goal for the 2007 season. I hope to come out of the Giro stronger than when I started and enter the Tour closer to the Petacchi that the world has become accostomed to seeing.\"\r\n'),(7236,160,'2007-05-13 15:12:41','McEwen','says he loves riding at the Giro:

    \"I\'d rather be here than at some race like the Four Days of Dunkirk or Cataluyna. It\'s a good race, even though this year there are only a few real stages good for the sprinters,\" McEwen told VeloNews.com\'s Andrew Hood. \"I missed almost a month of racing because I crashed in Milan-San Remo and hurt my back. I am feeling better now. I would be happy with one victory here.\" '),(7237,160,'2007-05-13 15:14:10','Haedo?','J Haedo is another rider who will be looking to spar in the sprints. The Argentine ace has already won five races in his European debut. \"I won\'t have a big train like Petacchi or some of the others, but the team will watch out for me without spending too much energy. I have Michael Blaudzun who will guide me in the final kilometers, then I can do the sprint on my own. I am looking forward to sprinting here, but I also need to be patient. This is my first big tour. I am not intimidated. Everyone is beatable.\"'),(7238,160,'2007-05-13 15:15:53','Questions? Comments? Gripes?','Comments? Questions? Complaints? Drop us a line.\r\nIt\'s a moderately inactive stage, right now, so we\'ll try to address some\r\nof the questions you have.'),(7239,160,'2007-05-13 15:20:17','If Petacchi wins today...','It will mark a return to form after his disastrous crash early in last year\'s Giro that left his kneecap shattered. \"I want to return to be at the level the world is used to seeing from me. I now realize I made a mistake last year by trying to force my comeback and I paid for it. I am feeling stronger now than I was at Milan-San Remo. I think we can expect to win a stage at this Giro.\" '),(7240,160,'2007-05-13 15:23:00','The crowds are','quite large as the five-man breakaway rolls through Alghero, a beautiful fortified city along the western coast. We have a photo of town below.

    The city was a Spanish enclave during the four centuries the kings of Aragon controlled Sardinia from the 15th to 18th centuries. Some residents still speak Catalan.'),(7241,160,'2007-05-13 15:27:09','Another withdrawl','Gerolsteiner\'s Volker Ordowski has pulled out. Meanwhile, the gap has dropped to 4:20 as the leaders work their way on to the climb.'),(7242,160,'2007-05-13 15:30:05','Looking ahead to the finish','If the day ends in a sprint, reigning world champion Paolo Bettini will also be in the mix for the sprints. \"Il Grillo\" is hoping to bounce into at least one stage win and plans on racing the entire Giro - he\'s won two points jerseys at the Giro - but still hasn\'t decided about the Tour de France.'),(7243,160,'2007-05-13 15:39:00','As the peloton works its way','up the day\'s big climb, the Liquigas team is in command at the front and setting a good tempo for the man in the maglia rosa, Enrico Gasparotto.'),(7244,160,'2007-05-13 15:42:43','The gap','The escapees - Simone Masciarelli (Acqua e Sapone), Pavel Brutt (Tinkoff), Frédéric Bessy (Cofidis), Arnaud Labbe (Bouygues Télécom) and Mauro Facci (Quick Step) - are now just 3:45 ahead of the peloton.

    We see Dave Zabriskie hanging off back of peloton - dumping water over his head, as the peloton heads up the first major climb of the 2007 Giro.'),(7245,160,'2007-05-13 15:46:47','As the leaders','approach the top of the climb, the gap has shrunk to 3:20.'),(7246,160,'2007-05-13 15:56:19','Bettini','was off the back for a bit, visiting his team car, but he\'s back in the field. He\'s looking good, by the way.

    Up front the group has lost Arnaud Labbe (Bouygues Télécom). We need to correct our comment that the leaders are near the top. They still have a bit to go and the gap is now down to 3:08.\r\n'),(7247,160,'2007-05-13 15:56:50','Arnaud Labbe','is trailing the four leaders by about 30 seconds.'),(7248,160,'2007-05-13 16:00:11','Di Luca','While Danilo Di Luca isn\'t in the maglia rosa he is clearly in the role of a protected rider, as the entire Liquigas team is setting tempo for him.'),(7249,160,'2007-05-13 16:08:30','The men up front','Are finally nearing the GPM (KOM) spot on the route. These fellas look wasted, but Tinkoff\'s Brutt has enough energy to launch a sprint for the points (and Euros) that accompany the honor of taking the climb.'),(7250,160,'2007-05-13 16:09:23','Brutt','Will have the climber\'s jersey today.

    Labbe, meanwhile, is coming across about 30 seconds back.'),(7251,160,'2007-05-13 16:10:55','The peloton','Is coming up on the KOM. We should get a good time gap here.'),(7252,160,'2007-05-13 16:11:40','2:40','With Liquigas leading the way, the peloton crests the KOM at 2:40.'),(7253,160,'2007-05-13 16:16:00','With about 45km remaining','the leaders\' advantage continues to drop. The are now 2:35 ahead of the main field. Take a look at the profile above. As you can see, it\'s not an easy road, even though the remaining climbs are unrated. Still, we\'d have to put our money on a field sprint.'),(7254,160,'2007-05-13 16:18:00','Crash!','Matt White (Discovery) and T-Mobile\'s Adam Hansen were among several involved in a crash... it seems everyone is up and running at this point, though.'),(7255,160,'2007-05-13 16:26:05','Time gaps','The lead group is now down to three riders, with Labbe and Simone Masciarelli (Acqua e Sapone) trailing Pavel Brutt (Tinkoff), Frédéric Bessy (Cofidis) and Mauro Facci (Quick Step). The time gaps, though, are not huge, with Masciarelli trailing by about 35 seconds, Labbe another 30 back and the peloton closing in... about 2:15 behind the leaders.\r\n'),(7256,160,'2007-05-13 16:26:30','Popo?','Yaroslav Popovych is \"feeling a little banged up, but he\'s okay,\" said Disco team spokesman PJ Rabice.

    Popovych has some minor scrapes on his elbow and a banged up back following his spill in the final km or so in Saturday\'s TT '),(7257,160,'2007-05-13 16:28:19','2:13','The three leaders are but 2:13 aheadof the main field, with Masciarelli and Labbe in no-man\'s land.

    Meanwhile, T-Mobile\'s Hansen has caught back on to the field after his crash. White, we believe, is back, too.

    37km to go.'),(7258,160,'2007-05-13 16:32:15','A reader question:','Reader Chris F. asks about the Intergiro competition. We were confused by the thing when we first encountered the concept, but it\'s actually pretty simple. There is an arbitrary mark on route each day. They essentially treat it like a finish line and take times and \"finishing\" order at that mark every day. Then they calculate a separate GC for that and award the InterGiro leader\'s jersey based on that intermediate GC.'),(7259,160,'2007-05-13 16:34:33','Astana','Astana team manager Marc Biver just told VeloNews he was \"surprised how well we rode in the TTT. We knew Paolo was strong, but the young Kazakh riders are good and so is Mazzoleni. We were expecting to be in the top five. What\'s most important is the time differences. We are in a good position compared to some of the others. Paolo has no pressure here at the Giro, either from us or from himself. He says he\'s feeling strong and maybe he can finish on the podium in Milan.\"

    Biver also confirmed that Mazzoleni and Savoldelli will both be riding the Tour de France to help team captains Alexandre Vinokourov and Andreas Klöden. '),(7260,160,'2007-05-13 16:38:31','The three leaders','are now just 2:00 ahead of the peloton, with 30km remaining.'),(7261,160,'2007-05-13 16:40:55','Tougher than you think','The final climbs is harder than it looks on paper - there\'s at least 2km at 6% about 7km from finish ... sure to bust up the peloton '),(7262,160,'2007-05-13 16:42:40','Questions? Comments? Gripes?','Comments? Questions? Complaints? Drop us a line.\r\nIt\'s a moderately inactive stage, right now, so we\'ll try to address some\r\nof the questions you have.'),(7263,160,'2007-05-13 16:44:54','The gap is shrinking','the three leaders are now just 1:30 ahead of the field. We may see the team cars being pulled here soon.'),(7264,160,'2007-05-13 16:47:24','Another crash','Quite a number of riders have crashed with about 23km to go. Euskaltel\'s Aketza Pena is stuck waiting for a bike. '),(7265,160,'2007-05-13 16:47:53','The three leaders','are just 1:10 ahead of the peloton.'),(7266,160,'2007-05-13 16:48:54','The gap is now','so small that the team cars are being pulled from the gap, with 20km to go.'),(7269,160,'2007-05-13 16:53:54','Brutt has','20 seconds on the two chasers and the peloton is another 40 seconds back. He\'s riding quite nicely... especially considering that he\'s been out there for 180km today.'),(7268,160,'2007-05-13 16:50:56','Ahead','it looks like it\'s going to be a touchy and technical final five kilometers into town.

    Meanwhile, Brutt takes off his own as the peloton has narrowed the gap to less than a minute.'),(7270,160,'2007-05-13 16:57:10','Time gaps','The two chasers are 10 seconds behind Brutt and the peloton is another 38 seconds back, with 15km remaining.'),(7271,160,'2007-05-13 16:59:07','In case you\'re wondering','the big sprinters - like Petacchi, Hushovd, McEwen and Haedo - are still in the field and the gap is coming down. Be sure to enter your picks for the day.'),(7272,160,'2007-05-13 17:00:16','With 14km','to go, Predictor-Lotto is driving at the front of the peloton. Brutt is holding his own, but the sprinters\' teams are ready to pounce.'),(7273,160,'2007-05-13 17:05:03','The peloton','is sweeping through Bosa before heading up that final short climb. Brutt is hanging on, but the pace is picking up. Almost on cue, Sella attacks on the little climb. '),(7274,160,'2007-05-13 17:06:01','Sella scoots','on the climb, the only real opportunity for a climber like him to score a win today.'),(7275,160,'2007-05-13 17:08:10','Sella catches','Brutt, but there are some real powerhouse riders behind. Pablo Lastras just bolted out. Lastras powers right past the two leaders.'),(7276,160,'2007-05-13 17:09:00','With 7km to go','The Quick Step squad of Bettini is putting on a big effort.'),(7277,160,'2007-05-13 17:09:22','Lastras','is flying down the descent'),(7278,160,'2007-05-13 17:10:36','The peloton','has pulled in everyone but Lastras... he has about 10 seconds, but this is a very technical stretch.'),(7279,160,'2007-05-13 17:10:59','He\'s caught.','We\'ll see a field sprint, as we have 5km to go.'),(7280,160,'2007-05-13 17:11:57','Liquigas','is moving to the front, not only to protect Gasparratto, but to help set-up Di Luca'),(7281,160,'2007-05-13 17:13:16','There\'s been a big split','in the field, but we see the sprinters of note are in the front group. Petacchi is working his way through the field. He\'s not in a great position, but he\'s got 4km to go.'),(7282,160,'2007-05-13 17:13:59','Milram','is up front, now. Petacchi has done his job... and lookie there... Robbie McEwen has glued himself to the Italian\'s wheel.\r\n'),(7283,160,'2007-05-13 17:14:57','Milram is','driving hard at the front of the field with 2km to go. It\'s a very technical approach and hard to set up a train.'),(7284,160,'2007-05-13 17:15:34','The charge','as things sort themselves out... 1km to go. Petacchi still has a few riders... '),(7285,160,'2007-05-13 17:15:49','McEwen and Bettini','have latched on....'),(7286,160,'2007-05-13 17:16:23','Into the final corner','Milram gets Petacchi through the final turn...'),(7287,160,'2007-05-13 17:16:00','...but','Bettini and McEwen are there, too! Bettini? No... it\'s McEwen, Bettini and then Petacchi. Robbie \"the Rocket\" McEwen scores a win.'),(7288,160,'2007-05-13 17:18:01','Our attention','was glued to the front of the field, but there were several riders caught up in a crash in the final kilometer.'),(7289,160,'2007-05-13 17:32:32','It looks like Di Luca','managed to score the leader\'s jersey today. Maybe he made certain that his teammate stayed a few seconds behind at the finish.'),(7290,160,'2007-05-13 17:34:10','Chris Hoy','It looks like Chris Hoy missed setting the world Kilo record again today. He got a lot closer though, riding a 58.880-second kilometer, narrowly missing the record, which remains 58.875.'),(7291,160,'2007-05-13 17:42:47','Congratulations','to Ryotaro Kinno for being randomly selected from today\'s correct entries. Send us your address and we\'ll send your prize.'),(7292,161,'2007-05-14 13:43:25','Good day and welcome...','... to VeloNews.com\'s Live Coverage of the third stage of the 2007 Giro d\'Italia.

    Today\'s stage features a 181 kilometer ride from Barumini to Cagliari, the final day of the Giro\'s time on the island of Sardinia. Take a look at today\'s profile and you may agree that this looks like a perfect day for the sprinters. Aside from the the opening climb (unrated), it\'s a fairly flat shot to the finish.'),(7293,161,'2007-05-14 13:50:52','Today\'s contest','So, if you agree that this one will end in a field sprint, you might want to have a look at John Wilcockson\'s take on the \"the biggest sprinting talents in the field.\"

    Then send us your best guess as to who might win today\'s stage and we\'ll randomly chose a single winner from among\r\nthe correct choices submitted. Send your pick to Rosters@InsideInc.com\r\nand, if you\'re selected, we\'ll send you a copy of our Coors Classic DVD.'),(7294,161,'2007-05-14 13:52:54','Questions? Comments? Gripes?','As things get rolling today, it may be a bit on the slow side, so if you\'re keeping track of things and have a question, a comment, a gripe, go ahead and drop us a line. We\'ll try to answer some of the questions directly or right here in the live update.'),(7295,161,'2007-05-14 14:01:00','On the road','Things got rolling at 1:00 p.m. today. We saw an early attack form between kilometer 4 and 6. Right now, we have a group of five riders off the front. At 40km the escapees have already have and advantage of around 5:00.

    The men in the break are:

  • Mikhaïl Ignatiev (Tinkoff)
  • Alexandre Pichot (Bouygues Telecom)
  • Mickael Buffaz (Cofidis)
  • Elio Aggiano (Tinkoff)
  • Giovanni Visconti (Quick Step)'),(7296,161,'2007-05-14 14:17:00','At km 53','The leaders have bumped their advantage to 7:15. They may be reaching the limit of the peloton\'s tolerance, though, so we may see the gap holding here.'),(7300,161,'2007-05-14 14:45:00','Spotty','Race radio keeps going out and we\'re not getting a lot of information from our car on the road. At last report, we\'ve got our five leaders holding on to a 7:00 lead as they reach the 70km mark.

    Meanwhile the other big story we\'ll be covering today is the opening of the Floyd Landis arbitration hearing. We\'ll have VeloNews.com\'s Jason Sumner in Malibu for that one. He\'ll be there along with attorney Antonio Gallegos, who will be providing some insight as to the intricacies of the arbitration procedure.'),(7298,161,'2007-05-14 14:23:36','Photos','We just posted some pictures from today\'s start. Just scroll down below.'),(7299,161,'2007-05-14 14:25:00','Out on the flats','the opening hump has taken no casualties and, aside from a small unrated climb at Castladas at km 117, it\'s a flat ride to the finish. We\'re still predicting a field sprint, but we\'ve been surprised before.'),(7301,161,'2007-05-14 15:07:42','Di Luca','We\'ve had several questions regarding the change in the maglia rosa yesterday. As Wes asks, \"If Gasparotto and Di Luca finished with the same time yesterday, why does Di Luca wear the pink jersey?\"\r\n\r\nGasparotto was actually delayed by the crash in the final 1300 meters. While he was credited with the same finishing time as Di Luca - because of the 3km rule - they remained tied for time on GC and the tie-breaker is then calculated by finishing order. Gasparotto finished first on Saturday and 43rd on Sunday. Di Luca, meanwhile, came in second on Saturday and 12th on Sunday, hence the change.'),(7302,161,'2007-05-14 15:10:17','George Hincapie','We caught up with Hincapie before the start of the stage. He said his 10th place in Sunday\'s stage doesn\'t represent a rebirth of his sprinting ways. \"It was more just being at the front and staying out of trouble. That finish was crazy yesterday, with the climb, the fast descent and then two hard turns in the final kilometer. I figured it would be dangerous, so I was just at the front to stay out of it trouble.\"

    He called that one right.'),(7303,161,'2007-05-14 15:12:18','Zabriskie','As we reported yesterday, Dave Zabriskie was hanging off the back of the field dousing himself with water. This morning, he said he\'s \"feeling good, but we\'ll just take it day by day for the GC. I am climbing better than ever, but I won\'t know how I can do until later in the race. I know I can finish three-week stage races, but I have no pressure.\" '),(7304,161,'2007-05-14 15:13:27','The leaders are','nearing the feedzone at 93km and are holding a lead that we believe remains in the range of 7:00. '),(7305,161,'2007-05-14 15:14:47','Thor','Credit Agricole\'s Thor Hushovd said he was suffering early in Sunday\'s stage and knew he wouldn\'t be a factor in the final. \"I haven\'t raced a lot recently because I\'ve been sick and I\'ve missed some racing. I knew on the first climb I wasn\'t going to be there for the final. I don\'t expect much from today either because I need to work back into the race. There are others who are faster than me right now.\" '),(7306,161,'2007-05-14 15:16:20','Latest time check','from race radio, gives the leaders an advantage of 6:25. It looks as though the peloton will be monitoring this one closely. We doubt we\'ll see any surprise victory by an escape group.'),(7307,161,'2007-05-14 15:21:53','Contest reminder','You might want to have a look at John Wilcockson\'s take on the \"the biggest sprinting talents in the field.\"

    Then send us your best guess as to who might win today\'s stage and we\'ll randomly chose a single winner from among\r\nthe correct choices submitted. Send your pick to Rosters@InsideInc.com\r\nand, if you\'re selected, we\'ll send you a copy of our Coors Classic DVD.

    Since we\'re picking from among the correct entries, there is no advantage in getting your pick in early, but you can\'t enter after the 10km-to-go mark, so don\'t forget that rule.'),(7308,161,'2007-05-14 15:22:23','Edged at the line...','...Paolo Bettini said he was disappointed he couldn\'t finish off the sprint Sunday. \"It was a good chance for me because some of the big sprinters were missing. McEwen was too strong, but maybe I waited too long to start my sprint.\" '),(7309,161,'2007-05-14 15:24:00','At 100km','The peloton is cruising along with Lampre and Rabobank setting tempo at the front. Ahead, our five leaders are holding a 6:15 advantage.

    As a reminder, the escapees are:\r\n

  • Mikhaïl Ignatiev (Tinkoff)\r\n
  • Alexandre Pichot (Bouygues Telecom)\r\n
  • Mickael Buffaz (Cofidis)\r\n
  • Elio Aggiano (Tinkoff)\r\n
  • Giovanni Visconti (Quick Step)'),(7310,161,'2007-05-14 15:36:12','Questions? Comments? Gripes?','If you\'re keeping track of things and have a question, a comment, a gripe, go ahead and drop us a line. We\'ll try to answer some of the questions directly or right here in the live update.'),(7311,161,'2007-05-14 15:41:14','At 111km','The gap is back up to 6:50. There is a mix of teams up front, with Rabobank, Lampre and Liquigas monitoring the gap.

    At the start this morning, VeloNews\'s Andrew Hood spoke with Saunier Duval\'s Iban Mayo, who said he\'s here to help team captain Gilberto Simoni: \"The Giro is always a fight between the Italians. We will all work for Gilberto because he\'s proven he can win here. I\'m a little short of form, but I hope by the final week in the hard stages I can be near my best.\" '),(7312,161,'2007-05-14 15:48:32','Big crowds','at the finish today. The current \"crisis\" in cycling doesn\'t seem to have taken the wind from the fans\' sails. The roads along the route, however, only have a few fans, which is due in no small part to the largely rural nature of the island of Sardinia. It looks like a terrific place to live, by the way. '),(7313,161,'2007-05-14 16:05:41','Liquigas','Is still sharing the work load with Rabobank and Lampre at the front of the field. We haven\'t had a time check for a while, but will get one posted as soon as we hear.'),(7314,161,'2007-05-14 16:06:51','The lead group','has come apart.'),(7315,161,'2007-05-14 16:09:00','The times have really come down','We have two members of the break - Visconti and Ignatiev - who have moved ahead of the other three. They have about a minute while the peloton is moving up quickly.'),(7316,161,'2007-05-14 16:12:00','The two leaders','are at km 124 and are about 1:00 ahead of Buffaz and Aggiano. The peloton is 5:38 behind the two men in the lead.'),(7317,161,'2007-05-14 16:20:00','Visconti and Ignatiev','have crossed through the Garibaldi sprint. Time gaps are coming down, but it\'s still around 5:15 to the two leaders, with the other three men of the original break being pulled back by the field.'),(7318,161,'2007-05-14 16:22:45','The peloton','cross through the Garibaldi sprint at 5:17, which is a good time check.'),(7319,161,'2007-05-14 16:24:00','Visconti and Ignatiev','Are working well together. It\'s interesting to see just how quickly the other three gave up the ghost and just waited for the peloton to catch them. It\'s a good move, since they can cruise to the finish, sitting comfortably in the main field.'),(7320,161,'2007-05-14 16:28:46','With less than 40km to go','We have to expect the peloton will be ramping it up and cutting into the two leaders\' advantage. At this point, the gap is down to 5:00.'),(7321,161,'2007-05-14 16:34:36','It\'s a beautiful day','although quite warm, with temperatures in the upper 80s (F). The crowds are really swelling at the finish and it\'s pretty clear that most are looking forward to a field sprint into town. If we\'re going to see one, the peloton is really going to have to ramp it up soon.'),(7322,161,'2007-05-14 16:37:00','Visconti and Ignatiev','have just passed through the 35km to go mark. We\'ll get a good time check. Our latest gives them 4:38.'),(7323,161,'2007-05-14 16:39:22','Liquigas','has peeled off the front of the peloton, leaving the work to the sprinters\' teams, like Milram and Predictor-Lotto.'),(7324,161,'2007-05-14 16:41:37','The peloton','hits the 35km to go mark at 4:27. Hey, these guys might be able to pull this one off.'),(7325,161,'2007-05-14 16:47:19','With 30km to go','Ignatiev and Visconti are cooperating. The had been attacking one another, but they may understand that they really do stand a chance here. We\'ll get a time check when the peloton hits 30km. At that point we\'ll have a better idea of the two leaders\' chances. Ignatiev is a former under-23 world TT champion, and those talents may come in handy.'),(7326,161,'2007-05-14 16:50:26','At 30km','The peloton comes through at 3:39, so it\'s going to be tight.'),(7327,161,'2007-05-14 16:52:13','Our two leaders','Have just passed under the 25km-to-go-banner.'),(7328,161,'2007-05-14 16:54:21','Milram, Lotto','and Liquigas, again. The gap is coming down, too. The main field hits the 25km to go mark at 3:08. '),(7329,161,'2007-05-14 16:57:59','The two leaders','have 20km to go. To their disadvantage is that the remaining stretch to the finish covers some wide and flat roads, meaning that the peloton has an advantage over two, relatively tired, guys off the front.'),(7330,161,'2007-05-14 16:59:38','The peloton','hits the 20km to go mark at 2:44.'),(7331,161,'2007-05-14 17:03:12','The peloton','has really picked up the pace. The only question now is whether the effort began a little too late. Up front, it\'s Milram, Predictor-Lotto and Liquigas. Liquigas\'s motivation is largely to protect the jersey... so all they need is to make sure the gap is much more than a minute.'),(7332,161,'2007-05-14 17:04:53','15km to go','The two leaders are 15km from the finish and the latest time check gives them a 2:00 lead.'),(7333,161,'2007-05-14 17:07:04','The peloton','has cut the lead to 1:44, pulling back a full minute over the last five kilometers. More teams are moving up to lend a hand, including J.J. Haedo\'s CSC squad.'),(7336,161,'2007-05-14 17:10:53','Up front','The two leaders are working well together and holding a lead of 1:18 at 10km'),(7335,161,'2007-05-14 17:08:16','Time gap','is down to 1:22'),(7337,161,'2007-05-14 17:12:14','The peloton','comes through the 10km to go mark at 1:05.'),(7338,161,'2007-05-14 17:13:20','Oh this is going to be tight','The two men up front are within sight of the peloton.'),(7339,161,'2007-05-14 17:14:05','Time gap','is now 58 seconds with 8km to go for the two leaders.'),(7340,161,'2007-05-14 17:14:42','The peloton','smells blood. We\'re not putting any money on these two hanging on.'),(7341,161,'2007-05-14 17:15:48','53 seconds','at 7km to go. Di Luca\'s hold on the jersey is safe for now.'),(7342,161,'2007-05-14 17:16:36','With 6km to go','The two leaders are 42 seconds ahead of the field.'),(7343,161,'2007-05-14 17:17:33','With 5km to go','Ignatiev looks spent... but he\'s still trying to put in an effort. 34 seconds.'),(7344,161,'2007-05-14 17:19:03','Jockeying for position','the only hope these two have is if the big teams start worrying more about each other than the escapees. We see a lot of the teams trying to work their way into proper position as they head into the final few kilometers.'),(7345,161,'2007-05-14 17:19:29','Ignatiev','surrenders.... he\'s caught. '),(7346,161,'2007-05-14 17:20:32','It\'s over','We have three km to go and we\'re seeing a counter attack from Quick Step\'s Tosatto.'),(7347,161,'2007-05-14 17:20:57','Tosatto','has three or four seconds.'),(7348,161,'2007-05-14 17:21:16','With 2.5km to go','Tosatto is caught.'),(7349,161,'2007-05-14 17:22:21','CSC is moving up','It looks like CSC is hoping for a Haedo win today. He was dropped on the climb yesterday, so we\'ll see him in the mix today.'),(7350,161,'2007-05-14 17:22:43','One kilometer to go','CHHHHARRRRGE!'),(7351,161,'2007-05-14 17:23:23','Milram leads into the final kilometer','And wow.... Roche goes off the front.'),(7352,161,'2007-05-14 17:23:39','A crash','There has been a crash in the field'),(7353,161,'2007-05-14 17:23:55','Petacchi launches!',''),(7354,161,'2007-05-14 17:24:03','Petacchi!',''),(7355,161,'2007-05-14 17:25:10','Petacchi gets his win','Back at the crash, it was Thor Hushovd who crashed, just as his teammate Nicholas Roche charged off the front.\r\n'),(7356,161,'2007-05-14 17:27:02','Petacchi had to work for that one','Wow... He\'s an emotional wreck. Petacchi is now unable to speak to reporters. He\'s leaning over his bars and crying with joy.'),(7358,161,'2007-05-14 17:28:37','Finally able to speak','Petacchi characterizes this as the most important career. He\'s dedicating the win to those teammates who stood by him after that awful crash in - of all things - stage 3 of last year\'s Giro.'),(7359,161,'2007-05-14 17:31:00','Stage Results','1. Alessandro Petacchi (I), Milram
    2. Robert Forster (A), Gerolsteiner
    3. Ariel Maximiliano Richeze (Arg), Panaria\r\n

    Danilo Di Luca will hand his leader\'s jersey back to Gasparrato.'),(7360,162,'2007-05-16 13:31:57','Good day and welcome...','to VeloNews.com\'s Live Coverage of the fourth stage of the 2007 Giro d\'Italia, a 153-kilometer race from from Salerno to a mountain-top finish at Montevergine di Mercogliano.

    Today\'s stage is highlighted by a Category 3 climb at Picco St. Angelo (at 51km) and a difficult 17 kilometer climb to the finish at 153km. No, we can be pretty sure that this will not be a day that features sprinters like Robbie McEwen, Thor Hushovd or the resurgent Alessandro Petacchi.

    You will have to look through the list of overall contenders if you want to predict who might finish on top of the heap today.'),(7361,162,'2007-05-16 13:37:00','Today\'s contest','Once you\'ve looked through the list of contenders or picked your favorite from the overall standings, go ahead and send\r\nin your best guess as to who will win today\'s stage. We\'ll send\r\nyou a special edition Giro d\'Italia poster, if you\'re e-mail is randomly picked from among the day\'s correct entries.

    '),(7362,162,'2007-05-16 13:38:26','Underway','the peloton is on route and now at the 11km mark.'),(7363,162,'2007-05-16 13:40:11','Questions? Comments? Gripes?','Comments? Questions? Gripes? Drop us a line.

    \r\n\r\n'),(7364,162,'2007-05-16 13:41:06','At 17km','the peloton is intact.'),(7365,162,'2007-05-16 13:47:10','Back to talking about bike','racing. Boy, we got a lot of mail yesterday, complaining about how we had skipped coverage of yesterday\'s stage, in favor of coverage of the Floyd Landis at Pepperdine Law School in Malibu, California.

    Don\'t worry folks. Yesterday was a long, long transfer. There was no stage. Our crew was making the transition from Sardinia to the mainland. Meanwhile, we do have Jason Sumner covering the Landis hearing, but our priority has been and will be making certain that you know what\'s happening in Italy, too.'),(7366,162,'2007-05-16 13:53:44','Liquigas','Is setting tempo at the front of the field. We\'ve still not had any reports of attacks, but our race radio reception is spotty at this point.'),(7367,162,'2007-05-16 14:03:41','The mood','Lyle in Doha, Qatar, writes in to ask what the mood is on the side of the road among fans, with two big doping cases - involving the winners of last year\'s Giro and Tour - now underway.

    What is the mood at the roadside? Are the fans holding up \"Free Basso!\" signs or are they holding up \"Just say no to EPO!\" signs?Or are they like me. Just happy to have some bike racing to distract me from all that other stuff…
    \r\nYou know Lyle, the mood is about the same as we\'ve seen at past Giri and Tours. We\'ll see a sign now and then, or a comment painted on the road, but for the most part, people are out to enjoy the racing. We found that to be the case, even during the 1998 Tour, which almost came apart at the seams from the Festina scandal. At some point, it seems, people just let their love of the sport shine through... '),(7368,162,'2007-05-16 14:06:56','At 26km','The peloton is still together and the pace is quite moderate today, as riders get back into the rhythm of a grand tour. A lot of riders actually dislike \"rest days,\" especially those which involve a long transfer. It may take a bit before we see big attacks.

    We expect something might develop on the Cat. 3 Picco S. Angelo, which starts in about 15km.'),(7369,162,'2007-05-16 14:12:43','With 120km remaining','in today\'s stage, the peloton is still is riding as one.'),(7370,162,'2007-05-16 14:19:10','Zzzzzz','The \"tempo\" for the first hour today was a maudlin 29.3kph. Even we could maintain that pace!'),(7371,162,'2007-05-16 14:30:07','No need for speed','The reason behind the pace today is that many riders expressed concern about the narrow roads - with big, big drop-offs - over the early part of the stage.

    \"None of us are willing to risk our lives or careers on a stage like this,\" said Alessandro Petacchi, who should know dicey roads in Giro stages.'),(7372,162,'2007-05-16 14:34:00','And there we go','We have a three man break, now at km 38. The escapees include Pavel Brutt (Tinkoff), who holds the climber\'s jersey. He wants the points on today\'s Cat.3 climb.'),(7373,162,'2007-05-16 14:42:00','The men in the break:','Markel Irizar Aranburu (Sp), Euskaltel-Euskadi, who is 92nd on GC at 2:38
    Yuriy Krivtsov (Ukr), Ag2r Prevoyance, 85th at 2:17and
    Pavel Brutt (Rus), Tinkoff, 31st at 1:04

    The three have worked quickly to build a gap and on the climb up to the summit, they have a 3:00 lead.\r\n\r\n'),(7374,162,'2007-05-16 14:46:52','Brutt','looks set to snag KOM points atop the climb to Picco St. Angelo (at 51km).'),(7375,162,'2007-05-16 14:55:00','Up and over','Brutt did, indeed, get the KOM points atop the climb at Picco St. Angelo. He crossed ahead of Irizar and Krivstov'),(7380,162,'2007-05-16 15:23:31','Our three escapees','are cooperating and doing their best to build up that lead as they head to the day\'s final climb. We\'ll get a time check here soon.'),(7376,162,'2007-05-16 14:56:00','Questions? Comments? Gripes? - and a contest reminder.','Comments? Questions? Gripes? Drop us a line.

    Once you\'ve looked through the list of contenders or picked your favorite from the overall standings, go ahead and send\r\nin your best guess as to who will win today\'s stage. We\'ll send\r\nyou a special edition Giro d\'Italia poster, if you\'re e-mail is randomly picked from among the day\'s correct entries.

    '),(7377,162,'2007-05-16 14:59:26','The peloton','crests the climb 4:40 behind the three leaders.'),(7378,162,'2007-05-16 15:05:00','Fast descent','The leaders are zooming down the back side of Picco St. Angelo and holding an advantage of around 5:00.'),(7379,162,'2007-05-16 15:14:00','Already in Sorrento','the pace has seriously picked up since the roads have improved.'),(7381,162,'2007-05-16 15:29:45','Saunier Duval','and Liquigas are setting tempo at the front. Today\'s finale\' may favor a talent like Danilo DiLuca, but Simoni is an aggressive rider and may do well on the long climb. Di Luca has won here before... as has Lampre\'s Damiano Cunego.'),(7382,162,'2007-05-16 15:30:46','Time gap','at 81km the leaders are 4:32 ahead of the peloton.'),(7383,162,'2007-05-16 15:31:38','Predictions?','Emanuele Sella (Panaria-Navigare) said he expects a fairly big group to arrive at the finish: \"It could be a good finish for Di Luca or Cunego. I can imagine that a pretty big group will arrive together, maybe 8-10 riders. Don\'t forget Garzelli.\" '),(7384,162,'2007-05-16 15:33:21','One rider','who says he\'s not expecting too much today is Paolo Bettini (QuickStep-Innergetic). He said it cold be a little too steep for him today: \"If I can stay with the climbers, I will try to win the stage. Maybe it\'s too hard for me. It depends on the pace.\" '),(7385,162,'2007-05-16 15:35:24','With 70km','remaining for our three leaders, they enjoy an advantage of 4:33.'),(7386,162,'2007-05-16 15:37:07','A crash','in the main field. We see a Gerolsteiner rider - Tim Klinger? - hit the tarmac on the way down a small descent.'),(7387,162,'2007-05-16 15:38:02','It was Klinger','He\'s up and riding... and there is another minor crash in the field. It\'s starting to rain and that may be a contributing factor.'),(7388,162,'2007-05-16 15:39:14','And another crash','Wow... three crashes within a kilometer. These are all slow-speed crashes - which tend to hurt more than the fast ones.'),(7389,162,'2007-05-16 15:41:47','Regrouping','The peloton has slowed as the the crash victims are given an opportunity to catch back on. The roads are slick and in pretty poor condition. We imagine that Petacchi is feeling a bit nervous here, since it was a rainy day on crappy roads that caused him to crash and break his patella last year in the Giro.'),(7390,162,'2007-05-16 15:42:37','Other concerns, too','The AIGCP has sent out a letter of protest, saying RCS should \"pay more attention when planning\" lengthy transfers. Apparently there were some logistical issues bringing the Giro from Sardinia.'),(7391,162,'2007-05-16 15:43:44','Di Luca','said he is not sure how today\'s stage will shake out.

    \"We\'ll see how it goes today. It\'s hard to gauge how the legs will respond in the first mountain climb of any big tour. I\'m expecting a rather large group to the finish.\" Di Luca won at Montevergine in 2001. '),(7392,162,'2007-05-16 15:44:45','Another crash!','It looks like half the peloton is down.'),(7393,162,'2007-05-16 15:45:59','Very slick','and it looks like a lot of people are having a tough time getting up. Lordy, that was one of the biggest crashes we\'ve ever seen.'),(7394,162,'2007-05-16 15:47:01','Wow','Both the world champion and the maglia rosa hit the deck in this one.\r\n\r\nThe boys in the break, meanwhile, have clear sailing.'),(7395,162,'2007-05-16 15:49:16','Bettini and','Gasparrato are on their bikes. The Liquigas and Quick Step teams are helping their riders back, but man that was a mess. From the looks of it, it may have been Gasparatto who was the first to go down.'),(7396,162,'2007-05-16 15:52:35','The gap','after all of those crashes, the gap to the leaders has grown to 5:53.'),(7397,162,'2007-05-16 15:54:37','Quick Step','is working like crazy to bring Bettini back up to the peloton. The whole team is back there and they\'re chasing like crazy, hoping to pull their team leader back into contention.'),(7398,162,'2007-05-16 15:59:40','Interesting','A lot of you seem to think that the crashes were decisive enough to change the dynamic of the stage today. We\'ve suddenly had a surge in contest entries for Pavel Brutt and others in the break. The gap is up to 6:00.'),(7399,162,'2007-05-16 16:00:52','Bettini doesn\'t','look too happy. He\'s favoring his wrist and getting checked by his team car.'),(7400,162,'2007-05-16 16:06:00','Gasparotto at the doctor\'s car','the crash has really messed things up today. Bettini, too, is still off the back and he\'s not looking too good.'),(7401,162,'2007-05-16 16:07:15','The gap is now at','6:24... with 45km to go for the three leaders.'),(7402,162,'2007-05-16 16:09:00','Bettini','is looking bad. He may not be able to continue. He\'s conferring with the team car... some of his teammates are heading back to the peloton without him.'),(7403,162,'2007-05-16 16:14:33','Bettini','is at the medical car. He seems also to be having problems with his ribs.'),(7404,162,'2007-05-16 16:19:28','He\'s going back','Bettini and several other crash victims are now back in the peloton.

    He\'s tough, but we can\'t imagine that he\'ll be mixing it up today.'),(7405,162,'2007-05-16 16:20:32','The gap','is coming down a bit. The leaders are now 4:50 ahead of the field, with 40km to go. The last 17km is the climb, mind you.'),(7406,162,'2007-05-16 16:21:27','The peloton','is still being led by Saunier Duval. Simoni has to be considered a favorite for a win today.'),(7407,162,'2007-05-16 16:22:33','Contest reminder','Once you\'ve looked through the list of contenders or picked your favorite from the overall standings, go ahead and send\r\nin your best guess as to who will win today\'s stage. We\'ll send\r\nyou a special edition Giro d\'Italia poster, if you\'re e-mail is randomly picked from among the day\'s correct entries.

    Comments? Questions? Gripes? Drop us a line.'),(7408,162,'2007-05-16 16:23:57','In case you\'re wondering','Petacchi managed to avoid the carnage today. So did George Hincapie, who broke his wrist in a relatively slow-speed crash at the Tour of California.'),(7409,162,'2007-05-16 16:25:33','The sun','is back out. That was a passing rain storm, but it did damage. We may still get rain at the finish. It\'s cloudy, for sure.'),(7410,162,'2007-05-16 16:28:06','The escapees are at km 118','so with 35km to go, they are on up an unrated climb before a quick dip to the base of the final climb.'),(7411,162,'2007-05-16 16:30:28','Di Luca','who also seemed to avoid the wreck today, is at his team car, talking tactics.'),(7412,162,'2007-05-16 16:33:00','holy hematoma, Batman','The video is now showing Joan Horrach (Caisse d\'Epargne) at the doctor\'s car. He has a massive baseball-sized bruise on his upper thigh'),(7413,162,'2007-05-16 16:36:27','The escapees','Are 32kmn from the finish, and the gap is now 3:55'),(7414,162,'2007-05-16 16:39:35','With 30km to go','We should get a good time check. Back in the field, the peloton is being led by Saunier Duval'),(7415,162,'2007-05-16 16:43:00','The gap at 30km','is down to 3:26. CSC is now lending a hand, as well as Garzelli\'s Aqua e Sapone team.'),(7416,162,'2007-05-16 16:45:08','The leaders','Are now 25km from the finish and they will be starting in on the official part of the climb here in a few kilometers.'),(7417,162,'2007-05-16 16:46:50','Hey, there\'s a familiar face','Dave Zabriskie is working at the front of the peloton.'),(7419,162,'2007-05-16 16:48:33','at 25km to go','the peloton is 3:08 behind the leaders.'),(7420,162,'2007-05-16 16:54:36','Another crash','Wow... no major damage, but we see Klinger down again as, well as Axel Merckx (T-Mobile). Benoit Joachim went down, Merckx throws his bike down in disgust. Nicholas Roche also crashed. Meanwhile, the leaders are moving toward the climb. With 20km to go, they have a lead of 2:49.'),(7421,162,'2007-05-16 16:55:51','Savoldelli','is moving up in the peloton. He and the Astana team are finally showing their collective faces at the front of the field.'),(7422,162,'2007-05-16 16:58:31','On the climb','The three men off the front are on the climb... it\'s a long haul and a 2:00-something lead may not be enough to hold off an aggressive group. The climb is steady, with tough sections, but it averages only about 5.6% '),(7423,162,'2007-05-16 17:01:13','Acqua e Sapone','is now at the front of the main field driving hard. Sure they\'re a continental team but they do have Garzelli - a former Giro winner - in their ranks.

    The three leaders are 15km from the finish and Brutt attacks out of the lead group. The gap, however, is just over 2:00 back.'),(7424,162,'2007-05-16 17:04:58','Nice','We see Bettini moving up in the peloton. One rider who won\'t be winning today is Rasmussen. He\'s already been spit off the back of the peloton.'),(7425,162,'2007-05-16 17:05:40','Brutt','Is off on his own... it doesn\'t look like he has enough of a gap, though. '),(7426,162,'2007-05-16 17:08:52','Gasparotto is struggling','He\'s well off the pace and his run in pink is going to an end. Meanwhile, his teammates are driving the pace at the front of the peloton. Di Luca wants this one... but he has a lot of dangerous company, including Cunego, Garzelli, Savoldelli... and a very tenacious Paolo Bettini.'),(7427,162,'2007-05-16 17:10:51','11.5km','to the finish. The Liquigas team is driving hard at the front. '),(7428,162,'2007-05-16 17:11:27','The three escapees','are back together as a group, with 10km to go. The gap is down to 1:30.'),(7429,162,'2007-05-16 17:12:54','55 seconds','The trio up front are now less than a minute back. Liquigas is driving at the front of the field... a peloton now trimmed down to about 60 riders.'),(7430,162,'2007-05-16 17:15:42',' Perez Cuapio','Hey, there\'s a great climber scampering out of the main group. Ahead, Brutt and Krivstov have dropped Irizar Aranburu.'),(7431,162,'2007-05-16 17:17:08','Perez Cuapio','is chasing, but this isn\'t the sort of steep, painful haul that favors his talents, is it? Steve Zampieri (Cofidis) is chasing out of bunch. '),(7432,162,'2007-05-16 17:19:31','Perez Cuapio','has caught and passed Brutt and Krivstov. Now Zampieri... and now Dario Cioni (Predictor Lotto) is chasing. That has now pulled a bunch of talent out of the main field.'),(7433,162,'2007-05-16 17:19:59','Sella','is there with about half dozen ... as Cuapio is alone off front with 5.6km to go '),(7434,162,'2007-05-16 17:22:04','The peloton','is driving hard and the the chase is on.'),(7435,162,'2007-05-16 17:23:18',' Perez Cuapio','has 22 seconds on the main bunc, with Piepoli and Sella at the front of the peloton. All the major players still there'),(7436,162,'2007-05-16 17:25:11','With 4.5km to go','Cuapio is being chased by a big group of 50...'),(7437,162,'2007-05-16 17:26:25','14 seconds','He\'s likely to be caught with about 4km to go. It\'s going to be wild when he is caught, that\'s for sure.'),(7438,162,'2007-05-16 17:27:11','Bettini','is suffering, and he\'s not likely to contest. It\'s remarkable, though, that he\'s fought as hard as he did.'),(7439,162,'2007-05-16 17:30:15','Cuapio holding on','Nibali is now leading the way for Liquigas, dressed in white for best young rider. With 2km to go the gap is 15 seconds.'),(7440,162,'2007-05-16 17:31:31','With 1.5km to go','Caupio is still leading. Nibali is still leading the charge.'),(7441,162,'2007-05-16 17:32:02','With less than a kilometer','Caupio is going to make it... NO, he\'s not!'),(7442,162,'2007-05-16 17:32:31','He\'s caught','It\'s going to be a bunch sprint at the top of a Cat 1 climb.'),(7443,162,'2007-05-16 17:33:00','Zabriskie','and Schleck are there for CSC. Di Luca for Liquigas, Ricco for Saunier Duval... and Di Luca wins! '),(7444,162,'2007-05-16 17:33:47','Savoldelli','comes across 43 seconds back. Di Luca has made his mark on this stage, for sure.'),(7445,162,'2007-05-16 17:34:08','Di Luca has the jersey back','and the stage win.'),(7446,0,'0000-00-00 00:00:00','',''),(7447,163,'2007-05-17 13:27:34','Good day and welcome...','to VeloNews.com\'s Live Coverage of the fifth stage of the 2007 Giro d\'Italia, a 173-kilometer ride from Teano to Frascati. The undulating stage pushes north along the interior toward Rome and hits a Category 3 climb with 18km to go.

    It\'s going to be a closer, but the sprinters are likely to try to bring this one down to a mass gallop, because they\'ll soon be running out of chances.

    If he\'s recovered, this might be a good stage for a rider with the talents of a Paolo Bettini. \r\n\r\n'),(7448,163,'2007-05-17 13:32:47','The peloton','rolled out of Teano at around 1:05 today and the first 20 or so minutes have been ridden at a moderate pace.

    There were 190 riders in the field at the start. Joan Horrach (Caisse d\'Epargne) didn\'t start today. As we noted yesterday, he had an ugly, ugly injury to his right thigh, a result of that massive, slow-speed pile-up that took out about half of the peloton.'),(7449,163,'2007-05-17 13:39:45','An attack','by two riders, including another foray by Tinkoff. Russian Mikhail Ignatiev has joined up with Mickael Buffaz (Cofidis). They now have about 1:20 on the main field. Tinkoff has sent a rider off the front in every road stage so far in this Giro. It\'s a Russian/Italian continental team, with higher aspirations. The team did have a GC hope in Tyler Hamilton, but the American was left off of the roster because of a persistent allegation that he was among those implicated in Operacion Puerto.'),(7450,163,'2007-05-17 13:44:00','Today\'s contest','Once you\'ve picked your favorite from the overall standings, go ahead and send\r\nin your best guess as to who will win today\'s stage. We\'ll send\r\nyou a special edition Giro d\'Italia poster, if you\'re e-mail is randomly picked from among the day\'s correct entries.

    '),(7451,163,'2007-05-17 13:54:31','The two escapees','have an advantage of 2:30 and it looks like they\'re allowed to scoot away... for a while at least.'),(7452,163,'2007-05-17 13:56:07','Questions? Comments? Gripes?','Comments? Questions? Complaints? Drop us a line. We\'ll try to answer as many questions as we can, either directly or through our update window.'),(7453,163,'2007-05-17 14:06:56','At 40km','The two leaders are now 5:20 up the road. The Liquigas team is doing tempo duty at the front of the field, although neither man in the break poses much of a threat on GC. Ignatiev is 114th overall, 11:06 out of first and Buffaz is sitting in 145th place at 17:35.

    We have to assume that the Liquigas team is simply monitoring the gap and the real work will come from the sprinters\' teams over the last half of the stage.'),(7454,163,'2007-05-17 14:16:33','The pace','is considerably higher than that of yesterday\'s opening hour (29kph). The two escapees covered 45.13km in the first hour today. The peloton is now about 5:30 behind. We may see the leash hitting its limit here, soon.'),(7455,163,'2007-05-17 14:21:18','Sproing','The gap is coming down, just a bit. It\'s now 5:14. The gap may well hold at that. Having two riders off the front is good for everyone. The teams in the break get the attention - which Tinkoff clearly wants - and having a break up the road keeps things mellow in the peloton. The bummer these days is that race radios make it a scientific and predictable excercise. It\'s a rare break that ever gets that out-of-sight-out-of-mind benefit anymore.'),(7462,163,'2007-05-17 15:11:56','At km 85','the gap is holding at around 4:10.\r\n'),(7463,163,'2007-05-17 15:22:50','Our leaders','seem likely to make it to the day\'s sprint point at 97km or the feedzone at 110, but the sprinters\' teams will likely want to reel them in before the Cat. 3 climb that summits at 157km.'),(7464,163,'2007-05-17 15:24:08','The gap is','holding at 4:15 as the riders hit the 90km mark.'),(7465,163,'2007-05-17 15:32:20','The peloton','hits the sprint mark at 97km, exactly 4:00 behind the two escapees.'),(7466,163,'2007-05-17 15:34:00','One possible outcome:','Watch for Thor Hushovd to win today if it comes down to a sprint. Today is Norway\'s National Day (celebrating its independence from Denmark) and Big Thor was spotted wearing socks with the Norwegian flag. Hushovd said he\'s feeling better despite crashing hard in Monday\'s finale into Cagliare. '),(7457,163,'2007-05-17 14:35:15','The gap','With the two leaders at 65km, the gap was at 5:08... and holding.'),(7458,163,'2007-05-17 14:46:52','The gap','is coming down... by quite a bit, too. The leaders are 4:00 ahead of the main field at the 68km mark.'),(7459,163,'2007-05-17 14:51:10','The last time','the Giro finished in Frascati was 1998, when the stage - which featured a finish similar today\'s route - was won by Mario Cipollini'),(7460,163,'2007-05-17 14:58:28','An interesting question','from our friend Lyle, in Doha, Qtar. He asks who holds the record for the longest run in the maglia rosa in a single Giro. Most recently, that honor belongs to Gianni Bugno, who led the 1990 Giro d\'Italia from start to finish, winning three stages along the way. The great Eddy Merckx did the same thing in 1973.'),(7461,163,'2007-05-17 15:04:53','Another interesting question','Dana writes to ask:

    Hi!
    You mentioned yesterday that often the crashes that happen at lower speeds can sometimes hurt more than higher speed crashes. (Your words: These are all slow-speed crashes - which tend to hurt more than the fast ones.) Why is that?
    \r\nWe agree, Dana, that it seems counter-intuitive, but unless you hit something - like traffic barriers or other riders - in a high-speed crash, you tend to slide when you hit the tarmac. Slow-speed crashes tend to result in more blunt force injuries - like Horrach\'s thigh injury - and a lot of broken bones. Of course, when you slide, you get that lovely road rash.'),(7467,163,'2007-05-17 15:35:00','Dave Z','Dave Zabriskie said he was satisfied with how Tuesday\'s summit finish went: \"It wasn\'t that fast until the final 2km, then it was just suffering to stay on the wheel. We did okay. Andy (Schleck) was fourth and I was 10th. I felt good on the climb, so that\'s a good sign.\"

    Zabriskie also said he just missed crashing in the massive pileup midway through Wednesday\'s stage: \"I\'ve never seen anything like that. Riders were falling like dominos and the entire road was blocked. I was skidding to try to avoid plowing into them. I felt like I was riding my Snowbike, the way my back wheel was fishtailing. It took me two minutes to pick through all the bikes.\" '),(7468,163,'2007-05-17 15:40:26','More on Horrach','Joan Horrach didn\'t start for Caisse d\'Epargne after doctors treated the baseball-size hematoma on right thigh: \"Doctors opened up the hematoma to clear out the blood. It was already coagulating and could have been dangerous. They had to open it up again this morning to clear more fluid. It\'s too bad because he was in good shape.\" '),(7469,163,'2007-05-17 15:42:00','Today\'s weather','It\'s overcast today and the course is heading into a slight head/crosswind. It\'s warm and almost kind of muggy. Here at the finish there are huge crowds and the whole town looks to be dressed in pink.'),(7470,163,'2007-05-17 15:43:05','Bettini','looks to be riding comfortably today. He was banged up yesterday, but it looks like there was no lasting damage.'),(7471,163,'2007-05-17 15:43:58','Lotto and Milram','are now sharing the work at the front of the peloton.'),(7472,163,'2007-05-17 15:47:07','As the two escapees','approach the feedzone, our latest time check gives them an advantage of 3:36'),(7473,163,'2007-05-17 15:48:14','With Milram and Predictor','sharing duties, the gap is coming down quickly. At 111km, the two leaders are 3:25 ahead of the peloton.'),(7474,163,'2007-05-17 15:54:19','Contest reminder','Once you\'ve picked your favorite from the overall standings, go ahead and send\r\nin your best guess as to who will win today\'s stage. We\'ll send\r\nyou a special edition Giro d\'Italia poster, if you\'re e-mail is randomly picked from among the day\'s correct entries.

    \r\n\r\nComments? Questions? Complaints? Drop us a line. We\'ll try to answer as many questions as we can, either directly or through our update window.'),(7475,163,'2007-05-17 16:04:11','With 60km to go','the two leaders are on the small unrated climb after the feedzone. Ignatiev has ridden ahead of Buffaz. Is that a smart move? Not with the peloton now just 3:00 back. '),(7476,163,'2007-05-17 16:07:47','Ignatiev','hits the top of that climb with 30 seconds on Buffaz.'),(7477,163,'2007-05-17 16:14:01','with 50km to go','Ignatiev is ticking along on his own. He\'s about 40 seconds ahead of Buffaz, but the peloton - led by Milram, Predictor-Lotto and Liquigas - is coming up fast. The gap is 2:45. Anyone willing to bet the rent on this guy\'s chances?'),(7478,163,'2007-05-17 16:26:00','At the 40km mark','Ignatiev is holding a lead of 2:38. Buffaz, meanwhile, gave up the ghost and he\'s back in the field. So we have the former world U23 time trial champion heading down the road on his own... but for how long?'),(7479,163,'2007-05-17 16:33:00','With 35km to go','for the peloton, the gap is down to 1:42. Milram and Predictor are still setting tempo at the front of the field.'),(7480,163,'2007-05-17 16:38:56','tick, tick, tick','Ignatiev is at the 30km mark and the peloton is only about 1:15 back.'),(7481,163,'2007-05-17 16:41:09','Less than 1:00','Ignatiev has less than a minute on the field.'),(7482,163,'2007-05-17 16:48:19','So, the odds are','pretty good that Ignatiev isn\'t going to be today\'s stage winner. The peloton, under the guidance of the Milram and Predictor teams, is just 35 seconds behind, with 25km to go.'),(7483,163,'2007-05-17 16:53:51','They can see him','and he can probably see the inevitable.'),(7484,163,'2007-05-17 16:56:08','Caught','As T-Mobile\'s Frantisek Rabon scampers past the Russian, with 20km to go. The terrain is tipping up, as it courses up the day\'s sole climb - a Category 3 - which tops out in four kilometers.'),(7485,163,'2007-05-17 16:59:15',' Rabon has company','He\'s the whole peloton. They\'re all together, but there are riders taking digs now and then.'),(7486,163,'2007-05-17 17:00:44','Another attack from Tinkoff',' Ricardo Serrano Gonzalez has charged out of the field. He has Emmanuel Sella (Panaria) for company as the two work their way through the final kilometer of the climb.'),(7487,163,'2007-05-17 17:03:00','Voeckler has joined','just as the peloton moves up fast, so Sella springs ahead... but he\'s caught by T-Mobile\'s Bernucci. Sella hangs on to take the points.'),(7488,163,'2007-05-17 17:05:05','With 15km to go','Bernucci and Sella have about 15 seconds on the peloton.'),(7489,163,'2007-05-17 17:10:22','Swept up and','now we see Matt White (Discovery) off the front with Salvatore Commesso (Tinkoff) and one other rider we\'ve yet to ID'),(7490,163,'2007-05-17 17:10:38','They\'re caught',''),(7491,163,'2007-05-17 17:10:48','Looking ahead to the finish','The final 5km are rather complicated, with a \'S\' turn at just before 4km to go. There\'s another sharp right turn at just under 3km to go that could disrupt Milram\'s train. Two more sweeping turns in kilometer two before a potentially tricky finish that features a tight chicane and a gently rising finish into the hilltop town at Frascati.'),(7492,163,'2007-05-17 17:12:02','10km to go','Milram and Lotto have eased off, and now Acqua e Sapone are moving up to the front. It really could be a good day for Garzelli. He\'s a good sprinter, a solid climber and an excellent bike handler.'),(7493,163,'2007-05-17 17:15:37','Fast','The pace is really high as the peloton comes into the final 6km.'),(7494,163,'2007-05-17 17:16:16','With 5km to go','Milram is moving back up to the front and setting up the finish train.'),(7495,163,'2007-05-17 17:16:50','We see Haedo','moving up, with 4km to go.'),(7496,163,'2007-05-17 17:18:16','Another Tinkoff attack','Feisty fellers, ain\'t they? Elio Aggiano goes for it.'),(7497,163,'2007-05-17 17:19:10','Aggiano','Has his head buried. He\'s making a big bid for the win.'),(7498,163,'2007-05-17 17:20:05','Milram is driving hard','but Elio Aggiano is holding them off.'),(7499,163,'2007-05-17 17:20:29','1km to go','Aggiano ... is still out there.'),(7500,163,'2007-05-17 17:20:50','Caught',''),(7501,163,'2007-05-17 17:21:31','Milram gives a big lead-out','and...Forster! Gerolsteiner\'s Robert Forster.'),(7502,163,'2007-05-17 17:23:48','Very technical','finish and both Petacchi and McEwen were boxed in and unable to go for it today. That\'s not to denigrate Forster\'s work. He rode beautifully through those last turns.\r\n'),(7503,163,'2007-05-17 17:26:00','Corrected Stage Results','1. Robert Forster (G), Gerolsteiner
    2. Thor Hushovd (N) Credit Agricole
    3. Alessandro Petacchi (I), Milram
    4. Danilo Napolitano (I), Lampre

    There is no change in GC that we can see. Danilo Di Luca keeps the maglia rosa.'),(7504,164,'2007-05-18 13:52:03','Good day and welcome...','to VeloNews.com\'s Live Coverage of the sixth stage of the 2007 Giro d\'Italia, a tough, tough 177-kilometer ride from Tivoli to Spoleto. Today\'s stage follows a route that includes three ranked climbs, starting with a Category 1 ascent of the Monte Terminillo, which summits at the 94-kilometer mark. Then comes the Cat. 3 Forca Capistrello, which peaks out at 131km and the day closes off with the Cat. 2 Forca di Cerro. At that point, though, there will still be 17 kilometers of - mostly downhill racing - to the finish into Spoleto. So maybe, just maybe, there will be a few tenacious sprinters able to fight back for the finish.\r\n'),(7505,164,'2007-05-18 13:56:42','Today\'s stage','the peloton rolled out of Tivoli today at 12:30, with 188 riders heading out on to the road. Patrice Halgand (Credit Agricole) did not start today. He crashed in Thursday\'s stage and was too beat up to remain in the Giro.

    It\'s very breezy today, kicking up all kinds of dust and pollen. Any riders with allergies are going to be suffering. High clouds building up on the climbs, could see a spot of rain later.

    We saw a few early forays off the front, including one group of 11 that included Paolo Bettini, but they were reeled back into the main field. Right now - at kilometer 60, we have Ricardo Serrano Gonzalez of the Tinkoff team (who else?) off the front.'),(7506,164,'2007-05-18 13:57:02','The jersey','Race leader Danilo Di Luca (Liquigas) said he expects a breakaway to make it to the finish today. That seems to indicate \"The Killer\" would be content to let the jersey slip away to a non-threatening rider for a few days. '),(7507,164,'2007-05-18 13:58:30','Serrano','He never got too far off the front. Thus far, no breakaways have made it to the arrival to fight for the spoils. Tinkoff has been the most aggressive team in the bunch, putting riders into breakaways in four of the four days that have seen escape attempts. '),(7508,164,'2007-05-18 14:02:52','Another attack','We have of four riders trying to get off the front of the peloton. We need to ID these fellas.'),(7509,164,'2007-05-18 14:08:26','Our escapees','

  • Hubert Schwab (Swi), Quick Step-Innergetic (68th at 4:53)
  • Laverde Jimenez Luis Felipe (Col), Ceramica Panaria - Navigare (83rd at 8:06)
  • Daniele Contrini (I), TCS, (143rd at 18:05)
  • Christophe Kern (F), Credit Agricole, (137th at 17:00)
  • Marco Pinotti (I), T-Mobile, (44th at 3:11)\r\n\r\n\r\n'),(7510,164,'2007-05-18 14:10:42','The escapees','Have just 50 seconds on the peloton at the 67km sprint mark. The big climb up Monte Terminillo is ahead.

    As you see, none of the men in the group is an immediate threat on GC. The highest ranked in the group is T-Mobile\'s Pinotti, who sits in 44th place at 3:11.'),(7511,164,'2007-05-18 14:10:45','The escapees','Have just 50 seconds on the peloton at the 67km sprint mark. The big climb up Monte Terminillo is ahead.

    As you see, none of the men in the group is an immediate threat on GC. The highest ranked in the group is T-Mobile\'s Pinotti, who sits in 44th place at 3:11.'),(7512,164,'2007-05-18 14:11:30','Rivalry?','The Italians are also trying to build up a Simoni-Ricco rivalry, a la Cunego-Simoni at Lampre a few years ago. Ricco shrugged off suggestions that there\'s a rift: \"This is my first Giro and Gilberto is our team leader. He\'s like a teacher to me. I\'m learning a lot from him. Maybe I can try to win a stage but we will ride for Gilberto in the final week.\" '),(7513,164,'2007-05-18 14:11:44','Di Luca','Di Luca also said: \"I am in better shape than I was in 2005. I am thinner and stronger and more confident as well. I owe it to my team to win the Giro this year.\" '),(7514,164,'2007-05-18 14:13:33','Today\'s contest','Once you\'ve picked your favorite from the overall standings (there\'s a link above), go ahead and send\r\nin your best guess as to who will win today\'s stage. We\'ll send\r\nyou a special edition Giro d\'Italia poster, if you\'re e-mail is randomly picked from among the day\'s correct entries.

    '),(7515,164,'2007-05-18 14:14:00','Correction','The escape group has actually stayed ahead. We had a communication mix-up. The escapees are now 2:30 ahead of the peloton and working their way up the climb.'),(7516,164,'2007-05-18 14:18:00','Local rider','Panaria\'s Fortunato Baliani hails from nearby Trevi.'),(7517,164,'2007-05-18 14:20:17','Questions? Comments? Gripes?','Comments? Questions? Complaints? Drop\r\nus a line.'),(7518,164,'2007-05-18 14:21:00','Spoleto','Robbie McEwen won the last time the Giro finished in Spoleto in 2004, but that stage came up the valley rather than through today\'s mountainous route. The only other stage finish here was in 1977 when Mario Beccia won.'),(7519,164,'2007-05-18 14:24:23','On the climb','This is a long, long climb. The Category 1 haul to the summit at 94km. The leaders are just about 18km from the top and have an advantage of 4:30 over the peloton. Meaning Mr. Pinotti is now the \"virtual leader\" of the Giro. Let\'s see how long that lasts.'),(7520,164,'2007-05-18 14:28:00','Van Bon','Leon van Bon has pulled out of the race. We\'re down to 187 riders in the Giro.'),(7521,164,'2007-05-18 14:38:44','With 12','kilometers of climbing left, the lead group is holding an advantage of 4:11.'),(7522,164,'2007-05-18 14:41:21','A name we haven\'t seen for a while','Italian racer Filippo Simeoni was back in the news. The 35-year-old rider appeared on Italian television at the end of Thursday\'s stage and talked about his testimony during the doping trial of Italian doctor Michele Ferrari continues to haunt him. \"My testimony cost me a lot in my career. I only did what I had to do. I gave evidence in a trial, but I paid a high price for it. The thing that hurts the most is that I am not able to find a place on a ProTour team.

    \"At 35, I would like to end my career with dignity.\" '),(7523,164,'2007-05-18 14:52:16','With 9','kilometers to go on the climb, our leaders are now 5:21 ahead of the peloton.'),(7524,164,'2007-05-18 14:52:00','Contest reminder','Once you\'ve picked your favorite from the overall standings (there\'s a link above), go ahead and send\r\nin your best guess as to who will win today\'s stage. We\'ll send\r\nyou a special edition Giro d\'Italia poster, if you\'re e-mail is randomly picked from among the day\'s correct entries. Be sure to include the name of your pick in the Subject Line of your e-mail. We try to read them all, but it helps us make certain we put all of the correct entries into the pool.

    '),(7525,164,'2007-05-18 15:02:08','Still climbing','Our leaders are now 5:45 ahead of the peloton. As a reminder, they are:
  • Hubert Schwab (Swi), Quick Step-Innergetic (68th at 4:53)
  • Laverde Jimenez Luis Felipe (Col), Ceramica Panaria - Navigare (83rd at 8:06)
  • Daniele Contrini (I), TCS, (143rd at 18:05)
  • Christophe Kern (F), Credit Agricole, (137th at 17:00)
  • Marco Pinotti (I), T-Mobile, (44th at 3:11)

    Back in the peloton, Di Luca is wearing a pink long-sleeved jersey - only an Italian could wear pink anything and still look that cool. \r\n'),(7526,164,'2007-05-18 15:04:36','With 2.5km to go','to the summit, the five leaders are working their way through the upper slopes of the climb.

    Back in the field... well, off the back of the field, we see Paolo Bettini. He\'s going to have a big job chasing back on, and we may not have him on our list today.'),(7527,164,'2007-05-18 15:07:16','Your picks?','Our guy Andrew Hood has picked Saunier Duval\'s Riccardo Ricco\' and VN.com editor Charles Pelkey is picking Stefano Garzelli of Acqua & Sapone for the stage win today.

    We can\'t win the contest, however, so once you\'ve picked your favorite, go ahead and send\r\nin your best guess as to who will win today\'s stage. We\'ll send\r\nyou a special edition Giro d\'Italia poster, if you\'re e-mail is randomly picked from among the day\'s correct entries. Be sure to include the name of your pick in the Subject Line of your e-mail. We try to read them all, but it helps us make certain we put all of the correct entries into the pool.

    '),(7533,164,'2007-05-18 15:29:00','6:18','The peloton is 6:18 behind our leaders. By the way, folks, we still see snow lining parts of the road here. No, it\'s not fresh snow, but this 1800 meter peak is high enough to still have a bit of the white stuff out there near the top.'),(7529,164,'2007-05-18 15:11:09','The gap to the peloton','is around 6:00 at this point. We\'ll get a better time check at the summit.'),(7530,164,'2007-05-18 15:11:33','Dave Z','It will be interesting to see how Andy Schleck and Dave Zabriskie can hold up today. They\'re both sitting in the top 10 and motivated to try to make a good showing in the GC.

    Zabriskie told VeloNews he\'s down to a trim 140 pounds and anxious to try to make a a run for an overall placement, but without any pressure to fix a specific target. '),(7531,164,'2007-05-18 15:13:00','YOW!','Daniele Contrini almost went over the side of the road. It would have been a long fall, too.'),(7532,164,'2007-05-18 15:21:28','Correction','We reported that our leaders had crested the summit. We were wrong. There was a small false flat and descent before the crest of this 21km 6.6% climb. NOW they\'re over. We\'ll get a time check when the peloton hits hit.'),(7534,164,'2007-05-18 15:32:36','The leaders are now 75km',' from the finish and facing two more rated climbs. Up next, comes the Cat. 3 Forca Capistrello, which peaks out at 131km and the day closes off with the Cat. 2 Forca di Cerro. At that point, though, there will still be 17 kilometers of - mostly downhill racing - to the finish into Spoleto. Di Luca said yesterday that this stage may provide a big opportunity for an escape group. Will these guys make it?'),(7535,164,'2007-05-18 15:34:11','Questions? Comments? Gripes?','If you have any questions about the Giro, or comments about our coverage Drop us a line. We\'ll try to answer a few of those questions here in the update and even try to answer a few via e-mail, if we get the time.'),(7536,164,'2007-05-18 15:37:10','The peloton','has taken back 30 seconds on the descent. The main group is 5:48 behind our lead group of five.'),(7537,164,'2007-05-18 15:44:10','Di Luca told Italian TV:','\"I don\'t think stage will be for the favorites because the last climb is too far from the finish. The next big stage is the climbing finish in (stage 10).\" '),(7538,164,'2007-05-18 15:44:33','Cunego also told Italian TV:','\"This stage isn\'t going to decide anything among the favorites, but we\'ll be able to see who\'s riding well and who\'s not. I think it will be a good stage for a breakaway.\" '),(7539,164,'2007-05-18 15:46:48','Bettini','if you\'re wondering, he\'s in the main group. The leaders are coming through Leonessa, which looks like a nice place to write a novel ... or at least drink lots of red wine.'),(7540,164,'2007-05-18 15:51:00','At km 120','The leaders have hit the 120km mark and are now working their way up the day\'s second rated climb. The gap has jumped back up to 7:20.'),(7541,164,'2007-05-18 16:00:42','Of the men in the group','the one who appears to be suffering the most is Tinkoff\'s Contrini, but he\'s still with the break as they near the summit of the Cat. 3 climb.

    Back in the peloton, the Liquigas team is setting tempo at the front, but DiLuca and crew seems relaxed and probably willing to let the jersey go. The gap is now 7:55.'),(7542,164,'2007-05-18 16:17:00','Up and over','the Cat. 3 Forca Capistrello, the leaders\' advantage looks to be up in the 8:00 range. They have 50km to go and an uninterested Liquigas team setting tempo at the front of the peloton. These guys could make.

    Meanwhile, we see George Hincapie floating in middle of pack with his U.S. jersey ... Hincapie says he\'s here at the Giro to \"put in some racing miles\" and maybe go for a stage win if it\'s in the cards. The main goal for the Big Hink is to use the Giro to get ready for the Tour.'),(7543,164,'2007-05-18 16:11:00','Questions? Comments? Gripes?','If you have any questions about the Giro, or comments about our coverage Drop us a line. We have updated the contact address, because we had some issues with the other. We\'ll try to answer a few of those questions here in the update and even try to answer a few via e-mail, if we get the time.'),(7544,164,'2007-05-18 16:15:17','Reader question','We got a note from Frank, who writes

    I enjoy following the Giro on VeloNews. Will VeloNews use this same format to cover the Tour de France?
    Yes Frank, we\'ve gotten used to the tool we\'re using. It gives us a lot of flexibility, including a simple text feed that you can read on your mobile. \r\n'),(7545,164,'2007-05-18 16:16:03','Liquigas','is upping the pace... by a bit. The gap is coming down, but not by much. As the peloton hits the top of the Cat. 3, the gap is now 7:22.'),(7546,164,'2007-05-18 16:19:29','Fat Singers','We got a note from Peter who asks:
    Where is the fat lady this year in your updates? Tested positive? Fired? Are you guys getting too politcally correct?
    Actually, Peter, you might recall that was a Fat Guy, a product of the pen of the ever-politically-incorrect Patrick O\'Grady. He\'ll be back. We promise.\r\n'),(7547,164,'2007-05-18 16:26:25','The peloton','is now 6:40 behind the leaders.'),(7548,164,'2007-05-18 16:28:50','The leaders are','40km from the finish and holding on to a healthy 6:40 gap. They\'ve got a good shot at pulling this thing off.'),(7549,164,'2007-05-18 16:32:47','Aaron Olson','We have a question from reader Paul asking about Aaron Olson at T-Mobile.
    what can you tell us about Aaron Olson? new name to me....
    Well, he was here in Europe racing for the US-U23 program and then got his big break last year when he was signed by Saunier Duval. He raced - and finished - the Giro last year and signed with T-Mobile this year. He told our European correspondent, Andrew Hood, \"My goal this year is like last year, to make it to Milan. Anything else would be a bonus.\"\r\n'),(7550,164,'2007-05-18 16:39:18','Landis/LeMond question','We\'ve had many, many questions about the story from Malibu yesterday. One topic in particular has gnerated a lot of mail. We reported yesterday that Floyd Landis\'s former business manager could be facing felony witness tampering charges after making what could be seen as a threatening phone call to Greg LeMond. Several of you have written to ask if that charge could apply to an arbitration case. According to our consulting attorney Antonio Gallegos, there could be charges:
    I did some quick research. The California Penal Code says that it is illegal to attempt to prevent or dissuade a witness from testifying at any trial, proceeding or inquiry authorized by law. The California Civil Procedure Code recognizes the right of parties to submit their disputes to binding arbitration and California courts will enforce judgments and rulings from arbitration proceedings. I have not researched any judicial decisions on this issue, but it seems clear that an arbitration like the Landis hearing, being conducted under the jurisdiction of the American Arbitration Association, is \"authorized by law.\" So the witness-tampering statute likely applies.
    Well there you go. Anyway back to bike racing. Our leaders are now 30km from the finish. The peloton is at 35km to go. The gap is now at 6:44.'),(7551,164,'2007-05-18 16:46:00','Just a reminder','of who is in the break:
  • Hubert Schwab (Swi), Quick Step-Innergetic (68th at 4:53)
  • Laverde Jimenez Luis Felipe (Col), Ceramica Panaria - Navigare (83rd at 8:06)
  • Daniele Contrini (I), TCS, (143rd at 18:05)
  • Christophe Kern (F), Credit Agricole, (137th at 17:00)
  • Marco Pinotti (I), T-Mobile, (44th at 3:11)

    With 25km to go, the gap is still in the 6:40 range.'),(7552,164,'2007-05-18 16:47:29','The gap is going up','by a bit. Our latest time check gives the escapees an advantage of 7:12. The break is almost exactly five kilometers ahead of the peloton.'),(7553,164,'2007-05-18 16:53:00','It\'s becoming clear','that the men in the break will be taking the stage. If Laverde snags the points on top of the climb... he\'ll have moved into the lead on KOM points. It looks like T-Mobile\'s Pinotti will be wearing the Maglia Rosa today. They will only have 16km of mostly downhill to go. '),(7554,164,'2007-05-18 16:59:00','Pinotti','driving at the front with Laverde off the front. They have a gap at the front of the break, with between and 36 seconds on the other men in the break.'),(7555,164,'2007-05-18 17:03:26','With 18 km to go,','the two leaders are closing in on the top of the climb. Laverde will have the KOM jersey, even if he takes second. Pinotti has his eye on another jersey, though. He is now nearly 7:00 ahead of the peloton and will be the overall race leader if he finishes 3:11 up the road.'),(7556,164,'2007-05-18 17:06:08','The two leaders crest the climb','and are 32 seconds ahead of Kern and Schwab. Contrini is blown... and working his way up the climb.'),(7557,164,'2007-05-18 17:06:35','15km to go','for the leading duo of Laverde and Pinotti.'),(7558,164,'2007-05-18 17:08:54','Pinotti','is quite cautious on the downhill. He descends, as our old racing buddies used to say of us \"like a married guy.\" Of course, Laverde crew up in Colombia, so he\'s used to going downhill.'),(7559,164,'2007-05-18 17:10:19','A shout out to a friend','We\'ve received a coule of e-mails from Cees Beers, our buddy the super hi-tech wheel builder. Good to hear you\'re still out there Cees. And, no, we haven\'t seen Andy Hampsten here.'),(7560,164,'2007-05-18 17:11:32','Laverde','has moved ahead of Pinotti and he got that gap on the descent.'),(7561,164,'2007-05-18 17:12:14','Back together','and the two leaders have 10km to go.'),(7562,164,'2007-05-18 17:13:20','The gap','The peloton crested the climb at 7:14. So, this stage is a lock for someone in the break, with the likely winner either Pinotti or Laverde.'),(7563,164,'2007-05-18 17:14:18','Christophe Kern and Hubert Schwab','trail the two leaders by 37 seconds.'),(7564,164,'2007-05-18 17:15:55','Eight kilometers to go','for the two leaders. They are on a relatively flat stretch. There is a bit of an uphill kicker at the end, which may favor Laverde.'),(7565,164,'2007-05-18 17:17:16','With 6.5km to go','The gap between the two leaders and the two chasers is now 38 seconds.'),(7566,164,'2007-05-18 17:19:42','With five kilometers to go','The two leaders have upped their gap to 40 seconds and are charging to the finish. The peloton is still about 7:00 back.'),(7567,164,'2007-05-18 17:20:39','With four kilometers','the two chasers are 41 seconds back and the peloton is kicking it up a bit, having trimmed the gap to 6:33'),(7568,164,'2007-05-18 17:22:37','Correction','that gap is actually still 7:23 back to the peloton.'),(7569,164,'2007-05-18 17:24:08','Hitting the final climb','With one kilometer to go. Laverde is sitting on Pinotti\'s wheel'),(7570,164,'2007-05-18 17:24:28','With 500 meters','Laverde is playing his cards well.'),(7571,164,'2007-05-18 17:27:00','Pinotti nods','to Laverde. The Panaria comes around, but Pinotti isn\'t making a sprint of it. Laverde wins, but Pinotti is very, very likely to get the maglia rosa. Kern and Schwab come through at 1:30'),(7572,164,'2007-05-18 17:29:37','Contrini comes through at','3:46. That elapsed time also means that Pinotti is in the leader\'s jersey.'),(7573,164,'2007-05-18 17:44:40','Congratulations','to Chris Fauske, winner of today\'s \"Pick the winner\" contest.'),(7574,165,'2007-05-19 13:41:42','Good day and welcome...','and welcome to VeloNews.com\'s Live Coverage of the longest stage of the 2007 Giro d\'Italia, a 254-kilometer ride from Spoleto to Scarperia. The day is punctuated by a single Categoryu 3 climb that crests 55km from the finish, so the odds are good that the sprinters are going to rule the day... unless they let an escape stay away, as was the case in yesterday\'s stage.'),(7575,165,'2007-05-19 13:52:54','Today\'s break','Today\'s escape formed early, at the nine kilometer mark, when Rubens Bertogliati (Saunier Duval) who is 118th on GC at 23:32; Benat Albizuri Aransolo (Euskaltel-Euskadi) 113th at, 22:00; Fabien Patanchon (Francaise des Jeux), 121st at 23:41 and, for the sixth day of six mass-start events, the daily requirement of Tinkoff, with Elio Aggiano, who is 183rd at 46:32.

    The leaders have been off the front for hours already (yeah, we admit we opted to start a little later than usual today), and have reached the 130km mark. The foursome managed to bump their lead up to 11 minutes. T-Mobile has little reason to put in too big of a chase, since none of these fellas poses too much of a threat, unless they expect to finish at least 22 minutes up on the main field. Instead, Marco Pinotti\'s crew spent the early part of the day setting a moderate tempo at the front of the peloton and just a few kilometers back, the teams of riders like Alessandro Petacchi (Milram) and Robbie McEwen (Predictor-Lotto) and Paolo Bettini (Quick Step) are putting in an effort and the gap is starting to shrink.\r\n'),(7576,165,'2007-05-19 13:58:56','\"Rubens who?\"','That was a question a lot of asked at the 2002 Tour de France. Some of you might remember Rubens Bertogliati from his short run in \r\nthe maillot jaune that year. He did it winning\r\na strange opening stage in the Tour that year and wresting the jersey from prologue winner Lance Armstrong.'),(7577,165,'2007-05-19 14:03:09','The chase is on','The gap is coming down very quickly. The leaders hit the Garibaldi sprint at the 138km mark with an advantage of 8:30. That\'s down by 3:00 minutes over just the last half-hour of racing.'),(7578,165,'2007-05-19 14:05:30','Today\'s contest','Once you\'ve decided whether this day will see an escape succeed or end in a mass sprint, go ahead and send\r\nin your best guess as to who will win today\'s stage. We\'ll send\r\nyou a special edition Giro d\'Italia poster, if you\'re e-mail is randomly picked from among the day\'s correct entries.

    '),(7579,165,'2007-05-19 14:08:00','The leaders','are now at 145km and still have another 40km to go before the start of the Category 3 climb up the Vallco Croce a Mori. It\'s a 13km climb, but rises at a moderate 4.5%. As we said earlier, it tops out a full 55km from the finish, so the odds are good - especially with the sprinters\' teams now giving serious chase - that we\'ll see a sprint today.'),(7580,165,'2007-05-19 14:12:48','Questions? Comments? Gripes?','If you have any questions about the Giro, or comments about our coverage, we\'ll try to answer them here in the Live Update or even personally if time permits. Go ahead and drop us a line. \r\n'),(7581,165,'2007-05-19 14:21:58','The chase','is sort of serious at this point. The gap at 157km is now down to 6:45. Teams like Milram and Predictor are probably inclined to pull the gap down to less than 5:00 by the time the escape reaches the climb. None of these guys is a particularly spectacular climber, so they won\'t be gaining much on the ascent. There is some benefit in keeping the day\'s escape off the front in that it tends to have a calming effect on the rest of the peloton. You generally see very few attacks coming out of the field when there is a break up the road. So, while race radios tend to suck the \"romance\" out of racing, they do make the hunt-and-catch a lot more precise.'),(7582,165,'2007-05-19 14:35:27','At km 165','the gap is down to 5:40. The chase is really quite effective at this point.'),(7583,165,'2007-05-19 14:46:38','With 75km to go','the leaders will be approaching the base of the climb in about 5km. The gap is just around 5:15.'),(7584,165,'2007-05-19 14:51:36','Today\'s finish','The finish is spectacular on the Mugello race track. It should be an amazing final sprint. Already several thousand fans are packed into the grandstands. And even the journalists are happy, in their air-conditioned press room. '),(7585,165,'2007-05-19 14:52:16','Petacchi','As we noted, this is the Giro\'s longest stage and everyone is expecting a sprint, including Alessandro Petacchi: \"We will work to try to make it a sprint and I hope we can get some help from the other teams. There are not many stages for sprints this Giro, so we want to see a sprint today.\" '),(7586,165,'2007-05-19 14:53:54','The weather','is gorgeous today, by the way. It is a wonderful spring Tuscan afternoon, warm sun, high clouds, light breeze - perfect day for a bike race (and some chianti, too). '),(7587,165,'2007-05-19 14:55:00','Nearing the base of the climb','our escapees have that five minute-gap we talked about. The chase is now steady, but not as hard as it was just 30km ago. '),(7588,165,'2007-05-19 15:09:59','On the climb','the leaders are losing their advantage. They\'ve been out there for 180km and the gap is now less than 4:00, with about 10km to go to the summit.'),(7589,165,'2007-05-19 15:13:15','Marco Pinotti','was all smiles at the start this morning and he was mobbed by journalists and fans alike: \"I am enjoying this moment in the maglia rosa. It\'s a dream come true for any cyclist. We hope to defend the jersey, at least for today.\" '),(7590,165,'2007-05-19 15:17:13','','Aaron Olson also expressed his satisfaction for his T-Mobile teammate: \"We rode together last year at Saunier Duval. He\'s a great guy and everyone likes him. We only have six riders left, perhaps the smallest team in the Giro right now. We will do everything we can to defend the jersey. We don\'t know for how long.\" '),(7591,165,'2007-05-19 15:24:00','Quick Step','the team of Paolo Bettini is taking on the bulk of the chase work on the slopes of the day\'s sole climb. The leaders are cresting the climb with only a small gap.'),(7592,165,'2007-05-19 15:26:00','The gap','is down to ... down to... well, down to not much. Aggiano is back in the field, so we\'re only looking at three riders up front.\r\n'),(7593,165,'2007-05-19 15:32:39','The gap','is down to 48 seconds. Quick Step is flying. Is Bettini really recovered?'),(7594,165,'2007-05-19 15:39:04','With 40km','to go, the three leaders are just 15 seconds ahead of the peloton. We\'re still trying to see if the big sprinters - McEwen and Petacchi in particular - are still in the peloton. Dumping those guys may have been Quick Step\'s hope, although withthis much distance remaining, it\'s not going to be too hard for them to catch on again.'),(7595,165,'2007-05-19 15:41:00','Caught','The party\'s over.

    37km to go.'),(7596,165,'2007-05-19 15:53:25','Petacchi','And other sprinters were off the back over the top, but they\'ve all caught back. Hushovd, just now caught back on. Is the Quick Step strategy going to tire those fellas out?'),(7597,165,'2007-05-19 15:57:16','With 28km to go','The peloton is driving fast, with Quick Step at the front. he entire QuickStep team is driving the group - with Bettini on the wheel. T-Mobile is right behind them. '),(7598,165,'2007-05-19 15:58:13','There is a second group','chasing hard. It looks like JJ Haedo (CSC) is in that group, about 45 seconds. back, with 25km to go.'),(7599,165,'2007-05-19 16:01:23','Wait a sec...','That second group also contains Napolitano and three teammates of Petacchi. The Quick Step strategy is really disrupting things for the big sprinters.'),(7600,165,'2007-05-19 16:04:54','With 20km to go','The Quick Steps are still driving hard at the front. The sprinters\' chase group is making up a little time, but these boys may be spent by the time they hit the race track in Scarperia. This is a big, big gamble for Quick Step, though. The team is putting in a lot of work. With McEwen and Petacchi in the front group, they are riding in the \"cat bird\" seat.'),(7601,165,'2007-05-19 16:05:43','Contact','The Haedo, Hushovd group has rejoined the peloton. It may ease up a bit now, as Quick Step leaves the other teams to do some of the work now.'),(7602,165,'2007-05-19 16:07:26','Contest reminder','Go ahead and send\r\nin your best guess as to who will win today\'s stage. We\'ll send\r\nyou a special edition Giro d\'Italia poster, if you\'re e-mail is randomly picked from among the day\'s correct entries. We\'ll stop accepting entries in about 10km.'),(7603,165,'2007-05-19 16:08:16','These closing kilometers','look flat on the profile, but here are some small hills - undulations if you will. It\'s certainly not flat. '),(7604,165,'2007-05-19 16:08:46','Pinotti looking smooth in pink jersey','Quick Step is still driving at the front. '),(7605,165,'2007-05-19 16:09:44','Dave Z','Has flatted. That\'s not a good spot for that, but he\'s chasing back on after a quick wheel change.'),(7606,165,'2007-05-19 16:11:19','With 15km to go','the peloton is roaring toward the finish. This is gonna be a good one.'),(7607,165,'2007-05-19 16:13:30','Matt White','puts in a dig, but he\'s not getting off too far.'),(7608,165,'2007-05-19 16:17:00','With 10km','to go, the peloton is still flying.'),(7609,165,'2007-05-19 16:15:00','Whitey','is caught. We see Cioni at the front for Predictor-Lotto.'),(7610,165,'2007-05-19 16:17:11','QuickStep still driving the group','the speed is quite high. Lotto is putting a couple of riders in the mix, hoping to keep the pace high enough to keep attacks under control.'),(7611,165,'2007-05-19 16:18:00','Ahead','The peloton will be hitting the Autodromo del Mugello and doing one 5km lap through there. It\'s going to be very fast out there. Moto GP stops here every year on the 500cc circuit. We\'re not sure if these these motors are that big, though.'),(7612,165,'2007-05-19 16:20:10','Before the curcuit','the course rolls through Scarperia with a rising climb then a fast drop onto the track, so watch for attacks. '),(7613,165,'2007-05-19 16:21:26','No more entries','We stop accepting contest entries with 10km to go. At this point, the QuickStep team is driving hard with 7.5km to go.'),(7614,165,'2007-05-19 16:21:54','Milram','is now moving up, massing on the wheels of the Quick Step team.'),(7615,165,'2007-05-19 16:22:00','The pace','is still really high and mostly under the efforts of Quick Step. 65kph!'),(7616,165,'2007-05-19 16:22:56','On the track, so 4.9km to go',''),(7617,165,'2007-05-19 16:23:39','Quick Step','still on the front. The Milram boys seem to be enjoying the ride.'),(7618,165,'2007-05-19 16:25:04','With 4km to go','Quick Step has pulled off most of its riders. Milram is up there. The track is wide open ... no one can complain of a dangerous finish today.'),(7619,165,'2007-05-19 16:26:01','There','are a few hills on this circuit. It\'s no Laguna Seca, but it does pose something of a challenge to riders who\'ve already put in 250km'),(7620,165,'2007-05-19 16:26:36','Milram','is at the front and Bettini is now sitting on Petacchi\'s wheel.'),(7621,165,'2007-05-19 16:27:10','Wide roads','and the peloton is 10 riders wide... and flying.'),(7622,165,'2007-05-19 16:27:32','A slight rise','Tinkoff\'s Comesso attacks on hill! '),(7623,165,'2007-05-19 16:28:07','He\'s getting','a bit of a gap, with FDJeux giving a chase.'),(7624,165,'2007-05-19 16:29:05','Comesso','is holding his gap... it\'s small, but he may have made the move. He has 1km to go.'),(7625,165,'2007-05-19 16:29:42','Now','Comesso caught and Cancellera goes! '),(7626,165,'2007-05-19 16:30:01','He\'s caught','and... Milram winds it up'),(7627,165,'2007-05-19 16:30:28','Petacchi','Bettini on his wheel, and Hushovd... charge!'),(7628,165,'2007-05-19 16:30:37','Petacchi wins!',''),(7629,165,'2007-05-19 16:31:47','Alessandro Petacchi','takes the stage, his second of the Giro.'),(7630,166,'2007-05-20 13:46:20','Good day and welcome...','to VeloNews.com\'s Live Coverage of the 8th stage of the 90th edition of the Giro d\'Italia. Today\'s stage offers a mixed bag over the course of 200 kilometers from Barberino di Mugello to Fiorano Modensee. The opening half of the stage covers some pretty hilly territory, but the pan-flat closing 80km offers the sprinting talent in the peloton a good chance not only to catch up with any early breaks, it leaves ample time to set up for what could be a frantic charge to the finish.

    Once you\'ve decided whether this day will see an escape succeed or end in a mass sprint, go ahead and send\r\nin your best guess as to who will win today\'s stage. We\'ll send\r\nyou a special edition Giro d\'Italia poster, if you\'re e-mail is randomly picked from among the day\'s correct entries.

    '),(7631,166,'2007-05-20 13:51:38','The day\'s first','obstacle, the Category 2 Passo della Futa did leave some of the sprinters - Robbie McEwen and Alessandro Petacchi in particular - struggling. They crested more than a minute behind the peloton.

    By the 35 kilometer mark, we saw a big group form up, among them is most notably Dario Cioni (Predictor Lotto), who began the day in 30th place at 6:34 behind race leader Marco Pinotti (T-Mobile).'),(7632,166,'2007-05-20 13:55:00','At 66km','The lead group of 21 riders is enjoying an advantage of 4:15 on the peloton. We\'re still trying to find out whether Petacchi, McEwen and the rest of the fast-twitch crowd have made it back to the gruppo maglia rosa, but we\'ve not seen where they are yet.'),(7633,166,'2007-05-20 13:59:58','Ahead','The race is now heading back up hill on the way to a the Category 3 Sestola, which crests at the 100km mark. Between here and there, the terrain is moderately hilly, with the formal climb kicking in at 93km and then averaging about 6 percent until the summit. After that, it\'s downhill for quite a haul and then a straight, flat run into the finish. It would take something of a Herculian effort for a break to fend off a hard-charging peloton, but we need to ID the escapees to make a guess as to whether they stand a chance of making it.'),(7634,166,'2007-05-20 14:05:26','At km 75','The gap is right around the five minute mark.'),(7635,166,'2007-05-20 14:20:04','At 80km','the 21 leaders are ticking along, holding on to an advantage that is holding between 4:30 and 5:00.'),(7636,166,'2007-05-20 14:26:00','McEwen','You may want to hold your bets on Robbie the Rocket today. He\'s about 10:00 off the back. We need to confirm where Petacchi is right now, though. Up front, though, there is apparently a rainbow jersey in the front group. Bettini tried getting into a big break two days ago, but it didn\'t get anywhere. He\'s really hoping for a stage win and appears recovered from the bruising he got the other day in the ugly mid-race pile-up.'),(7637,166,'2007-05-20 14:31:17','At 85km','the Cioni/Bettini group is 4:25 ahead of the peloton.'),(7638,166,'2007-05-20 14:34:15','Questions? Comments? Gripes?','Comments? Questions? Drop us a line.'),(7639,166,'2007-05-20 14:42:00','On the climb','the leaders are on the slopes of the Cat. 3 Sestola. The gap is holding at around 4:30. The big question is whether these fellas will have enough of a gap - and enough horsepower - to hold off the main field over the long haul to the finish.'),(7640,166,'2007-05-20 14:51:31','It\'s a combination',' of T-Mobile and Saunier Duval leading the chase out of the peloton. The gap is back in the 5:00 range.'),(7641,166,'2007-05-20 14:52:28','Over the top','The leaders are over the Cat. 3 Sestola.'),(7642,166,'2007-05-20 15:02:10','The peloton','crosses the summit of the Sestola at 6:40. From here on out, it\'s gonna be a drag race to the finish.'),(7643,166,'2007-05-20 15:08:55','McEwen and Petacchi','are in a group that crested the climb about 2:00 behind the gruppo maglia rosa. That\'s a gap they can cover.'),(7644,166,'2007-05-20 15:17:27','With 77km','remaining the Bettini group is 6:45 ahead of the peloton. The McEwen group is within 1:15 of the peloton, so they may catch back. Then we\'re going to see a big race to the finish between the two main groups. 21 riders in the Bettini group may be enough to hold it, too. '),(7645,166,'2007-05-20 15:23:00','The Bettini group','is now 73km from the finish. The gap is at 6:21. At this point, the virtual maglia rosa belongs to Andrea Noe (Liquigas), who is in the escape group and started fifth at 4:47 back.

    It\'s very warm again today - some high clouds but sticking hot, into low 90s - great day to get sweaty.'),(7646,166,'2007-05-20 15:26:51','Stars-and-stripes','Another unique jersey in the break is the U.S. champion\'s jersey of George Hincapie (Discovery).'),(7647,166,'2007-05-20 15:29:00','Who\'s out there?','Thanks to Andrew Hood, we have the ID\'s of the men in the break:

  • Paolo Bettini (QuickStep)
  • Assan Bazayev (Astana)
  • Serguei Yakolev (Astana)
  • Marzio Bruseghin (Lampre)
  • Marco Marzano (Lampre)
  • Patxi Vila (Lampre)
  • Alexandr Arekeev (Aqua e Sapone)
  • Rinaldo Nocentini (Ag2r)
  • David Arroyo (Caisse d’Epargne)
  • Emanuele Sella (Panaria)
  • George Hincapie (Discovery Channel)
  • José Luis Rubiera (Discovery Channel)
  • Martin Galparsoro (Euskaltel)
  • Andrea Noe (Liquigas)
  • Alessandro Spezialietti (Liquigas)
  • Dario Cioni (Predictor-Lotto)
  • Mario Aerts (Predictor-Lotto)
  • William Walker (Rabobank)
  • Evgeni Petrov (Tinkoff)
  • Pavel Brutt (Tinkoff)
  • Kurt-Asle Arvesen (CSC)'),(7648,166,'2007-05-20 15:33:00','','We talked with Kurt-Asle Arvesen (CSC) before the start of the stage: \"I missed the breakaway on Friday and I was very angry. I have good legs. Today looks good for a break. I will try.\"

    Well, he did make it today. We also spied Pavel Brutt (Tinkoff) doing short sprints to warm up his legs ... and you know those (as team owner Oleg Tinkov calls them) \"beautiful young Russian guys\" were going to be in the break. '),(7651,166,'2007-05-20 15:40:29','Tinkoff','The Russian/Italian squad has been in every single break this Giro. Ignatiev and Brutt have already been in two each. It\'s a tenacious team, even without bringing its GC hopes to the race.'),(7649,166,'2007-05-20 15:35:58','Haedo','We asked JJ Haedo (CSC) how Saturday\'s stage went: \"I didn\'t have the legs to make the sprint. I said at the beginning of the Giro that I have to be patient. I am not feeling so bad.\" '),(7650,166,'2007-05-20 15:37:11','With a well-represented break','The chasing duties are falling to T-Mobile for now. They may get help from key teams not in the break, namely Petacchi\'s Milram and Simoni\'s Saunier Duval squad'),(7652,166,'2007-05-20 15:43:08','Leaders','Are at the 145km mark, so they have 55km to go. The gap is holding at 6:36. We may have to start picking favorites out of the break for a choice of stage winner. The T-Mobiles may be content with keeping the gap down to a point that Pinotti holds the jersey.\r\n'),(7653,166,'2007-05-20 15:51:00','At km 152 - 6:15','The leaders are really co-operating. Up front, we have 21 guys working in a very, very nice pace line. With that level of coordination, a break has a HUGE advantage over a peloton, no matter how big it is. You don\'t see that level of cooperation in the peloton. Usually, the work falls to just a few riders on a few key teams, so 21 riders working well together should be able to fend off a peloton led just by one or two teams.

    Again, the men in the break are:

  • Paolo Bettini (QuickStep)
  • Assan Bazayev (Astana)
  • Serguei Yakolev (Astana)
  • Marzio Bruseghin (Lampre)
  • Marco Marzano (Lampre)
  • Patxi Vila (Lampre)
  • Alexandr Arekeev (Aqua e Sapone)
  • Rinaldo Nocentini (Ag2r)
  • David Arroyo (Caisse d’Epargne)
  • Emanuele Sella (Panaria)
  • George Hincapie (Discovery Channel)
  • José Luis Rubiera (Discovery Channel)
  • Martin Galparsoro (Euskaltel)
  • Andrea Noe (Liquigas)
  • Alessandro Spezialietti (Liquigas)
  • Dario Cioni (Predictor-Lotto)
  • Mario Aerts (Predictor-Lotto)
  • William Walker (Rabobank)
  • Evgeni Petrov (Tinkoff)
  • Pavel Brutt (Tinkoff)
  • Kurt-Asle Arvesen (CSC)'),(7654,166,'2007-05-20 15:56:27','Correction','Our last time check was off a bit. The leaders are 6:34 ahead of the peloton, which is being driven by a combination of T-Mobile and Saunier Duval riders.'),(7655,166,'2007-05-20 15:57:00','Another speedway','... but it\'s not the finish today. The passes through Ferrari\'s test track. There are some gorgeous cars on display.'),(7656,166,'2007-05-20 15:57:40','The peloton hits','the 152 mark at 6:22.'),(7657,166,'2007-05-20 16:01:39','35km to go','these guys are flyin and it\'s clear the break is going to stick. The T-Mobiles are pushing hard at the front and even with the help from Saunier Duval, the effort isn\'t cutting into the gap by too much.'),(7658,166,'2007-05-20 16:04:46','','Comments? Questions? Drop us a line.'),(7659,166,'2007-05-20 16:09:12','30km to go','the leaders have just hit the 30km to go mark. Our latest time check gives them an advantage of 5:45'),(7660,166,'2007-05-20 16:12:18','Heart rate','the Giro has a few riders on telemetric heart rate monitors. Fortunately, one of them is Lorenzo Bernucci from T-Mobile. We can see the boy is already red-lined. The gap isn\'t coming down, either.'),(7661,166,'2007-05-20 16:14:00','Passing by','the Ferrari factory. The rest of the race is going to be contested on tarmac owned by the great car maker... the one Ferrari Italy can be really proud of.\r\n'),(7662,166,'2007-05-20 16:18:40','Trivia question','We\'ll send a copy of our new children\'s book \"Gracie Goat\'s Big Race\" to the first person who can answer the following question:

    In 1949 the great Enzo Ferrari said that America had produced \"only one real sports car.\" Of what vehicle did he speak? Drop us a line.'),(7663,166,'2007-05-20 16:21:38','20km to go',''),(7664,166,'2007-05-20 16:22:38','The gap','is down to 4:50. Still, that\'s a lot to make up over 20km.'),(7665,166,'2007-05-20 16:23:00','Steven Turner wins!','Enzo said the U.S. Army Jeep was - to that point, at least - the only real sports car American had ever produced.'),(7666,166,'2007-05-20 16:25:39','Robbie','the rocket has fizzled for the day. The McEwen group is 23 minutes back - the estimated cut time today will be around 29mins - so they gotta be careful, but they have some wiggle room. '),(7667,166,'2007-05-20 16:29:58','13 kilometers to go','The leaders are still a healthy 4:35 up on the peloton. It looks like the T-Mobiles may preserve the jersey, but there\'s no way that the break will get caught at this point.'),(7668,166,'2007-05-20 16:32:35','T-Mobile','has lowered the gap to the point that Pinotti will probably keep his jersey.'),(7669,166,'2007-05-20 16:33:42','10km to go','The leaders are driving hard and are within 10km of the finish. We\'ll see some jockeying here in a bit, but the group is cooperating still.'),(7670,166,'2007-05-20 16:36:31','With this group','having worked as hard as it has, there are a lot of guys in the group with expectations of winning. Bettini has to be a favorite, but he\'s the sole Quick Step in the group.'),(7671,166,'2007-05-20 16:37:20','The peloton','Hits the 10km mark at 4:01'),(7672,166,'2007-05-20 16:38:11','The men in the break:','

  • Paolo Bettini (QuickStep)
  • Assan Bazayev (Astana)
  • Serguei Yakolev (Astana)
  • Marzio Bruseghin (Lampre)
  • Marco Marzano (Lampre)
  • Patxi Vila (Lampre)
  • Alexandr Arekeev (Aqua e Sapone)
  • Rinaldo Nocentini (Ag2r)
  • David Arroyo (Caisse d’Epargne)
  • Emanuele Sella (Panaria)
  • George Hincapie (Discovery Channel)
  • José Luis Rubiera (Discovery Channel)
  • Martin Galparsoro (Euskaltel)
  • Andrea Noe (Liquigas)
  • Alessandro Spezialietti (Liquigas)
  • Dario Cioni (Predictor-Lotto)
  • Mario Aerts (Predictor-Lotto)
  • William Walker (Rabobank)
  • Evgeni Petrov (Tinkoff)
  • Pavel Brutt (Tinkoff)
  • Kurt-Asle Arvesen (CSC)'),(7673,166,'2007-05-20 16:38:55','5.5km','to go. The leaders are working their way through the final five kilometers.'),(7674,166,'2007-05-20 16:40:48','Let the attacks begin',''),(7675,166,'2007-05-20 16:41:17','Walker','Rabobank\'s Walker takes a flyer with four kilometers to go'),(7676,166,'2007-05-20 16:41:39','He\'s caught.',''),(7677,166,'2007-05-20 16:42:24','Rubiera','goes, but is quickly caught.... Now Predictor-Lotto\'s Aerts goes. Bettini is going to have his hands full today.'),(7678,166,'2007-05-20 16:43:57','Aerts caught...','with 2km to go.'),(7679,166,'2007-05-20 16:44:26','Brutt','gives it a go....'),(7680,166,'2007-05-20 16:44:56','The group is together','with one kilometer to go'),(7681,166,'2007-05-20 16:45:41','Brutt has a gap','but with 600 meters to go... he\'s passed by Emanuele Sella '),(7682,166,'2007-05-20 16:46:07','Bettini chases','Bettini... catches and'),(7683,166,'2007-05-20 16:46:34','Kurt-Asle Arvesen','passes the world champion and gets the win!'),(7684,166,'2007-05-20 16:47:55','Bettini','heart-broken... he missed another stage win in the finale. Tough guy, he is. He\'s quite worthy of that rainbow jersey.'),(7685,166,'2007-05-20 16:48:31','The peloton','is charging in to the final kilometer'),(7686,166,'2007-05-20 16:49:26','T-Mobile','is still driving at the front, working to preserve Pinotti\'s hold on the jersey.'),(7687,166,'2007-05-20 16:50:23','The maglia rosa','finishes at 4:19, enough to keep the jersey.'),(7688,167,'2007-05-21 14:00:21','Good day and welcome','to VeloNews.com\'s Live Coverage of the 9th Stage of the 2007 Giro d\'Italia, a 177-kilometer race from Reggio Emilia to Lido di Camaiore. This stage starts out with a long steady rise from the start and caps out atop the 1250-meter-high Category 2 Passo del Cerreto at 71.7km, but then it\'s a long drop and a flat race to the finish. If anyone is dropped, like Robbie McEwen was on Sunday, for example, there is ample opportunity to fight back on and set up a fast sprint to the line. With the T-Mobile team\'s hold on the jersey a little more at risk today than it was yesterday, we doubt that a big group will manage to stay away as they did... but we\'ve been proven wrong before.'),(7689,167,'2007-05-21 14:02:13','Easy pace','The peloton is not seeming to antsy today, with no attacks coming out of the 181-rider peloton for the first hour and a pace that even we could maintain, at 26.5kph.'),(7692,167,'2007-05-21 14:09:25','Questions? Comments? Gripes?','Comments? Questions? Gripes? We wanna hear \'em, so drop\r\nus a line.'),(7693,167,'2007-05-21 14:12:00','At 34km','the pace is still quite moderate. The peloton may have already conceded this one to the sprinters. Certainly any skinny little climber dudes in the peloton are going to have a tough time maintaining whatever advantage they gain on the slopes of a Cat. 2 climb for a 100 kilometers, with a lethal combination of Milram, Predictor and, say, Quick Step bearing down on them at ungodly speeds. At this rate, though, it will be more than an hour before they reach the summit of the climb.'),(7691,167,'2007-05-21 14:05:09','Today\'s contest','Will an escape succeed? Will the sprinters fight this one out? You decide... and once you do go ahead and send\r\nin your best guess as to who will win today\'s stage. We\'ll send\r\nyou a special edition Giro d\'Italia poster, if you\'re e-mail is randomly picked from among the day\'s correct entries.

    It should go without saying that you are limited to one entry per day.'),(7694,167,'2007-05-21 14:31:00','Maybe they\'re stopping for','espresso and biscotti. The pace is still quite low. While cycling most certainly has it high points, those memorable instances of drama that we speak about for years on end, there are those moments that can best be described as... well, we were once rebuked for using the word \'boring,\' so we\'ll opt for ... uhhhh.... uneventful?

    Anyway, long-time Live Update readers will recall that at times like this we resort to the Daily Diversion, which often involves a call for the products of your creativity. We\'re going to go to an old standby today and resort to the Haiku contest.

    Haiku? For those who don\'t recall the art form, Wikipedia\r\nhas a nice primer on the old minimalist form of Japanese poetry. Bottom\r\nline for us is that we want poems in the 5-7-5 pattern that have something\r\nto do with current events in the world of competitive cycling. We\'ll post\r\na few of the better ones and let readers vote for your favorites. write\r\nthem and send them folks.

    Of course all of that will stop if we get some action on the road.'),(7695,167,'2007-05-21 14:34:20','Best name in the peloton','Tom writes in and asks which name is the \"best\" in the peloton. There have been some great ones, although we were always partial to old Marco Velo, for some reason.'),(7696,167,'2007-05-21 14:38:01','At 42km','The pace continues to be somewhat on the relaxing side.'),(7697,167,'2007-05-21 14:51:00','Voeckler','We got a question about Thomas Voeckler, from a reader wondering about his absence. Yes, Voeckler is out of the Giro. He pulled out in advance of yesterday\'s stage suffering from knee problems caused by injuries he suffered in crashes earlier in the tour.

    Big hill to start off
    Salt bed flat-like finale
    Sprinters rule the day
    Philip Briere \r\n'),(7698,167,'2007-05-21 14:56:09','At 50km','At 50km, the peloton remains as one with itself.'),(7699,167,'2007-05-21 15:06:17','After two hours of saddle time','The peloton has covered 54km.

    Uh-oh, Pereiro,
    Now they want *your* DNA!
    Wim will win Le Tour.
    Scott Sturdivant\r\n'),(7700,167,'2007-05-21 15:10:28','From Oregon','
    it\'s six a.m. here
    wife and puppy sleeping hard.
    \r\nwaiting for action
    Clint Harris

    Aren\'t we all Clint?

    Meanwhile the peloton is about 10km from the top of the Passo del Cerrreto. We might guess that KOM leader Laverde will jump out of the field to snag a few more points.\r\n'),(7701,167,'2007-05-21 15:21:21','Lots of friendly','Chitchat in the peloton. It\'s a beautiful day and tactically, it make little sense to put the pedal to the metal as it were, so why not enjoy the day?

    puerto rats scramble
    as justice wields her sword
    a new day dawns
    Brian Daniels\r\n'),(7702,167,'2007-05-21 15:27:14','Approaching the top of the climb','but the pace is holding steady.
    Today’s stage pick
    Rainbow jersey win
    Send poster quick
    Andrew Rothstein'),(7703,167,'2007-05-21 15:32:41','On the climb','the peloton is still about 2km from the summit.
    Basso no for Giro
    Simoni will miss him, not
    He rode like E.T.
    Gerard White'),(7704,167,'2007-05-21 15:34:00','Laverde','is moving to the front of the peloton. Not many will chase.
    up, up, over the top!
    add more dots on his jersey!
    go, Laverde, go!
    Well, no dots at the Giro, but... we\'ll take it anyway.'),(7705,167,'2007-05-21 15:36:00','An Attack!','Tinkoff\'s Aggiano puts the hammer down. Brutt, too. But Laverde catches both and snags the climbers points.'),(7706,167,'2007-05-21 15:43:37','Points','On top of the climb:
    1. Luis Felipe Laverde Jimenez (Col), Ceramica Panaria - Navigare
    2. Emanuele Sella (I), Ceramica Panaria - Navigare
    3. Pietro Caucchioli (I), Credit Agricole

    The peloton is over 36 seconds later.

    My butt is still sore
    My legs feel like leaden weights
    I want to ride more.
    Dr. Chuck Roberts'),(7707,167,'2007-05-21 15:47:12','Look at the profile','We have just under 100km remaining and it\'s down hill for the next 20 or so kilometers and then dead flat to the finish. We have a small group off the front, now. Not the climbers, the went back, but a group that includes Brutt from Tinkoff. Man, those guys just never give up. The gap is a mere 26 seconds, though and the peloton is charging.'),(7708,167,'2007-05-21 15:51:47','The break','now has 40 seconds. Brutt, however, has dropped back with a mechanical. This marks the first time since the Giro began that we have a break that doesn\'t include a Tinkoff rider.'),(7709,167,'2007-05-21 15:55:06','Who is in the break?','
  • Andrei Kunitski (Blr), Acqua & Sapone
  • Bessy Frédéric (F), Cofidis
  • Nicolas Crosbie (F), Bouygues Telecom
  • Simone Masciarelli (I), Acqua & Sapone

    Well, just as we wrote that, Crosbie took a turn a little wide and rode off the road. He may be chasing.

    Monday morning drag,
    paperwork beckons, piled high,
    my head in Italy
    Jurgen Schroeder '),(7710,167,'2007-05-21 15:55:00','T-Mobile','Is at the front... chasing the group. Crosbie has rejoined.
    Another attack it, must be Tinkoff
    \r\nTo bad Hamilton had to get off,
    The bike that is
    Anthony Talentino'),(7711,167,'2007-05-21 15:59:05','Latest gap','The four escapees have 45 seconds on the peloton.
    The gap increases
    the distance is a abit great
    A \'bridge\' too far now.
    Scotteeg (San Diego)'),(7712,167,'2007-05-21 16:00:13','Okay','We have some racing... so save your Haiku for later. Thank you for all of the submissions. We\'ll try to run some more when things ease up... today or in another stage.'),(7713,167,'2007-05-21 16:03:00','Today\'s finish',' The stage finishes just down the road from Petacchi\'s hometown of La Spezia, so you know the Milram train will be on the rails today ... Petacchi didn\'t say much before the start: \"We hope to find some friends to make it a sprint. A victory would be a nice way to arrive in my home region.\"

    Will the sprinters fight this one out? You decide... and once you do go ahead and send\r\nin your best guess as to who will win today\'s stage. We\'ll send\r\nyou a special edition Giro d\'Italia poster, if you\'re e-mail is randomly picked from among the day\'s correct entries.

    It should go without saying that you are limited to one entry per day'),(7714,167,'2007-05-21 16:06:06','One guy to consider','Robert Forster said he tried to save his legs in Sunday\'s hard stage: \"It was very difficult yesterday and I wanted to save as much strength as possible, but it was very fast all day. It will be hard to beat Petacchi today because he comes from this place. I will have two riders to help me today (Fothen and Krauss) so maybe I can make my own train.\" '),(7715,167,'2007-05-21 16:07:45','T-Mobile',' Marco Pinotti thanked his team for the hard work in Sunday\'s stage: \"This maglia rosa is really for them. They gave their hearts to keep me in the leader\'s jersey. I know it will be complicated to keep the jersey on Tuesday, but I will fight all the way.\" '),(7716,167,'2007-05-21 16:08:22','The Gap is now at 1:50','The foursome off the front is being given a bit of leeway... but we doubt it will be too much. '),(7717,167,'2007-05-21 16:08:48','T-Mobile\'s','Aaron Olson said he\'s having a hard time in the big climbs, but hoped to be there today to help the team. \"I got dropped on the first climb (Sunday). It was just too fast for me. I never do well having the climbs come so early. I wasn\'t there to help Marco, but it was another great day for the team. I hope to be able to contribute today.\"

    Olson also said he\'s feeling better from some of the asthma problems: \"The legs feel great, it\'s just that I cannot breath.\" '),(7718,167,'2007-05-21 16:09:39','Speaking of Sprinters...','Cipo\' is in da haus!! The Lion King has come into the press room at the finish.'),(7719,167,'2007-05-21 16:15:00','With 73km','to go, our lead group of four has an advantange that has bumped up over 2:00. Up in front of the peloton, we see Olson up there with two Milrams.'),(7720,167,'2007-05-21 16:20:27','A touch too much....','...uhhh natural testosterone? Pedro Horrillo and Nicolas Crosbie almost went to blows this morning near the chaos of the signin podium. Crosbie locked handlebars with Horrillo and almost knocked him over. Horrillo was quickly in the Frenchman\'s face and the pair had to be separated to avoid a fight.

    Crosbie is obviously using that anger to drive into the breakaway today. '),(7721,167,'2007-05-21 16:25:02','Three minutes','The four men in the lead now have an advantage of thee minutes over the peloton, which is still being driven by a combination of T-Mobile and Milram.'),(7722,167,'2007-05-21 16:29:55','With 65km to go','the gap is now at 2:35.'),(7723,167,'2007-05-21 16:31:34','','Paolo Savoldelli said tomorrow\'s stage will be decisive: \"It\'s a long stage and the climb is hard. Riders are starting to get tired. I think some riders will lose a lot of time. For me, the favorites for the stage are Ricco and Cunego.\" '),(7724,167,'2007-05-21 16:38:23','The boys in the break','have 2:02... and once the road hits the coast, there\'s a fairly brisk cross-headwind that will make it even more complicated for these four renegades to make it to the line. '),(7725,167,'2007-05-21 16:40:34','Crash!','In the peloton... Euskaltel\'s Ivan Velasco hit the deck, hitting some traffic furniture in a roundabout. He\'s up and riding, though.'),(7726,167,'2007-05-21 16:46:03','Dave Zabriskie','told us this morning that he\'s cautiously optimistic about Tuesday\'s stage: \"If I am good I\'d like to be able to finish with the front group. It\'s a long stage and it will be hard. The legs are feeling good. We\'ll see how it goes.\" '),(7727,167,'2007-05-21 16:46:29','JJ',' CSC sport director Alain Gallopin said Argentine sprinter JJ Haedo is suffering on the climbs and doesn\'t expect him to finish the Giro. It looks like Haedo is in the bunch and will be bumping shoulders with Petacchi and Co. today. '),(7728,167,'2007-05-21 16:48:38','The Peloton','Is still being led by a Milran/T-Mobile combo.

    Charlie Weglius said Liquigas captain Danilo Di Luca is: \"stronger than ever. When you see your captain riding like that, you give even more. We\'ve already obtained some results (TTT win and pink jersey) so we can ride the Giro with less pressure and just think about trying to win.\" '),(7729,167,'2007-05-21 16:50:08','With 40km to go','the gap is right around 2:00.'),(7730,167,'2007-05-21 17:02:53','The gap is coming down','Our leaders are just 1:48 ahead of the peloton\r\n'),(7731,167,'2007-05-21 17:07:00','Iban Mayo','said he\'s \"tranquilo\" so far in the Giro and patiently waiting for the mountains: \"We will be working for Simoni. I am here to help and get ready for the Tour.\"

    One thing\'s certain - Mayo looks a tad overweight and he will need to shed some kilos before he\'s at his fighting weight come July. '),(7732,167,'2007-05-21 17:15:46','With 30km','the gap is 2:14.'),(7733,167,'2007-05-21 17:18:00','Thor Hushovd','also sounded confident: \"I was second the other day and if the stage was another five meters long, I would have won. My legs feel better every day so let\'s see today.\" '),(7734,167,'2007-05-21 17:19:59','The gap is 1:47',''),(7735,167,'2007-05-21 17:22:44','With 25km','to go, the leaders are still about 1:40 ahead of the peloton, but Milram is massing.'),(7736,167,'2007-05-21 17:31:51','The chase','We see two Milrams still leading the chase with five T-Mobile\'s lineup behind and the gap is now less than 1:00'),(7737,167,'2007-05-21 17:33:00','With less than 15km to go','the leaders are very likely to be caught here, quite soon.

    Kurt-Asle Arvesen was happy at the start. A small gaggle of Norwegian \'tifosi\' showed up to cheer him on: \"It was nice to win. We have that in the pocket now, so let\'s see how far Andy (Schleck) and Dave (Zabriskie) can go.\" '),(7738,167,'2007-05-21 17:34:59','','Arvesen said he hoped his win would help raise his profile in his native Norway: \"Thor (Hushovd) usually gets most of the attention. That\'s normal because he\'s a sprinter and he wins more often. I\'ve kind of raced in his shadow.\" '),(7739,167,'2007-05-21 17:36:15','Ignatiev and Rovny','have jumped out of the pack. Those are a pair of those \"beautiful young Russian guys\" that have so enamoured Tinkoff patron, Oleg Tinkov '),(7740,167,'2007-05-21 17:37:17','Now the Milrams are moving to the front','the speed is now up to 61kph'),(7741,167,'2007-05-21 17:39:03','The gap is coming down','The two Tinkoffs are still a bit off the front of the group. Rovny is the youngest rider in the peloton. He and his teammate are 20 seconds ahead of the bunch and 30 seconds off of the four escapees.'),(7742,167,'2007-05-21 17:39:47','With 11km','to go. The Tinkoffs are still chasing... and holding off the peloton.'),(7743,167,'2007-05-21 17:40:47','Petacchi','looks relaxed in the main field. He\'s confident that the six riders ahead will be pulled back in time.'),(7744,167,'2007-05-21 17:42:53','The two Russians','have eased off... they are admitting that they won\'t make it up to the break.'),(7745,167,'2007-05-21 17:43:53','With 8km','the gap is shutting down. The two Russians are still up there... but '),(7746,167,'2007-05-21 17:45:42','Lot\'s of movement','in the peloton. The Milrams are in the front, but there are a lot of teams fighting for position. The Russians are in the peloton again and the four-man break is not going to hold the gap.'),(7747,167,'2007-05-21 17:46:00','The catch','there are 6km to go. Hey, we see Garzelli up there. The 2000 Giro winner is a good sprinter in his own right, but is this day for him? We doubt it.'),(7748,167,'2007-05-21 17:47:40','One turn','and then we see a 5k drag to the finish.'),(7749,167,'2007-05-21 17:48:16','Sweeping through the right hander','We see only one Milram for Petacchi '),(7750,167,'2007-05-21 17:48:49','Garzelli','Garzelli in front but riders moving up, we see Cioni '),(7751,167,'2007-05-21 17:49:06','Cioni tries','a dig, but he\'s pulled in.'),(7752,167,'2007-05-21 17:49:40','McEwen','is up there... holy!

    There are cars parked on the course and Hushovd almost hit one.'),(7753,167,'2007-05-21 17:50:16','Milram','has three riders up front.... a train and another right next to it. Quick Step is driving hard for Bettini.'),(7754,167,'2007-05-21 17:50:32','We don\'t see','JJ Haedo.'),(7755,167,'2007-05-21 17:51:13','Gerolsteiner','is coming up for Forster. Milram has been \"derailed.\"'),(7756,167,'2007-05-21 17:51:41','Quick Step','is driving at the front. Milram may be holding back until the finish'),(7757,167,'2007-05-21 17:51:57','','Napolitano on Petacchi\'s wheel, with Bettini behind him '),(7758,167,'2007-05-21 17:52:11','One kilometer to go',''),(7759,167,'2007-05-21 17:52:26','Tinkoff','is setting up for Commesso'),(7760,167,'2007-05-21 17:52:37','Huge dash!',''),(7761,167,'2007-05-21 17:52:52','Dean is leading out','for Hushovd.'),(7762,167,'2007-05-21 17:52:59','Petacchi goes',''),(7763,167,'2007-05-21 17:53:40','He has company','McEwen is in there... Napolitano...'),(7764,167,'2007-05-21 17:54:00','It\'s Napalitano...','We think Napalitano takes it in a drag race to the line with McEwen and Petacchi. There was a crash in the field, but we see only one Bouyges rider involved.'),(7765,167,'2007-05-21 17:55:00','Stage results','\r\nNapolitano wins; McEwen second - Petacchi third '),(7766,168,'2007-05-22 13:34:36','Good day and welcome','to VeloNews.com\'s Live Coverage of the 10th stage of the 2007 Giro d\'Italia, a grueling 250km, three-climb run from Camaiore to the summit finish at Santuario Nostra Signora della Guardia. \r\n\r\nIt’s the Giro’s second-longest stage with an up-and-down profile that leaves little room for recovery. The summit finish at Nostra Signora – which climbs 8.8km at eight percent – is much harder than what the peloton saw in stage four at Montevergine.\r\n'),(7767,168,'2007-05-22 13:50:24','Today\'s stage','has been underway for nearly 3 hours, with 180 riders leaving the start today, with Alberto Ongarato (Milram) pulling out of the Giro.

    As to be expected we\'ve seen several attacks throughout the opening hour.

    After a series of attacks, the day\'s first real break formed at 55km, and that group is composed of

  • Hubert Dupont (AG2r)
  • Alberto Losada (Caisse d\'Epargne)
  • Ivan Parra (Cofidis)
  • George Hincapie (Discovery)
  • Mauricio Ardila (Rabobank)
  • Fortunato Baliani (Panaria)

    At 135km, the leaders are just now working their way up the 16.5km Category 2 Passo del Biscia and have a lead approaching five minutes.\r\n'),(7768,168,'2007-05-22 13:52:51','Abandons','It\'s a tough stage today and several riders have opted to call it a race. Among them sprinters J.J. Haedo (CSC) and Greg Henderson (T-Mobile). Also out of the Giro is Bouygues Telecom\'s Yohann Gene. '),(7769,168,'2007-05-22 13:53:58','McEwen','is having a tough time on today\'s climb. He\'s trailing the main field by several minutes.'),(7770,168,'2007-05-22 13:56:35','Questions? Comments? Gripes?','Comments? Questions? Drop us a line.'),(7771,168,'2007-05-22 14:02:37','Hincapie','Has been aggressive this Giro. He was in the big, big 21-man break with Paolo Bettini on Sunday. Though a long-time Tour de France veteran, this is Hincapie\'s first Giro and he says he\'s enjoying the style of racing. '),(7772,168,'2007-05-22 14:05:54','Pictures','We\'re adding some photos at the bottom of the viewer, so scroll down for a look.'),(7773,168,'2007-05-22 14:11:03','Today\'s weather','It\'s another spectacular day, but it was downright hot-n-stinky at the start already in the morning. It is going to be very hot on way up the final climb.'),(7774,168,'2007-05-22 14:14:46','On the way down','The leaders are working their way down the Passo del Biscia and the peloton crested at 4:48 back. Ahead, we have an unrated climb that summits at 184km, a 4.3km Category 3 climb at Campi at, which crests at 223km and then a small break before the Category 2 climb to the finish. That\'s a nearly 9km climb that averages 8% with some painfully steep ramps along the way.'),(7775,168,'2007-05-22 14:15:00','\'Chicken*\' speaks','Michael Rasmussen said it\'s not a good stage for him: \"It\'s too early in the race and there are too many guys with fresh legs. I will try something later in the Giro. I am feeling better and better.\"

    *His old mountain-bike racing nickname. '),(7776,168,'2007-05-22 14:16:44','Today\'s route','is spectacular as it pushes west along the Italian Riviera. The start this morning in the Medieval town of Camaiore drew big crowds. Renowned opera singer Andrea Bocelli was the big star to show up. Ex-U23 world champ Francisco Chicchi, who lives in the region, was also on hand. '),(7777,168,'2007-05-22 14:17:55','CSC\'s take',' CSC sport director Alain Gallopin said he thought today\'s stage would be decisive: \"It\'s a long stage. It\'s hot and the guys are getting tired. The final climb is very steep and I think there will be some big names who won\'t be there. I think this stage is more decisive than the stage to Briancon.\" '),(7778,168,'2007-05-22 14:19:17','Leaving Petacchi country','After rolling out of Camaiore, the course pushed north along the wide open beaches at Marina di Massa - already packed with early holidaymakers.

    Then the course rolled through Petacchi\'s hometown at La Spezia where big crowds turned out to cheer on the peloton. '),(7779,168,'2007-05-22 14:20:45','Our latest time check','gives the escapees an advantage of just 4:00. As much as we don\'t want to, we\'d have to put the odds as pretty low for these fellas\' chances of holding off the peloton.'),(7780,168,'2007-05-22 14:21:36','The route','The road also hit the wonderful country around Cinque Terre before turning inland to the rough country near the Passo di Biscia, which the race just passed over.'),(7781,168,'2007-05-22 14:23:56','At km 160','The gap is 3:55.'),(7782,168,'2007-05-22 14:26:13','One climber to watch today','We also caught up with Julio Perez Cuapio ahead of start. The Mexican climber said he\'ll try for a win today.

    \"It\'s a steep climb and one that fits my characterstics because the favorites will be watching each other. Maybe I can get away. It almost worked on Montevergine. I want to win a stage.\" '),(7783,168,'2007-05-22 14:33:11','At km 165','The tine gap has bumped up to 4:20.

    After the Biscia climb, the route dips back down to the Italian Riv and passes Rapello and Santa Margherita Ligure, just down the road from posh Portofino - home of the rich and discreet in summer. '),(7784,168,'2007-05-22 14:35:13','','There are already several thousand fans packing the summit at Nostra Signora.

    Some of the signs by fans were pretty funny. One we especially liked was: \"Shut up Simoni, and push the pedals.\"

    Another good one: \"More sport, less drugs = more women\" '),(7785,168,'2007-05-22 14:36:00','The closer','The climb will definitely fracture the leaders. Kilometers 1-3km average 9% with a steep ramp at 12 percent. It \"eases up\" through the fifth kilometer with \"only\" 7.9%.

    The final 3km averages 9.1% with the final 200 meters at 14 percent ... so we should see some grinta out there today.'),(7786,168,'2007-05-22 14:39:56','A moment in doping history','And just a reminder for all you history buffs out there: Tomorrow is the one-year anniversary that Spanish police arrested Manolo Saiz, Eufemiano Fuentes and three others in a little scandal called Operacion Puerto. We\'re sure happy the sport has managed to clean up since then.'),(7787,168,'2007-05-22 14:47:14','Where will the jersey end up today?','Race leader Marco Pinotti was all smiles at the start: \"I don\'t know if I will be wearing the pink jersey tomorrow. I am going to give it all today. There are others who are close to me now who can take it away. I had hoped to keep the jersey until the climbing time trial, but that doesn\'t look possible now.\" '),(7788,168,'2007-05-22 14:50:30','The gap is holding at','4:20 as the leaders work their way across the flats to that unrated climb at 190km before the Cat. 3 climb at Campi at 222km.'),(7789,168,'2007-05-22 14:50:49','Questions? Comments? Gripes?','Comments? Questions? Drop us a line.'),(7790,168,'2007-05-22 14:52:49','The leaders','are pushing back down to the Mediterranean Coast. They\'re driving past a string of quaint villages toward Rapallo.

    Hincapie wants to make the most of his Giro - he\'s expected to pull out in the coming days for a planned start at the Dauphine Libere. '),(7791,168,'2007-05-22 14:55:21','The men in the break:','

  • Hubert Dupont (AG2r)
  • Alberto Losada (Caisse d\'Epargne)
  • Ivan Parra (Cofidis)
  • George Hincapie (Discovery)
  • Mauricio Ardila (Rabobank)
  • Fortunato Baliani (Panaria)

    '),(7792,168,'2007-05-22 15:03:43','Hincapie','Big George is looking strong in the breakaway. They might need quite a bit more than four minutes head start to hold off the Italian climbers. The gap is now just 3:54 with Liquigas taking pulls at front. '),(7793,168,'2007-05-22 15:06:23','The gap','The leaders are ripping through some beautiful seaside town - now in Rapallo - bellisimo!, but at km 188 the gap is down to 3:21 '),(7794,168,'2007-05-22 15:13:17','The gap is coming down','Our leaders are 3:10 ahead of the peloton. Di Luca seems primed to recapture the jersey today.'),(7795,168,'2007-05-22 15:14:54','Lampre','and Liquigas are handling the chase duties'),(7796,168,'2007-05-22 15:19:00','The gap','is now down to 3:05, with just around 50km to go. Danilo Di Luca told Italian TV: \"For sure it\'s going to be an important stage today. I don\'t know if the Giro will be decided today. We could see some tired legs.\" '),(7797,168,'2007-05-22 15:23:26','Remarkably','the most common question we\'ve gotten today is about Hincapie\'s head. Yeah, folks, he shaved off his hair just around the time both the temperatures and humidity hit the 90s. Can\'t really blame him, eh?'),(7798,168,'2007-05-22 15:28:19','Beautiful territory','But it\'s hot. Hincapie has been dropping back to his team car for lots of water today.'),(7799,168,'2007-05-22 15:29:00','Riccardo Ricco','told Italian TV: \"The last few kilometers are very hard. Now it\'s time to start our Giro. Simoni is very strong. Everything for Gibo.\"

    We\'ll wait and see if Ricco pulls a \"Cunego\" and betrays Simoni later in the race. '),(7800,168,'2007-05-22 15:32:14','The chase','in the peloton is being led by two riders each from T-Mobile and Liquigas with an occasional appearance by the Lampre squad.'),(7801,168,'2007-05-22 15:32:37','The gap is holding at','3:05.'),(7802,168,'2007-05-22 15:38:46','After five hours','of saddle time, the gap is at 3:00 and the leaders are at around 204km'),(7803,168,'2007-05-22 15:40:48','At 207km','the gap is now 2:54.'),(7804,168,'2007-05-22 15:42:47','Tighter than we thought','The peloton hits the 207km mark just 2:30 behind the leaders.'),(7805,168,'2007-05-22 15:45:29','With 40km remaining','We\'ll try to get a fresh time gap.'),(7806,168,'2007-05-22 15:47:00','The peloton','hits the 40km-to-go-mark at 2:36'),(7807,168,'2007-05-22 15:49:46','Rasmussen','By the way, the old mountain-bike racer will be back on fat\r\ntires next summer, at\r\nleast for the Olympics.'),(7808,168,'2007-05-22 15:52:10','The','gap is coming down fast. The leaders are 35km from the finish and the gap is at 2:20.'),(7809,168,'2007-05-22 15:54:37','The peloton','hits the 35km mark 2:06 behind the leaders. There is an interesting celebrity at the finish here. Fausto Coppi Jr. is walking around near the line. Kind of like being the son of Joe DiMaggio '),(7810,168,'2007-05-22 15:57:30','So we have 2.5 Colombians','in the break, with Ardila, Parra and Hincapie, whose parents are from Colombia. His father raced in Colombia back in the day.'),(7811,168,'2007-05-22 15:58:00','The gap','is down to 1:50. Colombians or not, we won\'t see them leading on the final climb. The leaders are just now entering that Category 3 climb, that crests at 222... and so is the peloton.'),(7812,168,'2007-05-22 16:00:01','The leaders','are 30km from the finish. We\'ll get a fresh time check soon.'),(7813,168,'2007-05-22 16:00:47','Sprinters','Among some of the riders getting dropped out of the main bunch is Petacchi.. like he is worried.'),(7814,168,'2007-05-22 16:01:29','Hincapie flats','Bad timing with the gap that small. He\'s lost contact with the group and is chasing as the peloton bears down, just 55 seconds back.'),(7815,168,'2007-05-22 16:04:09','The lead group','has split, with Losada, Parra and Baliarino alone off front. Race leader Pinotti is with the main group - but in the back of pack. '),(7816,168,'2007-05-22 16:08:23','It looks like Hincapie','is fighting his way back to the leaders... and the gap back to the peloton is back up to 1:14. Back in the peloton, Tiralongo is setting pace for Lampre '),(7817,168,'2007-05-22 16:09:13','Up and over','Baliani leads way over Cat. 3 climb with GH in fourth position '),(7818,168,'2007-05-22 16:10:20','The peloton','crests at 1:10... they have swept up Ardila.'),(7819,168,'2007-05-22 16:11:00','The lead group of four','have passed through the 25km to go mark. Hubert Dupont (AG2r) has been pulled in.\r\n'),(7820,168,'2007-05-22 16:12:02','The men in the break:','

  • Alberto Losada (Caisse d\'Epargne)
  • Ivan Parra (Cofidis)
  • George Hincapie (Discovery)
  • Fortunato Baliani (Panaria)

    '),(7821,168,'2007-05-22 16:14:10','It\'s going to be tough','The leaders are at km 234 ad the gap is just 1:20. The Hincapie group has about five km to go before the final climb... and it\'s gonna be a bear.'),(7822,168,'2007-05-22 16:18:06','The gap','is 1:13, with Lampre driving at the front of the peloton.'),(7823,168,'2007-05-22 16:19:34','DuPont','We were wrong. He hasn\'t been caught. He\'s out there in no-man\'s-land, though.'),(7824,168,'2007-05-22 16:21:02','And there we go','The Hincapie group is coming up on the base of the climb. he peloton has definitely split - we\'re waiting to hear which names are in the second group. Up front, we see five Lampres driving the front - who says Cunego doesn\'t want to win today? The gap is dfown to 54 seconds.'),(7825,168,'2007-05-22 16:22:35','Pinotti','is trailing that main group a bit. He\'s not going to be among the leaders at the top. The Hincapie quartet is now 15km from the finish. The terrain will be tipping upward here in abit.'),(7826,168,'2007-05-22 16:23:15','The peloton hits','15km-to-go 59 seconds behind the leaders.'),(7827,168,'2007-05-22 16:25:15','Puncture','Simoni has flatted. What a bad time to flat - just as the bunch is revving up for the climb \r\n'),(7828,168,'2007-05-22 16:25:44','Chasing','The Saunier Duvals are pulling back to help him weave through the team cars '),(7829,168,'2007-05-22 16:26:22','','There are big crowds lining the route as Hincapie group barrel toward the base of the climb... and the gap is at 1:00.'),(7830,168,'2007-05-22 16:26:42','Simoni is back','with the bunch.'),(7831,168,'2007-05-22 16:29:39','Lampre and Astana','Are driving hard at the front of the peloton. The teams of Cunego and Savoldelli are hoping to set up their GC men. Simoni is up there now, too. The Hincapie group is now less than 10km from the finish.'),(7832,168,'2007-05-22 16:29:56','The gap','at the 10km mark is 1:09.'),(7833,168,'2007-05-22 16:32:59','On the climb','this bottom part averages around 9%. The big teams are really driving the peloton, though, with Charlie Wegelius leading peloton for Liquigas '),(7834,168,'2007-05-22 16:33:54','Up front','Losada is leading the Hincapie group ... with Parra attacking out of group. '),(7835,168,'2007-05-22 16:35:03','Parra','is a strong climb. He\'s being chased by Hincapie, but the peloton is coming up fast. We\'d have to wager that all four will be pulled back before the 5km to go mark.'),(7836,168,'2007-05-22 16:36:26','Parra','has about 30 seconds on the remnants of the break, but Hincapie is closing in on him. Nice work. Back in the peloton, Spezialetti is driving at the front for Liquigas. Pinotti, Rebellin, Bettini are all being dropped.'),(7837,168,'2007-05-22 16:37:02','Hincapie makes contact','with Parra.'),(7838,168,'2007-05-22 16:38:05','Parra goes again','Hincapie is drifting about 12 seconds back. His jersey is unzipped. The peloton is just around 20 seconds back.'),(7839,168,'2007-05-22 16:39:21','Hincapie is caught','and Di Luca attacks.'),(7840,168,'2007-05-22 16:40:32','Parra is off the front','and Di Luca is chasing hard. Parra will be caught, we\'re sure. The big question is whether Di Luca will be allowed to go on his own by the rest of the fav\'s.'),(7841,168,'2007-05-22 16:41:25','With 5km to go','Di Luca has caught Parra... but Lampre is chasing hard.'),(7842,168,'2007-05-22 16:42:17','With Di Luca','and Parra up the road, the chase group is 20 seconds back and they\'re down to about 15 riders. '),(7843,168,'2007-05-22 16:42:53','Piepoli','counter attacks as the DiLuca/Parra duo is caught.'),(7844,168,'2007-05-22 16:43:54','Piepoli',' is riding ahead with Savoldelli, Simoni, Ricco and Cunego there with Di Luca and Parra. The CSC we see is Schleck. No sign of Zabriskie.'),(7845,168,'2007-05-22 16:45:11','Pinotti','is holding his own at 1:05 back. Impressive. Ricco is floating in the group with Mazzoleni, Savoldelli, Cunego, Schleck, Simoni...'),(7846,168,'2007-05-22 16:45:45','Three km','to go... Piepoli has a 30-meter gap and Schleck attacks out of the group.'),(7847,168,'2007-05-22 16:46:00','',' Andy Schleck attacked and closing in on Piepoli'),(7848,168,'2007-05-22 16:47:50','Time gap','Piepoli is holding 12 seconds on Schleck and Sella... correction. Sella has dropped Sella, with 2.5km to go.'),(7849,168,'2007-05-22 16:48:40','Schleck','This is the 21-year-old riding in his firsst grand tour ... they say he\'s better than older brother Frank (who won Alpe d\'Huez and Amstel Gold Race in 06) '),(7850,168,'2007-05-22 16:49:27','Di Luca','again charges out of the elite group. Ricco follows. Now Simoni, too.'),(7851,168,'2007-05-22 16:50:02','What a finishing stretch','1.6km for Piepoli, Schleck is 5sec back ... chasing are Di Luca, Simoni, Ricco '),(7852,168,'2007-05-22 16:50:21','Simoni attacks','With 1.4km to go.'),(7853,168,'2007-05-22 16:51:51','Piepoli','is still up front, with 1km to go. He is being chased by Di Luca and Schleck.'),(7854,168,'2007-05-22 16:52:21','Chasing','Cunego, Savoldelli, Andrea Noe (looking for maglia rosa) '),(7855,168,'2007-05-22 16:52:38','','Simoni zeroing in on Di Luca, Schleck '),(7856,168,'2007-05-22 16:53:05','Piepoli','is still holding his own, fighting through the tough, tough, section on top.'),(7857,168,'2007-05-22 16:53:30','Piepoli','is 200 meters from the line. He\'s going to win.'),(7858,168,'2007-05-22 16:54:24','Di Luca has dropped Schleck','Piepoli wins... and Di Luca looks like he will take second. '),(7859,168,'2007-05-22 16:55:29','Di Luca comes in','second and Schleck in for third, with Simoni right there.'),(7860,168,'2007-05-22 16:59:14','Noe','moves into the leaders jersey, the third Liquigas rider to wear the maglia rosa, not bad for a 38-year-old rider.'),(7861,169,'2007-05-23 13:34:00','Good day and welcome...','and welcome to VeloNews.com\'s Live Coverage of the 11th stage of the 2007 Giro d\'Italia, a mostly flat 198 ride from Serravalle Scrivia to Pinerolo.

    We say mostly flat, since there are three unrated climbs on the way, cresting at 35km, 85km and 94km. There is also a slight rise before a long downhill stretch to today\'s finish. While none of these holds a Giro climber\'s ranking, that last climb may prove to be decisive, giving an opportunity to a rider with a desire to slip away in the final kilometers.'),(7862,169,'2007-05-23 13:39:00','The peloton','left Serravalle Scrivia a bit after noon today. 171 riders left, with Davide Rebellin (Gerolsteiner) opted to take a pass on the start today.

    The pace has been moderate - 30kph for the first hour - but there have been a few attacks off the front.

    The sole success is Mickaël Buffaz (Cofidis) who is off in his own, hitting the 50km mark with a gap of around 3:00. If he pulls this off, he gets to ride for 148 more kilometers on his own. '),(7863,169,'2007-05-23 13:44:15','Questions? Comments? Gripes?','Questions? Comments? Drop us a note.\r\nWe\'ll try to answer some of your questions either directly or in our Live\r\nUpdate Window, time permitting.'),(7864,169,'2007-05-23 13:48:12','Buffaz','certainly poses no threat to Andrea Noe\'s hold on the overall lead. The Cofidis rider started the day in 142nd place, 58:39 behind the overall leader. That means that the Liquigas team will do very little to chase this break down. Instead, the bulk of the work will fall to the teams of those hoping to win a stage, like Alessandro Petacchi\'s Milram team, Paolo Bettini\'s Quick Step squad, or the Predictor-Lotto team of Robbie McEwen.'),(7865,169,'2007-05-23 13:48:45','Buffaz','at 55km, the French rider has upped his lead to 4:30.'),(7866,169,'2007-05-23 13:52:41','Mickaël Buffaz','has been in other breaks in this Giro. He just celebrated his 28th birthday on Monday. He\'s been a pro\' since 2003, when he rode for the old Jean Delatour team. Since then, he\'s been a member of Ragt (2004), Agributel (2005-06) and he just signed on with Cofidis this year.'),(7867,169,'2007-05-23 13:56:27','They\'re giving him','a long leash today. Buffaz is working hard to build up his lead. At 60km, he is now 5:30 ahead of the peloton.'),(7868,169,'2007-05-23 14:06:51','It\'s still','very slow today. The average speed for these past two hours has only been around 32kph.'),(7869,169,'2007-05-23 14:16:00','and','it looks like we found the end of Buffaz\'s leash. He topped out at 5:30 and the tempo in the peloton finally picked up and he\'s now at 5:10 at 70km.'),(7870,169,'2007-05-23 14:23:00','Daily diversion','Okay, it\'s flat. It\'s slow... and we have to admit that this is one of\r\nthose stages that just begs for a Daily Diversion. We did Haiku the other day. Today it\'s a more common form of verse, the limerick. You know, the old humorous form of the poem, that strictly adheres to a strict meter... you know, \"there once was a man from Nantucket...\" but, keep it on the subject of cycling, keep it clean and then send\r\nit in. We\'ll post some of the best until the action picks up later\r\nin the stage.'),(7871,169,'2007-05-23 14:25:00','At 77km','the gap was measured at 4:45. The leash tightens.'),(7872,169,'2007-05-23 14:33:26','Today\'s contest','We haven\'t forgotten the contest folks. Send us your best guess as to who\r\nmight win today\'s stage and we\'ll randomly chose a single winner from among\r\nthe correct choices submitted. Send your pick to Rosters@InsideInc.com\r\nand, if you\'re selected, we\'ll send you a copy of our Coors Classic DVD and a copy of our newest book from VeloPress \"Gracie Goat\'s Big Bike Race,\" written by Erin Mirabella and illustrated by Lisa Horstman. We picked that as an added prize today, just to make you aware that we\'ve a new children\'s book. My seven-year-old daughter, Annika, loved it, so if you have kids or friends with kids, keep it mind. (It\'s better than letting them read about Operacion Puerto.)'),(7873,169,'2007-05-23 14:48:34','At 81km','the gap is right at 5:00, just long enough to make him feel like he\'s getting somewhere, but well within the peloton\'s ability to reel him back within a few dozen kilometers.

    While en route to the city of Pinerolo
    The race was going quite slow-o
    A solo went forth
    On the road to the North
    Hoping the group would not follow
    Bruce Williams
    Bangor, Maine
    '),(7874,169,'2007-05-23 15:00:00','Buffaz','is working his way through the two unrated climbs on today\'s route. His lead is holding at around five minutes. Curse those darn race radios!
    Grand Tours used to be quite the venue
    When drugs weren\'t right there on the menu
    But now at great cost
    The riders are lost
    And the sport is, too sadly, all fuboo \r\n
    Brett

    Brett had to make up a word for that one. He describes \"fuboo\" as a variant of the old military acronym \"FUBAR,\" which we decline define.'),(7875,169,'2007-05-23 15:19:00','At 100km,','the lone escapee has extended his lead to 7:25. Indeed, at one point, he upped his advantage to 8:20.

    There once was a cycler in Italy
    Who cycled his backside quite pitif\'ly
    When along came a peloton
    Which passed him and left \'im
    Spitting him out from behind unceremoneously \r\n
    Sara'),(7876,169,'2007-05-23 15:26:00','Zoom',' At 105km, Buffaz has his advantage trimmed by 1:30. He\'s 5:55 ahead of the field.
    Basso and Ullrich have faded.
    Prevalence of dope has me jaded.
    You take it and win.
    Lemond swears it’s a sin.
    Have to say he’s got me persuaded.
    Jennifer J'),(7877,169,'2007-05-23 15:31:04','Our stage thus far:','
    A young rider named Mickaël Buffaz
    Started this stage with pizzazz
    they\'ll soon pick up the pace
    And finally chase
    When they\'re tired of watching his azz…
    DJ\r\n'),(7878,169,'2007-05-23 15:38:27','Buffaz','Is heading down the road and looking pretty good, considering he\'s been out there for quite some time. His gap is right around 5:00. We should see the sprinters\' teams ramp it up here in a bit, since tomorrow marks the start of a new phase of the Giro. Indeed, we may well see some of the fast-twitch boys cut out after today\'s stage.'),(7879,169,'2007-05-23 15:42:56','An ode to another stage','in another grand tour:\r\n
    There once was a man named Zabriskie
    His escape from the peloton was risky
    They said he would fade
    But in front\'s where he stayed
    Then toasted the win with some whiskey
    Jason B

    We remember that day in the 2004 Vuelta. It was terrific and started him on a unique run. He not only is the only American to have won stages in all three grand tours, but he did it in three successive tours, winning stages in the following year\'s Giro and Tour. Thanks for the reminder Jason.'),(7880,169,'2007-05-23 15:44:56','Limericks','Okay, my mailbox is full.... we\'ll try to roll a few more out, but we\'re getting to the point where the chase should pick up here soon. Thanks for your submissions, folks. They are terrific.'),(7881,169,'2007-05-23 15:52:56','Buffaz','is holding a lead of around 5:00. The pace is still a maudlin 32kph.

    By the way, you might note how Buffaz rates on the Giro\'s tally of kilometers on attack.

    They keep track of it via the Trofeo Fuga Gilera. At the start of the day, this is how that contest stood:
    \r\n1. Mikhail Ignatiev (Rus), Tinkoff, 314 kilometers.
    \r\n2. Elio Aggiano (I), Tinkoff, 304 km.
    \r\n3. Pavel Brutt (Rus), Tinkoff, 303 km.
    \r\n4. Bessy Frédéric (F), Cofidis, 268 km.
    \r\n5. Simone Masciarelli (I), Acqua & Sapone, 240 km.
    \r\n6. Mickael Buffaz (F), Cofidis, 218 km.
    \r\n7. Rubens Bertogliati (Swi), Saunier Duval, 206 km.
    \r\n8. Fabien Patanchon (F), Francaise des Jeux, 206 km.
    \r\n9. Mauro Facci (I), Quick Step-Innergetic, 174 km.
    \r\n10. Ivan Ramiro Parra Pinto (Col), Cofidis, 173 km.

    '),(7882,169,'2007-05-23 15:57:16','At km 120','The gap is at 6:05. \r\n'),(7883,169,'2007-05-23 16:04:41','With 70km remaining','Buffaz\'s lead has bumped up to 7:00. '),(7884,169,'2007-05-23 16:15:05','Touring','the pace is still holding at around 32kph. There is now \"chase\" to speak of, but we\'re still betting that once the sprinters\' teams smell the finish line ahead, the pace will pick up. Until then, the peloton seems content to let this go, for a while. Indeed, Buffaz has extended it to 9:15... and Lampre moves to the front.'),(7885,169,'2007-05-23 16:20:59','The pace','is picking up. There are a few teams moving up to the front of the peloton. The gap is now coming down a bit, at 8:30 now.'),(7886,169,'2007-05-23 16:22:36','Buffaz','has a flat... he makes the change and rolls off.'),(7887,169,'2007-05-23 16:23:58','With 56km to go','Buffaz is still holding on to a substantial lead, but we are still putting our money on the peloton catching him before the finish. '),(7888,169,'2007-05-23 16:27:53','The chase','is on. The gap has been trimmed back to 6:15.'),(7889,169,'2007-05-23 16:34:13','Strange','The gap is actually growing again. Buffaz is up to 6:55.'),(7890,169,'2007-05-23 16:43:00','With 47km','to go, the gap is at 6:15. It sould be easier to catch a lone rider than it might a big group, but these fellas will have to pick it up soon.'),(7891,169,'2007-05-23 16:46:14','The gap','is starting to tumble. Buffaz is now 5:35 ahead of the peloton. Lampre is pulling at the front of the peloton.'),(7892,169,'2007-05-23 16:53:04','The rain jackets','are coming out. It\'s raining a little bit. It\'s been cloudy all day. Buffaz is 40km from the finish and holding a lead of 5:22. Mmmmm... We still have to bet on his being caught. It would be cool if he pulled it off, though.'),(7893,169,'2007-05-23 16:55:23','Gerolsteiner','Gerolsteiner will keep is directeur sportif despite his confession of doping when he was a rider with the old Telekom team.

    Christian Henn joined former Telekom teammate Bert Dietz in admitting taking the blood booster EPO when they both rode for Telekom in the 1990s. The team is now known as T-Mobile and Henn is now the director of Gerolsteiner, here at the Giro.\r\n'),(7894,169,'2007-05-23 16:59:09','With 38 km','to go, Buffaz has a gap of 4:50.'),(7895,169,'2007-05-23 17:01:00','The pace in the peloton','is picking up significantly. Buffaz is just 4:10 ahead. It looks more and more likely that he will be caught. '),(7896,169,'2007-05-23 17:05:16','The finish','Assuming the sprinters\' teams keep this up and pull back the Cofidis rider off the front, there is another opportunity for a risk-taker to snag a stage win. There\'s a bit of a rise before the course hits town and then it\'s a straight-downhill shot to the finish. '),(7897,169,'2007-05-23 17:05:37','With 35km','to go, the gap is 3:40.'),(7898,169,'2007-05-23 17:08:35','At the front','We see sprinters\' teams doing all of the work. Lampre, Milram and Predictor-Lotto are all putting riders into the mix. The gap is down to 3:25.'),(7899,169,'2007-05-23 17:10:26','With 29km to go','Buffaz is now just 2:35 ahead of the field. '),(7900,169,'2007-05-23 17:13:26','Tick, tick, tick','Buffaz is 27km from the finish and the gap is 2:22.'),(7901,169,'2007-05-23 17:14:22','2:14','Our latest time check gives Buffaz just 2:14.'),(7902,169,'2007-05-23 17:15:58','The speedsters','Are simply setting tempo at the front. It\'s not that tough to reel in a lone rider who has been out for this long. The gap is 1:48.'),(7903,169,'2007-05-23 17:18:27','With 23.5km to go,','the gap is at 1:33.'),(7904,169,'2007-05-23 17:19:36','Rabobank',' is lending a hand in the chase. Up front we see Rabobank, Lampre, Milram and Predictor-Lotto sharing the work.'),(7905,169,'2007-05-23 17:21:50','It\'s still early','but there are a lot of teams putting riders up front. Credit Agricole\'s Julian Dean is moving up, for Hushovd.

    Buffaz, meanwhile, understands that he is about to be caught. He\'s 1:10 ahead of the field. They can see him now.'),(7906,169,'2007-05-23 17:22:15','22km to go','the gap is now at 1:05.\r\n'),(7907,169,'2007-05-23 17:23:38','With 20km to go','The Frenchman\'s advantage is now such that the team cars are being pulled out of the gap.'),(7908,169,'2007-05-23 17:29:24','Within sight','Buffaz is looking back and he sees the inevitable.\r\n'),(7909,169,'2007-05-23 17:29:49','With 16km to go','Buffaz is a mere 20 seconds ahead of the peloton.'),(7910,169,'2007-05-23 17:30:41','With 15km to go','the catch is about to come up here.\r\n'),(7911,169,'2007-05-23 17:33:12','Buffaz','The party\'s over.

    The rain, that has been threatening for the last hour, is starting. It\'s not a hard rain that\'s gonna fall, but it\'s forcing more riders to slip on their jackets.'),(7912,169,'2007-05-23 17:34:32','Teams are moving','up front... We should see some serious jockeying for position coming up here in the final kilometers.'),(7913,169,'2007-05-23 17:35:48','Lampre and Milram','are driving at the front of the peloton.'),(7914,169,'2007-05-23 17:36:43','The pace','may be high enough right now to let someone slip away. Keep an eye open on that little rise near the finish.'),(7915,169,'2007-05-23 17:39:00','Eight kilometers','to go.'),(7916,169,'2007-05-23 17:39:41','The pace is quite high','which makes up for the 30kph of the first three or four hours of the day. Milram is hovering up there... but not really driving it hard.'),(7917,169,'2007-05-23 17:40:00','Noe','the man in the maglia rosa is holding near the front, mostly just in an attempt to stay out of trouble.'),(7918,169,'2007-05-23 17:41:00','The Milram and Predictor','teams are up front. Paolo Bettini\'s Quick Step boys are moving up.\r\n'),(7919,169,'2007-05-23 17:42:00','We see','Hincapie... and the Acqua a Sapone team is up there, too.'),(7920,169,'2007-05-23 17:43:00','Still lots of movement','at the front of the field. We see the Credit Agricole\'s - Roche and Dean - moving up to get Hushovd delivered to the line. '),(7921,169,'2007-05-23 17:45:00','With 5km to go','Napolitano is coming up and moving on to Petacchi\'s wheel... or fighting for it. That scrappy little character - McEwen - is already there.'),(7922,169,'2007-05-23 17:46:00','With four km','to go, Milram and Gerolsteiner are at the fore'),(7923,169,'2007-05-23 17:47:08','Quick Step','is massing at the front. Is that a move to launch Bettini at 3km? '),(7924,169,'2007-05-23 17:47:40','The road narrows','and there are several turns for the next kilometer.'),(7925,169,'2007-05-23 17:48:19','On the little','rise... Ignatiev - Tinkoff - has tried to go. No luck.'),(7926,169,'2007-05-23 17:49:14','Bettini is moving up','But Milram is patrolling the front of the peloton. McEwen has Petacchi\'s wheel. Napolitano is on McEwen\'s wheel.'),(7927,169,'2007-05-23 17:49:44','Up the rise','it\'s not proving decisive.'),(7928,169,'2007-05-23 17:49:52','1km to go',''),(7929,169,'2007-05-23 17:50:19','Milram','is driving hard.... Dean charges, but he doesn\'t have Hushovd on his wheel.'),(7930,169,'2007-05-23 17:50:41','Petacchi goes!','Bettini is on his wheel.... drag race and a crash.'),(7931,169,'2007-05-23 17:51:32','Noe','was in the crash... and we think Petacchi got it.

    Bettini went down too... Popovych went down, too

    Ouch.'),(7932,169,'2007-05-23 17:51:42','Bettini is okay',''),(7933,169,'2007-05-23 17:51:58','Noe is fine...','... but banged up.'),(7934,169,'2007-05-23 17:53:00','Petacchi','Petacchi gets the victory... it was a photo finish.'),(7935,169,'2007-05-23 17:55:05','Oh...','we\'re going to get some ugly crash photos today. There is always a gaggle of photographers at the finishline - including our guy Graham - and they are in prime spot to have captured some of this mess.'),(7936,169,'2007-05-23 17:57:37','Results','1. Alessandro Petacchi (I), Milram
    2. Gabriele Balducci (I), Acqua & Sapone
    3. Robbie Mc Ewen (Aus), Predictor-Lotto'),(7937,169,'2007-05-23 18:06:56','Okay folks','that\'s a wrap. We have to get busy with a race report and results. We\'ll announce a winner of today\'s contest at the start of tomorrow\'s stage, but if you won, we\'ll drop you an e-mail today.'),(7938,170,'2007-05-24 13:18:29','Good day and welcome','and welcome to VeloNews.com\'s Live Coverage of the 12th stage of the 2007 Giro d\'Italia, a brutally difficult 173 race from Scalenghe to Briançon, in France.

    This stage features a long, long climb up to the 2744-meter Colle dell\'Agnello, the Cima Coppi - the highest point of the Giro.'),(7939,170,'2007-05-24 13:23:13','Today\'s stage','began just around an hour ago - actually at 12:25 p.m. - with 167 riders heading off on a pleasant ride to France. Opting out of the day\'s pleasantries, however, were Euskaltel\'s Aitor Hernandez, Discovery\'s George Hincapie, Predictor-Lotto\'s Robbie McEwen and Gerolsteiner\'s Robert Forster... a sure sign today won\'t be contested by the sprinters.'),(7940,170,'2007-05-24 13:25:23','Today\'s break','Christophe Riblon (Ag2r) and Yoann Le Boulanger (Bouygues Telecom) took an early flyer at kilometer 14. At 37km, the two French riders are 6:15 ahead of the peloton. '),(7941,170,'2007-05-24 13:29:05','That gap','is actually bigger than we thought. The two men off the front are at km39 and are 8:30 ahead of the field.'),(7942,170,'2007-05-24 13:38:28','The speed today','is quite a bit higher than the 29kph of yesterday\'s opening hour. The two men off the front - now 9:15 ahead of the field - covered 46.1 kilometers over the course of the first hour'),(7943,170,'2007-05-24 13:46:00','Today\'s contest.','Will these fellas stay away from the main field? They might. They are at 55 km and already 11:40 ahead of the field. Hands down, one of these boys will win the Cima Coppi, the highest spot of the Giro.

    If you think they will hold on - or not - let us know who you think might win.

    We have a new prize today. We\'re sure you\'ve heard about the new\r\nbio-pic of Graeme Obree. That film is, of course, based on the VeloPress\r\nbook, The\r\nFlying Scotsman. We\'ll give a copy to one of you, if you send\r\nyour pick of today\'s stage winner. We\'ll then pick from among the correct\r\nentries and award one copy of Obree\'s book. The rest of you... well, take\r\na look. It\'s worth buying, if you don\'t win.'),(7944,170,'2007-05-24 13:54:43','Questions? Comments? Gripes?','Questions? Comments? Drop us a note. No Limericks or Haiku today, but we will try to field a few interesting questions if time permits.'),(7945,170,'2007-05-24 14:02:30','This is one of those','breaks that no one seems willing or able to chase. The two leaders are moving toward the long haul up the Colle dell\'Agnello and have an advantage of 14:11.'),(7946,170,'2007-05-24 14:06:00','The road ahead','After that relatively flat opening 60km, the two leaders now face the mighty Colle dell\'Agnello, climbing for almost 40km, with the final 9km averaging a daunting 10 percent. At 9101 feet, this is the highest point of the race, where the Cima Coppi prize is awarded. The narrow road then plunges into France to tackle the mythic Col d\'Izoard before the 163km stage finishes on a steep hill in Briançon. '),(7947,170,'2007-05-24 14:09:01','Yowzahhh','The two leaders are working their way up the lower slopes of the Colle dell\'Agnello and hold an 18-minute lead over the peloton. '),(7948,170,'2007-05-24 14:14:05','Reader Question:','Todd Lee from Dublin, Ohio asks

    Any word on why he dropped out? It’s sad to see him leave the tour after following his two breakaway attempts.
    Hincapie simply rode this Giro - his first - for training for the big race in July. Hincapie really has had to work, since the broken wrist knocked him off the bike for weeks. He\'s heading home to Spain and then focusing on riding in the Dauphiné Libéré, before hitting the Tour de France.'),(7949,170,'2007-05-24 14:22:02','finally','the gap is coming down... but only a bit. The two leaders - Christophe Riblon (Ag2r) and Yoann Le Boulanger (Bouygues Telecom) - are on the Colle dell\'Agnello and their advantage is down to 16:30. It\'s substantial and maybe even enough to get them over the top of the climb, but you have to wonder about their chances of holding off some of the biggies all the way to Briancon.'),(7950,170,'2007-05-24 14:41:32','Popovych','We\'ve had several questions about Discovery\'s Yaroslav Popovych. Yes, he did crash at the line yesterday, but he didn\'t hurt himself too badly. He was actually a bit more banged up during the early days of the Giro when he decked it during the team time trial on Sardinia. Man, that seems a long time ago...'),(7951,170,'2007-05-24 14:46:01','At 80km','the leaders are maintaining a nice 16-minute advantage. '),(7952,170,'2007-05-24 14:58:03','The leaders','still have about 10 kilometers of climbing and are holding on to a 15-minute lead. It looks like they have the Cima Coppi in the bag. The stage? We still have our doubts.'),(7953,170,'2007-05-24 15:14:00','Still climbing','Christophe Riblon (Ag2r) and Yoann Le Boulanger (Bouygues Telecom) are working up the climb. It\'s taking its toll on Riblon. Behind them, the peloton is being led by Saunier Duval. The peloton is climbing, but not at a frantic pace, as evidenced by the fact that the gap is still quite high.'),(7954,170,'2007-05-24 15:16:26','It looks like','Le Boulanger will take the Cima Coppi prize. He\'s about 30 seconds ahead of Riblon.'),(7955,170,'2007-05-24 15:18:00','Moving out of the peloton','Ivan Ramiro Parra Pinto (Cofidis) is riding away from the peloton. The Colombian won\'t be able to get to far. He\'s not a huge GC threat, but at 33rd at 8:16 means he won\'t be given a lot of room.'),(7956,170,'2007-05-24 15:20:18','Le Boulanger','has a 1:30 gap on Riblon and 13:40 on an increasingly randy peloton.'),(7957,170,'2007-05-24 15:22:53','Le Boulanger','is nearing the summit. He\'ll get double climber\'s points and some healthy jing for taking the Cima Coppi, but he\'s looking spent. It\'s tough on these 10-percent slopes... that just don\'t seem to stop.'),(7958,170,'2007-05-24 15:25:18','In the peloton','the Saunier Duvals are driving hard at the front. The group - sans the maglia rosa - has been trimmed to about 20 riders. Savoldelli is not in the group. Popovych, Simoni, Piepoli, Garzelli... they\'re all there.'),(7959,170,'2007-05-24 15:30:30','Even Ricco','the super-duper young star on Saunier Duval is trailing now. He set a strong pace on the lower slopes of the climb. Up ahead, Simoni and Piepoli are setting tempo with Eddy Mazzoleni (Astana) as more and more riders slip back.'),(7960,170,'2007-05-24 15:32:32','Le Boulanger','Is closing in on the top... behind him the peloton is shattered with groups of two, three and four riders just trying to keep the elite Simoni group - of about 15 - within sight.'),(7961,170,'2007-05-24 15:34:14','We also','see Andy Schleck (CSC) in that group led by Simoni and Piepoli. Danilo Di Luca is also among that cadre of elites working up the climb.'),(7962,170,'2007-05-24 15:37:23','He\'s over','Le Boulanger gets the prize.now
    crossing the summit. (We were confused by a rare false flat). The Simoni group is within 2km of the summit and the gap is considerably lower than the advantage he had going on to the climb.'),(7966,170,'2007-05-24 15:45:09','Ricco','is recovering. He is coming up the climb quite nicely again. He may be able to regroup before the Col d\'Izoard. '),(7967,170,'2007-05-24 15:45:54','Riblon','crests the climb and the Piepoli group is closing in.'),(7968,170,'2007-05-24 15:47:05','Garzelli','is fighting his way back to the five riders in the Simoni group - Di Luca, Schleck, Piepoli, Simoni and Mazzoleni.'),(7969,170,'2007-05-24 15:48:00','Up and over','The Simoni group has hit the summit... 5:58 behind Le Boulanger. We can expect some regrouping on the descent, as Garzelli and Ricco and several others are within a minute or so. But then the question arises who will be able to hang on the 14-percent slopes of the next climb.'),(7970,170,'2007-05-24 15:52:18','Savoldelli','crests... but he\'s already 3:27 behind the Simoni group. It looks like Astana\'s hopes will have to pinned on Mazzoleni.'),(7971,170,'2007-05-24 15:55:50','This should be fun','watching Savoldelli rocket down the back side of the climb. il Falco is easily the world\'s best descender... he\'ll need it today, too.'),(7972,170,'2007-05-24 15:56:39','Garzelli','has reattached with the Simoni group.'),(7973,170,'2007-05-24 15:54:00','Crash','We see Wim Vanhuffel (Predictor-Lotto) and another rider from Caisse d\'Epargne hit the deck on a turn... both seem to be okay, though.'),(7974,170,'2007-05-24 16:00:00','Ivan Ramiro Parra','the Cofidis rider who jumped out of the peloton earlier on the climb is chasing hard and close to making contact with the Simoni group. Ricco, too, is chasing hard. He\'s with Rasmussen (Rabobank). Oh lordy, it\'s beautiful on the French side of the climb.'),(7975,170,'2007-05-24 16:02:40','Up front','We have Le Boulanger and then a serious group that includes Simoni, Mazzoleni, Piepoli, Cunego, Di Luca, Schleck and Garzelli coming up on him.'),(7976,170,'2007-05-24 16:04:16','The Caisse d\'Epargne rider','in the crash was David Arroyo. He and Wim Vanhuffel are up and riding.'),(7977,170,'2007-05-24 16:05:05','Hey!','Alessandro Petacchi is in a group that just crested the climb. Unlike some of his closest competitors, it looks like he wants to ride all the way to Milan and keep the points jersey.'),(7978,170,'2007-05-24 16:06:54','Arroyo and Vanhuffel','have managed to latch on to Ricco and Rasmussen.'),(7979,170,'2007-05-24 16:10:00','40km to go','Riblon and Le Boulanger have individually and separately passed through the 40km to go mark and so has an elite chase group that includes Cunego, Garzelli, DiLuca, Mazzoleni, Piepoli, Simoni and Schleck.

    Chasing them on his own is Ivan Ramiro Parra. Word is that Popovych is in a group that includes Dave Zabriskie (CSC) about 1:30 down on the Simoni group.'),(7980,170,'2007-05-24 16:11:57','Piepoli','Man... that guy\'s a stud. He won the stage on Tuesday and is working like a dog for Simoni. He\'s still pounding away at the front of that Simoni group.'),(7981,170,'2007-05-24 16:15:03','Le Boulanger','is still about 5:30 ahead of the Simoni group with Riblon in the middle.'),(7982,170,'2007-05-24 16:16:00','Behind','gruppo Simoni Ivan Ramiro Parra is about 1:00 back and then the Ricco, Arroyo, Rasmussen and Vanhuffel chase another minute back. We are trying to get a gap on the other big names, like Savoldelli and Popovych and more. '),(7985,170,'2007-05-24 16:20:10','With 33km to go','Le Boulanger is on the lower slopes of the l\'Izoard'),(7984,170,'2007-05-24 16:19:15','Gaps','the picture is confusing with so many groups spread out along the road, but we have Le Boulanger in the lead, chased by Riblon at 3:00 or so. Then comes the Simoni group at 4:30 and then Pinto at 5:20'),(7986,170,'2007-05-24 16:20:58','Riblon','Has been caught by the Simoni group.'),(7987,170,'2007-05-24 16:23:12','Simoni','takes a dig at the base of the Izoard... He\'s broken the group a bit and just testing.'),(7988,170,'2007-05-24 16:25:00','The Simoni dig','has already taken its toll. Garzelli was dropped. Di Luca was dropped. Mazzoleni was dropped. Cunego was dropped. They all fought back on, but Simoni is clearly the strongest in this bunch. Schleck, quite impressively, held his own.'),(7989,170,'2007-05-24 16:27:12','Piepoli','is back in the front. and driving hard. The Frenchman Riblon has been dropped.'),(7990,170,'2007-05-24 16:28:38','Other groups','Emmanuele Sella and Popovych are in a group about three minutes behind the Simoni group. Le Boulanger is at the 30km to go mark.'),(7991,170,'2007-05-24 16:30:03','Le Boulanger','has 3:00 on the Simoni group... with Piepoli STILL driving the pace.'),(7992,170,'2007-05-24 16:31:23','Garzelli in difficulty','He\'s trailing by a bit.'),(7993,170,'2007-05-24 16:33:06','At the 30km mark','Andrea Noe - the overall race leader - is at 7:45.'),(7994,170,'2007-05-24 16:34:00','Finally','After driving up and over the Colle dell\'Agnello and the early part of the Izoard, Piepoli has finally blown. It\'s one of those impressive performances you have to admire.'),(7995,170,'2007-05-24 16:35:00','Simoni attacks','Cunego responds.... and the others in the group catch up. We have Simoni, Cunego, Mazzoleni, Di Luca and Schleck.'),(7996,170,'2007-05-24 16:37:02','There he goes again','Simoni goes... '),(7997,170,'2007-05-24 16:37:00','Di Luca responds','and the group is back together again. Man, these guys are lucky this isn\'t a mountain-top finish. They get a chance to recover on the drop to Briancon...'),(7998,170,'2007-05-24 16:41:02','Di Luca has','chatted a bit with Simoni. Garzelli is trailing the group and trying to catch back on. With an explosive rider like Simoni in the group, smart riders will have to settle in and work up the climb at their own pace and not try to respond to Simoni\'s constant attacks. Simoni, however, may settle down after the last two digs.'),(7999,170,'2007-05-24 16:43:33','A good group','Marzio Bruseghin (Lampre), Ricco and Popovych among others are coming up the climb. They are about 2:30 behind the Simoni group.'),(8000,170,'2007-05-24 16:44:29','25km','Le Boulanger is 25km from the finish and we see the Simoni group closing in.'),(8001,170,'2007-05-24 16:45:14','Simoni again','Di Luca stays on, Schleck and Mazzoleni, too... but Cunego is dropped.'),(8002,170,'2007-05-24 16:46:01','Bruseghin','is driving hard at the front of the chase group. '),(8003,170,'2007-05-24 16:46:57','Le Boulanger','is caught. Simoni, Di Luca, Mazzoleni and Schleck have caught and passed the day\'s early escapee.'),(8004,170,'2007-05-24 16:49:24','The Bruseghin','group is about 2:00 behind. Having started the day in second on GC at 1:08, he stands a good chance of getting the jersey.'),(8005,170,'2007-05-24 16:49:00','Flyin\'','the lead group of four - Simoni, Di Luca, Mazzoleni and Schleck - are rocketing up this epic climb. Cunego is trailing by about 10 seconds. Painfully close. '),(8006,170,'2007-05-24 16:51:46','Cunego','has made it back... impressive.'),(8007,170,'2007-05-24 16:53:11','It\'s been raining','on and off... it may be slippery on the way down to Briancon.'),(8008,170,'2007-05-24 16:53:00','Simoni and Co.','Now five again, now that Cunego has rejoined, are in the final kilometer of the climb.'),(8009,170,'2007-05-24 16:54:00','Di Luca!','attacks and Simon was caught off-guard.'),(8010,170,'2007-05-24 16:54:57','Di Luca has a gap',''),(8011,170,'2007-05-24 16:55:45','Simoni','has to chase, but Di Luca has a nice gap. Cunego has been dropped.'),(8012,170,'2007-05-24 16:56:25','Over the top','Di Luca has 10 seconds on Simoni and 15 on Cunego... Di Luca is a solid descender.'),(8013,170,'2007-05-24 16:57:15','Garzelli','is coming through the final kilometer...and crosses 1:41 behind Di Luca.'),(8014,170,'2007-05-24 16:58:17','20km','the leaders are through the 20km-to-go-mark... but on this descent that should zip by quickly.'),(8015,170,'2007-05-24 16:59:51','It\'s not all downhill','do recall that there is a little kicker at the end of the race. It\'s a tough little stretch. Di Luca is charging down the descent and probably has that last stretch in mind, since one would assume it would favor a rider of Simoni\'s talents.'),(8016,170,'2007-05-24 17:00:20','The Bruseghin','group, by the way, hit the summit at 2:38.'),(8017,170,'2007-05-24 17:02:00','Savoldelli hits the summit','at 5:42. Stick a fork in \'im... he\'s cooked.'),(8018,170,'2007-05-24 17:03:05','15km to go','the leaders are flying down the hill. Simoni and Co. have caught Di Luca.'),(8019,170,'2007-05-24 17:04:40','So we have','a five-man group of Simoni, Di Luca, Schleck, Mazzoleni and Cunego with a nice 1:00 gap on Garzelli and then it\'s another 2:30 to the next group. This stage will be decided by these five.'),(8020,170,'2007-05-24 17:07:36','10km to go','We have about 7km of descent left and then a bit of flat and a 1.5km climb to the finish. That hits some steep sections, too.'),(8021,170,'2007-05-24 17:09:00','Le Boulanger','Has caught on with Garzelli. They are 1:54 behind the Simoni group. The Bruseghin group is another minute back. We can count these guys out for the stage. The question is whether Bruseghin can pull enough time back to get the jersey. '),(8022,170,'2007-05-24 17:11:38','Mazzoleni surges','but the others respond. It\'s a still group of five.'),(8023,170,'2007-05-24 17:12:16','five kilometers',''),(8024,170,'2007-05-24 17:14:06','Still descending','it should level out soon. It\'s still a group of five at the front.'),(8025,170,'2007-05-24 17:14:37','The five leaders','have 2:00 advantage over Garzelli and Le Boulanger.'),(8026,170,'2007-05-24 17:15:29','It\'s leveling off','The leaders are in town. Bruseghin is back at 2:40.'),(8027,170,'2007-05-24 17:16:11','On the final climb','Simoni is at the front, but the others are up there with him.'),(8028,170,'2007-05-24 17:16:48','One kilometer to go','It\'s still five men up front, but this little sucker hits 10-percent in a bit.'),(8029,170,'2007-05-24 17:17:15','Di Luca attacks',''),(8030,170,'2007-05-24 17:17:41','Schleck','responds... Simoni chasing hard. The others are dropped.'),(8031,170,'2007-05-24 17:17:00','Di Luca is','still leading. Schleck on his wheel and Simoni closing.'),(8032,170,'2007-05-24 17:18:45','Schleck fades',''),(8033,170,'2007-05-24 17:18:00','Simoni chasing hard...','closing in.'),(8034,170,'2007-05-24 17:19:00','Di Luca gets it','Simoni second

    Schleck third'),(8035,170,'2007-05-24 17:22:51','The gaps','Di Luca not only wins the stage, he gets the jersey. What a day!'),(8036,170,'2007-05-24 17:24:40','Oh man...','there will be riders drifting in for quite a time now. Popovych is among the day\'s victims. He\'s well off of the pace. Savoldelli finishes more than five minutes down.'),(8037,170,'2007-05-24 17:26:10','Di Luca','leads the Giro and we\'re going to get to see an epic battle in coming days between the Liquigas leader and Saunier Duval\'s Gilberto Simoni.'),(8038,170,'2007-05-24 17:27:16','','1. Di Luca
    2. Simoni
    3. Schleck
    4. Mazzoleni
    5. Cunego'),(8039,170,'2007-05-24 17:28:57','Zabriskie','did well on the first climb today, but he\'s finished 9:00 back.'),(8040,170,'2007-05-24 17:29:25','Noe and Bettini','cross the line at 9:40'),(8041,170,'2007-05-24 17:54:47','Today\'s contest','was won by Jeff Toonstra. A lot of you picked Di Luca, by the way. Good call. We had our money on Simoni.

    Anyway, that\'s a wrap folks. Thanks for tuning in today.'),(8042,171,'2007-05-25 15:11:29','Good day and welcome','to VeloNews.com\'s Live coverage of the 13th stage of the 2007 Giro d\'Italia, 13-kilometer uphill individual time trial from Biella to Santuario Di Oropa.

    It will be some time before the biggies hit the starting line (hence the later-than-usual kick-off for our coverage).'),(8043,171,'2007-05-25 15:20:46','Top times','We\'ve seen 60 riders finish thus far today and the top times so far are1. Giovanni Visconti (I), Quick Step-Innergetic, 31:12
    \r\n2. Christophe Kern (F), Credit Agricole, 31:41
    \r\n3. Alessandro Vanotti (I), Liquigas, 31:55
    \r\n4. Ivan Rovny (Rus), TCS, 31:59
    \r\n5. Gorazd Stangelj (SLO), Lampre, 32:01
    \r\n6. Mikhail Ignatiev (Rus), TCS, 32:22
    \r\n7. Dario Andriotto (I), Acqua & Sapone - Adria Mobil, 32:31
    \r\n8. Dmitry Kozontchuk (Rus), Rabobank, 32:56
    \r\n9. Aliaksandr Usau (Blr), Ag2r Prevoyance, 32:58
    \r\n10. Julian Dean (NZl), Credit Agricole, 32:59
    \r\n11. Alessandro Cortinovis (I), Milram, 33:03
    \r\n12. Maximilian Ariel Maximilian (ARG), Ceramica Panaria - Navigare, 33:08
    \r\n13. Lloyd Mondory (F), Ag2r Prevoyance, 33:08
    \r\n14. Assan Bazayev (Kaz), Astana, 33:10
    \r\n15. Matteo Bono (I), Lampre, 33:11
    \r\n'),(8044,171,'2007-05-25 15:21:59','American Aaron Olson',' - who had the distinction of being the Lantern Rouge and the first starter today, finished with a time of 33:54.'),(8045,171,'2007-05-25 15:25:30','Not starting','Discovery\'s Popovych is not going to start today. He said he has been suffering from knee problems. Mexican super climber Julio Alberto Perez Cuapio (Ceramica Panaria) is on route. He may be one to watch. '),(8046,171,'2007-05-25 15:31:11','Petacchi','Points leader Alessandro Petacchi finished a while ago - quite some time, actually - and he turned in a respectable 33:33. He looks like he\'s aiming for a Milan finish, a week from Sunday and, if he does, he\'s on track to win the points jersey, since his closest competitior, Robbie McEwen pulled out before the big mountain stage.'),(8047,171,'2007-05-25 15:35:25','Place your bets. Place your bets','So who do you think might win this one? Go ahead and send\r\nin the name of the rider you believe will win today and we\'ll make\r\na random pick from among all of the correct entries. Our randomly selected\r\nwinner will receive a copy of \"The\r\nGolden Age of Cycling,\" one of the most beatiful books we\'ve ever produced\r\nhere at VeloNews.'),(8048,171,'2007-05-25 15:36:20','Questions? Comments? Gripes?','Comments? Questions? Gripes? Drop us\r\na line.'),(8049,171,'2007-05-25 15:38:08','Michael Rasmussen','must not be too worried about this stage. He\'s finished with a 32:24, only good enough for 12 on the day, trailing Visconti by 1:12.'),(8050,171,'2007-05-25 15:43:22','Top times','With 81 finishers, the current top times:1. Giovanni Visconti (I), Quick Step-Innergetic, 31:12
    \r\n2. Andrei Kunitski (Blr), Acqua & Sapone - Adria Mobil, 31:20
    \r\n3. Christophe Kern (F), Credit Agricole, 31:41
    \r\n4. Alessandro Vanotti (I), Liquigas, 31:55
    \r\n5. Ivan Rovny (Rus), TCS, 31:59
    \r\n6. Gorazd Stangelj (SLO), Lampre, 32:01
    \r\n7. Jurgen Van Den Broeck (B), Predictor-Lotto, 32:13
    \r\n8. Andrea Pagoto (I), Ceramica Panaria - Navigare, 32:17
    \r\n9. Nicolas Crosbie (F), Bouygues Telecom, 32:17
    \r\n10. Jurgen Van De Walle (B), Quick Step-Innergetic, 32:21
    \r\n11. Mikhail Ignatiev (Rus), TCS, 32:22
    \r\n12. Giuseppe Palumbo (I), Acqua & Sapone - Adria Mobil, 32:23
    \r\n13. Michael Rasmussen (Dk), Rabobank, 32:24
    \r\n14. Laszlo Bodrogi (Hun), Credit Agricole, 32:27
    \r\n15. Dario Andriotto (I), Acqua & Sapone - Adria Mobil, 32:31
    \r\n
    '),(8051,171,'2007-05-25 15:45:10','Perez Cuapio','is setting a fast pace on the course. He\'s set a top time at the 8km mark with an 8:38.'),(8052,171,'2007-05-25 15:53:18','Perez Cuapio','Yowzahhhh... new top time of 29:38.'),(8053,171,'2007-05-25 15:56:11','Dave Z','The U.S. time trial champion David Zabriskie (CSC) is on course and climbing nicely. We\'ll try to get time checks along the way.'),(8054,171,'2007-05-25 15:57:20','Equipment choice','Zabriskie, like most riders today, is using a road bike. He\'s using clip-ons and deep-section carbon wheels.'),(8055,171,'2007-05-25 16:01:00','Zabriskie','has tied Perez Cuapio\'s time at the first time check. Impressive. Zabriskie won a time trial in the 2005 Giro... but that was a relatively flat stage.'),(8056,171,'2007-05-25 16:04:00','Zabriskie','is struggling on the steep parts, but that said, he\'s about to catch his 2-minute man...Francis Mourey (Francaise des Jeux), having already passed his one-minute man, Pietro Caucchioli (Credit Agricole).'),(8057,171,'2007-05-25 16:09:39','Wegelius','Charlie Wegelius coming through with the a good time without even trying to win at 31:02 for the third-fastest time. Wegelius said, \"We\'re all working for Danilo now - we believe he can win the Giro.\" '),(8058,171,'2007-05-25 16:10:02','Zabriskie sets a new mark','Zabriskie has fastest time by 16 seconds at 10.4km'),(8059,171,'2007-05-25 16:11:27','Top times','With 110 riders across the line, here are the top times.

    1. Perez Cuapio Julio Alberto (MEX), Ceramica Panaria - Navigare, 29:38
    \r\n2. Marco Marzano (I), Lampre, 30:29
    \r\n3. Giovanni Visconti (I), Quick Step-Innergetic, 31:12
    \r\n4. Andrei Kunitski (Blr), Acqua & Sapone - Adria Mobil, 31:20
    \r\n5. Yuriy Krivtsov (Ukr), Ag2r Prevoyance, 31:25
    \r\n6. Aketza Pena Iza (Sp), Euskaltel-Euskadi, 31:27
    \r\n7. Vladimir Miholjevic (CRO), Liquigas, 31:36
    \r\n8. Jussi Veikkanen (FIN), Francaise des Jeux, 31:38
    \r\n9. Arvesen Kurt-Asle (Nor), CSC, 31:38
    \r\n10. Christophe Riblon (F), Ag2r Prevoyance, 31:40
    \r\n11. Christophe Kern (F), Credit Agricole, 31:41
    \r\n12. Francesco Bellotti (I), Credit Agricole, 31:43
    \r\n13. Fortunato Baliani (I), Ceramica Panaria - Navigare, 31:50
    \r\n14. Alessandro Vanotti (I), Liquigas, 31:55
    \r\n15. Dmitriy Muravyev (Kaz), Astana, 31:59
    \r\n16. Ivan Rovny (Rus), TCS, 31:59
    \r\n17. Gorazd Stangelj (SLO), Lampre, 32:01
    \r\n18. Koos Moerenhout (Nl), Rabobank, 32:04
    \r\n19. Jurgen Van Den Broeck (B), Predictor-Lotto, 32:13
    \r\n20. Rubiera Vigil José Luis (Sp), Discovery Channel, 32:13
    \r\n
    '),(8060,171,'2007-05-25 16:14:31','Zabriskie','is heading to the finish.'),(8061,171,'2007-05-25 16:16:42','A new mark','Zabriskie finishes with 29:14, a new mark.... but down the hill, Piepoli (Saunier Duval) just beat Zabriskie\'s time at 10.4k by four seconds.'),(8062,171,'2007-05-25 16:19:42','Piepoli','is heading through the final kilometers and setting a great tempo. The tireless domestique may establish a new mark.'),(8063,171,'2007-05-25 16:22:56','Piepoli','the first rider to break 29 minutes, a 28:56 and 18 seconds faster than Zabriskie... and that\'s after yesterday\'s spectacular effort.'),(8064,171,'2007-05-25 16:25:07','Top 20 - so far','1. Leonardo Piepoli (I), Saunier Duval, 28:56
    \r\n2. David Zabriskie (USA), CSC, 29:14
    \r\n3. Perez Cuapio Julio Alberto (MEX), Ceramica Panaria - Navigare, 29:38
    \r\n4. Branislau Samoilau (Blr), Acqua & Sapone - Adria Mobil, 29:38
    \r\n5. Marco Marzano (I), Lampre, 30:29
    \r\n6. Vincenzo Nibali (I), Liquigas, 30:57
    \r\n7. Charles Wegelius (GB), Liquigas, 31:02
    \r\n8. Sylvester Szmyd (Pol), Lampre, 31:08
    \r\n9. Giovanni Visconti (I), Quick Step-Innergetic, 31:12
    \r\n10. Pietro Caucchioli (I), Credit Agricole, 31:19
    \r\n11. Andrei Kunitski (Blr), Acqua & Sapone - Adria Mobil, 31:20
    \r\n12. Yuriy Krivtsov (Ukr), Ag2r Prevoyance, 31:25
    \r\n13. Paolo Bettini (I), Quick Step-Innergetic, 31:25
    \r\n14. Aketza Pena Iza (Sp), Euskaltel-Euskadi, 31:27
    \r\n15. Massimo Codol (I), Acqua & Sapone - Adria Mobil, 31:28
    \r\n16. Vladimir Miholjevic (CRO), Liquigas, 31:36
    \r\n17. Amael Moinard (F), Cofidis, 31:37
    \r\n18. Jussi Veikkanen (FIN), Francaise des Jeux, 31:38
    \r\n19. Arvesen Kurt-Asle (Nor), CSC, 31:38
    \r\n'),(8065,171,'2007-05-25 16:25:29','Simoni','on the road. '),(8066,171,'2007-05-25 16:34:15','Simoni is flyin','We\'ll be getting time checks soon. Andy Schleck - the top young rider - is on route.'),(8067,171,'2007-05-25 16:35:03','Petrov','has hit the first time check 15 seconds faster than Zabriskie/Perez Cuapio'),(8068,171,'2007-05-25 16:38:42','Bjarne Riis','has held a press conferences in Denmark, in response to a recent spate of Telekom confessions. Riis has admitted that he did use EPO at times in his career. Now there\'s a shocker.'),(8069,171,'2007-05-25 16:41:21','Ricco','fading a bit. He started out strong, but he\'s getting a little over-heated.'),(8070,171,'2007-05-25 16:42:28','Savoldelli','crosses witht he seventh fastest of the day so far... 1:45 off the pace.'),(8071,171,'2007-05-25 16:44:34','Noe is','fifth best. Not bad for the grumpy old man of the peloton... a reason we like him, by the way. We have to root for our own kind, don\'t ya know?'),(8072,171,'2007-05-25 16:45:12','Garzelli','finishes with a 29:24, third best of the day. Wowie.'),(8073,171,'2007-05-25 16:47:11','All of the biggies','from yesterday\'s stage are out there - Simoni, DiLuca, Cunego, Schleck.'),(8074,171,'2007-05-25 16:48:38','Ricco','finishes with the 11th best time so far.'),(8075,171,'2007-05-25 16:50:26','Top 20 - so far','1. Leonardo Piepoli (I), Saunier Duval, 28:56
    \r\n2. David Zabriskie (USA), CSC, 29:14
    \r\n3. Franco Pellizotti (I), Liquigas, 29:17
    \r\n4. Stefano Garzelli (I), Acqua & Sapone - Adria Mobil, 29:24
    \r\n5. Perez Cuapio Julio Alberto (MEX), Ceramica Panaria - Navigare, 29:38
    \r\n6. Branislau Samoilau (Blr), Acqua & Sapone - Adria Mobil, 29:38
    \r\n7. Andrea Noe\' (I), Liquigas, 30:16
    \r\n8. Marco Marzano (I), Lampre, 30:29
    \r\n9. Parra Pinto Ivan Ramiro (Col), Cofidis, 30:36
    \r\n10. Paolo Savoldelli (I), Astana, 30:41
    \r\n11. Serguei Yakovlev (Kaz), Astana, 30:41
    \r\n12. Riccardo Ricco\' (I), Saunier Duval, 30:46
    \r\n13. Paolo Tiralongo (I), Lampre, 30:55
    \r\n14. Vincenzo Nibali (I), Liquigas, 30:57
    \r\n15. Charles Wegelius (GB), Liquigas, 31:02
    \r\n16. Marco Pinotti (I), T-Mobile, 31:05
    \r\n17. Sylvester Szmyd (Pol), Lampre, 31:08
    \r\n18. Domenico Pozzovivo (I), Ceramica Panaria - Navigare, 31:10
    \r\n19. Giovanni Visconti (I), Quick Step-Innergetic, 31:12
    \r\n20. Andrey Mizourov (Kaz), Astana, 31:15
    \r\n'),(8076,171,'2007-05-25 16:55:59','Simoni','man, he faded... he\'s finished with the ninth best time of the day... at 1:05.'),(8077,171,'2007-05-25 16:57:22','Bjarne Riis\'s statement','After the long run of confessions concerning the Telekom team in the 1990s, I have decided to give a statement about my involvement.

    I have decided this for two reasons.

    First of all, I\'m doing this to keep the focus on the work we are doing today that keeps cycling in the right perspective. The massive steps we have taken to fight doping and the ways in which we have secured that the team rests on the right and proper foundations.

    I think if we are to talk about doping, we should talk about what to do now and not about the mistakes in the past. The recent developments in Germany have taken the balance out of this and therefore I want to set the record straight. And I want to do this, because the future of cycling needs the right focus.

    Second of all, I\'m doing this to get rid of the endless discussions about things that are truly in the past and that I personally have put behind a long time ago. I don\'t want my personal past to overshadow that work and brilliant effort that Team CSC is doing today. We are the number one team in the world for the second year running and I want my riders and sponsors to be proud of that. They work, within the rules, with passion, professionalism and commitment and I want them to keep on doing that. When I was a rider in the 1990s, I worked extremely hard to get my results. I worked extremely hard, day in day out and I sacrificed a lot just even to be part of the best. In that time, the perspective on doping and preparation was wrong and misguided.

    That also means that I did things that I shouldn\'t have and I have regretted that ever since. Those were mistakes that I take the full responsibility for and I don\'t have anyone to blame but myself. We all make mistakes and I think my biggest mistake was to let my ambition get the better of me. That I have had to deal with a long time ago and I am glad to say that I am a lot wiser now. Both in my personal and in my professional life.

    I don\'t want the mistakes of my personal past to stand in the way of the work we are doing today. I did what it took to compete at the highest level back then, and it\'s a deep satisfaction for me that those days are long gone and the sport has moved in the right direction. If that wasn\'t the case, I wouldn\'t be here today.

    I have learned from my past – for better and for worse. The experience and wisdom I have gained informed my decision to come back to cycling and has energized me to create the best team in the world. '),(8078,171,'2007-05-25 16:58:36','Top-20 for now','1. Leonardo Piepoli (I), Saunier Duval, 28:56
    \r\n2. David Zabriskie (USA), CSC, 29:14
    \r\n3. Franco Pellizotti (I), Liquigas, 29:17
    \r\n4. Stefano Garzelli (I), Acqua & Sapone - Adria Mobil, 29:24
    \r\n5. Evgeni Petrov (Rus), TCS, 29:26
    \r\n6. Eddy Mazzoleni (I), Astana, 29:28
    \r\n7. Perez Cuapio Julio Alberto (MEX), Ceramica Panaria - Navigare, 29:38
    \r\n8. Branislau Samoilau (Blr), Acqua & Sapone - Adria Mobil, 29:38
    \r\n9. Gilberto Simoni (I), Saunier Duval, 30:01
    \r\n10. Andrea Noe\' (I), Liquigas, 30:16
    \r\n11. Marco Marzano (I), Lampre, 30:29
    \r\n12. Parra Pinto Ivan Ramiro (Col), Cofidis, 30:36
    \r\n13. Paolo Savoldelli (I), Astana, 30:41
    \r\n14. Serguei Yakovlev (Kaz), Astana, 30:41
    \r\n15. Riccardo Ricco\' (I), Saunier Duval, 30:46
    \r\n16. Paolo Tiralongo (I), Lampre, 30:55
    \r\n17. Vincenzo Nibali (I), Liquigas, 30:57
    \r\n18. Charles Wegelius (GB), Liquigas, 31:02
    \r\n19. Marco Pinotti (I), T-Mobile, 31:05
    \r\n20. Sylvester Szmyd (Pol), Lampre, 31:08
    \r\n'),(8079,171,'2007-05-25 17:00:44','Di Luca','is flyin\' toward the finish. At this point, he may not only keep the jersey, but win another stage.'),(8080,171,'2007-05-25 17:03:22','Schleck','comes across 39 seconds back... 8th best for the day, so far.'),(8081,171,'2007-05-25 17:05:57','Top-10, so far','1. Leonardo Piepoli (I), Saunier Duval, 28:56
    \r\n2. David Zabriskie (USA), CSC, 29:14
    \r\n3. Franco Pellizotti (I), Liquigas, 29:17
    \r\n4. Stefano Garzelli (I), Acqua & Sapone - Adria Mobil, 29:24
    \r\n5. Evgeni Petrov (Rus), TCS, 29:26
    \r\n6. Eddy Mazzoleni (I), Astana, 29:28
    \r\n7. Damiano Cunego (I), Lampre, 29:33
    \r\n8. Andy Schleck (Lux), CSC, 29:35
    \r\n9. Perez Cuapio Julio Alberto (MEX), Ceramica Panaria - Navigare, 29:38
    \r\n10. Branislau Samoilau (Blr), Acqua & Sapone - Adria Mobil, 29:38
    \r\n
    '),(8082,171,'2007-05-25 17:07:21','A new top time','Marzio Bruseghin (Lampre) beats Piepoli\'s time by 1 second.'),(8083,171,'2007-05-25 17:09:22','Di Luca finishes third','with a 29:03... Marzio Bruseghin (Lampre) is the stage winner, but Di Luca has really put time into his closest rivals.\r\n'),(8084,171,'2007-05-25 17:11:56','Top 10','1. Marzio Bruseghin (I), Lampre, at 12.6km in 28:55 (26.144kph)
    \r\n2. Leonardo Piepoli (I), Saunier Duval, at 0:01
    \r\n3. Danilo Di Luca (I), Liquigas, at 0:08
    \r\n4. David Zabriskie (USA), CSC, at 0:19
    \r\n5. Franco Pellizotti (I), Liquigas, at 0:22
    \r\n6. Stefano Garzelli (I), Acqua & Sapone - Adria Mobil, at 0:29
    \r\n7. Evgeni Petrov (Rus), TCS, at 0:31
    \r\n8. Eddy Mazzoleni (I), Astana, at 0:33
    \r\n9. Damiano Cunego (I), Lampre, at 0:38
    \r\n10. Andy Schleck (Lux), CSC, at 0:40
    \r\n'),(8085,0,'0000-00-00 00:00:00','',''),(8086,172,'2007-05-26 13:54:09','Good day and welcome','to VeloNews.com\'s Live Coverage of the 14th stage of the 2007 Giro d\'Italia. It\'s a tough ride that starts and finishes at roughly the same 300-meter altitude, it\'s just that there are two big obstacles along the way, in the form of the 1985-meter, Category 1, Passo di San Marco and the Cat. 2, 984-meter La Trinita Dossena.

    The opening kilometers are quite flat until that first climb.

    The peloton left Cantu today at around 12:15, with 157 riders still in the Giro. The pace has been reasonably high at 44kph and several forays off the front, but as of yet, no one has established a significant gap and at the 72km mark the peloton is speeding along as one.'),(8087,172,'2007-05-26 14:05:46','Today\'s contest','Once you decide who might be a good choice for a stage win today, go ahead\r\nand send in your pick.\r\nWe\'ll randomly select one entry from among all of the correct entries and\r\naward\r\na really cool poster from the Horton Collection.\r\n

    The first of the great Italian “campionissimoâ€Â, Constante Girardengo\r\nwas Italy’s dominant road rider from 1913 through the 1920s. He was the\r\nItalian national champion an unprecedented nine times, with a string of\r\nseven consecutive victories. This poster wonderfully captures the emotion\r\nof this great rider. The elegant Italian national champion jersey, short\r\nlegged shorts, and simple bicycle harken back to a romantic time in cycling’s\r\nhistory.\r\n
    \r\n
     '),(8088,172,'2007-05-26 14:12:00','At 83km','We\'ve seen a number of riders pull out of the Giro already, before today\'s climb. Do recall folks, that the Giro doesn\'t do hors categorie, so Category 1 is as tough as it gets. This would very likely qualify as an HC climb at the Tour, for example, so you really can\'t blame Brian Vandborg (Discovery), Fabio Sabatini (Milram) and Jurgen van der Walle (Quick Step) for deciding that there might be someting they\'d rather be doing today.\r\n\r\nMeanwhile, Sven Krauss (G), Gerolsteiner, has moved off the front and has a lead of about 1:35. He\'ll be starting that lovely climb here in about three k, too.'),(8089,172,'2007-05-26 14:15:44','Questions? Comments? Gripes?','Comments? Questions? Go ahead and drop\r\nus a line.'),(8090,172,'2007-05-26 14:21:00','On the climb','Krauss is on the climb and the peloton works its way onto the lower slopes as well. He has about 1:40 and already we\'re seeing Saunier Duval\'s Leonardo Piepoli, Olivier Bonnaire (Bouygues Telecom) and Emanuele Sella (Ceramica Panaria) in front of the peloton, setting a tough pace. Is there an alliance of teams and riders trying to break Di Luca? This is the place to take him on, that\'s for sure. Sella, for example, is just 3:53 off on GC. That seems like a lot, but if you blow on a climb like this, you can lose a lot more time than that.'),(8091,172,'2007-05-26 14:23:34','Krauss','Less than 2km into the climb and the Gerolsteiner rider has already lost a chunk of his lead. He\'s just 45 seconds up on the peloton... as sprinters and others are getting dropped off the back already.'),(8092,172,'2007-05-26 14:29:00','Krauss has company','Several riders have made contact with Krauss. Di Luca is in a group trailing the leaders by about 35 seconds. There\'s no reason for the Maglia Rosa to panic and, if he\'s smart - and he is - he\'ll ride his own race up this 26-kilometer climb. This climb averages 6.6 percent, but has ramps that hit 12 percent at points.\r\n'),(8093,172,'2007-05-26 14:39:13','Today\'s poll','If you\'re looking for something to distract your attention for a minute, go ahead and go to our front page and vote in our latest VeloNews poll. We\'re asking whether Bjarne Riis should return the yellow jersey from the 1996 Tour de France.

    By the way, take a look at the top 10 from that year and tell us just who actually does deserve that jersey:
    1. Bjarne Riis (Dk) Telekom, 95:57:16
    2. Jan Ullrich (G), Telekom, 1:41
    3. Richard Virenque (F), Festina, at 4:37\r\n 4. Laurent Dufaux (Swi) Festina, at 5:53
    5. Peter Luttenberger (A), Carrera, at 7:07
    6. Luc Leblanc (F), Polti, at 10:03
    7. Piotr Ugrumov (Rus), Roslotto, at 10:04
    8. Fernando Escartin (Sp), Kelme, at 10:26
    9. Abraham Olano (Sp) Mapei, at 11:00
    10. Tony Rominger (Swi) Mapei, at 11:53
    \r\n'),(8094,172,'2007-05-26 14:42:00','Current situation','We have a group that includes Pietro Caucchioli (I), Credit Agricole, José Luis Rubiera Vigil (Sp), Discovery Channel, Michael Rasmussen (Dk), Rabobank, Paolo Bettini (I), Quick Step-Innergetic, Hubert Schwab (Swi), Quick Step-Innergetic, Marco Pinotti (T-Mobile), Kurt Arvesen (CSC), Iban Mayo (Saunier Duval) and Sylvester Szmyd (Lampre), Fortunato Baliani (Ceramica Panaria) at the front leading by about 1:30. Krauss has been caught by the escape group and the peloton and is now trailing a bit.'),(8095,172,'2007-05-26 14:46:00','At 97km','the Bettini group has 1:50 on the Di Luca group.'),(8096,172,'2007-05-26 14:49:47','Newer time check','The gap is up to 2:12.'),(8097,172,'2007-05-26 14:52:09','The leaders','Are now coming up at the 100km mark and they now have an advantage of 2:40.'),(8098,172,'2007-05-26 15:01:09','With 10km of climbing remaining','the Bettini group is 2:55 ahead of the maglia rosa group.'),(8099,172,'2007-05-26 15:05:19','Reader comment','Matt writes:

    You are going to have to go much deeper than the top 10 to find a deserving winner who was clean.
    We won\'t go that far... but we won\'t necessarily disagree either, Matt. Anyway you look at it, it\'s sad. The only bright light is that this may help clean things up in the sport once and for all.'),(8100,172,'2007-05-26 15:11:00','Leaders','are now 5km from the summit. Their lead has been trimmed to 2:04'),(8101,172,'2007-05-26 15:18:10','With 3km','of climbing remaining. The gap is 1:43.'),(8102,172,'2007-05-26 15:22:44','Nearing the top','the lead group is breaking up. Surprisingly, Mayo is having problems. Not the remarkable climber he used to be.'),(8103,172,'2007-05-26 15:26:39','The Liquigas crew','is pushing the tempo in the peloton. Di Luca is tucked in safely behind a cadre of his team riders and the gap is only about 1:30, as the leaders crest the summit of the climb. Back with Di Luca is Simoni, Garzelli, Savoldelli...'),(8104,172,'2007-05-26 15:28:54','The peloton','is over the top and the gap and is not that big. We\'d wager that the group comes back together.'),(8105,172,'2007-05-26 15:34:19','Mazzoleni','and Savoldelli are descending like crazy and are getting a bit of a gap on the Di Luca group.'),(8106,172,'2007-05-26 15:38:55','No way','is the peloton going to let Mazzoleni get too far up the road. He\'s only 3:53 down on GC. Savoldelli is already more than 9:00 down, but he\'s out there helping his teammate.'),(8107,172,'2007-05-26 15:43:35','Franco Pellizotti','has joined up with the Mazzoleni/Savoldelli combo. As a member of Liquigas, he\'s up there to keep an eye on things. He sure won\'t be helping.'),(8108,172,'2007-05-26 15:45:12','The leaders','have regrouped. They crested the summit separated by 40 seconds or so, but the whole bunch of \'em are back together.'),(8109,172,'2007-05-26 15:51:00','','Our leaders are 2:00 ahead of the Di Luca group. We see Garzelli and Simoni now joining up with Salvoldelli and Mazzoleni... that\'s formidable.

    Up front

  • José Luis Rubiera (Sp), Discovery Channel
  • Michael Rasmussen (Dk), Rabobank
  • Paolo Bettini (I), Quick Step-Innergetic
  • Marco Pinotti (T-Mobile)
  • Kurt Arvesen (CSC)
  • Iban Mayo (Saunier Duval)
  • Sylvester Szmyd (Lampre)
  • Ivan Parra (Col) Cofidis
  • Fortunato Baliani (Ceramica Panaria)
  • Alberto Losada (Sp), Caisse d\'Epargne'),(8110,172,'2007-05-26 15:54:00','Mayo again','being dropped off the back of the lead group. Waiting for Simoni?'),(8111,172,'2007-05-26 16:02:56','Liquigas','is driving hard at the front of the peloton... the Simoni/Garzelli group is maybe a minute ahead. The Bettini group is about 2:11 up from the peloton.'),(8112,172,'2007-05-26 16:03:42','The Garzelli group','is on the second climb of the day.'),(8113,172,'2007-05-26 16:05:45','Di Luca','on the climb. His team is chasing nicely.... the peloton is really broken up at this point.'),(8114,172,'2007-05-26 16:07:52','Simoni\'s group','is just 35 seconds up the road from Di Luca. It\'s a dangerous group - Simoni, Garzelli, Mazzoleni, Kodol, Savoldelli... but the pink jersey is putting in a big effort.'),(8115,172,'2007-05-26 16:09:28','Bettini','has drifted back to the Simoni group. Mayo is being dropped from that group.'),(8116,172,'2007-05-26 16:10:42','The Simoni group','is pulling back riders from the first break. More interestingly, the Simoni group has upped its advantage over Di Luca and it\'s now one minute.'),(8117,172,'2007-05-26 16:16:22','The Simoni group','has gradually pulled back most of the lead group. The gap back to the gruppo maglia rosa is now 50 seconds.'),(8118,172,'2007-05-26 16:18:00','Lampre is lending a hand','Liquigas is getting help from Bruseghin\'s Lampre squad. The gap is at 50 seconds.'),(8119,172,'2007-05-26 16:19:32','Pellizzotti','is dropping back to the chase group. His contribution will be greater helping with the chase rather than monitoring the break.'),(8120,172,'2007-05-26 16:21:42','The Simoni group is','2km from the summit. They have 62 seconds on Di Luca. Simoni could gap most of the riders in this group, but he has to hold back a little. He\'s going to need the help to cover the 38 kilometers of downhill and flat after the summit. '),(8121,172,'2007-05-26 16:23:19','Pellizzotti','setting a good tempo on the front of the Di Luca group now.'),(8122,172,'2007-05-26 16:25:09','Pellizzotti','driving hard... almost too hard. He\'s finding himself gapping his teammates.'),(8123,172,'2007-05-26 16:25:45','Up and over','the Simoni group - which leads on the road - crested the climb, with Baliani taking the points.'),(8124,172,'2007-05-26 16:27:00','Pellizzotti','is setting the pace and drives the maglia rosa group 1:03 behind the Simoni group. Now he\'s relaxing a little bit on the downhill.

    Comments? Questions? Go ahead and drop\r\nus a line.'),(8125,172,'2007-05-26 16:31:00','The lead group','is flying down the climb. '),(8126,172,'2007-05-26 16:30:00','THere\'s been a crash','Tinkoff\'s Petrov has hit the deck and signficantly, he has caused Schleck to lose contact with the Di Luca group.'),(8127,172,'2007-05-26 16:34:49','Pellizzotti','is up front of the Di Luca group. He\'s now leading and gapping his teammates on this part, too.'),(8128,172,'2007-05-26 16:36:25','With 30km to go','the lead group is being driven by Savoldelli, who is heading to his hometown of Bergamo. '),(8129,172,'2007-05-26 16:37:35','Di Luca','may be getting worried here. He\'s not gaining time'),(8130,172,'2007-05-26 16:39:00','Schleck back','with Cunego and Di Luca.... Petrov, too.'),(8131,172,'2007-05-26 16:40:32','With 25km','to go. The lead group is now on the flats.'),(8132,172,'2007-05-26 16:41:50','The gap','is still 1:02. That\'s pretty good, since it was Savoldelli driving the front. The cool thing is that the lead group and the maglia rosa group are about the same size. This is going to be a drag race.'),(8133,172,'2007-05-26 16:46:48','The gap','is now at 1:08, with 21km to go.\r\n'),(8134,172,'2007-05-26 16:48:39','This is cool','Lampre and Liquigas are working together beautifully. The team time trial is our favorite event and it\'s especially cool to see two teams working together like that.'),(8135,172,'2007-05-26 16:49:12','The gap','with 19km to go is under a minute now.'),(8136,172,'2007-05-26 16:50:00','Today\'s winner?','Who knows? It may be interesting, since Bettini may well be suited for a finish like today\'s, but Simoni may be motivated to get the critical bonus seconds.'),(8137,172,'2007-05-26 16:51:24','With 18km to go','the gap is 1:05'),(8138,172,'2007-05-26 16:53:07','This is so impressive','Two groups working together, drag-racing through the final kilometers of a tough, tough stage. Screw the radios... Hi-zoot technology doesn\'t make a difference today.'),(8139,172,'2007-05-26 16:55:08','That gap','is holding. With 14km to go, the leaders are 1:11 up the road.'),(8140,172,'2007-05-26 16:58:07','Lampre','has more to lose and they know it. '),(8141,172,'2007-05-26 16:58:52','10km to go','we should get a good time check here.'),(8142,172,'2007-05-26 16:59:55','The gap','is now down to 51 seconds at 10km to go.'),(8143,172,'2007-05-26 17:01:30','Bettini','is working like a dog. You have to admire him for sticking with these guys on the climb.'),(8144,172,'2007-05-26 17:02:00','50 seconds','with 7km to go.\r\n'),(8145,172,'2007-05-26 17:04:54','Up front','Savoldelli, Mazzoleni, Bettini, Simoni, Baliana, Parra, Garzelli... under 5km to go. Now it\'s a tricky finish.'),(8146,172,'2007-05-26 17:05:28','Mazzoleni and Savoldelli','know these roads because both men are from Bergamo...'),(8147,172,'2007-05-26 17:05:44','the gap','at the 5km mark is at 50 seconds.'),(8148,172,'2007-05-26 17:06:46','The leaders','are coming through a steep cobbled section... Garzelli, Simoni and Bettini are putting in a gap.'),(8149,172,'2007-05-26 17:07:34','Garzelli fades a bit','Bettini, two. Simoni is working these guys over.'),(8150,172,'2007-05-26 17:07:57','Di Luca','jumps out of the chase group.'),(8151,172,'2007-05-26 17:08:48','Simoni','is leading Garzelli by about 10 bike lengths and Bettini another chunk behind. The homeboys may not make a win here today.'),(8152,172,'2007-05-26 17:10:01','This finish','is even tougher and trickier than the ride into Briancon. The two Astanas - the boys from Bergamo - have caught on to Bettini and Garzelli. Simoni is 16 seconds up the road.'),(8153,172,'2007-05-26 17:10:27','With 1km to go','Simoni is still leading, but they are closing.'),(8154,172,'2007-05-26 17:10:57','Garzelli Chasing!',''),(8155,172,'2007-05-26 17:11:13','Garzelli closing!',''),(8156,172,'2007-05-26 17:11:26','Bettini charging...',''),(8157,172,'2007-05-26 17:11:50','Garzelli takes it!','Garzelli, Simoni, Bettini.... now watch the clock!'),(8158,172,'2007-05-26 17:12:00','Di Luca comes in','38 seconds later, with Ricco, Cunego and Brusheghin... he\'s limited his damage and it made for a helluva stage, eh? Simoni actually earned a 12-second bonus for second place... so he\'s knocked off 50 seconds on GC'),(8159,172,'2007-05-26 17:14:14','What a terrific finish','We are especially pleased, because Garzelli happens to be among our favorites... but we hadn\'t picked him for the win.'),(8160,173,'2007-05-27 13:56:02','Good day and welcome','to VeloNews.com\'s Live Coverage of the 15th stage of the 2007 Giro d\'Italia, a tough, tough, tough 184-kilometer haul from Trento to the mountain-top finish at Tre Cime de Lavaredo.

    This is one that favors the top climbing talent in the main field.

    Take a look folks. The day is punctuated by some very difficult climbs today:

  • The Category 1 Passo san Pellegrino gains 753 meters over 11.8km, peaking out at km 93km, avgeraging 6.4 percent, but maxes out at 14 percent
  • Next up is the Category 1 Passo Giau, which gains 922 meters over 9.8km, averaging 9.4 percent with a maximum grade of 14 percent.
  • The comes the Category 2 Passo Tre Croci, which peaks at km 170, covering 8km, gaining 578 meters, averaging 7.2 percent with a max of 12 percent.
  • If that\'s not enough, the stage finishes on the Category 1 Tre Cime Di Lavaredo, a 7.2km climb that gains 547 meters, for an average grade of 7.6 percent with a max of 18 percent!'),(8161,173,'2007-05-27 14:00:00','Today\'s start','came at 11:15 this morning, with 146 riders leaving Trento. The first half-an-hour of the stage began with an easy 35km ride out of town, but the we saw an early break develop that includes none other than world champion Paolo Bettini. The group is big and includes:
  • Paulo Bettini (Quick Step)
  • Raivis Belohvosciks and David Canada (Saunier Duval)
  • Marco Marzano (Lampre)
  • Rinaldo Nocentini and Lloyd Mondory (AG2R)
  • Pierre Drancourt (Bouygues Telecom)
  • Fortunato Baliani (Panaria)
  • Hervé Duclos-Lassalle (Cofidis)
  • Pietro Caucchioli (Credit Agricole)
  • Volodymyr Bileka (Discovery)
  • Aketza Pena Iza (Euskaltel)
  • Jegou (FDJeux)
  • Sven Krauss (Gerolsteiner)
  • Josep Jufre Pou and Stefano Zanini (Predictor-Lotto)
  • Michael Rasmussen (Rabobank)
  • Christian Knees (Milram)
  • Salvatore Commesso, Daniele Contrini and Pavel Brutt (Tinkoff)
  • Aaron Olson (T-Mobile)\r\n'),(8162,173,'2007-05-27 14:02:00','The escapees','managed to bump their lead to more than 6:00 at one point, but now that they are over the Pellegrino, Drancourt and Mondory have slipped off the group and the gap back to the gruppo maglia rosa is 3:43.'),(8163,173,'2007-05-27 14:03:38','Today\'s contest','Once you decide who might be a good choice for a stage win today, go ahead\r\nand send in your pick.\r\nWe\'ll randomly select one entry from among all of the correct entries and\r\naward\r\na really cool poster from the Horton Collection.\r\n

    The first of the great Italian “campionissimoâ€Â, Constante Girardengo\r\nwas Italy’s dominant road rider from 1913 through the 1920s. He was the\r\nItalian national champion an unprecedented nine times, with a string of\r\nseven consecutive victories. This poster wonderfully captures the emotion\r\nof this great rider. The elegant Italian national champion jersey, short\r\nlegged shorts, and simple bicycle harken back to a romantic time in cycling’s\r\nhistory.\r\n
    \r\n
    '),(8164,173,'2007-05-27 14:11:31','An abandon','Serguei Yakovlev (Astana) has pulled out of the Giro.

    The lead group - somewhat fractured - is on the way down the Pellegrino. Saunier Duval\'s Ricco and Piepoli have joined Perez Cuapio from Panaria and Parra from Cofidis in a chase. They are making a solid attempt to bridge. Meanwhile Di Luca is staying with his biggest challengers, Simoni, Cunego, Schleck...'),(8165,173,'2007-05-27 14:15:25','Questions? Comments? Gripes?','Comments? Questions? Gripes? Drop\r\nus a line.'),(8166,173,'2007-05-27 14:22:23','That little','Piepoli group is closing in on the break. That\'s a serious addition of horsepower. Are he and Ricco being sent up to drive a later effort by Simoni?

    Meanwhile, we got a note from a good friend and VeloNews contributor, Chris Milliman, who writes:

    Hey CP,
    How about some love for Aaron Olson? He\'s riding his 2nd Giro, finished last year\'s in service of Simoni with Saunier, and has the unceremonious lanterne rouge (or whatever it is in Italiano) at the moment. Anyway, AO is a great guy, 100% committed to racing clean and a serious workhorse. So let\'s hear it.
    Later,
    CM
    Nahhh, Chris, we can\'t do that.\r\n\r\n'),(8167,173,'2007-05-27 14:31:00','At KM 120','The shrinking lead group of 5 is now 4:27 ahead of the Di Luca group. The Piepoli group, however, is closing in fast on the leaders. Up next, the Category 1 Passo Giau, which gains 922 meters over 9.8km, averaging 9.4 percent with a maximum grade of 14 percent.\r\n'),(8168,173,'2007-05-27 14:36:24','','Up front, we have
  • Paolo Bettini (Quick Step)
  • Marco Marzano (Lampre)
  • David Canada (Saunier Duval)
  • Lilian Jegou (F), Francaise des Jeux
  • Daniele Contrini (Tinkoff)

    With Ricco and Piepoli closing in, which means that Simoni will have three teammates up the road. We\'re betting on some fireworks, folks.\r\n\r\n'),(8169,173,'2007-05-27 14:46:57','Merger','So, the Piepoli group has connected with the Bettini group. We have a handful of riders between the break and the maglia rosa group, which is now at 4:30.'),(8170,173,'2007-05-27 14:55:00','The merger','has involved considerably more riders than we thought. This who we have in the mix:

  • Paolo Bettini (Quick Step-Innergetic)
  • Lilian Jegou (Francaise Des Jeux)
  • Marco Marzano (Lampre-Fondital)
  • Leonardo Piepoli, Riccardo Ricco and David Canada (Saunier Duval)
  • Daniele Contrini, Salvatore Commesso (Tinkoff)
  • Mickael Rasmussen (Rabobank)
  • Ivan Parra (Cofidis)
  • Sven Krauss (Gerolsteiner)
  • Fortunato Baliani and Julio Pérez (Ceramica Panaria-Navigare)
  • Pietro Caucchioli (Crédit Agricole)
  • Aaron Olson (T-Mobile)'),(8171,173,'2007-05-27 14:57:10','The gap back to the jersey','is 4:25 as the break works its way up the unranked climb ahead of the Passo Giau.'),(8172,173,'2007-05-27 15:01:50','The lead group','is ticking along nicely... Three Saunier Duvals up there. This is going to be good. We have to expect Simoni to try something big on the next climb.'),(8173,173,'2007-05-27 15:03:29','The gap','back to the Di Luca group is now 3:50. Simoni is tucked in there. It would be great to see what he\'s thinking today.'),(8174,173,'2007-05-27 15:08:35','On the climb','the lead group is on the Passo Giau, with Piepoli, Ricco and Canada at the front.'),(8175,173,'2007-05-27 15:10:22','The Sauniers','Are not setting a tough pace... but they are dropping a few of the men from the original break. The gap back to the maglia rosa is 3:15, with Liquigas setting the pace at the front.'),(8176,173,'2007-05-27 15:17:27','In the main group','the Astanas - Savoldelli and Mazzoleni - are setting the pace on the \r\nPasso Giau. Second placed Bruseghin is in difficulty.

    Up front, the Piepoli group is losing some of its company...'),(8177,173,'2007-05-27 15:18:45','Garzelli','is having some difficulty on the climb.'),(8178,173,'2007-05-27 15:20:07','Up front','While Piepoli and company aren\'t setting a tough pace, it is steady and they are dropping riders left and right. '),(8179,173,'2007-05-27 15:20:56','Up front','Ricco, Piepoli, Parra and Perez Caupio... that\'s it.'),(8180,173,'2007-05-27 15:24:10','Commesso, Bettini and Olson','are caught by the Simoni/Di Luca group. That group is down to about a dozen riders.... the usual suspects on a climbing stage: Sella, Simoni, Di Luca etc.'),(8181,173,'2007-05-27 15:26:00','The gap back to the jersey','to the jersey is around 2:50. There are four leaders - Perez Cuapio, Parra, Piepoli and Ricco. There are many riders spread out on the route.'),(8182,173,'2007-05-27 15:29:00','About half-way','up the climb. Our four leaders are about six kilometers into the Passo Giau.'),(8183,173,'2007-05-27 15:31:00','That was terrific!','The four leaders just passed our man Didi Senft (the devil) and Perez grabbed the devil\'s trident and poked in Piepoli\'s direction... and then handed it back to Didi. We know Didi - a delightful guy - and we know that made his year.\r\n'),(8184,173,'2007-05-27 15:35:48','Di Luca is the one','setting the pace at the front of a very small group. They\'ve shelled Savoldelli (who will catch on the descent). In there is Simoni, of course, who is sitting in and maybe waiting for another opportunity to attack. '),(8185,173,'2007-05-27 15:38:09','Di Luca is driving','and the gap is 2:45. He could be riding himself into trouble. He\'s isolated in the group, but he\'s riding up to two strong Saunier Duvals ahead. He has Schleck (CSC) and Simoni to contend with, too.'),(8186,173,'2007-05-27 15:38:58','Di Luca is catching','and passing many remnants of the original break. The gap to the leading four is 2:35.'),(8187,173,'2007-05-27 15:39:58','Contest','Once you decide who might be a good choice for a stage win today, go ahead\r\nand send in your pick.\r\nWe\'ll randomly select one entry from among all of the correct entries and\r\naward\r\na really cool poster from the Horton Collection.\r\n

    The first of the great Italian “campionissimoâ€Â, Constante Girardengo\r\nwas Italy’s dominant road rider from 1913 through the 1920s. He was the\r\nItalian national champion an unprecedented nine times, with a string of\r\nseven consecutive victories. This poster wonderfully captures the emotion\r\nof this great rider. The elegant Italian national champion jersey, short\r\nlegged shorts, and simple bicycle harken back to a romantic time in cycling’s\r\nhistory.\r\n
    \r\n
    '),(8188,173,'2007-05-27 15:42:18','Zabel','Team Milram announced today that it will issue a decision regarding the future of Erik Zabel who was among those who confessed to having doped back in the 1990s while he was on Telekom. Folks, we have to hope that they let him ride and close out his career with a modicum of dignity. Canning him will do a lot of damage in that it will do little to encourage other riders to open up in the future.'),(8189,173,'2007-05-27 15:41:00','Up an over...','The leaders are on their way down the Passo Giau.'),(8190,173,'2007-05-27 15:47:14','Rain...','it\'s beginning to sprinkle a bit out there. The biggies are over the top, too, now... Savoldelli didn\'t lose too much time on the limb and the way that guy descends - somewhat akin to a rock - he should catch Di Luca and Co.'),(8191,173,'2007-05-27 15:52:00','The road is a bit','wet. With the climbers points atop the Passo Giau, Piepoli has moved past Di Luca, on KOM points. Since Di Luca is in the pink jersey, Piepoli is already wearing the jersey anyway.

    Garzelli lost a lot of time on the climb, folks. Yesterday\'s stage winner crested the summit 7:25 behind the leaders. Bruseghin - the man second on GC - lost 4:35. He may be the reason Di Luca is pushing as hard as he is. Brushegin is having difficulty in the mountains, but he is a helluva time trialist.'),(8192,173,'2007-05-27 15:56:09','With 30km to go','The four leaders are holding a 2:30 advantage over the group of Di Luca.'),(8193,173,'2007-05-27 15:58:34','Big crowds','on the finishing climb today. The leaders are just about to start on the \"little\" Cat. 2 hump that precedes the final Cat. 1.'),(8194,173,'2007-05-27 15:59:41','Di Luca and Co.','Have pulled back Rasmussen and Baliani. From the other side, Savoldelli managed to make contact.'),(8195,173,'2007-05-27 16:02:08','We have three leaders','On the climb. Piepoli, Ricco and Perez Cuapio. Parra-Pinto has been dropped on the descent and is trailing by ... well, not by all that much. He just came back.'),(8196,173,'2007-05-27 16:03:51','A little dig','from Savoldelli and Mazzoleni. Baliani and Rasmussen follow... but Di Luca and Simoni aren\'t wasting time or energy chasing these guys.'),(8197,173,'2007-05-27 16:08:13','20km from the finish','our four leaders are 20km from the finish.'),(8198,173,'2007-05-27 16:10:58','Mazzoleni','has hit the 20km mark 1:50 behind the four leaders. His pace is such that Savoldelli and Rasmussen have been gapped.'),(8199,173,'2007-05-27 16:11:48','The Di Luca group','comes through 20km to go at 3:08...'),(8200,173,'2007-05-27 16:14:00','Arroyo','tries to pick up the pace, since Mazzoleni is pretty close to him on GC. So, too, Schleck is a little concerned about his hold on the best young rider competition. He needs to chase Ricco if he wants to preserve his hold.'),(8201,173,'2007-05-27 16:14:54','Today\'s final climb','Today\'s stage finishes on the Category 1 Tre Cime Di Lavaredo, a 7.2km climb that gains 547 meters, for an average grade of 7.6 percent with a max of 18 percent.'),(8202,173,'2007-05-27 16:16:39','Di Luca','is looking a little nervous. '),(8203,173,'2007-05-27 16:18:43','The gap to the leaders','is growing. Our last time check puts the Di Luca group at 3:29 behind the four leaders. Mazolleni is already within 1:10 of the four leaders.'),(8204,173,'2007-05-27 16:22:08','This is a chess game','in the Di Luca group. They have slowed... Mazzoleni - who started the day in 9th at 3:15 - is beginning to threaten a lot of these guys in the Di Luca group. Arroyo - seventh at 2:51 - is the one who is most nervous in this gang.'),(8205,173,'2007-05-27 16:24:09','Savoldelli','is back in the Di Luca group. He must have been used to launch his teammate. Rasmussen is up ahead.'),(8206,173,'2007-05-27 16:24:00','15km to go','the four leaders are nearing the top of the Cat. 2. Passo Tre Croci '),(8207,173,'2007-05-27 16:26:44','Mazzoleni','is at 15km to go, one minute behind the four leaders.'),(8208,173,'2007-05-27 16:28:02','Rasmussen hits','15km at 2:32... and the Di Luca group at 3:38.... 2:28 behind Mazzoleni. This is interesting.'),(8209,173,'2007-05-27 16:30:50','The leaders','Are over the top of the climb. The leading four are flying down the col, some rain starting to spit. The big drama waits for the final climb.'),(8210,173,'2007-05-27 16:32:17','','It will be interesting to see how Di Luca can handle the attacks, considering he\'s isolated without teammates.

    Piepoli and Ricco have put on arm warmers, while Cuapio and Parra have not - must be that warm Latin blood '),(8211,173,'2007-05-27 16:33:36','','Schleck continues to amaze - 21 years old in first grand tour and he looks cool like a rider 10 yrs older. He continues to say his only goal is to defend the white jersey, but he\'ll easily be end up on the podium if he doesn\'t crack'),(8212,173,'2007-05-27 16:34:45','The gruppo maglia rosa','is 4:00 behind the four leaders and 3:10 behind Mazzoleni. That\'s getting to be a dangerous gap to Ricco for the overall GC '),(8213,173,'2007-05-27 16:36:53','The gap is growing, too...','The 10km to go mark... and the gap is 4:35.'),(8214,173,'2007-05-27 16:38:29','Ricco','Ricco rolling down his arm warmers to get ready to attack - and he\'s revving it up at the base of the final climb ... and there he goes. Piepoli leaving it to Parra and Cuapio to chase.\r\n'),(8215,173,'2007-05-27 16:38:59','Rain','It\'s cloudy, but not raining too hard. Fans have umbrellas, but not a downpour '),(8216,173,'2007-05-27 16:39:00','Ricco','Is ticking up the climb through big crowds. The Italians love the Giro party, regardless of the doping scandals overwhelming the sport ... and really, don\'t we all? '),(8217,173,'2007-05-27 16:41:25','Di Luca','the Di Luca group is just barely reaching the lower slopes of the climb. '),(8218,173,'2007-05-27 16:42:38','Ricco fades','And Peipoli is moving to the front. Perez Cuapio is on his wheel. Di Luca leading the maglia rosa grouo \r\n'),(8219,173,'2007-05-27 16:45:03','The climb','the tough part is still ahead... the leaders have just crested that little bump... before the really tough part. 3.6km to go'),(8220,173,'2007-05-27 16:45:00','Di Luca group','The Di Luca group is down to six: Di Luca, Simoni, Schleck, Cunego and (we think) Petrov and Savoldelli.'),(8221,173,'2007-05-27 16:46:12','The lead four...','are on the steep. Everyone out of saddle in leading four, except Ricco.'),(8222,173,'2007-05-27 16:46:00','Mazzoleni','trails by 1:15... and 4:52 to Di Luca!'),(8223,173,'2007-05-27 16:48:00','Ricco punches it again','He\'s caught...Perez Cuapio keeping Ricco on a short leash - the leading four are still together '),(8224,173,'2007-05-27 16:50:00','Ricco is 4:50','down on GC... and only a few seconds out of being the top young rider in the Giro. Schleck needs to worry.

    Down the hill, Cunego is making a charge, with Di Luca, Schleck and Simoni following ... Arroyo and Savoldelli getting dropped '),(8225,173,'2007-05-27 16:51:59','Big attack','Cunego goes again ... Di Luca marking his wheel, with Schleck and Simoni following '),(8226,173,'2007-05-27 16:52:24','Chicken run...','Rasmussen getting caught by maglia rosa group ... '),(8227,173,'2007-05-27 16:53:06','Mazzoleni','is fading.... he looks tired. And now, Di Luca attacks the lead group! '),(8228,173,'2007-05-27 16:53:20','','Schleck is chasing, Simoni counters, Cunego dropped! '),(8229,173,'2007-05-27 16:53:44','Schleck fades','... Simoni passes the young rider.'),(8230,173,'2007-05-27 16:54:14','Simoni latches..','... on to Di Luca. Schleck is shelled.'),(8231,173,'2007-05-27 16:55:15','The four leaders','are 1.5km from the finish.'),(8232,173,'2007-05-27 16:56:09','Di Luca is moving ahead..','... Simoni is struggling to close a 10-meter gap. Cunego and Schleck have been spit out back by Di Luca\'s acceleration.'),(8233,173,'2007-05-27 16:56:30','Ricco attacks with','1.1 km to go... Parra counters'),(8234,173,'2007-05-27 16:56:45','Di Luca distancing Simoni',''),(8235,173,'2007-05-27 16:57:13','In the final km','Perez Cuapio has lost contact in final kilometer, leaving Piepoli, Ricco and Parra to fight for stage '),(8236,173,'2007-05-27 16:57:30','Di Luca has','left Simoni....'),(8237,173,'2007-05-27 16:57:57','Up front','Piepoli has rejoined the two leaders.'),(8238,173,'2007-05-27 16:58:09','Mazzoleni in the final km....',''),(8239,173,'2007-05-27 16:58:28','Saunier Duval','Parra is gonna be outgunned by the SD gang '),(8240,173,'2007-05-27 16:59:21','Piepoli attacks at 340 meters','to go....'),(8241,173,'2007-05-27 16:59:32','Parra fades',''),(8242,173,'2007-05-27 16:59:54','Ricco and','Piepoli will go one-two'),(8243,173,'2007-05-27 17:00:17','Steep with a headwind','this is a long haul to the finish.'),(8244,173,'2007-05-27 17:00:38','100 meters to go','....'),(8245,173,'2007-05-27 17:00:57','Ricco gets it','Piepoli second... Parra third...'),(8246,173,'2007-05-27 17:01:33','Mazzoleni','is in the final 300 meters, but Perez Cuapio gets fourth.'),(8247,173,'2007-05-27 17:02:11','Mazzoleni gets fifth','at 1:29'),(8248,173,'2007-05-27 17:02:36','Di Luca','is in the final 300 meters! He will keep the jersey.'),(8249,173,'2007-05-27 17:03:36','Di Luca takes sixth','at 2:53

    Cunego is coming up to Simoni - no sign of Schleck.'),(8250,173,'2007-05-27 17:04:38','Simoni','at 3:29 and Cunego at 3:39 and Schleck at 3:52.'),(8251,173,'2007-05-27 17:05:00','It looks likes','Schleck has kept the young rider\'s jersey and his GC spot relative to Simoni and Cunego. Mazzoleni, by the way, looks like he moved up on GC... up to second according to our math.'),(8252,173,'2007-05-27 17:07:36','Wowie...','that was exciting... Congratulations to Michael Levin who won ourcontest today.\r\n'),(8253,173,'2007-05-27 17:08:31','Okay','that\'s a wrap folks. Check back soon for results, photos and a complete race report. Heck of a day, eh?'),(8254,174,'2007-05-29 14:05:00','Good day and welcome','and welcome to VeloNews.com\'s Live Coverage of the 16th stage of the 2007 Giro d\'Italia, a 189-kilometer race from Agordo in the Dolomites of Itay, acoss the border into Austria. This is one of Europe\'s most beauitful regions with spectacular mountains... which always makes for spectacular racing, but with yesterday\'s rest day and tomorrow\'s big climbing stage, we won\'t necessarily be expecting a lot of GC action today.'),(8255,174,'2007-05-29 14:12:00','Todays start','the peloton, now down to 143 riders, rolled our Agordo at noon. The pace has been quite moderate, with the peloton cresting the Category Passo Campolongo relatively intact. There have been no attacks.'),(8256,174,'2007-05-29 14:16:00','Today\'s contest','Once you\'ve decided who you expect will win today\'s stage - a big contender?\r\nAn escape artist? A sprinter?! - drop\r\nus a line and let us know. If you\'re right, we\'ll add your selection\r\nto those correct entries and randomly select a daily winner.

    If you are selected, we\'ll send you a copy of our DVD, \"The\r\nQuest\" a documentary film about the 2003 Giro.\r\n

    '),(8257,174,'2007-05-29 14:19:55','Zabel','Erik Zabel’s tearful confession that he doped in the 1990s won’t end his career as a professional racer.

    \r\nZabel’s Milram team announced Tuesday that the German sprinter will keep his place on the ProTour team for the remainder of the 2007 season despite shocking admissions last week that he used the banned blood-booster EPO in the 1990s.

    Frankly folks, we\'re pleased to hear that. Riders ought not be punished for their honesty, especially the confession that occurs without (judicial) prompting.'),(8258,174,'2007-05-29 14:21:54','Questions? Comments? Gripes?','Comments? Questions? Complaints? Let us know by dropping\r\nus a line.'),(8259,174,'2007-05-29 14:25:56','The peloton','is still riding as one, coursing down the backside of the Passo di Campolongo and heading toward Austria. We always like this part of Italy, because... well, the mountains are nice, but for us it\'s also quite nice because well, the Live Update Guy doesn\'t speak Italian, but he does speak German and this is just like being home. It\'s terrific here. Some communities feel like you\'re in Germany even, with Bavarian flags hanging from buildings. '),(8260,174,'2007-05-29 14:39:00','At 72km','The peloton continues to ride together at one with itself, crusing along at an average speed of 25kph since the start.. although that is picking up here on the descent.'),(8261,174,'2007-05-29 14:51:22','An easy pace','\"Rest\" days do require a bit of recovery time. Riders often complain about the forced down-time since it disrupts the rhythm of daily racing. Before 1998, most grand tours had a single rest day, but the Festina scandal prompted the UCI to require two, as an \"anti-doping\" measure, reasoning that more rest would present fewer physical demands on riders, who then would be less inclined to dope.

    You can look back over the past eight seasons and conclude how immensely effective that policy has been.'),(8262,174,'2007-05-29 15:05:26','An incredible effort by the peloton','... because it takes real talent to go this slow without tipping over.'),(8263,174,'2007-05-29 15:16:35','Average speed','over three hours of \"racing\" today has been at 28.9kph. The peloton is approaching the 95km mark at this point.'),(8264,174,'2007-05-29 15:23:23','Commets?','Comments? Questions? Complaints? We\'ve had a few comments arrive in the contest mailbox. That\'s different than the comment line, so if you have a question or a comment, let us know by dropping\r\nus a line to this address instead.'),(8265,174,'2007-05-29 15:43:24','This one is a \"Sleeper\"','One of our favorite Woody Allen flicks, but not a way to run a bike race.'),(8266,174,'2007-05-29 15:47:22','Daily Diversion','We\'ve done Haiku. We\'ve done Limericks... so today, we\'re asking you to submit your favorite cycling-related joke. (And, no, Frank Vandenbroucke doesn\'t count). Send it on and we\'ll post some of our favorites (with appropriate credit, of course).'),(8267,174,'2007-05-29 15:52:04','Post Rest day','recovery, the prospect of tomorrow\'s killer stage up to the brutal Monte Zoncolan and a steady rain have conspired to keep this day\'s pace remarkably slow. The only excitement of the day is that we just spotted Paolo Bettini skillfully remove a plastic bag from his wheel without stopping.'),(8268,174,'2007-05-29 15:56:33','At km 112','The Liquigas team is setting tempo up in front of the peloton. The rest of the group is trailing along. The pace is picking up a bit and we may see an attack on that little series of hills near the finish. There are three climbs, with only one ranked: The Category 3 climb at Bannberg, which tops out 27km from the finish. '),(8269,174,'2007-05-29 16:00:00','A classic joke','Reader Ed Van Rens sends in an old favorite. It\'s worth repeating, for sure

    So these three cyclists go out for a late fall training ride. They\'re hammering along when suddenly they hit a spot of black ice and fly off a cliff. When the first cyclist opens his eyes, an angel is standing before him.

    \"Who do you wish to be?\" asks the angel.

    \"Huh?\" says the cyclist.

    \"Look, you rode well and lived well. When you get to heaven you can choose to transform yourself into any rider who ever lived.\"

    Just then a racer in wool shorts and short-sleeved jersey whooshes by on a green bike. \"Hey!\" says the cyclist. \"That\'s...\"

    \"...One of your friends\", says the angel, \"He chose to be Fausto Coppi. So who do you wish to be?\"

    At that moment The Cannibal rips by them. \"Awww man,\" says the cyclist. \"My other friend already took Eddy, didn\'t he?\"

    \"Oh, no,\" says the angel. \"Your other friend lived. That\'s just God. He wishes he was Eddy Merckx.\"

    '),(8270,174,'2007-05-29 16:05:00','Attack!!!','Attack! Benoit Joachim (Lux), Astana and Laurent Mangel (F), Ag2r Prevoyance have jumped off the front. They have 20 seconds on the field and a small chase group is forming up, too.'),(8271,174,'2007-05-29 16:10:00','Across the border.','The race is now in Austria... it doesn\'t appear that anyone is being stopped by customs, which is a perfect seque for Beth Lock\'s joke submission:
    A cyclist was stopped by customs.

    \"What\'s in the bags?\", asked the officer, pointing to his panniers.

    \"Sand,\" said the cyclist.

    \"Let me take a look\", said the cop. The Cyclist did as he was told, emptied the bags, and proving they contained nothing but sand, refilled the bags, and continued across the border.

    A week later, the same thing happened, and continued every week for a year, until one day the cyclist with the sand bags failed to appear.

    A few months later, the cop saw the cyclist living it up downtown. \"You sure had us foxed\", said the cop. \"We knew you were smuggling something across the border. I won\'t say a word - but what was it you were smuggling?

    \"Bicycles!\"\r\n

    '),(8272,174,'2007-05-29 16:17:43','The escapees','Are just ahead of a 13-man chase group. We see Julian Dean in that group. '),(8273,174,'2007-05-29 16:20:23','In the peloton','there appears to be little or no interest in mounting a big chase. The Liquigas boys are setting tempo at the front, but the pace back there is pretty relaxed. '),(8274,174,'2007-05-29 16:24:54','At 138km','the lead group is now composed of 13 riders. They only have about 20 seconds on the peloton.'),(8275,174,'2007-05-29 16:25:47','Jokes','We\'ve gotten several, but we have to hold off posting now that things have picked up. We\'ll sort through them and offer some in the early portion of tomorrow\'s coverage.'),(8276,174,'2007-05-29 16:31:06','The leaders -','- and the peloton are on the series of climbs that mark the next few kilometers.'),(8277,174,'2007-05-29 16:35:00','Bettini','makes a quick bike switch. He has to be frustrated in this Giro. He\'s really been trying to win a stage and has missed out.

    The leaders are breaking up. These hills really have broken things up, both up front and in the peloton.'),(8278,174,'2007-05-29 16:36:00','The lead group','has been trimmed to three riders.... we see Laurent Mangel (Ag2r Prévoyance) of the original break and Pietro Caucchioli (Crédit Agricole) and Ricardo Serrano Gonzalez (Tinkoff).'),(8279,174,'2007-05-29 16:38:15','Chasing','Sven Krauss (Gerolsteiner) is chasing. In back, the Liquigas team is setting tempo at the front of the peloton.'),(8280,174,'2007-05-29 16:41:44','Unrated','Doesn\'t mean easy. This first climb has ramps that reach 16 percent. Two riders have now joined up with the three leaders.'),(8281,174,'2007-05-29 16:43:36','Up front:','We have Laurent Mangel (Ag2r Prévoyance), Pietro Caucchioli (Crédit Agricole), Ricardo Serrano Gonzalez (Tinkoff), José Luis Rubiera (Discovery Channel) and Lorenzo Bernucci (T-Mobile) with Stefano Garzelli closing in.'),(8282,174,'2007-05-29 16:44:33','Lorenzo Bernucci','Has been dropped. Garzelli is still a ways back, but the gap to the peloton is now 2:13 back.'),(8283,174,'2007-05-29 16:45:40','To underscore','just how tough this little unrated climb is, we see Garzelli really struggling on this climb.'),(8284,174,'2007-05-29 16:51:30','40km','Laurent Mangel (Ag2r Prévoyance), Pietro Caucchioli (Crédit Agricole), Ricardo Serrano Gonzalez (Tinkoff), José Luis Rubiera (Discovery Channel) lead a small group that includes Joachim, Lastras, Garzelli and Dean by about 25 seconds. The peloton, meanwhile, is back at around 2:30.'),(8285,174,'2007-05-29 16:51:32','40km','Laurent Mangel (Ag2r Prévoyance), Pietro Caucchioli (Crédit Agricole), Ricardo Serrano Gonzalez (Tinkoff), José Luis Rubiera (Discovery Channel) lead a small group that includes Joachim, Lastras, Garzelli and Dean by about 25 seconds. The peloton, meanwhile, is back at around 2:30.'),(8286,174,'2007-05-29 16:53:30','Garzelli','The Garzelli group has made contact with the four leaders. There are still about 10km of hilly roads here, but if this group remains intact, you have to keep Julian Dean in mind as a favorite for a sprint.'),(8287,174,'2007-05-29 16:57:48','35km','To go... there is a chase group about 20 seconds back and the peloton is more than 2:20 back.'),(8288,174,'2007-05-29 16:59:35','Garzelli','attacks on the descent. He has that nice little Cat. 3 ahead... and will use that to put more time on the others in the break. Meanwhile, the peloton hits the 35km mark at 3:22.'),(8289,174,'2007-05-29 17:03:51','Garzelli','Is on the climb... but he\'s not getting enough of an advantage on the climb to hold off a strong chase on the flats. With 30km to go, he only has 16 seconds on the other men in the break'),(8290,174,'2007-05-29 17:06:05','Dean is dropped.','Julian Dean has been dropped by that little group chasing Garzelli. \r\n'),(8291,174,'2007-05-29 17:09:08','Garzelli','is riding right on the rivet. He\'s really driving it and adding to his advantage.'),(8292,174,'2007-05-29 17:11:45','Garzelli','crests the Cat. 3 climb with a 45-second advantage over the chase group. Ahead, he gets a long descent - about 9km - and then 16km of flats. Can he hold these guys off?'),(8293,174,'2007-05-29 17:12:03','Dean','hits the summit at 1:22.'),(8294,174,'2007-05-29 17:13:58','Garzelli','is doing a good job on the descent, but he\'s showing a bit of caution, given that there was a rain storm a bit ago.'),(8295,174,'2007-05-29 17:16:47','Well,','we know some people aren\'t chasing. The peloton hits the summit of the Cat. 3 5:59 behind Garzelli.'),(8296,174,'2007-05-29 17:17:00','Garzelli is 19km from the finish.','He\'s still descending and the roads are really wide here... he\'s flyin\' but the guys behind him aren\'t losing any time on him here.'),(8297,174,'2007-05-29 17:20:08','On the flats.','Today\'s closer is a 16km lap around Lienz. The roads are dry and Garzelli has passed through the start-finish area. The chase group is at 45 seconds.'),(8298,174,'2007-05-29 17:21:46','15km','to go. Garzelli is holding a 44 second advantage.'),(8299,174,'2007-05-29 17:23:06','There is a second chase','group is out there. It\'s composed of many of the men of that original break, but they\'re at 2:32... so not a factor. THe peloton is at 6:36.'),(8300,174,'2007-05-29 17:24:00','The gap','is at 41 seconds, with Garzelli leading a group of Laurent Mangel (Ag2r Prévoyance), Pietro Caucchioli (Crédit Agricole), Ricardo Serrano Gonzalez (Tinkoff) and José Luis Rubiera (Discovery Channel) '),(8301,174,'2007-05-29 17:28:08','With 10km to go','Garzelli is 37 seconds ahead of the chase group.'),(8302,174,'2007-05-29 17:31:00','35 seconds','Garzelli is 7.5 km from the finish and holding a 35-second lead over the chase group of five. The second chase group is at 2:35 and the peloton is in another time zone.'),(8303,174,'2007-05-29 17:31:26','With 7km','to go, the gap is 33 seconds'),(8304,174,'2007-05-29 17:32:20','Lastras',' is too fast for these guys... there was a big gap last time he pulled through.'),(8305,174,'2007-05-29 17:32:48','With 6km to go','The gap is 31 seconds.'),(8306,174,'2007-05-29 17:34:53','The chasers','Are beginning to worry about each other.... Garzelli hits 5km to go and the chase group is 34 seconds back. Lastras tries a dig and heas off on his own.'),(8307,174,'2007-05-29 17:36:39','Garzelli looks like','he may be able to pull this one off. He\'s 4km fromt he finish and the Lastras dig easn\'t successful and it seems to have damaged the alliance back there. The gap is holding at 34 seconds.'),(8308,174,'2007-05-29 17:37:47','2.5km to go','and Garzelli is holding at 33 seconds. He can\'t be accused of getting a boost from the TV moto this time.'),(8309,174,'2007-05-29 17:38:09','40 seconds','with 2km to go. He\'s putting time on these guys.'),(8310,174,'2007-05-29 17:39:05','The chase has sputtered','Now the five chasers know what\'s up... '),(8311,174,'2007-05-29 17:39:47','Garzelli is heading home','He\'s in the final kilometer.'),(8312,174,'2007-05-29 17:40:00','Steffano Garzelli','wins his second stage win of the 2007 Giro d\'Italia. A great ride by one of our favorite riders in the peloton. '),(8313,174,'2007-05-29 17:41:00','Let\'s see','who emerges out of the chase group. Mongel, the man who initiated the day\'s original break gets second.

    With Garzelli starting the day more than 20 minutes down on GC, the peloton\'s arrival more than seven minutes back won\'t really affect the overall, but we always like to see this guy win.'),(8314,174,'2007-05-29 17:46:36','Today\'s contest','was won by David Rairdan. We\'ve sent you a note, David. Congratulations.'),(8315,174,'2007-05-29 17:47:24','Okay folks','that\'s a wrap. Thanks for stopping by and be sure to tune in tomorrow. We\'re expecting a beautiful stage tomorrow.'),(8316,175,'2007-05-30 13:02:01','Good day and welcome','to VeloNews.com\'s Live Coverage of the 17th stage of the 2007 Giro d\'Italia, a short, but brutal ride from Lienz, Austria, back into Italy with a spectacular finish atop Monte Zoncolan, often described as the hardest road in Europe. As feared as the mythical climbs of the Angliru, Mortirolo and L\'Alpe d\'Huez, the 10.1 kilometer Zoncolan gains 1203 meters for an average grade of 11.9 percent, with sections in excess of 20 percent. \r\n'),(8317,175,'2007-05-30 13:13:33','Today\'s weather','The weather in Lienz today is mostly cloudy and cool with temperature of 12°C. Winds 21km NNW. Humidity will be 78% and a 40% chance of rain. The weather atop Zoncolan, too, is cloudy, with a threat of rain. It\'s chilly but it\'s not raining at this point.\r\n'),(8318,175,'2007-05-30 13:12:00','And they\'re off','The peloton has rolled out of Lienz, with 142 riders. One rider who arrived here yesterday is not there today. Aketza Pena Iza (Euskaltel-Euskadi), could not start because he is sick...\r\nsick over being suspended for a doping positive at the Tour of Trentino.'),(8319,175,'2007-05-30 13:36:23','Rollin\' rollin\' rollin\'','The peloton is at the 18km mark. At this point, the group is intact... perhaps folks are thinking of the road ahead. Up there we have the Category 2 climb up the Monte Croce di Comelico at km55.9. There is another Cat. 2 at Tualis at km116 and then the finishing climb up the Category 1 climb up Monte Zoncolan. Please recall that at the Giro, Cat. 1 is as high as it gets, folks. There is no hors categorie or its equivalent at this race. If this were at the Tour de France, it would easily qualify as an HC climb.'),(8320,175,'2007-05-30 13:45:47','We have an attack','There are 12 riders off the front of the peloton. We are working to ID the escapees.'),(8321,175,'2007-05-30 13:57:00','The attackers have worked','like dogs and have built up a nice lead of 2:30, at 35km. We don\'t have all of the IDs yet, but we\'d be surprised if there were any GC threats in that bunch.

  • Massimo Codol (Acqua e Sapone)
  • Carl Naibo (Ag2r)
  • Yoann Le Boulanger (Bouygues Telecom)
  • Jussi Veikkanen (Francaise Des Jeux)
  • Dario Cioni (Predictor-Lotto)
  • Mario Aerts (Predictor-Lotto)
  • Mauricio Ardila Cano (Rabobank)
  • Paolo Bettini (Quick Step)
  • Addy Engels (Quick Step)
  • Mauro Facci (Quick Step)'),(8322,175,'2007-05-30 14:03:53','Today\'s contest','In honor of today\'s climbing stage, we\'re offering a copy of Owen Mulholland\'s\r\n\"Uphill\r\nBattle-cycling\'s great climbers\" as the prize for today\'s contest.\r\n

    \r\n

    Decide who you think will win today\'s stage and then send that choice\r\nto Rosters@InsideInc.com. We\r\nwill randomly select a single winner from among the correct submissions.'),(8323,175,'2007-05-30 14:07:18','Comments?','Comments? Questions? Gripes? Drop\r\nus a line.'),(8324,175,'2007-05-30 14:10:00','The gap','at 41km is around 3:00. The Liquigas and Saunier Duval teams - those of Di Luca and Simoni - are setting tempo at the front of the field. Race radio is reporting that Paolo Bettini is in the group. We\'ll get more IDs, but Bettini deserves a pat on the back for his tenacity.'),(8325,175,'2007-05-30 14:15:15','The road','The leaders are on the Monte Croce di Comelico and holding a lead still around 3:00'),(8326,175,'2007-05-30 14:24:44','Gear selection','There are several riders who\'ve slapped triples on today. Even the maglia rosa has opted for 34X29... that\'s the sort of gearing you\'d put on a mountain bike. We\'ve had MTB doubles on some of our cross-country bikes and that\'s about the gear choice, too. Again, this is a Category 1 climb only because the Giro doesn\'t use the hors categorie designation.'),(8327,175,'2007-05-30 14:30:13','Up an over...','the leaders are working their way down the back side of the Monte Croce di Comelico and it will be another 60km before they hit a rated climb, although there is another bump in the road at km 89.'),(8328,175,'2007-05-30 14:32:37','Weather at the finish','It\'s clearing up a bit. It\'s still cloudy, but we do have some sun sightings.'),(8329,175,'2007-05-30 14:41:28','Time gaps','The escapees have upped their advantage to 5:15.'),(8330,175,'2007-05-30 14:45:53','Our leaders','are at 66km and the gap is dropping. It\'s now down around 4:40'),(8331,175,'2007-05-30 14:47:27','Contest Reminder','In honor of today\'s climbing stage, we\'re offering a copy of Owen Mulholland\'s\r\n\"Uphill\r\nBattle-cycling\'s great climbers\" as the prize for today\'s contest.\r\n

    \r\n

    Decide who you think will win today\'s stage and then send that choice\r\nto Rosters@InsideInc.com. We\r\nwill randomly select a single winner from among the correct submissions.'),(8332,175,'2007-05-30 14:47:48','Questions? Comments? Gripes?','Comments? Questions? Gripes? Drop\r\nus a line.'),(8333,175,'2007-05-30 14:54:19','At 73km','the leaders are 4:42 ahead of the peloton. Saunier Duval and Liquigas are sharing the work in the main field.'),(8334,175,'2007-05-30 15:00:00','Your choices and our bet','Looking at your contest entries, folks, they seem to be pretty much divided between Simoni, Cunego and Schleck. Mmmmm.... we can\'t disagree, but we\'re gonna be something of the contrarian and bet on Perez Cuapio. For sure, he hasn\'t shown the flashes of brilliance that he did back when he made his Giro debut, but this is one of those climbs that might just suit a rider of his talents. We are, by the way, not all that good at predicting things, so don\'t put to much stock in that choice.'),(8335,175,'2007-05-30 15:07:58','The gap is holding','between 4:45 and 5:00. The work back in the peloton is still being handled by Liquigas and Saunier Duval.'),(8336,175,'2007-05-30 15:10:19','At 83km','The leaders are working their way up the unranked climb that peaks out at 93km. There is also a intermediate sprint at 89km, but there won\'t be a lot of competion for that.

    Huge crowds at the finish by the way, today. These folks know where the big show is gonna be.'),(8337,175,'2007-05-30 15:15:32','Up front','

  • Massimo Codol (Acqua e Sapone)
  • Carl Naibo (Ag2r)
  • Yoann Le Boulanger (Bouygues Telecom)
  • Fortunato Baliani (Panaria)
  • Markel Irizar (Euskaltel)
  • Jussi Veikkanen (Francaise Des Jeux)
  • Dario Cioni (Predictor-Lotto)
  • Mario Aerts (Predictor-Lotto)
  • Mauricio Ardila Cano (Rabobank)
  • Paolo Bettini (Quick Step)
  • Addy Engels (Quick Step)
  • Mauro Facci (Quick Step)'),(8338,175,'2007-05-30 15:29:33','The lead group','has upped its advantage to 5:30... Liquigas is driving the chase and the pace is quite brisk'),(8339,175,'2007-05-30 15:38:26','With 40km to go','the 12 men in the lead have 5:15 on the main field'),(8340,175,'2007-05-30 15:48:00','What can we expect?','Saunier Duval sport director Joxean Matxin Fernandez says the team will try to blow up the race today: \"This is a climb well-suited for Simoni and we think we can put Di Luca under pressure. We also have the cards of Piepoli and Ricco to play. We are obviously stronger in the mountains than Liquigas because we saw Di Luca isolated the other day. It\'s difficult to imagine gaining the pink jersey, but not impossible.\"'),(8341,175,'2007-05-30 15:50:06','With 35km to go','The gap is holding, but things should change here pretty soon.'),(8342,175,'2007-05-30 15:54:58','David Arroyo','the Spanish rider on Caisse d\'Epargne - says he thinks Di Luca will be able to hang on: \"Di Luca is the favorite for victory, then Mazzoleni, then Simoni. Di Luca is the strongest and he has a good team. Plus he races with \'cold blood\' (sangre fria). I am happy with my seventh place so far and things have been going pretty well. I hope not to lose too much time today and try to keep my seventh place.\" \r\n

    The Mazzoleni upward trajectory continues - he has gone from 21st in stage 10 at 5:51 back to second at 1:51 back'),(8343,175,'2007-05-30 15:58:03','The peloton','The peloton is shrinking on this climb as Liquigas and Saunier Duval set a tough pace at the front of the lead group, now down to about 40 riders '),(8344,175,'2007-05-30 15:58:11','','It will be interesting to see how Andy Schleck can hold up - looks like there\'s only one other CSC jersey in this group right now. He\'s 3rd overall and holds the best young rider\'s jersey less than 50 seconds ahead of Riccardo Ricco. '),(8345,175,'2007-05-30 16:01:09','With 23km remaining,','the leaders are holding on to a 4:30 advantage over the main field.'),(8346,175,'2007-05-30 16:01:47','Di Luca on Eddy M','Di Luca will be looking to put some distance between himself and Mazzoleni. \"I would like to gain more time on him because he can be dangerous in the time trial on Saturday,\" Di Luca said. \"If he\'s within two minutes, that\'s too close.\"'),(8347,175,'2007-05-30 16:03:15','Attack','There has been an attack out of the break. Cioni, Baliani and Codol are moving ahead of the break.'),(8348,175,'2007-05-30 16:04:07','20km to go',''),(8349,175,'2007-05-30 16:04:44','Data point','Five out of the past six winners held the maglia rosa in stage 16 to go on to win the overall title. The exception was in 2002 when Cadel Evans held the maglia rosa, but late collapsed on Passo Noe to open the door for Paolo Savoldelli to claim outright victory. '),(8350,175,'2007-05-30 16:08:10','back in the field','The Saunier Duval team has Ricco, Piepoli and Simoni in the gruppo maglia rosa'),(8351,175,'2007-05-30 16:09:41','15km to go.','The leaders are coming down the final drop before the big climb.'),(8352,175,'2007-05-30 16:12:11','The Cioni break','has been pulled back. The men in the original break are now heading for that killer final 10km.'),(8353,175,'2007-05-30 16:12:41','Commesso','has had a mechanical. He\'s back.'),(8354,175,'2007-05-30 16:14:54','Rock and roll','The leaders are on the climb'),(8355,175,'2007-05-30 16:15:00','We need to get a time gap','The Zoncolan is rated as the steepest climb in Europe, behind the Mortirolo, Finestre and Angliru. The 10.1 kilometer Zoncolan gains 1203 meters for an average grade of 11.9 percent, with sections in excess of 20 percent. \r\n'),(8356,175,'2007-05-30 16:16:47','The maglia rosa','group is at 4:00.'),(8357,175,'2007-05-30 16:17:44','Up north in Bavaria','Andre Schulze (Wiesenhof) beat Stuart O\'Grady in the frist stage at Bayern Rundfarht with Erik Zabel taking fourth '),(8358,175,'2007-05-30 16:18:38','With 9m to go','9km for front group, with Ardila leading the way. The Liquigas team is charging into the climb, with four Liquigas riders still there.'),(8359,175,'2007-05-30 16:20:04','Team cars','Are peeling off. They aren\'t allowed on this climb. The gap back to the maglia rosa group is at 4:00 at the 10km banner.'),(8360,175,'2007-05-30 16:21:00','Mayo','Mayo surges to front - Iban better cut back on the tapas before the Tour. Mayo, though, means that there are four SD\'s in the mix.

    Cioni setting pace in front group with 8km to go - a former mountain biker, he could do well with this gearing.'),(8361,175,'2007-05-30 16:22:54','Didi','Didi the devil is out there... he lives for days like this.'),(8362,175,'2007-05-30 16:23:14','Simoni','is starting to show his face on the right side of the maglia rosa group.'),(8363,175,'2007-05-30 16:24:18','Cioni','is driving hard at the front group. The lead group has seriously fractured.'),(8364,175,'2007-05-30 16:24:54','Mayo','is up front with Piepoli and Ricco and Simoni coming on up.'),(8365,175,'2007-05-30 16:25:00','The maglia rosa group.','Just picked up Markel Irizar (Euskaltel) from the break. Savoldelli pulling Mazzoleni to the fast reducing bunch with -8km for the leaders ... Cioni is now 3:20 ahead '),(8366,175,'2007-05-30 16:26:18','','Pellizotti now at front, with Savoldelli, Mazzoli, Cunego in front of Di Luca and Ricco, Piepoli still there for Simoni '),(8367,175,'2007-05-30 16:26:36','Chicken','Rasmussen is there - maybe hoping to make a run for the stage win '),(8368,175,'2007-05-30 16:26:53','Cioni','is alone.'),(8369,175,'2007-05-30 16:27:45','Mazzoleni','is losing contact.'),(8370,175,'2007-05-30 16:28:31','Simoni','Simoni accelerates, with Di Luca, Schleck, Ricco and Cunego ... Piepoli and Perez Cuapio trying to stay close '),(8371,175,'2007-05-30 16:29:21','Perez Cuapio','is losing contact now (so much for our pick). Mazzoleni has blown - if Schleck stays put, he\'ll move into second '),(8372,175,'2007-05-30 16:30:43','Simoni','is driving at the front. He and the riders with him are pulling back several riders from the break. Simoni, Di Luca, Cunego, Piepoli and Schleck are now at front ...Ricco is dropped.'),(8373,175,'2007-05-30 16:32:33','','The men in the gruppo maglia rosa: Simoni, Piepoli, Di Luca, Cunego, and Schleck. He\'s impressive - hanging with the big boys - he turns 22 a week after the Giro ends '),(8374,175,'2007-05-30 16:33:19','Simoni','is upping the pace.... he\'s got a gap. Cunego is leading the chase. Up front, Cioni has 2:35'),(8375,175,'2007-05-30 16:34:38','Simoni','is ticking up the climb like a machine, the gap is maybe 15 seconds, but Di Luca has been dropped from that chase group.'),(8376,175,'2007-05-30 16:36:05','Simoni','is adding to his lead... but he did start the day at 3:19 down on GC. Simoni reeling in Ardila from the break with Schleck, Cunego and Piepoli chasing and with Di Luca about 10m back.'),(8377,175,'2007-05-30 16:36:19','','Piepoli is marking Schleck\'s wheel, with Cunego losing contact! '),(8378,175,'2007-05-30 16:36:38','Di Luca','is losing ground.'),(8379,175,'2007-05-30 16:37:38','Cioni','is five km fromt he finish. He has about 2:00 on Simoni'),(8380,175,'2007-05-30 16:38:00','Schleck','is closing in on Simoni... and Piepoli moving up on the young CSC man\'s wheel. Cunego is maybe 15 seconds back and Di Luca another 10 behind that.'),(8381,175,'2007-05-30 16:39:29','Simoni','and Schleck are within five km of the finish and less than two minutes behind Cioni.'),(8382,175,'2007-05-30 16:40:08','Schleck','Simoni and Piepoli are together... and 1:38 back from Cioni.'),(8383,175,'2007-05-30 16:40:36','Di Luca','trailing Simoni by 40 seconds.'),(8384,175,'2007-05-30 16:41:47','','No fences here, so fans are trying to push up the riders. Di Luca just called off someone, riders in the laughing group might not be so insistent \r\n

    Cunego is suffering between the Gibo group with Di Luca measuring his efforts behind '),(8385,175,'2007-05-30 16:43:37','Simoni','gets Baliani....Schleck is setting tempo with Simoni and Piepoli on his wheel. At the end of yesterday\'s stage, Schleck said: \"The legs have been good so far in all the summit finishes, so I hope I have one more good day in my legs.\"

    Bettini - another remnant of the break - is caught.'),(8386,175,'2007-05-30 16:44:31','Piepoli','setting tempo now. Cioni is noticeably slower than the elite climbers in pursuit.'),(8387,175,'2007-05-30 16:45:08','Cioni','is only 40 seconds ahead of the Simoni group.'),(8388,175,'2007-05-30 16:45:52','','Schleck is bound to stay in white for best young rider\'s jersey - back in Giro for first time since 1994 when Evgeni Berzin won it.

    Cunego is about 20sec back, Di Luca about 30sec back of the Gibo group '),(8389,175,'2007-05-30 16:46:20','Cobol','one of the men in the break, has fought back to Cioni...'),(8390,175,'2007-05-30 16:46:54','Piepoli','is driving hard at the front. Di Luca has fought his way back to Cunego.'),(8391,175,'2007-05-30 16:47:00','Codol','is now moving ahead of Cioni. Does he have the gas to fight this all the way to the finish?'),(8392,175,'2007-05-30 16:47:58','Closing in','Piepoli, Schleck, Simoni - in that order - pulling close with 3km remaining.'),(8393,175,'2007-05-30 16:48:35','Cunego','and Di Luca are together.'),(8394,175,'2007-05-30 16:49:00','Cioni','was almost doing a track stand... ouch. Caught and passsed by the Gibo\' group.'),(8395,175,'2007-05-30 16:50:00','Coming up on Codol','Simoni, Piepoli and Schleck are about to reel in Cobol.'),(8396,175,'2007-05-30 16:52:03','Finally','the riders are entering a portion that has dufus barriers on both sides of the road.'),(8397,175,'2007-05-30 16:52:58','Codol','caught'),(8398,175,'2007-05-30 16:53:54','Piepoli','driving hard.... He, Simoni and Schleck are in the lead, with Codol hanging on.'),(8399,175,'2007-05-30 16:54:20','Schleck','Schleck said he lacks the finishing punch to try to sprint to victory, so he said he would try to attack from afar to solo in for a win ... '),(8400,175,'2007-05-30 16:54:47','Codol','dropped.'),(8401,175,'2007-05-30 16:55:15','The leading trio are heading','to the final kilometer. '),(8402,175,'2007-05-30 16:55:00','Di Luca','is only 16 seconds back. The leaders are pushing through a narrow, dark tunnel ... with Piepoli leading the way and now on the final kilometer.\r\n'),(8403,175,'2007-05-30 16:56:55','The top of the mountain','The summit is covered with people... all of whom walked up here, because there were no cars permitted.'),(8404,175,'2007-05-30 16:57:43','500 meters','They used soldiers to hold back the crowds.'),(8405,175,'2007-05-30 16:58:18','Schleck is dropped','as Piepoli and Simoni hit it on the 16% slope.'),(8406,175,'2007-05-30 16:58:41','Piepoli','hands this one to the boss man... Simoni wins it.'),(8407,175,'2007-05-30 16:58:55','Schleck finishes third','at 0:05'),(8408,175,'2007-05-30 16:59:26','Di Luca','at 31 seconds

    Cunego at 35

    Codol at 58 seconds.'),(8409,175,'2007-05-30 17:00:34','Bruseghin','Remember him? He\'s in at 1:58 and we\'re still waiting for Mazzoleni.'),(8410,175,'2007-05-30 17:00:48','Mazzoleni','comes in at 2:25.'),(8411,175,'2007-05-30 17:01:16','GC','Even if you factor in the time bonuses shouldn\'t be enough to bounce Simoni ahead of Schleck in the GC. Schleck moves into second on GC'),(8412,175,'2007-05-30 17:02:02','Bettini','Comes in at 2:34 or so. Bit bad. Our quick math shows that Mazzoleni is now 5th on GC.,'),(8413,175,'2007-05-30 17:02:36','Garzelli','comes in at 3:42'),(8414,175,'2007-05-30 17:06:43','GC','Di Luca
    2. Schleck at 2:24
    3. Simoni, at 2:28
    4. Cunego, at 3:29'),(8415,175,'2007-05-30 17:11:03','Okay folks','that\'s a wrap. Thanks for tuning in, today.'),(8416,176,'2007-05-31 14:01:00','Good day and welcome','to VeloNews.com\'s Live Coverage of the 18th stage of the 2007 Giro d\'Italia, a flat 203-kilometer ride from Udine to Riese Pio X.

    Today\'s stage began at around 12:30 and there were several attacks from the gun, but it wasn\'t until km 35 that a group of seven riders managed to slip away. That group is now at 75km and holds a 2:15 lead over the main field.'),(8417,176,'2007-05-31 14:09:42','The men in the break','Here is a list of the men in the break (along with their positions on GC)

  • 16. Vila Errandonea Francisco J. (Sp), Lampre, 16:32\r\n
  • 73. Addy Engels (Nl), Quick Step-Innergetic, 1:49:00
  • 86. Eric Berthou (F), Caisse d\'Epargne, 2:01:18
  • 117. Maxim Gourov (Kaz), Astana, 2:34:24
  • 119. Franck Renier (F), Bouygues Telecom, 2:38:00
  • 122. Pedro Horrillo Munoz (Sp), Rabobank, 2:41:51
  • 130. Mikhail Ignatiev (Rus), Tinkoff, 2:50:51\r\n'),(8418,176,'2007-05-31 14:11:31','At 82km','The escapees only enjoy a two-minute lead. One indicator of just how this day may turn out is the fact that Milram is setting tempo at the front of the field. Petacchi wants another stage win, folks, and this is certainly the place to do it.'),(8419,176,'2007-05-31 14:22:34','Today\'s contest','Today\'s contest is probably going to be determined by whether this or another\r\nescape attempt succeeds or if the sprinters\' teams manage to control the\r\nfield up to the finish. Your call. Send\r\nin your pick for today\'s stage winner. We\'ll make a random selection\r\nfrom among the correct entries and we\'ll send the winner\r\na poster featuring a stellar Graham Watson shot from the 2005 Giro.\r\nIndeed, the shot of the peloton heading up the Stelvio in 2005 is so impressive,\r\nit\'s what we have hanging behind the reception desk at VeloNews world headquarters\r\nin Boulder, Colorado.'),(8421,176,'2007-05-31 14:29:04','Bjarne Riis','Danish radi is reporting today that the Danish Sports Hall of Fame has revoked its admission of Bjarne Riis and removed any references to the 1996 Tour winner.

    \"Bjarne Riis has admitted to being doped. We therefore consider that his performance was faked,\" said Sporten Else Trangbaek, president of the commission that elects sports stars to the list. \"And for that reason he cannot be among the greatest sportsmen.\"

    It really shouldn\'t come as a big surprise, since Riis was specifically cold-shouldered a few years back when the Queen of Denmark specifically did not invite him to a presentation honoring the country\'s greatest sports heroes.

    We sure do hope this latest round of admissions and heightened scrutiny will once and for all clean the sport up. We were naive enough to think that the 1998 Festina scandal was going to be enough to remind riders that the risks exceeded the potential benefits.... so, we\'ll hold off making brash and hopeful predictions for this round.'),(8422,176,'2007-05-31 14:33:54','Two hours of saddle time','and the pace has been quite high. Indeed, over this last hour, the escapees covered 47.05km. Right now the break only has an advantage of about 1:45, so we\'re not expecting too much from these guys. The problem Quick Step and Milram have, however, is that if they pull these fellers in too quickly, it\'ll encourage another attack. It may be that knowing that they might ease off over the next few kilometers and we might just see that gap stretch out a bit. Let\'s see.'),(8423,176,'2007-05-31 14:35:56','At 93km','the gap is just around 1:40.'),(8424,176,'2007-05-31 14:37:11','Questions?','Questions? Comments? Wanna tell us how off-the-mark we are? Go ahead, drop\r\nus a line!'),(8425,176,'2007-05-31 14:53:51','Lunch','The leaders are heading toward the feedzone. We\'ll get a good time check there, we\'re sure'),(8426,176,'2007-05-31 15:03:00','Time check','Our latest time check puts the men in the lead at 2:30. '),(8427,176,'2007-05-31 15:12:54','Schleck','Seems destined to get the best young rider\'s jersey for this Giro. He solidifies his grasp on the jersey yesterday, finishing right behind Simoni and Piepoli, on a day that Ricco faded. He now leads the whte jersey race by 2:55.'),(8428,176,'2007-05-31 15:17:30','Milram','and Liquigas have upped the pace and the gap is at 1:42'),(8429,176,'2007-05-31 15:22:36','Reader Question','Jesse Bump writes to ask an interesting question:

    Would you be willing to comment briefly on some of the look and feel\r\ndifferences between the Giro and the Tour? I saw Hincapie\'s comparison\r\na couple weeks ago and am looking for more.

    For the past three years I\'ve been lucky enough to live in Florence and\r\nI\'ve caught six Giro stages in person and almost all the others on RAI\r\nand your live update. The Giro amounts to a public festival in every\r\ntown it passes. Folks of all ages get out and participate. It\'s so\r\nfriendly and so representative that it restores a little faith in\r\nhumanity. Does the tour feel like that?

    Personally, Jesse, as reporters most of the folks I travel with enjoy the Giro more, simply because it\'s more relaxed. The Tour is wonderful and you will see that same festival atmosphere throughout France in July, but there is so much pressure on the riders, so much attention and so much money at stake, it isn\'t quite the same atmosphere behind the scenes. The Giro, though, has a much mellower environment and the Vuelta is our personal fav\'.'),(8430,176,'2007-05-31 15:23:56','Little headway','At 135km the break is still hovering around 1:45 ahead of the field.'),(8431,176,'2007-05-31 15:31:19','Reader question','Scott McGhee writes in to ask about the fact that several riders have negative numbers on the Points tally. Odd as it seems, the Giro sometimes deducts points as a penalty for a particular infraction. When that occurs to riders who don\'t have many points to begin with, you see that.'),(8432,176,'2007-05-31 15:33:39','1:44','The leash is short today.\r\nThe peloton is leaving these guys out there, but they aren\'t letting them too far up the road. Tired from yesterday\'s climb, maybe the teams prefer a steady ride, rather than ramping it up for the last 60 or so kilometers.'),(8433,176,'2007-05-31 15:37:41','A reminder','of who is up there:
    Here is a list of the men in the break (along with their positions on GC)
  • 16. Vila Errandonea Francisco J. (Sp), Lampre, 16:32
  • 73. Addy Engels (Nl), Quick Step-Innergetic, 1:49:00
  • 86. Eric Berthou (F), Caisse d\'Epargne, 2:01:18
  • 117. Maxim Gourov (Kaz), Astana, 2:34:24
  • 119. Franck Renier (F), Bouygues Telecom, 2:38:00
  • 122. Pedro Horrillo Munoz (Sp), Rabobank, 2:41:51
  • 130. Mikhail Ignatiev (Rus), Tinkoff, 2:50:51

    The gap is holding at 1:45.\r\n'),(8434,176,'2007-05-31 15:39:12','In the peloton','the Liquigas team is doing its duty as the maglia rosa squad, but the Milram, Saunier Duval and Quick Step teams have riders up there, too.'),(8435,176,'2007-05-31 15:45:30','Reader comment','Mark Crosby writes

    I am extremely impressed by Alessandro\'s mid-pack finish yesterday and continued march to Milan. Much more impressive than the sprinters who quit before the mountains.
    We agree Mark, Petacchi\'s return is impressive enough, but finishing a mere 11:00 down yesterday was quite good. He\'s aiming for the points jersey, of course, but he would love to win another stage today.'),(8436,176,'2007-05-31 15:48:00','The gap','is now at 1:35, with 47km remaining.'),(8437,176,'2007-05-31 15:55:30','Comments?','Questions? Comments? Go ahead, drop\r\nus a line!'),(8438,176,'2007-05-31 16:01:00','SRAM','We\'ve had several notes pointing out this year\'s successful debut of the SRAM gruppo. With Piepoli, Ricco and Simoni each winning at the Giro, that\'s a pretty nice introduction for an American-made group in the ProTour, eh?

    We like the group and we even have something of an affinity for the folks at SRAM. SRAM\'s minister of propaganda - or whatever they call PR flacks these days - used to work with us as an ad salesman at VeloNews. A big shout out to our friend, Mr. Zellman.'),(8439,176,'2007-05-31 16:03:00','At km 161','the time gap is inching toward 2:00. The Milram, Saunier Duval and Quick Step teams are all lending a hand.'),(8440,176,'2007-05-31 16:09:39','With 40km to go','our leaders are 1:36 ahead of the peloton.'),(8441,176,'2007-05-31 16:12:59','The gap','is shrinking. The leaders are 1:20 ahead of the peloton.'),(8442,176,'2007-05-31 16:14:50','With 36km','remaining, the gap is 1:11.'),(8443,176,'2007-05-31 16:20:38','Today\'s finish','involves two trips around a 16km finishing circuit. It\'s still pan flat, though.

    The break has come apart with just four riders in the lead.'),(8444,176,'2007-05-31 16:23:19','So three riders -','Ignatiev, Horrillo and Vila are back in the field. The others are hanging out there about 50 seconds ahead of the field.'),(8445,176,'2007-05-31 16:24:49','It\'s a mix','up front in the peloton. Milram is doing a bunch of the work, but Credit Agricole, Saunier Duval, Euskaltel... all have someone up front.'),(8446,176,'2007-05-31 16:25:39','With','25km to go, the leaders are 1:02 ahead of the peloton'),(8447,176,'2007-05-31 16:28:53','The four remaining escapees','Here is a list of the men in the break (along with their positions on GC)\r\n

  • 73. Addy Engels (Nl), Quick Step-Innergetic, 1:49:00
  • 86. Eric Berthou (F), Caisse d\'Epargne, 2:01:18
  • 117. Maxim Gourov (Kaz), Astana, 2:34:24
  • 119. Franck Renier (F), Bouygues Telecom, 2:38:00'),(8448,176,'2007-05-31 16:29:56','20km','with 20km remaining, the gap is still around 1:00.'),(8449,176,'2007-05-31 16:30:56','54 seconds','the cars are being pulled out of the gap. This should be shut down quickly.'),(8450,176,'2007-05-31 16:35:01','50 seconds','the gap is coming down...'),(8451,176,'2007-05-31 16:38:38','With 16km to go','the four leaders are beginning the final lap of the circuit... and the gap is now 36 seconds.'),(8452,176,'2007-05-31 16:41:56','29 Seconds','We are going to see a field sprint, we\'re certain.'),(8453,176,'2007-05-31 16:45:19','Milram','is pulling at the front the gap is down to 16 seconds. The catch is going to come up here soon. It will be well-timed from the looks of it.'),(8454,176,'2007-05-31 16:47:00','With 10km to go','the gap is down to 11 seconds. Tick Tick Tick Tick...'),(8455,176,'2007-05-31 16:47:00','The rush','is on.'),(8456,176,'2007-05-31 16:48:39','8.5km','the gap is still at 11 seconds.'),(8457,176,'2007-05-31 16:50:06','Choooo Chooooo','The Milram train is setting up, not only for the catch, but for the ensuing scramble to the line. These poor guys up front atr looking over their shoulders at the inevitable.'),(8458,176,'2007-05-31 16:51:53','They are not giving up','but it\'s gonna happen, we\'re sure.'),(8459,176,'2007-05-31 16:52:29','Caught',''),(8460,176,'2007-05-31 16:54:14','It\'s not long','The Tinkoff team is working its way up, trying to set up Commesso, no doubt. Here comes Liquigas with4km to go.'),(8461,176,'2007-05-31 16:55:04','Tinkoff','has four riders up front'),(8462,176,'2007-05-31 16:55:53','Milram','Credit Agricole, and Quick Step are moving up. 2km to go. Tinkoff\'s gonna blow.'),(8463,176,'2007-05-31 16:56:29','An attack','from Liquigas... but he\'s reeled.'),(8464,176,'2007-05-31 16:57:00','1km to go','Ag2r is driving at the front...'),(8465,176,'2007-05-31 16:58:01','Ag2r misses the turn','Long charge to the line. Petacchi flies with 800 meters to go.'),(8466,176,'2007-05-31 16:59:00','Petacchi!','Petacchi held on for 800 meters. Wow. He was in a one-on-one drag race with Richeze and Petacchi holds on for the victory. Impressive.'),(8467,176,'2007-05-31 17:03:49','No change in GC','No surprise, there, but Danilo Di Luca leads Andy Schleck by 2:24... just like it was at the start of the day.'),(8468,177,'2007-06-01 13:58:09','Good day and welcome','and welcome to VeloNews.com\'s Live Coverage of the 19th stage of the 2007 Giro d\'Italia, a 179-kilometer race from Treviso to Terme di Comano. '),(8469,177,'2007-06-01 14:03:24','Today\'s stage','began just around 12:30, with 141 riders leaving Treviso. The opening 68 kilometers have been fast, with numerous attacks, but no one has successfully emerged with a gap enough to count as a break.

    As expected Paolo Bettini has put in a dig a ways back, but he was swept up as well. Man, your heart has to go out to the guy. We like him a lot and it\'s been painful to watch him try and win at least one stage this year.'),(8470,177,'2007-06-01 14:05:21','Schleck flats','The Giro\'s best young rider has flatted. He\'s already back, though, brought up with the aid of his remaining teammates, including American David Zabriskie, who is going to be finishing in Milan on Sunday. He stands a good chance, too, of scoring a stage win in tomorrow\'s time trial.'),(8471,177,'2007-06-01 14:11:57','Today\'s contest','Today\'s contest is probably going to be determined by whether this or another escape attempt succeeds or if the sprinters\' teams manage to control the field up to the finish. Your call. Send\r\nin your pick for today\'s stage winner. We\'ll make a random selection from among the correct entries and we\'ll send the winner a poster featuring a stellar Graham Watson shot from the 2005 Giro. Indeed, that very shot of the peloton heading up the Stelvio in 2005 is so impressive, it\'s what we have hanging behind the reception desk at VeloNews world headquarters in Boulder, Colorado. That stage was famous for the spectacular collapse of Ivan Basso, who seemed on track to win the Giro that year, but suffered from food poisoning that day and was forced to stop several times on the climb, suffering from gastrointestinal problems. We\'re sure he\'d take those disruptions over his current problems in a New York minute, though.'),(8472,177,'2007-06-01 14:13:13','Comments?','Questions? Comments? Drop us a line.'),(8473,177,'2007-06-01 14:14:08','Bettini','flats. He is in the group again, though.'),(8474,177,'2007-06-01 14:25:14','At 82km','there are still riders attempting to scamper off the front, but not many folks within the peloton seemingly willing to let them get away with it. Up ahead, there may be a sorting out of the main field on the slopes of the Category 1 Pian delle Fugazze. It\'s an 11.4-kilometer climb that tops out at 101km at an altitude of 1162 meters, averaging 7.2 percent.\r\n'),(8475,177,'2007-06-01 14:37:00','Heading toward the climb','the peloton is intact at this point.'),(8476,177,'2007-06-01 14:41:21','At the front','it\'s the Liquigas team setting tempo on the climb. They aren\'t going to let anyone slip away to threaten what appears to be Di Luca\'s solid grip on the maglia rosa.'),(8477,177,'2007-06-01 14:44:53','Testing, testing, testing','Authorities from the Italian Olympic committee took blood and urine samples from leading riders at the Giro d’Italia following Wednesday’s epic climbing stage to Monte Zoncolan. Among those tested were race leader Danilo Di Luca, stage-winner Gilberto Simoni, Riccardo Riccò and Eddy Mazzoleni.

    The tests came as Italians authorities, led by anti-doping prosecutor Ettore Torri, continue to investigate a possible doping ring dubbed “Oil for Drugs†which some Italian cyclists have been linked.

    “I don’t feel targeted by these tests. Torri does his work and I do mine. I have nothing to hide,†Di Luca told journalists at the Giro. “I submitted to these tests, even if the UCI and WADA already do them. They took longer than normal and after a hard stage like Zoncolan I didn’t even sit down to eat until 10:30 p.m. My lawyer has already worked to clear the situation.â€Â\r\n \r\n'),(8478,177,'2007-06-01 14:53:52','At 95km','the Liquigas team is keeping everyone in line. With 6km of climbing, we might see Saunier Duval\'s Leonardo Piepoli try to nail the points on the climb, but we expect that we won\'t see too much else going on on this climb.'),(8479,177,'2007-06-01 14:56:51','With four km','of climbing the peloton remains together.'),(8480,177,'2007-06-01 14:59:36','The climber\'s jersey','At this point, Mr. Piepoli is a lock for the KOM jersey, so if he does go for it today, it\'s largely symbolic... but we still figure he will.1. Leonardo Piepoli (I), Saunier Duval, 73 Pts.
    \r\n2. Fortunato Baliani (I), Ceramica Panaria - Navigare, 46 Pts.
    \r\n3. Danilo Di Luca (I), Liquigas, 45 Pts.
    \r\n4. Riccardo Ricco\' (I), Saunier Duval, 36 Pts.
    \r\n5. Gilberto Simoni (I), Saunier Duval, 31 Pts.
    \r\n6. Yoann Le Boulanger (F), Bouygues Telecom, 24 Pts.
    \r\n7. Luis Felipe Laverde Jimenez (Col), Ceramica Panaria - Navigare, 23 Pts.
    \r\n8. Andy Schleck (Lux), CSC, 20 Pts.
    \r\n9. Marzio Bruseghin (I), Lampre, 15 Pts.
    \r\n10. Christophe Riblon (F), Ag2r Prevoyance, 15 Pts.
    \r\n
    '),(8481,177,'2007-06-01 15:03:00','Now how\'s that','for a message? Di Luca - of all people - attacks on the climb.'),(8482,177,'2007-06-01 15:03:00','All together','with Piepoli up front. He will be going for those points, for sure.'),(8483,177,'2007-06-01 15:06:00','Back in the back','of the field, Petacchi and Bettini are forming the \'laughing group,\' because up front, we see an elite cadre of riders - Di Luca, Savoldelli, Cunego, Mazzoleni, Piepoli, Rasmussen....'),(8484,177,'2007-06-01 15:09:00','Mazzoleni','makes a stab... but is caught.'),(8485,177,'2007-06-01 15:10:00','The Di Luca group','is over the top.'),(8486,177,'2007-06-01 15:22:37','On the way down','the gruppo maglia rosa is about a minute ahead of the rest of the field. If these guys want, they have the horsepower to hold them off, but what\'s the point? Schleck and Simoni are in the mix.'),(8487,177,'2007-06-01 15:29:59','These guys up front','are not messing around. There have been several attacks off the front of the lead group. Simoni knows that this is his last chance to move up the GC. He\'s sent Mayo up the road... and now Acqua & Sapone\'s Garzelli is chasing. '),(8488,177,'2007-06-01 14:30:00','Weather','it\'s raining today. So roads could be slick on the descent.'),(8489,177,'2007-06-01 15:35:00','The situation on the road','We have Mayo off the front with Rasmussen, Petrov, Visconti, Losada, Pozzovivo and Garzelli. The maglia rosa group is at 45 seconds.'),(8490,177,'2007-06-01 15:39:37','Flyin','Wet roads don\'t seem to concern these guys. The speed is high, especially for these conditions.'),(8491,177,'2007-06-01 15:42:00','The men in the lead','and their positions on GC:

  • 8. Evgeni Petrov (Rus), Tinkoff Credit Systems, 10:25
  • 14. Stefano Garzelli (I), Acqua & Sapone - Adria Mobil, 14:36
  • 42. Marco Marzano (I), Lampre, 1:06:34
  • 45. Iban Mayo Diez (Sp), Saunier Duval, 1:10:13
  • 56. Michael Rasmussen (Dk), Rabobank, 1:30:12
  • 63. Alberto Losada Alguacil (Sp), Caisse d\'Epargne, 1:45:22
  • 94. Giovanni Visconti (I), Quick Step-Innergetic, 2:11:38\r\n\r\n'),(8492,177,'2007-06-01 15:46:00','Three riders off the front.','There are three riders trying to get off the lead group.... but the rainy conditions make it hard to ID folks. With 51km to go the gap is just 45 seconds. The slick conditions are keeping the pace a little low now...especially over a stretch of slick cobbles.'),(8493,177,'2007-06-01 15:51:36','Up front','Losada and Mayo are riding ahead of the break. They are on the flats and approaching the 130km mark.'),(8494,177,'2007-06-01 15:55:35','The situation on the road','We have:
  • 63. Alberto Losada Alguacil (Sp), Caisse d\'Epargne, 1:45:22 and
  • 45. Iban Mayo Diez (Sp), Saunier Duval, 1:10:13
    about 30 seconds ahead of the group that includes
  • 8. Evgeni Petrov (Rus), Tinkoff Credit Systems, 10:25
  • 14. Stefano Garzelli (I), Acqua & Sapone - Adria Mobil, 14:36
  • 42. Marco Marzano (I), Lampre, 1:06:34
  • 56. Michael Rasmussen (Dk), Rabobank, 1:30:12
  • 94. Giovanni Visconti (I), Quick Step-Innergetic, 2:11:38.

    There is a group of five riders, that includes Cioni about 23 seconds back and the gruppo maglia rosa about 2:40 back. That shows that the Liquigas team is not too concerned with the escapees and putting more stock into being careful on wet roads.'),(8495,177,'2007-06-01 15:56:43','Rain is easing up','a bit. The Lampre and Liquigas teams are now sharing the work at the front of the field. The roads are still very wet.'),(8496,177,'2007-06-01 16:00:18','Wowie','The time gap back to DiLuca is now 4:23. Mayo and Losada have about 25 seconds on the chase group.'),(8497,177,'2007-06-01 16:03:10','With 40km to go,','the road ahead is not easy. It\'s a long climb up to the Cat. 3 Passo Ballino. The gap back to Di Luca is holding about 4:05.'),(8498,177,'2007-06-01 16:06:59','That Cioni group','includes

  • 41. David Dario Cioni (I), Predictor-Lotto, 1:05:48
  • 46. Olivier Bonnaire (F), Bouygues Telecom, 1:11:47
  • 48. Pablo Lastras Garcia (Sp), Caisse d\'Epargne, 1:13:39
  • 16. Vila Errandonea Francisco J. (Sp), Lampre, 16:32

    They are stuck at around 2:00.\r\n\r\n\r\n\r\n'),(8499,177,'2007-06-01 16:08:10','The Mayo pair','still lead the Rasmussen group by 20 seconds. The Cioni group is at 2:00 and the gruppo maglia rosa is at 3:55.'),(8500,177,'2007-06-01 16:08:33','Contest Reminder','Today\'s contest is probably going to be determined by whether this or another escape attempt succeeds or if the sprinters\' teams manage to control the field up to the finish. Your call. Send\r\nin your pick for today\'s stage winner. We\'ll make a random selection from among the correct entries and we\'ll send the winner a poster featuring a stellar Graham Watson shot from the 2005 Giro. Indeed, that very shot of the peloton heading up the Stelvio in 2005 is so impressive, it\'s what we have hanging behind the reception desk at VeloNews world headquarters in Boulder, Colorado. That stage was famous for the spectacular collapse of Ivan Basso, who seemed on track to win the Giro that year, but suffered from food poisoning that day and was forced to stop several times on the climb, suffering from gastrointestinal problems. We\'re sure he\'d take those disruptions over his current problems in a New York minute, though.'),(8501,177,'2007-06-01 16:11:13','Raining again','the break from the downpour was brief... it\'s sloppy out there, with anyone drafting getting a shower of spray from the wheel ahead. Remember how slippery the paint is in conditions like this. Riders sure do...'),(8502,177,'2007-06-01 16:14:00','Lampre?','One reader asks. With a rider in the lead group and Vila in that Cioni group, why is Lampre chasing with Liquigas from the maglia rosa group?

    We\'d guess that it\'s because Petrov is in the group way up front. The Tinkoff rider is in 8th place and just 10:25 out of the lead. He could extend his lead over Bruseghin - who hopes to move up in tomorrow\'s TT - and even threaten Cunego\'s fourth place.'),(8503,177,'2007-06-01 16:16:34','With 30km to go','Mayo and Losada still have 21 seconds on the Rasmussen group.

    The Cioni group is drifting back to the gruppo maglia rosa, which is at 3:50. '),(8504,177,'2007-06-01 16:17:03','The leaders','are heading onto the lower slopes of the climb.'),(8505,177,'2007-06-01 16:18:45','Questions?','Questions? Comments? Drop us a line.'),(8506,177,'2007-06-01 16:19:23','Yuck','It doesn\'t look too comfortable out there for these fellas. The rain is really picking up.'),(8507,177,'2007-06-01 16:23:24','Time gaps','The two leaders are 30 seconds ahead of the Rasmussen/Garzelli group and the Di Luca group - which is growing as riders dropped on the climb rejoin - is at 3:20. The Cioni group is only 40 seconds ahead of the Di Luca group.'),(8508,177,'2007-06-01 16:24:32','On the climb','the Mayo/Losada duo have extended their lead to 43 seconds.'),(8509,177,'2007-06-01 16:28:44','Ticking along','Losada and Mayo are cruising up the climb. The peloton has crossed through the 25km to go mark some 3:56 behind the two leaders.'),(8510,177,'2007-06-01 16:29:59','The two men up front','are now 56 seconds ahead of the Petrov/Garzelli chase.'),(8511,177,'2007-06-01 16:34:07','Nice part of Italy','The Italian bicycle industry is solidly established in this part of the world, folks. We used to do those great \"Made in Italy\" specials for VeloNews and it seems that about 90 percent of our stories were written within 50km of today\'s route. '),(8512,177,'2007-06-01 16:36:39','The Cioni group','is about to be pulled into the Maglia Rosa group.

    Up front, Mayo and Losada are 20km from the finish.'),(8513,177,'2007-06-01 16:41:07','Mayo and Losada','are holding a 45 second lead over the Petrov/Garzelli group and 3:25 on the gruppo maglia rosa. '),(8514,177,'2007-06-01 16:41:51','Mayo takes a dig','he has attacked Losada, trying to get some time on the final parts of the climb.'),(8515,177,'2007-06-01 16:44:29','The chasers','have upped the pace and may close in on Losada. They have dropped Garzelli.'),(8516,177,'2007-06-01 16:45:23','Losada','is caught by the Petrov foursome. Mayo is about 50 seconds up the road.'),(8517,177,'2007-06-01 16:46:48','The situation on the road','We have Iban Mayo leading a group of five riders that includes:We have:

  • 63. Alberto Losada Alguacil (Sp), Caisse d\'Epargne, 1:45:22 and
  • 8. Evgeni Petrov (Rus), Tinkoff Credit Systems, 10:25
  • 42. Marco Marzano (I), Lampre, 1:06:34
  • 56. Michael Rasmussen (Dk), Rabobank, 1:30:12
  • 94. Giovanni Visconti (I), Quick Step-Innergetic, 2:11:38.

    '),(8518,177,'2007-06-01 16:48:36','Rasmussen','attacks out of the chase group. He\'s not exactly known for his abilities as a road descender, so if he wants to get Mayo, he\'ll have to do it on the final portions of the climb.'),(8519,177,'2007-06-01 16:50:05','Mayo','is at the top of the Cat. 3 climb.'),(8520,177,'2007-06-01 16:50:38','Rasmussen crosses over','41 seconds back.'),(8521,177,'2007-06-01 16:51:09','The Petrov chase','group has pulled back Rasmussen.'),(8522,177,'2007-06-01 16:52:24','Weeeeeeee!','on the descent Rasmussen is having a tough time hanging with the other three. The gap to Mayo is 38 seconds.'),(8523,177,'2007-06-01 16:53:00','Rain','rain is not letting up. There are lots of umbrellas lining the finish area today.'),(8524,177,'2007-06-01 16:56:15','Zabel','Confession may be good for the soul, but it doesn\'t seem to be too bad for the legs, either. Erik Zabel won again in Bavaria today. He\'s now won twice since confessing to having dabled in dope in the \'90s.'),(8525,177,'2007-06-01 16:57:03','Mayo','is still 45 seconds ahead of the chase. '),(8526,177,'2007-06-01 16:59:34','Time gaps','Mayo is 35 seconds ahead of Petrov and Visconti, while Marzano and Rasmussen trail by another 15.'),(8527,177,'2007-06-01 17:00:40','The Di Luca group','is about 3:00 minutes behind all of the action off the front of the bike race.'),(8528,177,'2007-06-01 17:01:36','Petrov','and Visconti are 30 seconds behind Mayo with 8km remaining.'),(8529,177,'2007-06-01 17:04:30','Yeeeehaw','Mayo is driving hard and diving through turns in a fashion that\'s making us nervous. He\'s now 33 seconds ahead of Visconti, who appears to have dropped Petrov.'),(8530,177,'2007-06-01 17:05:00','Two km','to go'),(8531,177,'2007-06-01 17:05:42','Oh man...','Hairpin turns and Mayo is charging through the final 1500 meters.'),(8532,177,'2007-06-01 17:06:02','One kilometer to go','Mayo has 38 seconds on Visconti.'),(8533,177,'2007-06-01 17:06:32','Lots of turns','and that makes us nervous... but it looks like he\'s got it.'),(8534,177,'2007-06-01 17:07:36','Mayo wins!','Iban Mayo celebrates his victory, the fourth stage win by Saunier Duval in this Giro.'),(8535,177,'2007-06-01 17:08:00','Visconti',' comes in second.'),(8536,177,'2007-06-01 17:08:46','Marzano','third, Rasmussen fourth and Petrov fifth.... all at about 1:08.'),(8537,177,'2007-06-01 17:09:16','The peloton is','heading into town... but carefully. These roads are wet.'),(8538,177,'2007-06-01 17:10:46','The peloton','comes through at around 3:10... with a few inspired riders scampering off ahead.'),(8539,177,'2007-06-01 17:11:59','Today\'s contest','was won by Greg Herman. Congratulations, Greg.'),(8540,177,'2007-06-01 17:14:00','That\'s a wrap folks.','Thanks for joining us today and be sure to join us for tomorrow\'s time trial. Because it\'s a time trial our start will be an hour later than the usual 8:00 a.m. (EDT) kick-off.'),(8541,178,'2007-06-02 14:58:29','Good day and welcome','to VeloNews.com\'s Live Coverage of the 20th stage of the 2007 Giro d\'Italia, 43 kilometer individual time trial from Bardolino to the finish outside the Arena di Verona.

    As is always the case riders start in reverse order of their standings on General Classification, so we\'ve already seen quite a number of riders cover the course. At this point, Mikhail Ignatiev (Tinkoff) has turned in a solid 54:21, so he sits atop the leaderboard. American Aaron Olson (T-Mobile) is 9th, with a 58:08. It\'s still early folks, so we should see a lot of changes to come.'),(8542,178,'2007-06-02 15:06:53','Top ten at the finish','As we said, this situation will be changing for much of the day. Here are the current top-ten, with 45 riders across the line in Verona.
    1. Mikhail Ignatiev (Rus), TCS, 0:00
    \r\n2. Raivis Belohvosciks (Lat), Saunier Duval, 0:20
    \r\n3. Dario Andriotto (I), Acqua & Sapone - Adria Mobil, 0:53
    \r\n4. Enrico Gasparotto (I), Liquigas, 1:40
    \r\n5. Steven Cummings (GB), Discovery Channel, 2:00
    \r\n6. Benoit Joachim (Lux), Astana, 2:13
    \r\n7. Leonardo Scarselli (I), Quick Step-Innergetic, 2:23
    \r\n8. Aliaksandr Usau (Blr), Ag2r Prevoyance, 2:26
    \r\n9. Christophe Kern (F), Credit Agricole, 2:42
    \r\n10. Matthew White (Aus), Discovery Channel, 3:03

    \r\n'),(8543,178,'2007-06-02 15:12:00','Zabriskie','CSC\'s Dave Zabriskie is on the road and has matched Ignatiev\'s 15:04 at the 10.3km time check.

    Top-10 at checkpoint No.1
    1. Mikhail Ignatiev (Rus), TCS, 15:04
    \r\n2. David Zabriskie (USA), CSC, 0:00
    \r\n3. Raivis Belohvosciks (Lat), Saunier Duval, 0:28
    \r\n4. Giovanni Visconti (I), Quick Step-Innergetic, 0:29
    \r\n5. Jurgen Van Den Broeck (B), Predictor-Lotto, 0:30
    \r\n6. Andrei Kunitski (Blr), Acqua & Sapone - Adria Mobil, 0:33
    \r\n7. Laszlo Bodrogi (Hun), Credit Agricole, 0:35
    \r\n8. Daniele Contrini (I), TCS, 0:47
    \r\n9. Dario Andriotto (I), Acqua & Sapone - Adria Mobil, 0:49
    \r\n10. Pavel Padrnos (Cz), Discovery Channel, 0:49
    \r\n'),(8544,178,'2007-06-02 15:16:11','Zabriskie','We\'re waiting to see how Zabriskie - who began the day in 67th at 1:50:50 - does at time check No.2 at the 20.8km mark.'),(8545,178,'2007-06-02 15:21:00','Picking up the pace','Zabriskie has set a new mark at 20.8km, covering the distance in 26:32, a full 49 seconds faster than Credit Agricole\'s Lazlo Bodrogi and 50 seconds faster than Ignatiev.

    Top-10 at time check No. 2
    1. David Zabriskie (USA), CSC, 26:32
    \r\n2. Laszlo Bodrogi (Hun), Credit Agricole, 0:49
    \r\n3. Mikhail Ignatiev (Rus), TCS, 0:50
    \r\n4. Raivis Belohvosciks (Lat), Saunier Duval, 0:53
    \r\n5. Giovanni Visconti (I), Quick Step-Innergetic, 1:05
    \r\n6. Jurgen Van Den Broeck (B), Predictor-Lotto, 1:06
    \r\n7. Andrei Kunitski (Blr), Acqua & Sapone - Adria Mobil, 1:15
    \r\n8. Yuriy Krivtsov (Ukr), Ag2r Prevoyance, 1:19
    \r\n9. Markel Irizar Aranburu (Sp), Euskaltel-Euskadi, 1:33
    \r\n10. Pavel Padrnos (Cz), Discovery Channel, 1:40
    '),(8546,178,'2007-06-02 15:24:00','Current top ten at the finish','1. Laszlo Bodrogi (Hun), Credit Agricole, 53:28
    \r\n2. Mikhail Ignatiev (Rus), TCS, 0:53
    \r\n3. Raivis Belohvosciks (Lat), Saunier Duval, 1:13
    \r\n4. Andrei Kunitski (Blr), Acqua & Sapone - Adria Mobil, 1:21
    \r\n5. Dario Andriotto (I), Acqua & Sapone - Adria Mobil, 1:46
    \r\n6. Enrico Gasparotto (I), Liquigas, 2:33
    \r\n7. Jurgen Van Goolen (B), Discovery Channel, 2:39
    \r\n8. Daniele Contrini (I), TCS, 2:48
    \r\n9. Steven Cummings (GB), Discovery Channel, 2:53
    \r\n10. Benoit Joachim (Lux), Astana, 3:06
    \r\n
    '),(8547,178,'2007-06-02 15:34:00','At KM 29.75','Zabriskie is still on pace to set a new best time at time check No. 3:
    1. David Zabriskie (USA), CSC, 37:54
    \r\n2. Laszlo Bodrogi (Hun), Credit Agricole, 0:47
    \r\n3. Giovanni Visconti (I), Quick Step-Innergetic, 1:10
    \r\n4. Mikhail Ignatiev (Rus), TCS, 1:15
    \r\n5. Jurgen Van Den Broeck (B), Predictor-Lotto, 1:29
    \r\n6. Andrei Kunitski (Blr), Acqua & Sapone - Adria Mobil, 1:33
    \r\n7. Raivis Belohvosciks (Lat), Saunier Duval, 1:39
    \r\n8. Yuriy Krivtsov (Ukr), Ag2r Prevoyance, 1:47
    \r\n9. Markel Irizar Aranburu (Sp), Euskaltel-Euskadi, 1:52
    \r\n10. Pavel Padrnos (Cz), Discovery Channel, 2:03
    \r\n'),(8548,178,'2007-06-02 15:38:23','Comments?','Comments? Questions? Gripes? Drop\r\nus a line.'),(8549,178,'2007-06-02 15:47:37','New mark','David Zabriskie finishes with a 52:58, 30 seconds up on Bodrogi.'),(8550,178,'2007-06-02 15:48:51','Current top ten at the finish','1. David Zabriskie (USA), CSC, 52:58
    \r\n2. Laszlo Bodrogi (Hun), Credit Agricole, 0:30
    \r\n3. Mikhail Ignatiev (Rus), TCS, 1:23
    \r\n4. Giovanni Visconti (I), Quick Step-Innergetic, 1:40
    \r\n5. Raivis Belohvosciks (Lat), Saunier Duval, 1:43
    \r\n6. Andrei Kunitski (Blr), Acqua & Sapone - Adria Mobil, 1:51
    \r\n7. Jurgen Van Den Broeck (B), Predictor-Lotto, 1:51
    \r\n8. Markel Irizar Aranburu (Sp), Euskaltel-Euskadi, 2:11
    \r\n9. Dario Andriotto (I), Acqua & Sapone - Adria Mobil, 2:16
    \r\n10. Yuriy Krivtsov (Ukr), Ag2r Prevoyance, 2:22
    \r\n'),(8551,178,'2007-06-02 15:51:00','Zabriskie','remains the only American to have won stages in all three grand tours and did so in three successive tours, starting with a stage in the 2004 Vuelta - an epic solo from km 1 - followed by a time trial win in the 2005 Giro d\'Italia and the prologue at that year\'s Tour.'),(8552,178,'2007-06-02 15:59:22','Ullrich','International Olympic Committee president Jacques Rogge said today that Jan Ullrich might be stripped of the two Olympic medals - a gold in the road race and silver in the TT - he won in 2000 in Sydney.

    \"We will investigate the revelations that have been made by riders from Telekom, because several of them took part in the Olympic Games,\" said Rogge.

    Interesting.'),(8553,178,'2007-06-02 16:06:00','No changes','at any of the time checks. Zabriskie continues to sit in the hot seat and it\'s likely to be some time before a serious challenge is mounted against the American\'s top mark. Among the ones to watch will be Marzio Bruseghin from Lampre. He\'s the Italian national time trial champion and scored an impressive - and somewhat surprising - win in the Stage 13 TT, which was touted as a hill climb.'),(8554,178,'2007-06-02 16:21:24','Weather','It\'s been raining all day, so while it\'s miserable, we don\'t see the weather to affect riders\' relative performances... although it will prompt some riders to play it safe through the turns.'),(8555,178,'2007-06-02 16:23:25','No changes','Paolo Savoldelli is working his way to the first time check, but at this point there are no changes in the standings at any of the time checks today.'),(8556,178,'2007-06-02 16:28:45','Marzio Bruseghin','is on the road, so we\'ll see if Italy\'s national TT champ mounts a significant challenge to Zabriskie\'s current lead.'),(8557,178,'2007-06-02 16:30:33','Savoldelli','has hit the first time check 10 seconds faster than Zabriskie. We\'ll have to keep track of this guy.'),(8558,178,'2007-06-02 16:33:26','Bettini','finishes well down in 82nd place.'),(8559,178,'2007-06-02 16:38:40','Bruseghin','comes through the first time check 8 seconds slower than Savoldelli... and 2 seconds faster than Zabriskie.'),(8560,178,'2007-06-02 16:41:08','Time Check No. 2','Savoldelli hits the intermediate check point No. 2 at 26:23 and that\'s 9 seconds faster than Zabriskie.'),(8561,178,'2007-06-02 16:45:36','Evgeni Petrov','has hit the first time check with a time of 15:22, seventh best on the day. Back at the start, Andy Schleck is now on the road. Up next, is race leader Danilo Di Luca.'),(8562,178,'2007-06-02 16:47:30','Di Luca','is the last rider out of the gate. We\'ll be tracking his progress for sure.'),(8563,178,'2007-06-02 16:51:04','Savoldelli still fastest.','The two-time Giro winner hits the third time check with a time of 37:27, significantly better than Zabriskie\'s 37:54.'),(8564,178,'2007-06-02 16:56:00','Di Luca','is riding very well. We doubt he\'s losing much time, if any to Schleck.

    Simoni, meanwhile, had the 13th fastest at the first check point.'),(8565,178,'2007-06-02 17:00:03','Schleck','hits time check No. 1 with the seventh fastest, 15:34. He\'s not losing time to Simoni.... but Simoni is losing time to Mazzoleni.'),(8566,178,'2007-06-02 17:03:00','Final top 10 at Time Check No. 1','This should be a good indicator:

    1. Paolo Savoldelli (I), Astana, 14:54
    \r\n2. Marzio Bruseghin (I), Lampre, 0:08
    \r\n3. Mikhail Ignatiev (Rus), TCS, 0:10
    \r\n4. David Zabriskie (USA), CSC, 0:10
    \r\n5. Danilo Di Luca (I), Liquigas, 0:12
    \r\n6. Damiano Cunego (I), Lampre, 0:14
    \r\n7. Eddy Mazzoleni (I), Astana, 0:16
    \r\n8. Andy Schleck (Lux), CSC, 0:19
    \r\n9. Franco Pellizotti (I), Liquigas, 0:27
    \r\n10. Vincenzo Nibali (I), Liquigas, 0:28
    \r\n
    '),(8568,178,'2007-06-02 17:05:15','Savoldelli','Comes in to the finish with a time of 52:22, 38 seconds faster than Zabriskie and the Astana rider is now the top mark. He may well be the stage winner.'),(8569,178,'2007-06-02 17:06:48','Di Luca is flying','he\'s riding very well. He\'s got seven seconds on Schleck and he\'s seems on his way to locking up the Giro d\'Italia for this year.'),(8570,178,'2007-06-02 17:09:02','Garzelli','Finishes with a 57:26... not fast.'),(8571,178,'2007-06-02 17:10:48','Mazzoleni','is riding very, very well and it looks like he is poised to bump Gilberto Simoni off of the podium.'),(8573,178,'2007-06-02 17:13:52','Bruseghin','Finishes with a time of 53:36, the fourth fastest of the day and 1:16 down on Savoldelli.'),(8574,178,'2007-06-02 17:17:36','Final top 20 at Time Check No. 2','1. Paolo Savoldelli (I), Astana, 26:23
    \r\n2. David Zabriskie (USA), CSC, 0:09
    \r\n3. Eddy Mazzoleni (I), Astana, 0:14
    \r\n4. Marzio Bruseghin (I), Lampre, 0:25
    \r\n5. Damiano Cunego (I), Lampre, 0:33
    \r\n6. Franco Pellizotti (I), Liquigas, 0:38
    \r\n7. Andy Schleck (Lux), CSC, 0:39
    \r\n8. Danilo Di Luca (I), Liquigas, 0:46
    \r\n9. Laszlo Bodrogi (Hun), Credit Agricole, 0:58
    \r\n10. Evgeni Petrov (Rus), TCS, 0:59
    \r\n11. Mikhail Ignatiev (Rus), TCS, 0:59
    \r\n12. Raivis Belohvosciks (Lat), Saunier Duval, 1:02
    \r\n13. Vincenzo Nibali (I), Liquigas, 1:03
    \r\n14. Giovanni Visconti (I), Quick Step-Innergetic, 1:14
    \r\n15. Jurgen Van Den Broeck (B), Predictor-Lotto, 1:15
    \r\n16. Gilberto Simoni (I), Saunier Duval, 1:15
    \r\n17. Andrei Kunitski (Blr), Acqua & Sapone - Adria Mobil, 1:24
    \r\n18. Yuriy Krivtsov (Ukr), Ag2r Prevoyance, 1:28
    \r\n19. Marco Pinotti (I), T-Mobile, 1:28
    \r\n20. David Dario Cioni (I), Predictor-Lotto, 1:29
    \r\n'),(8575,178,'2007-06-02 17:20:00','Schleck','is making up a little bit of time on Di Luca, but he\'s certainly not on pace to take the full 2:24. Simoni, meanwhile is losing more than enough time to Mazzoleni to lose his spot on the podium'),(8576,178,'2007-06-02 17:21:11','At the third time check','Simoni has lost 1:23 to Mazzoleni and if that\'s the gap, he will bumped off of the podium.'),(8577,178,'2007-06-02 17:28:08','Mazzoleni','comes into the finish. He won\'t beat his teammate, Savoldelli, but he gets 52:56...pushing David Zabriskie into third.'),(8578,178,'2007-06-02 17:28:44','Cunego','has to get 53:16 to stay ahead of Mazzoleni.'),(8579,178,'2007-06-02 17:30:05','Final top 15 at time check No.3','1. Paolo Savoldelli (I), Astana, 37:27
    \r\n2. Eddy Mazzoleni (I), Astana, 37:47
    \r\n3. David Zabriskie (USA), CSC, 37:54
    \r\n4. Marzio Bruseghin (I), Lampre, 38:13
    \r\n5. Andy Schleck (Lux), CSC, 38:21
    \r\n6. Franco Pellizotti (I), Liquigas, 38:33
    \r\n7. Damiano Cunego (I), Lampre, 38:35
    \r\n8. Laszlo Bodrogi (Hun), Credit Agricole, 38:41
    \r\n9. Danilo Di Luca (I), Liquigas, 38:41
    \r\n10. Evgeni Petrov (Rus), TCS, 38:55
    \r\n11. Vincenzo Nibali (I), Liquigas, 39:01
    \r\n12. Giovanni Visconti (I), Quick Step-Innergetic, 39:04
    \r\n13. Mikhail Ignatiev (Rus), TCS, 39:09
    \r\n14. Gilberto Simoni (I), Saunier Duval, 39:13
    \r\n15. Jurgen Van Den Broeck (B), Predictor-Lotto, 39:23
    \r\n
    '),(8580,178,'2007-06-02 17:30:52','Sun is out','The roads are drying off, which may let the final few riders to pump it up a bit over the final few kilometers.'),(8581,178,'2007-06-02 17:33:53','Cunego','finishes with a time of 54:37. He loses his fourth place spot to Mazzoleni. Simoni still has to finish, but it looks like Mazolleni has vaulted past him as well, for third overall.'),(8582,178,'2007-06-02 17:35:44','Tick, tick','Simoni is heading to the finish, but he\'s already lost his spot on the podium to Mazzoleni.'),(8583,178,'2007-06-02 17:37:21','Simoni','manages to hold on to fourth. Cunego will be fifth on GC from the looks of it.'),(8584,178,'2007-06-02 17:38:18','Schleck finishes with','a 53:48 and he manages to preserve his spot on the podium. 21 years old and second in his first Giro d\'Italia. How cool is that?'),(8585,178,'2007-06-02 17:39:21','Di Luca','is the only rider left. He\'s heading toward the finish.'),(8586,178,'2007-06-02 17:41:41','Di Luca finishes','with a 54:17, good enough for 8th place on the day, but more than enough to keep the Giro.'),(8587,178,'2007-06-02 17:43:41','Top 20','1. Paolo Savoldelli (I), Astana, 52:20
    \r\n2. Eddy Mazzoleni (I), Astana, 52:56
    \r\n3. David Zabriskie (USA), CSC, 52:58
    \r\n4. Laszlo Bodrogi (Hun), Credit Agricole, 53:28
    \r\n5. Marzio Bruseghin (I), Lampre, 53:36
    \r\n6. Andy Schleck (Lux), CSC, 53:48
    \r\n7. Vincenzo Nibali (I), Liquigas, 54:04
    \r\n8. Danilo Di Luca (I), Liquigas, 54:17
    \r\n9. Mikhail Ignatiev (Rus), TCS, 54:21
    \r\n10. Franco Pellizotti (I), Liquigas, 54:22
    \r\n11. Evgeni Petrov (Rus), TCS, 54:31
    \r\n12. Damiano Cunego (I), Lampre, 54:37
    \r\n13. Giovanni Visconti (I), Quick Step-Innergetic, 54:38
    \r\n14. Raivis Belohvosciks (Lat), Saunier Duval, 54:41
    \r\n15. Andrei Kunitski (Blr), Acqua & Sapone - Adria Mobil, 54:49
    \r\n16. Jurgen Van Den Broeck (B), Predictor-Lotto, 54:49
    \r\n17. Gilberto Simoni (I), Saunier Duval, 55:04
    \r\n18. Markel Irizar Aranburu (Sp), Euskaltel-Euskadi, 55:09
    \r\n19. Dario Andriotto (I), Acqua & Sapone - Adria Mobil, 55:14
    \r\n20. Yuriy Krivtsov (Ukr), Ag2r Prevoyance, 55:20
    \r\n'),(8588,178,'2007-06-02 17:45:15','Paolo Savoldelli','wins the stage, but his teammate, Eddy Mazzoleni, scores a big win with his second place finish. He moves past Gilberto Simoni and Damiano Cunego and into third place in the overall standings.'),(8589,179,'2007-06-03 14:23:49','Good day and welcome','to VeloNews.com\'s Live Coverage of the 21st and final stage of the 2007 Giro d\'Italia, a 185-kilometer ride from Vestone to Milan.

    It\'s a largely flat and often celebratory ride to a wonderful finishing circuit contested in front of huge crowds in the grand city that serves as the \"capital\" of Northern Italy.'),(8590,179,'2007-06-03 14:28:47','Today\'s weather','It\'s been rainy for the past few days and today is no different. Temperatures are mild, around the mid-70s and humidity is quite high at 85%. There is a 40% chance of rain today.'),(8591,179,'2007-06-03 14:34:11','Today\'s stage','began at two hours ago, with 141 riders heading out from Vestone on the way to Milan. In other words, no one pulled out overnight. Really, would you, at this point?

    There have been several attacks out of the field over the first 55km today, but they have been countered by vigilant Milram and Quick Step teams. It\'s not a heavy pace, by the way... with an average speed of 26.5kph.'),(8592,179,'2007-06-03 14:42:59','','Comments? Questions? Drop us a note.'),(8594,179,'2007-06-03 14:53:57','A Limerick','We didn\'t ask for them today, but Lise in Denmark sent this one in:

    A guy on a bike named Andy,
    was certainly not a dandy,
    he worked his way up,
    yes right to the top,
    a fellow like him is so handy!
    '),(8595,179,'2007-06-03 15:03:33','At the 73km mark','the peloton is riding as one... at one with itself, so to speak.'),(8596,179,'2007-06-03 15:09:13','Among the finishers today','There are several riders who deserve special recognition for riding all the way to Milan, today. Top among them in our book is Alessandro Petacchi, who has a lock on the points jersey, whether he wins here or not, today. Also T-Mobile\'s Aaron Olson is a few hours away from finishing his Giro. Also American David Zabriskie, who came close to winning yesterday\'s stage. He\'s already won stages in all three grand tours, but it still would have been nice for him to get another, we\'re sure. We certainly were cheering for him. Nope, it\'s not fervent nationalism on our part, we just like the guy\'s take on the world.

    Also in the peloton, today, is world champion Paolo Bettini, who has motored on despite weeks of frustration. Personally, if we are cheering for anyone to win in Milan today, it has to be him. He\'s tried harder than anyone out there.'),(8597,179,'2007-06-03 15:26:45','Not much to report','slow pace, tired riders, the prospect of a few days off have all conspired to keep these opening hours to be deemed rather uneventful. at 90km the peloton is all together. Is anyone surprised?

    To keep ourselves entertained, we\'ll open the door to a broad spectrum of reader submissions: jokes (cycling related only); Limericks and Haiku. Have at it and we\'ll post a selection of what we deem to be the best. Yes, we know, it sounds heavy handed, but what the heck.'),(8598,179,'2007-06-03 15:39:45','The pace','has picked up to 30kph. Di Luca\'s celebration continues with the obligatory toast with Prosecco. If tradition holds, the peloton will be led into Milan by the Liquigas boys and then all hell will break lose as some riders try to sneak off and deny the sprinters their day in the limelight.'),(8599,179,'2007-06-03 15:48:00','This reminds us','A few years back - it was 2000, we think - covering the final stage in Milan, when Garzelli won, we were wandering through the streets to watch the final stage when the peloton flew past and one rider on the old Fassa Bortolo team pulled up with a mechanical of sorts. At the speed the peloton was flying the team mechanic opted to make a bike switch rather than a repair and leaned the bad bike on the barrier and ran back with a replacement. Just as he turned around, a crafty spectator decided that the damaged bike was free for the taking, leaned over the metal barrier and began a sprint that would have made Cipollini tired. I don\'t think they caught the guy, either, even though there were probably 20 or 30 other spectators trying to catch him.'),(8600,179,'2007-06-03 15:53:54','Ahead','speaking of the finishing circuit, today, it\'s 10 laps around a five-kilometer loop. If you want to see the shape of today\'s finishing circuit, go ahead and use the zoom feature on the map over there to the right.'),(8601,179,'2007-06-03 16:12:00','Think about next year','Giro organizers have just announced that the 2008 Giro d\'Italia will begin in Palermo, in Sicily. It will be a few months before the specific route is unveiled, but we now know the location of the start (so we can try to buy cheap tickets for one thing). The odds are good that it will end right here in Milan, again. The last time the Giro kicked off in Palermo, by the way, was in 1986 when Urs Freuler won the prologue.'),(8602,179,'2007-06-03 16:23:24','The weather','fortunately the day has been highlighted largely by threats of rain, but the weather is holding for now. The peloton is ticking along with Milram keeping guard at the front. We\'re still cheering for Bettini today. He derserves a stage, eh?'),(8603,179,'2007-06-03 16:37:21','No pink bling','the Liquigas team isn\'t overdoing the whole rosa thing as they ride to Milan. The whole team - including Di Luca - are on their regular bikes, but they do have pink bar tape. Personally, we appreciate it.'),(8604,179,'2007-06-03 16:41:38','Big big crowds','As the peloton is heading into the outskirts of Milan, there are HUGE crowds lining the streets along the finishing circuit.'),(8605,179,'2007-06-03 16:43:28','Liquigas','is now up front as the peloton rides through the streets of Milan, heading on to the final circuit in a few kilometers.\r\n'),(8606,179,'2007-06-03 16:45:23','on the closing circuit','the peloton is now on the first lap of 10 trips around the finishing circuit.'),(8607,179,'2007-06-03 16:48:19','A final Limerick','Mark Otewalt has the distinction of submitting the last Limerick we\'re posting this Giro - since the race is winding down and we have to do more reports than at those slow times. Thanks Mark.

    A confession by a sprinter named Zabel
    Has started a heck of a squabble
    Is he a sinner or saint?
    Either he\'s guilty or he aint
    But he\'s certainly less of a role model
    '),(8608,179,'2007-06-03 16:50:07','Liquigas','the Liquigas team is still leading the peloton. We\'re assuming that they get the honor of tripping around one lap at the front before we see attacks form... there are traditions to uphold, after all.'),(8609,179,'2007-06-03 16:55:49','Still Liquigas','at the front as the peloton nears the end of the first lap. Nine laps to go.'),(8610,179,'2007-06-03 17:03:48','Liquigas leads','through another lap. Eight laps to go.... we expect that to change here soon... but dang, it has to be cool parading through town as the team of the winner.'),(8611,179,'2007-06-03 17:08:34','The team','Reader Ken Bloesch writes to remind us
    Danilo Di Luca rode like a determined man throughout the 2007 Giro. He is a deserving champion. The Liquigas team deserves credit for their performance during the team time trial. They were not high on the list of favorites to win the stage. However, they displayed the teamwork and tenacity needed to finish on top.
    We couldn\'t agree more, Ken. These guys all did a terrific job throughout the Giro this year.'),(8612,179,'2007-06-03 17:15:01','Still mellow','The Liquigas team is still at the front with Di Luca really enjoying his time in the limelight. He\'s waving to folks along the way... At the back, we see Paolo Bettini hovering at the end of the peloton, chatting with teammates.'),(8613,179,'2007-06-03 17:20:12','Bettini','with a big smile on his face he\'s working his way up to the front of the peloton. With five laps - and about 25km - to go, we may finally see a bit of attacking.'),(8614,179,'2007-06-03 17:24:39','Tinkoff','Who else? We see a Tinkoff rider scampering off the front.'),(8617,179,'2007-06-03 17:30:44','Ignatiev','has 17 seconds on the peloton. Any bets on how long he\'ll last?'),(8618,179,'2007-06-03 17:32:30','The peloton','is still being led by the Liquigas team, which seems odd to us, since the sprinters\' teams are probably more eager to win the stage than is Liquigas. There 18km to go.'),(8616,179,'2007-06-03 17:27:15','Now the speed is picking up','With Ignatiev from Tinkoff riding ahead of the field, the pace has really picked up. He\'s being chased by Euskaltel\'s Irizar.'),(8619,179,'2007-06-03 17:35:07','Ignatiev','is still holding on to a 15-second lead.'),(8620,179,'2007-06-03 17:36:33','With three laps to go','Ignatiev is being chased by Disco\'s Steve Cummings, but he\'s about to be caught, so the Russian remains the only rider off the front of the field.'),(8621,179,'2007-06-03 17:37:37','Cummings','is caught. Ignatiev is still out there.'),(8622,179,'2007-06-03 17:39:00','With 13km','remaining, Ignatiev is still 17 seconds ahead of the peloton.'),(8623,179,'2007-06-03 17:40:49','The pace','riders are coursing through this final circuit at about 49kph\r\n'),(8624,179,'2007-06-03 17:43:01','Two laps to go','with less than 10km to go, Ignatiev - who has won the prize for spending the most time on the attack for the entirety of the Giro - is still 16 seconds off the front.'),(8625,179,'2007-06-03 17:44:29','Ignatiev','The peloton is coming up fast on the Russian. There are a lot of Milram riders massing at the front of the peloton.'),(8626,179,'2007-06-03 17:45:00','He\'s caught.',''),(8627,179,'2007-06-03 17:46:32','Liquigas','at the front of the field again, there\'s quite a bit of scrambling for position in the main field. Bettini is working his way up. We\'re hoping he does it.'),(8628,179,'2007-06-03 17:47:54','One lap to go','The Giro d\'Italia is on the final lap through Milan.'),(8629,179,'2007-06-03 17:48:58','Liquigas still at the front','Milram is moving up the side, with four kilometers to go.'),(8630,179,'2007-06-03 17:49:50','Bettini','is working his way up toward Petacchi\'s wheel.'),(8631,179,'2007-06-03 17:51:10','Milram','is now driving at the front. Petacchi, in the points jersey, is in the prime spot, Bettini is on his wheel and Richeze is on Bettini\'s.'),(8632,179,'2007-06-03 17:52:13','We see','Julian Dean in there, but Bettini is staying glued to Petacchi\'s wheel.'),(8633,179,'2007-06-03 17:52:34','1km to go',''),(8634,179,'2007-06-03 17:53:41','Milram','It\'s all Milram leading through the final kilometer. Zannini goes, Petacchi charges off.... and it\'s not even a contest!'),(8635,179,'2007-06-03 17:54:44','Petacchi','just rockets to the finish... by six or seven bike lengths. Wow. Five stage wins in the Giro. Nice!'),(8636,179,'2007-06-03 17:56:13','Nice!','Danilo Di Luca, of course, wins the Giro d\'Italia. Alessandro Petacchi takes his fifth stage of this grand tour, so we can finally dispense with the references to his injury last year. He\'s back... no duh.'),(8637,0,'0000-00-00 00:00:00','',''),(8638,183,'2007-06-10 16:45:37','Good day and welcome','to VeloNews.com\'s Live Coverage of the prologue time trial at the 2007 edition of the Critérium du Dauphiné Libéré.

    Today\'s stage is a flat, 4.2-kilometer individual race against the clock in the streets of Grenoble, home of the 1968 Winter Olympics.'),(8639,183,'2007-06-10 16:50:00','Today\'s weather','It\'s quite warm, but rainy in Gronoble today. That could prove to be a factor, since this course has to negotiate just one wet hairpin turn, some riders - particularly the big GC riders - may opt for caution over glory. It is, afterall, just 4.2km out of a week of racing.'),(8640,183,'2007-06-10 17:02:09','Top time','With only about 60 or so riders having covered the route, it\'s going to be a while before we see how the day shakes out. At this point, though, it\'s Bouygues Telecom\'s Stef Clement who has covered the route in the best time, with a 4:57.11'),(8641,0,'0000-00-00 00:00:00','',''),(8646,185,'2007-06-11 14:01:54','Good day and welcome','to VeloNews.com\'s Live coverage of the first stage of the 2007 edition of the Critérium du Dauphiné Libéré, France\'s traditional pre-Tour prep\' race that attracts a good share of the favorites for July\'s big event.

    Today\'s stage is a 219-kilometer ride from Grenoble to Roanne, that promoters say is the Dauphiné\'s only real opportunity for the sprinters in the peloton.'),(8647,185,'2007-06-11 14:06:00','Today\'s stage','began a bit before 11 this morning, with all riders on the roster participating in today\'s stage. We saw a few early digs by riders, but it wasn\'t until about kilometer 30 that Rémi Pauriol (Crédit Agricole) and Nicolas Portal (Caisse d\'Epargne) moved ahead of the field and got a break to stick. At the 110km mark, the two escapees had a 5:30 lead on the main field, after bumping their advantage to as much as 8:15.... but then the peloton was forced to stop for a train (shades of Paris-Roubaix 2006) and the advantage is up to 9:25 at 120km.'),(8648,185,'2007-06-11 14:13:00','Today\'s contest','If you have an idea of who might win today\'s stage, send\r\nus your pick. If you\'re correct, we\'ll add your choice to others and\r\nrandomly pick a winner, who will receive a copy of VeloPress\'s newest publication,\r\n\"Gracie\r\nGoat\'s Big Bike Race,\" a book you might want to share with a young\r\nperson in your life. Annika - the seven-year-old daughter of our Live Update\r\nGuy - loves Gracie Goat and has a better grasp of riding and racing because\r\nof it. Yup, we\'re using the book as a propaganda tool, folks. We would\r\nreally like to get kids interested in the sport... and the doping stories\r\nwe end up running so often just isn\'t doing it. (Well, d\'uhhhh)\r\n

    \r\n'),(8649,185,'2007-06-11 14:18:14','Comments? Questions?','Comments? Questions? Drop us a line.'),(8650,185,'2007-06-11 14:31:51','Regarding today\'s contest','You might find a Start\r\nList to be helpful in picking your fav\''),(8651,185,'2007-06-11 14:33:43','The chase','has picked up after the peloton resumed its pursuit of the two escapees. The gap is back down to around 6:40 as the two men up front ride through the rolling terrain of the second portion of today\'s stage.'),(8652,185,'2007-06-11 14:38:02','Reader Question','

    Good Morning, well I guess it should be Bonjour where you are…

    So I noticed in the up hill finishes in the Giro that they were all wearing their helmets. I thought you could ditch your helmet on an uphill finish, do they still have that rule or is it only in France?
    Sean Rees
    Portland, Oregon

    Sean, that rule was changed two years ago. The helmet rule now applies at all times and at all points along the course. \r\n'),(8653,185,'2007-06-11 14:51:04','The gap','At 156km, the two leaders are still around 6:40 ahead of the main field. The Milram and Quick Step teams are setting tempo at the front of the field. '),(8654,185,'2007-06-11 14:58:00','Cruising','the two escapees are slowly being reeled in. The gap is 6:15. The train really did give them a 3:00 bonus, so the peloton may have to ramp it up here to pull them back. You know the usual 1:00/10km standard. It will take a slightly bigger effort.'),(8655,185,'2007-06-11 15:09:10','Time gap','With the leaders working their way up the Category 4 Col du Pilon, the gap is down to 5:20'),(8656,185,'2007-06-11 15:22:24','The gap','is now down to 3:20. The chase is obviosly in earnest and the likelyhood of these fellers making it all the way to the finish without a significant increase in company is disappearing. We\'re putting our money on a catch and...mmmm....Boonen?

    If you have an idea of who might win today\'s stage, send\r\nus your pick. If you\'re correct, we\'ll add your choice to others and\r\nrandomly pick a winner, who will receive a copy of VeloPress\'s newest publication,\r\n\"Gracie\r\nGoat\'s Big Bike Race,\" a book you might want to share with that speacial young bike geek in your life.'),(8657,185,'2007-06-11 15:27:22','The time gap','We have a corrected distance and time gap from the road. The two leaders are 45km from the finish and the gap is a mere 2:42. There is still a light rain out there, but the temperatures are nice and warm.'),(8658,185,'2007-06-11 15:27:50','At 44km to go','The time continues to drop. Our two leaders are just 2:30 ahead of the peloton.'),(8659,185,'2007-06-11 15:30:17','As a reminder','We have Rémi Pauriol (Crédit Agricole) and Nicolas Portal (Caisse d\'Epargne) off the front. They attacked early on today - at 29km - and built up their lead to 8:30 and it was starting to drop when a train delayed the peloton and the gap bumped up to nearly 10 minutes. The Cofidis team has been driving the chase as of late and with 43km to go, the gap is now down to 2:22.'),(8660,185,'2007-06-11 15:35:47','With 42km','to go, the gap is now down to 2:09.'),(8661,185,'2007-06-11 15:38:59','It\'s all Cofidis','At the front, driving the chase with 40km to go. Mr. Wiggins wants to keep his jersey today.'),(8662,185,'2007-06-11 15:39:20','Less than','two minutes at this point.'),(8663,185,'2007-06-11 15:39:38','Questions? Comments? Gripes?','Comments? Questions? Drop us a line.'),(8664,185,'2007-06-11 15:41:16','With 36km to go','the peloton is pulling these two back. The gap is now at 1:50.'),(8665,185,'2007-06-11 15:45:49','With 31km to go','the peloton is now 1:40 behind the two leaders. The Cofidis team of race leader Bradley Wiggins is working the chase on its own and driving hard.'),(8666,185,'2007-06-11 15:48:36','At 30km','The gap is now 1:38.'),(8667,185,'2007-06-11 15:54:40','With 28km','remaining, the gap is 1:30. We see Quick Step moving up to take over the chase. We will see a few sprinters\' teams moving up soon, too.'),(8668,185,'2007-06-11 15:58:48','With 24km to go','We see other teams lending a hand to the Cofidis team. There is an awful lot of traffic furniture out there today, with the rhythm is being disrupted.'),(8669,185,'2007-06-11 16:04:31','One minute','The two leaders are at 21km to go and just one minute ahead of the peloton.'),(8670,185,'2007-06-11 16:06:51','Past winners','The Dauphine began after WWII and has grown into a widely regarded prep\' race for the Tour de France. Take a look and see who has won it in the past. In the closest we come to fervent nationalism here at VeloNews.com, we\'ve put the Americans\' names in bold.

    1947  Édouard Kablinski\r\n
    1948  Édouard Fachleitner\r\n
    1949  Lucien Lazarides\r\n
    1950  Nello Lauredi\r\n
    1951  Nello Lauredi\r\n
    1952  Jean Dotto\r\n
    1953  Lucien Teisseire\r\n
    1954  Nello Lauredi\r\n
    1955  Louison Bobet\r\n
    1956  Alex Close\r\n
    1957  Marcel Rohrbach\r\n
    1958  Louis Rostollan\r\n
    1959  Henry Anglade\r\n
    1960  Jean Dotto\r\n
    1961  Brian Robinson\r\n
    1962  Raymond Mastrotto\r\n
    1963  Jacques Anquetil\r\n
    1964  Valentin Uriona\r\n
    1965  Jacques Anquetil\r\n
    1966  Raymond Poulidor\r\n
    1969  Raymond Poulidor\r\n
    1970  Luis Ocaña\r\n
    1971  Eddy Merckx\r\n
    1972  Luis Ocaña\r\n
    1973  Luis Ocaña\r\n
    1974  Alain Santy\r\n
    1975  Bernard Thévenet\r\n
    1976  Bernard Thévenet\r\n
    1977  Bernard Hinault\r\n
    1978  Michel Pollentier\r\n
    1979  Bernard Hinault\r\n
    1980  Johan van der Velde\r\n
    1981  Bernard Hinault\r\n
    1982  Michel Laurent\r\n
    1983  Greg LeMond\r\n
    1984  Martin Ramirez\r\n
    1985  Phil Anderson\r\n
    1986  Urs Zimmermann\r\n
    1987  Charly Mottet\r\n
    1988  Luis Herrera\r\n
    1989  Charly Mottet\r\n
    1990  Robert Millar\r\n
    1991  Luis Herrera\r\n
    1992  Charly Mottet\r\n
    1993  Laurent Dufaux\r\n
    1994  Laurent Dufaux\r\n
    1995  Miguel Indurain\r\n
    1996  Miguel Indurain\r\n
    1997  Udo Bölts\r\n
    1998  Armand De Las Cuevas\r\n
    1999  Alexander Vinokourov\r\n
    2000  Tyler Hamilton\r\n
    2001  Christophe Moreau\r\n
    2002  Lance Armstrong\r\n
    2003  Lance Armstrong\r\n
    2004  Iban Mayo i\r\n
    2005  Iñigo Landaluze  \r\n
    2006  Levi Leipheimer\r\n
     
    '),(8671,185,'2007-06-11 16:07:00','With 18km to go','the gap is at 55 seconds. The roads all the way to the finish are nice and dry. It\'s cloudy, but the rain has long since eased off.'),(8672,185,'2007-06-11 16:10:32','With 15km to go','the gap is 39 seconds.\r\n'),(8673,185,'2007-06-11 16:13:40','With 13km to go','the gap is now down to 22 seconds. (Is that singing we hear in the background?)

    The Quick Steps are driving the chase now.'),(8674,185,'2007-06-11 16:15:27','With 11km to go','the two men off the front are a mere 18 seconds ahead of the field.'),(8675,185,'2007-06-11 16:18:52','With 10km to go','the peloton is just 100 meters behind the two escapees and

    '),(8676,185,'2007-06-11 16:20:32','With 9km to go','the QuickStep and Francaise des Jeux teams are now in charge at the front. With a time bonus of 20 seconds today, Boonen would very probably move into the lead if he wins today. He was just four seconds down yesterday.'),(8677,185,'2007-06-11 16:22:24','Up front','we see Boonen getting into position with 7km to go. He has Credit Agricole\'s Thor Hushovd up there on his wheel. We see Hincapie moving in, too.'),(8678,185,'2007-06-11 16:22:43','You have two more kilometers','to enter the contest...'),(8679,185,'2007-06-11 16:23:40','With 5km to go','the peloton is racing to the finish. No more contest entries accepted after this point.'),(8680,185,'2007-06-11 16:24:32','With 4.5km','to go, the Credit Agricole team is now up front.'),(8681,185,'2007-06-11 16:25:24','Quick Step','takes over with less than four kilometers to go.'),(8682,185,'2007-06-11 16:26:22','Discovery','and Credit Agricole are also near the front and there is a bit of bumping around up there with three kilometers to go.'),(8683,185,'2007-06-11 16:27:07','Van Impe','The Quick Step rider has finally peeled off the front, with 2.5km to go.'),(8684,185,'2007-06-11 16:27:52','Discovery','is now at the front of the field, with 2km to go.'),(8685,185,'2007-06-11 16:28:13','Quick Step',' is at front with 1km to go.'),(8686,185,'2007-06-11 16:28:32','Hushovd','is on Boonen\'s wheel.'),(8687,185,'2007-06-11 16:29:00','Boonen and Brown','No.... here comes Gerolsteiner\'s Heinrich Haussler ... It\'s Haussler!'),(8688,185,'2007-06-11 16:32:00','Haussler','Boonen in second and Brown in third. Hausler was in the right place at the right time. He grabbed Brown\'s wheel as the Rabobank man charged from about 10 spots back. He stuck on his wheel and passed him with about 75 meters to go. We need to check the time bonus situation to see if there has been a change in GC. We\'re going to go out on a limb here and predict that no one picked the winner today. If not, we\'ll add our prize to tomorrow\'s haul.'),(8689,185,'2007-06-11 16:39:00','Wiggins still in the lead','We need to clarify the bonus times situation, but officials\' GC list keeps Wiggins at the top of the overall standings.

    We also need to find out where Leipheimer is. He is no longer listed in the top-10 on GC, so he must have finished well back in the main field.'),(8690,185,'2007-06-11 16:54:12','Time Bonuses','The Dauphine - for the first time in its recent history - is not awarding bonus times, so that\'s why Wiggins manages to hold on to the overall lead.\r\n'),(8691,186,'2007-06-12 14:07:00','Good day and welcome','to VeloNews.com\'s Live Coverage of the second stage of the 2007 Dauphiné Libéré, a tricky 157km race from St.-Paul-en-Jarez to Saint-Etienne. On the road today, the peloton faces two Category 3 climbs and a Cat. 4. There is a very fast nearly 500-meter descent in the final 12km before a short punchy climb to the finish, so a mass sprint is by no means a guarantee.'),(8692,186,'2007-06-12 14:08:00','Today\'s stage','The peloton rolled off the start at around 12:30 - about 90 minutes ago - and the attacks came quickly. There were several early efforts, which were eventually negated. Right now, with some 60km covered, we have a two man break including Jérôme Pineau (F), Bouygues Telecom and Aleksandr Kuschynski (Blr), Liquigas. The two men have built a 6:00 lead over the peloton.'),(8693,186,'2007-06-12 14:21:15','Today\'s contest','Will these two fellers stay off the front? Will they be caught, giving an opportunity for another escape? Take a guess. If you have even the remotest idea of who might win today\'s stage, send\r\nus your pick. If you\'re correct, we\'ll add your choice to others and\r\nrandomly pick a winner, who will receive a copy of VeloPress\'s newest publication,\r\n\"Gracie\r\nGoat\'s Big Bike Race,\" a book you might want to share with the budding young bike geek in your life. This is a fine piece of children\'s literature, heartily endorsed by seven-year-old Annika Pelkey, a big Gracie Goat fan these days.

    \r\n'),(8694,186,'2007-06-12 14:21:51','Comments? Questions?','Comments? Questions? Drop us a line.'),(8695,186,'2007-06-12 14:25:39','Cofidis','is assuming chasing duties today. Bradley Wiggins said yesterday that he would like to keep the jersey as long as he can, hopefully even to the point that he passes by the Tom Simpson memorial on Mt. Ventoux on Thursday wearing the yellow jersey. The gap at 70km is now 5:05.

    One climber who won\'t be there on Thursday is Discovery\'s Tom Danielson. He had hopes of doing well here this week, but a stomach bug kept him from finishing yesterday. He pulled out with 20km remaining in the stage. '),(8696,186,'2007-06-12 14:32:46','Cofidis','is serious about minimizing the gap. At 73km, the two leaders are 4:30 ahead of the field.'),(8697,186,'2007-06-12 14:50:11','The gap','At 92km Jérôme Pineau (Bouygues Telecom) and Aleksandr Kuschynski (Liquigas) are about 5:00 ahead of the field. We might predict that such a gap might hold for at least a while. Cofidis would be content to keep these two within a manageable distance, but not pull them back too soon.'),(8698,186,'2007-06-12 15:01:36','The two leaders are','working their way up the Category 4 Cote de Chambles, which summits at 100.5km. The gap is holding at around 4:30 to 5:00.'),(8699,186,'2007-06-12 15:04:52','Warm and partly cloudy','The weather today is not nearly as wet as has been the case over the past few days. It\'s a little easier on the peloton than that cloud burst early in yesterday\'s stage.'),(8700,186,'2007-06-12 15:08:39','Up and over','The leaders are on their way off the climb. We will try to get a solid time gap when the peloton summits the Cote de Chambles.'),(8701,186,'2007-06-12 15:17:05','Time','the peloton crested the summit at 4:38. We have to assume that Cofidis will ramp it up soon.'),(8702,186,'2007-06-12 15:25:20','The peloton','is picking up the pace, with Cofidis doing the bulk of the work. The time gap is closing in on 4:00 with our leaders at 118km.'),(8703,186,'2007-06-12 15:28:01','With 38km to go','the two leaders are 3:30 ahead of the field. Gerolsteiner is lending a hand in the chase.'),(8704,186,'2007-06-12 15:28:02','With 38km to go','the two leaders are 3:30 ahead of the field. Gerolsteiner is lending a hand in the chase.'),(8705,186,'2007-06-12 15:32:27','The two leaders','are working their way on to the Category 3 Cote de Saint Romain les Atheux. It \"crests\" 32.5km from the finish, but the climbing isn\'t really over until 146.'),(8706,186,'2007-06-12 15:34:14','Attacks out of the field','the terrain is perfect for escapees and Quick Step and Predictor Lotto have sent a couple of riders off the front.'),(8707,186,'2007-06-12 15:37:46','With 34km to go','The two men in the lead are just 2:15 ahead of the peloton. The attacking riders coming out of the field haven\'t gotten a lot of distance, and they appear to be getting quite a bit of company. Wiggins is in a spot of bother.'),(8708,186,'2007-06-12 15:39:56','Wiggins','is isolated. He is at the front of the main field driving the chase. He has no teammates with him, but he\'s setting a strong tempo.'),(8709,186,'2007-06-12 15:42:51','Our leaders','are just 1:22 ahead of the next group, with 32km to go. Again, while these two are close to the summit, but there is still quite a bit of climbing ahead, before that fast drop to the finish.'),(8710,186,'2007-06-12 15:46:58','Back in the peloton','Boonen has been dropped on the climb. There will be opportunity for him to catch back, but he\'s not climbing well. Wiggins, is doing well.'),(8712,186,'2007-06-12 15:49:01','With 29km to go','Our two leaders have been joined by a trio of riders, including Ag2r\'s Christophe Moreau.'),(8713,186,'2007-06-12 15:51:02','With 27km to go','the situation on the road, we see the group of five leading two chasers by 35 seconds and the peloton by 1:05. We\'ll ID all the players ASAP.'),(8714,186,'2007-06-12 15:54:20','With 25km to go','Discovery is taking over the chase in the peloton. The gap is coming down a bit, too.'),(8715,186,'2007-06-12 15:56:16','The five up front','Are less than 1:00 ahead of the main field. Discovery is getting help from Caisse d\'Eparne and they\'ve swept up the two chasers in between the peloton and the break.'),(8716,186,'2007-06-12 15:58:28','The leaders','Jerome Pineau (F), Bouygues Telecom
    Aleksandr Kuschynski (Blr), Liquigas
    Jose Antonio Redondo (Sp) Astana
    Christophe Moreau (F) Ag2r
    Kevin Seeldraeyers (B) Quick Step

    The gap is now 55 seconds with 21km to go.'),(8717,186,'2007-06-12 15:59:57','Igor Astarloa','Igor Astarloa, the 2003 world champion, has been ruled out of next month\'s Tour de France because of the blood infection toxoplasmosis.

    The 31-year-old Milram rider pulled out of the Dauphine Libere before yesterday\'s stage in Grenoble.

    \"He had hoped to do two or three stages but couldn\'t,\" a team spokesman\r\nsaid. \"He\'s been sick since the beginning of June but it\'s likely that he was already weak during the classics.\"

    Astarloa is expected to rest for two weeks but has already ruled himself out of Milram\'s Tour line-up.\r\n'),(8718,186,'2007-06-12 16:01:01','Moreau','is driving hard at the front of the break. With 20km remaining, the gap is still 55 seconds.'),(8719,186,'2007-06-12 16:05:00','Pineau','has been dropped by the other four. As we said, the climbing didn\'t stop back there at the \"summit\" of the KOM. With 17km to go, the gap is down to around 45 seconds.'),(8720,186,'2007-06-12 16:09:08','Now Kuschynski','is dropped and with 15km to go the remaining three have upped their lead on the peloton to 52 seconds.'),(8721,186,'2007-06-12 16:11:02','With 14km to go','Pineau and Kuschynski have been pulled back into the main field. Up front Moreau is feeling a bit randy and attacking out of the lead group. The gap is up to 1:01 with 13km remaining.'),(8722,186,'2007-06-12 16:11:58','The peloton','is being led by a combination of Gerolsteiner and Caisse d\'Eparne. Disco has eased back. With 12km to go, the gap is 1:00.'),(8723,186,'2007-06-12 16:12:48','Moreau','is with the other two up front, but the Frenchman continues to be the driving force in the break. '),(8724,186,'2007-06-12 16:14:43','With 10km to go','the gap is down to 55 seconds. It\'s a downhill shot toward the finish. The roads are fast and narrow. There is a punchy little climb at the end. This could all suit Moreau really well.'),(8725,186,'2007-06-12 16:15:46','Moreau','could move into the overall lead if he keeps this break at least 9 or 10seconds ahead of the field. He\'s 23rd on GC, just 9 seconds back.'),(8726,186,'2007-06-12 16:16:09','With 8km to go','the gap is 51 seconds.'),(8727,186,'2007-06-12 16:17:17','With 7km to go','the gap is still 50 seconds. We may see the stage winner emerge from this trio and of the three, Moreau is clearly is the most aggressive.'),(8728,186,'2007-06-12 16:18:10','Mechanical',' Kevin Seeldraeyers has lost his entire drive train.'),(8729,186,'2007-06-12 16:19:04','','Seeldraeyers is gone... with 5km to go, the gap to Moreau and Redondo is 49 seconds. We\'d have to put our money on Moreau today.'),(8730,186,'2007-06-12 16:19:57','With 4km to go','the gap is still 45 seconds. The two men up front are talking... Redondo probably wants a deal'),(8731,186,'2007-06-12 16:20:39','Three kilometers to go','Moreau is still driving hard. Looks like Redondo didn\'t get a deal. The gap, meanwhile is 42 seconds.'),(8732,186,'2007-06-12 16:21:12','With 2km to go','the two men are working together... '),(8733,186,'2007-06-12 16:22:02','With 1km to go','the two men are still together. '),(8734,186,'2007-06-12 16:22:42','The gap back','the peloton is driving hard... maybe not enough to pull the two back, but will Wiggins keep the jersey?'),(8735,186,'2007-06-12 16:23:12','500 meters','The two leaders are on the punchy little finish climb.'),(8736,186,'2007-06-12 16:23:00','Moreau!','Moreau takes the sprint. Now watch the clock.

    By the way, Moreau gestures with a rocking motion - like he\'s holding a baby - so he\'s dedicating this one to his newest child. As a fellow sappy Pappy, we have to salute that one, Mr. Moreau.'),(8737,186,'2007-06-12 16:24:23','The peloton','comes through at 36 seconds so Moreau wins the stage and moves into the leader\'s jersey.'),(8738,186,'2007-06-12 16:27:36','Christophe Moreau (Ag2r Prévoyance)','Is the new overall leader of the Dauphine.'),(8739,186,'2007-06-12 16:29:00','Congratulations to','James Moorehead, our contest winner today. And that\'s a wrap folks. We\'ll be back tomorrow, with coverage of the 40.7km time trial at Anneyron.'),(8740,187,'2007-06-13 14:55:45','Good day and welcome','to VeloNews.com\'s Live Coverage of the third stage of the 2007 Dauphiné Libéré, a 40.7-kilometer race against the clock in Anneyron.

    After rain and clouds during the opening days of the Dauphine, summer has arrived ... It\'s HOT, with temperatures in the 90s, fans lining the road are out searching for shade... and there is none.'),(8741,187,'2007-06-13 14:56:28','Magnus','We caught Magnus Backstedt just as he came off the course: \"It\'s harder than people are saying it is. There are a few steep climbs and it\'s hot. It\'s getting hotter for the later starters. It\'s quite windy once you get out of the valley. You never really get any tailwind - it\'s all head and crosswinds as you turn back to the finish.\" '),(8742,187,'2007-06-13 14:58:31','The route',' The course loops out of the treed valley at Anneyron and out onto some open farm fields south of town that are catching the wind Backstedt was talking about. '),(8743,187,'2007-06-13 15:00:21','One to watch','Astana team boss Marc Biver thinks Alexandre Vinokourov will win today: \"He wants to win. He\'s been training for this to make a test. He will also make a test in Saturday\'s stage. He has no pressure for the GC, but you never know, if his tests are succesful, maybe he can be leading, too!\" '),(8744,187,'2007-06-13 15:03:10','Yesterday\'s crash victim','Christian Vande Velde was a little worse for wear and tear, but he was able to get through Wednesday\'s stage following a nasty spill in Tuesday\'s stage. \"The only reason I finished yesterday was because I knew today was a time trial and I could recover. I\'ll see if I can get through the week. I\'m pretty banged up.\" '),(8745,187,'2007-06-13 15:06:22','Top times','Thus far - and it\'s still early folks - Volodymyr Dyudya (Ukr), Milram, has set the top time on course with a 54:30.

    He is followed by Frantisek Rabon (Cze), T-Mobile at 55:23, but that\'s all likely to change as the day rolls on.'),(8746,187,'2007-06-13 15:07:09','Vande Velde','Riding in the team car behind Vande Velde was Dave Zabriskie, one of the favorites to win today. The Z-Man won last year\'s TT as well as the prologue ahead of the Tour.

    Not to show any disloyalty for his teammate, but Vande Velde thinks the man to beat today is Levi Leipheimer. '),(8747,187,'2007-06-13 15:08:10','Today\'s contest','If you have even the remotest idea of who might win today\'s stage, send\r\nus your pick. If you\'re correct, we\'ll add your choice to others and\r\nrandomly pick a winner, who will receive a copy of VeloPress\'s newest publication,\r\n\"Gracie\r\nGoat\'s Big Bike Race,\" a book you might want to share with the budding young bike geek in your life. This is a fine piece of children\'s literature, heartily endorsed by seven-year-old Annika Pelkey, a big Gracie Goat fan these days.

    \r\n'),(8748,187,'2007-06-13 15:12:44','Can\'t avoid dope','In other news, members of the big ProTour teams are meeting this evening in Lyon to hash out a bunch of issues ahead of the Tour de France. Teams are under pressure from Tour organizers to remove riders who might be implicated in the Operacion Puerto scandal. '),(8749,187,'2007-06-13 15:16:02','','Tadej Valjavec, the Slovenian from Lampre-Fondital is setting new top times at intermediate check points throughout and is on track to set a new best time at the finish.'),(8750,187,'2007-06-13 15:17:09','Danielson',' Tom Danielson spent yesterday at a hospital in Spain following his early departure from the Dauphine. He\'s waiting for some test results to see what\'s ailing him. We\'ll try to contact him in the coming days. '),(8751,187,'2007-06-13 15:24:43','Comments? Questions?','Comments? Questions? Drop us a line.'),(8752,187,'2007-06-13 15:26:02','Joly','Sebastien Joly is leaving the start house, meaning that the top riders will be coming up. Joly is 10th on GC and the next nine will be heading out at 2:00 intervals.'),(8753,187,'2007-06-13 15:26:48','Valjavec','has a 53:53.6 and is the new leader.'),(8754,187,'2007-06-13 15:28:47','Zabriskie','is in the start house and ready to head out on the course in his stars-and-stripes TT outfit.'),(8755,187,'2007-06-13 15:30:32','Valverde','is ready to ride. We\'ll keep track of Zabriskie and Vinokourov, who are both on course now.'),(8756,187,'2007-06-13 15:31:49','Hincapie in da house','Start house that is.'),(8757,187,'2007-06-13 15:32:00','Hincapie is on route','At the intermediate time check at 17.5 Cadel Evans has set a new best time of 23:50, better than Valjavec\'s 24:14'),(8758,187,'2007-06-13 15:36:28','Leipheimer','is readying for the start.'),(8759,187,'2007-06-13 15:37:08','On his way...','Leipheimer is on the course... another rider we\'ll follow today.'),(8760,187,'2007-06-13 15:33:00','Vino','has set a new top mark at the 17.5km time check. Vinokourov has a 23:18 and Rabobank\'s Denis Menchov\' 23:37.'),(8761,187,'2007-06-13 15:42:36','Moreau','is on the road, so everyone is either riding or already done.'),(8762,187,'2007-06-13 15:51:00','Evans','sets a new top time with 52:47. Nice ride at 1:06 faster than Valjavec. We\'ll be seeing those times change we\'d wager.'),(8763,187,'2007-06-13 15:53:54','Zabriskie','is a full 27 seconds slower than Vino at time check No. 1.'),(8764,187,'2007-06-13 15:56:00','Denis Menchov comes in with','52:48 and moves into second, one second off of Evans\' time.'),(8765,187,'2007-06-13 15:57:00','Vinokourov','comes through at 52:08... the new best time, 39 seconds faster than Cadel Evans.'),(8766,187,'2007-06-13 16:03:03','Kashechkin','is also blazing the route today. He hit the time check just 6 seconds off of Vino\'s time.'),(8767,187,'2007-06-13 16:06:48','Paris-Nice','winner Alberto Contador (Discovery) finishes well back with a 55:04.'),(8768,187,'2007-06-13 16:10:36','At 27.7km','Zabriskie hits the split 19 seconds behind Vino, so he\'s improving a bit.'),(8769,187,'2007-06-13 16:12:58','Kashechkin','Is also blazing through the time checks. He\'s just four seconds slower than Vino at the second time check.'),(8771,187,'2007-06-13 16:15:13','Leipheimer','is not having a great ride. He\'s 51 seconds down at the second time check.'),(8772,187,'2007-06-13 16:17:24','Millar in at','53:44. That is sixth-best so far. Not the performance he was hoping for.'),(8773,187,'2007-06-13 16:21:26','Kashechkin','is flying and catches his two-minute man. Unfortunately for American fans, that\'s George Hincapie.'),(8774,187,'2007-06-13 16:22:00','Zabriskie','finishes with a 52:46, well off of Vinokourov\'s time.'),(8775,187,'2007-06-13 16:24:44','Valverde','finishes with a 53:23... seventh best of the day.'),(8776,187,'2007-06-13 16:27:42','Kashechkin','and Hincapie are heading to the line. The American finishes right behind the man from Astana. Kashechkin is now in second.'),(8777,187,'2007-06-13 16:30:27','Leipheimer','finishes with a 53:19... the eighth fastest of the day, so far.'),(8778,187,'2007-06-13 16:35:28','Wiggins','55:49, 42nd best time of the day. Not a good day for a man who specializes in distances equal to about 10 percent of today\'s stage.'),(8779,187,'2007-06-13 16:36:45','Moreau','is heading in to the final kilometer. Considering his pace, it looks like Astana will have the top two riders on GC. Dave Zabriskie moves into third.'),(8780,187,'2007-06-13 16:38:08','Moreau finishes with a 55:01','the 25th best time fo the day and he\'s nearly three minutes off of Vino\'s time.'),(8781,187,'2007-06-13 16:42:01','Congratulations to','Tasso Varvarikos, winner of today\'s contest.'),(8782,188,'2007-06-14 14:10:48','Good day and welcome','to VeloNews.com\'s Live Coverage of the fourth stage of the 2007 Dauphiné Libéré, a 197-kilometer ride from Hauterives to the top of the \"Gianat of Provence,\" the infamous Mont Ventoux.

    As you can see from today\'s profile, the day is mostly flat, (with three relatively easy Category 4 climbs at 108km, 146km and 169km) but that last step - as they say - is a doozy. The climb up the Ventoux starts at 176 kilometers at an altitude of 280 meters and summits at an altitude of 1909 meters at 197km. The upper slopes are tough and exposed to the elements as the the top of the mountain was long ago cleared of timber.'),(8783,188,'2007-06-14 14:16:00','Today\'s stage','began around 11:30 this morning. There was an early attack, including four riders:
    78. Sylvain Calzati (F), Ag2r Prévoyance, at 5:49
    128. Stéphane Augé (F), Cofidis, at 20:27
    72. Cédric Vasseur (F), Quick Step, at 5:38
    69. Frederik Willems (B), Liquigas, at 5:24

    Over the opening 105km, the leaders have managed to build up an 11:00 lead, with Astana setting tempo at the front of the main field. We have to assume that gap will shrink before the big haul... and probably evaporate by the top. '),(8784,188,'2007-06-14 14:17:58','Today\'s weather','There are brisk headwinds blowing up the Rhone, so the peloton is getting a good pasting before arriving at the base of the Ventoux. High clouds, which is keeping the temperatures down compared to yesterday. Up at the top, the wind is really whipping hard ... could be for an epic day '),(8785,188,'2007-06-14 14:18:56','Vande Velde',' said he was feeling better at the start: \"I\'m still stiff, but better than yesterday. I\'ve only been up Ventoux once (in 2005), so I know it\'s going to be hard.\" '),(8786,188,'2007-06-14 14:22:05','Today\'s contest','If you have even the remotest idea of who might win today\'s stage, send\r\nus your pick. If you\'re correct, we\'ll add your choice to others and\r\nrandomly pick a winner, who will receive a copy of VeloPress\'s newest publication,\r\n\"Gracie\r\nGoat\'s Big Bike Race,\" a book you might want to share with the budding young bike geek in your life.

    Drop us a line.'),(8788,188,'2007-06-14 14:26:44','Taking the hard way','there are three ways up the Ventoux. They are all hard, but the route from Bedoin is the toughest of the three, lasting 21 kilometers at an average grade of 8 percent.

    As you undoubtedly recall, this is also the route taken by the Tour de France in 1967, the stage in which British cyclist Tom Simpson died, some six kilometers from the summit.'),(8789,188,'2007-06-14 14:38:12','Our latest time gap','gives the leading quartet an advantage of 11:45. Any bets on whether they will make it? In terms of GC, will anyone care?'),(8790,188,'2007-06-14 14:39:30','Cadel Evans','said he was \"nervous\" about the Ventoux climb. \"I\'ve never been up it, but I\'ve heard about it. If I have the legs, I am going to try to win. I\'m here to test my form before the Tour, but we have to win bike races, too.\" '),(8791,188,'2007-06-14 14:47:05','Photos','Our dedicated European correspondent Andrew Hood has sent in some shots from the start today. Check out Beltran\'s socks. That could be an interesting new trend.'),(8792,188,'2007-06-14 14:49:59','At 125km','the still-substantial gap is starting to shrink. The foursome upfront now have an advantage of 10:25.'),(8793,188,'2007-06-14 14:50:58','Inigo Cuesta (CSC)','said he couldn\'t remember how many times he\'s been up the Ventoux during his long 14-year career, but he said he\'s looking forward to it... \"like a trip to the dentist.\"

    Now there\'s a ringing endorsement!'),(8794,188,'2007-06-14 15:02:47','The four leaders','are still holding on to about a 11:10 lead. The Astanas are driving the peloton.'),(8795,188,'2007-06-14 15:11:14','Crosswinds','on narrow roads. With 56km to go, the peloton is ticking along on narrow roads on the approach to the Ventoux. The winds are there... but it\'s not so strong as to break things into echelons.'),(8796,188,'2007-06-14 15:12:45','Time gaps','the leaders are 53km from the finish and the peloton is still around 11:00 behind the leaders.'),(8797,188,'2007-06-14 15:17:00','Calzati','Sylvain Calzati (Ag2r) has taken the climb at km 146. He\'s now earned 18 climber\'s points and takes that jersey. The gap is now 10:55 with the Astanas driving the pace at the front. '),(8798,188,'2007-06-14 15:23:17','With 47km to go','the gap is at 10:50. Astana remains at the front of the peloton, handling the bulk of the chase work... Bulk? Well, all of the work.'),(8799,188,'2007-06-14 15:25:44','Astana','is picking up the pace. With 45km to go, the gap is at 10:31.'),(8800,188,'2007-06-14 15:34:14','With 39km to go','the gap is down to 9:45. Considering the character of the final 21km, is that enough? Of the men in the break, Calzati is probably the best climber of the bunch.\r\nHe\'s also won stages after a long, seemingly suicidal break. He won\r\nstage 8 of the Tour last year.'),(8801,188,'2007-06-14 15:36:02','CSC',' is moving up front, not lending a hand, quite yet, but they are settling in behind the Astanas.'),(8802,188,'2007-06-14 15:38:18','Cunego','Damiano Cunego has decided not to take part in this year\'s Tour de France, his Lampre team said on Thursday.

    The 25-year-old climber, winner of the Best Young Rider classification at last year\'s Tour, is suffering from fatigue after his fifth-place finish at the Giro d\'Italia, an event he won in 2004.\r\n'),(8803,188,'2007-06-14 15:39:30','With 36km to go','the gap is at 9:15.'),(8804,188,'2007-06-14 15:44:47','The men in the break','can see how they\'ll be spending the last part of this race. They are but 13km from the base of the climb.'),(8805,188,'2007-06-14 15:46:34','The gap','is now under nine minutes for the first time in many, many kilometers.

    Astana is still working, but CSC is still near the front. Disco is coming up, too.'),(8806,188,'2007-06-14 15:51:49','10km before the climb','the leaders are 8:41 ahead of the peloton. That\'s a small enough gap for some tough climbers to nail these guys, who\'ve been out there since kilometer 2.'),(8807,188,'2007-06-14 15:53:44','It\'s still','windy on top.'),(8808,188,'2007-06-14 15:55:37',' Calzati','is set to add to his lead on KOM points. The break is nearing the top of the day\'s last Cat. 4. Then it\'s a gradual downhill and six kilometers to the base of the hors categorie finish.'),(8809,188,'2007-06-14 15:56:22','How\'s that for weird?','We see Valverde hanging off the back of the peloton ... but there\'s Boonen near the front! And Backstedt\'s up there, too... bet that won\'t last on the climb, eh?'),(8810,188,'2007-06-14 15:56:39','With 28km to go','the gap is at 8:06.'),(8811,188,'2007-06-14 15:58:18','The leaders','are over the top of the climb and they are on their way to Bedoin... and then it\'s up, up, up and awaaaaay.'),(8812,188,'2007-06-14 15:58:36','David Millar','said he\'s been up the Ventoux \"seven or eight times\" during his career, adding that he either goes \"really good or really bad.\" Concerning his time trial performance yestreday (10th at 1:33 back), he said he\'s not worried: \"I didn\'t go full-gas yesterday. I missed two weeks of training after crashing at Romandie. Everything is for the Tour.\" '),(8813,188,'2007-06-14 16:02:50','The gap','the leaders are 7:33 ahead of the peloton and are zooming toward Bedoin and the base of the legendary climb up the Ventoux. '),(8814,188,'2007-06-14 16:05:19','6:51 at 23km to go',''),(8815,188,'2007-06-14 16:07:56','In Bedoin','the leaders are in the town of Bedoin and heading on to the base of the Ventoux.'),(8816,188,'2007-06-14 16:11:26','Predictor','The Predictor Lotto team is moving up, perhaps setting up Mr. Evans today?'),(8822,188,'2007-06-14 16:15:51','Must have been mechanical','he\'s coming back through the peloton to the front.'),(8818,188,'2007-06-14 16:12:01','Valverde','is still trailing the peloton, as the gap is now down to 6:11.'),(8819,188,'2007-06-14 16:12:54','As the peloton','hits Bedoin, the gap is 6:09'),(8820,188,'2007-06-14 16:14:14','Valverde','is still dangling off back - he\'s not having a good day - unless he\'s doing a really good job at acting '),(8821,188,'2007-06-14 16:14:45','Vino?','Is off the back of the peloton? Flat? Bike change?'),(8823,188,'2007-06-14 16:17:29','Calzati','tries a dig, but the group is still together.... wait, he tries again. Caught again. He\'s feeling randy... '),(8826,188,'2007-06-14 16:19:38','Valverde','has a slow and lonely ride ahead of him.'),(8827,188,'2007-06-14 16:20:25','Gerolsteiner','moving up a bit, too. They\'re working for Kohl - who was third last year. '),(8825,188,'2007-06-14 16:18:37','The gap','with 17km to go, the gap is 5:35. Back in the peloton, Vino and crew are back up front. We see Contador hovering around the front, too. We\'ll watch him.

    At the back, Valverde has been shelled. It\'s no act.'),(8828,188,'2007-06-14 16:21:32','Up front','the foursome remains together, holding a 5:08 lead... with a lot of climbing ahead.'),(8829,188,'2007-06-14 16:23:37','The pace','Hincapie and Boonen are off the back. It\'s a big group they\'re in.'),(8830,188,'2007-06-14 16:24:55','Attack!','Gilbert attacks out of the peloton... nice move.'),(8831,188,'2007-06-14 16:26:04','Not a GC threat','Gilbert is 45th at 4:04, but he\'s driving hard at the front. The pace has really trimmed the gap. The four leaders are 14km from the summit with a lead of 3:48.'),(8832,188,'2007-06-14 16:27:28','The','laughing group ain\'t smiling, but it is big.

    Meanwhile, Julich has been dropped out of the peloton.'),(8833,188,'2007-06-14 16:29:52','Gilbert','is caught. Cuesta is now at the front. Not bad for a dentist\'s visit.'),(8834,188,'2007-06-14 16:31:43','Cuesta has','company, including Moreau - with his tongue hanging out as usual. The gap to the men up front is down to 3:10... and the group is dropping Auge.'),(8835,188,'2007-06-14 16:33:22','Calzati','Attacks again. This time he\'s getting away with it. The course is still in the trees... it\'s a bit before they get to the exposed parts.'),(8836,188,'2007-06-14 16:34:00','The gap','is 2:24 with 12km to go. Behind the no-broken escape group, Calzati has dropped his companions to chase win ...'),(8837,188,'2007-06-14 16:35:42','The tempo','in the yellow jersey group. Kashechkin is at back of lead bunch. Too much?'),(8838,188,'2007-06-14 16:36:53','Calzati','is being chased by Moreau and Sylvester Szmyd (Lampre-Fondital)'),(8839,188,'2007-06-14 16:39:21','The gap','Calzati is driving hard at the front, but the gap is 2:42 with 10km to go. Szmyd is at 1:57. Vino is drifting to the back of the peloton.'),(8840,188,'2007-06-14 16:40:56','Calzati','is 1:45 ahead of Moreau/Szmyd and the Vino\' group is at 2:11. Vino is still at the back of the group. His teammate Kashechkin is back up at the front of this group of 20 or so riders. Leipheimer, is up there.'),(8841,188,'2007-06-14 16:41:08','Vino is getting','dropped.'),(8842,188,'2007-06-14 16:42:42','Emerging','from the trees Calzati is coming out to the more exposed parts of the climb. Moreau is now sweeping up the men from the break... with the exception of Calzati, who is 1:45 ahead.'),(8843,188,'2007-06-14 16:43:16','Vinokourov','is riding his own race and it\'s not with the peloton today. He\'s losing time.'),(8844,188,'2007-06-14 16:44:12','Moreau','and Szmyd are 1:40 behind Calzati with nine km to go. The \"peloton\" - quite small now - is at 2:22.'),(8845,188,'2007-06-14 16:46:05','Calzati','is now 1:34 ahead of his teammate Moreau and the Lampre man Szmyd. There are still 8 kilometers of tough climbing ahead.'),(8846,188,'2007-06-14 16:47:00','Menchov','the man who won here last year, was dropped, but he\'s working his way back into the group. Beltran, without those cool socks (see photo below) is in the mix as well. Meanwhile about 1:00 ahead of this elite cadre of climbers, Moreau and Szmyd are now 1:10 behind Calzati. '),(8847,188,'2007-06-14 16:49:00','The main group','is splitting up. Zabriskie, meanwhile, is still there.'),(8848,188,'2007-06-14 16:52:39','With seven','kilometers to go, Calzati is now 40 seconds ahead of the Moreau/Szmyd chase... and 1:10 ahead of a group that includes Zabriskie, Menchov, Leipheimer, Contador, Kashechkin, Cuesta... If it weren\'t for Kashechkin, Zabriskie would be riding into the leader\'s jersey.'),(8849,188,'2007-06-14 16:53:26','While Menchov','won here last year, Moreau was second. Today, Moreau is now 32 seconds behind his teammate.'),(8850,188,'2007-06-14 16:54:37','Szmyd','is upping the pace and he and Moreau can now see Calzati.'),(8851,188,'2007-06-14 16:56:20','Space case?','For some reason, Calzati\'s left number - No. 13 - is upside-down. Superstition? Mistake?'),(8852,188,'2007-06-14 16:58:40','With six kilometers to go','Calzati is still about 20 seconds ahead of Moreau and Szmyd. The Zabriskie/Evans/Leipheimer/Kashechkin group is now made up of about 24 riders. Vino\' is not in there. He\'s trailing and we\'re looking for a time gap.'),(8853,188,'2007-06-14 17:01:32','Impressive','Calzati is still riding along nicely. He\'s about to be joined by Moreau and Szmyd. We will have a situation with two Ag2r riders - one of whom has been on the attack for 190km - against one Lampre. Any bets? Will they stay off with 5.5 km to go?'),(8854,188,'2007-06-14 17:03:07','Caught and passed','Calzati has been passed and dropped by the Szmyd/Moreau combo. They are now 57 seconds ahead of the peloton with less than 5km to go.'),(8855,188,'2007-06-14 17:03:54','Moreau','Attacks and has lost Szmyd. He\'s powering ahead and has a long ride ahead of him.'),(8856,188,'2007-06-14 17:05:00','The gap','has bumped up past a minute. Moreau is now three kilometers from the summit, but as it stands, it will be Kashechkin who takes over the lead.'),(8857,188,'2007-06-14 17:06:05','Kashechkin','is now driving hard. Credit Agricole\'s Fofonov attacks, now Evans attacks and passes.'),(8858,188,'2007-06-14 17:07:42','Attack','attack... there are a number of riders attacking out of the group. The pace is quite high. Sylvain Chavenel - the KOM jersey - has been dropped out of the group... and fought back on.'),(8859,188,'2007-06-14 17:08:44','Moreau','is driving hard at the front. Euskaltel\'s Igor Anton is chasing. Calzati has not only been caught by the peloton, he\'s been dropped, too.'),(8860,188,'2007-06-14 17:09:38','Leipheimer','and Zabriskie have stayed with the Evans/Beltran attack. Moreau is about 30 - 40 seconds ahead of Anton.'),(8861,188,'2007-06-14 17:10:18','Moreau','is within the final kilometer. He may get another stage win, but probably not the jersey.'),(8862,188,'2007-06-14 17:10:49','Fofonov','attacks again out of the peloton. Feisty little feller, ain\'t he?'),(8863,188,'2007-06-14 17:12:05','The Fofonov','attack has broken up the group. He\'s being chased by Evans, Contador, Piepoli... Leipheimer and Zabriskie and Kashechkin aren\'t there.'),(8864,188,'2007-06-14 17:12:17','Moreau','is on his way to the finish.'),(8865,188,'2007-06-14 17:12:46','Moreau is','riding to the finish of his second win here at the Dauphine... he wins.'),(8866,188,'2007-06-14 17:14:02','Szmyd','holds on for second at 1:05 and Anton charges in at 1:21'),(8867,188,'2007-06-14 17:14:00','The chase','group is coming in.... Evans takes fourth at 1:51 and Menchov at 1:53.... Zabriskie at 2:01, Kashechkin at 2:04.'),(8868,188,'2007-06-14 17:15:31','Kashechkin','holds on for the jersey, but it looks like Moreau has moved past Zabriskie for second overall.'),(8869,188,'2007-06-14 17:20:39','Whoa','Vino\' finishes at 7:20. '),(8870,188,'2007-06-14 17:24:00','GC picture','
    Overall\r\n
    1. Andrey Kashechkin (Kz), Astana, 617 km in 16:17:21 (37.933kph)\r\n
    2. Christophe Moreau (F), Ag2r, at 0:14\r\n
    3. Denis Menchov (Rus), Rabobank, at 0:25\r\n
    4. Cadel Evans (Aus), Predictor-Lotto, at 0:26\r\n
    5. David Zabriskie (USA), CSC, at 0:26\r\n
    6. Levi Leipheimer (USA), Discovery, at 0:53\r\n
    7. Sylvain Chavanel (F), Cofidis, at 1:50\r\n
    8. Haimar Zubeldia (Sp), Euskaltel-Euskadi, at 3:15\r\n
    9. Alberto Contador (Sp), Discovery, at 3:15\r\n
    10. Manuel Beltrán (Sp), Liquigas, at 3:34\r\n'),(8871,189,'2007-06-15 14:08:54','Good day and welcome','to VeloNews.com\'s Live Coverage of the fifth stage of the 2007 Dauphiné Libéré, a 195-kilometer race from Nyons to Digne-les-Bains.

    Today\'s stage began at 11:30 and 134 riders left the start in Nyons. Servais Knaven (Nl), T-Mobile, Robert Gesink (Nl), Rabobank and Raivis Belohvosciks (Lat), Saunier Duval did not opt to start today.

    Alejandro Valverde (Caisse d\'Epargne), who really suffered up the Ventoux yesterday, pulled out at 40km, complaining of intestinal difficulties.'),(8872,189,'2007-06-15 14:12:44','The situation on the road','We had a big - and somewhat interesting - break develop early in today\'s stage. Under the pressure of an attack by one of our favorites - Magnus Backstedt - at km 6, a 22-man group formed up and now at 105km, they enjoy a lead of 5:50 on the main field.

    Included in the group is Alexandre Vinokourov, who started yesterday as race leader, but lost more than seven minutes on the unforgiving slopes of the Ventoux. We\'ll get the full ID\'s and their positions on GC in a moment.'),(8873,189,'2007-06-15 14:20:00','The men in the break','Like we said, it\'s a big bunch out there. The break includes (position on GC and time back included):19. Stef Clement (Nl), Bouygues Telecom, at 5:02
    20. Alexandre Vinokourov (Kz), Astana, at 5:14
    40. Anthony Charteau (F), Crédit Agricole, at 8:46
    41. Leonardo Duque (Col), Cofidis, at 8:51
    46. Egoi Martínez (Sp), Discovery, at 10:45
    62. Iker Camaño (Sp), Saunier Duval, at 15:42
    66. Rik Verbrugghe (B), Cofidis, at 17:48
    68. Antonio Colom (Sp), Astana, at 18:14
    69. Cyril Dessel (F), Ag2r, at 18:53
    71. Christophe Edaleine (F), Crédit Agricole, at 19:11
    75. Heinrich Haussler (G), Gerolsteiner, at 19:41
    76. Rubén Pérez (Sp), Euskaltel-Euskadi, at 19:46
    99. Preben Van Hecke (B), Predictor-Lotto, at 16:43
    83. Matej Mugerli (Slo), Liquigas, at 20:17
    Mauro Da Dalto (I), Liquigas, at 20:18
    119. José Vicente Garcia (Sp), Caisse d\'Epargne, at 34:35
    120. Kevin Van Impe (B), Quick Step, at 35:20
    127. Tom Boonen (B), Quick Step, at 39:12
    133. Carlo Scognamiglio (I), Milram, at 40:49
    136. Magnus Backstedt (Swe), Liquigas, at 42:37 \r\n \r\n\r\n
    '),(8874,189,'2007-06-15 14:28:00','The break','At 115km, the leaders have extended their advantage to 6:30, meaning that Clement is now the virtual leader. It\'s an interesting composition, since Vinokourov is in there.

    Race radio reports that Bobby Julich (CSC) has pulled out of the Dauphine. We\'ll try to get more information as it becomes available.'),(8876,189,'2007-06-15 14:41:00','Stomach bug','Valverde succumbed to a stomach bug, but he\'s not the only one suffering. Leipheimer, Hincapie and Julich all have had issues over the past few days. Contrary to earlier reports, Julich simply withdrew today. There is no indication that he suffered injuries in a crash.

    Leipheimer said he was \"happy to finish with the lead group\" on Ventoux. He said he\'s not feeling great, but \"I am just here for training anyway (for the Tour).\" '),(8875,189,'2007-06-15 14:31:50','Wanna venture a guess?','First off, we want to congratulate yesterday\'s winner, who requested anonymity since she is keeping track of the race from work (people actually do that?!?!?!?) and doesn\'t want he boss to figure that out.

    Now, if you are at home or (God forbid) the office and have even the remotest idea of who might win today\'s stage, send\r\nus your pick. If you\'re correct, we\'ll add your choice to others and\r\nrandomly pick a winner, who will receive a copy of VeloPress\'s newest publication,\r\n\"Gracie\r\nGoat\'s Big Bike Race,\" a book you might want to share with the budding young bike geek in your life.

    He thanked his teammates for working for him, \"but that wasn\'t the plan. Gustov went to the front and did a good job. We\'ll see how it goes. I am feeling better. Day-by-day.\" '),(8880,189,'2007-06-15 14:47:13','With Astana','really not interested in chasing a break that holds Vino\' in the mix, the workload is falling to Moreau\'s Ag2r squad. They are getting help from Predictor-Lotto and CSC.'),(8881,189,'2007-06-15 14:50:52','Today\'s weather','it was raining quite hard this morning, but eased up right before start to sprinkles. At the finish in Dignes-les-Baines, it\'s partly sunny and the trend looks toward clearing skies.'),(8882,189,'2007-06-15 15:00:21','Questions? Comments? Gripes?','Questions? Comments? Problems? An epiphany? Let us know by dropping\r\na line.'),(8883,189,'2007-06-15 15:03:36','At 160km','the effort by the three teams - Ag2r, CSC and Predictor-Lotto - is having some impact. The gap is now down to 4:25'),(8884,189,'2007-06-15 15:07:44','With 39km remaining','and the gap coming down to the 4:00 range, riders in the break are starting to try their luck. Boonen attacked a bit ago and now his teammate Kevin Van Impe is giving it a dig.'),(8885,189,'2007-06-15 15:09:44','Van Impe','is on his own, but his gap is just around 10 seconds. There is that big climb ahead and it may sort things out here in a bit.'),(8886,189,'2007-06-15 15:12:33','The gap','is moving up again, as the men in the break are upping their pace with frequent attacks.'),(8887,189,'2007-06-15 15:14:22','Ahead','the race will course over the Category 2 Col du Corobin, which simmits at 178.5km, 16.5km before the finish in Digne-les-Bains.'),(8888,189,'2007-06-15 15:15:38','Liquigas counters','With Van Impe reeled in, Liquigas\'s Mugerli tries a dig.'),(8889,189,'2007-06-15 15:17:06','With 32km','remaining, the men in the break - with Mugerli ahead - are approaching the Category 2 Col du Corobin.'),(8890,189,'2007-06-15 15:20:49','With 30km','to go, the gap is increasing and is now 4:52. Mugerli has a lead of about 15 seconds on the rest of the break, which is now in two groups, separated by about 10 seconds. The peloton is still being led by CSC, Lotto and Ag2r. Did Moreau and crew blow it?'),(8891,189,'2007-06-15 15:22:59','Mugerli','is back in the break... the climb is coming up.'),(8892,189,'2007-06-15 15:24:52','Turning on to the climb','the leaders are 25km from the finish and about to start the climb. The gap is back over 5:00.'),(8893,189,'2007-06-15 15:26:18','Another dig','Christophe Edaleine (Crédit Agricole) is trying to get a little jump on the lower slopes of the climb, but he\'s not getting away.'),(8894,189,'2007-06-15 15:30:54','The climb','is already breaking things up. Clement has popped off the back, as Astana\'s Antonio Colom is off the front and Vinokourov is not to far back in a group of five. The gap back to the peloton is now 4:40. Will we see an attack by Moreau once the peloton reaches the climb. He is only 14 seconds down on Kashechkin.'),(8895,189,'2007-06-15 15:32:29','Mugerli and Vinokourov','are coming up on Colom.'),(8896,189,'2007-06-15 15:35:02','The peloton','is hitting the climb. At the front of the break, Colom is still on his own... slightly ahead of a group of five riders, including Vinokourov, Preben Van Hecke (Predictor-Lotto) and Mugerli.'),(8897,189,'2007-06-15 15:37:27','With 20km remaining','Colom is working his way up the climb quite nicely and has about 30 seconds ahead of the next group. The peloton is at 4:10 and we are not seeing any major action out of the peloton.'),(8898,189,'2007-06-15 15:39:10','Preben Van Hecke','is chasing Colom. Clement has recovered and joined the Vino group... but Vinokourov decides he doesn\'t like company.

    He has jumped out of the group and has caught and passed Van Hecke.'),(8899,189,'2007-06-15 15:40:00','Colom','waits for Vinokourov and the two men are closing in on the final two kilometers of the climb. That\'s a formidable combination.'),(8900,189,'2007-06-15 15:43:01','Current picture','Vinokourov and Colom are about 22 seconds ahead of Van Hecke, who is about to be caught by a chase group of six riders, including Clement. The peloton is now at 4:18.'),(8901,189,'2007-06-15 15:44:35','Backstedt','Caught by the peloton. The peloton has not had any major attacks.'),(8902,189,'2007-06-15 15:48:15','Basso pleads for fairness.','Ivan Basso, one of several riders involved in\r\nthe Puerto doping scandal, pleaded for fairness as he attended\r\na disciplinary hearing at the Italian Cycling Federation (FCI) in ROme today.

    The 29-year-old Italian, who was one of the favourites for this year\'s Tour de France, is expected to be given a two-year ban.

    CONI, Italy\'s Olympic Committee who oversee all the activities of sports\r\nfederations in the country, recommended to the FCI that Basso, the 2006 Giro D\'Italia champion, be banned for 21 months. The UCI is calling for a two-year suspension.

    On his arrival at the hearing, Basso, flanked by his lawyer Massimo Martelli, pleaded for a fair sentence.

    \"All I ask is that I am given a fair sentence,\" he was quoted as saying by Italian news agency ANSA. \"It\'s true I lied for a year for fear of being found out, but that was a mistake.

    \"Now I will suffer the consequences of my errors, but I want to reiterate the fact that I have declared everything I know. I\'ve lost everything: the races, my contracts. But it\'s only right because I made mistakes and I will accept the punishment. I hope that this whole episode is over soon so that I can go back to cycling as soon as possible.\"\r\n'),(8903,189,'2007-06-15 15:49:10','Up and over','Vino and Colom summit the climb, about 35 seconds ahead of the chasers.'),(8904,189,'2007-06-15 15:55:04','News from Discovery','Tom Danielson\'s illness will keep him out of the Tour de France this year.

    “Tom is off the Tour team,†Discovery Channel boss Johan Bruyneel told VeloNews\'s Andrew Hood. “He’s sick. We’re trying to find out exactly what the problem is. He’s had stomach problems throughout the year at several key moments. It’s definitely a disappointment.â€Â'),(8905,189,'2007-06-15 15:56:00','Colom and Vino','are powering through the descent. Clement and Leonardo Duque are chasing and a group of five is behind those two. With 10km remaining, the gap back to Clement/Duque is 1:00.'),(8906,189,'2007-06-15 16:00:00','With 7km remaining','The Astana duo off the fron is holding on to a 45-second lead over Clement/Duque.'),(8907,189,'2007-06-15 16:01:00','Clement','and Duque may soon be joined by Van Hecke, Mugerli and two others.'),(8908,189,'2007-06-15 16:02:17','With 5km to go','they hold a 50-second lead on Clement, Duque and a group of four closing in on that pair.'),(8909,189,'2007-06-15 16:05:43','With three km to go','the Astana men are closing in on the finish and it\'s likely they will hold off Clement and Duque, who now trail by 35 seconds. The Van Hecke/Mugerli group is only another 10 seconds back.'),(8910,189,'2007-06-15 16:06:20','The peloton','is still around 4:00 back.'),(8911,189,'2007-06-15 16:06:35','one kilometer to go',''),(8912,189,'2007-06-15 16:07:14','Vino','pats Colom on the back. Is he going to give this one to his teammate?'),(8913,189,'2007-06-15 16:08:16','Across the line','The two Astanas cross the line holding hands, but Colom gets the stage. The group of six comes through at 16 seconds.'),(8914,189,'2007-06-15 16:09:14','Another small group','led by Haussler comes through at 1:16.'),(8915,189,'2007-06-15 16:09:46','The peloton','is driving through the final kilometers. It\'s all Ag2r at the front.'),(8916,189,'2007-06-15 16:10:06','One km to go',''),(8917,189,'2007-06-15 16:11:00','The peloton','is driving hard over the final meters as Ag2r are trying to minimize the damage as they sweep past some riders from the original break.'),(8918,189,'2007-06-15 16:12:12','3:26','the main field finishes at 3:26 and it will be a bit before we sort through all of the impact on GC. It looks like Vino and Clement will be moving up on GC. '),(8919,189,'2007-06-15 16:15:51','','1. Antonio Colom (Sp), Astana, 4:39:28\r\n
    2. Alexandre Vinokourov (Kz), Astana, s.t.\r\n
    3. Leonardo Duque (Col), Cofidis, at 0:15

    With the main field finishing 3:26 back, the top-three positions on GC will remain unchanged.'),(8920,189,'2007-06-15 16:20:59','GC picture','1. Andrey Kashechkin (Kz), Astana
    2. Christophe Moreau (F), Ag2r, at 0:14
    3. Denis Menchov (Rus), Rabobank, at 0:25
    4. Cadel Evans (Aus), Predictor-Lotto, at 0:26
    5. David Zabriskie (USA), CSC, at 0:26
    6. Levi Leipheimer (USA), Discovery, at 0:53
    7. Alexandre Vinokourov (Kz), at 1:47
    8. Stef Clement (Nl), Bouygues Telecom, at 1:50'),(8921,190,'2007-06-16 13:40:44','Good day and welcome','to VeloNews.com\'s Live Coverage of the sixth stage of the 59th edition of the Dauphiné Libéré.

    Today\'s route is a tough one at 198 kilometers and climbing beginning at the start in Gap. Up, up and away:

  • Category 2 - Col Bayard (km 6.5)
  • Category 4 - Côte du Motty (km 36)
  • Category 2 - Col d\'Ornon (km 82)
  • Hors categorie Col de la Croix-de-Fer (km 130.5)
  • Category 2 - Col du Mollard (km 151)
  • Category 4 - Côte du Bochet (km 171.5)
  • Category 1 - Col du Télégraphe (km 192.5)

    How\'s that for a nice weekend ride? \r\n'),(8922,190,'2007-06-16 13:57:39','It\'s a nice day','with temperatures in the 70s, which is expected to last for most of the day. 129 riders left Gap at 11:30 this morning. As expected there were attacks from the beginning with riders trying to get a jump on the day on the Col du Bayard\'s 6.5 kilometers of 7.2 percent grades.

    At the summit of the Bayard, we saw a group of 11 emerge with enough of a lead to stay away. Those riders are (with GC position and time back indicated):37. Rémy Di Gregorio (F), Française des Jeux, at 8:39
    32. Egoi Martínez (Sp), Discovery Channel, at 7:44
    72. Stéphane Goubert (F), Ag2r, at 22:27
    19. Bernhard Kohl (A), Gerolsteiner, 5:14
    21. Xabier Zandio (Sp), Caisse d\'Epargne, at 5:28
    50. Alexandre Botcharov (Rus) Crédit Agricole, at 13:12
    54. Maxim Iglinsky (Kz), Astana, at 14:30
    68. Aleksandre Kuschynski (Blr), Liquigas , at 21:11
    17. Mikel Astarloza (Sp), Euskaltel-Euskadi, at 4:22
    86. Morris Possoni (I), Lampre, at 29:50
    35. Pierrick Fédrigo (F), Bouygues Telecom, at 8:13
    '),(8923,190,'2007-06-16 14:05:00','Our leaders','are at the 109km mark and have covered the Category 2 - Col Bayard (km 6.5), the Category 4 - Côte du Motty (km 36) and the Category 2 - Col d\'Ornon (km 82). They now face the 24-kilometers of the Hors categorie Col de la Croix-de-Fer, which crests at 130.5 kilometers.

    The eleven men in the lead hold an advantage of 6:30, which is about the limit of what the peloton seems willing to allow.'),(8924,190,'2007-06-16 14:16:56','Today\'s contest','Will these guys stay away? Will the slopes of the Col de la Croix-de-fer trim the lead group to a gang that might make it? Will the peloton catch everyone. Who knows? If you have even the remotest idea of who might win today\'s stage, send\r\nus your pick. If you\'re correct, we\'ll add your choice to others and\r\nrandomly pick a winner, who will receive a copy of VeloPress\'s newest publication,\r\n\"Gracie\r\nGoat\'s Big Bike Race,\" a book you might want to share with the budding young bike geek in your life.

    Drop us a line.'),(8926,190,'2007-06-16 14:37:15','Christophe Moreau','is the man who could benefit the most today - he\'s only 14sec behind Kashechkin and seems to be the strongest in the race: \"I have everything to gain so I will try to gain the leader\'s jersey today. I can count on my teammates to help me. We can be sure that Astana will attack.\"'),(8927,190,'2007-06-16 14:37:39','Levi Leipheimer','said Moreau should win the race: \"If he waits to the Telegraphe, he should be able to attack Kashechkin. Kashechkin didn\'t look good on Ventoux.\"'),(8928,190,'2007-06-16 14:48:23','Slow progress','The leaders are working their way up the Col de la Croix-de-fer. In the main field, it\'s Astana doing the case work. Our time gap seems to be holding in the 6:00 range. Among those unable to maintain the pace of the peloton on the climb Tom Boonen has dropped off.'),(8929,190,'2007-06-16 14:49:35','The weather','As we reported earlier, it was warm and sunny in Gap - big nasty clouds building on the cols ... here at Valloire it\'s still sunny, but might not be in a few hours. '),(8930,190,'2007-06-16 14:55:20','Coming apart','the lead group has broken into two. We see Martinez, Goubert, Kohl, Zandio, Botcharov, Iglinskiy and Di Gregorio at 121 kilometers with a minute on the others from the break.

    The peloton remains at 6:00 or so.'),(8931,190,'2007-06-16 14:58:36','Calzati','Remember him from the Ventoux? Ag2r is sending him out of the peloton. Will anyone respond? He\'s not really a GC threat, but may be aiming to help Moreau on the Telegraph.'),(8932,190,'2007-06-16 15:06:39','Calzati','has about 40 seconds on the peloton. The first escape group is 7:00, with a second group trailing by about 40 seconds.'),(8933,190,'2007-06-16 15:13:21','The leaders','The lead group is now 3.5km from the summit. The peloton is 6:30 back, with Calzati about a minute up the road. '),(8935,190,'2007-06-16 15:20:58','One difference','We\'ve done a preliminary look at the pace on some of the major climbs of this Dauphine. The pace this year is slower than in past years. Any explanations?'),(8936,190,'2007-06-16 15:22:00','A big dig',' the kid on the attack is Remy Di Gregorio ... France\'s big hope for the Tour this year. He hails from Marseille, but unlike the city\'s other favorite son - Richard Virenque - Remy is supposed to be the real deal: talented, smart and ambitious ... a combo of factors not seen in a French rider in a long time! '),(8937,190,'2007-06-16 15:26:13','The leaders','are over the top and flyin\' down the twisty descent of the Col de la Croix-de-Fer and they\'re about 5:30 ahead of the peloton. '),(8938,190,'2007-06-16 15:28:00','One of the leaders','Maxim Iglinsky (Kz), Astana, is sitting up and waiting for the eloton, to help the Astana team.

    The peloton meanwhile, has summited at 5:14.'),(8939,190,'2007-06-16 15:32:49','The weather','is holding. The sky is clear.'),(8940,190,'2007-06-16 15:35:08','The lead group','The split up front is over as the second half has caught on. The Astana man is in there, too, so the group up front includes:
    37. Rémy Di Gregorio (F), Française des Jeux, at 8:39
    32. Egoi Martínez (Sp), Discovery Channel, at 7:44
    72. Stéphane Goubert (F), Ag2r, at 22:27
    19. Bernhard Kohl (A), Gerolsteiner, 5:14
    21. Xabier Zandio (Sp), Caisse d\'Epargne, at 5:28
    50. Alexandre Botcharov (Rus) Crédit Agricole, at 13:12
    54. Maxim Iglinsky (Kz), Astana, at 14:30
    68. Aleksandre Kuschynski (Blr), Liquigas , at 21:11
    17. Mikel Astarloza (Sp), Euskaltel-Euskadi, at 4:22
    86. Morris Possoni (I), Lampre, at 29:50
    35. Pierrick Fédrigo (F), Bouygues Telecom, at 8:13
    '),(8941,190,'2007-06-16 15:36:00','In Belleville','The peloton is in the town of Belleville, a beautiful town, but not the home of \"The Triplets,\" the stars of our favorite cycling movie of all time.'),(8955,190,'2007-06-16 16:26:05','Over the top','of the Côte du Bochet. Ahead, only the Category 1, Col du Telegraph.'),(8943,190,'2007-06-16 15:40:27','The leaders','are on the ) Category 2 - Col du Mollard (km 151)

    After that the Category 4 - Côte du Bochet (km 171.5)

  • Category 1 - Col du Télégraphe (km 192.5)

    '),(8944,190,'2007-06-16 15:43:02','With 51','kilometers remaining, the gap is at 5:00. We didn\'t mention that Di Gregorio is in the lead group again. He didn\'t get much time out of that attack. Calzati, too, was reeled in we believe.'),(8945,190,'2007-06-16 15:45:00','All Astana','at the front of the peloton. The Ag2r team is right behind them, encouraging them, no doubt, to chase their hearts out.'),(8946,190,'2007-06-16 16:02:49','The Col du Mollard','at the summit of the Col du Mollard, the peloton crests at 4:08 behind the leaders. Astana is still at the front.'),(8947,190,'2007-06-16 16:09:00','The gap','Is around the 7:00 mark. Now Ag2r is getting nervous and taking over the chase.'),(8950,190,'2007-06-16 16:14:46','Astana','it\'s nice to see the race leader actually pulling at the front of the field, instead of being safely tucked into the collective draft of six teammates.'),(8948,190,'2007-06-16 16:11:17','This descent','is quite dicey. In bad weather last year, we had a number of crashes on this same road, but fortunately the roads are nice and dry. '),(8949,190,'2007-06-16 16:12:00','Astana back','up front and the team is really putting on the gas again. With 38km to go, the time gap is significant, at 7:01.'),(8951,190,'2007-06-16 16:16:14','With 34km to go','the gap is holding in the range of 7:00. The two remaining climbs are going to be trimming that by a bit, we\'re certain.'),(8952,190,'2007-06-16 16:18:01','With 32km','to go, the latest time check gives the leaders an advantage 6:40.'),(8953,190,'2007-06-16 16:19:56','Contest reminder?','Will these guys stay away? If you have even the remotest idea of who might win today\'s stage, send\r\nus your pick. If you\'re correct, we\'ll add your choice to others and\r\nrandomly pick a winner, who will receive a copy of VeloPress\'s newest publication,\r\n\"Gracie\r\nGoat\'s Big Bike Race,\" a book you might want to share with the budding young bike geek in your life.

    thought had dropped back, but didn\'t) are leading the others by about 1:00. The gap back to the peloton is still in the six-minute range.'),(8956,190,'2007-06-16 16:30:02','The foursome','are leading the other seven riders from the break, by about a minute. Calzati is in the middle at 2:40.

    Meanwhile, Astana has absolutely shattered the \"peloton.\" It\'s down to about 15 riders. We don\'t see Zabriskie, Leipheimer, Menchov or Evans. Moreau is in there, though.... the Zabriskie group was gapped on the descent and they\'re now chasing like crazy, having lost about 35 seconds or so.'),(8957,190,'2007-06-16 16:33:16','With 23km','to go, the leading four are 6:19 ahead ogf the relatively small yellow jersey group. A much larger group with Zabriskie, Leipheimer and other top GC contenders chases at 26 seconds.'),(8958,190,'2007-06-16 16:34:45','That yellow jersey group','is made up of 11 riders: Four from Astana, three Ag2rs and FDJs.'),(8959,190,'2007-06-16 16:36:57','The Zabriskie group','is closing in, but it\'s taking a big effort for the men in that group , because there is a brisk wind coming from the side.'),(8960,190,'2007-06-16 16:38:00','Gilbert','Has a flat in the yellow jersey group. David Millar is driving the chase in the Zabriskie group and that gap is down to 15 seconds.

    It looks like they are going to get back on. '),(8961,190,'2007-06-16 16:39:38','The leading quarted','is now a quintet... they have been joined by Botcharov. They are on the day\'s final - and most decisive - climb. It\'s 12km at 7 percent.'),(8962,190,'2007-06-16 16:40:31','The Zabriskie group','is closing in on the yellow jersey group. They are busting a gut to catch on before the climb.'),(8963,190,'2007-06-16 16:41:52','Up front','Di Gregorio has joined Martinez, Kohl, Botcharov, Iglinsky, Fédrigo and Zandio, so we have six riders up there. The Zabriskie group is just five seconds behind. '),(8964,190,'2007-06-16 16:42:43','The lead group','is now up to nine riders. Astarloza is in there and he\'s only at 4:19 on GC.'),(8965,190,'2007-06-16 16:44:18','Now 11 at front','Rémy Di Gregorio (F), Française des Jeux, at 8:39
    Egoi Martínez (Sp), Discovery Channel, at 7:44
    Stéphane Goubert (F), Ag2r, at 22:27
    Bernhard Kohl (A), Gerolsteiner, 5:14
    Xabier Zandio (Sp), Caisse d\'Epargne, at 5:28
    Alexandre Botcharov (Rus) Crédit Agricole, at 13:12
    Maxim Iglinsky (Kz), Astana, at 14:30
    Mikel Astarloza (Sp), Euskaltel-Euskadi, at 4:22
    Pierrick Fédrigo (F), Bouygues Telecom, at 8:13
    Aleksandre Kuschynski (Blr), Liquigas , at 21:11'),(8966,190,'2007-06-16 16:44:57','The yellow jersey group','is now quite large and entering the climb.'),(8967,190,'2007-06-16 16:45:57','Millar','who drove the chase, has blown his wad... he\'s off the back on the climb.'),(8968,190,'2007-06-16 16:48:09','The leaders','Are attacking each other on the climb. Astarloza is really the most aggressive, but you have to expect that, since he has the most to gain.'),(8969,190,'2007-06-16 16:48:00','The yellow jersey group','has been trimmed to about a hearty dozen... We see Menchov, we\'re not sure who else. We do not see Leipheimer.'),(8970,190,'2007-06-16 16:49:28','Up front','Botcharov is on the attack, but the gap is quite small.'),(8971,190,'2007-06-16 16:50:27','We see Calzati!','The yellow jersey group is about to get poor Calzati who\'s been out there for a while on his own. He looks wasted.'),(8972,190,'2007-06-16 16:55:06','Iglinsky','has bridged up to Botcharov and now is off on his own. Another Astana day?'),(8973,190,'2007-06-16 16:56:53','In the yellow jersey','group. Redondo is setting tempo for race leader Andrey Kashechkin. He has Moreau on his wheel. Also in this group of 14 are Menchov, Evans and Zabriskie. Leipheimer is not.'),(8974,190,'2007-06-16 16:57:57','In the yellow jersey','group, we also see Contador, Piepoli...'),(8975,190,'2007-06-16 16:59:13','Up front','Iglinsky is about 45 seconds ahead of a group of three - Botcharov, Gregorio and Fédrigo.'),(8976,190,'2007-06-16 17:00:46','Time gaps?','Uhhhh... we don\'t know the gap back to the Kashechkin group.'),(8977,190,'2007-06-16 17:01:12','Iglinsky','is now 3km from the top of the climb.'),(8978,190,'2007-06-16 17:02:05','Moreau goes!',''),(8979,190,'2007-06-16 17:03:05','Evans holds on','so has Piepoli. Moreau attacks hard out of the yellow jersey group. Redondo popped, so Kashechkin is isolated.'),(8980,190,'2007-06-16 17:03:55','Kashechkin','is leading the chase... Zabriskie was shelled. Kashechkin is leading a small group of riders, including Contador.'),(8981,190,'2007-06-16 17:04:59','Contador','attacks out of the Kashechkin chase. Since he doesn\'t have to ride for Leipheimer - who\'s blown - he\'s flying up toward the Moreau group.

    Menchov is now driving the chase in the Kashechkin group.'),(8982,190,'2007-06-16 17:05:34','Moreau is driving','hard. He has Piepoli on his wheel, but Evans is struggling.'),(8983,190,'2007-06-16 17:07:25','Up front','Iglinsky is nearing the top of the climb. We\'ll get some clean time checks at the top. The gaps to consider are the advantages of Astarloa and that of Moreau. GC is going to be shaken up today.'),(8984,190,'2007-06-16 17:07:54','Evans','is struggling, but he is hanging on to Moreau\'s wheel.'),(8985,190,'2007-06-16 17:08:47','Kashechkin','and the group with him are clearly not riding at the tempo being set by Moreau.'),(8986,190,'2007-06-16 17:10:11','Time check','Moreau is now 40 seconds ahead of the Kashechkin group. He is now well up on the 14 seconds Kashechkin had on him this morning.'),(8987,190,'2007-06-16 17:11:02','Iglinsky','is on the final kilometer of the climb.'),(8988,190,'2007-06-16 17:12:09','Evans is','digging in and holding on to Moreau. Moreau has just passed Kohl... so the Austrian champion is not going to win today... '),(8989,190,'2007-06-16 17:12:39','Zandia','has been caught and passed by Moreau.'),(8990,190,'2007-06-16 17:12:56','Iglinsky','up and over....'),(8991,190,'2007-06-16 17:14:00','Moreau is moving','up to Astarloa and that means the time gap is such that Moreau is in prime position to assume the race lead. He now has - get this - 1:15 on the Kashechkin group.'),(8992,190,'2007-06-16 17:16:15','Moreau','Evans and Piepoli are on the descent. '),(8993,190,'2007-06-16 17:16:52','Iglinsky','is three km from the finish. He has about 2:40 on the Moreau group.'),(8994,190,'2007-06-16 17:18:00','Iglinsky','is in the final kilometer. He\'s 2:42 ahead of Moreau and 4:07 ahead of kashechkin'),(8995,190,'2007-06-16 17:19:09','Iglinsky','wins... so Astana wins today\'s battle, but it looks like they\'ve lost the war.'),(8996,190,'2007-06-16 17:20:04','Botcharov','Botcharov, Fédrigo and Gregorio finish - in that order - at 50 seconds.'),(8997,190,'2007-06-16 17:21:16','','Mikel Astarloza, Martinez finish ahead of Moreau... at 2:21'),(8998,190,'2007-06-16 17:21:56','Kashechkin','is still on the road.'),(8999,190,'2007-06-16 17:22:21','Kohl and','Contador finish at 3:45'),(9000,190,'2007-06-16 17:23:36','Here comes','the Kashechkin group... at 4:04, meaning he\'s lost 1:36 to Moreau. Christophe Moreau is the new race leader, with Evans in second and Kashechkin in third.

    Zabriskie finishes at 4:29.'),(9001,191,'2007-06-17 14:12:18','Good day and welcome','... to VeloNews.com\'s Live Coverage of the seventh and final stage of the 59th edition of the Dauphiné Libéré, a 129-kilometer stage from Valloire to Annecy.

    As has been the case all week, this stage, indeed this entire race, is by no means a foregone conclusion. Take a look at the GC picture. Christophe Moreau has only 14 seconds on Aussie Cadel Evans. Unlike the grand tours, this race is too short to devote the final stage to a victory parade. Remember Paris-Nice this year?\r\n'),(9002,191,'2007-06-17 14:22:02','Today\'s stage','As you can see from today\'s profile, the opening 78 kilometers will offer the peloton a chance to relax a bit, with a mostly downhill profile. At 78km, though, the peloton faces the Category 2 Col de Tamié, which summits at 88.5km, followed by the Cat. 1 Col de la Forclaz. It\'s another 18.5km of downhill to Annecy, so anyone hoping to hit the line with an advantage will have to be very aggressive on the Col de la Forclaz. Is Evans up for it or will he settle for second place? We hope there\'s a battle folks. We have to admit that we\'re among those who really dislike those \"coronation\" rides at the Tour and Giro. Why the last stage should be devoted to sipping Champagne is beyond us. That\'s why the 1989 Tour de France ranks among the best in our book. As exciting, this year\'s final stage of Paris-Nice, when Alberto Contador\'s victory was still less than certain as he entered the final kilometer. That\'s racing.'),(9003,191,'2007-06-17 14:25:41','Today\'s contest','If you have even the remotest idea of who might win today\'s stage, send\r\nus your pick. If you\'re correct, we\'ll add your choice to others and\r\nrandomly pick a winner, who will receive a copy of VeloPress\'s newest publication,\r\n\"Gracie\r\nGoat\'s Big Bike Race,\" a book you might want to share with the budding cycling fan in your life.

    Drop us a line.'),(9005,191,'2007-06-17 14:47:23','Today\'s weather','The weather along today\'s route is not too bad. There were a few showers early on, but its stopped in Annecy and the temperatures are in the low-70s. Throughout the day, we have a 50-percent chance of rain and humidity is high, around 80 percent.'),(9006,191,'2007-06-17 15:01:00','News blackout?','Sorry about the lack of updates from the road. We haven\'t heard from our guy out there - Andrew Hood - since this morning. We have two theories. One, his cell phone is out-of-range... or, two, he failed his pre-race doping test. We\'ll let you know.'); +INSERT INTO `ticks` VALUES (9007,191,'2007-06-17 15:26:30','At 60km','Despite news to the contrary, Andrew Hood was cleared to report today, so we\'re getting updates. At 60km, We have a group of eight riders who have managed to emerge off of the front. The group includes Egoi Martinez (Discovery) and Thor Hushovd. We\'ll I.D. the rest ASAP. The group has about 2:00 on the peloton.'),(9008,191,'2007-06-17 15:31:00','The men in the break','are (with GC spot and time back included) as follows:
    19. Egoi Martínez (Sp), Discovery, at 7:15
    29. Maxim Iglinsky (Kz), Astana, at 11:40
    30. Kevin Seeldraeyers (B), Quick Step, at 12:25
    40. Fabian Wegmann (G), Gerolsteiner, at 21:21
    46. Philippe Gilbert (B), Française Des Jeux, 26:04
    67. Manuel Quinziato (I), Liquigas, at 36:45
    69 Laurent Lefèvre (Fra) Bouygues Telecom 38.15
    94. Thor Hushovd (N), Crédit Agricole, at 1:01:11
    108. Enrico Franzoi (I), Lampre, at 1:14:56'),(9009,191,'2007-06-17 15:37:00','Zoom','The pace is as high as you might expect on a downhill opening stretch, averaging about 53kph. The gap is not really great - at about 2:15 to 2:30 - and we\'d expect that the Morreau/Evans duel will dominate today\'s story.'),(9010,191,'2007-06-17 15:39:09','Rain?','On and off all day, the rain is kicking in again, which makes for an unpleasant experience while drafting.'),(9011,191,'2007-06-17 15:52:59','Mr. Hood.','We\'re getting information from Mr. Hood, but we\'ve also learned that he did, indeed, test positive this morning. Reports from the LNDD suggest that they found the metabolites of rosé wine.

    Hood, however, continues to deny the allegation and insists that it reflects an anti-American bias on the part of the lab. Furthermore, he wants to know where we found out about the test results before he did.

    Hey, Hoodie, we do have our sources.'),(9013,191,'2007-06-17 16:02:17','On the Col de Tamié','the leaders are on the climb. We\'ll get a fresh time-check as soon as we can.'),(9014,191,'2007-06-17 16:04:55','Working their way','up the Col de Tamié, the men in the break are 2:45 ahead of the peloton. There doesn\'t seem to be too much willingness on the part of the main field to let this bunch get too far up the road. The fireworks, if any today, will happen on that last climb.'),(9015,191,'2007-06-17 16:15:00','The rain','has stopped again. The leaders are coming up toward the top of the Col de Tamié. The peloton is largely intact, suggesting that the pace on the climb isn\'t insane... but they are losing a few of the sprinters. Boonen is off the back, as are Magnus Bäckstedt and Nick Nuyens.'),(9016,191,'2007-06-17 16:19:00','Time check','at the summit puts the men in the break just around 2:35 ahead of the main field. And the rain is picking up again.

    We\'re looking forward to the final climb today. This should be good.'),(9017,191,'2007-06-17 16:33:13','The chase',' is really kicking in. Euskaltel is doing the work and the gap is really coming down.'),(9018,191,'2007-06-17 16:34:36','On the final climb','We have 26km remaining in today\'s stage. If something happens to shake up the GC picture, it\'s going to happen over these next 8.5km.'),(9019,191,'2007-06-17 16:35:34','Wow','There was a crash in the peloton... an FDJ rider was ticking along and his dang stem broke.'),(9020,191,'2007-06-17 16:37:00','The gap','is really coming down. Under the Euskaltel chase, the gap has shrunk to nuthin... Many of the riders are being pulled in and Seeldrayers and Seeldraeyers are trying to stay away.'),(9021,191,'2007-06-17 16:40:41','CSC taking a dig','Gustov is jumping out of the main field. Up front, Lefèvre has left Seeldraeyers, but his advantage is small.'),(9022,191,'2007-06-17 16:42:04','Contador','attacks out of the main field. He\'s 8th overall at 4:24. He;s being joined by SD\'s Piepoli.'),(9023,191,'2007-06-17 16:43:04','Moreau','isn\'t looking too worried. His only real GC threat is Evans at 14 seconds.'),(9024,191,'2007-06-17 16:45:00','Moreau','and Co. have pulled Contador and Piepoli back. Lefèvre is the only rider off the front. He has 24 seconds with 24km remaining. The chase group includes Contador, Moreau, Zabriskie, Piepoli, Evans and a few other top contenders.'),(9025,191,'2007-06-17 16:46:21','Lefèvre','is just a few seconds ahead of the yellow jersey group.'),(9026,191,'2007-06-17 16:49:12','Lefèvre','is caught.'),(9027,191,'2007-06-17 16:52:18','Piepoli is riding','tempo at the front of the yellow jersey group. He\'s tough climber. He has Zabriskie on his wheel. Moreau is in there and he has Evans glued to his wheel. Moreau is climbing well. It doesn\'t look like someone can really take time out of him.'),(9028,191,'2007-06-17 16:54:09','Take a look','at the profile. The lead group is zipping down the little dip and then they are facing the remainder of the climb.'),(9029,191,'2007-06-17 16:55:06','Piepoli','is still riding hard at the front, with 1km to go to the summit. It looks like any opportunity to shake up the GC is evaporating. No attacks.'),(9030,191,'2007-06-17 16:58:35','Up and over','Piepoli leads Zabriskie over the top, with Moreau and Evans a string of top contenders behind. It\'s a dicey descent since it\'s wet on the roads right now.'),(9031,191,'2007-06-17 16:59:43','Wet roads','and these guys are hitting speeds around 70kph. Piepoli is descending at the front of the group. Levi Leipheimer is on his wheel. Moreau is there, too.'),(9032,191,'2007-06-17 17:01:00','Piepoli','is getting a gap... Moreau is understandably being a bit conservative on these wet roads. 15km to go.'),(9033,191,'2007-06-17 17:03:32','Kashechkin','who was dropped near the top of the climb has come back and is riding alongside of Moreau. Piepoli is powering ahead. Moreau, Zabriskie, Evans, Kashechkin, Leipheimer are all together. 13km to go.'),(9034,191,'2007-06-17 17:06:16','Piepoli','has 11km to go and he has about 10 seconds on the chase. The rain is coming down. We just saw Kashechkin do something way studly. He\'s on the wheel of Levi Leipheimer speeding down the descent. Kashechkin suddenly takes both hands off the bar and zips up his jacket, while in a tuck.'),(9035,191,'2007-06-17 17:06:31','Evans attacks',''),(9036,191,'2007-06-17 17:07:52','Evans','picks a weird time to attack. He is quickly pulled back in. Menchov attacks and the Russian pulls the whole group up to Piepoli.'),(9037,191,'2007-06-17 17:08:48','Menchov','tries to get away. He has Piepoli on his wheel. Vinokourov is leading the chase with 7km to go.'),(9038,191,'2007-06-17 17:09:44','Kashechkin','charges after Menchov and Piepoli'),(9039,191,'2007-06-17 17:10:08','Kashechkin','is pulled back and now Leipheimer is on the attack. '),(9040,191,'2007-06-17 17:11:44','With 5km','to go, Leipheimer is slightly ahead of the field... and now Vino is trying to bridge.\r\n'),(9041,191,'2007-06-17 17:12:00','Leipheimer hits the deck','Leipheimer\'s rear wheel slipped out from under him on a roundabout'),(9042,191,'2007-06-17 17:13:08','Ouch','Leipheimer is back up, but he\'s been passed by many... Vinokourov is now leading with 4km to go.'),(9043,191,'2007-06-17 17:15:15','Vino','is now powering to the finish. Leipheimer has rejoined the Moreau group... but Vinokourov has 17 seconds with 2km to go.'),(9044,191,'2007-06-17 17:16:47','One kilometer','Vinokourov is on his way to another stage win...'),(9045,191,'2007-06-17 17:17:20','Vinokourov wins','the final stage of the Dauphine...\r\n'),(9046,191,'2007-06-17 17:18:35','Moreau group','comes in at 37 seconds... Moreau, mired in the bunch, raises his arms in victory.'),(9047,191,'2007-06-17 17:19:53','Christophe Moreau (Ag2r Prévoyance)','Wins the 2007 Dauphine. Vinokourov wins the final stage. Stay tuned for full results and a stage report from our man on the scene, Andrew Hood.'),(9048,191,'2007-06-17 17:51:16','Thanks again for tuning in','We\'ll be back with Live Updates throughout the Tour de France, so check back with us at VeloNews.com for the biggest cycling event of the year.'),(9049,0,'0000-00-00 00:00:00','',''),(9050,0,'0000-00-00 00:00:00','',''),(9053,193,'2007-07-07 15:42:00','Good day and welcome','to VeloNews.com\'s Live Coverage of the prologue time trial of the Tour de France, a 7.9-kilometer route through the heart of London.

    Today\'s route goes past Downing Street (residence of Britain\'s Prime Minister), the Houses of Parliament and Westminster Abbey to Buckingham Palace (residence of Queen Elizabeth II).

    The course then climbs Constitution Hill, passes through Wellington Arch and loops around The Serpentine, a lake in Hyde Park, before heading back downhill to the Victoria Memorial and to the finish on The Mall, London\'s grandest avenue, with Buckingham Palace as the backdrop.

    We\'ve had 41 riders leave the start gate so far. We just saw Stuart O\'Grady (CSC) embark, one minute after Chris Horner (Predictor Lotto). Horner is the first American to ride today. \r\n'),(9054,193,'2007-07-07 15:48:00','Top times','With 34 riders finished, Credit Agricole\'s William Bonnet has the top time of the day, so far, having covered the 7.9km route in 9:26. Lithuanian Tomas Vaitkus (Discovery) is second with six seconds back.'),(9055,193,'2007-07-07 15:49:00','A new leader','Euskaltel\'s Mikel Astarloza has just moved to the top of the standings with a time of 9:23'),(9056,193,'2007-07-07 15:50:00','Crash!','Stuart O\'Grady took a big chance taking the sole sharp corner on this course really fast and he hit one of the barriers on the side of the course. Man, that\'s got to be disappointing.'),(9057,193,'2007-07-07 15:51:00','O\'Grady','is riding after a bike switch, but he\'s lost all of his momentum, not something one can afford to do over 7.9km\r\n\r\n'),(9058,193,'2007-07-07 15:57:00','Mmmmm','Levi Leipheimer just doesn\'t rate, at least with the editors of L\'Equipe.

    The top American favorite was overlooked in the star ratings in Saturday\'s edition of the French sports daily. L\'Equipe ranks pre-race candidates for victory in a star rating, but this year no American was viewed as a likely winnner.

    3 Stars - Vinokourov
    2 Stars Kloden, Moreau, Schleck
    1 Star - Menchov, Sastre, Evans, Valverde, Popovych, Karpets\r\n'),(9059,193,'2007-07-07 15:58:00','Who is here','Spain leads the Tour de France peloton with 41 riders represented among\r\n189 starters from 21 teams on the eve of the start of Saturday\'s prologue.\r\nSome 29 nations are represented in the peloton as cycling continues to\r\nreveal its international flavor.\r\n
     \r\n
    France is represented with 36 riders followed by Germany with 19, a\r\nrecord for the nation. Italy has 18 and Belgium 13.\r\n
     \r\n
    Six American riders, a relatively low number over the past decade for\r\nU.S. riders in the Tour peloton. That number is noted by the absence of\r\nretired champ Lance Armstrong, beleaguered defending champ Floyd Landis\r\nand Bobby Julich, who failed to make the selection of the nine-man Team\r\nCSC squad.\r\n
     \r\n


    Riders by nation:\r\n
      \r\n
    • \r\nSpain - 41
    • \r\n\r\n
    • \r\nFrance - 36
    • \r\n\r\n
    • \r\nGermany - 19
    • \r\n\r\n
    • \r\nItaly - 18
    • \r\n\r\n
    • \r\nBelgium - 13
    • \r\n\r\n
    • \r\nHolland - 7
    • \r\n\r\n
    • \r\nAustralia, USA and Russia - 6
    • \r\n\r\n
    • \r\nGreat Britain and Switzerland - 5
    • \r\n\r\n
    • \r\nKazakhstan - 4
    • \r\n\r\n
    • \r\nAustria and Colombia - 3
    • \r\n\r\n
    • \r\nBelarus, Luxembourg, Norway and Ukraine - 2
    • \r\n\r\n
    • \r\nSouth Africa, Brazil, Denmark, Finland, Lithuania, New Zealand, Portugal,\r\nSlovenia and Sweden - 1
    • \r\n
    '),(9060,193,'2007-07-07 16:03:00','Zabriskie!','Dave Zabriskie (CSC) is on route. This course should suit the talents of the U.S. time trial champion. He\'s our personal pick of the day. Who is yours? Go ahead and let us know. Go up and enter our contest by hitting the link at the top of the page.'),(9061,193,'2007-07-07 16:04:00','Zabriskie','says that his teammate Fabian Cancellara is his pick for the day:

    \"Fabian is the big favorite,\" said Zabriskie, making his third career Tour start. \"I\'m coming here feeling strong. The prologue is always close. We\'ll see what happens.\"'),(9062,193,'2007-07-07 16:04:00','David Millar','is happy to be here today.

    \"For once, the Brits have a home field advantage,\" Millar joked. \"As one of the few people to have ridden it, it isn\'t very technical at all. I doubt there\'s even braking in the corners. It\'s not a course that requires a lot of recon runs. It won\'t be won by your cornering.\"'),(9063,193,'2007-07-07 16:06:00','Cancellara','says he really wants to win this one, today.

    \"That\'s why I am here - to win,\" Cancellara said Friday. \"I know the pressure is on my shoulders. I will wear the world champion\'s jersey and everyone will be looking to me as the favorite.\"'),(9064,193,'2007-07-07 16:08:00','Zabriskie','hits the 4.5km time check with a 5:24, the best time of the day, by two seconds.'),(9065,193,'2007-07-07 16:10:00','Zabriskie','made it through the tough corner that took out O\'Grady and it looks like the American is on his way to a best time of the day.'),(9066,193,'2007-07-07 16:11:00','Oooooo','Zabriskie comes through with a time of 9:22, the best by one second. Behind him, Vladimir Karpets crossed the time check with the same time as Zabriskie.'),(9067,193,'2007-07-07 16:11:00','Questions? Comments? Gripes?','Comments? Questions? Drop us a line.'),(9068,193,'2007-07-07 16:12:00','Karpets','Comes through with a time of 9:16... a big gap over Zabriskie. Wowie.'),(9069,193,'2007-07-07 16:15:00','Top five','Karpets - 9:16
    \r\nZabriskie - 9:22
    \r\nAstarloza - 9:23
    \r\nBonet - 9:26
    \r\nSavoldelli - 9:28'),(9070,193,'2007-07-07 16:18:00','Other Americans','The other Americans here at the Tour will be starting as follows:
    102. Fred Rodriguez (Predictor-Lotto), 4:41 p.m.
    103. Christian Vande Velde (CSC), 4:42 p.m.
    158. George Hincapie (Discovery Channel), 5:37 p.m.
    179. Levi Leipheimer (Discovery Channel), 5:58 p.m. '),(9071,193,'2007-07-07 16:21:00','The promise','All 189 participating riders in the Tour de France signed - prior to the prologue start of the race - a landmark anti-doping charter established by the UCI.

    In a bid for a clean Tour, and to simultaneously weed out anyone linked to the ongoing Operacion Puerto doping affair in Spain, the UCI asked all Tour de France riders to sign an anti-doping\r\ncharter and provide a DNA sample. Tour de France organizers required it.

    The charter also stipulates that riders must also lodge a year\'s salary, which will be forfeited if they are convicted of any doping charges.

    Riders from five teams in total had hesitated until the last minute before adding their signatures to the list - a pre-requisite for the embattled race organisers.

    However by Saturday cyclists from the CSC and Quick Step teams - the last teams not to have signed - finally added their names.\r\n'),(9072,193,'2007-07-07 16:26:00','The order of updates','Having done Live Updates for nearly a decade now, the most common question we get is from those of you who want the latest update to appear first in the window... and those who want it the other way, so they can read it like a novel.

    Well, we long ago left you with the choice and you can arrange the updates as you wish. Look to the top of the Live Update window and check - or uncheck - the \"show most recent first\" box.

    Really, it\'s up to you.'),(9073,193,'2007-07-07 16:42:00','L\'Equipe','Today\'s edition of L\'Equipe features its first-ever English Language cover. (We just posted the image below.)

    Under the headline \"God Save le Tour!\" the paper said that the weekend\r\nfocus would be firmly on the London area with the Tour prologue in the city streets, the closing stages of Wimbledon and the British Formula 1 Grand Prix at nearby Silverstone on Sunday. Indeed, they even went as far as translating the name of the paper, to The Team, a move we figured was a little unnecessary.

    Nonetheless, they ran a closeup shot of top French cycle hope Christophe Moreau clad in French colors speeding past the Big Ben clock tower.

    It will be the first time that the Tour de France has started from London although it is not uncommon for the race to get going outsde of France.

    Continuing with the British theme, the L\'Equipe front page also celebrated the big Wimbledon tennis wins for Marion Bartoli (defeated Justine Henin) and\r\nRichard Gasquet (defeated Andy Roddick) with the headline \"Wonderful Marion, Fabulous Richard.\"

    L\'Equipe reproduced the front page inside it\'s Saturday edition, but this time returning to the French language.\r\n'),(9074,193,'2007-07-07 16:45:00','A new top mark','Russian national time trial champion Vladimir Gusev (Discovery) comes across three-quarters of a second ahead of Karpets\' time. He is at 9:15.

    So the new top-five:
    \r\n1. Gusev - 9:15
    2. Karpets - 9:16
    3. Zabriskie - 9:22
    4. Astarloza - 9:23
    5. Bonet - 9:26'),(9075,193,'2007-07-07 16:54:00','One news source','that won\'t be covering the Tour de France this year is the German daily newspaper Berliner Zeitung. Newspaper officials announced to its readers on Saturday it will abstain from covering the 2007 edition of the Tour de France.

    Instead the newspaper\'s owners, who have decided against printing anything to do with cycling\'s most prestigious race, will concentrate on the fundamental issues of the sport including doping and organised crime.

    \"This year, there will be no coverage, no stage reports, no photographs, no stage profiles with their difficulties and no Tour de France traditions which has turned its back on the real issues,\" explained the Berlin newspaper.

    \"This year we are going to concentrate on the fundamental problems of the sport: the Tour, doping and organised crime, these are the real issues at stake with this sport.\"

    Berliner Zeitung concluded its leading article titled A Question Of Principles by writing: \"Even if there have been some recently positive developments concerning the struggle against doping, they still lie, still cheat, hide the truth, cover it up, and bend it.\"

    We might not agree, but we can certainly understand the reasoning. We - perhaps naively - are hoping that the events of the past year and the resulting consequences will make this an exceptionally clean Tour.'),(9076,193,'2007-07-07 16:56:00','Questions? Comments? Gripes?','Comments? Questions? Drop us a line.'),(9077,193,'2007-07-07 16:57:00','Contest reminder','Don\'t forget to submit your pick for a stage winner today. We have a healthy collection of prizes and all you need to do is click on the contest entry link on the top of the page, today.'),(9078,193,'2007-07-07 17:04:00','Verbrugghe','Rik Verbrugghe (Cofidis), who holds the record for the fastest-ever prologue time trial, has finished with the ninth-best time of the day so far. Not up to the level of that Giro ride from a few years back.'),(9079,193,'2007-07-07 17:06:00','Alberto Contador','comes through with a 9:25. The Discovery man is time trialing very well, especially when compared to the other climbers in the field. You\'ll never see Rasmussen ride a TT like that, eh?'),(9080,193,'2007-07-07 17:07:00','Valverde','is on the course. He\'s a big one to watch.'),(9082,193,'2007-07-07 17:10:00','Kashechkin','is on course. Remember him from the Dauphine? He is another strong rider to watch.'),(9083,193,'2007-07-07 17:13:00','Rabobank\'s Michael Boogerd','finishes the last prologue time trial of his career with the 52nd best time of the day. Not a great time, but he\'s a strong rider and we may see a lot of him in coming days.'),(9084,193,'2007-07-07 17:14:00','Jens Voigt','the CSC man finishes with a time of 9:32, 24th best of the day. We\'re looking to watching this man over the next few days. He\'s a terrific rider.'),(9085,193,'2007-07-07 17:16:00','Valverde','Won\'t be in yellow tonight. He\'s in with a 9:33, 14th best of the day.'),(9086,193,'2007-07-07 17:23:52','No changes in the lead','We\'re seeing several strong riders finishing, but none coming close to Gusev\'s time.

    Back at the start, Michael Rasmussen is on the road, taking on an event which isn\'t exactly his forte\'.'),(9087,193,'2007-07-07 17:31:35','The crowd','By the way, the London\'s Metropolitan Police estimate crowd at prologue as follows: 30 people per square meter times the approximately 30,000 square meter of crowds, which makes for about 900,000 people around this 7.9km course!

    Security is unbelievably tight -- anti-truck bomb barriers ring the course, cops with flak jackets and some 200 closed-circuit TV cameras on the course that are being monitored for suspicious behavior.

    Following last week\'s close calls, most of central London is completely shut down for the race. Road closures start miles from the race course, so there is no way you could drive a truck bomb, or - as was the case last week - an explosives-packed Mercedes anywhere near the race. \r\n\r\n'),(9088,193,'2007-07-07 17:36:28','Kloden','is on route. Here\'s another GC contender to follow.'),(9089,193,'2007-07-07 17:37:27','At the time check','Kloden has blown through the mid-point time check with a 5:14, eight seconds faster than Gusev\'s time. Wooo hooo!'),(9090,193,'2007-07-07 17:38:53','In the final kilometer','Kloden is flying. We\'re looking at a new best time, we bet.'),(9091,193,'2007-07-07 17:39:00','Kloden finishes','with a time of 9:03, 12 seconds faster than Gusev and a new leader.

    The new top-five:
    1. Kloden - 9:03
    2. Gusev - 9:15
    3. Karpets - 9:16
    4. Zabriskie - 9:22
    5. \r\nAstarloza - 9:23\r\n'),(9092,193,'2007-07-07 17:40:00','Hincapie','is on course and he wants to win this prologue. We\'ll get a time check soon.'),(9093,193,'2007-07-07 17:45:40','Hincapie','hits the time check with a time seven seconds off of Kloden\'s time.'),(9094,193,'2007-07-07 17:48:15','Hincapie','finishes with a time of 9:13, 10 seconds off of Kloden\'s time but good enough for second so far.'),(9096,193,'2007-07-07 17:50:25','David Millar','is in da (start) house.'),(9097,193,'2007-07-07 17:51:58','Oh the crowd','is excited by Millar\'s appearance on the course. As he left the start house, the cheers were considerably louder than any we\'ve heard before. Behind the Scot\', Vinokourov is powering along, too.'),(9098,193,'2007-07-07 17:56:34','A reminder','We have links to our stories on recent Tour prologues on the front of our Tour page today. Scroll down and take a look.'),(9099,193,'2007-07-07 17:58:06','Wiggins','The crowd is really going wild now. Bradley Wiggins is on route. He\'s the world and Olympic pursuit champion. He should do well today.

    Millar, meanwhile, hit the time check 11 seconds off of Kloden\'s time. He won\'t be winning today.'),(9100,193,'2007-07-07 17:59:36','Leipheimer is in the start house','5, 4, 3, 2, 1.... he\'s off!'),(9101,193,'2007-07-07 18:00:09','Millar\'s time','The Scot on the Scott finishes with a 9:23, ninth on the day.'),(9102,193,'2007-07-07 18:01:07','Vino','comes in with a time of 9:20, fifth best on the day. A good indicator of his form.'),(9103,193,'2007-07-07 18:01:40','Boonen','by the way, is on route. He hit the time check 17 seconds off of Kloden\'s time.'),(9104,193,'2007-07-07 18:02:41','Wiggins at the time check','with a time of 5:21. He\'s eight seconds off of Kloden\'s.'),(9105,193,'2007-07-07 18:03:43','Boonen','comes through the finish with a time of 9:36 for 30th. Man, he\'s gonna have a tough time getting the yellow jersey as the Tour hits Belgium on Monday.'),(9106,193,'2007-07-07 18:04:34','Wiggins heading to the finish','He\'s driving hard. He\'s riding cautiously through the corners, though.'),(9107,193,'2007-07-07 18:05:16','Moreau','is on course. The best French hope for a podium spot in years is riding now.'),(9108,193,'2007-07-07 18:06:06','Wiggins','finishes with a time of 9:13, third place and a small chunk of a second behind Hincapie.'),(9109,193,'2007-07-07 18:07:10','Leipheimer hits the time check in','23rd place, 15 seconds off of Kloden\'s time'),(9110,193,'2007-07-07 18:08:05','Cancellara','is on the road. The world time trial champion - and prologue winner in 2004 - is riding.'),(9111,193,'2007-07-07 18:08:47','Rogers','Michael Rogers - a three-time world TT champ - is now on route.'),(9112,193,'2007-07-07 18:09:10','Leipheimer','finishes with a 9:30, 22nd best time of the day.'),(9113,193,'2007-07-07 18:10:28','The final rider','Oscar Pereiro is one the course. He\'s the final starter and we should see how today\'s stage shakes out within the next 9 minutes or so.'),(9114,193,'2007-07-07 18:14:43','Moreau','hits the finish line with a time of 9:39, for 51st.
    Cancellara, by the way, is fastest at the time check, seven seconds faster than Kloden. He may break 9:00 minutes today!'),(9115,193,'2007-07-07 18:15:58','Cancellara is flying!','He\'s covering the tight turn - where O\'Grady decked it - faster than the motorcycles.'),(9116,193,'2007-07-07 18:16:34','Cancellara!','finishes with a time of 8:50! He blows away Kloden\'s time. Holy moly!'),(9117,193,'2007-07-07 18:19:24','Pereiro','gets a time of 9:27, 21st for the day... and it\'s official. Cancellara wins it, his second Tour de France prologue.'),(9118,193,'2007-07-07 18:20:00','Stage Results','1. Fabian Cancellara (Swi), CSC 00:08:50
    2. Andréas Klöden (G), Astana , at 00:00:13
    3. George Hincapie (USA), Discovery Channel , at 00:00:23
    4. Bradley Wiggins (GB), Cofidis Credit Par Telephone , at 00:00:23
    5. Vladimir Gusev (Rus), Discovery Channel , at 00:00:25
    6. Vladimir Karpets (Rus), Caisse D’epargne , at 00:00:26
    7. Alexandre Vinokourov (Kz), Astana , at 00:00:30
    8. Thomas Dekker (Nl), Rabobank , at 00:00:31
    9. Manuel Quinziato (I), Liquigas , at 00:00:32
    10. Benoît Vaugrenard (F), Francaise Des Jeux , at 00:00:32
    \r\n'),(9119,194,'2007-07-08 12:36:45','Good day and welcome','... and welcome to VeloNews.com\'s Live Coverage of the first stage of the 2007 Tour de France, a 200 kilometer trip from London to Canterbury.

    Will today\'s ride be an opportunity for a tenacious - and lucky - escapee or will it be the predicted (forgive us) \'Sprinters\' Tale\' when the peloton reaches Canterbury.'),(9120,194,'2007-07-08 12:42:04','Today\'s stage','began this morning at around 10:30 with a long, long stretch through the neutral zone as the peloton coursed through downtown London, even crossing the iconic Tower Bridge on the way across the Thames.

    Racing got underway at around 11:00 and there were several attacks from the gun. Saunier Duval\'s David Millar joined - and then left - one group and was on his own by the 10km mark. The Brit\' stayed off on his own for a bit, but was eventually joined by

  • Andriy Grivko (Ukr) Milram
  • Freddy Bichot (F) Agritubel
  • Stephane Auge (F) Cofidis
  • Aleksandr Kuschynski (Blr) Liquigas

    The five men up front now are about 5:00 ahead of the peloton at 65km.'),(9121,194,'2007-07-08 12:45:03','This morning\'s start.','Only the English can outdo the French when it comes to pomp and circumstance.

    London pulled out all the stops for the Grand Départ to deliver one of the most majestic opening weekends in Tour history.

    Marching bands, the Royal Horse Guard, the distinctive London police “Bobbies†and the proud display of Union Jack gave the beleaguered Tour the kind of send off it needed.

    “Yesterday was just unbelievable. I hope today is just as good,†said Charlie Wegelius, one of five British riders racing this year’s Tour. “It’s just been great racing in our own country.â€Â

    No worries, Charlie. Today involved a wonderful ceremony at Tower Bridge and the crowds have been HUGE all day. A lot of folks are pleased and excited to see Millar out there in the break.\r\n'),(9122,194,'2007-07-08 12:48:36','Comments? Gripes?','Comments? Questions? Drop us a line.'),(9123,194,'2007-07-08 12:51:43','Who ya gonna pick?','Let\'s assume for a moment that the Millar break doesn\'t succeed. Who is a fav\' for what would probably then be the Tour\'s first field sprint. After several near misses last year maybe Boonen will get it right this time. Assuming the sprinters\' teams keep the race together on the rolling roads of Kent, we should see a first showdown between green-jersey candidates Tom Boonen (Quick Step), Thor Hushovd (Crédit Agricole), Robbie McEwen (Predictor-Lotto) and Daniele Bennati (Lampre-Fondital). Doubtful starter Oscar Freire (Rabobank), even if he rides, will be in no condition to contest a sprint. The smart money is on Tour rookie Mark Cavendish (T-Mobile), who last August placed second on a stage of the Tour of Britain that ended in Canterbury.

    With the Tour entering Belgium on Monday, expect Boonen to shoot for the maximum time bonuses in a bid to wear the yellow jersey into his homeland. \r\n'),(9124,194,'2007-07-08 12:54:49','Contest reminder','Once you\'ve made your pick, folks, contest entry is especially easy here. Just scroll up to the top and click on the link.'),(9125,194,'2007-07-08 13:00:21','Congratulations!','Chase duties today have fallen to the CSC crew - as Christian Vande Velde said in his diary yesterday - The leaders are at 83km and the gap is at 5:10.

    If you read VDV\'s diary, by the way, you\'ll notice that Christian is now a dad. We want to offer our most heartfelt congratulations. As a good friend once said when we told him about our own pending parenthood, \"kinda makes the rest of this s### seem unimportant, doesn\'t it?\" We couldn\'t agree more. Congratulations to the Vande Veldes!'),(9126,194,'2007-07-08 13:02:05','The gap','At 86km the peloton trails the leaders by five minutes. There\'s still a lot of road ahead. If we were bettin\' men (which we are not), we\'d have to say that the gap isn\'t anywhere near what it needs to be at this point. We\'d lay odds on a catch and a filed sprint.'),(9127,194,'2007-07-08 13:07:33','Reader Question','Kathy L writes,

    You said... \"Doubtful starter Oscar Freire (Rabobank), even if he rides, will be in no condition to contest a sprint.\"

    What\'s wrong with Oscar Freire? And how is O\'Grady after that spill yesterday?

    O\'Grady, Kathy, said he\'s a bit sore, but there was no serious damage from what looked like a painful crash.

    Freire, on the other hand, has been suffering from a saddle sore - a subcutaneous cyst. It\'s a problem he\'s had in the past, although this time, he...uhhh... turned the other cheek (sorry) and the sore is on the other side. We are surprised that he\'s even riding, but he\'s trying to work through it.\r\n'),(9128,194,'2007-07-08 13:10:13','The first to drop out.','The peloton is down to 188 riders. Sadly, Spaniard Eduardo Gonzalez claimed the first unwanted statistic of the Tour de France Sunday following a spectacular crash which forced him out of the race.

    Gonzalez, who rides for the modest French team Agritubel - one of two \'wildcard\' teams on the race - crashed early in the 203km stage from the heart of London to Canterbury.

    The 24-year-old Spaniard, riding his second Tour de France, could not avoid a car from the Caisse d\'Epargne team which had braked suddenly in front of him.

    According to French television, Gonzalez went over his bike and crashed into the back windscreen, which promptly shattered.

    His crash means the peloton is now down to 188 riders, and leaves Agritubel without a key aid to team leader Juan Miguel Mercado, who won the 10th stage on the race in memorable fashion last year.

    Gonzalez, however, is not the first crash victim of the race - that unenviable honour went to Australian Stuart O\'Grady, who tumbled at a speed nearing 60km/h during Saturday\'s 7.9km prologue.

    O\'Grady began the day still feeling pains in his thigh and his back, however the CSC rider said that he is \"still in pain, but feeling okay after a good night\'s sleep.\"\r\n'),(9129,194,'2007-07-08 13:16:00','Any bets','The escapees are on the first rated climb of the Tour, the Category 4 Southborough Hill at 94.7km. There are two more climbs - both Cat. 4s -Gouldhurst Hill at km 121 and Farthing Common Hill at 183km. Of the escapees today, which of these men is motivated to grab the KOM jersey?'),(9130,194,'2007-07-08 13:25:27','Another reader question','Zack M writes:

    Is Klöden considered a support rider for Vinokourov since they\'re on the same team this year? And Since Klöden left T-Mobile, why didn\'t her go to a team to be a captain? He\'s obviously a good GC contender, why would he want to be in another support role? Can VeloNews shed some light on this for me?
    We wish we could. It\'s always a dilemma for teams. A team captain needs to load up on talent, but if that talent is too good, his biggest challenger may come from his own team. Do recall the 1985 and 1986 Tours as the best example of that. One of Lance Armstrong\'s biggest successes was an apparent ability to run his team like a military operation, putting remarkably talented riders in support positions. He had grand tour winners on his crew, with Roberto Heras and Paolo Savoldelli the best examples.

    T-Mobile had problems managing that in the past. Klöden was there, as was Vinokourov and the often-tragic figure of Jan Ullrich. Indeed, the team\'s only time to parlay that into Tour wins came in in 1996 and 1997, when the team fielded Ullrich and Riis at the same time. It\'s a tough balance to strike.'),(9131,194,'2007-07-08 13:17:00','Millar','takes the first KOM points of the Tour. He\'s got 3 points for cresting the climb first, ahead of Grinko (2 points) and Kuschynski (1 points). The gap is a reasonable 4:55.'),(9132,194,'2007-07-08 13:33:58','The gap','With 94km remaining in today\'s stage, the five leaders are now 5:35 ahead of the peloton.'),(9133,194,'2007-07-08 13:40:10','Team news.','Australian Simon Gerrans is in talks for a possible move to Credit Agricole.

    Gerrans currently rides for AG2R, with whom he is riding his third Tour de France.

    The 27-year-old from Melbourne was stunned to hear the news had been reported in French sports paper L\'Equipe Sunday, and told AFP: \"I haven\'t joined the team yet! We\'re really only at the talking stage, and I want to see what they can offer me both in personal terms and from a racing perspective.\"

    Keep your ears open for more news about teams and \'08 contracts in the coming days, especially after the first rest day on Monday, the 16th. There are several big announcements pending. We\'d suggest keeping an eye on news out of the American Slipstream squad. Team director Jonathan Vaughters has been out there recruiting like crazy. He\'s already made a few very interesting deals that will surprise many. With a very aggressive anti-doping program, Slipstream is really angling for a wild-card slot at next year\'s Tour and even a ProTour license in \'09.'),(9134,194,'2007-07-08 13:41:07','With 90km remaining','The five leaders have bumped their advantage to 6:04. Yeah, it\'s an increase, but we\'re still betting on a catch.'),(9135,194,'2007-07-08 13:46:00','Who\'s up there?','It\'s been a while since we mentioned who is up front. As a reminder - with their positions and GC times.

  • 13. David Millar (GB), Saunier Duval-Prodir, at 0:33
  • 35. Andry Grivko (Ukr), Milram, at 0:43
  • 146. Freddy Bichot (F), Agritubel, at 1:08
  • 150. Stéphane Augé (F), Cofidis, at 1:09
  • 123. Aleksandr Kuchynski (Blr), Liquigas, at 1:03

    Millar would surely love to get the yellow jersey today, but it looks like he\'s going to be in a great position to at least try for this Tour\'s first Polka-dot jersey.'),(9136,194,'2007-07-08 13:51:00','Landis','We\'ve received several questions regarding the status of the Floyd Landis case.

    There were reports - which we declined to print - that the decision would come last Friday, on the eve of the Tour. Although that would have qualified as interesting timing, it didn\'t happen that way. That said, the decision is expected to be released some time within the next week or so.

    While a number of people have predicted an almost automatic appeal, that may not be the case. Landis says he\'s running out of money and USADA officials have privately said that they would \"carefully review\" the ruling before deciding whether to appeal or not.

    If you have a question you think we might be able to answer, Drop us a line.'),(9137,194,'2007-07-08 13:53:00','Bichot attacks on the hill','It\'s almost a sprint... Millar is well back.'),(9138,194,'2007-07-08 13:54:00','Bichot gets the points','Auge gets the second spot. Millar appears to have taken third, but he was way back. That climb was tough.'),(9139,194,'2007-07-08 13:55:00','Kushchynski','actually took the third spot, for one point.

    So the current standings on the KOM contest:Millar - 3 points

  • Bichot - 3 points
  • Auge - 2 points
  • Grinko - 2 points
  • Kuschynski - 2 points

    What if there is a tie? Let\'s assume for a moment that the escapees get caught before Farthing Common Hill and we get yet another rider who scores three points? Well, then we\'d have a three-way tie and the jersey goes to the rider highest up on GC, meaning that it\'s probably Millar. If they stay away at least until the climb that crests at the 183km mark, then it may come down to a drag race between Millar and Bichot.\r\n'),(9140,194,'2007-07-08 14:01:19','With 76km to go','the gap is down to 5:30... and the CSC team appears to be picking up the pace.'),(9141,194,'2007-07-08 14:05:55','With 74km to go','the gap bears out our impression that CSC is picking up the pace. The five leaders are now just 4:45 ahead of the main field, meaning that CSC has knocked off a full 45 seconds over 2km.'),(9142,194,'2007-07-08 14:10:58','Sprinters\' teams','are beginning to lend a hand. The leaders are 71km from the finish and the gap is down to 4:12. We see Credit Agricole and Quick Step riders up there lending a hand in the chase.'),(9143,194,'2007-07-08 14:17:00','Wow','With 67km, the gap is down to 3:15. Predictor-Lotto is now up there, too, so the effort is really picking up.'),(9144,194,'2007-07-08 14:22:26','The gap','is really dropping. Millar has been out all day, but now at the day\'s final intermediate sprint mark, the gap is down to 2:50. Kushchynski, by the way, takes the sprint.'),(9145,194,'2007-07-08 14:28:54','Zooom','the gap is down to 2:19. With the catch appearing almost inevitable, you might want to guess who will win this thing if it ends in a sprint.'),(9146,194,'2007-07-08 14:32:10','With 55km to go','the gap is slightly more than 2:00. Do we hear someone starting to sing?It\'s oooooOOver....'),(9147,194,'2007-07-08 14:34:37','Crash','We\'ve seen several riders hit some traffic furniture... a big divider. Brett Lancaster (Milram) crashed into Xabier Zandio Echaide (Caisse d\'Epargne), who biffed it first.'),(9148,194,'2007-07-08 14:35:26','The crash','caused the gap to grow a bit. With 52km to go, the gap is 2:22.'),(9149,194,'2007-07-08 14:39:35','The five men in the lead','are less than 50km from the finish and the gap is now at 2:19.'),(9150,194,'2007-07-08 14:41:00','A split','Millar and Grivko appear to have been dropped from the lead group.'),(9151,194,'2007-07-08 14:42:00','Millar sits up','He\'s conceding defeat and he and Grivko are going to wait for the peloton.'),(9152,194,'2007-07-08 14:43:48','The gap','The peloton is driving hard and the gap is back down to 1:54. That\'s the gap to the leading three. Millar and Kushchynski are going to be swept up here soon.'),(9153,194,'2007-07-08 14:44:35','Questions? Comments? Gripes?','Drop us a line.'),(9154,194,'2007-07-08 14:45:17','Contest reminder','Be sure to get your picks in. We stop accepting entries after the 10km-to-go mark.'),(9155,194,'2007-07-08 14:47:11','Reader comment','Geoff in Boulder writes

    Finally! Velonews tv works on my mac...thanks guys.
    No worries, Geoff. We\'re happy to do it. Even for those of us using PCs, there is a benefit, since both size and picture quality have improved.\r\n'),(9156,194,'2007-07-08 14:47:31','Millar caught',''),(9157,194,'2007-07-08 14:49:00','Quick correction','That was Grivko with Millar (we\'ve corrected the other entries).

    So up front we have

  • 146. Freddy Bichot (F), Agritubel, at 1:08
  • 150. Stéphane Augé (F), Cofidis, at 1:09
  • 123. Aleksandr Kuchynski (Blr), Liquigas, at 1:03

    They have 1:55 with 40km to go.'),(9158,194,'2007-07-08 14:54:32','The chase','is heating up. Interestingly, the Saunier Duval team is now chasing, too. That\'s Millar\'s team working to protect the Brit\'s rather tenuous hold on the KOM jersey.'),(9159,194,'2007-07-08 14:55:39','38km to go','the gap is now down to a minute.'),(9160,194,'2007-07-08 14:57:46','With 37km to go','the gap is 52 seconds. The chase is heating up, for certain. CSC\'s workload has eased off, though, since it\'s Saunier Duval, Quick Step, Credit Agricole and Predictor-Lotto up there doing the work.'),(9161,194,'2007-07-08 15:02:49','Leipheimer','had to stop for a leak... he must have had to go, because up front the chase is on and he\'s having to be paced back on. The leaders are 33km from the finish and they are 54 seconds up the road from the main field.'),(9162,194,'2007-07-08 15:06:13','With 30km','the gap is 28 seconds\r\n'),(9163,194,'2007-07-08 15:09:15','Tick, tick, tick','The gap is evaporating '),(9164,194,'2007-07-08 15:10:30','Auge','is trying to get away on his own. He\'s but 17 seconds from the peloton.'),(9165,194,'2007-07-08 15:11:17','','Freddy Bichot and Aleksandr Kuchynski are back in the field.'),(9166,194,'2007-07-08 15:12:41','Auge','is plowing ahead on his own. He has 29 seconds on the field. Saunier Duval is still chasing, with Auge about 4.5km from the summit of the Farthing Common climb. He would be KOM, since he has 2 points already.'),(9167,194,'2007-07-08 15:19:37','On the climb','Auge is holding his own.

    Saunier Duval is chasing. Why? Because of the current KOM situation:

  • Millar - 3 points
  • Bichot - 3 points
  • Auge - 2 points
  • Grinko - 2 points
  • Kuschynski - 2 points

    There was a delay in the chase, as three riders hit the deck on narrow roads. Auge is on his way up Farthing Common and he\'s got 30 seconds with 1.5km to go to the top of Farthing Common.'),(9168,194,'2007-07-08 15:20:37','Auge','crests the climb.'),(9169,194,'2007-07-08 15:21:59','Ho ho ho...','but Millar looks to be second, so the picture on the KOM front is:\r\nMillar - 5 points

  • Auge - 5 points
  • Bichot - 3 points
  • Grinko - 2 points
  • Kuschynski - 2 points

    '),(9170,194,'2007-07-08 15:22:00','Auge is caught','so

    '),(9171,194,'2007-07-08 15:24:15','At the back of the field','The muddle at the back of the pack included Robbie McEwen. Cavendish, too, is having some tough times. He\'s made three wheel changes. McEwen is chasing hard, with about 17km to go. Will he make it back in time? Will he still be able to contest the sprint? Lots of surprises on the road to Canterbury.'),(9172,194,'2007-07-08 15:29:09','With 12km to go,','McEwen is chasing hard and being paced back into the field by four teammates. He looks like he may have hurt his wrist...'),(9173,194,'2007-07-08 15:30:14','Up front','Quick Step is at the front of the field, with a big 25-rider chase group coming back on...'),(9174,194,'2007-07-08 15:30:25','10km to go',''),(9175,194,'2007-07-08 15:31:30','McEwen still chasing','Lampre and Quick Step are up front. They must know that a potential stage winner is off the back.'),(9176,194,'2007-07-08 15:32:21','Gerolsteiner','moving up with about 8.5km to go. McEwen is still chasing.'),(9177,194,'2007-07-08 15:37:26','4km to go....','McEwen is in the field but the pace is high'),(9178,194,'2007-07-08 15:38:06','With 3km to go','the Quick Step is up front...'),(9179,194,'2007-07-08 15:38:33','Lampre','Gerolsteiner are in the mix, but it\'s Quick Step driving hard with 2km to go.'),(9180,194,'2007-07-08 15:39:10','Classic train','With Quick Step, but now come the pro\'s... Milram leading out Zabel.'),(9181,194,'2007-07-08 15:39:31','One kilometer to go','We see Freire... up there, too.'),(9182,194,'2007-07-08 15:39:52','Quick Step','and Milram are fighting it out in the final kilometer.'),(9183,194,'2007-07-08 15:40:04','Chaaaaaaarge',''),(9184,194,'2007-07-08 15:40:39','Robbie Hunter...','leading... but here comes ROBBIE McEWEN!!!!'),(9185,194,'2007-07-08 15:41:10','It\'s McEwen!','Out of @#$%ing nowhere! comes Robbie McEwen. Man, that guy is good!'),(9186,194,'2007-07-08 15:45:17','Wowie','Ya know, no matter what you think about Robbie the Rocket, - he\'s brash and mouthy at times, some would say - but when it comes down to pure sprinting, he\'s the best. He doesn\'t need a train. He just poaches the right wheel and then BAMMM! How cool was that?'),(9187,194,'2007-07-08 15:46:00','','1. Robbie McEwen (Aus), Predictor-Lotto
    \r\n2. Thor Hushovd (N), Credit Agricole
    \r\n3. Tom Boonen (B), Quick Step
    \r\n4. Sylvain Chavanel (F), Cofidis
    \r\n5. Romain Feillu (F), Agritubel
    \r\n6. Robert Förster (G), Gerolsteiner
    \r\n7. Marcus Burghardt (G), T-Mobile
    \r\n8. Oscar Freire Gomez (Sp), Rabobank
    \r\n9. Francisco José Ventoso Alberdi (Sp), Saunier Duval-Prodir
    \r\n10. Tomas Vaitkus (Ltu), Discovery Channel'),(9188,194,'2007-07-08 13:50:00','Wow... what a finish','Cancellara keeps the jersey, but the big story of the day is the Lazarus-like recovery of Robbie McEwen. That was a spectacularly impressive performance.'),(9189,194,'2007-07-08 16:00:17','Jerseys','

  • Yellow - Fabian Cancellara (Swi), CSC
  • Points - Robbie McEwen (Aus), Predictor-Lotto
  • KOM - David Millar (GB), Saunier Duval-Prodir
  • Young Rider - Vladimir Gusev (Rus), Discovery Channel'),(9190,194,'2007-07-08 16:00:56','Okay, that\'s a wrap.','Thanks for joining us, folks. We\'ll see you at 8:00 a.m. (Eastern TIme/U.S.) tomorrow. Cheers!'),(9191,195,'2007-07-09 13:39:05','Good day and welcome','to VeloNews.com\'s Live Coverage of the second stage of the 2007 Tour de France, a 168.5-kilometer ride from Dunkirk to Ghent.

    This stage into Belgium makes a giant \"S\" across the flat plains of Flanders passing through the hometowns of past champions Freddy Maertens, Johan Museeuw, Roger De Vlaeminck and Walter Godefroot. It\'s likely to be very fast, similar to the one from Calais to Antwerp won by local favorite Marc Wauters in 2002.

    Maybe we\'ll see history repeat itself and a successful breakaway will develop today. If so, look for local riders like Nick Nuyens (Cofidis), Leif Hoste (Predictor-Lotto) or Gert Steegmans (Quick Step) to succeed. Otherwise, super sprinters Boonen, McEwen and Hushovd should contest the win on a boulevard near Ghent\'s old indoor velodrome, while the wild cards are Bennati, Cavendish and Robert Förster (Gerolsteiner). \r\n\r\n'),(9192,195,'2007-07-09 13:43:38','Today\'s weather','We may see rain showers on and off today, a change after the stunningly good British weather of the past two days. We\'ll see clouds building up as the afternoon wears on. Temperatures, however, are mild around 66°F. The winds near the coast are around 11mph in a west-southwesterly direcction. Those winds are likely to slow as the race nears the finish in Ghent, where there is a 45% chance of rain today.'),(9193,195,'2007-07-09 13:46:11','Today\'s stage','rolled out of Dunkirk on dry roads under a cloudy sky. The official start came at 1:25 and at this point - about 12km into the stage - the peloton is still riding as one. No attacks, for now.'),(9194,195,'2007-07-09 14:01:29','A small dig','We have three riders off the front\r\n

  • Cedric Hervé (Agritubel)\r\n
  • Ruben Perez (Euskaltel-Euskadi)\r\n
  • Marcel Sieberg (Milram)

    At this point - 24km - the trio has but a minute\'s advantage on the peloton, so it should be a bit before we can measure the chances of this one.'),(9195,195,'2007-07-09 14:02:22','Comments? Questions?','Drop us a line.'),(9196,195,'2007-07-09 14:05:49','Today\'s contest','Just a reminder, folks. If you care to take a guess at just who might emerge as a winner today, be sure to scroll up to the top of the page and click on the Enter to Win button under \"Links.\" We\'ll randomly pick a winner from among the correct entries today. We won\'t accept entries after the 10km to go mark, so keep that in mind when trying to balance a decision to hold off until you\'re certain how the stage will shake out, because you get but one entry per day. Good luck! '),(9197,195,'2007-07-09 14:14:43','The gap','The men off the front are now 1:45 ahead of the main field.

    How do these guys fare on GC? Well, let\'s look:

  • 53. Ruben Perez (Sp), Euskaltel-Euskadi, at 00:48
  • 131. Marcel Sieberg (G), Milram, at 1:05
  • 187. Cédric Herve (F), Agributel, at 04:15'),(9198,195,'2007-07-09 14:24:09','Coming up on the day\'s first sprint','The three escapees - now nearly three minutes up the road - are heading up to the day\'s first intermediate sprint at 42km.'),(9199,195,'2007-07-09 14:29:00','McEwen','Many of you have asked about Robbie McEwen, who was injured in yesterday\'s crash before he pulled off that stellar come-from-nowhere win in Canterbury. He\'s in the peloton, wearing the green jersey and apparently his injuries, although painful at times, were not debilitating enough to keep him out of the peloton today.'),(9200,195,'2007-07-09 14:32:00','The chase','It\'s CSC up front again and the effort appears serious. The gap at the 47km mark is now down to 2:05.

    Meanwhile it was Hervé who took the six points (and six seconds of bonus time) at the sprint in Boezinge. Perez is second for four points and four seconds, followed by Sieberg with 2/2.'),(9201,195,'2007-07-09 14:39:02','The gap','has bumped up again to 2:30. It has little to do with the speed of the break, but rather the pressures of the bladders of many in the peloton. Several have stopped for a natural break.'),(9202,195,'2007-07-09 14:44:00','The KOM','Daivd Millar is assured of another day in Polka Dots, since we won\'t be facing any rated climbs today, which is good, since ranking the highpoints on today\'s route would be a work of fiction, rather than a true designation.

    Several of you have written asking how Millar has the jersey, since he is tied with Stéphane Auge with 5 points each. If there is a tie, the jersey goes to the man higher up on GC. Millar is in third - 21 seconds out of first - and Stéphane Auge is down in 186th place at 3:54 out of the lead.'),(9203,195,'2007-07-09 14:50:40','McEwen','As you know, Robbie the Rocket started this morning despite sustaining a nasty wrist injury in that crash yesterday.

    A team spokesman said the prognosis isn\'t too bad, describing the injury as \"bad bruising, or a minor fracture at most.\"

    Surprisingly, the little Aussie did not go for X-Rays Sunday, but emerged from his team bus this morning, admitting that it was his knee - which he also bumped in the crash - that was giving him most concern.

    \"I\'m sore everywhere,\" said McEwen. \"It was always going to be the knee that was the problem today because I can hold the (handle) bars softer when I need to. But the whole day I\'ve got to pedal, and obviously the knee is a huge part of that. Hopefully once I get warmed up it won\'t be too stiff.\"

    McEwen is poised to take over as the most successful active stage winner on the Tour de France - both he and Erik Zabel have 12 apiece - but he is playing down his immediate chances.

    \"First I\'ve got to make sure I get there!\"\r\n'),(9204,195,'2007-07-09 14:51:45','The gap','With that natural break in the peloton, the gap has really bumped up, with the leaders now 5:00 ahead of the main field, with 106km to go.'),(9205,195,'2007-07-09 14:54:48','The \"chase\"','has really eased off for now. The gap is up to 5:45 with 104km remaining.'),(9206,195,'2007-07-09 14:57:34','Stage finishes in Ghent',' Amazingly, it has been almost a half-century since a Tour stage finished in Ghent, which is one of the centers of Belgian bike racing. There have been only two others. On stage 1 from Brussels in 1958, French sprinter André Darrigade took the win ahead of breakaway companions Jos Hoevenaers and Joseph Planckaert of Belgium, almost two minutes ahead of the pack. Stage 2, in 1951, from Reims, was won in a solo break by Luxembourger Bim Diedrich almost four minutes ahead of the field. \r\n'),(9207,195,'2007-07-09 15:07:04','A common question','We open a can of worms whenever we mention a statistic in passing. As we said, McEwen is poised to be the most successful active stage winner. That, of course, raises the question of who is the most successful of all time. As you might imagine, King Eddy rules over that one, with a total of 34 stage wins and those are wins that actually counted for him on GC, too, since he spent a total of 96 days in yellow and stood atop the podium in Paris a total of five times. Not a bad race resume\' eh?'),(9208,195,'2007-07-09 15:09:00','The gap','With 97km to go, the three men of the front - Cedric Hervé (Agritubel), Ruben Perez (Euskaltel-Euskadi), Marcel Sieberg (Milram) - are now five minutes ahead of the main field.'),(9209,195,'2007-07-09 15:11:36','The chase','is picking up the pace. With 94km remaining, the leaders\' advantage is 4:50, indicating that CSC is picking things up. We have to assume that the sprinters\' teams will lend a hand in the chase, so we have to give light odds to these headbangers\' chances.'),(9210,195,'2007-07-09 15:14:05','With 92km','the gap is now 4:40.'),(9211,195,'2007-07-09 15:15:23','Weather','the roads are still dry, but there still exists a chance of rain today, under a partly cloudy sky. The wind is still in the 8- to 10-mph range.'),(9212,195,'2007-07-09 15:22:00','Hee hee','Cedric Hervé (Agritubel) charged off the front in an attempt to snag the prize money at the sprint mark in Westende. A breach of protocol in a group like this, Marcel Sieberg (Milram) simply powered up to him, edged him at the line and shook his head, delivering a message of sorts, although we\'re not sure in which language - German, French, Flemish or whatever - was used to convey the idea that Hervé was being what the Australians would call a \"wanker.\"'),(9213,195,'2007-07-09 15:27:00','On rider to consider','Mark Cavendish said his bad luck in Sunday’s stage “has made me more determined and I have more incentive to try to sprint.†The young British sprinter crashed late in Sunday’s stage to Canterbury after colliding with a spectator and was forced to make two bike changes. “I will keep fighting. I want to see what I can do.â€Â'),(9214,195,'2007-07-09 15:33:05','The gap','With less than 80km remaining, the gap is holding at 4:30. The CSC is doing the bulk of the work, but we can expect Predictor-Lotto, Credit Agricole, Quick Step and maybe Rabobank to move up soon.

    Speaking of Predictor-Lotto, the Belgian squad has two Americans on its roster. One, American Fred Rodriguez said he’s here to “help Robbie win stages.†Fast Freddy is starting his seventh career Tour and said he’s here to help McEwen in the sprints. “My job is to be there for him in the end of the sprints. We improvise a lot. Sometimes he wants me to put him on Boonen’s wheel, sometimes he wants me to lead out the sprint. We communicate during the race.†Concerning his own chances at the Tour, Rodriguez repeated that his top priority is to help McEwen. “I’m always looking for my opportunities in the classics or other races. At the Tour, we’re working for Robbie in the sprints.â€Â'),(9215,195,'2007-07-09 15:37:46','With 75km to go','the gap is at 4:00.'),(9216,195,'2007-07-09 15:40:08','Reader comment','Anthony H writes

    I tried to stay away from the Tour because of all the doping scandals this year but I can\'t keep away, I am \"watching\" the stage even though my boss is right next to me. Keep up the good work!!
    We have to agree. The doping scandals are a big heartbreaker for a lot of us. Nonetheless, moments like yesterday - when McEwen powered through for a win like that - you suddenly remember how wonderful this sport can be. Let\'s just hope we get rid of the @#$%ing cheaters.

    Say hi to the boss, Anthony.'),(9217,195,'2007-07-09 15:42:19','Crowds','There are huge crowds at the finish in Ghent, today. One measure important to our guy Andrew Hood is that the bars are already packed!

    Every pub he checked - and there must have been several - was overflowing with rowdy Belgian fans. They do love their beer here... errrr um ... cycling here. '),(9218,195,'2007-07-09 15:47:01','Zabriskie','We\'ve received several questions about how Dave Zabriskie ended up losing nearly three minutes yesterday. Andrew Hood spoke with him last night and Zabriskie made no mention of crashes or any problems. He did, however, spend much of the day cranking at the front, monitoring the gap to the Millar break and he simply eased off as the peloton approached the finish. he\'s here to help defend the jersey, whether it\'s Cancellara\'s now or - as they hope - Sastre\'s in the mountains.'),(9219,195,'2007-07-09 15:48:27','Clouds','the clouds are really building up. We\'re betting on rain.

    Meanwhile, the gap is coming down fast. With 66km to go, the CSC team is back in the field and the work is about to change over to the sprinters\' teams. The gap is now less than 3:00.'),(9220,195,'2007-07-09 15:57:31','With 60km','to go, the gap is holding at 3:00.'),(9222,195,'2007-07-09 16:01:10','The route today','Monday’s course skips the emblematic “bergs†that pock the Flanders countryside, but the route does pass through many hometowns of famous Belgian riders, such as Freddy Maartens, Johan Museeuw and the De Vlaeminck brothers. Robbie McEwen’s fan club will be out en force, as will thousands of Boonen boosters.'),(9223,195,'2007-07-09 16:01:27','Another sprinter to consider','Italy’s Daniele Bennati said he’s hoping for more in the coming days. “I was blocked in the sprint (Sunday). Everyone will be watching Boonen today. I would like to win a stage in the Tour,†he said. Lampre-Fondital teammate Danilo Napolitano, winner of a stage at the Giro d’Italia this year, said “I’m working for Daniele in this Tour.â€Â'),(9224,195,'2007-07-09 16:02:00','Levi','Levi Leipheimer is keeping a low profile in the opening days of the Tour. “I just want to stay near the front of the peloton and keep out of trouble,†he said. '),(9225,195,'2007-07-09 16:02:59','The man in yellow','Race leader Fabian Cancellara said Sunday was “one of the best days of my career. To ride with the maillot jaune through those big crowds was amazing. We will do today like we did yesterday. We will defend the jersey and we hope the sprinter teams will help us. After that, we will see. We will take it day to day. I will defend the yellow jersey to the end.â€Â'),(9226,195,'2007-07-09 16:07:00','Rain','It\'s starting to rain... it looks like it will get heavy ahead, too.'),(9227,195,'2007-07-09 16:10:52','The gap','has bumped up to 3:25.'),(9228,195,'2007-07-09 16:13:01','With 49km to go','the rain has eased off again and the gap is 3:09.'),(9229,195,'2007-07-09 16:17:10','CSC','is now back up front. The team is taking up chasing duties again. Zabriskie and Vande Velde are up there. Vande Velde, by the way, is a new dad and from all reports, both his wife and daughter are doing jessss fine.

    With 46km to go, the gap is at 2:58.'),(9230,195,'2007-07-09 16:20:00','At 44km','to go, the gap is 2:48 and the rain is kicking in.'),(9231,195,'2007-07-09 16:24:01','Rain','and another \"natural break\" mean the gap will grow as the leaders near the 40km-to-go mark.'),(9232,195,'2007-07-09 16:25:30','McEwen','sees wet roads and a lot of \"traffic furniture\" out there and he\'s now up in the front of the peloton.'),(9233,195,'2007-07-09 16:34:11','Crash','Schleck and a CSC teammate crashed on a wet roundabout and they are now chasing.'),(9234,195,'2007-07-09 16:34:32','With less than 35km to go','the gap is 3:00.'),(9235,195,'2007-07-09 16:40:00','Schleck','has rejoined the peloton.

    Ahead, with the 30km to go, the three men in the break - Cedric Hervé (Agritubel), Ruben Perez (Euskaltel-Euskadi) and Marcel Sieberg (Milram) - are 2:20 ahead of the peloton. The rain is still coming down hard. At the finish, though, it\'s still dry.'),(9236,195,'2007-07-09 16:44:12','The day\'s last sprint','Marcel Sieberg made certain that Ruben Perez (Euskaltel-Euskadi) won the day\'s third sprint, meaning all three men have won one each. He really kept an eye on Herve\' heading into the line.'),(9237,195,'2007-07-09 16:45:31','With 26km to go','the gap is down to 2:05 and the three men up front are beginning to lose their cohesiveness.'),(9238,195,'2007-07-09 16:46:26','A peace treaty','With 25km to go, the three men up front are back to working together again.'),(9239,195,'2007-07-09 16:51:54','With 20km to go','the gap is 1:55. Quick Step, Credit Agricole and Predictor are all working at the front. CSC is now able to ease off.'),(9240,195,'2007-07-09 16:54:10','The chase is serious','With 18.5km to go, the speed is quite high in the peloton. Unfortunately, the rain is hard, so it\'s a tad risky. The gap is now 1:40.'),(9241,195,'2007-07-09 16:55:13','17.5km','to go, the gap is down to 1:35. '),(9242,195,'2007-07-09 16:57:03','With 16.5km to go','The gap is 1:30, but the peloton appears a tad nervous going through the slippery corners coming into town.'),(9243,195,'2007-07-09 17:01:30','With 12.5km to go','the rain has eased off and the leaders are a mere 1:07 aheas of the field. Any bets?

    Speaking of bets, you need to get your picks in before the 10km to go mark.'),(9244,195,'2007-07-09 17:02:20','With 11.5km to go','the gap is down to 55 seconds.'),(9245,195,'2007-07-09 17:03:56','With 10km','to go, the gap is down to 48 seconds. '),(9246,195,'2007-07-09 17:08:44','With 7km to go','the gap is 25 seconds. They aren\'t giving up, but they should be able to feel the breath of the peloton on their collective necks.'),(9247,195,'2007-07-09 17:08:59','19 seconds','with 6km to go.'),(9248,195,'2007-07-09 17:09:51','Heading to the','five-kilometer-to-go mark, the gap is down to 15 seconds and each of these three is taking even and equal pulls.'),(9249,195,'2007-07-09 17:10:43','Now',' the attacks are starting in the lead group. Perez has a gap and Herve and Sieberg are looking at each other.'),(9251,195,'2007-07-09 17:11:32','Perez','has company. They are together again at the front with three kilometers to go. 11 seconds.'),(9252,195,'2007-07-09 17:12:14','The catch','is about to happen'),(9253,195,'2007-07-09 17:12:32','There ya go','with 2.5km to go...

    '),(9254,195,'2007-07-09 17:13:14','Now we see','a big rush to the finish... Quick Step is setting up.'),(9255,195,'2007-07-09 17:13:33','With 2km','to go, the T-Mobiles .... CRASH!!!!!'),(9256,195,'2007-07-09 17:13:47','Woww....',''),(9257,195,'2007-07-09 17:14:28','T-Mobile','and Quick step seemed to have emerged in a group of no more than 25.'),(9258,195,'2007-07-09 17:14:49','Boonen and','Hushovd and McEwen are in there...'),(9259,195,'2007-07-09 17:15:18','Here goes the charge','Boonen goes.... Here comes Zabel.'),(9260,195,'2007-07-09 17:16:00','Boonen','gets a great lead-out from Gert Steegmans... but Steegmans gets it. A Belgian win for Quick Step in Ghent.'),(9261,195,'2007-07-09 17:17:13','Back at the crash','It was a mess... but the GC impact is negated because this occurred in the final three kilometers. '),(9262,195,'2007-07-09 17:17:55','Cancellara','rides across the line... but he looks hurt.'),(9263,195,'2007-07-09 17:19:00','','Gert Steegmans, Boonen\'s lead-out man gets the win, with the darling of Belgian fans, Tom Boonen, making it a one-two Quick Step punch.\r\n'),(9264,195,'2007-07-09 17:23:43','Cancellara keeps the jersey','but he was holding his arm in a bad way. Broken collarbone? We sure hope not. Freddie Rodriguez looks hurt, too.'),(9265,195,'2007-07-09 17:24:00','No change in top-five','on GC.'),(9266,195,'2007-07-09 17:35:16','Tomorrow','It\'s a long one tomorrow. From Waregem to the traditional starting town of Paris-Roubaix, Compiègne. It covers 236.5km, but thankfully won\'t include sections of pavé. Will it provide another shot for riders like Hushovd, Boonen (or Steegmans) and McEwen?

    Join us at 8:00 a.m. Eastern time in the U.S. to see how it shakes out. Good luck and good day.'),(9267,196,'2007-07-10 13:46:25','Good day and welcome','to VeloNews.com\'s Live Coverage of the third stage of the 2007 edition of the Tour de France. It\'s a long one today. Indeed, it\'s the longest stage of this Tour, covering 236.5km from Waregem to Compiègne. That\'s the same Compiègne from which Paris-Roubaix starts every year (why don\'t they call it Compiègne-Roubaix then?)

    Despite the proximity, there will be no inclusion of some Hell of the North pavé on this stage that heads south from Belgium and back into France. You can see from the map, though that it does pass by Roubaix and other familiar spots.

    Like Paris-Roubaix, this day is largely flat, including just one Category 4 climb, thrown in to make things interesting.\r\n'),(9268,196,'2007-07-10 13:49:00','Yesterday\'s damage','Remarkably only one rider - Thomas Vaitkus of Discovery - was unable to make the start this morning. He suffered a broken thumb in that massive pile-up 2.5km from yesterday\'s finish. From the look of the walking (riding) wounded crossing the finish line, we are surprised and pleased, especially for Freddie Rodriguez who looked to be in pretty bad shape.

    Saunier Duval\'s Francisco Ventoso is hurt, but riding. There may be others in that same boat, so we could see a few withdrawals today as the riders assess their condition.'),(9270,196,'2007-07-10 13:58:00','Today\'s stage','got rolling at noon. There several attacks from the gun, but none shaped up until Nicolas Vogondy (Agritubel) and Matthieu Ladagnous (Francaise des Jeux) got away at 6km. No one seems too concerned about these two, as after 45km, the gap had grown to a remarkable 14:00.

    By the 60km mark, that had come down a bit - to 11:30 - but it\'s an indication that the chase is not exactly furious.

    Take a look at Christian Vande Velde\'s diary today. He notes that the team is not going to kill itself to protect the jersey.

    \"We have controlled the race without spending too much energy and will continue to do so until we reach the point of no return,\" he noted. \"In other words, we won\'t destroy the team to defend the jersey for one more day.\"

    So if the sprinters\' teams want to charge into Compiègne for a mass gallop to the line, it looks like Credit Agricole, Quick Step, Predictor and Rabobank have some work cut out for them.'),(9271,196,'2007-07-10 14:12:08','The pace','is quite moderate (that\'s polite for \"slow\") over the second hour today. With the current speed barely bumping above 30kph, down from the 40kph of the opening hour. While the gap to the two leaders reached 14 minutes, it\'s shrinking as the peloton has picked up its effort a bit. The two leaders - Nicolas Vogondy (Agritubel) and Matthieu Ladagnous (Francaise des Jeux) are just under 9:00 up the road.

    If one were inclined to predict events over the next few hours, one might say that the gap will probably be trimmed to a more manageable 5:00 minutes or so and those two will then be left to suffer until the finish nears and they will be swept up within the final 15 or 20km by a peloton led largely by sprinters\' teams, with CSC doing only minimal work. Of course, we never make predictions, so we wouldn\'t say that.'),(9272,196,'2007-07-10 14:14:00','Comments? Gripes?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(9273,196,'2007-07-10 14:27:12','At 83km','the gap continues to drop back to a more manageable 7:50, well down from the peak gap of 14 minutes.'),(9274,196,'2007-07-10 14:43:14','Questions','We do try to answer as many of your questions as possible. We tried to answer one question from Antonia D about German rider Matthias Kessler, who she thought was going to be on Astana\'s Tour roster. Unfortunately your e-mail bounced back Antonia, so we\'ll have to break the bad news here. Kessler was suspended by Astana two weeks ago for ringing the dopo-meter in April. He had an elevated testosterone level in a sample submitted during an out-of-competition test in Charleroi, Belgium, on April 24. '),(9275,196,'2007-07-10 14:51:15','The gap','is now at 7:40 at the 95km mark.'),(9276,196,'2007-07-10 14:54:36','The latest','time check - from the official timing motorcycle - is 7:50. It seems that the peloton has pulled the gap down to a more comfortable level and is content to leave it at that. It won\'t take too much effort to pull back two guys over the cours of the remaining 140k.'),(9277,196,'2007-07-10 15:00:06','Thomas Vaitkus','At this point, Vaitkus is the sole victim of yesterday\'s crash forced to pull out of the Tour.

    We\'ve had several questions regarding the impact on Discovery\'s efforts. It will most certainly hurt the team\'s efforts in that he\'s quite a workhorse. Recall he\'s a former world U23 TT champion (2002) and a Giro stage winner (2006). That said, it\'s not something they can\'t work through.'),(9278,196,'2007-07-10 15:04:23','Our two leaders','Nicolas Vogondy (Agritubel) and Matthieu Ladagnous (Francaise des Jeux) are past the 100km mark and have bumped their lead up to 8:50 again. It\'s a nice day for a bike ride, but 230km on the attack might be a little heavy for these two guys. The weather, meanwhile, is quite nice, with temperatures at a quite comfortable 70 degrees and light winds.'),(9279,196,'2007-07-10 15:08:43','Reader Question','

    Hello,
    I was confused yesterday with the \"new\" 3 km rule for crashes at the end of Tour stages. I was under the impression that riders were only given the same time if they crashed within 1km of the stage finish. Did this change this year?
    Thanks,
    Connor\r\n
    The rule changed at the end of 2005. It makes sense, too, since the insanity on sprint stages begins well before the 1km-to-go mark. GC riders really shouldn\'t have to pay a penalty for dicey riding on often narrow roads.'),(9280,196,'2007-07-10 15:11:51','Reader question','Noel S asks:
    Any word from the rider who caused yesterdays crash. It looked like a Milram rider pulled his foot off his pedal and swerved into others. Who was it?
    It was Erik Zabel. He bumped Tom Boonen\'s wheel, pulled his foot from his pedal and swerved a bit, triggering a crash behind him. Remarkably, Zabel managed to escape the chaos and finished in that little lead group. Bummer, eh?'),(9281,196,'2007-07-10 15:14:00','126km to go','the leaders are still around 8:10 ahead of the peloton. The men up fron are Nicolas Vogondy (Agritubel) and Matthieu Ladagnous (Francaise des Jeux) in case you\'ve forgotten.'),(9282,196,'2007-07-10 15:20:02','The chase','has certainly eased off. With 124km to go the gap is 8:11. '),(9283,196,'2007-07-10 15:30:03','Very little to report','aside from Laurent Lefevre riding out of the peloton to say hello to his family. With 117km to go, the gap has moved up to 8:50... but we wouldn\'t bet the rent on these fellers\' chances of holding on to that all the way to the finish.'),(9284,196,'2007-07-10 15:36:06','Natural breaks','Several riders in the peloton - and one in the break - have taken the opportunity to relieve themselves at the side of the road. We often get questions about that. With a 236.km stage, it\'s obvious that properly hydrated riders will have to make a stop now and then for such purposes... and tradition generally means that no one is going to be forced to chase like a madman after that. Obviously, you can\'t call \"time out\" to water the mountain flowers on l\'Alpe d\'Huez, but in most cases, folks will be easy on you.

    There are, however, times when it\'s unacceptable, as underscored in yesterday\'s officials rulings:

    Moreau (Ag2r), 100SF - compertemont incorrect for \"stopping between the depart fictive and the depart reel to satisfy his call for nature\"
    \r\nMan, that\'s an expensive bathroom break.'),(9285,196,'2007-07-10 15:38:17','The gap','Having passed through the feedzone and taken the natural breaks, the gap has grown to 9:50. We\'re still not betting on the chances of Nicolas Vogondy (Agritubel) and Matthieu Ladagnous (Francaise des Jeux) to stay away. CSC is getting some help from riders on sprinters\' teams, but there is still no big chase effort underway.'),(9286,196,'2007-07-10 15:38:42','A new time check','puts the leaders at 10:10 ahead of the field with 117km to go.'),(9287,196,'2007-07-10 15:42:00','With 114km to go','the two leaders are 9:12 up the road. Nicolas Vogondy (Agritubel) and Matthieu Ladagnous (Francaise des Jeux) are the two escapees. How do they rank on GC? Well, let\'s take a look.

    Vogondy is in 77th at 0:54 and Ladagnous is in 131st at 1:05.'),(9288,196,'2007-07-10 15:54:44','The pace','Has picked up and the gap has come down. Both Credit Agricole and Quick Step are contributing riders to the chase. With 106km remaining, the gap has gropped to 6:15.

    Clouds are building at the finish, so get out the umbrellas. It remains cool, cloudy with southwesterly winds that could make for some nasty crosswinds/headwinds in the final approaches.'),(9289,196,'2007-07-10 15:55:00','The finish','The finish could be extremely sketchy. There’s a gentle downhill run from 3km to 2km on wide-open roads that could see the peloton hit 60-70kph. A sweeping lefthander takes the peloton to the edge of the Oise River before a treacherous series of turns just before the 1km to go mark. A very hard right-hander at the Othenin Barracks takes the peloton from a wide-open boulevard to a narrow street. After 200m, there’s a quick right followed by a hard left over cobblestones on the north side of the Compiègne castle, site of the start of Paris-Roubaix every April. These big, brick-like cobbles could spell doom, especially if it starts raining. The final kilometer is dead straight and covers about another 200m of cobblestones before hitting lumpy asphalt on the Avenue Royale alongside the Compiègne golf course and horse racing track.'),(9290,196,'2007-07-10 15:59:40','The gap is really falling','Nicolas Vogondy (Agritubel) and Matthieu Ladagnous (Francaise des Jeux) are 103km from the finish and now just 4:50 up the road. The rapid drop is because of a combination of factors. One, the peloton is ramping it up and, two, the two men off the front are not exactly carrying off a team time trial up there. It\'s a slow day... and the peloton is now just going less slow than the escapees.'),(9291,196,'2007-07-10 16:09:14','Ag2r','is now pulling at the front of the peloton. With 100km to go, the gap is at 4:45. It\'s a slow day out there, folks.'),(9292,196,'2007-07-10 16:10:51','Yesterday\'s crash','Erik Zabel admitted to being the trigger that prompted a spectacular crash during a bunch sprint on the Tour de France second stage.

    The peloton was split in two, with 25 riders racing ahead after avoiding the carnage, after Zabel moved brusquely to the side, forcing a major pile-up in his wake as wheels touched and brakes screeched bike to a halt.

    However the Milram rider, a a six-time winner of the green jersey, said he had only moved to avoid hitting Belgian Tom Boonen, who went on to finish second behind teammate Gert Steegmans.

    \"I had to avoid Boonen, who was riding in front of me,\" said Zabel.\r\n'),(9293,196,'2007-07-10 16:19:00','With 98k','remaining, the gap is down to 4:40.

    We had one reader ask why Robbie McEwen described the current situation as ideal. Charlie T asks

    Why is this the standard for these flat stages?
    Generally, once a break gets up the road - which happened quite early today - the peloton calms down, the pace drops and the attacks stop. Then, once the break is reeled in with 10 or 20k remaining, the sprinters\' teams up the pace to the point that successful breaks are extremely rare and the race is settled in the final 200 meters, which suits Robbie the Rocket jessssss fine.'),(9294,196,'2007-07-10 16:20:29','95.5km remaining','and the gap is 4:32. We\'d imagine that now that the gap is down to the 4:30 range, they\'ll leave those guys out there for a while.'),(9295,196,'2007-07-10 16:24:38','CSC','sure isn\'t being stuck with all of the work, today. Liquigas and other teams are up front, now. Nonetheless, the pace is quite moderate, since the gap is down to reasonable levels.'),(9296,196,'2007-07-10 16:27:21','The gap','is up to 5:00, with T-Mobile setting tempo at the front of the peloton.'),(9297,196,'2007-07-10 16:29:54','Discovery and the crash yesterday','Discovery Channel was licking their wounds after three of its riders went down in Monday’s horrific crash. Tomas Vaitkus underwent surgery Monday evening in a Waregem hospital to repair his right thumb broken in five places. Vaitkus was at the team bus Tuesday morning with his hand swollen after doctors placed two titanium plates around his thumb to stabilize the wound. Vladimir Gusev, the Tour’s best young rider, went down at the tail-end of the pileup, but wasn’t seriously injured. American champ George Hincapie went down harder and at first thought he had busted up his knee. “It’s better. I thought it was really bad because when I landed, I couldn’t move it. But once I got back on the bike and started pedaling, it just got better.â€Â'),(9298,196,'2007-07-10 16:31:04','Contract talks?','Danish journalists grilled Dave Zabriskie about his future with Team CSC. The Z-Man’s contract ends in 2007, but he was being coy about his future. “I’d prefer to retire to a beach in the Bahamas,†he joked. “If I can’t be a racer anymore, maybe I will be a forest ranger.â€Â

    Word is that Dave Z won\'t be sitting in a fire watch tower any time soon. Keep an eye open for an announcement soon, perhaps on a rest day during the Tour.'),(9299,196,'2007-07-10 16:33:03','Fast Freddie','Fred Rodriguez stepped out of the Predictor-Lotto bus with a grimace and bandages on his left arm and knee. The 33-year-old was the last rider to cross the line Monday at more than 8 minutes behind the winner, although he was credited with the same time as the winner, since the crash occurred within 3km of the finish.

    Rodriguez hoped to suffer through Tuesday’s stage to be able to help team captain Robbie McEwen in the sprints. X-rays revealed no broken bones, but he did receive stitches in his elbow as a souvenir. “It will be hard today. The main goal is to stay in the race,†he said before the start. “One more time, it’s an example of the Tour de France not being concerned about the riders’ safety.â€Â\r\n \r\n'),(9300,196,'2007-07-10 16:34:56','87km','to go and the gap has moved up to 5:45. A gap this size shouldn\'t really trigger panic in the field until 40km-to-go or so. When you get dozens of reasonably fresh riders chasing down two guys who\'ve been out there all day, the catch comes fast.'),(9301,196,'2007-07-10 16:48:00','80km remaining','the gap is now 5:43... and the only question in our minds is when - not whether - these guys will be caught.

    If they are caught before the day\'s only climb - the Category 4 Cote de Bierancourt (at 202.5km). If they are, then we will see a battle shape up for the 3, 2 and 1 points available.

    The current situation on the KOM race is as follows:
    1. David Millar (GB), Saunier Duval 5 points
    2. Stephane Auge (F), Cofidis 5 pts
    3. Freddy Bichot (F), Agritubel 3 pts
    4. Andry Grivko (Ukr), Milram 2 pts
    5. Aleksandr Kuchynski (Blr), Liquigas 2 pts
    6. David De La Fuente Rasilla (Sp), Saunier Duval 1 pt

    Indeed, even if they are not reeled in by then, Millar and Auge will be forced to fight it out for that last point. For those of you wondering, Millar gets the jersey in a tie, because he is higher up on GC than is Auge (third place versus 186th).'),(9302,196,'2007-07-10 16:57:44','73km','to go... the gap is at 5:04... and this stage should provide ample argument for those of you operating under the illusion that bicycle racing - no matter how woderful a sport - is always exciting.'),(9303,196,'2007-07-10 17:08:44','One very common','question from readers concerns Dave Zabriskie and the time he lost on Sunday\'s stage into Canterbury. Indeed, we got so many, we felt compelled to ask the man himself.

    Zabriskie is surprised why everyone else seems surprised that he lost 2:27 at the end of stage one from London to Canterbury.

    The U.S. time trial champion explains he didn’t crash or suffer a mechanical – he simply rode in a little off the back to avoid trouble.

    “To set the record straight – I am not here for the GC,†Zabriskie told VeloNews. “I don’t know why people haven’t realized that. If I soft pedal for the last few kilometers to save my legs to help Carlos Sastre later in the mountains, that’s because I am here to work for the team.â€Â\r\n'),(9304,196,'2007-07-10 17:10:44','With 65km to go','The gap is now 3:49... and this stage is nothing if not predictable. We\'re still betting on a catch with - a guess here - about 15km remaining.'),(9305,196,'2007-07-10 17:12:49','Check out','the picture Casey Gibson just sent in from the road. You GOTTA love France and the way the Tour gets folks excited.'),(9306,196,'2007-07-10 17:19:14','Zzzzz... Huh? whuuuu?','Hey! A little attack out of the field and the speed is picking up. With 60km to go - and a gap of 3:27 - we see two riders, a Liquigas and a Cofidis, have jumped out of the field.'),(9307,196,'2007-07-10 17:20:00','','Strategy and Tactics with Thomas Prehn, Author of \"Racing Tactics for Cyclists.\" Download/subscribe\r\nto our podcast and hear Prehn\'s take on the day\'s action.'),(9308,196,'2007-07-10 17:21:39','Hey, that\'s Auge','Not only is that a Cofidis rider, it\'s Stephan Auge, who now poses a threat to David Millar\'s hold on the polka-dot jersey. He\'s with Frederik Willems (Liquigas).\r\n'),(9309,196,'2007-07-10 17:23:24','The gaps','At this point, Nicolas Vogondy (Agritubel) and Matthieu Ladagnous (Francaise des Jeux) are 3:15 ahead of the peloton and 2:30 ahead of Auge and Willems. It\'s still another 20+km to the climb, so this still has time to shake out.'),(9310,196,'2007-07-10 17:28:54','Fame and fortune','Hey, check out today\'s\r\nFrazz comic strip. That Mad Dog Media jersey ought to make Patrick O\'Grady happy. Obviously, the artist must not know our cartoonist very well. This sort of thing merely encourages O\'Grady. He\'s going to be even more insufferable for a while now.'),(9311,196,'2007-07-10 17:30:24','The gaps','Auge and Willems are about half-a-minute behind the two escapees. The total gap back to the peloton is 3:25.'),(9312,196,'2007-07-10 17:32:37','Together','The four men off the front are now together as a group. The pace has picked up, although there are still 53km to go.'),(9313,196,'2007-07-10 17:34:40','The peloton','is not really to excited about the newly invigorated break. The gap is now down to 2:24. It\'s CSC doing the chase work, too.'),(9314,196,'2007-07-10 17:43:00','Credit Ag','is putting a rider up there with CSC. If Millar and crew want to save his jersey, Saunier Duval has to jump up there. We don\'t expect this break to stay away, but it\'s increasingly doubtful that they will be caught before the climb.

    The gap is now 2:39, with 11km to go to the climb.'),(9315,196,'2007-07-10 17:47:18','Saunier Surrender?','We don\'t see anyone from Saunier Duval going up to help in the chase. It appears they\'re willing to concede the jersey, meaning that David Millar\'s run in the KOM jersey will be over soon. He\'s the first Brit\' to wear the KOM jersey since Robert Millar won it back in the old days. No, they\'re not related... and Robert is not the same guy he used to be.'),(9316,196,'2007-07-10 17:49:57','Crash','Gert Steegmans hit Alexandre Botcharov (Credit Agricole), who tapped a sidewalk on a little bridge.

    Meanwhile, with 38km to go, the four escapees are now 3:13 up on the peloton. Steegmans is chasing. '),(9317,196,'2007-07-10 17:53:52','With 36km to go','the time gap is 3:20. The Millar run in the KOM jersey seems to be over.'),(9318,196,'2007-07-10 17:56:27','Auge','is on his way to the KOM jersey. These guys are on their way up the climb.'),(9319,196,'2007-07-10 15:57:00','three points','Auge is the new KOM leader and the four leaders - Nicolas Vogondy (Agritubel) and Matthieu Ladagnous (Francaise des Jeux) Stephan Auge, (Cofidis) and Frederik Willems (Liquigas) - have a 3:20 lead with 33km to go.\r\n '),(9320,196,'2007-07-10 18:01:56','With 30km to go','the foursome up front still have an advantage of 3:22.'),(9321,196,'2007-07-10 18:03:43','Are the alarm bells','going of in the peloton? They should be. Several teams are beginning to lend a hand, but at this point, the gap is not changing, holding at 3:20.'),(9322,196,'2007-07-10 18:05:58','27km to go','and the gap is still 3:23. The pace is picking up in the peloton, but the four men up front are holding their own. The added boost when the two men - Auge and Willems - joined the break is really making a difference.'),(9323,196,'2007-07-10 18:12:07','Eeeeek!','There really is a sense of panic in the field. Predictor, Quick Step and Credit Agricole are chasing now. But with 21km to go, the gap is still at 2:42.'),(9324,196,'2007-07-10 18:13:41','Ag2r','is sending up riders too. The workhorses are really driving hard at the front. With 20km to go, the gap is 2:35.'),(9325,196,'2007-07-10 18:18:51','With 16.5km to go','the gap is coming down. It\'s now 2:07. Who knows?'),(9326,196,'2007-07-10 18:19:59','15km to go','the gap is now at 1:58.'),(9327,196,'2007-07-10 18:22:21','Zooooom','the peloton is really driving hard. The pace is now up to 55kph and the gap is coming down. With 14km to go, the four up front are now 1:48 up the road.'),(9328,196,'2007-07-10 18:26:20','Our leaders','are now 10km from the finish and they still have a 1:25 lead. Ooooo... this could be good.'),(9329,196,'2007-07-10 18:26:45','Willems','attacks out of the lead group. Auge latches on....'),(9330,196,'2007-07-10 18:28:18','The four are together','again, but the two men in the original break showed signs of weakness. The break up in the alliance, though, may spell doom for the escape. The peloton is now just 1:14 back.'),(9331,196,'2007-07-10 18:29:21','With 7.5km to go','the gap is still holding at 1:15. The boys up front are pedaling squares, but...'),(9332,196,'2007-07-10 18:29:55','At 7km','the gap is 1:05. The chase in back is furious. CSC, too, is pulling hard. '),(9333,196,'2007-07-10 18:30:55','With 6.5km','to go, the gap is now less than a minute.'),(9334,196,'2007-07-10 18:32:02','The cars','are pulled out of the gap. With 5.5km remaining, the gap is just 45 seconds. These guys smell blood.'),(9335,196,'2007-07-10 18:32:16','At 5km','the gap is 40 seconds.'),(9336,196,'2007-07-10 18:33:20','The gap is','now 35 seconds. Two of those boys in the break have been out there for 6.5 hours.'),(9337,196,'2007-07-10 18:33:35','4km to go','and the gap is less than 30 seconds.'),(9338,196,'2007-07-10 18:34:07','With 3.75km','to go, the gap is 26 seconds'),(9339,196,'2007-07-10 18:34:50','At 3km','the gap is 27 seconds as Willems attacks again, but he\'s caught.'),(9340,196,'2007-07-10 18:35:35','Holding their own?','With 2km to go the peloton is still 24 seconds back!'),(9341,196,'2007-07-10 18:36:14','The peloton','hits 2km to go 21 seconds back.'),(9342,196,'2007-07-10 18:36:55','1km to go','the four men up front are still 15 seconds back.'),(9343,196,'2007-07-10 18:37:45','Cancellara!','is chasing down the break!'),(9344,196,'2007-07-10 18:38:01','Cancellara!','He is gonna win it?'),(9345,196,'2007-07-10 18:38:36','Here come the sprinters','NO Cancellara gets it!!!!!'),(9346,196,'2007-07-10 18:39:44','How cool is that?!?!?','The man in the yellow jersey lives up to the honor of being first. The world TT champion really put in a HUGE effort over the last kilometer to win his second stage of this Tour. WOW!'),(9347,196,'2007-07-10 18:40:42','With a time','bonus he has upped his hold on the overall to 33 seconds.'),(9348,196,'2007-07-10 18:47:02','wowie zowie','That was quite the effort... disappointing that it has to be for Nicolas Vogondy and Matthieu Ladagnous, who were out there since 5km into this stage. '),(9349,196,'2007-07-10 19:02:00','Stage Results','1. Fabian Cancellara (Swi), CSC 6:36:15
    2. Erik Zabel (G), Milram
    3. Danilo Napolitano (I), Lampre
    4. Tom Boonen (B), Quick Step
    5. Robert Hunter (RSA), Barloworld, all s.t.'),(9350,196,'2007-07-10 19:05:44','Overall Standings','1. Fabian Cancellara (Swi), CSC 15:12:08
    2. Andreas Kloden (G), Astana, at 0:33
    3. David Millar (GB), Saunier Duval, at 0:41
    4. George Hincapie (USA), Discovery, at 0:43
    5. Bradley Wiggins (GB), Cofidis, at 0:43'),(9351,196,'2007-07-10 19:08:18','Points Standings','1. Tom Boonen (B), Quick Step, 80 points
    2. Robbie McEwen (Aus), Predictor-Lotto, 74 pts
    3. Erik Zabel (G), Milram, 62 pts
    4. Romain Feillu (F), Agritubel, 57 pts
    5. Fabian Cancellara (Swi), CSC, 54 pts.'),(9352,196,'2007-07-10 19:10:02','KOM','1. Stéphane Auge (F), Cofidis, 8 points
    2. David Millar (GB), Saunier Duval, 5pts
    3. Freddy Bichot (F), Agritubel, 3pts.'),(9353,197,'2007-07-11 13:42:45','Good day and welcome','to VeloNews.com\'s Live Coverage of the fourth stage of the 2007 Tour de France, a rolling 193-kilometer ride from Villers-Cotterêts to Joigny.

    This rolling stage through the Champagne and Brie regions to the east of Paris could be similar to an early stage of Paris-Nice - only without the freezing temperatures! Until the final 18km, the stage will be played out on mostly narrow, winding back roads that feature four Cat. 4 climbs, along with twice as many short hills that don\'t merit categorization but will make it tricky for the sprinters\' teams to organize a full-scale chase. The finish in the medieval town of Joigny, population 10,000, is on the right bank of the Yonne River.

    We can expect to see a bit of a battle shaping up between Cofidis\'s Stephan Auge and David Millar (Saunier Duval) for the KOM jersey. Auge leads the battle with 8 points over Millar\'s 5, but there are 12 points on the line today, so it should be interesting to see if Millar is interested in getting the jersey back.'),(9354,197,'2007-07-11 13:48:38','Today\'s stage','left the start at 1:00, a nice and civilized starting time. The pace has been moderate for most of the day. The peloton crested the first climb of the day at km 23.5. The winner atop of the Cote de Veuilly-la-Poterie was actually Liquigas\'s Aleksandre Kuschynski, who began the day with two KOM points. He now has five. David Millar took second and grabbed two points, so he is up to seven. Stephane Auge grabbed the third spot upping his total to 9.

    The peloton is still riding together. \r\n'),(9355,197,'2007-07-11 13:56:00','The peloton','is still at 187 riders. Thus far the only withdrawals have been Eduardo Gonzálo (Agritubel), who crashed into the rear window of the Caisse d\'Epargne car on stage one and Discovery\'s Tomas Vaitkus, who broke his thumb in five places in the big stage 2 crash on Monday. Vaitkus\'s loss is a bummer for Discovery, because this former U-23 world TT champion was expected to be a workhorse for the team in these early stages.

    Vaitkus was also a contender in the U-25 white jersey contest, currently led by his Disco\' teammate Vladimir Gusev. That contest is open to riders born in 1982 and later. Weird, we think we have bike shorts older than that.'),(9356,197,'2007-07-11 13:57:00','A little action','We finally have a little of action up front. Matthieu Sprick (Bouygues Telecom) initiated an attack and quickly got company. 23. Sylvain Chavanel (Cofidis), Gorka Verduga (Euskaltel), Christian Knees (Milram) and Juan Antonio Flecha (Rabobank) have a 1:00 lead at 37km. '),(9357,197,'2007-07-11 14:06:00','If this one sticks','Flecha has to be among our favorites. Flecha won the 11th stage of the 2003 Tour by joining a break and then scampering off for the win. Of course, he tried the same thing in 2004\r\nand it didn\'t work. Unfortunately, Flecha\'s 2003 win - and his name - gave us all an opportunity to beat the bow-and-arrow metaphor into the dirt. If he wins today, we promise we\'ll edit that out.'),(9358,197,'2007-07-11 14:11:00','Will it stick?','It looks like the combination is acceptable, so these guys are now 1:45 ahead of the peloton. So let\'s see how these guys rank on GC:

  • 23. Sylvain Chavanel (F), Cofidis, 00:00:56
  • 52. Matthieu Sprick (F), Bouygues Telecom, 1:08
  • 76. Gorka Verdugo (Sp), Euskaltel-Euskadi, 1:14
  • 97. Juan Antonio Flecha (Sp), Rabobank, 1:18
  • 102. Christian Knees (G), Milram, 1:20'),(9359,197,'2007-07-11 14:16:00','Questions? Comments? Gripes?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(9360,197,'2007-07-11 14:23:13','At 53km','the gap is now up to 3:30. We\'ll see how the sprinters\' teams let these fellas get away.'),(9361,197,'2007-07-11 14:26:54','With 3 KOMs','remaining in today\'s stage, there is a chance that if the break stays away for all of them and one member of the break takes the top spot on all three, we could see a tie on points. Each of these men in the break is higher up on GC, so if our theoretical climber is out there, he would take over the jersey.'),(9362,197,'2007-07-11 14:34:00','Chavanel','Has grabbed the day\'s second climb, the Cat. 4 Cote de Doucy at km 62.5. Flecha was second and Verdugo was third. Our five leaders have an advantage of 3:50 now.'),(9363,197,'2007-07-11 14:43:55','Who is up there?','The men off the front are:
  • Matthieu Sprick (Bouygues Telecom)
  • Sylvain Chavanel (Cofidis)
  • Gorka Verduga (Euskaltel)
  • Christian Knees (Milram)
  • Juan Antonio Flecha (Rabobank)

    They are now at 69km and have 4:00 advantage over the main field.'),(9364,197,'2007-07-11 14:56:00','Bummer','There was a crash at 63km and one rider - Xabier Zandio (Sp), Caisse d\'Epargne - broke his collarbone.

    Meanwhile the peloton is being led by CSC and the gap has come down considerably from its peak of 4:00. With 115km remaining, the gap is down to 2:25.'),(9365,197,'2007-07-11 15:01:21','CSC','is still setting tempo at the front. The gap is 3:03. The pace is still a moderate 40kph, with 112km remaining.'),(9366,197,'2007-07-11 15:07:11','Reader Question','Nathaniel C writes:

    Yesterday, you mentioned that one of the riders was fined 100 Swiss Francs for improperly relieving himself. My question is why the fines are levied in Swiss Francs rather than Euros, considering this is a French race.
    It\'s because the Tour de France, the Giro d\'Italia and even some races here in the U.S. are sanctioned by the UCI, which is based in Switzerland. They issue penalties in Swiss Francs, leading to those wonderful moments when you see riders in, say, Wyoming, scrambling to figure out just how much their 100 CHF penalty is in good ol\' American dollars. ($83 in case you\'re wondering.)'),(9367,197,'2007-07-11 15:09:25','Hey','One of our crew noticed that today is the 11th of July. And since we Americans list our dates backwards, it\'s Tour holiday for us... It\'s 7-Eleven, the day in honor of the first American team to take on the Tour de France.

    Okay, okay, it\'s a stretch, but it is interesting.'),(9368,197,'2007-07-11 15:10:31','With 106km','to go, the gap is 3:14. It looks like CSC is going to hold that gap and then expect the sprinters\' teams to take up the chase with about 40 or 50km to go.'),(9369,197,'2007-07-11 15:20:11','The pressing question','Many of you have written in to ask questions quite similar to those posed by Gary O in North Carolina:

    A rider was fined for \"improperly relieving himself\". How dose one do this? \r\nWhat is the proper way?
    Well the whole topic was raised when we mentioned Christophe Moreau\'s 100CHF fine for such a breach of decorum. Well, he did it in the neutral zone, which is generally in town. Several others were fined yesterday. The general rule is that taking a \'natural break\' (a term that has us wondering what would qualify as an unnatural break) should occur in the country side... you know, in those big fields of sunflowers. Failure to comply results in the 100CHF fine... a price that would put the world\'s most expensive pay toilets to shame.'),(9370,197,'2007-07-11 15:22:09','Today\'s speed','is considerably faster than the snail\'s pace of the first 200km of yesterday\'s. Right now the peloton - led by CSC - has upped the pace to 50kph. With 96km remaining, the gap is 3:35 and steady.'),(9371,197,'2007-07-11 15:29:18','With 91km to go','the gap is holding steady at 3:20.'),(9372,197,'2007-07-11 15:32:01','Rain?','It\'s clouding up today... Will we see rain? The roads are still dry.

    Meanwhile, the CSC crew is still setting tempo at the 90km to go mark. The gap is 3:15.'),(9373,197,'2007-07-11 15:36:31','','Once again, clouds are building at the finish and there’s an increasing chance of afternoon showers. There is a brisk southwesterly wind kicking up that will be in their faces for the final portion of the race. Temperatures remain unseasonably cool for this time of year, so instead of hot and sticky, it’s cool and clammy. Plenty of folks in the Tour’s 5,000-strong traveling road show have come down with colds – let’s hope they don’t infect the riders.'),(9374,197,'2007-07-11 15:37:13','Yesterday\'s pace?','Just how nonchalant was Tuesday’s stage? The average speed of 35.810 in the 236.5km stage was one of the slowest in recent Tour history. The only stage equally as slow was in the 1998 Tour was in a 205.5km stage between Enniscorthy and Cork in Ireland with an average speed of 35.721kph. Let’s see if they ramp things up a little bit today.'),(9375,197,'2007-07-11 15:38:18','In honor of Jacky Durand',' They’re called “les baroudeurs†or attackers and head-bangers – riders who aren’t afraid to try to force their destinies in give-all breakaways. So far through three road stages, no attacks have stuck to the finish, but that’s bound to change in the coming days. Leading the charge in to the wind so far is Matthieu Ladagnous (FDJeux) and Nicolas Vogondy (Agritubel), who both rode 230km in Tuesday’s all-day break that was only caught in the 500 meters.\r\n'),(9376,197,'2007-07-11 15:39:52','Vino\'','Nope, not the Astana dude. We\'re talking about the wine tour this week. Today’s stage rolls through champagne country (which Team CSC said they toasted last night following Cancellara’s display Tuesday). Wednesday’s stage rolls into Chablis terrain and Thursday enters Cote d’Or and home of France’s best burgundies. How big is that VeloNews expense account? No worries... we can disguise those entries into something more acceptable to accounting.'),(9377,197,'2007-07-11 15:40:25','Surprise! Surprise! Surprise!','Ivan Basso may not be racing these days, but he\'s still a licensed pro  and so it shouldn\'t have been much of a stunner when medicos from the Italian Olympic committee (CONI) turned up at his house last week for a surprise dope test. The Associated Press said they had to hang out for a while, as the 2006 Giro champ was out training. No word yet on the results.'),(9378,197,'2007-07-11 15:43:23','Contract news','Team CSC has signed Jens Voigt to a two-year contract extension through the end of the 2009 season. Smart move. '),(9379,197,'2007-07-11 15:46:35','More trivia','Reader Joel K writes

    Not only is today 7/11 and 7-Eleven was the first U.S. team in the tour but it is the 80th anniversary of the 7-Eleven company.
    Well there ya go. We\'ve always had a rule that we learn something new every day... we can go to bed now!'),(9380,197,'2007-07-11 15:51:47','With 78km remaining','the gap is still at 3:45. The CSC appaears disinclined to allow Mr. Chavenel to get too far ahead. He\'s in 23rd on GC and 56 seconds down. '),(9381,197,'2007-07-11 15:57:55','Tyler Hamilton','One of our readers brought the Tyler Hamilton site to our attention. We hadn\'t seen an update since May, when he was suspended by Tinkoff because he\'d reportedly been mentioned in Operacion Puerto documents. Our guy Andy Hood did an interview with Oleg Tinkov at the Giro and the team owner said he was ready to dump the American. Was it just a form of hardball contract negotiations? Apparently Hamilton thinks so:
    ITALY: As many of you are probably aware, I have not raced since April. I have been very disappointed to not be able to compete over the last nearly three months. On May 3rd, I was asked to agree to a new contract with very different financial terms than my existing contract. Since I did not think this was fair, I did not agree. As each race on the schedule has come and gone, I have been offered the same condition - agree to the new terms or not be added to the start list. Because I believe that my existing contract is valid and should be honored, I have filed papers with a court in Rome to ask for a judgement that would support my stance. My argument is scheduled to be heard later this month. I\'m looking forward to resolution in this matter and returning to racing as planned.
    '),(9382,197,'2007-07-11 16:00:00','The 4:00 mark','the five escapees have bumped their advantage to 4:00 as they cross the day\'s second sprint mark. Flecha grabs the points, followed by Chavanel. Having won the first sprint, he\'s now 48 seconds out of the yellow jersey.'),(9383,197,'2007-07-11 16:03:52','Fabian in yellow','How long will CSC defend the jersey? That’s a question that’s starting to become important as the team continues to spend energy at the front of the peloton in the opening three stages that it will want to save for the mountain stages later in the Tour when the team will ride in the service of Carlos Sastre. So far, riders such as Jens Voigt, Dave Zabriskie, Christian Vande Velde and Stuart O’Grady have been setting tempo at the front of the pack to keep breakaways within reasonable range. The team was grumbling that the sprinter teams aren’t stepping up soon enough when it comes to reeling in breakaways to set up sprints. If today’s lumpy stage doesn’t serve up the Tour’s first successful breakaway, CSC will probably let something ride away in Thursday’s hilly stage into Autun. “We will defend the jersey, but the others want to take something too from this Tour,†race leader Fabian Cancellara said. “This Tour is like a big cake, everyone wants a piece, but it’s up to them to take it for themselves.â€Â\r\n \r\n'),(9384,197,'2007-07-11 16:07:29','7-Eleven','Okay, more 7-Eleven trivia. Reader Scott W writes:
    Just to beat this 7-Eleven thread into the ground I thought it would be worth pointing out that, in our city at least (Winnipeg, Canada) 7-Eleven is giving out free slurpees on their birthday today (we happen to statistically be the per capita leader in annual slurpee purchases world-wide - now there\'s an important piece of trivia). Conveniently the bike shop I work at is located next door to a 7-Eleven, so we\'ll all be huddled around the computer screen at the shop reading VeloNews updates with free slurpees in hand.

    Thanks for the continued great coverage of the tour. We\'ll have a slurpee for you!

    Cheers... although it\'s not enough to distract us from hunting down the local vintage.'),(9385,197,'2007-07-11 16:13:02','With 62km remaining','the gap is coming down again. A couple of the sprinters\' teams have thrown riders into the chase and now the five escapees are but 3:19 ahead of the main field.'),(9386,197,'2007-07-11 16:15:18','Something to consider','The suitcase of race leader Fabian Cancellara still hasn’t shown up. The big Swiss time machine lost his luggage while flying from Switzerland to London last wednesday. “Cance†said he doesn’t mind: “It hasn’t turned up, but that means I have more room on the bus for all these yellow jerseys I am collecting.â€Â'),(9387,197,'2007-07-11 16:15:47','Hincapie','George Hincapie suffered his second crash of the 2007 Tour in Tuesday’s third stage. Hincapie fell along with Longo Borghini (Barloworld) at 16km into the stage in a pileup. He suffered superficial cuts and scrapes, including some to his right hand. The American champ says “I’m okay.â€Â'),(9388,197,'2007-07-11 16:21:57','The pace','has picked up. With 55km remaining, the gap has dropped even further, to 2:24. With just 6km to go to the next climb, it\'s likely that Sylvain Chavanel will snag some KOM points.'),(9389,197,'2007-07-11 16:22:43','The roads are straight','and the gap is such that the escapees are now within sight of the peloton.'),(9390,197,'2007-07-11 16:35:00','Up and','over the Cat. 4 climb up the Cote de Galbaux. Chavanel takes three points. He has six points now. The next climb is just five kilometers down the road. The gap is about 1:30 now, so odds are good that these guys will stay away until after that.'),(9391,197,'2007-07-11 16:38:00','Crash','Weird. Staf Scheirlinckx (Cofidis) and Matteo Tosatto (Quick Step-Innergetic) just sort of fell off the side of the road. No one is really hurt and both are up and riding.'),(9392,197,'2007-07-11 16:41:31','Approaching the','day\'s next climb, the five leaders are heading to the Cote de Bel-Air.'),(9393,197,'2007-07-11 16:43:00','Knees','takes the KOM, which means that Chavanel doesn\'t get the top points, but it leaves the jersey on his teamamte\'s shoulders. By finishing second, the jersey stays with Stephane Auge with 9 points. Chavanel has 8 and David Millar is down at 7.'),(9394,197,'2007-07-11 16:45:31','The gap','with about 43km remaining is at 1:45, meaning that the break is very likely to be caught. Somehow, we get the feeling that they won\'t be leaving it until the last 500 meters like yesterday, eh?'),(9395,197,'2007-07-11 16:50:32','40km','to go and the lead group is scooting down the back side of the hill. The gap is at 1:30.'),(9396,197,'2007-07-11 16:54:00','CSC','is still stuck with much of the work. Predictor-Lotto and Quick Step are putting riders up there, but with Chavanel up there, they need to cut the gap.'),(9397,197,'2007-07-11 16:55:13','Flecha takes the last sprint','but Chavanel gets four points (and four seconds) for second.'),(9398,197,'2007-07-11 16:59:47','With 31km to go','the gap is at 1:28. Time to jack the pace a bit in the peloton.'),(9399,197,'2007-07-11 17:03:06','Flecha drifting back','Does the Spaniard have fantasies of repeating his 2003 win? With 30km to go, the gap is 1:18.'),(9400,197,'2007-07-11 17:06:50','28km to go','The gap is down to 1:05.'),(9401,197,'2007-07-11 17:07:31','The cars','are being pulled out of the gap. Bad news for the boys in the break.'),(9402,197,'2007-07-11 17:08:35','Fast','With 25km to go, the peloton - and the men in the break - are flying.'),(9403,197,'2007-07-11 17:10:45','24km','to go. The gap is now 54 seconds and Christian Knees is trying to get away out of the break. He\'s got a little gap.'),(9404,197,'2007-07-11 17:12:32','Knees','is ticking along on his own, but the other four are about to pull him back. The effort bumped the gap to 1:01... but with 22km to go, it ain\'t gonna last.'),(9405,197,'2007-07-11 17:14:40','With 21km to go','the peloton is now at 1:01 and the sprinters\' teams are throwing a few more riders into the chase effort. We\'re still betting on a field sprint, but our predicitons are worth what you\'re paying for them, eh?'),(9406,197,'2007-07-11 17:18:54','Lampre','is lending a hand, but with the Italian team working in concert with the Belgian squads of Predictor-Lotto and Quick Step, the gap is still 1:05 with 18km remaining.'),(9407,197,'2007-07-11 17:20:56','Crash','at the back of the field. Anthony Geslin and a couple of his Bouygues Telecom boys bumped wheels. They are all up and riding, though.'),(9408,197,'2007-07-11 17:21:21','With 16km to go','the gap is still at 1:00'),(9409,197,'2007-07-11 17:23:06','The chase is serious','but the five up front are holding their own and the gap, with 15km remaining, is still right at 1:00.'),(9410,197,'2007-07-11 17:26:37','11km to go','the gap is now down to 28 seconds.'),(9411,197,'2007-07-11 17:28:11','10km to go','the peloton is charging hard. Indeed, we can almost hear the \"Ride of Valkyries\" as they charge up on the five escapees.'),(9412,197,'2007-07-11 17:28:28','9.5km to go','the gap is 17 seconds.'),(9413,197,'2007-07-11 17:30:04','Flecha','and Sprick and Knees... are scampering off.'),(9414,197,'2007-07-11 17:30:19','Not gonna','happen...'),(9415,197,'2007-07-11 17:31:13','Knees tries a dig','and Flecha joins him. Sprick is back in the field. They have eight seconds with 8km to go.'),(9416,197,'2007-07-11 17:33:13','6.3km to go','and the break is

    '),(9417,197,'2007-07-11 17:34:23','Speed','The pace is really high. It\'s all T-Mobile up front with 5km to go.'),(9418,197,'2007-07-11 17:35:20','Here comes','Liquigas. The Predictor-Lotto boys are buried in the bunch, but that sure as heck doesn\'t rule Robbie McEwen out of the picture.'),(9419,197,'2007-07-11 17:35:44','With 4km','to go the Milram team is moving up now....'),(9420,197,'2007-07-11 17:36:23','Predictor','Has put Johan Van Summeren up front to pull.'),(9421,197,'2007-07-11 17:37:01','3km to go','Johan Van Summeren pops off. The pace is so high that the sprinters\' teams are keeping any pretenders from getting off the front.'),(9422,197,'2007-07-11 17:37:22','2.5km to go','the Barloworld boys are lining up.'),(9423,197,'2007-07-11 17:37:48','2km to go','Quick Step is working its way up.'),(9424,197,'2007-07-11 17:38:25','1.5km','to go... T-Mobile, Quick Step and ... wow... it\'s a big mass.'),(9425,197,'2007-07-11 17:38:42','1km to go','Chaaaaaaaaaarge!'),(9426,197,'2007-07-11 17:38:48','500 meters',''),(9427,197,'2007-07-11 17:39:15','A big charge to the line','and Julian Dean leads out for...'),(9428,197,'2007-07-11 17:39:26','Thor Hushovd wins it!',''),(9429,197,'2007-07-11 17:40:00','Nice, nice','lead out. Thor Hushovd got a beautiful leadout from the Kiwi national champion in his Black-and-White national kit. He beats Barloworld\'s Robbie Hunter to the line with enough of a gap to allow the Norwegian to raise his arms in victory as the South African tries a lunge to the line... half a wheel too late.'),(9430,197,'2007-07-11 17:50:00','Stage Results','1. Thor Hushovd (N), Credit Agricole, 193 km in 4:37:47
    2. Robert Hunter (RSA), Barloworld
    3. Oscar Freire (Sp), Rabobank
    4. Erik Zabel (G), Milram
    5. Danilo Napolitano (I), Lampre-Fondital
    6. Gert Steegmans (B), Quick Step-Innergetic
    7.Robert Forster (G), Gerolsteiner
    8.Tom Boonen (B), Quick Step-Innergetic
    9. Sebastian Chavanel (F) Francaise des Jeux
    10. Mark Cavendish (GB), T-Mobile, all s.t.
    '),(9431,197,'2007-07-11 17:53:00','Overall standings','1. Fabian Cancellara (Swi), CSC, 19:49:55
    2. Thor Hushovd (N), Credit Agricole, at 0:29
    3. Andreas Kloden (G), Astana, at 0:33
    David Millar (GB), Saunier Duval, at 0:41
    5.George Hincapie (USA), Discovery Channel, at 0:43
    '),(9432,197,'2007-07-11 18:01:07','Thanks for tuning in today','as you can see Mr. Hushovd got a bit of a boost from the 20-second time bonus awarded to the stage winner. That coupled with the fact that he\'s a talented prologue time trialist himself - remember he won last year - and suddenly we have a new second-placed rider on GC.

    Thanks for tuning in and we\'ll be back for more tomorrow for stage 5. The 182.5km from Chablis to Autun should make it the most decisive stage of this opening week on a course that traverses the Chablis wine region and Morvan hills on its way through Burgundy. It resembles a race like Liège-Bastogne-Liège and features one Cat.2, three Cat. 3 and four Cat. 4 climbs.

    The narrow back roads, with their short steep climbs and twisting descents, continue all day, with a twisting 6km descent preceding the finish in Autun. This town of 18,000 has a Roman amphitheatre and a medieval cathedral among its tourist attractions.

    This difficult, hilly stage looks made for classics riders like Spain\'s Alejandro Valverde (Caisse d\'Épargne) Stefan Schumacher (Gerolsteiner), Luxembourg\'s Fränk Schleck (CSC) and Italy\'s Alessandro Ballan (Lampre-Fondital). Don\'t expect to see sprinters like Boonen or Cavendish getting a look in.... but we might see CSC put in an effort to protect the jersey.

    See you tomorrow!\r\n\r\n'),(9433,198,'2007-07-12 13:39:49','Good day and welcome','to VeloNews.com\'s Live Coverage of the fifth stage of the 2007 Tour de France, an often hilly 182.5-kilometer race from Chablis to Autun. This should be the most decisive stage of the opening week on a course that traverses the Chablis wine region and Morvan hills on its way through Burgundy. It resembles a race like Liège-Bastogne-Liège and features one Cat.2, three Cat. 3 and four Cat. 4 climbs.

    Hilly? Chablis? Burgandy? It\'s a winning combination and certainly the press room buffet is well stocked, but the racing is even better than the wine, with narrow back roads, short steep climbs and twisting descents, continue all day, with a twisting 6km descent preceding the finish in Autun. This town of 18,000 has a Roman amphitheatre and a medieval cathedral among its tourist attractions. \r\n\r\n'),(9434,198,'2007-07-12 13:48:11','Today\'s stage','began around 1:00 p.m. and there were a few early digs, but the most interesting came from the man who spent much of the day on the attack yesterday, Sylvain Chavanel of Cofidis. Chavanel scaled back on yesterday\'s final climb to leave the Polka-Dot jersey on the shoulders of his teammate, Stephan Auge.

    If Chavanel stays away for a significant time he\'s bound to grab the jersey today. There are several climbs on the way to Autun:\r\n

  • The Category 4 Côte Grandes-Chatenaines (which summits at 39.5km) \r\n
  • Cat. 4 Côte Domecy-sur-Cure (52.5km) \r\n
  • Cat. 3 Côte Champignolless-le-Bas (58.5km) \r\n
  • Cat. 4 Côte Coulon (86.5km) \r\n
  • Cat. 3 Côte Saint-Maurice (98.5km) \r\n
  • Cat. 4 Côte Chateau-Chinon (119km) \r\n
  • Cat. 2 Haut-Folin (135.5km) \r\n
  • Cat. 3 Côte Croix de la Liberation (174km)\r\n\r\n\r\n'),(9435,198,'2007-07-12 13:51:55','Chavanel','Was caught, but apparently feeling a bit randy today. He joined up with another break and is now at the 30km mark with a healthy lead of 4:00 minutes, with a sole rider chasing at 1:55.

    So the situation on the road now is that we have Sylvain Chavanel (Cofidis) with William Bonnet (Credit Agricole) and Phillippe Gilbert (Francaise des Jeux) ticking along well ahead of the peloton and the lone chaser, Gianpaolo Cheula (Barloworld).'),(9436,198,'2007-07-12 13:53:36','Comments? Gripes?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(9437,198,'2007-07-12 13:57:00','The contest','Again, take the time to consider today\'s route and look at the Team Rosters and then decide who you might consider to be the most likely to win today. Take a guess at the day\'s average speed (which we use as a tie-breaker) and then scroll to the top of the page and hit the Enter to Win link up there.'),(9438,198,'2007-07-12 13:58:52','Having passed the sprint','at Avallon (36km), which Bonnet won, the leading trio is putting time on the main field, with an advantage of 6:45.'),(9439,198,'2007-07-12 14:11:43','Reader question','Only one Tour stage has come to Autun. That was in 1998, on the third-to-last day, when a marathon, mainly flat 242km stage saw a 13-man break arrive 19 minutes ahead of the peloton. The stage winner was Sweden\'s Magnus Bäckstedt, who now races for Liquigas.

    We had a reader ask about why Bäckstedt isn\'t at the Tour this year. He\'s struggled with health issues this year, but he\'s been doing well. He\'s in shape, but the team simply didn\'t pick him for the squad this year. We\'ve always liked Bäckstedt and there is a rumor out there that may make it so that he\'s poised to ink a deal that would make him more visable here in the U.S. Speaking of Bäckstedt and the U.S., we remember scheduling dinner with Maggy at Interbike a few years ago. We were surprised to learn that it was Bäckstedt\'s first visit to the U.S. Now think about that for a minute... a trip to Interbike was his first trip to the U.S., which means that his introduction to life in the United States was... the strip in Las Vegas! Now how\'s that for first impressions?\r\n'),(9440,198,'2007-07-12 14:20:00','The leaders','have crested the Category 4 Côte Grandes-Chatenaines at 39.5km. The peloton is already nearly 11 minutes back. That raises the question of how much effort the CSC team is going to put in today. CSC directeur sportif Kim Andersen told us this morning that the team is not going to put in a huge effort to protect the jersey of Fabian Cancellara. That\'s understandable, since this is not the sort of course that suits Cancellara\'s talents and it would be a costly move to blow the team\'s collective wad on an early stage when the team\'s long-term goal is to put Carlos Sastre into the big three-week battle for the yellow jersey that really counts: the one in Paris on July 29. \r\n'),(9441,198,'2007-07-12 14:31:43','Poor Mr. Cheula','While the leaders have up their advantage to more than 14:00, Gianpaolo Cheula from Barloworld is still trailing by about a minute-and-a-half. We hope he makes the bridge soon. It\'s got to be lonely out there.'),(9442,198,'2007-07-12 14:31:00','Chavanel','has taken his second KOM of the day. He\'s got a nice 5-point lead over his teammate Stephane Auge in that contest. At the top of the Côte de Champignolles-le-Bas the leading trio crossed just 35 seconds ahead of Cheula. He may make it.'),(9443,198,'2007-07-12 14:35:00','Time gap','the peloton is still not on the climb, trailing the leaders by more than 13 minutes. The gap has come down a bit and it\'s clear that is not from the efforts of CSC. We don\'t see the CSC squad at the front of the peloton at all.'),(9444,198,'2007-07-12 14:49:11','A reader note','Now how cool is that? We got a note from a reader who knows a bit about our finish town in Autun.

    I really appreciate your coverage of the T de F. Normally, while at home, I follow the coverage on television, checking in with your coverage for the great info. I am in Manhattan this week, and away from any TV coverage, so I am REALLY GLAD you are available. My grandfather was a Belgian; I have always loved cycling.

    Autun is also home of the Community of St. John, a Catholic order of Priests, Brothers, and Nuns, founded about 30 years ago. They are now worldwide, numbering over 1000. In the USA the CSJ has their Novitiate at Princeville, Illinois, where I am pastor of the village Church, St. Mary of the Woods (our 140th year).

    There is a lot of cycling in and around the country roads of Princeville, and we lead a weekly ride from the parish sponsored by the Illinois Valley Wheelman (after Saturday Night Mass). The nuns of the Community sometimes leave their cloister to cycle on the country roads near Princeville, their habits flying behind them.

    God Bless, and thanks for the great coverage,
    Rev. Msgr. Richard SosemanPastor, St. Mary of the Woods Catholic Church\r\n

    Thank you, Father!'),(9445,198,'2007-07-12 14:52:39','Now the gap','With 113km remaing the gap is down to 10:50. The CSC team is completely absent from the front of the peloton and we see riders from Milram, Caisse d\'Epargne, Rabobank and even a Disco rider up there.'),(9446,198,'2007-07-12 14:55:00','In case you hadn\'t noticed','we reported yesterday that Remy Di Gregorio (Francaise des Jeux) pulled out at the end of yesterday\'s stage. He was involved in the same crash that caused Caisse d\'Epargne\'s Xabier Zandio to pull out with a broken collarbone.

    At this point the riders who\'ve pulled out of the Tour are:

  • Eduardo Gonzálo (Sp)(Crash - Stage 1)
  • Tomas Vaitkus (Lit) (Crash - Stage 2)
  • Xabier Zandio (Sp) (Crash - Stage 4)\r\n
  • Remy Di Gregorio (F) (Crash - Stage 4)\r\n\r\n\r\n\r\n'),(9447,198,'2007-07-12 15:00:39','Cheula','is up there. Nice. Meanwhile, the chase is getting serious. The leaders are 108km from the finish in Autun and their advantage has been trimmed to 9:10. We see Astana putting riders up there into the chase.'),(9448,198,'2007-07-12 15:08:07','With 100km to go','the chase is serious now. CSC may have played its cards right with it\'s you-go-chase-em strategy worked. With a public declaration that the team is not interested in protecting the jersey, CSC has forced the rest of the peloton to put in some major work.

    Interestingly we see a man who benefited from a long break in last year\'s Tour - Oscar Pereiro - putting in a big effort near the front. The time gap is down to 8:20.'),(9449,198,'2007-07-12 15:10:14','Up front','We have

  • Gianpaolo Cheula (I) Barloworld
  • Sylvain Chavanel (F) Cofidis
  • Philippe Gilbert (B) Française des Jeux
  • William Bonnet (F) Credit Agicole

    The peloton is at 8:08 with 99.5km to go.\r\n'),(9450,198,'2007-07-12 15:11:16','Another withdrawal','Brett Lancaster (Milram) has unclipped and pulled out of the Tour.\r\n'),(9451,198,'2007-07-12 15:15:47','Yehawwwww','Man, the peloton is hammering. The gap is down to 7:35 with 96km to go.'),(9452,198,'2007-07-12 15:17:46','Chavanel','gets three more points over the Cat. 4 Côte Coulon (86.5km). He now has 20 points in the KOM contest.'),(9453,198,'2007-07-12 15:24:23','Up and over','the Côte Coulon, the peloton crests at 7:08.'),(9454,198,'2007-07-12 15:32:13','With 85km','to go the four men up front are now 6:16 ahead of the field.'),(9455,198,'2007-07-12 15:34:00','Looking down the road','We got a good question from reader Duncan P.\r\n

    Is the Category 2 climb at Haut-Folin likely to break up the\r\npeloton at all or are they fresh enough to pull back together for the finish?
    \r\nRather than have our mouthy Live Update Guy field that one, let\'s ask Thomas\r\nPrehn, author of Racing\r\nTactics for Cyclists and a daily commentator on our VeloNews.com\r\nPodCasts.

    What do you think, Thomas? Will the Haut-Folin shake up the stage?\r\n

    Thomas Prehn: I think it will cause the peloton to \'break up,\'\r\nbut more from riders not able to stay in the lead rather than anyone actually\r\nmoving off the front. But the drop from the 2nd cat climb to the finish\r\ncould bring things back together. We may still see a big group at the finish\r\ntoday.'),(9456,198,'2007-07-12 15:36:09','','Again, take the time to consider today\'s route and look at the Team Rosters and then decide who you might consider to be the most likely to win today. Take a guess at the day\'s average speed (which we use as a tie-breaker) and then scroll to the top of the page and hit the Enter to Win link up there.'),(9457,198,'2007-07-12 15:39:48','Chavanel','takes another climb, winning four points atop the Category 3 Côte de St-Maurice. He\'s sitting solid with 24 points in the KOM contest. Up next is the Cat. 4 Côte de Chateau Chinon at 119km and then the Cat. 2 Haut-Folin at km 135.5.

    The gap, meanwhile is dropping fast, with the peloton just 5:15 back.'),(9458,198,'2007-07-12 15:42:42','With 80km to go','the gap on top of the Côte de St-Maurice is now at 5:05. The chase appears to be settling down a bit. CSC is moving a rider up there to help.'),(9459,198,'2007-07-12 15:44:00','Well','okay, they\'re not settling down. Liquigas is throwing up a rider now and the peloton is completely strung out (okay bad choice of words, but you get the point).

    With 78km to go, the gap is down to 4:40.'),(9460,198,'2007-07-12 15:45:56','Comments? Questions?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(9461,198,'2007-07-12 15:52:51','With 75km to go','the gap is down to 4:15. I sure am not putting money on the chances that this one will last. At this point, Chavanel will be the biggest beneficiary of the break, since he will have a nice advantage in the KOM contest.

    A lot of people have asked about Chavanel\'s decision to attack today and yesterday, since his teammate Auge had the jersey. Well, Chavanel is more liklely to defend it.'),(9462,198,'2007-07-12 15:55:59','A tumble','Several Astana riders were hanging at the back of the peloton and three of them hit the deck on the side of the road. Fortunately it was a grassy knoll on the side. Unfortunately, it was Andreas Kloden who was most affected by the crash. He\'s now chasing with only one teammate to help him. That\'s bad news, since the peloton is still rocketing down the road, with 72.5km to go and the gap is now 3:50 to the leaders.'),(9463,198,'2007-07-12 15:56:58','Kloden gets help','Savoldelli has dropped back to help. The three Astana men are in the caravan now and working their way through the team cars at the back of the peloton.'),(9464,198,'2007-07-12 15:57:08','Kloden is back',''),(9465,198,'2007-07-12 16:01:00','Kloden drifts back','to the doctor\'s car. He seems okay, but maybe getting a quick check-up.... or taking a break.'),(9466,198,'2007-07-12 16:03:02','Time for Disco','the Discovery team is putting a couple of riders into the mix at the front of the peloton. The gap is now down to 3:44 with 67km. '),(9467,198,'2007-07-12 16:04:45','The peloton','hits the feedzone and the gap is 3:38. Remember when these guys were 14 minutes up the road?'),(9468,198,'2007-07-12 16:08:57','Another crash','Cofidis\'s Geoffroy Lequatre took a bad tumble in the feedzone. He\'s still on the side of the road. We hope he makes it back.'),(9469,198,'2007-07-12 16:11:12','The Cat. 4 Côte Chateau-Chinon','The leaders are over the climb.'),(9470,198,'2007-07-12 16:15:00','Over the','top, the peloton crests at 3:30. Ahead, the Cat. 2 Haut-Folin (135.5km).'),(9471,198,'2007-07-12 16:17:32','CSC','is putting another rider up there. We see Christian Vande Velde at the front of the peloton.

    The leaders are on the slopes leading to the Cat. 2 with an advantage of 3:22.'),(9472,198,'2007-07-12 16:23:06','Astana','moving up in the main field on the climb. With 56km to go, the peloton is riding on the lower slopes of the climb. The gap is down to 3:00. The Astanas have Kloden and Vinokourov up there.

    Frankly, we have to conclude that CSC has played this one brilliantly, effectively neutralizing the break, without putting too much effort into the chase. If this ends in a field sprint, the chances are good that Cancellara will keep his hold on the jersey. Of course, that\'s all speculative, since this is a nice 12km climb and the big Swiss has to get up and over that first.'),(9473,198,'2007-07-12 16:25:52','David Arroyo','had some problems on the climb. He seems to have hit someone\'s rear wheel. He\'s got a new bike and is chasing. With 55km to go the gap is 2:10.'),(9474,198,'2007-07-12 16:27:15','The four men','up front are still together on the climb, with about 7.5km to go to the top.'),(9475,198,'2007-07-12 16:27:16','The four men','up front are still together on the climb, with about 7.5km to go to the top.'),(9476,198,'2007-07-12 16:27:58','As a reminder','We have

  • Gianpaolo Cheula (I) Barloworld
  • Sylvain Chavanel (F) Cofidis
  • Philippe Gilbert (B) Française des Jeux
  • William Bonnet (F) Credit Agicole

    up front.'),(9477,198,'2007-07-12 16:29:07','The gap','is below 2:00, with 5km to the top, the leaders are 1:40 ahead of the peloton.'),(9478,198,'2007-07-12 16:31:15','Chavanel','is ticking away at the front and it\'s broken the lead group into two.'),(9479,198,'2007-07-12 16:33:17','Hushovd','who is second on GC is struggling up the climb. He\'s dropped from the peloton. The rest of the fav\'s, including Cancellara are in the main field, which is now 1:55 behind Sylvain Chavanel and Philippe Gilbert who have moved away from Bonnet and Cheula. '),(9480,198,'2007-07-12 16:34:00','Gilbert and Chavanel','are 40 seconds ahead of the other two men from the original break. The gap back to the peloton is 2:01.'),(9481,198,'2007-07-12 16:35:52','Valverde punctures','on the climb. He\'s chasing hard. Oscar Pereiro has dropped back to help him reconnect. Too bad, folks. Valverde appeared to be one of the favorites for the day. That said, the two Caisse d\'Epargnes are climbing nicely.'),(9482,198,'2007-07-12 16:37:20','Our two leaders','are within 1 kilometer of the summit. Chavanel has really locked in a big advantage on the KOM contest.'),(9483,198,'2007-07-12 16:39:28','Up and over','Chavanel crosses the summit before Gilbert. They are more than a minute on Gianpaolo Cheula (I) Barloworld and William Bonnet (F) Credit Agicole. The peloton is at 2:00.'),(9484,198,'2007-07-12 16:41:34','Time gaps','Gianpaolo Cheula and William Bonnet crossed the summit at 1:11 and the peloton came over at 2:17.'),(9485,198,'2007-07-12 16:47:10','With 40km','to go the duo off the front have an advantage of 2:09 over the field and the two men who were dropped from the break are at 1:29.'),(9486,198,'2007-07-12 16:48:32',' Cheula and Bonnet','Are back in the peloton... the gap to the remaining two men up front with 38km remaining is 2:08.'),(9487,198,'2007-07-12 16:49:42','One more climb','the Cat. 3 Côte Croix de la Liberation summits at 174km.'),(9488,198,'2007-07-12 16:51:05','Sastre?','Is chasing. He is on his own, which is weird. He is CSC\'s designated GC guy and it\'s odd that if he had a mechanical.'),(9489,198,'2007-07-12 16:51:49','Big George','We talked with George Hincapie before the stage and he seemed focused and ready to try something if he gets a chance in today’s hilly profile that suits his classics legs. “I will wait to later in the stage to see if I can try to do something. The peloton won’t let me get too far off the front early, so I won’t try to go away in any early breaks,†he said. “This is a good day for some attacks. We’ll see if Astana does some more work than they have so far.†The Big Hink says his top goals are to help push Levi Leipheimer onto the podium and to try to win a stage. He’s riding with a bandage on his knee following a pair of spills, the first in Monday’s finish line melee in Ghent and a second Tuesday when he went down in a pileup. “I’m pretty sore. My second crash was one of those stupid crashes, but it actually hurt more than the first one,†he said.'),(9490,198,'2007-07-12 16:52:08','Another Disco rider','Discovery Channel’s Vladimir Gusev has been enjoying his run in the white jersey. The Russian attacker says he’d like to keep as long as possible. “We’ll see how I go in the mountains. I can climb pretty well but we also have Contador (for the young jersey). I’m feeling good so far. This is my first Tour. I already love this race. Having the white jersey is good for me and good for the team. I hope to keep it longer.â€Â\r\n\r\n'),(9491,198,'2007-07-12 16:52:21','','The route today is similar to a Liège-type course, up and down all day like a rollercoaster of narrow, bumpy roads. Perfect for a breakaway, but not ideal to organize a chase. Good-sized crowds lined most of the route in a good turnout considering the route passes through some of the most rural parts of France. Every village and town sported the typical retinue of Tour characters – marching bans, yellow banners, fans in costumes and fans enjoying barbecues and the local Chablis wines.'),(9492,198,'2007-07-12 16:53:54','It\'s a really nice day','by the way. After a cool morning, the temperature warmed up into the 70s for the best weather so far in the Tour. '),(9493,198,'2007-07-12 16:55:33','With 33km','to go, the gap is 1:55. Can Gilbert and Chavanel pull this off? You gotta wonder.'),(9494,198,'2007-07-12 16:58:18','Up front','Liquigas has two riders up front of the peloton. Behind them are two CSCs, including the yellow jersey of Fabian Cancellara. Sastre, still at the back, has a couple of riders helping him rejoin the field.'),(9495,198,'2007-07-12 17:04:07','Zoooom','these two guys are riding like they haven\'t been off the front for 150k. With 25km to go, they are holding on to a 1:46 lead. Let\'s see what happens up the slopes of the day\'s last climb.'),(9496,198,'2007-07-12 17:05:21','Vino!','Is at the side of the road. It looks like he crashed. He\'s up and chasing. Bad day for the Astana team.'),(9497,198,'2007-07-12 17:07:33','Man','It\'s cliche\' as all get out, when you say \"this is one of those stages where you won\'t win the Tour but it\'s a day you can lose the Tour.\"

    Well, Astana knows it\'s true today. They have sent six riders back to try and chase the fast moving peloton.'),(9498,198,'2007-07-12 17:07:00','Ahead','The descent off the final Cat. 3 Côte Croix de la Liberation is sketchy - very tight, narrow, rough roads and then very fast and narrow into Autun. The final 3km are narrow and fast through town. There\'s a slight rise at 2km to go that will slow things down a little. Will be very scary if there\'s a big group.'),(9499,198,'2007-07-12 17:09:05','CSC','has put riders up front. O\'Grady and Vande Velde are driving hard as our two escapees cross under the 20km-to-go banner with a lead of 1:26.'),(9500,198,'2007-07-12 17:10:35','Vino','With an exposed - and rather raw - right cheek is chasing hard. We\'ll try to get a time gap.'),(9501,198,'2007-07-12 17:15:01','With 16km','to go the gap to the leaders is now just 45 seconds.'),(9502,198,'2007-07-12 17:17:03','With 15km to go','the gap is 37 seconds. The peloton is coming up fast, motivated in part by the fact that Vinokourov is losing ground. Vinokourov does not look comfy out there.'),(9503,198,'2007-07-12 17:19:00','With 13km',' to go, the gap is 28 seconds. Vino and crew are still chasing. They just passed a struggling Stephan Auge... reason to explain why Cofidis sent off Chavanel, instead of the man in the KOM jersey today.'),(9504,198,'2007-07-12 17:21:49','Weggman','German national champion Fabian Weggman (Gerolsteiner) has jumped out of the peloton, chasing the two leaders. He is 14 seconds behind. The peloton is moving up fast, but Vino and crew are almost a minute down.'),(9505,198,'2007-07-12 17:23:08','Rabo','The Rabobank crew has driven up to Weggman. They aren\'t driving their mountain goat, but Oscar Freire... a killer sprinter. If they can deliver the three-time world champion to the line, they may get this one.'),(9506,198,'2007-07-12 17:23:00','Gilbert caught','and now is Chavanel and that means

    \r\n\r\n'),(9507,198,'2007-07-12 17:24:43','Saunier Duval','has sent David de la Fuente up the road, but he\'s not getting any time.'),(9508,198,'2007-07-12 17:26:07','Vino','is still chasing hard. Up front David de la Fuente has been caught. Rabobank is still up there and so is Fabian Cancellara.'),(9509,198,'2007-07-12 17:27:13','Vinokourov','is now chasing on his own... he\'s about 1:00 behind the peloton. He\'s riding like crazy and has shelled all of the teammates that came back to help.'),(9510,198,'2007-07-12 17:27:59','Laurent Lefevre','has attacked and crested the climb with about a 10-second advantage.'),(9511,198,'2007-07-12 17:29:08','Vino','is caught in traffic. He\'s having a hard time getting through the field. He has caught Tom Boonen... who sees this as a bonus. He has latched on to the Astana man\'s wheel.'),(9512,198,'2007-07-12 17:30:32','Laurent Lefevre','is still off the front. He\'s about to be joined by Discovery\'s Yaroslav Popovych... but a big, big peloton with a lot of sprinters in are close.'),(9513,198,'2007-07-12 17:31:22','Vino','in a group with Boonen, Wegmann and a few others.'),(9514,198,'2007-07-12 17:32:25','Up front','on the dicey descent, Popovych has moved ahead of Lefevre with 5km to go. The peloton is close, with Cancellara (!!!) driving the chase. How cool is that?'),(9515,198,'2007-07-12 17:33:00','Popo!','Takes a corner too wide and almost goes off the edge. Cancellara, who was closing in does the same. Both men stay upright, but they are now in the big field. Lampre is driving at the front.'),(9516,198,'2007-07-12 17:34:42','With 3km','to go... we see George Hincapie moving up there.'),(9517,198,'2007-07-12 17:35:42','Two kilometers','to go the peloton is now jockeying for position and we see an attack from David Millar'),(9518,198,'2007-07-12 17:36:18','We see Millar and a','Bouygues Telecom rider up front.'),(9519,198,'2007-07-12 17:36:47','One km','Millar looks to be caught'),(9520,198,'2007-07-12 17:36:59','Chaaaaaarge!',''),(9521,198,'2007-07-12 17:37:00','Freire','Hincapie... goes.... Zabel? No Filippo Pozzato (Liquigas) gets it. It looks like Cancellara keeps the jersey'),(9522,198,'2007-07-12 17:39:48','Vino','finishes 1:19 back. Man that\'s a bad turn for one of the Tour\'s big fav\'s. His teammate Kloden was up in the first bunch, so the team dynamic might change, but it\'s unlikely.'),(9523,198,'2007-07-12 17:47:11','Stage Results','1. Filippo Pozzato (I) Liquigas
    2. Oscar Freire (Sp) Rabobank
    3. Daniele Bennati (I), Lampre-Fondital
    4. Kim Kirchen (Lux) T-Mobile
    5. Erik Zabel (G), Milram\r\n'),(9524,198,'2007-07-12 17:50:41','Overall standings','1. Fabian Cancellar (Swi), CSC
    2. Andreas Kloden (G), Astana, at 0:33
    3. Filippo Pozzato (I), Liquigas, at 0:35
    4. David Millar (GB), Saunier Duval, at 0:41
    5. George Hincapie (USA), Discovery, at 0:43'),(9527,198,'2007-07-12 18:12:57','Corrected Overall Points','1. Erik Zabel (G), Team Milram, 102 Pts.
    \r\n2. Tom Boonen (B), Quick Step - Innergetic, 98 Pts.
    \r\n3. Robbie McEwen (Aus), Predictor - Lotto, 84 Pts.
    \r\n4. Oscar Freire (Sp), Rabobank, 84 Pts.
    \r\n5. Robert Hunter (Rsa), Barloworld, 83 Pts.\r\n'),(9526,198,'2007-07-12 17:56:42','Overall KOM','1. Sylvain Chavanel (F), Cofidis, 37 points
    2. Philippe Gilbert (B), Francaise des Jeux, 23
    3. William Bonnet (F), Credit Agricole, 15
    4. Gianpaolo Cheula (I), Barloworld 10
    5. Stephane Auge (F), Cofidis, 9'),(9528,0,'0000-00-00 00:00:00','',''),(9529,199,'2007-07-13 13:42:30','Good day and welcome','To VeloNews.com\'s Live Coverage of the sixth stage of the 2007 Tour de France, a 199.5km Semur-en-Auxois to Bourg-en-Bresse. Despite some early hills through the Burgundy and Côte d\'Or wine country, this transitional stage closes with 45km of long, flat roads into the center of Bourg-en-Bresse - where a mass sprint seems certain. Bourg is a city of 40,000 people that\'s the capital of the Ain department. \r\n '),(9530,199,'2007-07-13 13:47:02','Today\'s stage','got rolling at around 1:00. The big news of the day, of course, surrounds the question of the two top men at Astana, Alexandre Vinokourov and Andreas Kloden, both of whom crashed yesterday.

    \"Both will start, but Kloden is in pain and will find it hard to get up on the pedals on the climbs,\" Astana team manager Marc Biver said this morning.

    Kloden, a runner-up in 2004 who also finished third last year, was diagnosed with a hairline fracture of his coccyx, after crashing 107km into the 182.5km fifth stage and landing in a grassy ditch.

    Vinokourov crashed 25km from the finish of Thursday\'s stage, and received stitches to his right knee and elbow.

    Well, shows how much we know. We coulda sworn that Kloden landed in soft grass. Tough landing, even though it looked soft.\r\n'),(9531,199,'2007-07-13 14:01:39','On the road','Today\'s stage started pretty casually for some - we saw George Hincapie and several others rolling across the line well after the peloton left town - and intensely for others. Bradley Wiggins (Cofidis) attacked from the gun. Right now, at 44km, Wiggins has bumped his advantage to 11:30, testament more to the fact that the peloton is riding moderately than to Wiggins\' intense effort.'),(9532,199,'2007-07-13 14:05:41','Ding ding ding...','Someone triggered the Dope-O-Meter. (But not at this race).

    Astana Cycling Team received this morning the confirmation that the B-sample of Matthias Kessler also presented an unnormal degree of testosterone. This second proof confirms the first result. The rider is then fired from the Astana Cycling Team with immediate effect.'),(9533,199,'2007-07-13 14:11:18','Reader Question','Helga S writes:

    Does anyone know what caused Vino to crash? On watching the highlights it looked as though a motorbike was involved
    We\'ve received several questions along these lines. The video does, indeed, show a motorcycle on the road as Vinokourov is getting back up, but the moto\' did not cause the crash. Indeed, the motorcycle driver crashed in a succesful attempt to avoid hitting the Astana captain who had crashed on a fast descent.'),(9534,199,'2007-07-13 14:12:19','If you also have a question','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(9535,199,'2007-07-13 14:13:00','Another crash from yesterday','Johann Bruyneel spoke to the matter of Benjamin Noval’s nasty crash near \r\nthe finish yesterday.

    “Unfortunately we had that last crash of Benjamin on the \r\nlast downhill,\" Bruyneel said last evening. \"He had already done his job for the day of protecting \r\nLevi and Alberto, so on the last climb he sat up and just cruised to \r\nthe finish. In the downhill all of a sudden a car braked in front of \r\nhim and he went straight through the back of the car. It was a Bouygues \r\nTelecom car. He’s at the hospital now and has to have his arm and chin \r\nstitched. He’s pretty messed up. He finished the stage so I think he’ll \r\nbe able to start tomorrow but it will depend on how he looks in the \r\nmorning. He’s definitely going to hurt a lot but I think he can start.â€Â

    Continuing with additional information as to the cause of the crash, \r\nBruyneel told us, “We’ve seen the images of the crash now on the \r\ntelevision. The car had a French TV crew inside the car and the \r\ndirector was entertaining the camera, explaining race tactics as he was \r\ndriving and going all out downhill. I think it’s pretty dangerous to do \r\nthat. There are some people who talk about the danger or usefulness of \r\nusing radios in a race and I have my opinion on that, but I definitely \r\nhave my opinion about TV cameras in the race cars. Seeing certain \r\ndirectors trying to be the star of the show and wanting to entertain \r\nthe TV while they have to drive and think about the safety of the \r\nriders. It’s definitely very dangerous. That’s why we never have TV \r\ncameras in the car, or at least if we do we pretend that they are not \r\nthere. I don’t think we can say the same of everybody.\"\r\n'),(9536,199,'2007-07-13 14:21:12','On the road','Wiggins is out there building up a considerable lead. At Bligny-sur-Ouche he is now more than 15 minutes ahead of a disinterested peloton. Despite the fact that the Brit\' started the day mired in the nether regions of the General Classification (105th at 5:40), he\'s currently the virtual leader on the road with a soon-to-be-10-minute buffer.'),(9537,199,'2007-07-13 14:24:00','Speed','With an official start time of 12:50 p.m., and the current position of the race, Wiggins has been averaging a snail-like 37kph today. Not exactly a record-setting pace. Nonetheless, he\'s managed to build up a 16-minute advantage doing that, so we\'re sending someone back to see if the peloton has stopped for coffee. We\'ll update you soon.'),(9538,199,'2007-07-13 14:32:00','Reader Question','Fred P writes

    Why do some riders have yellow numbers on their backs versus white?
    We actually get that question quite a bit every year.

    While the race leader gets a yellow jersey, the points leader wears green, the KOM sports polka-dots and the best young rider is bedecked in white, there are no jerseys for the guys leading the team competition. Instead, they get yellow numbers... and the little Credit Lyonnais lion at the sign-in every morning.

    CSC is leading that competition now, so our VeloNews diarist Christian Vande Velde has a gift to bring home for his new daughter.'),(9539,199,'2007-07-13 14:39:48','The Red Lantern','Geoffroy Lequatre (Cofidis) crashed yesterday and limped home, 44:04 behind the peloton. Yeah, that\'s well beyond the cut-off but the race jury allowed him to continue because of his \"fighting spirit.\" Unfortunately, his injuries did not allow that. He did not make the start this morning.'),(9540,199,'2007-07-13 14:44:00','Another frequent question','A lot of you spend a good chunk of time scanning the results and you wouldn\'t believe how many of you noticed that Kurt-Asle Arvesen (CSC) is the last rider in the points standings with negative points. \"How is this possible?\" many have asked.

    Well, if you scroll back to the Stage Stats from stage 2, you will see the jury decision regarding Mr. Arvesen:
    \"50SF, 5 points and 10 seconds penalization – illegal pushes from sport director’s car.\"

    Yup, money, time and points. You can lose all of them. Fifty Swiss Francs, by the way, is about $41 (U.S.).\r\n'),(9541,199,'2007-07-13 14:56:35','Wiggins','Has 122km to go... and he is 16:15 ahead of the main field.'),(9542,199,'2007-07-13 14:57:09','And now a word from our sponsor.','Shameless commercial plug here folks, but some of you might have forgotten\r\nthat in addition to a website, we here at VeloNews actually produce a magazine,\r\ntoo! We\'d sure like to encourage you to give the print version a look,\r\nso we\'re going to give new U.S. Subscribers today a free\r\nPark Tool I-Beam Mini Fold Up HexWrench/Screwdriver/\r\n
    Torx\r\nSet with their subscription. Give it a shot, folks. If you haven\'t\r\nsubscribed since the old days of the black-and-white folding tabloid,\r\nyou\'ll be surprised. Your Live Update Guy has been at Velo for (GULP!)\r\n13 years and the magazine has, despite that fact, improved every year.'),(9543,199,'2007-07-13 15:03:52','Wiggins','the break of the young Brit\' marks a major Tour milestone of sorts today. It is the 40th anniversary of the death of Tom Simpson, who died on the slopes of the Ventoux on this day in 1967.'),(9544,199,'2007-07-13 15:05:03','Today\'s weather','The rain of the past few days has disappeared. It\'s already a hot day, well into the mid-80s under a clear sky.'),(9545,199,'2007-07-13 15:08:53','Looking ahead to the finish',' The finishing 4km is fairly straight forward. The peloton will need to watch out for two roundabouts between the 4km and 2km to go. The course narrows onto two lanes of a split city street and will be pretty tight for the final 1200m. There\'s a sweeping left turn with about 500m to go before a straight shot into the finale. Perfect for a big train, but there could be crashes if riders try to swarm the sprint and force riders into the barriers.'),(9546,199,'2007-07-13 15:09:56','With 114km to go','the \"chase\" is on, so to speak. The gap is down to 14:00. Still quite substantial, but Wiggins has a long way to go.'),(9547,199,'2007-07-13 15:12:00','The demands of journalism','As reporters, we are forced to research all aspects the cultures to which we are exposed. It\'s a demanding job. For example, Bourg-en-Bresse is famous for its blue-footed chickens. We know - the VN crew already laid their teeth into a few unfortunate victims at the press buffet at the finish line.

    The local cheese and wine isn\'t bad either.

    Burp '),(9548,199,'2007-07-13 15:20:55','Team CSC','has signed a one-year contract extension with Kurt-Asle Arvesen through 2009. They re-upped Jens Voigt earlier this week.

    Speaking of Team CSC, team captain Carlos Sastre said he\'s had a \"tranquilo\" week and that he\'s ready for the mountains. \"Aside from my crash on Thursday, it\'s been an ideal first week. I am ready for the mountains and I hope the legs respond. I have done my work and I\'m ready to begin the battle.\"

    Frank Schleck also is ready to go: It\'s been great for the team to have the yellow jersey. Now the mountains come. We\'re working for Carlos. I hope to be there for him. If I am, then it will be good for me as well.\"'),(9549,199,'2007-07-13 15:23:00','Astana','Marc Biver - speaking to journalists this morning.

    On Vinokourov:
    \"His morale is incredible. I\'ve never seen a sportsman who\'s been so injured who\'s been so unfazed by it. He has an extraordinary character. Maybe that will save us.\"

    On Kloden:
    \"He seems demoralized. The most visible injuries aren\'t always the worst ones. We\'ll see how he goes.\"

    Gerard Porte - Tour doctor: \"From a medical point of view, there\'s no reason why (Kloden) can\'t continue. We\'ll have to see what kind of pains he has. The pain will determine if he can continue or not.\" '),(9550,199,'2007-07-13 15:25:33','With 105km','to go, Mr. Wiggins\' advantage is now at 9:28.'),(9551,199,'2007-07-13 15:31:35','A long','hot road for Mr. Wiggins.

    Meanwhile, Barloworld\'s Degano hit the deck there in the feedzone. We\'ll see if he gets up.'),(9552,199,'2007-07-13 15:34:15','Valverde','Alejandro Valverde said he was \"very tired\" after yesterday\'s harrowing stage. \"I didnt want to risk in the sprint even though it was a stage that fit my characteristics. I dont want to take unneccessary risks. I hope to do well in the Alps. Tignes will put some order on where everyone stands.\" '),(9553,199,'2007-07-13 15:35:13','Wiggins','He is at the 100km to go mark - just about the halfway mark of the stage. He has 8:17.'),(9554,199,'2007-07-13 15:41:03','Cysts','It\'s unsure how much longer Oscar Freire will remain in the Tour. He\'s been suffering with a cyst on his sitbone and doesn\'t want to risk it getting worse. He told Spanish journalists he might not continue into the Alps.'),(9555,199,'2007-07-13 15:42:18','Wind','Or the lack thereof. There is almost no wind at all at the finish - dead calm and getting warmer.'),(9556,199,'2007-07-13 15:50:00','With 92km to go','The gap is holding at the 8:00 level. Wiggins has a long way to go, if he wants to win this one.... a lot further than the events in which he specializes.'),(9557,199,'2007-07-13 15:51:04','','Erik Zabel is happy to be back in the green jersey. The last time he won it was in 2001, the last of his six consecutive points jerseys. The last time he wore a green jersey was in 2002. He told Eurosport: know that I\'m not the fastest anymore but I\'m still there and I have a lot of fun in the peloton so that the most important thing for me. \"'),(9558,199,'2007-07-13 15:58:00','With 87km','there is an ad-hoc coalition of riders from sprinters\' teams working at the front. The gap is down to 7:02.

    Word from officials is that Degano has broken a collarbone in that feedzone crash.'),(9559,199,'2007-07-13 16:02:12','Today\'s anniversary','As we mentioned before, today is the 40th anniversary of Tom Simpson\'s fatal heart-attack on the slopes of the Ventoux. If you get a chance, read John Wilcockson\'s piece on the death of Tom Simpson.'),(9560,199,'2007-07-13 16:07:28','82km','to go and the gap is at 5:45. Wiggins still has a long, lonely road.'),(9561,199,'2007-07-13 16:09:09','Kloden','is looking reasonably comfy in the peloton.'),(9562,199,'2007-07-13 16:17:00','Temperature at the finish','The big boss just e-mailed the crew demanding to know just how hot it is out there. We\'re sending Hood outside with a thermometer.

    Mr. Hood says it\'s just around 88 degrees and that\'s with 50 percent humidity.

    (Word from back home, the Live Update Guy\'s normal digs at 7300 feet in Wyoming are enjoying sun and 55 degrees.)'),(9563,199,'2007-07-13 16:24:13','With 73km to go','Mr. Wiggins has snagged another 800 euros at the sprint mark at Comatin.'),(9564,199,'2007-07-13 16:27:45','Boonen','and Zabel are sprinting for the remaining points. Boonen has been going for left-over points all day and he\'s in the virtual green jersey at this point.'),(9565,199,'2007-07-13 16:32:40','Reader Question','Patrick G writes

    I noticed a little yellow thing on the chainstays - What\'s up with that? What is it\'s function? Do the extra team bikes have them too?
    It\'s the timing transponder. Spare bikes don\'t feature them, but if a rider makes a bike switch, officials get a report and the timers make note of the rider by hand when he crosses the line.'),(9566,199,'2007-07-13 16:38:00','Mr. Wiggins','is nearing the summit of the Category 4 climb at Braneion. The gap is now at 5:08.'),(9567,199,'2007-07-13 16:44:18','Zabel','While Zabel is the winner of six Tour de France Green jerseys, the Tour has decided to pull one of those wins from the record books.

    Tour de France sprint great Erik Zabel of Germany will be stripped of the first of the six consecutive green jerseys he won on the race following his recent doping confessions.

    Zabel, considered one of the true greats of sprint on the race, admitted recently that he had briefly used the banned blood booster EPO (erythropoietin) in 1996, so they will be removing that one from the books... the same year his then-teammate Bjarne Riis took the yellow jersey, which the Tour now considers negated as well.\r\n'),(9568,199,'2007-07-13 16:47:07','Over the top','Wiggins has just crested the second and last climb of the day, the Cat. 4 Col de Brancion at 138km. His gap is now 5:26.'),(9569,199,'2007-07-13 16:49:06','KoM battle','Nice battle back in the bunch for the KoM points. Current leader Sylvain Chavanel grabbed another point for third, expanding his lead in the overal standings. Quick Step\'s Juan Manuel Garate was first in the bunch, second behind Wiggins.'),(9570,199,'2007-07-13 16:50:56','Sharing the load','It’s a collaborative effort at the front of the field right now, with Credit Agricole, T-Mobile and Milram all throwing man up there. 55.5km to go -- 4:56 to Wiggins.'),(9571,199,'2007-07-13 16:54:04','Langkawi winner','Credit Agricole’s Anthony Chateau is leading the field right now. Back in February the Frenchman earned the biggest win of his career, taking the 10-day Tour de Langkawi stage race in Malaysia. Charteau took the lead early in the race on the big climb into the Cameron Highlands, then held it all the way to the finish in Kuala Lumpur. Now he’s back to his normal team role, working for others.'),(9572,199,'2007-07-13 17:02:10','Puncture','Wiggins just had a rear wheel problem and tossed the wheel into the grass before getting a replacement. He must be feeling the heat. 5:01 with 48.5km to go.'),(9573,199,'2007-07-13 17:07:11','Big crowds','Word from the finishline is that the crowds are already packing into the final kilometer, and nearly all of them are wearing yellow sponsor baseball caps passed. Good marketing.'),(9574,199,'2007-07-13 17:10:36','Time check','43.4km to go and it’s 3:44 between Wiggins and the bunch. All the sprinters\' teams are lending a hand to the chase.'),(9575,199,'2007-07-13 17:15:27','Food for thought','It’s pure speculation, but there\'s been some talk in the pressroom that the peloton might let Wiggins ride all the way in for victory in honor of Tom Simpson. Riders like Wiggins and David Millar have said privately that they are upset that Tour officials haven\'t done anything to commemorate the 40th anniversary of his death. Of course, we can understand the Tour\'s hesitance on that theme considering the delicate nature of the sport right now.'),(9576,199,'2007-07-13 17:18:20','Time check','38km to go -- 3:34. Wiggins is still churning along as he heads through the small town of Pont-de-Vaux. Good crowds on the side of the roads, and lots of flag waving and painted signs.'),(9577,199,'2007-07-13 17:19:52','Quick Step up front','Tom Boonen has marshaled his men to the front. T-Mobile and Credit Agricole’s Charteau are still there as well.'),(9578,199,'2007-07-13 17:21:53','Final intermediate sprint at 161.5km of 199.5km','Obviously Wiggins took the first place points, then Boonen sent his troops off the front to grab the remainder instead of spending any of his own energy. He’ll save his bullets for the finish.'),(9579,199,'2007-07-13 17:28:07','With 32km','to go, Wiggins\' lead is now down to les than 2:00.'),(9580,199,'2007-07-13 17:29:38','With 30km','to go, the gap is down to 1:36. So much for the speculation in the press room. We guess that\'s why we don\'t write the stage reports until after the finish.'),(9581,199,'2007-07-13 17:34:02','With 27km to go','the gap - which once approached 15 minutes - is now around one minute.'),(9582,199,'2007-07-13 17:41:01','With 25km','to go, Wiggins is just hanging off the front. The chase has eased off a bit, but the peloton will yank that back in a moment. They\'re happy to leave him out there for a bit, just to keep things calm until the finish comes closer.'),(9583,199,'2007-07-13 17:43:28','22km to go','Wiggins\' gap is up to 1:50. How cool would that be if he managed to pull this one off.... doubtful as that might be.'),(9584,199,'2007-07-13 17:48:30','Gerolsteiner','is moving up to the front, but the pace is still such that Wiggins is a 1:40 advantage.'),(9585,199,'2007-07-13 17:51:00','With 17km to go','Wiggins is out there, now with a 1:22 advantage.'),(9586,199,'2007-07-13 17:51:54','The pace','in the peloton is ramping up. The gap is 1:10 with 15km to go.\r\n'),(9587,199,'2007-07-13 17:53:32','Sub-minute','Wiggins\' advantage is such that the team cars are being pulled out of the gap.'),(9588,199,'2007-07-13 17:54:01','14km','to go and the gap is 50 seconds.'),(9589,199,'2007-07-13 17:57:59','So','it\'s not the chance for an escape - especially a solo effort that started at 1km - so let\'s start thinking about the inevitable field sprint.'),(9590,199,'2007-07-13 17:59:00','11km to go','and the gap is now 23 seconds.\r\n'),(9591,199,'2007-07-13 18:00:44','Wiggins','hits the 10km to go banner. He\'s still 20 seconds up the road. We see both Milram and Quick Step trains forming up. We are gonna see a drag race.'),(9592,199,'2007-07-13 18:01:52','Two trains','starting to form up.... more. Here comes T-Mobile. So are we going to see the big charge of organized teams and little Robbie McEwen poaching the win?'),(9593,199,'2007-07-13 18:02:21','With 9km to go','Wiggins is just 100 meters ahead.'),(9594,199,'2007-07-13 18:03:28','8km to go','poor Wiggins can feel these guys breathing down his neck.'),(9595,199,'2007-07-13 18:04:18','Caught',''),(9596,199,'2007-07-13 18:06:15','Lull before the storm?','The day\'s lone break has been reeled in and the pace will pick up soon.'),(9597,199,'2007-07-13 18:06:48','Predictor','and Quicks Step are up front, but it\'s still not super organized up there.'),(9598,199,'2007-07-13 18:07:28','Five','kilometers to go. We see T-Mobile and Milram up front, but the pace is at 50kph, pretty slow at this point.'),(9599,199,'2007-07-13 18:08:11','Still moderate','No big moves yet, with 4km to go.'),(9600,199,'2007-07-13 18:08:37','Wiggins dropped...','He\'s trailing.'),(9601,199,'2007-07-13 18:09:27','Johan Vansummeren','Setting a big tempo at the front. Wegmann (Gerolsteiner) tries a move, but it\'s shut down.'),(9602,199,'2007-07-13 18:10:05','Three km to go','Milram and Quick Step up front. Rodriguez is patrolling the front.'),(9603,199,'2007-07-13 18:10:48','We can','see McEwen working his way up, with a little help from Rodriguez. The pace is really picking up, with 2km to go.'),(9604,199,'2007-07-13 18:11:04','1.5km to go','Milram takes over'),(9605,199,'2007-07-13 18:11:30','Rabobank is coming up',''),(9606,199,'2007-07-13 18:11:37','1km to go',''),(9607,199,'2007-07-13 18:11:56','Chhhharrrrge',''),(9608,199,'2007-07-13 18:12:34','Dean','Leading out for Hushovd again... but Robbie Hunter... Boonen goes!'),(9609,199,'2007-07-13 18:12:50','Boonen','Boonen gets it!'),(9610,199,'2007-07-13 18:14:18','Boonen','gets the win, with Oscar Freire and Erik Zabel on his wheel. He gets the stage and he now has the points jersey. A good day for the Belgian rock star.'),(9611,199,'2007-07-13 18:22:07','Stage Results','1. Tom Boonen (B), Quick Step, 199.5km in 5:20:59\r\n
    2. Oscar Freire (Sp), Rabobank\r\n
    3. Erik Zabel (G), Milram\r\n
    4. Sébastien Chavanel (F), Francaise des Jeux\r\n
    5. Thor Hushovd (N), Credit Agricole '),(9612,199,'2007-07-13 18:24:16','Overall standings','1. Fabian Cancellara (Swi), CSC\r\n
    2. Andreas Kloden (G), Astana, at 0:33\r\n
    3. Filippo Pozzato (I), Liquigas, at 0:35'),(9613,200,'2007-07-14 13:51:43','Good day and welcome','to VeloNews.com\'s Live Coverage of the 2007 Tour de France, the race\'s first foray into the mountains on a 197.5-kilometer ride from Bourg-en-Bresse to Le Grand Bornand.

    This is a day that includes four ranked climbs, starting with the Catergory 3 Cote de Coriler at kilometer 35.5, followed by the Cat. 3 Cote de Cruseilles, at km122.5, the Cat. 4 Cote Peguin at km 134 and then the day is capped off with Cat. 1 Col de la Colombière. That final climb peaks out at km183 before a fast drop to the finish14.5km later.

    Only one Tour stage has finished in Le Grand Bornand, which was in 2004, when Lance Armstrong took out Andreas Klöden in the final meters and made his infamous \"no gifts\" comment. '),(9614,200,'2007-07-14 14:06:00','Today\'s stage','began at 12:10 and the predictable attacks began early. There several attempts, but no real successes. Interestingly, we saw the first of former KOM winner Michael Rasmussen when he charged out of the peloton to take points on the day\'s first climb.

    The pace on the climb was such that we saw some of the first indications of who is on form and who isn\'t. Among those dropped on the climb were Robbie McEwen, Tom Boonen and overall race leader Fabian Cancellara.

    The day\'s first real break formed up after that climb and up front we now have

  • Ivan Gutierrez (Caisse d\'Epargne)
  • Linus Gerdemann (T-Mobile)
  • Juan Antonio Flecha (Rabobank)
  • Inigo Landaluze (Euskaltel-Euskadi)
  • Ruben Perez (Euskaltel-Euskadi)
  • Dmitriy Fofonov (Credit Agricole)
  • Egoi Martinez (Discovery)
  • Laurent Lefevre (Bouygues Telecom)
  • Benoit Vaugrenard (Française des Jeux)
  • Bram Tankink (Quick Step-Innergetic)
  • Paolo Savoldelli (Astana)
  • David de la Fuente (Saunier Duval-Prodir).\r\nThey are being chased by Martin Elmiger (Ag2r), Fabian Wegmann (Gerolsteiner) and Jérôme Pineau (Bouygues Telecom). '),(9615,200,'2007-07-14 14:11:00','Time gaps','The lead group is now 8:50 ahead of the peloton, at km 90.

    That little Pineau group finally caught on and we have 15 riders at the front of the peloton.

    So the composition of the lead group is now

  • Ivan Gutierrez (Caisse d\'Epargne)
  • Linus Gerdemann (T-Mobile)
  • Juan Antonio Flecha (Rabobank)
  • Inigo Landaluze (Euskaltel-Euskadi)
  • Ruben Perez (Euskaltel-Euskadi)
  • Dmitriy Fofonov (Credit Agricole)
  • Egoi Martinez (Discovery)
  • Laurent Lefevre (Bouygues Telecom)
  • Benoit Vaugrenard (Française des Jeux)
  • Bram Tankink (Quick Step-Innergetic)
  • Paolo Savoldelli (Astana)
  • David de la Fuente (Saunier Duval-Prodir)
  • Martin Elmiger (Ag2r)
  • Fabian Wegmann (Gerolsteiner)
  • Jérôme Pineau (Bouygues Telecom). '),(9616,200,'2007-07-14 14:13:42','Questions? Comments? Gripes?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(9617,200,'2007-07-14 14:18:00','Drop outs','We misreported that Barloworld\'s Enrico Degano pulled out after that crash in the feedzone yesterday. First off, he did not suffer from a broken collarbone yesterday, but he was banged up. His injuries took their toll and he pulled out today.

    Those saddle sores finally got the best of Oscar Freire today, too. The Rabobank man didn\'t start today.'),(9618,200,'2007-07-14 14:24:11','CSC is driving the chase','The gap is coming down a bit. Now, with 100km remaining, the peloton is 8:05 behind the 15 leaders.'),(9619,200,'2007-07-14 14:25:20','Danilo di Luca','Today\'s obligatory doping tale has Giro D\'Italia winner Danilo Di Luca making an appearance at a CONI (Italian Olympic Committee) anti-doping hearing on Saturday to explain his alleged involvement with a doctor suspected of trafficking banned substances.

    Di Luca, who also won the prestigious Liege-Bastogne-Liege race this year, is under suspicion of using or attempting to use doping products.

    The 31-year-old rider, who rides for the Liquigas team on the ProTour, was quizzed for two hours by CONI\'s anti-doping prosecutor, Ettore Torri.

    \"I told them everything I know,\" said Di Luca who was flanked by his two lawyers, Federico Cecconi and Tommaso Marchese. \"It was a cordial meeting and I am very confident about my future. I\'m calm and I am certain that I will come out of this situation clean.\"

    Earlier this week a civil court in Pescara acquitted Di Luca of any doping offense.

    Di Luca said he was focusing his mind on the world championships, which take place in Stuttgart, Germany in late September.

    \"I am training intensely and my big target for the season is to take part in the world championships and do everything to show that I am in top form,\" said the Italian.

    Di Luca is accused of having worked with Italian doctor Carlo Santuccione, who is under investigation for allegedly supplying banned substances to Italian sportsmen.

    Italian police started investigating Santuccione in 2003 after intercepting his telephone calls in a scandal known in Italy as \'Oil for drug.\''),(9620,200,'2007-07-14 14:31:00','Snap!','It really looks like the escapees have hit their limit, with the gap coming down, now 7:30 with 97km remaining. It\'s mostly Carlos Sastre\'s CSC team and Cadel Evans\' Predictor-Lotto boys pulling at the front. They\'re other teammate - Robbie McEwen - has struggled back on to the back of the main field. He\'s likely to be shelled off the back when the next hills kick in, though, and the team is not harboring fantasies of seeing a field sprint today, that\'s for sure.'),(9621,200,'2007-07-14 14:36:00','The gap','With 94km to go, the gap is now at 7:00 minutes, as the leaders pass through the feedzone.

    At the back of the main field, we see they yellow jersey catching back on. The CSC team is driving at the front of the peloton, but is most certainly not in an effort to protect the lead of Fabian Cancellara. He\'s going to lose the jersey today, that\'s almost certain.

    Up front our leaders are:

  • Ivan Gutierrez (Caisse d\'Epargne)
  • Linus Gerdemann (T-Mobile)
  • Juan Antonio Flecha (Rabobank)
  • Inigo Landaluze (Euskaltel-Euskadi)
  • Ruben Perez (Euskaltel-Euskadi)
  • Dmitriy Fofonov (Credit Agricole)
  • Egoi Martinez (Discovery)
  • Laurent Lefevre (Bouygues Telecom)
  • Benoit Vaugrenard (Française des Jeux)
  • Bram Tankink (Quick Step-Innergetic)
  • Paolo Savoldelli (Astana)
  • David de la Fuente (Saunier Duval-Prodir)
  • Martin Elmiger (Ag2r)
  • Fabian Wegmann (Gerolsteiner)
  • Jérôme Pineau (Bouygues Telecom). '),(9622,200,'2007-07-14 14:42:01','Cancellara','is moving up the peloton and working to lend a hand to his teammates. He knows his role is changing here.'),(9623,200,'2007-07-14 14:42:41','With 88km','remaining the gap is now down to 6:30.'),(9624,200,'2007-07-14 14:49:11','With 83km','to go, the gap is down to 5:40.'),(9625,200,'2007-07-14 14:57:01','On the day\'s','second rated climb, the Cat. 3 Cote de Cruseilles. The gap is now 5:30.'),(9626,200,'2007-07-14 15:00:44','It\'s nice','to see the German national champion in this break. Wegmann is a real talent and we\'re pleased to see him in the mix.'),(9627,200,'2007-07-14 15:04:00','Nearing the top','The men in the break are nearing the top of the climb. With 75km remaining, the gap is 6:10, meaning they\'ve bumped their advantage a bit.'),(9628,200,'2007-07-14 15:06:51','David de la Fuente','has scampered off the front to take the top KOM points. Up next is the Cat. 4 Cote de Peguin '),(9629,200,'2007-07-14 15:10:39','Peloton over the top','6:30 behind the peloton.'),(9630,200,'2007-07-14 15:15:59','','Shameless commercial plug here folks, but some of you might have forgotten\r\nthat in addition to a website, we here at VeloNews actually produce a magazine,\r\ntoo! We\'d sure like to encourage you to give the print version a look,\r\nso we\'re going to give new U.S. Subscribers today a free\r\nPark Tool I-Beam Mini Fold Up HexWrench/Screwdriver/\r\n
    Torx\r\nSet with their subscription. Give it a shot, folks. If you haven\'t\r\nsubscribed since the old days of the black-and-white folding tabloid,\r\nyou\'ll be surprised. '),(9631,200,'2007-07-14 15:18:51','Yellow jersey','at the front of the peloton, pulling hard. It\'s a nice sight to see the race leader doing the work of team rider.'),(9632,200,'2007-07-14 15:19:00','A French winner?','It\'s Bastille\r\nDay. Remember the epic solo victory of Laurent Jalabert in 2001? That was terrific. The response it France was spectacular and a real cause for celebration.'),(9633,200,'2007-07-14 15:25:25','Our leaders','Are closing in on the top of the Cat. 4 Cote Peguin and de la Fuente zips away and grabs more points. Ahead, the descent, a 20km respite on the flats and then the day\'s big hurdle, the Category 1 Col de la Colombière.'),(9634,200,'2007-07-14 15:32:00','The weather','In Bonneville, the temperature is 81F, clear. Wind from east at 5mph. 51% humidity. A really nice day!\r\n\r\nThe crowds on this climb are light, but the Bastille Day crowds are big on the day\'s major climb.'),(9635,200,'2007-07-14 15:37:47','On the flats','with 52km to go, the gap is still 6:44.'),(9636,200,'2007-07-14 15:39:50','With 50km','the gap is 6:45.

    Up front our leaders are:

  • Ivan Gutierrez (Caisse d\'Epargne)
  • Linus Gerdemann (T-Mobile)
  • Juan Antonio Flecha (Rabobank)
  • Inigo Landaluze (Euskaltel-Euskadi)
  • Ruben Perez (Euskaltel-Euskadi)
  • Dmitriy Fofonov (Credit Agricole)
  • Egoi Martinez (Discovery)
  • Laurent Lefevre (Bouygues Telecom)
  • Benoit Vaugrenard (Française des Jeux)
  • Bram Tankink (Quick Step-Innergetic)
  • Paolo Savoldelli (Astana)
  • David de la Fuente (Saunier Duval-Prodir)
  • Martin Elmiger (Ag2r)
  • Fabian Wegmann (Gerolsteiner)
  • Jérôme Pineau (Bouygues Telecom). '),(9637,200,'2007-07-14 15:41:49','Yesterday\'s contest winner','We\'ve been bad about publicly announcing the daily contest winners to the public (although we do contact them). Anyway, the winner of yesterday\'s contest is Sam James. Congratulations, Sam. You won a CatEye computer. If you folks want to win one, go to the top of the page and click on the Enter to Win button. Good luck.'),(9638,200,'2007-07-14 15:49:04','The Climb','The first big test of the Tour  the cat. 1 Col de la Colombière  is a bear of a climb with grades as high as 9 percent. Word from the top is that ther’s a headwind, meaning it will be tougher for a breakaway to succeed.'),(9639,200,'2007-07-14 15:52:31','Double points for Col de la Colombiere','A new rule implemented a few years back states that if the final ascent of the stage is category-two or higher, then double points will be awarded. The Col de la Colombiere is the first instance of this rule in the Tour’s 2007 edition. The means 30 KoM points for first, 26 for second, 22 for third and so on all the way to 8th place, which awards 10 points.'),(9640,200,'2007-07-14 15:55:41','Time check','The gap is coming down fast. With 38km to go it\'s 6:04 and dropping.'),(9641,200,'2007-07-14 16:01:25','Looking back','The last time this climb was contested in the Tour was a year ago during Floyd Landis’ now infamous stage 17 ride to Morzine. Before that the riders first over the top of the Colombiere were Marco Pantani (2000) and Richard Virenque (1997). Overall this is the 17th time the climb has appeared in the Tour.'),(9642,200,'2007-07-14 16:04:59','Levi speaks','Speaking with TV reporters this morning, American Levi Leipheimer predicted that the climb would create a big selection. “We usually do it the other way,†the Discovery captain said. “I think it’s going to be harder going this way.â€Â'),(9643,200,'2007-07-14 16:08:21','Time check','The bunch is being led by Lampre’s Paolo Bossoni and Alessandro Ballan, plus the entire CSC team. The gap is 5:10 with 163km of 197.5km covered.'),(9644,200,'2007-07-14 16:09:03','Here we go...','It\'s climb time.'),(9645,200,'2007-07-14 16:10:23','Yellow leading the way','CSC\'s Fabian Cancellara is setting the pace at the front of the field. Up front the break is already starting to break up, with Flecha falling off. Perez is also getting gapped.'),(9646,200,'2007-07-14 16:11:10','Oscar grouchy','Here\'s a quick word from Oscar Freire, who dropped out earlier in the day. \"I\'ve had the problem treated before in the hospital, but maybe this time I\'ll change tack and just go home and rest,\" said Freire.'),(9647,200,'2007-07-14 16:13:00','Il Falco doesn\'t fly','Astana\'s Paolo Salvodelli has been dropped out of the lead pack. Pineau is also falling away. At the other end McEwen is settling in. Cancellara is also dropped. That\'s all for his yellow jersey time. He just waved to the TV camera -- symbolic. '),(9648,200,'2007-07-14 16:14:30','At the front','There’s a group of three with de la Fuente, Gutierrez and Gerdemann.'),(9649,200,'2007-07-14 16:15:38','Attack','Sylvain Calzati (Ag2R) has attacked out of the bunch.'),(9650,200,'2007-07-14 16:18:00','Leaders','There are now four riders at the front of the race. Linus Gerdemann (T-Mobile), Ivan Gutierrez (Caisse d\'Epargne), David de la Fuente (Saunier Duval-Prodir), and Dmitriy Fofonov (Credit Agricole). There are 25km to go. Their lead is 5 minutes.'),(9651,200,'2007-07-14 16:20:40','10km to go on the climb','Rabobank is at the front. David Millar is also there. Millar could take over the yellow jersey if things go his way today. He came into the day 4th.'),(9652,200,'2007-07-14 16:22:22','Just two now','The two Spaniards have dropped off. Now it’s just Linus Gerdemann (T-Mobile) and Dmitriy Fofonov (Credit Agricole) up front. Rabobank is still controlling the front of the field.'),(9653,200,'2007-07-14 16:23:04','Time check','With 22.9km it\'s 4:40 from break of two to the field.'),(9654,200,'2007-07-14 16:26:30','The chase','Gutierrez, Landaluze and de la Fuente are about 25 seconds behind Fofonov and Gerdamann. The crowds are thick. It\'s still Rabobank at the front of the field. Hincapie and Leipheimer look comfortable in the middle of the bunch. Vino is there too.'),(9655,200,'2007-07-14 16:27:42','Cadel unsure','Cadel Evans (Predictor-Lotto) says he has no idea who’s going to win today: “I don’t know. We’ll see how my legs are. It’s always a little nervous in the first mountain stage. I’ll just ride my race and not worry about the others.†Evans is hoping to top his fifth place last year and become the first Australian rider to finish on the Tour podium.'),(9656,200,'2007-07-14 16:28:26','Rogers not worried','Michael Rogers (T-Mobile) says he’s not worried about a nagging knee problem: “It’s not perfect but we’ll get by. It should be OK in the mountains. We’ll see how it goes today. That will be a good indicator.†The Aussie three-time world TT champ injured his right knee in a crash at the Basque Country tour back in April and pulled out early of the Tour de Suisse.'),(9657,200,'2007-07-14 16:29:32','Gerdemann goes','The German has taken off on his own, and the bunch is now 5 minutes back. The 24-year-old is riding in his first Tour and making a name for himself.'),(9658,200,'2007-07-14 16:31:19','Field update','It\'s still Rabobank at the front with a few T-Mobile. Millar is dropped -- so much for yellow.'),(9659,200,'2007-07-14 16:33:12','Flecha drops back','He\'s drifted back into the main field after a long day in the break. In his hands are several bottles that he hands off to his three field-leading teammates.'),(9660,200,'2007-07-14 16:35:24','The leader','Gerdemann is now 30 seconds ahead of Fofonov. Landaluze and de la Fuente are at 0:45.'),(9661,200,'2007-07-14 16:35:59','Chase of three','Fofonov, Landaluze and de la Fuente are together now.'),(9662,200,'2007-07-14 16:37:17','Weigh in','In advance of the first big climb, the UCI was weighing bikes this morning before the start. Officials were randomly grabbing riders and pulling them behind the podium to hang the bikes on a digital scale for testing. Riders were told to take water bottles and helmets off the frames to test the official weight. One official said they were hoping to weigh about 50 percent of the bikes ahead of today’s stage. Any bikes under the weight wouldn’t be allowed to start. Officials also kept the option of weighing bikes at the finish line to catch any would-be cheaters.'),(9663,200,'2007-07-14 16:38:44','Paolo back in the bunch','Savoldelli has been caught. It\'s still Gerdemann up front with Landaluze chasing alone. Rabobank is still at the front of the shrinking field. '),(9664,200,'2007-07-14 16:41:17','Caisse d\'Epargne','is now at the front working for Alejandro Valverde'),(9665,200,'2007-07-14 16:43:08','1.8km to the top','It\'s still Gerdemann at the front, with Landaluze and then de la Fuente chasing hard. The field is 4:15 back.'),(9666,200,'2007-07-14 16:43:49','George dropped','Hincapie is out of the main field.'),(9667,200,'2007-07-14 16:45:51','Gerdemann in yellow?','The young German began the stage 20th overall at 0:58. If he keeps this up he could end up in yellow. 4:04 to the field. Caisse d\'Epargne continues to lead.\r\n'),(9668,200,'2007-07-14 16:48:22','Favorites in the field','Here’s some of the riders in the bunch: Rogers, Evans, Moreau, Karpets, Valverde, Mayo, Rasmussen, Pereiro, Leipheimer, Popovych, Parra, Kashechkin, Vinokourov, Boogerd, Gusev, Valjavec, Kirchen, Menchov, Garate and Astarloaza. 15km to go -- gap is 3:50.\r\n'),(9669,200,'2007-07-14 16:49:15','Gerdemann','is still cranking away. CSC leader Sastre is also in the main field.'),(9670,200,'2007-07-14 16:50:01','Gerdemann','is over the top. The crowds are massive.'),(9671,200,'2007-07-14 16:50:29','Landaluze','goes over 18 seconds back.'),(9672,200,'2007-07-14 16:51:20','Chris Horner','is in the main field. Rasmussen has attacked for KoM points.'),(9673,200,'2007-07-14 16:53:05','Rasmussen','is picking off the remnants of the break, making a run at maximum KoM points. He just got blocked by Ag2R team car, but now he\'s overe the top.'),(9674,200,'2007-07-14 16:53:50','3:20','between Gerdemann and the main field at the top of the climb. ZZZZZZoooooooommmm down the other side.'),(9675,200,'2007-07-14 16:54:28','Gerdemann','has 2:57 with 10km to go. He may make it.'),(9676,200,'2007-07-14 16:57:22','Time check','7.5km to go -- Gerdemann has 3:22 on field and 30 seconds on the closest chaser.'),(9677,200,'2007-07-14 17:00:02','Results Of Col de la Colombiere','The points at the top of the final climb were won by: \r\n1. Gerdemann (TMO) 30pts \r\n2. Landaluze (EUS) 26 \r\n3. De la Fuente (SDV) 22 \r\n4. Lefevre (BTL) 18 \r\n5. Fofonov (C.A) 16 \r\n6. Elmiger (A2R) 14 \r\n7. Rasmussen (RAB) 12pts'),(9678,200,'2007-07-14 17:00:37','Gerdemann','Is gonna do it -- 4km to go and he\'s in full tuck dropping towards the finish.'),(9679,200,'2007-07-14 17:02:37','Gerdemann closing in','He has a lead of 30 seconds over Landaluze as he rolls into Le Grand Bornand. His mouth is wide open, hands on hoods, digging hard.'),(9680,200,'2007-07-14 17:03:00','The field','is at 3:20'),(9681,200,'2007-07-14 17:03:56','Fresh laundry','Besides yellow, Gerdemann will also likely take over the whirte jersey. Quite a day fof the young man.'),(9682,200,'2007-07-14 17:04:32','1km to go','to the finish'),(9683,200,'2007-07-14 17:05:27','And it\'s official','Linus Gerdemann wins stage 7 of the Tour de France. He will be the new race leader.'),(9684,200,'2007-07-14 17:06:14','Landaluze','is second at 0:40.'),(9685,200,'2007-07-14 17:06:59','Gerdemann is cooked','with drool coming out of his mouth as he heads back stage for the awards ceremony.'),(9686,200,'2007-07-14 17:07:28','Third place is','de la Fuente.'),(9687,200,'2007-07-14 17:11:00','The favorites roll in','together -- but don\'t expect things to be so easy Sunday. Stage 8 includes three cat. 1 climbs including the finish atop Tignes'),(9688,200,'2007-07-14 17:11:37','Top 5','1. Linus Gerdemann (GER) TMO - 197.5km in 4h53’13\" (40.413km/h) \r\n2. Inigo Landaluze (ESP) EUS at 40\" \r\n3. David de la Fuente (ESP) SDV at 1’39\" \r\n4. Juan Mauricio Soler (COL) BAR at 2’14\" \r\n5. Laurent Lefevre (FRA) BTL at 2’21\"'),(9689,200,'2007-07-14 17:12:43','That\'s all folks','Thanks for joining us and be sure to check back Sunday. Live coverage will begin at 7 a.m. EST. '),(9690,201,'2007-07-15 13:08:51','Good day and welcome','to VeloNews.com\'s Live Coverage of the 8th stage of the 2007 Tour de France, a brutally difficult 165-kilometer ride from Le Grand Bornand to Tignes.

    This second alpine stage has an unusual, and tough, ending with three long climbs: one 20km (the two-part Cormet de Roselend, one 15km (up to Hauteville on the Petit St. Bernard pass), and a final one for 18km (the first part of the ascent to Val d\'Isère followed by 10km of climbing out of the valley to Tignes). \r\n\r\nThe last 2km are flat before the finish line. The final two climbs aren\'t particularly steep, but that was the case with the 2006 Tour\'s summit finish at Pla de Beret, and it proved very decisive.\r\n'),(9691,201,'2007-07-15 13:18:00','Today\'s stage','began hust about 20 minutes ago. With the stage opening with 8 kilometers of downhill, we saw a quick move from a group of five riders, with the move triggered by Lilian Jegou (Francaise des Jeux). He was joined by Stefan Schumacher (Gerolsteiner), Stephane Auge (Cofidis), Marcel Sieberg (Milram) and Alexander Efimkin (Barloworld).

    At 15km and approaching the summit of the day\'s first climb, the leaders only have a small gap on the field, led by T-Mobile.

    Remarkably, the pace has already dumped the sprinters out of the field and the laughing group will be forming up soon. The road ahead has some major obstacles for those boys. Odds are good that they won\'t be laughing too much by the finish.

    We have six rated climbs todoay:

  • - Category 4 Col du Marais (3.8km long at 4.1%), which summits at 15.5km
  • Cat. 3 Cote de Bouchet-Mont-Charvin (2km at 7.1%) at 22km
  • Cat.-2 Col de Temie (9.5km at 4.0%) at 46.5km
  • Cat. 1 Cormet de Roseland (19.9km at 6.0%) at 99.5km
  • Cat. 1 Montee d’Hauteville (15.3km at 4.7%) at 136.5km
  • Cat. 1 Montee de Tignes (18.0km at 5.4%) at the finish.\r\n'),(9692,201,'2007-07-15 13:23:37','On the second climb','the lead group has broken apart by an acceleration by Schumacher. The peloton, however, is just 14 seconds back.'),(9693,201,'2007-07-15 13:25:21','This is going to be a tough day','Already things are splitting up in the main field. This can\'t keep up. Jens Voigt is driving a big split off the front (Sastre is in there) and they are sweeping up the men in the original break. Schumacher summits the Cote du Bouchet with only five seconds on the chase group.'),(9694,201,'2007-07-15 13:29:39','The weather','today is quite warm - at around 85 - but that\'s in the valleys. Indeed, in a way, this day seems reminiscent of last year\'s 16th stage - the day Floyd Landis dehydrated and lost the yellow jersey. The route last year offered no respite between climbs, much like today. It was a few degrees warmer, but look at the profile. It\'s unforgiving. From the looks of it, we\'d guess that this stage has less than 10km of flat ground in total. As a rider works his way down the descents, he has little opportunity to relax, eat and drink enough in preparation for the next climb. Let\'s see how all of this shakes out.'),(9695,201,'2007-07-15 13:30:56','Questions?','We\'ll try to get to more of your questions today than we did yesterday. We can\'t promise that we\'ll get to them all. Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(9696,201,'2007-07-15 13:32:00','One of our favorites','Thomas Voeckler (Bouygues Telecom) has attacked on the descent and he has a about 20 seconds on the peloton.'),(9699,201,'2007-07-15 13:43:57','Shattered','The peloton has really broken apart, with several big groups forming up in echelons. We are trying to sort out just who is where in those groups. Stand by.'),(9697,201,'2007-07-15 13:37:00','Two of the most','common complaints we get is from readers who (1) want their updates in a different order or (2) are bothered by our Autorefresh. Well, the good news is that we addressed both of those issues way back before Paris-Nice, this year.

    Go ahead and scroll up to the top and notice that we have two little boxes:

  • refresh page automatically
  • show most recent first

    Go ahead and either check-or uncheck those boxes to suit your preferences. '),(9700,201,'2007-07-15 13:49:11','Voeckler','is about to be caught by a group of 20 riders. They are nine seconds back. The peloton, with the yellow jersey is just another 20 seconds back. Interestingly, we see Cadel Evans and George Hincapie and David Millar.'),(9701,201,'2007-07-15 13:50:37','Voeckler has company','as he and about 20 riders start on the day\'s third climb, the Category 2 Col de Temie, a 9.5km climb that averages just four percent. '),(9702,201,'2007-07-15 13:53:46','The peloton','is being driven by Rabobank. The yellow jersey, however, is not lending a hand in that chase, because Michael Rogers is in that lead group.'),(9703,201,'2007-07-15 13:59:00','The men in the lead','

  • Michael Rogers (T-Mobile)
  • Antonio Colom (Astana)
  • Thomas Voeckler (Bouygues Telecom)
  • Jens Voigt (CSC)
  • Mario Aerts (Predictor-Lotto)
  • David Millar (Saunier Duval)
  • José Luis Arrieta (Ag2r)
  • Stéphane Goubert (Ag2r)
  • Jorge Azanza (Euskaltel-Euskadi)
  • Gorka Verdugo (Euskaltel-Euskadi )
  • Stefan Schumacher (Gerolsteiner)
  • Bernhard Kohl (Gerolsteiner)
  • Christophe Le Mevel (Credit Agricole)
  • Lilian Jegou (Francaise des Jeux)
  • Benoit Vaugrenard (Fracaise des Jeux)
  • George Hincapie (Discovery)
  • Vicente Garcia Acosta (Caisse d\'Epargne)'),(9704,201,'2007-07-15 14:00:05','The men in the lead','have 1:24 over the peloton. Rabobank is now driving the chase as the leaders approach the top of the Col de Temie.'),(9705,201,'2007-07-15 14:02:00','Jegou','Lilian Jegou (Francaise des Jeux)has been dropped from the lead group. Behind, Juan Antonio Flecha is driving hard at the front of the peloton. The gap is 1:30

    Up front, we have\r\n

  • Michael Rogers (T-Mobile)
  • Antonio Colom (Astana)
  • David Millar (Saunier Duval)
  • Thomas Voeckler (Bouygues Telecom)
  • Jens Voigt (CSC)
  • Mario Aerts (Predictor-Lotto)
  • José Luis Arrieta (Ag2r)
  • Stéphane Goubert (Ag2r)
  • Jorge Azanza (Euskaltel-Euskadi)
  • Gorka Verdugo (Euskaltel-Euskadi )
  • Stefan Schumacher (Gerolsteiner)
  • Bernhard Kohl (Gerolsteiner)
  • Christophe Le Mevel (Credit Agricole)
  • Benoit Vaugrenard (Fracaise des Jeux)
  • George Hincapie (Discovery)
  • Vicente Garcia Acosta (Caisse d\'Epargne)'),(9706,201,'2007-07-15 14:03:47','The peloton','crests the Col de Temie at 1:40.'),(9707,201,'2007-07-15 14:11:20','The lead group','is dropping into Albertville. The rest of the day features three Category 1 climbs in rapid succession.'),(9708,201,'2007-07-15 14:16:00','The gap','The leaders are 106km from the finish and lead the peloton by 1:58.

    We see a chase group of five, but they are not getting anywhere.'),(9709,201,'2007-07-15 14:23:00','Chase','That chase group of five was caught at the edge of town. The leaders, however, are not losing time. They are now 2:09 up the road.'),(9710,201,'2007-07-15 14:36:16','The gap','With the big climb of the Cat. 1 Cormet de Roseland looming, the peloton is putting in a big effort. The gap is coming down a bit, now at 1:45. We can expect to see things to be sorted out in both groups on this climb. It\'s a long one at 19.9km with an average grade of six percent.'),(9711,201,'2007-07-15 14:40:00','Valverde','Alejandro Valverde made it safely through Saturday\'s stage and hopes for more today. Tignes is very similar to the Courchevel stage he won in the 2005 Tour. Here\'s what he had to say following Saturday\'s action: \"Everybody was expecting that first stage in the Alps. It is a fact that many riders were dropped while climbing the Colombière, but I believe that all the favourites finished in the same time, so that nothing is clearer this evening than it was yesterday. We knew that it was important to be very attentive since the first part of the stage and try to have a rider in the break in case one started very soon. Personally I felt good today. It was very hot the entire day and that made the stage harder, even if the rhythm was no really so fast. The stage of today will be a harder one and the most important thing for everybody will be to recover from the efforts made today.\"'),(9712,201,'2007-07-15 14:44:00','Alberto Contador','... finished quietly in the lead bunch yesterday. He expects more today: \"If the stage and the maillot jaune had been in game among the group of favorites it would have been different, but it is not the same thing when you know that already everything has been taken ahead. Today it will be a more demanding stage, with three big hills of more than 15 kilometers up. Because it will be a summit finish, there will be more war and there will be seen the cards that each favorite.\" '),(9713,201,'2007-07-15 14:47:02','The gap','The leaders are 1:42 ahead of the peloton.'),(9714,201,'2007-07-15 14:48:18','Back in the peloton',' Rabobank should be riding for Menchov today. Rasmussen is still too close in GC for the peloton to let him go away. Menchov said he\'s feeling good: \"The first week went well enough. There were no major problems. The work is done. Now we\'re entering the key stages. Let\'s see if the legs react.\"\r\n '),(9715,201,'2007-07-15 14:50:13','Through the feedzone','The leaders are working their way through the lunch spot. The gap is down to 1:41, but with three big climbs ahead, getting food and drink is critical here.'),(9716,201,'2007-07-15 14:54:18','On the climb','The leaders are on the base of the Cat. 1 Cormet de Roseland. Only 19.9km to go fellas.'),(9717,201,'2007-07-15 14:54:59','Millar dropped','He looks to be having a mechanical... he\'s back on the road. He looks relaxed.'),(9718,201,'2007-07-15 14:58:32','Rasmussen','is setting tempo at the front of the peloton. He\'s a guy who could bridge up to the lead group with little trouble.'),(9719,201,'2007-07-15 15:04:29','In the lead','The leading men are working their way up the climb. The gap is 1:54, with Millar about 20 seconds back.'),(9720,201,'2007-07-15 15:06:26','Mercado','has scampered out of the peloton and is chasing the leaders. He\'s already passed a couple of the stragglers. '),(9721,201,'2007-07-15 15:08:19','Rasmussen','is charging out of the field. He\'s passed Schumacher, who was dropped out of the lead group. '),(9722,201,'2007-07-15 15:10:00','Rasmussen','riding with David Arroyo (Caisse d’Epargne), is working his way up the road. We could expect to see him join the leaders at some point. That will certainly change the dynamic of the stage. Indeed, we could see a nice battle shape up between him and T-Mobile\'s team leader, Michael Rogers.

    That would make an interesting week, if those two are close on GC... well interesting until next Saturday\'s time trial.

    \"Chicken\" is not known as one of the peloton\'s best time trialists, that\'s for sure. Rogers\' three world championship jerseys in that discipline would suggest he\'s pretty good at racing the clock.'),(9723,201,'2007-07-15 15:14:19','12km from the summit','This is a long, long climb. The leaders are done with about 8km of it, but they\'ve another 12 to go... and then two more Cat. 1s.'),(9724,201,'2007-07-15 15:15:49','Schumacher','has not only been caught, but he\'s also been shelled by the peloton.'),(9725,201,'2007-07-15 15:22:14','Rasmussen','is catching several of the men in the original break. He\'s now riding with Rogers and Arroyo. Ahead, Gerolsteiner\'s Kohl is trying to get away on his own.'),(9726,201,'2007-07-15 15:22:38','Valverde?','is at the back of the peloton. Wow.'),(9727,201,'2007-07-15 15:24:21','In the peloton','While Valverde is suffering in the peloton, there are other big names up at the front of that group. We see Levi Leipheimer and the big bunch of top contenders.'),(9728,201,'2007-07-15 15:27:02','Rogers and Rasmussen','are there with Arroyo and José Luis Arrieta (Ag2r). Ahead, Kohl is about to be joined by Astana\'s Antonio Colom and Christophe Le Mevel (Credit Agricole). The gap back is 1:00 to the Rasmussen group and the peloton is now 3:27 behind Kohl. Interesting.'),(9729,201,'2007-07-15 15:32:02','The crowds','Huge groups of T-Mobile fans in full T-Mobile kit on Giant bikes. Lots of CSC, Crédit Agricole, Caisse d\'Epargne full kits too.

    The Tour estimates 0.5 million people watch each stage from the road side. If just 10 percent of them are on bikes, that\'s 50,000 people riding to watch - every day.

    We don\'t know how accurate 10 percent is for the whole course (lots of pedestrians/people in cars through towns and on flats) but we can tell you it seems at least a third of the people on the tops of the climbs rode up. \r\n'),(9730,201,'2007-07-15 15:34:45','A bit of a rest','The leaders are on the little flat section. The whole group of seven at the front are together now. We see Rasmussen, Rogers and the others ticking along before the climb kicks in again. '),(9731,201,'2007-07-15 15:36:00','The gap','back to the peloton is 4:08. There is a small chase group - including Hincapie - in between at 3:29.'),(9732,201,'2007-07-15 15:41:29','Up front','we have:

  • Michael Rogers (T-Mobile)
  • Michael Rasmussen (Rabobank)
  • David Arroyo (Caisse d\'Epargne)
  • José Luis Arrieta (Ag2r)
  • Antonio Colom (Astana)

    Christophe Le Mevel (Credit Agricole) got dropped, but he may get some help from the Hincapie group.'),(9733,201,'2007-07-15 15:44:00','Christophe Le Mevel','is with the Hincapie group. Those guys are about 1:20 behind the Rasmussen group. The leaders are closing in on the summit, riding through HUGE crowds. The peloton, meanwhile, is at 5:09.'),(9734,201,'2007-07-15 15:45:00','Oh that\'s ugly','We have a Borat look alike - in the ugly bathing suit (ick) - running along with the leaders waving an Astana jersey.

    It\'s moments like this that make us appreciate our old friend Didi, the devil.'),(9735,201,'2007-07-15 15:46:55','Up and over','The leaders are over the top.'),(9736,201,'2007-07-15 15:47:20','The Hincapie group','is over the top.'),(9737,201,'2007-07-15 15:51:31','The peloton','hits the summit at 5:30.'),(9738,201,'2007-07-15 15:59:24','CRASH!','Rogers and Arroyo have stacked it on the descent.'),(9739,201,'2007-07-15 16:00:23','Both are up','and riding, but Rogers had to get a new bike. Rogers hit a guard rail... and Arroyo went over it and into the trees. Man.'),(9740,201,'2007-07-15 16:02:13','Rogers','appears to be okay. He must be shaking from the adrenaline rush from that crash. '),(9741,201,'2007-07-15 16:05:41','Arroyo','flew into the woods and crawled back up to the road. It reminds us of a day we were following Johann Bruyneel on a descent in the 1996 Tour. He really decked it, flew over the edge, crawled back up (with Graham Watson and five others shooting pictures) and immediately asked for a new bike. Better him than us... we\'d have been wimpering and looking for our mommies.'),(9742,201,'2007-07-15 16:08:00','Whew','Rogers and Arroyo are back with the lead group. That\'s a relief for the Aussie fans.

    Back in the peloton, we\'ve learned of another crash. Not sure who it is, though.'),(9743,201,'2007-07-15 16:10:54','Leipheimer','has been dropped by the peloton... he\'s having a mechanical.'),(9744,201,'2007-07-15 16:11:53','Leipheimer','gets a new bike. No biggie. He\'s on the flats and is chasing.

    That original bike had a broken derailleur.'),(9745,201,'2007-07-15 16:13:51','Leipheimer','is regaining the field. He and the Disco car pretended to make a \"repair\" on the bike... he got a bit of a boost off of that.'),(9746,201,'2007-07-15 16:15:25','Rasmussen',' is driving the lead group now. We\'ll have to see how Rogers is...'),(9747,201,'2007-07-15 16:17:00','Rogers','is suffering. He\'s been dropped because of a strong acceleration by Rasmussen. Rasmussen is driving up there with Colom and Arroyo.'),(9750,201,'2007-07-15 16:21:46','Up front','Rasmussen is carrying the full load, setting tempo with Arroyo and Antonio Colom on his wheel.'),(9749,201,'2007-07-15 16:20:40','Leipheimer is in the field','but the peloton is completely stretched out in single file. He\'s now working his way up toward the front.'),(9752,201,'2007-07-15 16:27:43','In the peloton','We see a big crowd of top leaders, Leipheimer, Vinokourov, Kloden, Salvoldelli, Moreau... they are losing time to the Rasmussen trio of Colom and Arroyo.'),(9753,201,'2007-07-15 16:28:00','Rogers','is about to be caught by the Hincapie group. He looks to be suffering. He\'s having a heart-to-heart with his team director. How bad was that injury?'),(9754,201,'2007-07-15 16:31:09','Rogers','is caught by the Hincapie group. He looks to be in serious pain. Let\'s see if he can hang.'),(9755,201,'2007-07-15 16:32:44','Dropped','Rogers has been dropped by the Hincapie group. It looks like he is favoring his right hand. Did he break that wrist in the crash.'),(9756,201,'2007-07-15 16:34:01','The Rasmussen','group leads the Hincapie chase by about 3:30. The peloton is at 4:30.'),(9757,201,'2007-07-15 16:37:14','Rogers is struggling','and he\'s caught by the peloton. He\'s not even trying to hold the tempo. Poor Linus Gerdman is now in the leadership role.'),(9758,201,'2007-07-15 16:39:09','Word','in the press room is that Rogers broke his clavicle... but we have no confirmation of that. Also that un-identified crash victim was none other than Stuart \'Grady. He\'s in an ambulance and out of the Tour.'),(9760,201,'2007-07-15 16:41:52','We doubt','that Rogers broke his clavicle. But he does have something wrong. He\'s working up the climb, albeit slowly.'),(9761,201,'2007-07-15 16:42:35','Rasmussen','up ahead Rasmussen is about 2.5km from the top. He\'s got more than 5:00 on the peloton.'),(9762,201,'2007-07-15 16:44:27','Rasmussen','has upped the pace as the summit approaches. It looks like he won\'t have much trouble dumping these guys on the final climb.'),(9763,201,'2007-07-15 16:45:30','Rogers','has stopped. He is leaning over his bars... and weeping.

    He\'\'s now climbing into the team car. Michael Rogers\' Tour is over.'),(9764,201,'2007-07-15 16:46:02','Rasmussen','leads the three men over the top of the climb. One more climb to go.'),(9765,201,'2007-07-15 16:48:36','Kohl','is still chasing and is about to be swept up by the Hincapie group, which is about 4:20 behind Rasmussen. The peloton is at 6:20.'),(9781,201,'2007-07-15 17:19:14','Rasmussen','is now 10km from the top.

    The boys in white coats are breaking out the sample beakers here at the finish.'),(9782,201,'2007-07-15 17:21:31','Moreau','is feeling pretty confident. He\'s attacking out of the group. Mayo counters and Moreau jumps on his wheel. Ahead, only Colom and Arrayo... and then \'Chicken\' covering the last 10km of the climb.'),(9767,201,'2007-07-15 16:52:38','Vino','and crew are moving to the front of the peloton. That last climb is going to really going to shake this group. '),(9768,201,'2007-07-15 16:57:00','On the climb','Rasmussen is still driving at the front. He\'s 6:04 ahead of the peloton and 4:15 ahead of a group that includes George Hincapie.

    Back in the field, we saw CSC\'s Inigo Cuesta stacked in on the way to the climb. He\'s up and riding.'),(9769,201,'2007-07-15 16:59:07','Back in the peloton','The Astana team is driving the peloton. Suddenly the injuries those guys sustained the other day are looking pretty mild when compared to what we\'ve seen today.'),(9770,201,'2007-07-15 17:02:16','Arroyo is dropped',''),(9771,201,'2007-07-15 17:02:26','Colom is dropped',''),(9772,201,'2007-07-15 17:03:29','Rasmussen','Who began the day at 4:42 on GC is now plowing up the road on his own.'),(9773,201,'2007-07-15 17:04:45','Big action in the peloton','We saw an attack out of the peloton by Christophe Moreau. He was joined by Kloden, Valverde and a few others. They have caught and passed Hincapie.'),(9774,201,'2007-07-15 17:06:04','Moreau','is looking good on the climb. He\'s got Iban Mayo, Valverde, Kloden and... that\'s Contador coming up. Leipheimer is back in the peloton trailing Vino\'s wheel. This group has just 20 seconds on the peloton.'),(9775,201,'2007-07-15 17:06:31','Mayo','jumps out of the Moreau group.'),(9776,201,'2007-07-15 17:08:20','Valverde','is having a bit of trouble. Interestingly, Popovych and Contador are now in that group. Leipheimer is leaving the chase work to Vinokourov and the two Astana boys setting tempo for them.'),(9777,201,'2007-07-15 17:11:15','Correction','That\'s Andrey Kashechkin with the Moreau group. Kloden is back in the peloton with his team captain. The Astanas are chasing hard. We also see Chris Horner in that group. Sitting right behind Vinokourov is Leipheimer. Also in that group is the yellow jersey.'),(9778,201,'2007-07-15 17:12:00','Rasmussen','is leading the stage with 13km remaining. He has a healthy lead over the men he started the climb with.'),(9779,201,'2007-07-15 17:13:42','Popovych','is leading a group of seven that includes Schleck, Moreau, Valverde, Contador, Evans... They are closing in on Mayo. Kashechkin is fading a bit.'),(9780,201,'2007-07-15 17:15:00','Moreau','and company have caught Mayo. The Moreau group is really ticking along nicely. They are 4:50 behind Rasmussen... who has a lock on this stage.

    Meanwhile, Tour radio has reported that Marcus Burghardt has not dropped out as earlier reported.'),(9783,201,'2007-07-15 17:24:00','Rasmussen','is 1:50 ahead of Arroyo. Colom is at 4:20 and it looks like the Moreau group is coming up fast. The peloton is about a minute further down the road.'),(9784,201,'2007-07-15 17:26:00','The Moreau group','is about one minute behind Colom. The group includes Popovych, Contador, Evans, Mayo, Valverde, Kashechkin and Moreau'),(9785,201,'2007-07-15 17:28:45','Kloden','is setting a strong tempo for Vinokourov. That group includes Leipheimer, Sastre, Menchov.'),(9786,201,'2007-07-15 17:29:49','Moreau goes','Valverde catches and the others are chasing hard... and they catch.'),(9787,201,'2007-07-15 17:30:51','Popovych','is dropped out of the Moreau group, but Contador is still up there.'),(9788,201,'2007-07-15 17:32:05','Linus Gerdemann','has been dropped from the Kloden-led group.'),(9789,201,'2007-07-15 17:36:20','With','four kilometers to go, Rasmussen is on his way to another win in the mountains. He\'s going to be in the yellow jersey and the Polka Dot as well.

    Meanehile, the Kloden-led peloton is coming up on the Moreau group as they hit the five km-to-go mark.'),(9790,201,'2007-07-15 17:37:37','Moreau','is driving hard at the front of his little group. They are being trailed by the Kloden-led group by 30 seconds.'),(9791,201,'2007-07-15 17:39:13','Moreau','group has caught Arroyo. Contador appears to have had a mechanical. He\'s chasing.

    Behind, Sastre has attacked out of the Kloden-group. Vino looks like he\'s cracked.'),(9792,201,'2007-07-15 17:40:21','Sastre','has joined Contador and Menchov is joining them. They are about 10 seconds off of the Arroyo group... and Vino has blown. We can\'t see Leipheimer though...'),(9793,201,'2007-07-15 17:40:00','Rasmussen','is two kilometers from the top. It\'s all flat from here.'),(9794,201,'2007-07-15 17:41:44','Contador','attacks and gets away from Sastre and Menchov. He\'s closing in on the Moreau group.'),(9795,201,'2007-07-15 17:42:38','Mayo attacks out','of the Moreau group. Moreau has done all of the work in this group and is showing signs of fading.

    Rasmussen is in the final kilometer.'),(9796,201,'2007-07-15 17:43:47','Rasmussen','takes the stage.

    Let\'s take a look at the clock. Odds are good that he\'ll also have the yellow jersey today.'),(9797,201,'2007-07-15 17:44:26','Mayo','is away from the Moreau group. He\'ll be second.'),(9798,201,'2007-07-15 17:46:39','Mayo finishes with','a gap of 2:47'),(9799,201,'2007-07-15 17:47:00','The Moreau group','is led in by Valverde, then Moreau, Schleck, Evans and Kashechkin '),(9800,201,'2007-07-15 17:48:01','Leipheimer','finishes at 4:00.'),(9801,201,'2007-07-15 17:48:38','Vinokourov','Finishes at 4:30.'),(9802,201,'2007-07-15 17:49:31','Gerdemann','finishes at 5:05. He\'s lost the jersey, but only by about 25 seconds. Rasmussen is the new leader of the Tour de France.'),(9803,201,'2007-07-15 17:51:49','Rest Day tomorrow','Just a reminder that tomorrow is the first rest day of the Tour. Rasmussen will be the main interview target tomorrow. He\'ll be hosting the obligatory yellow jersey press conference, so we\'ll be able to ask him about his first shot at overall victory in the Tour. Is he content going for a third polka-dot jersey and working for Menchov?'),(9804,201,'2007-07-15 17:58:00','The Overall standings','1. Michael Rasmussen (Dk), Rabobank 15:37:42
    \r\n2. Linus Gerdemann (G), T-Mobile Team, at 00:43
    \r\n3. Iban Mayo (Sp) Saunier Duval - Prodir, at 02:39
    \r\n4. Alejandro Valverde (Sp) Caisse D’epargne, at 02:51
    \r\n5. Andrey Kashechkin (Kz) Astana, at 02:52
    \r\n6. Cadel Evans (Aus), Predictor - Lotto, at 02:53
    \r\n7. Christophe Moreau (F), Ag2r Prevoyance, at 03:06
    \r\n8. Alberto Contador (Sp), Discovery Channel Team, at 03:10
    \r\n9. Frank Schleck (Lux), Team Csc, at 03:14
    \r\n10. Denis Menchov (Rus), Rabobank, at 03:19
    \r\n11. Carlos Sastre (Sp), Team Csc, at 03:35
    \r\n12. Levi Leipheimer (USA), Discovery Channel Team, at 03:43\r\n'),(9805,201,'2007-07-15 18:17:26','Stage Results','
    Stage 8 – Results
    1. Michael Rasmussen (Dk), Rabobank 4:49:40
    2. Iban Mayo (Sp) Saunier Duval - Prodir, at 02:47
    3. Alejandro Valverde (Sp) Caisse D’epargne, at 03:12
    4. Christophe Moreau (F), Ag2r Prevoyance, at 03:13
    5. Frank Schleck (Lux), Team CSC, at 03:13
    6. Cadel Evans (Aus), Predictor - Lotto, at 03:13
    7. Andrey Kashechkin (Kz) Astana, at 03:13
    8. Alberto Contador (Sp), Discovery Channel Team, at 03:31
    9. Denis Menchov (Rus), Rabobank, at 03:35
    10. Carlos Sastre (Sp), Team CSC, at 03:35
    11. Haimar Zubeldia (Sp), Euskaltel Euskadi, at 3:59
    12. Levi Leipheimer (USA), Discovery Channel Team, at 03:59

    '),(9806,202,'2007-07-17 13:33:03','Good day and welcome','to VeloNews.com\'s Live Coverage of the ninth stage of the 2007 Tour de France, a tough 159.5-kilometer haul from Val-d\'Isère to Briançon.

    This stage features the Tour\'s highest mountain pass, the Col de l\'Iseran (9085 feet) right from the start, which is followed by 70km of downhill and flats before the very long ascent via the Col du Télégraphe to the rugged Col du Galibier (8678 feet). After 35km of descending from the Galibier, the 2km climb to the finish in Briançon averages almost 7 percent. \r\n\r\n'),(9808,202,'2007-07-17 13:41:00','Forget the tradition','Remember that the grand tours have generally featured relatively moderate transition stages after rest days? Well, screw that. No transitions here. The ninth stage starts with a climb up the hors categorie Col de l\'Iseran from the gun.

    Today\'s stage started an hour ago, with 171 riders leaving Val-d\'Isère. As expected, T-Mobile\'s Patrick Sinkewitz didn\'t make the start. He was injured in a post-stage crash on Sunday. The spectator he struck appears to be recovering, by the way. He emerged from a coma yesterday morning according to hospital officials in Grenoble.

    After an hour of racing the peloton has crested the summit of the Col de l\'Iseran, with Discovery\'s Yaroslav Popovych leading the way, with a 30-second advantage over Jose Ivan Guitierrez (Caisse d\'Epargne), Mikel Astarloza (Euskaltel), Vladimir Gusev (Discovery), Stef Clement (Bouygues telecom) and Benoit Vaugrenard (Francaise des Jeux) and 1:00 over the peloton.

    '),(9809,202,'2007-07-17 13:44:00','On the descent','The gaps are coming down a bit, as the race heads down the Col de l\'Iseran. Popovych is 17 seconds ahead of the five men behind him. It\'s a long way down, so we\'re likely to see a re-grouping before the Col du Telegraph starts at 86.5km. '),(9911,203,'2007-07-18 13:43:09','Good day and welcome','to VeloNews.com\'s Live Coverage of the 10th stage of the 2007 Tour de France, a long 229.5-kilometer race from Tallard to Marseille.

    It\'s a break from the mountains, but today\'s stage is by no means an easy one. In addition to the distance - which is considerable - the terrain offers up a steady of short, unrated leg breakers which will take a toll on anyone hoping to sneak away for a win. To cap it all off, there are two Category 3 climbs in the final 30km, which are likely to split up the break and also disrupt the chasing efforts of the sprinters\' teams. The Col de la Gineste, out of the small wine town of Cassis, summits 10km from the finish, which is on a wide boulevard on the eastern edge of Marseille. \r\n\r\n'),(9810,202,'2007-07-17 13:49:29','The Col d’Iseran','We\'re glad that the weather is nice today. The last time the Tour even considered using the Col d’Iseran, it snowed up top and the stage had to be shortened. We remember that year, for it\'s often chilly weather. Indeed, on a personal note, we remember following the race at one point and seeing a disheartened Lance Armstrong riding the course in reverse on his way back to his hotel. He wouldn\'t return to the Tour for another three years... with significantly different results.'),(9811,202,'2007-07-17 13:55:00','Popovych','has company. He\'s been joined by Jose Ivan Guitierrez (Caisse d\'Epargne), Mikel Astarloza (Euskaltel), Vladimir Gusev (Discovery), Stef Clement (Bouygues telecom) and Benoit Vaugrenard (Francaise des Jeux). They have 2:20 on the peloton.

    The TV feed has just shown poor Marcus Burghardt (T-Mobile) crashing into an unattended dog on the descent. The dog is okay...

    It looks like Burghardt is, too... the carbon wheel on the front of his bike, though, has passed on to a higher plane of existence.'),(9812,202,'2007-07-17 14:00:36','Burghardt','is back in the peloton.

    Up front, the lead group of six is now 2:34 ahead of the peloton. Chasing duties have fallen to the Rabobank team.'),(9813,202,'2007-07-17 14:01:54','Comments? Questions? Wanna win a CatEye computer?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(9814,202,'2007-07-17 14:06:29','The men up front','So how much of a threat are the men in the break? Let\'s have a look:

  • Yaroslav Popovych (Discovery), 28th at 7:32
  • Jose Ivan Guitierrez (Caisse d\'Epargne), 34th at 12:43
  • Mikel Astarloza (Euskaltel), 21st at 5:14
  • Vladimir Gusev (Discovery), 31st at 9:23
  • Stef Clement (Bouygues Telecom), 97th at 47:34
  • Benoit Vaugrenard (Francaise des Jeux), 86th at 41:44'),(9815,202,'2007-07-17 14:07:00','With 100km','remaining in today\'s stage, the leaders are 2:48 ahead of the peloton.'),(9816,202,'2007-07-17 14:12:05','Rasmussen','is tucked in comfortably behind six of his teammates who have taken up chase duty. They are now 3:06 behind the leading six.'),(9817,202,'2007-07-17 14:19:35','Reader question','Nicole K asks:
    What was the illegal mechanical assistance Levi received on stage 8? And what is a bidon pull?
    On Sunday\'s stage, Leipheimer had a major mechanical problem and had to make a bike change. That was perfectly legal, of course. What raised the ire of officials is that he then apparently feigned further difficulties and the Disco car came up to allow the mechanic to make adjustments to his bike. In those instances, a rider is allowed to hang on to the car, although the rules say that the rider/car combination can not make significant progress relative to the peloton. Apparently he did.

    Following that, he drifted to the other side of the car to get a bottle (bidon in French). Now in those cases, it\'s a tradition for the team director to hold the bottle outside of the window. Both he and the rider hang on to the bottle, while the director hits the accelerator. While it might be tradition, it\'s illegal and the Tour is being stricter about enforcing the rule that bars that.

    Leipheimer was fined for both transgressions, but he got a 10-second time penalty for the bottle trick... and that\'s the one he was most bothered by. But, no, he didn\'t seem to deny either offense.'),(9818,202,'2007-07-17 14:24:10','The gap','The six men up front are 3:24 ahead of the field. It\'s a long, long way down to the start of the climb up the Col du Telegraph, which is really just part of a long, long, long climb up to the top of the Col du Galibier. All told, that lethal combination represents about 37km of climb, with only a little break between the Col du Telegraph and the final haul up the Galibier.

    The odds certainly won\'t favor a guy like Rasmussen today for the stage win. He\'s quite likely to keep the jersey, but he won\'t be allowed to ride away as he did on Sunday.'),(9819,202,'2007-07-17 14:24:53','Contest reminder','If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(9820,202,'2007-07-17 14:26:40','At the feed zone','the peloton hits the feed zone at 3:34. It\'s all Rabobank at the front.'),(9821,202,'2007-07-17 14:32:11','The gap','with less than 80km to go, the gap is now at 3:47.'),(9822,202,'2007-07-17 14:38:51','Riding in yellow','... sure Rasmussen is decked out in Tour de France yellow, but several of you have written in to ask how Saunier Duval gets away with riding the Tour in its bright yellow kit, pointing out that the old ONCE team would wear pink in the Tour and its standard yellow for the rest of the season.

    The tour has no hard and fast rule on the requirement, but basic rule is that a team\'s regular kit cannot be confused with that of the GC leader. Apparently the Tour feels that the red, white and black highlights (including that weird black crotch) of the Saunier Duval kit is different enough to allow them to keep it. We might disagree, but they are not forcing them to switch.'),(9823,202,'2007-07-17 14:50:13','On the climb','the gap is down to 2:32... but the boys in the break are taking their chances and attacking early on.'),(9824,202,'2007-07-17 14:51:00','Astarloza','already has a nice little gap. He\'s looking good here on the lower slopes of the Telegraph.'),(9825,202,'2007-07-17 14:52:39','The peloton','is just 2:19 behind the fractured break. Astarloza is still ticking along on his own. He has 15 seconds on the rest of the men in the break.'),(9826,202,'2007-07-17 14:55:25','The gaps','lMikel Astarloza (Euskaltel) leads the race. He has about 20 seconds on Yaroslav Popovych (Discovery), Jose Ivan Guitierrez (Caisse d\'Epargne), and Vladimir Gusev (Discovery). Stef Clement (Bouygues Telecom) and Benoit Vaugrenard (Francaise des Jeux) are another 15 seconds back and then the peloton - which is already down to about 40 riders - is 2:19.

    Interestingly, it\'s David Millar at the front.'),(9827,202,'2007-07-17 14:57:41','The gaps','Astarloza is now just 10 seconds up on that Popovych group and the next two are at 25 seconds.

    Millar is driving hard, but some riders are managing to fight back on. The time gap from Astarloza back to the peloton has gone out a bit, and is now 2:50.'),(9828,202,'2007-07-17 15:03:19','','We would just like to remind folks that the VeloNews crew do more than\r\njust a website. We really do our best to produce the best English-language\r\ncycling magazine out there. We\'d like to encourage you to take a try, by\r\nclicking on our subscription\r\nlink and signing up for home delivery of VeloNews. There\'s a ton\r\nof content there that you will never find on the web. It\'s only available\r\non the pages of VeloNews magazine. If you subscribe today, we\'ll add a\r\nterrific subscription premium, a copy of Thomas Prehn\'s \"Racing tactics\r\nfor cyclists\" which offers terrific insight into the thinking of riders\r\nbattling for supremacy on a race like the Tour de France.'),(9829,202,'2007-07-17 15:04:10','The wind a factor?','Brisk headwinds were howling atop the Iseren climb, one of the most spectacular in all of Europe. The wind died down in the long approach off the Iseren rolling toward the Télégraphe/Galibier double-whammy, which helped any would-be breakaway artists. The great weather looks to hold, but there were some building clouds when the VeloNews car No. 2 rolled over the Galibier around 1 p.m., so there’s a slight chance of afternoon showers. The peloton will face more resistance as a stiff headwin kicked up on the valley approach to the Galibier.\r\n \r\n'),(9830,202,'2007-07-17 15:07:44','Astarloza','is flying. He\'s got a minute on the Popovych group. The peloton is at 3:08. Interestingly, Mauricio Soler (Barloworld) has scampered out of the peloton and is trying to chase on his own.

    Millar, meanwhile, has faded back. The Saunier Duvals are really driving hard, hoping to put Rabobank in isolation. The tactic is working a bit, since the Rabo\' ranks have been trimmed. Boogerd and Menchov are there for Rasmussen, but the rest of the Dutch team has drifted back.'),(9831,202,'2007-07-17 15:08:39','Moreau','As expected, the French are working themselves into a royal tizzy over the prospect that Christophe Moreau might be able to pull off the miracle victory. No Frenchman has won the Tour since Bernard “The Badger†Hinault win his fifth maillot jaune in 1985. Moreau received hero treatment in Tuesday’s edition of L’Equipe. The French sports daily ran a portrait of Moreau on its cover, with the headline asking the poignant question: “Is This the Tour of Moreau?†Inside, a panel of French cycling experts offered their take on Moreau’s candidacy. Hinault himself said, “he can win the Tour. Physically, he’s ready and psychologically, he’s in a euphoric period, winning the double of the Dauphiné Libéré and the French national title.

    Laurent Fignon said Moreau could win “if he doesn’t make any errors†while Bernard Thévenet said Moreau “feels liberated following the retirement of Armstrong, who conditioned all the rivals during his reign.â€Â'),(9832,202,'2007-07-17 15:11:10','Predictor','The team of Cadel Evans is up there, too. There are still many Astan riders - and of course, all of the big favorites - in the peloton. Up front Astarloza is approaching the top of the Telegraph. He has a 3:09 gap on the peloton. After he covers the final kilometer of the climb, he has a fast 5km descent and then a long haul up the Galibier.'),(9833,202,'2007-07-17 15:12:06','The crowds','Good crowds once again turned out to support the Tour. The Télégraphe and Galibier were packed with fans, with hardly any space along the entire climb. If you want to see the Tour in person, you gotta come early.'),(9834,202,'2007-07-17 15:14:21','Up and over','Igor Astarloza (Euskaltel) is over the top of the Col du Telegraph, about 21 seconds ahead of the Popovych group of four.'),(9835,202,'2007-07-17 15:16:08','Correction','The two Rabobanks working for Rasmussen are Dekker and Boogard. Menchov is not in there.

    Thomas Voekler and Laurent Lefevre (both Bouygues Telecom) have scampered out of the field to get points on the climb.'),(9836,202,'2007-07-17 15:17:23','The peloton','is over the top of the Col du Telegraph, 3:10 behind Astarloza.'),(9837,202,'2007-07-17 15:18:31','Dave Z','Is Dave Zabriskie long for the Tour? He told VeloNews on Monday’s rest day he’s in the “pain house†and complained of sore just about everything. Zabriskie’s been riding conservatively to try to save his legs to help the team in the climbing stages, often times soft-pedaling into the finish in the final kilometers. Zabriskie started second-to-last at 1:14:40 behind Rasmussen.\r\n \r\n'),(9838,202,'2007-07-17 15:19:17','The prez\'','French president Nicolas Sarkozy will be visiting the Tour today. The newly elected French leader continues a tradition of the nation’s president visiting the Tour for at least one day, a modern tradition started in 1975 by Válery Giscard d’Estaing.'),(9839,202,'2007-07-17 15:19:36','','Levi Leipheimer was sounding confident for the Tour’s decisive second half, but L’Equipe doesn’t rate his chances very high. The sports daily gave him a 0.5/10 chance of winning this year’s race, the same as Yaroslav Popovych, Linus Gerdemann and Oscar Pereiro. Of the top favorites, Andreas Kloden rated as their top pick at 7/10 followed by Moreau at 6/10 and Frank Schleck and Alexandre Vinokourov at 5/10.'),(9840,202,'2007-07-17 15:21:58','','American cycling legend Greg LeMond returned to the Tour de France on Monday to participate in the annual L’Etape du Tour, the annual public ride over one of the Tour stages. LeMond joined some 7,000 cyclo-tourists to trace the route of the 15th stage from Foix to Loudenville across the Pyrenees. Joining LeMond was his son, Geoffrey. Ex-pro Nicolas Fritsch “won†the day’s race.

    Old cycling fans may remember Geoffrey LeMond as that little boy hoisted on to the podium by his dad at the end of the 1989 Tour. We had dinner with the family last fall and Geoffrey is now quite grown up and he\'s developing a real interest in cycling. He\'s actually pretty good, too.\r\n \r\n'),(9841,202,'2007-07-17 15:22:49','On the Galibier','Astarloza is on the climb. The peloton, which includes all of the favorites, is just about to start too.'),(9842,202,'2007-07-17 15:23:50','Astarloza','has been joined by the chase group. Stef Clement almost made it back, but he quickly got dropped when Gusev jumps.'),(9843,202,'2007-07-17 15:27:07','How hard is this?','If you want to see how much work some of the boys in the peloton are doing,\r\ntake a look by clicking our link to live\r\nrider data.'),(9844,202,'2007-07-17 15:29:47','Time gap','the gap from the lead group of five riders is now 2:35.'),(9845,202,'2007-07-17 15:33:34','The impact of this stage','Today’s stage is one of those stages not to win the Tour, but certainly to lose it. (Please excuse the hackneyed cliche... it really applies today)

    The Galibier is a brutal climb and any rider not on top of their game runs the risk of getting spit out the back and losing contact over the summit. It’s a long way down to Briancon but it will be tough to latch back onto the group if they cede too much time. Alexandre Vinokourov – who won a similar stage in 2005 – said it’s a “stage difficult to define. Coming the day after the rest day, you run the risk of decompression, especially physically. I know that when I lost time in 2005 in the stage to Courchevel it came after a rest day. It’s an important rendezvous but it won’t be decisive, but one must always respect a climb like the Galibier. I expect a breakaway to pull away on the first climb.â€Â'),(9846,202,'2007-07-17 15:37:51','The gaps','So we have Guitierrez, Astarloza, Gusev, Popovych annd Clement (!) at the front. They are about 1:20 ahead of Barloworld\'s Soler Hernandez and Juan Miguel Mercado (Agritubel) is chasing at 1:50. The peloton is at 2:20, with Dekker and Boogerd setting tempo for Rasmussen.'),(9847,202,'2007-07-17 15:40:32','Yeeeeeehaw','Barloworld\'s Colombian Mauricio Soler is driving like crazy. He caught the leaders and then tried to ride right past them. Popovych jumped and latched on his wheel. The others have jumped on, too, although Gusev was put into trouble.'),(9848,202,'2007-07-17 15:44:58','With Soler','still driving the lead group, the gap to the peloton is down to 2:12. Meanwhile several riders are being spit off the back of the peloton, with a strong pace being set by Boogerd and Dekker.'),(9849,202,'2007-07-17 15:48:06','Mercado','is clsing in on the leaders now. At this point it\'s Soler and Popovych at the front... well, never mind. The Colombian has just shed Popo.'),(9850,202,'2007-07-17 15:49:08','The gaps','So, Soler is now off on his own. Popovych is trailing, ahead of Guitierrez and Astarloza.'),(9851,202,'2007-07-17 15:50:22','Valverde','Has attacked and blown apart the peloton. He is joined by Rasmussen, Cadel Evans, Contador, Leipheimer.... Astana is now forced to chase.'),(9852,202,'2007-07-17 15:51:55','Valverde','Has already swept up Mercado... the pace is high. Kloden has joined that elite group. Moreau is there. Vino did not make the split!'),(9853,202,'2007-07-17 15:53:44','Andrey Kashechkin','has been yo-yoing off of the back of the Valverde group. We are scrambling to ID the men in that bunch. Sadly, Linus Gerdemann (T-Mobile) is not among them'),(9854,202,'2007-07-17 15:55:12','That yellow jersey group','has most of the favorites, but Vino is not. He gets 37km to chase back on the descent, but .... Another attack by Valverde!'),(9855,202,'2007-07-17 15:55:30','Mercado','was caught and dumped... he\'s OTB.'),(9856,202,'2007-07-17 15:56:18','The Valverde group','has rid itself of Andrey Kashechkin '),(9857,202,'2007-07-17 15:56:44','Vino','has Andrey Kashechkin with him now. He\'s at about 30 seconds.'),(9858,202,'2007-07-17 15:58:12','The Valverde group','is down to 11.'),(9859,202,'2007-07-17 15:59:20','Moreau has been','dropped from the elite cadre, but he\'s fighting back. Valverde is still driving hard. Don\'t forget, though, that we have Soler still at the front of the race. He\'s at 3:00 ahead of the yellow jersey group.'),(9860,202,'2007-07-17 15:59:36','Contador','Attacks out of the yellow jersey group.'),(9861,202,'2007-07-17 16:00:00','Man, he\'s','flying! He just caught and passed Gusev.'),(9862,202,'2007-07-17 16:00:55','Here comes','Cadel Evans. Evans is fighting to join Contador. There is a formidable pair.'),(9863,202,'2007-07-17 16:03:00','Chasing','Contador is a group composed of Rasmussen, Valverde, Kloden, Leipheimer, Gusev, Juan Jose Cobo (Saunier Duval) and Iban Mayo.'),(9864,202,'2007-07-17 16:03:46','Contador','is setting such a pace and Evans has popped.'),(9867,202,'2007-07-17 16:09:36','Correction','We miss-IDed the Disco rider swept up by the Valverde group. It was not Popo\' it was Gusev. Popovych is chasing Soler... and Contador is moving up fast.'),(9866,202,'2007-07-17 16:06:34','Who is in the Valverde Group?','We see Valverde, Kim Kirchen (T-Mobile), Sastre (CSC), Rasmussen, Leipheimer... Kloden, Cobo and Mayo'),(9868,202,'2007-07-17 16:10:59','Soler','is over the top... and Popovych is about to be joined by Contador.'),(9869,202,'2007-07-17 16:11:58','Over the Galibier','The Disco duo of Popovych and Contador have crested the summit.'),(9870,202,'2007-07-17 16:12:33','Evans','crests the summit at 2:10... about 15 seconds behind Contador/Popovych.'),(9871,202,'2007-07-17 16:12:54','Valverde','leads the yellow jersey group over at 3:15.'),(9872,202,'2007-07-17 16:13:45','Now 36km','of a wild descent off of the Galibier. There is a nice little 1km climb to the line today... but lots of dangerous hairpins before that.'),(9873,202,'2007-07-17 16:17:22','Vino','has lost more than 1:30 to the yellow jersey. He needs to chase hard.'),(9874,202,'2007-07-17 16:19:22','Time gaps at the summit','Soler crested first

    He was followed by Contador and Popovych at 1:48

    Evans came through at 2:15

    Astarloza crested at 2:40

    The Valverde group came through at 3:08.'),(9875,202,'2007-07-17 16:22:44','Whois in the Valverde group','

  • David Arroyo and Alejandro Valverde (Caisse d\'Epargne)
  • Kim Kirchen (T-Mobile)
  • Carlos Sastre (CSC)
  • Michael Rasmussen (Rabobank)
  • Christophe Moreau (Ag2r)
  • Levi Leipheimer (Discovery)
  • Andreas Kloden (Astana)
  • Jose Cobo and Iban Mayo (Saunier Duval)'),(9876,202,'2007-07-17 16:23:33','Soler','is 22km from the finish and holds a 1:34 advantage over the Disco duo. They are making time on the Barloworld Colombian.'),(9877,202,'2007-07-17 16:24:45','Vinokourov','is with a group of four riders. They are now more than 2:00 behind the yellow jersey group.'),(9878,202,'2007-07-17 16:26:48','Evans','is losing time to Contador and Popovych. Soler has hit the 20km mark. He\'s about 1:30 ahead of the two men from Discovery.'),(9879,202,'2007-07-17 16:29:24','Lordy','it\'s a beautiful day in one of the world\'s most beautiful places.

    Unfortunately, the men on the road won\'t notice... they are concentrating on simply not crashing on this descent.'),(9880,202,'2007-07-17 16:29:50','Evans has been caught','by the Valverde/Leipheimer/Rasmussen group.'),(9881,202,'2007-07-17 16:33:36','Soler','is 14km from the finish. He\'s hanging on to a lead of 1:30 over Contador and Popovych.'),(9882,202,'2007-07-17 16:34:00','Time gaps','the two chasers are 1:22 behind Soler.

    The yellow jersey group is at 2:01.

    The Vino group is at 4:09. That Vino group is growing in size. We see Menchov and Chris Horner in there.'),(9883,202,'2007-07-17 16:37:05','There is a little','gap in the yellow jersey group.'),(9884,202,'2007-07-17 16:38:01','Contador','and Popovych are now 1:06 behind Soler.'),(9885,202,'2007-07-17 16:40:10','With 10km to go','the lone leader is 59 seconds ahead of the two chasers. Back in the yellow jersey group is split into two...separated by about 15 seconds. Leipheimer and Kloden and Sastre and Evans are caught in the second half.'),(9886,202,'2007-07-17 16:41:03','With 8.5km to go','Soler is 55 seconds ahead of the two chasers.'),(9887,202,'2007-07-17 16:41:49','The Vino group','is fighting back. They are now just 3:28 back.'),(9888,202,'2007-07-17 16:42:32','The split in the yellow jersey group','is now 21 seconds.'),(9889,202,'2007-07-17 16:43:00','Wow','The front half of the yellow jersey group is about to pull back the two Discovery riders. It\'s Rasmussen driving the effort there. The Leipheimer group is now 11 seconds behind the Rasmussen chase.'),(9890,202,'2007-07-17 16:44:59','Caught','Contador and Popovych have been caught by Rasmussen, with 5km to go.'),(9891,202,'2007-07-17 16:45:18','Soler','is one minute ahead of a solid chase group.'),(9892,202,'2007-07-17 16:46:28','The Leipheimer','group is 10 seconds behind the Rasmussen group. '),(9893,202,'2007-07-17 16:47:19','The Leipheimer','group is being driven by Kloden and they have bridged back with 4km to go.'),(9894,202,'2007-07-17 16:48:23','Soler','is 2.5km from the finish. He has 54 seconds on the yellow jersey group. He has a tough 1km climb, which you might recall from the Giro this year.'),(9895,202,'2007-07-17 16:49:31','he\'s about to hit the climb','Soler is approaching the steep little climb... he has 50 seconds. We might bet on Contador if anyone is going to catch.'),(9896,202,'2007-07-17 16:49:47','Popo',' driving hard at the front.'),(9897,202,'2007-07-17 16:50:15','Cadel Evans','is now pushing hard at the front. Leipheimer and Moreau are dropped.'),(9898,202,'2007-07-17 16:50:29','Soler on his way','... but he has a ways to go.'),(9901,202,'2007-07-17 16:51:55','Soler','is on his way toward locking up Barloworld\'s first ever Tour de France stage victory.'),(9900,202,'2007-07-17 16:51:17','Rasmussen really pushing hard','It looks like Soler may hold this. He\'s 500 meters from the line.'),(9902,202,'2007-07-17 16:52:08','Soler gets it.','Now lets watch the time.'),(9903,202,'2007-07-17 16:52:00','Valverde','gets the 12 second time bonus for second at 38 seconds. Sastre is third. Evans is fourth, Rasmussen is fifth and Leipheimer crosses right behind the yellow jersey.'),(9904,202,'2007-07-17 16:53:24','We have to check the clock','to see where Vino finishes today.'),(9905,202,'2007-07-17 16:53:58','Vinokourov','is on the final kilometer.'),(9906,202,'2007-07-17 16:56:16','A big group of riders','finishes with Vinokourov at 3:24... a big, big, big loss for a man once considered to be the favorite to win the 2007 Tour de France.

    Give us a few minutes and we\'ll assess the damage.'),(9907,202,'2007-07-17 17:05:21','Top ten on the stage','1. Juan Mauricio Soler (Col), Barloworld, 4:14:24
    2. Alejandro Valverde (Sp), Caisse d\'Epargne, at 0:38
    3. Cadel Evans (Aus), Predictor Lotto, at 0:38
    4. Alberto Contador (Sp), Discovery, at 0:40
    5. Iban Mayo (Sp), Saunier Duval, at 0:42
    6. Michael Rasmussen (Dk), Rabobank, at 0:42
    7. Levi Leipheimer (USA), Discovery, at 0:42
    8. Kim Kirchen (Lx), T-Mobile, at 0:46
    9. Andreas Kloden (G), Astana, at 0:46
    10. Carlos Sastre (Sp), CSC.'),(9908,202,'2007-07-17 17:05:00','Overall standings','1. Michael Rassmussen (Dk) Rabobank, 43:52:48
    2. Alejandro Valverde (Sp), Caisse d\'Epargne, at 2:35
    3. Iban Mayo (Sp), Saunier Duval, at 2:39
    4. Cadel Evans (Aus), Predictor-Lotto, at 2:41
    5. Alberto Contador (Sp), Discovery, at 3:08
    6. Christophe Moreau (F), Ag2r, at 3:18
    7. Carlos Sastre (Sp), CSC, at 3:39
    8. Andreas Kloden (G), Astana, at 3:50
    9. Levi Leipheimer (USA), Discovery, at 3:53
    10. Kim Kirchen (Sp), T-Mobile, at 5:06.'),(9909,202,'2007-07-17 17:15:05','Vino\'s damage','He finished in 20th today... well behind his biggest challengers. He\'s now sitting in 21st on GC at (gulp) 8:05 out of first place. In contrast, his teammate Andreas Kloden is 8th on GC, 3:50 out of first.

    We\'d love to be in that team meeting tonight. Even though we won\'t be, it seems that Astana has a new team captain. The decision to unleash Kloden today would indicate that the team has switched its hierarchy.'),(9912,203,'2007-07-18 13:47:29','Today\'s stage','Began at 12:15 today. There were 171 riders departing from Tallard, which means that no one dropped out of the race overnight.

    There have been several attacks over the first 90 minutes today. All of those efforts have failed, but T-Mobile\'s Marcus Burghart (yup the man who hit the dog yesterday) finally managed to escape at the 50km mark. He\'s now at 69km and has a minute lead on the peloton. Yup, he\'s looking at 175km on his own if he hopes to win this one. The odds are not good, but we can always cheer him on.'),(9913,203,'2007-07-18 13:48:54','Comments? Questions? Wanna win a CatEye computer?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(9914,203,'2007-07-18 13:56:02','You think you\'re having a bad day?','Try being Patrick Sinkewitz. Not only is in the hospital from an accident that occured after Sunday\'s stage in the Alps, he just learned that a June 8th doping test came back positive for testosterone. He has been suspended pending a test of his B-sample and perhaps a follow-up Carbon Isotope Ratio test to see if the elevated testosternone level is from exogenous sources

    Sigh... here we are in sports reporting and we spend so much time worrying about things on that topic that we have to develop interests in things medical and legal.'),(9915,203,'2007-07-18 14:05:57','German TV','Upon news of Sinkewitz\'s testosterone positive, German TV networks ARD and ZDF have suspended coverage of the Tour de France. '),(9916,203,'2007-07-18 14:09:12','Back to racing...','Burghardt understood that a lone rider stands a snowball\'s chance on a day like this, so when he heard that 10 chasers were working their way up the road, he waited for some welcome company.

    Now at 85km, the new group of 11 riders has a 2:00 advantage over the peloton.'),(9917,203,'2007-07-18 14:13:13','The lead group.','There is some real horsepower in this bunch:

  • Jens Voigt (CSC)
  • Juan Antonio Flecha (Rabobank)
  • Paolo Bossoni (Lampre)
  • Patrice Halgand (Credit Agricole)
  • Staf Scheirlinckx (Cofidis)
  • Michal Albasini (Liquigas)
  • Aleksandre Kuschynski (Liquigas)
  • Sandy Casar (Francaise des Jeux)
  • Cedric Vasseur (Quick Step)
  • Andriy Grivko (Milram)
  • Marcus Burghardt (T-Mobile)
    \r\n'),(9918,203,'2007-07-18 14:15:11','Time gap','The leaders are actually approaching the five-minute mark. This is a well-represented break, with riders from many big teams, none of whom poses a serious threat on General Classification. This one might actually succeed.'),(9919,203,'2007-07-18 14:18:35','Voigt','is the biggest GC threat in the bunch. He\'s 36th in the overall standings, 24:39 behind Michael Rasmussen. With sprinters\' teams like Quick Step, Milram and Credit Agricole represented and GC teams like CSC and Rabobank up there this group may be allowed to stay away. We usually don\'t put a lot of weight into the chances of break-away efforts like this, but this may be a day for the escapees.'),(9920,203,'2007-07-18 14:19:12','With 95km','covered thus far, the leaders are now 5:55 ahead of the peloton.'),(9921,203,'2007-07-18 14:23:12','Burghardt','We received several letters overnight from readers wondering about Marcus Burghardt\'s condition after that unfortunate encounter with the dog yesterday. Well, as you can see, he\'s none the worse for wear, having initiated today\'s break. The dog appeared to be okay, too. The carbon wheel, however didn\'t fare too well.'),(9922,203,'2007-07-18 14:27:26','At 100km','the gap is now 6:45.'),(9923,203,'2007-07-18 14:31:40','Where are you \"watching\" from?','While an 11-man break can be inspiring, a day that includes more than 100km with no attacks doesn\'t necessarily lend itself to dynamic commentary, so we\'re going to have to have some sort of diversion. So, we\'re going to offer a prize (from our very cool VeloGear catalogue) to the person following the Tour via VeloNews.com from the most unusual location. Drop us a line and let us know from what unusual corner of the globe from which you are tracking the Tour. We\'ll post a few of the best ones and announce a winner before the 10km-to-go mark.'),(9924,203,'2007-07-18 14:33:32','At km 104','the gap is growing. The 11 men up there are now 7:30 ahead of the peloton.

    As a reminder, the men in the break are:

  • Jens Voigt (CSC)
  • Juan Antonio Flecha (Rabobank)
  • Paolo Bossoni (Lampre)
  • Patrice Halgand (Credit Agricole)
  • Staf Scheirlinckx (Cofidis)
  • Michal Albasini (Liquigas)
  • Aleksandre Kuschynski (Liquigas)
  • Sandy Casar (Francaise des Jeux)
  • Cedric Vasseur (Quick Step)
  • Andriy Grivko (Milram)
  • Marcus Burghardt (T-Mobile)
    \r\n'),(9925,203,'2007-07-18 14:42:19','At 110','the leaders are pushing beyond 9:00. There really is no interest in the peloton in putting on a chase. At this point, we\'re going to start looking at what those two little Cat. 3 humps at the end will do to the composition of the group.'),(9926,203,'2007-07-18 14:48:33','Locations','We\'re getting a nice response to our \'unusual locales\' contest:
  • Noida, India
  • Kurashiki, Japan
  • Budapest, Hungary
  • Hout Bay, Cape Town, South Africa
  • \"the basement of a High school in Ruokolahti Finland\"
  • \"Midwest City, OK in an Air Force training class \"
  • \"Still stuck in a cube farm in Cleveland like the last five times you’ve asked me. \"
  • \"from a very small and cramped cubicle in the Pentagon in Washington DC\"
  • \"Baghdad International Airport Area\"
  • \"Johannesburg in South Africa! (go Barlow World!)\"'),(9927,203,'2007-07-18 14:56:45','You gotta wonder','Say what you will about Lance Armstrong\'s seven-year run, but in retrospect, unpredictable wasn\'t one characteristic of those times.

    Seriously, the race was often settled after the first week. (Remember the Metz time trial in 1999?) You can count on one hand the number of times his lead was really in doubt - the dehydrated time trial, the musette bag crash and the little cross-country trip after Beloki fell... \r\n

    \r\nWell, that\'s not something you can say about this year\'s Tour. It\'s a beautiful thing when you get to the half-way point of the Tour and there are still nine riders who could conceivably wear yellow into Paris. You gotta love it.'),(9928,203,'2007-07-18 15:02:14','With 105km','to go the leaders are now 11:15 ahead of the peloton. '),(9929,203,'2007-07-18 15:08:00','More corners of the globe','

  • \"From a hospital operating room in Greenville, SC (go George!!).\"
  • \"Port Williams, Nova Scotia, Canada\"
  • \"In-Flight Kitchen Saudi Arabian Airline - Jeddah, Saudi Arabia
  • \"How is this for a location - 45 minutes south of Mosul, Iraq. I am at Q-West Air Base, Iraq. We are near a town cal Qurrayah. It is 111 degrees and I am tracking the stage over your live coverage.
  • \"Skipping off from work in Prague\"
  • \"Norman, Oklahoma USA\"
  • \"From a Cube in Nashville, hiding from my boss most of the time, and trying to explain to IT why I need to have a connection open all morning..\"
  • \"Bainbridge Island, it\'s near Seattle, WA\"
  • \"Lusk, Wyoming\" (Come on... NOBODY actually lives in Wyoming - Editor)
  • \"nuclear power plant in Bridgman, Michigan\"
  • \"On a ferry from Elba via wi-fi\"'),(9930,203,'2007-07-18 15:11:46','Rabobank','is responsible for monitoring the break, but the gap is still around 11:00 with 100km left to go. We\'re still betting on the break succeeding.

    Our pick? Well, not that it matters (we can\'t win the CatEye contest), but our favorites have to be Voigt and Flecha.'),(9931,203,'2007-07-18 15:18:48','With 95km','to go, the gap is 10:51. So it\'s shrinking a bit. We still have to doubt that it will get reeled back in.'),(9932,203,'2007-07-18 15:34:35','Where are you?','More entries: (We\'ve already had 480 entries, so we can\'t post all, but we are reading them)

  • \"In a hotel room in Vancouver, BC waiting for breakfast.\"
  • \"Distracted from work, at my home office in Bennington, New Hampshire\"
  • \"Fargo, North Dakota\"
  • \"My cube for half the morning. My Blackberry and Velonews mobile the other half.\"
  • \"A superfund site in Southern Massachusetts \"
  • \"Steamboat Springs, Colorado with 3 month old son in lap drooling in anticipation\"
  • \"Pretending to work in my office at a bank in Jackson, MS. Don’t tell my boss.\"
  • \"Trading floor in NYC hedge fund \"
  • \"a U.S. Coast Guard Cutter in San Juan, Puerto Rico. \"
  • \"…..the sunny Cayman Islands!!\"
  • \"not caring about doping in Boone, NC\"
  • \"from the backseat of a taxi stuck in traffic in Manhattan. \"
  • \"My bathroom. Thank God for laptops…\"
  • \"Brooklyn. Fughetaboutit.\"
  • \"Beautiful Doha Qatar\"
  • \"Inside an oil refinery in Lithuania. We all miss Thomas Vaitkus and wish him a speedy recovery.\"
  • \" In Singapore today, but earlier this week from Bangkok. \"
  • \" In Singapore today, but earlier this week from Bangkok. \"
  • \"update from my computer at FOB Loyalty Iraq, just south of Sadr City\"
  • \"in a pharmacy in Fairmont West Virginia\"
  • \"Lying on my sofa in Hong Kong\"
  • \"I am on a plane from Louisville, Kentucky to Kansas City!\"
  • \"Greetings from Kenya! \"
  • \"from Bagram Afghanistan\"
  • \"from Maputo, Mozambique.\"
  • \"I am following the Tour from a farm outside of Jalalabad, Afghanistan\"'),(9933,203,'2007-07-18 15:35:23','Vino','Has dropped back to the doc\'s car. He\'s asking for a new bandage on his knee.'),(9934,203,'2007-07-18 15:35:38','With 85km to go','the gap is 10:00.'),(9935,203,'2007-07-18 15:42:39','And now a word from our sponsor','Shameless commercial plug here folks, but some of you might have forgotten\r\nthat in addition to a website, we here at VeloNews actually produce a magazine,\r\ntoo! We\'d sure like to encourage you to give the print version a look,\r\nso we\'re going to give new U.S. Subscribers today a free\r\nPark Tool I-Beam Mini Fold Up HexWrench/Screwdriver/\r\n
    Torx\r\nSet with their subscription. Give it a shot, folks. If you haven\'t\r\nsubscribed since the old days of the black-and-white folding tabloid,\r\nyou\'ll be surprised.'),(9936,203,'2007-07-18 15:46:00','With 77km to go','the men in the break are at 10:14. It seems to us that the gap is simply being maintained by the Rabobank \"chase.\" There is no real fear in the peloton that the men up there pose a real threat to GC, plus they have a guy up there and Flecha has won two Tour stages in the past, which can\'t hurt the team.

    As a reminder:

  • Jens Voigt (CSC)
  • Juan Antonio Flecha (Rabobank)
  • Paolo Bossoni (Lampre)
  • Patrice Halgand (Credit Agricole)
  • Staf Scheirlinckx (Cofidis)
  • Michal Albasini (Liquigas)
  • Aleksandre Kuschynski (Liquigas)
  • Sandy Casar (Francaise des Jeux)
  • Cedric Vasseur (Quick Step)
  • Andriy Grivko (Milram)
  • Marcus Burghardt (T-Mobile)
    \r\n'),(9937,203,'2007-07-18 15:59:58','More corners of the globe','
  • \"Being irresponsible, and paid for it, in Jackson, Missouri, USA\"
  • \"I am in Northern, Italy in Bozen, on vacation.\"
  • \"Small cube in SLC, UT...hiding from the boss!\"
  • \"We are in the ICU call room post shift catching up with the events of the day. In Chandler, AZ, USA\"
  • \"From the public defender’s office in Kalispell, MT\"
  • \"From a campground in the Great Smoky Mtns National Park. It\'s raining!! \"
  • \"Inside the U.S. Capitol\"
  • \"from a FEMA Trailer outside New Orleans...\"
  • \"Sacramento Airport going to Burbank, Go Chris Horner\"
  • \"Paducah KY – representing the Chain Reaction Cycling Club….where if 2 people show up “it’s a raceâ€Â!!!!\"
  • \"In office 106 developing the newest Maxxis tire (and watching the Tour)\"
  • \"Beacon, NY\"
  • \"From a Prison in Arizona, USA (where i work)\"
  • \"Homicide Haven...The southwest corner of Tennesse. You know, where the crooked mayor reigns supreme. Memphis, TN\"
  • \"…..in a van, down by the river!\"
  • \"from a dormitory in Tianjin, China. \"
  • \"A former Saddam palace in Baghdad, Iraq\"
  • \"How about Sedna Camp (63º 12\' 21\" N. 91º 14\' 48\" W), 30 miles north of Rankin Inlet in Nunavut?\"'),(9938,203,'2007-07-18 16:03:32','With 68km to go','It\'s becoming quite clear that the Rabobank team is content to let this one go... the leash seems to be around 10 mintutes.'),(9939,203,'2007-07-18 16:04:41','At 65km to go','the gap is 10:40... so today\'s winner will be one of the following:
  • Jens Voigt (CSC)
  • Juan Antonio Flecha (Rabobank)
  • Paolo Bossoni (Lampre)
  • Patrice Halgand (Credit Agricole)
  • Staf Scheirlinckx (Cofidis)
  • Michal Albasini (Liquigas)
  • Aleksandre Kuschynski (Liquigas)
  • Sandy Casar (Francaise des Jeux)
  • Cedric Vasseur (Quick Step)
  • Andriy Grivko (Milram)
  • Marcus Burghardt (T-Mobile)
    \r\n'),(9940,203,'2007-07-18 16:12:51','More locations','
  • \"I\'m reading live updates while off duty at Palmer Station, a reaserach lab in Antarctica.\"
  • \"the seat of my bike on my fluid trainer with the laptop on a table nearby\"
  • \"Bisbee, North Dakota.\"
  • \"Tour from my iPhone. At the moment, I\'m stuck in traffic \"
  • \"help... I\'m tied up in the trunk of a car ... from the smell, we\'re parked outside an IHOP!\"
  • \"Watching from a govt HQ bldg in DC. \"
  • \"Levi\'s real hometown Butte, Montana (Go Levi!)\"
  • \"Sitting in a basement next to a very large electron microscope in New Jersey. \"
  • \"Just down the street from VeloNews HQ in Boulder, shh!\"
  • \"Cub scout camp in the rain\"
  • \"I\'m in Toyonaka (suburb of Osaka) Japan.\"
  • \"In my office at Carnegie Mellon University \'studying\' for the Pennsylvania Bar Exam.\"
  • \"Now watching from Paris, just after returning from the stages in the Alps\"'),(9941,203,'2007-07-18 16:15:58','Ticking along','at 43kph today. It\'s a nice pace and we\'re betting this group makes it all the way to Marseille. The gap with 56.5km remaining is now 10:41.'),(9942,203,'2007-07-18 16:26:20','Hot day','It’s a stinker today, as in hot – very hot. Forecasters are calling for temperatures in the high 90s. It was already very warm at the start village in Tallard. Riders were cutting off the sleeves of their jerseys in a vain attempt to stay cool. Shade was a top commodity at the start as riders waited for the action to begin.'),(9943,203,'2007-07-18 16:26:58','The gap','Is 10:35 with 49km to go. The two Cat. 3s are still to come.'),(9944,203,'2007-07-18 16:29:11','You\'ve made your picks','but VeloNews editorial director John Wilcockson talked with five-time Tour champ Bernard Hinault before the start of Wednesday’s stage. Here’s what the Badger had to say:

    “I think that it’s Kloden’s battle to lose – between Kloden and Valverde. I think those are the two as favorites. Rasmussen must get 10 minutes ahead of the others to do the two time trials. And it’s not evident he can get that much time. But the Tour is not finished. That’s good. Lots and lots of things can happen.â€Â'),(9945,203,'2007-07-18 16:33:20','More locations','

  • \"On Broadway!\"
  • \"From the back room of my ice cream shop, Cheshire Connecticut\"
  • \"from 32 floors up in a condominium in Kuala Lumpur \"
  • \"Sir Robert Borden High School in Ottawa, Canada.\"
  • \"Area 51\"
  • \"I live in Neuquen, Argentina (Patagonia) a small town on the banks of two rivers, the Limay and Rio Negro. \"
  • \"Augusta, Missouri...Patching the numerous potholes on Highway 94 getting ready for the Tour of Missouri! \"
  • \"I\'m watching the live updates from a cube on the 15th floor in Denver, wishing I was out riding my Ibis. \"'),(9946,203,'2007-07-18 16:36:59','With 43km','to go, the gap is 11:00.'),(9947,203,'2007-07-18 16:40:52','Stapleton on Sinkewitz','T-Mobile manager Bob Stapleton said Wednesday his team welcomed the revelation that one of his riders, Patrik Sinkewitz, had failed a doping test.

    Far from being pessimistic, Stapleton - one of the architects of the German team\'s fight against doping - said it proved the team was keeping to its promise to weed out potential drugs cheats.

    \"It\'s certainly not a plus for our team,\" Stapleton said. \"Our stance is that we encourage targetted testing, out of competition testing. It\'s consistent with our view that if you don\'t do the right thing you get caught and suffer the consequences. It\'s disappointing for our management and athletes that this type of behaviour continues.\"

    Sinkewitz, who is currently recovering in hospital, expressed surprise at the result, and has five days in which to ask for a \'B\' sample test to prove his innocence.

    \"This is an athlete who committed to our code of conduct. If he stepped outside it is extremely disappointing,\" added the American. \"We support the test procedure and we support the sanctions even if it is an athlete of our team. It\'s good to see that it (the fight against doping) works. This increased testing is what our sport needs. It\'s in the best interest of the sport. When we decided to change the sport we knew that it would be risky. What we have to do is stay committed.\"\r\n'),(9948,203,'2007-07-18 16:42:51','Today\'s fiinish','After bombing down the fast and winding descent off the final KOM, riders will be faced with a wide-open straightaway into the finish. No roundabouts, no sketchy corners, no random traffic furniture. Just 2km of dead straight on Boulevard Michelet. '),(9949,203,'2007-07-18 16:47:25','The climbs','Ahead are the Category 3 Cote de Bastides (201.5km) and the Cat 3 Col de la Gineste (at 219.5km). \r\n'),(9950,203,'2007-07-18 16:48:00','With 194km covered','the gap is 10:39 and the first of the two final climbs will begin in a few kilometers. It should be fun to watch.'),(9951,203,'2007-07-18 16:51:35','The off-road boys','Dario Cioni says it\'s great to see a former mountain biker in the yellow jersey. Cioni, like Tour lead Michael Rasmussen and Cadel Evans, raced mountain bikes at the pro elite level for several years before turning to the road full-time in 2001-02. \"That proves that us ex-mountain bikers know how to ride a bike.\" Cioni is now one of Evans\' right hand men for the final battle for the podium. \"Now the entire team is for Cadel. There are some guys with some good legs to help him. The most imporant thing is that he has good legs. Will he finish at the podium? I don\'t want to jinx it by saying what I think!\"'),(9952,203,'2007-07-18 16:51:47','Leipheimer','Levi Leipheimer is pleased with his performances over the Alps, telling VeloNews before Thursday\'s start: \"I didn\'t feel great on the stage to Tignes, but yesterday I was right where I needed to be. I\'m happy with how things went in the Alps.\" Concerning his teammate Alberto Contador, he said: \"I\'ve never seen an acceleration like he did yesterday on the Galibier. He\'s riding phenomenal. It\'s better for the team to have two options.\"'),(9953,203,'2007-07-18 16:52:55','On the climb','The 11 men are on the lower slopes of the Cote de Bastides. With 5km left to climb, no one is really risking an attack yet... and they may not until the Col de la Gineste.'),(9954,203,'2007-07-18 16:54:25','Jockeying?','The boys are up front are getting antsy. They are not attacking, but they all seem worried that someone is going to do so soon.'),(9955,203,'2007-07-18 16:54:40','JENS!','There goes the first attack.'),(9956,203,'2007-07-18 16:55:34','Voigt has','been reeled in, but the bunch is now nervous.'),(9957,203,'2007-07-18 16:59:04','Another attack','Halgand has attacked and the gap is forming up.'),(9958,203,'2007-07-18 17:00:35','Halgand has company','Sandy Casar and Albasini have joined and they have a 7-second gap. Behind, the chase is on, but they appear to have dropped the Milram man, Grivko.'),(9959,203,'2007-07-18 17:01:30','Over the top','Halgand, Albasini, Casar are over... Voigt comes over five seconds back.'),(9960,203,'2007-07-18 17:05:00','More locations','Okay, the action is hotting up... we\'ll post these and then we\'re done for the day. We\'ll announce a winner soon... but we have a few hundred e-mails to sort through:

  • \"At an I-Hop. We left some guy tied up in the trunk of our car.\"
  • \"I should be studying for the New York Bar, but I can\'t stop reading the updates.....\"
  • \"from my car: we\'re driving through GA and I\'ve got you guys loading on my iPhone, checking up on the race as we zip across the state.\"
  • \"From the vineyards of Napa, California. \"
  • \"We watch daily the Tour from your web site here at McMurdo Station, Antarctica. It is very good! Too bad about Vinokourov...\"
  • \"Lubbock, Texas (missing Lance)\"
  • \"I am here in what we fondly refer to as the People\'s Republic of Cambridge, MA. Right in the middle of Harvard Sq\"
  • \"Metropolis, IL \"Home of Superman\".........BABY!\"
  • \"From a bar review class at the Georgetown Law School, Washington, DC\"
  • \"From a refinery in Corpus Christi, Texas\"
  • \"From a chemical plant in the Southern US . . . BOOM !!! Uh oh . . . \"
  • \"BAXTER STATE PARK HQ\"'),(9961,203,'2007-07-18 17:08:22','The Cote de Bastides','Shook things up...

    Right now, we have Voigt, Halgand, Albasini, Casar and Vasseur leading Burghardt, Flecha, Bassoni, Scheilinckx and Kuschynski by 40 seconds.'),(9962,203,'2007-07-18 17:11:47','With 18km to go','the five leaders are 35 seconds ahead of the five chasers. '),(9963,203,'2007-07-18 17:15:02','Albasini attacks','on the lower slopes of the Col de la Gineste, but Voigt has clawed his way back.'),(9965,203,'2007-07-18 17:16:07','Voigt is now','up front on the Col de la Gineste. He\'s setting a steady and fast tempo.'),(9966,203,'2007-07-18 17:17:34','The situation on the road','

  • Jens Voigt (CSC)
  • Patrice Halgand (Credit Agricole)
  • Cedric Vasseur (Quick Step)
  • Michal Albasini (Liquigas)
  • Sandy Casar (Francaise des Jeux)

    The leaders are 45 seconds ahead of

  • Juan Antonio Flecha (Rabobank)
  • Paolo Bossoni (Lampre)
  • Staf Scheirlinckx (Cofidis)
  • Aleksandre Kuschynski (Liquigas)
  • Marcus Burghardt (T-Mobile)
    '),(9967,203,'2007-07-18 17:18:24','Five km','to the top of the Col de la Gineste. The leading five are together and they are flying up the climb.'),(9968,203,'2007-07-18 17:22:00','The five leaders','are still together and 45 seconds ahead of the chasers. Poor Grivko is out in no-mans-land.

    The peloton is at 11:40.'),(9969,203,'2007-07-18 17:22:57','With 1.5km to the summit','of the Col de la Gineste, the five leaders are still together.'),(9970,203,'2007-07-18 17:25:46','Near the top','The five leaders are near the top of the climb, at the 10km-to-go mark.

    Then it\'s a drop to the finish. It would have to favor a fearless and powerful rider like Voigt.'),(9971,203,'2007-07-18 17:26:38','Halgand','tries a final uphill dig as they crest the climb, but no way is Voigt letting that boy go... Didn\'t Halgand see Voigt\'s wristband?'),(9972,203,'2007-07-18 17:27:00','The chase','crosses at 48 seconds... '),(9973,203,'2007-07-18 17:29:34','With 6km to go','the roads are wide and straight. The five leaders have a nice 1:00 advantage on the chasers now.'),(9974,203,'2007-07-18 17:30:00','With 5km','to go, the leaders are still powering into town.'),(9975,203,'2007-07-18 17:31:43','It will','most certainly be one of these guys... Voigt? He\'s attacking with 4km to go.'),(9976,203,'2007-07-18 17:32:14','Voigt caught','but there are going to be fighting all the way to the finish.'),(9977,203,'2007-07-18 17:32:52','One rider','who is playing it quiet is Albasini.... Vasseur goes! Albasini locks on to his wheel.'),(9978,203,'2007-07-18 17:32:59','Al together again',''),(9979,203,'2007-07-18 17:33:19','3km to go','the game playing continues.'),(9980,203,'2007-07-18 17:33:47','2km to go',''),(9981,203,'2007-07-18 17:34:19','Voigt is stuck','up front, with 1.5km to go. They won\'t let that boy attack from the back.'),(9982,203,'2007-07-18 17:34:40','1km to go',''),(9983,203,'2007-07-18 17:35:04','Albasini','locked on Voigt\'s wheel.'),(9984,203,'2007-07-18 17:35:34','Sloow','Like a track sprint.'),(9985,203,'2007-07-18 17:35:49','Watching with 400km to go',''),(9986,203,'2007-07-18 17:36:00','Vasseur','goes... he sneaks through with 200 meters to go.'),(9987,203,'2007-07-18 17:36:40','Vasseur surprises them all',''),(9991,203,'2007-07-18 17:45:53','Field sprint','with a few points still on the line, the peloton is sprinting for the line.'),(9992,203,'2007-07-18 17:47:18','Close one','Boonen is close... but it looks like a photo finish (for 12th place).'),(9989,203,'2007-07-18 17:38:00','','1. Cedric Vasseur (F) Quick Step, 5:20:24
    2. Sandy Casar (F), Francaise des Jeux
    3. Michal Albasini (I), Liquigas
    4. Patrice Halgand (F), Credit Agricole
    Jens Voigt (G), CSC, all s.t.
    6. Staf Scheirlinx (B), Cofidis, at 0:36
    7. Paolo Bossini (I), Lampre, s.t.
    8. Marcus Burghardt (G), T-Mobile, at 1:01.'),(9990,203,'2007-07-18 17:45:00','The peloton','is still on the road, but we won\'t see any changes in GC'),(9993,203,'2007-07-18 17:49:25','No changes in GC','The big contenders all came in together... there will be no changes in the GC picture, save for the fact that some of the men in the break today will move up... but not into the top 10.'),(9994,203,'2007-07-18 17:58:56','Our contest winner','It\'s never an easy decision. In the past we\'ve picked readers who were working in Antarctica, hanging out in Sadam\'s palaces and in Vietnam... It\'s never an easy choice. Today, we\'re sticking with North America. The reader who wrote that he (or she) was checking in from \"Sedna Camp (63º 12\' 21\" N. 91º 14\' 48\" W), 30 miles north of Rankin Inlet in Nunavut\" is our winner today. Drop us a quick note and we\'ll make sure that you get a nice gift.

    Thank you all for entering today. It\'s always wonderful to see from where folks are reading. See you tomorrow and cheers. '),(9995,204,'2007-07-19 12:52:00','Good day and welcome','to VeloNews.com\'s Live coverage of the 11th stage of the 2007 Tour de France, a nearly flat 182.5km ride from Marseille to Montpellier.

    Aside from the Category 4 Côte de Calissanne, a little 1.7km climb that averages 5.6 percent, this is a dead-flat ride along the Camargue marshes of the Rhône delta, just north of the Mediterranean coast.

    This may be a day for the sprinters. Of course the guy who won here last time the Tour finished in Montpellier won\'t be among them. Robbie McEwen is out of the Tour already, but Erik Zabel, Robbie Hunter, Thor Hushovd and Tom Booned are all here.

    Of course, the stage that finished in Montpellier in 2005 almost went to the men in that day\'s break. You may recall that poor Chris Horner and Sylvain Chavanel were swept up within 100 meters of the finish after being on the attack all day.'),(9996,204,'2007-07-19 12:54:00','Rollin\', rollin\', rollin...','the peloton is riding through the Neutral Zone and we should see a start here in a bit. It\'s a long ramble today, with 11.4 kilometers of neutral riding before the official start at the edge of town. It\'s common in big cities like Marseille for the Neutral Zone to be longer than those in small towns. Just for those who wonder, those 11.4km are not part of the 182.5km of the day\'s stage. It\'s merely a parade route through town, which the Tour uses both for safety reasons and to give fans a chance to see their favorite riders for more than a second or two.'),(9997,204,'2007-07-19 13:04:00','The Points Race','the big contest on a day like this will be the sprinters\' points available along the way and at the finish. Tom Boonen leads Erik Zabel by 16 points, so the green jersey leadership could concievably change today.

    One contest that probably won\'t be changed - unless Michael Rasmussen drops out - is the KOM race. The Dane has 98 points, compared to Mauricio Soler who has 79. There are but three points on the line today, with that Cat. 4 at km 38. Nonetheless, since Rasmussen has another jersey to wear, you will see Soler in Polka Dots today.'),(9998,204,'2007-07-19 13:13:59','Comments? Questions? Wanna win a CatEye computer?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(9999,204,'2007-07-19 13:17:24','Yesterday\'s locales poll','We were quite pleased with the overwhelming response to our question about the places - near and far - from which you were following the Tour. We received nearly 1000 e-mails from all over the world, including two from researchers in Antarctica, many from cube farms all over the U.S. and Europe... heck even corners as remote as Wyoming (who\'da thunk?).'),(10000,204,'2007-07-19 13:12:00','On your marks...','The flag is dropped'),(10001,204,'2007-07-19 13:14:00','Attack?','Agritubel\'s Freddy Bichot is on the attack. Stephan Auge is chasing... they have a very tiny advantage, though.'),(10002,204,'2007-07-19 13:20:09','With 4km covered','the peloton is all together.'),(10003,204,'2007-07-19 13:24:32','At 6km','We see a big group forming up at the front. The gap is still small and, like us, the peloton (and team directors) are trying to figure out who is up there, before these guys are allowed to get too far up the road. Stand by.'),(10004,204,'2007-07-19 13:27:45','Millar','We think we see David Millar in the 20. Whether he\'s there or not, we do want to mention that the British rider is apparently poised to sign a deal with the U.S.-based Slipstream team, run by Jonathan Vaughters, the former U.S. Postal and Credit Agricole rider. Indeed, Millar is one of several very interesting riders said to be joining the team next year.'),(10005,204,'2007-07-19 13:33:36','At 15km','there are two groups off the front. A group of nine is about 40 seconds ahead of the field. They are followed by a big gang of 26 about 15 seconds back.

    Interestingly, the front group includes Jens Voigt and Sylvain Chavanel.'),(10006,204,'2007-07-19 13:37:21','The leading 9','

  • Jens Voigt - CSC
  • David Arroyo - Caisse d\'Epargne
  • Daniele Bennati - Lampre
  • Heinrich Haussler - Gerolsteiner
  • Pierrick Fedrigo - Bouygues Telecom
  • Nick Nuyens - Cofidis
  • Sylvain Chavanel - Cofidis
  • Benoit Vaugrenard - Fraincaise des Jeux
  • Kanstanstin Siutsou - Barloworld
    At 19km, the nine now have 1:00 on the peloton. The chasing 26 have been reabsorbed.'),(10007,204,'2007-07-19 13:40:41','Voigt and Chavanel','Jens Voigt was pretty bummed about missing the win yesterday, since he really wanted to dedicate the win to his teammate Stuart O\'Grady, who is still in the hospital, beginning a long road to recovery after that horrible crash earlier in the Tour.

    Chavanel, meanwhile, was in that long break in 2005 and was caught within seconds of the finish line in Montpellier. Maybe he wants a do-over.'),(10008,204,'2007-07-19 13:41:40','At 24km','the leading nine are 1:00 ahead of the main field. There is another group of 10 as-of-yet-unidentified riders now trying to bridge.'),(10009,204,'2007-07-19 13:44:35','That second group','is growing. It\'s now up to 19 riders. We have to doubt that the peloton is going to let them go, creating a 27-man break. The nine in the lead, are 1:00 ahead of the peloton and 35 seconds up the road from the chase.'),(10010,204,'2007-07-19 13:42:00','Caught','the big chase group is back in the peloton.'),(10011,204,'2007-07-19 13:49:06','The nine leaders','are at 30km and the peloton is 1:05 back.'),(10012,204,'2007-07-19 13:53:59','The top GC','threat in the break is Kanstantsin Siutsou from Barloworld. He\'s 24th at 9:00.

    The man who filled that role in yesterday\'s break, Jens Voigt (CSC) is in the mix, too. He\'s 31st on GC, at 13:59. He knocked a good 11 minutes off of his 24-minute deficit by being in yesterday\'s break.

    He must have read his wristband again today. The guy is tenacious as all get out.'),(10013,204,'2007-07-19 13:54:30','At 36km','the men in the lead have 1:25 over the peloton.'),(10014,204,'2007-07-19 13:55:00','The men up front','

  • Jens Voigt - CSC
  • David Arroyo - Caisse d\'Epargne
  • Daniele Bennati - Lampre
  • Heinrich Haussler - Gerolsteiner
  • Pierrick Fedrigo - Bouygues Telecom
  • Nick Nuyens - Cofidis
  • Sylvain Chavanel - Cofidis
  • Benoit Vaugrenard - Fraincaise des Jeux
  • Kanstanstin Siutsou - Barloworld
    '),(10015,204,'2007-07-19 13:59:18','Today\'s weather','It\'s hot again out on the road. It\'s 90 degrees, but that usually means that the temperatures on the tarmac.'),(10016,204,'2007-07-19 14:00:48','In the peloton','the Rabobank team gets the pleasure of leading the chase today. '),(10017,204,'2007-07-19 14:06:56','Two of the escapees','earned stage wins in last year\'s Tour. Fedrigo won the 14th stage of the 2006 Tour and Voigt won the day just before that.'),(10018,204,'2007-07-19 13:58:00','Up and over','the escapees are over the day\'s first and only climb. Kanstantsin Siutsou took top KOM points, followed by Fedrigo and Nuyens.'),(10019,204,'2007-07-19 14:10:33','The pace is quite high','The leaders are already at km47 and racing only started at 1:12 p.m., so the pace is quite brisk. The leaders are 2:05 ahead of the peloton.'),(10020,204,'2007-07-19 14:13:04','The first hour','It looks like the leaders are on track to having covered 50km over the first hour.'),(10021,204,'2007-07-19 14:15:32','Rabobank','is pulling the escapees back ... at least a bit. The gap at 50.5km is 1:50.'),(10022,204,'2007-07-19 14:22:32','Yanking the leash','The Rabo\' boys don\'t seem to be in the mood to let anyone go. The leaders are at km 57 and the gap is now down to 1:20.'),(10023,204,'2007-07-19 14:31:14','Wow','Some one has it out for these guys. The leaders are at km 64 and they are less than a minute ahead of the peloton. Did someone, somehow, offend someone?'),(10024,204,'2007-07-19 14:33:29','Pulling \'em back','The leaders are at 65km and just 29 seconds off the front. Mmmmmm....'),(10025,204,'2007-07-19 14:35:59','Chavanel','tries to get away. Vaugrenard is joining him, as is Bennati.'),(10026,204,'2007-07-19 14:37:02','The other six','have been reeled in.

    The Chavanel trio is now 30 seconds up the road at the 68.5km mark.'),(10027,204,'2007-07-19 14:40:56','A new group','is forming up. The leading trio is 40 seconds up from the peloton and a group of eight is now trailing them by about 20 seconds.'),(10028,204,'2007-07-19 14:49:10','The three','Up front we have:

  • Sylvain Chavanel (Cofidis)
  • Benoit Vaugrenard (Francaise des Jeux)
  • Daniele Bennati (Lampre)... but they are just 10 seconds ahead of the peloton, which yanked that chase group of eight back into the field. We\'re at 79km.'),(10029,204,'2007-07-19 14:51:04','Wegmann','from Gerolsteiner is giving chase now. The lead trio are just a few seconds up and Wegmann is trying to join.'),(10030,204,'2007-07-19 14:51:23','Nope','that didn\'t work.'),(10031,204,'2007-07-19 14:51:44','Only Chavanel now',''),(10032,204,'2007-07-19 14:52:05','Caught','so

    '),(10033,204,'2007-07-19 14:53:42','Zooom','the pace is still high. There are new attacks forming, but it looks like no one is in the mood to let anyone get away.'),(10034,204,'2007-07-19 14:55:51','Wegmann','is trying again. He has Phillipe Gilbert.... but they are not getting too much distance.'),(10035,204,'2007-07-19 14:56:00','We have four riders','off the front, with a bit of a gap:

  • Fabian Wegmann (Gerolsteiner)
  • Xavier Florencio (Bouygues Telecom)
  • Philippe Gilbert (Française des Jeux)
  • Dmitriy Fofonov (Credit Agricole)

    Saunier Duval\'s David Millar is trying to bridge'),(10036,204,'2007-07-19 15:01:08','Millar making progress','The four leaders are 40 seconds ahead of the main field and Millar is 10 seconds behing them.'),(10037,204,'2007-07-19 15:02:57','The four leaders','Are 1:05 up the road. Millar trails them by 15 seconds.'),(10038,204,'2007-07-19 15:05:10','Leaders at 1:05','But Millar is now at 28 seconds. He\'s trapped in no-mans-land.'),(10039,204,'2007-07-19 15:07:12','The leaders','are 2:00 minutes ahead of the peloton and 28 seconds ahead of Millar.

    There are 89km remaining.'),(10040,204,'2007-07-19 13:50:00','Moreau','Christophe Moreau has crashed. He\'s up and riding, but he has a healthy dose of road rash on his left hip.'),(10041,204,'2007-07-19 15:11:03','Oh the pain','Poor David Millar. While the leaders are 3:00 ahead of the peloton, they are still 25 second behind them. He\'s making progress but he\'s working hard to catch.'),(10042,204,'2007-07-19 15:11:52','The leaders have crossed','the intermediate sprint mark at 96km. Millar comes through at 18 seconds.'),(10043,204,'2007-07-19 15:13:10','Millar','has made it. He\'s with the leading four.'),(10044,204,'2007-07-19 15:14:33','The leading five','Millar made it. So up front we have:

  • David Millar (Saunier Duval)
  • Fabian Wegmann (Gerolsteiner)
  • Xavier Florencio (Bouygues Telecom)
  • Philippe Gilbert (Française des Jeux)
  • Dmitriy Fofonov (Credit Agricole)'),(10045,204,'2007-07-19 15:15:51','Moreau','is back at the medical car. Getting his road rash treated. '),(10046,204,'2007-07-19 15:21:04','Contest Reminder','Go ahead and take a look at the top of the page. Click on the Enter to Win link and let us know who you think will win today.'),(10047,204,'2007-07-19 15:21:57','Wowie','The gap has really gone up. The leading quintet has an advantage of 6:00 with 78km remaining.'),(10048,204,'2007-07-19 15:23:56','Of the men in the lead','The best-placed rider is Credit Agricole\'s Dmitry Fofonov, who began the day in 40th place on GC, 28:10 out of first.

    From the looks of it, the break seems to be a bit more acceptable.'),(10049,204,'2007-07-19 15:24:40','Escape or sprint?','Some riders felt like today’s stage could come down to a mass sprint. Tom Boonen said he’s in an ideal situation no matter what happens. “If a break goes away, that’s good because I won’t have to worry about chasing the hot sprints. If it comes down to a mass sprint, the legs are good and I think I could do well.†Boonen is hoping to defend his grip on the green points jersey all the way to Paris.'),(10050,204,'2007-07-19 15:26:33','Fabian C called it','At the start today, CSC’s Fabian Cancellara said the team would try to get someone in the breakaway today, but said it probably won’t be him. “Breakaways are like poker. You spend a lot of energy and there’s no guarantee that you get anything back. Right now I am saving my strength to help the team later in the race. The team gave me a lot of support when I had the yellow jersey. Now I will pay them back. I won’t even try in the first time trial because I want to be strong in the Pyrénées.â€Â

    Unfortunately, Voigt didn\'t last up there.'),(10051,204,'2007-07-19 15:27:10','Another tailbone','Saunier Duval-Prodir could lose the services of Tour of the Basque Country winner Juan José Cobo. The Spanish climber crashed hard yesterday on the rollout from the start in Tallad on his coccyx (the same injury plaguing Astana’s Andreas Kloden). The team is hoping he can make it through these transition stages and be ready for the Pyrénées.'),(10052,204,'2007-07-19 15:27:50','The finish...','The finish won\'t be easy. The route narrows down to one lane with about 3km to go (that\'s good for the GC riders if there are any crashes - they won\'t lose time) and winds through a narrow round-about and a chicane with about 2km to go. There\'s a hard right turn with 250m to go in a slightly rising finish. \r\n\r\n\r\n'),(10053,204,'2007-07-19 15:29:39','Mr. Raisin visits the Tour.','Saul Raisin was spotted at the start village as a guest of his Credit Agricole team. The American is battling back from a life-threatening crash in April 2007. He told VeloNews he has the okay to race in the U.S. time trial championships in September. Check back later today at VeloNews.com for a complete update on Raisin’s comeback.

    We had dinner with Saul earlier in the year. You cannot help but like the guy. We are so pleased to see him so well on his way road to recovery.'),(10054,204,'2007-07-19 15:31:41','The time','gap is moving out. Unlike that first break, these guys have not triggered a frantic chase. The five leaders are 72km from the finish and are 7:28 ahead of the field. Back in the peloton, the Astana team is ramping up the speed.'),(10055,204,'2007-07-19 15:32:37','Astana','is trying to take advantage of a strong cross wind right now. Let\'s see how this affects things.'),(10056,204,'2007-07-19 15:33:52','Echelons','There are some splits happening in the main field. CSC has reacted, though'),(10057,204,'2007-07-19 15:36:12','Wooohooo!','There are a few splits in the field. They\'ve also trimmed the leaders\' advantage back down to 6:15'),(10058,204,'2007-07-19 15:37:16','Disco','up there. While Astana initiatied the move, we see CSC and Discovery up there working, too. Rasmussen is in there, too, but he\'s lost a couple of teammates.'),(10059,204,'2007-07-19 15:38:40','Moreau','is one of the men who\'ve lost time to the first echelon. They caught him by surprise. He was back getting medical attention and was at the back of the field.'),(10060,204,'2007-07-19 15:39:04','With 66km to go','the gap to the leaders is now down to 5:39.'),(10061,204,'2007-07-19 15:40:57','Moreau','and crew are not making much progress in their effort to catch back on.

    The Astana-led echelon is quite large, and includes Rasmussen, Leipheimer, Boonen, Zabel...'),(10062,204,'2007-07-19 15:41:28','Moreau has already','lost 45 seconds.'),(10063,204,'2007-07-19 15:44:01','Mayo','Iban Mayo – sitting quietly in second overall – said he’s still not thinking about a run for the final podium.

    “The two time trials don’t count in my favor,†he said before the start. “More than anything, I would like to win a stage. That’s the primary goal right now. The form is getting better. I had good sensations in the Alps. The Pyrénées will be even harder.â€Â

    A team soigneir put a white hydration cream on Mayo’s left knee ahead of the start to help keep his knee loose. Mayo said it was nothing serious, but a minor irritation from a crash earlier in the Tour. Can a pure climber win this year’s Tour? Mayo doesn’t think so.

    “Maybe a climber can win the Vuelta and the Giro, but the time trials always count for too much in the Tour. I don’t think it’s possible. The last to do it was Pantani, but he broke the mold. Remember this year we still have 110km of time trials that people have seemed to have forgotten.â€Â\r\n'),(10064,204,'2007-07-19 15:46:59','All Astana','at the front. The pace is such that the team has cut the five leaders\' advantage to just 4:00. We sure love watching folks actually racing their bikes and not conceding defeat when there are still 10 stages of racing left.'),(10065,204,'2007-07-19 15:47:56','The gaps','The leading five are at 3:50. The important number, too, is the 40 seconds back to the Moreau group.

    Now the Disco team is moving up front.'),(10066,204,'2007-07-19 15:52:30','Moreau','is now more than 1:00 behind the big group driving into the wind.'),(10067,204,'2007-07-19 15:55:00','Vino shuts it down','The Astana team has driven the peloton to within 2:20 of the leaders and put the hurt on Moreau and crew. They\'re back by 1:22.

    While Astan eases off, a lot of the other teams are willing to keep driving. It\'s not every day that you catch someone in the top-10 on GC by surprise like that.'),(10068,204,'2007-07-19 15:57:13','History note','Astana\'s effort today is reminiscent of what the old Postal team did in the 12th stage of the 2003 Vuelta.'),(10069,204,'2007-07-19 16:02:44','The wind','and the nature of the course certainly played a role in this move. The winds were hitting 32kph at points and the wind was driving across the course from the side.

    The gaps are 1:50 to the five leaders and 1:26 to the Moreau group.

    Just a point of clarification, folks. While Moreau had been back at the doc-mobile, the Astana acceleration occurred after that. Unfortunately for him, though, Moreau was hanging at the back of the main field, so there was no breach of protocol.'),(10070,204,'2007-07-19 16:03:55','With 49km to go','The five leaders are 1:45 ahead of the Astana-led field. Moreau is struggling at 1:55 behind the peloton.'),(10071,204,'2007-07-19 16:10:23','The gap','the peloton has completely erased the leaders\' advantage. They are just 58 seconds ahead, now. Moreau has to hope that the pace will lighten up when the leaders are caught, but he\'s in sixth place on GC and may motivate others to keep driving.'),(10072,204,'2007-07-19 16:11:07','The Moreau group','is now 2:00 behind the peloton.'),(10073,204,'2007-07-19 16:15:28','With 40km remaining','the peloton is 33 seconds behind the Millar group. Moreau and crew are still 2:10 back.'),(10074,204,'2007-07-19 16:17:03','Surrender','The leaders are 15 seconds ahead of the peloton and they are sitting up.'),(10075,204,'2007-07-19 16:17:29','Caught','so

    '),(10076,204,'2007-07-19 16:18:07','As expected','No one is slowing down... Moreau gets no relief.'),(10077,204,'2007-07-19 16:19:00','A lot of good','sprinters managed to make the split. We see Boonen there. Zabel is not in the mix and neither is Hushovd, but Hunter and Fast Freddie Rodriguez are there. '),(10078,204,'2007-07-19 16:26:04','With 35km','to go, the split is shrinking. Up front, the peloton, led by Astana and Quick Step. As they turn they are heading into a headwind.

    At the finish in Montpellier temp: 30C (86F) 20kpmh side-wind (12mph)'),(10079,204,'2007-07-19 16:27:12','With 31km to go','the Moreau group is quite large. The bulk of the work in that group is falling to Ag2r. They are 1:28 behind.'),(10080,204,'2007-07-19 16:33:25','With 25km remaining','the Moreau group - with 40 riders in there - is now 1:50 back.'),(10081,204,'2007-07-19 16:35:53','Losing time','the gap at the 25km mark is 1:57.'),(10082,204,'2007-07-19 16:38:44','Of the top 10 on GC','Moreau is the sole victim of the big split. While the Moreau group is big, the next major GC rider in there (that we\'ve spotted at least) is Caisse d\'Epargne\'s David Arroyo, who is 19th at 7:33.'),(10083,204,'2007-07-19 16:39:31','Still losing time','the Moreau group is now 2:05 back with 20km remaining.'),(10084,204,'2007-07-19 16:43:18','It really sucks','to be Christophe Moreau today. The 40-man group he\'s in is still losing time. With 17km remaining, they are at 2:10.'),(10085,204,'2007-07-19 16:48:25','Congratulations','To reader Jeffrey Brophy! He didn\'t win our locales contest yesterday, because he was busy. He\'s back checking in today, though... with his one-day-old son, Cameron.

    Congratulations!'),(10086,204,'2007-07-19 16:49:47','With 12km to go','the gap back to the Moreau group is 2:25.... oh the pain.'),(10087,204,'2007-07-19 16:50:45','Bets?','Tom Boonen? Robbie Hunter? Fred Rodriguez?'),(10088,204,'2007-07-19 16:54:51','With 7.5km to go','the gap back to Moreau is nearly 3:00.'),(10089,204,'2007-07-19 16:56:37','6km to go','the peloton is setting up for the charge to the line. Back in the Moreau group all of the work is on Ag2r.'),(10090,204,'2007-07-19 16:57:47','4km to go','the peloton is driving toward the finish. There are a few little digs going off the front.'),(10091,204,'2007-07-19 16:58:35','Quick Step','swarms over the two little attacks. Now we have Vino going off the front!'),(10092,204,'2007-07-19 16:59:02','He\'s got a gap','he\'ll be caught, but he\'s a stud!'),(10093,204,'2007-07-19 16:59:36','He\'s caught','but he sent a message. Nice work Vino!'),(10094,204,'2007-07-19 17:00:06','With 2.5km to go','It\'s Credit Agricole setting up now.'),(10095,204,'2007-07-19 17:00:39','2km to go','Attack from CSC'),(10096,204,'2007-07-19 17:01:04','It was Cancellara','He\'s caught'),(10097,204,'2007-07-19 17:01:13','Crash!',''),(10098,204,'2007-07-19 17:01:36','1km to go','Rodriguez was a crash victim'),(10099,204,'2007-07-19 17:01:48','Charge!',''),(10100,204,'2007-07-19 17:02:11','Robbie Hunter','Charges.... and he gets it.'),(10101,204,'2007-07-19 17:04:05','Back in the crash','Julian Dean, Frank Schleck... Freddie Rodriguez... No major damage, but it looks like Tom Boonen got caught out, too.'),(10102,204,'2007-07-19 17:04:22','Tick tick tick','The Moreau group is coming in.'),(10103,204,'2007-07-19 17:06:00','3:20','Moreau lost big time. He\'s out of the top 10, for sure. He crosses the line in 82nd, at 3:20. Folks, that was a big loss and he\'s no longer a realistic contender. His best bet is to go for a stage win.'),(10104,204,'2007-07-19 17:12:00','Stage Results','1. Robert Hunter (RSA), Barloworld, 182.5km in 3:47:50
    2. Fabian Cancellara (Swi), CSC
    3. Murilo Fischer (Brz), Liquigas
    4. Filippo Pozzato (I), Liquigas
    5. Allesandro Ballan (I), Lampre, all s.t.
    6. Paolo Bossoni (I), Lampre
    7. Claudio Corioni (I), Lampre
    8. Philippe Gilbert (F), Francaise des Jeux
    9. William Bonnet (F), Credit Agricole
    10. Kim Kirchen (Lx), T-Mobile'),(10105,204,'2007-07-19 17:17:44','Overall','1. Michael Rasmussen (Dk) Rabobank, at 53:11:45
    \r\n2. Alejandro Valverde (Sp) Caisse D\'epargne, at 2:35
    \r\n3. Iban Mayo (Sp) Saunier Duval-Prodir, at 2:39
    \r\n4. Cadel Evans (Aus) Predictor-Lotto, at 2:41
    \r\n5. Alberto Contador (Sp) Discovery Channel, at 3:08
    \r\n6. Andréas Klöden (G) Astana, at 3:50
    \r\n7. Levi Leipheimer (USA) Discovery Channel, at 3:53
    \r\n8. Carlos Sastre (Sp) CSC, at 3:54
    \r\n9. Kim Kirchen (Lux) T-Mobile, at 4:59
    \r\n10. Mikel Astarloza (Sp), Euskaltel, at 5:20
    11. Andrey Kashechkin (Kz), Astana, at 5:32
    12. Christophe Moreau (F) Ag2r Prevoyance, at 6:31
    \r\n\r\n'),(10107,205,'2007-07-20 13:52:34','Good day and welcome','to VeloNews.com\'s Live Coverage of the 12 stage of the 2007 Tour de France, an often hilly 178.5-kilometer ride form Montpellier to Castres.

    Today\'s stage began just about 45 minutes ago and as expected, the day\'s attacks began almost immediately. None of those early efforts succeeded, however, and the peloton has spent most of the opening kilometers swooping up escapees. Most recently, a group of seven riders formed up at 31km - after the day\'s first climb, the Cote de Cantagel (at 27.5km). That group includes Saunier Duval\'s David Millar, but reports are coming through that they\'ve been caught as well.'),(10108,205,'2007-07-20 13:57:44','Rasmussen','Despite race leader Michael Rasmussen\'s ejection from his national team for missing out-of-competition dope tests, the Tour this morning cleared the Danish rider to compete in today\'s stage.

    \"I do admit I committed an administrative error. I have already received a warning from the UCI but I am very calm and very relaxed.,\" said Rasmussen.

    \"I have full support from the ASO (company that runs the race) and I\'m starting in the yellow jersey today. I don\'t blame the UCI, I take responsibility for not informing the UCI of my whereabouts.

    \"I know a lot of riders who have received warnings for not giving updated information to the UCI. I\'m just one out of many and it\'s just that I happen to have the yellow jersey.\"

    Tour director Christian Prudhomme said he needs to spend time considering the Danish decision and also question the timing of the announcement.

    Prudhomme said the affair dated back to June 29, so \"why was this information given during the Tour de France?\" he asked. Prudhomme noted that Rasmussen appeared in the Danish national championships on June 30 which comes under the auspices of the national federation. \r\n\r\n'),(10109,205,'2007-07-20 14:03:31','Comments? Questions? Wanna win a CatEye computer?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(10110,205,'2007-07-20 14:00:00','After one hour of racing','The peloton has covered 43.5km'),(10111,205,'2007-07-20 14:02:00','The break','the seven-man effort with Millar was negated, but we\'re hearing reports of other attacks, although we\'re getting few details from the road.'),(10112,205,'2007-07-20 14:09:00','At 50km','the peloton is together. The road ahead includes three more climbs:

  • The Category 4, Cote du Mas-Rouet (at 58km)
  • The Cat. 4 Col du Buis (at 74.5km)
  • The Cat. 2 Montée de la Jeante (at 130.5km).

    The Montée de la Jeante climbs to over 3000 feet and is followed by 40km of winding back roads before the fast 8km run-in to Castres. This stage is similar to the one from Narbonne to Toulouse in 2003 that went to the Spanish racer Juan Antonio Flecha, who made a late attack from a breakaway group. \r\n\r\n \r\n'),(10113,205,'2007-07-20 14:18:57','Dave Zabriskie','We\'ve received several letters asking about the American on CSC. He was unfortunately cut on time yesterday. He came across the line last. He\'s been struggling with a nagging knee problem for a while now. If you want to hear it in his own words, scroll down to our video section on this page and click on our last entry of the Zabriskie Diaries.'),(10114,205,'2007-07-20 14:22:33','Two attackers','At 55km, Euskaltel\'s Amets Txurruka and Pierrick Fedrigo (Bouygues Telecom) have 30 seconds on the peloton.'),(10115,205,'2007-07-20 14:24:35','At 57km','the two men off the front are now 45 seconds up the road, one kilometer from the summit of the Cote du Mas-Rouet.'),(10116,205,'2007-07-20 14:30:17','At 62km','the two leaders are over the top and on the descent. They have a scant 40-second lead on the main field. '),(10117,205,'2007-07-20 14:33:00','Rodriguez','We\'ve had several letter asking about Freddie Rodriguez today. Yes, he was involved in that crash near the finish, but he\'s riding today. Of course, he\'s still pissed (that\'s the American sense of the word) at the Tour for including what he describes as unsafe sections in the final kilometers of stages.'),(10118,205,'2007-07-20 14:42:00','The impact of yesterday\'s wind','Yesterday\'s Astana charge into the wind really took a big toll on Christophe Moreau. He lost more than 3:00 and slipped from sixth on GC to 12th. While we often get letters from folks who have it out for France and French riders (an attitude we have never embraced), we weren\'t surprised to see that Moreau showed nothing but class after the event.

    \"There are days like that,\" he said. \"The Tour is far from finished. It could have been even worse. I could have broken something. I was well supported by my team, because at one moment I was near a breaking point, psychologically. In the Tour, you have to get over these sort of days, even if it isn\'t easy. Perhaps something good may come out of the bad. Perhaps now I will have more chances of an opening, more room to move. It\'s a black day that I will have to forget.\"

    Not exactly the \"whining\" some suggested would occur, eh?'),(10119,205,'2007-07-20 14:46:07','At 71km','The two escapees, Amets Txurruka (Euskaltel) and Pierrick Fedrigo (Bouygues Telecom) are now a good 5:00 up the road. T-Mobile\'s Marcus Burghardt - the dog lover - is in pursuit.'),(10120,205,'2007-07-20 14:53:52','Time gaps','the two leaders are now at the 77km mark and they enjoy a 7:15 lead over the peloton. Burghardt is 5:00 behind them. '),(10121,205,'2007-07-20 15:03:17','With 85km covered','the two leaders have extended their lead on the peloton to 9:00. Brughardt is not making much progress. He\'s still 5:30 behind the two escapees.'),(10122,205,'2007-07-20 15:10:40','With less than 90km remaining','the two men off the front have extended their lead to 10:35. Burghardt is 6:45 behind them.'),(10123,205,'2007-07-20 15:17:03','Wow','the time gap is really stretching out. The two men off the front - Amets Txurruka (Euskaltel) and Pierrick Fedrigo (Bouygues Telecom) - are now 11:30 ahead of the peloton with 85km to go. Burghardt, however, is stuck out there at 6:30.'),(10124,205,'2007-07-20 15:26:47','The two escapees','are now enjoying a healthy lead of 10:30 with 100km covered. Poor Burghardt is still 6:00 back.'),(10125,205,'2007-07-20 15:29:44','The chase','the Liquigas team has ramped things up a bit. The gap is coming down. With 76km remaining, the two leaders are 10:15 ahead of the peloton. Burghardt is at 5:47.'),(10126,205,'2007-07-20 15:36:00','Ahead','the two escapees are about 13km from the base of the Cat. 2 Montée de la Jeante. Again, the climb rises to over 3000 feet and is followed by 40km of winding back roads before the fast 8km run-in to Castres.

    The gap is just under 10 minutes.\r\n'),(10127,205,'2007-07-20 15:39:36','The Liquigas','chase is pulling to two riders back, but the gap is still 9:15 and Burghardt is at 5:50. The climb ahead could serve these two guys up front quite well.'),(10128,205,'2007-07-20 15:43:24','With 68km to go','the gap is at 8:40. Burghardt at 6:07.'),(10129,205,'2007-07-20 15:49:00','The gap','the peloton is closing in on Marcus Burghardt. He\'s just 1:20 ahead of the main field. The two men in the front are 64km from the finish and just 7:19 ahead of the main field.'),(10130,205,'2007-07-20 15:53:40','Burghardt is','back in the field. The two leaders are nearing the base of the Montée de la Jeante. The then face 10.4km of climbing and then a zippy ride to the finish.'),(10131,205,'2007-07-20 15:58:36','On the climb','the two men are working their way on to the lower slopes of the Montée de la Jeante. The peloton is at 6:11. It looks like they may be caught... but we may see some serious action in the peloton when they hit the climb.'),(10132,205,'2007-07-20 16:00:12','Climbing','with 58km to go, the two men are at 5:48.'),(10133,205,'2007-07-20 16:03:34','The peloton','is about 1km from the base of the Montée de la Jeante. The gap is down to 5:15.'),(10134,205,'2007-07-20 16:09:47','The peloton is','working its way up the climb. There are no major moves coming out of the field. We see the Liquigas team at the front. Up front, the two leaders are at 5:02.'),(10135,205,'2007-07-20 16:13:25','Five km from the summit','Amets Txurruka (Euskaltel) and Pierrick Fedrigo (Bouygues Telecom) are five kilometers from the top of the climb. The peloton is slowly pulling them back. The gap now is 4:45.'),(10136,205,'2007-07-20 16:16:13','Still Liquigas','at the front. The gap has sproinged up a bit. The two leaders are at 5:03'),(10137,205,'2007-07-20 16:18:24','The peloton','hits the 5km-to-go mark at 5:14.'),(10138,205,'2007-07-20 16:20:00','Astana',' is sliding up to the front of the peloton. Maybe they aren\'t going to punch it on the climb, but the downhill may provide an opportunity, especially that there is a strong headwind.'),(10139,205,'2007-07-20 16:23:27','The two leaders','are less than 50km from the finish. The gap is 5:14.'),(10140,205,'2007-07-20 16:24:07','The peloton','is ramping up the speed, but all of the top riders are watching the front of the peloton.'),(10141,205,'2007-07-20 16:24:35','The leaders','are 1km from the summit. The gap is 5:19.'),(10142,205,'2007-07-20 16:27:01','Up and over','Amets Txurruka (Euskaltel) and Pierrick Fedrigo (Bouygues Telecom) - in that order - have gone over the summit of the Montée de la Jeante.'),(10143,205,'2007-07-20 16:30:08','The peloton','is coming through the final kilometer of the climb. The gap is at 5:10.'),(10144,205,'2007-07-20 16:31:57','Up and over','the peloton is over the top behind the wheel of Yaroslav Popovych at 4:55.'),(10145,205,'2007-07-20 16:32:00','Crash','Mercado has crashed within a few meters of the top.'),(10146,205,'2007-07-20 16:34:10','Mercado','is up and over.'),(10147,205,'2007-07-20 16:36:24','With 41km to go','the two leaders - Amets Txurruka (Euskaltel) and Pierrick Fedrigo (Bouygues Telecom) - are 4:50 ahead of the peloton.'),(10148,205,'2007-07-20 16:40:08','With 40km','remaining the two leaders are still 4:20 ahead of the peloton.'),(10149,205,'2007-07-20 16:42:07','With 38km to go','... the two leaders are 4:14 ahead of the field.'),(10150,205,'2007-07-20 16:46:43','With 35km','the two riders are 3:32 up the road from the main field.'),(10151,205,'2007-07-20 16:54:48','With less than 30km to go','the two leaders are just 2:40 ahead of the main field. Remarkably, the headwind on the climb may have resulted in nearly the entire field cresting the climb as a group, so we have a 155 riders charging up the road, quite likely to catch these guys before the finish and we may well see a field sprint.'),(10152,205,'2007-07-20 17:01:31','With 22km to go','the gap is down to 2:00.'),(10153,205,'2007-07-20 17:03:05','The peloton has pulled the leaders','to within 2:00 as they hit the 20km-to-go mark.'),(10154,205,'2007-07-20 17:08:10','With 15km to go','the gap is 1:20.'),(10155,205,'2007-07-20 17:10:22','Lampre','is doing the bulk of the work.'),(10156,205,'2007-07-20 17:12:45','Francaise des Jeux',' and Lampre are giving chase and the gap is down to less than a minute.'),(10157,205,'2007-07-20 17:15:29','The gap is now','such that the cars are being pulled. That\'s what you can call a reality check.'),(10158,205,'2007-07-20 17:16:47','With 8.3km','to go the peloton is at 54 seconds. It may be tight, but these guys are still likely to be caught.'),(10159,205,'2007-07-20 17:18:24','Didi!!!','Our Happy German Devil Didi Senft is there as the peloton passes by, with 7.5km to go. The gap is 40 seconds.'),(10160,205,'2007-07-20 17:19:13','With','6km remaining the gap is 37 seconds.'),(10161,205,'2007-07-20 17:20:26','Five','kilometers to go. The gap is 30 seconds.'),(10162,205,'2007-07-20 17:21:30','Four kilometers to go','The two men are 24 seconds up the road. Will they do it?'),(10163,205,'2007-07-20 17:22:24','With three km','to go, the two men have 20 seconds....er 16.'),(10164,205,'2007-07-20 17:22:58','2.5km','the gap is 12 seconds. Quick Step and Milram are charging hard.'),(10165,205,'2007-07-20 17:23:31','With 2km to go','the gap is eight seconds.'),(10166,205,'2007-07-20 17:24:09','With 1.5km to go','the gap is less than five seconds.'),(10167,205,'2007-07-20 17:24:37','Caught','with less than a kilometer to go.... Charge!'),(10168,205,'2007-07-20 17:25:07','Boonen is getting','a great lead-out. Zabel is in the mix... and all of the good sprinters.'),(10169,205,'2007-07-20 17:25:20','Julian Dean',''),(10170,205,'2007-07-20 17:25:47','Boonen!','Boonen edges Zabel and Robbie Hunter... Wowie'),(10171,205,'2007-07-20 17:26:46','Nice sprint','Tom Boonen gets his second stage win of the this Tour and adds to his lead in the race for the points jersey.'),(10172,205,'2007-07-20 17:38:58','Stage Results','1. Tom Boonen (B) Quick Step, 178.5km in 4:25:32
    2. Erik Zabel (G), Milram
    3. Robert Hunter (RSA), Barloworld
    4. Daniele Bennati (I), Lampre
    5. Thor Hushovd (N), Credit Agricole
    6. Bernhard Eisel (A), T-Mobile
    7. Sebastien Chavanel (F), Francaise des Jeux
    8. Nicolas Jalabert (F), Agritubel
    9. Robert Forster (G), Gerolsteiner
    10. Andrey Kashechkin (Kz), Astana, all s.t.'),(10173,205,'2007-07-20 17:40:00','Overall','1. Michael Rasmussen (Dk), Rabobank, 57:37:10
    \r\n2. Alejandro Valverde (Sp), Caisse d\'Epargne, 2:35
    \r\n3. Iban Mayo (Sp), Saunier Duval-Prodir, 2:39
    \r\n4. Cadel Evans (Aus), Predictor-Lotto, 2:41
    \r\n5. Alberto Contador (Sp), Discovery Channel, 3:08
    \r\n6. Carlos Sastre (Sp), CSC, 3:39
    \r\n7. Andréas Klöden(G), Astana, 3:50
    \r\n8. Levi Leipheimer (USA), Discovery Channel, 3:53
    \r\n9. Kim Kirchen (Lux), T-Mobile, 5:06
    \r\n10. Mikel Astarloza (Sp), Euskaltel-Euskadi, 5:20\r\n'),(10176,206,'2007-07-21 14:44:04','Good day','and welcome to VeloNews.com\'s Live Coverage of the 13th stage of the 2007 Tour de France, a 54-kilometer individual time trial at Albi in Southern France.

    It has been raining hard today, so there have been several riders slowed either by wet roads, crashes or both. Chief among them was world time trial champion Fabian Cancellara, who was pulling out all of the stops. He took one corner a little fast and crashed. As a result, he did not set the day\'s early mark as he was expected. Right now, the best time of the day so far has been put in by world pursuit champ, Bradley Wiggins, with a 1:08:48.'),(10177,206,'2007-07-21 14:46:58','','Conditions in Albi are terrible. Rain started this morning and has continued into the afternoon. Crowds are thin at both the start and finish due to the rain.

    Currently leading the standings is Cofidis rider Bradley Wiggins, in 1:08:48. Predictor-Lotto rider Leif Hoste sits second, 42 seconds behind the Londoner, with Scot David Millar in third, at 1:13. Apparently those UK riders know something about riding in the rain, although Wiggins, 19th out of the start house, had arguably better conditions than Millar, who started almost two hours later.

    World time trial champion Fabian Cancellara had a rough run. He was second at the first checkpoint at 18km, 29 seconds behind Wiggins, but after nearly overcooking two turns Cancellara crashed hard on a tricky left-hand bend. He looked to be in pain, taking his time before remounting and continuing on.\r\n'),(10178,206,'2007-07-21 14:48:21','The rain','is easing off a bit, so the top men may have the benefit of dry roads... if the cycling gods are smiling on them.'),(10179,206,'2007-07-21 14:48:58','Comments? Questions? Wanna win a CatEye computer?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(10180,206,'2007-07-21 14:51:02','George Hincapie','has been on route for about six minutes. It will be another 17 minutes or so before he hits the first time check at 18km. We\'ll keep track of his ride throughout.'),(10181,206,'2007-07-21 15:00:12','Savoldelli','is heading to the finish. He\'s taking it easy today. The two-time winner of the Giro d\'Italia has managed to improve his TT-ing, but he\'s also not interested in contesting the GC, since his sole role here is to ride in support of team captain, Alexander Vinokourov... or is it Andreas Klöden?'),(10182,206,'2007-07-21 15:02:00','Rasmussen','will of course be the final starter today. He\'s got a healthy lead in the overall standings, but the race against the clock is not exactly his specialty. He runs the risk of losing the jersey, but with the Pyrénées ahead, he stands a good chance of grabbing it back again later in the week.

    Speaking of Rasmussen, we\'ve received several letters regarding our story yesterday, either congratulating or criticizing us for running the story when we did.

    It was not an easy decision, but having had the story for nearly five years now, we decided that we would go with it whenever the main source was willing to go on the record, which he did in response to the yellow jersey\'s rest day press conference.'),(10183,206,'2007-07-21 15:06:39','Salvoldelli','finishes well down, today... with a 1:14:08, which is 38th best on the day so far.'),(10184,206,'2007-07-21 15:13:00','Chris Horner','Is in the start house. The rain has started again, so we expect him to be cautious.

    Ahead, Hincapie has hit the first time check with the sixth-best time so far, at 24:45, 1:26 behind the 23:19 set by Bradley Wiggins of Cofidis.'),(10185,206,'2007-07-21 15:17:39','Wiggins','has established the early standards at each time check througout:

  • Time Check No. 1 (18km) - 23:19
  • Time Check No. 2 (35.6km) - 44:52
  • Time Check No. 3 (38.5km) - 51:26
  • Time Check No. 4 (49km) - 1:02:35
  • Finish (54km) - 1:08:48'),(10186,206,'2007-07-21 15:23:24','',' Chris Horner is on course now. Thanks to everyone for sending in emails regarding Horner\'s daily video diaries. Because of the rain today, as well as the logistics involved in getting from the press room to the start and the finish, we\'re giving Chris a day off today. We\'ll catch up with him tomorrow as usual.'),(10187,206,'2007-07-21 15:25:19','Vino','The man is in the start house.'),(10188,206,'2007-07-21 15:28:19','Intervals','given the distance of today\'s individual time trial, the starting gaps were two minutes for the bulk of the peloton and three minutes for the top 20 riders... so if we see anyone passing anyone out there, it\'ll be a big deal.'),(10189,206,'2007-07-21 15:31:44','Top three at the finish','so far:
    1. Bradley Wiggins (GB), 1:08:48
    2. Leif Hoste (B) Predictor-Lotto, at 0:42
    3. David Millar (GB), Saunier Duval, at 1:13
    '),(10190,206,'2007-07-21 15:35:10','Hincapie','has hit the second time check with a time of 46:31, fourth best of the day, 1:39 off of Wiggins\' time. Not bad... and now the rain is easing off again.'),(10191,206,'2007-07-21 15:38:09','Hincapie','at the third time check, has the third best time, 1:34 off of Wiggins.

    How cool is that?'),(10192,206,'2007-07-21 15:40:08','Moreau','Christophe Moreau is in the start house. He needs to do well here, that\'s for sure.'),(10193,206,'2007-07-21 15:41:04','Horner is ticking along','he\'s hit the first time check in 16th place.'),(10194,206,'2007-07-21 15:42:31','Sylvain Chavanel','hits the third time check with the third-best time, bumping Hincapie to fourth.'),(10195,206,'2007-07-21 15:48:02','A reader question','Tim W writes:

    I saw a Velonews.com story stating that today\'s TT course has two railroad crossings. What\'s the rule regarding a train arriving at a railroad crossing?

    I imagine they don\'t run trains during an ITT stage but, more generally, there have to be many train crossings during the three weeks of the Tour and they can\'t shut down large parts of the train network for the Tour, so what happens during a regular stage if a train splits the field? Are the guys who passed the crossing prior to the train\'s arrival hitting the time jackpot and those trapped on the wrong side screwed? How do they handle that?

    Well, you might recall Paris-Roubaix in 2006. Several big players were cut-off, and the rule is basically built around \"merde happens.\"

    In other words, the sport regards trains as just part of the conditions to be faced on the open road.

    That said, we doubt that there will be trains interupting today\'s TT.'),(10196,206,'2007-07-21 15:51:16','Catch and pass','Discovery\'s Gusev is setting good times out there. He hits the third time check with a time 52 seconds off of Wiggins. Remarkably the young Russian caught and passed CSC\'s Jens Voight, meaning he\'s put 2:00 into the tough German.'),(10197,206,'2007-07-21 15:54:00','Rock and roll!','Vinokourov has just set a new best time at the first time check, 10 seconds faster than Wiggins\'.'),(10198,206,'2007-07-21 15:59:33','Chavanel',' comes in with a time of 1:09:09... the second-best of the day.

    That puts Hincapie into the sixth spot on the day.'),(10199,206,'2007-07-21 16:00:16','Gusev','crashed... he\'s back up but he\'s going to lose time.'),(10200,206,'2007-07-21 16:01:29','Vino','Was flying on the course, but he\'s also playing it smart on some of the dicey parts.

    Leipheimer is on route and Kloden is in the start house.'),(10201,206,'2007-07-21 16:05:10','Sastre','is on course. This is not his forte, but we will follow him to see how he fares. '),(10202,206,'2007-07-21 16:07:44','Gusev','has finished with a time of 1:09:27, the third best of the day. One can only imagine how he would have done without crashing.'),(10203,206,'2007-07-21 16:08:46','Moreau','is having a bad day. He\'s turned in a really poor time at time check No. 1... nearly 3:00 off of Vino\'s time. '),(10204,206,'2007-07-21 16:11:57','Evans','is on the road. Folks, the rain has eased off, so the speed is going to pick up.

    Speaking of speed, Vinokourov has hit time check number 2, with 43:59... 53 seconds faster than Wiggins\' time.'),(10205,206,'2007-07-21 16:13:22','Schleck','comes through the first time check 2:28 off of Vino\'s time. Wow.'),(10206,206,'2007-07-21 16:16:00','Vino','hits time check No. 3 at 38.5km with a time of 50:06...1:20 better than Wiggins\'. He started the day in 19th at 8:05. He\'s not going to make the top-5 by the end of the day, but he is vaulting up GC, for sure.'),(10207,206,'2007-07-21 16:19:35','Rasmussen','is on the road. '),(10208,206,'2007-07-21 16:21:22','Cloudy','but the rain has stopped.'),(10209,206,'2007-07-21 16:26:10','Leipheimer','has crossed the first time check 1:31 behind Vinokourov.'),(10210,206,'2007-07-21 16:27:02','Kloden','comes through time check No.1 34 seconds behind Vinokourov.'),(10211,206,'2007-07-21 16:29:07','Vino','has hit the fourth time check, with a time of 1:00:38... 1:57 better than Wiggns\' time. That has to be the stage-winning performance, folks. The next question is to see how far he moves up on GC and how the top five fare against one another.'),(10212,206,'2007-07-21 16:32:00','Popovych','comes in with a time of with a time of 1:08:50...second best on the day... well, now it\'s third, because Vino just came through with a time of 1:06:34! That\'s more than two minutes better than Wiggins\' 1:08:48 (remarkable math skills we demonstrate here on VN.com).'),(10213,206,'2007-07-21 16:38:34','Kloden','has crashed. He skidded out on a wet corner... looks like he lost 15 seconds or so. Not too bad, but it has to be unnerving.'),(10214,206,'2007-07-21 16:39:46','Menchov','who began the day in 18th place, just 1 spot ahead of Vino on GC finishes at 1:10:04... ouch.'),(10215,206,'2007-07-21 16:46:12','The yellow jersey','Rasmussen hits the first time check at 24:51, 1:42 off of Vino\'s time... more importantly, he\'s lost a minute to Kloden.'),(10216,206,'2007-07-21 16:48:46','Sinkewitz','has gotten word that his B-sample test result could be ready by Monday. Let\'s hope that things come back clean.'),(10217,206,'2007-07-21 16:51:48','Leipheimer','Leipheimer passed through the second time check at 46:37 and the third check 52:42, that\'s the 12th best on the day.'),(10218,206,'2007-07-21 16:53:35','Kloden','Hits time check No.3 at 51:25, 1:17 better than Leipheimer.'),(10219,206,'2007-07-21 16:58:26','Kashechkin','has beat Wiggins\'s time. He\'s crossed the line, just ahead of his three-minute man Frank Schleck.'),(10220,206,'2007-07-21 16:59:50','Evans','of the top contenders, Evans is having a great ride. He hits the second time check, 1:12 behind Vino, but still the third best of the day.'),(10222,206,'2007-07-21 17:01:06','Kloden is','on the final 10km. He\'s now riding on dry roads. The sun is even beginning to peek out a bit.'),(10223,206,'2007-07-21 17:04:47','Evans','has hit time check No. 3, with the second-best time of the day. Not bad. Oi! Oi! Oi!'),(10224,206,'2007-07-21 17:05:00','Kloden','hits time check No. 4. Second best time of the day.'),(10225,206,'2007-07-21 17:07:02','Levi Leipheimer','is coming in to the finish.'),(10226,206,'2007-07-21 17:08:01','Leipheimer','hits the line at 1:09:13...sixth best of the day so far.'),(10227,206,'2007-07-21 17:10:07','Kloden','comes in with a time of 1:08:13, so it\'s Astana at 1-2-3'),(10228,206,'2007-07-21 17:11:00','Rasmussen','hits time check No.2 2:24 off of Vinokourov'),(10229,206,'2007-07-21 17:14:26','Evans','is closing in on the last portion of the course. He\'s riding very well out there. He\'s turning in an impressive performance.'),(10230,206,'2007-07-21 17:15:30','Sastre','Comes through with a time of 1:10:35, 23rd best.'),(10231,206,'2007-07-21 17:16:14','Rasmussen','is holding his own folks. His ride today is not the comedy of errors that we saw in 2005.'),(10232,206,'2007-07-21 17:17:25','Contador','One rider we haven\'t followed is Alberto Contador. He\'s come through with the sixth best on the day, with 1:08:52. That\'s probably the best performance by a pure climber today.'),(10233,206,'2007-07-21 17:19:04','Evans','Cadel Evans comes through with a time of 1:07:48, he\'s second best on the day and quite likely to be second on GC today. Behind him, Rasmussen is holding his own.'),(10234,206,'2007-07-21 17:21:54','Dry roads','Rasmussen is riding very impressively. He started 2:41 ahead of Evans. The two men in between - Iban Mayo and Valverde - have had pretty poor times today.'),(10235,206,'2007-07-21 17:25:28','Rasmussen','comes through the fourth time check and folks, he\'s about to catch Valverde.'),(10236,206,'2007-07-21 17:27:02','Rasmussen','has caught and passed Valverde. He knows he has to finish within a reasonable time to keep his jersey. This is an impressive performance by a guy whose TT abilities were regarded as something of a joke.'),(10237,206,'2007-07-21 17:28:06','Rasmussen is going to','keep the jersey today. His lead won\'t be as formidable, but he\'ll have 50 seconds or so on Cadel Evans as they head into the mountains.'),(10238,206,'2007-07-21 17:29:35','Rasmussen','finishes with a time of 1:09:29... and he starts the stage tomorrow with a lead of 1:01 on Cadel Evans. Wowie.'),(10239,206,'2007-07-21 17:37:14','Stage results','1. Alexander Vinokourov (Kz), Astana 54km in 1:06:35
    2. Cadel Evans (Aus), Predictor-Lotto, at 1:14
    3. Andreas Kloden (G), Astana, at 1:39
    4. Andrey Kashechkin (Kz), Astana, at 1:44
    5. Bradley Wiggins (GB), Cofidis, at 2:14'),(10240,206,'2007-07-21 17:39:38','Rasmussen','holds a one-minute lead on Evans. Alberto Contador moves into third place at 2:31.'),(10241,206,'2007-07-21 17:40:00','Overall','1. Michael Rasmussen (Dk), Rabobank, 58:46:39
    2. Cadel Evans (Aus), Predictor-Lotto, at 1:00
    3. Alberto Contador (Sp), Discovery, at 2:31
    4. Andreas Kloden (G), Astana, at 2:34
    5. Levi Leipheimer (USA), Discovery at 3:37
    Andrey Kashechkin (Kz), Astana, at 4:23
    7. Carlos Sastre (Sp), CSC, at 4:45
    8. Mikel Astarloza (Sp), Euskaltel, at 5:07
    9. Alexander Vinokourov (Kz), Astana, at 5:10
    10. Kim Kirchen (Lx), T-Mobile, at 5:29.'),(10242,207,'2007-07-22 13:42:57','Good day and welcome','to VeloNews.com\'s Live Coverage of the 14th stage of the 2007 Tour de France, a 197-kilometer stage with a brutal finish, the double whammy of the hors categorie combo of the Port de Pailhères (17km at 7.2 percent) and then the finishing climb to the Plateau de Beille (16km at almost 8 percent).

    This going to be a battle, for certain today. All the big guns, including Valverde, Klöden, Evans, Leipheimer, Rasmussen, Contador and Sastre, will be in action on what is the most difficult summit finish of the race. Given the climb\'s history, the stage winner could be standing on top of the podium in Paris. The only men to win Tour stages atop the Plateau de Beille have been Lance Armstrong (in 2002 and 2004) and Marco Pantani (1998), both of whom went on to win the Tour. Also, in the 2002 Route du Sud stage race, Leipheimer won a TT up this dead-end climb that gives access to a very large and beautiful cross-country skiing area. \r\n\r\n\r\n\r\n\r\n\r\n'),(10243,207,'2007-07-22 13:53:47','Today\'s stage','began at about 10 minutes before noon today. The peloton has been trimmed to 165 riders, with Francisco Ventoso (Saunier Duval) opting not to start.

    The attacks began early today as the peloton made its way toward the opening climb, the Category 2 Cote de St-Sarraille, which summited at 9km. It was enough to help shake out the day\'s first break. Michael Rasmussen, the man in the yellow jersey, actually attacked on the descent and joined a big group off the front. He must be feeling confident after yesterday\'s time trial. But, as expected, no one in the peloton would have any of that and the big group was soon reeled back.

    Soon after the day\'s first successful (at least for now) break developed and we now have six riders off the front at the 87km mark, with an advantage of 10:25. Those men in the break are:

  • Jose Ivan Gutierrez (Caisse d\'Epargne)
  • Ruben Perez (Euskaltel)
  • Amets Txurruka (Euskaltel)
  • Aleksandr Kuschynski (Liquigas)
  • Carlos Barredo (Quick Step)
  • Antonio Colom (Astana).'),(10244,207,'2007-07-22 14:03:09','The weather',' It was cool this morning but the summer sun has burned off the clouds high up on the Plateau de Beille. It will be cooler at altitude, but the sun is doing its work to make things a little sticky. '),(10245,207,'2007-07-22 14:06:00','Close to Spain','Thousands of rowdy Spanish fans have poured over the border. The Spaniards consider the Pyrenees \"their\" mountains. Spanish riders have always done well in the Pyrenees, especially the Basque riders. Iban Mayo shrugged off disappointment in Saturday\'s TT: \"If it means I am going to finish seventh in Paris, I\'d rather win a stage.\"

    That could be part of the reason that five of the six men in the break today are from Spain, two of which are from the Basque country\'s home team, Euskaltel.'),(10246,207,'2007-07-22 14:11:25','Comments? Questions? Wanna win a CatEye computer?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(10247,207,'2007-07-22 14:14:46','The time gap','our six leaders are at 103km, with a lead of 10:08.'),(10248,207,'2007-07-22 14:15:42','Sastre','Carlos Sastre (CSC) is hoping to be able to use his trademark finish-line celebration of pulling out a baby\'s pacifier. Sastre won a stage in the Pyrenees in 2003 and popped one in his mouth as he crossed the line in one of the most un-macho celebrations in Tour history. Not to worry - Sastre says he now carries two, one for each of his young children.... and as a fellow sappy pappy, he\'s got to be our favorite.'),(10249,207,'2007-07-22 14:22:00','Your picks?','VeloNews European correspondent Andrew Hood\'s favorite rider - Amets Txurruka - is in today\'s breakaway. He\'s Basque and he\'s been on the attack. He was part of the two-man break caught with 1km in Thursday\'s sprint. How do you pronounce this tongue-twister? Chew-rrru-ka ... just like it looks.'),(10250,207,'2007-07-22 14:26:48','The men in the break','are at the 110km mark and have a lead of 10:19. The Rabobank and Saunier Duval teams are setting tempo in the peloton. As a reminder, our six leaders are:

  • Jose Ivan Gutierrez (Caisse d\'Epargne)
  • Ruben Perez (Euskaltel)
  • Amets Txurruka (Euskaltel)
  • Aleksandr Kuschynski (Liquigas)
  • Carlos Barredo (Quick Step)
  • Antonio Colom (Astana).'),(10251,207,'2007-07-22 14:44:50','The chase','is really on. The Saunier Duval team is driving hard at the front and the gap is down to 8:55 as the six leaders are approaching the the base of the Port de Pailheres.'),(10252,207,'2007-07-22 14:48:29','Our six leaders','are now getting on to the lower slopes of the Port de Pailheres. It\'s not an easy one, folks. It\'s a 7.8-percent grade for 16.8km, with ramps that reach 9 percent near the top.'),(10253,207,'2007-07-22 14:52:34','Contador','Alberto Contador continues to confound - the 24-year-old Spaniard is racing just his first Tour. Discovery boss Johan Bruyneel called him a \"future Tour winner.\" The way he\'s riding so far through the 2007, that future could be now. Contador continues to play it coy: \"The third week of a big tour is still unknown for me. Leipheimer will have a stronger final TT than me. He is the sure bet. For me the big favorites to win are Evans and Kloden. I hope to be among the favorites in the Pryenees.\"'),(10254,207,'2007-07-22 14:53:11','On the climb','It\'s cool and cloudy at the the 2001m Port de Pailheres. Huge crowds line the route, so much so it\'s hard for Tour cars to wind up the narrow switchbacks. The towering HC climb has only been used in two Tours - leading the way in 2003 was Agritubel rider Juan Manuel Mercado while the now-retired Georg Totschnig was first over the climb en route to his lone career Tour victory at Ax 3 Domaines in 2005.'),(10255,207,'2007-07-22 14:53:32','Evans','Cadel Evans continues to surprise. His TT performance Saturday almost put him into the yellow jersey. Most pundits believed it was probably better that he didn\'t take yellow because he doesn\'t have much of a team to defend it. Besides Chris Horner and Dario Cioni, the rest of the team were brought on board to help Robbie McEwen in the sprints. The former mountain biker (two-time World Cup champ) is just 1 minute out of the yellow. \"So far, so good. Everything is going as planned. It\'s a good sign, but the best is yet to come.\" That\'s not good enough to convince Australian editors to give longtime VeloNews contributor Rupert Guinness the green light to come cover the final week. Guinness told us today he\'s staying Down Under as Evans chases history of becoming the first Aussie to win the Tour.'),(10256,207,'2007-07-22 14:56:13','Saunier Duval','is still driving at the front and they\'re cutting the lead. At km 127 (70 to go), the six men off the front are now just 7:30 ahead of the field.'),(10257,207,'2007-07-22 14:59:24','Making the turn','the six are now on the official part of the climb.

    Here\'s what the elusive Andrey Kashechkin told Belgian TV after Saturday\'s TT: \"The course was very slick because of the rain. I am happy that Vino had a good performance. The Tour isn\'t over yet. We hope things continue like this. At the start of the Tour, we had some bad luck with some crasehs. I am very motivated. I had a baby born right at the start of the Tour, so that gives me even more motivation. I still think Vino can win the Tour. He fell one day, maybe another day another can fall. He\'s back, that\'s for sure.'),(10258,207,'2007-07-22 15:00:20','The gap','is now down to 6:30.'),(10259,207,'2007-07-22 15:09:38','The men in the lead','are 12.5km from the top of the summit. The gap is at 6:05 and the peloton is driving hard... single file and totally strung-out.'),(10260,207,'2007-07-22 15:15:21','It\'s all Spain','Kuschynski has been spit off of the lead group. The five up front are all Spaniards now.

    Back in the peloton, Moreau has been spit off of the back of that group.'),(10261,207,'2007-07-22 15:18:38','The gaps','The five men up front are at the half-way mark on the climb. The lead Kuschynski by 25 seconds and the the rapidly shrinking peloton by 5:15.'),(10262,207,'2007-07-22 15:20:17','The peloton','is shrinking, but all of the biggies are still in the mix. Of course, Christophe Moreau - who rode so beautifully in the Dauphine\' this year - is no longer a major contender in the Tour and he\'s OTB.'),(10263,207,'2007-07-22 15:22:15','The men in the lead','The five leaders - :

  • Jose Ivan Gutierrez (Caisse d\'Epargne)
  • Ruben Perez (Euskaltel)
  • Amets Txurruka (Euskaltel)
  • Carlos Barredo (Quick Step)
  • Antonio Colom (Astana)

    Aleksandr Kuschynski (Liquigas) trails by 50 seconds and the peloton is at 5:00.'),(10264,207,'2007-07-22 15:24:22','Many riders','have been worried about this climb... not the front half, but the descent. It is a crazy ride to the base of the next climb.'),(10265,207,'2007-07-22 15:27:00','All of the biggies','All of the riders in the top-10 on GC are still in the mix. It looks like everyone is going to hold off until the Plateau de Beille (16km at almost 8 percent). '),(10266,207,'2007-07-22 15:30:00','On the switchbacks','the lead group has fractured.... indeed, so has the peloton. There are a lot of riders slipping out of that group, under pressure from David Millar, setting tempo for his teammate Iban Mayo.'),(10267,207,'2007-07-22 15:33:22','Up front','Txurruka, Colom and Perez are leading.

    Back in the peloton, we see Vinokourov slipping off the back. He\'s trying to ride back up. He knows he can catch back on the descent, but it\'s a bad sign for the last climb.'),(10268,207,'2007-07-22 15:36:19','Popovych','has slipped out of the main field. Vinokourov appears to be pedalling squares right now. Not a good sign... well, except that it just adds to the overall story of this Tour. It\'s wonderful that you can\'t really tell who\'s going to shine - or fade - on any given day. This has been a fascinating Tour.'),(10269,207,'2007-07-22 15:39:10','Millar','is still setting the tempo at the front of the yellow jersey group... well just as we say that, he\'s popped and the Rabo\'s are moving to the front. They are surely aware of the absence of Vinokourov.'),(10270,207,'2007-07-22 15:41:10','Dekker and Boogerd','are setting tempo at the front of the field as they approach the summit of the climb. Further down the road, Vino is back at the doctor\'s car. '),(10271,207,'2007-07-22 15:46:49','Now four men','at the front - Guitierrez, Perez, Txurruka and Colom have 50 seconds on Barredo and 3:30 on the peloton. George Hincapie has finally popped and he\'s slipped off the back of the peloton. We see Christian Vande Velde with him, too.'),(10272,207,'2007-07-22 15:47:37','The four leaders','Are now 1km from the top.'),(10273,207,'2007-07-22 15:50:03','The four leaders','Are over the top. Perez leads the quarted over. Let\'s get some times.'),(10274,207,'2007-07-22 15:50:44','The peloton','is now at the 1km to go mark on the climb.'),(10275,207,'2007-07-22 15:51:04','Mayo has popped',''),(10276,207,'2007-07-22 15:51:33','Soler attacks','out of the field to get the points on the climb.'),(10277,207,'2007-07-22 15:52:35','Soler','is tied on KOM points and his move gives him the actual lead in the KOM.'),(10278,207,'2007-07-22 15:53:00','The peloton','- what\'s left of it - has crested the climb at 2:37. We still see riders like Contador and Leipheimer, Kloden and Kashechkin, Sastre, Evans (who has Horner with him), Valverde,'),(10279,207,'2007-07-22 15:57:33','Ahead','this long descent and then the mountain-top finish atop the hors categorie Plateau de Beille (16km at almost 8 percent). '),(10280,207,'2007-07-22 15:58:36','Mayo','was dropped close enough to the summit to allow him to catch back, which he\'s done. We wonder if Vino\' will be that lucky.'),(10281,207,'2007-07-22 15:59:57','Popo','is also working his way back on to the yellow jersey group.'),(10282,207,'2007-07-22 16:01:58','Comments? Questions? Wanna win a CatEye computer?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(10283,207,'2007-07-22 16:04:00','Vino','has lost nearly five minutes to the yellow jersey group on the climb. So the leadership question on the Astana team is settled.'),(10284,207,'2007-07-22 16:06:44','The road ahead','following this descent to Ax-les-Thermes, the riders race 16km down the Ariège valley before reaching the finishing climb to Plateau de Beille'),(10285,207,'2007-07-22 16:07:56','The leaders','are coming to the bottom of the climb.'),(10286,216,'2007-07-22 08:12:11','Welcome to Boulder','We\'re here on a beautiful morning at the 16th annual Boulder Peak Triathlon. The age-group race is already underway and all 2,100 athletes are out of the 1.5-km swim that took place in The Res. That means most athletes are nearing their way to the course trademark, Olde Stage hillclimb where they will be met to the cheers of hundreds of spectators. '),(10287,207,'2007-07-22 16:12:52','In the valley','our four leaders are in the Ariège valley. The peloton is at 3:18. Those riders are in Ax-les-Thermes. There is a bit of a rest before the killer climb to Plateau de Beille'),(10288,207,'2007-07-22 16:14:00','Hincapie','not only caught back on, he\'s now pounding at the front of the yellow jersey group. Disco has two major GC riders in the yellow jersey group with Contador and Leipheimer. That is who Hincapie is working for.'),(10289,207,'2007-07-22 16:18:00','Hincapie','is still driving hard at the front. He\'s one of the riders who is likely to make a team switch announcement Tuesday on the rest day. Word is that he\'s moving to T-Mobile next year. Also Saunier Duval\'s David Millar is likely to make the move to Slipstream... along with (according to rumor, at least) CSC\'s David Zabriskie and Christian Vande Velde. None of that is confirmed yet, though.'),(10290,207,'2007-07-22 16:20:50','Barredo','has caught back on with the four leaders, so with 25km to go, there are five men up front.'),(10291,207,'2007-07-22 16:23:52','The yellow jersey group','has grown over the descent and on the kilometers through the valley. There are now about 30 to 35 riders and they remain 3:02 behind the five leaders. That will change on the climb. We\'re not putting the rent money on the escapees\' chances for winning the day.'),(10292,207,'2007-07-22 16:27:16','Hincapie','is still leading the yellow jersey group. Behind him, Dekker, Boogerd, Rasmussen ... and Soler. We see Chris Horner and Cadel Evans and the Disco combo of Contador and Leipheimer... we can expect the merde to hit the fan soon.'),(10293,207,'2007-07-22 16:28:33','The five leaders','are on the climb. The peloton is 2:35 behind.'),(10294,207,'2007-07-22 16:32:49','On the climb','The yellow jersey group is now on the climb to the finish.'),(10295,207,'2007-07-22 16:33:39','Rabobank','is at the front of the group.'),(10296,207,'2007-07-22 16:34:44','POP','goes Barredo. '),(10297,207,'2007-07-22 16:35:44','Savoldelli','has been dropped from the peloton.

    Up front, Colom has attacked out of the leading group.'),(10298,216,'2007-07-22 08:36:38','Age group update','With only 15 minutes until the start of the Pro Women, we have an update on the first place age-grouper. Heading out of T2, after 42-km of cycling, it was John Ryan, originally from Minnesota but now living in Louisville, CO. '),(10299,207,'2007-07-22 16:38:00','10th placed','Kim Kirchen (T-Mobile) has been dropped out of the the yellow jersey group.'),(10300,207,'2007-07-22 16:39:17','Horner dropped','as has been Mayo... up front of the yellow jersey group, we still see Evans, Contador, Leipheimer and Rasmussen.'),(10301,207,'2007-07-22 16:40:38','Up front of the yellow jersey group','Popovych is setting tempo. There are maybe 10 or 12 guys in that group. Rasmussen and Leipheimer are there. Contador is there. Kloden and Evans, too.'),(10302,216,'2007-07-22 08:40:40','Equalizer in the Pro Race','Much like Lifetime Fitness in Minneapolis, MN in past years, event director Barry Siff has established a battle of the sexes pitting men and women for a race within the race.\r\n\r\nThe equalizer established today is 14 minutes 20 seconds, meaning the 12 professional women here today will get that headstart over the ensuing men. '),(10303,207,'2007-07-22 16:41:22','Acceleration','and Menchov has popped out of that yellow jersey group.'),(10304,207,'2007-07-22 16:43:43','Soler','is up there... We see Kashechkin and Kloden for Astana, Popovych, Contador and Leipheimer for Disco. Evans is the only Predictor man there. Boogerd is setting tempo for Rasmussen and Sastre is the only CSC man there.'),(10305,216,'2007-07-22 08:44:03','Pro Field','We have 12 pro women starting today including:\r\n\r\nSarah Haskins - US Olympic hopeful\r\nSusan Williams - 2004 Olympic Bronze medalist\r\nJoanna Zeiger - 2000 US Olympian, 4th place finisher\r\n\r\nare the headliners.\r\n\r\nWe have 33 pro men including:\r\n\r\nTim Deboom - 2x Ironman Hawaii Champion\r\nMatty Reed - US Olympic hopeful\r\nStephen Hackett - finished 8th at Lifetime Fitness last weekend\r\nLeon Griffin - 2006 Duathlon World Champion\r\n\r\nIt looks to be a great field out there. '),(10306,207,'2007-07-22 16:45:06','Of all the men in the yellow jersey group','(which is 2:00 behind the leaders) Soler is the most comfortable. Contador, too, looks good. '),(10307,207,'2007-07-22 16:45:31','Colom','is leading and is 10km from the finish.'),(10308,207,'2007-07-22 16:46:13','Kloden...','dirfting back under pressure from the pace being set by Popovych.'),(10309,207,'2007-07-22 16:47:50','Popovych knows','that he\'s putting the hurt on Kloden. The Astana man is back on the tail end of the yellow jersey group.'),(10310,207,'2007-07-22 16:48:47','The pace is going up','Kloden is gone... and Contador is fading back. Leipheimer, though is still up there.'),(10311,207,'2007-07-22 16:50:07','Contador','and Sastre have caught back on. Kloden is dropped though.'),(10312,207,'2007-07-22 16:51:11','Gaps','Colom leads with 8.5km to go.... Txurruka is at 55 seconds, Guitierrez is at 1:15 and the yellow jersey group is at 1:40'),(10313,216,'2007-07-22 08:52:42','Women are off!','The women are out on the swim course and the time will begin ticking down to the men\'s start.\r\n'),(10314,207,'2007-07-22 16:53:39','Contador','After Leipheimer took a dig, Contador did the one-two.'),(10315,207,'2007-07-22 16:53:50','Rasmussen attacks!',''),(10316,207,'2007-07-22 16:54:10','Evans and Contador','have held on.'),(10317,216,'2007-07-22 08:54:32','Where\'s Susan Williams?','We just got word the 2004 Olympic Bronze Medalist from Littleton, CO broke her toe yesterday and will not be racing today. That leaves the door open for some of the other women in the field. The $30,000 prize purse pays seven-deep. '),(10318,207,'2007-07-22 16:55:24','Txurrukka','is caught and passed.... Evans and Contador are not giving up. Leipheimer and Sastre and Soler are catching back on....'),(10319,216,'2007-07-22 08:56:32','Primes','Siff is offering up two $250 primes for the first man and woman out of the water and the same to the top man and woman to the top of the Olde Stage Hill out on the bike. \r\n\r\n'),(10320,207,'2007-07-22 16:56:39','With 6.8km','to go... Colom is the sole remnant of the original break. He\'s 1:00 up the road. In the yellow jersey group only Sastre, Evans, Rasmussen, Leipheimer...'),(10321,207,'2007-07-22 16:57:17','Soler attacks','Rasmussen counters, but he brings Contador and Evans... and Sastre and Leipheimer back up.'),(10322,207,'2007-07-22 16:57:49','Soler goes again',''),(10323,207,'2007-07-22 16:58:11','Contador chases','and that pops Leipheimer...'),(10324,207,'2007-07-22 16:58:30','Soler caught','and Rasmussen is attacking.'),(10325,207,'2007-07-22 16:59:09','Rasmussen can','not get rid of Contador and Evans.'),(10326,207,'2007-07-22 16:59:25','Contador','is gone!'),(10327,207,'2007-07-22 16:59:37','Now Rasmussen','chases...'),(10328,216,'2007-07-22 08:59:53','Tim says','We had a brief chat with Tim Deboom this morning and he believes the conditions out on the course today will play to his favor. Folks, it is heating up out here in Boulder. It is already well into the 80\'s. We know damn well Mr. Deboom likes to compete in the heat as he\'s proven with two Ironman Hawaii championships in his trophy case. '),(10329,207,'2007-07-22 17:00:35','Contador','is driving hard. Rasmussen has hooked on to him and Evans has cracked.'),(10330,207,'2007-07-22 17:01:24','Colom','is still at the front of the race but he only has about 30 seconds on Contador and Rasmussen.'),(10331,207,'2007-07-22 17:01:45','five kilometers','to go'),(10332,216,'2007-07-22 09:02:20','Pro men are ready to go','30 seconds to go for the men and we see a splattering of women out there on the swim course.'),(10333,207,'2007-07-22 17:02:58','Contador and Rasmussen','are 23 seconds behind Colom. There is a group with Evans, Leipheimer, Sastre and Soler at 45 seconds.'),(10334,207,'2007-07-22 17:03:12','Evans','is dropped from the chase group.'),(10335,216,'2007-07-22 09:05:04','Two women in front','A betting man would guess those leading ladies are Joanna Zeiger, a former collegiate swimmer at Brown University and Sarah Haskins, one of the quickest swimmers on the ITU circuit. \r\n\r\nThese ladies are over 100 meters ahead of the next closest female swimmer! As these two ladies have proven in ITU races, they will push eachother throughout this difficult bike course and will continue to build on this lead.'),(10336,207,'2007-07-22 17:05:13','So','we have Colom about 4km from the top. Contador and Rasmussen at 10 seconds and then Sloer, Sastre and Leipheimer at 33 and Evans at 50.'),(10337,207,'2007-07-22 17:06:33','Caught','Colom is caught'),(10338,207,'2007-07-22 17:07:45','The Leipheimer group','is at 27 seconds as Rasmussen and Contador hit the 3km-to-go mark.'),(10339,207,'2007-07-22 17:08:22','Rasmussen takes a dig','He cannot get rid of the Spaniard.'),(10340,207,'2007-07-22 17:09:05','Evans trails','by 1:15. He may lose 2nd on GC'),(10341,207,'2007-07-22 17:10:05','Gaps','The Leipheimer group trails by 25 seconds. Evans is at 1:10'),(10342,216,'2007-07-22 09:10:24','Lead women are out','Sarah Haskins, Joanna Zeiger, and Jasmine Oeinck are all out within three seconds of eachother.'),(10343,207,'2007-07-22 17:10:34','Evans','is caught by Kloden and Kashechkin'),(10344,207,'2007-07-22 17:11:12','2km to go','Rasmussen steps it up, but Contador is staying with him'),(10345,207,'2007-07-22 17:11:58','Soler','jumps out of the Leipheimer group.... he\'s only 25 seconds back.'),(10346,207,'2007-07-22 17:12:57','In the','final kilometer Soler is at 24 seconds and Contador is right on Rasmussen\'s wheel.'),(10347,216,'2007-07-22 09:13:44','chase group is out','The second pack of women swimmers just got out of the water over three minutes behind. That is going to be alot of time for those women to make up on the trio ahead. \r\n\r\nOur course spotters tell us that two of the chasers were Julianna Batizy-Morley from Littleton, CO and Karen Melliar-Smith from Denver, CO. '),(10348,207,'2007-07-22 17:14:07','Rasmussen','is still setting the pace at the front. He\'s gonna lose the sprint, we\'d bet.'),(10349,207,'2007-07-22 17:14:17','500 meters',''),(10350,207,'2007-07-22 17:14:50','Sprint',''),(10351,216,'2007-07-22 09:14:51','out onto the bike','Oeinck was the first to get onto her bike but the leading three ladies are all within two seconds of each other. They will spread out a bit on the bike course, especially when the roads turn UP Olde Stage Hill.'),(10352,207,'2007-07-22 17:15:06','Contador comes around','and wins.'),(10353,207,'2007-07-22 17:15:37','Soler','comes in third... almost being caught by Leipheimer.'),(10354,207,'2007-07-22 17:16:05','Soler','third and Leipheimer fourth. Sastre finishes at 51 seconds.'),(10355,207,'2007-07-22 17:17:00','Evans and Kloden','coming in for sixth and seventh... at 1:52. That means that Contador is now second on GC.'),(10356,216,'2007-07-22 09:17:03','Michael Hagen just crossed the line','in the age-group race. He is one of the top 45+ racers out there. And amazingly, he finished second in his category at the 28-mile, Mt. Evan\'s Hill Climb from Idaho Springs at 7,000-feet elevation to the summit of Mt. Evan\'s at 14,000-feet. That\'s a big weekend. Nice job, Michael!'),(10357,207,'2007-07-22 17:18:21','Popovych','comes in with Boogerd and Astarloza at 3:00'),(10358,207,'2007-07-22 17:19:16','Big loss','for Valverde. He comes in at 3:45. Vinokourov is still out there on the road. It may be a while before he gets in.'),(10359,216,'2007-07-22 09:21:22','nearing the shore','The lead men are turning the final swim course buoy and will be on shore within two minutes. We have a lead group of three men with a group of four chasing only a few meters behind. Then, we have a group of six swimmers 30-40 meters behind.'),(10360,216,'2007-07-22 09:23:42','men are out','The winner of the age-group race last year, Cameron Dye lead a group of three men out of the water. \r\n\r\nHe was a few seconds ahead of Matty Reed and Stephen Hackett.'),(10361,216,'2007-07-22 09:24:10','1:30 behind','were Marek Dvorak, Paul Matthews, and Nate Korteum'),(10362,216,'2007-07-22 09:24:51','Tim Deboom is out','with that group of three in the chase pack about 1:30 behind'),(10363,216,'2007-07-22 09:26:19','correction','Bryan Rhodes and Paul Matthews were only a few seconds behind the lead \"Dye group\" and the group of four with Dvorak, Korteum, Paul Ambrose, and Deboom were 1:30 behind.'),(10364,207,'2007-07-22 17:20:00','Stage results','1. Alberto Contador (Sp), Discovery, 197km in 5:25:48
    2. Michael Rasmussen (Dk), Rabobank, s.t.
    3. Juan Mauricio Soler (Sp), Barloworld, at 0:37
    4. Levi Leipheimer (USA), Discovery, at 0:40
    5. Carlos Sastre (Sp), CSC, at 0:53
    6. Andreas Kloden (G), Astana, at 1:52
    7. Cadel Evans (Aus), Predictor Lotto, s.t.
    8. Antonio Colom (Sp), Astana, at 2:23
    9. Andrey Kashechkin (Kz), Astana, s.t.
    10. Yaroslav Popovych (Ukr), Discovery, at 3:06'),(10365,216,'2007-07-22 09:39:09','Equalizer Update','Jimmy Archer here taking over the live coverage. The lead men have made up roughly 2:30 on the women heading onto US 36 about 4 miles into the bike. However, the bike is where the men make up the most time.'),(10366,216,'2007-07-22 09:41:53','Lead Men should reach Olde Stage hill any second','Olde Stage is a daunting 18% grade roughly 5 miles into the ride.'),(10367,207,'2007-07-22 17:23:00','Overall standings','1. Michael Rasmussen (Dk), Rabobank, 64:12:15
    2. Alberto Contador (Sp), Discovery, at 2:23
    3. Cadel Evans (Aus), Predictor-Lotto, at 3:04
    4. Levi Leipheimer (USA), Discovery, at 4:29
    5. Andreas Kloden (G), Astana, at 4:38
    6. Carlos Sastre (Sp), CSC, at 5:50
    7. Andrey Kashechkin (Kz), Astana, at 6:58
    8. Mikel Astarloza (Sp), Euskaltel, at 8:25
    9. Alejandro Valverde (Sp), Caisse d\'Epargne, at 9:45
    10. Yaroslav Popovych (Ukr), Discovery, at 10:55.'),(10368,207,'2007-07-22 17:43:39','That\'s a wrap folks','Check back with us tomorrow for a tough, tough stage 15. Even we are looking forward to Tuesday\'s rest day... we have to image that the riders are even more anxious.'),(10369,216,'2007-07-22 09:48:19','Crashes in the age groups','We have just had reports of a flat induced crash coming down Left Hand Canyon in the vicinity of the 10 mile mark.\r\nWe don\'t have a name but there are reportedly only superficial injuries.'),(10370,216,'2007-07-22 09:54:45','Lead changes over Olde Stage','Reports are in that Zeiger and Hackett are leading after Olde Stage Hill. Reports of splits are still coming in.'),(10371,216,'2007-07-22 09:57:53','Lead women at Nelson and 63rd','Close to the 15 mile mark Zeiger leads Haskins by one minute with Oeinck another :20 seconds behind.'),(10372,216,'2007-07-22 10:08:24','Lead men','The lead men are through mile 15. \r\n\r\n1: Hackett\r\n2: Paul Matthews +:50\r\n3: Reed +:53\r\n4: Deboom +:1:43\r\n5: Rakita\r\n6: Dye\r\n7: Rhodes\r\n8: Griffin\r\n9: Widoff'),(10373,216,'2007-07-22 10:16:50','Lead Men at Mile 21','Stephen Hackett still leads\r\nMatt Reed has moved to second at + :45\r\nPaul Matthews is third at +1:00\r\nTim Deboom fourth +1:25'),(10374,216,'2007-07-22 10:17:13','Lead women are at T2',''),(10375,216,'2007-07-22 10:21:14','T2 standings','Zeiger \r\nHaskins +:30\r\nOeinck +:45\r\n\r\nZeiger could have her work cut out here heading onto the run. Haskins has been tearing up on the ITU scene with some blazing runs this year. '),(10376,216,'2007-07-22 10:22:46','Men are at Mile 24','At mile 24 the mens standing have not changed. \r\n\r\nHackett has passed all but 3 women at this point. '),(10377,216,'2007-07-22 10:23:41','It\'s getting hot out here.','Temps could reach the upper 90\'s today and there is barely a cloud in the sky. Heat will play a role in the run today.'),(10378,216,'2007-07-22 10:24:15','Hackett out of T2','Hackett has left T2 only 4 min down on Zeiger and with only 3 women ahead of him.'),(10379,216,'2007-07-22 10:27:42','Men out of T2','Hackett leads out of T2 with Reed closing in. Matthews is fading with Deboom closing on him for third. Rakita is fifth with Cameron Dye holding onto 6th. '),(10380,216,'2007-07-22 10:30:50','Zeiger and Haskins...','are through the first lap of the run. '),(10381,216,'2007-07-22 10:31:12','Zeiger leads','by 40 seconds over Haskins after one lap of the three lap run'),(10382,216,'2007-07-22 10:32:12','correction','Zeiger is only leading Haskins by 10 seconds after the first lap'),(10383,216,'2007-07-22 10:34:36','a bit about the run course','We are sitting here at 5430-feet which is one factor which will lead to slower than usual times for these pro competitors. The other factor is the heat. It has soared into the 90\'s this morning. The athletes are running three laps, half the course on paved roads and half on crushed gravel. This might be the one comfort the athletes have out there.'),(10384,216,'2007-07-22 10:35:11','Oeinck through','about two minutes behind Zeiger'),(10385,216,'2007-07-22 10:35:46','lead men coming','Hackett is still leading but Matty Reed has caught him and is passing him as we speak.'),(10386,216,'2007-07-22 10:36:46','Reed','He is a very hot and cold athlete, winning the season-opening St. Anthony\'s Tri earlier in the year before hitting a rough patch. \r\n\r\nIt looks like he is back on form after an off-week at Lifetime Fitness Tri last week. \r\n\r\n'),(10387,216,'2007-07-22 10:37:10','Matthews through','one minute in back of Reed and Hackett'),(10388,216,'2007-07-22 10:37:53','Deboom','is still hovering one minute behind Matthews so two minutes behind the leaders. He told us before the race that he wants it HOT out there. '),(10389,216,'2007-07-22 10:39:05','Haskins','is now only 8 seconds down at the halfway mark and should pass Zeiger within a few meters. '),(10390,216,'2007-07-22 10:40:18','more men coming through','Rhodes, Griffin, Rakita are all two minutes behind Deboom at the 2-mile mark'),(10391,216,'2007-07-22 10:42:17','Reed','is now only 3 minutes behind our women\'s leader (whoever that may be, they are out of range of our course spotter).\r\n\r\nHackett is through 3-miles 20 seconds behind Reed and Matthews is a further 32 seconds back in third.'),(10392,216,'2007-07-22 10:45:11','Women through Lap 2','Zeiger is still leading!\r\n\r\n'),(10393,216,'2007-07-22 10:45:36','Haskins','is 25 seconds down to Zeiger heading onto the third and final lap of the run.'),(10394,216,'2007-07-22 10:47:09','Reed','is still leading the men coming into the turnaround to start his last lap.\r\n\r\nHe is only 2 minutes, 25 seconds down on Zeiger in the Equalizer format. '),(10395,216,'2007-07-22 10:47:39','Hackett','is still hovering behind Reed 25 seconds back and is starting his last lap.'),(10396,216,'2007-07-22 10:50:22','Oeinck onto her third lap','She is 5 minutes down to Zeiger but isn\'t running strong. '),(10397,216,'2007-07-22 10:50:54','Zeiger is through the last turnaround','at 4.5-mile lead and is holding her 25 second lead on Haskins.'),(10398,216,'2007-07-22 10:51:36','HOT','It is brewing up out on the course and the women are starting to fade. '),(10399,216,'2007-07-22 10:52:02','Haskins','has faded to 42-seconds behind Zeiger.'),(10400,216,'2007-07-22 10:52:47','Reed through the turnaround','and is only 1:50 down on Zeiger with only 1.5-miles to the finish line.'),(10401,216,'2007-07-22 10:57:35','Zeiger is across','Zeiger just won the women\'s race and has a BIG LEAD'),(10402,216,'2007-07-22 10:58:34','Haskins','just crossed the line 1:15 down on Zeiger but still in front of Matty Reed. '),(10403,216,'2007-07-22 10:59:10','Reed','Slowed down running into the chute and is high-fiving everyone in sight. He is absolutely stoked to win this race.'),(10404,216,'2007-07-22 11:00:06','Hackett finishes 2nd','and Matthews has crossed the line in 3rd.'),(10405,216,'2007-07-22 11:01:15','Deboom in 4th','Deboom dropped one place from his 2006 performance and finished 4th today around 1 minute behind Matthews. \r\n\r\n'),(10406,216,'2007-07-22 11:02:01','Deboom family','Tim\'s brother Tony and his wife, Nicole, are both out there on the course today. They are high-fiving and giving Tim hugs and look pleased with his effort today.'),(10407,216,'2007-07-22 11:25:36','Age Group Results','Men:\r\n1, Joe Fogarty 2:03:05\r\n2, Eric Peterson 2:04:20\r\n3, Andy Bigelow 2:04:31\r\n4, Mark Van Akkeren 2:04:35\r\n\r\nWomen:\r\n1, Jocelyn Petrella 2:18:46\r\n2, Steph Popelar 2:22:33\r\n3, Kylie Ramsey 2:23:11\r\n4, Tracy Stewart 2:23:30'),(10408,216,'2007-07-22 11:34:15','catching up with Matty Reed','Today\'s Men\'s winner had this to say:\r\n\r\n\"It was so hot out there on the run today. I had a horrible first-half of the bike but the descent on Olde Stage Hill helped and I was able to get some time back on Hacky (Hackett) on all the downhills. I started gaining some time and started conservatively at the beginning of the run.\" \r\n\r\n\"I felt so negative for most of the bike, I told myself I would avenge this with a good run. I felt like I was in control and paced myself the whole time out there.\"'),(10409,216,'2007-07-22 11:36:21','How fast were the Pros going down Olde Stage Hill?','To control the age-group speed limit of 35-miles/hour, Boulder Police set up a speed trap 3/4 down the backside of Olde Stage Hill. We heard after all age-groupers were in from the cycling portion, that 6 or 7 athletes had been disqualified for excessive speed violations. \r\n\r\nThe speed limit was lifted for the Pro race and Matty Reed told us he zoomed by Cameron Dye at 54 mph!'),(10410,216,'2007-07-22 11:43:21','Hackett on today\'s race','\"I\'ve trained out here for a few years and no matter how much time and training I put in, you can\'t prepare for racing in heat like this.\"'),(10411,216,'2007-07-22 11:47:07','more from Hackett','\"I was able to break away from Reed and Matthews going up Olde Stage. I really attacked because I knew wasn\'t as big as those guys to get my time gains going down the hill so I had to get time going up. I put my head down when I saw at the top they weren\'t with me and tried to hold on as long as I could.\" \r\n\r\n\"I was holding back at the beginning of the run because I thought I was going to blow up. But, I came good at the end and pushed as hard as I could. Matty surged on me at the end of the second lap and I couldn\'t go with him. It was just a brutal course.\"'),(10412,216,'2007-07-22 11:50:40','from Haskins','\"This was my first time racing at altitude which is alot harder than training at altitude (Sarah trains in Colorado Springs at 6,600-feet at the Olympic Training Center). I ran out of fluids 3/4 the way through the bike so I was a bit worried. I knew I was going into a deficit heading onto the run.\" \r\n\r\n'),(10413,216,'2007-07-22 11:53:36','Whit Raymond','our favorite announcer from California who travels far and wide to Japan, Malaysia, Hawaii, and everywhere else in between was here announcing the races today.'),(10414,216,'2007-07-22 12:06:33','Primes','The $250 swim prime was won by:\r\nCameron Dye for the men\r\nSarah Haskins for the women\r\n\r\nThe $250 bike prime to the top of Olde Stage Hill was won by:\r\nStephen Hackett for the men\r\nJoanna Zeiger for the women'),(10415,216,'2007-07-22 12:10:07','Sister Madonna Buder','finished first in the ultra competitive 75+ age group. She spoke at the inspirational dinner for ALS benefit about her 2006 Ironman Hawaii finish as the last official finisher in 16 hours, 59 minutes and 20 seconds. '),(10416,216,'2007-07-22 12:29:04','Checking out from 2007 Boulder Peak','Thanks for joining us this morning. We would love your feedback on whether you enjoyed this feature and want us to do it again. \r\n\r\nYou can reach us at Inside Triathlon by contacting Jimmy Archer at: jarcher@insideinc.com or Lars Finanger at: lfinanger@insideinc.com\r\n\r\nWe had a great time bringing you coverage from the triathlon mecca of Boulder, in the 16th annual Boulder Peak Triathlon.\r\n'),(10417,216,'2007-07-22 17:24:10','Women\'s age-group winner','We overlooked the flashy 20-24 year-old winner, Leah Larson who ended up as the overall female champion in 2:18:10, 36-seconds faster than Petrella\'s runner-up finish. Congratulations Leah.'),(10418,208,'2007-07-23 13:23:01','Good day and welcome','and welcome to VeloNews.com\'s Live Coverage of the 15th stage of the 2007 Tour de France, another tough day in the Pyrénées, featuring five tough climbs, including the hors categorie Port de Balès, a very narrow, twisting 19km uphill, with the last 10km having an average grade of almost 10 percent and a maximum pitch of 14 percent. Were that all, the day might be tolerable, but the Port de Balès is bookended by two Category 1 climbs on a day that starts with a couple of Cat. 2s, just to warm things up. Take a look at today’s obstacles:

  • The Category 2 Col de Port (at 27.5km)
  • The Cat. 2 Portet d’Aspet (at 99.5km)
  • The Cat. 1 Col du Mente (at 114km)
  • The hors categorie Port de Bales (at 159.5km)
  • The Cat. 1 Col du Peyresourde (at 184.5km)

    Two stages of the Tour have terminated at Loudenvielle. In 1997, Frenchman Laurent Brochard escaped from an elite group on the descent into Val Louron to finish 14 seconds ahead of teammate Richard Virenque, Italian Marco Pantani and German Jan Ullrich.

    In 2003, Italy\'s Gilberto Simoni took the win in a tight sprint with Swiss rider Laurent Dufaux and Virenque, while sixth-placed Vinokourov went within seconds of taking Armstrong\'s yellow jersey after a sizzling attack over the Peyresourde. '),(10419,208,'2007-07-23 13:31:00','Today\'s stage','began at 11:30 as 163 riders left the start at Foix. We see that Francaise des Jeux\'s Philippe Gilbert and Liquigas\'s Filippo Pozzato opted not to start.

    There were several attacks from the start and things finally got sorted out and there are 25 men off the front with an advantage of 8:00 at the 83km mark.

    Yup, you read right. That\'s 25 riders. We\'ll have the list for you in a second. We do want to mention that Christian Vande Velde and George Hincapie are in the bunch. From what we can tell, the highest GC contender in the bunch is Euskaltel\'s Haimar Zubeldia (13th at 12:15) and right there with him is T-Mobile\'s Kim Kirchen, who slipped from 10th to 14th on GC yesterday. Right now, he\'s 13:16 out of first place.'),(10420,208,'2007-07-23 13:36:00','The men in the break','

  • Jose Cobo (Saunier Duval)
  • Daniel Navarro (Astana)
  • Sergei Ivanov (Astana)
  • Alexander Vinokourov (Astana)
  • Christian Knees (Milram)
  • Juan Manuel Garate (Quick Step)
  • Benoit Vaugrenard (Francaise des Jeux)
  • Michael Albasini (Liquigas)
  • Johan Tschopp (Bouygues Telecom)
  • Laurent Lefevre (Bouygues Telecom)
  • George Hincapie (Discovery)
  • Patrice Halgand (Credit Agricole)
  • Bernhard Kohl (Gerolsteiner)
  • Patxi Vila Erradonea (Lampre)
  • Daniele Bennati (Lampre)
  • Ruben Perez (Euskaltel)
  • Inigo Landaluze (Euskaltel)
  • Haimar Zubeldia (Euskaltel)
  • Ludovic Turpin (Ag2r)
  • Denis Menchov (Rabobank)
  • Christian Vande Velde (CSC)
  • Kurt-Asle Arveson (CSC)
  • Kim Kirchen (T-Mobile)
  • Nicolas Portal (Caisse d\'Epargne)
  • David Arroyo (Caisse d\'Epargne)'),(10421,208,'2007-07-23 13:40:28','Through the feedzone','the leaders are holding an advantage of 8:09. They\'re now 89km.'),(10422,208,'2007-07-23 13:46:06','It\'s remarkable','to see Vinokourov in the mix today. He\'s had a rollercoaster of a Tour de France - indeed, he\'s had a rollercoaster 48 hours. He won the stage 13 time trial and then totally blew up yesterday, losing 28:50. He\'s an aggressive rider and may want to show that he has not completely surrendered.'),(10423,208,'2007-07-23 13:49:41','Comments? Questions? Wanna win a CatEye computer?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(10424,208,'2007-07-23 13:53:04','On the Portet d’Aspet','Our 25 leaders are on the slopes of the Cat. 2 Portet d’Aspet, which summits at 99.5km. The appear to be holding together. They have a lead of 9:12.'),(10425,208,'2007-07-23 13:57:49','Euskaltel','has three men in the break, with Zubeldia posing the biggest threat to Rasmussen on GC. He\'s 13th, at 12:15. He\'s a solid climber and he has two teammates with him. Nice move for the Basque team. The Spanish fans on the road will, of course, appreciate their effort, too.'),(10426,208,'2007-07-23 14:00:34','With about','2km to go to the summit, our leaders are staying together as a group. They now hold a lead of 9:25 over the peloton as they hit the halfway mark of today\'s stage.'),(10427,208,'2007-07-23 14:04:30','Back in the peloton','With the advantage bumping up to 9:30 at one point, the Rabobank team has upped the tempo and the gap is back down to 8:40.'),(10428,208,'2007-07-23 14:05:32','Up and over','Lefevre leads the break over the Portet d’Aspet. We should get a good time check when the peloton hits the top.'),(10429,208,'2007-07-23 14:10:35','Passing the','Casartelli memorial... a sad, sad reminder of the dangers of this sport. The reigning Olympic champion crashed here in 1995. '),(10430,208,'2007-07-23 14:16:09','Ivanov','the Astana rider has punched it up a bit on the way to the The Cat. 1 Col du Mente ... the other 24 have picked up the pace, though, and they will be together, for the time being at least.'),(10431,208,'2007-07-23 14:17:00','The gap is','now less than 8:00 minutes, indicating a degree of discomfort on the part of the GC contenders... especially the Rabobank team.'),(10432,208,'2007-07-23 14:20:34','On the Col du Mente','The leaders are holding an advantage of 7:50.'),(10433,208,'2007-07-23 14:27:25','Dang! It\'s the cops!','French custom agents searched at least four team buses Monday in surprise inspections as the Tour de France wobbles into its final week with yellow jersey Michael Rasmussen dogged by doping allegations.

    \r\nUniformed French officials waved over team buses as they rolled through a toll station along the A-64 highway, southwest of Toulouse. The team vehicles were driving an off-race route to the finish of stage 15.

    VeloNews saw buses from Team CSC, Astana, Rabobank and Discovery Channel being searched by French authorities. Bus drivers were told to open compartments, panel doors and other storage bins as authorities made inquiries. Officials also entered the buses to conduct searches and were even spotted looking underneath the Astana team bus.\r\n'),(10434,208,'2007-07-23 14:28:25','The 25','men off the front are on the Col de Mente and are holding a lead of 7:40.'),(10435,208,'2007-07-23 14:34:00','As the leaders','approach the top of the Col du Mente, the gap has extended to 8:15. There are no attacks in either group. The Rabobank squad is setting tempo, but montitoring the gap.'),(10436,208,'2007-07-23 14:40:47','Reader question','Darrell F writes

    Is it common for the riders to be the target of displays of nudity? I would assume so, considering some of the sights I have witnessed during the live TV coverage of the race. Anyway, good job and thanks for the all the updates!
    Yes, yes indeed. There are a lot of folks who spend a lot of time on the side of the road, baked by the sun and fueled by alcohol... and the inevitable results. Sadly, all you generally see on TV is guys in Speedos. The ugliest one we saw this year was the Borat impersonator in that hideous lime green thing featured in the movie. (Ick). We, however, see a lot of topless spectators of both genders... but TV generally doesn\'t show the women.'),(10437,208,'2007-07-23 14:45:52','The break','is over the Mente. The gap is 8:17.'),(10438,208,'2007-07-23 14:50:20','A nice zippy descent','followed by a bit of a respite before that big hors categorie haul up the Port de Balès. Remember it\'s a 19km climb that gets tougher and tougher and tougher as the route climbs to the top. The final 10km averages nearly 10 percent and ramps up to 14.

    The peloton, meanwhile, has crested the summit of the Col du Mente at exactly 8:30.'),(10439,208,'2007-07-23 14:55:00','The men in the break','are now 8:24 ahead of the peloton and covering the 13km approach to the days\' biggie, the Port de Balès.

    As a reminder, the men in the break are:

  • Jose Cobo (Saunier Duval)
  • Daniel Navarro (Astana)
  • Sergei Ivanov (Astana)
  • Alexander Vinokourov (Astana)
  • Christian Knees (Milram)
  • Juan Manuel Garate (Quick Step)
  • Benoit Vaugrenard (Francaise des Jeux)
  • Michael Albasini (Liquigas)
  • Johan Tschopp (Bouygues Telecom)
  • Laurent Lefevre (Bouygues Telecom)
  • George Hincapie (Discovery)
  • Patrice Halgand (Credit Agricole)
  • Bernhard Kohl (Gerolsteiner)
  • Patxi Vila Erradonea (Lampre)
  • Daniele Bennati (Lampre)
  • Ruben Perez (Euskaltel)
  • Inigo Landaluze (Euskaltel)
  • Haimar Zubeldia (Euskaltel)
  • Ludovic Turpin (Ag2r)
  • Denis Menchov (Rabobank)
  • Christian Vande Velde (CSC)
  • Kurt-Asle Arveson (CSC)
  • Kim Kirchen (T-Mobile)
  • Nicolas Portal (Caisse d\'Epargne)
  • David Arroyo (Caisse d\'Epargne)'),(10440,208,'2007-07-23 15:04:15','With 63km remaining','the leaders are 8:06 ahead of the Rabobank-led peloton.'),(10441,208,'2007-07-23 15:11:26','On the approach to the','Port de Balès. It should be interesting - both in the break and in the peloton.'),(10442,208,'2007-07-23 15:16:17','A bit of a split','on the approach, five riders have scooted off the front of the break. The other 20 in the break are just 20 seconds back, but this is the first split in the group since they formed. Worth watching for sure.'),(10443,208,'2007-07-23 15:21:03','The men picture up front','Right now as the leaders work their way onto the day\'s biggest climb, we have:
  • Sergei Ivanov (Astana)
  • Johan Tschopp (Bouygues Telecom)
  • Bernhard Kohl (Gerolsteiner)
  • David Arroyo (Caisse d\'Epargne)
  • Inigo Landaluze (Euskaltel)
    off the front, by 50 seconds. They are leading
  • Jose Cobo (Saunier Duval)
  • Daniel Navarro (Astana)
  • Alexander Vinokourov (Astana)
  • Christian Knees (Milram)
  • Juan Manuel Garate (Quick Step)
  • Benoit Vaugrenard (Francaise des Jeux)
  • Michael Albasini (Liquigas)
  • Laurent Lefevre (Bouygues Telecom)
  • George Hincapie (Discovery)
  • Patrice Halgand (Credit Agricole)
  • Patxi Vila Erradonea (Lampre)
  • Daniele Bennati (Lampre)
  • Ruben Perez (Euskaltel)
  • Haimar Zubeldia (Euskaltel)
  • Ludovic Turpin (Ag2r)
  • Denis Menchov (Rabobank)
  • Christian Vande Velde (CSC)
  • Kurt-Asle Arveson (CSC)
  • Kim Kirchen (T-Mobile)
  • Nicolas Portal (Caisse d\'Epargne)And the peloton is at 7:58'),(10444,208,'2007-07-23 15:24:06','The gaps','the five leaders are on the climb, 1:15 ahead of the next 20. The peloton, which is still on the approach, is at 8:06.'),(10445,208,'2007-07-23 15:28:36','Menchov','has decided to work up to the leading five. He\'s close to bridging the gap.'),(10446,208,'2007-07-23 15:30:35','Six in the lead','Menchov has caught on, so we have
  • Denis Menchov (Rabobank)
  • Sergei Ivanov (Astana)
  • Johan Tschopp (Bouygues Telecom)
  • Bernhard Kohl (Gerolsteiner)
  • David Arroyo (Caisse d\'Epargne)
  • Inigo Landaluze (Euskaltel)
    off the front, by 50 seconds. They are leading
  • Jose Cobo (Saunier Duval)
  • Daniel Navarro (Astana)
  • Alexander Vinokourov (Astana)
  • Christian Knees (Milram)
  • Juan Manuel Garate (Quick Step)
  • Benoit Vaugrenard (Francaise des Jeux)
  • Michael Albasini (Liquigas)
  • Laurent Lefevre (Bouygues Telecom)
  • George Hincapie (Discovery)
  • Patrice Halgand (Credit Agricole)
  • Patxi Vila Erradonea (Lampre)
  • Daniele Bennati (Lampre)
  • Ruben Perez (Euskaltel)
  • Haimar Zubeldia (Euskaltel)
  • Ludovic Turpin (Ag2r)
  • Christian Vande Velde (CSC)
  • Kurt-Asle Arveson (CSC)
  • Kim Kirchen (T-Mobile)
  • Nicolas Portal (Caisse d\'Epargne)And the peloton is at 7:58'),(10447,208,'2007-07-23 15:31:51','The six','in the lead are 55 seconds ahead of the rest of the break, which is beginning to fracture a bit. The peloton is at 8:30.'),(10448,208,'2007-07-23 15:36:49','Ivanov','has popped off of the lead group. It\'s getting steep folks.'),(10449,208,'2007-07-23 15:39:00','Ivanov','didn\'t fade, he\'s gone back to pull Vino into the lead group. Nice move. Once he put Vino into the lead group he totally blew.... NOW he\'s fading, but he managed to put Vinokourov into the leading group of now nine riders. Also managing to bridge was Haimar Zubeldia who is the day\'s big GC threat.'),(10450,208,'2007-07-23 15:41:48','Now Tschopp','is on the attack out of the lead group.'),(10451,208,'2007-07-23 15:44:35','So','we have Tschopp leading seven riders - Arroyo, Menchov, Zubeldia, Landaluze, Kohl, Vinokourov and Cobo. Behind them, we have riders from the break spread out over about 45 seconds. The peloton is still at 8:08 and there are attacks coming off the front, with Astana\'s Kashechkin.'),(10452,208,'2007-07-23 15:45:55','Rasmussen','has lost most of his team on the climb. He has Boogerd setting tempo for him... and all of his challengers are right on his wheel.'),(10453,208,'2007-07-23 15:51:04','Landaluze','is chasing to catch Tschopp, but the other men in the group are coming up. '),(10454,208,'2007-07-23 15:51:40','Tschopp','is five kilometers from the summit... it\'s really tough here.'),(10455,208,'2007-07-23 15:53:19','Boogerd','is setting a nice tempo for Rasmussen in the peloton. He\'s the last Rabo\' in the bunch... but Discovery has three riders in the mix, sitting right on the yellow jersey\'s wheel. Popovych, Leipheimer and Contador...'),(10456,208,'2007-07-23 15:56:00','Tschopp','remains 40 seconds ahead of Kim Kirchen, who is chasing on his own. He\'s ahead of a group of 5 riders... the Vinokourov group.'),(10457,208,'2007-07-23 15:57:28','Kirchen about to bridge','The T-Mobile man is about to hook on with Tschopp.'),(10458,208,'2007-07-23 15:58:47','Boogerd','is still setting the tempo in the peloton. They\'ve pulled Kashechkin back to within 100 meters, but the peloton is really small now...'),(10459,208,'2007-07-23 16:02:24','From Quebec','American Taylor Phinney was declared grand champion of the Tour de lAbitibis 39th edition following the final criterium. He now proudly wears the final brown jersey, only 4 seconds ahead New-Zealander Tom David in the final general time category. Quebecer Guillaume Blais-Dufour also goes home proud, finishing third, 10 seconds behind Phinney. Since it is Taylor Phinneys first year in the junior category, he is therefore also recipient of the blue jersey (best young rider).

    Phinney? Mmmmmm.... he\'s got an advantage, folks. I mean, Connie Carpenter is his mom and Davis Phinney is his dad. It\'s in the genes.'),(10460,208,'2007-07-23 16:06:07','Kirchen and Tschopp','are approaching the summit. It\'s foggy as all get out. It\'s beautiful up there. The two men are 30 seconds ahead of Arroyo who is now chasing on his own. Behind, the Vinokourov group is another 25 seconds back. The peloton - which is the yellow jersey group of 13 riders - is at 6:50.'),(10461,208,'2007-07-23 16:06:55','The yellow jersey group','is beginning to pull a few riders from the original break.'),(10462,208,'2007-07-23 16:07:53','Oh the crowds','Huge crowds as the leaders are coursing through the final few hundred meters of the climb. Kirchen looks to be the one to get the top points.'),(10463,208,'2007-07-23 16:08:00','Kirchen up and over','Arroyo is second. Tschopp is third.'),(10464,208,'2007-07-23 16:09:39','The Vino group','Menchov, Turpin, Zubeldia, Garate, Vinokourov and Cobo are over the top.'),(10465,208,'2007-07-23 16:14:09','In the yellow jersey group','We see Valverde, Evans and Horner from Predictor, Boogered and Rasmussen, Sastre, Navorro, Kloden, Kashechkin and Leipheimer, Contador and Popovych.'),(10466,208,'2007-07-23 16:15:27','Clear sailing','once over the top, the descent is under a very clear sky. The mist on the climb is from clouds that have bumped into the top of the mountain.

    The yellow jersey group is over at 6:40.'),(10467,208,'2007-07-23 16:20:24','On the descent','the trio off the front have an advantage of 45 seconds on a group of five that includes Turpin, Zubeldia, Garate, Vinokourov and Cobo.

    There is a group of 10 riders from the original break - including Hincapie - trailing by 2:00 or so.

    The yellow jersey group is at 6:34.'),(10468,208,'2007-07-23 16:26:00','Menchov has slowed','he\'s drifting back to the yellow jersey group... he is needed to help fend off the expected attacks on the day\'s final climb.'),(10469,208,'2007-07-23 16:30:43','On the Cat. 1 Col du Peyresourde','The Vinokourov group has already caught Tschopp and they are closing in on the duo of Kirchen and Arroyo.

    Menchov is now back with Rasmussen.'),(10470,208,'2007-07-23 16:31:55','The yellow jersey group','is now at 7:04. That group is growing, but we can imagine in shrinking again on the Cat. 1 Col du Peyresourde.'),(10471,208,'2007-07-23 16:33:01','Cobo','jumps out of the Vino group... he\'s shelled everyone except for Vino. Who is now attacking past Kirchen and Arroyo.'),(10472,208,'2007-07-23 16:33:53','Wow... Vinokourov','is now driving at the front with Kirchen and Arroyo trying to hang on to his wheel. Cobo is clawing his way back.'),(10473,208,'2007-07-23 16:35:32','The yellow jersey group','is now on the climb. Will we see attacks? YES!... Popovych, 10th on GC goes.'),(10474,208,'2007-07-23 16:36:40','Menchov and Boogerd','are setting tempo for Rasmussen on the climb. Popovych is heading up the road.'),(10475,208,'2007-07-23 16:38:46','Never say die','Vinokourov takes another dig. He\'s gotten rid of Kirchen.... for now. Zubeldia, meanwhile, managed to make it make it up to the group up there. We see Vinokourov, Zubeldia, Arroyo, Kirchen and Cobo.'),(10476,208,'2007-07-23 16:39:31','Rabo','is not over-reacting to the Popo attack.

    Up front, the leading five are five km from the summit.'),(10477,208,'2007-07-23 16:41:24','One victim','Soler has been shelled out of the yellow jersey group.'),(10478,208,'2007-07-23 16:42:38','Up front','Zubeldia attacks, Cobo counters... and Vino blasts past both. He is now at 15km to go.'),(10479,208,'2007-07-23 16:44:51','No attacks','out of the yellow jersey group.'),(10480,208,'2007-07-23 16:46:03','Vino','has a gap of 12 seconds on Zubeldia and Cobo...'),(10481,208,'2007-07-23 16:47:33','Vinokourov','has 21 seconds on the two men chasing. '),(10482,208,'2007-07-23 16:49:31','Menchov','has blown. Boogerd is now the only teammate of the yellow jersey in the group.

    Up front, Zubeldia has left Cobo.'),(10483,208,'2007-07-23 16:51:43','Holy....','The crowds are HUGE! over the final kilometer of the climb.'),(10484,208,'2007-07-23 16:52:54','Gaps','Vino has 26 seconds on Zubeldia, 36 seconds on Cobo and then 50 over Kirchen and Arroyo.'),(10485,208,'2007-07-23 16:53:27','Vino crests the summit','and he is 12km from the finish.'),(10486,208,'2007-07-23 16:54:09','Kirchen is fighting back','the T-mobile man has pulled back Zubeldia and they cross at 26 seconds.'),(10487,208,'2007-07-23 16:54:34','Contador','attacks....'),(10488,208,'2007-07-23 16:55:06','Contador has a gap','but Rasmussen has caught now....'),(10489,208,'2007-07-23 16:55:53','Contador again','Rasmussen fights back.'),(10490,208,'2007-07-23 16:56:46','The two men','are now within one kilometer of the top... and Contador attacks again.'),(10491,208,'2007-07-23 16:57:28','Rasmussen is fighting but','...Contador goes AGAIN!'),(10492,208,'2007-07-23 16:58:05','Rasmussen','is fighting back. He\'s back wuth Contador.'),(10493,208,'2007-07-23 16:58:29','AGAIN!!!!!!','Contador is attacking again'),(10494,208,'2007-07-23 16:59:19','Hincapie','Contador has joined up with George Hincapie who was trailing out of the lead group.'),(10495,208,'2007-07-23 17:00:22','Wowie...','that climb was just a little too short... or the attacks came just a little too late.'),(10496,208,'2007-07-23 17:01:32','Oh yeah','there is a rider at the front.... Vino is three kilometers from the finish. He has 48 seconds on a chase group of three - Cobo, Zubeldia and Kirchen.'),(10497,208,'2007-07-23 17:02:34','Zubeldia is','trying to get away from the other two.

    Ahead Vinokourov is two kilometers from the finish.'),(10498,208,'2007-07-23 17:03:34','The gap','is now 53 seconds as Vino enters the final kilometer'),(10499,208,'2007-07-23 17:04:15','Rasmussen','is on the descent with Hincapie and Contador.'),(10500,208,'2007-07-23 17:05:00','Vino wins',''),(10501,208,'2007-07-23 17:06:13','Now watch the clock','Kirchen and Zubeldia and Cobo come in around 55 seconds.'),(10502,208,'2007-07-23 17:06:46','Rasmussen and','Contador and Hincapie are charging through the final three kilometers.'),(10503,208,'2007-07-23 17:07:56','Two km to go','there is a little bump near the finish, but...'),(10504,208,'2007-07-23 17:08:30','Contador goes','Tries a dig... but the Dane stays with him.'),(10505,208,'2007-07-23 17:09:43','Kohl','and Vande Velde finish at 4:30'),(10506,208,'2007-07-23 17:10:21','Contador driving hard','into the final few hundred meters.... Rasmussen on his wheel.'),(10507,208,'2007-07-23 17:10:39','Sprint','they finish together.'),(10508,208,'2007-07-23 17:11:52','Evans and Leipheimer','have lost more time to Contador and Rasmussen.'),(10509,208,'2007-07-23 17:12:10','Let\'s assess the damage',''),(10510,208,'2007-07-23 17:20:00','The GC picture','1. Michael Rasmussen (Dk), Rabobank, 69:52:14
    2. Alberto Contador (Sp), Discovery, at 2:23
    3. Cadel Evans (Aus), Predictor Lotto, at 4:00
    4. Levi Leipheimer (USA), Discovery, at 5:25
    5. Andreas Kloden (G), Astana, at 5:34
    6. Carlos Sastre (Sp), CSC, at 6:46
    7. Haimar Zubeldia (Sp), Euskaltel, at 7:27
    8. Andrey Kashechkin (Kz), Astana, at 7:54
    9. Kim Kirchen (Lx), T-Mobile, at 8:24
    10. Mikel Astarloza (Sp), Euskaltel, at 9:21.'),(10516,209,'2007-07-25 12:57:00','Good day and welcome','to VeloNews.com\'s Live Coverage of the 16th stage of the 2007 Tour de France a brutal 218.5km ride from Gourette to the top of the Col d’Aubisque.

    Today\'s stage is marked by a series of major obstacles, starting with the hors categorie Port de Larrau (which summits at 79km), then comes the Category 3 Alto Laza (at 93km), then the Cat. 1 Col de la Pierre St-Martin (at 131km), the Cat. 1 Col de Marie-Blanque (at 180.5km) and then the final kicker, up the hors categorie climb up the Col d’Aubisque to the finish.\r\n'),(10517,209,'2007-07-25 13:02:00','Today\'s stage','began with a riders\' protest, from teams expressing frustration at yesterday\'s news of a positive doping test from Alexander Vinokourov. The teams were also angry that the Tour is being led by a man many regard as suspicious.

    Ultimately the riders left the starting line and with the Port de Larrau ahead, several riders broke off the front to make an early dig on today\'s stage. With riders now working their way up the Port de Larrau, we have four men - Vicente Garcia Acosta (Caisse d\'Epargne), Gorka Verdugo (Euskaltel), Stephane Auge (Cofidis) and Christiophe Rinero (Saunier Duval) - off the front with a lead of 7:00 on the field. They are at the 71km mark.'),(10518,209,'2007-07-25 13:04:00','Out of the field','We see some very interesting moves. Juan Mauricio Soler took an early dig out of the peloton on the slopes of the long, steep slopes of the Port de Larrau. He was joined by Iban Mayo and a potential GC threat, Carlos Sastre of (CSC).

    Those riders are 5:00 behind the leaders, but more importantly, 1:15 ahead of the peloton.'),(10519,209,'2007-07-25 13:10:00','There was a bit of a','Discovery dig...The team of Alberto Contador sent of Yaroslav Popovych and Sergio Paulinho on the climb. The Ukranian slipped back, but Paulinho is soldiering on.'),(10520,209,'2007-07-25 13:21:40','The four men off the front','are within 4.5km of the summit. The interesting move of the day is really the decision by Carlos Sastre to join Soler\'s move. Were they able to join with the leaders, Sastre - who is sixth on GC, at 6:46 - could do some damage.'),(10521,209,'2007-07-25 13:23:30','The peloton','a shrinking yellow jersey group is being led by three Rabobank riders and Rasmussen on their wheel. Right behind them, all of the biggies, including Contador, Cadel Evans, Leipheimer, Schleck....'),(10522,209,'2007-07-25 13:28:07','Soler','Got good news before the start today. He\'s signed a two-year contract with Barloworld. Being a serious polka-dot jersey contender must have helped with his negotiations.

    Oddly enough, being in the yellow jersey hasn\'t helped Michael Rasmussen. He\'s yet to sign a contract for next year. There is a buzz at the Tour that Rabobank is disinclined to sign him, given the discomfort the cloud of suspicion around the rider has caused the team.'),(10523,209,'2007-07-25 13:31:10','Sastre','We\'re kinda hoping that Sastre gets the win today, largely because he has the best victory salute we\'ve ever seen. He carries a pacifier from each of his two children in his jersey pocket and pops them into his mouth when he wins. A wonderfully sappy pappy.'),(10524,209,'2007-07-25 13:33:14','The leaders','the four men up front have split up a bit. Vicente Garcia Acosta (Caisse d\'Epargne) and Gorka Verdugo (Euskaltel) crested the summit slightly ahead of Stephane Auge (Cofidis) and Christophe Rinero (Saunier Duval)'),(10525,209,'2007-07-25 13:35:22','The Soler group','Juan Mauricio Soler (Barlowworld), Carlos Sastre (CSC) and Iban Mayo (Saunier Duval) are about 3:00 behind the four men up front.

    The yellow jersey group is another 1:30 back, with Disco\'s Sergio Paulinho in between.'),(10526,209,'2007-07-25 13:36:45','Soler','leads the trio over the top at 3:08. He gets 12 points for a fifth spot on an hors categorie climb. He now leads the KOM contest by 10 points over Rasmussen.'),(10527,209,'2007-07-25 13:37:06','Yellow jersey group','crests the climb at 4:24.'),(10528,209,'2007-07-25 13:37:48','Comments? Questions? Wanna win a CatEye computer?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(10529,209,'2007-07-25 13:41:56','Olympic ban?','The scandal that is surrounding cycling these days has renewed a discussion about the future of the sport as an Olympic event. There are reports today that several IOC members have expressed opinions that cycling should be banned from the Olympics ... until it cleans up its act.

    We\'ve been hoping that the act is in the process of being cleaned, but dang, the events of the past 24 hours really put a cloud over things.'),(10530,209,'2007-07-25 13:45:33','Time gaps','On the descent, our two leaders - Acosta and Verdugo - have about 30 seconds over Auge and Rinero. The Sastre group is at 3:09 and the peloton is at 5:00.'),(10531,209,'2007-07-25 13:49:14','Viokourov','News reports today suggest that the tests following Vinokourov\'s win on Monday also show signs of homologous blood doping. Neither positive has been confirmed by their respective B samples, but that has to be considered to be a bad sign.'),(10532,209,'2007-07-25 13:57:00','Crash...','not in the peloton, but we did have a computer freeze here, hence the delay.

    The Soler/Sastre group have crested the Cat. 3 climb. The crested at 2:35 behind the leaders and the peloton - which has grown considerably on the descent - is heading to the summit, about 2:00 behind Soler and Sastre.'),(10533,209,'2007-07-25 14:03:00','Soler,','Mayo and Sastre pulled in Auge and Rinero, so we have five men chasing the two leaders. The are two minutes behind. The peloton is at 5:49. Sastre represents a danger move. By the way, we made a bit of an error, since Sastre is now fifth on GC, since Andreas Kloden was among those who pulled out of the Tour yesterday.'),(10534,209,'2007-07-25 14:07:00','Coursing through','the valley on the way to the Cat. 1 Col de la Pierre St-Martin. The Tour is in Spain for now and the fans are out in force. The climb should begin in about eight kilometers. '),(10535,209,'2007-07-25 14:10:00','The Sastre group','is closing in on the two leaders. We could see a group of seven riders, with some solid climbers in the mix, heading into the final half of the race. They trail Acosta and Verdugo by 1:07 and have a four-minute lead on the peloton. This could be good, especially if the break puts other GC contenders into the \"You get \'em\"-\"No, YOU get \'em\" mode.'),(10536,209,'2007-07-25 14:14:04','Waiting','Acosta and Verdugo are waiting for the five men in the chase.'),(10537,209,'2007-07-25 14:19:44','Rabobank','is now driving at the front. The gap to the seven leaders is 4:20. Sastre\'s presence has caused a bit of panic, but the chasing duties fall to Rabo\''),(10538,209,'2007-07-25 14:23:31','Up front','We have

  • Vicente Garcia Acosta (Caisse d\'Epargne)
  • Carlos Sastre (CSC)
  • Gorka Verdugo (Euskaltel)
  • Stephane Auge (Cofidis)
  • Iban Mayo (Saunier Duval)
  • Christophe Rinero (Saunier Duval)
  • Juan Mauricio Soler (Barloworld).

    The are nearing the base of the Category 1 Col de la Pierre St-Martin, a 14km climb that summits at 131km.'),(10539,209,'2007-07-25 14:27:00','Another...','bad doping result?!?!?! Today\'s l\'Equipe is reporting that an as-of-yet-unnamed rider has tested positive for testosterone, following last Thursday\'s stage to Montpellier. We have no information on who that might be, so we will not speculate. There were eight riders tested that day, in case you\'re wondering.

  • Robert Hunter (stage winner)
  • Michael Rasmussen (yellow jersey)
  • Maxim Iglinskiy
  • Erik Zabel
  • Lilian Jegou
  • Cristian Morini
  • Kim Kirchen
  • Patxi Vila.'),(10540,209,'2007-07-25 14:28:00','On the climb','The leaders are on the Col de la Pierre St-Martin. Auge has popped already.

    The time gap is now 3:51. Rabobank is still driving hard at the front of the peloton.'),(10541,209,'2007-07-25 14:29:51','The peloton','hits the lower slopes of the Col de la Pierre St-Martin. They have 14km to go to reach the summit.'),(10542,209,'2007-07-25 14:31:01','The gap','There are now five men in the front. Rinero and Auge have faded back. The gap to the leaders from the peloton is right at 3:50.'),(10543,209,'2007-07-25 14:31:50','Make that 4:00','A fresh time check gives the lead group a four-minute lead at the 100km-to-go mark.'),(10544,209,'2007-07-25 14:37:33','The Sastre group','is still composed of five riders and has upped its advantage to 4:20.'),(10545,209,'2007-07-25 14:39:06','A sea of orange','The road is completely lined by Basque fans in orange. Nope, it ain\'t Rabobank they\'re cheering for, folks.'),(10546,209,'2007-07-25 14:41:45','The time gap','is at 4:17. The peloton is being led by Rabobank\'s Menchov, Boogerd and Dekker.'),(10547,209,'2007-07-25 14:47:35','The peloton','is still 4:20 behind the Soler/Sastre group, at the 94km-to-go mark.'),(10548,209,'2007-07-25 14:57:14','The leading group','of five are nearing the top of the climb. Sastre is doing all of the work. Soler will undoubtedly snag KOM points and help on the descent and lead up to the day\'s final climbs.'),(10549,209,'2007-07-25 14:58:30','The gap','as Sastre is setting tempo at the front of the leading group, they are 4:45 ahead of the peloton, as they course through the final kilometer of the climb.'),(10550,209,'2007-07-25 15:00:07','Soler','moves to the front of the leading group and he snags another 10 KOM points.'),(10551,209,'2007-07-25 15:03:38','The UCI','will be making an announcement later today regarding the reported testosterone positive from the 11th stage last week.

    Folks, we have to wonder if this sport has long ago devolved into the joke category, along with professional wrestling and that silly assed Ultimate Fighting Championship. We sure hope not... and hold on to the hope that the current round of positives, ejections, confessions and revelations are just a sign that the dopers are (permanently?) being booted from cycling. Let\'s hope so.'),(10552,209,'2007-07-25 15:05:11','Auge and Rinero','have crested at 4:20 and 4:40 and the peloton is probably going to do it at around 4:55.'),(10553,209,'2007-07-25 15:10:40','The leading five','are 4:00 ahead of Auge and Rinero. The peloton is at 4:52.'),(10554,209,'2007-07-25 15:11:12','Comments? Questions? Wanna win a CatEye computer?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(10555,209,'2007-07-25 15:18:39','Descent','the leading five are now 4:44 ahead of the peloton. This puts Rasmussen into an awkward position, since he risks blowing the collective wads of his teammates if they put too much of a chase, but then Sastre is now nipping at his lead.'),(10556,209,'2007-07-25 15:27:10','With 63km remaining','The gap is holding at around 5:00. The duo of Auge and Rinero are back in the peloton.'),(10557,209,'2007-07-25 15:35:07','Terrific day out there','The weather is beautiful.'),(10558,209,'2007-07-25 15:36:29','With 58km','to go, the leading five have an advantage of 5:00 on the peloton. That\'s a great move by Sastre. Let\'s see if they can hold it.'),(10559,209,'2007-07-25 15:45:38','With 52km to go','the leading quintet is now 4:31 ahead of the peloton.

    The laughing group, by the way, has quite a few riders in the mix and includes several riders of note, including Boonen and Moreau. They are at 17:30 already and could ultimately face the time cut.'),(10560,209,'2007-07-25 15:48:00','Rabobank','is driving the chase. Under the power of Thomas Dekker the peloton is at 3:51. The leading five are now coming on to the Cat 1 climb of the Col de Marie-Blanque.'),(10561,209,'2007-07-25 15:55:41','Dekker is spent','he has pulled off, after he has reduced the gap to 3:18. The peloton is on the climb and already riders are being spit off the back.'),(10562,209,'2007-07-25 15:58:59','The peloton','is at 3:11. The Laughing Group - the sprinters and other riders spit off the back - are at 17:30. It would take a big chunk of time for them to miss the time cut, so they\'re just ticking along and keeping tabs on the gaps.'),(10563,209,'2007-07-25 16:05:00','The leaders','is splitting apart. Acosta has been spit off the back. The gap back to the peloton is down to 3:06.'),(10564,209,'2007-07-25 16:06:24','What a nice day','The weather in Laruns at the base of the Col D\'Aubisque is clear, 75F, wind from north at 8mph (so a modest tailwind down the valley from the Marie-Blanque), humidity is a relatively low (at least for France) of 47%. Despite the one or two really hot days, overall this is one of the coolest Tour de France\'s this decade. '),(10565,209,'2007-07-25 16:07:26','Hincapie','has popped off the back of the peloton. He looks spent, so we doubt he\'ll catch back on before the final climb.'),(10566,209,'2007-07-25 16:09:15','The peloton','is led by Menchov and Boogerd. Rasmussen is there, with Contador, Popovych and Leipheimer right on him. Cadel Evans is there and Horner is right at his side. The gap to the four leaders is now at 2:45. '),(10567,209,'2007-07-25 16:10:56','Kirchen','has popped out of the peloton. He is likely to be named the winner of Monday\'s stage, by the way. He finished second, behind Vinokourov. If Vino\'s B samples come back positive, his \"contribution\" to the Tour will be erased from the record books.'),(10568,209,'2007-07-25 16:11:42','Steeeeeep','the peloton is on a tough ramp of about 11 percent.'),(10569,209,'2007-07-25 16:12:56','Didi!!!!!','The leaders have just passed our old buddy Didi Senft, the famous Devil. Whether it was mere coincidence or not, Verduga popped off the back of the group, so it\'s down to Soler, Sastre and Mayo.'),(10570,209,'2007-07-25 16:16:14','The peloton','is shrinking... and they are now in the final kilometer of the climb. The leaders are close to the top, with an advantage of 2:30.'),(10571,209,'2007-07-25 16:20:20','Popovych','has been dropped, but he\'s within 100 meters of the top. The 12-man yellow jersey group is over the top at 2:21.'),(10572,209,'2007-07-25 16:24:27','Basque separtists','At least one small explosive device detonated Wednesday along today\'s course in northern Spain, a Spanish interior ministry source said.

    An anonymous caller claiming to speak in the name of the Basque separatist group ETA had warned highway authorities earlier that the Spanish leg of the race might be targeted with several explosive devices, the Basque news agency Vasco Press reported.

    The blast happened at a time in which there were no riders or fans present and no injuries were reported and the race was not called off.

    Government officials were not immediately available for comment on the report that ETA had issued a warning.\r\n'),(10573,209,'2007-07-25 16:26:29','One the way to the','day\'s final climb, the gap is down to 1:55. That\'s not enough for Sastre to stay away from the inevitable attacks on the race to the finish.'),(10574,209,'2007-07-25 16:27:56','The gap','with 30km to go, Acosta has been reeled in. The yellow jersey group has about 14 riders as they course through the valley on the way to the Col d’Aubisque.'),(10575,209,'2007-07-25 16:33:51','Who is in the yellow jersey group?','The gap is down to 1:37. In that group are Pireiro, Arroyo, Acosta and Valverde from Caisse d\'Epargne. Schleck from CSC, Evans and Horner from Predictor, Menchov, Boogerd and Rasmussen from Rabobank, Leipheimer, Contador and Popovych from Discovery, Zubeldia form Euskaltel and Cobo from Saunier Duval.'),(10576,0,'0000-00-00 00:00:00','',''),(10577,209,'2007-07-25 16:37:29','The leading quartet','is composed of Sastre, Verdugo, Mayo and KOM leader Soler.

    They have an advantage of 1:06. So, it looks like the Col d’Aubisque is going to be the scene of a big battle for the stage win and hoped for gaps that may affect the final podium in Paris.'),(10578,209,'2007-07-25 16:40:07','20km to go','the four leaders are just 50 seconds ahead of the yellow jersey group.'),(10579,209,'2007-07-25 16:44:40','On the climb','the leading four are hitting the lower slopes of the Col d’Aubisque, but with Sastre in there, the peloton is not willing to let these boys stay away. The result, though, is that Rabobank may have spent a lot of energy in the chase.'),(10580,209,'2007-07-25 16:45:39','43 seconds','the yellow jersey group hits the climb behind the power of Boogerd and Menchov. How long will they last?'),(10581,209,'2007-07-25 16:47:44','Soler','is now setting tempo on the climb. He left Sastre to do the work on the last climb... maybe he should have lent a hand back there, too. The gap is at 38 seconds. Verdugo has been caught.'),(10582,209,'2007-07-25 16:48:46','Sastre punches it','Soler follows... and Mayo is gapped a bit, but he\'s fighting back on. 15km to go.'),(10583,209,'2007-07-25 16:49:47','Soler is dropped.','Mayo joined on, but Soler is dropped and Sastre is powering ahead. Mayo is not helping.'),(10584,209,'2007-07-25 16:51:46','Sastre','has bumped the gap to 1:00. Mayo is just sucking his wheel, but Sastre is keeping cool.'),(10585,209,'2007-07-25 16:53:11','Soler','is 16 seconds back.'),(10586,209,'2007-07-25 16:53:41','Menchov has','blown.... man, it looks like he\'s trying to do a track stand.'),(10587,209,'2007-07-25 16:53:59','Sastre punches it','again!'),(10588,209,'2007-07-25 16:55:00','Rasmussen','is now without teammates and Popovych is at the front of the group. There is bound to be an attack soon.'),(10589,209,'2007-07-25 16:56:10','Soler is caught','by the Yellow jersey group.'),(10590,209,'2007-07-25 16:57:04','The gap','is now 25 seconds to Sastre and Mayo. While Mayo deserves to be caught (the wheel sucker), we\'re pained to see Sastre reeled in.'),(10591,209,'2007-07-25 16:58:45','With 10km to go','Sastre and Mayo are 18 seconds ahead of a group that is down to Popovych, Contador, Leipheimer, Evans, Rasmussen and Soler... the rest are gone.'),(10592,209,'2007-07-25 16:59:37','Popovych','is now setting a pace hard enough to pull back Sastre and Mayo... Leipheimer goes!'),(10593,209,'2007-07-25 17:00:21','Rasmussen has to chase','Popo has popped... Now it\'s just Evans, Leipheimer, Contador and Rasmussen.'),(10594,209,'2007-07-25 17:00:59','Sastre','couldn\'t hold it. So the stage is being led by the top four men on GC'),(10595,209,'2007-07-25 17:01:24','Leipheimer','then Rasmussen and Contador, with Evans in the fourth spot.'),(10596,209,'2007-07-25 17:02:09','Time to go','Someone has to attack... only 9km to go.'),(10597,209,'2007-07-25 17:03:13','Contador goes!',''),(10598,209,'2007-07-25 17:04:36','Rasmussen is chasing','but Contador has a gap. The yellow jersey has Evans and Leipheimer on his wheel. Rasmussen has come back... largely because Contador waited. It was a dig... a test.'),(10599,209,'2007-07-25 17:05:14','Leipheimer goes','Rasmussen can\'t really chase every attack, but he\'s doing it.'),(10600,209,'2007-07-25 17:05:42','Rasmussen gets','back. All four are together, with 7.7km to go.'),(10601,209,'2007-07-25 17:06:53','With 7.4km to go','Leipheimer is at the front, followed by Rasmussen, Contador and Evans. Sastre, Schleck and a couple of others are at 35 seconds.'),(10602,209,'2007-07-25 17:07:26','Contador goes!','Rasmussen looks a little tired... but he\'s fighting back.'),(10603,209,'2007-07-25 17:08:12','Contador','has a gap. He\'s taking another dig. Rasmussen is clawing his way back... Leipheimer has popped.'),(10604,209,'2007-07-25 17:08:44','Rasmussen attacks','and they\'ve dropped Evans.'),(10605,209,'2007-07-25 17:09:09','With 6.4km to go','Contador counters... now they\'re back together.'),(10606,209,'2007-07-25 17:09:46','Evans is back','With 6km to go.'),(10607,209,'2007-07-25 17:10:46','Contador','goes again.... Rasmussen follows, but Evans has dropped again. He\'s with Leipheimer.'),(10608,209,'2007-07-25 17:13:12','It\'s down','to Contador and Rasmussen, but it doesn\'t look like the two men up front can get rid of each other. Leipheimer, meanwhile, has left Evans and is just 10 seconds behind the leading pair.'),(10609,209,'2007-07-25 17:13:46','five kilometers','to go. Leipheimer has rejoined with Contador and Rasmussen.'),(10610,209,'2007-07-25 17:14:56','Evans','is fighting back on now. '),(10611,209,'2007-07-25 17:15:38','If the situation','doesn\'t change in the next few kilometers, we will very probably see Rasmussen in yellow in Paris.'),(10612,209,'2007-07-25 17:16:16','Rasmussen','is getting a little annoyed at the TV moto. Evans is closing with four kilometers to go.'),(10613,209,'2007-07-25 17:16:53','Evans','is at 8 seconds.'),(10614,209,'2007-07-25 17:18:17','With 3.5km','to go, the three leaders are still together.'),(10615,209,'2007-07-25 17:19:01','Evans','is still trailing by nine seconds.'),(10616,209,'2007-07-25 17:21:08','With 2.8km','remaining Rasmusen is still with Contador and Leipheimer.'),(10617,209,'2007-07-25 17:22:18','Evans','hs slipped back again. He trails by 20 seconds.'),(10618,209,'2007-07-25 17:23:00','Contador','is just not looking as zippy as he has in the past few days.'),(10619,209,'2007-07-25 17:23:32','With 2km to go','the three leaders are working their way to the finish. Evans is at 17 seconds.'),(10620,209,'2007-07-25 17:24:16','Finally','The leaders are in a section with barriers... but still no attacks.'),(10621,209,'2007-07-25 17:25:16','1.5km to go','Rasmussen is really getting worked by the presence of the motos...waving his arm and he looks really annoyeed.'),(10622,209,'2007-07-25 17:25:52','In the final kilometer','Rasmussen ups the pace.'),(10623,209,'2007-07-25 17:26:14','Rasmussen has ridden','away from Contador.'),(10624,209,'2007-07-25 17:26:47','Unbelievable','performance. Rasmussen has left Contador and Leipheimer in the final kilometer.'),(10625,209,'2007-07-25 17:27:36','Rasmussen','will win the stage, add to his lead and set himself up for a podium spot in Paris.'),(10626,209,'2007-07-25 17:28:18','Rasmussen','is crossing the line... and we heard BOOs coming from some in the crowd. '),(10627,209,'2007-07-25 17:28:46','The gap','Leipheimer is in second at 25 seconds.'),(10628,209,'2007-07-25 17:28:59','Contador','comes through in third.'),(10629,209,'2007-07-25 17:30:29','Evans','gets fourth and it looks like Soler will be in fifth. He will have enough points to lock in the KOM jersey... we think.'),(10630,209,'2007-07-25 17:36:00','Stage Results','1. Michael Rasmussen (Dk), Rabobank, 6:23:21
    2. Levi Leipheimer (USA), Discovery, at 0:26
    3. Alberto Contador (Sp), Discovery, at 0:35
    4. Cadel Evans (Aus), Predictor-Lotto, at 0:43
    5. Juan Mauricio (Sp), Barloworld, at 1:25.'),(10631,209,'2007-07-25 17:40:04','Overall standings','1. Michael Rasmussen (Dk), Rabobank, 76:15:15
    2. Alberto Contador (Sp), Discovery, at 3:10
    3. Cadel Evans (Aus), Predictor-Lotto, at 5:03
    4. Levi Leipheimer (USA), Discovery, at 5:59
    5. Carlos Sastre (Sp). CSC, at 9:12'),(10632,209,'2007-07-25 17:44:34','Thanks for tuning in folks','We\'ll see you tomorrow as the Tour de France leaves the mountaisn and hits the rolling terrain of tomorrow\'s 188.5km stage from Pau to Castelsarrasin.'),(10633,209,'2007-07-25 17:49:00','Wait...','The news from the UCI. The governing body of cycling reports that Cristian Moreni was the rider who tested positive for a skewed testosterone/epitestosterone ratio. The Cofidis rider tested positive after stage 11\'s ride into Montpellier on July 19.'),(10634,210,'2007-07-26 12:48:00','Good day and welcome','to VeloNews.com\'s Live Coverage of the 17th Stage of the 2007 Tour de France, a 188.5 kilometer race from Pau to Castelsarrasin.

    We could dive into a description of today\'s route, but that would be silly. The big news of the day has nothing to do with the rolling terrain or the five rated climbs on the road to Castelsarrasin.

    By now, you already know that the Tour\'s overall leader, Michael Rasmussen, has been pulled from the race by his Rabobank team, which has also terminated its contract with the Dane. There will be no yellow jersey worn in today\'s stage, although there will be a jersey awarded on the podium in Castelsarrasin. Rasmussen\'s teammates - the guys who rode their hearts out for the guy - are staying in the Tour.'),(10635,210,'2007-07-26 12:56:00','Comments? Questions? Wanna win a CatEye computer?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(10636,210,'2007-07-26 12:58:00','The peloton','is rolling through the neutral zone. The chatter is obviously about the race\'s status...'),(10637,210,'2007-07-26 13:01:00','Racing','The peloton has crossed through the KM-Zero mark.'),(10638,210,'2007-07-26 13:02:00','Early attack','We see Xavier Florencio (Bouygues Telecom) and Mickael Delage (FDJ) on the move... having attacked in the first few hundred meters.'),(10639,210,'2007-07-26 13:10:00','A reader question','Ken A. asks

    If Rasmussen was pulled after his stage win, does he keep that victory or does it go to Levi? Does he also keep all of the previous wins from the earlier stages?
    Ken, we\'re not entirely certain at this point. Had Rasmussen turned in a positive sample, yes, there would have been a re-writing of the history books, much like what will happen if Vinokourov\'s B samples come back positive. We imagine that there will be discussion regarding all of that, but it\'s not been announced yet.'),(10640,210,'2007-07-26 13:07:00','Two escapees','have been pulled back by the peloton.'),(10641,210,'2007-07-26 13:13:00','At 8.5km','the peloton has seen a second attack. We see eight riders with a 40-second advantage.
  • Jens Voigt (CSC)
  • Martin Elmiger (Ag2r)
  • Daniele Bennati (Lampre)
  • Daniele Righi (Lampre)
  • David Millar (Saunier Duval)
  • Markus Fothen (Gerolsteiner)
  • Manuel Quinziato (Liquigas)
  • Matteo Tosatto (Quick Step)'),(10642,210,'2007-07-26 13:18:00','At 12km','The eight-man break has and advantage of 50 seconds. Will these guys stay away for a while? Obviously, none of these men poses a major threat to the GC leaders, with Voigt being the best placed in the break and he\'s 1:17:40 out of first place.'),(10643,210,'2007-07-26 13:19:00','Reader question','Daniel H asks
    Any indication about the mood in the Peloton? Given the protest at the start of Stage 16 I was curious if some faction was relieved about Rasmussen finally being pulled?
    A lot of riders appear to be relieved... some are just pissed. Really, you can\'t blame them, especially those who have made a real commitment to riding this Tour clean. Frankly, guys like Millar - who have admitted past transgressions - are understandably frustrated in their hopes to see a clean sport. We hope that they don\'t give up.'),(10644,210,'2007-07-26 13:28:00','At 22km','our eight leaders have an advantage of 1:20 over the field.'),(10645,210,'2007-07-26 13:31:00','A pithy observation','from reader GT
    You should probably change your \"Enter to Win\" contest from who will win the stage today to who will get booted from the Tour today.
    Don\'t think we haven\'t considered it. Hopefully we won\'t ever have to seriously do so.

    We have a special guest today. Jonathan Vaughters, former U.S. Postal and Credit Agricole rider and the general manager of the U.S.-based Slipstream team. Drop us a line if you have a question. We\'ll try to post a good selection of those.'),(10646,210,'2007-07-26 13:35:00','At 27 kilometers','The men in the lead group are just 1:10 ahead of the peloton.'),(10647,210,'2007-07-26 13:39:00','Regarding the break','A quick question for JV. What do you think of this break\'s chances of success? At 28km they only have 1:25 on the peloton.

    Vaughters: It all depends on the mood of the teams that haven\'t gotten a stage win... and the sprinters\' teams, of course. If it makes it to 3:00, I am willing to bet it makes it to th line.'),(10648,210,'2007-07-26 13:41:00','At 31km','the peloton trails the eight-man break by 1:25.'),(10649,210,'2007-07-26 13:51:00','Question for Vaughters','We\'ve had several readers write in to ask two questions:
    1) Who are you signing for next year?
    Vaughters: We can\'t legally announce the roster (per UCI rules) until September 1st unless we have permission from the other teams to announce that their riders have signed with us. We\'ll announce a few key names on Sunday in Paris, but you\'ll have to wait for the rest.

    The other question folks have been asking is how you rate Slipstream\'s chances for a wildcard invitation to next year\'s Tour.

    Vaughters: Well, as for wildcard possibilities, I think we\'ll get it, for a lot of reasons. Of course, it\'s not certain... I guess that\'s why they call it a \'wildcard.\''),(10650,210,'2007-07-26 13:54:00','At 42km','the eight men in the break have an advantage of 2:05.'),(10651,210,'2007-07-26 13:57:00','At 45km','At 45 kilometers our leaders now have an advantage of 2:20. As a reminder, the men in the break are:

  • Jens Voigt (CSC)
  • Martin Elmiger (Ag2r)
  • Daniele Bennati (Lampre)
  • Daniele Righi (Lampre)
  • David Millar (Saunier Duval)
  • Markus Fothen (Gerolsteiner)
  • Manuel Quinziato (Liquigas)
  • Matteo Tosatto (Quick Step)'),(10652,210,'2007-07-26 14:03:00','Question for Vaughters','JV, several readers have written in to ask what impact the current scandals have had on your hunt for a major title sponsor.

    Vaughters: Frankly, quite a bit. We lost an honest bid for a title sponsor because of the scandals. However, I would much rather have the sport cleaned out than have a sponsor. Even if I have to feel some pain, these scandals and positive tests need to happen. This pain is what has to happen. There is no other way. We have a great group of sponsors though, and they\'re all upping their contribution to make sure this team goes forward. Financialy we are good. We want a title that makes what is now good \"great!\" .... but if we have to sacrifice that for the long term health of the sport, so be it.'),(10653,210,'2007-07-26 14:04:00','At 50km','the gap is at 2:00.'),(10654,210,'2007-07-26 14:05:00','Question for Vaughters','We\'ve had several readers ask what the Tour\'s criteria are for inviting a wildcard team.

    Vaughters: It\'s a combination of performance, ethics, image and personal choice. After all, It\'s their party. They can invite who they want.

    Another question. If you\'re invited, will the team kit be argyle?

    Vaughters: Hell yeah... only bolder.... much bolder.'),(10655,210,'2007-07-26 14:09:00','Not much progress','The leading eight are at 53km and not making much progress. They lead the peloton by just 1:45.'),(10656,210,'2007-07-26 14:15:00','At 58km','the gap is down to 1:30. It looks like these boys aren\'t getting much traction out there.'),(10657,210,'2007-07-26 14:25:00','Question for Vaughters','Question:You\'ve made a lot out of your rigorous anti-doping program. What exactly does it involve?

    Vaughters: Okay, well, basically, we test each rider, at least once a week for hormonal (hGH< testo etc) levels and red blood cell mass. If those levels deviate more than three standard deviations off the mean, we suspend the rider from competition.

    It isn\'t a positive test, as we are focusing on undetectable things like autologous blood doping and growth hormone. We leave the easily found stuff to WADA and the UCI. if they can find it, then they suspend the rider. We are just preventing guys from thinking about using things that are are not currently detectable.'),(10658,210,'2007-07-26 14:22:00','At 63km','The men in the break are 1:40 ahead of the field.

    Vaughters: It looks like the chase is on. Although you never know when the peloton will crack a bit. With Discovery at the front of the peloton, I really don\'t see why they are chasing, though. At this point it makes no real sense for them to drive a chase.'),(10659,210,'2007-07-26 14:30:00','Vaughters','is ducking out for a couple of hours (he has some schmoozing and hand-shaking to do), but will be back later to field a few more questions and to offer observations about this stage.'),(10660,210,'2007-07-26 14:29:00','At 70km','The leading eight have had their advantage held to 1:33. The leash is really tight here... and we\'re still wondering why.'),(10661,210,'2007-07-26 14:42:12','A formal firing','Michael Rasmussen has been formally fired by his team today.

    \"He lied to me, that is the chief reason (for sacking him),\" said Theo de Rooy, who revealed his sacking had been unanimously approved by all the team\'s directors.

    \"There is no sign of him having been doped. It is simply a breach of trust,\" he added.

    De Rooy said that he had discovered on Wednesday that Rasmussen, a two-time King of the Mountains and four time stage winner in the Tour, had lied to him about where he had been training in June.

    \"I found out that he had not been in Mexico but in Italy instead,\" added de Rooy, who had steadfastly supported Rasmussen till Wednesday.\r\n'),(10662,210,'2007-07-26 14:38:00','The gap','At 74km, the leaders have moved the gap only slightly. They are 1:55 ahead of the peloton.'),(10663,210,'2007-07-26 14:45:00','Time trial','The results from last Saturday\'s 54km time trial might give an interesting perspective on the predicition for this coming Saturday\'s 55km TT. Last week, Cadel Evans (Predictor) won with a time of 1:07:48. Current race leader Alberto Contador (Discovery) finished the day in sixth at 1:14. Levi Leipheimer (Discovery) finished the day in eighth at 1:25. Recall that last week\'s TT featured a couple of hills, which may have favored Contador. You\'d have to wonder if, with a flatter time trial, Cadel Evans may be able to actually win the Tour, by more than making up the 1:53 he trails by now. It should be interesting.\r\n'),(10664,210,'2007-07-26 14:51:00','Gaps','Our eight leaders are now at 85km, the gap is inching its way back to 2:00... but you have to wonder if they can hold that for another 100km. We\'re betting no at this point.

    As a reminder, the men in the break are:

  • Jens Voigt (CSC)
  • Martin Elmiger (Ag2r)
  • Daniele Bennati (Lampre)
  • Daniele Righi (Lampre)
  • David Millar (Saunier Duval)
  • Markus Fothen (Gerolsteiner)
  • Manuel Quinziato (Liquigas)
  • Matteo Tosatto (Quick Step)'),(10665,210,'2007-07-26 14:58:00','With 100km','to go, the gap is up to 2:15. The escapees have been on the attack since km 8 and are barely holding a lead.'),(10666,210,'2007-07-26 15:03:00','Menchov','has pulled out of the Tour. He has climbed off of his bike in the feed zone. We don\'t see a physical reason... but an emotional reason? For sure. Do recall that Menchov won the Vuelta a Espana in 2005... but he was denied the chance to celebrate that victory, because Roberto Heras got to spend the day on the podium in Madrid. Folks thought that Heras had won... until the guy tripped the dopo-meter.

    Menchov, who began the Tour, as Rabobank\'s team leader, deferred to Michael Rasmussen and then worked his arse off to help the skinny little cheat hold the lead. You have to feel for Menchov... sigh.'),(10667,210,'2007-07-26 15:11:00','Good question','Peter S asks:

    Hi,
    I was wondering... why do the dopers always get carted off by police? Doping is not a criminal offense, is it?
    Thanks,
    Peter
    Actually, Peter, in France, Italy, Germany and Spain it is a criminal offense. The Italians, for example, classify it as the fraudulent interference with the outcome of a sporting event. Frankly, with the money involved, Peter, it\'s a much more criminal offense than, for example, shoplifting at your local QuickyMart.\r\n'),(10668,210,'2007-07-26 15:16:00','The gap','The men in the leading group at the 103 mark - with 85km remaining - are still 2:35 ahead of the field.

    It\'s mostly Caisse d\'Epargne doing the work in the field... which makes more sense than an all Disco chase.'),(10669,210,'2007-07-26 15:27:00','Up to 3:35','The eight men up front are 77km from the finish and have finally ipped their lead to 3:55.'),(10670,210,'2007-07-26 15:36:00','Yellow jersey','As we mentioned earlier, today, there is no one out there wearing the yellow jersey today. Alberto Contador - who is the highest placed GC rider in the peloton - is in the white jersey of best young rider. Assuming no major changes, he\'ll get the yellow jersey today at the finish.'),(10671,210,'2007-07-26 15:42:00','5:35','Are they letting these boys go? The leading eight are 67km from the finish.'),(10672,210,'2007-07-26 15:51:00','With 61km remaining','the gap is now up to 6:26.'),(10673,210,'2007-07-26 15:57:00','Yeeeehaw','It looks like these fellas might just make it to the finish. With 58km remaining, the time gap has nudged up to more than 7:00.

    As a reminder, the men in the break are:

  • Jens Voigt (CSC)
  • Martin Elmiger (Ag2r)
  • Daniele Bennati (Lampre)
  • Daniele Righi (Lampre)
  • David Millar (Saunier Duval)
  • Markus Fothen (Gerolsteiner)
  • Manuel Quinziato (Liquigas)
  • Matteo Tosatto (Quick Step)'),(10674,210,'2007-07-26 16:10:00','The gap','With 47km remaining the gap is up to 7:50. So if you\'re picking a stage winner today, you better start looking at these guys:
  • Jens Voigt (CSC)
  • Martin Elmiger (Ag2r)
  • Daniele Bennati (Lampre)
  • Daniele Righi (Lampre)
  • David Millar (Saunier Duval)
  • Markus Fothen (Gerolsteiner)
  • Manuel Quinziato (Liquigas)
  • Matteo Tosatto (Quick Step)'),(10675,210,'2007-07-26 16:18:00','Heading to the finish','the eight leaders are at the 41.5km from the finish and the time gap is still 7:50.'),(10676,210,'2007-07-26 16:22:00','with 40km','remaining, the gap is at 8:00.'),(10677,210,'2007-07-26 16:30:00','With 34km to go','the leaders are now 8:01 ahead of the peloton.
  • Jens Voigt (CSC)
  • Martin Elmiger (Ag2r)
  • Daniele Bennati (Lampre)
  • Daniele Righi (Lampre)
  • David Millar (Saunier Duval)
  • Markus Fothen (Gerolsteiner)
  • Manuel Quinziato (Liquigas)
  • Matteo Tosatto (Quick Step)

    Ahead, there is a bit of a climb that summits 17km from the finish. Will that be enough to break the group up? We\'d not expect attacks out of the group until then... of course, we could be wrong.'),(10678,210,'2007-07-26 16:38:00','Hope for the Tour','One fan that hasn\'t given up on the Tour is our man, Didi Senft. The men in the break have just passed by \"the Devil,\" one of our favorite fixtures at the Tour de France... and most other major cycling events. Did loves the race. He grew up in the old East Germany and celebrates the fact that he can trip around Europe and the rest of the world to watch the sport he loves. '),(10679,210,'2007-07-26 16:43:00','Still cooperating','the men up front are now 23km from the finish. The time gap remains at 7:55.

    The men in the break are:

  • Jens Voigt (CSC)
  • Martin Elmiger (Ag2r)
  • Daniele Bennati (Lampre)
  • Daniele Righi (Lampre)
  • David Millar (Saunier Duval)
  • Markus Fothen (Gerolsteiner)
  • Manuel Quinziato (Liquigas)
  • Matteo Tosatto (Quick Step)'),(10680,210,'2007-07-26 16:50:00','Vaughters','is back with us. So, JV, who is your pick for today?

    Vaughters: Well, I\'m certainly hoping Dave Millar can pull it off. He promised me this morning to do something big for clean cycling. That being said, 170kms off the front is not something Dave excels at.

    That raises the next question... he\'s gone through a two year suspension for EPO. Why regard him as a moral authority for clean sport?

    Vaughters: Well, the first thing to realize about Dave is that he could have fought and won his case. There was one expired vial of EPO found in his home. He never tested positive and the evidence was minimal. However, when asked the question, he told the truth. He took his lumps. We all knew that Dave was a massively talented rider that didnt dope for most of his victories. The pressure of sponsor obligations and performance pressure to live up to being \"the next big thing\" finaly got to him.

    Anyhow, Dave told the truth and now he\'s back and doing well, the correct way. He never used the \"I\'ve been tested 1000 times and never tested psoitive\" BS... He just told the truth. That\'s why I love Dave.'),(10681,210,'2007-07-26 16:51:00','Voigt','Has attacked over the top of the climb... he\'s managed to gap a few riders, but... '),(10682,210,'2007-07-26 16:56:00','Splits','We see Voigt, Elmiger, Bennati and Fothen, leading Millar and Tosatto by about 15 seconds. Quinziato and Righi have been dropped. We have 14km remaining.'),(10683,210,'2007-07-26 16:59:00','Millar and Tosatto','Are chasing... but is time running out? There are 12km remaining and the four leaders are 30 seconds ahead of the two chasers.'),(10684,210,'2007-07-26 16:04:00','It\'s a four man race now','With 8km left, Millar and Tosatto are now 1:00 back, so the race will be down to Voigt, Elmiger, Bennati and Fothen.'),(10685,210,'2007-07-26 17:06:00','With 6km','to go... our four leaders are cooperating. Millar and Tossatto are at 1:00. The peloton is at 9:30... so those guys are not doing much to chase.'),(10686,210,'2007-07-26 17:09:00','Millar and Tosatto','Are at 1:20... they\'ve given up. So the four men up front, Voigt, Fothen, Elmiger and Bennati are 4km from the finish and.... Voigt goes! They\'ve pulled him back.'),(10687,210,'2007-07-26 17:10:00','A gap','Voigt and Bennati have gapped the other two... no Elmiger and Fothen are back with 3km to go.'),(10688,210,'2007-07-26 17:11:00','Two km','to go. All four are together.'),(10689,210,'2007-07-26 17:10:00','Fothen goes',''),(10690,210,'2007-07-26 17:13:00','In the final kilometer','All four are together.'),(10691,210,'2007-07-26 17:14:00','Bennati gets it!',''),(10692,210,'2007-07-26 17:24:00','Stage Result','1. Daniele Bennati (I), Lampre, 188.5km in 4:14:04
    2. Marcus Fothen (G), Gerolsteiner
    3. Martin Elmiger (G), Ag2r
    4. Jens Voigt (G), CSC, s.t.
    5. David Millar (GB), Saunier Duval, at 2:41
    6. Matteo Tosatto (I), Quick Step, at 2:43
    7. Manuel Quinziato (I), Liquigas, at 3:20
    8. Daniele Righi (I), Lampre, at 3:20
    9. Tom Boonen (B), Quick Step, at 9:37
    10. Sebastien Chavanel (F), Francaise des Jeux, s.t.'),(10693,210,'2007-07-26 17:22:00','The main field','They are charging into town. There are still points on the line.'),(10694,210,'2007-07-26 17:24:00','Boonen','adds a few points to his green jersey lead.'),(10695,210,'2007-07-26 17:30:00','Overall standings','1. Alberto Contador (Sp), Discovery, 80:42:08
    2. Cadel Evans (Aus), Predictor-Lotto, at 1:53
    3. Levi Leipheimer (USA), Discovery, at 2:49
    4. Carlos Sastre (Sp), CSC, at 6:02
    5. Haimar Zubeldia (Sp), Euskaltel, at 6:29.'),(10696,211,'2007-07-27 13:08:26','Good day and welcome','to VeloNews.com\'s Live Coverage of the 18th stage of the 2007 Tour de France, a 211 kilometer route on the beautiful roads of the Dordogne area. '),(10697,211,'2007-07-27 13:13:55','Today\'s stage','began at 12:30, as 141 riders left the start at Cahors. There were several early attacks and the day\'s first successful group managed to slip away at the 15km mark.

    Four riders - Michael Boogerd (Rabobank), Laurent Lefevre (Bouygues Telecom), Frederik Willems (Liquigas) and Sandy Casar (Francaise des Jeux) - are at the 30km mark with an advantage of 2:25 over the main field. Axel Merckx (T-Mobile) is in pursuit. He\'s about 1:10 behind the leading quartet. '),(10698,211,'2007-07-27 13:15:30','Comments? Questions? Wanna win a CatEye computer?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(10699,211,'2007-07-27 13:21:30','The climbers jersey','is now solidly on the shoulders of Juan Mauricio Soler (Col) of Barloworld. He has a formidable lead over second-placed Yaroslav Popovych (Ukr) of Discovery. Assuming the young Colombian can finish in Paris, he will have the jersey. Today\'s four Category 4 climbs will make little or no difference in that contest. Nonetheless, those climbs are:

  • The Category 4 Cote de Salvezou (15km)
  • The Cat. 4 Cote de Lavercantiere (24km)
  • The Cat. 4 Cote de Saint-Martial-de-Nabirat (39.5km)
  • The Cat. 4 Cote de Saint-Cyprien (70.5km). \r\n'),(10700,211,'2007-07-27 13:24:00','A reader question','Thomas B writes in to ask
    Any idea who might replace Discovery Channel as the team sponsor?
    Well, that is a common question these days and nothing has been formally announced. The latest word (also know as a \"rumor\") is that the team will be known as Hewlett-Packard/Oracle next year, but that is far from official.'),(10701,211,'2007-07-27 13:28:46','The leaders','Merckx has joined up. At 39km, we see
  • Axel Merckx (B), T-Mobile
  • Michael Boogerd (Nl), Rabobank
  • Laurent Lefevre (F), Bouygues Telecom
  • Sandy Casar (F), Francaise des Jeux

    Willems of Liquigas apparently hit a stray dog on the course and he is no longer with the escapees. We\'re waiting for a report on his condition.'),(10702,211,'2007-07-27 13:30:57','No chase','It seems that, for now at least, the peloton is content to let these guys go. At 41km, the four leaders are already 7:20 ahead of the field. So, yesterday\'s wierd chase by Caisse d\'Epargne, which kept the eight-man lead group to within 2:00 for most of the day.'),(10703,211,'2007-07-27 13:42:51','Our guest is back','Jonathan Vaughters - the director of the Slipstream Team - has joined us again today. What\'s your take on today\'s course and the break, JV? Right now, the four leaders are at 50km and the gap is at 7:00.

    Vaughters: The profile and hills will play little part in the race, today. It’s just down to if there\'s a team that isn’t too tired to chase down the move. Maybe there is, maybe not.... it isn’t as strong of a group as yesterday\'s. But they need to start chasing soon, or tired legs wont be able to pull back 15 minutes.'),(10704,211,'2007-07-27 13:48:00','Who has reason to chase','Looking at the points standings, do you see the points race as tight enough - Boonen at 212/Hunter 190 - to warrant a chase by Barloworld and what will Quick Step do?

    Vaughters: - Well, Quick Step is happy to see all of the points disappear up the road. Barloworld probably isn\'t strong enough to chase, so now the question is if there a real sprinter that hasn\'t won a stage and has a pretty good team and doesn\'t have a guy in the break. if the answer is no, this break will stay away. Ultimately, the breaks staying away or not has more to do with teams waiting for others to chase or not. They want the break to come back, but no one wants to do the work to make that happen: It\'s a \"You chase,\" \"No, YOU chase...\" situation and the break goes.'),(10705,211,'2007-07-27 13:56:23','Our most frequent question','For some reason, we get questions on gear selection more than anything. There really isn\'t anything out of the ordinary on most bikes, is there?

    Vaughters:Not really. Everyone pretty much runs an 11-23 for just about everything, these days. Up front, you see 53/39 and sometimes a 53/42. On the back, sometimes you\'ll see an 11-25 here and there, but 11-21s aren\'t used much anymore with 10 speed systems. On a relatively flat stage, like today, you\'ll average about 95 rpm, while pedalling. If you include coasting, it\'s a lot lower. On mountain stages your average rpm will be mid- to high-80s for the day.
    '),(10706,211,'2007-07-27 13:58:37','At 61km','Our leaders are still 7:00 ahead of the peloton. It\'s a long stage, with about 150km remaining, so the 7:00 gap could evaporate quickly, if anyone is interested in chasing.'),(10707,211,'2007-07-27 13:59:26','Lunch','No, not the feed zone, but Mr. Vaughters is heading out for lunch. He;ll be back later, though.'),(10708,211,'2007-07-27 14:05:19','Bump...','the four leaders have upped their advantage to more than 10 minutes at the 67km mark.'),(10709,211,'2007-07-27 14:12:29','At 69km','the four leaders are now pushing up to the 11-minute mark. As a reminder, the men up front are:
  • Axel Merckx (B), T-Mobile
  • Michael Boogerd (Nl), Rabobank
  • Laurent Lefevre (F), Bouygues Telecom
  • Sandy Casar (F), Francaise des Jeux

    Of the men in the break, the best-placed rider is Boogered, who is in 16th overall, 27:50 behind Alberto Contador.'),(10710,211,'2007-07-27 14:21:26','Looking ahead to tomorrow','The results from last Saturday\'s 54km time trial might give an interesting perspective on the predicition for tomorrow\'s 55km TT. Assuming that Alexander Vinokourov\'s win is negated, Cadel Evans (Predictor) won stage 13 with a time of 1:07:48. Current race leader Alberto Contador (Discovery) finished the day in sixth at 1:14. Levi Leipheimer (Discovery) finished the day in eighth at 1:25. Recall that last week\'s TT featured a couple of hills, which may have favored Contador. You\'d have to wonder if, with a flatter time trial, Cadel Evans may be able to actually win the Tour, by more than making up the 1:53 he trails by now. Leipheimer, meanwhile, trails on GC by 2:49. That\'s a lot to make up, but a lot can happen over 55km. It should be interesting.\r\n'),(10711,211,'2007-07-27 14:28:03','A reader question','Reader Mel writes in:

    Will George Hincapie be with the team next year or is he moving to another?

    Riders are barred from formally announcing their team switches until September 1, but the word on the street is that Hincapie is moving to T-Mobile next year. It\'s not clear if the tenuous status of the T-Mobile sponsorship will ultimately affect that. We\'ll keep our eyes open.'),(10712,211,'2007-07-27 14:33:31','A reader question','Aaron W writes in and asks:

    Are there time bonuses on the final stage into Paris? If Cadel is within 20 seconds after the time trial, could he still win by winning the final stage and getting the time bonus?
    Absolutely. Indeed, if you recall, in 2005, Vinokourov snagged a time bonus at the finish in Paris and moved past Levi Leipheimer into fifth overall, based in part on the time bonus he earned that day.'),(10713,211,'2007-07-27 14:35:02','At 87km','the four men in the lead are now 14:00 ahead of the peloton. It\'s beginning to look more and more likely that one of these gentlemen will, indeed, win today\'s stage.'),(10714,211,'2007-07-27 14:42:39','At 90km','There are 121km remaining and the leaders now have a lead of 14:10. '),(10715,211,'2007-07-27 14:49:12','Rasmussen will sue','A bitter Michael Rasmussen on Friday accused his Rabobank team manager of \"stealing\" what he regarded as certain victory in the Tour de France.

    And the embattled Danish cyclist has enlisted the services of a lawyer after being dramatically kicked out of the Tour when wearing the leader\'s yellow jersey and sacked by Rabobank over a dispute about missed drug tests.

    \"I was really in control of the race, but he (Rabobank manager Theo De Rooy) stole victory from me,\" Rasmussen told Danish daily Politken on Friday.'),(10716,211,'2007-07-27 14:51:42','No one is chasing','As the leaders reach the 95km mark, the time gap is now at 14:15. Discovery is at the front of the peloton and they are keeping the tempo quite moderate as they reach the feedzone at km 87.'),(10717,211,'2007-07-27 14:57:34','Reader question','Geoff R writes in to ask:

    Have you guys noticed a drop-off in fan attendance after the events of the last week? I\'m still watching, but I\'m a lifelong cycling geek and I think my continued interest in this year\'s Tour puts me in a small minority here in the U.S. Gotta say, though, these guys appear to be more serious about policing themselves than American football and baseball players are when it comes to performance-enhancing drugs. With the exception of the riders who dropped out, everyone has looked decidedly human in this Tour.
    We have not noticed a drop-off. There are huge crowds still turning out for the Tour, which is a beautiful event, with or without scandal.

    We also have to agree about how serious cycling is about fighting the doping problem, especially when you compare it to the \"big three\" in the U.S. Does anyone honestly think Hank Aaron\'s home run mark would be at risk if MLB took the same steps as cycling?'),(10718,211,'2007-07-27 14:58:59','Now that the','peloton is through the feedzone, the pace in the field has picked up a bit. The gap is down to 13:50, as the leaders hit the 100km mark. 111 kilometers to go.'),(10719,211,'2007-07-27 15:06:28','At the half-way mark','the gap is 14:05, with 105.5km covered.... and 105.5km remaining.'),(10720,211,'2007-07-27 15:13:19','With 100km','remaining, the gap has bumped to 14:15.'),(10721,211,'2007-07-27 15:21:55','A reader question','Ryan writes:

    How does Discovery approach the end of this Tour. Do they make an all out attempt to keep Contador in the maillot jaune or do they push to put Levi in yellow, as he is the main man...the bees knees.. the cats pajamas. Have enjoyed coverage greatly
    Really Ryan, the whole issue of tactics, aside from the most basic goal of staying out of trouble in today\'s field sprint (there will be one for the remaining points), there are really no tactics left until the fallout from tomorrow\'s time trial is assessed. For us, it\'s wonderful to see the outcome of a Tour come down to the final \"Race of Truth.\" The only way that could be better, is if they would end the Tour with a time trial into Paris. The last time they did that - in 1989 - the result was fantastic.'),(10722,211,'2007-07-27 15:27:00','With 90km to go','the gap is more than 15:00. No one is going to blow their legs out trying to catch these guys. The only folks with reason to chase is anyone worried about Boogerd moving up on GC... but that won\'t be Discovery or Predictor.

    As a reminder, the men up front are:

  • Axel Merckx (B), T-Mobile
  • Michael Boogerd (Nl), Rabobank
  • Laurent Lefevre (F), Bouygues Telecom
  • Sandy Casar (F), Francaise des Jeux'),(10723,211,'2007-07-27 15:32:35','With 85km to go','the gap is still growing. It\'s now 15:25. Quite a gap.'),(10724,211,'2007-07-27 15:42:14','16 minutes','With 79km remaining, the gap is up to 16:00. '),(10725,211,'2007-07-27 15:46:55','Two men in this break','have already announced that this is their final Tour de France. Both Michael Boogerd and Axle Merckx have said they are retiring at the end of the year. It would be nice to see either of them pull it off today.'),(10726,211,'2007-07-27 15:52:24','The dog','We\'ve gotten several letters about the canine incident early on in today\'s break. No word on the state of the dog involved in the crash today. Willems did get up and he\'s riding in the peloton.'),(10727,211,'2007-07-27 16:02:24','Coming up','on the the 67-to-go mark, the gap is now just under 17 minutes.'),(10728,211,'2007-07-27 16:09:05','With 63km to go','the gap is growing. It\'s now 17:23. It\'s the Discovery team up front and no one else seems interested in chasing.'),(10729,211,'2007-07-27 16:14:00','Stuart O\'Grady','We have received a few letters from readers wondering how Stuart O\'Grady is faring since that awful crash nearly two weeks ago. This is from his web-site:
    Stuart has left his France hospital and has been transported to Monaco where\'s he\'s based. It was a four hour road trip in a special ambulance with a floating bed. In his words \"a bloody good taxi like the Hilton hotel on wheels\". He expects to be resting in his Monte Carlo hospital bed for another two weeks or so.

    \r\nThe next stage is a series of tests and an operation on his left shoulder.\r\nSo these are the injuries, two bung shoulders, a punctured lung (now going at 85%) and a heap of broken ribs and a few busted vertebras\'.\r\n\"In all, not my best day at the office I\'m afraid\". \"When I do something I\r\ndo it big time\"

    On a happier note my wife Anne Marie is about to give birth to our second child, next week I hope\". So something special happening in my life apart from hitting posts\".

    '),(10730,211,'2007-07-27 16:16:35','58km','to go.... Zzzzzzzzzzzzzzzz....'),(10731,211,'2007-07-27 16:17:47','Uh? Whu?','Oh look! The \"chase\" has pulled the gap back down to 17:10. Thirteen seconds of their advantage chopped away within three km.'),(10732,211,'2007-07-27 16:23:02','Disco has eased up','A couple of riders on the team are answering calls from nature. The gap, therefore, is back up to 17:30, with 54km remaining.'),(10733,211,'2007-07-27 16:33:24','Chit chat','The peloton is cruising along. It\'s still Discovery at the front and the gap is holding at 17:30 with less than 50km remaining. As a reminder, we have four riders up front:

  • Axel Merckx (B), T-Mobile
  • Michael Boogerd (Nl), Rabobank
  • Laurent Lefevre (F), Bouygues Telecom
  • Sandy Casar (F), Francaise des Jeux

    Of the leaders, Michael Boogerd of Rabobank is 27:50 down on GC, in 16th place. He\'s moving into the top six if this gap holds.'),(10734,211,'2007-07-27 16:34:39','Looking ahead',' The final 5km of today\'s stage are very technical. With 5km, there is a long straightaway for 800 meters where the peloton will pick up some serious speed. The road squeezes down to one lane, which could cause some troubles and there\'s a hairy right-hander at the bottom of the hill. The favorites will have to be careful not to get caught out in a pileup. From -3km, it\'s more straight-forward - It\'s a rising sprint, however, with a pretty serious rise to the finish - not a major climb, but definitely on an upward trajectory.'),(10735,211,'2007-07-27 16:41:04','Coming up','on 44km to go, the gap is 17:23. Let\'s just forget the peloton for now. With the finish as it is, we may have to consider Boogerd as one of the favs. Heck, that seems reminsicent of Amstel Gold\'s finish.'),(10736,211,'2007-07-27 16:46:19','Lawyers!','Two Belgium punters have started legal proceedings after being left out of pocket when Astana retired from the Tour de France following their leader Alexandre Vinokourov\'s positive dope test.

    The duo, who placed bets of 100 euros and 25 euros on Astana\'s German rider Andreas Kloden, are suing the Kazakh team, Tour organisers ASO and also plan to pursue Vinokourov if his positive test for blood doping is confirmed.

    Their lawyer, Christophe Bleret told AFP on Friday: \"The interest for them is not money, it\'s symbolic.

    \"A ruling for compensation will serve to act as a precedent to make riders and their managers responsible. The bookmakers considered Astana\'s retirement was for sporting reasons to the detriment of my clients.\"

    Man, it better be symbolic. What sort of contingency fee can a guy expect from that suit? \r\n'),(10737,211,'2007-07-27 16:49:18','Tick, tick, tick','The peloton is rolling along nicely, with Discovery still setting tempo in the field. The gap, with 38km to go, is now at 17:04.'),(10738,211,'2007-07-27 16:54:00','Yellow jersey - White jersey','When Alberto Contador finishes in Paris on Sunday, he\'s a lock on winning the White jersey of best rider under the age of 25. If he survives an expected challenge from Cadel Evans tomorrow, he\'ll get the yellow jersey as well.

    The last time that happened was in 1997, when Jan Ullrich did it. Before that it was 1983, when Laurent Fignon achieved the same feat.'),(10739,211,'2007-07-27 16:56:54','Stretch.... yawn...','The four men up front are now 37km from the finish and still 16:40 ahead of the main field. Who are they?

  • Axel Merckx (B), T-Mobile
  • Michael Boogerd (Nl), Rabobank
  • Laurent Lefevre (F), Bouygues Telecom
  • Sandy Casar (F), Francaise des Jeux'),(10740,211,'2007-07-27 17:01:32','31km to go','the gap is 16:30. Discovery is leading the field and setting a very mellow pace.'),(10741,211,'2007-07-27 17:09:39','With 26km to go','the peloton is picking up the pace. The gap is still a formidable 14:52. We\'d expect a eight to 10-minute gap by the finish.'),(10742,211,'2007-07-27 17:15:46','Reader note','One of our readers, David H, was apparently there at the canine crash. We cannot confirm any of this, so take it for what it\'s worth:
    The dog was last seen being lead away by French police. He was rumored to have been a dog licensed to chase in Mexico, subsequently seen chasing in Italy, and had been being seen by a vet in Spain. Rumor has it that the Iams team is set to withdraw from all future chasing events.
    Mmmmmm..... ya think?'),(10743,211,'2007-07-27 17:16:13','Okay','with 22km to go, the gap has been trimmed to 13:04.'),(10744,211,'2007-07-27 17:19:19','With 20km to go','the gap is down to 12:25.'),(10745,211,'2007-07-27 17:25:00','With 16km remaining','the gap is now 11:30. It\'s still Euskaltel leading the peloton now. Take a look at the top-10 and see why they are putting in the effort:

    1. Alberto Contador (Sp), DISCOVERY CHANNEL TEAM, 80:42:08
    \r\n2. Cadel Evans (Aus), PREDICTOR - LOTTO, at 01:53
    \r\n3. Levi Leipheimer (USA), DISCOVERY CHANNEL TEAM , at 02:49
    \r\n4. Carlos Sastre (Sp), TEAM CSC, at 06:02
    \r\n5. Haimar Zubeldia (ESP), EUSKALTEL - EUSKADI, at 06:29
    \r\n6. Alejandro Valverde (Sp), CAISSE D’EPARGNE, at 10:18
    \r\n7. Kim Kirchen (Lux), T-MOBILE TEAM, at 11:36
    \r\n8. Yaroslav Popovych (Ukr), DISCOVERY CHANNEL TEAM, at 12:50
    \r\n9. Mauricio Soler Hernandez Juan (Col), BARLOWORLD, at 13:31
    \r\n10. Mikel Astarloza (Sp), EUSKALTEL - EUSKADI, at 13:42
    \r\n
    '),(10746,211,'2007-07-27 17:28:21','With 13km','to go, the four men up front at 11:13 ahead of the field.'),(10747,211,'2007-07-27 17:31:37','With 10km','to go for the leaders, the Euskaltel boys\' effort has cut the lead to less than 11 minutes.'),(10748,211,'2007-07-27 17:35:08','With 8.5km','remaining, the gap is 10:25. Of the four men in thr break, we\'re still putting our money on Boogerd.'),(10749,211,'2007-07-27 17:36:43','Euskaltel','is leading the peloton, through the 15km-to-go mark. '),(10750,211,'2007-07-27 17:37:52','LeFevre','attacks with 6km to go.'),(10751,211,'2007-07-27 17:39:09','','Axel Merckx (B), T-Mobile and Michael Boogerd (Nl), Rabobank are chasing, and looking to pull him back. \r\n\r\nSandy Casar (F), Francaise des Jeux is the one of the four to show signs of weakness'),(10752,211,'2007-07-27 17:39:51','With 4km to go','All four are together. HUGE crowds folks.'),(10753,211,'2007-07-27 17:40:45','With 3.5km to to','Boogerd goes.'),(10754,211,'2007-07-27 17:40:55','Together',''),(10755,211,'2007-07-27 17:41:25','Merckx attacks!','I like saying that'),(10756,211,'2007-07-27 17:42:06','Together...','... and Casar - road rash and all - attacks through a roundabout!'),(10757,211,'2007-07-27 17:42:36','Casar has a gap','Boogerd is chasing hard with 2km to go.'),(10758,211,'2007-07-27 17:43:16','1.5km to go','Casar still has a gap.'),(10759,211,'2007-07-27 17:43:38','Boogerd','is pulling Casar back.... 800 meters to go'),(10760,211,'2007-07-27 17:43:51','Casar is caught....',''),(10761,211,'2007-07-27 17:45:32','Casar charges','Boogerd chases, but Sandy Casar gets the win! Good juju from the dog? He has a big chunk of road rash on his right cheek and still wins'),(10762,211,'2007-07-27 17:58:00','Stage Result','1. Sandy Casar (F), Francaise des Jeux, 5:13:31
    2. Axel Merckx (B), T-Mobile, at 0:01
    3. Laurent Lefevre (F), Bouygues Telecom
    4. Michael Boogered (B), Rabobank, all s.t.
    5. Tom Boonen (B), Quick Step, at 8:34'),(10763,211,'2007-07-27 17:54:08','The peloton','is coming in about 8:00 back. There is a field sprint, because there are still plenty of points left. It\'s all Quick Step.... and Boonen beats Robby Hunter to the line. All of the Tour\'s big players finished in the field, so no change in GC.'),(10764,211,'2007-07-27 18:04:30','','1. Alberto Contador (Sp), Discovery
    \r\n2. Cadel Evans (Aus), Predictor-Lotto, at 01:50
    \r\n3. Levi Leipheimer (USA), Discovery , at 02:49
    \r\n4. Carlos Sastre (Sp), CSC, at 06:02
    \r\n5. Haimar Zubeldia (Sp), Euskaltel, at 06:29

    Word is that there was a gap in the field and Evans actually made up three seconds.\r\n'),(10769,213,'2007-07-29 13:18:00','Good day and welcome','to VeloNews.com\'s Live Coverage of the 20th - and final! - stage of the 2007 Tour de France.

    Today\'s stage is slated to roll out of Marcoussis at around 1:45 - in about half-an-hour. The weather today is a bit on the cool side - 18 degrees (65F) - with spotty rain showers and winds from the west at 20kph.'),(10770,213,'2007-07-29 13:33:56','Features along today\'s route','Today\'s race features two Category 4 climbs - at 51 and 54.5 kilometers - but the Juan Mauricio Soler\'s lead in KOM points is such that he would have to not finish today not to get the polka-dot jersey, so those two hills won\'t affect today\'s stage. He has 208 KOM points, versus the 128 points held by race leader Alberto Contador.

    Interestingly, there are a total of 32 seconds of bonus time on the line, if you include the day\'s two intermediate sprints and the finish-line. Is there going to be a bonus-time battle, with Cadel Evans a scant 23 seconds behind on GC? Probably not, but you can imagine a scenario in which the Discovery Team is a bit more attentive than usual as the day\'s first sprint takes place at the 74km mark at Châtenay-Malabry (yup, thatChâtenay-Malabry)'),(10771,213,'2007-07-29 13:34:29','Comments? Questions? Wanna win a CatEye computer?','Drop us a line. Just a reminder, that is not our contest line. If you want to enter our daily contest, scroll up to the Links up on the top and click on Enter to Win and that will let you enter our contest and get a chance at a very cool, Tour de France-specific CatEye computer.'),(10772,213,'2007-07-29 13:34:00','In the neutral zone','the peloton has rolled out of Marcoussis... and riders are covering the 3.8km neutral zone.\r\n'),(10773,213,'2007-07-29 13:51:00','','of the Tour de France should start soon. No, there will be no attacks from the gun and we expect the entire peloton will be rolling along at a pretty moderate pace for the opening kilometers.'),(10774,213,'2007-07-29 13:56:00','Five jerseys','up front in the peloton. There are five men up front - the yellow jersey, the green jersey, the polka-dot and the tricolor jersey of the champion of France.

    While Euskaltel\'s Amets Txurruka is wearing the white jersey of the best young rider, he\'s only third in that race. The best young rider in the Tour is Alberto Contador and Soler is in second in that contest.'),(10775,213,'2007-07-29 14:05:00','Reader questions','We\'re getting an awful lot of letters asking about the \"no attacks\" tradition in the Tour\'s final stage.

    It\'s just that a tradition, not a hard-and-fast rule. Cadel Evans has said that \"we\'ll see what happens,\" when it comes to the stage. He is only 21 seconds out of first. Levi Leipheimer, who lost fifth on GC in the final stage of the Tour de France in 2005, has already said he \"won\'t pull a Vinokourov,\" referring to the man who bumped him down a spot on a rainy day two years ago.

    For Evans, the top spot on the podium is so close he can taste it. This is the closest Tour finish since Greg LeMond\'s eight-second win over Laurent Fignon in 1989. Indeed, that day began with Fignon holding a 50-second lead over LeMond and the American\'s chances were seen as quite slim that day. Of course, that day was also the last time the Tour ended with an individual TT, our favorite way to end a three-week-long tour, for sure.'),(10776,213,'2007-07-29 14:12:53','Mellow pace','With a formal start at 2:00 or so, the pace is quite moderate. The peloton has covered 3.5km. There is a lot of chit-chat in the main field, and no major efforts coming off the front.'),(10777,213,'2007-07-29 14:16:00','A big thank you','to all of you for tuning in throughout these past few weeks. I\'ve certainly enjoyed the e-mails that you\'ve sent over the past few weeks. I\'ve tried to answer as many as I could, but it\'s pretty busy here, so I apologize for not getting to all of them.

    I also want to say a special thanks to those of you who have caught errors and helped me correct those... and even to those of you who strongly disagreed with comments we\'ve dropped in here and there (Hey, who\'da thunk there were Ultimate Fighting Championship fans following the Tour?!?). I may not agree with you at times, but your thoughts are always welcome.'),(10778,213,'2007-07-29 14:19:16','With 7km covered','the peloton is slowly cruising along today\'s route. No attacks yet. Meanwhile, the weather is clearing up.'),(10779,213,'2007-07-29 14:29:18','With 12km covered','thus far, the peloton is cruising through the countryside outside of Paris. It\'s turning into a nice day, by the way.'),(10780,213,'2007-07-29 14:37:06','Now here\'s a thought','

    A return to the formula of national teams could be the way forward for the Tour de France, according to Patrice Clerc, the president of the race\'s parent company ASO.

    However Clerc played down the chances of the entire Tour peloton consisting of riders in national team colours, as was the case in one edition in 1968.

    Clerc told L\'Equipe newspaper, which is also owned by ASO, that he is \"seriously considering\" the option as one of the measures to help stamp out doping in the race.

    This year\'s 94th edition was on of the most controversial in nearly a decade, with two positive doping cases and a long-running controversy over missed random tests which led to the exclusion of race leader Michael Rasmussen.

    \"I think that some kind of mixed formula could work. Some of the teams picked for the race could be national teams. It\'s one of the options we\'re looking at,\" Clerc told the sports daily.

    \r\nWe\'re not sure we\'d agree. What the heck, the one team which is the closest thing to a national squad - Kazakhstan\'s Astana team - was one of the problems here, no?'),(10781,213,'2007-07-29 14:39:21','18km covered','and the pace is still quite moderate. The peloton is still together.'),(10782,213,'2007-07-29 14:49:44','With 23km covered','the pace is still very, very slow.'),(10783,213,'2007-07-29 14:54:00','Yesterday\'s B-Sample','test on Vinokourov\'s stage 13 blood sample came back positive again. Interestingly enough, it was Maurice Suh, part of Floyd Landis\'s legal team was at the lab in Châtenay-Malabry as Vino\'s representative. Man, it\'s getting to the point these days that teams will not only have a team doctor, but a team lawyer riding in the car on stages.'),(10784,213,'2007-07-29 15:01:00','The pace','over the first hour is around 30kph. The peloton is at 30km and the entire peloton is together, chatting, sipping water and grabbing a bite to eat.'),(10785,213,'2007-07-29 15:18:00','The points race','It\'s still a tight points race:
    Points, after stage 19
    1. Tom Boonen (B), QUICK STEP - INNERGETIC, 234 pts.
    2. Robert Hunter (RSA), BARLOWORLD, 210 pts.
    3. Erik Zabel (G), TEAM MILRAM, 206 pts.\r\n'),(10786,213,'2007-07-29 15:25:40','A reader question','Reader Stephen O\'Dell writes to ask:
    You don\'t have to answer this today, but would like to hear the editorial position of VN on this comment from Klöden

    \"Vinokourov is accused of doing a blood transfusion, but he knew he would have been tested,\" Klöden said. \"It\'s like driving at 150 kph, while you are restricted to 80 and there are speed cameras all around you. The same with Matthias Kessler. He had a testosterone level higher than we\'ve ever seen before. And that between two races where he was challenging for victory, and would have known tests were likely. Nobody can be so stupid.\"

    \r\n\r\nWell, we really don\'t have an editorial position on it... other than to say that history has shown that the phrase \"Nobody can be so stupid,\" has been repeatedly disproven over the years.

    By the way, that reminds us of our favorite response to Vino\'s positive. Tim Johnson - a former Saunier Duval rider, currently on HealthNet - wrote in and suggested that the Tour dispense with the yellow, green and polka-dot jerseys \"and create a new \'I\'m with stupid\' jersey... and give one to everyone in the peloton.\"\r\n'),(10787,213,'2007-07-29 15:28:45','The peloton','has covered 42km and there are 104km remaining in today\'s stage.'),(10788,213,'2007-07-29 15:35:37','100km remaining','the peloton will be coming up on the day\'s first climb, the Category 4 Cote de St-Remy-les-Chevreuse. '),(10789,213,'2007-07-29 15:42:57','How\'s that for a sponsor?','Word is that the men on the Rabobank team are going to be paid the equivalent of their share of the overall winner\'s prize for all of the work they did. Before his departure from the Tour, Rabobank\'s Michael Rasmussen seemed poised to win the yellow jersey and his teammates put in a huge effort to help that. The team\'s sponsor has apparently committed to paying the riders\' shares... as if they won the yellow anyway. If that\'s the case, Rabobank is worthy of praise, for sure.'),(10790,213,'2007-07-29 15:44:38','On the climb','The peloton is on the Cote de St-Remy-les-Chevreuse. The pace is absolutely furious on the climb.... uhhhhhh, okay, we\'re kidding. The entire peloton is just cruising up the climb. '),(10791,213,'2007-07-29 15:45:00','The climb','was won by Gert Steegmans, but it looks like they just eased over the top:

    1. Gert Steegmans (B), Quick Step - 3points
    2. Thomas Lovkvist (S) Francaise des Jeux - 2pts
    3. Fredericks Willems (B) Liquigas - 1pt'),(10792,213,'2007-07-29 15:53:25','On the second climb,','The peloton is riding up the Cote de Chateaufort... '),(10793,213,'2007-07-29 15:54:00','Gert Steegmans','wins the final rated climb of the 2007 Tour de France.

    1. Gert Steegmans (B), Quick Step - 3 points
    2. Michael Albasini (I) Liquigas - 2pts
    3. Yaroslav Popovych (Ukr), Discovery - 1pt'),(10794,213,'2007-07-29 15:59:23','Clouding up','the clouds are getting thicker, but no rain yet. Up next, is the day\'s first intermediate sprint at Chatenay-Malabry, but that\'s still another 17km away, at 74km.'),(10795,213,'2007-07-29 16:09:03','Today\'s first sprint','at Châtenay-Malabry is, interestingly enough, on top of the day\'s biggest climb... not that it\'s a major haul.

    No word from the crew at Châtenay-Malabry, if the sprint winner gets an honorary beaker for his troubles. Up front, the Discovery team is moving up, no doubt, to ensure that Predictor-Lotto - Cadel Evans in particular - doesn\'t scamper off to grap the six seconds of bonus time available up there.'),(10796,213,'2007-07-29 16:14:04','Six kilometers','to go before the Châtenay-Malabry sprint.'),(10797,213,'2007-07-29 16:20:36','Time bonuses','available today include 6-, 4- and 2-second bonuses at the day\'s two intermediate sprints and the 20, 12 and 8 given to the top three finishers of the stage.

    Sure, on paper, Cadel Evans - heck, even Levi Leipheimer - could move onto the top step of the podium, but it\'s not like no one is going to be caught off-guard. '),(10798,213,'2007-07-29 16:23:39','Coming up','on Châtenay-Malabry. The Quick Step and Discovery teams are up front. Quick Step is protecting the green jersey and Disco\' have the yellow in mind. Cadel Evans is working his way up.'),(10799,213,'2007-07-29 16:24:46','Two Quick Steps','are off the front - at a moderate pace.'),(10800,213,'2007-07-29 16:28:43','The only other','rider to come up on the two Quick Steps was Lilian Jegou of Française des Jeux. He takes the \"sprint,\" but no one is too worried. The big fears for Quick Step were that Robbie Hunter or Erik Zabel would take the points, so they don\'t really care of someone else gets it. Disco, meanwhile is cool with anyone other than Cadel Evans getting bonus time.\r\n'),(10801,213,'2007-07-29 16:43:00','Heading into Paris','Contador drifts back to his team car, raises a toast to Johann Bruyneel... but he\'s heading back. He needs to remain vigilant still.'),(10802,213,'2007-07-29 16:49:25','Along the river','The peloton - now riding behind Discovery - is closing in on the Champs-Élysées. It will be a largely ceremonial first lap, with Contador and the Discovery team leading for that lap.'),(10803,213,'2007-07-29 16:52:00','Discovery leads the way','on to the Champs-Élysées... on the wheel of George Hincapie. Right behind \'em, though, are the Predictor-Lotto boys, with Cadel Evans tucked right in there, too. There are 53km remaining.'),(10804,213,'2007-07-29 17:01:18','An attack','from Freddy Bichot (Agritubel) has a 15-second gap on the field. Disco is still at the front of the peloton.'),(10805,213,'2007-07-29 17:02:54','Predictor takes a dig','Chris Horner tries to join up with Freddy Bichot... but he is pulled in quickly by Caisse d\'Epargne.'),(10806,213,'2007-07-29 17:03:52','Valverde','takes a dig... the net result is that poor Freddy Bichot has been pulled in. With 44km to go, the peloton is together.'),(10807,213,'2007-07-29 17:06:04','A bit of split','There are several riders trying to break things up. We have 41km remaining.'),(10808,213,'2007-07-29 17:06:58','The intermediate','sprint is coming up soon at the 38km to go mark.'),(10809,213,'2007-07-29 17:13:15','A group of 10 riders','has a 30-second lead on the peloton.'),(10810,213,'2007-07-29 17:14:00','The men in the break','Christian Knees - Milram

  • Mickael Delage - Francaise des Jeux
  • Murilo Fischer - Liquigas
  • Anthony Charteau - Credit Agricole
  • Ronny Scholz - Gerolsteiner
  • Alessandro Ballan - Lampre
  • Simon Gerrans - Ag2r
  • Juan Antonio Flecha - Rabobank
  • Niolas Portal - Caisse d\'Epargne
  • Jose Ivan Gutierrez - Caisse d\'Epargne'),(10811,213,'2007-07-29 17:17:25','With 31km','to go the men in the break have 27 seconds on the peloton.'),(10812,213,'2007-07-29 17:18:52','Barloworld','has put all of its riders up front. They don\'t want to see the break get away, since Robbie Hunter is still in the hunt for the points jersey. Discovery and Quick Step are happy to see it go, though.'),(10813,213,'2007-07-29 17:19:22','With 30km to go','the gap is at 30 seconds.'),(10814,213,'2007-07-29 17:23:34','With 26km to go','the gap is now 33 seconds. Barloworld is still driving the chase in the field.'),(10815,213,'2007-07-29 17:26:04','Barloworld','is driving hard, but the gap to the ten men in the lead have extended their advantage to 42 seconds.'),(10816,213,'2007-07-29 17:29:05','With 23km remaining','the gap is holding at 45 seconds. Quick Step and Discovery are enjoying this. The break has, of course, negated the threat of the points and time bonuses at the last sprint. The only time bonuses remaining - 20, 12 and 8 seconds - wait at the finish.'),(10817,213,'2007-07-29 17:35:00','With 17km to go','the 10 men in the break have 30 seconds on the peloton, which is being led now by a combination of Barloworld and Credit Agricole. That means that Credit Agricole has more interest in seeing Thor Hushovd win the sprint than seeing Charteau grabbing the win out of the break.

  • Christian Knees - Milram
  • Mickael Delage - Francaise des Jeux
  • Murilo Fischer - Liquigas
  • Anthony Charteau - Credit Agricole
  • Ronny Scholz - Gerolsteiner
  • Alessandro Ballan - Lampre
  • Simon Gerrans - Ag2r
  • Juan Antonio Flecha - Rabobank
  • Niolas Portal - Caisse d\'Epargne
  • Jose Ivan Gutierrez - Caisse d\'Epargne'),(10818,213,'2007-07-29 17:38:02','With 13km to go','the gap is now at 27 seconds.'),(10819,213,'2007-07-29 17:39:04','With 12.5km','to go, the gap is coming down. The have 23 seconds.'),(10820,213,'2007-07-29 17:39:18','12km','20 seconds.'),(10821,213,'2007-07-29 17:41:01','11km to gap is','now down to 17 seconds. They can feel the peloton breathing down their collective necks.'),(10822,213,'2007-07-29 17:45:11','With 8.25 km remaining','the gap is at 18 seconds.'),(10823,213,'2007-07-29 17:46:42','Flecha and Guitierrez','have moved off the front of the break. '),(10824,213,'2007-07-29 17:47:38','The rest','have been swallowed up by the peloton. The two escapees are just six seconds up the road with sixkm remaining.'),(10825,213,'2007-07-29 17:48:55','With 5km to go','the two escapees have been reeled back in.'),(10826,213,'2007-07-29 17:50:13','With 4km remaining','the peloton is intact and we\'re going to see a big set-up for the final sprint.'),(10827,213,'2007-07-29 17:51:00','Lampre is leading',' with the 2km remaining. The peloton is intact, we could see a wild ride.'),(10828,213,'2007-07-29 17:52:36','In the final kilometer',''),(10829,213,'2007-07-29 17:53:00','The best sprinters','in the Tour are charging to the line and it\'s Bennati of Lampre, who beats Hushovd and Zabel to the line.

    Alberto Contador wins the Tour de France.'),(10830,213,'2007-07-29 17:56:00','Stage Results','1. Daniele Bennati (I), Lampre
    2. Thor Hushovd (N), Credit Agricole
    3. Erik Zabel (G), Milram
    4. Robbie Hunter (RSA), Barloworld
    5. Tom Boonen (B), Quick Step.'),(10831,213,'2007-07-29 17:57:00','Final standings','1. Alberto Contador (Sp), Discovery Channel, 91:00:26
    \r\n2. Cadel Evans (Aus), Predictor-Lotto, at 00:23
    \r\n3. Levi Leipheimer (USA), Discovery Channel, at 00:31
    \r\n4. Carlos Sastre (Sp), CSC, at 07:08
    \r\n5. Haimar Zubeldia (Sp), Euskaltel-Euskadi, at 08:17
    \r\n'),(10832,213,'2007-07-29 18:07:05','Final Points Standings','1. Tom Boonen (B), Quick Step, 256 pts.
    \r\n2. Robert Hunter (RSA), Barloworld, 234 pts.
    \r\n3. Erik Zabel (G), Milram, 232 pts.
    \r\n4. Thor Hushovd (N), Credit Agricole, 186 pts.
    \r\n5. Sébastien Chavanel (F), Francaise des Jeux, 181 pts.
    \r\n \r\n'),(10833,213,'2007-07-29 18:10:00','Okay, that\'s a wrap','thanks again for tuning in, folks. We had a great time doing these as always. It was a real pleasure, too, getting to know some of you through the e-mails you\'ve sent in over the past three weeks. Thank you and be sure to check in during the Vuelta a Espana. Cheers.'),(10834,0,'0000-00-00 00:00:00','',''),(10835,220,'2007-08-10 15:32:00','Welcome to Boulder','We are here on a cool morning at 5,430-feet and the Pro Men and Women are now underway. We had a technical difficulty, the race is held out at the man-made Boulder Res, but we hope our troubles are behind us. \r\n\r\nLet\'s enjoy a great day of racing. '),(10836,220,'2007-08-12 06:53:17','Pro Field','We have some ringers in the men\'s and women\'s pro field today. Leading the charge for the men are:\r\nChris Legh\r\nDavid Thompson\r\nCam Widoff\r\nGreg Remaly\r\nBen Hoffman\r\nCraig McKenzie\r\nLeon Griffin\r\n\r\nAnd headlining for the women are:\r\nJoanna Zeiger\r\nSusan Williams\r\nSamantha McGlone\r\n\r\nIt\'s going to be some tight action out there. '),(10837,220,'2007-08-12 06:58:10','Pete Jacobs','Is out of the water first in 24:50 '),(10838,220,'2007-08-12 07:00:01','right on his feet...','is Joanna Zeiger, a former collegiate swimmer at Brown University and winner of the Boulder Peak Triathlon was 5 seconds behind Jacobs. '),(10839,220,'2007-08-12 07:01:00','Chase pack','is out of the water in 25:40 including; Paul Ambrose, Nate Korteum, Cam Widoff, and David Thompson.'),(10840,220,'2007-08-12 07:01:28','Susan Williams','was the 2nd female out in 26:36'),(10841,220,'2007-08-12 07:02:24','Men\'s favorite','Chris Legh is out right behind Susan Williams in 26:40. That\'s 1:50 behind swim-leader Jacobs.'),(10842,220,'2007-08-12 07:05:45','Swim results','Here\'s what our course spotters have after the 1.2-miles of swimming:\r\n1. Pete Jacobs - 24:50\r\n2. Joanna Zeiger - :11 secs behind\r\n3. Paul Ambrose - :50 secs\r\n4. Nate Korteum - :55 secs\r\n5. Cam Widoff - 1:00\r\n6. David Thompson -1:00\r\n7. Greg Remaly - 1:05\r\n\r\n'),(10843,220,'2007-08-12 07:06:51','Samantha McGlone','is out three and-a-half minutes behind Zeiger. Watch out though, the current Ford 70.3 World Champion can really move out there on the bike and run and will be making her way through the field today.\r\n'),(10844,220,'2007-08-12 07:09:25','more on Jacobs','Chris McDonald is here at the race helping our course spotters and said his Australian buddy has been living outside of Boulder at 8,000-feet. After a great race a Challenge Roth in early July, Jacobs moved to Boulder and struggled with the altitude but might be catching his stride with Ironman Louisville right around the corner. '),(10845,220,'2007-08-12 07:10:51','Williams','The bronze medallist from the Athens Olympics, Susan Williams was on the starting list for the Boulder Peak Triathlon last month but suffered a broken toe the morning before the race. She is out there today and had a great swim. Let\'s hope her toe has been healing in the lead-up to today\'s race.'),(10846,220,'2007-08-12 07:18:24','Age Groupers are off','We have over 1,200 age-groupers now in Boulder\'s largest body of water, The Res. They are heading right into a blinding sun heading towards the first buoy. \r\n\r\nThe Female 45 and over group were first to start after the Pro waves with the last wave in the water at 7:05am. It looks like mad chaos out there with swimmers all over this course. '),(10847,220,'2007-08-12 07:22:48','Thompson','David Thompson has been making a dent on top of the standings in half-iron and Tri 101 races throughout the season. But, even the top guys have some bad luck. Thompson\'s bike box didn\'t arrive from Minneapolis-St.Paul until 5am today. Luckily, the nuclear engineer grad works part-time as a bike mechanic at Gear West triathlon store and was able to assemble it last minute. Phew...'),(10848,220,'2007-08-12 07:23:55','call or write us','We get alot of questions and feedback throughout the race and will answer what we can. You can reach us with questions by calling: 303.828.8034 or email: lfinanger@insideinc.com and we\'ll do our best to answer your questions. '),(10849,220,'2007-08-12 08:02:21','Bike turnaround','David Thompson is leading the pro men\'s field at 28-miles by a sizeable gap. It has been one minute and no one else is in sight. Our course spotters say he is flying.'),(10850,220,'2007-08-12 08:04:04','chasers','We have a group of five 1:50 down on Thompson through the bike around. \r\n\r\nThey are: Chris Legh, Paul Ambrose, Pete Jacobs, and Cam Widoff. \r\n\r\n'),(10851,220,'2007-08-12 08:07:54','Remaly','is 3:30 back of Thompson heading past the turnaround'),(10852,220,'2007-08-12 08:12:08','last year','Widoff posted a 2:09:24 last year for the fastest bike split, so Thompson\'s 1:04:00 through the first lap of the bike is right on target. He has posted the fastest bikes at Escape from Alcatraz and Lifetime Fitness Triathlon so he can really move.\r\n'),(10853,220,'2007-08-12 08:14:13','Griffin','The 2006 Duathlon World Champion has pulled out of the race after the first bike loop. \r\n\r\nRace director Barry Siff told us before the race, Griffin was assessed a 2-minute penalty for riding to the race site with an unbuckled helmet. The USAT officials are really cracking down on this today.'),(10854,220,'2007-08-12 08:14:33','Women','Through the 28-mile turnaround we have a new leader.'),(10855,220,'2007-08-12 08:14:51','It\'s Susan','Williams is leading Zeiger by :20 seconds. '),(10856,220,'2007-08-12 08:15:26','McGlone and Ashton','are 1:35 and 2:00 down to Williams'),(10857,220,'2007-08-12 08:23:32','Men through mile-34','Thompson is still leading '),(10858,220,'2007-08-12 08:24:32','here they come...','Chris Legh is 1:55 behind and has a big gap on third place'),(10859,220,'2007-08-12 08:25:34','1:45 behind Legh','is Ambrose, the young Australian living in Boulder, trying to make his mark in half-iron and Tri 101 races this year.'),(10860,220,'2007-08-12 08:26:22','4th man','is Widoff who is riding just behind Ambrose. Both men are three minutes off Thompson\'s blistering pace.'),(10861,220,'2007-08-12 08:34:12','Griffin','stopped by the booth we are working at and set the record straight. He received a drafting penalty while in the lead chase group behind Thompson and was pinged. Two penalities equal a disqualification, so the day is over for Griffo. '),(10862,220,'2007-08-12 08:35:53','age group updates','Mark Van Akkeren posted the fastest overall swim in 23:49.'),(10863,220,'2007-08-12 08:39:43','more swim results','Eric Peterson was the second fastest swimmer behind Van Akkeren in 24:38 to lead the M-35-39. \r\n\r\n'),(10864,220,'2007-08-12 08:40:29','William Gillaspie','Had a blazing swim to lead the M30-34 in 25:44, just 16-seconds ahead of perennial favorite Tim Hola. '),(10865,220,'2007-08-12 08:41:39','John Ryan','a former runner at Notre Dame was second in the M25-29 in 25:52. The Louisville, Colorado resident had a top ten finish at USAT Nationals in Portland, earlier this summer.'),(10866,220,'2007-08-12 08:42:53','women through 34 miles','Susan is still leading with Zeiger now 50 seconds behind'),(10867,220,'2007-08-12 08:44:19','third and fourth','McGlone is picking up time and is only 45 seconds behind Zeiger with Ashton a further 45 seconds behind.'),(10868,220,'2007-08-12 08:45:58','from Australia','Leon Griffin\'s dad just emailed us from Melbourne, Australia asking us to post more updates. We received that while we experienced a few technical difficulties. Mate, we are back and running! But, it was met with some unfortunate news for Mr. Griffin.'),(10869,220,'2007-08-12 08:47:47','age group women','Amanda Durner was second out the water only behind Zeiger in 26:34 to lead the F30-34. Mader was fourth out after F45-49\'s Kath'),(10870,220,'2007-08-12 08:49:15','...','Mader was three seconds behind F45-49\'s Kathleen Steffe and 25-seconds behind Durner.'),(10871,220,'2007-08-12 08:50:00','Petrella','Jocelyn Petrella was leading the F25-29 women in 26:59 ahead of Gretta Simpson who exited in 28:21.'),(10872,220,'2007-08-12 08:53:53','Contest time','We will give away an Inside Triathlon inscribed multi-tool from Park Tool to the 3rd caller who can tell me the answere to the following:\r\n\r\nDavid Thompson was the winner of the first two Tri 101 races that took place in Florida and California. Who was the women\'s winner at these races? Call 303.828.8034\r\n\r\n'),(10873,220,'2007-08-12 08:57:22','Thompson','our course spotter on the bike course is trying to catch up with Thompson but says he is ahead of the big turning points. He is way ahead.'),(10874,220,'2007-08-12 09:00:26','Thompson is heading to the Res','He is only 3 miles away from the Res entrance at 53-miles. '),(10875,220,'2007-08-12 09:01:54','Bike split','David\'s bike split is going to be close to breaking Widoff\'s record from last year. He is covering alot of ground, very fast on his own Litespeed, no thanks to the mishap by Northwest Airlines yesterday.'),(10876,220,'2007-08-12 09:03:32','Legh is heading toward the Res','Legh is 3 minutes behind Thompson'),(10877,220,'2007-08-12 09:04:43','Thompson is in T2','David is heading out onto the run and will have at least three minutes lead on Chris Legh. He maintained a solid run at Lifetime Fitness Triathlon last month so his running has improved, but not quite to the status of his biking leg.'),(10878,220,'2007-08-12 09:06:27','3rd and 4th','heading toward the Res are Nate Korteum and Cam Widoff. Both are 5:30 down to Thompson. '),(10879,220,'2007-08-12 09:08:33','Hoffman and Remaly','were a further two minutes behind the Widoff group'),(10880,220,'2007-08-12 09:09:42','Peter, Paul, and','Cameron are all into T2 now 5:45 behind Thompson.'),(10881,220,'2007-08-12 09:10:15','Legh','was 2nd into T2 3:30 behind the Minnesotan'),(10882,220,'2007-08-12 09:14:25','Korteum','was misidentified earlier but is now in T2 in 8th place behind Durango, Colorado\'s Ben Hoffman, who finished 3rd at Wildflower earlier this year, and Greg Remaly, who was airlifted out from Wildflower this year. '),(10883,220,'2007-08-12 09:16:51','McKenzie','Craig McKenzie, one of our pre-race favorites, had a mishap riding to the race start this morning and broke a spoke on his race wheel. Chris McDonald located his mate a spare rear wheel, albiet a heavy trainer, but McKenzie will no longer be conteding for the win today. He has Ironman Louisville in two weeks so will likely try to post a fast run. And, he has gone 1:09 for a half-iron run split in the past. '),(10884,220,'2007-08-12 09:18:22','who will win?','between Thompson and Legh? Call us and cast your vote in the next 10 minutes and we will put your name in our drawing for an Inside Triathlon - Kiwami branded t-shirt.'),(10885,220,'2007-08-12 09:20:24','our course spotter just saw...','Michael Lovato at 75th and Diagonal, a popular rode for cyclists here in town. He is not racing today but always stops by the local races to cheer on his fellow athletes. '),(10886,220,'2007-08-12 09:21:20','Williams','should be entering T2 any minute. She is around 2 minutes ahead of Zeiger and McGlone with Ashton trailing in fourth.'),(10887,220,'2007-08-12 09:25:11','Williams','left T2 in first place but McGlone and Zeiger are less than ONE minute behind her. '),(10888,220,'2007-08-12 09:27:01','McGlone','has won Honu 70.3 and Vineman 70.3 in head-to-head match-ups against reigning Ironman Hawaii world champion Michellie Jones with her deadly run splits. She is flying out of transition and will be catching Williams shortly.'),(10889,220,'2007-08-12 09:28:07','Zeiger and Ashton','are keeping it close. Zeiger was only seconds behind McGlone and Ashton left T2 1:15 down to Williams and looked to be running very well.'),(10890,220,'2007-08-12 09:37:37','Alot of Minnesotans out there','Thompson has won the hearts of our listeners out there today as he is the overwhelming favorite to maintain his lead to the finish line. Our winner for the Kiwami Inside Triathlon branded t-shirt was Terry Lee from Minneapolis.'),(10891,220,'2007-08-12 09:41:33','Aftermath of the Minneapolis bridge collapse','Talking with Terry Lee, a die-hard local triathlon club member in Minneapolis, he said the collapsed bridge was one with popular biking and running trails below. In fact, the Twin Cities Marathon mile 10 goes on the road underneath where the bridge used to stand. It is popular amongst bike commuters heading into the city as well. We hope the running, cycling, and triathlon communities there continue to come together as a result of this tragedy.'),(10892,220,'2007-08-12 09:43:00','Thompson','is coming through loop one and still in the lead. '),(10893,220,'2007-08-12 09:47:13','Legh','is entering the second lap of the run course, 3 minutes down on Thompson. (Race Time 3:14) '),(10894,220,'2007-08-12 09:50:34','Jacobs','holding third position, 6 minutes down on the lead going into the second lap.'),(10895,220,'2007-08-12 09:52:44','Cam Widoff','is in 4th 1:15 behind Jacobs\r\n'),(10896,220,'2007-08-12 09:53:46','Thompson','has just passed the mile 8 marker in a time of 3:18:20. Chris Legh does not look to be bringing him back. '),(10897,220,'2007-08-12 09:54:18','Chris Legh','is 2:50 down at mile 8!'),(10898,220,'2007-08-12 09:55:30','\"I Can\'t F***\'N Run Today Mate!\"','Smiled Chris Legh, as he strode through the check point'),(10899,220,'2007-08-12 09:56:38','Top 5 Men Through Lap 1','1) David Thompson\r\n2) Chris Legh (3:00) \r\n3) Peter Jacobs (6:00) \r\n4) Cam Widoff (7:45) \r\n5) Paul Ambrose (9:45)'),(10900,220,'2007-08-12 10:02:07','Remaley/McKenzie Pull out','Just notified Greg Remaley has pulled out of the raced today... \r\nCraig McKenzie (Aus) has pulled out suffering a flat in the last 6k of the bike'),(10901,220,'2007-08-12 10:04:56','Pete Jacobs','follows Legh through the checkpoint 6:50 behind Legh. Next to come through 1 minute to Jacobs is Widoff, further down a minute is Ambrose tailed closey by Hoffman.... Korteum is 1 minute back further'),(10902,220,'2007-08-12 10:05:34','Age Group','standout Chris Peters is looking strong through the mile 8 checkpoint'),(10903,220,'2007-08-12 10:07:34','Samantha McGlone...','has come through the 1st Lap in 3:32:45'),(10904,220,'2007-08-12 10:08:14','Zeiger','is looking strong and is only a minute down! She\'s brought back 10 seconds in the last mile!'),(10905,220,'2007-08-12 10:08:26','Zeiger','is looking strong and is only a minute down! She\'s brought back 10 seconds in the last mile!'),(10906,220,'2007-08-12 10:09:53','The 3rd Women','through the lap is Mel Ashton, 3:15 down on McGlone'),(10907,220,'2007-08-12 10:10:37','Susan Williams','follows Ashton by 45 seconds'),(10908,220,'2007-08-12 10:14:18','3:40:00','We are 3 hours and 40 minutes into todays race. The weather has been very cooperative this morning but it is starting to feel hot! Current temperature is 82F, and there is no wind. '),(10909,220,'2007-08-12 10:16:25','Thompson is 1.5 miles out','the grimmace on his face tells us the heat is starting to affect him, but his lead looks to be solid (3:41:45)'),(10910,220,'2007-08-12 10:17:32','Too little, to late','for Chris Legh. His margin has come down to 2:15, but this late in the game it looks like Thompson will hold.'),(10911,220,'2007-08-12 10:22:11','At about the 10.5 mile marker','Peter Jacobs holds third, Widoff trailing now :55 '),(10912,220,'2007-08-12 10:24:33','Ambrose','rolls through the 10.5 marker in 5th, it looks like he has distanced himself from Hoffman. Korteum is trailing Hoffman in seventh.'),(10913,220,'2007-08-12 10:26:17','THOMPSON WINS!!!','I can now see David Thompson past the finish line, he has done it!! '),(10914,220,'2007-08-12 10:28:37','Thompson\'s Time','looks to be about 3:49 and some change'),(10915,220,'2007-08-12 10:30:07','2nd Place','Chris Legh has finished in 2nd, his time 3:51:50'),(10916,220,'2007-08-12 10:30:48','The Women at mile 10','McGlone has just past through mile 10 at 3:56:45 and Zeiger is nowhere in sight! '),(10917,220,'2007-08-12 10:32:06','Zeiger','is down 1:25 '),(10918,220,'2007-08-12 10:33:19','So through the 1st Lap','the women are 1) Sam McGlone 2) Joanna Zeiger 3) Melissa Ashton 4) Susan Williams 5) Laura Tingle'),(10919,220,'2007-08-12 10:35:00','Our Top 5 Men Are In','1) David Thompson\r\n2) Chris Legh'),(10920,220,'2007-08-12 10:35:52','Our Top 5 Men Are In','1) David Thompson\r\n2) Chris Legh\r\n3) Peter Jacobs\r\n4) Cam Widoff\r\n5) Paul Ambrose'),(10921,220,'2007-08-12 10:36:59','Ashton','is securely in third, 4:30 down on McGlone'),(10922,220,'2007-08-12 10:39:16','THOMPSON SMASHES COURSE RECORD','I just received word from race director Barry Siff, David Thompson has smashed the course record!!! Thompson\'s unofficial time of 3:49 has bested last years winner Craig Alexander by nearly 6 minutes! Alexanders previous course record was 3:55:18. '),(10923,220,'2007-08-12 10:43:11','The mark the McGlone will be chasing','was set last year by Joanna Zeiger (4:27:34). The temperature is still creeping up, but so far this morning the conditions have been ideal. Will we see the women\'s course record be broken as well?'),(10924,220,'2007-08-12 10:49:05','McGlone is 1/2 Mile Away...','Keeping up this pace she will break Zeigers course record handily!\r\nWe\'re expecting her in about 3 minutes or so, which would put her well under 4:20.'),(10925,220,'2007-08-12 10:49:50','Zeiger','is 2 minutes down'),(10926,220,'2007-08-12 10:50:59','Judging by the cheering','McGlone has crossed the line! '),(10927,220,'2007-08-12 10:52:00','McGlone Has Won!!','And what a time she has done it in, 4:17:08!! '),(10928,220,'2007-08-12 10:53:05','Joanna has arrived','2nd Place, unofficial time of 4:19:33'),(10929,220,'2007-08-12 10:58:38','A big shout-out for Timberline Timbing','they have been a huge help, supplying us with official time checks! '),(10930,220,'2007-08-12 11:01:31','In other Triathlon News...','the ITU Continental Cup in nearby Longmont, Colorado will be starting momentarily at 11am Mountain Time. This is a double points race and will be a critical step for thos looking to make the 2008 Beijing Olympic Trials.'),(10931,220,'2007-08-12 11:07:11','The Top 5 Women are in..','It looks like Kate Bevilaqua, from Perth, Western Australia made a charge on the run to work her way into the Women\'s Top 5. '),(10932,220,'2007-08-12 11:07:39','The Top 5 Women are in..','It looks like Kate Bevilaqua, from Perth, Western Australia made a charge on the run to work her way into the Women\'s Top 5. '),(10933,220,'2007-08-12 11:12:21','In the Age Group Race','Eric Peterson, is the first M35-39 to cross in a time of 4:06:09. Time will tell if this is enough for the overall amateur win. \r\nRounding out the top 3 in the M35-39 are: \r\n1) Eric Peterson, 4:06:09\r\n2) Craig Greenslit, 4:06:23\r\n3) Jeff Keil, 4:09:20'),(10934,220,'2007-08-12 11:33:17','Checking out','We hope you enjoyed our coverage of 5430 Long Course today. David Thompson continues his onslaught of victories on the circuit winning in a new course record of 3:49:38, nearly six minutes faster than 70.3 world champion Craig Alexander. On the women\'s side, Samantha McGlone added another victory to her half-iron belt this year, bettering Joanna Zeiger\'s course record set last year by nine minutes. \r\n '),(10935,220,'2007-08-12 11:35:39','Complete results','Will be posted on the 5430 Sports website: www.5430sports.com later this afternoon and on Timberline Timing website: www.timberlinetiming.com. We will post photos from today\'s action to view tomorrow morning on www.InsideTri.com. Thanks for joining us today. '),(10936,221,'2007-09-01 14:22:53','Welcome...','to Velonews.com\'s live coverage of the 2007 Vuelta a España. Today\'s opening stage is a 144.4km race around the northern Spanish city of Vigo, a beautiful community on the Atlantic coast.\r\n\r\nAs you can see from the race profile, it\'s a largely flat day, with just two moderate climbs to break things up. But the last haul into the finish is dead flat and we have to imagine that with riders like Alessandro Petacchi and Erik Zabel (Milram), Oscar Freire (Rabobank), Tom Boonen and Paolo Bettini (Quick Step) in the mix, the sprinters\' teams are not particularly inclined to let a break sneak away today.\r\n\r\nToday\'s start came just about 35 minutes ago and the attacks came from the moment the flag dropped. That\'s common here at the Vuelta, where we\'ve seen some of the more ambitious in the peloton attack in the neutral zone (a no-no for sure).\r\n\r\nAfter several attacks out of a peloton moving at more than 50kph, the day\'s first real break came at about 25km. We have three men climbing up the category 3 Puerto de Vilarchán, with about a one minute lead. They are at about the 31km mark. \r\n\r\n'),(10942,221,'2007-09-01 14:25:28','The men in the break','The three riders in the break are:

  • Martinez Serafin, (Karpin Galicia)
  • Lequatre Geoffroy, (Cofidis)
  • Champion Dimitri, (Bouygues Telecom) \r\n\r\n\r\n'),(10943,221,'2007-09-01 14:31:00','A Champion in the break','Seeing Dimitri Champion in the break reminds us of one cycling\'s all-time greats. Albert Champion first became national champion of France in 1894, at the age of 16. He went on to earn phenomenal money for his time ($25,000 a year) and won some of the greatest events of his day, including Paris-Roubaix. The name might be familiar to folks outside of cycling, though, since Champion went on to become a famous motorcycle and auto racer and ultimately moved to the U.S. to start an automotive parts manufacturing firm... that eventually grew into what we now know as AC/Delco. Champion spark plugs had their origins in cycling. We wonder if he\'s related to Dimitri?'),(10944,221,'2007-09-01 14:33:55','Over the Puerto de Vilarchán','the three leaders appear to have upped their advantage to more than 2:00.'),(10945,221,'2007-09-01 14:39:28','Contact us','If you have questions, comments, complaints or just want to shout out to the crew here, drop us a line.'),(10946,221,'2007-09-01 14:42:54','Take a look at the profile','Our three leaders are at the 43km mark and making progress through the rolling terrain that marks the opening two-thirds of today\'s stage. They have a three-minute lead at this point. Still, if we\'re betting on an outcome, we\'d have to say that long pan-flat stretch to the finish isn\'t going to help a break-away group. Our money - the little that we have to play with - would have to be on someone like Petacchi.'),(10947,221,'2007-09-01 15:00:00','At 50km','the gap has dropped to below 2:00. Our three leaders - Serafin Martinez, (Karpin Galicia), Geoffroy Lequatre, (Cofidis) and Dimitri Champion, (Bouygues Telecom) - did have a lead of 3:20 at one point, but there is little interest in letting these boys scamper away and steal a stage win from the guys who think they deserve a win today.

    Speaking of deserving a stage win, one rider whose name you won\'t see here is that of Robbie McEwen. He won a stage at the Eneco Tour (a.k.a. The Tour of the Benelux) and the only thing he could talk about was how annoyed he was with his team for not sending him to the Vuelta. He had a reasonably good shot at scoring wins in all three grand tours this year, a fairly rare feat. But the management at Predictor-Lotto has its hopes on scoring the overall title behind the leadership of Cadel Evans and with the terrain turning tough in the first week, Robbie the Rocket probably would have fizzled out early on, especially if he were to have won, say, on today\'s stage.\r\n'),(10948,221,'2007-09-01 15:07:23','Who\'s riding?','If you haven\'t had the opportunity, take a quick look at who is riding in this year\'s Vuelta by pulling up the final version of the Start List. As you can see, there are four Americans in the peloton, with Christian Vande Velde (CSC), Chris Horner (Predictor-Lotto), Jason McCartney (Discovery) and Tom Danielson (Discovery) riding this year\'s race. Vande Velde will be sending in diary entries, much like he did during the Tour de France, by the way. We look forward to hearing from him.'),(10949,221,'2007-09-01 15:11:00','Milram','is leading the chase today... well at least setting tempo in the peloton. The gap at 60km is down to 1:50 and, if history is an indication, they\'ll let them fellers hang out there for a while before swooping them up on the way to the line. With Zabel and Petacchi in there, it only makes sense for Milram to do the work, but do remember that Quick Step also has a formidable duo in that Bettini and Boonen are riding here.'),(10950,221,'2007-09-01 15:14:49','A shout out to...','one of our regular viewers, Major Matt Mularoni, who writes in to say

    Velo Guys,
    Never thought this year I would spend all 3 Grand Tours at my desk in Baghdad....
    We hope, major, that next year you can maybe watch one of them from the side of the road in Italy, France or Spain. Be safe.'),(10951,221,'2007-09-01 15:16:40','The gap','is holding at just under 2:00. It looks like the Milram team is willing to monitor the gap and leave them out to hang in an effort to keep things calm in the peloton.'),(10952,221,'2007-09-01 15:29:38','The gap','is holding at around 2:00.'),(10953,221,'2007-09-01 15:49:06','At 86km','the gap is still holding at 1:35. Milram isn\'t going to blow its collective wad on chasing these guys down, only to risk another attack from the peloton. It\'s usually best to leave a break out there, as it tends to keep things a bit quieter in the peloton. We can expect the chase to ramp up so as to time the catch between 20k and 10k to go... that\'s a guess, of course.'),(10954,221,'2007-09-01 15:54:48','The 2007 Tour de France','The The Onion has reported that the 2007 Tour de France has finally finished.'),(10955,221,'2007-09-01 15:56:47','Pereiro','Huge crowds turned out to witness the start of the 62nd Vuelta. The race was blessed with warm, sunny skies, never a sure bet in rainy Vigo.

    Oscar Pereiro was the big draw. The 2006 Tour runnerup lives in nearby Mons, a village just outside Vigo. Pereiro drew huge cheers from the hometown crowd. Pereiro just penned a two-year extension with Caisse d\'Epargne. '),(10956,221,'2007-09-01 15:58:00','Rabobank','Three-time world champ Oscar Freire is the big favorite to win the stage and grab the leader\'s jersey in the opening road stage of the Vuelta. Rabobank will do its work to assure it comes down to a sprint, but the team is doing the bulk of its work for team leader Dennis Menchov who has his eye on the overall title.

    Freire says he\'s hoping to win today: \"It would be an ideal way to start the race, with a victory and the leader\'s jersey. It won\'t be easy. There are a lot of good sprinters and I\'m not sure of my condition. We\'ll see if it comes down to a sprint.\" '),(10957,221,'2007-09-01 15:59:00','Well','so much for Danielson. He apparently crashed at 90km and is out of the Vuelta. Damiano Cunego also crashed, but he\'s helped back by his Lampre-Fondital teammates.'),(10958,221,'2007-09-01 16:03:08','The crash','seems to have helped the men in the break a bit. The gap is up to 2:37, but that\'s well short of the time that would prompt the peloton to give up the chase.'),(10959,221,'2007-09-01 16:08:00','At 100km','the gap is holding at 2:30, with the Milram team still setting tempo at the front of the field.'),(10960,221,'2007-09-01 16:17:21','Rabobank','is moving a few riders up front. The leaders are working up the day\'s second Cat. 3 climb and the gap is holding at 2:00. After the descent, it\'s a flat ride to the finish.'),(10961,221,'2007-09-01 16:25:02','Sastre','CSC rider Carlos Sastre said he\'s entering the Vuelta with \"more tranquility\" than last year. Second overall in 2005, Sastre finished fourth last year. \"I am going to take it a little easier this year and not put so much pressure on myself and just see how the race unfolds. To tell the truth, I feel good. I have a little spark that was missing last year. The difference is that I don\'t have a Giro in my legs. We\'ll see how it goes.\"\r\n'),(10962,221,'2007-09-01 16:29:40','Nearing the top of the',' Puerto de Zamans, the leaders are only holding a one-minute lead. The catch seems like it is nearly inevitable. Martinez gets the top points, repeating what he did on the first climb. He - and his breakaway companions - will be caught, but Martinez gets a KOM jersey for his troubles.'),(10963,221,'2007-09-01 16:32:17','Crowds','There are huge crowds over the Cat. 3 Alto de Zamans at 109.5km \r\n

    The Gallegos love their cycling and it\'s the first time in more than a decade that the Vuelt\'s been to Vigo, a bustling fishing port tucked on the northwest coast of Spain.

    The peloton is only 52 seconds back, thanks to a hard chase from Milram, looking to set up Alessandro Petacchi. '),(10964,221,'2007-09-01 16:37:19','','Serafin Martinez (Karpin Galicia) is off on his own, with Geoffroy\r\nLequatre (Cofidis) and Champion Dimitri, (Bouygues Telecom) trailing by about 20 seconds and the peloton at 1:22.\r\n'),(10965,221,'2007-09-01 16:37:43','Comments? Questions?','If you have questions, comments, complaints or just want to shout out to the crew here, drop us a line.'),(10966,221,'2007-09-01 16:40:14','With 35k to go','the gap is at 1:29.'),(10967,221,'2007-09-01 16:41:13','Bruyneel','It looks like Johan Bruyneel’s planned retirement could be a short one.

    The Belgian sport director of Discovery Channel is in talks with the troubled Astana team to take over as general manager just weeks after announcing he would retire from cycling at the end of the 2007 season.

    Bruyneel confirmed he’s been contacted by officials from the Astana team to join the Kazakhstan-sponsored squad for the 2008 season and beyond.

    “It’s true I’ve had conversations with them but I’ve just returned from vacations and I haven’t had a chance to fully consider it,†Bruyneel told journalists ahead of Saturday’s start of the Vuelta.\r\n'),(10968,221,'2007-09-01 16:43:37','The gap','Martinez has a lead of 1:34 with 33km to go.'),(10969,221,'2007-09-01 16:45:46','Martinez','has a lead of 1:34. His breakaway companions appear to have been reeled back into the main field.'),(10970,221,'2007-09-01 16:48:22','Correction','Geoffroy Lequatre (Cofidis) and Champion Dimitri, (Bouygues Telecom) are still out there, trailing Martinez by 40 seconds and the peloton is now 2:00 behind him. The lead rider has hit the 30km-to-go mark. '),(10971,221,'2007-09-01 16:52:24','Martinez','is busting his rear trying to stay away, while the peloton looks quite relaxed. We assume that once he hits 20km-to-go, the pace will pick up... and his day in the sun will be over.'),(10972,221,'2007-09-01 16:54:52','The gap','is down to 1:20. The Milram team has moved a few riders up there and it looks like the chase is on.'),(10973,221,'2007-09-01 16:56:35','The two men','in between - Geoffroy Lequatre (Cofidis) and Champion Dimitri, (Bouygues Telecom) - have been caught by the peloton. Next on the group\'s agenda is Mr. Martinez.'),(10974,221,'2007-09-01 16:57:31','Quick Step and Lampre','are putting riders up front. The gap is coming down. It\'s now just 1:04, with 22km remaining.'),(10975,221,'2007-09-01 16:59:48','An attack out of the field',' Jérémy Roy (FDJ) is trying to bridge up to Martinez.\r\n'),(10976,221,'2007-09-01 17:00:28','Roy','The Francaise des Jeux rider is closing in on Martinez, who appears to be tiring.'),(10977,221,'2007-09-01 17:02:20','Caught','Roy is up with Martinez'),(10978,221,'2007-09-01 17:03:37','Roy','is powering at the front, with Martinez taking advantage of his first chance to rest for a while. He\'s sitting comfortably on the Frenchman\'s wheel.'),(10979,221,'2007-09-01 17:06:00','The gap','is shrinking fast. The two leaders are now just 17 seconds ahead of the field, with 17.5km to go.'),(10980,221,'2007-09-01 17:07:39','Danielson','We have been getting a number of e-mails asking about Tom Danielson\'s condition after the crash (at 90k) that forced him to pull out of the Vuelta. Unfortunately, we do not have any news to report, but we will post it as soon as we get a medical update.'),(10981,221,'2007-09-01 17:11:00','Gerolsteiner','and Quick Step are doing work at the front. Speaking of Gerolsteiner, the team has scheduled a Tuesday news conference to announce its sponsors intentions regarding its relationship to the sport. We\'ll find out on Tuesday if there will be a Gerolsteiner squad in the future.'),(10982,221,'2007-09-01 17:14:14','With 11.5km to go','the peloton is closing in on the two escapees, just 36 seconds behind. T-Mobile and Liquigas are now moving up in the peloton, as well.'),(10983,221,'2007-09-01 17:19:41','Roy has dropped Martinez','Martinez has been pulled back, but the Frenchman is now just 12 seconds ahead of the main field.'),(10984,221,'2007-09-01 17:21:00','Another FDJ','rider goes off the front. He\'s caught his teammate and passed him. It\'s Gilbert and he has 6.5km to go. He has a bit of a gap.'),(10985,221,'2007-09-01 17:22:23','Gilbert caught','It\'s all together now.'),(10986,221,'2007-09-01 17:23:56','Quick Step','moves to the front. We see the Milram train lining up, too.'),(10987,221,'2007-09-01 17:25:45','Disco on the move','With sprinter Allan Davis on the roster, the Discovery team is working its way up, with 2km to go.'),(10988,221,'2007-09-01 17:26:22','Rabobank is moving up','this is gonna be a big charge to the line.'),(10989,221,'2007-09-01 17:26:56','1km to go','and Milram is clearly in command.'),(10990,221,'2007-09-01 17:27:17','CHAAAAAAARGE!',''),(10991,221,'2007-09-01 17:28:38','A big charge to the line,','Milram works hard for Petacchi, but the man who took full advantage of the Milram train was Lampre\'s Daniele Bennati!'),(10992,221,'2007-09-01 17:31:57','Stage results','1. Daniele Bennati (I) Lampre
    2. Oscar Freire (Sp), Rabobank
    3. Alesandro Petacchi (I), Milram
    4. Allan Davis (Aus), Discovery
    5. Tom Boonen (B), Quick Step'),(10994,222,'2007-09-02 14:43:00','Good Day','and welcome to the VeloNews.com\'s Live Coverage of the second stage of the Vuelta a España, a 143-kilometer stage from Allariz to Santiago de Compostela featuring one rated climb, the Category 3 Alto de Paraño, which crests just before the half-way mark of this stage, at 67km.\r\n\r\nToday\'s stage got underway with everyone who finished yesterday signing in for the start. The sole exception, of course, was yesterday\'s crash victim, Tom Danielson, who broke his collarbone at the 90km mark. Looking back over his season, we just have to hope that TD gets a bit of good luck Juju from switching his team kit to Argyle next year.\r\n\r\nYou might note that today\'s route is variously reported as being 150km, 148.7km and 143km. It\'s not that the route has changed, it\'s just that the Vuelta has adjusted the neutral zone, opting for a better starting spot, so the official i>race distance is now 143km.\r\n\r\nThe attacks - as is common at the Vuelta - started from the gun and three riders - RaulGarcia De Mateo Rubio (Relax GAM), Manuel Vazquez Hueso (Andalucia - Cajasur) and Gustavo Dominguez Lemos (Karpin Galicia) - have built up a 4:00 lead by the 34km mark.\r\n\r\nIt should come as no surprise, folks, that these are riders you\'ve probably not heard of. The Vuelta makes a point of inviting a lot of small Spanish teams to its event and the race provides those teams with a rare opportunity to be seen, hence the early attacks by riders not normally mentioned in ProTour coverage.'),(10995,222,'2007-09-02 14:44:00','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(10996,222,'2007-09-02 15:01:13','On the hilly part','The three escapees are working their way toward the day\'s only rated climb, but as you can see from the profile (at the top of our page), it\'s not a single bump in the road. Indeed, the approach to the Cat. 3 Alto de Paraño is long and not all that easy. Still, we\'re not predicting success for the break. The Lampre team of race leader Daniele Bennati is working at the front of the field and the gap is already starting to come down a bit, and now stands at 3:10.'),(10997,222,'2007-09-02 15:03:14','Speaking of Lampre','The Italian team\'s GC man, Damiano Cunego, was also injured in yesterday\'s crash at 90km. He got up, however, but from the looks of him (picture below) he may have wished that he had not. He was a bloody mess, but he did finish with the main field yesterday and was at the sign-in this morning, bruised and bandaged, but ready to ride.'),(10998,222,'2007-09-02 15:08:21','Today\'s weather','It\'s warm out, with temps in the upper 80s today. The sun is out and we may see a lot of water consumed out there on the road today.'),(10999,222,'2007-09-02 15:09:41','Moderate pace','The leaders covered only about 41km over the first hour of racing today, which isn\'t all that much considering that the course was mostly downhill for the first 15km.'),(11000,222,'2007-09-02 15:17:49','The gap','is now hovering around 3:10 to 3:20. It looks like that may be the extent of the leash the peloton is willing to let out. We\'ll see how the climb up the Alto de Paraño, and the long descent that follows, affect the gap. At this point, we\'d be willing to bet that there will be another field sprint, with Alessandro Petacchi jonesing for a win, after he mis-timed his jump yesterday.

    Sprinters are especially antsy here this week, because tomorrow\'s stage looks good for an escape and on Tuesday we won\'t be seeing stage wins by the likes of Zabel, Petacchi, Bennati or any other members of the fast-twitch crowd as the stage finishes atop the beyond category Lagos de Covadonga. It\'s an early introduction to the hills, but Vuelta organizers like to shake things up.

    Frankly, this is our favorite of the grand tours for that reason alone. The cool thing is that each of the three - the Giro, the Tour and the Vuelta - has its own very unique character. The Vuelta, although not nearly as brutal as the Giro and not anywhere close to being as big as the Tour, offers some remarkable racing and the culture surrounding the event is something quite different than the other two. If we had to pick between the three - and fortunately, we don\'t - we\'d usually opt for this race.'),(11001,222,'2007-09-02 15:21:09','Approaching the climb','The leaders are coming up on the lower slopes of the Alto de Paraño. Race radio reports that Vazquez has been stung by a wasp or a bee and has been treated by the med\' car. It appears that he is not having a Vaughters-like response to the sting (a reference to Jonathan Vaughters ugly reaction to a sting at the Tour de France a few years back).'),(11002,222,'2007-09-02 15:22:20','Lampre setting tempo','Bennati\'s Lampre team is still working at the front of the field and getting no help. The gap is creeping out a bit and is now at 3:50 at the 55km mark.'),(11003,222,'2007-09-02 15:32:38','The gap','On the slopes of the Alto de Paraño, the leading three are now 3:20 ahead of the main field. We\'ll get a good time check at the top. Remember that there is another small, and unrated, climb to follow before a long descent and a series of rollers to the finish. 3:20 ain\'t much of an advantage, so we\'re still betting our tapas money on a sprint finish.'),(11004,222,'2007-09-02 15:35:58','A reminder','We still get a lot of complaints about the auto-refresh and the order in which our updates display (some like the most recent first, while others like to follow it as a narrative). We\'ve solved both of those issues, giving you the choice. Look toward the top of the page and either check or uncheck the refresh page automatically and show most recent first boxes to suit your personal preferences.'),(11005,222,'2007-09-02 15:43:00','Up and over','The three men in the lead are over the top of the Alto de Paraño, with Dominguez leading the way. Interestingly, yesterday\'s breakaway star - Serafin Martinez, scooted out of the peloton to grab the remaining points for fourth place. He will continue to lead the KOM.'),(11006,222,'2007-09-02 15:54:13','Lunch time!','The leaders are in the feedzone. Time for a snack. Ahead another little hump in the road, a long descent and then the rolling haul into the finish.'),(11007,222,'2007-09-02 16:03:13','Danielson update','Folks, we were relying on old news when talking about Tom Danielson\'s injuries. Reader Christina Phipps noted that Danielson himself is now saying that the diagnosis is now a broken shoulder, an injury that may require surgery.'),(11008,222,'2007-09-02 16:09:00','The gap','The leaders and the peloton are now on the descent the gap is 2:11.'),(11009,222,'2007-09-02 16:17:18','The gap','... is coming down and Lampre is finally getting some help up there. We see Milram moving up and the Quick Step team has put one rider into the mix.'),(11010,222,'2007-09-02 16:17:00','We may see the gap grow','There has been a crash at the front of the field. We still don\'t have details as to particular riders involved.\r\n'),(11011,222,'2007-09-02 16:18:00','No major injuries','to report from that crash. It looks Christian Vande Velde buggered up his finger, though. We hope he\'s okay... and we hope he can still type. He\'s on deck to do diaries for VeloNews.com throughout the Vuelta.\r\n'),(11012,222,'2007-09-02 16:34:00','The gap','is now at 2:37. RaulGarcia De Mateo Rubio (Relax GAM), Manuel Vazquez Hueso (Andalucia - Cajasur) and Gustavo Dominguez Lemos (Karpin Galicia) have been on the attack since the gun and the odds are good that they will be reeled in before the finish today. '),(11013,222,'2007-09-02 16:38:16','The chase','Rabobank has moved a rider into the chase. There are several teams lending a hand now. '),(11014,222,'2007-09-02 16:42:05','Milram','is moving more riders into the mix and the pace in the peloton is really picking up.'),(11015,222,'2007-09-02 16:48:00','The peloton','is charging now. The gap is down to 2:17 at km 111. There is a strong mix of Rabobank, Lampre and Milram at the front.'),(11016,222,'2007-09-02 16:53:00','The gap','is coming down fast. Our three escapees are now 1:14 ahead of the peloton. The Milram, Lampre and Rabobank effort is paying off.'),(11017,222,'2007-09-02 16:55:10','Oh...','The clock shows a minute, but it\'s closer than that.'),(11018,222,'2007-09-02 16:57:57','Closing in','The gap is down to 33 seconds.'),(11019,222,'2007-09-02 16:58:50','','Tom Danielson was bummed he crashed out of Saturday\'s first stage. \"What a season! The lowdown is that I broke my shoulder. I am going back to USA in two days for surgery. I think I had a good shot, but oh well.\" \r\n

    Is this the curse of the Vuelta? First Danielson crashes out Saturday and Christian Vande Velde (CSC) went down Sunday. So far, VdV has been able to stay in the race.'),(11020,222,'2007-09-02 16:59:17','Bennati',' Daniele Bennati said he hopes to defend the leader\'s jersey going into Tuesday\'s climbing stage. \"We\'ll do our work to control the breakaways. Then we can expect some help from the sprinter teams. These stages are hilly, so we will need to keep breakaways on a short leash.\" '),(11021,222,'2007-09-02 17:02:14','Bennati\'s future?',' Bennati also said he\'s \'99 percent\" sure he\'s going to Liquigas next season, but \"nothing is finalized yet.\" One Liquigas rider leaving the team is Magnus Backstedt, who is moving to Slipstream next season.\r\n'),(11022,222,'2007-09-02 17:03:56','The gap','with 21km remaining, the gap has bumped up to 1:15. The Lampre chase has eased up, now that it\'s apparent that the catch will come whenever they want it to.\r\n'),(11023,222,'2007-09-02 17:05:02','The Bruyneel rumor','Chechu Rubiera is taking special interest in the rumors that Discovery Channel boss could take over Astana. The veteran Spaniard says \"I\'d like to race one more year. I already had a contract for 2008 with Discovery. It\'s a real shame the team is ending. It\'s been a good home for a lot of riders over the years. We\'ll see what happens with Bruyneel. I know a lot of riders would be interested in staying with him.\" '),(11024,222,'2007-09-02 17:06:30','This will belong to the sprinters','We\'re almost sure of that now. Oscar Freire - second in Saturday\'s opener - is hoping to make it one better on Sunday. \"I\'m here to gain fitness for the world\'s. The most important for me is to put in some miles. I was suffering on the climbs, but I felt good in the sprint. I got boxed in during the fnial sprint. I was still close. Hopefully today I can win.\"'),(11025,222,'2007-09-02 17:08:49','Covering the gap','Angel Gomez (Saunier Duval) is trying to join up with the leaders... who have just crossed under the 20km-to-go banner.'),(11026,222,'2007-09-02 17:09:21','Gomez is 24 seconds','behind the leading trio.\r\n\r\n'),(11027,222,'2007-09-02 17:09:42','Looking ahead','The finish isn\'t wide open and straight like Saturday\'s finale. There\'s a sharp right-hander at 3km and at least three tricky traffic circles, including one at about 800m to go. It\'s a rising finish that could favor a rider like Erik Zabel, with a gradual rise of about 250 vertical feet in the final 3km. '),(11028,222,'2007-09-02 17:10:44','Electric','Four riders from Gerolsteiner are using the latest prototypes from Shimano are once again testing the Shimano electric shifters. The components maker has been testing different versions throughout this season. '),(11029,222,'2007-09-02 17:12:44','Gomez','is closing in. He\'s 11 seconds back. The peloton, too, has picked up the pace and the gap back to those riders is only about 33 seconds.'),(11030,222,'2007-09-02 17:14:00','He\'s on','Gomez is up with the three leaders. With 15km to go, he\'s the freshest of the bunch.\r\n'),(11031,222,'2007-09-02 17:15:07','The peloton','is just 20 seconds back... if that.'),(11032,222,'2007-09-02 17:16:03','Gomez','is driving at the front of the escape group, with about 13.5km to go.'),(11033,222,'2007-09-02 17:16:15','Zooooom','the catch is about to happen.'),(11034,222,'2007-09-02 17:16:58','Here they come',''),(11035,222,'2007-09-02 17:18:54','A new attack','Jose Francisco Martinez Perez (Andalucia - Cajasur) is trying his hand at an attack out of the field.'),(11036,222,'2007-09-02 17:19:53','Martinez','crosses the finish line to begin an 11km loop through town. He\'s maybe 10 meters ahead of the field... and he\'s caught.'),(11037,222,'2007-09-02 17:21:16','Another attack','Gustavo Cesar Veloso (Karpin Galicia) has charged out of the field. Feisty riding from the small teams today, eh?'),(11038,222,'2007-09-02 17:24:00','Caught','and it\'s Lampre and Milram at the front.... nope wait. Another attack from Relax - Garcia? '),(11039,222,'2007-09-02 17:25:05','Eight km','To go and Garcia has company. ... actually a lot of company. He was about to be joined by a Credit Agricole rider when 186 of his friends joined him.'),(11040,222,'2007-09-02 17:25:43','Liquigas','has come to the front. Magnus Backstedt is powering at the front... 70kph!'),(11041,222,'2007-09-02 17:26:27','Six kilometers','to go, the speed is high and there will be no chance for the pretenders to get away now.'),(11042,222,'2007-09-02 17:26:42','Five km','to go.... FLYING!'),(11043,222,'2007-09-02 17:27:22','Milram','and Liquigas driving hard at the front. The speed is still remarkably fast at 65kph.'),(11044,222,'2007-09-02 17:27:31','four km to go',''),(11045,222,'2007-09-02 17:28:53','Boom','As the hill kicks in, Magnus has blown. The Liquigas team is driving to set up Francesco Chicchi '),(11046,222,'2007-09-02 17:29:23','Three kilometers','to go. Liquigas and Milram both have their trains setting up.'),(11047,222,'2007-09-02 17:29:48','Liquigas is','down to three riders. They may have blown their wad a bit too early.'),(11048,222,'2007-09-02 17:30:15','Here comes Milram','With 2km to go.'),(11049,222,'2007-09-02 17:30:40','The Petacchi','train..... crash at the back of the field.'),(11050,222,'2007-09-02 17:31:13','We see Bettini and Devolder','on the ground.... up front, Milram is driving hard.'),(11051,222,'2007-09-02 17:31:36','Bennati','was in the crash, too. Bummer.'),(11052,222,'2007-09-02 17:32:14','FDJ','Gilbert jumps on a little rise on the last kilometer. Can the Het Volk winner do it?'),(11053,222,'2007-09-02 17:33:05','No','He\'s caught. Freire charges out of the field and takes the win!'),(11054,222,'2007-09-02 17:33:56','Three-time world champion','Oscar Freire (Rabobank) takes the stage... and maybe the jersey.'),(11055,222,'2007-09-02 17:35:32','Freire','is the new race leader from our calculations. We need to assess the damage from the crash. Fortunately, the crash occured within the final three kilometers so the riders involved will be credited with the same time as the winner.'),(11056,222,'2007-09-02 17:38:12','Unofficial Stage Results','1. Oscar Freire (Sp), Rabobank
    2. Paolo Bettini (I), Quick Step
    3. Leonardo Duque (Col), Cofidis
    4. Erik Zabel (G), Milram
    5. Davide Rebellin (I), Gerolsteiner.'),(11057,223,'2007-09-03 14:06:00','Good day and welcome','to VeloNews.com\'s Live Coverage of the third stage of the 2007 Vuelta a España, a 153km run from Viveiro to Luarca.

    Today\'s stage began just about 25 minutes ago after a 6km jaunt through the neutral zone that wound through Viveiro. Despite all of the skin left on the tarmac yesterday, every one of the riders who started Stage 2 started Stage 3 this afternoon.

    As per usual, the peloton hit the start line and the attacks started soon after. Up and over the day\'s first climb, the Category 2 Alto de San André de Boimente, three men crested the summit ahead of the rest of the peloton, led by the man in the KOM jersey, Serafin Martinez Acevedo (Karpin Galicia). With just three more Cat. 3s on the agenda today, it looks like Martinez will be in the jersey for another day... at least until tomorrow\'s brutal summit finish.\r\n'),(11058,223,'2007-09-03 14:12:33','The escapees','Our three leaders are now 2:00 ahead of the peloton. The trio includes

  • Serafin Martinez (Karpin Galicia)
  • Angel\r\nVallejo Dominguez (Relax - GAM)
  • David De La Fuente Rasilla (Saunier Duval)
    The Rabobank team of race leader Oscar Freire seems content to leave these guys out there for a while, but we won\'t see too much of a gap develop.'),(11059,223,'2007-09-03 14:14:29','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(11060,223,'2007-09-03 14:14:59','At 25km','the gap is up to 2:45.'),(11061,223,'2007-09-03 14:21:30','The road ahead','The race course today offers up three more rated climbs:\r\n
  • The Puerto Cruz da Campa (summits at 33km)
  • The Alto de Cadeira (48.7km)
  • Alto de Bobia (120km)

    As you can see from the profile, there is a bit of bump near the finish. That may affect some of the pure sprinters, but there is still ample opportunity for these guys to close any gap that develops. It should be an interesting finish.

    This may be a good day for a rider of Erik Zabel\'s caliber. '),(11062,223,'2007-09-03 14:22:39','At 30km','The gap is 3:30.'),(11063,223,'2007-09-03 14:31:33','On the climb','The peloton has reached the lower slopes of the Cat. 3 Puerto Cruz da Campa about 3:45 behind the leaders. Martinez seems a lock on taking the top points on this one, too. It\'s a nice bit of publicity for a small team like Karpin Galicia to get the KOM jersey for a few days. Here\'s hoping he can hold it through tomorrow\'s stage, too.'),(11064,223,'2007-09-03 14:35:00','Martinez tops on top','

  • 1. Serafin Martinez (Karpin Galicia)
  • 2. David De La Fuente Rasilla (Saunier Duval)
  • 3. Angel Vallejo Dominguez (Relax - GAM)
    \r\n\r\n'),(11065,223,'2007-09-03 14:40:00','The peloton crests at 3:38','With Marc de Maar (Rabobank) leading the peloton over the top'),(11066,223,'2007-09-03 14:49:00','The med\' car','Race radio reports that a few riders have been dropping back for visits to the doctor\'s car for treatment of injuries suffered in yesterday\'s crashes.

    We are particularly pleased to see that Christian Vande Velde made it to the start today. He buggered up his finger in one wreck yesterday, but it wasn\'t serious enough to keep him off the bike today. With a newborn at home, we couldn\'t really blameCVV for bagging the race, but we\'re glad he didn\'t.'),(11067,223,'2007-09-03 14:55:00','The gap','is now around 4:00 as the leaders near the summit. There is plenty of opportunity for Rabobank to pull these guys back before the day\'s last climb, though.'),(11068,223,'2007-09-03 14:50:00','No. 3','Martinez and CO. enter the third Cat. 3 of the day - the Alto de Cadeira - with a nice buffer of 3:45.'),(11069,223,'2007-09-03 14:58:00','Dominguez','Dominguez takes the top spot on the Alto de Cadeira, with Martinez in second, still plenty to keep the jersey for another day.'),(11070,223,'2007-09-03 15:14:01','At 58km','the gap is 3:20 and the leaders are working nicely together.'),(11071,223,'2007-09-03 15:22:16','The road ahead...','there\'s a nice little descent, the feedzone and a long moderate stretch before the final rated climb of the day. We\'re betting (also known as \"guessing\") that the chase will pick up and the gap will be considerably smaller before the ride up the Alto de Bobia.'),(11072,223,'2007-09-03 15:26:24','The weather','It\'s another warm day out there on the road, with a slight head wind making things a bit difficult for the escapees. We need to dig up a new time check, but the last one we got puts the escapees at 3:05... but that\'s been a while now.'),(11073,223,'2007-09-03 15:33:14','Rabobank','is still responsible for chasing duties today. The sprinters\' teams are letting the Dutch-sponsored team do the work, much like yesterday, when that duty fell to Lampre. We can expect a few of those teams to start putting riders into the mix as the finish line nears, though. Our latest time check gives the trio off the front an advantage of 2:55 at 71km.'),(11074,223,'2007-09-03 15:44:04','The slow pull','back... the gap is now 2:45 at the 76km mark.'),(11075,223,'2007-09-03 15:51:00','Crazy finish','Some riders are still fuming over Sunday\'s finish-line crash. Oscar Pereiro said \"some sprinters go like crazy but they don\'t realize that they put everyone in danger.\" Pereiro banged up his hip, but luckily wasn\'t more seriously injured.Some riders are still fuming over Sunday\'s finish-line crash. Oscar Pereiro said \"some sprinters go like crazy but they don\'t realize that they put everyone in danger.\" Pereiro banged up his hip, but luckily wasn\'t more seriously injured.

    Others were more direct. Daniele Bennati, who lost the leader\'s jersey, called Koldo Fernández \"an animal. He crossed my line and it was like flying into an iron pole. I was lucky. It could have been worse.\"

    Everyone is expecting a sprint today as it\'s the sprinters last chance for several days ahead of Tuesday\'s hors categorie finish at Lagos de Covadonga.'),(11076,223,'2007-09-03 15:55:40','Cunego','Damiano Cunego - who went down in the crash that KO\'d Tom Danielson on Saturday - was able to get through Sunday\'s stage. The Italian was sporting 13 stitches - five in the hip, five in the leg and three in the knee. \"I made a better stage than I expected,\" Cunego told AS. \"I had some problems with the stitches, but I am more animated.'),(11077,223,'2007-09-03 16:00:03','Roberto Heras','Remember him? The Spanish daily MARCA is reporting that the disgraced 2005 Vuelta champ is negotiating with Spanish continental team Fuerteventura-Canarias for a return to the peloton next season. Heras tested positive for EPO and saw his title stripped in 2005. Heras was dealt a two-year racing ban but will have to wait another two years before he can return to the ProTour league. A return to a continental team looks more likely. '),(11078,223,'2007-09-03 16:01:32','Rabobank','Is still doing the bulk of the work up front in the peloton, with 66km remaining. There is a very strong headwind as the peloton pushes east along the spectacular Asturian coast. '),(11079,223,'2007-09-03 16:07:34','CSC and Quick Step','are now moving up to the front of the peloton. We\'d expect the gaps to be coming down soon, now.'),(11080,223,'2007-09-03 16:09:00','The gap','The peloton is still about 2:30 behind the men in the break.\r\n'),(11081,223,'2007-09-03 16:12:16','The gap','Is at 2:59 and may hold for the while. The race leader is off the back of the field answering a call of nature.'),(11082,223,'2007-09-03 16:14:00','With 60km to go','the gap is now 2:50 as the somewhat-lighter race leader has rejoined the main field. (Man, can you imagine how much it would suck if there were TV pics and web reports every time you took a leak during working hours?)'),(11083,223,'2007-09-03 16:17:35','Tom Boonen...','said he will end his season with the world championships. \"I have been racing since the Tour of Qatar and it\'s been a long season. I will not go to Paris-Tours.\" '),(11084,223,'2007-09-03 16:20:42','With 55km','remaining in today\'s stage, the gap has been pulled back again. Our three leaders are now just 2:24 ahead of the field.'),(11085,223,'2007-09-03 16:23:21','Help for a friend','Peter Togasaki, a 26-year-old bike builder at Berkeley, CA-based Wrench Science, has recently been diagnosed with acute myelogenous leukemia. Togasaki, who’s been a bike mechanic for seven years, had been feeling poorly for weeks but never expected to be diagnosed with this tragic cancer of the blood and bone marrow. He’s currently facing a battle that will span approximately 6 months, receiving intermittent chemotherapy treatments in an Oakland hospital and perhaps facing a bone-marrow transplant. Togasaki, who’s also a part-time student at UC Berkeley, has the support of his nearby friends and family, but is also hopeful that others in the cycling community can pitch in. “I have a 2006 Triumph Speed Four motorcycle that’s up for sale,†he says. “Cancer kind of hits you in the pocketbook, too.â€Â\r\n
     \r\n
    “We’re hoping to rally around Peter and raise enough money to cover his medical/living expenses during this time of need so that he can focus on beating his cancer,†says Tim Medina, Wrench Science’s CEO. “We want him back as soon as he’s able.â€Â

    Around the shop, Togasaki is known as a quiet, efficient worker with a passion for all things two-wheeled, an insatiable appetite for lasagna, and a dream of someday racing motorcycles.
     
    Contributions to the Peter Togasaki Cancer Fund can be made electronically. Please visit Wrench Science to see what you can do to help.'),(11086,223,'2007-09-03 16:26:01','Rainbow curse?','It\'s amazing to think that Paolo Bettini has only won one race all season - that sprint into San Louis Obispo at the Tour of California that he won by inches. Since then, the rainbow jersey curse has held sway, though Bettini has had plenty of strong rides and scores of second and third places.'),(11087,223,'2007-09-03 16:27:55','The gap is 2:10','as the leaders have 52k remaining.'),(11088,223,'2007-09-03 16:28:34','Bruyneel rumours continue','More stuff for the rumor mill. According to Europa Press, Johan Bruyneel has been linked to a project in Belgium to create a new team with carmarker Mitsubishi. Bruyneel has already publicly acknowledged he\'s been approached by officials from Astana to take over the troubled team. Just two weeks ago, Bruyneel announced his retirement from cycling after Discovery Channel was unable to find a new title sponsor. Bruyneel said he\'s mulling his options, but said if he does come back, it will be more of a managerial role rather than his spending behind the wheel of the team car as a sport director. '),(11089,223,'2007-09-03 16:31:15','More on Pereiro','Eusebio Unzue, sport director at Caisse d\'Epargne, says Pereiro will be okay.

    \"It was a bit of scare yesterday, but after a good night\'s rest and some work with the massage therapists, he\'s able to carry on. He told us during the stage today that the race was helping him warm up his legs. Better yesterday than today because tomorrow is a decisive stage.\" '),(11090,223,'2007-09-03 16:34:00','In Navia','The three leaders - Serafin Martinez (Karpin Galicia), Angel\r\nVallejo Dominguez (Relax - GAM) and David De La Fuente Rasilla (Saunier Duval) - are rolling through Navia with big crowds once again welcoming the Vuelta. So far, the Vuelta\'s reception bas been one of the most enthusiastic in years.

    The gap is 1:50.'),(11091,223,'2007-09-03 16:40:45','On the climb','Our three leaders - Serafin Martinez (Karpin Galicia), Angel\r\nVallejo Dominguez (Relax - GAM) and David De La Fuente Rasilla (Saunier Duval) - are on the lower slopes of the day\'s last climb. The gap is now down to 1:45.'),(11092,223,'2007-09-03 16:46:32','With the peloton','on the climb, the gap has stretched out to 2:05.'),(11093,223,'2007-09-03 16:49:30','The man from Oz',' It will be interesting to see how Cadel Evans reacts at Lagos de Covadonga. Second at the Tour, Evans is a darkhorse for overall victory - if he wants to win. So far he\'s been coy about his intentions in Spain. \"The Vuelta is purely training for me,\" he insists. Training for the world championships and the fall classics, then he\'s done for the season. But can he resist the chance to win the Vuelta if he\'s in contention? '),(11094,223,'2007-09-03 16:49:49','With 39km to go','The gap is at 2:00'),(11095,223,'2007-09-03 16:56:35','Quick Step','is leading the chase up the hill. They look to be working for Bettini. That would be nice. Remember how frustrated he was during the Giro? The gap is down to 1:00.'),(11096,223,'2007-09-03 17:00:00','Quick Step','is driving hard. The result is two-fold: 1) the gap to the leaders is shrinking fast... and now at 38 seconds. 2)There are many riders getting shelled off the back, including Petacchi and Bettini\'s teammate, Tom Boonen.'),(11097,223,'2007-09-03 17:02:26','Martinez caught','He\'ll keep the KOM jersey, but there is no way on earth he\'ll earn any points on this climb.'),(11098,223,'2007-09-03 17:03:40','The remaining two leaders','are over the top of the climb. The gap is down to 22 seconds.'),(11099,223,'2007-09-03 17:04:32','We were wrong','It was Martinez who did manage to grab the third spot on the climb. He rode that well. The chase is on now.'),(11100,223,'2007-09-03 17:07:21','Caught',''),(11101,223,'2007-09-03 17:08:46','Euskaltel','The team from the Basque country is at the front, driving hard and apparently hoping to keep the sprinters who were dropped out of the mix at the finish today.'),(11102,223,'2007-09-03 17:11:00','Euskaltel','is still at the front on these rolling, narrow and forested roads. The pace is such that the sprinters are having a time of it as they try to reconnect. We see six orange jerseys at the front right now.'),(11103,223,'2007-09-03 17:16:00','With 24km','remaining, the Euskaltels are driving hard. Freire, Bettini and Benatti are up there, too.

    Matthieu Claude (Bouygues Telecom) crashed on the descent off the Babio and he\'s abandoned. '),(11104,223,'2007-09-03 17:17:16','The finish','There are two circuits then some sharp curves and a punchy rising finish - not an easy sprint for big trains. Euskaltel\'s strategy has worked - the peloton has been cut into two.'),(11105,223,'2007-09-03 17:18:00','A crash','Euskaltel rider has hit the deck - Haimar Zubeldia down hard.'),(11106,223,'2007-09-03 17:19:55','Zubeldia','looks hurt... collarbone? There were about four cones on the road - right near the banner.'),(11107,223,'2007-09-03 17:20:35','Zubeldia','is having his shoulder/collarbone checked, but he\'s up and standing.'),(11108,223,'2007-09-03 17:21:31','Zubeldia','is back on the bike. He\'s moving his arm and checking his range of motion, not something a guy could do with a broken collarbone.'),(11109,223,'2007-09-03 17:22:28','With 18km to go','Euskaltel has eased up, more worried about Zubeldia than shaking things up in the peloton. Zubeldia is one of the team\'s protected riders.'),(11110,223,'2007-09-03 17:23:41','16km to go','The Quick Step team is driving hard at the front now. They are working hard for Paolo Bettini.'),(11111,223,'2007-09-03 17:24:27','The peloton is...','...now in Luarca '),(11112,223,'2007-09-03 17:25:43','The Quick Steps','still have the pedal to the metal and the pace is high enough to have kept the split intact. Euskaltel is nowhere to be seen.'),(11113,223,'2007-09-03 17:27:19','14km to go','the peloton is flying through the hilly circuit here on the edge of one of the world\'s most beautiful cities.'),(11114,223,'2007-09-03 17:32:13','It was broken','Zubeldia has just abandoned with a broken clavicle '),(11115,223,'2007-09-03 17:34:38','With 9.5km to go','the split is still there. Bettini is getting a big, big effort from his teammates. Bettini may have cause to worry. He\'s got Freire on his wheel.'),(11116,223,'2007-09-03 17:35:57','Nine kilometers to go','Back behind the field, the Relax-GAM guys are towing back their GC man - Daniel Moreno - back into the field. They\'re working harder than their sponsor\'s name suggests.'),(11117,223,'2007-09-03 17:36:19','7km to go','The Quick Steps are powering at the front.'),(11118,223,'2007-09-03 17:37:02','Cunego','He\'s up in the lead group. Notable absentees, however, are Boonen and Petacchi.'),(11119,223,'2007-09-03 17:37:42','A final kicker','There\'s a ramp as steep as 7.5% in the final 3km - so watch for some splits among the favorites '),(11120,223,'2007-09-03 17:38:14','Oh the pain','Man, Quick Step is putting the hurt on the main field.'),(11121,223,'2007-09-03 17:39:01','Four kilometers to go','the little hill is coming up.'),(11122,223,'2007-09-03 17:39:50','Here comes the hill','The Quicksteps are drilling it...'),(11123,223,'2007-09-03 17:40:50','Up and over a little riser','We have the steep part coming up.... We see a few Milrams up there. They are working for Zabel. Freire is in the mix.'),(11124,223,'2007-09-03 17:41:11','Pereiro!','Takes a dig on the hill'),(11125,223,'2007-09-03 17:42:35','Schumacher leads','over the top... there was a crash involving two Saunier Duval riders. Ouch.'),(11126,223,'2007-09-03 17:43:18','One kilometer','Charge.... Davis tries a dig... Bettini comes around... and Bettini wins!!!!'),(11127,223,'2007-09-03 17:44:07','The world champion','beats the three-time world champion, Oscar Freire and Allan Davis of Disco.

    Nice finish\r\n'),(11128,223,'2007-09-03 17:46:00','','1. Paolo Bettini (I) Quick Step, 153km in 4:08:42
    2. Oscar Freire (Sp), Rabobank
    3. Allan Davis (Aus) Discovery
    4. Davide Rebellin (I), Gerolsteiner.

    It looks like Freire is going to be holding on to the jersey.'),(11129,224,'2007-09-04 14:17:09','Good Day','and welcome to VeloNews.com\'s live coverage of the 4th stage of the 2007 Vuelta a España. It\'s a tough stage with the first mountain-top finish of the race, a tough, tough haul up the beyond category climb to Lagos de Covadonga.'),(11130,224,'2007-09-04 14:21:00','Today\'s stage','got underway at 12:30 today and the attacks began from the start (yeah, we say that every day, but this is the Vuelta).

    There were quite a number of early attacks and the peloton didn\'t seem interested in letting any of them go, but at 15 kilometers a big group of riders surged off the front and over the next 10 kilometers several more made the bridge. By 32 kilometers, a huge group of riders had managed to build up a lead of some 3:30. By 65km, that lead had swelled to 6:10.

    This is definately a \"go figure\" break, since there are several talented riders in the mix. Take a gander at this list and see for yourselves:

  • Alexandr Kolobnev (CSC)
  • \r\nChris Sörensen (CSC)
  • \r\nChristian Vande Velde (CSC)
  • \r\nMickael Delage (Française Des Jeux)
  • \r\nDavid Garcia Dapena (Karpin Galicia)
  • \r\nEzequiel Mosquera Miguez (Karpin-Galicia)
  • \r\nJurgen Van Goolen (Discovery)
  • \r\nJason McCartney (Discovery)
  • \r\nStijn Devolder (Discovery)
  • \r\nMario Aerts (Predictor-Lotto)
  • \r\nChris Horner (Predictor-Lotto)
  • \r\nFrancisco José Terciado Sacedo (Relax-GAM)
  • \r\nAlessandro Vanotti (Liquigas)
  • \r\nCarlos Barredo Llamazales (Quick Step)
  • \r\nAddy Engels (Quick Step)
  • \r\nJuan Manuel Garate (Quick Step)
  • \r\nTheo Eltink (Rabobank)
  • \r\nAitor Hernandez Gutierrez (Euskaltel)
  • \r\nDionisio Galparsoro Martinez (Euskaltel)
  • \r\nJuan Jose Oroz Ugalde (Euskaltel)
  • \r\nBingen Fernandez Bustinza (Cofidis)
  • \r\nMaxime Monfort (Cofidis)
  • \r\nSylvain Chavanel (Cofidis)
  • \r\nLudovic Turpin (Ag2r)
  • \r\nAngel Gomez Gomez (Saunier Duval)
  • \r\nRuben Lobato Elvira (Saunier Duval)
  • \r\nDavid Loosli (Lampre)
  • \r\nLeonardo Bertagnolli (Liquigas)
  • \r\nJoan Horrach Rippoll (Caisse d\'Epargne)
  • \r\nXabier Zandio Echaide (Caisse d\'Epargne)
  • \r\nVladimir Efimkin (Caisse d\'Epargne)
  • \r\nJosé Vicente Garcia Acosta (Caisse d\'Epargne)
  • \r\nGiuseppe Guerini (T-Mobile)
  • \r\nRene Mandri (Ag2r)
  • \r\nFranco Pellizotti ( Liquigas)
  • \r\nStéphane Goubert (Ag2r)
  • \r\nTheo Eltink (Rabobank)
  • \r\nJose Ruiz Sanchez (Andalucia - Cajasur)
  • \r\nMauricio Alberto Ardila Cano (Rabobank)'),(11131,224,'2007-09-04 14:22:46','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(11132,224,'2007-09-04 14:26:00','The gap','At 79km, the lead group has an advantage of 6:15. Take a look at some of those names in there. If this one sticks, Garate has to be among the biggest dangers for the overall today, but with so many teams represented, you have to wonder who is going to mount a furious chase. Look at CSC. They have three riders in the mix. Euskaltel - the climbers\' team from the Basque country - has three as well, as does Discovery. Caisse d\'Epargne has four in the mix. This is going to be an interesting stage, developing in a way not many would have predicted.'),(11133,224,'2007-09-04 14:39:22','At 90km','the chase from the peloton appears to have picked up a bit. The gap is cuurently 5:15.

    This is going to be an interesting day, for sure. Obviously, there are riders in here who will eventually be reeled in, others who are up here to lend a hand when their respective team leaders join up (think CSC riding for Carlos Sastre and Chris Horner there for Cadel Evans) and others who are just along for the ride. There are some real dangerous riders in the mix, too, though. We have to imagine that there is, as a result, an unequal effort being put in by some of the men in the break, while others are busting their chops to make sure that this break makes it to the base of the Lagos de Covadonga with a healthy gap.'),(11134,224,'2007-09-04 14:45:08','A thank you','As you might imagine, typing this many names and team affiliations can be frantic when you\'re trying to translate race numbers into a readable list. We want to thank reader Wallace W. for catching an error on the first incarnation of the list (since corrected). We mistakenly dropped T-Mobile behind Chris Horner\'s name, a mistake that got Wallace\'s imagination working. We do not, however, want you to think that it\'s an indication of a looming team switch. It was just a mistake on our part. Really. Thanks again, Mr. W. We\'d have probably left that up there all day had it not been for your keen eyes.'),(11135,224,'2007-09-04 14:50:23','Team news','It looks like Yaroslav Popovych has a new employer for 2008. The Ukranian who now rides for the Discovery team has inked a deal with the Predictor-Lotto squad for next season. He\'s been on the market since last month, when the team\'s management opted to end its search for a new sponsor, putting an end to the team that\'s been around since U.S. Postal days... actually a little before that, if you count the old Subaru Montgomery team, financed by Thom Weisel.'),(11136,224,'2007-09-04 14:51:00','At 98','the gap has yo-yo-ed out to 6:30 again.'),(11137,224,'2007-09-04 14:52:01','Help for a friend','Peter Togasaki, a 26-year-old bike builder at Berkeley, CA-based Wrench Science, has recently been diagnosed with acute myelogenous leukemia. Togasaki, who’s been a bike mechanic for seven years, had been feeling poorly for weeks but never expected to be diagnosed with this tragic cancer of the blood and bone marrow. He’s currently facing a battle that will span approximately 6 months, receiving intermittent chemotherapy treatments in an Oakland hospital and perhaps facing a bone-marrow transplant. Togasaki, who’s also a part-time student at UC Berkeley, has the support of his nearby friends and family, but is also hopeful that others in the cycling community can pitch in. “I have a 2006 Triumph Speed Four motorcycle that’s up for sale,†he says. “Cancer kind of hits you in the pocketbook, too.â€Â\r\n
    \r\n
    “We’re hoping to rally around Peter and raise enough money to cover his medical/living expenses during this time of need so that he can focus on beating his cancer,†says Tim Medina, Wrench Science’s CEO. “We want him back as soon as he’s able.â€Â

    Around the shop, Togasaki is known as a quiet, efficient worker with a passion for all things two-wheeled, an insatiable appetite for lasagna, and a dream of someday racing motorcycles.

    Contributions to the Peter Togasaki Cancer Fund can be made electronically. Please visit Wrench Science to see what you can do to help.'),(11138,224,'2007-09-04 15:01:30','At km 103','The latest time check gives the men in the break an advantage of 6:10.'),(11139,224,'2007-09-04 15:05:35','Up ahead','The Category 3 Alto de la Llama crests at km 131, to provide a chance for the real contenders to trim the size of this monsterous break down a little bit. Then comes a descent, 20km of rolling, but mostly flat, roads and then the killer climb to Lagos de Covadonga. Stay tuned for some real fireworks.'),(11140,224,'2007-09-04 15:07:09','At 109km','the gap has slipped back to 5:40. There is a chase going on, largely because of the dangerous composition of this break.'),(11141,224,'2007-09-04 15:11:00','Team news','With doping a big, big controversy in German cycling these days, man folks were wondering about the future of the Gerolsteiner team. While Germany\'s \"other ProTour\" squad has not been as mired in scandal as has T-Mobile, the team\'s title sponsor, a sparkling mineral water company, has announced that it will not renew its contract after it expires at the end of next season. It\'s a bummer, but at least the team has ample warning to look for a new sponsor. We wish them the best of luck.'),(11142,224,'2007-09-04 15:13:24','At 111km','the gap is beginning to shrink, with the massive break now 5:10 ahead of the main field. We have to imagine that a few of these guys will make it to the base of the final climb, though. This is an interesting stage, to be sure. It\'s another reason we like the Vuelta as much as we do.'),(11143,224,'2007-09-04 15:30:53','A big-hearted sport','While we wait for the fireworks, here\'s something for you to tell your stick-and-ball-sports pals who think bike racing is for sissies  researchers who examined the hearts of former Tour de France cyclists found that their hearts were 20 to 40 percent larger than average, according to The Associated Press. \"When you examine Tour de France athletes, they are probably among the best-trained athletes in the world,\" says Dr. Alfred Bove, a physician for the Philadelphia 76ers and vice president of the American College of Cardiology. But you already knew that.'),(11144,224,'2007-09-04 15:34:59','The leaders','Are on the Alto de la Llama. Things may break up soon. This break is way too big to survive under the pressure from some of the strong climbers in the bunch... especially with a hungry peloton giving chase. The latest time check puts the Caisse d\'Epárgne-led peloton at 4:10.'),(11145,224,'2007-09-04 15:41:43','No major break-up','in the escape group, althought the peloton is managing to trim the lead. It\'s now down to 3:45, at the 130km mark.'),(11146,224,'2007-09-04 15:44:00','Just as a reminder','The men in the lead group are:

  • Alexandr Kolobnev (CSC)
  • \r\nChris Sörensen (CSC)
  • \r\nChristian Vande Velde (CSC)
  • \r\nMickael Delage (Française Des Jeux)
  • \r\nDavid Garcia Dapena (Karpin Galicia)
  • \r\nEzequiel Mosquera Miguez (Karpin-Galicia)
  • \r\nJurgen Van Goolen (Discovery)
  • \r\nJason McCartney (Discovery)
  • \r\nStijn Devolder (Discovery)
  • \r\nMario Aerts (Predictor-Lotto)
  • \r\nChris Horner (Predictor-Lotto)
  • \r\nFrancisco José Terciado Sacedo (Relax-GAM)
  • \r\nAlessandro Vanotti (Liquigas)
  • \r\nCarlos Barredo Llamazales (Quick Step)
  • \r\nAddy Engels (Quick Step)
  • \r\nJuan Manuel Garate (Quick Step)
  • \r\nTheo Eltink (Rabobank)
  • \r\nAitor Hernandez Gutierrez (Euskaltel)
  • \r\nDionisio Galparsoro Martinez (Euskaltel)
  • \r\nJuan Jose Oroz Ugalde (Euskaltel)
  • \r\nBingen Fernandez Bustinza (Cofidis)
  • \r\nMaxime Monfort (Cofidis)
  • \r\nSylvain Chavanel (Cofidis)
  • \r\nLudovic Turpin (Ag2r)
  • \r\nAngel Gomez Gomez (Saunier Duval)
  • \r\nRuben Lobato Elvira (Saunier Duval)
  • \r\nDavid Loosli (Lampre)
  • \r\nLeonardo Bertagnolli (Liquigas)
  • \r\nJoan Horrach Rippoll (Caisse d\'Epargne)
  • \r\nXabier Zandio Echaide (Caisse d\'Epargne)
  • \r\nVladimir Efimkin (Caisse d\'Epargne)
  • \r\nJosé Vicente Garcia Acosta (Caisse d\'Epargne)
  • \r\nGiuseppe Guerini (T-Mobile)
  • \r\nRene Mandri (Ag2r)
  • \r\nFranco Pellizotti ( Liquigas)
  • \r\nStéphane Goubert (Ag2r)
  • \r\nTheo Eltink (Rabobank)
  • \r\nJose Ruiz Sanchez (Andalucia - Cajasur)
  • \r\nMauricio Alberto Ardila Cano (Rabobank)'),(11147,224,'2007-09-04 15:48:13','In case you missed it','we do have a new edition of Vande\r\nVelde\'s View for your reading pleasure. Christian Vande Velde wrote today\'s entry on the team bus on the way to the start of today\'s stage. He\'s in the break right now, so he seems to have recovered from the bad day he had on Sunday, when he hit the deck twice.'),(11148,224,'2007-09-04 15:56:17','Over the top','Barredo Llamazales led the break over the Alto de la Llama. The chase is less than four minutes behind.'),(11149,224,'2007-09-04 16:01:43','Shows how much we know','We thought for sure that this climb would crack up that big break, but no dice ... it came apart briefly on the descent, but now it\'s one big happy family up front again, with the chase some four and a half minutes in arrears.'),(11150,224,'2007-09-04 16:04:32','One rider in the bunch','you don\'t want to overlook, is T-Mobile\'s Giuseppe Guerini, who won the 1999 Tour de France stage up l\'Alpe d\'Huez (after getting past Erik the photographer). He won that day, after joining another early break. He\'s retiring at the end of the year, so this could be one of his last opportunities to get another big win at a grand tour. \r\n'),(11151,224,'2007-09-04 16:07:28','Meanwhile, in today\'s doping news . . .','. . . T-Mobile has sacked Lorenzo Bernucci for taking the banned appetite suppressant Sibutramine. \"We do not know if this was an attempt at performance enhancement or just poor judgment,\" said team general manager Bob Stapleton. \"But we know it is unacceptable that riders take any medication without the approval of the team doctor. It\'s a clear violation of our code of conduct and we have acted on that basis.\"'),(11152,224,'2007-09-04 16:08:55','Choo choo','Caisse d\'Epargne, Predictor-Lotto, Saunier Duval-Prodir and Rabobank are driving the chase. '),(11153,224,'2007-09-04 16:11:36','Under 40km to race','The gap is hovering around four minutes as the final climb to Lagos de Covadonga looms.'),(11154,224,'2007-09-04 16:19:06','The break keeps ticking along nicely','But the gap is coming down all the time ... the bunch is just over three minutes back with CSC pitching in on the retrieval effort.'),(11155,224,'2007-09-04 16:22:08','A star and a watercarrier','Bettini, resplendent in the rainbow jersey, rides alongside the team car and loads up on bottles for his boys.'),(11156,224,'2007-09-04 16:24:31','Crash!','A number of Crédit Agricole riders, a Saunier Duval and a Bouygues Telecom have hit the deck.'),(11157,224,'2007-09-04 16:25:04','The leaders . . .','. . . are 20km from the finish.'),(11158,224,'2007-09-04 16:29:48','Tick, tock','The leaders\' margin has fallen to 2:40 with 17km to go.'),(11159,224,'2007-09-04 16:31:52','Ouch','This final climb is a real leg-breaker  the grade averages just over 7 percent, but hits double that near the finish.'),(11160,224,'2007-09-04 16:35:08','Going up','Our leaders are on the climb.'),(11161,224,'2007-09-04 16:37:05','Zang','Chavenal attacks!'),(11162,224,'2007-09-04 16:41:29','CSC is driving the chase','. . . as the break fragments on the climb.'),(11163,224,'2007-09-04 16:43:43','The CSC charge . . .','. . . is sweeping up the remnants of the break.'),(11164,224,'2007-09-04 16:47:00','Cuesta, Vustov driving','CSC is setting a brutal pace with Inigo Cuesta and Volodymir Vustov driving the lead bunch, now trimmed to about 20. Up front, Vladimir Efimkin (Caisse d\'Epargne) is on his own after Chavenal got the ball rolling.'),(11165,224,'2007-09-04 16:48:51','Andale!','Marchante, Evans, Sastre, Piepoli, Pereiro, Beltran are among those still in the lead group ... and there goes Sastre!'),(11166,224,'2007-09-04 16:49:29','Sastre driving','Pereiro is marking Sastre, as are Menchov, Marchante, Lopez, Evans, with 8.5km to go.'),(11167,224,'2007-09-04 16:50:26','It\'s a long 8km, folks','Pereiro cracks!'),(11168,224,'2007-09-04 16:52:00','Efimkin still alone out front . . .','. . . as Vande Velde drops back to lend Sastre a hand. The margin  just two minutes.'),(11169,224,'2007-09-04 16:52:49','Gomez has cracked','Menchov is still there, though, sucking wheel with a vengeance.'),(11170,224,'2007-09-04 16:53:52','The CVV Towing Company','Vande Velde is still helping Sastre, trailed by Menchov and Piepoli.'),(11171,224,'2007-09-04 16:54:32','Grunt work','Efimkin struggling up the steeps now, slogging along in the saddle.\r\n'),(11172,224,'2007-09-04 16:55:32','Sastre gets more company','Evans has bridged up to the lead chase group. '),(11173,224,'2007-09-04 16:56:03','Horner is there, too','We\'re on the 14 percent section  ouch.'),(11174,224,'2007-09-04 16:56:30','Vande Velde . . .','. . . has had the schnitz. But his job is done for the day.'),(11175,224,'2007-09-04 16:57:20','Menchov has a dig','Evans chases as the gap broadens.'),(11176,224,'2007-09-04 16:59:49','Efimkin hanging on','But just barely  his pursuers are 1:44 back.'),(11177,224,'2007-09-04 17:00:49','It\'s cloudy up here','No rain yet  wouldn\'t that be fun after a little 14 percent climbing?'),(11178,224,'2007-09-04 17:01:26','1:37 the gap','from Efimkin to the chase.'),(11179,224,'2007-09-04 17:03:44','The Sastre chase is still motoring along . . .','. . . but Efimkin is looking good for the stage win with 3km to go.'),(11180,224,'2007-09-04 17:04:50','Efimkin punching the pedals','This mountain is taking big bites out of his legs in the final kilometers.'),(11181,224,'2007-09-04 17:07:08','2km to go','Efimkin is looking over his shoulder occasionally ... don\'t look back, bud, something may be gaining on you.'),(11182,224,'2007-09-04 17:07:42','Menchov attacks again','Sastre and Piepoli stays with him  but Evans is in trouble.'),(11183,224,'2007-09-04 17:08:55','The chasing threesome . . .','. . . shoots past the 2km-to-go mark.'),(11184,224,'2007-09-04 17:09:45','Efimkin in the final kilometer','He would be the first Russian to win here  and he will probably have the leader\'s jersey to go along with that milestone.'),(11185,224,'2007-09-04 17:10:49','Efimkin wins . . .','. . . but can only manage one arm in the air as he crosses the line. He will take the jersey, too.'),(11186,224,'2007-09-04 17:11:31','Piepoli takes second . . .','. . . with Devolder third.'),(11187,224,'2007-09-04 17:13:13','Menchov fourth . . .','. . . followed by Chavanel and Sastre.'),(11188,224,'2007-09-04 17:14:28','That\'ll do','Thanks for joining us today  stay tuned for a race report from VeloNews European correspondent Andrew Hood, photos from Graham Watson and complete results.'),(11189,225,'2007-09-05 12:16:00','Good Day','and welcome to VeloNews.com\' Live Coverage of the fifth stage of the 2007 Vuelta a España, a hilly 155-kilometer ride from Cangas de Onís to Reinosa.

    This stage features four rated climbs:

  • The Category 2 climb up the Collada de Hoz (which summits at km74)
  • The Cat. Collada de Ozalba (88.7km)
  • The Cat. 2 Collada de Carmona (104km)
  • The Cat. 1 Puerto de la Palombera (136km)'),(11190,225,'2007-09-05 14:09:00','Today\'s stage','began at around 1:15 after a nice 4.3-kilometer jaunt through the neutral zone at Cangas de Onís.

    The peloton consists of 185 riders today, after Discovery\'s Sergio Paulinho skipped today\'s start. The pace began quickly at the formal start and we\'ve already seen a number of early break-away attempts. Both the Caisse d\'Epargne squad of race leader Vladimir Efimkin and the CSC team of overall contender Carlos Sastre have been vigilant at the front and apparently unwilling to allow a serious break to develop... or to get toomuch time on the main field. At the 35km mark, there are two riders - Dimitri Champion (Bouygues Telecom) and Stephane Auge (Cofidis) with a slight lead. We\'ll keep track of this latest effort to see how it shapes up. Meanwhile, Champion\'s teammate, Giovanni Bernaudeau has pulled out of the race. We recall him being involved in a crash a few days ago and he\'s had problems ever since.'),(11191,225,'2007-09-05 14:09:58','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(11192,225,'2007-09-05 14:18:29','Riding into a head wind','Auge and Champion are holding on to a slight lead on the main field. The two men are at the 43km mark and finishing up with the valley that follows the day\'s first unrated climb. Ahead is the long climb toward the summit of the Collada de Hoz, the first rated climb of the day.'),(11193,225,'2007-09-05 14:19:54','The catch','appears to be almost inevitable. The two leaders are just 20 seconds ahead of the main field, with CSC, and Caisse d\'Epargne and Euskaltel kicking up the pace.'),(11194,225,'2007-09-05 14:25:20','Catch','The two riders are back in the fold and the peloton is ticking along nicely at around 44kph. We have to assume that because this stage provides such a nice opportunity for an escape, the tams of the big GC contenders are not going to let much develop today. If there is a successful break, it will undoubtedly develop on one of the day\'s climbs, with careful monitoring of the gap and the overall positions of the escapees a priority.'),(11195,225,'2007-09-05 14:40:00','Attack, chase, catch','There has yet to be a successful break out of the peloton today, but it\'s not for lack of trying. We\'ve seen several unsuccessful efforts, but they\'ve all been neutralized by the attentive efforts of the GC teams as the peloton works its way up the Cat. 2 Collada de Hoz.'),(11196,225,'2007-09-05 14:42:11','Help for a friend','Peter Togasaki, a 26-year-old bike builder at Berkeley, CA-based Wrench Science, has recently been diagnosed with acute myelogenous leukemia. Togasaki, who’s been a bike mechanic for seven years, had been feeling poorly for weeks but never expected to be diagnosed with this tragic cancer of the blood and bone marrow. He’s currently facing a battle that will span approximately 6 months, receiving intermittent chemotherapy treatments in an Oakland hospital and perhaps facing a bone-marrow transplant. Togasaki, who’s also a part-time student at UC Berkeley, has the support of his nearby friends and family, but is also hopeful that others in the cycling community can pitch in. “I have a 2006 Triumph Speed Four motorcycle that’s up for sale,†he says. “Cancer kind of hits you in the pocketbook, too.â€Â\r\n
    \r\n
    “We’re hoping to rally around Peter and raise enough money to cover his medical/living expenses during this time of need so that he can focus on beating his cancer,†says Tim Medina, Wrench Science’s CEO. “We want him back as soon as he’s able.â€Â

    Around the shop, Togasaki is known as a quiet, efficient worker with a passion for all things two-wheeled, an insatiable appetite for lasagna, and a dream of someday racing motorcycles.

    Contributions to the Peter Togasaki Cancer Fund can be made electronically. Please visit Wrench Science to see what you can do to help.'),(11197,225,'2007-09-05 14:49:20','CSC','is up front and setting a steady pace as the peloton nears the top of the Collado de la Hoz. Sastre is unwilling to let anyone slip off the front and further complicate his efforts to close the gap on GC. '),(11198,225,'2007-09-05 15:05:36','Over the top','The peloton has crested the Collado de la Hoz and we\'re still waiting to see who snagged the points.'),(11200,225,'2007-09-05 15:07:05','A new escape','Saunier Duval\'s Angel Gomez Gomez has moved off the front. He has a 45-second lead on the group. Our reports from the hill were spotty and we\'re still looking to see where he made his jump.'),(11201,225,'2007-09-05 13:09:00','Gomez\'s attack','came near the summit. He was joined by KOM leader Serafin Martinez, who scored top points at the top of the Collado de la Hoz. Daniel Moreno (Relax - GAM), Luis Leon Sanchez (Caisse d\'Epargne) and Alberto Ardila Cano (Rabobank) joined up and they are now holding a slight lead on the main field.'),(11202,225,'2007-09-05 15:19:52','After two hours','of racing, we have a group of five riders holding a small lead over the main field.'),(11203,225,'2007-09-05 15:23:00','Most of the escape','has been reeled in. Gomez, however, continues to fight and he is about to be joined by one of our favorites, Juan Manuel Garate (Quick Step). While we thought Garate might be an overall GC threat, he had a bad day yesterday, finishing with the \'laughing group\' at 13:34. He\'ll need to aim for a stage win to redeem his Vuelta.'),(11204,225,'2007-09-05 15:34:11','A new break','Gomez and Mercado were pulled back and now we see Daniel Moreno (Relax-GAM) and David de la Fuente (Saunier Duval) up there, but the gaps today are staying quite small.'),(11205,225,'2007-09-05 15:38:43','The group up front','is a little bigger now, with Josep Jufre Pou (Predictor-Lotto), Volodymir Gustov (CSC) and Carlos Barredo (Quick Step) joining the effort.'),(11206,225,'2007-09-05 15:44:52','Your favorite (or least favorite) team kit','Okay, here\'s an informal poll: Some teams sport some remarkably well-designed team uniforms. Others have team kits that can best be described as \'butt ugly\'... but it\'s all a matter of taste, so let us know what you think. Don\'t be shy and drop us a line. We\'ll post a selection of your comments.'),(11207,225,'2007-09-05 15:51:08','We have a nice little group','off the front now. We still do not have a really good time gap, though. Up front we have

  • Carlos Barredo (Quick Step)
  • Josep Jufre (Predictor)
  • David Lopez (Caisse d\'Epargne)
  • Daniel Moreno (Relax-GAM)
  • Davide Rebellin (Gerolsteiner)
  • Volodymir Gustov (CSC)
  • Marco Marzano (Lampre)
  • Karsten Kroon (CSC)
  • David de la Fuente (Saunier Duval)

    Of the group Barredo is highest on GC, in 19th at 2:32.'),(11208,225,'2007-09-05 15:53:56','Kroon moves ahead','The CSC man is trying to make time on the rest of the lead group.'),(11209,225,'2007-09-05 15:59:46','Kroon','is ticking along nicely as he works his way up the The Cat. 2 Collada de Carmona. Behind him, Giuseppe Guerini (T-Mobile) and Roman Kreuziger (Liquigas) have joined the rest of the men in the break, but the gap is just 33 seconds to that group. We\'re still looking for a gap between that group and Kroon'),(11210,225,'2007-09-05 16:02:00','Over the top','Kroon crosses about 1:20 ahead of the peloton. He looks like he\'s about to be joined by the last survivor of the break, Angel Gomez (Saunier Duval). The peloton was led by KOM leader Martinez. Ahead is the Category 1 Puerto de la Palombera, which crests 21km from the finish.'),(11211,225,'2007-09-05 16:06:00','Team kits','Mike L. in Minneapolis writes:

    It pains me to see Chris Horner one of my fav riders in that ridiculous get up his predictor-lotto sponsors call a team kit. The dirty pink and almost black are just miserable. It looks like they haven\'t done the laundry in weeks.
    Dana M. writes
    Favorite: CSC \r\nLeast Favorite: Saunier Duval (it’s the shorts – Castelli is a great brand, too bad they couldn’t have designed the shorts a bit better)
    But the worst last year was definitely Phonak!\r\n
    We have to agree on the Saunier shorts, Dana. That big black diaper thing just looks weird.'),(11212,225,'2007-09-05 16:09:00','Nature break','There are a few riders calling for a bit of a break so that some of these guys can water the side of the road. Kroon and Angel Gomez, however, don\'t know that and they\'ve upped the lead to 2:09.'),(11213,225,'2007-09-05 16:13:13','With 44km remaining','Kroon and Gomez are nearing the start of the day\'s final climb, with a lead of 2:30. Kroon is calling for his team car, which is now trying to work its way through the peloton, no small feat on these narrow roads. We always find it remarkable how smoothly those maneuvers usually go.'),(11214,225,'2007-09-05 16:20:35','Our two leaders','Really do not pose much of a threat to Caisse d\'Epargne\'s hold on GC. Kroon is in 82nd place at 13:37 and Gomez is 51st at 6:56.'),(11215,225,'2007-09-05 16:21:47','The climb','is a long one at just over 15.7m and averaging about 5.5 percent. The gap is now at 2:35.'),(11216,225,'2007-09-05 16:29:47','The gap is up to 3:30','That\'s Angel Gomez Gomez off the front with Karsten Kroon, not to be confused with Jose Angel Gomez Marchante, the GC man for Saunier Duval-Prodir. Why do the Spaniards use two last names? First, to avoid confusion. In Spain, Gomez is as common as Johnson is in the USA. Also, Spainards give the first last name of each family to their children, but the wives do not take the last name of their husbands. '),(11217,225,'2007-09-05 16:31:56','Caisse d\'Epargne','is setting tempo at the front of the peloton, but the team of the overall leader is not chasing hard. They seem relatively content with the situation right now.'),(11218,225,'2007-09-05 16:36:12','The gap','is now at 3:42 with 32km remaining. The Rabobank team is now moving up to lend a hand with the chase.'),(11219,225,'2007-09-05 16:38:00','Rabobank driving','at the front of the peloton. The pace is beginning to shred the main field. Several riders are being spit off the back as the Dutch team has really upped the pace. Will it be enough to close down the gap?'),(11220,225,'2007-09-05 16:41:12','Kroon moves ahead','Gomez can\'t keep pace with the CSC rider. Kroon is off on his own and he has about 12 seconds on the Saunier Duval man.'),(11221,225,'2007-09-05 16:43:29','POP!','No sprint win for Petacchi today, that\'s for sure. He\'s been spit off the back of the peloton and is pedaling squares.'),(11222,225,'2007-09-05 16:45:27','Time gaps','Kroon is ticking along nicely on his own and has upped his advantage over Gomez to about 30 seconds. The peloton, led by an aggressive Rabobank team, is now at 2:45.'),(11223,225,'2007-09-05 16:46:11','Banged up and bruised','from his accident a few days back, Damiano Cunegio has been dropped by the main field.'),(11224,225,'2007-09-05 16:47:16','Happy birthday','Today is the birthday of CSC youngster Chris Anker Sorensen - who turns 23. He\'s a climbing sensation who did a great job helping Carlos Sastre in Tuesday\'s climbing stage to Covadonga. \"He\'s really good. If he wasn\'t helping Carlos yesterday, he could have been in the top 5 in GC. He went to the Tour of Germany to help Jens (Voigt) and he ended up sixth overall. He\'s got a great future,\" said Vande Velde.\r\n'),(11225,225,'2007-09-05 16:47:43','Horner speaks','Chris Horner says he believe Evans will get stronger.

    \"When you saw Cadel climbing like that yesterday, you know he\'s going to take it serious. Now that he\'s in the race with a chance to win, he\'s not going to give up now. He\'s a fighter.\"

    Horner also confirmed he hasn\'t signed a contract yet for next year, but he\'s hoping to continue with Predictor-Lotto for at least one more season. \r\n'),(11226,225,'2007-09-05 16:48:53','Too far?','It will be interesting to see if any of the favorites really try anything on this climb. It\'s a long 21km over mostly flats into Reinosa at the finish, perhaps too much terrain to really give it a stab.

    Reinosa is also the hometown of David de la Fuente, winner of last year\'s most combative rider at the 2006 Tour de France.\r\n'),(11227,225,'2007-09-05 16:51:18','Charge!','Out of the peloton Gomez Marchante, rides up to his teammate Gomez Gomez.... well, Gomez Gomez couldn\'t hold the pace. There is now another 1:57 to go, if he wants to reach Kroon.'),(11228,225,'2007-09-05 16:53:11','Gomez, Gomez, Gomez','They\'re both Angel, but José Angel Gomez Marchante is the man chasing Kroon now. Angel Gomez Gomez is the teammate he joined and dropped.'),(11229,225,'2007-09-05 16:54:12','Gomez Marchante','is flying up the climb. He\'s 5km from the top and appears to be closing in on Kroon. We\'re looking for time gaps. Stay tuned.'),(11230,225,'2007-09-05 16:55:11','Time','Gomez Marchante is 1:33 behind Kroon and 22 seconds ahead of the peloton, which is still led by Rabobank.'),(11231,225,'2007-09-05 16:56:17','Gomez Marchante','is now 40 seconds ahead of the peloton and 1:20 behind Kroon.'),(11232,225,'2007-09-05 16:58:20','Time gaps','Gomez Marchante is 1:15 behind Kroon and 45 seconds up on the peloton. In the main field, the pace is still being set by Rabobank. The CSC team is right there, but not adding to the chase effort.'),(11233,225,'2007-09-05 17:00:26','He is closing','the Saunier Duval leader is now less than one minute behind Kroon. Will the Dutchman have company on the way to the finish?'),(11234,225,'2007-09-05 17:02:29','Kroon','is over the top. He\'s less than a minute ahead of Gomez Marchante.'),(11235,225,'2007-09-05 17:03:18','Gomez Marchante','Hits the top at 45 seconds.'),(11236,225,'2007-09-05 17:03:58','The peloton','Hits the top at 1:24.'),(11237,225,'2007-09-05 17:05:28','Zoooooooom','The roads are smooth and sporting new asphalt. The speeds are super fast, with Kroon hitting 80kph at one point.'),(11238,225,'2007-09-05 17:08:46','Gomez Marchante','is 47 seconds behind Kroon and a mere 35 seconds ahead of the hard-charging peloton.'),(11239,225,'2007-09-05 17:09:19','Gomez Marchante','has given up the chase... he\'s looking over his shoulder.'),(11240,225,'2007-09-05 17:09:54','The gap','to Kroon is now 1:15. With 14km to go, is it enough?'),(11241,225,'2007-09-05 17:12:51','The peloton is swelling','as riders join back up. We\'re seeing some of the sprinters\' teams now adding to the chase. While Petacchi was shelled, it looks like Zabel is in there for Milram. Quick Step has Bettini, Lampre has Bennati... but first, they have to catch the lone Dutchman up the road. Kroon is making them work back in the field.'),(11242,225,'2007-09-05 17:14:00','With 9.5km to go','for Kroon, he has just 51 seconds on the main field.'),(11243,225,'2007-09-05 17:15:31','With 9km to go','the peloton hits that banner 43 seconds behind Kroon.'),(11244,225,'2007-09-05 17:16:31','With 8km to go','Poor Kroon is battling some tough cross-winds and the guys behind him sense a catch. '),(11245,225,'2007-09-05 17:17:39','With 7km to go','we see the peloton driving hard at just 29 seconds.'),(11246,225,'2007-09-05 17:19:01','At 6km','the gap has been trimmed to 25 seconds.'),(11247,225,'2007-09-05 17:20:08','Lampre setting tempo','with Rabobank, Liquigas and FDJ putting in a big effort, too.'),(11248,225,'2007-09-05 17:20:32','5km to go','the gap is 9 seconds. It\'s over... '),(11249,225,'2007-09-05 17:21:48','Caught','with 4km to go...'),(11250,225,'2007-09-05 17:23:27','Another day for Bettini?','There are some good sprinters in the field. Bettini is in there,, but so are Freire, Zabel and Bennati. Who knows? We sure don\'t. Stay tuned folks... with 2.5km to go.'),(11251,225,'2007-09-05 17:24:01','Two kilometers to go','the peloton is still led by a combination of Quick Step, Lampre and Milram.'),(11252,225,'2007-09-05 17:24:39','With 1 km to go','The Francaise des Jeux team is working its way up to set up Gilbert.'),(11253,225,'2007-09-05 17:25:00','Milram leads','into the final km'),(11254,225,'2007-09-05 17:25:18','750 meters','Milram still working'),(11255,225,'2007-09-05 17:25:27','Strung out in single file',''),(11256,225,'2007-09-05 17:25:36','Charge!',''),(11257,225,'2007-09-05 17:26:00','Gilbert charges','Freire comes around and takes the win. It looks like Gilbert went too early... and Freire leads a cadre of talented sprinters past the Frenchman. That\'s his second win, as he beats Benatti and Bettini to the line.'),(11258,225,'2007-09-05 17:36:00','Stage Results','1. Óscar Freire (Sp), Rabobank, 4:07:51
    \r\n2. Daniele Bennati (I), Lampre
    \r\n3. Paolo Bettini (I), Quick Step-Innergetic
    \r\n4. Philippe Gilbert (B), Francaise des Jeux
    \r\n5. Erik Zabel (G), Milram
    \r\n6. Leonardo Duque (Col), Cofidis
    \r\n7. Xavier Florencio (Sp), Bouygues Telecom
    \r\n8. Josep JufrÉ (Sp), Predictor-Lotto
    \r\n9. Rene Mandri (Est), Ag2r Prevoyance
    \r\n10. David GarcÃÂa (Sp), Karpin Galicia
    \r\n'),(11259,225,'2007-09-05 17:37:00','That\'s a wrap folks.','Thanks for joining us again today. Be sure to tune for tomorrow\'s largely flat 195-kilometer stage from Reinosa to Logroño.'),(11260,226,'2007-09-06 13:56:41','Good Day','and welcome back to VeloNews.com\'s Live Coverage of the 2007 Vuelta a España. The peloton gets something of a break today, with a long, but moderate, 195-kilometer stage from Reinosa to Logroño.

    There are no rated climbs on today\'s route (so Serafin Martiniez will stay in the KOM jersey for at least two more days), but the terrain is somewhat bumpy all the way to the finish.

    The peloton left Reinosa a little after 1:00 p.m. today. Again, the attacks started early, with Jose Antonio Lopez Gil (Andalucía - Cajasur) charging off at the 2km mark. He was soon joined by one of our favorites riders, Magnus Backstedt of Liquigas. Soon after, Ag2r\'s Yuriy Krivtsov joined up and 12km later, Cofidis\'s Stephane Auge bridged up to the group. The unusual thing about today\'s early break is that it actually succeeded in getting away. Now at the 38km mark, the leading four have an advantage approaching nine minutes.

    Obviously none of these men poses much of a GC threat, but the sprinters\' teams may ramp up the chase soon, since today does offer a rare opportunity for them as well.'),(11261,226,'2007-09-06 13:57:33','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(11262,226,'2007-09-06 14:05:37','Backstedt','Magnus Backstedt\'s presence in the break reminds us that he is leaving the Liquigas team at the end of the season and joining the U.S.-based Slipstream squad next season. That will be a formidable group, with Backstedt joining the likes of David Millar (now of Saunier Duval), Christian Vande Velde and David Zabriskie (both on CSC). The team is aiming for ProTour status in 2009, but appears to be in a solid position to get a wildcard invitation to the Tour (and other ASO events) next season. Why? Well, there are a lot of reasons, not least of which is the teams aggressive anti-doping program. Jonathan Vaughters has really put his money (well, okay, his sponsor\'s money) where his mouth is. The team spends $200,000 a year on internal doping controls and makes that information available for review by outside parties.

    We applaud that approach and more and more teams will opt - or will be forced - to adopt a similar strategy. Given ASO\'s often frustrating experience with the doping issue, it would make sense for the Tour organizer to make that wildcard invitation, especially since the Slipstream team will be about the only U.S.-based team in a position to take on the Tour next year.'),(11263,226,'2007-09-06 14:07:25','At 40km','the gap is now at 8:45. It\'s a healthy advantage, but by no means is it certain that it will stick. If we see two or three antsy sprinters\' teams move to the front, that gap can shrink very quickly.'),(11264,226,'2007-09-06 14:10:15','Vande Velde','Speaking of Slipstream\'s 2008 roster, Christian Vande Velde has sent in a new diary entry. It\'s worth checking out.'),(11265,226,'2007-09-06 14:21:31','The chase','is finally kicking in. With the leaders approaching the 50km mark, the Lampre team has moved to the front of the peloton. The team has an interest in putting Daniele Bennati in a position to win a second stage. If we see Quick Step and Rabobank lend a hand, we\'d have to rate the chances of the break succeeding as low to non-existent.'),(11266,226,'2007-09-06 14:24:28','The Lampre team','has nipped the lead down to 7:15, so it\'s a good sign that the chase is serious.'),(11267,226,'2007-09-06 14:32:57','Rabobank','has put one rider into the mix at the front of the peloton, but most of the work has fallen to the Lampre team.'),(11268,226,'2007-09-06 14:41:00','At 65km','the gap is down to 6:25. Lampre is still working, but the Italian team is now getting help from Milram and the Caisse d´Epárgne squad of race leader Efimkin.'),(11269,226,'2007-09-06 14:49:16','At 72km','the gap has dropped to below six minutes. It\'s a strong foursome up there, but it\'s going to be hard to fend off a seriously intent peloton. Any bets?'),(11270,226,'2007-09-06 14:53:11','At 75km','the gap is down to 5:40. The chase still involves Lampre, Milram and Caisse d\'Epárgne, with a Rabobank rider sticking his nose in the wind every now and then.'),(11271,226,'2007-09-06 14:56:00','Art as a commentary','One of our readers just sent in a terrific image from photo artist Benjamin Cortis. The German photographer (http://www.cortis.info/) has something to say about the state of German cycling in a piece called \"We are the champions\" posted below. Thank you George W for sending that one in.'),(11272,226,'2007-09-06 15:03:41','Cuesta comes home','Iñigo Cuesta has moved off the front of the peloton to say \"howdy\" to his family.'),(11273,226,'2007-09-06 15:06:51','The leash','At 80km, the gap is now hovering at 5:50. That appears to be the limit of the peloton\'s tolerance and a time gap that could be eliminated when anyone gets the initiative to do so.'),(11274,226,'2007-09-06 15:18:53','Lunch time','The leaders have passed through the feedzone and the peloton is approaching the same spot, around 6:40 back.'),(11275,226,'2007-09-06 15:31:09','A reminder','Peter Togasaki, a 26-year-old bike builder at Berkeley, CA-based Wrench Science, has recently been diagnosed with acute myelogenous leukemia. Togasaki, who’s been a bike mechanic for seven years, had been feeling poorly for weeks but never expected to be diagnosed with this tragic cancer of the blood and bone marrow. He’s currently facing a battle that will span approximately 6 months, receiving intermittent chemotherapy treatments in an Oakland hospital and perhaps facing a bone-marrow transplant. Togasaki, who’s also a part-time student at UC Berkeley, has the support of his nearby friends and family, but is also hopeful that others in the cycling community can pitch in. “I have a 2006 Triumph Speed Four motorcycle that’s up for sale,†he says. “Cancer kind of hits you in the pocketbook, too.â€Â\r\n
    \r\n
    “We’re hoping to rally around Peter and raise enough money to cover his medical/living expenses during this time of need so that he can focus on beating his cancer,†says Tim Medina, Wrench Science’s CEO. “We want him back as soon as he’s able.â€Â

    Around the shop, Togasaki is known as a quiet, efficient worker with a passion for all things two-wheeled, an insatiable appetite for lasagna, and a dream of someday racing motorcycles.

    Contributions to the Peter Togasaki Cancer Fund can be made electronically. Please visit Wrench Science to see what you can do to help.'),(11276,226,'2007-09-06 15:33:00','At 100km','the gap has grown to 6:45 again, but it\'s still 95km to the finish, so we\'re still not betting the rent on these guys\' chances. As a reminder the men in the break are:

  • Jose Antonio Lopez Gil (Andalucía - Cajasur)
  • Magnus Backstedt (Liquigas)
  • Yuriy Krivtsov (Ag2r)
  • Stephane Auge (Cofidis)'),(11277,226,'2007-09-06 15:42:19','The gap is growing','and the four escapees are now more than 7:00 ahead of the main field at the 105km mark.'),(11278,226,'2007-09-06 15:53:57','Rollin\', rollin\', rollin\'','While we enjoy this blustery day in the Ebro River Valley, here\'s a little factoid for you  yesterday\'s stage win was Oscar Freire\'s first as a professional in his home region of Cantabria. A salud!'),(11279,226,'2007-09-06 15:57:20','Less happy today is . . .','. . . Jose Antonio Redondo, who has gotten the sack from Astana for \"failing to comply with the internal rules of the team.\" Said Astana spokeswoman Corinne Druey: \"It has nothing to do with doping.\" Well, at least that\'s good news  as the word that Astana is apparently being sponsored thru 2010 despite its recent trials and tribulations.'),(11280,226,'2007-09-06 15:59:54','90km to race','The gap remains about seven minutes as the peloton enjoys a sunny, if overly windy, day in the saddle. We\'ll keep an eye out for echelons forming in the bunch, as the CSC mob has demonstrated a historical fascination for trying to break their rivals\' legs in a crosswind.'),(11281,226,'2007-09-06 16:02:39','Another news nugget','Best placed in the break is Ag2r\'s Yuriy Krivtsov at 12:41. '),(11282,226,'2007-09-06 16:05:09','Tick, tock','Under pressure from Caisse d\'Epargne, which apparently likes the way Vladimir Efimkin looks in the golden leader\'s jersey, the gap is coming down. Just 6:10 now. '),(11283,226,'2007-09-06 16:06:42','Viva la Rioja!','Being something of a wino, we thought we\'d mention that today\'s stage winds its way through Rioja country, home to some of Spain\'s best wines. We\'ll wait until the stage concludes before uncorking a bottle, though.'),(11284,226,'2007-09-06 16:08:05','Will the break last?','Alvaro Pino, sport director of Karpin-Galicia, isn\'t exactly bubbling over with optimism. \"It looks like it will be hard to arrive to the finish, but we\'re going to try. The sprinter teams will start pulling soon enough. We\'ll see.\" '),(11285,226,'2007-09-06 16:09:23','And sure enough . . .','Milram has sent three blue jerseys to the front of the bunch. The gap has dwindled to 5:39 with 62km to go  and at 1 minute per 10km, it doesn\'t look good for the escapees.'),(11286,226,'2007-09-06 16:13:25','Remember those crosswinds?','They\'re shaving a dozen or so riders off the back of the chase. Oscar Pereiro (Caisse d\'Epargne) just slipped up along the left side of the road to stay near the front.'),(11287,226,'2007-09-06 16:14:28','The old palanquin ride','Race leader Efimkin is safely tucked away in the bosom of the bunch.'),(11288,226,'2007-09-06 16:16:29','Zoom!','They must really be cranking out the watts in that chase ... the gap has fallen to 4:38'),(11289,226,'2007-09-06 16:18:52','The break . . .','. . . is still ticking along, and everyone\'s taking his turn at the front. Big Maggy Backstedt just took a nice, long pull.'),(11290,226,'2007-09-06 16:20:23','The echelons are forming','But a bunch of these guys are still strung out in the gutter. Seems everyone wants to be in that first echelon, but there\'s only so much road.'),(11291,226,'2007-09-06 16:25:20','48km to go for the leaders','Backstedt takes another long pull.'),(11292,226,'2007-09-06 16:27:27','It\'s a warm one today . . .','. . . with temps in the mid-80s. Mmm, hmm, good  nothing like a nice, hot, windy 195km ride in an echelon to keep the old legs loose.'),(11293,226,'2007-09-06 16:34:57','Tick, tock','The escapees have less than three minutes\' advantage now wiith 41km to go.'),(11294,226,'2007-09-06 16:38:01','Behind . . .','. . . the bunch is lined out as Lampre and Milram keep the pace high.'),(11295,226,'2007-09-06 16:42:21','Lopez Gil . . .','. . . the Andalucia rider, is skipping his turns in the break. Backstedt and Auge are working overtime.'),(11296,226,'2007-09-06 16:47:12','The sprinters\' teams are driving','The gap is holding steady at just under three minutes.'),(11297,226,'2007-09-06 16:49:23','While we\'re waiting . . .','. . . here\'s what Efimkin had to say after yesterday\'s stage: \"It was really nice to start this morning with the golden jersey on my shoulders. The stage was animated by many attacks but in spite of that the day was quiet and an easy one for me. My teammates of Caisse d’Epargne perfectly controlled the race, and in the final we could reckon on the help of the teams of the sprinters. We saved the day and I hope that it will be the same tomorrow evening.\"'),(11298,226,'2007-09-06 16:49:50','Time\'s running out','The gap has fallen again, to 2:36.'),(11299,226,'2007-09-06 16:51:59','Rabobank awaiting its chance','Rabobank sport director Erik Breukink is content with how the Vuelta is unfolding thus far. \"This scenario for us is perfect because we have the sprinters working to help control these stages and Caisse d\'Epargne has the leader\'s jersey. We have no pressure,\" he said. \"The most important stage for Menchov is Saturday\'s time trial.\" '),(11300,226,'2007-09-06 16:52:00','While Rabobank waits . . .','. . . QuickStep and Lampre work. They\'re really drilling it at the front now.'),(11301,226,'2007-09-06 16:53:49','26km to go','The wind has abated and the bunch is roaring along. Another nail for the break\'s coffin?'),(11302,226,'2007-09-06 16:55:22','The gap . . .','. . . is just 2:20 as the chase rips through wine country.'),(11303,226,'2007-09-06 16:57:46','Lots of lumpy jerseys out there . . .','. . . as riders drop back to team cars to load up on water bottles.'),(11304,226,'2007-09-06 16:59:34','Closer and closer','The chase is only two minutes back, strung out in one long line.'),(11305,226,'2007-09-06 17:01:38','Milram, Quick Step and Lampre driving','The gap is 1:47.'),(11306,226,'2007-09-06 17:04:04','20km to go','Up front, Backstedt has a chat with the team car as the break starts looking over its collective shoulder.'),(11307,226,'2007-09-06 17:06:00','Caisse d\'Epargne . . .','. . . is close to the front, surrounding race leader Efimkin as the chase nibbles deeper into the break\'s dwindling margin.'),(11308,226,'2007-09-06 17:07:35','1:15','The bunch is nearly within sight of the break.'),(11309,226,'2007-09-06 17:08:40','Lopez Gil cracks . . .','. . . and Auge is fading, too.'),(11310,226,'2007-09-06 17:10:17','Krivtsov leads . . .','. . . as Backstedt suffers and Auge chases on this upgrade.'),(11311,226,'2007-09-06 17:11:21','Auge gets back on . . .','. . . just as Backstedt has a dig.'),(11312,226,'2007-09-06 17:12:54','Just three out front now','Lopez Gil, who started this escape, has gone backwards. The gap is 1:08 with 14km to race.'),(11313,226,'2007-09-06 17:14:46','Less than a minute now','It\'s looking like a bunch sprint unless one of these guys has a turbocharger concealed somewhere about his person.'),(11314,226,'2007-09-06 17:18:14','10km to go','The chase barrels along in the left-hand gutter as the break clings grimly to its slim, slim lead. These boys look baked.'),(11315,226,'2007-09-06 17:20:07','9km','. . . and Backstedt has another go.'),(11316,226,'2007-09-06 17:20:56','No dice','It\'s a threesome again. And here comes the bunch.'),(11317,226,'2007-09-06 17:21:30','7km to go . . .','. . . and the catch is made. Still, a valiant effort.'),(11318,226,'2007-09-06 17:23:34','60 km/h','The sprinters\' teams are cranking up the pace.'),(11319,226,'2007-09-06 17:24:40','4km to go','And T-Mobile on the front? Whassup with that?'),(11320,226,'2007-09-06 17:26:26','2km to go','Milram trailing T-Mobile.'),(11321,226,'2007-09-06 17:26:50','Here comes Milram . . .','. . . and Quick Step\'s right there with \'em.'),(11322,226,'2007-09-06 17:27:23','Milram drilling it . . .','. . . Petacchi leading Davis . . .'),(11323,226,'2007-09-06 17:27:39','Boonen\'s in there too . . .','. . . with 1km to go . . .'),(11324,226,'2007-09-06 17:28:09','Freire on Petacchi\'s wheel . . .','. . . here comes the big Italian . . .'),(11325,226,'2007-09-06 17:28:36','Davis goes . . .','. . . Petacchi and Freire are after him . . .'),(11326,226,'2007-09-06 17:29:00','And it\'s Freire!','His third win of this Vuelta. Chapeau!'),(11327,226,'2007-09-06 17:35:00','Koldo Fernandez second . . .','. . . and Angelo Furlan (Credit Agricole) third.'),(11328,226,'2007-09-06 17:36:49','That\'s all, folks','Thanks for joining us once again  we\'ll see you here again tomorrow. Meanwhile, check back to VeloNews.com for a race report from European correspondent Andrew Hood, photos from Graham Watson and complete results.'),(11329,227,'2007-09-07 14:30:00','Good Day','and welcome to VeloNews.com\'s Live Coverage of the seventh satage of the 2007 Vuelta a España, a 176-kilometer ride from Calahorra to Zaragoza. Short as it is, it\'s not an easy route today. The terrain is rough and the peloton will be exposed to the wind for much of it... indeed, while some stretches of today\'s route will put the wind at riders\' backs, there will be plenty of opportunity for the formation of echelons as the riders get hit by cross-winds. It\'s worth watching.

    Today\'s stage begain 1:15 and not surprisingly we saw an attack at the Zero Kilometer mark. Relax-GAM\'s Raúl Garcia de Mateos and Jesús Rosendo Prado (Andalucía - Cajasur) left the field early on and now at the 48km mark have a lead bordering on six minutes.'),(11330,227,'2007-09-07 14:34:00','The wind','The mostly flat run into Zaragoza is infamous for its strong winds that howl down the wide-open Ebro Valley. Echelons – or abanicos as they\'re called in Spanish – could easily form and cause major splits in the pack. We already saw some splits in Thursday\'s stage, but as the winds let up, most of the group came back together. Any GC favorites and would-be sprinter candidates will need to be alert so they won\'t get caught out when the fractures occur.

    If you\'re a regular reader of these Live Updates, you might notice that we\'ll slip in an occasional reference to Wyoming... usually an incredulous expression of sorts when we note that people actually live in the \'Equality State.\' That, in turn, often elicits letters of protest from folks in places as diverse as Bill, East Bill, Wamsutter, Cheyenne and Casper. Well, truth be told, the Live Update Guy actually counts Laramie, Wyoming as home and feels mighty comfortable in the neighborhood of Zaragosa, here in Spain. It looks just like the terrain of Southeast Wyoming here... complete with wind farms and a very steady breeze to power those windmills.'),(11331,227,'2007-09-07 14:35:36','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(11332,227,'2007-09-07 14:36:37','When it turns into crosswinds...','...who will try something in the peloton? Discovery Channel is one of the teams that usually instigate the echelons, putting their men on the front of the peloton and dropping the hammer. It remains to be seen if the team will try anything this time around, however, because the squad is already down two riders going into this weekend\'s decisive trio of stages. Tom Danielson crashed out in the first stage with a broken shoulder and Sergio Paulinho didn\'t start Wednesday after coming down with an illness. The team might want to conserve its resources going into Saturday\'s time trial and a pair of climbing stages in the Pyrenees on Sunday and Monday. So far, only six riders have abandoned the 2007 Vuelta. That number will surely rise in the coming days. '),(11333,227,'2007-09-07 14:37:37','The weather','Brilliant weather has blessed the Vuelta since its start in Vigo last weekend. Apart from some fog and clouds on the high-altitude summit at Lagos de Covadonga on Tuesday, the sun has been shining down on the peloton. Temperatures have also been a pleasant late-summer comfort zone, a sharp contrast to last year\'s start in Andalucía where it was in the low 100s for the better part of the first week. '),(11334,227,'2007-09-07 14:38:16','Who to pick today?','On paper, Oscar Freire will be the favorite to win a fourth stage in today\'s romp into Zaragoza, but a motivated Tom Boonen and Alessandro Petacchi might have something to say about that. Neither has won a stage yet in the Vuelta and Freire might be content with three in the bag. '),(11335,227,'2007-09-07 14:41:00','The gap','Our two leaders - Raúl Garcia de Mateos (Relax-GAM) and Jesús Rosendo Prado (Andalucía - Cajasur) - are now more than eight minutes ahead of the main field. If the sprinters\' teams get motivated, we could see that substantial lead evaporate rather quickly.'),(11336,227,'2007-09-07 14:48:55','Freire\'s chances in Stuttgart','Freire has taken nine wins on the 2007 season, the most by any Spanish rider. His victories include: a stage at Mallorca Challenge, two stages and the overall at Ruta del Sol, Milan-San Remo, Fleche Brabancona and three stages in the Vuelta. Alberto Contador and Javier Benitez have eight each, among other Spanish riders. '),(11337,227,'2007-09-07 14:58:41','A reader question','Tim in Dallas writes in to ask:

    I\'m curious, being a baseball fan as well as a cycling fan I was wondering why the U.S. sports can\'t seem to be able to test for the various illegal performance enhancing drugs and systems in use today but the International Cycling organizations can. Aren\'t the cyclists tested for HGH? I thought that they were as well everything else athletes try and get away with. The people in American Baseball say they cannot test for HGH. Is this true?
    Well, yours is a two-part question, Tim. American sport\'s \'big three\' - football, basketball and baseball - only recently began even going through the motions of testing for performance-enhancing drugs. Indeed, for years, baseball seemed more interested in monitoring recreational drug use (remember Darryl Strawberry?) than catching those who might be using drugs to gain a competitive advantage.

    Unlike cycling and other Olympic sports, the \'big three\' haven\'t signed on to the World Anti-Doping Code, largely because they don\'t have to.

    As for the HGH test, there is still debate surrounding that test. We don\'t recall running across any confirmed HGH positives in cycling. Has anyone out there been popped by the test at this point?'),(11338,227,'2007-09-07 15:02:55','Milram and Lampre','have moved into the front of the peloton and is putting in an effort to pull these guys back. Over the last 10 minutes, they\'ve already knocked off 90 seconds of the two leaders\' advantage, so we can expect the gap to shrink and predict a catch before Zaragoza.'),(11339,227,'2007-09-07 15:04:47','TT Saturday','The big buzz is Saturday\'s 52km time trial. Almost entirely flat, the straight shot from Cariñena to Zaragoza will surely cause some major time gaps between the favorites. Wind will also be a huge factor. If the winds are howling, the skinny Spanish mountain goats will take an even harder beating. Riders such as Cadel Evans, Denis Menchov and Oscar Pereiro should have an advantage over the likes of Carlos Sastre, Jose Angel Gomez Marchante and Samuel Sanchez. '),(11340,227,'2007-09-07 15:10:17','Contador','It looks like Tour de France winner Alberto Contador will not be considered for the Spanish team that is hoping to claim the coveted rainbow jersey at the upcoming world road race championships in Stuttgart.

    Spanish team coach Paco Antequera said in an interview with regional newspaper La Verdad de Murcia that the circumstances of Contador, previously linked to a Spanish doping scandal dubbed Operacion Puerto, have ruled him out of the selection process.

    \"I can say for definite no, because that\'s what I\'ve decided. His\r\n(Contador) head is elsewhere at the moment and he isn\'t ready to come back to racing. First he has to concentrate on finding himself a team.\" \r\n'),(11341,227,'2007-09-07 15:18:38','We were a bit premature','in our assessment of the efficacy of the Lampre/Milram chase. They have only just now pulled back a minute on Relax-GAM\'s Raúl Garcia de Mateos and Jesús Rosendo Prado (Andalucía - Cajasur). With a strong tailwind blowing, the two leaders\' advantage once peaked out at 9:15. They are now 8:10 ahead of the main field at the 78km mark.'),(11342,227,'2007-09-07 15:20:06','So what about Vlad\'?','Everyone is wondering if Vladimir Efimkin will be able to conserve his leader\'s jersey against some of the top GC favorites in Saturday\'s TT. Menchov, Sastre, Monfort, Devolder and Piepoli are all poised at 1:06 back. A strong time trialist, Cadel Evans is an even more dangerous threat at 1:28 back.

    Efimkin, meanwhile, is oozing optimism. \"I hope to keep the jersey as long as possible. The team is supporting me and I will give everything until the end.\" '),(11343,227,'2007-09-07 15:28:41','At 86km','the route has shifted and the peloton is now facing cross-winds. The two men up the road are now 7:45 ahead of the main field.'),(11344,227,'2007-09-07 15:36:48','The peloton','has lunch in Tarazona and the gap has now inched beyond 8:00 again. The Category 3 Puerto de Lanzas Agudas is the day\'s only rated obstacle. After that it\'s a mostly downhill shot into Zaragoza. The wind, however, will be a factor.'),(11345,227,'2007-09-07 15:39:55','Comments? Questions?','Don\'t be shy and drop us a line.'),(11346,227,'2007-09-07 15:42:35','As our two leaders','work their way up the Puerto de Lanzas Agudas, the time gap is still around the 8:00 mark.'),(11347,227,'2007-09-07 15:44:28','Up and over','Relax-GAM\'s Raúl Garcia de Mateos and Jesús Rosendo Prado (Andalucía - Cajasur) have hit the top of the climb. We\'ll get a solid time check here soon.'),(11348,227,'2007-09-07 15:48:00','The sprinters','One guy who made it over the hill with the peloton at 7:55 is Quick Step\'s Tom Boonen. His teammate Paolo Bettini is there, too. We see Petacchi and Bennati there, too, so the Quick Step, Milram, Lampre and Rabobank teams have ample reason to chase. Any bets on how long this one will last with that much horsepower driving the chase?'),(11349,227,'2007-09-07 15:54:25','The gap','is still around 8:00, as Raúl Garcia de Mateos grabs a Coke from his team car. These two are ticking along at a good pace and don\'t seem to be tiring from the day-long effort.'),(11350,227,'2007-09-07 15:56:16','The motorcycle dude','comes up with the time board, which reads \"6:27.\" Back in the peloton, it\'s Lampre and Milram doing the bulk of the work, and it appears to be effective.'),(11351,227,'2007-09-07 16:04:56','The chase','Is quite effective at this point. The guys up front are really flying, but the peloton is moving faster under the power of the Lampre/Milram chase. The gap is now down to 5:20.'),(11352,227,'2007-09-07 16:11:56','The cross wind','is not too strong, but you can see its effect on the way the peloton is lining up. Riders are spread across the road, but there are no gaps forming int he peloton.'),(11353,227,'2007-09-07 16:13:30','The gap','is now around 5:00.'),(11354,227,'2007-09-07 16:17:00','The gap has been trimmed','by another minute. The leaders are just 3:58 ahead of the main field, with 55km to go.'),(11355,227,'2007-09-07 16:29:00','Reader Question','Jim M. writes in:

    How did Team Slipstream come so far, so fast? They (Jonathan) have signed some serious firepower (sprinter, climber, time trialist, super domestique, etc.) without being in a Pro-tour Team. Is it their ethics philosophy, team support, team structure, argyles?!? I think its great that this team seams to be thriving in an otherwise inhospitable environment that is exists in cycling. What is their secret?
    It\'s really a combination of those things. The Slipstream policy of transparent testing has certainly put the team in the good graces of Tour organizer, ASO. The team has been around for a while (as TIAA-CREF/5280), but the big boost came when the team also got the attention of its primary sponsor, a young man by the name of Doug Ellis. When you factor all of those things together with the recent collapse of the Discovery team, it all seems to have come together for Slipstream. The recruitment was aided by a lot of reasons, including the fact that many of these riders have a lot of regard for team director Jonathan Vaughters, who has a solid reputation as an intelligent and honest fellow. We look forward to seeing the team ride in some major events (even the Tour?) next year.'),(11356,227,'2007-09-07 16:36:46','Quick Step','has put a couple of riders near the front. We also see a couple of orange Rabobank jerseys. The gap is now down to 2:30.'),(11357,227,'2007-09-07 16:37:14','Crash','in the peloton.... and it is all near the front of the peloton....'),(11358,227,'2007-09-07 16:38:38','The chase has shut down.','There are several riders on the ground. We figure that probably 25 to 30 riders were involved. It looks like it happened because of a touch of wheels. We see our guy Graham Watson taking pictures.'),(11359,227,'2007-09-07 16:41:49','The chase resumes','The peloton is moving on, but Predictor-Lotto\'s Bert Roesems has been left on the road. He\'s being loaded into an ambulance. He\'s conscious, but quite visibly in pain.'),(11360,227,'2007-09-07 16:43:06','What has that crash','done to the time gap? We\'re guessing that it bumped it up a bit. But we\'re looking for a time check.'),(11361,227,'2007-09-07 16:47:00','A doping story...','that doesn\'t involve road cyclists.

    Our guy Fred Dreier, who\'s at the world mountain-bike championships in Fort William, Scotland, reports that Spaniard Margarita Fullana and Austrian Michael Weiss have been deemed \'unfit to compete\' in Sunday\'s cross-country race, as both turned in hematocrit counts above the acceptable levels. The \'crit count is the crude standard that the UCI imposed in 1997 to limit the effects of EPO. The test is an indication, but not proof of EPO use. Neither rider has tested positive for EPO, using the urine test for the drug that increases red blood cell counts.'),(11362,227,'2007-09-07 16:49:45','With 20km to go','the peloton is back into its rhythm and the gap is down to 1:25.'),(11363,227,'2007-09-07 16:51:09','Coming into Zaragoza','the leaders are in the outskirts of town. Their advantage is down to 1:10. We see Lampre and Milram driving at the front of the main field.'),(11364,227,'2007-09-07 16:56:00','The gap','is now down to 45 seconds. Quick Step is putting more riders up front now. It\'s only a matter of time, with 15km to go.'),(11365,227,'2007-09-07 16:59:09','Make that 32 seconds.',''),(11366,227,'2007-09-07 16:59:57','Bad sign','The two men up front are beginning to look over their shoulders.'),(11367,227,'2007-09-07 17:00:31','Here come the peloton','The gap is under 30 seconds.'),(11368,227,'2007-09-07 17:02:00','With 10.5km to go','The gap is 21 seconds. The two men up front aren\'t giving up, but their chances are evaporating.'),(11369,227,'2007-09-07 17:03:00','Today\'s finish','is just a few blocks away from the Zaragoza Cathedral, one of the most beautiful churches in Spain. It\'s massive and quite beautiful. Despite the proximity of the church, our two leaders don\'t have a prayer.\r\n'),(11370,227,'2007-09-07 17:03:55','Caught',''),(11371,227,'2007-09-07 17:05:05','Milram','is keeping the pace high enough to keep anyone from trying an escape. We are now 6km from the finish.'),(11372,227,'2007-09-07 17:05:56','With 5km','to go, the pace remains high, with both the Lampre and Milram teams driving hard.'),(11373,227,'2007-09-07 17:06:26','We see Boonen','and Paolo Bettini up there....'),(11374,227,'2007-09-07 17:07:10','Nice wide roads','the peloton is zooming into town, with 3.5km to go.'),(11375,227,'2007-09-07 17:08:32','More Quick Steps','are moving into the mix. Lampre is setting up a train running parallel to the Milrams.'),(11376,227,'2007-09-07 17:09:14','With 2km','to go, there appears to be little real organization at the front.'),(11377,227,'2007-09-07 17:09:00','Crash!','There has been a crash near the back of the field.'),(11378,227,'2007-09-07 17:10:32','A gap','that crash was further up there than we thought... there are only six or seven riders ahead, going into the final kilometer.....'),(11379,227,'2007-09-07 17:11:00','Regrouping...','It looks like there are 12 riders coming into the finish.... Zabel wins ahead of Bettini.'),(11380,227,'2007-09-07 17:14:00','Stage results','1. Erik Zabel (G), Milram, 3:52:05
    \r\n2. Allan Davis (Aus), Discovery Channel Team
    \r\n3. Paolo Bettini (I), Quick Step-Innergetic
    \r\n4. Koldo Fernández (Sp), Euskaltel-Euskadi
    \r\n5. André Korff (G), T-Mobile
    \r\n6. Philippe Gilbert (B), Francaise Des Jeux
    \r\n7. Andrea Tonti (I), Quick Step-Innergetic
    \r\n8. Luis León Sánchez (Sp), Caisse d\'Epargne
    \r\n9. Aliaksandr Usau (Blr), Ag2r Prevoyance, all same time
    \r\n10. Mark Renshaw (Aus), Credit Agricole, at 0:12
    \r\n11. Renaud Dion (F), Ag2r Prevoyance
    \r\n12. Carlos Da Cruz (F), Francaise Des Jeux
    \r\n13. Alessandro Vanotti (I), Liquigas
    \r\n14. Mickael Delage (F), Francaise Des Jeux
    \r\n15. Gustavo Domínguez (Sp), Karpin Galicia
    \r\n16. Jorge García Marín (Sp), Relax GAM
    \r\n17. Damien Monier (F), Cofidis
    \r\n18. David De La Fuente (Sp), Saunier Duval
    \r\n19. Hubert Dupont (F), Ag2r Prevoyance
    \r\n20. F. José Martínez Pérez (Sp), Andalucia-Cajasur
    \r\n'),(11381,227,'2007-09-07 17:17:48','As you can see','from the results, there were nine riders in that lead group. There were some solid sprinters there, but it was a small group fighting it out at the finish. Because the crash occured within the final 3km, the time of the winners will be applied to all of those slowed by the crash, so it will be a bit before we sort out the damage.'),(11382,228,'2007-09-08 15:57:01','Good day and welcome','to VeloNews.com\'s Live coverage of the 2007 Vuelta a Espana, a 52.2 kilometer individual time trial from Denominación de Origen Cariñena to Zaragoza.

    We\'ve already seen the bulk of the peloton complete today\'s TT and as you can see from the top-five results, the speeds are very fast on today\'s mostly downhill route into Zaragoza.

    1. Bert Grabsch (T-Mobile), 52.2km in 57:05
    2. Lazlo Bodrogi, (Credit Agricole), at 0:34
    3. Magnus Backstedt (Liquigas), at 1:37
    4. Jason McCartney (Discovery), at 1:55
    5. Dimitri Champion (Bouygues Telecom) 2:15 \r\n'),(11385,228,'2007-09-08 16:04:06','Today\'s route','is a remarkably fast, as you can tell from the finishing times today. The favorites are about to begin hitting the intermediate time checks, so we\'ll begin to see how riders like Cadel Evans, Denis Menchov and Stijn Devolder perform on today\'s stage. Grabsch currently has the best split times, but we may well see even faster times coming in as the top riders work their way through today\'s route..'),(11388,228,'2007-09-08 16:07:00','Oscar Pereiro','is next up at that 12km mark. He is motivated and hopes to win a grand tour outright. '),(11389,228,'2007-09-08 16:09:25','Cadel Evans','is on the road. You have to count the Aussie\'s chances today. He\'s 1:28 out of first place and, given his Tour de France performances in the time trials, he has to be considered to be a favorite for a high GC placement today.'),(11387,228,'2007-09-08 16:05:00','Samuel Sanchez','is coming up on the 12-kilometer time check. He hits at 14:49.8, already a full minute off of Grabsch\'s rather zippy time.'),(11390,228,'2007-09-08 16:13:22','Pereiro','hits the time check with a time of 15:35.6, nearly two minutes off of Grabsch\'s time. More importantly, he\'s lost 46 seconds off of Sanchez\'s time. Meanwhile, Stijn Devolder (Discovery) is on route. He\'s been riding remarkably well in this Vuelta and is no slouch when it comes to the time trial.'),(11391,228,'2007-09-08 16:15:30','Mixime Monfort of Cofidis is on the road','The remaining riders:

  • SASTRE, Carlos Team CSC 16:15
  • MENCHOV, Denis Rabobank 16:17
  • EFIMKIN, Vladimir Caisse D\'Epargne 16:19\r\n'),(11392,228,'2007-09-08 16:17:22','Sastre on the road','The Energizer Bunny of the peloton is now riding. Sastre is one of our personal favorites. He rides all of the biggies and is always a contender.'),(11393,228,'2007-09-08 16:19:04','Menchov is on the road','the 2005 Vuelta winner sits in second, 1:06 out of first place. Efimkin is up next and that will be it.'),(11394,228,'2007-09-08 16:20:39','Efimkin','is on the road. Now, let\'s keep track of these top contenders at the intermediate marks.'),(11395,228,'2007-09-08 16:21:19','Gomez Marchante','has lost 3:11 to Bert Grabsch at the 27km time check.'),(11396,228,'2007-09-08 16:23:00','Evans at 12km','Cadel Evans (Predictor-Lotto) has reached the 12km time check with a time of 14:31.3. That\'s the 10th best, thus far. He\'s 42 seconds off of Grabsch\'s time, but the more important numbers will be to see how he compares to the other men in the top-10 on GC.'),(11397,228,'2007-09-08 16:27:56','Devolder','is having a great ride. He\'s hit the 12km time check 23 seconds off of Grabsch\'s time, so he\'s got time on Evans. Informal time checks show that Evans is putting time into Sastre, gaining about 26 seconds so far.'),(11398,228,'2007-09-08 16:29:32','Pereiro','hits the 27km mark in 32:28.8, well off of Grabsch\'s 29:31.'),(11399,228,'2007-09-08 16:32:09','Sastre at 12km','he reaches the mark at 14:48, 27 seconds behind Cadel Evans\' time, meaning the Australian has moved ahead of the CSC rider on GC (were the race to stop right now).'),(11400,228,'2007-09-08 16:33:00','Menchov','13:58 at 12km, just 9 seconds off of Grabsch\'s time, and that means he\'s poised to move into the leader\'s jersey. He\'s 36 seconds ahead of Evans. He\'s riding faster than Devolder, who hit the mark 14 seconds slower than the Rabobank rider.'),(11401,228,'2007-09-08 16:35:27','Efimkin','reaches the first time check with a time of 14:35.8, 46 seconds off of Grabsch\'s time, but more importantly, 37 seconds behind Menchov.'),(11402,228,'2007-09-08 16:37:13','Top five at 12km','1. Grabsch 13:49
    \r\n2. Menchov, at 0:09
    \r\n3. Bodrogi, 0:10
    \r\n4. Backstedt, 0:18
    \r\n5. Schumacher 0:23
    \r\n'),(11403,228,'2007-09-08 16:39:57','Evans at 27km','He hits the 27km mark at 30:51.4, 1:20 off of Grabsch, but the big questions are how he fares against Devolder, Menchov, Sastre and Efemkin'),(11404,228,'2007-09-08 16:42:12','A surprise stage winner today?','There was a slight favorable wind for the early starters ... only Menchov is within shot of catching Grabsch.

    Grabsch shouldn\'t come as a complete surprise - he won the German national TT title this year and was third in the Dauphine Libere TT in 2006 '),(11405,228,'2007-09-08 16:43:50','Devolder','29:59.8 at 27km.... he\'s increasing his speed, folks. He started the day at 1:06. He\'s beating Cadel Evans by 52 seconds so far. Wowie Zowie.'),(11406,228,'2007-09-08 16:45:00','That\'s gotta hurt','Menchov is closing in on his two-minute man, Carlos Sastre. If he catches, it will have to be disheartening for the CSC man. Menchov is just 13 seconds behind Sastre. Both men started the day at 1:06 on GC.'),(11407,228,'2007-09-08 16:49:03','The catch','Menchov has caught Sastre right at the 27km mark... 29:59.2 for the Russian and the CSC is 2:00 slower. Ouch.'),(11408,228,'2007-09-08 16:49:21','Sastre\'s head','Having Menchov as a reference will probably help Sastre now - if he doesn\'t just completely become demoralized. '),(11409,228,'2007-09-08 16:53:00','A new race leader?','Efimkin crosses 27km 1:50 behind Grabsch. Devolder and Menchov are riding at virtually the same pace, so either one of those men is likely to grab the leader\'s jersey today.'),(11410,228,'2007-09-08 16:54:00','Sastre','isn\'t losing heart. He\'s using Menchov as a rabbit and maintaining about the same speed, now... he\'s about 200 meters behind the Russian. He\'s far enough back so that he won\'t be penalized for physically drafting, but he is get a psychological draft there.'),(11411,228,'2007-09-08 16:56:05','Menchov','may be fading a bit after that rapid start, while Devolder is picking up speed. Let\'s see at 40km.'),(11412,228,'2007-09-08 16:57:58','Shadow boxing','It looks like Menchov and Devolder are riding at nearly the same pace. Frankly, we\'re rooting for Devolder, because Menchov has to be one of the worst riders we\'ve ever had to interview.'),(11413,228,'2007-09-08 16:58:56','Pereiro','comes in 5:08 off of Grabsch\'s pace. Not bad, considering he came down with a stomach bug Thursday night and almost abandoned Friday\'s stage '),(11414,228,'2007-09-08 16:59:27','Time checks','are giving Devolder a three second advantage over Menchov.\r\n'),(11415,228,'2007-09-08 17:01:03','44:56','Devolder hits the 40km mark at 44:56, off of the 44:15 of Grabsch. Evans is more than 2:00 of pace. The race for the overall is a two-man battle between Menchov and Devolder. Either way, it will be close.'),(11416,228,'2007-09-08 17:02:55','Devolder','has 10 seconds on Menchov.'),(11417,228,'2007-09-08 17:06:34','Flying to the finish','Devolder is closing in on the final few kilometers and he appears to have a 16-second lead on Menchov. Both men, as you recall, started the day at 1:06 on GC, so that gap will make the difference'),(11418,228,'2007-09-08 17:08:23','Devolder',' is flying. He won\'t win the stage, but he probably doesn\'t care.'),(11419,228,'2007-09-08 17:08:00','Cadel Evans finishes','at 59:25.2, but he\'s well off the pace of Devolder.'),(11420,228,'2007-09-08 17:08:53','Menchov','is aware of the gap and is pouring on the gas. '),(11421,228,'2007-09-08 17:10:32','Sprint!','Devolder sprints to the line and gets a time of 57:53...third best of the day, but he\'s likely to get the leader\'s jersey.'),(11422,228,'2007-09-08 17:12:19','Menchov','is in the final few kilometers. Unofficial time checks put him 20 seconds down on Devolder, but we\'ll see at the finish.'),(11423,228,'2007-09-08 17:16:06','Menchov','heads to the finish. Sastre, meanwhile, lost contact a while back.'),(11424,228,'2007-09-08 17:17:16','Menchov','comes in at 58:23... he\'s 30 seconds off of Devolder\'s time. So the Belgian is the new GC leader.'),(11425,228,'2007-09-08 17:17:51','Sastre','1:01:08...4:03 behind Grabsch\'s time.'),(11426,228,'2007-09-08 17:18:42','Now we wait for','Efemkin to make it all official.'),(11427,228,'2007-09-08 17:19:46','Grabsch','will score a stage win today. Efimkin will lose the jersey. Now we have to see by how much.'),(11428,228,'2007-09-08 17:21:00','1:00:27.6','for Efimkin. So, Stijn Devolder takes the overall, but it looks like Efimkin stays in third place.

    '),(11429,228,'2007-09-08 17:27:00','Results','1. Bert Grabsch (T-Mobile) 57:05
    2. Lazlo Bodrogi (Credit Agricole), at 0:34
    3. Stijn Devolder (Discovery), at 0:48
    4. Denis Menchov (Rabobank), at 1:18
    5. Magnus Backstedt (Liquigas), at 1:37

    Overall
    1. Devolder
    2. Menchov +30
    3. Efimkin +1:28
    4. Evans 1:54
    5. Sastre +3:15
    6. Karpets 3:45
    '),(11430,228,'2007-09-08 17:28:02','That\'s a wrap, folks','Thanks for tuning in and check back soon for complete results, photos and a complete stage report from Andrew Hood.'),(11431,229,'2007-09-09 14:28:08','Good Day','and welcome to VeloNews.com\'s live coverage of the 9th stage of the 2007 Vuelta a España, a 167.6-kilometer ride from\r\nHuesca to the ski area atop the climb to Estación de esquí Cerler.

    Today\'s stage features four rated climbs - two Category 2 climbs, a Cat. 3 and a categoría especial (beyond category) climb to the finish.

    The peloton rolled out of town at around 12:35 and, as is always the case in this race, the attacks began when the flag went down. None of those early attacks managed to stick until a group of 13 formed up between 18 and 20 kilometers.

    We currently have that group at the 71km mark, with a lead of about 2:30.

    Remarkably, Serafín Martínez Acevedo (Karpin Galicia) has joined the group to keep his hold on the KOM jersey. The group is composed of the following riders:

  • Jose ÃÂngel Gómez Marchante (Saunier Duval)
  • \r\nIgor Antón (Euskaltel)
  • \r\nStéphane Goubert (Ag2r)
  • \r\nSylvester Szmyd (Lampre)
  • \r\nDavid López (Caisse d\'Epargne)
  • \r\nWim Van Huffel (Predictor-Lotto)
  • \r\nDavide Rebellin (Gerolsteiner)
  • \r\nChristophe Kern (Crédit Agricole)
  • \r\nChristian Vande Velde (CSC)
  • \r\nAlessandro Vanotti (Liquigas)
  • \r\nMorris Possoni (Lampre)
  • \r\nJose Vicente García Acosta (Caisse d\'Epargne)
  • \r\nSerafín Martínez Acevedo (Karpin Galicia)\r\n'),(11432,229,'2007-09-09 14:31:00','Pereiro','One rider who has really encountered problems today is Caisse d\'Epargne\'s Oscar Pereiro, who has apparently been suffering with Gastro-intestinal difficulties for the past few days. He was dropped early in the stage - on the day\'s first climb, the Cat. 2 Puerto de Monrepos. He is now trailing by more than 5:00 and it looks like it will be a big struggle for the Spaniard to even finish today\'s difficult stage.'),(11433,229,'2007-09-09 14:31:40','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(11434,229,'2007-09-09 14:34:28','Over the top','Our 13 leaders are on the descent off the back side of the Cat. 2 Puerto de Serrablo. We\'re still waiting for results from the climb, but we have to guess that Serafín Martínez Acevedo (Karpin Galicia) has done his best to rack up top points. Stand by for a full count.'),(11435,229,'2007-09-09 14:39:00','We were right, but','.... Serafín Martínez did make it to the top ahead of the rest of the men in the group, but he has crashed on the descent. It doesn\'t appear to be too serious, but he\'s lost about 30 seconds to the others in the break. He has plenty of time to catch on, but that had to hurt.

    The riders crested the climb in the following order:
    1. Serafin Martinez
    2. Jose Gomez Marchante
    3. Jose Vivente Garcia Acosta
    4. Christophe Kern
    5. Christian Vande Velde
    6. Sylvester Szmyd.'),(11436,229,'2007-09-09 14:46:09','The KOM picture','The KOM standings at the start of today\'s stage;
    1. Serafín MartÃÂnez Acevedo (Sp), Karpin Galicia, 46 Pts.
    \r\n2. Vladimir Efimkin (Rus), Caisse d\'Epargne, 30 Pts.
    \r\n3. David De La Fuente (Sp), Saunier Duval, 29 Pts.
    \r\n4. Leonardo Piepoli (I), Saunier Duval, 29 Pts.
    \r\n5. Karsten Kroon (Nl), CSC, 26 Pts.
    \r\n6. Jurgen Van Goolen (B), Discovery Channel Team, 24 Pts.
    \r\n7. ÃÂngel Vallejo (Sp), Relax GAM, 21 Pts.
    \r\n8. Mauricio Ardila (Col), Rabobank, 20 Pts.
    \r\n9. Stijn Devolder (B), Discovery Channel Team, 20 Pts.
    \r\n10. Denis Menchov (Rus), Rabobank, 16 Pts.
    \r\n

    Serafín MartÃÂnez Acevedo has added to that, but we\'ll see how he fares for the remaining climbs today. We wish him well.\r\n\r\n'),(11437,229,'2007-09-09 14:47:19','The gap','The 13 leaders (now including Serafín MartÃÂnez Acevedo), have an advantage of 2:15 on the main field.'),(11438,229,'2007-09-09 14:54:00','The gap','The leaders\' advantage has been trimmed to just 1:30. As a reminder, the men in the break are:

  • Jose ÃÂngel Gómez Marchante (Saunier Duval)
  • \r\nIgor Antón (Euskaltel)
  • \r\nStéphane Goubert (Ag2r)
  • \r\nSylvester Szmyd (Lampre)
  • \r\nDavid López (Caisse d\'Epargne)
  • \r\nWim Van Huffel (Predictor-Lotto)
  • \r\nDavide Rebellin (Gerolsteiner)
  • \r\nChristophe Kern (Crédit Agricole)
  • \r\nChristian Vande Velde (CSC)
  • \r\nAlessandro Vanotti (Liquigas)
  • \r\nMorris Possoni (Lampre)
  • \r\nJose Vicente García Acosta (Caisse d\'Epargne)
  • \r\nSerafín Martínez Acevedo (Karpin Galicia)\r\n'),(11439,229,'2007-09-09 14:58:00','The chase',' is being driven by riders from Discovery and has trimmed the gap to 1:15.'),(11440,229,'2007-09-09 15:16:00','There he goes','the day\'s pace proved to be too high for Pereiro. He\'s pulled out of the race in the feedzone. Liquigas\'s Francesco Chicchi, too, has packed it in.

    Meanwhile, the leaders have upped the pace and have extended their advantage to two minutes as they work their way up the Cat. 3 Puerto de Foradada.'),(11441,229,'2007-09-09 15:19:00','After the Puerto de Foradada','a fast descent and then the long rise toward the day\'s final haul up the climb to Estación de esquí Cerler. It\'s a tough climb to one of the ski stations that dot the Pyrenees.'),(11442,229,'2007-09-09 15:21:56','On the climb','the men in the lead are now 2:25 ahead of the peloton. We should see some real fireworks on the day\'s final climb.'),(11443,229,'2007-09-09 15:25:00','In print','As a reminder to those of you who log on to this site on a regular basis, we wanted to mention that VeloNews.com actually has a print edition, a magazine that offers a rich, rich variety of content, none of which you\'ll find here on the site. Take a quick look:\r\n

    Sign up for VeloNews and you\'ll receive the Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/\r\nTorx Set absolutely free with your paid subscription.\r\n'),(11444,229,'2007-09-09 15:25:45','Pereiro','We spoke to him briefly this morning. he sounded like the worse was over:
    \"Unfortunately, this Vuelta hasn\'t gone the way I had hoped. I worked hard two months to be prepared for the Vuelta, because I came here with the intention of winning. That\'s the way cycling goes sometimes, the body is not a machine. At least I was able to eat last night and get some sleep. I hope to recover these next few days and try something next week to at least win a stage to try to save something from this disappointment.\" '),(11445,229,'2007-09-09 15:26:00','Today\'s weather','Once again, the weather couldn\'t be more spectacular. It\'s warm, but not too hot, with temperatures in the 80s throughout the route. The peloton will be working up a sweat on the climbs, however, as the Iberian sun is even more intense at elevation. There\'s a stiff wind coming up the narrow canyon to the base of the climb to Cerler and the peloton will climbing against the wind on the final 12km run up to the Cerler ski station. '),(11446,229,'2007-09-09 15:26:44','The final climb','The route is a stunner, though the peloton won\'t have much time to enjoy the views. There are spectacular panoramas of the Spanish Pyrenees from atop the day\'s first two Cat. 2 climbs. All three of the opening climbs head up the \"easy\" way - the descents off all three climbs are much more demanding than the side the race is climbing up. That\'s not to say it\'s easy, indeed, it\'s much more difficult than it looks in the road book. The final climb up to Cerler is fairly wide open with sweeping hairpin turns. There are short respites at 5km and 10km as the climb hits some flats. The steepest bits are in the bottom two-thirds of the climb. The final 4km aren\'t very steep, but there are some stiff headwinds. The final 600 are a false flat. '),(11447,229,'2007-09-09 15:31:11','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(11448,229,'2007-09-09 15:37:46','We\'ve posted pictures','from the start and today\'s route.

    Meanwhile, the gap is holding at around 2:30. We\'ve seen Kern have a bit of trouble on the climb, but the rest of the group continues to work up the Foradada.'),(11449,229,'2007-09-09 15:45:39','Disco\'','Jason McCartney was \"satisfied\" with his time trial. He described it as a bad course for him \"because I like at least some rollers to carry the speed. This was straight and flat with wind - it was an awful course, I don\'t know who thought of that one.\" He said his butt was so sore after the time trial he soaked it with ice for 30 minutes last night to ease the pain. He said the \"team is motivated now that Stijn has the jersey. We\'ll fight to keep it.\" \r\n \r\n'),(11450,229,'2007-09-09 15:47:22','Demol','Dirk Demol was pleased with Devolder\'s TT ride: \"To be honest, it was a surprise. We thought if we could only lose 30 seconds to Menchov and gain 1 minute, 30 seconds to Sastre, we\'d be happy. In the end, we gained 30 seconds to Menchov and 3 minutes to Sastre, so it was better than we hoped. It\'s too soon to talk about victory. He\'s strong and if we can support him to the climbs each day, he should be OK. The podium is a realistic goal right now. Menchov is very strong and Sastre can never be discounted.\" '),(11451,229,'2007-09-09 15:47:36','Marchante','Jose Angel Gomez Marchante (Saunier Duval-Prodir) is in today\'s breakaway. Before the start he promised he\'d try something: \"I lost too much time in the TT. It wasn\'t a good day for me. Now I have to attack in the mountains if I want to improve in the GC. We\'ll see how the legs respond. Now we\'re heading back into my preferred terrain. We have to attack.\" '),(11452,229,'2007-09-09 15:49:03','Our leaders','Are on the descent. Kern appears to have rejoined on the way down. They are 41km from the finish and the gap has again been trimmed to less than 2:00. '),(11453,229,'2007-09-09 15:49:17',' Brajkovic','Janez Brajkovic has been one of this year\'s \"nowhere men\" in the Vuelta. The skinny Slovenian lit up last year\'s Vuelta and targeted the race as his top goal of the 2007 campaign. He fell ill during the Tour of Quinghai Lake in China in July and hasn\'t recovered. \"I\'m super bad. I was sick and the altitude was very high in China. I have the symptoms of (Tom) Danielson, who said I might have parasites. I haven\'t had time to test for it. Now I only hope to survive this Vuelta.\" '),(11454,229,'2007-09-09 15:55:36','Discovery','is still leading the chase, but Menchov\'s Rabobank boys are moving up, too. The gap has been trimmed to 1:08, with 40km remaining... so a catch is nearly inevitable today.'),(11455,229,'2007-09-09 16:00:06','A combined effort','Rabobank has moved three riders into the chase. The gap is at 1:24, but we should expect the bulk of the escape to be reeled in once the real action kicks in today.'),(11456,229,'2007-09-09 16:04:00','Through the canyons','The gap is coming down again, as the Rabobank and Discovery teams drive the pelton through the canyons on the approach to the day\'s final climb. (You can see a photo of the terrain below).'),(11457,229,'2007-09-09 16:11:04','As you can see','from the profile, it\'s a long and gradual ride to the final climb. The riders up front are holding on to a small gap as they stock up on food and drink in anticipation of a long haul to the top.'),(11458,229,'2007-09-09 16:15:31','With 25km to go','the gap is down to just 38 seconds.'),(11459,229,'2007-09-09 16:16:49','The catch','is quite certain at this point. Now, we have to keep track of the top riders as they hit the climb.'),(11460,229,'2007-09-09 16:19:04','The time gap','is now at 33 seconds. There are very brisk wind blowing DOWN the valley and that means part of the final climb up Cerler will have some good tailwinds.'),(11461,229,'2007-09-09 16:21:51','VdV','takes a dig as the escape group nears the climb. Vande Velde is caught and now a counter attack from Alessandro Vanotti (Liquigas)... and the Caisse d\'Epargnes in the break chase him down.'),(11462,229,'2007-09-09 16:23:16','Weird race if you think about it','This Vuelta is upside down - usually the Spanish dominate and the foreigners are here on vacation. Instead, there are only two Spanish in the top 10 dominated by Russians, Belgians, French (!!), Italians and an Aussie.'),(11463,229,'2007-09-09 16:24:33','With 20km to go','the gap has gone out to 45 seconds... the little digs at the front have boosted the lead. Meanwhile, Alessandro Vanotti (Liquigas) has countered again and is now working his way toward the climb on his own.'),(11464,229,'2007-09-09 16:26:53','Alessandro Vanotti (Liquigas)','is still on his own, with 17.6km to go. The peloton, meanwhile, is moving in on the other men from the break. We are hoping to get you splits here in a minute.'),(11465,229,'2007-09-09 16:27:00','Shameless commerical plugs...','... are a necessity in this day and age, but this one ain\'t too painful, folks.

    As a reminder to those of you who log on to this site on a regular basis, we wanted to mention that VeloNews.com actually has a print edition, a magazine that offers a rich, rich variety of content, none of which you\'ll find here on the site. Take a quick look:\r\n

    Sign up for VeloNews and you\'ll receive the Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/\r\nTorx Set absolutely free with your paid subscription. Click on the image or just click here\r\n'),(11466,229,'2007-09-09 16:29:57','Team player','We spoke with Jason McCartney this morning. He said this morning: \"I love being a domestique. I love working for a team captain. Sure, I\'d like to get a win now or then, but working for others is great.\"

    Nice attitude, eh?'),(11467,229,'2007-09-09 16:32:51','The final climb','is officially 12.6km in length. Vanotti is 14.2km from the finish, so he\'s nearly at the climb. The average grade is 5.5%, so this climb would not rank as a beyond category climb were it not at the finish.'),(11468,229,'2007-09-09 16:33:52','The peloton','is rolling through Benasque - a really cool little ski town. Vanotti has 42 seconds on the peloton, but his former breakaway buddies are bout to be pulled in.'),(11469,229,'2007-09-09 16:35:01','The other men in the break','are just 20 meters off the front of the peloton... and now they are caught.'),(11470,229,'2007-09-09 16:35:48','Situation on the road','The peloton is nearing the climb with Alessandro Vanotti (Liquigas) hanging off the front with a 26-second advantage.'),(11471,229,'2007-09-09 16:37:32','Vanotti','is passing by a row of parked team buses, a sure sign that the climb is starting. The teams park those buses at the base, so they don\'t have to maneuver them up and down the long grade.'),(11472,229,'2007-09-09 16:38:43','Vanotti','is caught and we see Piepoli and Marchante at front for Saunier Duval. And here comes CSC... Man, the grade is steep and the whole peloton is blowing apart. The sprinters are gonna take it easy on this one.'),(11473,229,'2007-09-09 16:39:59','Holy sh.... er uhhh','we mean WOW. There are only about 20 riders at the front of the peloton. At this point, all of the biggies are there, as Cuesta drives.'),(11474,229,'2007-09-09 16:40:16','Oop!','Devolder has already been dropped!'),(11475,229,'2007-09-09 16:41:19','Devolder','already has lost 20 seconds. He\'s a hurtin\' unit. Up front, Carlos Castano (Karpin-Galicia) is riding off the front. He\'s not a GC threat, so we may not see a furious chase here.'),(11476,229,'2007-09-09 16:42:55','Devolder','is now 25 seconds behind the main group that includes Denis Menchov, Carlos Sastre, Cadel Evans and Chris Horner.'),(11477,229,'2007-09-09 16:44:21','Many groups forming','Gomez Marchante has been spit off of the back of the Menchov group. Ahead, Castona is still off the front.'),(11478,229,'2007-09-09 16:44:52','Devolder','has company and is in a group chasing the Menchov group.'),(11479,229,'2007-09-09 16:46:00','Castona','is 9km from the finish and he has a lead of 14 seconds on the Menchov group and another 28 seconds on the Devolder group. Devolder has help from Brajkovic and several others in that group.

    Wait. Castona has been caught and passed.'),(11480,229,'2007-09-09 16:48:06','Devolder',' has been dropped by the chase group. He is more than thirty seconds off the Menchov group, so the 2005 winner looks like he may move into the overall today. Relax-GAM\'s David Moreno is taking a dig off the front.'),(11481,229,'2007-09-09 16:49:44','With 8km to go','The Menchov group has hit one of the mellower parts of the climb. '),(11482,229,'2007-09-09 16:50:47','Sastre','attacks out of the Menchov group, just as his teammate Cuesta pulled off. Sastre is driving hard.'),(11483,229,'2007-09-09 16:52:30','Moreno is about to pulled in','Meanwhile the pressure being applied by Sastre has shattered the Menchov group. Cadel Evans has been dropped. Karpets just blew up.'),(11484,229,'2007-09-09 16:54:23','The lead group is','shrinking. We see Piepoli, Menchov, Sastre. There goes Menchov. He\'s dropping the hammer and has Piepoli on his wheel. Sastre is gapped.'),(11485,229,'2007-09-09 16:54:49','Piepoli with Menchov','Sastre with Mosquera at about 50 meters'),(11486,229,'2007-09-09 16:56:16','Menchov is making his mark','on this Vuelta. Remember, he won in 2005, but finished behind a convicted doper and didn\'t get the prize for months after the race. He wants to win this one outright.

    Piepoli, Menchov leading - Sastre, Mosquera chasing - behind is Evans, Sanchez, Efimkin, Beltran. Devolder is way back now.'),(11487,229,'2007-09-09 16:59:08','Three kilometers remaining','We see Piepoli and Menchov turning into a headwind for a while. The gap back to 11 seconds to Sastre.'),(11488,229,'2007-09-09 16:59:56','A slight drop','The course is on a slight downhill section - which doesnt help Sastre because he sucks on descents. Mosquera is not much help to Sastre'),(11489,229,'2007-09-09 17:00:35','With 2.5km to go','Menchov/Piepoli have 12 seconds on Sastre and 38 seconds on Evans.'),(11490,229,'2007-09-09 17:02:18','Menchov and Piepoli','Are now 2km from the finish and both men look relaxed and comfortable... Sastre is just 10 seconds back. He\'s holding his own.'),(11491,229,'2007-09-09 17:02:44','The Efimkin/Evans group','comes through at 45 seconds.'),(11492,229,'2007-09-09 17:03:00','We haven\'t seen','Devolder for some time now.'),(11493,229,'2007-09-09 17:03:48','Remember','that the Vuelta doesn\'t give out time bonuses.'),(11494,229,'2007-09-09 17:04:39','One kilometer to go','and the two leaders have put another 5 seconds into Sastre.'),(11495,229,'2007-09-09 17:04:59','','Will it be a sprint?'),(11496,229,'2007-09-09 17:06:02','No sprint','Menchov motions to Piepoli to take the stage. A subtle flick of the elbow is all it took to convey that message and Piepoli takes the win.'),(11497,229,'2007-09-09 17:06:10','Sastre at 16 seconds',''),(11498,229,'2007-09-09 17:06:29','Menchov is now the leade','as the 30-second mark has passed.'),(11499,229,'2007-09-09 17:06:43','The Evans group comes in at 1:03.',''),(11500,229,'2007-09-09 17:06:52','Where is Stijn?',''),(11501,229,'2007-09-09 17:08:36','Already coming up on three minutes','and still no sign of Stijn Devolder.'),(11502,229,'2007-09-09 17:11:26','Devolder','finishes 4:58 behind the winner today. He dropped like stone on GC.'),(11503,229,'2007-09-09 17:16:38','Preliminary results','1. Leonardo Piepoli (I), Saunier Duval, 3:28:22
    \r\n2. Denis Menchov (Rus), Rabobank
    \r\n3. Ezequiel Mosquera (Sp), Karpin Galicia, at 0:17
    \r\n4. Carlos Sastre (Sp), CSC
    \r\n5. Oliver Zaugg (Swi), Gerolsteiner, at 0:51
    \r\n6. Daniel Moreno (Sp), Relax GAM, 1:03
    \r\n7. Luis P‚rez Rodríguez (Sp), Andalucia-Cajasur
    \r\n8. Samuel S nchez (Sp), Euskaltel-Euskadi
    \r\n9. Vladimir Efimkin (Rus), Caisse d\'Epargne
    \r\n10. Manuel Beltr n (Sp), Liquigas, all same time.
    \r\n'),(11504,229,'2007-09-09 17:17:23','Overall standings','1. Denis Menchov (Rus), Rabobank, 32:54:47
    \r\n2. Vladimir Efimkin (Rus), Caisse d\'Epargne, 2:01
    \r\n3. Cadel Evans (Aus), Predictor-Lotto, 2:27
    \r\n4. Carlos Sastre (Sp), CSC, 3:02
    \r\n5. Ezequiel Mosquera (Sp), Karpin Galicia, 4:02
    \r\n6. Stijn Devolder (B), Discovery Channel Team, 4:28
    \r\n7. Samuel SÃÂnchez (Sp), Euskaltel-Euskadi, 4:42
    \r\n8. Vladimir Karpets (Rus), Caisse d\'Epargne, 4:58
    \r\n9. Maxime Monfort (B), Cofidis, 5:07
    \r\n10. Carlos Barredo (Sp), Quick Step-Innergetic, 5:19
    \r\n'),(11505,229,'2007-09-09 17:18:35','Climber\'s points','1. Serafín Martínez Acevedo (Sp), Karpin Galicia, 67 Pts.
    \r\n2. Leonardo Piepoli (I), Saunier Duval, 59 Pts.
    \r\n3. Denis Menchov (Rus), Rabobank, 41 Pts.
    \r\n4. Vladimir Efimkin (Rus), Caisse d\'Epargne, 34 Pts.
    \r\n5. David De La Fuente (Sp), Saunier Duval, 29 Pts.
    \r\n6. Karsten Kroon (Nl), CSC, 26 Pts.
    \r\n7. Carlos Sastre (Sp), CSC, 26 Pts.
    \r\n8. Jurgen Van Goolen (B), Discovery Channel Team, 24 Pts.
    \r\n9. Ezequiel Mosquera (Sp), Karpin Galicia, 24 Pts.
    \r\n10. J. ÃÂngel Gómez Marchante (Sp), Saunier Duval, 23 Pts.
    \r\n'),(11506,229,'2007-09-09 17:19:38','That\'s a wrap folks.','Thanks again for joining us today. We appreciate your tuning in and we invite you to check in for tomorrow\'s stage. Our coverage begins at 8:00 a.m. (eastern time in the U.S.)'),(11507,230,'2007-09-10 13:38:00','Good Day','and welcome to VeloNews.com\'s live coverage of the 10th stage of the 2007 Vuelta a España. Today\'s stage is a tough, tough 214km, four-climb march across the Pyrénées that dips into the small enclave of Andorra.

    The stage opens with two steep Cat. 2 climbs in the opening 65km as the route cuts east across the Aragon Pyrénées. The Cat. 1 Puerto de Cantó at 133.5km is followed by a harrowing descent that carries the bunch to the long approach into Andorra.

    The stage finishes at the highest point of this year\'s Vuelta, 2200 meters, at the Arcalís climb. The 15km climb has an average grade of 5.6 percent with ramps as steep as 8.5 percent.

    One rider of note who did not start today\'s race is Rabobank\'s Oscar Freire, who already said he was going to scoot out of here today. He\'s aiming for a fourth rainbow jersey at world\'s in Stuttgart this month.\r\n\r\n'),(11508,230,'2007-09-10 13:50:00','Today\'s stage','began just around noon today and the attacks began, once again, when the flag dropped. Over the opening 20km, a large group formed up as riders worked to bridge up to a lead group.

    Now, at kilometer 93, the leaders are holding an advantage of 4:45. The group is made up of the following riders:

  • Hubert Dupont (Ag2r)
  • \r\nLudovic Turpin (Ag2r)
  • \r\nStef Clement (Bouygues Telecom)
  • \r\nDavid Lopez Garcia (Caisse D’Epargne)
  • \r\nXabier Zandio Echaide (Caisse D’Epargne)
  • \r\nJurgen Van Goolen (Discovery)
  • \r\nDionisio Galparsoro Martinez (Euskaltel - Euskadi)
  • \r\nAlan Pérez Lezaun (Euskaltel - Euskadi)
  • \r\nSantos Gonzalez Capilla(Karpin Galicia)
  • \r\nDamiano Cunego(Lampre)
  • \r\nMarco Marzano (Lampre)
  • \r\nFranco Pellizotti (Liquigas)
  • \r\nAlessandro Vanotti (Liquigas)
  • \r\nMario Aerts(Predictor-Lotto)
  • \r\nPaolo Bettini (Quick Step)
  • \r\nJosé Angel Gomez Marchante (Saunier Duval - Prodir)
  • \r\nÃÂngel Gómez Gómez (Saunier Duval - Prodir)
  • Christian Vande Velde (Team CSC)
  • Giuseppe Guerini (T-Mobile)

    None of the men in the break poses a significant GC threat - Van Goolen is the best placed of the group and he\'s more than 9:00 down on the overall standings.'),(11509,230,'2007-09-10 13:52:44','The chase','There is not a frantic pursuit of the break right now, with the Rabobank team of race leader Denis Menchov simply monitoring the gap, as the riders approach the base of the day\'s penultimate climb, the Category 1 Puerto del Canto. '),(11510,230,'2007-09-10 13:53:13','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(11511,230,'2007-09-10 13:55:22','Tomorrow','is the first rest day of this Vuelta. After today\'s heavy effort, it will offer welcomed relief to the peloton, as riders assess their race and weigh the benefits of continuing the tour or bailing in order to prepare for the world\'s road race, coming up at the end of the month in Stuttgart, Germany.'),(11512,230,'2007-09-10 14:00:27','At100km','the leaders are nearing the base of the climb and, for now, are cooperating. A couple of names of interest in there are world champion Paolo Bettini and T-Mobile\'s Guiseppe Gueirni, the Alpe\'dHuez winner in 1999 (despite that infamous crash, after he ran into \"Eric the photographer\").'),(11513,230,'2007-09-10 14:10:03','More than 5:00','The lead group of 18 now has an advantage that has bumped over the five-minute mark.'),(11516,230,'2007-09-10 14:13:00','A question','Given we\'re in the third grand tour of the season, we\'d like to ask our readers which of these three-week events is your favorite. Is it the Giro? The Tour? The Vuelta? Drop us a line, let us know which of the three is your fav\' and why.'),(11517,230,'2007-09-10 14:16:00','Lunch time!','The men in the break are fully loaded up with food and drink at the feedzone. The gap is still hovering around the five-minute mark, a gap that seems to be cool with the Rabobank team, which has a greater interest in protecting the race lead of Denis Menchov than chasing down potential stage winners.'),(11518,230,'2007-09-10 14:25:27','Favorite tours','One factor we didn\'t consider is the availability of television broadcasts in the U.S. We have received several notes from readers who say that their favorite is the Tour de France, largely because they can catch it on TV in the United States. Good point. We, too, would like to see greater attention to the other two grand tours in North America.'),(11519,230,'2007-09-10 14:26:18','On the climb.','The leaders are on the slopes of the Category 1 Puerto del Canto. '),(11520,230,'2007-09-10 14:28:00','Correction','That break has one rider that we failed to mention earlier (the list is now corrected). CSC\'s Christian Vande Velde is up there, too.'),(11521,230,'2007-09-10 14:31:18','On the climb','Lampre\'s Paolo Tiralongo has called it a day and climbed off of his bike.'),(11522,230,'2007-09-10 14:32:54','The road ahead','After this climb, the road takes a fast drop into Andorra and then begins a gradual climb to the base of the Arcalís climb. The 15km climb has an average grade of 5.6 percent with ramps as steep as 8.5 percent.'),(11523,230,'2007-09-10 14:36:56','Oh...','now there\'s a surprise. Discovery\'s Janez Brajkovic is pulling out of the Vuelta. The Discos are now down to six riders.'),(11524,230,'2007-09-10 14:37:34','The gap','The leaders are working their way up the climb and the Rabobank-led peloton has trimmed their advantage to 3:50 at km 124.'),(11525,230,'2007-09-10 14:42:09','Favorites','Reader Dwayne H writes:

    As far as the Grand Tours are concerned, I think I like each of them for different reasons.
    1) The Giro – it’s great because of the timing of being that race somewhere between the TdF and the Classics. There are always new names putting on a show (although this year’s TdF did a better job of that really)
    \r\n2) The Tour – I love it for the build-up, the popularity and ALL the big names are there. The actual race has been mundane in my eyes for the past couple of years, especially since it is overshadowed by the doping scandals.
    3) The Vuelta – it may not have all the big names or the perfect conditions, but it seems this race always has the most excitement – better stages, grueling heat at times, great climbs, fast sprints. Sure, the names aren’t as big but it’s good racing.

    Honestly though, TV coverage doesn’t matter to me. VeloNew’s live feed has been my only connection for the past two years, except for the occasional stop at VS. for their evening coverage.
    Thanks,
    Dwayne H.

    \r\nGood points, Dwayne. We have to agree that each of the grand tours has its appeal. As reporters, a lot of us like the Vuelta because it\'s so relaxed. Riders, managers and officials are a lot more accessible than at other races and the racing itself is often just as spectacular as it is at the other biggies.'),(11526,230,'2007-09-10 14:45:05','Shameless commerical plugs...','... are a necessity in this day and age, but this one ain\'t too painful, folks.

    As a reminder to those of you who log on to this site on a regular basis, we wanted to mention that VeloNews.com actually has a print edition, a magazine that offers a rich, rich variety of content, none of which you\'ll find here on the site. Take a quick look:\r\n

    Sign up for VeloNews and you\'ll receive the Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/\r\nTorx Set absolutely free with your paid subscription. Click on the image or just click here\r\n'),(11527,230,'2007-09-10 14:51:44','Approaching the summit','the lead group has remained largely intact and is still enjoying a lead of around 3:50.'),(11548,230,'2007-09-10 16:19:15','Sorensen','is back in the main field, driving the CSC chase. The gap is at 2:12.'),(11528,230,'2007-09-10 15:03:32','Up and over','Our leaders over the summit and are still holding a healthy lead of 4:20. The gap has been nicely monitored by Rabobank, so we will most certainly see several of these escapees reeled back into the fold when they work their way up toward the finish.'),(11529,230,'2007-09-10 15:18:03','Headin to Andorra','The peloton is on the descent. The lead group is still about 4:00 up the road. Once they all reach the base of this descent, there is an almost immediate upturn and the riders will pass into Andorra and then head to the brutal finishing climb... which promises to be something of a showdown.'),(11530,230,'2007-09-10 15:18:15','Headin to Andorra','The peloton is on the descent. The lead group is still about 4:00 up the road. Once they all reach the base of this descent, there is an almost immediate upturn and the riders will pass into Andorra and then head to the brutal finishing climb... which promises to be something of a showdown.'),(11531,230,'2007-09-10 15:18:53','With Freire out...','Some other big guns are expected to drop out in the coming days. QuickStep officials say Boonen and Bettini will likely pull out the Wednesday before race ends - both are here to prep for world\'s.

    VN.com talked with Daniele Bennati before the start of today\'s stage. He told us he\'s hoping to earn a spot on the Italian national squad for the world\'s. \"I\'m feeling good and the Vuelta is the ideal preparation for world\'s. The Italians will have a good team. I want to be there.\"'),(11532,230,'2007-09-10 15:20:21','Today','This is a long stage - 214km - Tour de France-style. Most of the roads are wide-open, so there is nothing too technical or dangerous to worry about. The worst was the first Cat. 2, from there, it\'s all good roads to Andorra. '),(11533,230,'2007-09-10 15:31:08','Nearing the bottom','the lead group is at 3:33.'),(11534,230,'2007-09-10 15:37:23','One of the men in the break','VN.com spoked with Chris Anker Sorensen the other day. He\'s a rare breed among Danish pros in that he\'s a natural climber. He\'s rocking his first year as pro and posted sixth overall at Tour of Germany while helping Jens Voigt win the overall. \"We\'re all riding for Carlos now. Maybe circumstances will permit one of us to win a stage, but the priority is to push Carlos onto the podium.\"'),(11535,230,'2007-09-10 15:41:00','Brajkovic','We spoke with Janez Brajkovic before yesterday\'s start and he said \"I\'ve been bad since racing at the Tour of Quinghai. I wanted to do well in the Vuelta this year, but I just haven\'t been able to recover.\"

    Of course, that resulted in his withdrawl today.

    Brajkovic also denied reports that he\'s signed with T-Mobile for next season. When VN.com told him the news was even posted on Discovery Channel\'s web page, Brajkovic said, \"There\'s nothing signed yet. Nothing\'s finalized.\"'),(11536,230,'2007-09-10 15:44:22','Oscar Pereiro,','who abandoned midway through yesterday\'s stage said he won\'t even dream about going to the world championships. \"I tried to stay in the race but it was useless. I felt better, but it\'s obvious I couldn\'t recuperate. It\'s too bad because I tried well for the Vuelta. I am confident that Efimkin can finish on the podium.\"'),(11538,230,'2007-09-10 15:45:25','The gap','at 162km is still holding at around 4:00.'),(11539,230,'2007-09-10 15:49:29','The weather...','...is once again stellar. There\'s a nice breeze kicking up into Andorra, which means the peloton will have a headwind on the roll up the valley. There are some minor clouds building up along the highest peaks, but it\'s not expected to rain. Fairly good sized crowds are forming along the climb up Arcalis, but nothing like the Giro or Tour receive. One reason - the kids just went back to school last week, so vacations are over in Spain.'),(11540,230,'2007-09-10 15:59:19','Our latest time check','puts our leaders at 3:38 ahead of the main field.'),(11541,230,'2007-09-10 16:05:21','With 35km remaining','the lead group is 3:43 ahead of the peloton.'),(11542,230,'2007-09-10 16:06:33','Race radio','Reports that Vande Velde fell on a sweeping turn a ways back, but we don\'t have a report on his condition or whether he has regained his spot in the lead group.'),(11543,230,'2007-09-10 16:07:48','The leaders','are leaving the town of Sant Eloi and the peloton is at the other end of town. The gap is 3:20.'),(11544,230,'2007-09-10 16:09:13','Vande Velde','Is on the lead group. He\'s sporting a new batch of road rash, but appears none the worse for wear.'),(11545,230,'2007-09-10 16:11:27','In the peloton','CSC is putting the pressure on at the front. They have VdV up there to lend a hand. The gap is 3:02 with 30km remaining.'),(11546,230,'2007-09-10 16:12:31','Vande Velde','is having a mixed Vuelta. He\'s been in three breaks in these 10 stages, and he\'s had four crashes. Ouch!'),(11547,230,'2007-09-10 16:15:17','Cuseta','is driving at the front of the peloton. The gap, with 27km to go, is now at 2:53. The road is rising slightly, but the big climb kicks in with just a bit more than 15km to go.'),(11549,230,'2007-09-10 16:20:20','The road','is rising... but we still have about 9km to go before the climb officially kicks in.'),(11550,230,'2007-09-10 16:20:57','Psssssssssssss','Van Goolen - who is in the lead group - has punctured.'),(11551,230,'2007-09-10 16:21:41','Van Goolen','is chasing... but the peloton is coming up fast.'),(11552,230,'2007-09-10 16:24:41','One danger man','in the escape is Damiano Cunego. A formidable climber, Cunego has not had a spectacular Vuelta. He might be someone to watch as the group starts getting pulled back by the field.'),(11553,230,'2007-09-10 16:26:07','Van Goolen','is in the lead group and now he\'s attacking out of the escape. '),(11554,230,'2007-09-10 16:27:25','Van Goolen','is being pulled back in by the rest of the break.'),(11555,230,'2007-09-10 16:29:37','Vande Velde',' is hanging at the back of the escape group. He\'s undoubtedly chatting with Bjarne Riis in the team car, who is telling him to be ready to put in a big effort when the catch comes. The team is really working well for Sastre.'),(11556,230,'2007-09-10 16:30:35','The climb kicks off','soon, but the peloton is already on steep ramps.'),(11557,230,'2007-09-10 16:31:13','Bettini','is back in the main field. He sat up and gave up the ghost.'),(11558,230,'2007-09-10 16:31:45','The rest of the break','is just 1:30 ahead of the peloton.'),(11559,230,'2007-09-10 16:32:39','At 20km','the lead group is now 1:20 ahead of the main field.'),(11560,230,'2007-09-10 16:36:01','Attack!','Marchante takes a dig out of the lead group as the day\'s final haul approaches.... the group - what\'s left of it - is coming back together, though. The gap to the peloton is 1:22.'),(11561,230,'2007-09-10 16:38:59','One rider','unable to hold the pace in the lead group is Cunego. The former Giro winner is back in the main field. With 16km to go, the CSC team is driving hard at the front of the field. The gap is 1:17. Disco\'s Stijn Devolder is already looking like he\'s struggling.'),(11562,230,'2007-09-10 16:40:20','On the climb','Yeah, it\'s been tough already, but the official start of the climb is 15km from the finish and the leaders are past the sign that marks the start.'),(11563,230,'2007-09-10 16:41:18','Up, up and away.','Van Goolen is the first rider to try a dig. He\'s got a gap.'),(11564,230,'2007-09-10 16:42:10','Pulled back','Van Goolen has been pulled back by the Caisse d\'Epargne climber, Xabier Zandio Echaide '),(11565,230,'2007-09-10 16:42:39','Bettini','has been dropped by the main field, which is now just 1:08 down on the break.'),(11566,230,'2007-09-10 16:45:21','The gap','is now down to 1:00. There are 10 riders remaining in the group.'),(11567,230,'2007-09-10 16:47:03','A new attack','Dupont of Ag2r.... the rest of the break is chasing and the peloton is now less than 1:00 behind.'),(11568,230,'2007-09-10 16:47:40','Xabier Zandio Echaide','has been caught by the shrinking peloton. The gap is now 39 seconds.'),(11569,230,'2007-09-10 16:48:20','Van Goolen goes','and Turpin from Ag2r is chasing to form an alliance at the front.'),(11570,230,'2007-09-10 16:49:05','Time gap','the leaders - what\'s left of them - are now 28 seconds ahead of the main field. '),(11571,230,'2007-09-10 16:49:59','Gomez Marchante','has jumped out of the remnants of the break. He\'s riding to join Turpin and Van Goolen who are just about 100 meters up the road.'),(11572,230,'2007-09-10 16:52:08','10km to go','The two leaders - Ludovic Turpin and Jurgen Van Goolen - are 10km from the font. The Marchante is still chasing. The peloton is now 44 seconds behind the two leaders, but the other men in the break are about to be reabsorbed.'),(11573,230,'2007-09-10 16:54:03','In case you feel like whining','about your advancing years, here\'s a news item for you. Jeannie Longo has been named to the French squad for world\'s. The race in Stuttgart is just a month shy of Longo\'s 49th birthday. She\'s one of our heroes.'),(11574,230,'2007-09-10 16:55:29','9km to go','Turpin and Van Goolen are now nine killometers from the finish. They are 37 seconds ahead of the peloton, with a few riders hanging out in the middle.'),(11575,230,'2007-09-10 16:56:45','With Karsten Kroon','leading the peloton for CSC, the pace is still quite high and several riders have slipped off the back. Ahead Turpin and Van Goolen are holding a 35-second lead.'),(11576,230,'2007-09-10 16:57:42','Vande Velde','is in the main field. He\'s now setting tempo at the front of the peloton.'),(11577,230,'2007-09-10 16:58:00','8km to go','The leading duo of Van Goolen and Turpin are 32 seconds ahead of the CSC-led field. There will be attacks. It\'s just a question of when. Marchante, by the way, has also come back to the main field and is slipping off the back of the field.'),(11578,230,'2007-09-10 17:00:28','Van Goolen','and Turpin are on a stretch that\'s hitting 7 percent. They are holding a lead of about 30 seconds on the peloton - which is now down to about 20 to 25 riders.'),(11579,230,'2007-09-10 17:01:13','Vande Velde','is still setting tempo at the front. He\'s got yesterday\'s stage winner Leonardo Piepoli (Saunier Duval) on his wheel.'),(11580,230,'2007-09-10 17:02:18','POP!','Vande Velde is done for the day. Manuel Beltran attacks out of the field. The Liquigas rider is now chasing his former Disco teammate, Van Goolen.'),(11581,230,'2007-09-10 17:03:03','Beltran catches','on... and Sastre is in trouble! He\'s slipping to the back of the gold jersey group. Whattupwittdat?'),(11582,230,'2007-09-10 17:04:23','Up front','we have Beltran setting tempo at the front with 6km to go. Van Goolen and Turpin are hanging on, but the Discovery rider is having a tough time of it. The peloton is now 30 seconds back.'),(11583,230,'2007-09-10 17:04:54','Van Goolen','is done. He\'s already back in the main field.'),(11584,230,'2007-09-10 17:05:31','Turpin','has been dropped, too. Beltran is on his own, ticking along nicely, making this climb look almost easy.'),(11585,230,'2007-09-10 17:06:22','Piepoli','is attacking out of the gold jersey group. We see Cadel Evans reacting.'),(11586,230,'2007-09-10 17:07:40','Piepoli','is putting in some serious pressure in that gold jersey group. We see Evans, Menchov... The gap to Beltran is now just 20 seconds up the road.'),(11587,230,'2007-09-10 17:09:00','Sastre','is holding on. It\'s an elite group, folks and Mr. Sastre is fighting back! Four km to go.'),(11588,230,'2007-09-10 17:09:31','Beltran','is just 10 seconds ahead of the Piepoli-led group. With 4km to go, the leaders were trimmed to Piepoli, Menchov, Sastre, Evans, Efimkin, Mosquera and Sanchez'),(11589,230,'2007-09-10 17:10:31','Sastre goes!','Feisty little guy, ain\'t he? We hope he wins, because we like his very unique victory salutes.'),(11590,230,'2007-09-10 17:11:39','Beltran caught and Sastre','is now flying up the road, with Menchov on his wheel. Sanchez has been dropped, but Efimkin and Evans are holding tight with 3km to go.'),(11591,230,'2007-09-10 17:12:31','The lead group','is made up of Sastre, Menchov, Piepoli, Evans, Beltran and Efimkin.'),(11592,230,'2007-09-10 17:12:52','Sastre eases off','he\'s moved to the back of the lead group.'),(11593,230,'2007-09-10 17:13:00','Sastre goes again!','...just as Sanchez fights back on.'),(11594,230,'2007-09-10 17:13:40','Menchov','is not going to be dropped. '),(11595,230,'2007-09-10 17:14:20','Two km to go','The group up front is made up of Menchov, Piepoli, Efimkin, Beltrán, Evans and Sastre.'),(11596,230,'2007-09-10 17:14:38','Again!!!','Sastre takes another dig.'),(11597,230,'2007-09-10 17:14:56','Menchov chases',''),(11598,230,'2007-09-10 17:15:07','Menchov pulls him back',''),(11599,230,'2007-09-10 17:16:32','Evans','is now trying to up the pace with 1.5km'),(11600,230,'2007-09-10 17:18:25','Evans looks determined','as Beltran and a couple of others have rejoined.'),(11601,230,'2007-09-10 17:18:40','Eight riders charging to the finish',''),(11602,230,'2007-09-10 17:18:52','Piepoli is leading out the final 8 with 300m to go',''),(11603,230,'2007-09-10 17:19:08','Menchov is sprinting',''),(11604,230,'2007-09-10 17:19:15','Menchov wins ahead of Evans, Sastre',''),(11605,230,'2007-09-10 17:20:21','What a great finish','Denis Menchov is bound a determined to win his second Vuelta... this time in Madrid and not because of a lab test result.'),(11606,230,'2007-09-10 17:23:00','Stage results','1. Denis Menchov (Rus), Rabobank, 5:47:05
    \r\n2. Cadel Evans (Aus), Predictor-Lotto
    \r\n3. Samuel Sánchez (Sp), Euskaltel-Euskadi
    \r\n4. Manuel Beltrán (Sp), Liquigas
    \r\n5. Carlos Sastre (Sp), CSC
    \r\n6. Vladimir Efimkin (Rus), Caisse d\'Epargne
    \r\n7. Leonardo Piepoli (I), Saunier Duval, All Same Time
    \r\n8. Igor Antón (Sp), Euskaltel-Euskadi, At 0:07
    \r\n9. Ezequiel Mosquera (Sp), Karpin Galicia, At 0:33
    \r\n10. Daniel Moreno (Sp), Relax GAM, At 0:33
    \r\n'),(11607,230,'2007-09-10 17:27:03','Overall standings','1. Denis Menchov (Rus), Rabobank, 39:41:51
    \r\n2. Vladimir Efimkin (Rus), Caisse d\'Epargne, 2:01
    \r\n3. Cadel Evans (Aus), Predictor-Lotto, 2:27
    \r\n4. Carlos Sastre (Sp), CSC, 3:02
    \r\n5. Ezequiel Mosquera (Sp), Karpin Galicia, 4:35
    \r\n6. Samuel SÃÂnchez (Sp), Euskaltel-Euskadi, 4:42
    \r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne, 5:49
    \r\n8. Manuel BeltrÃÂn (Sp), Liquigas, 5:56
    \r\n9. Leonardo Piepoli (I), Saunier Duval, 6:06
    \r\n10. Stijn Devolder (B), Discovery Channel Team, 6:28
    \r\n11. Carlos Barredo (Sp), Quick Step-Innergetic, 6:39
    \r\n12. Maxime Monfort (B), Cofidis, 7:13
    \r\n13. Igor AntÓn (Sp), Euskaltel-Euskadi, 7:58
    \r\n14. Daniel Moreno (Sp), Relax GAM, 9:34
    \r\n15. Josep JufrÉ (Sp), Predictor-Lotto, 9:39
    \r\n16. Luis PÉrez RodrÃÂguez (Sp), Andalucia-Cajasur, 10:31
    \r\n17. Oliver Zaugg (Swi), Gerolsteiner, 11:44
    \r\n18. Roman Kreuziger (Cz), Liquigas, 14:15
    \r\n19. Rene Mandri (Est), Ag2r Prevoyance, 17:29
    \r\n20. Philip Deignan (IRL), Ag2r Prevoyance, 44:05
    \r\n'),(11608,230,'2007-09-10 17:28:14','That\'s a wrap folks.','Thank you for joining us today.\r\n'),(11620,242,'2007-09-11 13:03:00','Good day and welcome','We are just underway here at the inaugural running of the Tour of Missouri.'),(11621,242,'2007-09-11 13:06:29','On tap','for stage 1 is an 85 mile out-and-back run that starts and ends in Kansas City '),(11622,242,'2007-09-11 13:07:42','Radio check','They are going through the radio check now, checking in with the 15 teams that make up the 116-rider peloton'),(11637,242,'2007-09-11 13:51:59','KOM results','1 Jeff Louder (Health Net)\r\n2 Darren Lill (Navigators)\r\n3 Rubens Bertogliati (Saunier Duval-Prodir)\r\n4 Jesse Anthony (Kodakgallery.com-Sierra Nevada)\r\n5 David Vitoria (BMC)\r\n\r\n'),(11623,242,'2007-09-11 13:12:17','Field size','Originally there were 120 riders slated for the first running of this six-stage, 600-mile race, but not all teams have fielded the allotted 8 riders, trimming the number of starters to 116.'),(11624,242,'2007-09-11 13:13:03','4.9 miles in','Bunch is all together'),(11625,242,'2007-09-11 13:14:18','Break','Four riders have taken off -- IDs coming'),(11626,242,'2007-09-11 13:15:08','Nevermind','all together again.'),(11627,242,'2007-09-11 13:18:07','Pre-race Notes','This being a flat stage, the sprinters figure to be at the fore today. We spoke to fast men Ivan Dominguez (Toyota-United) and Luciano Pagliarini (Prodir-Saunier Duval) about who they\'d be watching out for and they both pointed at each other. '),(11628,242,'2007-09-11 13:19:23','Solo move','There\'s a new attack by Team Sparkasse rider Timo Honsten'),(11629,242,'2007-09-11 13:20:00','All together','The German was quickly reeled in. Who is next?'),(11630,242,'2007-09-11 13:22:56','Good times','The Brazilian Pagliarini is loving life these days. He recently won a sprint stage of the Belgian Eneco Tour ahead of hitters Thor Hushovd and Robbie McEwen. He also welcomed his first child, says he has great form and is feeling good. Look out at the finish.'),(11631,242,'2007-09-11 13:26:52','Levi\'s new duds','American Levi Leipheimer is also riding high these days. Today is the first day competing in the stars and stripes jersey he won at Greenville, South Carolina several weeks back. Before the start of today\'s stage Leipheimer it\'s one of the proudest days of his life. \"It\'s one thing to wear it on the podium, but another to race with the [national champions jersey].\"'),(11632,242,'2007-09-11 13:30:21','New move, same team','We have a new break. This time it\'s German Stefan Parinussa also of Team Sparkasse.'),(11633,242,'2007-09-11 13:31:14','All together','Time for another re-shuffle'),(11634,242,'2007-09-11 13:35:28','KoM','We are 5k from the one and only KoM of the day, a small riser at Union Chapel Road '),(11635,242,'2007-09-11 13:36:02','Strung out','The pace is high but the field is still all together'),(11636,242,'2007-09-11 13:38:00','Brazil!','Pagliarini takes the first sprint of the day, which is also worth 10 bonus seconds'),(11638,242,'2007-09-11 13:53:00','Update','Through 21 of 85.2 miles we are all together. Average speed thus far is 26mph.'),(11639,242,'2007-09-11 13:54:14','Break','Team Tecos rider Gregario Ladino has taken off. we\'ll see if he can make it stick.'),(11640,242,'2007-09-11 13:54:57','Nope','All together again'),(11641,242,'2007-09-11 13:58:32','Trouble for Levi','American Levi Leipheimer had a scare a while back when her flatted just ahead of the first sprint spot. With the speed ramped up way high, teammates Benjamin Noval and Alberto Contador had to drop back to pace the newly-crowned U.S. national champion back to the bunch. How about that – the reigning Tour de France champion doing domestique duty on the back roads of Missouri. Strange days…'),(11642,242,'2007-09-11 13:59:12','New break','We have five riders off the front and working well together. Hold for Ids.'),(11643,242,'2007-09-11 14:00:09','Nature break','It\'s bathroom time for the field which means this latest break has a real good chance of sticking. IDs in a minute.'),(11644,242,'2007-09-11 14:03:38','Riders in the break','Philip Mamos (Team Sparkasse), Tim Johnson (Health Net), Veleriy Kobzarenko (Navigators), Tyler Wren (Colavita) and James Meadley (Jelly Belly)'),(11645,242,'2007-09-11 14:08:39','Gap','Is up to 1:35. Looks like these guys had the winning tickets. Let the cat and mouse game begin. With this being such a flat stage expect the field to give them a little leash before ramping up the chase on the way back to Kansas City.'),(11648,242,'2007-09-11 14:13:18','Working well','All five riders in the break are pulling their weight so far and the gap is nearing two minutes.'),(11649,0,'0000-00-00 00:00:00','',''),(11650,242,'2007-09-11 14:16:51','Meanwhile','Back at the finish line in Kansas City there’s a sizeable throng of spectators milling about, checking out sponsor booths and enjoying this perfect sun-splashed day.\r\n'),(11651,0,'0000-00-00 00:00:00','',''),(11652,242,'2007-09-11 14:18:31','Gap','Is up to two minutes'),(11653,0,'0000-00-00 00:00:00','',''),(11654,242,'2007-09-11 14:22:43','Growing rapidly','The bunch is totoally uninterested at this point and the gap has shot up to 5:50'),(11655,0,'0000-00-00 00:00:00','',''),(11656,242,'2007-09-11 14:26:23','Stuck in the middle','Dangling in the middle is Kodak’s Jackson Stewart. Early on he’d closed to within a minute of the break, but now he’s in no-man’s land at 2:30.\r\n'),(11657,0,'0000-00-00 00:00:00','',''),(11658,242,'2007-09-11 14:29:49','Stewart is back in the bunch','The writing was on the wall and Stewart sat up and drifted back to the field'),(11659,0,'0000-00-00 00:00:00','',''),(11660,242,'2007-09-11 14:34:02','Second sprint','Here\'s the results for the day\'s second sprint at Platte City. 1. James Meadley (Jelly Belly); 2. Philipp Mamos (Team Sparkasse); 3. Valery Kobzarenko (Navigators)'),(11661,0,'0000-00-00 00:00:00','',''),(11662,242,'2007-09-11 14:38:35','Long straight roads','Just as you\'d expect in this part of the world, the field is rolling down long, straight rural roads lined by farm country on either side. Still not a cloud in the sky. Back in the bunch Discovery Channel and Saunier Duval are setting modest tempo at the front. It looks like five minutes is the comfort zone for time they\'ll let the break take.'),(11663,0,'0000-00-00 00:00:00','',''),(11664,0,'0000-00-00 00:00:00','',''),(11665,242,'2007-09-11 14:44:56','43.5 miles covered','and it\'s still Discovery manning the front of the field with Toyota and Saunier Duval close behind. As most of you know this is Discovery Channel\'s last race on U.S. soild and they\'ll be looking to go out with a bang. The team doesn\'t have a true sprinter, but expect ASmerican George Hincapie to take a shot in the sprints.'),(11666,242,'2007-09-11 14:46:27','The front five...','...are still working well together as they continue to roll along the rural roads outside KC. The gap is 5 miunutes even.'),(11667,242,'2007-09-11 14:48:09','Back again','The break has just passed the Kansas City City Limit street sign. Remember this is essentually an out-and-back route that will finish with three laps of the finishing circuit.'),(11668,242,'2007-09-11 14:53:59','Picking it up','The gap is down to 4:45 with Discovery still manning the front of the peloton. The field has just been instructed that they will be exiting the highway to the right.'),(11669,242,'2007-09-11 14:54:36','49 miles covered','36.2 to go'),(11670,242,'2007-09-11 15:02:39','The finishing circuit…','…is a 5.3-mile loop that runs back and forth on Ward Parkway. The stage winner will pick up a 10-second time bonus, with the second-place finisher grabbing 6 bonus seconds and third getting 4.\r\n'),(11671,242,'2007-09-11 15:04:57','Gap...','...is 4:20. Discovery is still manning the front.'),(11672,242,'2007-09-11 15:09:00','Shameless commerical plugs...','... are a necessity in this day and age, but this one ain\'t too painful, folks.\r\nAs a reminder to those of you who log on to this site on a regular basis, we wanted to mention that VeloNews.com has a print edition, a magazine that offers a rich, rich variety of content, none of which you\'ll find here on the site. Sign up for VeloNews and you\'ll receive the Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/ Torx Set absolutely free with your paid subscription. Click here for more info: Tour of Missouri Subscription Special'),(11673,242,'2007-09-11 15:14:56','Update','Still five riders off the font with a 4-minute gap. 60 miles covered -- 25.2 to go.'),(11674,242,'2007-09-11 15:16:12','The IDs','Once again the five riders in the break are: Philip Mamos (Team Sparkasse), Tim Johnson (Health Net), Veleriy Kobzarenko (Navigators), Tyler Wren (Colavita) and James Meadley (Jelly Belly). They\'ve been off the front since the 21-mile mark and are now 60 miles in.'),(11675,242,'2007-09-11 15:18:09','Back to the city','The rural roads are behind us now and it’s back into K.C. Riders can see the city’s downtown skyscrapers in the distance as they pass through the suburbs.\r\n'),(11676,242,'2007-09-11 15:20:23','Bridge over water','The five leaders are now crossing the Missouri River Bridge and heading rapidly back into the city. Current gap is 3:45. Discovery Channel and Toyota-United continue to set the pace back in teh bunch.'),(11677,242,'2007-09-11 15:23:51','Field has covered 64 miles','The latest time gap is 3:24. Let the inevitable reeling in begin...'),(11678,242,'2007-09-11 15:27:00','Coming down...','The gap is down to 2:45. Slipstream has now entered the fray at the front. Their top sprinter -- Brad Huff -- hails from these parts so you know they\'ll be keen to give him a chance to grab a stage win. '),(11679,242,'2007-09-11 15:27:56','Nearing the finishing circuit...','...from there is will be three laps and 15.8 miles to go.'),(11680,242,'2007-09-11 15:32:29','Gap...','Is now down to 2:12. It\'s gonna be close but a field sprint still seems likely. Look out for Toyota\'s Dominguez, Health Net\'s Menzies, Prodir\'s Pagliarini and Slipstream\'s Huff, who grew up in Fairgrove, Missouri. '),(11681,242,'2007-09-11 15:34:29','Now down to...','2 minutes. The leaders are 25km to the finish and making a sharp right hand turn as they turn onto the finishing circuit. Good crowds along the road in spots. Still nary a cloud in the sky.'),(11682,242,'2007-09-11 15:35:18','With 15.8 miles...','...and three laps to go the gap is down to 1:50.'),(11683,242,'2007-09-11 15:36:13','Back in the bunch...','It\'s still Slipstream and Discovery working to bring this back.'),(11684,242,'2007-09-11 15:36:42','Gap is...','...1:40'),(11685,242,'2007-09-11 15:40:24','Turn around','The field has just reached the turnaround point and the gap has fallen to 1:10'),(11686,242,'2007-09-11 15:42:00','Quick Wednesday primer','Herer\'s a look at stage 2, a 125.6-mile run from Clinton to Springfield -- START: 11 AM EST FINISH: 3:30 PM -- After an hour transfer south to the quaint small town of Clinton, near the trailhead of the state-long Katy Trail, racers will meander through flat to rolling terrain farther south to the All-American city of Springfield. The race will start in the historic district of Clinton before heading adjacent to Highway 13, passing through the towns of Fair Play, Aldrich, and Walnut Grove; including an Edward Jones’ sprint line the town of Stockton, before racing into downtown Springfield and two final circuits. Barring a potential odd breakaway, this should be another day for the top sprinters in the field. With time bonuses on the road and at the finish line, a change is the race leadership is possible.'),(11687,242,'2007-09-11 15:42:59','73 miles covered','and the field is rolling along at 39mph'),(11688,242,'2007-09-11 15:45:49','two laps to go for the break','They\'ve just passed the finish line for the second time, leaving 10.6 miles to go. Back in the bunch Toyota-United has taken over the pace making. The gap is now 53 seconds. This is going to be really close. 2 laps to go.'),(11689,242,'2007-09-11 15:46:42','At this pace...','...the catch will happen with about 300 meters to go.'),(11690,242,'2007-09-11 15:48:03','Most agressive rider','as voted by the media was No. 54 Gregorio Ladino who was active all day. -- There\'s an attack out of the break. No. 62 and 73 -- Health Net\'s Tim Johnson and Kobzarenko of Navigators'),(11691,242,'2007-09-11 15:48:00','Three off the front now','Hold for the last ID'),(11692,242,'2007-09-11 15:50:47','Gap is...','down to 30 seconds. Team Sparkasse\'s Philip Mamos is the third rider off the front of the shattered break.'),(11693,242,'2007-09-11 15:52:36','Past the halfway point of lap no. 2','The field just caught the other members of the break leaving just three riders off the front with a 20-second advantage. it\'s all over but the shoutin\''),(11694,242,'2007-09-11 15:53:53','Good crowds','There\'s a large gathering of spectators at the turnaround point near the fountains. Good to see so much support for a first year event. Gap is down to 10 seconds...'),(11695,242,'2007-09-11 15:54:54','Gap is now','6 seconds. Gulp...'),(11696,242,'2007-09-11 15:55:59','Gruppo compacto','All together now. 79.6 miles covered, 5.3 to go. VVVVVrrrrroooooom'),(11697,0,'0000-00-00 00:00:00','',''),(11698,242,'2007-09-11 15:56:54','There\'s the bell','One lap to go. BMC is riding at the front of the field. The pace is high.'),(11699,242,'2007-09-11 15:58:08','At the front','It\'s still BMC followed by several riders from Kodak Gallery-Sierra Nevada. Slipstream is moving up as well. Watch out for Huff.'),(11700,242,'2007-09-11 15:59:15','BMC also has a hometown boy in...','Dan Schmatz who would love to win hear. Check out the Kansas City Star Newspaper for a story on Schmatz.'),(11701,242,'2007-09-11 15:59:50','Hincapie attack','The Disco one-day specialist is giving it a go.'),(11702,242,'2007-09-11 16:00:49','All together','again -- new attack.'),(11703,242,'2007-09-11 16:02:11','Slipstream leading the charge now','It\'s all argyle up front, with BMC still in the second spot.'),(11704,242,'2007-09-11 16:03:23','3km to go','single rider off the front -- No. 31 -- Christian Lademann.'),(11705,242,'2007-09-11 16:04:10','All together again','46mph with Slipstream back at the front. '),(11706,242,'2007-09-11 16:05:01','Health Net moving up','They\'ll be looking to set up Aussie Karl Menzies -- 1km to go. '),(11707,242,'2007-09-11 16:05:53','Here we go...','...and the winner is...'),(11708,242,'2007-09-11 16:06:37','Ivan Dominguez','The Toyota United Cuban speedster takes it. Hold for top 3.'),(11709,242,'2007-09-11 16:08:52','No word on others in top 3 yet','but they are showing a broad-smiling Ivan Dominguez on the jumbotron. It\'s always good to start with a win.'),(11710,242,'2007-09-11 16:17:03','Top 3','1. Ivan Dominguez (Toyota-United); 2. Zach Bell (Symmetrics); 3. Kyle Wamsley (Navigators).'),(11711,242,'2007-09-11 16:18:36','That\'s all folks','We are done with Live Updates for the day, but stay tuned to VeloNews.com for a full report, results and photos. And be sure to check back Wednesday when we\'ll bring you full coverage from stage 2 of the 2007 Tour of Missouri. Thanks for stopping by!'),(11712,231,'2007-09-12 13:59:11','Good Day','and welcome to VeloNews.com\'s Live Coverage of the 11th stage of the 2007 Vuelta a España, a nice 193.k-kilometer ride from Oropesa del Mar to Algemesí.

    It\'s the day after the Rest Day and the peloton returns with 173 riders still in the race. While Oscar Freire pulled out of the race on Monday, there are still plenty of sprinters in the group today and we could see a win by someone like Alessandro Petacchi or Tom Boonen or Euskaltel\'s sprint ace, Koldo Fernandez... assuming, of course, that they make it past the two ranked climbs that punctuate middle third of today\'s route: the Category 3 Puerto del Marianet (which summits at 58-kilometers) and the Cat. 2 Alto de Chirivilla (at 89km).

    The peloton rolled out of Oropesa del Mar under a cloudy sky, the first one of this Vuelta. Forecasts do mention a chance of rain, but so far that hasn\'t happened.

    The usual early attacks came soon after the 12:50 official start and two riders - José Antonio Lopez Gil (Andalucia - Cajasur) and Raul Garcia de Mateo Rubio (Relax-GAM) - managed to create a workable gap at the eight-kilometer mark.

    Now, an hour after the start, the two escapees are enjoying a lead of more than 5:35 at the 45kph mark. The peloton seems willing to let these guys get something of an advantage on these flat roads, but we\'ll see what the limit of their patience is. We have to assume it won\'t be too much more, since the two off the front had upped their lead to 6:00 at one point and the sprinters\' teams have an interest in seeing a mass gallop to the finish today. Of course, neither man in the break poses much of a GC threat to Denis Menchov, since both are well down in the overall standings, more than an hour off of the leader\'s pace. We imagine the Rabobank team isn\'t super-motivated to put in a big effort and much of the work is falling to the likes of Milram, Quick Step and Lampre.'),(11713,231,'2007-09-12 14:01:16','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(11714,231,'2007-09-12 14:01:00','Shameless commerical plugs...','... are a necessity in this day and age, but this one ain\'t too painful, folks.

    As a reminder to those of you who log on to this site on a regular basis, we wanted to mention that VeloNews.com actually has a print edition, a magazine that offers a rich, rich variety of content, none of which you\'ll find here on the site. Take a quick look:\r\n

    Sign up for VeloNews and you\'ll receive the Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/\r\nTorx Set absolutely free with your paid subscription. Click on the image or just click here\r\n'),(11715,231,'2007-09-12 14:08:57','Will you be getting any work done today?','While we don\'t encourage you to allow your attention to stray at the office, we do understand that many of you often check in from work, sneaking a peek at the Live Update window while you should be keeping track of spreadsheets, press releases, airplane plans, crafting Sunday\'s sermon (we know you\'re out there Rev. Roberts) or whatever it is you do. Usually, by lunch (Eastern time in the U.S.) the stage is done and you can put in a few productive hours before heading home, but today, we are hitting you with a double whammy. Check in later today and we\'ll also be providing you with Live Updates from stage 2 of the Tour of Missouri. Yesterday\'s stage was won by Toyota-United\'s Ivan Dominquez and there will be plenty of action to follow, as the Discovery team makes its final appearance in the U.S. before folding up shop at the end of the season.'),(11716,231,'2007-09-12 14:11:00','Threats of rain','The weather at the finish definately looks like rain today. We could see a wet charge to the line. Will it help the two escapees? We\'ll see. The gap at 53km is now 5:50 as the two leaders work their way toward the Category 3 Puerto del Marianet, something of a warm-up for the bigger Cat. 2 Alto de Chirivilla.'),(11717,231,'2007-09-12 14:25:02','On the Puerto del Marianet','Our two escapees- José Antonio Lopez Gil (Andalucia - Cajasur) and Raul Garcia de Mateo Rubio (Relax-GAM) - are on their way to the top of the day\'s first climb. They\'ll get top points on this one, but even after the next climb, they face a long 100 kilometer haul to the finish, with a pack of hungry sprinters nipping at their heels. They gonna make it? Don\'t bet the rent.'),(11718,231,'2007-09-12 14:27:00','','Raul Garcia de Mateo Rubio (Relax-GAM) made it over the top of the climb first, followed by his breakaway partner José Antonio Lopez Gil (Andalucia - Cajasur). The peloton came through at 5:25, led by Jose Ruiz Sanchez (Andalucia - Cajasur) and Jurgen Van Goolen of Discovery.'),(11719,231,'2007-09-12 14:42:17','It\'s a long approach','to the day\'s second climb - the Cat. 2 Alto de Chirivilla. That climb summits at 89.6km, some 715 meters above sea level. Then it\'s a long, mostly downhill, ride to the finish, with Lampre and Milram doing the bulk of the work back in the main field.'),(11720,231,'2007-09-12 14:43:25','The two leaders','are at the 75 km mark and holding on to an advantage of 4:55. The gap is dropping. Any bets on how long this will last?'),(11721,231,'2007-09-12 14:50:00','On the Puerto de la Chirivilla','The leaders are working their way on to the lower slopes of the Cat. 2 climb up the Puerto de la Chirivilla. Milram and Lampre are doing the bulk of the chase work in the main field and the gap is down to 4:40. We have to imagine that the two men off the front will probably crest the summit ahead of the main field, but then the serious chase work will begin.'),(11722,231,'2007-09-12 15:08:27','','José Antonio Lopez Gil (Andalucia - Cajasur) and Raul Garcia de Mateo Rubio (Relax-GAM) are working their way toward the summit. The gap continues to narrow and the two escapees are now 4:25 ahead of the peloton.'),(11723,231,'2007-09-12 15:12:10','Menchov','Denis Menchov is confident he can maintain the leader\'s jersey all the way to Madrid: \"There\'s still a lot of Vuelta, but I was able to stay with the favorites (at Arcalis). That\'s a good sign. The hardest stages are behind us, so things are looking good for me and the team. Now I have to avoid making mistakes and trouble over the next several days.\" '),(11724,231,'2007-09-12 15:13:00','Sastre','Carlos Sastre (CSC) is the top Spaniard in fourth. Speaking to the Spanish daily MARCA, Sastre said: \"The Vuelta isn\'t over. The wind, the long stages and the third week of racing can still be costly. It\'s true there\'s not a lot of terrain that\'s favorable for me to attack. I still have the support of my team. What can be dangerous in the coming days are abanicos (echelons). My team supports me.\" '),(11725,231,'2007-09-12 15:21:00','Up and over','The two leaders have crested the climb and are now facing 100+ kilometers to the finish. The gap is now at 4:45.'),(11726,231,'2007-09-12 15:32:00','At 100km','The two escapees - José Antonio Lopez Gil (Andalucia - Cajasur) and Raul Garcia de Mateo Rubio (Relax-GAM) - are now 4:20 ahead of the main field. Back at the summit of the climb, we saw Saunier Duval\'s Leonardo Piepoli scoot off to snag the third spot for KoM points. He\'s close in that contest and may have his eye on the silver jersey.

    Piepoli has moved into the climber\'s jersey, one point ahead of Menchov and three ahead of Azevedo, who held it from stage 1 until Andorra '),(11727,231,'2007-09-12 15:41:17','Lunch','the two leaders entered the feedzone with a 4:15 advantage over the main field. Refueled and ready to romp, we imagine the sprinters\' teams will soon be upping the tempo, with a timed catch in mind. With radios, it\'s often a carefully orchestrated catch, with the sprinters content to leave a break out there until 10 or 20 kilometers to go. That way, they have an easier time controlling the main field until the lead-out trains really ramp it up, making it nearly impossible for a surprise escapee to foil their plans.

    Of course, a crash, bad weather or just awful luck have conspired in the past to keep that plan from playing out.'),(11728,231,'2007-09-12 15:48:57','The two leaders','José Antonio Lopez Gil (Andalucia - Cajasur) and Raul Garcia de Mateo Rubio (Relax-GAM) are still off the front and holding on to an advantage of 4:10.'),(11729,231,'2007-09-12 15:53:02','Caisse d\'Epargne','Eusebio Unzue, sport director of Caisse d\'Epargne, says: \"On balance, the first 10 days of the Vuelta we saw the disappointing departure of our leader, Oscar Pereiro, but we\'ve also had some good moments with Vladimir Efimkin, who won at Covadonga and defended his golden jersey with honor. After leaving the Pyrenees, he\'s still in good position in the GC. This gives us a big motivation to keep working toward Madrid and we can begin to dream about the podium.\" '),(11730,231,'2007-09-12 15:58:00','Efimkin','Vladimir Efimkin was quite effusive this morning:

    \r\n\"When Eusebio Unzúe called me before the Vuelta to know if I wished to take part, I had one moment of doubt, because I thought it would be easier for me to get a good result in the Tour of Poland. On another side, I think that it is very important for a rider to acquire experience in the three major tours and thus I chose the Tour of Spain, with the dream of winning a stage in addition to work to help Pereiro in his fight for the general classification. It is really a pity that he abadoned.\"

    \"It is really a pity that he was constrained to abandon. Personally, to win the stage of Covadonga has been something wonderful. That was not easy, but this day I carried out a dream. I will never forget what I felt by crossing the finishing line. I was the happiest man of the world. Then, after having lost the golden jersey in the time trial of Zaragoza, I resisted rather well in the first stage of the Pyrenees, and even better yesterday in Andorra. All my team-mates of Caisse d’Epargne completed an exceptional work and that made me feel stronger. I did not have the right to disappoint them. Today, I occupy the second place of the general classification and even if I know that it will not be easy, I hope to be on the podium in Madrid.\" '),(11731,231,'2007-09-12 16:00:43','The gap','is coming down. At 125km, the two leaders are now 3:22 ahead of the peloton. '),(11732,231,'2007-09-12 16:06:14','A little riser','The terrain is tipping up a bit, but the road ahead does not include any ranked climbs and these are pretty minor rises.'),(11733,231,'2007-09-12 16:06:41','The big 450km transfer','No one was happy about Tuesday\'s long drive down to the Mediterranean. Team CSC left at 7 a.m. to avoid traffic jams rolling out of the congested valley in Andorra. Caisse d\'Epargne evidently didn\'t leave so early and it took the team 6hrs to make the drive. '),(11734,231,'2007-09-12 16:09:53','The vampires','Some 57 riders from Milram, Bouygues Telecom, Karpin-Galicia, Predictor-Lotto, Saunier Duval, Ag2r and Cofidis were woken early Wednesday for blood screenings. None were deemed \'inapt.\' '),(11735,231,'2007-09-12 16:11:00','Valverde wars','The war between the Spanish cycling federation and the UCI is heating up. The UCI doesn\'t want Valverde in the world\'s and now Fulgencio Sánchez, president of the Spanish federation, says Spain will boycott the world\'s if Balaverde is allowed to race. '),(11736,231,'2007-09-12 16:11:51','The gap at 130km','is now down to 2:45.'),(11737,231,'2007-09-12 16:16:20','With 57km','remaining, the clouds are moving in and our leaders are riding in a brisk cross-tailwind.'),(11738,231,'2007-09-12 16:20:41','Quick Step','is moving a rider up front in the field. Rabobank has several riders up there, but the sprinters\' teams can\'t count on the Dutch squad to wrap up the chase, since their sprinter - Oscar Freire - is out of the Vuelta. Rabobank would logically be content with leaving these two out in front with a small gap. Neither of the two escapees poses the slightest threat to Denis Menchov\'s hold on the overall.'),(11739,231,'2007-09-12 16:25:06','A reminder','As a reminder to those of you who log on to this site on a regular basis, we wanted to mention that VeloNews.com actually has a print edition, a magazine that offers a rich, rich variety of content, none of which you\'ll find here on the site. Take a quick look:\r\n

    Sign up for VeloNews and you\'ll receive the Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/\r\nTorx Set absolutely free with your paid subscription. Click on the image or just click here\r\n'),(11740,231,'2007-09-12 16:26:08','Weather','Speaking of rain - there were some nasty floods further south along Spain\'s normally dry Med Coast. If the roads get wet, it will be treacherous because it\'s been weeks since any significant rainfall in this region. So far, rain doesn\'t look likely. '),(11741,231,'2007-09-12 16:27:46','The gap','is now 2:53 with 52km remaining. That\'s a sign that the peloton is simply keeping the advantage to reasonable levels before they pull the leash tighter near the finish. It\'s Milram setting tempo up front, right now.'),(11742,231,'2007-09-12 16:29:00','Quick Step',' With Freire gone, let\'s see if Petacchi or Boonen can win a stage. Right now, we see two Milrams and a Lampre at the front doing some work to finish off the no-hope break. The gap is down to 2:34 '),(11743,231,'2007-09-12 16:30:59','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(11744,231,'2007-09-12 16:32:50','Downhill with a tailwind','The two leaders are cruising along at a nice pace... but so is the peloton. We\'re still not putting much stock in these two and their chances of winning today.'),(11745,231,'2007-09-12 16:37:00','The gap','is now at 2:07, with 42km remaining.'),(11746,231,'2007-09-12 16:42:19','Zabel and Boonen','are there chatting in the bunch. We wonder what they\'re saying? '),(11747,231,'2007-09-12 16:46:38','Menchov',' looks relaxed, riding behind his team near the front. The gap is at 2:08, so the chase is not too frantic at this point.'),(11748,231,'2007-09-12 16:47:00','A reader\'s observation','Brandon writes:

    OK, here are my feelings on checking live updates while at work...which I am doing: Why is it ok that my office partner takes numerous smoke breaks during the day (conservatively, 45 minutes of the day) which are never questioned by anyone and its bad for me to stay working at my desk, while occasionally checking tour status? Its bad enough that I have to deal with the smell after he returns and I feel like the bad guy!
    Regards,\r\nBrandon
    Good point Brandon. You need a new officemate.'),(11749,231,'2007-09-12 16:51:14','Milram and Lampre','continue to set the tempo at the front of the main field. The gap has inched under the 2:00 mark. Once the race closes in on the final 25k, the pace will pick up and the catch is certain to happen rather quickly.'),(11750,231,'2007-09-12 16:52:00','With 30km','to go, the leaders are 1:58 head of the main field.'),(11751,231,'2007-09-12 16:58:22','The peloton','is strung out in single-file. That\'s a sign that the speed is ramping up, but the gap is still around 1:55. As a reminder, José Antonio Lopez Gil (Andalucia - Cajasur) and Raul Garcia de Mateo Rubio (Relax-GAM) have been on the attack since kilometer 8. It looks like they will have to be satisfied with a bit of TV time. We\'re predicting a catch within the next 25km or so.'),(11752,231,'2007-09-12 17:05:12','Our picks','Our European correspondent Andrew Hood is picking Tom Boonen for the win today and we\'ll go with Petacchi. Let\'s see who\'s right.'),(11753,231,'2007-09-12 17:07:00','The Big Hair Superfan','is a fellow we ran across at the Tour of Calfornia. He wrote in today (hopefully dressed to the nines as he always is).
    Menchov is the man this year for the Vuelta. He just looks so in control. It is only right that the Rabobank team gets some kudos for all that work they did for Rassmusen in the Tour for nothing. I am glad this year\'s Vuelta is as good as big grand tour racing gets. I am the biggest cycling fan in the world [www.bighairsuperfan.com]. Thanks and keep riding. BHSF
    We have to agree on all counts, but one. Cool as you look BHSF, we have to go with our man Didi (a.k.a. \"The Devil\") as the world\'s biggest fan. Didi makes all of the biggies and even tows his humungous bicycle sculptures to boot. '),(11754,231,'2007-09-12 17:10:13','Clouds','are massing near the finish. Will we see rain?'),(11755,231,'2007-09-12 17:12:22','20km to go','the two men in the break have just passed under the 20km banner. The gap is now down to 1:13. The CSC boys are gathering at front - maybe they\'re gonna try to put the hammer down and try to take advantage of the wind. '),(11757,231,'2007-09-12 17:17:41','55 seconds','the hounds smell blood as the two escapees come into view with 16km remaining.'),(11758,231,'2007-09-12 17:21:49','38 seconds','and the team cars are pulling out of the gap.'),(11759,231,'2007-09-12 17:23:00','Lampre and Milram','are massing riders at the front. Whatever CSC had in mind, there won\'t be any big surprises. The gap is down to 30 seconds.'),(11760,231,'2007-09-12 17:23:41','Clouds','but still no rain. It looks like the weather will hold for these boys.'),(11761,231,'2007-09-12 17:25:00','A big gaggle','at the front of the peloton, with the bulk of the field strung out in single file at the back. The time gap is down to 25 seconds, with 9km to go.'),(11762,231,'2007-09-12 17:26:49','The Catch',''),(11763,231,'2007-09-12 17:27:49','Lampre and Milram','are driving hard at the front.'),(11764,231,'2007-09-12 17:29:42','Seven kilometers to go','there is a mix of teams up front, with sprinters\' teams setting up their finishing trains and a few GC riders\' teams trying to stay out of trouble in the closing kilometers.'),(11765,231,'2007-09-12 17:29:58','Six kilometers to go',''),(11766,243,'2007-09-12 10:30:00','Good Day and Welcome','to VeloNews.com\'s live coverage of the inaugural Tour of Missouri.'),(11767,231,'2007-09-12 17:30:34','With five km to go','It looks like there could be a few dangerous curves coming into the finish. Allan Davis (Disco) moving up. '),(11768,231,'2007-09-12 17:31:18','Disco setting up','The Liquigas team is moving up too. It\'s a big, big, blob of riders up front.'),(11769,231,'2007-09-12 17:33:02','Now T-Mobile','the T-Mobiles are driving at the front, with 4km to go. Several riders have popped off the back. We see Bettini working his way into the fray.'),(11770,231,'2007-09-12 17:33:00','Three kilometers remaining','One of the Caisse d\'Epargnes has flatted at the back of the field.'),(11771,231,'2007-09-12 17:34:42','Bettini','is staying close to the front. With three hard turns near to the finish, the cricket my emerge on top. Here comes Milram, with 2km to go!'),(11772,231,'2007-09-12 17:35:22','Charging into the last','stretch... we see Maggy Backstedt banging shoulders with Fernandez!'),(11773,231,'2007-09-12 17:35:52','Quick Step','is coming up... Milram is driving into a hard turn.'),(11774,231,'2007-09-12 17:36:20','Quick Step','is setting up Bettini into the final KM'),(11775,231,'2007-09-12 17:36:38','Here comes Petacchi','with 300 meters to go.'),(11776,231,'2007-09-12 17:36:52','Petacchi!','Petacchi gets it.'),(11777,231,'2007-09-12 17:38:11','Ale Jet','got a perfect lead-out from Marco Velo. Bettini snags second and Erik Zabel gets third. Helluva finish!'),(11778,231,'2007-09-12 17:49:08','Stage results','1. Alessandro Petacchi (I), Milram, 4:45:34
    \r\n2. Paolo Bettini (I), Quick Step-Innergetic
    \r\n3. Erik Zabel (G), Milram
    \r\n4. André Greipel (G), T-Mobile
    \r\n5. Carlos Da Cruz (F), Francaise des Jeux
    \r\n6. Leonardo Duque (Col), Cofidis
    \r\n7. Allan Davis (Aus), Discovery Channel Team
    \r\n8. Daniele Bennati (I), Lampre
    \r\n9. Aliaksandr Usau (Blr), Ag2r Prevoyance
    \r\n10. Alessandro Vanotti (I), Liquigas
    \r\n
    \r\n\r\nThere is no change in the overall standings.'),(11779,231,'2007-09-12 17:49:50','That\'s a wrap folks.','Be sure to check back later today for Live Coverage from the second stage of the Tour of Missouri.'),(11780,243,'2007-09-12 11:02:57','Today’s task','On tap for stage 2 is a 125.6-mile southerly ride from Clinton to Springfield. There’s no major climbs to speak of, but the rolling terrain will make for a testing day in the saddle. Once again weather is perfect -- mid 70s and not a cloud in the sky.\r\n'),(11781,243,'2007-09-12 11:13:06','Refresher','Stage 1 of this six-day, 600-mile race went to Ivan Dominguez who bested Zach Bell in a bunch sprint in Kansas City. That put Dominguez in the overall lead based on the 10-second time bonus he received for his win. The Cuban figures to keep the jersey today as well with another field sprint very likely at the finish in Springfield.\r\n'),(11782,243,'2007-09-12 11:18:02','Rolling','Racing got underway just after 11 central time and after a neutral start most of the field pulled off the side of the road to answer the call of nature.\r\n'),(11783,243,'2007-09-12 11:23:51','Bunch sprint','In talking to a handful of riders this morning the expectation is that this will be another day for the sprinters. That notion is reinforced by the fact that Thursday brings what will almost surely be the race’s decisive day – a tricky 18-mile time trial. The true contenders for the overall will be looking to rest the legs today.'),(11784,243,'2007-09-12 11:26:28','Crash','In the truth is stranger than fiction department, we’ve just gotten word that there was a significant pile-up at mile 3 that was caused in part by a wayward armadillo. Among those hitting the deck was Missouri native Dan Schmatz who has been reported as an abandon. One racer who saw the incident said Schmatz actually hit the oversized rodent. Wow...'),(11785,243,'2007-09-12 11:28:16','Others who went down…','…included Slipstream’s Will Frischkorn and Danny Pate, Canadian Svein Tuft, Kodak’s Jesse Anthony and Schmatz’s BMC teammate Jonathan Garcia.\r\n'),(11786,243,'2007-09-12 11:31:30','George explains','VeloNews spoke with Discovery Channel’s George Hincapie this morning and the lanky American explained that his late-race attack on stage 1 was simply a matter of stretching the legs. Hincapie said he didn’t feel like mixing it up with the sprinters so why not take a shot. He ended up 24th on the day.\r\n'),(11787,243,'2007-09-12 11:34:09','On the road','The field is all together but the pace is high and we\'ve had a few riders take shots off the front. Nothing sticking so far, but you\'ve got to figure it\'s only a matter of time before someone gets away.'),(11788,243,'2007-09-12 11:35:45','All together','Still one big group that now numbers 115 with Schamtz out of the race. We\'re being told he\'s on his way to the hospital. Stayed tuned for an update on his condition.'),(11789,243,'2007-09-12 11:39:05','Rough road','After a quick stint on state highway 52, racers have turned off onto Route F, a bumpy two-lane road that’s littered with potholes. The surrounding countryside is mostly farmland with crops and cows dominating the rolling landscape.\r\n'),(11790,0,'0000-00-00 00:00:00','',''),(11791,243,'2007-09-12 11:40:55','Break attempt','Mike Sayers (Health Net) and Timmy Duggan (Slipstream) are attempting to get away. There\'s another 10 or so riders in pursuit. That would probably be too big a group but you never know. '),(11792,0,'0000-00-00 00:00:00','',''),(11793,243,'2007-09-12 11:44:28','Newsflash','BMC announced this morning that former Phonak team director John Lelangue will be taking over the No. 1 car for the U.S.-based pro continental squad. Lelangue was front and center during Floyd Landis’ run to the 2006 Tour title but then distanced himself from the American when news broke of his positive test for testosterone. Now he\'s here in Missouri working with likes of Scott Moninger and aforementioned Schmatz.\r\n'),(11794,243,'2007-09-12 11:49:29','No go','The move didn\'t stick and once again the race is all together with 19 of 125.6 miles covered'),(11795,243,'2007-09-12 11:51:45','Coming home','One rider to watch today is Slipstream’s Brad Huff. Besides being the team’s best sprinter he is also a Missouri native, hailing from Fair Grove, a tiny town that’s just 18 miles north of today’s stage 2 finishline in Springfield. A stage win would be huge for Huff who\'s also looking for a new team after being told by Slipstream that he would not be back with the team in 2008.\r\n'),(11796,0,'0000-00-00 00:00:00','',''),(11797,243,'2007-09-12 11:57:53','On Fair Grove','In an interview VeloNews conducted with Huff earlier in the year at Malaysia’s Tour de Langkawi Huff talked about his hometown, admitting he doesn’t get back there very often these days. \r\n\r\n“I grew up country. When I was there the population was 919. It’s now cracked a 1000. My family had a small farm – diary cattle, hay bales, the usual. In high school I was in FFA, Future Farmers of America. I was FFA president my senior year. But these days I don’t talk to people from High School much. When I do go back people will be like, ‘You still riding that bike?’ I’ll say, ‘Yeah I’m still riding the bike.’ Then they’ll ask, ‘Well doesn’t that hurt sitting on that saddle all day?’ One time my grandma told me, ‘You only got two legs you’re just gonna wear’em out.’ That’s the mindset back home.\"\r\n\r\nMaybe a stage win today would change that.'),(11798,243,'2007-09-12 12:01:09','No room for error','VeloNews editor Ben Delaney is riding in the Mavic neutral support car and reports that the edges of the roads have sharp drop-offs into grassy ditches. There is zero margin for error.\r\n'),(11799,243,'2007-09-12 12:05:14','Another pile-up','Toyota’s Chris Baldwin and Kodak’s Ben Raby were involved in a crash. No word on the cause -- be it varmint or otherwise -- but it looks like both have made it back in the bunch.\r\n'),(11800,243,'2007-09-12 12:07:38','Not as easy as it looks','A quick glance at the course profile would lead you to believe that this is a day-in-the-park day, but it isn’t as flat as it looks. Some of the rollers have a pretty sharp kick. That means life at the back of the bunch will be pretty tough.\r\n'),(11801,243,'2007-09-12 12:08:16','Update','All together with about 100 miles of racing to go.'),(11802,243,'2007-09-12 12:16:12','At mile marker 32.6','We have a break off the front. Hold for more info, thanks.'),(11803,243,'2007-09-12 12:25:36','IDs','Here’s the riders in the break which has about 45 seconds on the field: George Hincapie (Discovery Channel), David Canada (Prodir-Saunier Duval), Stefan Parinussa (Team Sparkesse), Frank Pipp (Health Net-Maxxis), Will Frischkorn (Slipstream), Valeriy Kobzarenko (Navigators), Michael Friedman (Slipstream), Andrew Randell (Symmetrics), Jonathan Garcia (BMC), Jesse Anthony (Kodak Gallery-Sierra Nevada), Andrew Guptill (Colavita), and Matthew Rice (Jelly Belly)\r\n'),(11804,0,'0000-00-00 00:00:00','',''),(11805,243,'2007-09-12 12:27:23','Almost lunch time','With an hour and a half of racing in the books, the leaders are approaching the feed zone at mile marker 41.3'),(11806,0,'0000-00-00 00:00:00','',''),(11807,243,'2007-09-12 12:35:37','Maybe?','Looks like this one is going to stay away. The advantage is up to 1:23 and slowly increasing. Back in the bunch Discovery Channel is manning the front of the field possibly intent on letting big George and the rest of the break stay away.'),(11808,0,'0000-00-00 00:00:00','',''),(11809,243,'2007-09-12 12:39:49','Make-up of the move','Again here are the riders in the 12-man break who now have a 2:10 advantage on the main field: George Hincapie (Discovery Channel), David Cañada (Prodir-Saunier Duval), Stefan Parinussa (Team Sparkesse), Frank Pipp (Health Net-Maxxis), Will Frischkorn (Slipstream), Valeriy Kobzarenko (Navigators), Mike Friedman (Slipstream), Andrew Randell (Symmetrics), Jonathan Garcia (BMC), Jesse Anthony (Kodak Gallery-Sierra Nevada), Andrew Guptill (Colavita-Sutter Home) and Matt Rice (Jelly Belly).\r\n'),(11810,0,'0000-00-00 00:00:00','',''),(11811,243,'2007-09-12 12:41:42','Shameless commerical plug','As a reminder to those of you who log on to this site on a regular basis, we wanted to mention that VeloNews.com has a print edition, a magazine that offers a rich, rich variety of content, none of which you\'ll find here on the site. Sign up for VeloNews and you\'ll receive the Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/Torx Set absolutely free with your paid subscription. Click here for more info: Tour of Missouri Subscription Special'),(11812,0,'0000-00-00 00:00:00','',''),(11813,243,'2007-09-12 12:48:45','Even distribution','It’s looking more and more like this move could stay away. Of the 15 teams in the race only Toyota-United, USA National, DFL-Cyclingnews and Tecos missed the move. Toyota will be motivated to bring the break back to set up sprinter Ivan Dominguez, but the other three squads won’t be of much help. The gap is now above 2 minutes.\r\n'),(11814,0,'0000-00-00 00:00:00','',''),(11815,243,'2007-09-12 12:51:45','Correction','Looks like we got some bad info from race radio. Turns out the Kodak rider in the break is not Jesse Anthony. Instead it’s Dominique Rollin who has made the move.\r\n'),(11816,0,'0000-00-00 00:00:00','',''),(11817,243,'2007-09-12 12:58:10','Sharing the load','The 12-rider break is clipping along at a nice pace, running a 2-by-2 paceline along these smooth, rolling roads that will bring the race to Springfield. Hincapie is up front right now while back in the bunch Leipheimer is riding along no-handed eating lunch.\r\n'),(11818,0,'0000-00-00 00:00:00','',''),(11819,243,'2007-09-12 13:00:07','With 51 miles covered...','...the break\'s margin is upto 4:30. This thing is going, going and could soon well be gone.'),(11820,0,'0000-00-00 00:00:00','',''),(11821,243,'2007-09-12 13:01:48','By a thread','Of the 12 riders up front BMC\'s Jonathan Garcia looks like the weakest link. He\'s been getting dropped on almost every riser, then barely chasing back on during the descents.'),(11822,0,'0000-00-00 00:00:00','',''),(11823,0,'0000-00-00 00:00:00','',''),(11824,243,'2007-09-12 13:16:26','Familiar scenario','With the gap moving past the 7-minute mark, the first Tour of Missouri is starting to look a lot like last spring’s Tour de Georgia. If you made the decisive break you’re still in the hunt for the overall. If not, you’re racing for stage wins. And just like it did with Janez Brajkovic in Georgia, Discovery Channel looks to have played a perfect hand. After today they may well have George Hincapie battling just 11 other riders for the overall title. And in case you missed the Tour de France this summer, you know that big George can ride a pretty solid TT. The American was third in the prologue and 7th in the stage 19 time trial won by teammate Levi Leipheimer. You gotta like Hincapie’s chances here.\r\n'),(11825,0,'0000-00-00 00:00:00','',''),(11826,0,'0000-00-00 00:00:00','',''),(11827,243,'2007-09-12 13:22:51','Chasing seconds','Hincapie and two others just took off out the front of the break to contest the sprint. Hincapie took it and grabbed 3 bonus seconds. That could prove important when the hand out the yellow jersey at the end of the day. One thing is certain -- Ivan Dominguez will not be holding onto it. The break is now 11 minutes ahead of the field. '),(11828,0,'0000-00-00 00:00:00','',''),(11829,243,'2007-09-12 13:31:13','Back together','The break is all back together after chasing the sprint at mile marker 62.'),(11830,0,'0000-00-00 00:00:00','',''),(11831,0,'0000-00-00 00:00:00','',''),(11832,243,'2007-09-12 13:32:33','Buh Bye','The gap is now 15:15. Somebody wake up the bunch and tell them to start pedaling their bikes.'),(11833,0,'0000-00-00 00:00:00','',''),(11834,243,'2007-09-12 13:38:41','More irony','For the second time this year Toyota-United has missed a decisive breakaway the day after winning a stage. The first time was in Georgia when Ivan Stevic won stage 2, then watched his team miss the move that carried Discovery’s Janez Brajkovic to the overall victory. This time they had Ivan Dominguez winning the race’s opening stage, and then today’s big break which has set up Discovery’s George Hincapie as the man to beat in the overall. It’s also worth noting that among Brajkovic’s companions at Georgia was Prodir’s David Cañada. And yes Cañada has made today’s move as well. New time gap uis 15:30.\r\n'),(11835,0,'0000-00-00 00:00:00','',''),(11836,243,'2007-09-12 13:43:52','Miles covered','With 2 hour 40 minutes of racing in the books, the leaders have covered 73 miles and are appoaching the day\'s second feedzone in Polk County.'),(11837,0,'0000-00-00 00:00:00','',''),(11838,243,'2007-09-12 14:06:30','Quite an ordeal','If this break of 12 actually stays together all the way to the finish, the obvious favorite is Slipstream’s Mike Friedman. He’s got some pop in his legs from lots of time on the track, and he’ll benefit from having teammate Will Frischkorn to help him out on the run to the line. A stage win would be huge for Friedman considering the ordeal he’s undergone over the last year. You may remember that his career was on hold last year when he was diagnosed with Factor 5 Leiden, a predisposition to form serious blood clots which is present in about five percent of the general population. The tipping point was a blood clot that started in his leg and migrated to a lung. Friedman was lucky to escape with his life and had to sit out several months while taking a blood thinner.\r\n'),(11839,0,'0000-00-00 00:00:00','',''),(11840,0,'0000-00-00 00:00:00','',''),(11844,243,'2007-09-12 14:18:51','A little life','We are getting word that there\'s a little action at the front of the main field, and the pace has picked up.'),(11842,243,'2007-09-12 14:15:06','New time split','a whopping 17:25 with 78.8 miles covered.'),(11843,0,'0000-00-00 00:00:00','',''),(11845,0,'0000-00-00 00:00:00','',''),(11846,243,'2007-09-12 14:21:24','Coming down...','The time gap is now down to 17:00.'),(11847,0,'0000-00-00 00:00:00','',''),(11848,243,'2007-09-12 14:27:17','Back in bunch','It\'s team DFL and Tecos setting pace at the front.'),(11849,0,'0000-00-00 00:00:00','',''),(11850,243,'2007-09-12 14:40:05','Explanation','Toyota-United team director Harm Jansen was just interviewed by TV and said today was simply not the day for his team to make the break. He laid some of the blame on an early crash by team GC rider Chris Baldwin, then added that his team’s failures today were “The price you pay for yesterday’s work.†Indeed, Toyota did a lot of work at the end of the stage to set up Ivan Dominguez for the stage win.\r\n'),(11851,0,'0000-00-00 00:00:00','',''),(11852,243,'2007-09-12 14:41:45','Second sprint','Kodak\'s Rollin toook first in the second sprint, which means he is the virtual race leader based on time bonuses. The gap to the field is not 15:30.'),(11853,0,'0000-00-00 00:00:00','',''),(11854,243,'2007-09-12 14:44:09','Back in line','After the sprint broke things up, the 12 leaders are back in a 2x2 line and taking even pulls.'),(11855,0,'0000-00-00 00:00:00','',''),(11856,243,'2007-09-12 14:50:06','At the finish','The PA announcers have come to life updating a decent crowd about what has happened so far in stage 2 of the Tour of Missouri. When they explained that George Hincapie had emerged as the top threat to win the overall title here, the crowd let out a big cheer.'),(11857,0,'0000-00-00 00:00:00','',''),(11858,243,'2007-09-12 14:54:35','Stevic out','Race radio has just announced that Toyota-United\'s Ivan Stevic has dropped out of the race. No word on why yet, but we\'ll try to get more info.'),(11859,0,'0000-00-00 00:00:00','',''),(11860,243,'2007-09-12 14:59:13','Wrap around','Don’t be surprised if organizers are forced to neutralize the peloton once it reaches today’s finishing circuit in Springfield. The loop is only 2 miles round and a 15 minute gap could mean the break would lap the field, a scenario that won’t be allowed to happen for safety and scorekeeper sanity reasons.\r\n'),(11861,0,'0000-00-00 00:00:00','',''),(11862,243,'2007-09-12 15:00:39','New time split','is 15:15. No we wait for the attacks out of the break. No way they come to the line together.'),(11863,0,'0000-00-00 00:00:00','',''),(11864,243,'2007-09-12 15:03:00','Big gap','Right now the leaders have covered 107.2 miles while the field is at 100.2 of 125.6. Now that is a BIG gap.'),(11865,0,'0000-00-00 00:00:00','',''),(11866,243,'2007-09-12 15:07:14','Time check','15:00 and holding steady'),(11867,0,'0000-00-00 00:00:00','',''),(11868,243,'2007-09-12 15:08:26','Stepping out','Slipstream\'s Mike Friedman has pulled himself out of the breakaway rotation, opting to save himself for the finish.'),(11869,0,'0000-00-00 00:00:00','',''),(11870,243,'2007-09-12 15:13:25','Inane trivia','According to the Tour of Missouri media guide the top attraction in the Springfield area is the Bass Pro Shops Outdoor World. Also not to be missed are Fantastic Caverns, the Missouri Sports Hall of Fame and Crystal Cave.\r\n'),(11871,0,'0000-00-00 00:00:00','',''),(11872,243,'2007-09-12 15:15:14','More trivia','Springfield is the third largest city in the Show Me State with a popultaion of 350,000. The gap is down the 14:50.'),(11873,0,'0000-00-00 00:00:00','',''),(11874,243,'2007-09-12 15:21:13','Update','The break is now 14:50 as it nears Springfield'),(11875,0,'0000-00-00 00:00:00','',''),(11876,243,'2007-09-12 15:23:38','Break just passed...','...the 15km to the finish mark. At the finish the crowds are building. '),(11877,243,'2007-09-12 15:28:38','Time check','14:30 -- and because it\'s stayed so high it looks like the break will be able to finish their two laps of the finishing circuit before the bunch arrives.'),(11878,0,'0000-00-00 00:00:00','',''),(11879,243,'2007-09-12 15:30:55','Back in the bunch...','It\'s still DFL and Tecos setting the pace. Meanwhile, the break is 10km to the finish. Toyota-United is taking some serious heat at the finish. One of the PA announcers said they don\'t deserve to hold either the yellow or green jersey after the lack of effort today. Harsh... '),(11880,0,'0000-00-00 00:00:00','',''),(11881,243,'2007-09-12 15:33:19','Tight','Because the finishing circuit is so small – just 2 miles – organizers are instructing the race caravan that all teams cars must pull out, leaving only neutral support and officials cars on the circuit for the final miles of the race.\r\n'),(11882,0,'0000-00-00 00:00:00','',''),(11883,243,'2007-09-12 15:34:07','Time check','14:10 as the break rolls into Springfield. They\'ll cross the finish line and then have two laps to go. Showtime!'),(11884,0,'0000-00-00 00:00:00','',''),(11885,243,'2007-09-12 15:35:21','Two laps to go for the break','And the crowd goes wild at the finish.'),(11886,0,'0000-00-00 00:00:00','',''),(11887,243,'2007-09-12 15:37:37','Breaking up','The break is still together, but the 2x2 is gone replaced by a disorganized bunch led currently by Hincapie. Now we have an attack fromk Frischkorn of Slipstream. It\'s covered but it\'s clear the gnag in argyle is going to try to take advantage of its numbers advantage.'),(11888,0,'0000-00-00 00:00:00','',''),(11889,243,'2007-09-12 15:39:10','Attack','By Will Frischkorn. It\'s back together again, but this could really play well for getting Friedman across the line first.'),(11890,0,'0000-00-00 00:00:00','',''),(11891,243,'2007-09-12 15:39:37','Crash in main field','Info to come.'),(11892,0,'0000-00-00 00:00:00','',''),(11893,243,'2007-09-12 15:40:58','Frischkorn goes again','The kid is relentless and that\'s shed Garcia and Mattyh Rice off the back of the break.'),(11894,0,'0000-00-00 00:00:00','',''),(11895,243,'2007-09-12 15:41:44','Now...','10 together at the front with everyone looking at each other.'),(11896,0,'0000-00-00 00:00:00','',''),(11897,243,'2007-09-12 15:42:41','Here we go...','...and the winner is...'),(11898,0,'0000-00-00 00:00:00','',''),(11899,243,'2007-09-12 15:43:52','It\'s...','....Hincapie unofficial'),(11900,0,'0000-00-00 00:00:00','',''),(11901,243,'2007-09-12 15:45:29','Top 3','1. Hincapie; 2. Frank Pipp; 3. Rollin'),(11902,0,'0000-00-00 00:00:00','',''),(11903,243,'2007-09-12 15:46:16','New race leader','Bolstered by his 10-second time bonus for the win, George Hincapie will take over the overall lead.'),(11904,0,'0000-00-00 00:00:00','',''),(11909,243,'2007-09-12 15:50:01','Applause please','Hincapie just popped up at the finishline where he\'ll get to watch the rest of the field come past. Rare to race in and watch a bike race.'),(11907,243,'2007-09-12 15:48:29','The bunch','will soon enter onto the circuit. They\'ll be sprinting for 13th place.'),(11908,0,'0000-00-00 00:00:00','',''),(11910,0,'0000-00-00 00:00:00','',''),(11911,243,'2007-09-12 15:53:33','His to lose','Clearly this first running of the Tour of Missouri is now Hincapie\'s to lose. As long as he can beat his 11 breakaway companions in tomorrow\'s TT, he\'ll have the Discovery horsepower -- including the reigning Tour de France champ -- to defend during the event\'s final three days. The guess here --- GAME OVER. '),(11912,0,'0000-00-00 00:00:00','',''),(11913,243,'2007-09-12 15:54:30','One lap to go','For the rest of the field. At the moment Levi Leipheimer is at the front. '),(11914,0,'0000-00-00 00:00:00','',''),(11915,243,'2007-09-12 15:57:08','Tomorrow','After the caravan makes a 45-minute transfer south to the tourist town of Branson, riders will take on a testing 18-mile time trial. The course features a finishing climb that rolls up to Shepherd of the Hills, at about 1,300 feet. KOM points will be awarded for the final climb up to the finish.\r\n'),(11916,0,'0000-00-00 00:00:00','',''),(11917,243,'2007-09-12 15:57:43','And 13th place goes to...','...??????'),(11918,0,'0000-00-00 00:00:00','',''),(11919,243,'2007-09-12 15:59:13','The Brazilian','Luciano Pagliarini of Prodir-Saunier Duval. And with that we bid you adieu. But make sure to check back Thursday for another day of live coverage from the Tour of Missouri. '),(11920,0,'0000-00-00 00:00:00','',''),(11921,232,'2007-09-13 13:58:59','Good Day','and welcome to VeloNews.com\'s live coverage of the 12th stage of the 2007 Vuelta a España, a moderately hilly 176-kilometer ride from Algemesí to Hellín.

    The big news today is the unexpected withdrawl from the Vuelta by Saunier Duval\'s Leonardo Piepoli, winner of the ninth stage of the race. Piepoli\'s wife is suffering from complications after giving birth to the couple\'s son yesterday and the Italian climber is heading home to be with her. We wish the whole family well.

    Also not taking the start today is Discovery\'s Egoi Martinez, who has wrist and arm injuries after crashing in yesterday\'s stage.

    The peloton - now down to 171 riders - left Algemesí at approximately 1:30 today and, as expected, the day\'s first attacks came soon after the official start. Race officials, by the way, lengthened today\'s trip through the neutral zone by five kilometers, which means that the stage will actually only involve 171-kilometers of racing.'),(11922,232,'2007-09-13 14:04:36','Attack, catch, attack again','The opening kilometers of today\'s stage featured a series of attacks, which were reeled in, countered and those, in turn, were caught again. Finally at kilometer 13, a group of four riders - Phillippe Gilbert (Francaise des Jeux), Davide Rebellin (Gerolsteiner), Yuriy Kristov (Ag2r) and Sebastien Minard (Cofidis) - managed to build an advantage of 2:20 by 21km. The quartet is being pursued by Jose Ruiz Sanchez of Andalucia - Cajasur, but the Spanish rider is not making ground on them and it\'s likely that he may be swept up by the main field, leaving a break composed entirely of riders from ProTour teams, a first in this Vuelta. '),(11923,232,'2007-09-13 14:07:41','He made it!','What would a Vuelta break be without someone from one of Spain\'s smaller continental teams? Well, we won\'t know. Sanchez - who has been trying all day to get into a break - did manage to join the four riders at the front. The five escapees now enjoy a lead of 3:30 on the main field, with Milram working at the front of the peloton, monitoring the break, largely to ensure that the gap doesn\'t reach unmanageable levels.'),(11924,232,'2007-09-13 14:11:34','The situation on the road','We have five riders working hard to make a gap on the main field. The men in the break include:

  • Phillippe Gilbert (Francaise des Jeux)
  • Davide Rebellin (Gerolsteiner)
  • Yuriy Kristov (Ag2r)
  • Sebastien Minard (Cofidis)
  • Jose Ruiz Sanchez (Andalucia-Cajasur)

    At 30km, the five have managed to build up a 4:00 advantage. Now, the question is whether the Milram team - with its newly inspired sprinter Alessandro Petacchi - will allow enough of a gap to develop to allow these riders to stay away for the day.'),(11925,232,'2007-09-13 14:12:07','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(11926,232,'2007-09-13 14:13:16','And now, a word from our sponsors:','As a reminder to those of you who log on to this site on a regular basis, we wanted to mention that VeloNews.com actually has a print edition, a magazine that offers a rich, rich variety of content, none of which you\'ll find here on the site. Take a quick look:\r\n

    Sign up for VeloNews and you\'ll receive the Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/\r\nTorx Set absolutely free with your paid subscription. Click on the image or just click here\r\n'),(11927,232,'2007-09-13 14:15:39','GC threats?','No one in the break poses a significant threat to the overall standings of this Vuelta. Of the five leaders, Gilbert is the highest placed, at 54th on GC, 34:47 out of first.

    If the break does succeed, you have to consider Rebellin (96th at 55:39) to be a favorite for the stage win.'),(11928,232,'2007-09-13 14:22:00','Milram\'s not in the mood','to see a stage slip away from their fast-finishers, Erik Zabel and Alessandro Petacchi. At 37 kilometers, the German/Italian squad has already upped the tempo and trimmed 30 seconds off of the leaders\' advantage.

    Back in the field, however, there has been a crash involving several riders about midway in the peloton. We are awaiting injury reports.'),(11929,232,'2007-09-13 14:28:23','Off of the flats','The terrain is making a turn upward as the route leaves the Mediterranean coast and heads inland. There are no ranked climbs on today\'s stage, but the rest of today\'s route covers a long stretch of rolling terrain, bound to take a toll on the break, especially if there is a serious chase underway. At 42km, the gap is now down to 3:05.

    Back in the field, there are no reports of any serious injuries from that crash five kilometers back, but we haven\'t heard either way, yet.'),(11930,232,'2007-09-13 14:37:07','At 48km','the gap is holding at 3:05. The leading five passed through today\'s intermediate sprint with none of the men contesting the prize, as Gilbert rolled through first, followed by Minard and Sanchez.

    As a reminder, the men in the break include:

  • Phillippe Gilbert (Francaise des Jeux)
  • Davide Rebellin (Gerolsteiner)
  • Yuriy Kristov (Ag2r)
  • Sebastien Minard (Cofidis)
  • Jose Ruiz Sanchez (Andalucia-Cajasur)

    '),(11931,232,'2007-09-13 14:42:53','Milram','is keeping a short leash on these guys. The gap continues to hold at around 3:05 at the 53km mark.'),(11932,232,'2007-09-13 14:52:59','The radio','It\'s not a new complaint, but dang, the race radio sure takes the romance out of stages like this. Remember the old \"out-of-sight-out-of-mind\" rule that we used to believe in the old days? Not anymore. With race radios and GPS systems, we - and, more importantly, the peloton - know exactly where everyone is, every second of the stage. Terrain be damned... no one manages to slip away unnoticed anymore (well, unless you\'re racing in the Tour of Missouri or Georgia. Both of those races seem to have been determined by breaks that got away). Still, here in Europe, the science and technology of the 21st century don\'t exactly boost the chances of a valiant few. Of course, all of this is to say that Milram continues to hold these guys within reach. At 60km, the gap has edged out slightly, to 3:30.'),(11933,232,'2007-09-13 15:03:03','The gap','at 67km is now 3:40. The Milram team is still up in front of the peloton, ticking away and keeping tabs on the men in the break:

  • Phillippe Gilbert (Francaise des Jeux)
  • Davide Rebellin (Gerolsteiner)
  • Yuriy Kristov (Ag2r)
  • Sebastien Minard (Cofidis)
  • Jose Ruiz Sanchez (Andalucia-Cajasur)

    '),(11934,232,'2007-09-13 15:07:45','Francaise des Jeux','has a rider in the break, but his teammate, 24-year-old Cyrille Monnerias, has pulled out of the race. We are not entirely certain, but it might be as a result of the crash back at kilometer 37.'),(11935,232,'2007-09-13 15:09:28','The weather...','is turning out ot be nicer than expected today. Forecasts did call for the chance of rain, but that hasn\'t come to pass yet and the sky is clearing as the day goes on.'),(11936,232,'2007-09-13 15:16:30','Today\'s hills','underscore just how inexact and subjective rating system of Categories 1, 2, 3, 4 and special can be. We\'ve seen ever-so-slight rises in wheat fields given Category 4 designations and brutally tough climbs labled as Cat. 1... despite long, steep grades that should rate hors categorie. Today, despite several small bumps along the way, there are no ranked climbs meaning that Denis Menchov will lead the KoM competition, no matter what happens today. Menchov, by the way, moves back to the top of that contest, because Leonardo Piepoli is on his way home to Italy to be with his wife and newborn son.'),(11937,232,'2007-09-13 15:18:34','Here in the U.S.','According to this morning\'s Chicago Tribune, a Belgian bicycle racer who lived in Chicago crashed into a concrete barrier during a recreational race in Matteson and died several hours later, authorities and a race organizer said Wednesday.

    Pieter Ombregt, 27, a member of the XXX Racing-AthletiCo bicycling team, was riding on a closed access road surrounding a factory in the 21900 block of Central Avenue on Tuesday when the wreck occurred, said Steve Feehery, president of the South Chicago Wheelmen, which organized the event.

    \"An official heard [the crash] and I heard [the official] holler, then I ran down and saw that [Ombregt] was unconscious and immediately called 911,\" Feehery said.\r\n\r\nOmbregt, an experienced racer who had been involved in the event the last few years, apparently careered into a barrier post about 6:45 p.m. going 30 m.p.h., severely injuring his neck, Feehery said.\r\n'),(11938,232,'2007-09-13 15:26:04','The gap','at 89 km, the five men in the break are still around 3:30 ahead of the main field.'),(11939,232,'2007-09-13 15:31:27','Lunch','for the peloton as they reach the feedzone. The gap is holding at 3:30 as riders dig in for today\'s fare: A fine selection of energy bars and delightful and unpretentious local vintage... well, okay, it\'s fluorescent sugar-water, but you knew that.'),(11940,232,'2007-09-13 15:35:00','The men of La Mancha','The men in the break have entered the La Mancha region. No one appears to be tilting at windmills, but the men in the lead are getting a bit of a boost from a nice little tailwind.

    The area around here does feature a number of tributes to Cervantes\' \'Don Quixote de la Mancha.\' '),(11941,232,'2007-09-13 15:37:40','At km 93','the five men in the break are now just 3:05 ahead of the Milram-led peloton. Back a couple of kilometers ago, the escapees passed through the day\'s second sprint mark, with Gilbert again taking top honors.'),(11942,232,'2007-09-13 15:43:42','The situation on the road','The race really hasn\'t changed much since today\'s leaders managed to scamper off 13 kilometers into the race. The five leaders have maintained an advantage that has rocked back-and-forth between 3:00 and 3:30 for most of the day. Currently, at 98km, they enjoy a lead of 3:15. As a reminder, the riders in the break are:

  • Phillippe Gilbert (Francaise des Jeux)
  • Davide Rebellin (Gerolsteiner)
  • Yuriy Kristov (Ag2r)
  • Sebastien Minard (Cofidis)
  • Jose Ruiz Sanchez (Andalucia-Cajasur)'),(11943,232,'2007-09-13 15:53:24','Tick, tock','At the 102km mark, the escapees retain a lead of 3:20.'),(11944,232,'2007-09-13 16:01:00','Help a sister out','While we wait for someone to turn a crank in anger here, we\'d like to pass on the news that a website and bank account have been set up to help Tara Llanes recover from a horrific crash in the third round of the Jeep King of the Mountains series September 1 in Beaver Creek, Colorado, that left her with a broken back. Personal or cashier\'s checks and money orders can be sent to Tara at:
    \r\n
    \r\nTara Llanes
    \r\nRoad to Recovery Fund
    \r\n4068 Green Ave.
    \r\nLos Alamitos, CA 90720
    \r\n
    \r\nFor more information, see the website, www.TaraLlanesRoadtoRecovery.com.\r\n\r\n\r\n'),(11945,232,'2007-09-13 16:06:08','My goodness, look at the time . . .','Either the chase has picked up or the break is slowing down  the gap has fallen to three minutes.'),(11946,232,'2007-09-13 16:10:14','Meanwhile, in transfer news . . .','Christophe Moreau will ride for Agritubel next season, reports Agence France Presse. The 36-year-old Moreau has been with AG2R since 2006, and this year won the Dauphiné Libéré.'),(11947,232,'2007-09-13 16:13:17','Up the Puerta de Jumilla','The break\'s advantage is gradually coming down, to just under three minutes with some 50km to race.'),(11948,244,'2007-09-13 09:16:17','Good Day and Welcome','to the VeloNews.com live coverage of the inaugural Tour of Missouri'),(11949,232,'2007-09-13 16:17:03','Get your motor running; head out on the highway','The bunch has gone wild, chiseling the gap down to 2:43 with 43km to go.'),(11950,232,'2007-09-13 16:22:18','Tick, tock','Milram is driving the chase in a long, long line that briefly divides to negotiate another of the ubiquitous roundabouts.'),(11951,232,'2007-09-13 16:24:21','38km to go','Man, this is some parched-looking country. More sangria than agua in these parts, we reckon.'),(11952,232,'2007-09-13 16:25:29','Zoom','Five Milrams on the front now, and the chase is strung out worse than Lindsay Lohan.'),(11953,232,'2007-09-13 16:29:24','2:03','Milram wants another sprint finish.'),(11954,232,'2007-09-13 16:31:00','44.6km/h the average speed . . .','. . . as the chase nibbles away at the break\'s lead.'),(11955,232,'2007-09-13 16:34:22','Under two minutes now','And Sanchez just got shelled from the break, leaving four up front.'),(11956,232,'2007-09-13 16:38:39','Still four Milrams up front','Rabobank has contributed a few men as well.'),(11957,232,'2007-09-13 16:40:20','Under 26km to go . . .','. . . and the break\'s margin is down to around 1:40.'),(11958,232,'2007-09-13 16:47:42','20km remains','Milram and Rabobank are still driving.'),(11959,232,'2007-09-13 16:49:30','Zoom','74 km/h! Man, we\'re glad these guys aren\'t chasing us.'),(11960,232,'2007-09-13 16:51:27','Under a minute now','The break has had the schnitz  it\'s just a question of when they get gobbled up.'),(11961,232,'2007-09-13 16:54:02','12km to go . . .','. . . and just 43 seconds.'),(11962,232,'2007-09-13 16:56:44','10km to go','And the hounds can see the hares.'),(11963,232,'2007-09-13 16:59:00','8km to go','The bunch is toying with the break now, letting it dangle about 23 seconds off the front.'),(11964,232,'2007-09-13 17:00:44','7km to go . . .',' . . . and just 14 seconds now.'),(11965,232,'2007-09-13 17:02:04','6km to go . . .','. . . and Gilbert goes, pursued by Rebellin!'),(11966,232,'2007-09-13 17:02:58','Rebellin won\'t work','. . . 5km to go now.'),(11967,232,'2007-09-13 17:03:52','T-Mobile has moved to the front now','. . . working for Greipel and stringing the chase out in one, long line again.'),(11968,232,'2007-09-13 17:06:22','3km to go','T-Mobile still driving.'),(11969,232,'2007-09-13 17:08:18','1km to go','ZOOM!'),(11970,232,'2007-09-13 17:08:36','Zabel winds it up . . .','. . . and . . .'),(11971,232,'2007-09-13 17:09:00','Petacchi!','He takes the mad dash ahead of Daniele Bennati (Lampre) and Aliaksandr Usau (Ag2r Prevoyance).'),(11972,232,'2007-09-13 17:13:23','That\'s all, folks . . .','. . . thanks for joining us today, and stay tuned for a race report, photos and complete results.'),(11973,244,'2007-09-13 11:12:03','On tap','Greetings and welcome to stage 3 of the Tour of Missouri. On tap today is today is an 18-mile individual time trial that starts and finishes in Branson. The first rider out was Toyota-United’s Justin England who took off at 11 a.m. central time. England was the first of 112 riders to take on this rolling course that started at Branson Landing a ritzy outdoor shopping area on the shores of Lake Taneycomo. The real action will come later in the day when the 12 members of yesterday\'s long breakaway take on the TT to decide who will take the race lead into the final three days of this 6-stage, 600-mile race that finishes Sunday in St. Louis.\r\n'),(11974,244,'2007-09-13 11:22:00','Recap','As a refresher the 12 riders in Wednesday’s decisive break included George Hincapie (Discovery Channel), Frank Pipp (Health Net-Maxxis), Dominique Rollin (Kodak Gallery-Sierra Nevada), Slipstream\'s Mike Friedman and Will Frischkorn, BMC\'s Jonathan Garcia, Prodir-Saunier Duval\'s David Cañada, Team Sparkasse\'s Stefan Parinussa, Symmetrics Andrew Randell, Valeriy Kobzarenko (Navigators), Matt Rice (Jelly Belly) and Andrew Guptill (Colavita-Sutter Home). Collectively the put more than 14 minutes into the rest of the filed, meaning the overall winner of this race will definitely come from this group. The obvious favorite is Hincapie who won stage 2 and took over the race leader’s jersey. He’s a solid time trialist and has an uber team that includes reigning Tour de France champion Alberto Contador and reigning U.S. national Levi Leipheimer who should be more than capable of defending the jersey should he hold onto it today..\r\n\r\n'),(11975,244,'2007-09-13 11:30:06','Another sunny day','The weather is again just about perfect here in Missouri -- clear and warm, about 75 right now. We are still waiting for the first time check of the day and will get that to you as soon as we get it. The first member of the top 12 is slated to roll out at 12:40 local time. Estimated finishing times are in the 40-minute range.'),(11976,244,'2007-09-13 11:34:52','Riders out on course','There are 33 riders on course right now with the 34th -- Gregorio Ladino (Tecos) -- just about to join them. Among the riders out there now are Health Net\'s Tim Johnson, Colavita\'s Tyler Wren, Toyota\'s Heath Blackgrove and Health Net\'s Jeff Louder. We are still waiting on our first time check.'),(11977,0,'0000-00-00 00:00:00','',''),(11978,244,'2007-09-13 11:51:07','First finishers','Riders are starting to roll into the finish -- the current fastest time is 41:12 by Finland\'s Matti Helminen (DFL-Cyclingnews-Litespeed). First rider out Justin England posted a 47:02.'),(11979,0,'0000-00-00 00:00:00','',''),(11980,0,'0000-00-00 00:00:00','',''),(11981,244,'2007-09-13 11:52:00','TdF Champ in the house','Discovery\'s Alberto Contador just rolled out of the start house. '),(12033,233,'2007-09-14 14:17:19','Good Day','and welcome to VeloNews.com\'s Live Coverage of the 13th stage of the 2007 Vuelta a España, a 176.4-kilometer run from Hellín to Torre-Pacheco. As you can see from today\'s route profile, it\'s another transition stage, with moderate terrain at the start and flat run to the finish.

    The big news today is that Quick Step\'s Tom Boonen has opted out of the Vuelta, choosing instead to prepare for the world\'s in Stuttgart. Boonen has been frustrated by his inability to win a stage here and now turns his attention to scoring his second rainbow jersey. His teammate and reigning world champion, Paolo Bettini, however, is still here, so we may see him fight it out with Alessandro Petacchi a the stage finish today. Stay tuned. Another rider who won\'t be there today is Gerolsteiner\'s Davide Rebellin. The Italian, too, is focusing his attention on Stuttgart.

    Today\'s weather is not quite as nice as it has been for most of the Vuelta. The rain that has been threatening for the past few days has finally struck and riders have been getting wet out there since the start.

    The peloton rolled out of Hellín at around 1:20 and the usual attacks began from the gun.

    It took several attempts, but Andreas Klier (T-Mobile), Tom Stansnidjer (Gerolsteiner) and Jérémy Roy (Francaise des Jeux) finally managed to get away at the 20km mark.

    Now at 50km, the men at the front have a nice 7:00 lead. Yup, 50km... in less than an hour. There\'s a brisk tailwind giving these guys a boost. The rain, as we said, has been keeping things cool, but also a little uncomfortable. Now and then, it turns into a real downpour, but it\'s holding at a drizzle for now.'),(11982,244,'2007-09-13 11:53:27','Time check','Revision on Helminen\'s time-- he actually posted a 41:07.'),(11983,244,'2007-09-13 11:56:11','Schmatz update','We just ran into BMC’s Dan Schmatz – the St. Louis native who crashed out of the race yesterday after running into an armadillo. He said he didn’t know if the critter was alive or dead when he hit it, but it was definitely dead when he was done with it. Schmatz estimated that it was as big as a “medium sized dog†and said he was told by some of the locals that armadillos are a regular roadside hazards in these parts. Schmatz was initially knocked unconscious after flying over the top of his handlebars and landing hard on his head. Initially he wanted to keep racing but when his team staff saw how badly his helmet was cracked, they persuaded him to get into the car. It was then that he realized that there was a problem with his collarbone, which was broken. Tough way to end the season.\r\n'),(11984,244,'2007-09-13 11:59:01','Tough course','We spoke to Slipstream’s Timmy Duggan this morning and he said the Branson TT course was more like a hill climb than a time trial. “It’s almost all uphill,†said Duggan who was third at the U.S. national championships in Greenville, South Carolina a few weeks back.\r\n'),(11985,244,'2007-09-13 12:02:08','More finish times','Tim Johnson (Health Net) 44:54 (current third best); Jacob Erker (Symmetrics) 47:17; Kane Oakley (DFL-Cyclingnews) 47:56; Sebastian Fray (Team Sparkasse), 47:36\r\n'),(11986,244,'2007-09-13 12:03:46','Current top 3','1. Matti Helminen (DFL-Cyclingnews); 2. Heath Blackgrove (Toyota-United); 3. Tim Johnson (Health Net-Maxxis)'),(11987,244,'2007-09-13 12:05:11','Baldwin','Toyota\'s Chris Baldwin just rolled through with a 44:17 which slots him in third place. Not a great mark for the former US national TT champ, but considering hhe crashed twice yesterday it\'s not that bad.'),(11988,244,'2007-09-13 12:07:37','Updated top 3','1. Matti Helminen (DFL-Cyclingnews), 41:07; Huub Duyn (Slipstream) 43:54; Chris Baldwin (Toyota-United) 44:17\r\n'),(11989,244,'2007-09-13 12:11:25','Bar-gate','There was some scrambling this morning at the team trucks after the on-site UCI official made it clear they were serious about enforcing the equipment rule that says TT bar extensions must be parallel with the ground. BMC team director Gavin Chilcott said they had to change every bike this morning. That was surely the case with lots of the riders in the race including stage win-favorite Levi Leipheimer who raised his position considerably this offseason.'),(11990,244,'2007-09-13 12:15:28','Slipstream\'s Jonathan McCartney...','just crossed the line with a 44:05'),(11991,244,'2007-09-13 12:17:43','New top 3','1. Matti Helminen (DFL-Cyclingnews) 41:07; 2. Danny Pate (Slipstream) 41:41; 3. Glen Chadwick (Navigators) 43:10\r\n'),(11992,244,'2007-09-13 12:21:48','Slipstream\'s Timmy Duggan is in','and into third place with a 42:08. We\'re still 20 minutes away from the start times for the 12 riders that were in yesterday\'s decisive break. They put more than 14 minutes into the field so the overall race winner will surely come from the group that includes Big George Hincapie.'),(11993,244,'2007-09-13 12:25:12','Stage 2 post-race','Here are some comments from the key players in yesterday’s big breakaway. Frank Pipp (Health Net-Maxxis) on George Hincapie and the rest of the riders in the break. “George is in the driver’s seat right now. After a long day though in the break being out there for so long, all of our legs are going to be pretty soft. We’ll see who can suck it up. The guys that can TT pretty well, sometimes, after a day like that, the tables turn a little bit.â€Â\r\n'),(11994,244,'2007-09-13 12:26:15','More from Pipp','On the stage 2 break: “It was hard early on. We were really drilling it. When the gap was holding at about 30 seconds. At that point I wasn’t pulling too much because I’m not our best time trialist and I could see that with George in it might be the one that goes. And then it snapped and just went away. When it went out to seven, eight minutes that’s when we knew that it was probably the race.â€Â\r\n'),(11995,244,'2007-09-13 12:28:12','BMC’s Jonathan Garcia on yesterday\'s terrain','“It was unforgiving. It was always up and down, up and down. It was one of those course that weighs on you. It was a good course, but it was hard, definitely.†\r\n'),(11996,244,'2007-09-13 12:30:00','Updated top five','1. Matti Helminen (DFL-Cyclingnews) 41:04; 2. Danny Pate (Slipstream) 41:41; 3. Timmy Duggan (Slipstream) 42:08; 4. Glen Chadwick (Navigators) 43:10; 5. Scott Moninger (BMC) 43:13'),(11997,244,'2007-09-13 12:31:59','Pete Lopinto is in','The Kodak Galley-Sierra Nevada rider posted a solid 44:42'),(11998,244,'2007-09-13 12:33:57','Here comes Alberto','Contador has 1km to go. This should benefit Hincapie who will get a chance to debrief his Spanish teammate before he takes his turn on the truck.'),(11999,244,'2007-09-13 12:34:37','Contador','posts a 42:34 that puts him in fifth.'),(12000,244,'2007-09-13 12:37:00','Vuelta coverage','Don’t forget to check out VeloNews.com’s coverage of the Vuelta a Espana. Today’s stage went to Italian Alessandro Pettachi. Read all about it here \r\n'),(12001,244,'2007-09-13 12:37:30','Shameless commerical plugs...','... are a necessity in this day and age, but this one ain\'t too painful, folks.\r\nAs a reminder to those of you who log on to this site on a regular basis, we wanted to mention that VeloNews.com has a print edition, a magazine that offers a rich, rich variety of content, none of which you\'ll find here on the site. Sign up for VeloNews and you\'ll receive the Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/ Torx Set absolutely free with your paid subscription. Click here for more info: Tour of Missouri Subscription Special'),(12002,244,'2007-09-13 12:41:47','Updated top five with 50 riders finished','1. Matti Helminen (DFL-Cyclingnews) 41:04; 2. Danny Pate (Slipstream) 41:41; 3. Timmy Duggan (Slipstream) 42:08; 4. Rory Sutherland (Health Net-Maxxis) 42:32; 5. Alberto Contador (Discovery Channel) 42:34\r\n'),(12003,244,'2007-09-13 12:44:34','Two-minute gaps','We\'ve moved into the two-minute gaps section of the race. Out on the course Levi Leipheimer is hammering his way around Branson. Expect the American to make a strong run at the top of the podium today just as he did in the time trial at the Tour of Georgia earlier in the year.'),(12004,244,'2007-09-13 12:47:53','We are into the final 12 now','Prodir-Saunier Duval\'s David Canada just rolled out of the start house. The Spaniard figures to be one of the top threats to Hincapie\'s run at the overall. Next out is Slipstream\'s Mike Friedman who is also a solid TT rider.'),(12005,244,'2007-09-13 12:50:26','New best time','No surprise here -- multi-time Aussie TT national champ Nathan O\'Neil just moved into first place with a 39:53. The Health Net rider is the first to go under the 40-minute mark. It makes you wonder why Health Net opted not to chase yesterday instead of putting all its GC hopes on Frank Pipp.'),(12006,244,'2007-09-13 12:51:38','Revised top 6','1. Nathan O’Neil (Health Net-Maxxis) 39:53; 2. Matti Helminen (DFL-Cyclingnews) 41:04; 3. Danny Pate (Slipstream) 41:41; 4. Timmy Duggan (Slipstream) 42:08; 5. Rory Sutherland (Health Net-Maxxis) 42:32; 6. Alberto Contador (Discovery Channel) 42:34\r\n'),(12007,244,'2007-09-13 12:53:49','Four to go','Navigators Valeriy Kobzarenko is just about to start. That will leave just three more riders to go.'),(12008,244,'2007-09-13 12:55:18','Revised top 7 -- Ben Day into top 3','1. Nathan O’Neil (Health Net-Maxxis); 2. Matti Helminen (DFL-Cyclingnews) 41:04; 3. Ben Day (Navigators) 41:09; 4. Danny Pate (Slipstream) 41:41; 5. Timmy Duggan (Slipstream) 42:08; 6. Rory Sutherland (Health Net-Maxxis) 42:32; 7. Alberto Contador (Discovery Channel) 42:34\r\n'),(12009,244,'2007-09-13 12:59:41','Out on the course','VeloNews editor Ben Delaney is riding in the DFL-Cyclingnews team car and says that the \"course climbs up to a plateau where it’s constantly rolling. Then there’s a sharp, fast descent on the highway. There you can see riders grinding their way back up the hill in the other direction as they head to the finish.\"'),(12010,244,'2007-09-13 13:00:33','Here goes George','Hincapie is in the start house sporting the race leader\'s jersey. He\'s off!'),(12011,244,'2007-09-13 13:04:18','1km to go for Levi','We\'ll know soon if the reigning U.S. national road champ can add another win to his best year ever.'),(12012,244,'2007-09-13 13:05:18','Levi does it','Best time of the day -- 39:37'),(12013,244,'2007-09-13 13:07:04','New top 3','1. Levi Leipheimer (Discovery Channel), 39:37; 2. Nathan O’Neil (Health Net-Maxxis) 39:53; 3. Matti Helminen (DFL-Cyclingnews) 41:04\r\n'),(12014,244,'2007-09-13 13:09:26','Showing the love','Missouri native Brad Huff has a lot of support here today. Out on the course there’s a handful of fans sporting t-shirts that read “I (heart) Brad.†Most of them are standing on the steep climb about 8km from the finish ringing cowbells. Don’t expect much from Huff today but he could be a player in the final stage in St. Louis, which will likely end in a bunch sprint.\r\n'),(12015,244,'2007-09-13 13:11:12','Current top 8','1. Levi Leipheimer (Discovery Channel), 39:37; 2. Nathan O’Neil (Health Net-Maxxis); 3. Matti Helminen (DFL-Cyclingnews) 41:04; 4. Ben Day (Navigators) 41:09; 5. Danny Pate (Slipstream) 41:41; 6. Timmy Duggan (Slipstream) 42:08; 7. Rory Sutherland (Health Net-Maxxis) 42:32; 8. Alberto Contador (Discovery Channel) 42:34\r\n'),(12016,244,'2007-09-13 13:13:22','Levi is also tops in KoM','Besides setting the best overall time, Leipheimer scored the best KoM time at 6:20. Good day for the American. Out on the course Hincapie has 20km to go.'),(12017,244,'2007-09-13 13:19:50','Levi on his day','The new race leader was just interviewed on TV and said, “I didn’t feel that great but it was a good course for me. I was smart with my efforts. There were a lot of big rollers. It was hard to get a rhythm because it’s such a technical course.â€Â\r\n'),(12018,244,'2007-09-13 13:21:05','More from Levi','Leipheimer added that he wasn’t upset yesterday when any chance for him to win the GC rolled away during stage 2. “It was okay because normally George is the best time trialist in the break. I’ve won a lot this year, so as long as someone on our team wins that’s good for us, especially George because he hasn’t had the greatest year.†As for his plans next year Leipheimer said it was still up in the air. “I still haven’t made my mind up on a team.â€Â\r\n'),(12019,244,'2007-09-13 13:28:31','The first of the top 12 is in','Rider No. 104 Jonathan Garcia (BMC) posted a 45:48. 11 more to come.'),(12020,0,'0000-00-00 00:00:00','',''),(12021,244,'2007-09-13 13:30:59','Canada is in','with a 43:53. That could well be the time Hincapie will be shooting for.'),(12022,244,'2007-09-13 13:32:49','Two more of the top 12 are in','No. 136 Matt Rice (Jelly Belly) 47:13; No. 45 Andrew Randell (Symmetrics) 45:19\r\n'),(12023,244,'2007-09-13 13:34:46','Slipstream\'s Mike Friedman is in','He posted a 44:19. Cañada is still tops among the riders in yesterday\'s break. Out on the course Hincapie is about to ctach Rollin, his 2-minute man. It\'s looking good for Big George. There are still six riders on course.'),(12024,244,'2007-09-13 13:37:00','Now it\'s Frischkorn','Slipstream\'s Will Frischkorn posted a 43:08. That\'s good enough for 11th overall but more importantly it\'s the best time yet by the 12 riders from the stage 2 break. That means the American is now in solid position for a top 3 in GC. Out on the course Hincapie just passed Rollin. Just a matter of time now.'),(12025,244,'2007-09-13 13:39:39','Two more in','No. 126 Andrew Guptill (Colavita-Sutter Home) 47:56; No. 36 Stefan Parinussa (Team Sparkasse) 45:43. So it\'s still Frischkorn then Cañada 1-2 among the chosen 12. Leipheimer is still tops for the stage at 39:37.\r\n'),(12026,244,'2007-09-13 13:40:42','George is at 1km to go','and out of the saddle hamering.'),(12027,244,'2007-09-13 13:41:16','Pipp is in','64 Frank Pipp (Health Net-Maxxis) 44:34'),(12028,244,'2007-09-13 13:42:12','George is not going to unseat the top 3, so here\'s today\'s podium','1. Levi Leipheimer (Discovery Channel), 39:37; 2. Nathan O’Neill (Health Net-Maxxis) 39:53; 3. Matti Helminen (DFL-Cyclingnews) 41:04'),(12029,244,'2007-09-13 13:44:42','George is in','He posted a 41:44. That more than a minute ahead of his nearest competitors in the race for the GC. Now he\'ll just need to defend these next three days, which shouldn\'t be a problem considering the horsepower he\'ll have at his disposal.'),(12030,244,'2007-09-13 13:45:52','Unofficial top 6 for the stage','1. Levi Leipheimer (Discovery Channel), 39:37; 2. Nathan O’Neill (Health Net-Maxxis) 39:53; 3. Matti Helminen (DFL-Cyclingnews) 41:04; 4. Ben Day (Navigators) 41:09; 5. Danny Pate (Slipstream) 41:41; 6. George Hincapie (Discover Channel) 41:44\r\n'),(12031,244,'2007-09-13 13:48:13','Updated GC','Here’s the way things have shaken out after the crucial TT: 1. George Hincapie (Discovery Channel); 2. Will Frischkorn (Slipstream) at 1:40; 3. David Cañada (Prodir-Saunier Duval) at 2:22. That’s a great result for Frischkorn and Slipstream.\r\n'),(12032,244,'2007-09-13 13:51:45','That\'s all for now','Congrats to Discovery Channel for another dominating day with Leipheimer winning the stage and Hincapie all but sewing up the overall. With that we\'ll sign off from Live Update land, but be sure to check back soon for a full report, rider reactions, results, photos and more. Thanks for tuning in and make sure to check back on Friday for more Live Coverage from the 2007 Tour of Missouri. Bye now...'),(12034,233,'2007-09-14 14:19:43','Piepoli','Leonardo Piepoli left the Vuelta yesterday to be with his wife, who suffered complications during the birth of the couple\'s son on Wednesday. News from Italy, however, is good today and the family is reportedly healthy and happy, celebrating the new arrival. That\'s a relief for all.'),(12035,233,'2007-09-14 14:22:05','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(12036,233,'2007-09-14 14:20:00','Wow','The three men in the front have really worked well in the opening hour of today\'s stage and have upped their lead to 8:45.'),(12037,233,'2007-09-14 14:32:32','No GC threats there','Of the three men in the break - Andreas Klier (T-Mobile), Tom Stansnidjer (Gerolsteiner) and Jérémy Roy (Francaise des Jeux) - no one poses much of a threat to Menchov\'s hold on GC. Roy is the highest placed of the trio and he\'s in 100th place at 1:04:28. It would take the entire peloton agreeing to stop for tapas and lingering in the cafe\' to wait out the rain for any of these guys to make the podium in Madrid. Still, the rain may temper the mood of the peloton and could help the three stay away.'),(12038,233,'2007-09-14 14:30:00','Psssss','Ale-Jet has punctured, but he\'s back in the peloton, with the assistance of his Milram team.'),(12039,233,'2007-09-14 14:41:13','The gap','at 64 kilometers, these guys are really building up an advantage. The three escapees are now 9:45 ahead of the main field.'),(12040,233,'2007-09-14 14:45:58','10 minutes','At 66km the leading trio now has an advantage that has moved up above the 10-minute mark.'),(12041,233,'2007-09-14 14:47:13','Credit Agricole','has moved riders to the front of the peloton. Milram has put a few up there, too. We may see the chase pick up here in a bit.'),(12042,233,'2007-09-14 14:50:37','The GC leader','If you get a moment, take a look at the conversation Denis Menchov recently had with our man Andrew Hood. The Russian from Rabobank is on track to win his second Vuelta, but this time he wants to have that jersey awarded to him in Madrid and not wait for someone else\'s test results to come through from the lab.'),(12043,233,'2007-09-14 14:56:15','Speaking of lab results','The three-member hearing panel reviewing the Landis case met behind closed doors with a final expert witness on Wednesday and by all indications a decision in that matter should come within the next week or so.'),(12044,233,'2007-09-14 14:58:00','The chase','has picked up. At 73km, the three leaders\' advantage has begun to drop a bit. They now have an advantage of 9:40, an indication that the sprinters\' teams have an interest in seeing their guys hit the line first and are unwilling to let the opportunity slip away down the road.'),(12045,233,'2007-09-14 15:01:04','The race for the overall','is not really over yet. This weekend will provide the climbers with a few opportunities, especially on Sunday\'s stage to Granada. CSC\'s Christian Vande Velde noted that riders often operate on \"auto pilot\" during these transition stages. If you get a chance take a look at his latest diary entry.'),(12046,233,'2007-09-14 15:03:33','The Tour of Missouri','is still going on over in the U.S. and we might find ourselves in the unique position of offering two Live Updates at the same time, depending on when today\'s Vuelta stage finishes up. The fourth stage of the Tour of Missouri kicks off at 11:30 a.m. (eastern time in the U.S.), just around the time this stage should be wrapping up. We\'ll provide you with a link here if the two coincide.'),(12047,233,'2007-09-14 15:05:31','Lunch','the peloton has reached the feedzone, about 9:40 behind the leaders. The opportunity to load up on food may slow the chase, but there are plenty of flat kilometers left up ahead and a concerted chase would most certainly put the odds in the peloton\'s favor.'),(12048,233,'2007-09-14 15:08:18','On the Puerto Espuña','The leaders are nearing the top of the day\'s only rated climb, the Category 3 Puerto Espuña. From there it\'s a downhill and flat ride to the finish (with the exception of that little \'bump\' at 118km).'),(12049,233,'2007-09-14 15:11:34','','As a reminder to those of you who log on to this site on a regular basis, we wanted to mention that VeloNews.com actually has a print edition, a magazine that offers a rich, rich variety of content, none of which you\'ll find here on the site. Take a quick look:\r\n

    Sign up for VeloNews and you\'ll receive the Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/\r\nTorx Set absolutely free with your paid subscription. Click on the image or just click here\r\n'),(12050,233,'2007-09-14 15:12:18','At the summit','our three leaders have crested the climb with an advantage of 9:40.'),(12051,233,'2007-09-14 15:17:00','We see a split','in the main field. Some 30 riders have moved ahead of the main field on the climb. The rain, meanwhile, is really picking up and we\'re getting reports of flash flooding on some portions of today\'s route. Life in the desert.'),(12052,233,'2007-09-14 15:18:54','The time gap','at 90km is now down to 8:40. We\'re still waiting to hear about the split in the main field, though. We\'re guessing, but we\'d have to say that any split that develops at this point will eventually be negated. The big question is whether the rain and slippery conditions on the road will favor the three men off the front.'),(12053,233,'2007-09-14 15:27:25','The split in the field','is at about 15 seconds. The gap is the result of crosswinds... and lots and lots of water on the road. It\'s gotta be icky trying to draft off of people in these conditions.'),(12054,233,'2007-09-14 15:35:00','The split in the field','is over. The wet roads definitely were a factor in creating the split in the first place and now that the slope of the descent has mellowed a bit, riders are feeling a little more comfortable putting the hammer down again. Meanwhile, the gap to the leading trio has been trimmed to 7:48.'),(12055,233,'2007-09-14 15:44:43','With 70km remaining','The gap has dropped below 7:45.'),(12056,233,'2007-09-14 15:51:19','Speaking of the Landis case','one of the most prominent victims of the debacle that resulted from the positve from the 2006 Tour was team manager John Lelangue, who had come to Phonak to clean up the program after the Hamilton/Perez positives. Lelangue was pretty high up in the Tour de France organization and he had a lot invested in the team\'s success. Of course, when the team folded, he was out of a job.

    This week, Lelangue and the BMC team inked a deal for the Belgian to join the team as directeur sportif.'),(12057,233,'2007-09-14 15:55:14','Ohhhhhh, now that\'s pleasant','As if the rain weren\'t enough, now our riders are dealing with hail. The gap has - not surprisingly - extended to 9:30 again, with 58km remaining.'),(12058,233,'2007-09-14 15:57:21','Riding out of the weather','the road ahead is much better, by the way. The finish is still dry, for example.\r\n'),(12059,233,'2007-09-14 16:06:09','Mmmm...','The gap is growing. The three men off the front may have timed this one well. The weather is keeping the chase under control. The road conditions are causing riders to exercise caution and several riders in the peloton have had punctures, which takes some of the ooomph out of the pursuit. Meanwhile, at the finish, the sky is growing darker.'),(12060,233,'2007-09-14 16:09:54','The gap is now','is now down to 8:40. Still, these guys may pull this off. We have to guess that it\'s more pleasant riding in a small group than it would be in a back of 100+ riders splashing up muddy, oily water.'),(12061,233,'2007-09-14 16:16:42','Spotty reports','We know that our reports have been a bit spotty, but the weather has hampered our video feed, which we rely upon in the press room. Because of the rain, the video feed from the moto\'s that accompany the peloton are not sent up to the airplane (which is grounded right now). So we\'re relying on race - and team - radio feeds.'),(12062,233,'2007-09-14 16:17:27','Lightining','the report from the road is that there are now thunderstorms and lightning out there. '),(12063,233,'2007-09-14 16:20:00','A break in the weather','and we\'re finally getting the feed. Andreas Klier (T-Mobile), Tom Stansnidjer (Gerolsteiner) and Jérémy Roy (Francaise des Jeux) are now on dry roads. The gap is now 9:08, with a group of riders from Relax-GAM trying to sneak away from the peloton. We have 42km remaining.'),(12064,233,'2007-09-14 16:21:56','A happy pappy','Leah Vande Velde just sent us some pictures from her visit with her husband the other day. The Vande Veldes have a new daughter, Uma, and we\'re posting the pictures below.'),(12065,233,'2007-09-14 16:30:13','Dry roads','and a threatening sky. The little Relax attack (an oxymoron?) is over and the gap between the leading trio and the peloton is now 8:40. The chase is picking up, but there are only 35km remaining, so it would have to be an intense chase to pull these boys back. We\'re betting on the escapees today.'),(12066,233,'2007-09-14 16:30:00','8:28','with 34km remaining. No way are these guys gonna be caught.

    So, today\'s winner will probably come from this group:

  • Andreas Klier (T-Mobile)
  • Tom Stansnidjer (Gerolsteiner)
  • Jérémy Roy (Francaise des Jeux) '),(12067,233,'2007-09-14 16:32:03','','Don\'t be shy and drop us a line.'),(12068,233,'2007-09-14 16:47:00','23km to go','for the break and the gap is holding at around 8:00.'),(12069,233,'2007-09-14 16:50:37','Rain again','The rain hasn\'t completely passed the race by yet. We\'re still seeing spotty rain now and then. Riders in the peloton are still puncturing which slows the chase as riders drop back to help their teammates.'),(12070,233,'2007-09-14 16:54:49','The leaders','are 20km from the finish and the peloton just now hit the 25-to-go mark.'),(12071,233,'2007-09-14 16:56:46','Caisse d\'Epargne','is punching it as the peloton hits the crosswind. We are trying to see who may have been caught out as the peloton breaks into separate groups.'),(12072,233,'2007-09-14 16:57:39','Menchov','is in the front group. We see Karpets, and we do not see Sastre in there. '),(12073,233,'2007-09-14 17:00:19','Reader question','David S writes in to ask:
    I keep hearing about all the punctures during the rain.. Why is this more prevelant during the rain?
    Usually in dry areas a lot of sharp little gravel gets washed onto the road when the rare rains hit.'),(12074,233,'2007-09-14 17:02:01','Sastre','we believe we\'ve spotted Sastre in the lead group. Cadel Evans is in there, too. Bettini is there, too, which is important, since he has the points jersey in mind. The entire peloton has shattered into several groups.'),(12075,233,'2007-09-14 17:05:58','The gaps in the field','the echelons that have formed up on the road are separted by about 15 seconds each. There is a group of 20 up front.

    Meanwhile, our three leaders are still heading to the finish with a healthy 5:40 lead over the rest of the field and today\'s winner will emerge from this little break.'),(12076,233,'2007-09-14 17:08:56','Pssssssssssssss','Tom Stansnidjer (Gerolsteiner) - one of our three leaders - has just punctured. He has a big job ahead of him now.'),(12077,233,'2007-09-14 17:09:45','Back in the field','the route has turned out of the crosswind and sure enough, the gaps are closing and we may see the entire peloton finish together.'),(12078,233,'2007-09-14 17:10:48','With 7km to go','the two men off the front are being chased by Tom Stansnidjer. That has to suck.

    Meanwhile, the gap back to the peloton is 4:37.'),(12079,233,'2007-09-14 17:11:35','He made it!','Tom Stansnidjer (Gerolsteiner) has rejoined Andreas Klier (T-Mobile) and Jérémy Roy (Francaise des Jeux) as they hit the 6km mark. '),(12080,233,'2007-09-14 17:12:01','Klier','attacks and Tom Stansnidjer counters... back together.'),(12081,233,'2007-09-14 17:12:21','Klier attacks again',''),(12082,233,'2007-09-14 17:12:30','He\'s got a gap!',''),(12083,233,'2007-09-14 17:14:05','Klier has 5km to go',' and he is time trialing on his own as Roy and Stansnidjer couldn\'t react.... Wait! Here comes Stansnidjer. '),(12084,233,'2007-09-14 17:14:36','With 4km to go','We have Klier and Stansnidjer riding to the finish. Roy has popped.'),(12085,245,'2007-09-14 10:14:00','Good Day and Welcome','to the VeloNews.com live coverage of the inaugural Tour of Missouri'),(12086,233,'2007-09-14 17:15:58','Sharing the work','Tom Stansnidjer (Gerolsteiner) and Andreas Klier (T-Mobile) are working well together with 3km to go.'),(12087,233,'2007-09-14 17:16:24','Roy','is not going to make it. He\'s totally OTB.'),(12088,233,'2007-09-14 17:17:04','','Stansnidjer and Klier are two km from the finish'),(12089,233,'2007-09-14 17:17:32','Still cooperating','the two men off the front aren\'t playing games and working well together.'),(12090,233,'2007-09-14 17:18:12','The final kilometer','and Klier is now assessing the situation. '),(12091,233,'2007-09-14 17:18:31','Stansnidjer','attacks!'),(12092,233,'2007-09-14 17:19:05','With 200meters','to go and Klier catches on... the young Dutch rider went to early and Klier takes the win!'),(12093,233,'2007-09-14 17:22:33','The field sprint','There are still points available folks.'),(12094,233,'2007-09-14 17:23:00','Bennati and Petacchi','lead the peloton into the finish, 4:28 behind the winner. We\'re still looking for Roy. We have to assume he got third, but we sure didn\'t see him.'),(12096,233,'2007-09-14 17:33:27','Stage results','1. Andreas Klier (G), T-Mobile, 4:01:52
    \r\n2. Tom Stamsnidjer (Nl), Gerolsteiner, at 0:01
    \r\n3. Jérémy Roy (F), Francaise des Jeux, at 0:24
    \r\n4. Daniele Bennati (I), Lampre, 4:03
    \r\n5. Alessandro Petacchi (I), Milram, 4:03
    \r\n6. Angelo Furlan (I), Credit Agricole, 4:03
    \r\n7. Roy Sentjens (B), Predictor-Lotto, 4:03
    \r\n8. Magnus Backstedt (Swe), Liquigas, 4:03
    \r\n9. Aliaksandr Usau (Blr), Ag2r Prevoyance, 4:03
    \r\n10. Erik Zabel (G), Milram, 4:03
    \r\n'),(12097,233,'2007-09-14 17:41:18','That\'s a wrap folks.','Be sure to check back within the hour for Live Coverage from the fourth stage of the Tour of Missouri.'),(12098,245,'2007-09-14 11:17:07','Hello, hello','Thanks for stopping by to check out our live coverage of stage 4 from the 2007 Tour of Missouri. We apologize for the delayed start but there were some technical glitches that had to be worked through. The large distances between start town and finish city can make communication tough sometimes. We are hoping our radios will come into range soon, but information may remain a little spotty until the peloton gets closer to the finish here in Columbia,\r\n'),(12099,245,'2007-09-14 11:18:47','Tough day','Right now we are about an hour into the longest stage of this 6-day race. Stage 4 is a rolling 133.4-mile northerly run from Lebanon to Columbia and there has been lots of talk that this will be the hardest stage. Judging by first-hand observations during the drive to the start early this morning, there’s definitely merit to that notion. This being America’s heartland there are no serious climbs, but the roads were almost never completely flat, instead constantly rolling up and down, up and down. That makes it really tough to get into any kind of rhythm, and don’t be surprised if a few of the day’s 106 starters don’t make it all the way to the finish in Columbia.\r\n'),(12100,245,'2007-09-14 11:24:10','Race situation','Right now the peloton has covered about 20 miles and despite a few attacks, the field is all together. Word is there’s a pretty stiff headwind, which will make it difficult for a break to succeed.\r\n'),(12101,245,'2007-09-14 11:28:22','A look at the current GC','Here’s the overall standings after three stages of racing: 1. George Hincapie (USA), Discovery Channel; 2. Will Frishkorn (USA), Team Slipstream, at 1:40; 3. David Cañada (Sp) Prodir-Saunier Duval, at 2:22; 4. Dominique Rollin (Can), Kodakgallery.com-Sierra Nevada, at 2:23; 5. Michael Friedman (USA), Slipstream, at 2:48; 6. Frank Pipp (USA), Health Net-Maxxis, at 2:57; 7. Valeriy Kobzarenko (Ukr), Navigators, at 3:04; 8. Andrew Randell (Can), Symmetrics, at 3.48; 9. Stefan Parinussa (Ger), Team Sparkasse, at 4:20; 10. Matt Rice (Aus) Jelly Belly, at 6:21\r\n'),(12102,245,'2007-09-14 11:33:36','George’s take','We had a quick conversation with race leader George Hincapie at the start in Lebanon this morning. He wasn’t expecting to come under any serious pressure today, saying that the combination of a head wind, this being the race’s longest stage, and the fact that most of the field will be feeling the affects of yesterday Branson time trial should all work in his favor and help keep the race together. So far so good for Big George. With about 30 miles covered it\'s gruppo compacto.\r\n'),(12103,245,'2007-09-14 11:38:01','No class','There were a ton of school children at the start in Lebanon this morning, and we’ve been told that all the town’s kids were given the day off just so they could come check out the race. Among the major attractions in Lebanon according to the Tour of Missouri media guide are Historic Route 66, Missouri Fun City and the scenic Lake of the Ozarks.\r\n'),(12104,245,'2007-09-14 11:39:18','At the front','Health Net is setting the pace. The field is all together.'),(12105,245,'2007-09-14 11:45:00','News from BMC','We already reported this earlier in the week, but here is official word from BMC regarding the addition of John Lelangue as the team’s new directeur sportif. -- Belgian John Lelangue has officially announced from the Tour of Missouri that he will join the BMC Racing Team in 2008 as Directeur Sportif. The BMC program is currently applying for Professional Continental team registration with the UCI, and will be seeking invitations to numerous prominent events in Europe and America during the 2008 season. As both a former official within ASO and former CEO of the Phonak Cycling Team ProTour franchise, Lelangue brings a deep understanding of professional cycling and detailed knowledge of the races that will be the team’s European priorities. John’s activities will not be limited to European races, however, as he also looks forward to being at many of the American events attended by BMC. -- \r\n'),(12106,245,'2007-09-14 11:46:31','Average speed','There’s a headwind out there and it’s definitely having an effect. Average speed the first hour was a modest 22mph. Still all together with about 30 of 133.4 miles covered. '),(12107,245,'2007-09-14 11:49:10','More from BMC','Here was Lelangue’s take on his new position. “Joining BMC is an exciting prospect,†he said. “It is an ideal fit for me not only because of my experience in European cycling, but also because I enjoy the challenges of being part of the creation and evolution of such a sports organization. BMC is a team with great future potential. We have assembled a highly motivated group of individuals that can accomplish great things during the upcoming years.â€Â\r\n'),(12109,245,'2007-09-14 11:54:01','Attack','After Health Net\'s Jeff Louder took top points in the day\'s first KoM, teammate Ryder Hesjedal has taken a flyer off the front and has 45 seconds.'),(12110,245,'2007-09-14 12:00:17','Ryder rides','Hesjedal is still alone off the front. He\'s descending a small hill at the moment, dropping low on his bars to get as aero as possible. The Canadian is another one of the new Slipstream additions for 2008, meaning he\'ll get his wish to return to racing in Europe. The former top-level mountain biker spent several seasons racing across the pond, but had to return to North America when the Phonak team folded in the wake of the Floyd Landis doping scandal. Speaking of Landis, word in Missouri is that a ruling may come as soon as the end of next week.'),(12111,245,'2007-09-14 12:02:03','All done','That\'s it for the Hesjedal break. The field is back together and moving fast. Shouldn\'t be long before another group takes a shot.'),(12112,245,'2007-09-14 12:04:15','New break','We\'ve got a new move up the road with about five riders. We\'ll give you the IDs as soon as the call comes over race radio.'),(12113,245,'2007-09-14 12:06:36','No go','The move did not stick. All together.'),(12114,245,'2007-09-14 12:10:31','Mile marker','The field is just past the 41-mile mark rolling along on State Route C (they like their letter-named roads around here).'),(12115,245,'2007-09-14 12:12:28','Two away','A Slipstream and Health Net rider are about 10 seconds off the front, but the field is strectched out in a long line so it\'s not likely this one is going anywhere either.'),(12116,245,'2007-09-14 12:15:20','The group off the front...','...is now up to about 5 with a few more trying to get across. Looks like this one may stick. The field is bunched up and cruising.'),(12117,245,'2007-09-14 12:16:57','Still waiting on IDs','No word on the make-up of this latest break yet, but there are six riders and they have about 15 seconds.'),(12118,245,'2007-09-14 12:18:15','Duggan is there','Timmy Duggan (Slipstream) is in the group. Not sure on the others yet.'),(12119,245,'2007-09-14 12:20:35','Rest of the group','We think the others in the group are Francisco Javier (Tecos), Cameron Evans (Symmetrics), Darren Lil (Navigators), Jackson Stewart (BMC) and Jeremy Powers (Jelly Belly). Duggan is the highest placed on GC, 17th at 14:54. '),(12120,245,'2007-09-14 12:23:58','Growing','Kodak\'s Jesse Anthony and Health Net\'s Tim Johnson have bridged across, upping the breakaway group\'s number to seven.'),(12121,245,'2007-09-14 12:25:06','Mile marker','The field has covered 49 miles now and is about to turn off Route C and onto Route 52.'),(12122,0,'0000-00-00 00:00:00','',''),(12123,245,'2007-09-14 12:34:01','Reformed','The original break has been reeled in, but a new 8-rider group has formed. Hold for IDs.'),(12124,245,'2007-09-14 12:37:10','New break','Here\'s the make-up of the new break: Cameron Jennings (DFL-Cyclingnews); Jeff Louder (Health Net); Darren Lill (Navigators); Timmy Duggan and Steve Cozza (both Slipstream); Sean Sullivan (Toyota-United); Jacob Rosenbarger (BMC); and Daniel Vaillancourt (Colavita). There are also two riders chasing: Hector Rangel (Tecos) and Ryder Hesjedal (Health Net)'),(12125,245,'2007-09-14 12:37:55','Lunch time','The break has just passed the feedzone at MM54.3.'),(12126,245,'2007-09-14 12:41:56','Now there are 10','The two chasers have caught the break, which now has a 1:10 advantage over the field.'),(12127,245,'2007-09-14 12:44:15','Recap','So once again the make-up of the leading group is Cameron Jennings (DFL-Cyclingnews); Jeff Louder and Ryder Hesjedal (both Health Net); Darren Lill (Navigators); Timmy Duggan and Steve Cozza (both Slipstream); Sean Sullivan (Toyota-United); Jacob Rosenbarger (BMC); Daniel Vaillancourt (Colavita) and Hector Rangel (Tecos). The latest time gap was 1:05'),(12128,245,'2007-09-14 12:55:57','Time check','the gap is up to 2 minutes. '),(12129,245,'2007-09-14 12:56:46','Correction','Turns out the Toyota-United rider in the break is Justin England and not Sean Sullivan.'),(12130,245,'2007-09-14 12:58:28','Growing','Gap is now 2:20'),(12131,245,'2007-09-14 13:02:31','Who cares','The question now is who is going to try to bring this back. Slipstream’s Timmy Duggan is the highest placed on GC, 17th at 14:27, so race leader George Hincapie and Discovery have no reason to be concerned. Same goes for the rest of the riders in the top five overall who are all at least 11 minutes ahead of Duggan. We might eventually see a reaction from Saunier-Duval. They already have David Cañada sitting third overall, but the Spanish outfit may be hoping to set up sprinter Luciano Pagliarini. Other teams not in the break include Team Sparkasse, Symmetrics, Kodak, Jelly Belly and USA National. You’d imagine they could collectively form some kind of alliance, but it’s always hard to say at race’s this late in the season. There’s a lot of tired legs in the field.\r\n'),(12132,245,'2007-09-14 13:03:29','Time check','Gap is now 2:30'),(12133,245,'2007-09-14 13:06:05','Growing','it\'s up to 2:50. The field has covered 67 miles.'),(12134,245,'2007-09-14 13:09:21','In the field','Discovery is manning the front. No need for much alarm, but there\'s still a certain sense of obligation. They have the leader’s jersey so they’re not going to let this break get too far up the road.'),(12135,0,'0000-00-00 00:00:00','',''),(12136,245,'2007-09-14 13:14:04','New time check','The gap is now 3:20. Discovery Channel is still at the front of the field which just made the lefthand turn onto H road.'),(12139,245,'2007-09-14 13:20:49','Hungry bunch','According to Jacqueline Kirk of the Oasis Convention Center in Springfield, last night 200 racers and staff ate: 200 chicken breasts, 500 beef medallions, five large pans of pasts, three bowls of salad, three pans of rice, three pans of vegetables, 385 dinner rolls, 300 pieces of cheese cake and 100 cups of ice cream. That’s a lot of food. Time gap is still 3:20. Disco still on the front of the field. Hesjedal just called for his team car. Looks like he needs a drink.\r\n'),(12138,0,'0000-00-00 00:00:00','',''),(12140,0,'0000-00-00 00:00:00','',''),(12141,245,'2007-09-14 13:29:48','Time check','Latest time gap is 3:05. Looks like this is where Discovery is comfortable with things.'),(12142,0,'0000-00-00 00:00:00','',''),(12143,245,'2007-09-14 13:37:19','Money, money','Just got word over race radio that there is a $1500 one place prime in Jefferson City. That should bring up the speed.'),(12144,0,'0000-00-00 00:00:00','',''),(12145,245,'2007-09-14 13:38:13','Time check','Current time gap is 4:10.'),(12146,0,'0000-00-00 00:00:00','',''),(12147,245,'2007-09-14 13:52:43','Update','Once again the make-up of the leading group is Cameron Jennings (DFL-Cyclingnews); Jeff Louder and Ryder Hesjedal (both Health Net); Darren Lill (Navigators); Timmy Duggan and Steve Cozza (both Slipstream); Sean Sullivan (Toyota-United); Jacob Rosenbarger (BMC); Daniel Vaillancourt (Colavita) and Hector Rangel (Tecos). The latest time gap was 4:20. The leaders have covered 86 of 133 miles and are approaching Jefferson City for the first of two intermediate sprints. First rider across the line takes home $1500. '),(12148,0,'0000-00-00 00:00:00','',''),(12149,245,'2007-09-14 14:00:11','Sprint is 1km away','who\'s gonna get the cash?'),(12150,0,'0000-00-00 00:00:00','',''),(12155,245,'2007-09-14 14:06:58','New time check','Gap between the break of 10 and the field is 4:40.'),(12152,0,'0000-00-00 00:00:00','',''),(12153,245,'2007-09-14 14:04:06','Correction','Health Net\'s Louder won the sprint and the cash. Slipstream\'s Cozza was second.'),(12154,0,'0000-00-00 00:00:00','',''),(12156,0,'0000-00-00 00:00:00','',''),(12157,245,'2007-09-14 14:14:34','Second lunch','The breakaway is now 5km to the second feedzone at mile marker 98.2.'),(12160,245,'2007-09-14 14:20:59','Second sprint results','Not as much on the line this time. Top 3 was Darren Lill (Navigators), Cameron Jennings (DFL-Cyclingnews) and Steven Cozza (Slipstream).'),(12159,0,'0000-00-00 00:00:00','',''),(12161,245,'2007-09-14 14:26:39','Time check','Gap is 4:50 as the field passes the second feed zone, 98.2 miles into the 133.4-mile stage. Discovery is still manning the front. It will be interesting to see what therace leader\'s team opts to do as we near the finish. They don\'t really have a good reason to bring this back, so it will be left to the sprinter\'s teams to bring it back. '),(12162,245,'2007-09-14 14:32:28','No circuits','For the first time a road stage at this race will not finish with any circuits. Instead it’s one and done here in Columbia. Racers will enter town on South College Avenue, head downtown, make a sharp left onto East Walnut and ramp it up for the run to the finish. The race bible shows a small rise between 3km-to-go and 2km-to-go. From there it’s dead flat. Great for the sprinters -- if they\'re around to contest the win...\r\n'),(12163,245,'2007-09-14 14:34:19','Here they come','And indeed it looks like the sprinters are interested in contesting the finish. Both Saunier Duval and Toyota-United are now lending a hand at the front of the field and the gap is now down to 4 minutes.'),(12166,245,'2007-09-14 14:35:49','Dropping fast','The gap is now 3:30.'),(12167,245,'2007-09-14 14:38:20','Reinforcements','Saunier Duval continues to lead the peloton with Team Sparkasse also getting in on the pacemaking.\r\n'),(12165,0,'0000-00-00 00:00:00','',''),(12168,245,'2007-09-14 14:41:40','Time check','3:10'),(12169,245,'2007-09-14 14:51:30','Taking some back','Looks like the break of 10 is going to go down fighting. The gap is back up to 3:20. Prodir continues to lead the chase.'),(12170,245,'2007-09-14 14:58:05','Time check','We are holding steady at 3:10. There\'s been a mix of teams taking pulls at the front of the field -- Prodir, Toyota and Discovery have all been there is the last few miles. Meanwhile, the 10 escapees continue to share the workload, taking even pulls in a 2x2 paceline.'),(12171,245,'2007-09-14 14:59:38','Yo Yo\'ing','Now the gap is down to 2:45 and the pace of the peloton picks back up. The field is at 113 -- 20 miles to go. Symmetrics and Kodak have made appearances at the front. Looks like this thing is going to come back.'),(12172,245,'2007-09-14 15:01:00','Time check','2:10 as the field makes a hard right turn and draws ever closer to Columbia.'),(12173,245,'2007-09-14 15:03:29','Recap','Once again the make-up of the leading group of 10 is Cameron Jennings (DFL-Cyclingnews); Jeff Louder and Ryder Hesjedal (both Health Net); Darren Lill (Navigators); Timmy Duggan and Steve Cozza (both Slipstream); Justin England (Toyota-United); Jacob Rosenbarger (BMC); Daniel Vaillancourt (Colavita) and Hector Rangel (Tecos). The latest time gap was 2:20 with about 19 miles to go.'),(12174,245,'2007-09-14 15:06:22','Time check','1:30'),(12175,245,'2007-09-14 15:07:22','Hunting for time','If this does come back together it’s worth keeping an eye on Kodak’s Dominique Rollin. The Canadian is currently fourth overall, just one second behind third-placed David Cañada (Prodir-Saunier Duval). Rollin is far faster in the sprints, and if he could place top three today he’d earn a time bonus and move into a coveted GC podium place.'),(12176,245,'2007-09-14 15:10:20','Time check','1:35 from the break of 10 to the bunch. The field just passed the 25km to go mark.'),(12177,245,'2007-09-14 15:16:57','Watch out','We just got a call from VeloNews senior writer Neal Rogers who just arrived at the finish. He said there’s a really sharp left-hand turn at about 500 meters to go that could be a little dicey. Anyone who watched this summer’s Tour de France knows what he’s talking about. Late-race turns often mean late-race carnage.\r\n'),(12178,245,'2007-09-14 15:17:37','Time check','1:15'),(12179,245,'2007-09-14 15:19:41','Cars out','Race officials just pulled all the team cars out of the gap between the break and the bunch. That\'s never a good sign for those hoping to see a breakaway succeed. '),(12180,245,'2007-09-14 15:22:27','Time bonus breakdown','There\'s time on offer for the first three finishers today -- 10 seconds, 6 and 4.'),(12181,245,'2007-09-14 15:23:01','Time check','It\'s down to 50 seconds -- only a matter of time now.'),(12182,245,'2007-09-14 15:24:39','Time check','35 seconds -- 15km to go'),(12183,245,'2007-09-14 15:26:52','Within sight','With about 13km to go the bunch can see the break.'),(12184,245,'2007-09-14 15:27:56','Attack','Not ready to give up, Lill and Jennings have attacked the break. They have about 20 meters on the other 8.'),(12185,245,'2007-09-14 15:30:07','Time check','It\'s 30 seconds from break to bunch. There\'s a 10-second gap between Lill and Jennings and the remnants of the break. 10km to go.'),(12186,245,'2007-09-14 15:32:00','Correction','It\'s KoM leader Jeff Louder not Jennings who attacked the break.'),(12187,0,'0000-00-00 00:00:00','',''),(12188,245,'2007-09-14 15:34:49','Just two now','The peloton has caught the remnants of the break, leaving only Louder and Lill off the front. They have about 10 seconds and will soon be fish food.'),(12189,245,'2007-09-14 15:35:15','Done','All together now'),(12190,245,'2007-09-14 15:39:31','Lining up for Brad','Slipstream has come to the front looking to set up Brad Huff. 3km to go as the field takes on the small riser that preceeds the finish.'),(12191,245,'2007-09-14 15:42:04','one mile to go','There\'s a group of five with a small gap but the bunch is reeling them back in. We\'re on College Avenue now -- all together. '),(12192,245,'2007-09-14 15:43:01','Tuft away','The Canadian is off the front alone with 800 meters to go.'),(12193,245,'2007-09-14 15:43:19','Caught','All together'),(12194,0,'0000-00-00 00:00:00','',''),(12195,0,'0000-00-00 00:00:00','',''),(12196,245,'2007-09-14 15:44:08','Brazil!','Prodir\'s Luciano Pagliarini takes it going away.'),(12197,245,'2007-09-14 15:44:47','Hincapie','Big George remains the overall leader -- 1:40 ahead of Will Frischkorn.'),(12198,245,'2007-09-14 15:46:54','Top 3 Unofficial','1. Luciano Paliarini (Bra), Prodir-Saunier Duval; 2. Andrew Pinfold (Can), Symmetrics; 3. Ivan Dominguez (Cub), Toyota-United'),(12199,245,'2007-09-14 15:49:54','Flag waver','Pagliarini is being interviewed at the finish with a Brazilian flag draped over his shoulders. We\'ll let you know what he had to say in our race report. That\'s all for the live coverage. Thanks for tuning in.'),(12200,234,'2007-09-15 13:26:00','Good Day','and welcome to VeloNews.com\'s Live Coverage of the 14th stage of the 2007 Vuelta a España, a 207-kilometer ride on hilly roads from Puerto Lumbreras to Villacarrillo in the Parque Natural de Cazorla, Segura y las Villas.

    Today\'s route offers up a potentially exciting stage with four Cat. 3 climbs to liven things up:

  • The Puerto de Maria (cresting at 39 kilometers)
  • The Puerto del Pinar (96km)
  • The Alto Santiago Pontones (123.5km)
  • Alto Villanueva del Arzobispo (192.4km).

    Today\'s stage began a few minutes after noon. Again, we saw several attacks when the flag dropped and a large group formed at 10km. Those riders are now over the day\'s first climb and are holding a 1:00 minute lead over the main field at the 52km mark. The riders in the break are:\r\n

  • Jurgen van Goolen (Discovery)\r\n
  • David López (Caisse d\'Epargne)\r\n
  • Hubert Dupont (Ag2r)\r\n
  • Jose ÃÂngel Gómez Marchante (Saunier Duval)\r\n
  • Christian Vande Velde (CSC)\r\n
  • Thomas Lövkvist (Francaise Des Jeux)\r\n
  • David García (Karpin Galicia)\r\n
  • Leonardo Duque (Cofidis)\r\n
  • Stefan Schumacher (Gerolsteiner)\r\n
  • Philip Deignan (Ag2r)\r\n
  • Jason McCartney (Discovery)\r\n
  • Haimar Zubeldia (Euskaltel)\r\n
  • Damiano Cunego (Lampre)\r\n
  • Xabier Zandio (Caisse d\'Epargne)\r\n
  • Juan Olmo (Andalucia – Cajasur)\r\n
  • Luis Perez Rodriguez (Andalucia – Cajasur)\r\n\r\n'),(12201,234,'2007-09-15 13:28:16','The gap is trimmed.','With Quick Step and Liquigas interested in a stage win and not represented in the break, the gap has fallen rather quickly and the leaders are within sight of the peloton.'),(12202,234,'2007-09-15 13:32:35','Riders dropping','There have been a few riders abandoning the Vuelta thus far today. They include:
  • Josep Jufre Pou (Predictor-Lotto)
  • Dimitri Champion (Bouyges Telecom)
  • Angelo Furlan (Credit Agricole)
  • Pietro Caucchioli (Credit Agricole)

    Andalucia-Cajastur\'s Francisco Jose Martinez Perez did not start today, nor did CSC\'s Michael Blaudzin. The number of withdrawls is not unusual, given the Vuelta\'s spot on the calender, at the end of a long season and with world\'s looming around the corner.'),(12203,234,'2007-09-15 13:34:02','The group is breaking up','and Damiano Cunego has been dropped along with Angel Vallejo. The gap to the peloton at 62km is a mere 20 seconds.'),(12204,234,'2007-09-15 13:36:28','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(12205,234,'2007-09-15 13:37:15','','As a reminder to those of you who log on to this site on a regular basis, we wanted to mention that VeloNews.com actually has a print edition, a magazine that offers a rich, rich variety of content, none of which you\'ll find here on the site. Take a quick look:\r\n

    Sign up for VeloNews and you\'ll receive the Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/\r\nTorx Set absolutely free with your paid subscription. Click on the image or just click here\r\n'),(12206,234,'2007-09-15 13:40:00','Today\'s finish','is in the Parque Natural de Cazorla, Segura y las Villas. Composed of more than half-a-million acres, the Sierras de Cazorla, Segura and las Villas Natural Park is one of the largest Natural Parks in Spain. It is also a Biosphere Reserve, a National Hunting Reserve and a special reserve for rare bird species.\r\n'),(12207,234,'2007-09-15 13:45:00','The weather','is much nicer than yesterday, but there remains a threat of rain.

    Meanwhile on the road, the gap has shrunk to the point that our escapees are about to be pulled back by the peloton.'),(12208,234,'2007-09-15 13:48:00','Bad news from the U.S. scene','We had heard off-the-record comments and speculation was rife in recent weeks, but the news became official yesterday when it was announced that the longest running professional team sponsorship in American cycling will come to an end this season. Officials with Navigators Insurance formally announced that the firm will not renew its team sponsorship for 2008. Navigators Insurance has sponsored the New Jersey based professional team bearing its name for 14 years making it the longest continuous team sponsorship in American cycling history, and one of the longest running in the world.

    The Kodak Gallery team, too, is ceasing operations at the end of the year.

    Folks, we\'ve been through this before, so it shouldn\'t come as a surprise, but it has to be a difficult time for cycling at all levels - ProTour on down. Let\'s just hope that the sport can clean up its act and the public sees cycling for what it is, one of the most beautiful competitive sports in the world.'),(12209,234,'2007-09-15 13:53:06','Well hey there...','just as the gap was trimmed, we got a new group off the front and Vande Velde (feisty SOB that he is) got right into the new break, too.'),(12210,234,'2007-09-15 14:03:09','This one','might stick for a while. The leaders reached the feed zone with an advantage of 4:15. In the break, we see:

  • Christian Vande Velde (CSC) \r\n
  • Thomas Lövkvist (Française Des Jeux) \r\n
  • Juan Manuel Garate (Quick Step) \r\n
  • David García (Caisse d\'Epargne) \r\n
  • Stefan Schumacher (Gerolsteiner) \r\n
  • Philip Deignan (Ag2r Prevoyance) \r\n
  • Jason Mccartney (Discovery) \r\n
  • Haimar Zubeldia (Euskaltel) \r\n
  • Xabier Zandio (Caisse d\'Epargne) \r\n
  • Jose Vicente García Acosta (Caisse d\'Epargne)\r\n
  • Alessandro Vanotti (Liquigas)

    So this isn\'t really a new break, but one composed largely of men who were in the first, much larger, break.\r\n'),(12211,234,'2007-09-15 14:07:26','Another abandon','Race radio reports that Serafin Martinez Acevedo (Karpin-Galicia) has pulled out of the Vuelta, too. That\'s something of a surprise, because he showed quite a bit of tenacity in his fight for the KoM jersey and remained in the hunt, trailing Menchov in that contest by just one point.

    KOM
    \r\n1. Denis Menchov (Rus), Rabobank, 71 Pts.
    \r\n2. Serafín Martínez Acevedo (Sp), Karpin Galicia, 70 Pts.
    \r\n3. Jurgen Van Goolen (B), Discovery Channel Team, 62 Pts.
    \r\n4. Vladimir Efimkin (Rus), Caisse d\'Epargne, 44 Pts.
    \r\n5. Carlos Sastre (Sp), CSC, 38 Pts.
    \r\n6. J. ÃÂngel Gómez Marchante (Sp), Saunier Duval, 38 Pts.
    \r\n7. Cadel Evans (Aus), Predictor-Lotto, 35 Pts.
    \r\n8. David De La Fuente (Sp), Saunier Duval, 31 Pts.
    \r\n9. Franco Pellizotti (I), Liquigas, 30 Pts.
    \r\n10. Ezequiel Mosquera (Sp), Karpin Galicia, 28 Pts

    It looks like Menchov may just get that jersey be default at this point.'),(12212,234,'2007-09-15 14:20:16','On the Puerto del Pinar','The leading group has upped the gap to 5:00. One guy we won\'t necessarily be putting money on today is Vande Velde. He\'s gon back to the doc-mobile twice now, reportedly suffering from gastro-intestinal problems. That said, he\'s tenacious as all get out at this Vuelta, having been in five breaks in the race so far.

    We look forward to his diary entry, slated to come in before tomorrow\'s stage, if he stays on schedule. '),(12213,234,'2007-09-15 14:22:00','Rabobank','is doing most of the work in the peloton today. If the team of race leader Denis Menchov remains the only team in the group to whom chasing duties fall, the break may succeed. Vande Velde (40th at 29:58) is the best-placed rider in the break, so no one really poses a GC threat in the group. At 95km, the gap has extended to 5:40.'),(12214,234,'2007-09-15 14:27:32','Up and over','the summit of the Puerto del Pinar.

    We\'ll get a time gap, as the riders tackle the remaining 111km of today\'s stage. It\'s a hilly road ahead, with two Category 3 climbs remaining:

  • The Alto Santiago Pontones (123.5km)
  • Alto Villanueva del Arzobispo (192.4km)'),(12215,234,'2007-09-15 14:39:13','Jason McCartney','Here\'s a bit of background on the other American in the break, Jason McCartney, courtesy of our pals at VeloBios.com
    Born: September 3, 1973\r\n
    Hometown: Coralville, IA\r\n
    Residence: Coralville, IA\r\n
    Height: 6’0â€Â\r\n
    Weight: 157 lbs\r\n
    Strengths: All around\r\n
    Pro Since: 1999\r\n

    Career Highlights:\r\n
    (2005) KOM Competition Barclay’s Global Investors Grand Prix\r\n
    (2005) U.S. World Championship Road Team Member\r\n
    (2004) KOM Competition Dodge Tour de Georgia\r\n
    (1999) 1st Blankenburg Grand Prix (Belgium)\r\n

    2007\r\n
    3rd Stage #5 Amgen Tour of California\r\n
    3rd Overall Amgen Tour of California\r\n
    4th Stage #8 Tour of Germany\r\n
    7th Stage #8 Vuelta a España\r\n
    11th Stage #1 Vuelta a Castilla y Leon\r\n
    20th Stage #1 Tour of Germany\r\n

    2006\r\n
    1st King of the Mountains Competition Tour de Georgia\r\n
    2nd Stage #2 Vuelta al Castilla y Leon (Spain)\r\n
    3rd USPRO National Time Trial Championship\r\n
    6th Stage #3 Tour de Georgia\r\n
    5th Overall Sachsen Tour\r\n
    7th Prologue Tour of California\r\n
    10th Stage #7 Tour of Germany\r\n
    24th Stage #1 Giro d\'Italia\r\n

    2005\r\n
    3rd Barclay’s Global Investors Grand Prix\r\n
    4th Stage #4 Dodge Tour de Georgia\r\n

    2004\r\n
    1st Olympic Trails Road Race\r\n
    1st Overall Tri-Peaks Challenge\r\n
    1st Snake Alley Criterium\r\n
    1st Stage #5 Dodge Tour de Georgia\r\n
    1st Mortgage Solutions Road Race\r\n

    2003\r\n
    1st Stage # 2 Joe Martin Memorial Stage Race\r\n
    1st Stage # 3 Joe Martin Memorial Stage Race\r\n
    1st Snake Alley Criterium\r\n
    1st Stage #1 Gateway Cup\r\n
    1st Stage #4 Gateway Cup\r\n
    3rd National Time Trial Championship\r\n

    2002\r\n
    1st Stage #2 International Tour d ‘Toona\r\n
    1st Overall Tour of Kansas City\r\n

    2001\r\n
    1st Overall Gateway Cup\r\n

    2000\r\n
    1st Iowa City Criterium (Iowa)\r\n
    1st Old Capitol Criterium\r\n
    1st Iowa City Road Race\r\n
    3rd Proctor Cycling Classic (IL)\r\n
     
    '),(12216,234,'2007-09-15 14:40:18','The gap','as the men in the break course down the back side of the Puerto del Pinar, the peloton has reached the summit 6:09 behind them.'),(12217,234,'2007-09-15 14:46:07','At 108km','the gap is holding at around the six-minute mark. The men in the break are bound to make it over the top of the The Alto Santiago Pontones (123.5km) first. Let\'s see if they can hold it all the way to the finish, though. It\'s still mostly Rabobank riders setting tempo in the main field.'),(12218,234,'2007-09-15 14:59:00','On the Alto Santiago Pontones','The leaders are making their way on to today\'s third ranked climb and are holding on to their six-minute lead over the peloton, still largely led by Rabobank.'),(12219,234,'2007-09-15 15:05:00','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(12220,234,'2007-09-15 15:17:38','Nearing the top','the escapees have managed to extend their leaad to 7:00'),(12221,234,'2007-09-15 15:19:00','Up and over','The lead group is over the top of the Alto Santiago Pontones. As a reminder, the mne in the break are:

  • Christian Vande Velde (CSC) \r\n
  • Thomas Lövkvist (Française Des Jeux) \r\n
  • Juan Manuel Garate (Quick Step) \r\n
  • David García (Caisse d\'Epargne) \r\n
  • Stefan Schumacher (Gerolsteiner) \r\n
  • Philip Deignan (Ag2r Prevoyance) \r\n
  • Jason Mccartney (Discovery) \r\n
  • Haimar Zubeldia (Euskaltel) \r\n
  • Xabier Zandio (Caisse d\'Epargne) \r\n
  • Jose Vicente García Acosta (Caisse d\'Epargne)\r\n
  • Alessandro Vanotti (Liquigas)

    The hit the summit with a lead of 7:08.'),(12222,234,'2007-09-15 15:26:48','The road ahead','As you can see from the profile, the route hits another slight (unrated) riser and then heads off on a long descent to the base of the day\'s final Cat. 3 climb. After that, it\'s slightly rolling terrain into the finish. The break\'s chance of success really depends on how serious the peloton is about reeling these guys back before that climb. If they hit the base with a significant lead, we could see at least a few of the escapees making the finish ahead of the main field. Personally, we\'re rooting for Vande Velde, since he\'s been aggressive throughout the Vuelta. The guy deserves it.'),(12223,246,'2007-09-15 08:34:57','Good Day and Welcome','to the VeloNews.com live coverage of the inaugural Tour of Missouri'),(12224,234,'2007-09-15 15:37:46','Landis','Arbitrators hearing the case of Floyd Landis formally closed the hearing record on Thursday, a procedural step that now requires a ruling within 10 days, or by Septemper 23, four months since the three-member panel ended a nine-day evidentiary hearing May 23.

    The arbitrators were awaiting a final report from their scientific advisor, Dr. Francesco Botre, director of the World Anti-Doping Agency laboratory in Rome. Landis has denied the accusation, contending that the WADA anti-doping lab in Paris, which tested the Tour de France samples, mishandled his specimens and botched the analysis.

    The end is in sight and once the appeals are done, we may actually find out who won the 2006 Tour.\r\n'),(12225,234,'2007-09-15 15:39:20','At 140k','The gap is holding at 7:25, a sign that this break may actually succeed.'),(12226,234,'2007-09-15 15:48:55','The gap','is coming down slightly. At 148km, the leaders are 6:45 ahead of the main field.'),(12227,234,'2007-09-15 15:56:00','Going down, down, down','The lead group is still coursing through the long descent today and the gap is back up to 7:25.'),(12228,234,'2007-09-15 15:57:17','Vande Velde','seems to be okay, after complaining of stomach problems earlier in the race.'),(12229,234,'2007-09-15 16:00:50','The gap','is now up to 7:30.'),(12230,234,'2007-09-15 16:04:00','Rabobank','is still setting tempo at the front of the peloton. There don\'t appear to be any riders from the sprinters\' teams involved in the chase, which may be an indication that the men in the break might just pull this off.

  • Christian Vande Velde (CSC) \r\n
  • Thomas Lövkvist (Française Des Jeux) \r\n
  • Juan Manuel Garate (Quick Step) \r\n
  • David García (Caisse d\'Epargne) \r\n
  • Stefan Schumacher (Gerolsteiner) \r\n
  • Philip Deignan (Ag2r Prevoyance) \r\n
  • Jason Mccartney (Discovery) \r\n
  • Haimar Zubeldia (Euskaltel) \r\n
  • Xabier Zandio (Caisse d\'Epargne) \r\n
  • Jose Vicente García Acosta (Caisse d\'Epargne)\r\n
  • Alessandro Vanotti (Liquigas)

    '),(12231,234,'2007-09-15 16:07:00','At 154','the leaders are in the beautiful village of Hornos, so there are still many kilometers of descending ahead before reaching the day\'s final climb. We have 52km remaining in today\'s stage.'),(12232,234,'2007-09-15 16:07:58','The gap','is up to 7:45.'),(12233,234,'2007-09-15 16:13:31','Olive groves','The countryside is dotted by beautifully cared-for olive groves. This is one of the most beautiful areas of Spain. The peloton is now reaching Hornos, nearly 8:00 behind the leaders.'),(12234,234,'2007-09-15 16:20:32','7:38','We chatted with Leah Vande Velde today and she said that her husband Christian told her to make a point of watching today\'s stage. He had to work for it, but he did get into the break today, giving the family reason to watch, for sure.'),(12235,234,'2007-09-15 16:22:21','With 43km to go','the gap has moved out to 7:45. '),(12236,234,'2007-09-15 16:25:00','Maps. Confusion. Physics.','We\'ver received several notes about the fact that our map shows Interstate 70 and other features more common to the midwest in the U.S. than Spain.

    It’s either a symptom of the fact that we’re doing two Live Updates today or a rip in the time/space continuum. As a \"Hitchhikers’ Guide\" fan, I’m opting for the latter.'),(12237,234,'2007-09-15 16:29:52','All Rabobank all the time','The chasing duties remain in the hands of the team of race leader Denis Menchov. Folks may well be resting up for tomorrow\'s big climbing stage to Granada, because the gap has moved up to 8:07.'),(12238,234,'2007-09-15 16:30:32','The leaders','are at 39.5km to go and the peloton has just passed the 44km mark.'),(12239,234,'2007-09-15 16:34:46','8:27','the gap continues to move out. The leaders are still on this long descent and will be reaching the day\'s final climb in a few'),(12240,234,'2007-09-15 16:35:28','What I\'d give...','... to live around here. It\'s absolutely beautiful in this part of Spain.'),(12241,234,'2007-09-15 16:39:47','Nearing the','base of the valley, the leaders are still happily holding a solid lead of 8:25. The odds are quite good that the day\'s winner will emerge from this group. We\'re putting our money on Vande Velde, mostly because he\'s been aggressive throughout the Vuelta and we also would enjoy reading about a stage win in his VeloNews diary entry tomorrow.'),(12242,234,'2007-09-15 16:40:00','8:14','between the escape group and the peloton as the leaders work their way toward the base of the day\'s final climb.'),(12243,234,'2007-09-15 16:51:00','8:05','as the leaders are on the slopes of the The Alto Santiago Pontones (123.5km). The peloton is closing in on the bottom of the climb.'),(12244,234,'2007-09-15 16:54:33','Vande Velde attacks!',''),(12245,234,'2007-09-15 16:55:19','The reaction','comes quickly ... but he has a slight gap.'),(12246,234,'2007-09-15 16:56:58','With 20km to go','the lead group is back together... nope! McCartney goes.'),(12247,234,'2007-09-15 16:57:23','McCartney','has a nice little gap.'),(12248,234,'2007-09-15 16:58:17','Schumacher','has led two more riders up to the American.'),(12249,234,'2007-09-15 16:59:01','Regrouping','the lead group is coming together again.'),(12250,234,'2007-09-15 17:00:22','Thomas Lövkvist (Française Des Jeux)','is the last of the original lead group to rejoin after McCartney\'s attack. With 19km remaining, the gap back to the peloton is 8:08.'),(12251,234,'2007-09-15 17:01:00','Actually','Haimar Zubeldia (Euskaltel) is still chasing. He\'s having trouble keeping contact with the group. Still, not bad for a guy we reported had dropped out after a stage 2 crash. He was hurt in that wreck, but struggled on to the finish.'),(12252,234,'2007-09-15 17:03:04','Vande Velde','takes another dig.'),(12253,234,'2007-09-15 17:03:19','McCartney',''),(12254,234,'2007-09-15 17:04:45','McCartney','tried, created a gap and then was pulled back. Irishman Philip Deignan (Ag2r Prevoyance) countered and we see several splits in the group as a result. Schumacher is pulling a big group behind him.'),(12255,234,'2007-09-15 17:05:20','Xabier Zandio (Caisse d\'Epargne)','charges out of the group and is bridging up to the Irishman.'),(12256,234,'2007-09-15 17:06:25','Deignan','is joined by Juan Miguel Garate... and the Spaniard grabs top points on the climb.'),(12257,234,'2007-09-15 17:08:14','The group is coming together','the gaps weren\'t big enough to give anyone an insurmountable advantage going into these final 15km.'),(12258,234,'2007-09-15 17:15:34','With 12km remaining','there are gaps developing again, with Jose Vicente Garcia Acosta (Caisse d\'Epargne) and Juan Miguel Garate (Quick Step) moving ahead. But with riders like Schumacher, McCartney, Vande Velde and Deignan chasing we can\'t expect them to hold a lead all the way to the finish'),(12259,234,'2007-09-15 17:17:23','McCartney','has joined the two leaders and now is trying to go on his own, with 10km remaining.'),(12260,234,'2007-09-15 17:19:00','With 6km to go','McCartney has a 40 second lead on most of the men in the group. Thomas Lövkvist (Française Des Jeux) is chasing at 27seconds.'),(12261,234,'2007-09-15 17:20:00','McCartney','is five kilometers from the finish. He\'s still holding a 40-second lead on everyone in the group, with the exception of Thomas Lövkvist (Française Des Jeux) , who is at 27 seconds. McCartney may pull this one off.'),(12262,234,'2007-09-15 17:20:50','With 4 km to go','McCartney is not losing any time.'),(12263,234,'2007-09-15 17:21:25','The gap is 39 seconds.','With 3km to go. '),(12264,234,'2007-09-15 17:22:12','McCartney','seems like he is on his way to the biggest win of his career. The gap is still 40 seconds.'),(12265,234,'2007-09-15 17:22:36','McCartney is on the little climb to the finish with 2km to go',''),(12266,234,'2007-09-15 17:23:00','He\'s suffering','he is pounding on the hill, holding a 27-second gap on Thomas Lövkvist (Française Des Jeux) and now 50 seconds back to the rest of the group.'),(12267,234,'2007-09-15 17:24:06','McCartney','is powering toward the final kilometer.'),(12268,234,'2007-09-15 17:24:41','1km to go!','McCartney is holding his lead. He\'s on his way.'),(12269,234,'2007-09-15 17:25:52','McCartney has it!','Jason McCartney of the Discovery Channel team wins the 14th stage of the Vuelta a Espana! How cool is that?'),(12270,234,'2007-09-15 17:26:25','Lövkvist','comes in at 28 seconds.'),(12271,234,'2007-09-15 17:26:53','Schumacher','leads the rest in at 49 seconds.'),(12272,234,'2007-09-15 17:27:10','The peloton','is still seven kilometers from the finish.'),(12273,234,'2007-09-15 17:35:02','The peloton is still on the road','about 1km from the finish.'),(12274,234,'2007-09-15 17:36:30','The peloton at 10:05','boy those boys shut off the chase. The peloton crosses the line 10:05 behind McCartney.'),(12275,234,'2007-09-15 17:41:00','Stage results','1. Jason McCartney (USA), Discovery Channel Team, 5:21:21
    \r\n2. Thomas Lövkvist (Swe), Francaise Des Jeux, at 0:27
    \r\n3. Stefan Schumacher (G), Gerolsteiner, at 0:50
    \r\n4. Juan Manuel Garate (Sp), Quick Step-Innergetic, at 0:50
    \r\n5. Alessandro Vanotti (I), Liquigas, at 0:50
    \r\n6. David García (Sp), Karpin Galicia, at 0:50
    \r\n7. Xabier Zandio (Sp), Caisse d\'Epargne, at 0:50
    \r\n8. Christian Vandevelde (USA), CSC, at 0:50
    \r\n9. Haimar Zubeldia (Sp), Euskaltel-Euskadi, at 0:50
    \r\n10. Philip Deignan (IRL), Ag2r Prevoyance, at 0:50
    \r\n11. J. Vicente García Acosta (Sp), Caisse d\'Epargne, 2:22

    Peloton, at 10:05

    Obviously, there are now major changes in the overall standings, regarding the top-10 of the Vuelta.\r\n'),(12276,234,'2007-09-15 17:43:22','That\'s a wrap folks.','thanks for checking in today. We\'ll be back soon with Live Coverage of today\'s action from the Tour of Missouri.'),(12277,246,'2007-09-15 11:37:57','Welcome back','Greeting from stage 5 of the inaugural Tour of Missouri. Thanks for tuning in for another day of live coverage. On tap today we have a 126.8 ride from the state capitol of Jefferson City to historic St. Charles, the oldest city on the Missouri river. The stage itself is very similar to yesterday, no big climbs, but not a lot of rest either. These Missouri roads and like ocean waves, ever rolling as they pass through America’s Heartland.\r\n'),(12278,246,'2007-09-15 11:45:00','Baldwin out','We just got a call from Toyota-United PR man Sean Weide. He informed us that Chris Baldwin would not be starting today’s stage because of both the after effects of his double-crash day on stage 2 and a case of lingering tendonitis. Weide also said that team rider Justin England told him this morning he’s gunning to hold onto his last place position in the GC. Right now England has a swim lead in the lantern rouge competition, sitting 33 seconds behind Jelly Belly’s Brian Dziewa. “Justin said he might grab a little extra brake at the end of the stage if the field comes in all together,†said Weide.\r\n'),(12279,0,'0000-00-00 00:00:00','',''),(12280,246,'2007-09-15 11:49:46','Recap','At the other end of the standings George Hincapie continues to lead the overall in what will be the second to last day for Discovery Channel in the USA. The American has a 1:40 advantage over second-placed Will Frischkorn (Slipstream), with Spaniard David Cañada (Prodir-Sauiner Duval) third at 2:22. Of the top three only Cañada has much to worry about, as his edge over fourth-placed Dominique Rollin (KodakGallery-Sierra Nevada) is just one second. That means Cañada will have to keep on eye on Rollin all day, as there are a pair of intermediate sprint spots with time bonuses, plus more extra time on offer for the day’s top three finishers.'),(12281,246,'2007-09-15 11:53:50','Race situation','With just a few miles in the books, the field is still all together despite a few attempts to get away. It’s chilly here in Missouri this morning and many riders are sporting light jackets or arm warmers. Current temperature in Jefferson City right now is a brisk 55. It\'s the same in St. Charles, where the day\'s expected high is 69.'),(12282,246,'2007-09-15 11:59:38','Many goodbyes','While the demise of Discovery Channel has garnered the lion’s share of attention here in Missouri, the pro peloton will be saying goodbye to a few other bike racing stalwarts when this race concludes tomorrow in St. Louis. Longtime U.S.-based pro Scott Moninger has finally decided to hang up the bike. According to VeloBios.com, Moninger has been racing professionally since 1991 and has 270 career victories. More importantly Scott has always been one of the sport’s good guys. It’s not all sad news though. The hot rumor here in Missouri is that the Boulderite will be taking over the No. 1 director’s chair at Toyota-United.\r\n'),(12283,246,'2007-09-15 12:04:58','Navs done tomorrow?','This is also very likely the last race for the Navigators Insurance team, which has been unable to find a replacement sponsor after a long and successful run of racing in the U.S. and Europe. VeloNews spoke to team director Ed Beamon this morning and he said that the team was originally planning to attend the Sun Tour in Australia later this year, but his team is so banged up and sick right now that he is reconsidering. “It’s probably 50-50 right now,†Beamon told VeloNews. “The promoter really wants us to come down, so I’ll need to make a decision soon, probably by Monday. But I really don’t want to send a half-assed squad.â€Â\r\n'),(12284,246,'2007-09-15 12:09:02','14 miles covered','and it\'s still all together.'),(12285,246,'2007-09-15 12:15:14','First big break','Off the front are John Fredy Parra (Col), Tecos, Nathan O\'Neill (Aus), Health Net-Maxxis, Bernard Van Ulden (USA), Navigators, Brad Huff (USA), Slipstream, Jackson Stewart (USA), BMC, Ian McKissick (USA), BMC, Davide Frattini (I), Colavita-Sutter Home and Andrew Bajadali (USA), Jelly Belly\r\n'),(12286,0,'0000-00-00 00:00:00','',''),(12287,0,'0000-00-00 00:00:00','',''),(12288,0,'0000-00-00 00:00:00','',''),(12289,0,'0000-00-00 00:00:00','',''),(12290,246,'2007-09-15 12:17:15','Time check','45 seconds'),(12291,246,'2007-09-15 12:18:04','In the field','Prodir and USA National are at the front'),(12292,246,'2007-09-15 12:19:54','Strategy session','When we spoke to Navigators director Ed Beamon he also laid out his strategy for today’s rolling stage that travels east towards suburban St. Louis. He said he’d like to fight for the KoM, which sees Navs team rider Darren Lill 6 points behind Health Net’s Jeff Louder at the top of the standings. There are three unrated KoMs in the stage. At yesterday’s post-race press conference Louder said none of the points-bearing ascents thus far have been climbs so much as uphill sprints. Guess that\'s racing in the midwest...\r\n'),(12293,246,'2007-09-15 12:21:47','No danger','Of the eight riders in the break, O’Neill is highest placed on GC, 14th at 12:39.'),(12294,246,'2007-09-15 12:27:26','Tight battle','Of the four race-long jersey competitions, the battle for the Edward Jones Sprint Points is by far the best thus far. Following his stage 4 win yesterday, Prodir’s Luciano Pagliarini pulled even with stage 1 winner Ivan Dominguez (Toyota-United). Each has 25 points with two stages to go. Pagliarini won yesterday’s stage going away and certainly looked the stronger rider, but Dominguez has won a ton of races on American soil and has proven this year that he is one of the few U.S.-based riders that can actually hang with the ProTour gang. There’s a chance there won’t be a bunch sprint today, which would leave the points competition to be decided Sunday during the 7-lap circuit race in St. Louis. Should be fun to watch.\r\n'),(12295,0,'0000-00-00 00:00:00','',''),(12296,246,'2007-09-15 12:28:48','No go','The break of eight has been caught -- gruppo compacto!'),(12297,0,'0000-00-00 00:00:00','',''),(12298,0,'0000-00-00 00:00:00','',''),(12299,246,'2007-09-15 12:31:03','New break','There\'s 8-10 off the front -- waiting on IDs'),(12300,0,'0000-00-00 00:00:00','',''),(12301,246,'2007-09-15 12:36:33','No IDs on break yet','But the move has caught Discovery’s attention, and they’ve manned their entire team at the front to make sure it doesn’t get too much time. Race leader George Hincapie is sitting about sixth wheel looking very comfortable.\r\n'),(12302,246,'2007-09-15 12:43:37','Riders in the new break','Andrew Bajadali (USA), Jelly Belly; Anthony Colby (USA) Colavita-Sutter Home; Jeff Louder (USA), Health Net-Maxxis, John Para (Mex), Tecos; Ian McKissick (USA), BMC; Pete Lopinto (USA), KodakGallery-Sierra Nevada ; Glen Chadwick (NZ), Navigators; Danny Pate (USA) Slipstream; Matti Helminen (Fin), DFL-Cyclingnews-Litespeed; Anthony Colby (USA), Colavita-Sutter Home'),(12303,246,'2007-09-15 12:44:00','Gap growing','Looks like this one is going to stick -- gap is up to 2:36 and the main field looks to be on cruise control.'),(12304,246,'2007-09-15 12:46:51','Shameless commerical plugs...','... are a necessity in this day and age, but this one ain\'t too painful, folks.\r\nAs a reminder to those of you who log on to this site on a regular basis, we wanted to mention that VeloNews.com has a print edition, a magazine that offers a rich, rich variety of content, none of which you\'ll find here on the site. Sign up for VeloNews and you\'ll receive the Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/ Torx Set absolutely free with your paid subscription. Click here for more info: Tour of Missouri Subscription Special'),(12305,246,'2007-09-15 12:49:54','Ivan the speedy','Here’s a breakdown of yesterday’s sprint from Toyota-United’s fast man Ivan Dominguez, who was third and comes into today’s stage tied with stage 4 winner Luciano Pagliarini atop the points jersey standings. “Coming to the end I was behind (teammate Chris) Wherry,†Dominguez said. “In the last kilometer, he got me in good position and he asked me where I wanted him to jump. I told him to go when he saw the 600-meters-to-go sign and he jumped and I was on his wheel. The field spread across the road and my only option was to take the right side. I was coming fast from 20th place and I think I hit one of the spectators and lost my momentum. When I got to the guys out front it was too late.â€Â\r\n'),(12306,246,'2007-09-15 12:50:43','Time check','2:22 between the break of 10 and the field.'),(12307,246,'2007-09-15 12:57:57','And growing','Gap is up over three minutes -- looks like they are going to let these guys ride for a while. This is good news for Louder who now has a chance to consolidate his lead in the KoM standings. He entered the day with a 6-point lead over Navigators Darren Lill. The three climbs today carry points for the first five placings -- 6, 5, 4, 3 and 1'),(12308,246,'2007-09-15 13:01:23','Revised break make-up','Looks like we actually have 11 riders up the road, and it\'s Reisstad of Jelly Belly that is there. Here\'s the new list at 34 miles covered. Gap is 3:30 -- Nicholas Reistad (USA), Jelly Belly; Anthony Colby (USA) Colavita-Sutter Home; Jeff Louder (USA), Health Net-Maxxis, Bernardo Colex (Mex), Tecos; John Para (Mex), Tecos; Ian McKissick (USA), BMC; Pete Lopinto (USA), KodakGallery-Sierra Nevada ; Glen Chadwick (NZ), Navigators; Danny Pate (USA) Slipstream; Matti Helminen (Fin), DFL-Cyclingnews-Litespeed; Anthony Colby (USA), Colavita-Sutter Home'),(12309,246,'2007-09-15 13:09:35','Settling in','Looks like everyone is happy for now. The gap is heading towards four minutes and the field looks nonplussed. Don’t think this will stay away to the finish, though. Among the four teams missing from the front are Prodir and Toyota-United. Hard to imagine the only teams with serious sprinters would just let the stage win go up the road. Symmetrics and USA National are also not in the move.\r\n'),(12310,246,'2007-09-15 13:11:18','Disco dancing','It\'s still Discovery up front setting tempo, with Slipstream tucked into the No. 2 position. Kind of a funny metaphor there. With Discovery all but done, it will be Slipstream moving up to the forefront of American cycling. Indeed, they are waiting in the wings...'),(12311,246,'2007-09-15 13:12:56','Lunchtime','The field is passing through the feedzone at MM41.1. Total for the stage is 126.8.'),(12312,246,'2007-09-15 13:14:19','time check','3:25'),(12313,246,'2007-09-15 13:19:38','Over water','The break has just crossed over the Missouri River and into Gasconade County. The first sprint point of the day is less than two miles away. The initial KoM comes 3.5 miles after that.'),(12314,246,'2007-09-15 13:21:01','time check','4 minutes'),(12315,246,'2007-09-15 13:28:07','Colex takes the sprint','The Tecos rider was first across the line. Now it\'s KoM time. Expect Louder to put in a big dig.'),(12316,246,'2007-09-15 13:37:02','Radio silence','Sorry for the gaps in information here. Radio and cell phone coverage is really spotty in this section. We\'ll get you back up to speed asap. Thanks for your patience.'),(12317,246,'2007-09-15 13:42:19','Louder takes top KoM points','That doubles the Health Net rider\'s lead in the climber\'s category standings -- He now leads South African Darren Lill by 12 points. That means unless Lill can grab first-place points on the next two climbs, and Louder gets shut out, the KoM competition is done because there are no climbs tomorrow. That\'s not going to happen -- so for whatever it\'s worth, congrats to Jeff Louder for winning the KoM jersey at the first running of the Tour of Missouri.'),(12318,246,'2007-09-15 13:42:40','Time check','4:55'),(12319,246,'2007-09-15 13:48:38','In the field','It\'s still Discovery Channel setting tempo.'),(12320,246,'2007-09-15 13:53:07','Young rider comp','Here\'s the current standings in the Best Young Rider Competition: 1. Steven \"Mr. Mustache\" Cozza (USA), Slipstream; 2. Huub Duyn (Nl), Slipstream, at 0:32; 3. James Meadley (Aus), Jelly Belly, at 0:41; 4. Matt Crane (USA), Health Net-Maxxis, at 1:11; 5. John Devine (USA), Discovery Channel, at 1:32.

    None of these guys are in the break, so it looks like Cozza\'s hold on this jersey is safe as well because it\'ll be nearly impossible to make up any time during tomorrow\'s circuit race. '),(12321,246,'2007-09-15 13:58:52','Time check','4:50 between break and bunch.'),(12322,246,'2007-09-15 14:05:35','Time check','5:10'),(12323,246,'2007-09-15 14:13:52','On the road','Here\'s a recap of the riders in the break. Andy Bajadali (USA), Jelly Belly; Anthony Colby (USA) Colavita-Sutter Home; Jeff Louder (USA), Health Net-Maxxis, Bernardo Colex (Mex), Tecos; John Para (Mex), Tecos; Ian McKissick (USA), BMC; Pete Lopinto (USA), KodakGallery-Sierra Nevada ; Glen Chadwick (NZ), Navigators; Danny Pate (USA) Slipstream; Matti Helminen (Fin), DFL-Cyclingnews-Litespeed; Anthony Colby (USA), Colavita-Sutter Home. Sorry for the confusion on the Jelly Belly rider, but when race radio is confused, we are all confused. News time gap is 5:10.'),(12324,246,'2007-09-15 14:17:37','Still up in the air','The silly season is alive and well, with American Discovery riders John Devine and Jason McCartney still not signed for 2008. We spoke to Devine this morning and he said he doesn’t know where he’s going yet, no assured us it would be a ProTour team. You’d figure the same for McCartney, especially after his Vuelta stage win today. Then again there is still one spot left on Slipstream and that would also seem like a good fit.'),(12325,246,'2007-09-15 14:20:51','Time check','5:55'),(12326,246,'2007-09-15 14:23:51','Expensive server','A month ago you probably could have gotten some pretty long odds that the reigning Tour de France champion would be doing bottle duty at a race in Missouri in September, but that’s exactly what is happening right now. Starnge days...'),(12327,246,'2007-09-15 14:24:56','Disco','Continues to sit at the front of the field. The gap is now over six minutes. Maybe this one will stay away...'),(12328,246,'2007-09-15 14:26:35','80 miles covered','Gap remains at 6 minutes'),(12329,246,'2007-09-15 14:27:45','GC','Jelly Belly\'s Andrew Bajadali is the highest placed rider in the break, 35th at 17:14. That\'s not going to set off any alarm bells. '),(12330,246,'2007-09-15 14:31:22','Time check','it\'s still 6 minutes.'),(12331,246,'2007-09-15 14:32:18','Heading to sprint No. 2','in the city of Washington.'),(12332,246,'2007-09-15 14:36:21','Finnish flyer','Looks like DFL-Cyclingnews rider Matti Helminen took the sprint in Washington. That broke up the group momentarily, but they are now all back together. '),(12333,246,'2007-09-15 14:53:27','Time check','Gap is still at 6 minutes -- about 83 miles covered.'),(12334,246,'2007-09-15 14:53:36','Time check','Gap is still at 6 minutes -- about 83 miles covered.'),(12335,246,'2007-09-15 14:56:49','Will it or won’t it','We’ve been doing some calling around to a few of the team cars to assess this break’s chances, and the consensus seems to be…maybe. Colavita diractor Tom Schuler said he didn’t think it had any chance at first, but now that it’s gotten past the 6-minute mark he’s hedging his bet a little. “The brewak has good horsepower and there’s a tailwind today, unlike yesterday when they had to fight a headwind. I think it has a chance.â€Â\r\n'),(12336,246,'2007-09-15 15:01:22','Bruyneel checks in','Johan Bruyneel was just interviewed on TV here in Missouri and had this to say about his team’s last race on American soil. “We feel really good about the way things have gone,†said Bruyneel, who has team rider George Hincapie sitting first overall. “It’s great for George to win. It’s a good way for the team to leave the peloton. He’s been a key rider for a long time and has done a lot of hard work. He had a difficult season this year, crashing at the Tour of California, but he’s worked hard to come back and I think his form is increasing as we head towards the world championship.â€Â'),(12337,246,'2007-09-15 15:07:11','Slipstream is happy','We also spoke to Slipstream co-director Allen Lim. He says the team is okay whether the break stays away or not. The team has Danny Pate up the road, who Lim says is the perfect guy for this kind of effort. But if the break doesn’t work out, they want to take another shot at setting up Brad Huff in the sprint. “We’ve kind of screwed up the lead-out the last few days, but we feel like we are working out the chinks and want to give it another shot.â€Â\r\n'),(12338,246,'2007-09-15 15:08:41','Time check','6:20'),(12339,246,'2007-09-15 15:13:23','KoM over','Not sure yet who took top points on the day\'s second KoM, but we know it wasn\'t Darren Lill and that means Jeff Louder has now officially locked up the race\'s overall KoM title. Here in the pressroom we just got a look at the chalice Louder will receive for his win and it was quite a prize -- looked a little bit like the Tour de France trophy except it\'s made of glass and apparently took eight people two days to create. '),(12340,246,'2007-09-15 15:14:37','Break attacked','Looks like Colavita\'s Colby and Tecos rider Colex have attacked the break and opened up a small gap.'),(12341,246,'2007-09-15 15:16:54','Colby takes it','Anthony Colby took the top points on the day\'s second KoM, with Mexican Bernado Colx second. They\'ve both sat up now and the break is coming back together.'),(12342,246,'2007-09-15 15:18:40','Levi getting drinks','First reigning Tour de France champion Alberto Contador dropped back to get bottles, now it\'s reigning U.S. national champion Levi Leipheimer on water duty. Must be nice to have that kind of service.'),(12343,246,'2007-09-15 15:21:35','One dropped','Turns out Pete Lopinto got dropped on the climb, so right now our lead group has been reduced to nine. '),(12344,246,'2007-09-15 15:25:49','Colby gets another','At third and final KoM at MM95.5 it was Anthony Colby first over again.'),(12345,0,'0000-00-00 00:00:00','',''),(12346,246,'2007-09-15 15:31:47','Lopinto popped','The Kodak rider did not manage to get back on, so we are down to nine at the front.'),(12347,0,'0000-00-00 00:00:00','',''),(12348,246,'2007-09-15 15:34:06','Time check','5:45. Looks like that the comfort zone for this one. Also looking more and more like this thing is going to stay away. Prodir doesn\'t seem like they want to chase, Toyota is so banged up (only 4 of 8 riders left in race) that they probably can\'t, and no one else could do it alone.'),(12349,0,'0000-00-00 00:00:00','',''),(12350,246,'2007-09-15 15:37:08','Tecos taking a flyer','Para has attcked solo out of the break and has a nice gap.'),(12351,0,'0000-00-00 00:00:00','',''),(12352,246,'2007-09-15 15:41:48','Back in the bunch','Kodak has taken up the chase. Looks like they want to give Dominique Rollin a chance to pull back the second he trails third-placed David Cañada by. Rollin is the team\'s designated sprinter so if he could finish top three today or tomorrow, he\'d move onto the podium. '),(12353,0,'0000-00-00 00:00:00','',''),(12354,246,'2007-09-15 15:43:44','Para','The Mexican has about 30 seconds on the eight chasers -- which includes Nicholas Reistad (USA), Jelly Belly, not Bajadali -- apparently we were not meant to get that one right.'),(12355,0,'0000-00-00 00:00:00','',''),(12356,246,'2007-09-15 15:46:01','Time check','Para has 25 seconds on the chase with the field at 6 minutes and Kodak still leading the bunch. And one more correction, Para is Colombian not Mexican.'),(12357,0,'0000-00-00 00:00:00','',''),(12358,246,'2007-09-15 15:48:31','Lopinto caught by field','Para still has 20 seconds on group of eight. Kodak leads bunch.'),(12359,0,'0000-00-00 00:00:00','',''),(12360,246,'2007-09-15 15:50:04','18 miles to go','Para still off the front and expanding his advantage. Kodak still trying to bring it back but it doesn\'t look like it\'s going to happen.'),(12361,0,'0000-00-00 00:00:00','',''),(12362,246,'2007-09-15 15:52:35','Time check','Gap from Para to the field is 5:55. This isn\'t coming back.'),(12363,0,'0000-00-00 00:00:00','',''),(12364,246,'2007-09-15 15:55:50','25km to go...','...for Para. He still has 20 seconds on a chase group that includes Nicholas Reistad (USA), Jelly Belly; Anthony Colby (USA) Colavita-Sutter Home; Jeff Louder (USA), Health Net-Maxxis, Bernardo Colex (Mex), Tecos; Ian McKissick (USA), BMC; Glen Chadwick (NZ), Navigators; Danny Pate (USA) Slipstream; and Matti Helminen (Fin), DFL-Cyclingnews-Litespeed'),(12365,0,'0000-00-00 00:00:00','',''),(12366,246,'2007-09-15 15:57:05','Time check','30 seconds for Para to the chase. 5:30 to the field.'),(12367,0,'0000-00-00 00:00:00','',''),(12368,246,'2007-09-15 15:58:55','Watch out','Race radio just warned riders and drivers that there is a 3-inch rise -- aka \'a bump\' -- in the pavement at MM122. Last time gap was 30 seconds from Para to the chase.'),(12369,0,'0000-00-00 00:00:00','',''),(12370,246,'2007-09-15 16:00:46','Fuel up','Para just reached into his yellow and red Tecos jersey and grabbed an energy bar. He\'s not the prettiest rider on the bike -- a lot of shifting back and forth. Team Sparkasse has come to the front of the field. the gap is still 5:05 to the main field.'),(12371,0,'0000-00-00 00:00:00','',''),(12372,246,'2007-09-15 16:02:01','And a drink','Now Para is taking a drink. He\'s gonna give this thing his all. Gap is 30 seconds to the chase.'),(12373,0,'0000-00-00 00:00:00','',''),(12374,246,'2007-09-15 16:04:39','Time check','it\'s down to 4:40 with Kodak and Team Sparkasse sharing to chase effort.'),(12375,0,'0000-00-00 00:00:00','',''),(12376,246,'2007-09-15 16:06:24','15km to go for Para','and the field has 20km to go -- gap is 4:40 to field and 20 seconds to the chase.'),(12377,0,'0000-00-00 00:00:00','',''),(12378,246,'2007-09-15 16:08:17','Navs animating','Glen Chadwick (Navigators) has attacked the break twice now. This is likely an attempt to keep the pace high, knowing that the field has come alive and is chasing hard. Para is still off the front -- gap is 15 seconds.'),(12379,0,'0000-00-00 00:00:00','',''),(12380,246,'2007-09-15 16:09:39','Prodir sighting','Stage 4 winner Luciano Pagliarini\'s boys have joined the chase, which is still being led by Team Sparkasse and Kodak. '),(12381,0,'0000-00-00 00:00:00','',''),(12382,246,'2007-09-15 16:13:15','Cat and mouse','The group of eight is starting to play games with each other, looking around a lot. Now Helminen has taken a flyer. That\'s dangerous considering he is a five-time national TT champ and was third in the stage 3 time trial here.'),(12383,0,'0000-00-00 00:00:00','',''),(12384,246,'2007-09-15 16:14:44','Nine again','Para has been caught'),(12385,0,'0000-00-00 00:00:00','',''),(12386,246,'2007-09-15 16:15:41','Update','Now two riders off the front -- Helminen and Colex -- 10km to go.'),(12387,0,'0000-00-00 00:00:00','',''),(12388,246,'2007-09-15 16:17:08','Nice gap','Colex and Helminen have a good gap. Para has just been named most agressive rider. The field is closing fast...'),(12389,0,'0000-00-00 00:00:00','',''),(12390,246,'2007-09-15 16:19:16','Pate chasing','Slipstream\'s Danny Pate is chasing Colex and Helminen, with the remaining six still together. The break originally came together at 24 miles in, meaniing they\'ve been off the front for about 100 miles. New time check is 3:40. Reistad has been dropped by the second chase.'),(12391,0,'0000-00-00 00:00:00','',''),(12392,246,'2007-09-15 16:21:47','Update','Still Colex and Helminen off the front with a 10-second gap on the remaining six which includes Pate who came back. It\'s 3:05 to the field.'),(12393,0,'0000-00-00 00:00:00','',''),(12394,246,'2007-09-15 16:22:35','5km to go','gap is still 3:05.'),(12395,246,'2007-09-15 16:23:51','5km to go','gap is still 3:05. It\'s 10 seconds between Colex and Helminen and 6-rider chase.'),(12396,0,'0000-00-00 00:00:00','',''),(12397,246,'2007-09-15 16:24:36','Pate goes again','Danny Pate is trying to go across to the front two.'),(12398,0,'0000-00-00 00:00:00','',''),(12404,246,'2007-09-15 16:28:22','Now Pate off the front','He\'s done it -- 700 meters to go -- he\'s gonna get it.'),(12400,0,'0000-00-00 00:00:00','',''),(12402,246,'2007-09-15 16:27:39','Pate is chasing hard','It\'s still Helminen and Colex off the front with Pate chasing.'),(12403,0,'0000-00-00 00:00:00','',''),(12405,0,'0000-00-00 00:00:00','',''),(12406,246,'2007-09-15 16:28:58','THE PATE','The American raises his arms and takes stage 5.'),(12407,0,'0000-00-00 00:00:00','',''),(12408,246,'2007-09-15 16:30:18','Points battle','Sprint points go 10 deep so there\'s still something for the field to fight for.'),(12409,0,'0000-00-00 00:00:00','',''),(12410,246,'2007-09-15 16:30:56','Top 3 Unofficial','Pate, Para and then Louder'),(12411,0,'0000-00-00 00:00:00','',''),(12412,246,'2007-09-15 16:34:36','Breaking the tie?','There was a furious sprint for the final sprint points, but no word on the results yet. It may be a while so we\'ll sign off from here. But make sure to check back to VeloNews.com for a full race report, photos and results, and then tune in tomorrow for the final stage of the Tour of Missouri. Coverage will kick off at 1 p.m. local time. Bye now.'),(12413,0,'0000-00-00 00:00:00','',''),(12414,235,'2007-09-16 13:47:00','Good Day','and welcome to VeloNews.com\'s Live Coverage of the 15th stage of the 2007 Vuelta a España, a tough 201.4-kilometer route from Villacarrillo to Granada.

    Today\'s stage offers one of a small number of remaining opportunities for riders to challenge the primacy of Denis Menchov in this Vuelta. Take a look at the day\'s profile and you\'ll understand why. While there are only three ranked climbs on today\'s stage, you can see that the day is not easy, even just the opening kilometers to the day\'s first KoM climb, the Category 3 Puerto del Torrecandala at 95.6km. That is followed by rolling terrain leading to the Cat.3 Puerto Los Blancares at 139 kilometers and then day\'s main course, the Cat.1 Alto de Monachil at 181.4km. It\'s then followed by a fast 20km to the finish. It\'ll be a doosy, so stay tuned.'),(12415,235,'2007-09-16 13:50:00','Today\'s stage','began at around noon, with 157 riders leaving the start in Villacarrillo. Unlike the usual Vuelta starts, the attacks today didn\'t come right off the bat, but did come within a few early kilometers, with Jose Vicente Garcia Acosta and Santos Gonzalez Capilla attacking at 12km. The two were brought back, though and it wasn\'t until the 45-kilometer mark that a group of 20 riders formed the day\'s major break. There are some tough climbers in the mix and the GC men in the peloton have to do the math before deciding who poses a threat to their goals and who is simply there looking for a bit of TV time, with hopes of winning a stage as a bonus.'),(12416,235,'2007-09-16 13:55:12','ID-ing the break','We\'re getting spotty reports as to the composition of the break, but it should be noted that Discovery\'s Jurgen van Goolen is in the mix. He\'s sitting in 18th place on GC, just 12:38 out of first and could pose a slight threat to riders in the top-10 if he\'s allowed to go. Indeed, it was his presence in yesterday\'s first major split that caused the peloton to keep the group to within a minute. Once he was back in the fold, the break was allowed to get time. Today, though, Van Goolen and his 19 breakaway companions are already four minutes up the road at the 79km mark. Rabobank and Euskaltel are setting tempo in the main field, an indication perhaps that the Basque team doesn\'t have a lot (or any?) firepower in the break.'),(12417,235,'2007-09-16 14:01:50','Other riders in the break','include Lampre\'s Damiano Cunego and Sylvester Szmyd, CSC\'s Inigo Cuesta, Franco Pellizotti (Liquigas), Davis Lopez (Caisse d\'Epargne), Stef Clement (Bouygues Telecom), Koos Moerenhout (Rabobank) and Haimar Zubeldia (Euskaltel). We are still trying to ID the others in there and will get you a complete list ASAP.\r\n\r\n'),(12418,235,'2007-09-16 14:05:00','The composition of the break','

  • Jurgen Van Goolen (Discovery) \r\n
  • David López (Caisse D’epargne) \r\n
  • Franco Pellizotti (Liquigas) \r\n
  • Iñigo Cuesta ((CSC)) \r\n
  • Sylvester Szmyd Pol (Lampre) \r\n
  • Damiano Cunego Ita (Lampre) \r\n
  • Andrea Tonti (Quick Step) \r\n
  • Chris Sörensen ((CSC)) \r\n
  • Stef Clement (Bouygues Telecom) \r\n
  • Ludovic Turpin (Ag2r) \r\n
  • Mario Aerts (Predictor-Lotto) \r\n
  • Joan Horrach (Caisse D’epargne) \r\n
  • Johannes Frölingher (Gerolsteiner) \r\n
  • Koos Moerenhout (Rabobank) \r\n
  • Haimar Zubeldia (Euskaltel) \r\n
  • ÃÂngel Gómez Gómez (Saunier Duval) \r\n
  • Daniele Bennati (Lampre) \r\n
  • Paolo Bettini Ita (Quick Step) \r\n
  • Marco Marzano (Lampre) \r\n
  • Laszlo Bodrogi (Credit Agricole)\r\n'),(12419,235,'2007-09-16 14:15:46','At 93km','the gap is still around the 4:30 mark. It\'s been a fast day, with speeds averaging nearly 44kph, which is pretty zippy on this terrain.

    The break is composed of an interesting combination of riders. Obviously the Rabobank man won\'t be doing much work up there, since his primary goal is to monitor the break and perhaps lend a hand to Menchov if and when the peloton catches on again. The CSC riders in the mix certainly want to see a catch, too, and are primed to aid Carlos Sastre\'s effort. Interestingly, Euskaltel is still helping Rabobank set tempo in the peloton, an indication that they either want more riders in the mix and/or lack confidence in Zubeldia\'s ability to emerge from this break as a stage winner.'),(12420,235,'2007-09-16 14:18:00','As you can see','our route map today is back from its little trip to Missouri. We are firmly rooted in the Spanish countryside, where we belong for this race. We do apologize to you for the confusing mess we had yesterday and assure you that, no, the Vuelta stage was not contested on concrete lanes of Interstate 70. If you see other errors, or indications that we\'re falling asleep at the wheel (keyboard actually), don\'t be shy and drop us a line.'),(12421,235,'2007-09-16 14:23:00','The leaders','are nearing the top of the Cat. 3 Puerto del Torrecandala at 95.6km. Right there in the mix is Paolo Bettini who, despite a small number of wins this season, has done the rainbow jersey proud in 2007. He\'s been on the attack like crazy in this race as well as in the Giro. This guy is the consumate professional. While we all really liked the flashy character of Mario Cipollini when he was world champion, Bettini is more than a one-trick pony and can sprint with the best and still be out on the attack on days like this. No lead-out train required. We\'ll be cheering for him in Stuttgart, that\'s for certain.'),(12422,235,'2007-09-16 14:24:00','Up and over...','Van Goolen leads the break over the Puerto de Torrecandelas. The gap is 4:20 back to the peloton.'),(12425,235,'2007-09-16 14:37:19','The gap','has been trimmed to 3:20, largely as a result of Euskaltel\'s work. The leaders are bow at 110km and heading toward the day\'s second climb.'),(12426,235,'2007-09-16 14:46:12','A couple of reminders','First, we wanted to remind you to tune in later today for Live Coverage of the sixth and final stage of this year\'s Tour of Missouri. We have a full crew at that race, as well, and the guys there - Jason Sumner, Casey Gibson and Neal Rogers - are doing a crack job.

    Second, don\'t forget tomorrow is a rest day, so we won\'t have live coverage from the Vuelta (it really would be pretty boring if we tried), but we will be back on Tuesday, for the final stretch through Sunday\'s finale in Madrid.

    We\'ll be back on the following Sunday with Live Coverage of the world\'s road championship in Stuttgart, which makes at least on of us happy, because Live Update Guy\'s home town is just 30k away.'),(12424,235,'2007-09-16 14:28:00','The Euskaltel','team is doing the bulk of the work on the climb and the Basque squad must be interested in setting up another of its riders for the stage win, using Zubeldia to set tempo once the catch is made.'),(12427,235,'2007-09-16 14:49:48','The gap','is being trimmed even further. The leaders are now at 115km and are just 2:45 ahead of the peloton, led by a mass of Euskaltel and Rabobank orange. As a reminder, the men in the break include:

  • Jurgen Van Goolen (Discovery) \r\n
  • David López (Caisse D’epargne) \r\n
  • Franco Pellizotti (Liquigas) \r\n
  • Iñigo Cuesta ((CSC)) \r\n
  • Sylvester Szmyd Pol (Lampre) \r\n
  • Damiano Cunego Ita (Lampre) \r\n
  • Andrea Tonti (Quick Step) \r\n
  • Chris Sörensen ((CSC)) \r\n
  • Stef Clement (Bouygues Telecom) \r\n
  • Ludovic Turpin (Ag2r) \r\n
  • Mario Aerts (Predictor-Lotto) \r\n
  • Joan Horrach (Caisse D’epargne) \r\n
  • Johannes Frölingher (Gerolsteiner) \r\n
  • Koos Moerenhout (Rabobank) \r\n
  • Haimar Zubeldia (Euskaltel) \r\n
  • ÃÂngel Gómez Gómez (Saunier Duval) \r\n
  • Daniele Bennati (Lampre) \r\n
  • Paolo Bettini Ita (Quick Step) \r\n
  • Marco Marzano (Lampre) \r\n
  • Laszlo Bodrogi (Credit Agricole)\r\n'),(12428,235,'2007-09-16 15:03:23','The road ahead','Ahead is the Cat.3 Puerto Los Blancares at 139 kilometers, a long descent and then the biggy, the Cat. 1 the Cat.1 Alto de Monachil, which summits 20km from the finish.'),(12429,235,'2007-09-16 15:05:00','The gap','has moved out to 3:35. The leaders are at km 132 and nearing the base of the Puerto Los Blancares.'),(12430,235,'2007-09-16 15:15:08','On the climb,','the leaders are holding on to an advantage of 3:30 and working up the slopes of the Puerto Los Blancares'),(12431,235,'2007-09-16 15:19:40','Up and over...','the leaders are over the Puerto Los Blancares and heading to the final climb of the day, the the Cat.1 Alto de Monachil, which summits at 181.4km, 20km from the finish of today\'s stage.'),(12435,235,'2007-09-16 15:29:33','Word from Maribor','and the World Cup in that Slovenian community: The World Cup Final of 4-Cross saw the first upset of the weekend, when Jill Kintner (GT) missed out on the final, opening the door for Anneke Beerten (Bikepark.ch) to win and take her first overall title. Men\'s series leader Brian Lopes (GT) also missed his final, but had already wrapped up the World Cup victory. '),(12436,235,'2007-09-16 15:32:40','Klier','Andreas Klier has pulled out of the Vuelta, now.'),(12437,235,'2007-09-16 15:33:58','Conflicting reports','We learned from race radio that Ezequiel Mosquera has pulled out of the Vuelta, but we can\'t confirm that. It would be a weird one, since he was fifth in the overall standings, just 4:35 out of first place. Stay tuned.'),(12438,235,'2007-09-16 15:41:29','The gap','is now down to 2:35 at 158km.'),(12439,235,'2007-09-16 15:45:00','The VeloNews Photo Contest','will be back tomorrow, so be sure to make your entries, by checking in with our our most recent contest.

    We have been stuck in Vuelta mode lately, so we\'ve missed the past few weeks of the contest, but tomorrow\'s rest day gives us a chance to resume our normal schedule. If you have a compelling cycling-related image, follow the directions posted there in the story and send it on in.'),(12440,235,'2007-09-16 15:50:27','In case you\'ve wondered','Arbitrators hearing the case of Floyd Landis formally closed the hearing record on Thursday, a procedural step that now requires a ruling within 10 days, or by Septemper 23, four months since the three-member panel ended a nine-day evidentiary hearing May 23.

    The arbitrators were awaiting a final report from their scientific advisor, Dr. Francesco Botre, director of the World Anti-Doping Agency laboratory in Rome. Landis has denied the accusation, contending that the WADA anti-doping lab in Paris, which tested the Tour de France samples, mishandled his specimens and botched the analysis.

    The end is in sight and once the appeals are done, we may actually find out who won the 2006 Tour.\r\n'),(12441,235,'2007-09-16 15:53:29','Still Euskaltel','On the front of the peloton. The 20-man break is now 37km from the finish and just around 2:20 ahead of the field. Euskaltel\'s Haimar Zubeldia is not doing much - if any - work in the break, with his teammates clearly intent on catching the break.'),(12442,235,'2007-09-16 15:55:07','As the leaders','work their way toward the day\'s final climb, let\'s take what might be a final opportunity to run through the break\'s composition:

  • Jurgen Van Goolen (Discovery) \r\n
  • David López (Caisse D’epargne) \r\n
  • Franco Pellizotti (Liquigas) \r\n
  • Iñigo Cuesta ((CSC)) \r\n
  • Sylvester Szmyd Pol (Lampre) \r\n
  • Damiano Cunego Ita (Lampre) \r\n
  • Andrea Tonti (Quick Step) \r\n
  • Chris Sörensen ((CSC)) \r\n
  • Stef Clement (Bouygues Telecom) \r\n
  • Ludovic Turpin (Ag2r) \r\n
  • Mario Aerts (Predictor-Lotto) \r\n
  • Joan Horrach (Caisse D’epargne) \r\n
  • Johannes Frölingher (Gerolsteiner) \r\n
  • Koos Moerenhout (Rabobank) \r\n
  • Haimar Zubeldia (Euskaltel) \r\n
  • ÃÂngel Gómez Gómez (Saunier Duval) \r\n
  • Daniele Bennati (Lampre) \r\n
  • Paolo Bettini Ita (Quick Step) \r\n
  • Marco Marzano (Lampre) \r\n
  • Laszlo Bodrogi (Credit Agricole)\r\n'),(12451,235,'2007-09-16 16:10:57','Well, well, well','we see Ezequiel Mosquera coming out of the peloton, now. Not bad for a guy we thought had pulled out of the Vuelta. Obviously, that report was just a little off. Sorry about that confusion.'),(12444,235,'2007-09-16 16:00:50','The gap','is now down to 1:24. Now that it\'s that small, we have to expect most of the men in the break to be reeled in. Other teams - CSC and Cofidis - in particular are driving the chase now. As the break nears the lower slopes of the climb, Cunego is being paced by his three teammates in the break.'),(12445,235,'2007-09-16 16:02:52','CSC','is now setting a strong tempo at the front of the peloton. Sastre is intent on fighting to cut into Menchov\'s hold on GC. Remember that Sastre has Sorensen and Cuesta in the break, so they\'ll be waiting to take up some of the pace-setting duties when the peloton closes in.'),(12446,235,'2007-09-16 16:04:00','With 32km remaining,','the break is nearing the formal start of the climb, a nine-kilometer haul that averages 8 percent.'),(12447,235,'2007-09-16 16:05:06','Ouch','these lower slopes of the climb are 10 percent... more than enough to break things apart.'),(12448,235,'2007-09-16 16:06:20','The peloton','hits the climb at high speeds and the sorting is already beginning. Up front, David López (Caisse d’Epargne) is setting the tempo in the break.'),(12449,235,'2007-09-16 16:08:23','The break','There are gaps developing. Cunego and David López (Caisse D’epargne) are slightly ahead of Franco Pellizotti (Liquigas) and Chris Sörensen (CSC) the rest of them are fading back and some riders have already been caught by the peloton.'),(12450,235,'2007-09-16 16:09:36','Out of the peloton','Stijn Devolder has attacked out of the field.... and he is about to be joined by Igor Anton of Euskaltel.'),(12452,235,'2007-09-16 16:12:36','Devolder and Co.','have caught Bettini and a few of the stragglers from the break. The peloton is thinning out and we\'re still sorting through the main players. We do see Menchov, Sastre and Evans in the mix. Ezequiel Mosquera is definitely there, too.'),(12453,235,'2007-09-16 16:13:14','Cunego and Lopez','continue to work their way up the climb, just now hitting a section that has a 12-percent slope.'),(12454,235,'2007-09-16 16:14:27','Cunego','is attacking and now powering off on his own.'),(12455,235,'2007-09-16 16:15:39','Sastre!','There he goes. The Menchov group hits the steep 12-percent section and the CSC man goes. Efimkin, Menchov, Evans and Turpin follow his wheel. '),(12456,235,'2007-09-16 16:16:18','Sastre is driving','hard, but Menchov is tucked in there, riding comfortably.'),(12457,235,'2007-09-16 16:17:33','Cunego continues','on his own at the front of the race... but the real GC action involves Sastre, Menchov, Efimkin, Sanchez and Evans. They are all there.'),(12458,235,'2007-09-16 16:18:20','Franco Pellizotti (Liquigas)','has been caught and passed by Sastre and the men trailing him: Efimkin, Menchov, Evans, Sanchez and Turpin'),(12459,235,'2007-09-16 16:19:16','Beltran','who attacked out of the peloton, is moving up the road and about to catch and pass Chris Sörensen. The CSC man is there holding back to aid Sastre\'s efforts.'),(12460,235,'2007-09-16 16:21:28','on a 7-percent grade','The Sastre group is ticking along on the \"easier\" part of the climb. Beltran has caught Lopez, meaning that only Cunego is ahead of him. Meanwhile, Igor Anton attacks, with Samuel Sanchez following the wheel. Menchov is not too worried about that move. '),(12461,235,'2007-09-16 16:22:47','Sastre','upping the pace. Efimkin is trying to bridge out and Sastre forced to chase him down, while Menchov looks tranquilo - all he has to do is follow wheels. '),(12462,235,'2007-09-16 16:23:16','Beltran','is closing in on Cunego. That gap is just 22 seconds now.'),(12463,235,'2007-09-16 16:23:38','Ouch','Cunego is on the really steep part, with grades at 14 percent.'),(12464,235,'2007-09-16 16:24:26','Beltran','isn\'t bothered by the grade. He\'s closing in on Cunego and the gap is down to 14 seconds.'),(12465,235,'2007-09-16 16:25:34','Huge crowds','as Beltran closes in on Cunego. There\'s a little dip ahead and then the final haul to the top.

    Heyyyy... Evans attacks!'),(12466,235,'2007-09-16 16:26:32','So much for that','Menchov, Sastre and Efimkin catch back quickly. At the front, Beltran is just six seconds behind Cunego now.'),(12467,235,'2007-09-16 16:27:07','Catch','Beltran has caught Cunego and the two are 1km from the finish.

    Beltran moves ahead... Cunego can\'t hold the pace.'),(12468,235,'2007-09-16 16:27:50','','Sanchez has now caught up to Luis Perez and has about 15sec on the Menchov, Sastre group. Sanchez is worried about Beltran no doubt.'),(12469,235,'2007-09-16 16:28:45','Sastre','gives it another dig... Menchov follows that move quickly, but Evans is getting gapped '),(12470,235,'2007-09-16 16:29:02','Beltran summits','the top of the climb on his own.'),(12471,235,'2007-09-16 16:29:16','Cunego','crosses 15 seconds behind.'),(12472,235,'2007-09-16 16:29:55','Sastre','is over the top 43 seconds, with Menchov on his wheel.'),(12473,235,'2007-09-16 16:30:29','Wow','narrow road on the descent. Cunego is chasing like a wildman!'),(12474,235,'2007-09-16 16:31:45','Cunego','is pulling out all of the stops....he\'s taking the turns right on the edge of the pavement, close enough to make us queezy.

    Evans, meanwhile, has caught back on after taking risks on the descent, too.'),(12475,235,'2007-09-16 16:32:09','Beltran','has 16 seconds on Cunego. With no time bonuses in Vuelta, all Menchov has to worry about is following the wheels of this lead group.'),(12476,235,'2007-09-16 16:33:52','Sanchez','Is chasing hard. He\'s hitting 90kph! With only 1:16 on Beltran on GC, he has reason to chase.'),(12477,235,'2007-09-16 16:34:57','Wow','Sanchez just FLEW by Cunego.'),(12478,235,'2007-09-16 16:36:16','The roads','are a little wider here. Beltran still has 16 seconds on Sanchez and Cunego is about four seconds behind him. The Menchov/Sastre/Evans group.'),(12479,235,'2007-09-16 16:37:39','Oooooo','there\'s cause for concern. Sanchez signalled the Moto\' to come over for a second. He handed off the cross around his neck... apparently the chain broke. He may have to ride a little more carefully.'),(12480,235,'2007-09-16 16:38:22','Even without','devine assistance, Sanchez is still flying down the hill, with Cunego struggling to hold the Spaniard\'s wheel.'),(12481,235,'2007-09-16 16:39:05','With 9km to go','Beltran has seven seconds on Sanchez and 48 on the Sastre group.'),(12482,235,'2007-09-16 16:40:28','8k','to go and Sanchez is closing in on Beltran. Cunego is another couple of seconds back. We may have three men covering the flat stretch to the finish.'),(12483,235,'2007-09-16 16:41:52','With 7km','to go, the gap to the Menchov group is 42 seconds.'),(12484,235,'2007-09-16 16:42:53','Sanchez and Beltran','are working together, but Cunego never bridged the gap and is now trailing by 18 seconds as the two leaders hit the five-kilometers-to-go mark.'),(12485,235,'2007-09-16 16:43:24','Time checks','Cunego hits the five km mark at 22 seconds'),(12486,235,'2007-09-16 16:43:59','The Menchov/Sastre group','is at 44 sconds'),(12487,235,'2007-09-16 16:45:06','four km to go','Sanchez and Beltran are extending their lead and working well together. If they\'re smart, they\'ll leave the game-playing to the final 500 meters today.'),(12488,235,'2007-09-16 16:45:38','Cunego is about','to be pulled in, so his hopes of winning today are all but gone.'),(12489,235,'2007-09-16 16:46:34','Two','kilometers to go, our two leaders are heading to the finish. We\'re putting our money on Sanchez... stay tuned.'),(12490,235,'2007-09-16 16:46:45','Cunego sits up',''),(12491,235,'2007-09-16 16:47:02','Menchov','and Co. have caught Cunego.'),(12492,235,'2007-09-16 16:47:24','The leaders are','32 seconds ahead of a 10-man chase group.'),(12493,235,'2007-09-16 16:47:59','Asplit','That\'s Barredo and Anton peeling off front of fave\'s group '),(12494,235,'2007-09-16 16:48:10','One kilometer to go',''),(12495,235,'2007-09-16 16:48:27','Beltran and Sanchez','are still sharing the work.'),(12496,235,'2007-09-16 16:48:40','Beltran...','Triki has never won a Vuelta stage in 13 yrs as pro '),(12497,235,'2007-09-16 16:49:00','300 meters to go','Sanchez charges, and makes it to the line, winning the third Vuelta stage of his career. Anton comes in at 25 seconds cheering like crazy for his teammate\'s win.'),(12498,235,'2007-09-16 16:50:27','The Menchov group comes in','at 40 seconds.'),(12499,235,'2007-09-16 16:55:00','Results','1. Samuel Sánchez (Sp), Euskaltel-Euskadi, 4:45:59
    \r\n2. Manuel Beltrán (Sp), Liquigas
    \r\n3. Carlos Barredo (Sp), Quick Step-Innergetic, At 0:24
    \r\n4. Igor Antón (Sp), Euskaltel-Euskadi, At 0:24
    \r\n5. Daniel Moreno (Sp), Relax GAM, At 0:41
    \r\n6. Damiano Cunego (I), Lampre, At 0:41
    \r\n7. Vladimir Efimkin (Rus), Caisse d\'Epargne, At 0:41
    \r\n8. Cadel Evans (Aus), Predictor-Lotto
    \r\n9. Denis Menchov (Rus), Rabobank, At 0:41
    \r\n10. Luis Pérez Rodríguez (Sp), Andalucia-Cajasur, At 0:41
    \r\n11. Carlos Sastre (Sp), CSC, At 0:41
    \r\n12. Ezequiel Mosquera (Sp), Karpin Galicia, At 0:41
    \r\n13. Jurgen Van Goolen (B), Discovery Channel Team, 1:09
    \r\n14. Stéphane Goubert (F), Ag2r Prevoyance, 1:09
    \r\n15. David López (Sp), Caisse d\'Epargne, 1:09
    \r\n16. Vladimir Karpets (Rus), Caisse d\'Epargne, 1:09

    Overall Standings
    1. Denis Menchov (Rus), Rabobank, 62:32:27
    \r\n2. Vladimir Efimkin (Rus), Caisse d\'Epargne, 2:01
    \r\n3. Cadel Evans (Aus), Predictor-Lotto, 2:27
    \r\n4. Carlos Sastre (Sp), CSC, 3:02
    \r\n5. Samuel Sánchez (Sp), Euskaltel-Euskadi, 4:01
    \r\n6. Ezequiel Mosquera (Sp), Karpin Galicia, 4:35
    \r\n7. Manuel Beltrán (Sp), Liquigas, 5:15
    \r\n8. Vladimir Karpets (Rus), Caisse d\'Epargne, 6:17
    \r\n9. Carlos Barredo (Sp), Quick Step-Innergetic, 6:22
    \r\n10. Igor Antón (Sp), Euskaltel-Euskadi, 7:41
    \r\n11. Stijn Devolder (B), Discovery Channel Team, 8:19
    \r\n12. Maxime Monfort (B), Cofidis, 9:04
    \r\n13. Daniel Moreno (Sp), Relax GAM, 9:34
    \r\n14. Luis Pérez Rodríguez (Sp), Andalucia-Cajasur, 11:02
    \r\n15. Stéphane Goubert (F), Ag2r Prevoyance, 12:08
    \r\n16. Jurgen Van Goolen (B), Discovery Channel Team, 13:06
    \r\n17. Oliver Zaugg (Swi), Gerolsteiner, 13:35
    \r\n18. Andrea Tonti (I), Quick Step-Innergetic, 16:59
    \r\n19. Chris Sörensen (Dk), CSC, 17:55
    \r\n20. David López (Sp), Caisse d\'Epargne, 18:33
    \r\n21. Rene Mandri (Est), Ag2r Prevoyance, 20:19
    \r\n22. Christian Vandevelde (USA), CSC, 22:34
    \r\n23. Rubén Lobato (Sp), Saunier Duval, 23:46
    \r\n24. Stef Clement (Nl), Bouygues Telecom, 24:03
    \r\n25. Hubert Dupont (F), Ag2r Prevoyance, 24:42
    \r\n26. Ludovic Turpin (F), Ag2r Prevoyance, 25:56
    \r\n27. Franco Pellizotti (I), Liquigas, 34:20
    \r\n28. Koos Moerenhout (Nl), Rabobank, 37:35
    \r\n29. Haimar Zubeldia (Sp), Euskaltel-Euskadi, 41:33
    \r\n30. Damiano Cunego (I), Lampre, 53:51
    \r\n\r\n'),(12500,235,'2007-09-16 16:56:46','That\'s a wrap folks.','Check back soon for Live Coverage of today\'s final stage of the Tour of Missouri. Then check back on Tuesday for further coverage of the Vuelta, after tomorrow\'s Rest Day here in Granada.'),(12501,247,'2007-09-16 12:39:07','Good Day and Welcome','to the VeloNews.com live coverage of the inaugural Tour of Missouri'),(12502,0,'0000-00-00 00:00:00','',''),(12503,247,'2007-09-16 12:58:04','Hello, hello','We are minutes away from the start of stage 6 of the Tour of Missouri. On tap today is a 74.2-mile circuit race in downtown St. Louis. Riders will do seven laps of a 10.6-mile circuit that starts and finishes in front of Union Station'),(12504,247,'2007-09-16 13:00:09','National Anthem','A Jimi Hendrix’ish rendition of the National Anthem just concluded. Two minutes to race start. Just got word that John Devine will not start the race today. No word on what is ailing the Discovery Channel rider but we’ll see if we can sort it out.\r\n'),(12505,247,'2007-09-16 13:00:31','We are...','Underway'),(12506,247,'2007-09-16 13:03:23','The big battle','The feature of today’s race will be the battle between Cuban Ivan Dominguez (Toyota-United) and Brazilian Luciano Pagliarini (Prodir-Saunier Duval). The pair are tied with 25 points each atop the sprint jersey standings. There will be four opportunities to earn point today – three intermediate sprint spots and the finish.\r\n'),(12507,247,'2007-09-16 13:08:00','First attack','Ukrainian Yaraslav Popovych (Discovery Channel) and Sheldon Deeny (USA National) has rolled off the front.\r\n'),(12508,247,'2007-09-16 13:09:42','GC Recap','In the overall standings Discovery’s George Hincapie has a comfortable 1:40 lead over fellow American Will Frischkorn (Slipstream), with Spaniard David Cañada (Prodir-Saunier Duval) third at 2:22. Canadian Dominique Rollin (KodakGallery-Sierra Nevada) is fourth at 2:23, so there could be a good battle for third place. There are time bonuses at the three intermediate sprint points (3 seconds, 2 and 1) and at the finish (10 seconds, 6 and 4). Barring a crash of something else highly irregular, the top 2 is set. Congrats to George.\r\n'),(12509,247,'2007-09-16 13:11:53','No go','And we are all together again -- there\'s no way we\'ll see a repeat of yesterday where a 10-man break that was whittled to nine stayed away all the way to the finish.'),(12510,247,'2007-09-16 13:19:49','Stage is No. 1','VeloNews spoke to third-placed David Cañada this morning and he said that while it would be nice to hold on to his podium position, the stage win is the No.1 objective for Prodir today. They want another one for Pagliarini.\r\n'),(12511,247,'2007-09-16 13:21:51','Three off the front now','Rubens Bertogliati (Swi), Prodir-Saunier Duval; Gregorio Ladino (Mex), Tecos; and Sergey Lagutin (Uzb), Navigators. Gap is 15 seconds.'),(12512,247,'2007-09-16 13:23:31','Time check','Gap is now 25 seconds -- the group of three is just about to cross the finish line at the end of Lap 1. There is a sprint on this lap on Uclid Avenue.'),(12513,247,'2007-09-16 13:27:01','Union Station','The start/finish is located in front of historic Union Station, which was built in 1894 and was once the largest passenger rail terminal in the U.S. Today’s it houses a hotel and a large shopping mall that has 85 stores. The place is mammoth with ceiling as high as 65 feet in some places.\r\n'),(12514,247,'2007-09-16 13:28:57','Kodak working','With three riders off the front, KodakGallery has taken up the chase. They\'ll be hoping to launch Dominque Rollin off the front at some point to chase time bonuses. Before the stage the Canadian said that moving up on GC was his No. 1 priority. Gap is still 15 seconds. Temperature at the start was 70 degrees.'),(12515,247,'2007-09-16 13:30:31','Approaching the sprint','and the gap is done to 10 seconds.'),(12516,247,'2007-09-16 13:34:55','Busy day','Lots going on in downtown St. Louis today. Besides the final stage of the Tour of Missouri, the NFL’s St. Louis Rams are battling the San Francisco 49ers (at the half it’s Rams leading 13-7). Just a few blocks away the baseball game between the St. Louis Cardinals and the Chicago Cubs has just gotten underway (scoreless in the second). Let’s just hope all three don’t all finish at the same time, otherwise we’re gonna an epic traffic jam.\r\n'),(12517,0,'0000-00-00 00:00:00','',''),(12518,247,'2007-09-16 13:39:47','First sprint','Results are as follows -- 1. Dominique Rollin (Can), Kodak; 2. David Canada (Sp), Prodir-Saunier Duval; 3. Ivan Dominguez (Cub) Toyota-United. New attack by a rider from DFL'),(12519,247,'2007-09-16 13:43:24','That means','After the first sprint Ivan Dominguez and Dominique Rollin are now tied atop the sprint points standing, one-point ahead of Luciano Pagliarini. Rollin is also now tied with Cañada for third place in the overall based on the 3-to-2 second time bonus advantage at the first sprint. Two great battles going on here. Good stuff. Field is all together.\r\n'),(12520,247,'2007-09-16 13:45:09','5 to go','The field has just passed the start/finish for the second time. 5 laps to go. Next sprint point comes on Lap 4.'),(12521,247,'2007-09-16 13:49:39','Helping hand','We just up loaded a nice out-of-the-car snapshot sent in by VeloNews Senior Writer Neal Rogers. Check out Ryder Hesjedal giving it up to pace Health Net sprinter Karl Menzies back to the bunch.\r\n'),(12522,247,'2007-09-16 13:51:39','New attack','One rider off the front with three riders to trying to bridge up.'),(12523,247,'2007-09-16 13:54:19','Four together','No IDs yet -- but we\'re being told it\'s Navigators, DFL and Tecos.'),(12524,247,'2007-09-16 13:58:54','IDs','The four off the front are -- Jeremy Venell (NZ), DFL-Cyclingnews-Litespeed; Fausto Marcelino Esparza (Mex), Tecos; Bernard Van Ulden (USA), Navigators; Tyler Wren (USA), Colavita-Sutter Home. Chasing is Jonathan Garcia (USA), BMC. Gap is 1:10. They are about half way through the third of seven 10.6-mile laps around downtown St. Louis.'),(12525,247,'2007-09-16 14:03:36','29 miles into the 74.2-mile race','Four off the front -- Jeremy Venell (NZ), DFL-Cyclingnews-Litespeed; Fausto Marcelino Esparza (Mex), Tecos; Bernard Van Ulden (USA), Navigators; Tyler Wren (USA), Colavita-Sutter Home -- they have 45 seconds on Jonathan Garcia (USA), BMC and 1:15 on the field.\r\n'),(12526,247,'2007-09-16 14:09:13','Tiebreaker','They just announced over race radio that in the case of a tie on GC, the tiebreaker will be the 10th of a second from the final stage 3 time trial result. Of course this is relevant because if the race ended right now Dominique Rollin (KodakGallery-Sierra Nevada) and David Cañada (Prodir-Saunier Duval) would be tied for third place overall. But a quick look at the TT results shows that Cañada posted a 43:53.850 while Rollin had a 44:03.630 – so unless Cañada can gain at least a second back at one of the remaining sprint points or at the finish, Rollin will take the final podium place based on a 0.220-second time differential. That’s tight!\r\n'),(12527,247,'2007-09-16 14:13:05','Time check','2:25 -- Garcia did not get across and is about to be reabsorbed.'),(12528,247,'2007-09-16 14:14:35','Money, money','They’ve just announced that they are collecting cash from the crowd and will award it to the first rider across the sprint line on Lap 6.\r\n'),(12529,247,'2007-09-16 14:18:32','The other tie break','If Rollin stays tied with Dominguez in the points standings, the jersey will go to Dominguez based on number of stage wins -- 1-0. There\'s almost no way it will come to that, though, as both riders are likely to score points at the finish line where there are points for the first 10 places.'),(12530,247,'2007-09-16 14:20:30','Time check','3:00'),(12531,247,'2007-09-16 14:24:03','Keep it in your pants','Race radio just informed the team cars that there have been complaints from the St. Louis police about public urination, and that riders need to do their business in unpopulated areas. There have also been complaints about items being thrown from team cars – it’s a no, no to throw schwag to the fans even if it’s jelly beans.\r\n'),(12532,247,'2007-09-16 14:24:17','Time check','3:25'),(12533,247,'2007-09-16 14:26:00','Second sprint results','This result doesn’t really matter because none of the main players were involved, but the results from the second sprint are 1. Fausto Marcelino Esparza (Mex), Tecos; 2. Bernard Van Ulden (USA), Navigators; 3. Jeremy Venell (NZ), DFL-Cyclingnews-Litespeed\r\n'),(12534,247,'2007-09-16 14:29:29','Recap','The four off the front -- Jeremy Venell (NZ), DFL-Cyclingnews-Litespeed; Fausto Marcelino Esparza (Mex), Tecos; Bernard Van Ulden (USA), Navigators; Tyler Wren (USA), Colavita-Sutter Home. Gap is 4 minues -- three 10.6-mile laps to go.'),(12535,247,'2007-09-16 14:31:49','Time check','3:15 from the front four to the field.'),(12536,247,'2007-09-16 14:33:30','3 to go for the field','The bunch just passed the start/finish and was told 3 laps to go. Gap is still 3:15.'),(12537,247,'2007-09-16 14:35:09','Shameless commerical plugs...','... are a necessity in this day and age, but this one ain\'t too painful, folks.\r\nAs a reminder to those of you who log on to this site on a regular basis, we wanted to mention that VeloNews.com has a print edition, a magazine that offers a rich, rich variety of content, none of which you\'ll find here on the site. Sign up for VeloNews and you\'ll receive the Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/ Torx Set absolutely free with your paid subscription. Click here for more info: Tour of Missouri Subscription Special'),(12538,247,'2007-09-16 14:37:10','We are 44 miles into the race..','...gap is 2:55. There are points on the line on the next lap -- and some cash if they managed to get the crowd to give it up.'),(12539,247,'2007-09-16 14:44:57','Vaughters','We spoke to Slipstream boss Jonathan Vaughters after Danny Pate’s stage win yesterday, and he was obviously elated. He says it shows that the Slipstream system is working. “I knew from my days at Credit Agricole that you could win races clean by being aggressive and getting ahead of the crunch,†said Vaughters, who also rode for Lance Armstrong’s U.S. Postal team in the 1990s. “I watched guys like Jens [Vogt] and Stuey O’Grady become masters at that game, even if I wasn’t too good at it myself. So, when we started to form this team, those types of tactics are what I knew we needed, as I knew that winning clean was possible that way. In a way, Jens in a big inspiration for how we are doing this team.â€Â\r\n'),(12540,247,'2007-09-16 14:45:39','Crash','A Symmetrics rider has gone done -- No ID yet.'),(12541,247,'2007-09-16 14:48:50','Vaughters on J-Mac','The Slipstream boss also said that he’s very interested in signing American Jason McCartney, who won a Vuelta stage yesterday. “I have sent him a formal offer. I am hoping he wants to come with us. I sent him the offer long before he won [in Spain]. I was trying to get him back in July, but he was still under contract for 2008. Hopefully he chooses to come our way. But I may have to up the offer after his Vuelta win though.†Slipstream reportedly has one roster spot still to fill. Stay tuned.\r\n'),(12542,247,'2007-09-16 14:50:08','Time check','2:35'),(12545,247,'2007-09-16 14:58:20','Time check','Gap is down to 1:25 and they just cleared the gap of all team cars. The crowd prime is up to $364. That will be awarded one of the four riders in the break.'),(12544,247,'2007-09-16 14:53:33','2 laps to go','Gap is 1:55'),(12546,247,'2007-09-16 15:06:32','All on the finish','With this break looking like it will stay away through the final intermediate sprint point, the outcome of the battles for the points jersey and the final podium spot will all come down to the finish. In the points it’s Ivan Dominguez in first, with Dominique Rollin second and Luciano Pagliarini third. Dominguez is tied with Rollin but owns the tiebreak (stage wins). Pagliarini is one point back. The points at the finish are 15, 12, 10, 7, 6, 5, 4, 3, 2, 1.\r\n

    \r\nRollin is also third in GC, fractions of a second ahead David Cañada. Time bonuses at the finish are 10 seconds, 6 and 4. Lots to play for still. New time gap is 1:10. Leaders are 1km to the final intermediate sprint.\r\n'),(12547,0,'0000-00-00 00:00:00','',''),(12548,247,'2007-09-16 15:10:11','Final sprint results','1. Bernard Van Ulden (USA), Navigators; 2. Fausto Marcelino Esparza (Mex), Tecos; 3. Tyler Wren (USA), Colavita-Sutter Home. So Van Ulden takes the crowd prime, which ironically could very well be the final prize awarded to the Navigators team, which will not be back next year.'),(12549,0,'0000-00-00 00:00:00','',''),(12550,247,'2007-09-16 15:12:23','Most Aggressive Rider Award','The collective media have choosen Tecos rider John Parra as the 2007 Tour of Missouri\'s Most Aggressive Rider. It was Parra who attacked the nine-rider break yesterday and nearly held it to the line. New time check is 45 seconds.'),(12551,0,'0000-00-00 00:00:00','',''),(12552,247,'2007-09-16 15:14:10','Time check','35 seconds -- Prodir, Health Net and Toyota-United are all lending a hand to the chase.'),(12553,0,'0000-00-00 00:00:00','',''),(12554,247,'2007-09-16 15:16:49','One lap to go','Here we go -- 10.6 miles left in the 2007 Tour of Missouri.'),(12555,0,'0000-00-00 00:00:00','',''),(12556,247,'2007-09-16 15:18:10','Attack','Van Ulden has attacked the break.'),(12557,0,'0000-00-00 00:00:00','',''),(12558,247,'2007-09-16 15:20:35','Time check','35 seconds from Van Ulden to the field. The other three are drifting in between.'),(12559,247,'2007-09-16 15:22:19','Time check','25 seconds from Van Ulden to the chasers, 40 to the field. '),(12560,247,'2007-09-16 15:24:07','Then there was one','The chasers have been caught. Van Ulden is off the front alone. He is about halfway through the final lap. Gap is 25 seconds.'),(12561,0,'0000-00-00 00:00:00','',''),(12562,247,'2007-09-16 15:26:58','And down...','...the stretch they come. Gap is 10 seconds. It\'s gonna be a bunch sprint.'),(12563,247,'2007-09-16 15:27:49','Time check','5 seconds. Sit up Mr. Van Ulden. Your day is done.'),(12564,0,'0000-00-00 00:00:00','',''),(12565,0,'0000-00-00 00:00:00','',''),(12566,247,'2007-09-16 15:28:44','All together','Now it\'s time for the counters.'),(12567,247,'2007-09-16 15:31:00','Up front','It\'s Prodir trying to keep it under control for their sprinter, Brazilian Luciano Pagliarini. 70 miles covered, 4.2 to go. All together. Health Net also helping with pace making.'),(12568,247,'2007-09-16 15:33:23','Cañada is...','...up front setting pace. Now Slipsteam is trying to move up hoping to set up their fast man Brad Huff.'),(12569,247,'2007-09-16 15:34:41','Now Louder...','...is up front setting pace for Health Net. Now there\'s an attack by No. 78 Phil Zajicek (USA), Navigators. Now it\'s back together. Inside 3km to go...'),(12570,247,'2007-09-16 15:35:45','Speed','Right now the are whipping along at 32mph. Hincapie is now official winner because they are inside 3km to go. Good U.S. finish for Discovery.'),(12571,247,'2007-09-16 15:36:32','Slipstream','is now leading the front of the field. Another attack, this time it\'s a DFL rider.'),(12572,247,'2007-09-16 15:36:50','1km to go','All together'),(12573,247,'2007-09-16 15:38:26','And the winner is...','...Ivan Dominguez. He takes his second stage win and the points jersey. Still waiting on rest of top 3.'),(12574,247,'2007-09-16 15:41:29','Rider up','A Slipstream rider crashed on the way into the finish and was down for a few minutes, but now he is up and moving around. Still no official top 3, but we can tell you that Hincapie wins the overall, Dominguez the points, Louder the KoM, Slipstream\'s Cozza the Best Young Rider, Slipstream best team, Parra the Most Agressive Rider. Congrats to all.'),(12575,0,'0000-00-00 00:00:00','',''),(12576,247,'2007-09-16 15:43:07','Top 3 Unofficial','1. Ivan Dominguez (Cub), Toyota-United; 2. Andrew Pinfold (Can), Symmetrics; 3. Dominque Rollin (Can), KodakGallery-Sierra Nevada. Rollin is also third overall on GC, one spot back of American Will Frischkorn (Slipstream)'),(12577,247,'2007-09-16 15:45:15','That\'s all she wrote','Okay folks, that\'s it from Live Update land. Check back soon for a full report, results and photos from the final stage of the Tour of Missouri, and be sure to stop by VeloNews.com Monday for more live coverage of the Vuelta a España. Bye now...'),(12578,236,'2007-09-18 13:51:00','Good Day and Welcome','to VeloNews.com\'s Live Coverage of the 16th stage of the 2007 Vuelta a España, a hilly 165-kilometer rider from Jaén to Puertollano.

    This is not the usual post-Rest-Day flat stage we normally see in grand tours. Today\'s stage offers up three tough climbs over the middle third of the stage:

  • The Category 2 Alto del Parque Natural de Andújar (which summits at 76 kilometers)
  • The Cat. 3 Alto Sierra Madrona (102.6km)
  • The Cat. 3. Alto del Tamarán (117km)

    You might note that the summary of climbs is different than the profile we have posted. The route has been altered, eliminating the Cat. 2 Puerto de los Rehoyos, replacing it with the Tamarán.

    Nonetheless, the effort may prove to be too much for the sprinters\' teams to waste a lot of energy chasing the break, so we may see another successful escape, especially if there is a significant gap at the start of the climbs and the wind picks up as is expected today.

    The peloton is down to 154 riders, with the most notable withdrawl coming yesterday as Lampre\'s Damiano Cunego packed his bags and went home. He is planning on riding at world\'s. T-Mobile\'s Andreas Klier is also gone. Still, 154 riders is a sizeable group for this point in the Vuelta. Still in the mix are sprinters Alessandro Petacchi and Daniele Bennati, as well as all-\'rounder Paolo Bettini.'),(12579,236,'2007-09-18 13:58:00','The attacks','began - as is usually the case at the Vuelta - right when the flag dropped about half-an-hour ago.

    Right now, at 25km, we see a group of six riders, including Luis Leon Sanchez (Caisse d\'Epargne), Aitor Hernandez (Euskaltel), Mauro Da Dalto (Liquigas), David Loosli (Lampre), Stephane Auge (Cofidis) and Aliksandr Usau (Ag2r) holding a very slight lead over a peloton being controlled by CSC. The men in the break have but 30 seconds on the main field, so there doesn\'t seem to be a lot of interest in letting them go. CSC really has to keep the pressure on if they hope to move Carlos Sastre up on GC and while today may not offer the killer climbs that benefit the little Spanish climber, they may simply be trying to wear down the opposition. Sastre insists this Vuelta is \"not over yet,\" and he intends to fight all the way to Madrid. Good on \'im, we say.'),(12580,236,'2007-09-18 14:06:00','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(12581,236,'2007-09-18 14:12:00','Quick Step','is also lending a hand in the chase. They have Paolo Bettini\'s talents to consider. We\'ve said it before, but we feel compelled to repeat how impressed we are with Bettini\'s year-long ride in the rainbow jersey. He may not have won a lot - a win here and a win in California in February - but he has ridden like crazy, constantly on the attack and never shy about giving it a try. He rode a brilliant Giro and he\'s been just as aggressive here in Spain.

    The gap is still hovering around the half-minute mark.'),(12582,236,'2007-09-18 14:15:00','Our leaders','have been caught. The peloton is back together again. There are bound to be more attacks, though.'),(12583,236,'2007-09-18 14:35:00','Nice pace','the peloton has covered 47.5km in the first hour of racing today, so we can expect a fast stage today.'),(12584,236,'2007-09-18 14:39:26','Time','Well, the other day our map said we were in the midwestern U.S. and today, our clock seems to think we are on the Eastern seaboard of the U.S.... we hit the clock with a crankarm, it woke up and all is in order with the universe once again.... we better check the map though. Maybe we\'re in Botswana or something today.'),(12585,236,'2007-09-18 14:40:43','Constant digs','We\'ve seen several unsuccessful escape attempts since the day\'s first break got reeled in. The pace in the pelton, however, is making those efforts very difficult.'),(12586,236,'2007-09-18 14:49:00','Heading into the climb','we have a new break developing, but we don\'t have a time gap or IDs yet.'),(12587,236,'2007-09-18 14:50:00','The men in the break','have about a minute on the peloton. They include T-Mobile\'s Bert Grabsch (who has already won a stage at this Vuelta). Also in there are Juan Miguel Garate (Quick Step), Koldo Fernandez, Eduard Vorganov, David Herrero Llorente, Mario Aerts, Alexandr Kolobnev, Javier Mejias Leal, Leonardo Bertagnolli, Yuriy Krivtsov, Jean Marc Marino, Dionisio Galparsoro Martinez, Jose Ruiz Sanchez, David Lopez Garcia, Leonardo Duque, Sebastian Minard, Joan Horrach Rippoll and Geoffroy Lequatre'),(12588,236,'2007-09-18 15:04:00','Full ID\'s','

  • Bert Grabsch (T-Mobile)
  • Juan Miguel Garate (Quick Step)
  • Koldo Fernandez (Euskaltel – Euskadi)
  • Eduard Vorganov (Karpin Galicia)
  • David Herrero Llorente (Karpin Galicia)
  • Mario Aerts (Predictor-Lotto)
  • Alexandr Kolobnev (CSC)
  • Javier Mejias Leal (Saunier Duval – Prodir)
  • Leonardo Bertagnolli(Liquigas)
  • Yuriy Krivtsov (Ag2r Prevoyance)
  • Jean Marc Marino (Credit Agricole)
  • Dionisio Galparsoro Martinez (Euskaltel – Euskadi)
  • Jose Ruiz Sanchez (Andalucia – Cajasur)
  • David Lopez Garcia (Caisse d\'Epargne)
  • Leonardo Duque (Cofidis)
  • Sebastian Minard (Cofidis)
  • Joan Horrach Rippoll (Caisse d\'Epargne
  • Geoffroy Lequatre (Cofidis)

    The escapees in this well-represented break now have 2:35 on the main field.'),(12589,236,'2007-09-18 15:07:36','Rabobank','is setting the tempo at the front of the peloton as the leaders work their way up the Cat. 2 Puerto del Parque Natural de Andujar.'),(12590,236,'2007-09-18 15:09:30','The gap','has extended to 3:25'),(12591,236,'2007-09-18 15:11:12','The win count','Through the first two weeks, three teams - Milram, T-Mobile and Rabobank - have won stages with two different riders. Rabobank has the best haul, with three stages with Oscar Freire and one with race leader Denis Menchov ... '),(12592,236,'2007-09-18 15:12:28','Abandons','With riders taking an early exit, only a handful of teams still have all nine riders still in the race. AG2R, Andalucía-Cajasur, Cofidis, Euskaltel and Team Milram are the only teams fully intact with a week to go. '),(12593,236,'2007-09-18 15:16:25','Nearing the top','Five riders have moved ahead of the rest of the break. With summit now within a kilometer, the split in the lead group is about 25 seconds and the rest of the peloton is at 3:15.'),(12594,236,'2007-09-18 15:16:51','Sastre','Carlos Sastre (CSC) is growing frustrated about his chances: \"This Vuelta isn\'t hard enough. It\'s complicated to think about beating Menchov. Even moving up onto the podium looks unlikely. The others are content with where they are and don\'t want to try to win the race. I will keep trying.\" '),(12595,236,'2007-09-18 15:22:32','The pi$$in\' match continues','Spain says it will bring Alejandro Valverde to the world\'s no matter what the UCI says. Here\'s a short list of the Spanish world\'s team:

  • Óscar Freire
  • Alejandro Valverde
  • Carlos Sastre
  • Xavier Florencio
  • Carlos Barredo
  • Samuel Sánchez
  • Manuel Beltrán
  • Juan Antonio Flecha'),(12596,236,'2007-09-18 15:28:00','The summit','the peloton has crested the summit of the Puerto del Parque Natural de Andujar 3:25 behind the escape, which appears to be re-grouping on the descent.'),(12597,236,'2007-09-18 15:35:00','The leaders','are at 88km and they have an advantage of 3:15.'),(12599,236,'2007-09-18 15:37:13','Up next','is the The Cat. 3 Alto Sierra Madrona, which reaches its peak at 102.6km.'),(12600,236,'2007-09-18 15:39:37','A hero of the past','The U.S. Cycling Hall of Fame has announced that Mike DeFilippo, 1941 national motorpace champion, has died at age 95. He was the last of the U.S. champions of the National Cycling Association, and he had a successful 6-day racing career, including a victory with the legendary Torchy Peden in Portland, Oregon.'),(12601,236,'2007-09-18 15:42:40','Rabobank','is doing all of the chase work. CSC and Quick Step have riders in the break now, so they may not kick in until later, if at all.'),(12602,236,'2007-09-18 15:43:41','The gap','at 91km is 3:24. As a reminder, the men in the break are:
  • Bert Grabsch (T-Mobile)
  • Juan Miguel Garate (Quick Step)
  • Koldo Fernandez (Euskaltel – Euskadi)
  • Eduard Vorganov (Karpin Galicia)
  • David Herrero Llorente (Karpin Galicia)
  • Mario Aerts (Predictor-Lotto)
  • Alexandr Kolobnev (CSC)
  • Javier Mejias Leal (Saunier Duval – Prodir)
  • Leonardo Bertagnolli(Liquigas)
  • Yuriy Krivtsov (Ag2r Prevoyance)
  • Jean Marc Marino (Credit Agricole)
  • Dionisio Galparsoro Martinez (Euskaltel – Euskadi)
  • Jose Ruiz Sanchez (Andalucia – Cajasur)
  • David Lopez Garcia (Caisse d\'Epargne)
  • Leonardo Duque (Cofidis)
  • Sebastian Minard (Cofidis)
  • Joan Horrach Rippoll (Caisse d\'Epargne
  • Geoffroy Lequatre (Cofidis)'),(12603,236,'2007-09-18 15:46:00','The Rabobanks','Pedro Horrillo, a Rabobank teammate of Menchov, said the race leader is \"more Navarro than Russian,\" referring to Menchov\'s adopted home in Pamplona, in Spain\'s Navarra region. He said he \"sleeps like a rock. It doesn\'t matter if he\'s in first place or 125th. Pressure doesn\'t affect him and he doesn\'t change his habits in or out of the race.\"'),(12604,236,'2007-09-18 15:49:14','Carlos Barredo','says he \"wants to maintain my top 10 in the overall and leave this Vuelta in as good shape as possible for the world championships.\" '),(12605,236,'2007-09-18 15:51:18','Marchante','José Angel Gómez Marchante, Saunier Duval\'s top GC hope, says this Vuelta is all but done. \"I believe the Vuelta is already decided. Menchov said he has the race 70 percent won, but I say it\'s more like 80 percent. He\'s been better than all the others, but he hasn\'t made a big demonstration. All he needs to do is control everything and maintain his position.\" '),(12606,236,'2007-09-18 15:52:39','Lunch','the leaders are loading up with food and drink as they approach the day\'s second climb.'),(12607,236,'2007-09-18 15:53:30','The gap is still around 3:30.',''),(12608,236,'2007-09-18 15:54:55','The finish','The only other time the Vuelta finished in Puertollano was in 2005 when the stage finished in a sprint. Who won? Who else? Alessandro Petacchi. '),(12609,236,'2007-09-18 15:56:41','Whoa','The latest time check gives these guys an advantage of 5:46\r\n'),(12610,236,'2007-09-18 15:57:41','Meanwhile, in los Estados Unidos . . .','. . . the recently concluded Tour of Missouri comes in for some praise. Tom Schuler, director of the Colavita-Sutter Home team, told the St. Louis Post-Dispatch that the inaugural tour was \"safe, interesting and challenging.\" He added: \"The organization is first-rate. It came off as if it was a fifth-year event. I\'m very happy to be here and would love to come back.\" Jeff Louder (Health Net-Maxxis) agreed. \"It reminds me a lot of the races in northern Europe and northern France,†he said. “People will put this on their calendar for years to come.\"'),(12611,236,'2007-09-18 15:59:30','A change of pace','Unlike most of the Vuelta stages, today\'s route actually takes to some narrower, smaller roads. It\'s amazing how the Vuelta often hits four-lane highways. Wide-open Spain, where there\'s often only one road between major towns, simply doesn\'t have the network of small back lanes available to the Giro and Tour. '),(12612,236,'2007-09-18 16:00:13','Over the top','The break just crossed the Cat. 3 Alto de Sierra Madrona at 102.6km, and the gap is approaching six minutes.'),(12613,236,'2007-09-18 16:02:06','60km to go','Will six minutes be enough? There\'s another climb over narrow roads for the mostly flat 40km run into Puertollano. Rabobank is at the front of the peloton now. It will be interesting to see if Milram picks up the chase in the next 20km. '),(12614,236,'2007-09-18 16:03:12','Zoom!','Herrero has just attacked out of the front of the breakaway group on the narrow descent  but they\'re not letting him go.'),(12615,236,'2007-09-18 16:04:43','Rabobank still chugging along','The gap is just under six minutes.'),(12616,236,'2007-09-18 16:11:08','In other news','France has announced its pre-world\'s selection - missing is national champ Christophe Moreau, but back for more is none other than 48-year-old Jeannie Longo. The Italian team is also taking shape: Paolo Bettini, Danilo Di Luca, Davide Rebellin, Filippo Pozzato, Damiano Cunego, Alessandro Ballan, Alessandro Bertolini, Marzio Bruseghin, Andrea Tonti, Vincenzo Nibali and Giovanni Visconti. One big name missing there is Daniele Bennati, winner of the Vuelta\'s first stage.'),(12617,236,'2007-09-18 16:13:47','The gap . . .','. . . is 6:07.'),(12618,236,'2007-09-18 16:14:50','Another news nugget','Cadel Evans (Predictor-Lotto) is stubbornly hanging on to third place in GC. If he stays there, the Aussie could become the first rider since Joseba Beloki (remember him?) to finish on the podium of two grand tours in the same season. Beloki scored his double in 2002.'),(12619,236,'2007-09-18 16:17:10','The Rabos still driving','The peloton is strung out in a long line as the gap expands to 6:18.'),(12620,236,'2007-09-18 16:23:40','Caution: Rough road ahead','The road conditions are pretty rough, which might help the break stay away. Rabobank remains steady at the fron of the bunch. '),(12621,236,'2007-09-18 16:25:18','The final climb','The break is winding its way uphill as the gap dwindles a bit, to 5:50.'),(12622,236,'2007-09-18 16:26:54','Tight squeeze','It\'s very narrow on the downhill side of this climb as the road plunges through small villages.'),(12623,236,'2007-09-18 16:27:49','Tick, tock','The gap is holding steady at 5:52 at the Alto del Tamaral, the day\'s final climb.'),(12624,236,'2007-09-18 16:34:52','Menchov steady but wary','Menchov is rock steady in the leader\'s jersey. The Russian says the only rider giving him trouble is Sastre. \"The stage that worries me now is Abantos (on Friday). Sastre is the only one that\'s not conforming and he\'s still attacking.\" '),(12625,236,'2007-09-18 16:35:50','37km to go','The break remains intact.'),(12626,236,'2007-09-18 16:39:27','5:23 now','Man, this is some lovely country ... reminds us of northern New Mexico, or maybe Arizona.'),(12627,236,'2007-09-18 16:44:42','Under 35km to go . . .','. . . and that gap remains steady despite Rabobank\'s presence at the front of the bunch.'),(12628,236,'2007-09-18 16:46:44','USA Cycling names world\'s roster','The roster includes elite men George Hincapie (Discovery Channel), David Zabriskie (CSC), Bobby Julich (CSC), Christian Vande Velde (CSC), Jason McCartney (Discovery Channel), John Devine (Discovery Channel), Tyler Farrar (Cofidis) and Danny Pate (Slipstream-Chipotle). All eight will contest the 267km road race while Zabriskie, the defending silver medalist, and McCartney, a stage winner at the Vuelta a España, will also tackle the time trial.'),(12629,236,'2007-09-18 16:48:30','6:10 the advantage now','Looks like we were right about the break having an edge on these rough roads.'),(12630,236,'2007-09-18 16:49:04','U.S. world\'s team redux','The U.S. women’s contingent for world\'s will include Kristin Armstrong (Team Lipton), Amber Neben (Flexpoint), Christine Thorburn (Webcor Builders), Mara Abbott (Webcor Builders), Tina Pic (Colavita-Sutter Home-Cooking Light), Lauren Franges (Team Lipton) and Katheryn Curi (Webcor Builders). Defending world champion Armstrong, current Pan American champion Alison Powers (Colavita-Sutter Home-Cooking Light), Neben and Thorburn will race the TT.'),(12631,236,'2007-09-18 16:51:42','U23\'s for world\'s','The American U23 squad includes Peter Stetina (Slipstream-Chipotle), Craig Lewis (Slipstream-Chipotle),Tejay Van Garderen (VMG Racing), Max Jenkins (California Giant) and Tom Peterson (Slipstream-Chipotle). Van Garderen and U23 TT champion Nick Frey (HART) will race the time trial.'),(12632,236,'2007-09-18 16:52:16','Rabobank still driving','Looks like the sprinters\' teams are taking a day off.'),(12633,236,'2007-09-18 16:52:43','Attack!','Bertagnolli has a go.'),(12634,236,'2007-09-18 16:53:00','Now Vorganov takes a dig','The Russian attacks and gets a gap.'),(12635,236,'2007-09-18 16:56:21','24km to go','Vorganov is cranking out the watts alone up front.'),(12636,236,'2007-09-18 16:57:37','Euskaltel leads the chase','. . . and Bertagnolli goes again!'),(12637,236,'2007-09-18 16:58:05','Some good sprinters in this break . . .','. . . so riders will be trying to attack to avoid going head-to-head with these fast-twitch boys. '),(12638,236,'2007-09-18 16:58:48','Vorganov keeps looking over his shoulder','Won\'t you please, please help me?'),(12639,236,'2007-09-18 16:59:42','Grabsch makes the bridge','But everyone else is on the way, too. Here comes Horrach . . .'),(12640,236,'2007-09-18 17:01:23','21km to go','And the break is riddled with attack after attack.'),(12641,236,'2007-09-18 17:02:06','This could be good','Kolobnev, Duque and Horrach have cut themselves off a nice gap.'),(12642,236,'2007-09-18 17:02:00','Three men out front','The gap is about 10 seconds, and there is no organized chase with 20km to go.'),(12643,236,'2007-09-18 17:04:00','Who\'s who','Duque - who hails from the climber\'s paradise of Colombia - is a rare sprinter from the South American nation. He\'s the fastest of the current leading trio. Kolobnev, meanwhile, is winner of a stage at Paris-Nice.'),(12644,236,'2007-09-18 17:05:28','The break is in Mestanza','. . . and the pursuit is 15 seconds back.'),(12645,236,'2007-09-18 17:06:14','Say what?','Herrero has joined the leaders.'),(12646,236,'2007-09-18 17:08:17','18 seconds to the first chase . . .','. . . and 6:37 to the peloton.'),(12647,236,'2007-09-18 17:09:57','Now a trio is chasing','Bertnagnolli, Menard and Ruiz.'),(12648,236,'2007-09-18 17:11:04','The peloton has 20km to ride','5:42 is the gap.'),(12649,236,'2007-09-18 17:12:28','The break . . .','. . . has 11 seconds on the chase.'),(12650,236,'2007-09-18 17:14:17','The chase is four','Marino makes it a quartet.'),(12651,236,'2007-09-18 17:14:58','Looks like we\'ll have eight up front','The chase is closing in.'),(12652,236,'2007-09-18 17:15:28','And there goes Horrach!','Duque follows.'),(12653,236,'2007-09-18 17:15:55','Kolobnev follows . . .','. . . Herrero does not.'),(12654,236,'2007-09-18 17:16:18','Over the top . . .','. . . and it\'s all downhill for Horrach, Duque and Kolobnev.'),(12655,236,'2007-09-18 17:17:23','Eight minutes to the peloton','Looks like they\'ve declared an unofficial rest day.'),(12656,236,'2007-09-18 17:18:50','9km for the leading trio','. . . and a lovely view of what appears to be a nuclear power plant.'),(12657,236,'2007-09-18 17:19:14','The leaders . . .','. . . have 25 seconds.'),(12658,236,'2007-09-18 17:21:09','7km to ride . . .','. . . and the gap is nearly 40 seconds now.'),(12659,236,'2007-09-18 17:22:11','6km for our leaders . . .','. . . who are really ticking it over.'),(12660,236,'2007-09-18 17:23:12','5km to go','The trio trades pulls.'),(12661,236,'2007-09-18 17:24:13','Who\'s gonna win?','Duque\'s got the speed, but Horrach looks to be the strongest. Kolobnev will need to pull off something sneaky. 4km to go.'),(12662,236,'2007-09-18 17:25:23','Duque attacks!','Zango!'),(12663,236,'2007-09-18 17:26:24','Horrach sits on Kolobnev . . .','. . . and Duque is neutralized.'),(12664,236,'2007-09-18 17:26:58','Kolobnev cranks it up','2km to go and Horrach is hanging back.'),(12665,236,'2007-09-18 17:28:00','All together again','Horrach must be pretty darn confident of the win. He\'s done diddley-squat on this run-in.'),(12666,236,'2007-09-18 17:28:17','1km to go','What next?'),(12667,236,'2007-09-18 17:29:28','Three-up sprint . . .','. . . here we go . . .'),(12668,236,'2007-09-18 17:29:00','They\'re setting up . . .','. . . just as the chase closes in!'),(12669,236,'2007-09-18 17:30:29','And Duque takes it!','Horrach was sitting on \'cause he was baked, seems like.'),(12670,236,'2007-09-18 17:32:30','Duque first . . .','. . . Kolobnev second and Horrach third. The bunch, still led by Rabobank, will roll in some eight minutes in arrears.'),(12671,236,'2007-09-18 17:36:56','The Rabobank choo-choo . . .','. . . is headed for the station.'),(12672,236,'2007-09-18 17:38:07','The final gap:','7:43. That\'s all, folks  thanks for joining us, and stay tuned for a complete report from European correspondent Andrew Hood, photos from Graham Watson, and complete results.'),(12673,237,'2007-09-19 13:36:40','Good Day and Welcome','to VeloNews.com\'s Live Coverage of the 17th stage of the 2007 Vuelta a España.

    This looks like a perfect day for a sprinter to emerge the victor and the sprinters\' teams appear not to be in a mood to let anyone get too much of a gap today. The peloton is at the 15km mark and escape attempts have been neutralized.'),(12674,237,'2007-09-19 13:38:45','A bit of a break','Andalucia-Cajasur\'s Juan Olmo Menacho and Jorge Garcia Marin (Relax-GAM) have moved ahead of the peloton, but we still don\'t have much of a time gap. '),(12675,237,'2007-09-19 13:41:40','No rainbow for Robbie','Robbie McEwen has been left off of the nine-man Australian team named Wednesday for the world road championships in Stuttgart, Germany later this month.

    The Predictor rider claimed a fourth victory in the Paris-Brussels cycling classic race over the weekend, but the Australian selection committee decided that the profile of the Stuttgart route doesn\'t suit the skills of the 35-year-old from Brisbane.

    Three-time world time-trial winner Michael Rogers will be Australia\'s only competitor in the race against the clock in Stuttgart. \r\n'),(12676,237,'2007-09-19 13:44:22','Our escapees','have moved two minutes up the road. The Milram team - Zabel and Petacchi are still here, folks - is at the front controlling the tempo.'),(12677,237,'2007-09-19 13:45:42','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(12678,237,'2007-09-19 13:55:18','At 25km','the gap is now 3:10. With two relatively nonthreatening riders in the break, Menchov\'s Rabobanks get the day off and can leave the work at the front to Milram, Quick Step, Lampre... the sprinters\' teams have an interest in leaving those two off the front with a manageable gap. It will keep things in the peloton under control until the inevitable catch today. We\'re guessing (and it is just a guess) that the gap won\'t reach more than five or six minutes before the pace in the peloton picks up. Curse those darn radios!'),(12679,237,'2007-09-19 13:59:00','At 30km','The gap is now at 4:25. Our two escapees are not real GC threats. Juan Olmo (Andalucia-Cajasur) is 85th in the overall standings, 1:09:11 out of first and Relax-Gam\'s Jorge Garcia Marin is in 113th at 1:34:47.'),(12680,237,'2007-09-19 14:07:20','At','37km, the gap is now 5:11. '),(12681,237,'2007-09-19 14:11:42','Radios','Reader George W (no, not that George W) writes to say:

    It\'s true. I hate them.

    It\'s take quite a bit of the romance out of our sport. Gone are the days when the break was out there hanging in no mans land, with the peloton chasing and desperately trying to get them back before it was too late.

    There was something magical about a man who was strong enough and smart enough to jump to the right break and then ride off to a heroic solo victory. It all seems so mechanical now.

    I think the radios are worse than the doping scandals.

    But guys on dope with radios, now that\'s really bad, eh George?'),(12682,237,'2007-09-19 14:14:49','The gap','at 42km is holding at around 5:20... the extent of the leash the peloton is willing to offer these guys?'),(12683,237,'2007-09-19 14:24:41','A nice pace','with a little cross- tail-wind coming from the coast, the pace is a little higher than the Vuelta anticipated today. The leaders have covered 45.25km over the opening hour and that\'s about a kilometer better than the fastest time on the day\'s time table (the little book they give everyone here - racers, teams, journalists, so we can all plan when we need to be back from the tapas break).'),(12684,237,'2007-09-19 14:32:29','Looks like','the two men have reached the limit. The Lampre and Milram teams are keeping the gap to 5:15 at the 56km mark. That\'s about it. If things continue as expected, the sprinters\' teams will up the pace and probably make the catch with, say, 20km (or less) remaining.'),(12685,237,'2007-09-19 14:34:28','And now a word from our sponsor...','As a reminder to those of you who log on to this site on a regular basis, we wanted to mention that VeloNews.com actually has a print edition, a magazine that offers a rich, rich variety of content, none of which you\'ll find here on the site. Take a quick look:\r\n

    Sign up for VeloNews and you\'ll receive the Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/\r\nTorx Set absolutely free with your paid subscription. Click on the image or just click here\r\n'),(12686,237,'2007-09-19 14:39:15','The pull','Lampre and Milram have upped the pace and the two leaders are now less than five minutes ahead of the main field. The pull-back begins.'),(12687,237,'2007-09-19 14:49:49','Few changes','The situation on the road is essentially unchanged. We have two riders - Andalucia-Cajasur\'s Juan Olmo Menacho and Jorge Garcia Marin (Relax-GAM) - about 4:45 ahead of the peloton. We can\'t see that the break is going to go anywhere today. The two men off the front will give their respective teams - both wildcard entries to the Vuelta - a bit of TV time. The peloton is happy to let them stay out there until the finish comes up and then we can expect a catch.

    That said, it\'s not always that predictable. Things do happen out there. One seemingly futile escape that comes to mind, occurred in the 2004 Vuelta, when U.S. Postal\'s David Zabriskie attacked at kilometer one. At kilometer two there was a crash in the field and Valverde went down. He was pretty badly banged up and since he was a contender, the peloton - out of professional courtesy - kept the pace down. Suddenly, Zabriskie found himself off the front, with no real chase behind him. He worked his tail off and got a stage win - though when we passed him on the road he was salt stained and pretty wasted.'),(12688,237,'2007-09-19 14:57:00','So who can win?','Assuming the break is caught, we still have some serious sprinting power in the bunch. Sure Oscar Freire - who won three stages in this Vuelta - is gone, but two-stage winner Alessandro Petacchi and his teammate Erik Zabel are in the mix. Paolo Bettini is in there, too. The world champion is now the points leader and while he has reason to stay in the Vuelta, it looks like he may not make it all the way into Madrid.'),(12689,237,'2007-09-19 15:02:36','This may not','be an exciting stage, folks, but you have to appreciate the fact that these guys have been on the road for two-and-a-half weeks and a day like this - one lacking in spark - is probably a welcome break.

    At 72km the gap is holding around 4:30, with Daniele Bennati\'s Lampre team and the Zabel/Petacchi Milrams setting tempo in the main field.'),(12690,237,'2007-09-19 15:03:00','Questions? Comments?','Drop us a line.'),(12691,237,'2007-09-19 15:07:00','The gap','at 77km, the leaders are approaching the feedzone with an advantage of 4:15.'),(12692,237,'2007-09-19 15:15:39','Lunch','The leaders are grabbing musette bags at the feedzone. The peloton is about 4:10 behind.'),(12693,237,'2007-09-19 15:21:06','With the peloton','in the feedzone, we can expect the gap to hold for a while, as these guys snarf down lunch on the road.'),(12694,237,'2007-09-19 15:24:49','The pace','has dropped to 42.5 for the second hour... we still have about 88km remaining in today\'s stage.'),(12695,237,'2007-09-19 15:28:00','Sure enough','the chase eased off over lunch and our two leaders - Andalucia-Cajasur\'s Juan Olmo Menacho and Jorge Garcia Marin (Relax-GAM) - are now 5:05 ahead of the main field.'),(12696,237,'2007-09-19 15:35:00','At 100km','the gap is back down below five minutes and our two escapees are 4:55 ahead of the main field.'),(12697,237,'2007-09-19 15:43:03','Landis','As you know, the three-member arbitration panel officially closed the hearing record on the Landis case last Friday, so that means that a decision in the case should come within the next few days.'),(12698,237,'2007-09-19 15:47:18','At 109km','the peloton trails our two leaders by 4:40. We\'re still betting on a catch within the final 20km.'),(12699,237,'2007-09-19 15:54:34','With 63km','the gap is 3:48... it\'s only a matter of time, folks. We can expect a sprint finish today.'),(12700,237,'2007-09-19 15:58:08','The gap','is now below 3:00 as the leaders are now 56km from the finish.'),(12701,237,'2007-09-19 15:59:56','Lampre and Milram','are the two teams doing the bulk of the work at the front of the peloton. The catch is still likely to occur around the 20km mark.'),(12702,237,'2007-09-19 16:02:48','2:34','The two leaders are being pulled back rather quickly at this point. We may see a catch sooner than we thought.'),(12703,237,'2007-09-19 16:06:41','Nice','The Milram boys are on TV chatting amongst themselves and passing a course map back and forth. Plans afoot for a sprint finish?'),(12704,237,'2007-09-19 16:09:09','Delivering the bad news','is the time guy on the motorcycle. He\'s letting the two escapees that they\'re but 2:20 ahead of the peloton.'),(12705,237,'2007-09-19 16:10:45','With 49km','the two riders are holding on to a 2:22 lead. Not a lot for that distance.'),(12706,237,'2007-09-19 16:15:47','Up a bit','the gap is at 2:44. The sprinters\' teams are likely letting the break hang within a manageable distance.'),(12707,237,'2007-09-19 16:20:30','2:40','the moto guy just rode up with 2:40 on his board.'),(12708,237,'2007-09-19 16:24:39','Euskaltel','is now lending a hand. We see a mix of that team with Lampre and Milram in the mix.'),(12709,237,'2007-09-19 16:32:19','1:55','With 37km remaing, the gap is trimmed to 1:55.'),(12710,237,'2007-09-19 16:40:00','The gap','is yo-yo-ing a bit. Right now, with 27km remaining, the gap is at 2:15. They\'ll let these guys hang for a bit.'),(12711,237,'2007-09-19 16:46:27','Through the','seemingly endless olive groves, our two leaders are hanging on to a 2:38 advantage over the main field.'),(12712,237,'2007-09-19 16:48:32','With 20km remaining',' the two leaders\' advantage will most certainly be trimmed. Let\'s get a formal time check when the peloton hits the mark.'),(12713,237,'2007-09-19 16:50:36','The peloton','hits the 20km to go mark at 2:14. Euskaltel, Milram and Lampre are working together to pull this thing back soon.'),(12714,237,'2007-09-19 16:52:23','Disco','The Discovery team is moving up to lend a hand. They have Allan Davis in the field and they are interested in getting another win in their final grand tour appearance.'),(12715,237,'2007-09-19 16:54:43','Speaking of Discovery','We spoke with Slipstream manager Jonathan Vaughters the other day and he mentioned that he\'s been long trying to recruit Jason McCartney. He tried back in July, but the man from Iowa thought he was riding on Discovery next year. Now that the team has folded, McCartney is on the market and Vaughters is hopeful, although he conceded that after McCartney\'s stage win, \"I may have to up the offer.\"'),(12716,237,'2007-09-19 16:55:45','The chase','has trimmed the two leaders\' advantage to 1:40, with 15km remaining. The catch is bound to happen well ahead of the finish today.'),(12717,237,'2007-09-19 16:59:09','12km to go','and the gap is 1:08.'),(12718,237,'2007-09-19 17:01:04','With 10km to go','let\'s get another time check on these two.'),(12719,237,'2007-09-19 17:01:25','Ouch!','The gap is now 34 seconds.'),(12720,237,'2007-09-19 17:03:02','Garcia','doesn\'t want to be caught. He\'s attacked Olmo with 9km to go. Olmo is fighting his way back.'),(12721,237,'2007-09-19 17:03:55','8km to go','the two leaders are back together again, but they are only 16 seconds ahead of the field.'),(12722,237,'2007-09-19 17:04:48','Seven kilometers','remaining and the gap is 10 seconds.'),(12723,237,'2007-09-19 17:05:00','Milram','powering at the front. The gap is nuthin: \r\n'),(12724,237,'2007-09-19 17:06:22','Six kilometers to go','the Credit Ag and and Liquigas teams are moving up'),(12725,237,'2007-09-19 17:07:33','Five kilometers','to go and there are a few teams trying to set up their finishing trains. Milram and Lampre are the dominant riders up there. The pace is fast.'),(12726,237,'2007-09-19 17:08:18','Four kilometers','to go... the peloton is reaching speeds of 60kph.'),(12727,237,'2007-09-19 17:08:35','All Milram','with 3.5km to go'),(12728,237,'2007-09-19 17:09:09','Disco tries','to move up, but their appearance was quite brief... 3km to go'),(12729,237,'2007-09-19 17:10:02','Milram is in full control','at the front of the peloton as they rush to the 2km-to-go mark.'),(12730,237,'2007-09-19 17:10:46','There may be','some free-riders taking advantage of the Milram leadout. We see Bettini in there.'),(12731,237,'2007-09-19 17:11:16','1km to go','still Milram...'),(12732,237,'2007-09-19 17:11:43','We see Davis and Backstedt','up there.'),(12733,237,'2007-09-19 17:11:55','Milram',''),(12734,237,'2007-09-19 17:13:16','A massive charge','Zabel is Petacchi\'s final leadout man, but he gets swarmed and Petacchi finishes third behind Lampre\'s Bennati and Paolo Bettini.'),(12735,237,'2007-09-19 17:15:33','Results','Obviously there is no change in the overall standings.... \r\n

    1. Daniele Bennati (Lampre)
    2. Paolo Bettini (Quick Step)
    3. Alessandro Petacchi (Milram).'),(12736,237,'2007-09-19 17:16:15','That\'s a wrap folks.','thanks for joining us today. We\'ll have results, photos and a full stage report coming up.'),(12737,238,'2007-09-20 13:58:00','Good Day and Welcome','to VeloNews.com\'s Live Coverage of the 18th stage of the 2007 Vuelta a España, a tough 154-kilometer race from Talavera de la Reina to ÃÂvila.

    This is not a sprinter\'s stage, nor does it provide much of an opportunity for the true climbers in the field to make inroads on the overall standings of this edition of the Vuelta.

    There are two major climbs today - the Category 1 Puerto de Mijares (which summits at km 56) and the Cat. 2 Puerto de Navalmoral (120km) - but those contenders who encounter difficulty on those two ascents will have ample opportunity to fight their way back to the leaders on 34 kilometers of downhill and flat roads to today\'s finish.

    The stage ends with a punchy little climb to the line today, so the pure sprinters who do catch back on to the peloton may find the final kilometer a little tougher than the usual straight shot to the line.'),(12738,238,'2007-09-20 13:59:00','Today\'s stage','got underway just about half-an-hour ago and the pace has been quite fast from the start. At the 24-kilometer mark, we have a big group of riders with a very small advantage over the main field. Inculded in this effort are Americans Christian Vande Velde (CSC) and Jason McCartney (Discovery). Those two were both in the break that led to McCartney\'s stage win last Saturday... but this first group may be too big to satisfy the peloton. We\'ll have to wait and see.'),(12740,238,'2007-09-20 14:01:00','No gains','the gap is just 22 seconds... and it looks like the peloton is intent on pulling at least some of these guys back. You might recall that the last time Vande Velde and McCartney were in a break, the group had to shed a few GC contenders in order to make a gap.'),(12741,238,'2007-09-20 14:08:00','At 35km','the gap is holding at around 30 seconds.

    The 24 men in the break – and their positions on GC:
    \r\n78. Imanol Erviti (Sp), Caisse d\'Epargne, 1:05:53
    \r\n19. Oliver Zaugg (Swi), Gerolsteiner, 13:35
    \r\n114. Enrico Franzoi (I), Lampre, 1:36:27
    \r\n64. ÃÂngel Vallejo (Sp), Relax GAM, 56:43
    \r\n16. Stéphane Goubert (F), Ag2r Prevoyance, 12:08
    \r\n18. Jurgen Van Goolen (B), Discovery Channel Team, 13:06
    \r\n58. Xabier Zandio (Sp), Caisse d\'Epargne, 51:57
    \r\n22. Chris Sörensen (Dk), CSC, 17:55
    \r\n36. Iker Camaño (Sp), Saunier Duval, 27:04
    \r\n15. Luis Pérez Rodríguez (Sp), Andalucia-Cajasur, 11:02
    \r\n35. David García (Sp), Karpin Galicia, 25:59
    \r\n120. Geoffroy Lequatre (F), Cofidis, 1:40:23\r\n63. Jason McCartney (USA), Discovery Channel Team, 56:28
    \r\n31. Joan Horrach (Sp), Caisse d\'Epargne, 24:35
    \r\n146. Maryan Hary (F), Cofidis, 2:03:51
    \r\n79. Inaki Isasi (Sp), Euskaltel-Euskadi, 1:06:58
    \r\n88. Iñigo Landaluze (Sp), Euskaltel-Euskadi, 1:18:30
    \r\n35. David García (Sp), Karpin Galicia, 25:59
    \r\n94. Morris Possoni (I), Lampre, 1:22:45
    \r\n54. Alexander Kolobnev (Rus), CSC, 49:28
    \r\n26. Christian Vandevelde (USA), CSC, 22:34
    \r\n108. Santos González (Sp), Karpin Galicia, 1:32:12
    \r\n80. José Luis Arrieta (Sp), Ag2r Prevoyance, 1:07:02
    \r\n20. Sylvain Chavanel (F), Cofidis, 15:51
    \r\n'),(12742,238,'2007-09-20 14:17:38','One rider','who may have triggered concerns is Jurgen Van Goolen (B), Discovery Channel Team, who is 18th on GC at 13:06. Van Goolen, of course, is intent on adding to his lead on the KoM contest.

    Overall KoM
    \r\n1. Jurgen Van Goolen (B), Discovery Channel Team, 78 Pts.
    \r\n2. Denis Menchov (Rus), Rabobank, 75 Pts
    \r\n3. Vladimir Efimkin (Rus), Caisse d\'Epargne, 45 Pts.
    \r\n4. Carlos Sastre (Sp), CSC, 44 Pts.
    \r\n5. J. ÃÂngel Gómez Marchante (Sp), Saunier Duval, 38 Pts.
    \r\n6. Cadel Evans (Aus), Predictor-Lotto, 37 Pts.
    \r\n7. Samuel Sánchez (Sp), Euskaltel-Euskadi, 36 Pts.
    \r\n8. Manuel Beltrán (Sp), Liquigas, 35 Pts.
    \r\n9. Franco Pellizotti (I), Liquigas, 31 Pts.
    \r\n10. David De La Fuente (Sp), Saunier Duval, 31 Pts.
    \r\n\r\n'),(12743,238,'2007-09-20 14:19:13','On the Puerto de Mijares','The lead group is working its way up the lower slopes of the long haul up the Category 1 Puerto de Mijares. There is still only a slight gap of 25 seconds.'),(12744,238,'2007-09-20 14:20:00','Caught','The group has been reabsorbed. Franco Pellizotti (Liquigas) is hovering off the front... with Stijn Devolder giving chase. Still the gaps are quite small.'),(12745,238,'2007-09-20 14:30:34','','As a reminder to those of you who log on to this site on a regular basis, we wanted to mention that VeloNews.com actually has a print edition, a magazine that offers a rich, rich variety of content, none of which you\'ll find here on the site. Take a quick look:\r\n

    Sign up for VeloNews and you\'ll receive the Park Tool I-Beam Mini Fold Up HexWrench/Screwdriver/\r\nTorx Set absolutely free with your paid subscription. Click on the image or just click here\r\n'),(12746,238,'2007-09-20 14:36:00','A new group','that includes Vladimir Karpets (Caisse d\'Epargne) and Santos González (Sp), Karpin Galicia, Xabier Zandio (Sp), Caisse d\'Epargne, Franco Pellizotti (I) Liquigas, Christian Vande Velde (USA) CSC, Hubert DuPont (F), Ag2r and ÃÂngel Vallejo (Sp), Relax GAM. The gap is still quite small.'),(12747,238,'2007-09-20 14:37:28','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(12748,238,'2007-09-20 14:43:00','The group is growing','The leaders are being joined by others, so the break includes\r\n\r\n

  • Vladimir Karpets (Caisse d\'Epargne)
  • Santos González (Sp), Karpin Galicia
  • Xabier Zandio (Sp), Caisse d\'Epargne
  • Franco Pellizotti (I) Liquigas
  • Christian Vande Velde (USA) CSC
  • Hubert DuPont (F), Ag2r
  • ÃÂngel Vallejo (Sp), Relax GAM
  • Maxime Monfort (B), Cofidis
  • David Loosli (Swi), Lampre
  • Inaki Isasi (Sp), Euskaltel-Euskadi
  • Chris Sörensen (Dk), CSC
  • ÃÂngel Vallejo (Sp), Relax GAM
  • Volodymir Gustov (Ukr), CSC
  • Stéphane Goubert (F), Ag2r Prevoyance
  • Sylvester Szmyd (Pol), Lampre
  • Igor Antón (Sp), Euskaltel-Euskadi'),(12749,238,'2007-09-20 14:47:19','With three CSC\'s','in the mix, we have to suspect that Carlos Sastre wants some help ahead if he succeeds in attacking on the day\'s second climb. If he makes it over the summit with a gap, he might be able to fight off a chase if he has some horsepower ahead of him, able to bring him to the finish... it\'s a gamble, but he doesn\'t have a lot to lose at this point, does he?'),(12750,238,'2007-09-20 14:59:00','Our Photo Contest','We know we were somewhat remiss in posting our \"weekly\" photo contest during the Vuelta, but we did take advantage of the Rest Day on Monday to put one up this week. Simply CLICK HERE to check out the latest... and maybe even submit an image of your own.'),(12751,238,'2007-09-20 15:04:22','Paolo','World road race champion Paolo Bettini (Quick Step) pulled out of the ahead of today\'s start in order to begin focussing on his bid to successfully defend his rainbow jersey.

    The world championships will be held in Stuttgart, Germany on September 26-30, with the men\'s road race crown being disputed on the final day of competition.

    Quick Step\'s Bettini won a stage victory on the Vuelta and came runner-up on several occasions, and did not start the race\'s 18th stage today.

    Three other riders also failed to start, for the same reason as the Italian: Hungarian Laszlo Bodrogi (Credit Agricole), German Stefan Schumacher (Gerolsteiner) and Australian Allan Davis (Discovery).

    One of the big favourites for the rainbow jersey, former three-time world champion Oscar Freire of Spain, pulled out of the Vuelta over 10 days ago having won three stages.

    The decision puts yesterday\'s stage winner Danniele Bennati (Lampre) in prime position to win the points competition at the Vuelta... some solace for being passed over for world\'s.\r\n'),(12752,238,'2007-09-20 14:59:00','There goes Sastre','He\'s attacking near the top of the climb... Menchov is following along with several other top contenders, including Efimkin and Evans right there.'),(12754,238,'2007-09-20 15:00:00','Efimkin','is having some trouble holding the tempo, but Evans and Menchov are not.'),(12755,238,'2007-09-20 15:05:00','Over the top','the lead group crested the summit about 30 seconds ahead of a hard charging Sastre, who was followed by Menchov, Evans and other top players. Efimkin lost about 30 seconds on the climb and is fighting back on the descent.'),(12756,238,'2007-09-20 15:13:22','An all-out descent','Sastre is up with the Karpets group. Evans and Menchov are in there, too. Efimkin has lost a minute now.'),(12757,238,'2007-09-20 15:20:00','A nice leading group','Sastre has three teammates there. His strategy appears to have worked in that Menchov is now isolated.... can they keep up the pressure?

  • Hubert Dupont (Ag2r Prévoyance)
  • Stéphane Goubert (Ag2r Prévoyance)
  • Luis Pérez Rodriguez (Andalucia-Cayasur)
  • Vladimir Karpets (Caisse d\'Epargne)
  • David López García (Caisse d\'Epargne)
  • Cadel Evans (Predictor-Lotto)
  • Xabier Zandio (Caisse d\'Epargne)
  • Maxime Monfort (Cofidis)
  • Sylvain Chavanel (Cofidis)
  • Jurgen Van Goolen (Discovery Channel)
  • Igor Antón (Euskaltel-Euskadi)
  • Iñaki Flores (Euskaltel-Euskadi)
  • Santos Gonzalez (Karpin-Galicia)
  • David Loosli (Lampre-Fondital)
  • Sylvester Szmyd (Lampre-Fondital)
  • ÃÂngel Vallejo (Relax-GAM)
  • Franco Pellizotti (Liquigas)
  • Volodimir Gustov (CSC)
  • Chris Sörensen (CSC)
  • Christian Vande Velde (CSC)
    '),(12758,238,'2007-09-20 15:24:28','Efimkin','making up ground... he\'s now in a group just 38 seconds behind the Menchov/Sastre group.'),(12759,238,'2007-09-20 15:29:06','Quick bite','The leaders and their pursuers have zoomed through the feedzone at78km and are heading to the day\'s next big hurdle, the ride up to the Cat. 2 Puerto de Navalmoral. While the official part of the climb isn\'t all that lont, the approach is... so we may see the tempo remain high.'),(12760,238,'2007-09-20 15:30:49','The Efimkin group','trails by 32 seconds still. Weare bound to see some serious action on this next climb folks. Sastre is a feisty little feller, ain\'t he?'),(12761,238,'2007-09-20 15:42:06','At 90km','the CSC boys are really putting the hammer down and are working to re-establish a lead. They are now 2:00 ahead of the Efimkin group.\r\n'),(12762,238,'2007-09-20 15:44:00','Tricki','has attacked out of the Efimkin group. That shouldn\'t be much of a concern to the GC guys as this stage is coming down to a TTT battle between CSC and Caisse d\'Epargne.'),(12763,238,'2007-09-20 15:45:20','Sastre\'s home',' the stage goes through Sastre\'s hometown at El Barraco - but they won\'t be slowing down to kiss the cousins!'),(12764,238,'2007-09-20 15:54:08','The gap . . .','. . . is about two minutes from the Sastre-Menchov bunch to the Efimkin group.'),(12765,238,'2007-09-20 15:55:46','54km to go','We\'re in El Barraco.'),(12766,238,'2007-09-20 15:57:00','News nugget','El Barraco was the hometown of Jose Maria Jimenez, the Spanish climbing sensation who died of a heart attack in 2003. Sastre is married to his sister.'),(12767,238,'2007-09-20 15:58:08','CSC driving up front . . .','. . . as Caisse d\'Epargne leads the chase, some two and a half minutes back.'),(12768,238,'2007-09-20 16:01:00','The CSC boys take a feed','Our diarist, Christian Vande Velde, is on the front and digging deep. Chapeau to him for a fine Vuelta  and some excellent diaries.'),(12769,238,'2007-09-20 16:01:56','With 50km to go . . .','. . . Efimkin is 2:23 in arrears.'),(12770,238,'2007-09-20 16:03:21','Ouch','Quick Step\'s Addy Engels just hit the deck.'),(12771,238,'2007-09-20 16:05:22','He\'s back up and riding','Up ahead, CSC is cranking out the watts for Sastre as the gap holds steady at around 2:20.'),(12772,238,'2007-09-20 16:08:07','Bringing a knife to a gunfight?','Menchov is all alone in this front group  not a single teammate.'),(12773,238,'2007-09-20 16:08:58','In the virtual GC . . .','. . . Efimkin has dropped from second to fifth. The good news is, Rabobank is lending a hand in the chase.'),(12774,238,'2007-09-20 16:09:38','Lots of wind on the flats into Avila','The gap is now 2:18.'),(12775,238,'2007-09-20 16:11:04','42km to go','Sorensen and Vande Velde are still burying themselves at the front of the lead group as behind, Quick Step contributes to the Caisse d\'Epargne-Rabobank pursuit.'),(12776,238,'2007-09-20 16:13:09','Vande Velde goes poof','And so does Sorensen. Now we\'re anticipating some serious mano-a-mano between Sastre and Menchov on this climb.'),(12777,238,'2007-09-20 16:16:04','Anton leads the break now','The gap holds at 2:20.'),(12778,238,'2007-09-20 16:18:14','CSC and Euskaltel trading pulls','Vande Velde, meanwhile, has dropped back to the Efimkin group.'),(12779,238,'2007-09-20 16:20:32','The break is flying','And why not? It\'s only a Cat. 2 . . .'),(12780,238,'2007-09-20 16:22:06','Anton and Gusev take turns drilling it','The gap is 2:28.'),(12781,238,'2007-09-20 16:23:08','37km to go','And now the gap is 2:35.'),(12782,238,'2007-09-20 16:24:32','Efimkin losing ground','He\'s in sixth place on the virtual GC at this point ... the gap is 2:42 as the break drives to the summit of Porte de Navalmoral.'),(12783,238,'2007-09-20 16:28:58','Battered Boonen bails on world\'s','Tom Boonen has pulled out of the world road race championships due to injuries on his knee and back, the Belgian cycling federation told Agence France Presse Thursday. Boonen crashed last week during the Vuelta and abandoned the race complaining of back and knee pain. '),(12784,238,'2007-09-20 16:30:18','Could be a messy finale','We\'re 2km from the top, but the race is far from settled. There\'s likely to be lots of wind on run into Avila, and then there\'s a finishing circuit - it could be chaos if the groups get tangled up on the narrow streets around the walls at Avila.'),(12785,238,'2007-09-20 16:31:40','Caisse d\'Epargne is on its own','Nobody\'s helping them chase as the break tops the climb.'),(12786,238,'2007-09-20 16:32:59','The gap is 2:50','And we\'re on the run in to Avila with a tailwind assist.'),(12787,238,'2007-09-20 16:34:42','Three minutes now','. . . as the chase summits.'),(12788,238,'2007-09-20 16:37:26','CAS to rule on Valverde','The UCI has agreed to a request by the Spanish cycling federation for the Court of Arbitration for Sport to decide whether Valverde has the right to compete in the world championships being held in Stuttgart from September 26-30.'),(12789,238,'2007-09-20 16:38:31','Sanchez ripping it on the descent','Man, we couldn\'t descend that fast if we got thrown out of a plane, holding an anvil.'),(12790,238,'2007-09-20 16:39:30','25km to go','The gap remains around three minutes.'),(12791,238,'2007-09-20 16:44:06','20km to go','The break keeps ticking along with everyone save Menchov taking his pulls.'),(12792,238,'2007-09-20 16:45:51','The gap . . .','. . . is 2:55.'),(12793,238,'2007-09-20 16:49:39','15km to go','the gap is down to 2:50... just a bit lower.'),(12794,238,'2007-09-20 16:52:01','Ahead','at the finish, there is a spectacular climb up to the walled portion of the city. The climb is bound to sort out the leading group of riders, now composed of 13.'),(12795,238,'2007-09-20 16:53:00','Cobbles','Luis Perez attacks out of the group as they work their way up the cobbles surrounding the walls of Avila.'),(12796,238,'2007-09-20 16:55:02','Perez','is powering off on his own on the final 11km loop around Avila. What a beautiful city it is. You can\'t come up with a better setting for a bike race.'),(12797,238,'2007-09-20 16:55:00','Sastre','is a touch frustrated, not by Perez, but by the lack of effort by riders like Franco Pellizotti (Liquigas).'),(12798,238,'2007-09-20 16:56:39','10km to go','Perez is 26 seconds ahead of the rest of the break. It\'s another 2:40 back to the Efimkin group.'),(12799,238,'2007-09-20 16:59:02','The big beneficiaries','Sastre and Evans will probably move past Efimkin on GC.

    With eight kilometers to go, Perez is riding about 35 seconds ahead of the group, which is now finally giving serious chase.'),(12800,238,'2007-09-20 17:01:10','Attacks','Riders in the lead group are not working together and Perez is now 38 seconds ahead. The Efimkin group is just 2:09 back, which means the Sastre/Menchov group is really not working well together.'),(12801,238,'2007-09-20 17:01:49','With 6km to go','the gap to Perez is 40 seconds... and the Efimkin group trails by another 2:00'),(12802,238,'2007-09-20 17:03:41','With 5km','to go, Perez is 38 seconds ahead of the chase group. Franco Pellizotti is still sucking wheels, doing nothing'),(12803,238,'2007-09-20 17:05:07','With 4 km to go','Perez is holding a 38-second advantage. These next few kilometers are tough, though. The Efimkin group is another 2:01 back.'),(12804,238,'2007-09-20 17:05:36','Three Km','to go the gap is up to 41 seconds. '),(12805,238,'2007-09-20 17:05:59','2km to go','Perez looks set to win this one.'),(12806,238,'2007-09-20 17:07:23','Back on the cobbles','Perez has a 45 second lead on the Sastre group.'),(12807,238,'2007-09-20 17:07:48','Pellizotti','attacks... a little to late, Franco?'),(12808,238,'2007-09-20 17:08:38','1km to go','Perez is on his way... passing riders just starting the finishing loop.'),(12809,238,'2007-09-20 17:09:07','Perez gets it!',''),(12810,238,'2007-09-20 17:09:55','Tick tick tick','Franco Pellizotti was pulled back, so now we see when the rest of the group finishes'),(12811,238,'2007-09-20 17:10:26','The group','finishes at 40 seconds.'),(12812,238,'2007-09-20 17:10:52','Tick tick tick','No we\'re waiting for Efimkin.'),(12813,238,'2007-09-20 17:12:36','Efimkin','has finished with a big group of riders crossing the line at 3:06.'),(12814,238,'2007-09-20 17:13:14','There will be changes on GC','It looks like Efimkin has fallen from second to fifth on GC.'),(12815,238,'2007-09-20 17:16:11','Stage Results','1. Luis Pérez Rodríguez (Sp), Andalucia-Cajasur, 3:43:45
    \r\n2. Cadel Evans (Aus), Predictor-Lotto, 0:41
    \r\n3. Franco Pellizotti (I), Liquigas, 0:41
    \r\n4. Samuel Sánchez (Sp), Euskaltel-Euskadi, 0:41
    \r\n5. Denis Menchov (Rus), Rabobank, 0:41
    \r\n6. Ezequiel Mosquera (Sp), Karpin Galicia, 0:41
    \r\n7. Stéphane Goubert (F), Ag2r Prevoyance, 0:41
    \r\n8. Carlos Sastre (Sp), CSC, 0:41
    \r\n9. Maxime Monfort (B), Cofidis, 0:41
    \r\n10. Vladimir Karpets (Rus), Caisse d\'Epargne, 0:41
    \r\n11. Igor Antón (Sp), Euskaltel-Euskadi, 0:47
    \r\n12. Hubert Dupont (F), Ag2r Prevoyance, 1:00
    \r\n13. Daniel Moreno (Sp), Relax GAM, 3:01
    \r\n14. Marcus Ljungqvist (Swe), CSC, 3:04
    \r\n15. Aliaksandr Usau (Blr), Ag2r Prevoyance, 3:07
    \r\n16. David García (Sp), Karpin Galicia, 3:07
    \r\n17. David Herrero (Sp), Karpin Galicia, 3:07
    \r\n18. Oliver Zaugg (Swi), Gerolsteiner, 3:07
    \r\n19. Alexander Kolobnev (Rus), CSC, 3:07
    \r\n20. Sylvain Chavanel (F), Cofidis, 3:07
    \r\n21. Rene Mandri (Est), Ag2r Prevoyance, 3:07
    \r\n22. Carlos Barredo (Sp), Quick Step-Innergetic, 3:07
    \r\n23. Sebastian Langeveld (Nl), Rabobank, 3:07
    \r\n24. Stef Clement (Nl), Bouygues Telecom, 3:07
    \r\n25. Vladimir Efimkin (Rus), Caisse d\'Epargne, 3:07
    \r\n'),(12816,238,'2007-09-20 17:17:56','Overall','

    Overall
    1. Denis Menchov (Rus), Rabobank, 74:22:13
    \r\n2. Cadel Evans (Aus), Predictor-Lotto, 2:27
    \r\n3. Carlos Sastre (Sp), CSC, 3:02
    \r\n4. Samuel Sánchez (Sp), Euskaltel-Euskadi, 4:01
    \r\n5. Vladimir Efimkin (Rus), Caisse d\'Epargne, 4:27
    \r\n6. Ezequiel Mosquera (Sp), Karpin Galicia, 4:35
    \r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne, 6:17
    \r\n8. Igor Antón (Sp), Euskaltel-Euskadi, 7:47
    \r\n9. Manuel Beltrán (Sp), Liquigas, 8:00
    \r\n10. Carlos Barredo (Sp), Quick Step-Innergetic, 8:48
    \r\n'),(12817,239,'2007-09-21 14:03:43','Good Day and welcome','to VeloNews.com\'s Live Coverage of the 19th stage of the 2007 Vuelta a España. This is a tough one, featuring six ranked climbs:\r\n

  • The Category 3 Puerto de Valdelavia (which summits at 15.7km)
  • The Cat. 2 Alto Hoyo de La Guija (km 46.8)
  • The Cat. 3 Alto de Robledondo (km57)
  • The Cat. 1 Alto de Abantos (km 83.3)
  • Another trip up the Cat. 3 Alto de Robledondo (km 107.2)
  • And another climb up to the Cat. 1 Alto de Abantos at the finish at km 133.

    It\'s a tough day, like we said.

    Today\'s stage started just around 10 minutes ago and Andalucia-Cajasur\'s Jose Antonio Lopez Gil attacked from the gun... he\'s been on the attack throughout the Vuelta and is looking for another shot at a stage win. We wish him luck.'),(12818,239,'2007-09-21 14:06:10','Another Disco','dances away from the Vuelta. The Discovery team - once famous for finish grand tours with all hands on deck - is now down to three riders after Stijn Devolder left the race today.

    Jason McCartney, Jurgen van Goolen and Jose Luis Rubiera are the remaining Discovery riders.

    McCartney says he hopes to do well in tomorrow\'s short TT.'),(12819,239,'2007-09-21 14:07:00','Lopez Gil','has 45 seconds on the peloton at kilometer 8. He is being chased, however, by a group of eight riders, which includes:

  • The aforemention Jurgen van Goolen (Discovery)
  • Angel Vallejo (Relax-GAM)
  • Karsten Kroon (CSC)
  • Jose Luis Arrieta (Ag2r)
  • Jose Vicente Garcia Acosta (Caisse d\'Epargne)
  • Alan Perez (Euskaltel)
  • Eduard Vorganov (Karpin Galicia)
  • Manuel Vasquez Hueso (Andalucia - Cajasur)\r\n'),(12820,239,'2007-09-21 14:12:15','Chase','The eight riders attempting to bridge to Lopez Gil have been caught and the lone escapee enjoys a slight 30-second lead on the day\'s first climb.'),(12821,239,'2007-09-21 14:13:31','Not a GC threat','Lopez Gil, for all of his aggression throughout the Vuelta, isn\'t much of a GC threat, given that he has started the day in 145th place, 2:32:12 off of race leader Denis Menchov\'s overall time.'),(12822,239,'2007-09-21 14:17:58','Comments? Pithy observations? Complaints?','Yeah, we know that cycling has that looming 800-pound gorilla of a story out there and we welcome your thoughts and comments. Don\'t be shy and drop us a line, but keep in mind that comments sent to the Live Update crew ought to be short, since we don\'t have a lot of time to read lengthy screeds or treatises on doping, cheating athletes or the shortcomings of WADA, UCI, Dick Pound or the grand French conspiracy. Those can be sent to our webletters account and we\'ll try to post a selection later today. '),(12823,239,'2007-09-21 14:18:00','Lopez Gil','has company... about 140 or so of his closest friends. They missed his company and pulled him back into the peloton, just as the bunch of \'em neared the summit of the day\'s first climb.

    Liquigas\'s Franco Pellizotti led the peloton over the top of the Alto de Valdelivia, followed by CSC\'s Inigo Cuesta'),(12824,239,'2007-09-21 14:22:35','A few attempts','A few riders have tried to scamper off, but no one seems to be willing to let anyone get away for now.'),(12825,239,'2007-09-21 14:28:00','At 27km','The peloton remains as one. Escape attempts are being closely monitored and quickly negated.'),(12826,239,'2007-09-21 14:38:02','Reader comment','Sean T writes:

    It went on for ever, now lets hope its over and we can get on with enjoying this beautiful sport.
    We cannot agree more. One thing the decision notes is that while the Landis follow-up Carbon Isotope Ratio test was accurate, the lab did muddle the the original T/E test. That has to be a major concern. We hope that message comes across loud and clear.'),(12827,239,'2007-09-21 14:39:00','New move','We have a new group forming at the front. There are some potential stage winners in there, including Quick Step\'s Juan Miguel Garate (Quick Step)

    Also in the mix is a GC threat of sorts, in Sylvain Chavanel (Cofidis). CSC has Marcus Ljungqvist up there.'),(12828,239,'2007-09-21 14:43:00','The group up front','

  • Sylvain Chavanel (Cofidis)
  • Stephane Auge (Cofidis)
  • Juan Miguel Garate (Quick Step)
  • \r\nMarcus Ljungqvist (CSC)
  • Manuel Vazquez (Andalucia - Cajasur)
  • Jose Luis Arieta (Ag2r)
  • Imanol Erviti (Caisse d\'Epargne)
  • Marco Marzano (Lampre)
  • Alan Perez (Euskaltel)'),(12829,239,'2007-09-21 14:45:00','And another group','of eight riders is chasing the original group up front.
  • David Lopez (Caisse d\'Epargne)
  • Angel Vallejo (Relax-GAM)
  • Javier Megias Leal (Saunier Duval)
  • Karsten Kroon (CSC)
  • Joost Posthuma (Rabobank)
  • Sebastien Minard (Cofidis)
  • Inaki Isasi (Euskaltel)
  • Alessandro Vanotti (Liquigas)'),(12830,239,'2007-09-21 14:54:04','Gaps','The leading nine have 33 seconds over the chasing eight. The peloton is now 2:00 behind the leaders.'),(12831,239,'2007-09-21 14:54:55','Up next','The Cat. 2 Alto Hoyo de La Guija (km 46.8) is coming up.'),(12832,239,'2007-09-21 14:58:00','Merger and and acquisition','there is now a group of 17 riders at the front of the race, with an advantage of 2:17. Of the escapees, David Lopez (Caisse d\'Epargne) is the highest-placed of the group. He began the day in 15th on GC, 15:07 behind Rabobank\'s Menchov.

    The leaders are on the slopes of the The Cat. 2 Alto Hoyo de La Guija.'),(12833,239,'2007-09-21 15:01:18','The gap','has inched up to 2:25 at the 43km mark'),(12834,239,'2007-09-21 15:04:42','Reader question','Mike S writes:

    Does the Vuelta offer time bonuses for the top three in stages?
    No Mike, they do not. Unlike the Tour, where non-TT stage winners get 20, 12 and 8 seconds, the Vuelta makes riders earn all of their time out on the road. We\'re of a mixed mind on the subject, but it is what it is. '),(12835,239,'2007-09-21 15:12:00','CSC','has two guys in the break today. That could prove as effective as it did yesterday when team captain Carlos Sastre put the hammer down, bridged up to another escape that included his teammates and ultimately shelled Vladimir Efimkin to move up to third on GC. Today is Sastre\'s last chance to make a difference, so we will see some action. You can bet on that.

    The men in the break include:

  • David Lopez (Caisse d\'Epargne)
  • Angel Vallejo (Relax-GAM)
  • Javier Megias Leal (Saunier Duval)
  • Karsten Kroon (CSC)
  • Joost Posthuma (Rabobank)
  • Sebastien Minard (Cofidis)
  • Inaki Isasi (Euskaltel)
  • Alessandro Vanotti (Liquigas)
  • Sylvain Chavanel (Cofidis)
  • Stephane Auge (Cofidis)
  • Juan Miguel Garate (Quick Step)
  • \r\nMarcus Ljungqvist (CSC)
  • Manuel Vazquez (Andalucia - Cajasur)
  • Jose Luis Arieta (Ag2r)
  • Imanol Erviti (Caisse d\'Epargne)
  • Marco Marzano (Lampre)
  • Alan Perez (Euskaltel)'),(12836,239,'2007-09-21 15:13:00','Up and over...','the escapees crested the Alto Hoyo de La Guija 1:40 ahead of the peloton. The gap is coming down. Up next is the first foray up the slopes of the Cat. 3 Alto de Robledondo (km57) and then the Cat. 1 Alto de Abantos (km 83.3). Riders will do both climbs twice today.'),(12837,239,'2007-09-21 15:19:13','Fast descent','The leaders and the peloton are coming down the back side of the Alto Hoyo de La Guija and speeds are quite high in both groups. We'),(12838,239,'2007-09-21 15:26:30','The gap','is now at 1:25 as the escapees near the summit of the Cat. 3 Alto de Robledondo. There is another group forming at the front of the main field, but they have just 15 seconds.'),(12839,239,'2007-09-21 15:27:00','Up and over...','the leaders hit the top of the Alto de Robledondo about 1:00 ahead of the peloton. There were a few riders cresting the summit a bit ahead of the rest of the field, but the gap was small enough to ensure that they will be caught. Will the leaders stay out there? We\'re guessing that they will hold on until the first trip up the Alto de Abantos, where we certainly expect Sastre to try something to rid himself of Menchov, Evans and others.'),(12840,239,'2007-09-21 15:37:56','More','Retired Canadian road racer Genevieve Jeanson has admitted to doping during her career.

    In an hour-long interview on Radio-Canada’s Enquête news magazine, Jeanson spoke candidly about using EPO from the age of 16, pushed into it by her coach Andre Aubut (who has denied the charge, according to the network).

    Jeanson’s father denied any knowledge of the doping of his then-16-year-old daughter.\r\n'),(12841,239,'2007-09-21 15:40:42','Angel Dominguez','led the break over the top of the Alto de Robledondo and now holds a 25-second lead on the rest of the bunch. The peloton is at 1:39 with Jose Luis Rubiera Vigil (Discovery) and Ludovic Turpin (Ag2r) trying to bridge up to the break.'),(12842,239,'2007-09-21 15:41:00','Angel was in flight','but he\'s been caught by the rest of the break.'),(12843,239,'2007-09-21 15:47:54','Contador','Tour de France winner Alberto Contador was at the race this morning. He told VeloNews that he still \"hasn\'t signed with a team, but I am not worried. We are considering many offers and will select the one that offers the best sporting platform.\" '),(12844,239,'2007-09-21 15:48:34','While today is a tough one','Jason McCartney told VeloNews he\'s going to \"save my legs as much as possible to try to do well on Saturday. The main goal is to finish inside the time cut and then give it a dig tomorrow.\"'),(12845,239,'2007-09-21 15:49:16','Heyyyyy','Rabobank leading the pace going uphill - that\'s a first! '),(12846,239,'2007-09-21 15:53:23','On the Abantos','It\'s a very narrow way up the first passage of the Abantos. That\'s not a road - that\'s a goat path '),(12847,239,'2007-09-21 15:54:00','Foggy and cloudy','The weather is chilly today and it\'s quite cool atop the Abantos. It was raining earlier but now it\'s cloudy with a slight breeze at the Abantos summit. Defniitely on the chilly side. Several riders were wearing T-shirts under their race jerseys '),(12848,239,'2007-09-21 15:56:39','The leaders\'','group is breaking up on the Abantos, Alessandro Vanotti (Liquigas) is powering off on his own... the big action, though will be taking place in the peloton, where all the contenders are sitting.'),(12849,239,'2007-09-21 15:57:57','The road','Often times you see major road work having been finished on courses for the grand tours. Not here.'),(12850,239,'2007-09-21 15:58:16','Cuesta is chasing Vanotti','Looks like Cuesta has just attacked out of the front pack - CSC\'s first sortie? '),(12851,239,'2007-09-21 16:01:00','Time gaps','Vanotti is now a good 3:35 ahead of the peloton, with 52 seconds to Isasi and Lopez and the rest of the group at around 1:00. Cuesta has slipped back.'),(12852,239,'2007-09-21 16:01:57','Sastre!','There he goes!'),(12853,239,'2007-09-21 16:03:00','Menchov','reacts quickly. The peloton is getting streeeeeeeeeetched as Menchov, Evans, Sanchez look okay - for now '),(12854,239,'2007-09-21 16:04:00','The rubberband has snapped','Oh-la-la - Sastre\'s effort has trimmed it down to just Sastre, Evans, Menchov, Mosquera, Beltran, Sanchez '),(12855,239,'2007-09-21 16:05:27','Evans is struggling','he\'s holding on, but we see little gaps develop whenever the road steepens.'),(12856,239,'2007-09-21 16:05:46','Tough as this climb is','they get to do it again later.'),(12857,239,'2007-09-21 16:06:22','Sastre','is pouring it on...Evans is really fighting to hang on.'),(12858,239,'2007-09-21 16:06:44','This is war','Christian Vande Velde told VeloNews before the stage: \"In the end, it will be mano-a-mano between all the favorites. Sastre is going to give everything. Menchov looks unbeatable but maybe he can move up to second. The most important thing is that Carlos is on the peloton.\"'),(12859,239,'2007-09-21 16:07:12','Efimkin',' has vanished today... he\'s totally blown.'),(12860,239,'2007-09-21 16:07:33','Vanotti','summits.'),(12861,239,'2007-09-21 16:07:57','Sastre','Now Sastre floats to the back of the leaders - perhaps to see if anyone else will take some pulls. Sastre\'s been playing some interesting head games during this Vuelta. '),(12862,239,'2007-09-21 16:09:23','Sastre again','He really puts in an effort as they near the summit of the climb. Menchov has to react and he does.'),(12864,239,'2007-09-21 16:10:35','The Sastre group','comes across the summit at 2:28 behind Vinotti... with most of the original break only 20 seconds up the road. It looks like some riders pulling through, we spied Karpets back.'),(12865,239,'2007-09-21 16:11:26','On the descent','We\'ll see things regroup... but then they get to do the last two climbs all over again.'),(12866,239,'2007-09-21 16:12:07','Sanchez attacks!','so much for regrouping. The mad descender is playing to his strengths. That\'s bad for Sastre, because he\'s awful on the descent ... Menchov follows okay. '),(12867,239,'2007-09-21 16:12:35','The pavement','is better on the descent but the road is still very narrow.'),(12868,239,'2007-09-21 16:14:57','Chris Horner','has rejoined the lead group. That\'s good for Evans.'),(12869,239,'2007-09-21 16:15:40','Lopez','is about to join Vinotti.'),(12870,239,'2007-09-21 16:17:38','Sanchez','has been pulled in, but he threw a scare into the lead bunch.'),(12871,239,'2007-09-21 16:17:00','Comments? Pithy observations? Complaints?','Don\'t be shy and drop us a line'),(12872,239,'2007-09-21 16:22:27','Efimkin','is in a group of 15 riders chasing the Sastre group. They are 15 seconds back. The Lopez/Vinotti duo are 1:50 ahead of the Sastre/Menchov group. The rain has started.'),(12873,239,'2007-09-21 16:24:49','Reader question (and comment)','Tom A writes:

    When a racer is suspended, does the time start from discovery of the doping or when all appeals have completed.\r\n

    Did Floyd dope? Probably…..Where the tests flawed? Probably…..Time to move on.

    \r\nIn Landis\'s case, the suspension dates back to January 30, 2007, when he signed an agreement not to compete. The panel noted that they had the option of starting the suspension yesterday, but noted that he had made the decision to hold off on competition, so he should be credited for that.'),(12874,239,'2007-09-21 16:25:09','Rain','it\'s really coming down now.'),(12875,239,'2007-09-21 16:26:49','Gaps','Vanotti/Lopez have 30 seconds to a chase group and 1:02 to the Menchov group.'),(12876,239,'2007-09-21 16:28:26','Rain Rain Rain','Vanotti and Lopez are about to get some company.'),(12877,239,'2007-09-21 16:31:14','Up front','Lopez and Vinotti have been joined by Turpin, Rubiera, Isasi and others. There is water on the camera and it\'s tough to see all of the number plates.'),(12878,239,'2007-09-21 16:34:26','The lead group is','30km from the finish and about 1:02 ahead of the Menchov/Sastre chase. The rain is really coming down. It\'s wet, wet, wet out there now.'),(12879,239,'2007-09-21 16:34:00','Cadel and Chris','Hendrik Rendant - DS at Evans\' Predictor-Lotto - told VeloNews that Evans is \"feeling good and confident that he can keep second place. Any why not win? It\'s true that Menchov hasn\'t had any troubles, but maybe we can attack him today. But it\'s true, Menchov is looking like 90 percent of the winner of this Vuelta right now.\"

    Rendant also said \"we want to keep Chris (Horner) on the team for next year. We are in negotiations with him and we hope to finalize it soon.\" '),(12880,239,'2007-09-21 16:37:04','The leaders','are on the Alto de Robledondo. Ahead is a dicey descent, which is made all the worse by the rain. Then the final 12.5km is all up hill.'),(12881,239,'2007-09-21 16:37:24','The gap','to the lead group is 1:20.'),(12882,239,'2007-09-21 16:38:19','28km to go','the Menchov/Sastre group is on the climb. Sanchez is moving up front.'),(12883,239,'2007-09-21 16:39:02','The Menchov group','is growing... it should be trimmed a bit when these guys reach the finish.'),(12884,239,'2007-09-21 16:40:23','The gap is holding','at 1:12.'),(12885,239,'2007-09-21 16:42:59','Euskaltel','has three riders at the front setting tempo in the Menchov group. With 27km to go, the gap is 1:00.\r\n'),(12886,239,'2007-09-21 16:43:40','The rain','has stopped. That should make these guys happy.'),(12887,239,'2007-09-21 16:46:23','Evans in white','So why is Evans wearing all white today? Because he\'s second in the combined standings behind Menchov and inherited the jersey. Or maybe he\'s just warming up for taking the ProTour leader\'s jersey - which he should take from leader Danilo Di Luca - if our math is right - at the end of the Vuelta if he can remain second overall.'),(12888,239,'2007-09-21 16:48:32','Up and over','the final trip up the Abantos... as Sanchez leads the Menchov group down the descent.'),(12889,239,'2007-09-21 16:48:41','The job hunt','Jason McCartney also told us his stage-win has dramatically changed his future: \"Before I won the stage, I was calling everyone I knew just to try to find a ride next. Now my phone is ringing. People saw me working hard for Devolder and Davis and then I was 7th in the TT and won a stage. It\'s nice that people are appreciating the kind of riding I am. I hope to have something signed pretty soon.\" '),(12890,239,'2007-09-21 16:49:00','Rubiera takes a','dig on the descent. He\'s in the hunt for a stage win today.'),(12891,239,'2007-09-21 16:50:04','Despite the rain','earlier in the day, the road here is nice and dry and the Discovery man is flying down the road.'),(12892,239,'2007-09-21 16:54:07','The slope as eased','a bit but Chechu still has a go-go! He\'s powering off on his own.'),(12893,239,'2007-09-21 16:54:38','As we mentioned',' Rubiera is just one of three Discovery riders left in the race. Stijn Devolder didn\'t start after complaining of knee pain'),(12894,239,'2007-09-21 16:56:36','In the','first chase group, two Euskaltels are easing off... perhaps waiting for their three teammates coming up in the Menchov/Sastre group which is just at 1:00.

    Chechu has been caught.'),(12895,239,'2007-09-21 16:58:11','Up front','We have Lopez (Caisse d\'Epargne), Vinotti (Liquigas), Turpin (Ag2r) and Rubiera (Discovery), but the Menchov/Sastre group is coming up fast... and they are all heading into the final climb.'),(12896,239,'2007-09-21 16:58:34','The Basques!','Euskaltel\'s must be confused - they ramping up the speed like they\'re leading out a sprint ... they MUST be serious about launching Sanchez '),(12897,239,'2007-09-21 16:59:38','A gap','Even before the climb, the Euskaltels have created a gap in the field.'),(12898,239,'2007-09-21 17:00:17','Menchov','didn\'t make the split... but he\'s not to far back. Sastre is in the group.\r\n'),(12899,239,'2007-09-21 17:00:55',' Pereiro','Eusebio Unzue, Pereiro’s sport director at Caisse d’Epargne, had harsh words for Floyd Landis this morning. He said Pereiro deserves to be called the Tour winner and cannot understand why it took so long for arbitrators to reach a decision.

    “It’s unrecoverable what (Landis) has taken away from Oscar, from the team and our sponsors. He couldn’t enjoy standing on the podium in Paris and that has no price,†Unzue told VeloNews. “We’ve been waiting 14 months for this news and I cannot understand why it took so long. Now there’s the chance there will be an appeal and that means we’ll have to wait even longer. If they finally award Oscar as the winner, it will have none of the value of if he could have won it.â€Â\r\n'),(12900,239,'2007-09-21 17:03:30','On the climb','the slope is the worst at the bottom, with ramps hitting 17 percent at points. The four riders up front are really struggling on the slope. In back Menchov and crew have closed the gap... but we can expect attacks soon.'),(12901,239,'2007-09-21 17:04:44','The Menchov/Sastre group','is on the lower slopes of the climb. The four leaders are still together and the rain is starting up as they hit a 14 percent grade.'),(12902,239,'2007-09-21 17:05:21','Ouch','15 percent and Turpin is really struggling.'),(12903,239,'2007-09-21 17:06:10','Menchov','is looking quite comfortable on these steep parts. Sastre is right there, too.'),(12904,239,'2007-09-21 17:07:01','With 10km','Lopez is ahead of his breakaway companions. He\'s on a 14-percent stretch and behind, Menchov has launched an attack!'),(12905,239,'2007-09-21 17:07:48','Menchov moving ahead','Sastre is back on is wheel... Sanchez, too.'),(12906,239,'2007-09-21 17:09:42','Sanchez',' Sanchez giving it a stab - opening up a short gap on Menchov '),(12907,239,'2007-09-21 17:10:33','Sanchez','is driving hard. This puts the onus on Sastre, since Sanchez is in fourth place overall.'),(12908,239,'2007-09-21 17:11:45','Menchov','is not looking worried... not that he needs to be. He\'s 4:01 ahead of Sanchez. Sastre, however, doesn\'t have the luxury.... and sure enough, there he goes!'),(12909,239,'2007-09-21 17:12:09','Cadel Evans','tries to bridge. Menchov scoots up there, too.'),(12910,239,'2007-09-21 17:12:33','Sanchez','has moved up to his teammate Anton.'),(12911,239,'2007-09-21 17:13:05','','Menchov staying with Sastre - It\'s hard to tell how far back Evans is. '),(12912,239,'2007-09-21 17:13:09','','Menchov staying with Sastre - It\'s hard to tell how far back Evans is. '),(12913,239,'2007-09-21 17:14:00','Szmyd','has bridged up to Lopez at the front. Where did he come from? Did an alien spacecraft drop him into the lead? Mmmm... anyway, they have 7km to go.

    Sastre and Menchov are coming up on Sanchez and Sastre.

    He qualifies as our \"WTF moment of the day.\"'),(12914,239,'2007-09-21 17:15:28','Sastre','and Menchov have passed Anton... and they are pulling Sanchez in. He\'s 10 seconds up the road.'),(12915,239,'2007-09-21 17:15:50','Sanchez has company','not that he wanted it.'),(12916,239,'2007-09-21 17:16:51','Evans','is struggling. He\'s part of a chase group of seven riders and we do not have a gap to Menchov.'),(12917,239,'2007-09-21 17:18:02','Six KM','to go. The two leaders are just 8 seconds ahead of the Menchov/Sastre/Sanchez chase. Evans has already lost 53 seconds.'),(12918,239,'2007-09-21 17:18:27','With Evans 53 seconds back','with -5km to go ... that puts Sastre into second on the \"virtual\" GC '),(12919,239,'2007-09-21 17:19:06','Sastre','and Menchov and Sanchez have caught and passed the two leaders on the road. The race is now being led by the three of the top four on GC.'),(12921,239,'2007-09-21 17:19:42','Evans','is chasing... and he has trimmed the gap to 50 seconds.'),(12922,239,'2007-09-21 17:21:44','Sastre','is driving at the front of a group that includes Szmyd, Lopez, Sanchez, Menchov and Turpin. Evans is at 48 seconds as the slope of the climb eased off a bit... but it gets steep again.'),(12923,239,'2007-09-21 17:22:44','Sastre','driving hard at the front of the group. He\'s moving into second on GC but he has to worry about the TT tomorrow. Wow - Kim Andersen just peeled past the Evans group in the CSC team car - Sastre must need some mechanical help '),(12924,239,'2007-09-21 17:23:41','The gap to Evans','is holding at a steady 45 seconds. Sastre is driving hard, but has not been able to shed the race leader. Menchov - one of the peloton\'s 5-star wheel-suckers - is following Sastre up the climb. That\'s all he has to do - then he can pop for the stage win - race tactics 101, baby! '),(12925,239,'2007-09-21 17:24:19','Steeper','and the gap back to the Evans group (where the Aussie is doing all the work) is 55 seconds again.'),(12926,239,'2007-09-21 17:24:49','Evans','is losing third place even. Sanchez could move into third on GC'),(12927,239,'2007-09-21 17:25:51','Mosquera','Moves to the front of the Evans group and the Aussie can\'t hold the tempo.'),(12928,239,'2007-09-21 17:26:47','With 2km to go','Sastre continues to drive the pace and Menchov is looking a little tired. Sanchez moves ahead.

    In back Evans and Efimkin have popped.'),(12929,239,'2007-09-21 17:26:54','','Evans is now 1:07 back with 2km to '),(12930,239,'2007-09-21 17:27:44','Sastre','tries again. Sastre deserves the stage win - but Sanchez and Menchov are both faster.'),(12931,239,'2007-09-21 17:28:39','Efimkin','is leaving Evans now. He really is struggling. Tour winner Contador is in the lead car with Vuelta director Victor Cordero and opposition leader Rajoy.'),(12932,239,'2007-09-21 17:29:00','1km to go','Moreno has clawed back to the leading quartet. Sastre is still driving hard at the front. He\'s bound to attack soon. Bjarne Riis is in the team car today - he\'ll have some good advice '),(12933,239,'2007-09-21 17:30:25','Back to Evans','the gap is 1:15.'),(12934,239,'2007-09-21 17:31:03','Moreno','wants the stage. He attacks out of the front group. Sanchez follows.... and it looks like Sanchez is going to get the stage win.'),(12935,239,'2007-09-21 17:31:00','he does','Sanchez wins, Moreno second, Sastre third, Menchov fourth. Sastre shakes Menchov\'s hand. He\'s admitting the Russian has won the Vuelta. Class act.'),(12936,239,'2007-09-21 17:31:39','Tick tick tick tick','Let\'s wait for Evans'),(12937,239,'2007-09-21 17:33:03','1:23','Evans makes it by 11 seconds. He\'s lost second on GC, but he keeps third!\r\n'),(12938,239,'2007-09-21 17:43:31','Stage results','1. Samuel Sánchez (Sp), Euskaltel-Euskadi, 3:37:01
    \r\n2. Daniel Moreno (Sp), Relax GAM, Same Time
    \r\n3. Denis Menchov (Rus), Rabobank, 0:03
    \r\n4. Carlos Sastre (Sp), CSC, 0:03
    \r\n5. Igor Antón (Sp), Euskaltel-Euskadi, 0:14
    \r\n6. Sylvester Szmyd (Pol), Lampre, 0:29
    \r\n7. Stéphane Goubert (F), Ag2r Prevoyance, 0:41
    \r\n8. Manuel Beltrán (Sp), Liquigas, 0:49
    \r\n9. Ezequiel Mosquera (Sp), Karpin Galicia, 0:51
    \r\n10. David López (Sp), Caisse d\'Epargne, 0:59
    \r\n11. Maxime Monfort (B), Cofidis, 1:20
    \r\n12. Oliver Zaugg (Swi), Gerolsteiner, 1:20
    \r\n13. Vladimir Efimkin (Rus), Caisse d\'Epargne, 1:23
    \r\n14. Carlos Barredo (Sp), Quick Step-Innergetic, 1:23
    \r\n15. Cadel Evans (Aus), Predictor-Lotto, 1:25
    \r\n'),(12939,239,'2007-09-21 17:48:56','Overall','1. Denis Menchov (Rus), Rabobank, 77:59:17
    \r\n2. Carlos Sastre (Sp), CSC, 3:02
    \r\n3. Cadel Evans (Aus), Predictor-Lotto, 3:49
    \r\n4. Samuel Sánchez (Sp), Euskaltel-Euskadi, 3:58
    \r\n5. Ezequiel Mosquera (Sp), Karpin Galicia, 5:23
    \r\n6. Vladimir Efimkin (Rus), Caisse d\'Epargne, 5:47
    \r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne, 7:55
    \r\n8. Igor Antón (Sp), Euskaltel-Euskadi, 7:58
    \r\n9. Manuel Beltrán (Sp), Liquigas, 8:27
    \r\n10. Carlos Barredo (Sp), Quick Step-Innergetic, 10:08
    \r\n'),(12940,239,'2007-09-21 17:49:28','That\'s a wrap folks','Thanks for joining us and check back soon for Andrew Hood\'s complete report on today\'s action.'),(12941,240,'2007-09-22 15:51:56','Good Day and Welcome','to VeloNews.com\'s live coverage of the 20th stage of the 2007 Vuelta a España, a 20-kilometer individual time trial in Collado Villalba.

    It\'s a short and very flat race against the clock and with a tight contest for second and third at the Vuelta, this stage is likely to determine the make-up of the final podium in Madrid tomorrow.

    Take a look at the top-five spots on GC and you can see that Carlos Sastre\'s position in second is far from certain, particularly since Cadel Evans is regarded as much stronger time trialist than is the feisty Spaniard from CSC.'),(12942,240,'2007-09-22 15:57:00','The fastest times','This course suits a big, strong rider, so who better to have the top time than Liquigas\'s Magnus Backstedt? Big Maggy has clocked a 22:51 on the route, the only rider to break 23 minutes so far today. We\'re still waiting for Jason McCartney, who is aiming for his second stage win of the Vuelta today.

    Jason McCartney is hoping to do well. \"I\'ve been trying to save my legs for Saturday. All I wanted to do was finish within the time gap on Thursday and Friday and give it a good stab for the TT. Some of the guys who finished ahead of me in Zaragoza are gone and I\'m feeling stronger than I did then.\" McCartney was 7th in the 52km Zaragoza TT. Today\'s course with rollers is even better-suited to McCartney\'s style.'),(12943,240,'2007-09-22 16:02:32','Top five','There have been changes in the leader board
    \r\n1. Santos González (Sp), Karpin Galicia 22:29
    \r\n2. Jason Mccartney (USA), Discovery, at 0:07
    \r\n3. Adam Hansen (Aus), T-Mobile, at 0:16
    \r\n4. Magnus Backstedt (Swe), Liquigas, at 0:22
    \r\n5. Alessandro Vanotti (I), Liquigas, 0:26
    \r\n'),(12944,240,'2007-09-22 16:03:17','Weather','There\'s almost no wind, but there are some building clouds in the mountains surrounding Collada Villalba. It could rain later in the afternoon on the late starters and give the early starters a huge advantage if it does. It\'s cloudy with temperatures in the upper 70s. '),(12945,240,'2007-09-22 16:03:35','Not much of a challenge','The Vuelta could use some help in the imagination department when it comes to designing its TT courses. There are plenty of interesting roads in and around the mountains north of here, but instead the route rolls down one side of the A-6 auto route and right back up the other side on ugly frontage roads. At least it\'s not on the interstate, like the 52km TT was in Zaragoza. Residents of Madrid would probably hold a revolt if they shut down the main highway out of the northwest side of the city.\r\n \r\n'),(12946,240,'2007-09-22 16:04:03','Flat is in the eye of the beholder','The profile on the Vuelta materials indicates the course is dead flat. That is completely innaccurate. The route drops down a series of rollers until its turn-around point at about 10km and then turns back up a series of rolling stepped false-flat sections. It\'s not steep by any stretch, but it\'s certainly not flat. '),(12947,240,'2007-09-22 16:04:32','Road furniture','The final kilometer or so features some nasty roundabouts. While there are no major technical sections of the course, the last string of traffic circles could present some challengers for riders on the rivet. If it rains, it will be even sketchier.'),(12948,240,'2007-09-22 16:04:49','Bye bye big bucks','Vuelta officials also announced that the Million Dollar Race, scheduled for November in Abu-Dubhai, has been cancelled. The race was offering a purse of $1 million to the winner.'),(12949,240,'2007-09-22 16:05:07','Sanchez','Another favorite to do well is Samuel Sanchez. \"Samu\" was second last year on an equally short course behind winner Alexandre Vinokourov. A strong ride today could push Sanchez onto the final podium. \"Last year I was right behind Vinokourov and now my legs are feeling better than they did at Zaragoza. I will give it all to try to finish on the podium. To be so close to the podium is disappointing, but there\'s one more day to try.\"'),(12950,240,'2007-09-22 16:06:00','Holland\'s TT champ','Stef Clement (Bouygues Telecom) is flying and has already caught his minute man, Chris Horner. The American is not here to do the TT.'),(12951,240,'2007-09-22 16:07:04','Chechu Rubiera','said \"the course cheats you. It\'s a lot harder than it looks, especially on the loop back toward the finish.\" '),(12952,240,'2007-09-22 16:07:36','Second-placed',' Jason McCartney just missed the best time at 7 seconds off the pace. \"I went as hard as I could. I tried to save myself the past two days, but I kind of had a bad day Thursday and I didn\'t feel that great. I rode the course this morning. I wanted to do well.\" '),(12953,240,'2007-09-22 16:10:09','CVV','Catches Saunier Duval\'s Gomez Marchante... Vande Velde is really pushing it.'),(12954,240,'2007-09-22 16:12:30','','Joost Posthuma (Nl), Rabobank has broken into the top five at the finish, with a time of 22:51'),(12955,240,'2007-09-22 16:13:37','Who is the fav\' here?','Denis Menchov is the big favorite to win today. The overall race leader said he didn\'t challenge for the victory in Friday\'s climbing stage at Abantos, but said he\'d like to win today. \"We\'ll see if I can win the time trial. My legs are still feeling good and I was close in Zaragoza. It would be a nice way to end the Vuelta.\"'),(12982,240,'2007-09-22 17:03:00','Sanchez','Hits the 15.7km time check in 16:55.'),(12983,240,'2007-09-22 17:05:56','Evans','reaches the second time check in 17:08, 13 seconds behind Sanchez. Evans had only nine seconds to spare. He\'s slipped to fourth on GC.'),(12956,240,'2007-09-22 16:14:52','Clement','is catching his two-minute man, Franco Pellizotti (I), Liquigas'),(12957,240,'2007-09-22 16:16:06','Cuesta','Inigo Cuesta just finished the TT in 24:10, at 1:41 off the pace, not bad for a guy racing his 14th consecutive Vuelta.

    Clement is only 3sec slower than Gonzalez at the time check '),(12958,240,'2007-09-22 16:16:48','Here come Vande Velde','at 22:52, good for sixth so far.'),(12959,240,'2007-09-22 16:20:04','Clement','has caught his three-minute man... he\'s clearly aiming for a stage win.'),(12960,240,'2007-09-22 16:20:00','Fast','Stef Clement (Bouygues Telecom) just bumped into first at 22:25, that\'s four seconds better than Santos Gonzalez\'s time.'),(12961,240,'2007-09-22 16:20:23','',''),(12962,240,'2007-09-22 16:23:39','Today\'s Poll','By the way folks, take some time today and vote in our VeloNews.com Poll. We\'re asking for your opinion as to whether Floyd Landis should exercise his right of appeal. He has three weeks to decide.'),(12963,240,'2007-09-22 16:25:03','Van Goolen','Finishes with a time of 23:16, 16th best for the day so far.'),(12964,240,'2007-09-22 16:31:16',' Moreno','Daniel Moreno (Sp), Relax GAM, the man who finished second yesterday, is on the road. He\'s had a good Vuelta. He\'s 12th overall right now.'),(12965,240,'2007-09-22 16:36:30','Beltran','Manuel Beltran is now on the road.'),(12966,240,'2007-09-22 16:38:00','Karpets','is in the house. He\'s in 8th on GC and we\'re closing in on the main focus of the day, the top guys on GC and how they will fare over the next 20km - especially Sastre, Evans and Sanchez.'),(12967,240,'2007-09-22 16:44:36','Mosquera','Ezequiel Mosquera (Sp), Karpin Galicia, is on the route. He\'s fifth on GC and has been especially feisty in the mountains in this edition of the Vuelta.'),(12968,240,'2007-09-22 16:46:01','Hey!','We just realized there is one benefit of doping scandals.

    We now longer have Manolo Saiz driving down the road behind his riders screaming \"Venga! Venga! Venga! over the PA system in his car.'),(12969,240,'2007-09-22 16:46:00','Sanchez','Samuel Sánchez (Sp), Euskaltel-Euskadi is on the road. Now there\'s a rider we need to keep track of. He\'s just nine seconds off of third place. There is bound to be a shuffle.'),(12970,240,'2007-09-22 16:48:05','Evans','is in the start house. Riders in the top-20, by the way, are starting at two-minute intervals.'),(12971,240,'2007-09-22 16:49:23','Evans','is on the road. He\'s 47 seconds behind Sastre on GC. He can make up that difference, so he stands a good shot of moving up on GC. With Sanchez another nine seconds back, Sastre\'s podium position is by no means secure.'),(12972,240,'2007-09-22 16:50:26','Sastre','he\'ll need a great ride to hold off Sanchez and Evans to keep the podium. He could end up fourth again '),(12973,240,'2007-09-22 16:51:39','Menchov','is in the start house. The Russian will have to have a major disaster to lose the Vuelta in this stage. We wouldn\'t bet on it.'),(12974,240,'2007-09-22 16:52:20','Ooops!','Menchov almost fell off - but away he goes, dressed head to toe in gold, with matching helmet and cleats '),(12975,240,'2007-09-22 16:52:00','Zippy','Karpets is 2sec slower than Clement at first time check ... he must be losing time with that mullet catching the wind, like Fignon\'s pony tail in the 1989 Tour. Man, now that was an expensive haircut.'),(12976,240,'2007-09-22 16:54:00','Sanchez','Sanchez is 7:46 at time check at 7.3km. That\'s way off the fastest pace, but he is holding his own.

    Sastre has good rhythm in his legs - let\'s see if he\'s producing any speed. He looked good at Zaragoza, he just wasn\'t going very fast. '),(12977,240,'2007-09-22 16:56:00','Frontage road','today\'s TT is on a frontage road, separated from a major highway by just a fence and concrete wall. Are riders getting a draft? You gotta wonder.'),(12978,240,'2007-09-22 16:56:00','Four seconds','Evans is losing time in reference to Sanchez. Evans is 7:50 at 7.3km time trial ... Sanchez moving closer to podium. '),(12979,240,'2007-09-22 16:58:00','Sastre!','Sastre is 7:52 at 7.3km time check. He\'s holding that podium spot for now. That\'s just two seconds down on Evans and six down on Sanchez.

    He must be (to borrow a phrase) digging deep into his suitcase of courage today.'),(12980,240,'2007-09-22 17:00:01','More time','Menchov is flying - 7:37 at time check ... widening his grip on leader\'s jersey '),(12981,240,'2007-09-22 17:00:00','Karpets','Karpets stops clock at 22:37 for fifth '),(12984,240,'2007-09-22 17:07:49','Sastre','reaches the 15.7 mark in 17:26.'),(12985,240,'2007-09-22 17:08:51','At the finish','22:11 for Sanchez, the fastest time of the day so far. Time to visit the doping tent for the obligatory sample.\r\n'),(12986,240,'2007-09-22 17:09:00','It\'s beginning to rain','and the roads are a little wet. That last corner is a touch dicey, so watch out.'),(12987,240,'2007-09-22 17:10:00','Evans is 22:30','Sanchez has moved into third place by 10 seconds. Now we wait to see if Sastre is bumped off the podium... or at least down a step.'),(12988,240,'2007-09-22 17:11:00','Sastre nears the finish','Venga! Venga! Venga!'),(12989,240,'2007-09-22 17:12:34','Sastre','finishes with a time of 22:52! He keeps second.'),(12990,240,'2007-09-22 17:13:29','Menchov','is heading in to the finish... let\'s see if he can beat Sanchez\'s time.'),(12991,240,'2007-09-22 17:14:05','Doesn\'t look like it','Menchov is off of Sanchez\'s pace as he heads to the final corner.'),(12992,240,'2007-09-22 17:14:23','22:23','He doesn\'t win it, but does he gets second.'),(12993,240,'2007-09-22 17:15:00','','

    Stage Results
    1. Samuel Sánchez (Sp), Euskaltel-Euskadi, 22:11
    \r\n2. Denis Menchov (Rus), Rabobank, 0:12
    \r\n3. Stef Clement (Nl), Bouygues Telecom, 0:14
    \r\n4. Carlos Barredo (Sp), Quick Step-Innergetic, 0:16
    \r\n5. Santos González (Sp), Karpin Galicia, 0:18
    \r\n6. Cadel Evans (Aus), Predictor-Lotto, 0:19
    \r\n7. Jason Mccartney (USA), Discovery Channel Team, 0:25
    \r\n8. Vladimir Karpets (Rus), Caisse d\'Epargne, 0:26
    \r\n9. Maxime Monfort (B), Cofidis, 0:28
    \r\n10. Adam Hansen (Aus), T-Mobile, 0:34
    \r\n11. Sylvain Chavanel (F), Cofidis, 0:38
    \r\n12. Joost Posthuma (Nl), Rabobank, 0:40
    \r\n13. Magnus Backstedt (Swe), Liquigas, 0:40
    \r\n14. Christian Vandevelde (USA), CSC, 0:41
    \r\n15. Carlos Sastre (Sp), CSC, 0:41

    Overall
    1. Denis Menchov (Rus), Rabobank, 78:21:40
    \r\n2. Carlos Sastre (Sp), CSC, 3:31
    \r\n3. Samuel Sánchez (Sp), Euskaltel-Euskadi, 3:46
    \r\n4. Cadel Evans (Aus), Predictor-Lotto, 3:56
    \r\n5. Ezequiel Mosquera (Sp), Karpin Galicia, 6:34
    \r\n6. Vladimir Efimkin (Rus), Caisse d\'Epargne, 7:07
    \r\n7. Vladimir Karpets (Rus), Caisse d\'Epargne, 8:09
    \r\n8. Igor Antón (Sp), Euskaltel-Euskadi, 8:44
    \r\n9. Manuel Beltrán (Sp), Liquigas, 9:38
    \r\n10. Carlos Barredo (Sp), Quick Step-Innergetic, 10:12
    '),(12994,241,'2007-09-23 14:38:00','Good Day and Welcome','to VeloNews.com\'s Live Coverage of the final stage of the 2007 Vuelta a España, a 104-kilometer ride from Rivas Vaciamadrid to Madrid.

    The peloton is working its way through a neutral start and the stage will officially begin at the edge of town.

    We probably will not see the early attacks that have marked virtually every start we\'ve seen in this Vuelta. This is the final stage and those are most often marked by a celebration of the overall leader\'s victory and not really a race... at least until the stage enters the finishing circuit in Madrid, or Paris or Milan, depending on which of the grand tours you\'re watching. Indeed, the final stage rarely plays the pivitol role it did, for example, in 1989 when the Tour de France ended with an individual time trial, with results that even organizers could never have predicted when they planned the route.'),(12995,241,'2007-09-23 14:46:00','The leaders','It appears that barring the most bizarre finish in the history of any grand tour, Denis Menchov has a lock on both the overall and KoM titles. He also leads the Points competition:1. Denis Menchov (Rus), Rabobank, 135 Pts.
    \r\n2. Samuel Sanchez (Sp), Euskaltel-Euskadi, 127 Pts.
    \r\n3. Daniele Bennati (I), Lampre, 118 Pts.
    \r\n4. Alessandro Petacchi (I), Milram, 106 Pts.
    \r\n5. Cadel Evans (Aus), Predictor-Lotto, 91 Pts.
    \r\n6. Erik Zabel (G), Milram, 89 Pts.
    \r\n7. Leonardo Duque (Col), Cofidis, 73 Pts.
    \r\n8. Koldo Fernandez (Sp), Euskaltel-Euskadi, 71 Pts.
    \r\n9. Carlos Sastre (Sp), CSC, 65 Pts.
    \r\n10. Daniel Moreno (Sp), Relax GAM, 60 Pts.
    \r\n

    The finishing sprint in Madrid will play a role, today. Let\'s assume that both Menchov and Sanchez are content finishing in the main field, the top sprinter on that list is Bennati. He can win the points title by finishing in at least second place today... let\'s see if Sanchez - with his three stage wins - is feeling feisty enough to challenge for that.

    These are the points available at the finish today:

    1. 25 Pts.
    \r\n2. 20 Pts.
    \r\n3. 16 Pts.
    \r\n4. 14 Pts.
    \r\n5. 12 Pts.
    \r\n6. 10 Pts.
    \r\n7. 9 Pts.
    \r\n8. 8 Pts.
    \r\n9. 7 Pts.
    \r\n10. 6 Pts.
    \r\n11. 5 Pts.
    \r\n12. 4 Pts.
    \r\n13. 3 Pts.
    \r\n14. 2 Pts.
    \r\n15. 1 Pts.
    \r\n'),(12996,241,'2007-09-23 14:49:00','There they go','The flag has dropped and, like we said, there have not been attacks today. It\'s time for the remaining 145 riders in the Vuelta to relax a little.'),(12997,241,'2007-09-23 14:59:25','At 5km','the pace is relatively moderate and there have been no attacks.'),(12998,241,'2007-09-23 15:04:19','Confusion in the TT','There was some confusion regarding yesterday\'s TT split times, particularly that of Magnus Backstedt who reportedly set a blazing time at the first time check only to fade in the final stretch. A lot of us were wondering if he had suffered a mechanical, but it turns out the timers had him down at 7:35 at the 7km mark, but Backstedt told us this morning that \"they got the wrong time down for me on the first split. It should have been 7:51. I was well confused myself for quite some time there.\"

    Backstedt did set the early standard at the finish, but eventually ended the day in 13th place, 40 seconds off of Samuel Sánchez\'s winning time of 22:11.'),(12999,241,'2007-09-23 15:11:57','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(13000,241,'2007-09-23 15:15:00','A moderate pace','continues to rule the day. The peloton has reached 10km but there are now attacks, just a lot of chatting and goofing off. Yeah, yeah, yeah, we\'re sure that offends the competitive sensibilities of some of you out there, but then none of us have ridden a grand tour over the last three weeks. We think they deserve the break.'),(13001,241,'2007-09-23 15:25:44','Nearing the 20km mark,','the peloton is still cruising along as if they are on a casual Sunday ride.... oh wait, they are on a causal Sunday ride.'),(13002,241,'2007-09-23 15:32:06','The pace','is picking up a bit. The Saunier Duval team is setting tempo at the front of the peloton, while the Rabobank guys are right behind, protecting the man in the gold jersey, just to make certain that he doesn\'t encounter problems on the way to Madrid. He needs to remain vigilant, at least until the 3km to go mark, where he can safely be considered the winner of the Vuelta.'),(13003,241,'2007-09-23 15:39:00','The withdrawals','The following is a list of the 44 riders who withdrew from this Vuelta, in reverse order. Tom Danielson was the first rider to pull out of the Vuelta, with a broken shoulder, suffered at the 90km mark of Stage 1. There are 145 riders who are riding to Madrid as we speak.\r\nXabier Zandio (Sp), Caisse d\'Epargne
    \r\nStijn Devolder (B), Discovery Channel Team
    \r\nAndrea Tonti (I), Quick Step-Innergetic
    \r\nLaszlo Bodrogi (Hun), Credit Agricole
    \r\nAllan Davis (Aus), Discovery Channel Team
    \r\nStefan Schumacher (G), Gerolsteiner
    \r\nPaolo Bettini (I), Quick Step-Innergetic
    \r\nBert Grabsch (G), T-Mobile
    \r\nGiuseppe Guerini (I), T-Mobile
    \r\nDamiano Cunego (I), Lampre
    \r\nMickael Delage (F), Francaise Des Jeux
    \r\nAurélien Clerc (Swi), Bouygues Telecom
    \r\nAndreas Klier (G), T-Mobile
    \r\nCarlos Castaño (Sp), Karpin Galicia
    \r\nMichael Blaudzun (Dk), CSC
    \r\nDimitri Champion (F), Bouygues Telecom
    \r\nPietro Caucchioli (I), Credit Agricole
    \r\nAngelo Furlan (I), Credit Agricole
    \r\nSerafín Martínez Acevedo (Sp), Karpin Galicia
    \r\nJosep Jufré (Sp), Predictor-Lotto
    \r\nJesús Hernández (Sp), Relax GAM
    \r\nXavier Florencio (Sp), Bouygues Telecom
    \r\nDavide Rebellin (I), Gerolsteiner
    \r\nTom Boonen (B), Quick Step-Innergetic
    \r\nEgoi Martínez (Sp), Discovery Channel Team
    \r\nLeonardo Piepoli (I), Saunier Duval
    \r\nRony Martias (F), Bouygues Telecom
    \r\nCyrille Monnerais (F), Francaise Des Jeux
    \r\nÓscar Freire (Sp), Rabobank
    \r\nJanez Brajkovic (SLO), Discovery Channel Team
    \r\nIan Mcleod (RSA), Francaise Des Jeux
    \r\nPaolo Tiralongo (I), Lampre
    \r\nÓscar Pereiro (Sp), Caisse d\'Epargne
    \r\nBradley Mcgee (Aus), Francaise Des Jeux
    \r\nFrancesco Chicchi (I), Liquigas
    \r\nArkaitz Durán (Sp), Saunier Duval
    \r\nBert Roesems (B), Predictor-Lotto
    \r\nAlberto Fdez De La Puebla (Sp), Saunier Duval
    \r\nSergio Paulinho (P), Discovery Channel Team
    \r\nGiovanni Bernaudeau (F), Bouygues Telecom
    \r\nRémy Pauriol (F), Credit Agricole
    \r\nLorenzo Bernucci (I), T-Mobile
    \r\nMathieu Claude (F), Bouygues Telecom
    \r\nThomas Danielson (USA), Discovery Channel Team
    \r\n
    '),(13004,241,'2007-09-23 15:43:03','Cruisin\'','The peloton is nearing the 30km mark and the pace remains moderate. Yup, it might be boring, but we\'re grateful that we don\'t have to try and ID and then type in the names of a 21-rider break.'),(13005,241,'2007-09-23 15:54:44','Crowds','are picking up in Madrid, today. There should be a big turn-out by the time the peloton reaches town.

    Our guy Andrew Hood has a busy travel schedule coming up. He gets to spend a few days at home here in Spain and then scoots up to Germany for world\'s. As much grief as we give Hoody, we really need to congratulate him on a spectacular season this year. He\'s been all over Europe, chasing the big events and still maintaining his sense of humor (and sanity) while cranking out an amazing amount of copy for both our website and magazine. We would be lost without the guy... just don\'t let him know we think that.'),(13006,241,'2007-09-23 16:01:50','Lampre and Milram','have moved to the front of the peloton. We could see a big race develop between these two teams when the day nears the finish and enters the first of five finishing circuits.'),(13007,241,'2007-09-23 16:04:47','Franzoi','is having a bit of fun in the field. He did a bit of a cartoon on the time board... there are no breaks, so that\'s one bit of equipment not being used for its original purpose today. It\'s still way relaxed here today.'),(13008,241,'2007-09-23 16:13:00','Zabel','This morning\'s Frankfurter Allgemeine reports that Erik Zabel will be racing for T-Mobile next year. Yes, he confessed to having doped in 1996 and, yes, the new T-Mobile is stridently anti-doping, but the team has said that past transgressions can be tolerated if a rider admits what he\'s done and complies with current standards.

    Do you agree? Drop us a line.'),(13009,241,'2007-09-23 16:20:37','With 52km remaining','the pace remains moderate under a sunny sky, with no threat of rain today. It\'s probably the nicest day we\'ve seen for nearly a week.'),(13010,241,'2007-09-23 16:23:25','Samuel Sanchez','said he\'s happy with reaching his goal of finishing on the podium: \"I came into my best at the end of this Vuelta and that helped me reach the podium. I became stronger as the race unfolded, which I thought at first was going to count against me because the hardest stages were in the first half of the race. Today, we just have to finish these last laps into Madrid and not crash. My head is already focusing on Stuttgart.\" '),(13011,241,'2007-09-23 16:25:20','In his first Vuelta','Ezequiel Mosquera (Karpin-Galicia) says: \"I came here with hopes of finishing in the top 10 and to be fifth, I am every happier than your can imagine. Today we just have to enjoy the stage and avoid crashing and chat a little with my friends in the peloton.\"'),(13012,241,'2007-09-23 16:26:57','Carlos Barredo','of Quick Step-Innergetic says: \"This was a very special Vuelta and I came here to help Bettini to win a stage. After the stage of Covadonga, I started to think about trying to do something in the GC. To finish 10th, I am very content.\"'),(13013,241,'2007-09-23 16:29:49','Through the suburbs','The peloton is coursing its way through some of Madrid\'s suburban communities. The architecture here underscores the globalization of the planet. Frankly, it looks just like the suburbs of Phoenix or Las Vegas... sigh. '),(13014,241,'2007-09-23 16:30:25','Time to retire...','Luis Perez (Andalucia-Cajasur): \"Today is my last day as a professional. I want to thank all the people who supported me in 13 years as a pro. You cannot have a better send off than to win the stage in Avila. It\'s a great way to finish my career and I will remember it my entire life.\"'),(13015,241,'2007-09-23 16:31:28','Another retiree?','Chechu Rubiera (Discovery Channel), who rode alongside for five of Armstrong\'s seven Tour wins, said today could be his last day as a pro: \"This could be my last day as a pro, this could be my last day as a professional. Seeing how the market is full of riders looking for jobs, I might not race next year. I won\'t just take any offer. It has to be something that\'s a high level with strong sporting aspects.\"'),(13016,241,'2007-09-23 16:36:39','The pace','is picking up. No attacks, but these guys seem like horses heading to the barn after a long ride. These guys must be ready to head home. There are 45k remaining.'),(13017,241,'2007-09-23 16:40:38','More and more','urban. The peloton is nearing the city. One thing we can\'t believe is how often the Vuelta goes on huge highways. It must drive people crazy. There is a huge traffic jam behind the barrier, as the peloton cruises on to another major thoroughfare. '),(13018,241,'2007-09-23 16:41:00','Liquigas\'s','Triki Beltran said: \"The balance of this Vuelta is overall positive. To finish in the top 10, to have the support of this family of Liquigas. To come close to winning a stage. This last stage allows us time to relax and forget some of the stress of the last three weeks. It\'s always my favorite stage. It\'s a day to enjoy.\"

    Triki has another year on his contract with Liquigas, by the way. '),(13019,241,'2007-09-23 16:48:28','soon','the peloton is nearing town and then it\'s five times around the finishing circuit, which is just barely longer than six kilometers.'),(13020,241,'2007-09-23 16:49:12','Headin down the highway','the peloton is crusing down a nice wide stretch of highway as the close in on Madrid.'),(13021,241,'2007-09-23 16:51:40','Rabobank','is moving to the front of the peloton. That\'s a sign that the team is ready to ride at the front through the first of the five finishing laps. After that, we\'ll start seeing some serious action out there.'),(13022,241,'2007-09-23 16:54:08','Nice!','Sastre his holding up the two pacifiers he carries in his jersey pocket. When he celebrated his Tour stage win a few years back, he popped one into his mouth as crossed the line, in honor of his child. He\'s now got two kids, so he carries two of them. '),(13023,241,'2007-09-23 16:58:00','Ch-ch-changes','the officials have cut the number of trips through the finishing circuit to four. Maybe they want to head home early, too.'),(13024,241,'2007-09-23 16:58:23','Garcia de Mateos (Relax-GAM) attacks!','Yeeeeehaw!'),(13025,241,'2007-09-23 16:58:55','Rababobank led','the peloton into town and now the attacks begin. '),(13026,241,'2007-09-23 16:59:28','De Mateos','has company. Following out is a rider from Andalucia-Cajasur '),(13027,241,'2007-09-23 17:01:47','Just as we','IDed that Andalucia-Cajasur rider as Jesus Rosendo Prado, the two escapees have been caught and now David de la Fuente (Saunier Duval-Prodir) is trying to get away - most combative rider in 2006 Tour '),(13028,241,'2007-09-23 17:03:02','de la Fuente','has company... three riders have bridged up, but the peloton wants to join the party.'),(13029,241,'2007-09-23 17:05:20','The pace is high','the peloton is strung out in single file. Big Maggy is driving the pace ... but there goes Horner! Horner and Hulsmans are trying to get away.'),(13030,241,'2007-09-23 17:06:40','Liquigas','chases hard and pulls back Horner and Hulsmans. Liquigas is pouring it on. It\'s Calcagni at the front.'),(13031,241,'2007-09-23 17:07:28','Calcagni is now','off his own. He\'s got about 70 meters on the peloton.'),(13032,241,'2007-09-23 17:08:48','Calcagni','is back in the fold. Milram and Lampre are bound to take control of things here soon.'),(13033,241,'2007-09-23 17:10:06','Big Maggy','is on the front of the peloton, but he\'s dragging along a big bunch of Milram and Lampre riders.

    New attacks, but nothing is stickin\''),(13034,241,'2007-09-23 17:12:41','Vanotti','Liquigas sends another rider off the front. He has a bit of a gap with a bit more than two laps to go.'),(13035,241,'2007-09-23 17:13:20','With two laps to go','Vanotti is getting reeled in.'),(13036,241,'2007-09-23 17:14:22','A little group','Three off front - Vanotti, David Lopez and someone else - but the peloton is closing in. '),(13037,241,'2007-09-23 17:15:00','That third','rider is from Caisse d\'Epargne, but they are pulled back in.'),(13038,241,'2007-09-23 17:16:39','The sprinters teams','have upped the pace and they will be keeping things fast enough to keep the attacks to a minimum... well DANG, just as we wrote that a Gerolsteiner rider attacks. So much for our wise insight.'),(13039,241,'2007-09-23 17:17:22','Swoop','man that didn\'t get anywhere. The Milram boys are driving it hard up at the front of the peloton.'),(13040,241,'2007-09-23 17:18:23','Horner at',''),(13041,241,'2007-09-23 17:19:12','Horner','driving at the front of the peloton. He\'s got Evans on his wheel. There are no gaps there.'),(13042,241,'2007-09-23 17:19:35','Ding! Ding! Ding! Ding! Ding!','One lap to go. One lap to go.'),(13043,241,'2007-09-23 17:20:27','Thomas Fothen','of Gerolsteiner attacking... and he has a bit of a gap here.'),(13044,241,'2007-09-23 17:21:29','Now Milram','moves to the front. They are not going to let Fothen spoil their plans to give the stage to Petacchi. Five km to go.'),(13045,241,'2007-09-23 17:22:34','Fothen','may get some company. Vanotti has jumped out of the field. He must have had some extra capuccinos this morning, eh?'),(13046,241,'2007-09-23 17:23:42','Three kilometers','to go. The pace is high, with the peloton hitting 70kph. Fothen is back in the field and Vanotti is dreaming a stage win.'),(13047,241,'2007-09-23 17:24:20','Two km','to go....all together'),(13048,241,'2007-09-23 17:24:45','Milram','and Lampre lead through the final turn.'),(13049,241,'2007-09-23 17:26:00','SWARM','Charge!..... Milram leads, but Lampre is up there on the long sprint. Milram is passed just ahead of the line.... A drag race between Petacchi and Bennati ... and it\'s Lampre\'s Bennati!!!! He wins the stage and the points jersey!'),(13050,241,'2007-09-23 17:28:57','Menchov','is off his bike ... and heading to the podium. He\'s won the 2007 Vuelta.'),(13052,256,'2007-09-30 14:21:00','Good Day and Welcome','to VeloNews.com\'s Live Coverage of the 2007 UCI world championship elite men\'s road race.

    There was a tense, yet subdued atmosphere at the start as big - and polite - crowds showed up on a bright, sunny Sunday morning. The elite men enjoyed the best weather of the week, with sunny skies, temperatures in the upper 60s and almost no wind, perfect for 14 trips around this 19km route for a total of 267km.\r\n

    After a tumultuous lead-up to world’s that was filled with rancor and division, everyone seemed happy just to get down to the business of racing the bike. The top three from last year’s world’s podium became persona non grata in the weeks and months ahead of Stuttgart, yet Bettini, Zabel and Valverde all lined up as pre-race favorites.\r\n

    “I feel good and I’m ready to race today,†Valverde said before the start. “The world’s are always hard. We can hope to be protagonists.â€Â\r\n

    There was also a sense of chaos as many of the 198 riders from 43 nations didn’t know how to arrive to the start. Three-time champ Freire was scrambling just moments before the gun to find out where he had to go.

    It didn’t take long for the attacks to begin. Two early moves failed, including one driven by American Tyler Farrar, until Stephen Augé (France) and Marlon Pérez (Colombia) peeled away early on lap 2 to hold a gap of 2:09. Bettini was fiddling with his course radio at the back of the bunch – such was the drama in the slow opening salvos.\r\n

    Sergey Kolesnikov (Russia) bridged out in lap three and the trio collaborated to build a gap of five minutes as the Italians continued to be vigilant at the front in the opening quiet five laps.\r\nThere was a tense, yet subdued atmosphere at the start as big yet polite crowds showed up on a bright, sunny Sunday morning. The elite men enjoyed the best weather of the week, with sunny skies, temperatures in the upper 60s and almost no wind.

    After a tumultuous lead-up to world’s that was filled with rancor and division, everyone seemed happy just to get down to the business of racing the bike. The top three from last year’s world’s podium became persona non grata in the weeks and months ahead of Stuttgart, yet Bettini, Zabel and Valverde all lined up as pre-race favorites.

    “I feel good and I’m ready to race today,†Valverde said before the start. “The world’s are always hard. We can hope to be protagonists.â€Â

    There was also a sense of chaos as many of the 198 riders from 43 nations didn’t know how to arrive to the start. Three-time champ Freire was scrambling just moments before the gun to find out where he had to go.

    It didn’t take long for the attacks to begin. Two early moves failed, including one driven by American Tyler Farrar, until Stephen Augé (France) and Marlon Pérez (Colombia) peeled away early on lap 2 to hold a gap of 2:09. Bettini was fiddling with his course radio at the back of the bunch – such was the drama in the slow opening salvos.\r\n

    Sergey Kolesnikov (Russia) bridged out in lap three and the trio collaborated to build a gap of five minutes as the Italians continued to be vigilant at the front in the opening quiet five laps.\r\n'),(13053,256,'2007-09-30 14:22:00','The gap','The break of 24 is just 25 seconds up the road. We can\'t expect this group to last much longer out there.'),(13054,256,'2007-09-30 14:26:00','We have a group of 24 riders','off the front with 118km remaining. They have upped their advantage to 1:15. Still, with the distance remaining, it will take a lot more than that to stick. The peloton - under the power of teams not satisfied with the composition of the break - will keep the gap to manageable levels.'),(13055,256,'2007-09-30 14:34:00','Most of the chase work','is being done by the Dutch contingent. The team from the Netherlands has just two riders in the front group, while the ever-tenacious Italians have three. U.S. rider Bobby Julich is up there as well.

    The composition of the break

  • Bobby Julich - USA\r\n
  • Damiano Cunego - Italy\r\n
  • Alessandro Ballan - Italy\r\n
  • Alessandro Bertolini - Italy\r\n
  • Johan Van Summeren - Belgium\r\n
  • Stijn Devolder - Belgium \r\n
  • Philippe Gilbert - Belgium \r\n
  • Andriy Grivko - Ukraine\r\n
  • Kurt-Asle Arvesen - Norway\r\n
  • Kim Kirchen - Luxembourg\r\n
  • Jens Voigt - Germany\r\n
  • Carlos Barredo - Spain\r\n
  • Rene Mandri - Estonia\r\n
  • Matej Stare - Slovenia\r\n
  • Juan Antonio Flecha - Spain\r\n
  • Vladimir Efimkin - Russia\r\n
  • Joaquin Rodriguez - Spain\r\n
  • Robert Gesink - Netherlands\r\n
  • Karsten Kroon - Netherlands\r\n
  • Marcus Burghardt - Germany\r\n
  • Simon Gerrans - Australia\r\n
  • Sandy Casar - France\r\n
  • Christian Pfannberger - Austria\r\n
  • Ruslan Podgornyy - Ukraine\r\n
  • Luis Felipe Laverde – Colombia
    \r\n'),(13056,256,'2007-09-30 14:35:56','Gripes? Comments? Pithy observations?','Don\'t be shy and drop us a line.'),(13057,256,'2007-09-30 14:41:40','The gap','with 109km remaining, the gap is up to 1:50. The fellas up front are not putting in a ton of time on the field.'),(13058,256,'2007-09-30 14:54:35','That gap','is not really changing. The Dutch are working to maintain the gap, but not blowing their collective wads chasing the break. That makes sense, given the distance and the amount of attacking energy in the peloton. It\'s not like they want to haul someone else up there to launch an attack once the catch is made.'),(13059,256,'2007-09-30 15:02:06','With 92km','remaining, the escapees are still hovering around two minutes ahead of the main field.'),(13060,256,'2007-09-30 15:11:00','The Italians','Have a big advantage. They have three strong riders up front and guys like Bettini and Rebellin in the back. The gap is down to 1:05, but as the race has less than 90km remaining the action will heat up and if the group is caught, we\'ll see a big counter attack, for sure.'),(13061,256,'2007-09-30 15:12:00','The chase','duties have been picked up by the Australians. With only Simon Gerrans in the break, they want to be sure to reel this one in.'),(13062,256,'2007-09-30 15:16:23','The pace in the peloton','is such that there are some riders getting popped off the back of the field. Things will be getting whittled down over the next few hours, for sure.'),(13063,256,'2007-09-30 15:18:37','Didi!','We saw our old friend Didi Senft here today. He\'s in seventh heaven, since the world\'s are in his country. Didi, who most of you know as \"The Devil,\" grew up in what was East Germany and said the best moment in his life was when the wall came down and he could actually go see things like the Tour de France in person. He\'s certainly done that, eh?'),(13064,256,'2007-09-30 15:19:00','Four for Oscar?','At the start this morning Oscar Freire said: \"The legs are feeling good, but the world\'s is always unpredictable. We have other options besides me. Valverde and Sanchez can be winners as well.\" '),(13065,256,'2007-09-30 15:20:31','The gap','is now less than a minute. The team cars are being pulled out of the gap. The 24 up front aren\'t really cooperating, with a host of competing agendas on the road.'),(13066,256,'2007-09-30 15:21:15','Still the boys from Oz','are doing the chase work, as the gap drops to 45 seconds.'),(13067,256,'2007-09-30 15:23:22','36 seconds','Man that gap is coming down fast. We have to imagine that the escapees have given up hope.'),(13068,256,'2007-09-30 15:25:18','Big crowds','Despite all of the pre-race doping chatter, fans have turned out in force for this event. Most of the route has folks standing along the road.'),(13069,256,'2007-09-30 15:25:49','Russian chances?','Vuelta winner Denis Menchov said he\'s hoping for a good ride: \"After the Vuelta, I rested as best I could but I want to do well here, so the parties will have to wait. The form is good. We\'re not the favorites, so we can be patient to watch the race unfold.\" '),(13070,256,'2007-09-30 15:28:43','With four laps to go','76.4km remaining and the gap is at 45 seconds.'),(13071,256,'2007-09-30 15:31:28','Not surrendering','Bobby Julich has attacked out of the front group as some of his breakaway companions begin drifting back to the peloton.'),(13072,256,'2007-09-30 15:32:54','Julich','is joined by a few of the others from the break, but the gap is small.'),(13073,256,'2007-09-30 15:33:00','Alessandro Bertolini','takes a dig, out of the lead group. Now Robert Gesink of the Netherlands jumps. But the peloton is scooting off.'),(13074,256,'2007-09-30 15:36:39','Lots of digs','and jumps at the front of the break, but the peloton is closing in fast.'),(13075,256,'2007-09-30 15:40:37','Hilly and twisty','This course is taking its toll on the field... and the break. The area around here isn\'t the Alps, but it is part of the area of southern Germany known as the Schwäbische Alb, the hills that eventually turn into the big, big mountains of Bavaria.'),(13076,256,'2007-09-30 15:42:18','The lead group','appears to have given hope as the peloton comes up.'),(13077,256,'2007-09-30 15:45:26','Caught','the break has been pulled back, with the exception of Karsten Kroon and Alessandro Bertolini trying to stay away.'),(13078,256,'2007-09-30 15:47:28','Joaquin Rodriguez','has joined the two leaders, but they don\'t have much of a gap.... errr, they have no gap. The peloton has swept them up.'),(13079,256,'2007-09-30 15:48:00','The bunch is together','and riders keep trying to get away. The Italians are shadowing every move, though.

    They have a helluva crew here in Stuttgart:

    \r\n

  • 1. Paolo Bettini \r\n
  • 2. Alessandro Bertolini \r\n
  • 3. Alessandro Ballan \r\n
  • 4. Marzio Bruseghin \r\n
  • 5. Damiano Cunego \r\n
  • 6. Filippo Pozzato\r\n
  • 7. Davide Rebellin\r\n
  • 8. Andrea Tonti \r\n
  • 9. Matteo Tosatto \r\n'),(13080,256,'2007-09-30 15:50:52','Chatting in the bunch','Valverde and Freire were just speaking - can we guess? \"Okay, you attack now and I\'ll wait for the sprint.\"'),(13081,256,'2007-09-30 15:51:16','Comments? Pithy observations? Complaints?','Don\'t be shy and drop us a line.'),(13082,256,'2007-09-30 15:54:00','Three laps to go','That means we have 57km remaining. The Italians are at the front, with Tosatto killing himself at the head of the peloton.'),(13083,256,'2007-09-30 15:58:55','One non-Italian rider','who has been near the front of the group is Jens Voigt. He\'s hoping for a win on his home turf. He\'s also a rider we\'d like to see in the rainbow for the year. He\'s one of the hardest-working men in the ProTour peloton.

    Now Voigt and the rest of the German team have moved to the front and charging to the base of the big, steep climb.'),(13084,256,'2007-09-30 16:03:00','Up and over','the Herdwig climb, most of the peloton crested that short, steep climb. The other biggie on this route is the Birkenkopf. '),(13086,256,'2007-09-30 16:06:00','With more than','five-and-a-half hours in the saddle, the peloton has really shrunk. We\'re guessing its down to 55 or 60 riders. At the front, Bertolini is once again burying himself to ensure that his team controls the pace. That boy is tireless! We refuse to mention the fact that he\'s a recent client of Dr. Michele Ferrari. That would be bad form on our part, if we were to mention it.\r\n '),(13087,256,'2007-09-30 16:10:01','A slight dig','at the front. We see Alessandro Ballan and a French and Spanish rider moving off the front. The Dutch team, however, will have none of that and they reel that one in. Word Time Trial champion Fabian Cancellara is struggling on the climb, but he makes it back on the descent.'),(13088,256,'2007-09-30 16:17:00','Shrinkage','The peloton is really coming down in size. We still see strong German, Italian and Australian contingents. We\'re trying to spot which Americans we see in the bunch, but they are not sticking their noses at the front.

    We do see Hincapie and Vande Velde in there, though.'),(13089,256,'2007-09-30 16:20:00','With two laps to go','we will see things heat up, for sure. 38km to go. We just spotted Bobby J in the mix, too. Man, it used to be a lot easier to spot these guys with the Stars-and-Stripes jerseys, rather than that splotchy, artistic representation of red-white-and-blue.'),(13090,256,'2007-09-30 16:26:11','The Belgians','are at the front, but working for whom? Gilbert? Tom Boonen ain\'t here. '),(13091,256,'2007-09-30 16:28:51','On the Herdwig','We see a good representation of teams there. Zabel is still there for Germany, as is Voigt. Bettini is still there for Italy, as is Rebellin.'),(13092,256,'2007-09-30 16:30:57','There\'s an idea','Reader Sean Weide offers an idea:

    Perhaps Steve Johnson of USA Cycling can organize a \"design the jersey\" contest of his own and let USA Cycling members vote for the winner.
    We\'d go with something akin to the old Brooklyn jersey. Now that was easy to spot.\r\n'),(13093,256,'2007-09-30 16:34:56','The pace is picking up','and as the remaining riders strung out in single file. We have about 1.5 laps to go as the peloton works its way on to the Birkenkopf, with one rider from Belarus off the front, by about 20 meters.'),(13094,256,'2007-09-30 16:36:20','One nice jersey','we see in the bunch is that of South African David George. Green, black and yellow highlights with a big lion on the back. Now that\'s easy to spot.'),(13095,256,'2007-09-30 16:37:00','Rebellin','puts in a big effort on the climb. He has a small gap. He\'s joined by Russia\'s Alexandr Kolobnev.'),(13096,256,'2007-09-30 16:38:40','Rebellin and Kolobnev','have a small gap as the peloton is keenly aware of the danger involved in allowing this one to get away with 25k left.'),(13097,256,'2007-09-30 16:42:46','Rebellin and Kolobnev','Are holding a gap.... that\'s dangerous.

    In the peloton, we see George Hincapie and Cadel Evans driving the chase.'),(13098,256,'2007-09-30 16:45:26','Kolobnev and Rebellin','are holding a 35-second gap on the main field. The Spanish are putting in a big effort. This is a perfect move on the part of the Italian squad.'),(13099,256,'2007-09-30 16:48:04','The gap','is coming down as the two leaders approach the start/finish area and enter the final lap. Ding! Ding! Ding! Ding!'),(13100,256,'2007-09-30 16:49:40','Spain','is having to put a big effort in, but they\'ve trimmed the gap to 20 seconds. The rest of the peloton is content to sit on the Spanish wheels... There is a host of azure jerseys sitting right there, and ready to launch when the catch is made.'),(13101,256,'2007-09-30 16:50:49','With 18.5km remaining','the gap is 18 seconds.'),(13102,256,'2007-09-30 16:53:54','Rebellin','and Kolobnev are heading to the base of the Herdwig. The gap is small, so we may see a decisive move out of the peloton as riders attempt to bridge up.'),(13103,256,'2007-09-30 16:55:27','On the Herdwig','The gap is just about 10 seconds. We see Britain\'s Millar, Americans Julich, Hincapie, and Vande Velde.

    Bettini crosses himself hoping for a bit of divine help as he ups the pace.'),(13104,256,'2007-09-30 16:56:26','A new group','Fabian Wegmann is now up with Rebellin, Kolobnev and Boogerd.'),(13105,256,'2007-09-30 16:58:12','The group up front','is made up of about a dozen riders now. We see Samuel Sanchez, Rebellin, Wegmann, Schumacher, Monfort...'),(13106,256,'2007-09-30 16:59:45','Sanchez','the third place finisher in the Vuelta is driving hard at the front fo this group. The leaders are heading toward the Birkenkopf. We\'re working to ID the bunch and get a time gap. It\'s not huge, though and these guys are not really driving it hard yet.'),(13107,256,'2007-09-30 17:01:17','Evans','We see Cadel Evans and Paolo Bettini in the front group, but again these boys are not really pushing it yet.'),(13108,256,'2007-09-30 17:02:13','Beltran',' is driving at the front of the chase group. He has Italian jerseys training him, though.'),(13110,256,'2007-09-30 17:03:19','Boogerd takes','a big dig as the leaders hit the Birkenkopf. Bettini counters and charges hard.'),(13111,256,'2007-09-30 17:03:58','Bettini leads over the top,','with Frank Schleck and Schumacher on his wheel. They have a small gap!'),(13112,256,'2007-09-30 17:04:57','Kolobnev chasing','with nine kilometers to go. It\'s about seven k of rollers between here and the finish and then a final 2k rise to the line.'),(13113,256,'2007-09-30 17:06:18','Kolobnev','and Evans are closing in on the leading trio. The rest of the bunch is not too far back.'),(13114,256,'2007-09-30 17:06:46','On a small riser','Bettini charges hard to trim things back.'),(13115,256,'2007-09-30 17:07:27','Kolobnev','Schumacher, Evans, Schleck join Bettini.'),(13116,256,'2007-09-30 17:08:46','Up front','We have Kolobnev, Bettini, Evans, Schumacher and Schleck. Not a bad bunch. If they work together, these boys could do it.'),(13117,256,'2007-09-30 17:09:47','Eight more riders','led by Boogerd are trying to close the gap. The Bettini group has about 10 seconds. We see Dekker and Boogerd'),(13118,256,'2007-09-30 17:10:10','We see','no Americans in either of two leading groups.'),(13119,256,'2007-09-30 17:11:13','Bettini','is felling feisty. He keeps punching it on the little rollers. He\'s got the others for company... three km to go and the gap to the eight is maybe 9 seconds.'),(13120,256,'2007-09-30 17:12:31','On the final 2km','This leading quintet still has a little gap.'),(13121,256,'2007-09-30 17:13:06','Kolobnev takes a big pull','but Bettini is on his wheel... Evans tries a dig.'),(13122,256,'2007-09-30 17:13:56','1.5km','the leading five are playing games as Schleck and Schumacher lead.'),(13123,256,'2007-09-30 17:14:07','One kilometer to go....',''),(13124,256,'2007-09-30 17:14:20','Evans goes!',''),(13125,256,'2007-09-30 17:14:41','He has all four','others on his wheel. And he slows.'),(13126,256,'2007-09-30 17:15:00','500 meters to go',''),(13127,256,'2007-09-30 17:15:21','Bettini is the picture of concentration',''),(13128,256,'2007-09-30 17:16:00','Sprint!','Kolobnev leads out... and it\'s Bettini! Paolo Bettini defends his world championship title... perhaps to the chagrin of the Stuttgart organizers who at one point this week sought to exclude the Italian from the event.'),(13129,256,'2007-09-30 17:20:00','','1. Paolo Bettini - Italy
    2. Alexandr Kolobnev - Russia
    3. Stefan Schumacher - Germany
    4. Frank Schleck - Luxembourg
    5. Cadel Evans - Australia'),(13130,256,'2007-09-30 17:21:09','What a race','What a week. Thanks for tuning in today. We appreciate your company. Stay tuned for full results and a complete race report from our VeloNews European correspondent Andrew Hood.'),(13131,257,'2007-10-13 06:31:00','Ironman Course','Swim Course Map\r\n
    \r\nBike Course Map\r\n
    \r\nRun Course Map'),(13132,0,'0000-00-00 00:00:00','',''),(13133,257,'2007-10-13 07:30:09','The madness has started','The 29th edition Hawaiian Ironman is currently underway with all 1,700 athletes now in Kailua Bay. We will not be providing LIVE play-by-play coverage (you should check out www.ironman.com for that), but we will be bringing you information from our spotters out there throughout the day.\r\n'),(13134,257,'2007-10-13 07:31:57','Big News','The pressure is always high during the week leading up to race day, but this week the biggest news so far came this morning when 2005 champion Faris Al-Sultan (Germany) pulled out due to a stomach virus. \r\n\r\nMany people were expecting great things from Faris, as the straight-shooting German is a fan favorite with his trademark lead-from-the-gun approach. We will miss you out there today, Faris.'),(13135,257,'2007-10-13 07:46:30','swim updates','The 2.4-swim is traditionally a non-wetsuit swim as the water hovers in the high 70\'s or low 80\'s. However, this year there was some controversy surrounding speed suits worn by nearly one-quarter of the entire racing field. \r\n\r\nThat means there will be many fewer sunburned bodies and more chaffed necks and armpits coming out of the swim today! \r\n\r\n'),(13136,257,'2007-10-13 07:50:17','first swimmers out of the water','Led by led border, big wave surfer Laird Hamilton, Francisco Pontano was again the first to exit the water. It was a fast pace set early but slow on the return. \r\n\r\nPontano was followed by Luke McKenzie (3 seconds), Tom Evans (5 seconds), Jan Raphael (12 seconds), Chris Lieto (14 seconds), Tim Deboom (16 seconds), and Craig Alexander (18 seconds).'),(13137,257,'2007-10-13 07:55:31','first woman','Linda Gallo told us yesterday at bike check-in that she wanted to be first out of the water, and she did just that, coming out just behind Pontano for the second straight year in second overall.\r\n\r\nBehind her were Joanna Zeiger (13 seconds) and Leanda Cave (1:49).\r\n\r\n'),(13138,257,'2007-10-13 08:02:36','first age grouper is out!','Mark Van Akkeren, originally from Austin, Texas but now living in Boulder, Colorado was the first to come out of Kailua Bay.'),(13139,257,'2007-10-13 08:06:19','onto the Queen K','Our spotter on Palani Rd said the main contenders have all moved onto the Queen K highway, the major road leading from Kailua-Kona to Kawaihae. \r\n\r\nJoanna Zeiger is also out onto the Queen K and is rocking a Camelback today to hydrate out in these hot and humid conditions. '),(13140,257,'2007-10-13 08:12:32','About the course','Athletes start by biking out the Kuakini HWY in an out-and-back section that is a gradual uphill on the way out and downhill on the return. Then a punchy, out-of-saddle climb up Palani Rd (in which they will later run up at Mile 9 of the marathon) leads on the Queen K HWY. \r\n\r\nThe major concern for most riders except the ever-smiling Swiss Miss Natascha Badmann are the ho\'o mumuku winds, crosswinds, that can play between 25 and 45 miles/hour. \r\n\r\n'),(13141,257,'2007-10-13 08:15:19','bike course continued...','37-miles outside of Kailua-Kona, athletes make a left hand turn at Kawaihae and begin a 17-mile climb up to the turnaround town of Hawi. \r\n\r\nHawi is a bit of a hippy town and sits at the northern top of the Big Island. On the opposite side of town, where the racers do not bike, it begins one of the wettest climates on earth.'),(13142,257,'2007-10-13 08:23:27','update on the defending champ','Jones was 2:10 behind Gallo out of the swim'),(13143,257,'2007-10-13 08:28:14','correction','Michellie Jones was 4 minutes behind Gallo after the swim but only 2:10 behind bike leaders Gallo and Zeiger coming up to Palani Rd.\r\n\r\n'),(13144,257,'2007-10-13 08:31:37','Badmann spotted','Our spotters on the Queen K just saw the six-time champion on the side of the road by a medical van. We don\'t know if she crashed or if she is feeling ill as well? We will try to update you on this situation.'),(13145,257,'2007-10-13 08:32:47','Stadler rumor','Word is the defending champion may also be suffering from a stomach bug and is not feeling very well today.'),(13146,257,'2007-10-13 08:36:58','Badmann is out','Word is she crashed in the first five miles on the Queen K, even before the Energy Lab and Airport. Her front wheels shows a broken spoke and she was being bandaged up with what looks like a fractured collarbone. We have not confirmed the cause of the crash. \r\n\r\nBadmann was a heavy favorite and loved by all here in Kona. We hope she isn\'t badly hurt. '),(13147,257,'2007-10-13 08:39:56','from the Lieto camp','Insider info from those close to uber-biker Chris Lieto is that he will try to push 360 watts during the first 40-minutes here on the bike and then reassess the situation. \r\n\r\nRight now, Lieto is leading the race out on the Queen K and very few, if any, racers can match that kind of sustained power.\r\n\r\nKeep in mind, Lieto raced well at the Ht. Hood Classic in Oregon earlier this summer, which is a professional cycling race. So, he is in a different league from most of the triathlete \"bikers\" out here. '),(13148,257,'2007-10-13 08:47:21','Stadler is on the move','Stadler, stomach bug and all, is on the move. It looks like he is ready to start pursuing Lieto as he has pushed past the main group and is after the race leader. \r\n\r\nWord on the course is that Belgian Rutger Beke is having difficulty in the early bike miles. \r\n\r\n'),(13149,257,'2007-10-13 09:11:33','Chase Group','There is a chase group a few minutes down on the leaders which includes Michael Lovato and Cam Brown. We have heard that Torbjorn Sindballe has fallen off pace of the lead group and is now on his own out on the Queen K.'),(13150,257,'2007-10-13 09:15:21','Men\'s Leaders at mile 40','Chris Lieto continues to lead the bike with about a 2 or 2 1/2 minute lead over the first chase group. Notables in the chase group are Stadler, Macca, Tim DeBoom, Luke Bell, Crowie and Torbjorn has rejoined this group as well.'),(13151,257,'2007-10-13 09:22:46','Weather update','Conditions seem to be fairly similar to last year, so that could mean we could see some more fast times.'),(13152,257,'2007-10-13 09:39:38','Normann','We have word that Normann is still sitting at the back of a large chase group and has made no significant move. TJ Tollackson appears to be sitting in second place behind Lieto.'),(13153,257,'2007-10-13 09:41:45','Illness','We have heard that Normann has been throwing up as he is riding down the Queen K and that he also was throwing up last night. '),(13154,257,'2007-10-13 09:44:03','Lieto','Lieto has a 4 min lead on a 16-man pack at about mile 50. Everyone in the group of 16 is looking very composed, Tim DeBoom and Macca are both hanging out in about the 2nd or 3rd spot. '),(13155,257,'2007-10-13 09:55:59','Leanda Cave Leads','for the women at mile 50 with Dede 1 min back.'),(13156,257,'2007-10-13 10:02:33','Women chasers','Our spotters just saw the chase group for the women including defending champion Michellie Jones, Sam McGlone, Belinda Granger, Rebekah Keat and Katja Schumacher. They are about 4 minutes down on Leanda Cave. Kate Major sits about a minute behind that chase group at 5 minutes back.'),(13157,257,'2007-10-13 10:03:52','Mark Van Akkeren','has just passed our spotters as the first AG man. He is just behind the chase group of pro women.'),(13158,257,'2007-10-13 10:04:31','Approaching Hawi','and Lieto still leads the men\'s field. '),(13159,257,'2007-10-13 10:07:29','Desiree','just passed our spotters and last year\'s runner-up appears to be just out of the top 15 women so far here today.'),(13160,257,'2007-10-13 10:08:20','Stadler out','Last year\'s champion has dropped out of the race.'),(13161,257,'2007-10-13 10:30:25','Chris Lieto','is still leading the mens race at mile 70 but Torbjorn has broken away from the chase group and is now only 3:15 back from Lieto. '),(13162,257,'2007-10-13 10:54:50','Men\'s update','We have heard that the chase group all appear to be in good spirts and relaxed. This group includes many of the main contenders including DeBoom, Macca and Crowie.'),(13163,257,'2007-10-13 10:57:15','Natascha Badmann','The 6-time champion has not dropped out, like we first heard, but our spotters have said she is very far behind and is not moving up through the field like we expected to see today.'),(13164,257,'2007-10-13 11:22:38','20 miles to go','With about 20 miles to go in the bike, Chris Lieto still leads, with Torbjorn closing the gap slightly.'),(13165,257,'2007-10-13 11:41:31','Race leaders','Leanda Cave is leading Dede Griesbauer by about 2:30 and we have heard that Torbjorn has passed Chris Lieto for the men\'s lead heading into T2.'),(13166,257,'2007-10-13 12:01:46','Michellie is out','Jones blew an ear drum last week in an open water swim down in San Diego and it has been giving her dizzy spells throughout the week. \r\n\r\nShe just dropped out in the second half of the bike today, we haven\'t located exactly how far after Hawi. '),(13167,257,'2007-10-13 12:06:17','Torbjorn is heading down Palani into T2',''),(13168,257,'2007-10-13 12:11:42','Lieto enters T2','Lieto was passed by Sindballe in the final miles before T2 and is now rolling down Palani Rd into T2 90-seconds down to the powerful Dane.\r\n\r\nSindballe was last year\'s ITU Long Course world champion, a race that took place in Australia, and he suffered greatly on the run. He\'ll need a huge lead to hold off the whippet-like runners in the main chase group.'),(13169,257,'2007-10-13 12:27:13','main pack is out onto Alii','Belgian Vanhoenacker was third into T2 seven-minutes behind Sindballe but breathing down his neck is main pack of contenders including; Eneko Llanos, Tim Deboom, Craig Alexander, Cam Brown and Chris McCormack. \r\n'),(13170,257,'2007-10-13 12:28:19','furnace-like conditions','word from the street in town is there is not a cloud in the sky to be seen. \r\n\r\nThis is music to the ears of the smaller runners like Llanos, Deboom and Brown.'),(13171,257,'2007-10-13 12:32:19','Van Lierde','exited T2 with the main pack. The 38 year-old Belgian is no stranger to success on this course as he boasts the fastest overall winning time on the course. If he is healthy, watch out, as he is one of two men out on the course who has won this race (twice). \r\n\r\nThe other man...\r\n\r\nTim Deboom (2001, 2002)'),(13172,257,'2007-10-13 12:34:40','Alexander','Crowie, as Alexander is affectionately known, is the kind of athlete legends like Mark Allen and Scott Molina have got to love and respect. In the last three years, he has won both non-drafting short course classics like Lifetime Fitness Triathlon, nearly every 70.3 distance around, and already a podium placement at Ironman Australia, where he trained through the event.'),(13173,257,'2007-10-13 12:41:46','Red Bull house update','Our friends from the esteemed Red Bull House at mile three of the run tell us that McCormack, Deboom (their house favorite), Llanos, Alexander, and Brown are all running strung out, separated by five or six seconds each. '),(13174,257,'2007-10-13 12:50:02','run update','Our spotters on the course tell us Lieto has repassed Sindballe and Vanhoenacker is gaining ground on both men. \r\n\r\nNow only six and-a-half minutes behind the three leaders is a hard charging McCormack with Alexander nipping on his heels and Deboom and Llanos a further 30-seconds back.\r\n\r\nThese guys are all proven winners so as you can imagine, the clip at the front of the race must be insanely fast.'),(13175,257,'2007-10-13 12:53:51','women\'s side of the race','I\'ve been trying to locate more info on this one: Chrissie Wellington, from Great Britain, is leading the women\'s race and is closing in on T2. She passed both Cave and Dede Griesbauer around the 100-mile mark. Wellington recently won the Ironman South Korea race and trains with Brett Sutton, who has trained former world champions Tim Don and Emma Snowsill. He knows how to train winners. '),(13176,257,'2007-10-13 12:55:21','Wellington leads into T2','but only trailing by three or four minutes is Kate Major who posted the second fastest run split ever in Kona. If Major can duplicate her 3:02 marathon from 2005 then she might be unbeatable this afternoon. \r\n\r\n'),(13177,257,'2007-10-13 12:57:14','Sindballe','We stand corrected as our spotter misidentified Sindballe and Lieto (which is easy to do since Sindballe is wearing a long sleeved white-shirt and compression socks). Sindballe is still in the lead, but the greyhounds are in hot pursuit.'),(13178,257,'2007-10-13 13:41:50','Chasers','It looks like the chasers are starting to make their move on this race out on the Queen K. \r\n\r\nOur spotters tell us McCormack, Alexander, Deboom, and Llanos look smooth running up Palani.\r\n\r\n'),(13179,257,'2007-10-13 13:43:49','Lieto','is still in the lead but McCormack was only one minute down with Alexander and Deboom dropping slightly off the pace. This race looks like it will be won out in the Energy Lab. Can McCormack last in the heat? Alexander is strong in the heat but has never experienced the Energy Lab. Deboom has won here twice but is he healthy this year? We will soon find out.'),(13180,257,'2007-10-13 13:49:25','women\'s update','Wellington continues to lead but charging hard behind are McGlone and Major. The two are running nearly side-by-side. These are two of the quickest ladies in the sport. What a race for both the men and women!'),(13181,257,'2007-10-13 14:08:49','run update','Macca just passed Chris Lieto heading into the Energy Lab, Crowie is about a minute behind Lieto and Tim DeBoom is another minute behind Crowie. Macca passed Lieto without even a glance and seems very focused. '),(13182,257,'2007-10-13 14:10:20','Wellington heads up Palani hill','and is smiling and looking very relaxed in the lead.'),(13183,257,'2007-10-13 14:15:12','Sam McGlone','just went up Palani hill and is 30 seconds up on Kate Major. McGlone is running with a sponge tucked into the neck of her jersey and looks to be feeling the heat a little more than Major. '),(13184,257,'2007-10-13 14:15:30','Macca','is leading Lieto by 19 seconds with Crowie a further minute down.'),(13185,257,'2007-10-13 14:35:16','Macca leads','Macca has extended is lead to 2:30 over Alexander. '),(13186,257,'2007-10-13 14:36:20','Third through Fifth','Behind Macca and Alexander are:\r\n\r\nThird - Lieto\r\nFourth - Sindballe \r\nFifth - Deboom'),(13187,257,'2007-10-13 14:47:55','shake-up','The Energy Lab is where the mud hits the fan and today proves no different. Macca launched ahead of Lieto for the lead and emerged the man-to-beat with just under six miles to go back into town. \r\n\r\nLast year he was grimacing as he chased after Stadler but today he looks to be backing up every claim he made in this past year. \r\n\r\nAlexander is no nearly three minutes down. Lieto has popped and not yet emerged from the Energy Lab. Sindballe is back in third but will likely be passed by Deboom before returning into town. Vanhoenacker is not far behind Deboom. '),(13188,257,'2007-10-13 14:59:54','cover boy','While some of us in the office figured he had taxed his karma with the harsh words spoken between Stadler, McCormack and Al-Sultan last year, the majority of the Inside Triathlon staff and the majority of our readers looked to have done their homework and predicted the men\'s winner...\r\n\r\nMcCormack knows he has this race won as he is celebrating a bit running down Palani Rd where last year he knew he had run out of real estate. What a year for the Aussie. He nearly broke Van Lierde\'s world record at Challenge Roth and looks to win his first Hawaiian Ironman.'),(13189,257,'2007-10-13 15:02:13','Alexander holds steady','Alexander\'s bike sponsor, Orbea\'s Tony Karklins, just stopped by here at the Toyota US Open in Dallas, and is stoked to hear about Alexander\'s race in the lava fields. \r\n\r\nRemember, Crowie raced with the top short-coursers only three months ago at the Lifetime Fitness Triathlon in Minneapolis and finished third. \r\n\r\nHe\'s proven himself today as someone to be reckoned with in the years to come. '),(13190,257,'2007-10-13 15:02:37','King of Kona','Macca has just crossed the finish line! '),(13191,257,'2007-10-13 15:17:44','what a finish','Alexander finished second in his Kona debut, one of the best debuts ever by an athlete here. \r\n\r\nSinballe crossed the line third to hold off Tim Deboom. Sindballe was covered in white from head to toe and looked more ready to rock the Badwater or Western States 100 then to race Ironman, but he had his best finish ever here today.\r\n\r\nDeboom finished fourth, a great return for the two-time champion, and enough to show all doubters he is still in the top tier of athletes to toe the start of any race.\r\n\r\nAfter attempting a late break from the main group on the bike, Vanhoenacker moved up one place from last year to capture fifth overall.\r\n\r\nLieto was the gutsiest racers out there today going after the bike alone and finishing in sixth, his best Kona performance to date.\r\n\r\nEneko Llanos finished right behind Lieto in seventh and proves he is a consistent performer near the front of the race.\r\n\r\n '),(13192,257,'2007-10-13 15:25:18','women grinding it out','The lead women are out of the Energy Lab and the previously unknown, Chrissie Wellington still holds the lead. McGlone is feeling her first-ever marathon now in the tough part but the course does ease slightly downhill back into town. She is still around two minutes ahead of Major, who is always deadly on the run. '),(13193,257,'2007-10-13 15:49:07','Wellington is back in town','The Brit just cruised by one of our course spotters who said she is smiling like another six-time winner of this race and making this marathon march look easy. With McGlone still 5:30 behind, our new women\'s champion looks to be someone no one, save maybe Chrissie herself and her coach - Brett Sutton, could have fathomed would win today.'),(13194,257,'2007-10-13 15:56:11','first year pro','Well, when an unheard of like Wellington wins Ironman Hawaii, we have to scramble and do a bit of quick research. \r\n\r\nWellington is racing in her first year as a pro in 2007. She was the 2006 25-29 Age Group champion at ITU World\'s in Lausanne, Switzerland last year, raced in numerous ITU Continental Cups this season, finished 5th at the Long Course Elite Worlds in France and won Ironman South Korea in her first shot at the distance. \r\n\r\nThat\'s a pretty darn good end to the season in her first year as a pro!'),(13195,257,'2007-10-13 16:17:25','rounding out the podium...','McGlone took second in her first-ever Ironman, wowing the crowd by the Kona Pier, Major hung tight for third, and the closest battle yet just finished with New Zealand\'s Joanna Lawn outsprinting Australians Rebecca Preston (fifth) and Rebekah Keat (sixth) to capture fourth place. '),(13196,257,'2007-10-13 16:21:25','first age group finisher','is American Alex mroszczyk-McDonald, a 26 year-old student from Vermont in 9:00:09. McDonald won Lake Placid earlier this summer. '),(13197,257,'2007-10-13 16:30:51','second 25-29 finisher','is Mac Brown from San Diego, California. What a finish for Brown, who was T-boned during the 40k-bike leg of the LA Triathlon earlier in September. '),(13198,257,'2007-10-13 16:40:24','second overall amateur','is Elmar Schuberth, the Physical Therapist from Austria, in 9:04:25 to win the Men\'s 35-39 age group. '),(13199,257,'2007-10-13 16:57:07','first amateur female in...','Bree Wee, the local star, from Kailua-Kona just crossed the line to capture the overall female amateur title in 9:47:50. \r\n\r\nWee finished second place overall to Jennifer Garrison at the USAT Nationals earlier in the year. \r\n\r\n'),(13200,257,'2007-10-13 17:37:57','World Championships - Kona/Clearwater','With two new champions crowned in Kona today, the excitement for many athletes is only beginning. Inside Triathlon and InsideTri.com will bring athletes training for the Clearwater 70.3 World Championships a seven-day training program led by five-time world champion Simon Lessing. Check in next week to see the seven-day training schedule that Simon choses to use in attempt to up his placing from second in 2006!\r\n\r\nInsideTri.com will bring you exclusive training videos, training Q & A\'s with Simon and other top professionals, and a training schedule you can follow to prepare for your Clearwater 70.3 race. '),(13202,258,'2007-10-14 02:33:00','Race Info','Swim Course: http://www.usopentriathlon.com/Assets/Swim+Course+10-8.pdf?method=1\r\n\r\nBike Course: http://www.usopentriathlon.com/Assets/Bike+Map.pdf?method=1\r\n\r\nRun Course: http://www.usopentriathlon.com/Assets/Run+Map.pdf?method=1\r\n\r\nThe website is: http://www.usopentriathlon.com\r\n\r\nRace start for Pro Men is 7:30AM and Pro Women is 7:35AM'),(13203,258,'2007-10-14 07:30:18','Welcome','This race is culmination of the Lifetime Fitness series. The series began in Minneapolis in July with the Lifetime Fitness triathlon, headed to NYC for the Nautica NYC triathlon, traveled to Chicago for the Accenture Chicago Triathlon and visited LA for the Kaiser Permanente LA triathlon and will finish here today in Dallas. '),(13204,258,'2007-10-14 07:32:00','Big names','There are some big names here today racing in the pro field. Greg Bennett has to be the most talked about man as he has won each of the 4 contests in the series so far. He has a chance to take home $420,000 in bonuses here with the win. On the women\'s side, Emma Snowsill is considered the one to beat. After finishing second to Vanessa Fernandes at the LTF triathlon in Minneapolis in July, Emma has gone on to win in NYC, Chicago and LA to lead the series on the women\'s side.'),(13205,258,'2007-10-14 07:44:56','Men\'s field','Other notables in the men\'s field: Olympians Simon Whitfield, Bevan Docherty, Hunter Kemper, and Kris Gemmell are on the start list. Rasmus Henning, the champion of the 2007 HyVee triathlon in Des Moines is here as well. '),(13206,258,'2007-10-14 07:45:59','The swim','The men have started the swim and Craig Walton has already pulled to about a 10m lead and they are only about 5 minutes in!'),(13207,258,'2007-10-14 07:46:33','Behind Walton','There is a pack of about 15 men with another 2 behind that pack.'),(13208,258,'2007-10-14 07:48:51','Non-wetsuit','It is a non-wetsuit swim here today but there are several competitors wearing the new speed suits with strategically placed neoprene. They were also allowed yesterday at the Ironman World Championship in Kona. '),(13209,258,'2007-10-14 07:49:25','Women\'s start','The women have just started.'),(13210,258,'2007-10-14 07:55:01','Walton continues to lead','but there is an unknown swimmer with him and behind them it appears to be a group of about 13.'),(13211,258,'2007-10-14 07:56:11','Haskins','Sarah Haskins leads the women\'s race by about 10 meters over what looks like Emma Snowsill and Julie Dibens.'),(13212,258,'2007-10-14 08:00:44','Weather','The weather here is in the 60s with some wind. It doesn\'t seem that the heat will be too much of a factor today.'),(13213,258,'2007-10-14 08:18:11','Early in the bike','Greg Bennett is leading Craig Walton with a large pack behind them. Look fo David Thompson to make a move on the bike leg. He has had the fastest bike split in most of the big races he has entered so far, including the LTF triathlon Minneapolis. '),(13214,258,'2007-10-14 08:28:39','Matty Reed','Reed has taken the lead on the bike course at mile 10. He leads a chase group by 5 seconds. The chase group is led by Walton.'),(13215,258,'2007-10-14 08:36:47','Mile 15','Matt Reed continues to lead the men\'s race with about a 1/4 mile lead on the chase group. Stephen Hackett has taken the lead of the chase pack which includes Craig Walton, Greg Bennett, Hunter Kemper, and Filip Ospaly with no other cyclists in sight.'),(13216,258,'2007-10-14 08:52:56','Heading into T2','The men are about 2 minutes away from T2 and Matty Reed continues to lead with Craig Walton heading the chase pack one minute back.'),(13217,258,'2007-10-14 09:07:28','Bennett','has now taken the lead. He is about 150 meters ahead of Bevan Docherty, Filip Ospaly, and Matty Reed. Bennett took the lead from Matty Reed at about the 1 1/2 mile mark. He appears to be running away from the three chasers. Hunter Kemper seems to be suffering a little and is running behind Docherty, Ospaly and Reed.'),(13218,258,'2007-10-14 09:15:55','Bevan and Filip','are trailing Bennett by 30 seconds at mile 4. Hunter Kemper is about 15 seconds behind Docherty and Ospaly and Matty Reed is a further 15 seconds down. Following that it is Stephen Hackett and Craig Walton.'),(13219,258,'2007-10-14 09:19:55','Sarah Haskins leads','Haskins is leading the women\'s race over Julie Dibens with about a minute lead. Mirinda Carfrae is in 3rd a further 3:30 down. Mary Beth Ellis in 4th, Rebeccah Wassner in 5th, Emma Snowsill in 6th, Anja Dittmer in 7th and Amy Marsh in 8th heading out onto the first lap of the run.'),(13220,258,'2007-10-14 09:35:00','Bennett Wins!!','Filip Ospaly gets 2nd, Bevan Docherty is 3rd, Hunter Kemper was 4th. With the win, Bennett gets $420,000 in winnings.'),(13221,258,'2007-10-14 09:36:13','Women\'s update','Sarah Haskins is 2 minutes up on Julie Dibens, Carfrae is a further minute down. Snowsill and Wassner are a further 1:15 down. Behind those is is Anja Dittmer and Mary Beth Ellis.'),(13222,258,'2007-10-14 09:39:08','Elite Amateur update','Daniel Bretscher is winning for the men with Phillipe Kozub trailing by one minute with about 2 miles to go in the run.'),(13223,258,'2007-10-14 09:44:09','Haskins wins!!','Sarah Haskins just wins the women\'s race!'),(13224,258,'2007-10-14 09:45:07','Julie Dibens gets second','Julie Dibens just crossed the line in second place for the women!'),(13225,0,'0000-00-00 00:00:00','',''),(13226,0,'0000-00-00 00:00:00','',''),(13227,0,'0000-00-00 00:00:00','',''),(13228,0,'0000-00-00 00:00:00','',''),(13229,0,'0000-00-00 00:00:00','',''),(13230,0,'0000-00-00 00:00:00','',''),(13231,0,'0000-00-00 00:00:00','',''),(13232,0,'0000-00-00 00:00:00','',''),(13233,0,'0000-00-00 00:00:00','',''),(13234,0,'0000-00-00 00:00:00','',''),(13235,0,'0000-00-00 00:00:00','',''),(13236,0,'0000-00-00 00:00:00','',''),(13237,0,'0000-00-00 00:00:00','',''),(13238,0,'0000-00-00 00:00:00','',''),(13239,0,'0000-00-00 00:00:00','',''),(13240,0,'0000-00-00 00:00:00','',''),(13241,0,'0000-00-00 00:00:00','',''),(13242,0,'0000-00-00 00:00:00','',''),(13243,0,'0000-00-00 00:00:00','',''),(13244,0,'0000-00-00 00:00:00','',''),(13245,0,'0000-00-00 00:00:00','',''),(13246,0,'0000-00-00 00:00:00','',''),(13247,0,'0000-00-00 00:00:00','',''),(13248,0,'0000-00-00 00:00:00','',''),(13249,0,'0000-00-00 00:00:00','',''),(13250,0,'0000-00-00 00:00:00','',''),(13251,0,'0000-00-00 00:00:00','',''),(13252,0,'0000-00-00 00:00:00','',''),(13253,0,'0000-00-00 00:00:00','',''),(13254,0,'0000-00-00 00:00:00','',''),(13256,0,'0000-00-00 00:00:00','',''),(13257,0,'0000-00-00 00:00:00','',''),(13258,0,'0000-00-00 00:00:00','',''),(13259,0,'0000-00-00 00:00:00','',''),(13260,0,'0000-00-00 00:00:00','',''),(13261,307,'2009-05-07 11:29:48','Example','This is a sample post.'),(13262,310,'2009-05-02 08:01:00','We\'re Off','The men are swimming. The water is cold, about 64F (that\'s cold for this lake at this time of year). And that\'s strange, because the Lake level is way down. Only one time have we seen it this low, and that was quite a few years ago. Of course, wetsuits are in use here, as they are every year. '),(13263,310,'2009-05-02 08:05:00','The front pack','The front pack figures to swim this thing in about 23 or 24 minutes. Excluding Potts, who may swim it alone in front, reliable front packers today are Andersson, Brian Lavelle, Bozzone, and Brian Fleischmann among others. '),(13264,0,'0000-00-00 00:00:00','',''),(13265,0,'0000-00-00 00:00:00','',''); +UNLOCK TABLES; +/*!40000 ALTER TABLE `ticks` ENABLE KEYS */; + +-- +-- Table structure for table `users` +-- + +DROP TABLE IF EXISTS `users`; +CREATE TABLE `users` ( + `ID` int(11) NOT NULL auto_increment, + `username` varchar(64) NOT NULL default '', + `password` varchar(200) NOT NULL default '', + `pw` varchar(100) NOT NULL default '', + PRIMARY KEY (`ID`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `users` +-- + + +/*!40000 ALTER TABLE `users` DISABLE KEYS */; +LOCK TABLES `users` WRITE; +INSERT INTO `users` VALUES (1,'velonews','*E8B2B091D996E5C282721CE2CB206C4157286760','bike'),(4,'raam','*FE740714BD104B130993EA00B001C66B37C21555','june12!'),(3,'jeff','*E38832C240E05D8BDA382BCBE33BAB65D930F234',''),(5,'it','*30EDA0613384E59915BE9C8A5FBF40221268EA78','tri'),(6,'slowtwitch','*92EF3E9D2028CB36D9BAE2441F36A9D1ED0FA2F4','chickens!_old'); +UNLOCK TABLES; +/*!40000 ALTER TABLE `users` ENABLE KEYS */; + +-- +-- Table structure for table `videos` +-- + +DROP TABLE IF EXISTS `videos`; +CREATE TABLE `videos` ( + `ID` int(11) NOT NULL auto_increment, + `stageID` varchar(5) NOT NULL default '', + `thumbname` varchar(255) NOT NULL default '', + `thumburl` varchar(255) NOT NULL default '', + `link` varchar(255) NOT NULL default '', + `caption` varchar(255) NOT NULL default '', + `courtesy_of` varchar(255) NOT NULL default '', + `default_flag` enum('yes','no') NOT NULL default 'no', + PRIMARY KEY (`ID`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `videos` +-- + + +/*!40000 ALTER TABLE `videos` DISABLE KEYS */; +LOCK TABLES `videos` WRITE; +INSERT INTO `videos` VALUES (18,'55','2006070109461510185.15306.t.jpe','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=98&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Doping scandal update','Andrew Hood','yes'),(16,'55','200606280721332827.2898.t.jpe','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=92&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','2002 Best of the Tour de France','','no'),(14,'55','200606280501036665.8622.t.jpe','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=94&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','2004 Best of the Tour de France','','no'),(15,'55','200606280717464715.5862.t.jpe','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=93&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','2003 Best of the Tour de France','','no'),(13,'55','200606280457308612.12154.t.jpe','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=95&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','2005 Best of the Tour de France','','yes'),(19,'55','20060701101113bruneel.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=99&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Pre-race with Johan Bruyneel','Jason Sumner','yes'),(20,'56','2006070110094810191.15309.t','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=106&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Yesterday\'s prologue race highlights','','yes'),(21,'55','20060701101411uci.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=100&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','UCI president Pat McQuaid comments...','Jason Sumner','yes'),(22,'55','20060701101553horner.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=101&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','The Chris Horner Tour de France video diary','Jason Sumner','yes'),(23,'55','20060701101727jose.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=102&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Jose De Cauwer on rider ejections','Jason Sumner','yes'),(24,'55','20060701101819zab.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=103&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','CSC\'s David Zabriskie follows his third-place finish','','yes'),(25,'55','20060701101932rihs.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=105&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Phonak team owner Andy Rihs on the rider ejections','Jason Sumner','yes'),(26,'55','2006070110212510191.15309.t','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=106&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Prologue race highlights','','yes'),(27,'56','20060702093139hincapie.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=107&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','George Hincapie','','yes'),(28,'56','20060702093244freddie.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=108&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Fred Rodriguez explains his role in the Robbie McEwen lead-out train','','yes'),(29,'56','20060702093341milar.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=109&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Scot David Millar talking about his return','','yes'),(30,'56','20060702093513boonen.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=110&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Reigning world champion Tom Boonen','','yes'),(31,'56','20060702094413horner.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=111&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Chris Horner diary','','yes'),(32,'59','20060703074011stage1.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=112&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Race highlights from yesterday\'s stage 1','','yes'),(33,'59','20060703103007johan.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=117&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Johan Bruyneel talks strategy before stage 2','Jason Sumner','yes'),(34,'59','20060703103419hincapie.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=118&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','American George Hincapie talks about wearing yellow','Jason Sumner','yes'),(35,'59','20060703103749horner.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=119&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Chris Horner Diary: Stage 2','Jason Sumner','yes'),(36,'59','20060703104147leip.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=120&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Christian Henn and Levi Leipheimer talk strategy','Jason Sumner','yes'),(37,'59','20060703104649thor.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=121&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Credit Agricole\'s Thor Hushovd says he\'s hurting but will still ride','Jason Sumner','yes'),(38,'59','20060703035820rub.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=123&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Discovery Channel\'s Jose Luis Rubiera on his stage 2 performance','Jason Sumner','yes'),(39,'59','20060703035932sarg.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=124&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Davitamon-Lotto team manager Marc Sargeant on Robbie McEwen\'s stage 2 win','Jaason Sumner','yes'),(40,'59','20060703040035thor2.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=125&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Yellow jersey holder Thor Hushovd on coming back from his stage 1 injury','Jason Sumner','yes'),(41,'59','20060703040248mce.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=126&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 2 winner Robbie McEwen breaks down the frenetic final moments on Monday','Jason Sumner','yes'),(42,'59','20060703040645stage2.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=122&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 2 highlights','','yes'),(43,'60','20060703040757stage2.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=122&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage highlights from yesterday\'s stage 2','','yes'),(44,'60','20060704104338horner3.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=127&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Chris Horner Diary: Stage 3','Jason Sumner','yes'),(45,'60','20060704104433booned-bike.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=128&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Tom Boonen\'s custom time VXRS team bike.','Jason Sumner','yes'),(46,'60','20060704124059high3.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=129&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 3 race highlights','','yes'),(47,'61','20060704021137high3.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=129&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Race highlights from yesterday\'s stage 3','','yes'),(48,'61','20060705103837julich.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=130&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','American Bobby Julich (CSC) talks about the impact of Ivan Basso\'s expulsion.','Jason Sumner','yes'),(49,'61','20060705110345credit.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=133&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Credit Agricole’s Julian Dean talk about the finish of stage 3','Jason Sumner','yes'),(50,'61','20060705110451evans.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=134&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Davitamon-Lotto team boss Marc Sargeant and rider Cadel Evans talk about a tough day for their team on Tuesday.','Jason Sumner','yes'),(51,'61','20060705110714boonen.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=135&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Belgian Tom Boonen before and after he took the yellow jersey on Tuesday.','Jason Sumner','yes'),(52,'61','20060705111040horner4.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=136&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Chris Horner diary: stage 4','Jason Sumner','yes'),(53,'61','20060705111154ekimov.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=137&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Discovery Channel’s Viatcheslav Ekimov says the 2004 time trial gold medal should be his.','Jason Sumner','yes'),(54,'61','20060705022826stage.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=138&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 4 race highlights','','yes'),(55,'62','20060705022945stage.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=138&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Race highlights from yesterday\'s stage 4','','yes'),(56,'62','20060706105535medone.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=143&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Trek marketing man Scott Daubert walks us through the new Madone 6.9SSL.','Jason Sumner','yes'),(57,'62','20060706105624horner5.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=144&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Chris Horner diary: stage 5','Jason Sumner','yes'),(58,'62','20060706030001voight.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=146&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','German Jens Voight talks about stage 5 and what\'s to come for CSC.','','yes'),(59,'62','200607060301545interviews.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=147&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 5 post-race comments from Tom Boonen, Oscar Freire and Robbie McEwen','','yes'),(60,'63','20060707085037stage5.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=145&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Race highlights from yesterday\'s stage 5','','yes'),(61,'63','20060707021351highlight6.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=152&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 6 race highlights','','yes'),(62,'64','20060707041450highlight6.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=152&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Race highlights from yesterday\'s stage 6.','','yes'),(63,'63','20060707045814riis.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=153&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','CSC\'s Bjarne Riis on the Morning of Stage 6.','','yes'),(64,'63','20060707045910zabrisk.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=154&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Post race comments from Americans George Hincapie and David Zabriskie','Jason Sumner','yes'),(65,'63','20060707050038whatson.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=155&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','What Do You Do at the Tour: Photographer Graham Watson','Jason Sumner','yes'),(66,'63','20060707050133horner6.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=156&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Chris Horner Diary: Stage 6','Jason Sumner','yes'),(67,'63','20060707050224mcewen.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=157&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 6 Winner Robbie McEwen','Jason Sumner','yes'),(68,'64','20060708084024zabrisk.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=154&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 6 post race comments from Americans George Hincapie and David Zabriskie.','Jason Sumner','yes'),(69,'64','20060708084155whatson.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=155&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','What Do You Do at the Tour: Photographer Graham Watson.','Jason Sumner','yes'),(70,'64','20060708084246horner6.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=156&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Chris Horner Diary: stage 6','Jason Sumner','yes'),(71,'64','20060708084425mcewen.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=157&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 6 Winner Robbie McEwen','Jason Sumner','yes'),(72,'64','20060708113409bianchi.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=159&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Liquigas mechanic Andrea Bisogno walks us through the team Bianchi bike','Jason Sumner','yes'),(73,'64','20060708113504ligget.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=158&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','What do you do at the Tour: TV announcer Phil Liggett','Jason Sumner','yes'),(74,'64','200607081255017high.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=160&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 7 race highlights.','','yes'),(75,'65','200607090824517high.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=160&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Yesterday\'s stage 7 race highlights.','','yes'),(76,'65','20060709082944discoverytruck.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=164&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Alan Buttler takes us on a tour of the Discovery Channel team truck.','Jason Sumner','yes'),(77,'65','20060709095221horner8.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=165&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Chris Horner Diary: Stage 8','Jason Sumner','yes'),(78,'65','20060709095432levi.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=166&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Gerolsteiner\'s Levi Leipheimer and director Christian Henn talk about the dissasterous stage 7 TT.','','yes'),(79,'65','20060709095539chaos.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=167&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Controlled Chaos: Inside the Tour de France caravan.','Jason Sumner','yes'),(80,'65','20060709103255george.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=168&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 8 pre-race comments from George Hincapie, Johan Bruyneel and Cadel Evans.','','yes'),(81,'65','20060709011020high8.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=169&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 8 race highlights','','yes'),(82,'66','20060709011109high8.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=169&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Race highlights from Sunday\'s stage 8.','','yes'),(83,'65','20060710090431what-do.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=170&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','What do you do at the Tour: Three-time Paris-Roubaix winner Johan Museeuw.','Jason Sumner','yes'),(84,'65','20060710090705voight8.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=171&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','CSC’s Stuart O’Grady talks about the Tour before stage 8.','','yes'),(85,'65','20060710091217landis8.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=172&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 8 post-race comments: CSC’s Jens Voight, and Phonak riders Floyd Landis and Robbie Hunter','Jason Sumner','yes'),(86,'66','20060711094919srn.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=174&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','What do you do at the Tour: SRM technician Daniel Gillespie','Jason Sumner','yes'),(87,'66','20060711095015lelangue.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=175&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Phonak team director John Lelangue talks about the tour thus far','','yes'),(88,'66','20060711095132t_mobile.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=176&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','T-Mobile team director Olaf Ludwig talks Tour strategy','','yes'),(89,'66','20060711095227zabriskie.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=177&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','American Dave Zabriskie talks about good friend Floyd Landis','','yes'),(90,'66','20060711095349doctor.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=178&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Dr. Brent Kay explains Floyd Landis\' degenerative hip condition','Jason Sumner','yes'),(91,'66','20060711095434floyd_hip.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=179&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','American Floyd Landis talks about his degenerative hip condition','','yes'),(92,'66','20060711102332horner9.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=180&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Chris Horner Diary: Stage 9','Jason Sumner','yes'),(93,'66','20060711102429johan.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=181&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Johan Bruyneel comments on Floyd Landis and his hip condition','','yes'),(94,'66','20060711014109high9.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=182&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 9 race highlights','','yes'),(96,'67','20060711021458high9.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=182&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 9 race highlights','','yes'),(97,'67','20060712084001horner10.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=186&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Chris Horner Diary: Stage 10','Jason Sumner','yes'),(98,'67','20060712092433landis10.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=187&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Phonak\'s Floyd Landis, John Lelangue and Allen Lim talk team strategy before Wednesday\'s run up into the Pyrenees.','Jason Sumner','yes'),(99,'67','20060712101952george10.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=188&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Discovery\'s George Hincapie, CSC\'s Jens Voigt and Saunier Duval\'s David Millar talk about the Tour\'s first trip into the mountains.','Jason Sumner','yes'),(100,'67','20060712103528riis.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=189&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','CSC director Bjarne Riis talks about Ivan Basso, his team\'s chances in the Tour, and attending the World Cup final on Sunday','Jason Sumner','yes'),(101,'58','20060713075719high10.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=193&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 10 race highlights.','','yes'),(102,'67','20060713075842high10.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=193&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 10 race highlights.','','yes'),(103,'58','20060713095408sam_10.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=194&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','What do you do at the Tour: cycling journalist Sam Abt.','Jason Sumner','yes'),(104,'58','20060713095454trek_tour.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=195&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Living the dream: A Trek Travel tour group takes in La Grande Boucle','Jason Sumner','yes'),(105,'58','20060713125619high11.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=196&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 11 race highlights.','','yes'),(106,'68','20060713050809high11.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=196&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 11 race highlights.','','yes'),(107,'68','20060714104001george12.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=202&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Discovery Channel director talks about his team’s implosion on the trip to Pla-de-Beret.','Jason Sumner','yes'),(108,'68','20060714104039Horner12.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=203&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Chris Horner Diary: Stage 12.','Jason Sumner','yes'),(109,'68','20060714104256johan12.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=205&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Discovery Channel director talks about his team’s implosion on the trip to Pla-de-Beret.','Jason Sumner','yes'),(110,'68','20060714033000CSCBus12.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=208&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','All aboard: a look inside the Team CSC bus.','Jason Sumner','yes'),(111,'68','20060714033052high12.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=206&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 12 race highlights.','','yes'),(112,'69','20060714033146high12.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=206&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 12 race highlights.','','yes'),(113,'69','20060715085357mem_vendors.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=211&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','What do you do at the Tour: Race memorobilia vendors.','Jason Sumner','yes'),(114,'69','20060715102939horner13.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=212&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Chris Horner Diary: Stage 13','Jason Sumner','yes'),(121,'69','20060715031128high13.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=213&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 13 race highlights.','','yes'),(116,'70','20060715010745high13.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=213&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 13 race highlights.','','yes'),(117,'69','20060715013826floyd13.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=214&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Floyd Landis explains why his team let the yellow jersey go.','Jason Sumner','yes'),(118,'69','20060715030210csc13.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=215&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','CSC\'s Bjarne Riis and Alain Gallopin comment on their stage 13 win.','Jason Sumner','yes'),(119,'69','20060715030253phonak13.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=216&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Phonak team director John Lelangue describes the strategy behind giving away the yellow jersey.','Jason Sumner','yes'),(120,'69','20060715030340oscar13.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=217&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 13 post race with Oscar Pereiro and Cadel Evans.','Jason Sumner','yes'),(122,'69','','','','','','no'),(123,'70','20060716082109martin14.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=218&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','What do you do at the Tour: UCI race commissaire Martin Bruin.','Jason Sumner','yes'),(124,'70','20060716122340high14.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=219&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 14 race highlights.','','yes'),(125,'71','20060716122740high14.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=219&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Race highlights from Sunday\'s stage 14.','','yes'),(126,'71','20060717055957hornerRD2.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=224&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Chris Horner Diary: Rest Day #2','Jason Sumner','yes'),(127,'71','20060717060054meetRD2.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=226&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Meet the press: Davitamon-Lotto’s Marc Sergeant, Cadel Evans and Robbie McEwen talk about their bid to take yellow and green at the Tour.','Jason Sumner','yes'),(128,'71','20060717060136floydRD2.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=225&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Phonak’s Floyd Landis talks strategy as the Tour heads into the Alps.','Jason Sumner','yes'),(129,'71','20060718021726horner15.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=228&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Chris Horner Diary: Stage 15.','Jason Sumner','yes'),(130,'71','20060718021800high15.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=227&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 15 race highlights.','','yes'),(131,'72','20060718021952high15.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=227&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 15 race highlights.','','yes'),(134,'72','20060718045117johan15.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=231&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Discovery director Johan Bruyneel explains what his team has left to fight for.','Jason Sumner','yes'),(135,'72','20060718045204lance15.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=229&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Lance Armstrong and actor Jake Gyllenhaal talk about being at the Tour de France.','Jason Sumner','yes'),(136,'72','20060719101801levi16.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=233&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','American Levi Leipheimer talks about a good day on Alpe d\'Huez and what\'s next at Le Tour.','Neal Rogers','yes'),(137,'72','20060719102241horner16.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=234&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Chris Horner Diary: Stage 16.','Jason Sumner','yes'),(138,'73','20060720074506high16.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=235&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Race highlights from yesterday\'s stage 16.','','yes'),(139,'73','20060720074559rhis16.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=240&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','CSC\'s Bjarne Riis and Frank Schleck discus the decisive day in the Alps.','','yes'),(140,'73','20060720074710white16.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=239&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','White jersey holder Marcus Fothen and green jersey holder Robbie McEwen talk about their day in the Alps.','Jason Sumner','yes'),(141,'73','20060720100132ras16.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=237&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 16 winner Mickael Rasmussen and Rabobank team director Erik Breukink talk about a stunning day in the Alps.','Jason Sumner','yes'),(142,'73','20060720100239oscar16.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=238&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Spaniard Oscar Pereiro talks about taking back the yellow jersey from former teammate Floyd Landis.','Jason Sumner','yes'),(143,'73','20060720100352floyd16.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=236&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','American Floyd Landis explains what happened on a disastrous second day in the Alps.','Jason Sumner','yes'),(145,'73','20060720123938high17.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=241&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 17 race highlights','','yes'),(146,'74','20060720020441high17.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=241&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 17 race highlights','','yes'),(147,'74','20060721090028cadel17.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=243&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Aussie Cadel Evans questions his opponents strategy on the last day in the Alps.','Jason Sumner','yes'),(148,'74','20060721090142vande17.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=242&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Team CSC\'s Christian Vande Velde, Carlos Sastre and Frank Schleck talk about another stunning day in the Alps.','Jason Sumner','yes'),(149,'74','20060721090229ras17.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=244&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Rabobank\'s Mickael Rasmussen talks about the amazing ride of Floyd Landis.','Jason Sumner','yes'),(151,'74','20060721095133landis17.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=245&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','American Floyd Landis talks about his amazing stage 17 win.','Jason Sumner','yes'),(152,'74','20060721111406horner17.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=246&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 17 – Chris Horner diary','Jason Sumner','yes'),(153,'75','20060721044058high18.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=251&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 18 race highlights.','','yes'),(158,'75','20060721055619landis18.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=252&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','American Floyd Landis talks about stage 18 and Saturday\'s time trial.','Jason Sumner','yes'),(156,'74','20060721044233high18.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=251&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 18 race highlights.','','yes'),(160,'75','20060722105136Untitled-1.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=39&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','A look at the BMC Time Machine TT01 time trial bike ridden by Floyd Landis (filmed at Tour de Georgia earlier this year)','Neal Rogers','yes'),(161,'76','20060722124526high19.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=256&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 19 race highlights.','','yes'),(163,'75','20060722124625horner19.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=255&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 19 race highlights.','Jason Sumner','yes'),(165,'75','20060722124715high19.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=256&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 19 race highlights.','','yes'),(167,'76','20060722013744sram19.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=257&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','SRAM marketing man David Zimberoff talks about the process of signing a ProTour team to ride the new Force gruppo.','Jason Sumner','yes'),(169,'76','20060723084752floyd19.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=258&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Phonak’s Floyd Landis talks about taking back the yellow jersey.','Jason Sumner','yes'),(171,'76','20060723092645dirk18.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=259&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Discovery Channel director Dirk Demol talks about his team’s lackluster showing at the Tour de France.','Jason Sumner','yes'),(173,'76','20060723112428lefevre19.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=260&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Team CSC director Kim Andersen and top GC rider Carlos Sastre break down a disappointing stage 19 time trial.','Jason Sumner','yes'),(175,'76','20060723114106lefevre19.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=261&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Quick Step-Innergetic team boss Patrick Lefevere talks his team\'s Tour and what\'s next for Tom Boonen.','Jason Sumner','yes'),(177,'76','20060723124113coucke20.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=262&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Omega Pharma CEO Marc Coucke talks about his company’s sponsorship of the Davitamon-Lotto cycling team.','Jason Sumner','yes'),(179,'76','20060723011441high20.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=263&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 20 race highlights.','','yes'),(182,'116','20061018093628735000.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=384&tf=freeinsidetri.tpl&PreloadContract_DefID=0&Contract_DefID=5',' Lars catches up with Michael Lovato and Todd Gerlach at the pier','','yes'),(183,'116','20061018094002644800.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=385&tf=freeinsidetri.tpl&PreloadContract_DefID=0&Contract_DefID=5','Michael Folan talks about InfinIT Nutrition','','yes'),(184,'116','20061018094707837300.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=386&tf=freeinsidetri.tpl&PreloadContract_DefID=0&Contract_DefID=5','Mirror mirror on the wall, who\'s the fastest CEO of them all?','','yes'),(185,'116','20061018094818603700.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=387&tf=freeinsidetri.tpl&PreloadContract_DefID=0&Contract_DefID=5','TJ Tollakson picks his championship favorites','','yes'),(186,'116','20061018101827275500.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=388&tf=freeinsidetri.tpl&PreloadContract_DefID=0&Contract_DefID=5','Joanna Zeiger shares her earthquake experience','','yes'),(189,'116','t_20061019062906469000.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=390&PreloadContract_DefID=4&Contract_DefID=5&tf=freeinsidetri.tpl&Category_ID=15','Dick Hoyt bids farwell as he and Rick prepare for their last Ironman','','yes'),(190,'116','t_20061019063013221800.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=391&PreloadContract_DefID=4&Contract_DefID=5&tf=freeinsidetri.tpl&Category_ID=15','The tradition continues: The 9th annual Kona Underpants Run','','yes'),(191,'116','t_20061019063108216300.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=392&PreloadContract_DefID=4&Contract_DefID=5&tf=freeinsidetri.tpl&Category_ID=15','Kona week: sights and sounds','','yes'),(192,'116','t_20061020050610734400.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=393&PreloadContract_DefID=4&Contract_DefID=5&tf=freeinsidetri.tpl&Category_ID=15','Jonathan Toker (Saltstick) talks salt and how to avoid the cramp','','yes'),(193,'116','t_20061020050657427800.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=394&PreloadContract_DefID=4&Contract_DefID=5&tf=freeinsidetri.tpl&Category_ID=15','Chris McCormack explains his gameplan and how he plans to break the curse','','yes'),(194,'112','t_20061021123548175800.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=392&PreloadContract_DefID=4&Contract_DefID=5&tf=freeinsidetri.tpl&Category_ID=15','Kona Week - Sights and Sounds','','yes'),(195,'112','t_20061021123702735500.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=394&PreloadContract_DefID=4&Contract_DefID=5&tf=freeinsidetri.tpl&Category_ID=15','Chris McCormack explains his gameplan and how he plans to break the curse','','yes'),(196,'112','t_20061021043835880600.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=395&PreloadContract_DefID=4&Contract_DefID=5&tf=freeinsidetri.tpl&Category_ID=15','Pre-race with Michellie Jones','','yes'),(197,'112','t_20061021044547757300.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=396&PreloadContract_DefID=4&Contract_DefID=5&tf=freeinsidetri.tpl&Category_ID=15','Michael Lovato gets ready to have some fun in Kona.','','yes'),(198,'112','t_20061021045537842700.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=397&PreloadContract_DefID=4&Contract_DefID=5&tf=freeinsidetri.tpl&Category_ID=15','Bike check-in with Luke Bell, Joanna Zeiger and Lori Bowden','','yes'),(199,'112','t_20061021050530136400.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=398&PreloadContract_DefID=4&Contract_DefID=5&tf=freeinsidetri.tpl&Category_ID=15','Bike check-in - faces in the crowd','','yes'),(200,'112','t_20061021051450737300.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=399&PreloadContract_DefID=4&Contract_DefID=5&tf=freeinsidetri.tpl&Category_ID=15','Bike check-in with Joe Bonness and Michael Stone','','yes'),(201,'112','t_20061021081340835900.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=400&PreloadContract_DefID=4&Contract_DefID=5&tf=freeinsidetri.tpl&Category_ID=15','Highlights from bike check-in','','yes'),(204,'','','','','','','no'),(205,'121','t_20070219011147037400.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=548&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Pre-race press conf. part 2: Bettini, Rasmussen, Devine','','yes'),(203,'117','t_20061109015217073700.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=360&PreloadContract_DefID=4&Contract_DefID=5&tf=freeinsidetri.tpl&Category_ID=15','Interbike \'06: A discussion with Silverman race director Frank Lowery','Lars Finanger','yes'),(206,'121','t_20070219011248247000.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=547&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Pre-race press conf. part 1: Leipheimer, Hincapie, Julich, Zabriskie.','','yes'),(207,'121','t_20070219115916822800.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=555&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Post race with Taylor Tolleson (Slipstream) & Ben Jacques-Maynes (Priority Health)','Press Conference','yes'),(208,'121','t_20070219125628128200.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=553&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Post race with second place prologue finisher Jason Donald (Slipstream)','','yes'),(209,'121','t_20070219125846912500.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=552&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Post race with Discovery Channel rider and prologue winner Levi Leipheimer','','yes'),(210,'123','t_20070219113250166100.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=571&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 1: Pre-race with BMC team director Gavin Chilcott.','','yes'),(211,'123','t_20070219113331973500.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=569&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 1: Pre-race with T-Mobile rider Greg Henderson.','','yes'),(212,'123','t_20070219113407907900.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=565&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 1: Post race with T-Mobile rider Greg Henderson and Rabobank rider Graeme Brown.','','yes'),(213,'123','t_20070219113647830700.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=563&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 1: Post race with Health Net Maxxis rider Rory Sutherland.','','yes'),(214,'123','t_20070219113730474100.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=561&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 1: Post race with Slipstream rider Danny Pate.','','yes'),(215,'123','t_20070219113833099200.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=557&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 1: Post race with Priority Health rider Ben Jacques-Maynes.','','yes'),(216,'123','t_20070219114309863500.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=559&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 1: Post race with Discovery Channel rider Levi Leipheimer.','','yes'),(217,'','','','','','','no'),(218,'124','t_20070221125653518700.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=599&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 2: Post race with Priority Health rider Omer Kem.','','yes'),(219,'124','t_20070221125756804800.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=596&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 2: Post race with Slipstream rider Danny Pate.','','yes'),(220,'124','t_20070221125857468300.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=594&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 2: Post race with Discovery Channel rider Levi Leipheimer','','yes'),(221,'124','t_20070221010018799100.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=591&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 2: Post race with stage 2 winner and Team CSC rider J.J. Haedo.','','yes'),(222,'124','t_20070221010157405200.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=585&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 2: Pre-race with T-Mobile rider Michael Barry','','yes'),(223,'124','t_20070221010303887000.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=603&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 2: Pre-race with Predictor-Lotto riders Chris Horner and Nick Gates','','yes'),(224,'124','t_20070221010408097500.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=583&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 2: Pre-race with Discovery Channel rider George Hincapie','','yes'),(225,'124','t_20070221010526945600.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=597&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 2: Post race with Discovery Channel team manager Johan Bruyneel','','yes'),(226,'124','t_20070221010647639400.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=588&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 2: Pre-race with Quick Step-Inneregetic team boss Patrick Lefevre','','yes'),(227,'124','t_20070221010750654700.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=582&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 2: Pre-race with CSC team manager Bjarne Riis','','yes'),(228,'124','t_20070221010837665900.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=602&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 2: Pre-race with Navigators Insurance rider Phil Zajicek','','yes'),(229,'124','t_20070221010930287600.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=589&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 2: Pre-race with Slipstream rider Will Frischkorn','','yes'),(230,'126','t_20070222090225112600.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=624&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Pre-race with USA Cycling National Development Team rider Brent Bookwalter','','yes'),(231,'126','t_20070222090311697100.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=625&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 3: Pre-race with Slipstream rider Jason Donald','','yes'),(232,'126','t_20070222090359751100.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=610&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 3: Pre-race with Colavita/Sutter Home rider David McCann','','yes'),(233,'126','t_20070222090435474100.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=607&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 3: Pre-race with Rabobank rider Mickael Rasmussen','','yes'),(234,'126','t_20070222090506995200.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=627&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 3: Pre-race with Discovery Channel rider Tom Danielson','','yes'),(235,'126','t_20070222090534088400.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=626&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 3: Pre-race with Crédit Agricole rider Thor Hushovd','','yes'),(236,'126','t_20070222090619394800.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=606&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 3: Pre-race with Team CSC rider Jens Voigt','','yes'),(237,'126','t_20070222090651734400.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=617&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 3: Post race with Toyota-United rider Chris Baldwin','','yes'),(238,'126','t_20070222090739145400.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=615&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 3: Post race with Predictor-Lotto rider Chris Horner','','yes'),(239,'126','t_20070222090806133400.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=613&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 3: Post race outside the Discovery Channel tea bus with Lance Armstrong.','','yes'),(240,'126','t_20070222090924846000.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=619&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 3: Post race with Discovery Channel rider Levi Leipheimer','','yes'),(241,'126','t_20070222090953973300.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=612&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 3: Post race with stage 3 winner and Team CSC rider Jens Voigt.','','yes'),(242,'127','t_20070223103310932600.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=638&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 4: Shoptalk with Neal Rogers and Dave Towle','','yes'),(243,'127','t_20070223103403858000.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=644&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 4: \"Raisin Hope\" with Crédit Agricole rider Saul Raisin.','','yes'),(244,'127','t_20070223103454954000.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=641&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 4: Pre-race with BMC rider Jackson Stewart','','yes'),(245,'127','t_20070223103527606800.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=639&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 4: Pre-race with T-Mobile rider Michael Rogers','','yes'),(246,'127','t_20070223103603220100.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=645&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 4: Pre-race with Quick Step-Innergetic rider and World Road Champion Paolo Bettini','','yes'),(247,'127','t_20070223103631825000.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=657&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 4: Patrick Lefevre comments on the conflict between the UCI and the organizers of the grand tours','','yes'),(248,'127','t_20070223103658512200.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=653&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 4: Post race with T-Mobile rider Aaron Olsen','','yes'),(249,'127','t_20070223103727542200.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=652&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 4: Post race with Navigators Insurance rider Hilton Clarke','','yes'),(250,'127','t_20070223103754440200.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=655&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 4: Post race with Slipstream rider and San Luis Obispo local Lucas Euser','','yes'),(251,'127','t_20070223103824989100.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=647&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 4: Post race with Quick Step-Innergetic rider and stage 4 winner Paolo Bettini','','yes'),(252,'128','t_20070224112927731700.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=673&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 5: SRAM Road PR Manager Michael Zellman talks about the new SRAM TT shifters and levers.','','yes'),(253,'128','t_20070224112942976100.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=671&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 5: Post race with Slipstream CEO / Director Sportif Jonathan Vaughters.','','yes'),(254,'128','t_20070224112953568500.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=669&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 5: Post race with Team CSC manager Bjarne Riis.','','yes'),(255,'128','t_20070224113005123500.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=668&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 5: Post race with Team CSC rider J.J. Haedo.','','yes'),(256,'128','t_20070224113018394200.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=665&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 5: Post race with Team CSC rider Jens Voigt.','','yes'),(257,'128','t_20070224113030262500.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=664&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 5: Post race press conference with Discovery Channel rider and stage 5 winner Levi Leipheimer.','','yes'),(258,'129','t_20070225032038623200.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=687&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 6: Pre race with CSC rider Bobby Julich','','yes'),(259,'129','t_20070225032134024600.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=692&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 6: Pre race with Discovery rider Ivan Basso','','yes'),(260,'129','t_20070225032210407200.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=695&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 6: Pre race with Health Net rider Karl Menzies','','yes'),(261,'129','t_20070225032249625900.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=697&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 6: Pre race interview with Discovery rider Levi Leipheimer','','yes'),(262,'129','t_20070225032319477000.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=689&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 6: Post race with Slipstream rider Danny Pate','','yes'),(263,'129','t_20070225032359844100.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=688&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 6: Post race with CSC rider Christian Vande Velde','','yes'),(264,'129','t_20070225032501355900.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=698&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 6: UCI President Pat McQuaid talks about the American race calendar','','yes'),(265,'129','t_20070225032541600000.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=691&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 6: Post race with T-Mobile sprinter Greg Henderson','','yes'),(266,'129','t_20070225032610458500.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=694&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 6: Stage winner and CSC rider J.J. Haedo','','yes'),(267,'129','t_20070225032648002500.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=699&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 6: Post race with Credit Agricole rider Thor Hushovd','','yes'),(268,'129','t_20070225032728803200.jpg','/tick/images/gallery/','http://contagion.dayport.com/viewer/viewerpage.php?Art_ID=696&PreloadContract_DefID=1&Contract_DefID=2&tf=contagionviewer.tpl&Category_ID=3','Stage 6: Post race press conference with race leader Levi Leipheimer','','yes'),(269,'','','','','','','no'),(270,'','','','','','','no'),(271,'','','','','','','no'),(272,'','','','','','','no'),(273,'','','','','','','no'),(274,'193','t_20070705122912825900.jpg','/tick/images/gallery/','http://contagionimg.dayport.com/htm/displayFlashPlayer.html?Art_ID=996','Best of the Tour de France: Behind the Scenes highlights from the 2006 Tour','Brian Patrick','yes'),(275,'193','t_20070705123012924300.jpg','/tick/images/gallery/','http://contagionimg.dayport.com/htm/displayFlashPlayer.html?Art_ID=1000','Best of the Tour de France: The cruelty of the moment - when a rider hits the deck','','yes'),(276,'193','t_20070705123101889700.jpg','/tick/images/gallery/','http://contagionimg.dayport.com/htm/displayFlashPlayer.html?Art_ID=1005','Best of the Tour de France: Lance Armstrong - 1995-2005','','yes'),(277,'193','t_20070705123203523900.jpg','/tick/images/gallery/','http://contagionimg.dayport.com/htm/displayFlashPlayer.html?Art_ID=1006','Best of the Tour de France: 20km of generosity and celebration','','yes'),(278,'','','','','','','no'),(279,'193','t_20070706053053293300.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1025','Pre-race press conference with Discovery\'s Levi Leipheimer and Johan Bruyneel','','yes'),(280,'193','t_20070706053202500600.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1027','Pre-race press conference with Predictor - Lotto riders Cadel Evans and Robbie McEwen','','yes'),(281,'193','t_20070706053247205500.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1033','Pre-Tour press conference with Team CSC','','yes'),(282,'193','t_20070706053328164800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1032','Pre-Tour interview with ASO President Patrice Clerk','Neal Rogers','yes'),(283,'193','t_20070707090243500100.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1044','New papa Christian Vande Velde (CSC) talks about becoming a dad and his tour preparations','Neal Rogers','yes'),(284,'193','t_20070707090401752600.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1041','Frank Schleck (CSC) on winning a stage this year','Neal Rogers','yes'),(285,'193','t_20070707090534085200.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1039','The Zabriskie Diaries (pre-race)','Neal Rogers','yes'),(286,'193','t_20070707090752804800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1045','David Millar (Saunier Duval-Prodir) talks about his build up to the Prologue and his self-doubt','','yes'),(287,'194','t_20070707072454811400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1055','Prologue race highlight','','yes'),(288,'194','t_20070708080540212400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1066','T-Mobile GM Bob Stapleton gives an overview of Michael Rogers prototype time trial bike','Neal Rogers','yes'),(289,'194','t_20070708080622161000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1067','Prologue post race with Vladimir Gusev (Discovery Channel Team)','Neal Rogers','yes'),(290,'194','t_20070708080715622000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1068','Post race with Prologue winner Fabian Cancellara (Team CSC)','Neal Rogers','yes'),(291,'195','t_20070709084831780200.jpg','/tick/images/gallery/','http://contagionimg.dayport.com/htm/displayFlashPlayer.html?Art_ID=1070','Stage 1 race highlight','','yes'),(292,'195','t_20070709084934220800.jpg','/tick/images/gallery/','http://contagionimg.dayport.com/htm/displayFlashPlayer.html?Art_ID=1073','Discovery Channel rider Levi Leipheimer discusses his performance in the first two days of the Tour','Neal Rogers','yes'),(293,'195','t_20070709085039948000.jpg','/tick/images/gallery/','http://contagionimg.dayport.com/htm/displayFlashPlayer.html?Art_ID=1074','Post-race press conference with Stage 1 winner Robbie McEwen (Predictor-Lotto)','','yes'),(294,'195','t_20070709110012660500.jpg','/tick/images/gallery/','http://contagionimg.dayport.com/htm/displayFlashPlayer.html?Art_ID=1082','Saddle sores getting better for Rabobank rider Oscar Freire (Stage 1)','Neal Rogers','yes'),(295,'195','t_20070709110055497400.jpg','/tick/images/gallery/','http://contagionimg.dayport.com/htm/displayFlashPlayer.html?Art_ID=1086','Stage 2 pre-race','','yes'),(296,'195','t_20070709110149001900.jpg','/tick/images/gallery/','http://contagionimg.dayport.com/htm/displayFlashPlayer.html?Art_ID=1088','The Zabriskie Diaries: Stage 2','Neal Rogers','yes'),(297,'195','t_20070709110439355300.jpg','/tick/images/gallery/','http://contagionimg.dayport.com/htm/displayFlashPlayer.html?Art_ID=1089','Predictor-Lotto rider Fred Rodriguez breaks down the final moments of Stage 1','Neal Rogers','yes'),(298,'196','t_20070710074236631500.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1093','Stage 2 race highlight','','yes'),(299,'196','t_20070710074344183800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1098','The Chris Horner Diary: Stage 2','Neal Rogers','yes'),(300,'196','t_20070710074513020500.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1099','George Hincapie (Discovery Channel) talks about the Stage 2 crash','Neal Rogers','yes'),(301,'196','t_20070710074605013200.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1100',' Gert Steegmans (Quick-Step Innergetic) - Emotional Stage 2 finish','','yes'),(302,'196','t_20070710114701021600.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1105','Tom Boonen (Quick Step-Innergetic) talks about stage 2 final sprint','Neal Rogers','yes'),(303,'196','t_20070710115050914600.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1106','The Chris Horner Diary: Stage 3','Neal Rogers','yes'),(304,'196','t_20070710115543143800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1108','The Zabriskie Diaries: Stage 3','Neal Rogers','yes'),(305,'196','t_20070710121421119200.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1113','Fred Rodriguez (Predictor-Lotto) talks about rider safety','Neal Rogers','yes'),(306,'197','t_20070711072939568400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1125','Jens Voigt (CSC), Stage 3 thoughts','Neal Rogers','yes'),(307,'197','t_20070711073050590000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1126','Stuart O\'Grady, another yellow finish!','Neal Rogers','yes'),(308,'197','t_20070711073152489000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1119',' Stage 3 race highlight','','yes'),(309,'197','t_20070711073236218100.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1128','Fabian Cancellara, The Man in Yellow!','','yes'),(310,'198','t_20070712083736307900.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1142','Stage 4: The final kilometer with Erik Zabel (Milram)','Neal Rogers','yes'),(311,'198','t_20070712083928264100.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1149','Julian Dean & Thor Hushovd (Credit Agricole), Stage 4 Post-Race thoughts!','Neal Rogers','yes'),(312,'198','t_20070712084109517900.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1142','Stage 4 race highlight','','yes'),(313,'198','t_20070712084401444500.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1151','Stage 4 Strategy & Tactics (Audio Only)','JoE Silva and Thomas Prehn','yes'),(314,'','','','','','','no'),(315,'199','t_20070713082926429300.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1155','Chris Horner Diaries, Stage 5 Pre-Race!','Neal Rogers','yes'),(316,'199','t_20070713083210504000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1159','Stage 5 race highlight','','yes'),(317,'199','t_20070713083443569400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1163','Stage 5: Zabriskie Diaries','Neal Rogers','yes'),(318,'199','t_20070713083654466000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1167','Stage 5 Strategy and Tactics (AUDIO ONLY)','Thomas Prehn and JoE Silva','yes'),(319,'199','t_20070713111946719200.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1171','Chris Horner Diary: Stage 6','Neal Rogers','yes'),(320,'199','t_20070713112630817900.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1172','The Zabriskie Diaries: Stage 6','Neal Rogers','yes'),(321,'199','t_20070713113852819800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1173','Pre-race comments from sprinters Robbie Hunter (Barloworld), Robbie McEwen (Predictor-Lotto) and Thor Hushovd (Credit Agricole)','Neal Rogers','yes'),(322,'200','t_20070713103301316200.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1179','Stage 6 post-race, Bradley Wiggins (Cofidis) fights a strong head wind!','Neal Rogers','yes'),(323,'200','t_20070713103412657900.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1181','Post-race with stage 6 winner Tom Boonen (Quick Step-Innergetic)','','yes'),(324,'200','t_20070713103504483000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1177','Stage 6 race highlight','','yes'),(325,'200','t_20070713103734424500.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1183','Stage 6 strategy and tactics: Wiggins makes a solo bid for glory, Boonen responds!','JoE Silva and Thomas Prehn','yes'),(326,'201','t_20070715113326261700.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1207','Levi Leipheimer Stage 8 pre-race','','yes'),(327,'201','t_20070715114012726300.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1206','Chris Horner Diary: Stage 8 pre-race','Neal Rogers','yes'),(328,'201','t_20070715114227988700.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1208','The Zabriskie Diaries: Stage 8','Neal Rogers','yes'),(329,'202','t_20070717084134405700.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1237','Rest day chat with Discovery\'s Levi Leipheimer','','yes'),(330,'202','t_20070717084326394700.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1227','Cadel Evans (Predictor-Lotto) discusses Stage 8 selections and surprises','Neal Rogers','yes'),(331,'202','t_20070717084557157800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1238','The Zabriskie Diaries: Rest Day #1','Neal Rogers','yes'),(332,'202','t_20070717092130081000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1239','Frank Schleck (CSC) surprised by Moreau\'s strength (2:31)','Neal Rogers','yes'),(344,'203','t_20070718020153209400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1265','TdF \'07 - Rasmussen (Rabobank) and Carlos Sastre (CSC) give their Stage 10 post-race thoughts.','VeloNews','yes'),(340,'203','t_20070718101937671000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1254','TdF \'07 - The Chris Horner Diary: Stage 10.','by Neal Rogers','yes'),(341,'203','t_20070718102118697500.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1259','Stage 10 pre-race: Frank Schleck (CSC) looks back on his performance in the Alps.','by Neal Rogers','yes'),(343,'203','t_20070718014628457400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1263','TdF \'07 - Jens Voigt (CSC), Stage 10 post-race thoughts.','VeloNews','yes'),(342,'203','t_20070718102325762100.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1257','Stage 10 pre-race: Levi Leipheimer (Discovery Channel) looks back on his performance in the Alps.','by Neal Rogers','yes'),(338,'203','t_20070718101608710900.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1253','TdF \'07 - The Zabriskie Diaries: Stage 10.','by Neal Rogers','yes'),(345,'203','t_20070718023045453000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1267','TdF \'07 - Bob Stapleton (T-Mobile GM), Doping, take a stand! fight back!','VeloNews','yes'),(346,'204','t_20070718055408586800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1267','TdF \'07 - T-Mobile GM Bob Stapleton talks about Patrick Sinkewitz\'s positive doping result','VeloNews','yes'),(348,'204','t_20070718055733585600.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1265','TdF \'07 - Rasmussen (Rabobank) and Carlos Sastre (CSC) give their Stage 10 post-race thoughts.','VeloNews','yes'),(349,'204','t_20070718060443094000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1263','TdF \'07 - Jens Voigt (CSC), Stage 10 post-race thoughts.','VeloNews','yes'),(350,'204','t_20070718060721360700.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1261','TdF \'07 - Stage 10 race highlight','AP','yes'),(351,'204','t_20070719083702747100.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1271','Dario Cioni (Predictor-Lotto) discusses his prototype Campagnolo electronic shifters.','Neal Rogers','yes'),(352,'205','t_20070720075712732700.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1290','The Zabriskie Diaries: Final Installment','Neal Rogers','yes'),(353,'205','t_20070720080457857400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1286',' TdF \'07 - Robbie Hunter (Barloworld) first South African to win a Tour stage.','VeloNews','yes'),(354,'205','t_20070720080130627700.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1292','Checking in with Saul Raisin (Credit Agricole)','Neal Rogers','yes'),(355,'205','t_20070720080249923000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1271','Tour Tech: Dario Cioni (Predictor-Lotto) discusses his prototype Campagnolo electronic shifters.','By Neal Rogers','yes'),(356,'205','t_20070720081101057100.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1288','Stage 11 Podcast: The elastic snaps for Moreau as Barloword proves their worth once agaiN (AUDIO ONLY)','By JoE Silva and Thomas Prehn','yes'),(357,'206','t_20070721074558871100.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1300','The Chris Horner Diaries: Stage 12','Neal Rogers','yes'),(358,'206','t_20070721074728692800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1310','Gert Steegmans calls Quick Step\'s stage 12 lead-out for Boonen \"perfect\"','Neal Rogers','yes'),(359,'206','t_20070721074931818400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1312','Quick Step rider Tom Boonen\'s stage 12 press conference.','Neal Rogers','yes'),(360,'206','t_20070721075137894300.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1309','Yellow jersey Michael Rasmussen answers hard questions about brewing controversies','Neal Rogers','yes'),(361,'207','t_20070722073751415400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1316','Stage 13 Race Highlight','','yes'),(362,'207','t_20070722074023463400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1323','Johan Bruyneel (Discovery Channel) talks team tactics going into the Pyrenees stages.','By Neal Rogers','yes'),(363,'207','t_20070722074347910600.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1326','Stage 13 post race with George Hincapie (Discovery Channel)','By Neal Rogers','yes'),(364,'207','t_20070722074518827200.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1320','Levi Leipheimer talks about his time trial and the days to come in the Pyrenees','By Neal Rogers','yes'),(365,'207','t_20070722074731890600.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1327','Stage 13 post race press interview with Michael Rasmussen (Rabobank)','By Neal Rogers','yes'),(366,'207','t_20070722074922724800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1329','Astana GM Marc Biver: \'Evans most dangerous rival\'','By Neal Rogers','yes'),(367,'207','t_20070722075310916100.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1318','The Chris Horner Diaries: Chris watches Cadel\'s TT from the team car','By Neal Rogers','yes'),(368,'208','t_20070723075020457500.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1331','Stage 14 race highlight (3:02)','','yes'),(369,'208','t_20070723075141923600.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1333','The Chris Horner Diaries: Stage 14 (1:42)','Neal Rogers','yes'),(370,'208','t_20070723075316021300.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1335','On top of the Plateau de Beille, Levi Leipheimer (Discovery Channel) meets the press (0:56)','Neal Rogers','yes'),(371,'208','t_20070723075418600000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1337','Post race press interview with Michael Rasmussen (Rabobank) (1:55)','Neal Rogers','yes'),(382,'209','t_20070725084450639000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1354','Rest day press conference with Levi Leipheimer (Discovery Channel)','','yes'),(381,'209','t_20070725084354603000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1350','David Millar (Saunier Duval-Prodir) reacts to the news of Vinokourov\'s positive test result','','yes'),(380,'209','t_20070725084320326500.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1353','Rest day press conference with Johan Bruyneel (Discovery Channel GM)','','yes'),(386,'','','','','','','no'),(387,'210','t_20070726075101147300.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1381','Reporting from the Col d\'Aubisque, 6 Kilometers from the summit with the race leaders riding by','Neal Rogers','yes'),(379,'209','t_20070725084229562600.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1356','Tour de France officials Christian Prudhomme and Patrice Clerc discuss Astana\'s departure','','yes'),(383,'209','t_20070725084550627000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1360','Rest day press conference with Alberto Contador (Discovery Channel) - translated by Discovery Channel GM Johan Bruyneel','','yes'),(384,'209','t_20070725084628262000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1364','Michael Rasmussen (Rabobank) answers questions from the press','','yes'),(385,'209','t_20070725084718515000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1361','Michael Rasmussen (Rabobank) begins his press conference with a prepared statement','','yes'),(388,'210','t_20070726075429250700.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1376','Take a walk through the Tour de France start Village','Neal Rogers','yes'),(389,'210','t_20070726075625232000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1372','Stage 16 pre-race with Patrice Clerc (ASO President) & scenes from the rider protest','Neal Rogers','yes'),(390,'210','t_20070726075843785500.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1379','Stage 16 race highlight','','yes'),(391,'211','t_20070727073824673200.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1402','Stage 17 post race with yellow jersey Alberto Contador (Discovery Channel)','','yes'),(392,'211','t_20070727073917239300.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1395','Rabobank team director Erik Breukink discusses the team\'s decision to fire Michael Rasmussen','','yes'),(393,'211','t_20070727074010640100.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1392','Predictor-Lotto\'s Cadel Evans weighs his chances of winning the Tour','By Neal Rogers','yes'),(394,'211','t_20070727074101384900.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1399','Riders react to Wednesday\'s start-line protest','Neal Rogers','yes'),(395,'211','t_20070727074154239500.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1400','Riders react to Michael Rasmussen\'s departure','By Neal Rogers','yes'),(396,'211','t_20070727074656704400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1387','Stage 17 Race Highlight','','yes'),(397,'211','t_20070727074742844700.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1396','Discovery Channel team director Johan Bruyneel discusses yellow jersey Alberto Contador','','yes'),(398,'211','t_20070727074823151900.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1390','Chris Horner Diaries: Stage 17','By Neal Rogers','yes'),(399,'212','t_20070727033008610500.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1404','Chris Horner Diaries: Stage 18','Neal Rogers','yes'),(400,'212','t_20070727033053908100.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1411','Cadel Evans and Johan Bruyneel discuss Saturday\'s time trial','Neal Rogers','yes'),(401,'212','t_20070727033120192900.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1416','Levi Leipheimer talks about his state of mind heading into the stage 19 time trial','Neal Rogers','yes'),(402,'212','t_20070727033145223300.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1415','T-Mobile\'s Axel Merckx talks about finishing second out of the stage 18 breakaway','Neal Rogers','yes'),(403,'212','t_20070727033216532500.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1412','All in the Family: Former pro John Vande Velde visits his son Christian in Castelsarrasin','Neal Rogers','yes'),(404,'212','t_20070727033603948700.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1406','Stage 18 Race Highlight','','yes'),(405,'212','t_20070727033648717800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1418','Rider poll: What is your final podium prediction?','Neal Rogers','yes'),(406,'','','','','','','no'),(407,'213','t_20070728104402569300.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1430','Discovery Channel team manager Bill Stapleton discusses Discovery\'s big day.','Neal Rogers','yes'),(408,'213','t_20070728104507367800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1428','Discovery Channel director Johan Bruyneel discusses his eighth Tour victory in nine years.','Neal Rogers','yes'),(409,'213','t_20070728104550597800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1422','TdF \'07 - Chris Horner Diaries: Stage 19.','Neal Rogers','yes'),(410,'213','t_20070728124816240100.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1432','Levi Leipheimer on his first Tour de France stage win and podium finish.','Neal Rogers','yes'),(411,'213','t_20070728124902914300.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1420','Stage 19 post-race cameo appearance by Discovery Channel\'s Lance Armstrong.','Neal Rogers','yes'),(412,'','','','','','','no'),(413,'242','t_20070911123223430600.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1535','Levi Leipheimer (Discovery) Pre-Race','Neal Rogers','yes'),(414,'242','t_20070911123926860400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1534','George Hincapie (Discovery) Pre-Race','Neal Rogers','yes'),(415,'242','t_20070911124011735300.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1532','Danny Pate (Slipstream) Pre-Race','Neal Rogers','yes'),(416,'242','t_20070911124113485400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1533','Nathan O\'Neill (Health Net) Pre-Race','Neal Rogers','yes'),(417,'243','t_20070912100845256400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1543','Tour of Missouri: Stage 1 post race with Health Net - Maxxis rider Tim Johnson','By Neal Rogers','yes'),(418,'243','t_20070912100833124900.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1541','Tour of Missouri: Stage 1 post race with Jelly Belly rider James Meadley','Neal Rogers','yes'),(419,'243','t_20070912101108531600.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1540','Tour of Missouri: Post race with Toyota-United rider and stage 1 winner Ivan Domiguez','Neal Rogers','yes'),(420,'243','t_20070912102818768700.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1549','Tour of Missouri: Stage 1 pre & post race with Saunier Duval-Prodir rider Luciano Pagliarini','Neal Rogers','yes'),(421,'243','t_20070912103011986400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1547','Tour of Missouri: Stage 1 Nathan O\'Neill Diary','Dave Towle','yes'),(422,'244','t_20070913014952975800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1573','Stage 2 race finish plus Discovery Channel rider and stage winner George Hincapie press conference','Neal Rogers','yes'),(423,'244','t_20070913015154813900.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1575','Stage 2 post race with Health Net - Maxxis rider Frank Pipp','Neal Rogers','yes'),(424,'244','t_20070913021657412100.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1567','Stage 2 - Toyota United team director Harm Jansen explains the team\'s decision to focus on stage wins.','Neal Rogers','yes'),(425,'244','t_20070913021914884700.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1566','Stage 2 - Health Net-Maxxis team director Jeff Corbett on the team\'s tactics during the stage.','Neal Rogers','yes'),(426,'244','t_20070913022049613400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1571','Stage 2 - Slipstream-Chipotle rider Will Frischkorn, stage 2\'s most aggressive rider.','Neal Rogers','yes'),(427,'244','t_20070913022159520000.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1570','Stage 2 - Kodak Gallery-Sierra Nevada\'s Dominique Rollin on stage - and possible GC - podium finishes.','Neal Rogers','yes'),(428,'245','t_20070914114813390200.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1592','Take a ride in the Navigators team car','Neal Rogers','yes'),(429,'245','t_20070914114947669100.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1590','Stage 3 press conference, Levi Leipheimer','Neal Rogers','yes'),(430,'245','t_20070914115121406700.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1588','Stage 3 post race, George Hincapie','Neal Rogers','yes'),(431,'245','t_20070914115228787800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1586','Stage 3 post race, Nathan O\'Neill.','Neal Rogers','yes'),(432,'245','t_20070914115358362300.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1583','Stage 3 post race, Will Frischkorn','Neal Rogers','yes'),(433,'245','t_20070914115549431100.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1577','Stage 3 - Ivan Dominguez defends decision to let stage 2 breakaway go','Neal Rogers','yes'),(434,'246','t_20070915011005723700.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1619','Navigators Insurance will not renew for 2008, Interview with team director Ed Beamon.','Neal Rogers','yes'),(435,'246','t_20070915011351030800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1617','Stage 4 post race with George Hincapie.','Neal Rogers','yes'),(436,'246','t_20070915013440923400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1615','Jeff Louder & Steven Cozza describe the day\'s break','Neal Rogers','yes'),(437,'246','t_20070915013841126500.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1613','Tour of Missouri: Stage 4 post race with Navigator\'s Darren Lill.','Neal Rogers','yes'),(438,'246','t_20070915014125061100.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1611','Stage 4 post race with Kodak Gallery\'s Dominique Rollin','Neal Rogers','yes'),(439,'246','t_20070915014335969600.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1609','Stage 4 post race with Ryder Hesjedal of Health Net-Maxxis','Neal Rogers','yes'),(440,'247','t_20070916014238966800.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1631','Stage 5 post race with stage winner Danny Pate','Neal Rogers','yes'),(441,'247','t_20070916014457085600.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1637','Stage 5 post race with KOM leader Jeff Louder','Neal Rogers','yes'),(442,'247','t_20070916014639168700.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1635','Stage 5 post race with Slipstream-Chipotle team physiologist Allen Lim, PhD.','Neal Rogers','yes'),(443,'247','t_20070916020637589400.jpg','/tick/images/gallery/','http://www.velonews.com/vntv/?Art_ID=1629','Stage 5 pre-race with Yaroslav Popovych','Neal Rogers','yes'),(444,'','','','','','','no'),(445,'','','','','','','no'),(446,'','','','','','','no'),(447,'','','','','','','no'),(448,'','','','','','','no'),(449,'','','','','','','no'),(450,'','','','','','','no'),(451,'','','','','','','no'),(452,'','','','','','','no'),(453,'','','','','','','no'),(454,'','','','','','','no'),(455,'','','','','','','no'),(456,'','','','','','','no'),(457,'','','','','','','no'),(458,'','','','','','','no'),(459,'','','','','','','no'),(460,'','','','','','','no'),(461,'','','','','','','no'),(462,'','','','','','','no'),(463,'','','','','','','no'),(464,'','','','','','','no'),(465,'','','','','','','no'),(466,'','','','','','','no'),(467,'','','','','','','no'),(468,'','','','','','','no'),(469,'','','','','','','no'),(470,'','','','','','','no'),(471,'','','','','','','no'),(472,'','','','','','','no'),(473,'','','','','','','no'),(474,'','','','','','','no'),(475,'','','','','','','no'),(476,'','','','','','','no'),(477,'','','','','','','no'),(478,'','','','','','','no'),(479,'','','','','','','no'),(480,'','','','','','','no'),(481,'','','','','','','no'),(482,'','','','','','','no'),(483,'','','','','','','no'),(484,'','','','','','','no'),(485,'','','','','','','no'),(486,'','','','','','','no'),(487,'','','','','','','no'),(488,'','','','','','','no'),(489,'','','','','','','no'); +UNLOCK TABLES; +/*!40000 ALTER TABLE `videos` ENABLE KEYS */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + diff --git a/site/slowtwitch.com/www/tick/ticks.php b/site/slowtwitch.com/www/tick/ticks.php new file mode 100644 index 0000000..7afbd44 --- /dev/null +++ b/site/slowtwitch.com/www/tick/ticks.php @@ -0,0 +1,218 @@ + + + + + +OneTicker :: Ticks + + + + + + + + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Stage:
    Date:
    +  +  + +
    Time:
    +: + or  +current time on server"; + +?> +
    Headline:
    Body:
    + +
    +
    +
    + +

    + +
    + + + + + + + + + + 100) { $body = substr($body, 0, 99) . '...'; } + + if ($tickID == $ID) { echo ""; } + else { echo ""; } + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + } +} +mysql_free_result($result); + +?> + + + + + +
    TIMESTAMPHEADLINEBODY 
    $headline
    $body
      +
    + + + + diff --git a/site/slowtwitch.com/www/tick/ticks_add.php b/site/slowtwitch.com/www/tick/ticks_add.php new file mode 100644 index 0000000..7416a9f --- /dev/null +++ b/site/slowtwitch.com/www/tick/ticks_add.php @@ -0,0 +1,52 @@ + + diff --git a/site/slowtwitch.com/www/tick/ticks_remove.php b/site/slowtwitch.com/www/tick/ticks_remove.php new file mode 100644 index 0000000..788af5d --- /dev/null +++ b/site/slowtwitch.com/www/tick/ticks_remove.php @@ -0,0 +1,14 @@ + + diff --git a/site/slowtwitch.com/www/tick/updateTempURL.php b/site/slowtwitch.com/www/tick/updateTempURL.php new file mode 100644 index 0000000..930db03 --- /dev/null +++ b/site/slowtwitch.com/www/tick/updateTempURL.php @@ -0,0 +1,23 @@ + + \ No newline at end of file diff --git a/site/slowtwitch.com/www/tick/videos.php b/site/slowtwitch.com/www/tick/videos.php new file mode 100644 index 0000000..d315ae0 --- /dev/null +++ b/site/slowtwitch.com/www/tick/videos.php @@ -0,0 +1,159 @@ + + + + + +OneTicker :: Videos + + + + + + + + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Stage:
    Thumbnail:
    + +
      +
    • thumbnail will be resized appropriately
    • +
    • leave blank to keep existing thumbnail
    • +
    • DO NOT put non-alphanumeric characters in filenames
    • +
    • don't forget to activate thumbnails you want visible
    • +
    +
    Link:
    " size=50 maxlength=175>
    Caption:
    " size=50 maxlength=175>
    Credit:
    " size=50 maxlength=175>
    +
    +
    + +

    + +
    '; + echo "
    "; + echo "
    "; + echo "
    "; + if ($caption != "") { echo "
    $caption"; } + if ($courtesy_of != "") { echo "
    by $courtesy_of"; } + echo "
     "; + echo "[edit] "; + + if ($default_flag == "yes") + { + echo "[deactivate]"; + } + else + { + echo "[activate]"; + } + + echo "

  • "; + if ($count % 3 == 0) { echo ""; } + $count++; + } +} + +?> + + + + + diff --git a/site/slowtwitch.com/www/tick/videos_add.php b/site/slowtwitch.com/www/tick/videos_add.php new file mode 100644 index 0000000..37855f4 --- /dev/null +++ b/site/slowtwitch.com/www/tick/videos_add.php @@ -0,0 +1,57 @@ + +&1", $updw); + + $url = "/tick/images/gallery/"; + $sql = "thumbname = '" . $filename . "', thumburl = '" . $url . "', "; +} + +if ($ID != 0) +{ + $query = "UPDATE videos SET " + . $sql + . "link = '" . $_POST['link'] . "'," + . "caption = '" . myaddslashes($_POST['caption']) . "'," + . "courtesy_of = '" . myaddslashes($_POST['courtesy_of']) . "' " + . "WHERE ID = '$ID'"; + $result = mysql_query($query, $db); +} +else +{ + $query = "INSERT INTO videos (stageID,thumbname,thumburl,link,caption,courtesy_of,default_flag) VALUES ('" + . $_POST['stageID'] . "','" + . $filename . "','" + . $url . "','" + . $_POST['link'] . "','" + . myaddslashes($_POST['caption']) . "','" + . myaddslashes($_POST['courtesy_of']) . "','" + . "no')"; + $result = mysql_query($query, $db); +} + +$file = "$DOCUMENT_ROOT/tick/images/gallery/pic" . $_POST['stageID'] . ".txt"; +header("Location: /tick/videos.php"); + +?> diff --git a/site/slowtwitch.com/www/tick/videos_remove.php b/site/slowtwitch.com/www/tick/videos_remove.php new file mode 100644 index 0000000..759b21b --- /dev/null +++ b/site/slowtwitch.com/www/tick/videos_remove.php @@ -0,0 +1,25 @@ + + diff --git a/site/slowtwitch.com/www/tick/videos_set_default.php b/site/slowtwitch.com/www/tick/videos_set_default.php new file mode 100644 index 0000000..a8fe3c6 --- /dev/null +++ b/site/slowtwitch.com/www/tick/videos_set_default.php @@ -0,0 +1,16 @@ + + diff --git a/site/slowtwitch.com/www/tick/viewer.php b/site/slowtwitch.com/www/tick/viewer.php new file mode 100644 index 0000000..66617ee --- /dev/null +++ b/site/slowtwitch.com/www/tick/viewer.php @@ -0,0 +1,742 @@ + + + + + + + +<? echo "$title"; ?> + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + +
    "; + echo "$tower_html"; + echo "
    "; +} + +?> + + + + + + + + + + + +"; + echo ""; +} + +if ($extra_html != "") +{ + echo ""; + echo ""; +} + +?> + + +"; + echo ""; + echo ""; + echo ""; + echo ""; +} + +?> + + +"; + echo ""; + echo ""; + echo ""; + echo ""; +} + +?> + + + + + +
    + + + + +
    + +"; +} + +?> + +  +
      -  +  +
      +
    + +Course Profile]"; +} + +if (($popup_link != "") && ($popup_position == "notes")) +{ + echo " ["; + echo ""; + echo "$popup_link" . ']'; +} + +?> + +
    + + + + + + +'; +} + +?> + + +
    +Other races:  + +
    +refresh page"; +} + +?> +
    +most recent first +
    + + + + +
    +  all]"; } ?> +
    +
    +  all]"; } ?> +
    +
    + + +"; + echo '
    '; + echo ""; +} + +?> + +
    +
    + + + +
    + +
    +
    + + + +
    +
    "; + echo "$footer_html"; + echo "
    "; + echo "$extra_html"; + echo "
    LATEST PHOTOS
    "; + echo '
    '; + echo ""; + + $query = "SELECT * FROM pics WHERE stageID = $stageID AND default_flag = 'yes' ORDER BY ID DESC"; + $result = mysql_query($query, $db); + + if ($result) + { + while ($r = mysql_fetch_array($result)) + { + $fullname = $r['fullname']; + $caption = $r['caption']; + $credit = $r['courtesy_of']; + + echo ""; + } + mysql_free_result($result); + } + + echo "

    ${caption}"; + if ($credit != "") { echo "
    by ${credit}"; } + echo "
    LATEST VIDEO
    "; + echo '
    '; + echo ""; + + $query = "SELECT * FROM videos WHERE stageID = $stageID AND default_flag = 'yes' ORDER BY ID DESC"; + $result = mysql_query($query, $db); + + if ($result) + { + while ($r = mysql_fetch_array($result)) + { + $thumbname = $r['thumbname']; + $link = $r['link']; + $caption = $r['caption']; + $credit = $r['courtesy_of']; + + echo ""; + } + mysql_free_result($result); + } + + echo "
    "; + if ($caption != "") { echo "
    ${caption}"; } + if ($credit != "") { echo " by ${credit}"; } + echo "
    © 2010-2012 Slowtwitch, Inc.
    +
    + + + diff --git a/site/slowtwitch.com/www/tick/viewer_mobile.php b/site/slowtwitch.com/www/tick/viewer_mobile.php new file mode 100644 index 0000000..49fd340 --- /dev/null +++ b/site/slowtwitch.com/www/tick/viewer_mobile.php @@ -0,0 +1,205 @@ + + + + + + + +VeloNews :: Live Race Coverage + + + + + +
    + + + + + + + + + + + + + + + + + +
    + + + +
    +
      -  +  to  +
      + + ${mobile_notes}"; } ?> +
    + + + +'; +} + +?> + + +
    +Other stages:  + +
    + + +
    +
    + + ${timestamp}  ${headline}"; + echo "
    ${body}

    "; + } +} +mysql_free_result($result); + +?> +
    +
    + + + + + + +
    + + + diff --git a/site/slowtwitch.com/www/tladmin/.htaccess b/site/slowtwitch.com/www/tladmin/.htaccess new file mode 100644 index 0000000..b3fcc2a --- /dev/null +++ b/site/slowtwitch.com/www/tladmin/.htaccess @@ -0,0 +1,6 @@ +AuthUserFile /home/slowtwitch/forum.slowtwitch.com/cgi-bin/admin/.htpasswd +AuthGroupFile /dev/null +AuthType Basic +AuthName "Training Log Administration" + +require valid-user diff --git a/site/slowtwitch.com/www/tladmin/dump.sql b/site/slowtwitch.com/www/tladmin/dump.sql new file mode 100644 index 0000000..a9a7328 --- /dev/null +++ b/site/slowtwitch.com/www/tladmin/dump.sql @@ -0,0 +1,63 @@ +-- MySQL dump 10.11 +-- +-- Host: 192.168.1.10 Database: training +-- ------------------------------------------------------ +-- Server version 5.0.45-log + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; +/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; +/*!40103 SET TIME_ZONE='+00:00' */; +/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; +/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; +/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; +/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; + +-- +-- Table structure for table `ugomo_workout_challenge` +-- + +DROP TABLE IF EXISTS `ugomo_workout_challenge`; +CREATE TABLE `ugomo_workout_challenge` ( + `challenge_id` int(11) NOT NULL auto_increment, + `created_by` varchar(16) NOT NULL, + `challenge_type` int(1) NOT NULL, + `challenge_name` varchar(100) NOT NULL, + `start_date` date NOT NULL, + `end_date` date NOT NULL, + `challenge_value` float NOT NULL, + `unit` int(1) NOT NULL default '0', + `meassure` int(1) NOT NULL default '0', + `sport` varchar(100) default NULL, + `notes` text, + `min_time` int(11) NOT NULL default '0', + `min_distance` float NOT NULL default '0', + `min_distance_unit` int(1) NOT NULL default '0', + PRIMARY KEY (`challenge_id`), + KEY `created_by` (`created_by`), + KEY `meassure` (`meassure`), + KEY `challenge_type` (`challenge_type`) +) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1; + +-- +-- Dumping data for table `ugomo_workout_challenge` +-- + +LOCK TABLES `ugomo_workout_challenge` WRITE; +/*!40000 ALTER TABLE `ugomo_workout_challenge` DISABLE KEYS */; +INSERT INTO `ugomo_workout_challenge` VALUES (2,'devashish_paul',2,'100 runs in 100 days Challenge','2008-12-15','2009-03-24',100,1,1,'run','Feb 16, Day 64 : Allan Faulds closing in on 1000K\r\n\r\nAll the rules are here: http://forum.slowtwitch.com/gforum.cgi?post=2127749',1800,0,1),(5,'tigerchik',2,'January Swim Challenge','2009-01-01','2009-01-31',31,1,1,'swim','Nice work, Fishtwitch! To February we go :D\n\nlove\ntc',0,0,1),(7,'tigerchik',2,'February FISHTWITCH','2009-02-01','2009-02-28',28,1,1,'swim','February 17, and it looks like everyone is doing great... I just can\'t catch up to TryPT and trijerett!\n\nAnyone seeing faster splits yet? Hope so.\ntc',0,0,1),(4,'mrtrik',2,'8 Week Bike Challenge','2008-12-22','2009-02-16',56,1,1,'bike','The idea of the challenge is not to ride 56 times, but to go and ride 7 hrs / week, for 8 weeks. Only 30 minute or longer rides will be counted. The ultimate goal is to ride 56 hrs. Do it however you want... as long as it\'s at least 30 mins session. You can do ten 30 minute sessions in one day. Or one 5 hr session, it\'s all the same. Time in the seat is what matters. Intensity is up to you, get out of it what you will. ',1800,0,1),(9,'Slowman',4,'Duathlon Nationals Challenge','2009-02-15','2009-04-15',2000,1,1,'points','This theme of this Challenge is \"aerobic points\" accumulated during these two months, which can be accrued running, cycling, swimming, or nordic skiing. You get no bump for intensity, and this is by design: just do the work, you\'ll get ready for the race. You\'ll find a sticky thread on the Forum for talking smack, calling out, rick-rolling or whatever it is you need to say. The Challenge is to accumulate 2000 points prior to April 15, which will get you very ready for the race. That\'s the equivalent of running 8+ miles a day, every day, without a break. But some of you will exceed that total. Just don\'t overdo it.',0,0,1),(8,'gavnunns',2,'Run 365 times in 2009','2009-01-01','2009-12-31',365,1,1,'run','Day 47 - Run safe!\r\n\r\nSame rules as Devs challenge just taken a little bit further ;)\r\n\r\nRules can be found here - http://forum.slowtwitch.com/gforum.cgi?do=post_view_flat;post=2127749;page=1;sb=post_latest_reply;so=ASC;mh=25;',1800,0,1); +/*!40000 ALTER TABLE `ugomo_workout_challenge` ENABLE KEYS */; +UNLOCK TABLES; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; + +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; +/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; + +-- Dump completed on 2009-02-17 15:34:58 diff --git a/site/slowtwitch.com/www/tladmin/index.php b/site/slowtwitch.com/www/tladmin/index.php new file mode 100644 index 0000000..7d3ded6 --- /dev/null +++ b/site/slowtwitch.com/www/tladmin/index.php @@ -0,0 +1,90 @@ + + + + +ST - Training Log Admin + + + + + + + += '" . $oneWeekAgo . "' AND workout_date <= '" . $yesterday . "'"; +// echo $query . '
    '; +$result = mysql_query($query); +$row = mysql_fetch_assoc($result); +$workoutsLoggedLastWeek = $row["total"]; + +?> + +

    Challenge Stats

    + + + + + +
    Users with at least one workout logged:
    Total workouts logged:
    Workouts logged in previous 7 days:
    + +

    Challenge Admin

    + + + + '; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo '' . "\n"; + } + ?> +
    Challenge NameStartsEndsCreated By 
    ' . $row["challenge_name"] . '' . $row["start_date"] . '' . $row["end_date"] . '' . $row["created_by"] . 'Delete
    diff --git a/site/slowtwitch.com/www/triclubs b/site/slowtwitch.com/www/triclubs new file mode 120000 index 0000000..181ccd6 --- /dev/null +++ b/site/slowtwitch.com/www/triclubs @@ -0,0 +1 @@ +/var/home/slowtwitch/site/triclubs \ No newline at end of file diff --git a/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors.zip b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors.zip new file mode 100644 index 0000000000000000000000000000000000000000..8a21bb4300b72520bebbe445301814c221adb697 GIT binary patch literal 30890 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 + J.Rapp + 5x5min 70.3/5min IM Over-Under + This is a workout where topography can present a real challenge to effective execution outdoors. The speeds at race effort for elite athletes can likewise present a problem for more elite athletes. The purpose of this workout is to sustain work at a specific race-pace with recovery at a relatively high-intensity that nevertheless is easy enough to be sustainable. + bike + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__8x3min_BG_703.zwo b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__8x3min_BG_703.zwo new file mode 100644 index 0000000..00664e6 --- /dev/null +++ b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__8x3min_BG_703.zwo @@ -0,0 +1,68 @@ + + J.Rapp + 8x3min Hill Climb D1-4x2 + Focused low-cadence intervals bracketing goal 70.3 power. Build from sub-70.3 power to just above 70.3 power all while holding a good low cadence down in the 50s. Recovery with high cadence and still reasonable aerobic power. Build from 1-4, drop down for #5 - but not quite as low as #1 - and then build back up. + +The power here shouldn't be a challenge... except for the cadence. If you can get comfortable generating your target race power with a firm cadence cap, it becomes a lot easier on race day when you can ride whatever cadence you choose. + +During the warm-up, don't worry about anything other than getting the legs firing. We're not sprinting here and the workout starts pretty easy, so just start easy and build to some solid aerobic power by the end. + +The cadence caps on the hard work are critical, so make sure not to cheat up and spin a bit faster to make it easier. + +Just nice and relaxed open cool-down to finish. + bike + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__8x4min_with_2min.zwo b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__8x4min_with_2min.zwo new file mode 100644 index 0000000..4035966 --- /dev/null +++ b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__8x4min_with_2min.zwo @@ -0,0 +1,27 @@ + + J.Rapp + Slowtwitch Indoors: Slowman Returns - 8x4min/2min SST High + Because of the relatively short rest in between intervals this is a challenging workout to do on the road because you need either a fairly long hill or an extremely steep one because it is nearly impossible to get back to the start otherwise. As a result a workout like this is ideally suited to indoor training because the challenge of finding suitable topography is reduced. + bike + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Double_Peak.zwo b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Double_Peak.zwo new file mode 100644 index 0000000..d35128c --- /dev/null +++ b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Double_Peak.zwo @@ -0,0 +1,79 @@ + + J.Rapp + Slowtwitch Indoors: Twin Peaks + + bike + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Double_Peak_OG.zwo b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Double_Peak_OG.zwo new file mode 100644 index 0000000..f01faf1 --- /dev/null +++ b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Double_Peak_OG.zwo @@ -0,0 +1,79 @@ + + J.Rapp + Slowtwitch Indoors: Twin Peaks [OG +10% FTP Edition] + + bike + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Herbert_s_R.zwo b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Herbert_s_R.zwo new file mode 100644 index 0000000..9faaeec --- /dev/null +++ b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Herbert_s_R.zwo @@ -0,0 +1,100 @@ + + J.Rapp + Slowtwitch Indoors: Herbert Krabel's Progressive Ramps + + bike + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Jesse_Thoma.zwo b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Jesse_Thoma.zwo new file mode 100644 index 0000000..468a00b --- /dev/null +++ b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Jesse_Thoma.zwo @@ -0,0 +1,109 @@ + + J.Rapp + Slowtwitch Indoors: Jesse Thomas Birthday Builders + + bike + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Linsey_Corbin_SST.zwo b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Linsey_Corbin_SST.zwo new file mode 100644 index 0000000..436464e --- /dev/null +++ b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Linsey_Corbin_SST.zwo @@ -0,0 +1,44 @@ + + L.Corbin + Slowtwitch Indoors: Linsey Corbin's Sweet Spot With Cadence + Building efforts w/30" openers +4x8' efforts @ 90 cd, 80 cd, 70 cd, 60 cd / 2' RI +Openers w/descending effort to end + bike + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Matt_Lieto_Overthetop.zwo b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Matt_Lieto_Overthetop.zwo new file mode 100644 index 0000000..3352b1a --- /dev/null +++ b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Matt_Lieto_Overthetop.zwo @@ -0,0 +1,129 @@ + + Jordan Rapp (via TrainingPeaks) + Slowtwitch Indoors;: Matt Lieto's Over The Top + What up y'all! Welcome, and let's ride bikes! Today's workout is going to be a sweet ass exploration of your personal limits and will likely break you down to your core so we can rebuild a better and brighter YOU. JK. But it should be fun. A little bit of over-gear that will be at higher power so I recommend adjusting your FTP if you think it's a little generous. + bike + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Penticton_C.zwo b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Penticton_C.zwo new file mode 100644 index 0000000..bc97ea3 --- /dev/null +++ b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Penticton_C.zwo @@ -0,0 +1,96 @@ + + J.Rapp + Slowtwitch Indoors: Penticton Condensed + + bike + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Sub_threshold_Vo2.zwo b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Sub_threshold_Vo2.zwo new file mode 100644 index 0000000..53bfbe3 --- /dev/null +++ b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Sub_threshold_Vo2.zwo @@ -0,0 +1,64 @@ + + Zwift + Slowtwitch Indoors: Sub-Threshold To VO2 Over-Under + Building upon the previous Sub-Threshold XX session, this time we are decreasing the time between surges and increasing the number of surges. + +By challenging your ability to process lactate at near threshold power, you will increase your time to exhaustion and increase endurance. + +All this is achieved with a 30min steady state effort that dips briefly into the realms of VO2. + bike + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__The_Slowman.zwo b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__The_Slowman.zwo new file mode 100644 index 0000000..9403ff0 --- /dev/null +++ b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__The_Slowman.zwo @@ -0,0 +1,83 @@ + + J.Rapp + Slowtwitch Indoors: The Slowman Cometh + + bike + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Tri_Roubaix.zwo b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Tri_Roubaix.zwo new file mode 100644 index 0000000..e7ec14b --- /dev/null +++ b/site/slowtwitch.com/www/zwift/Slowtwitch_Indoors__Tri_Roubaix.zwo @@ -0,0 +1,75 @@ + + J.Rapp + Slowtwitch Indoors: Tri Roubaix + A triathlon take on the Mat Hayman Paris-Roubaix Special. Triathletes don't need to be ready to surge quite as much as a pure bike racer, but it is still a great tool to have in your physiological array. + bike + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slowtwitch.com/www b/slowtwitch.com/www new file mode 120000 index 0000000..70dd766 --- /dev/null +++ b/slowtwitch.com/www @@ -0,0 +1 @@ +/var/home/slowtwitch/site/slowtwitch.com/www \ No newline at end of file