<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="accueil.xsl.php"?><d routeversion="2">
	<e titre="Apps" wi="25"   sstitre="" color="#000000">
			<msg><p>LiveTrail directly on your smartphone it's possible with</p><div style="display: flex; flex-direction: row; flex-wrap: wrap;"><div style="text-align: center; padding: 5px; flex-basis: 0; flex-grow: 1;"><img style="margin-bottom: 4px;" src="im/liveinfo.png" alt="liveinfo" /><br />Your information counter directly in your pocket<br /> For all supporters, followers, friends...<div style="display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;"><a href="https://play.google.com/store/apps/details?id=net.livetrail.livetrail&amp;hl=en" target="_blank"><img src="im/googleplay.png" alt="" /></a> <a href="https://apps.apple.com/app/livetrail/id1205514003" target="_blank"><img src="im/appstore.png" alt="" /></a></div></div><div style="text-align: center; padding: 5px; flex-basis: 0; flex-grow: 1;"><img style="margin-bottom: 4px;" src="im/liverun.png" alt="liverun" /><img src="im/runnersonly.png" alt="runners" /><br />follow your own race and that of your friends ...<br/>Created by runners especially <strong>for runners</strong><br /><div style="display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;"><a href="https://play.google.com/store/apps/details?id=net.livetrail.livetrailrunning&amp;hl=en" target="_blank"><img src="im/googleplay.png" alt="" /></a> <a href="https://apps.apple.com/app/liverun-by-livetrail/id1265092866" target="_blank"><img src="im/appstore.png" alt="" /></a></div></div></div></msg>
		</e>
		<e titre="Vidéo" wi="33"   color="#000" video="1">
			<msg>
								<script type="text/javascript">
					function chg_vid_dm(n,k) {
						$("#vid_lab_current").html(n);
						$("#vid_webcam").attr("src", "//www.dailymotion.com/embed/video/"+k+"?autoPlay=1");
					}
					function chg_vid_yt(n,k) {
						$("#vid_lab_current").html(n);
						$("#vid_webcam").attr("src", "//www.youtube.com/embed/"+k+"?autoplay=1");
					}
					function chg_vid(o) {
						var opt=null;
						if($(o).is("select")) opt=$(o).find(":selected");
						else opt=$(o);
						if(opt.hasClass("off")) return;
						var t=opt.data("t");
						var n=opt.data("n");
						var k=opt.data("k");
						if(t=='yt') chg_vid_yt(n,k);
						else if(t=='dm') chg_vid_dm(n,k);
						else {
							$("#vid_lab_current").html("-");
							$("#vid_webcam").attr("src", "im/nocam.html");
						}
					}
					$(function() {
						var w=$("#cont_video").width();
						$("#cont_video").height(w*9/16 + 14);
					});
				</script>
				<div class="webcams" style="width:100%;padding:5px 0;text-align:left;">
					<div id="cont_video" style="margin-right:10px;width:100%;">
						<span id="vid_lab_current" style="font-weight:bold;">&#160;</span><br/>
						<iframe frameborder="0" width="100%" height="100%" id="vid_webcam" src="im/nocam.html" scrolling="no" allowfullscreen="allowfullscreen" mozallowfullscreen="mozallowfullscreen" msallowfullscreen="msallowfullscreen" oallowfullscreen="oallowfullscreen" webkitallowfullscreen="webkitallowfullscreen"></iframe>
					</div>
					<div id="webcamslst" style="margin-top:24px;text-align:center">
													<img src="im/camip.png" style="height:20px;" align="absmiddle"/> &#160; Webcams :
							<select onchange="chg_vid(this)">
								<option>-</option>
								<option value="72" data-t="dm" data-n="Arrivée  Piau" data-k="x8d2z3x">Arrivée  Piau</option>
										<option value="2" data-t="dm" data-n="Piau" data-k="x8d9v0p">Piau</option>
										<option value="66" data-t="dm" data-n="Restaurant Merlans" data-k="x8d2z6v">Restaurant Merlans</option>
										<option value="14" data-t="dm" data-n="Restaurant Merlans" data-k="x8d2z1q">Restaurant Merlans</option>
										<option value="46" data-t="dm" data-n="Pierrefitte E/S" data-k="x8d2z5w">Pierrefitte E/S</option>
										<option value="60" data-t="dm" data-n="Tournaboup E/S" data-k="x8d2z3g">Tournaboup E/S</option>
										<option value="70" data-t="dm" data-n="Arrivée Vieille Aure" data-k="x8d2z73">Arrivée Vieille Aure</option>
										<option value="26" data-t="dm" data-n="Restaurant Merlans" data-k="x8d2z6h">Restaurant Merlans</option>
										<option value="36" data-t="dm" data-n="Pic du Midi" data-k="x8d2z4s">Pic du Midi</option>
																	</select>
							<a href="javascript:checkStreams();" style="font-size:1.5em;">↺</a>						<script type="text/javascript">
							var nbCam=9;
							$(function() {
								checkStreams();
							});
							function checkStreams() {
								nbCam=9;
								$("#webcamslst select option, #webcamslst a").each(function(){
									var me=$(this);
									if(me.data("t")=="dm") {
										var flux=me.data("k");
										var dailyAPI = "https://api.dailymotion.com/video/"+flux+"?fields=mode,record_start_time,record_end_time,recurrence,onair,live_airing_time,live_video_bitrate,live_audio_bitrate,live_video_width,live_video_height,live_video_fps,live_video_keyframe_interval,live_publish_url,audience,audience_total";
										$.getJSON(dailyAPI, function (json) {
											// Set the variables from the results array
											var live = json.onair || json.live_video_bitrate!=null;
											if (live){
												me.removeClass("off");
												me.attr("disabled",false);
											} else {
												me.addClass("off");
												me.attr("disabled",true);
											}
										}).error(function(){
											if (me.val()!="") {
												me.addClass("off");
												me.attr("disabled",true);
											}
										}).always(function() {
											nbCam--;
											if (nbCam==0) setFirstCam();
									  });
								  }
								});
							}
							function setFirstCam(){
								$("#webcamslst select option, #webcamslst a").each(function(){
									if(!$(this).hasClass("off") &amp;&amp; $(this).html()!="-"){
										if($("#webcamslst select").length &gt; 0) {
											$(this).prop("selected", true);
											$("#webcamslst select").change();
										} else {
											$(this).click();
										}
										return false;
									}
								});
								if($("#webcamslst select option:selected").hasClass("off")) {
									$("#webcamslst select option:first").prop("selected", true);
									$("#webcamslst select").change();
								}
							}
						</script>
					</div>
				</div>
				<p style="clear:both;">&#160;</p>
			</msg>
		</e>
		
<!-- courses.UT160.home_width = 100 / 100 -->
<e/><e/><e id="UT160"  wi="100"  titre="Ultra Tour 160" sstitre="160km / 10000m+" routeVersion="2" darkenColor="" color="#ff0000" >
							<info nomdep="Départ Vieille Aure" dtdep="2022-08-26 05:00:02" tz="1" launched="1" finish="1" />
				<identite nom="COINUS" prenom="Robin" doss="29" cat="M0 H" rk="1" tps="26:30:20" dth="2022-08-27 07:30:22.130" idpt="70" />
							<identite nom="CRETINON" prenom="Guillaume" doss="30" cat="M0 H" rk="2" tps="27:01:59" dth="2022-08-27 08:02:01.210" idpt="70" />
							<identite nom="PRIGENT" prenom="Freddy" doss="61" cat="M0 H" rk="3" tps="27:50:09" dth="2022-08-27 08:50:11.230" idpt="70" />
							<identitef nom="DUHART" prenom="Carole" doss="261" cat="M3 F" rk="1" tps="32:15:51" dth="2022-08-27 13:15:53.420" idpt="70"/>
							<identitef nom="ALLEAUD" prenom="Virginie" doss="181" cat="M0 F" rk="2" tps="34:31:15" dth="2022-08-27 15:31:17.730" idpt="70"/>
							<identitef nom="BEYNEL" prenom="Florence" doss="238" cat="M4 F" rk="3" tps="35:47:41" dth="2022-08-27 16:47:43.010" idpt="70"/>
										<hasFinisher v="1"/>
			<points font="10" wi="100" l="5.8823529411765" b="10" f="1"><p id="0" name="Départ Vie" km="0" x="5.882" y="73" lat="42.82976" lon="0.32731" nb="0"  /><p id="26" name="Merlans" km="15.8" x="14.706" y="38" lat="42.82844" lon="0.22072" nb="0" wc="dm|x8d2z6h" /><p id="30" name="C.Bastanet" km="21.59" x="17.882" y="25" lat="42.86704" lon="0.20642" nb="0"  /><p id="32" name="La Mongie" km="31.27" x="23.294" y="47" lat="42.91000" lon="0.18166" nb="0"  /><p id="36" name="Pic du Mid" km="42.15" x="29.412" y="15.5" lat="42.93673" lon="0.14142" nb="0" wc="dm|x8d2z4s" /><p id="38" name="sencours R" km="45.67" x="31.412" y="28.5" lat="42.93036" lon="0.13824" nb="0"  /><p id="42" name="Col de Bar" km="56.04" x="37.176" y="32.5" lat="42.94458" lon="0.06929" nb="0"  /><p id="44" name="Hautacam" km="65.42" x="42.353" y="52" lat="42.97138" lon="-0.00938" nb="0"  /><p id="46" name="Pierrefitt" km="77.27" x="49.059" y="82" lat="42.95922" lon="-0.07489" nb="0" wc="dm|x8d2z5w" /><p id="48" name="Cauterets" km="92.54" x="57.529" y="68" lat="42.88716" lon="-0.11494" nb="0"  /><p id="49" name="bederet" km="102.61" x="63.176" y="47" lat="42.89497" lon="-0.06223" nb="0"  /><p id="50" name="Aulian" km="110.43" x="67.529" y="47.5" lat="42.88469" lon="-0.06086" nb="0"  /><p id="52" name="Luz Saint " km="119.64" x="72.588" y="76" lat="42.87057" lon="-0.00725" nb="0"  /><p id="60" name="Tournaboup" km="135.42" x="81.412" y="54.5" lat="42.90313" lon="0.10168" nb="0" wc="dm|x8d2z3g" /><p id="62" name="Cab d'Ayg" km="142.04" x="85.176" y="34.5" lat="42.87518" lon="0.15192" nb="0"  /><p id="64" name="Hourquette" km="144.51" x="86.471" y="26" lat="42.87374" lon="0.17212" nb="0"  /><p id="66" name="Merlans" km="152.89" x="91.176" y="38" lat="42.82839" lon="0.22064" nb="0" wc="dm|x8d2z6v" /><p id="70" name="Arrivée Vi" km="166.55" x="98.824" y="73" lat="42.82976" lon="0.32731" nb="276" wc="dm|x8d2z73" /></points>		</e>
      
<!-- courses.TDC.home_width = 50 / 50 -->
<e/><e/><e/><e id="TDC"  wi="50"  titre="Tour des Cirques" sstitre="120km / 7500m+" routeVersion="2" darkenColor="" color="#008000" >
							<info nomdep="Départ Piau" dtdep="2022-08-26 03:31:36" tz="1" launched="1" finish="1" />
				<identite nom="PIPITONE" prenom="Anthony" doss="1017" cat="M0 H" rk="1" tps="17:18:10" dth="2022-08-27 00:50:11.700" idpt="70" />
							<identite nom="MOYSAN" prenom="Gwendal" doss="1056" cat="SE H" rk="2" tps="17:49:07" dth="2022-08-27 01:21:08.950" idpt="70" />
							<identite nom="PERRIN" prenom="Sylvain" doss="1006" cat="M1 H" rk="3" tps="18:39:46" dth="2022-08-27 02:11:47.790" idpt="70" />
							<identitef nom="MAYNIEL" prenom="Laura" doss="1195" cat="SE F" rk="1" tps="24:15:19" dth="2022-08-27 07:47:20.050" idpt="70"/>
							<identitef nom="MORISAUX" prenom="Aurelie" doss="1259" cat="M1 F" rk="2" tps="25:54:21" dth="2022-08-27 09:26:22.870" idpt="70"/>
							<identitef nom="MARTIN" prenom="Géraldine" doss="1071" cat="SE F" rk="3" tps="26:23:32" dth="2022-08-27 09:55:33.970" idpt="70"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Départ Pia" km="0" x="5.882" y="40" lat="42.78383" lon="0.15840" nb="0"  /><p id="2" name="Piau" km="9.42" x="12.824" y="40" lat="42.78395" lon="0.15810" nb="0" wc="dm|x8d9v0p" /><p id="4" name="Gédre A" km="26.79" x="25.412" y="68.5" lat="42.78807" lon="0.01995" nb="0"  /><p id="6" name="Gavarnie" km="37.22" x="33.059" y="56" lat="42.73174" lon="-0.00925" nb="0"  /><p id="8" name="Hotellerie" km="40.87" x="35.765" y="49" lat="42.70438" lon="-0.00854" nb="0"  /><p id="10" name="Ref d'Espu" km="45.05" x="38.824" y="35" lat="42.72000" lon="0.01252" nb="0"  /><p id="12" name="Gèdre R" km="62.12" x="51.294" y="68.5" lat="42.78807" lon="0.01996" nb="0"  /><p id="52" name="Luz Saint " km="75.07" x="60.706" y="80" lat="42.87063" lon="-0.00753" nb="0"  /><p id="54" name="Luz Saint " km="75.07" x="60.588" y="80" lat="42.87063" lon="-0.00753" nb="0"  /><p id="58" name="Ref  gler" km="88.61" x="70.588" y="31" lat="42.86106" lon="0.09072" nb="0"  /><p id="60" name="Tournaboup" km="96.04" x="76.118" y="54" lat="42.90313" lon="0.10168" nb="0" wc="dm|x8d2z3g" /><p id="62" name="Cab d'Ayg" km="102.64" x="80.941" y="30.5" lat="42.87518" lon="0.15192" nb="0"  /><p id="64" name="Hourquette" km="105.12" x="82.706" y="20" lat="42.87374" lon="0.17212" nb="0"  /><p id="66" name="Merlans" km="113.48" x="88.824" y="34.5" lat="42.82843" lon="0.22063" nb="0" wc="dm|x8d2z6v" /><p id="70" name="Arrivée Vi" km="127.18" x="98.824" y="76.5" lat="42.82976" lon="0.32731" nb="430" wc="dm|x8d2z73" /></points>		</e>
      
<!-- courses.TDL.home_width = 50 / 50 -->
<e id="TDL"  wi="50"  titre="Tour des Lacs" sstitre="80km / 5000m+" routeVersion="2" darkenColor="" color="#0000ff" >
							<info nomdep="Départ Vieille Aure" dtdep="2022-08-27 05:00:06" tz="1" launched="1" finish="1" />
				<identite nom="BONNECARRÈRE" prenom="Gautier" doss="2001" cat="SE H" rk="1" tps="10:15:44" dth="2022-08-27 15:15:50.130" idpt="70" />
							<identite nom="CORNUT-CHAUVINC" prenom="Paul" doss="2064" cat="SE H" rk="2" tps="10:18:04" dth="2022-08-27 15:18:10.940" idpt="70" />
							<identite nom="GIORDANO" prenom="Noël" doss="3421" cat="SE H" rk="3" tps="11:08:32" dth="2022-08-27 16:08:38.950" idpt="70" />
							<identitef nom="OUDET" prenom="Emeline" doss="2087" cat="SE F" rk="1" tps="11:42:10" dth="2022-08-27 16:42:16.050" idpt="70"/>
							<identitef nom="COMBARIEU" prenom="Maud" doss="3449" cat="M2 F" rk="2" tps="12:29:30" dth="2022-08-27 17:29:36.720" idpt="70"/>
							<identitef nom="GEORGES" prenom="Laurence" doss="3437" cat="M4 F" rk="3" tps="14:25:23" dth="2022-08-27 19:25:29.910" idpt="70"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Départ Vie" km="0" x="5.882" y="81.5" lat="42.82978" lon="0.32740" nb="0"  /><p id="26" name="Merlans" km="15.33" x="23.294" y="46.5" lat="42.82846" lon="0.22070" nb="0" wc="dm|x8d2z6h" /><p id="30" name="C.Bastanet" km="21.01" x="29.765" y="33.5" lat="42.86704" lon="0.20638" nb="0"  /><p id="32" name="La Mongie" km="30.51" x="40.588" y="55.5" lat="42.90996" lon="0.18154" nb="0"  /><p id="34" name="sencours A" km="37.89" x="48.941" y="37" lat="42.93052" lon="0.13870" nb="0"  /><p id="36" name="Pic du Mid" km="41.21" x="52.706" y="24" lat="42.93688" lon="0.14136" nb="0" wc="dm|x8d2z4s" /><p id="60" name="Tournaboup" km="51.44" x="64.353" y="63" lat="42.90329" lon="0.10219" nb="0" wc="dm|x8d2z3g" /><p id="62" name="Cab d'Ayg" km="57.99" x="71.765" y="43.5" lat="42.87527" lon="0.15192" nb="0"  /><p id="64" name="Hourquette" km="60.05" x="74.118" y="34.5" lat="42.87374" lon="0.17209" nb="0"  /><p id="66" name="Merlans" km="68.22" x="83.294" y="46.5" lat="42.82839" lon="0.22094" nb="0" wc="dm|x8d2z6v" /><p id="70" name="Arrivée Vi" km="81.85" x="98.824" y="81.5" lat="42.82983" lon="0.32718" nb="979" wc="dm|x8d2z73" /></points>		</e>
      
<!-- courses.TDM.home_width = 50 / 50 -->
<e/><e/><e id="TDM"  wi="50"  titre="Tour du Moudang" sstitre="60km / 3500m+" routeVersion="2" darkenColor="" color="#800080" >
							<info nomdep="Départ Vieille Aure" dtdep="2022-08-25 05:30:07" tz="1" launched="1" finish="1" />
				<identite nom="FONTAINE" prenom="Romain" doss="4038" cat="SE H" rk="1" tps="07:12:58" dth="2022-08-25 12:43:05.880" idpt="70" />
							<identite nom="BOURASSEAU" prenom="Charly" doss="4071" cat="SE H" rk="2" tps="07:22:35" dth="2022-08-25 12:52:42.100" idpt="70" />
							<identite nom="FERNANDES" prenom="Nuno" doss="4037" cat="M1 H" rk="3" tps="07:26:02" dth="2022-08-25 12:56:09.140" idpt="70" />
							<identitef nom="DAGUINOS" prenom="Juliette" doss="4088" cat="SE F" rk="1" tps="08:09:12" dth="2022-08-25 13:39:19.330" idpt="70"/>
							<identitef nom="BEGUE" prenom="Hortense" doss="5183" cat="M1 F" rk="2" tps="09:14:11" dth="2022-08-25 14:44:18.580" idpt="70"/>
							<identitef nom="DUBES" prenom="Claire" doss="4092" cat="M2 F" rk="3" tps="09:37:13" dth="2022-08-25 15:07:20.780" idpt="70"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Départ Vie" km="0" x="5.882" y="80" lat="42.82975" lon="0.32744" nb="0"  /><p id="14" name="Merlans" km="15" x="27.882" y="37.5" lat="42.82843" lon="0.22058" nb="0" wc="dm|x8d2z1q" /><p id="16" name="Fabian" km="25.46" x="43.176" y="66.5" lat="42.79164" lon="0.22895" nb="0"  /><p id="18" name="Passerelle" km="33.65" x="55.059" y="50" lat="42.76269" lon="0.16725" nb="0"  /><p id="20" name="bielsa" km="38.21" x="61.765" y="44.5" lat="42.74787" lon="0.19174" nb="0"  /><p id="24" name="moudang" km="47.62" x="75.529" y="54" lat="42.74635" lon="0.23847" nb="0"  /><p id="70" name="Arrivée Vi" km="63.53" x="98.824" y="80" lat="42.82977" lon="0.32722" nb="901" wc="dm|x8d2z73" /></points>		</e>
      
<!-- courses.TDG.home_width = 50 / 50 -->
<e id="TDG"  wi="50"  titre="Tour de la Gela" sstitre="40km / 3400m+" routeVersion="2" darkenColor="" color="#ff6600" >
							<info nomdep="Départ Piau" dtdep="2022-08-27 07:00:45" tz="1" launched="1" finish="1" />
				<identite nom="LENESTOUR" prenom="Yves-Marie" doss="6250" cat="M0 H" rk="1" tps="05:41:18" dth="2022-08-27 12:42:03.470" idpt="72" />
							<identite nom="MANAUD" prenom="Ludovic" doss="6775" cat="M2 H" rk="2" tps="05:42:13" dth="2022-08-27 12:42:58.020" idpt="72" />
							<identite nom="RANVIAL" prenom="Remy" doss="6058" cat="SE H" rk="3" tps="05:43:28" dth="2022-08-27 12:44:13.800" idpt="72" />
							<identitef nom="BOUDÉ" prenom="Marion" doss="6157" cat="SE F" rk="1" tps="06:58:50" dth="2022-08-27 13:59:35.830" idpt="72"/>
							<identitef nom="PICHON" prenom="Morgane" doss="6285" cat="ES F" rk="2" tps="07:13:32" dth="2022-08-27 14:14:17.260" idpt="72"/>
							<identitef nom="NAU" prenom="Chiara" doss="6053" cat="SE F" rk="3" tps="07:34:39" dth="2022-08-27 14:35:24.110" idpt="72"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Départ Pia" km="0" x="5.882" y="57" lat="42.78381" lon="0.15840" nb="0"  /><p id="2" name="Piau" km="9.17" x="25.059" y="57" lat="42.78384" lon="0.15836" nb="0" wc="dm|x8d9v0p" /><p id="18" name="Passerelle" km="16.55" x="40.353" y="65.5" lat="42.76269" lon="0.16725" nb="0"  /><p id="20" name="bielsa" km="21.16" x="50" y="58.5" lat="42.74799" lon="0.19186" nb="0"  /><p id="22" name="Passerelle" km="31.7" x="72" y="65.5" lat="42.76269" lon="0.16725" nb="0"  /><p id="72" name="Arrivée  P" km="44.56" x="98.824" y="57" lat="42.78346" lon="0.15833" nb="497" wc="dm|x8d2z3x" /></points>		</e>
      
<!-- courses.TDN.home_width = 50 / 50 -->
<e/><e/><e id="TDN"  wi="50"  titre="Tour du Néouvielle" sstitre="40km / 2400m+" routeVersion="2" darkenColor="" color="#00ccff" >
							<info nomdep="Départ Saint Lary" dtdep="2022-08-26 08:00:00" tz="1" launched="1" finish="1" />
				<identite nom="GALAND" prenom="Benoit" doss="8288" cat="SE H" rk="1" tps="04:10:51" dth="2022-08-26 12:10:51.190" idpt="70" />
							<identite nom="TIPHENE" prenom="Guillaume" doss="8279" cat="SE H" rk="2" tps="04:23:07" dth="2022-08-26 12:23:07.820" idpt="70" />
							<identite nom="HERVY" prenom="Evan" doss="7023" cat="SE H" rk="3" tps="04:25:50" dth="2022-08-26 12:25:50.060" idpt="70" />
							<identitef nom="DA COSTA REIS" prenom="Mylène" doss="8269" cat="M0 F" rk="1" tps="04:51:44" dth="2022-08-26 12:51:44.800" idpt="70"/>
							<identitef nom="GRANGE-PAUL" prenom="Aurélie" doss="7021" cat="M0 F" rk="2" tps="04:56:04" dth="2022-08-26 12:56:04.020" idpt="70"/>
							<identitef nom="GUILLOT" prenom="Elise" doss="7022" cat="SE F" rk="3" tps="05:25:25" dth="2022-08-26 13:25:25.480" idpt="70"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Départ Sai" km="0" x="5.882" y="80" lat="42.81705" lon="0.32234" nb="0"  /><p id="26" name="Merlans" km="14.97" x="37.765" y="37.5" lat="42.82811" lon="0.22058" nb="0" wc="dm|x8d2z6h" /><p id="30" name="C.Bastanet" km="20.72" x="50" y="22" lat="42.86704" lon="0.20642" nb="0"  /><p id="66" name="Merlans" km="29.92" x="69.647" y="37.5" lat="42.82811" lon="0.22058" nb="0" wc="dm|x8d2z6v" /><p id="70" name="Arrivée Vi" km="43.64" x="98.824" y="80" lat="42.82976" lon="0.32731" nb="1083" wc="dm|x8d2z73" /></points>		</e>
      <e titre="History" wi="25"   sstitre="" color="#000000">
			<msg><p>Access to results and runner's files in <a style='color: #222222; text-decoration-line: none;' href='http://livetrail.net/histo/grp_2021' target='_blank'>2021</a></p></msg>
		</e>
		</d>
