 <html> <head> 	<title>Sport24.com - Actu / Colorado envoie les Devils en enfer</title> 	<META NAME="TITLE" CONTENT="Sport24.com - Actu / Colorado envoie les Devils en enfer"> 	<META NAME="DESCRIPTION" CONTENT="Sur le point de conclure  domicile, les Devils ont perdu pied devant lAvalanche, sinclinant lourdement devant le ralisme des hommes de Bob Hartley, mais aussi le brio de lternel Patrick Roy (0-4). Tout se jouera lors du 7e match, o les champions en titre dfendront donc leur Stanley Cup dans lantre de Colorado."> 	<META NAME="KEYWORDS" CONTENT="but, Blanc, jeu, match, Robinson, Robin, tour, champion, titre, Sutton, Tour, Play-off, NHL, Devils, spciale, slalom, tir, bry, jeu, match"> 	<META NAME="OWNER" CONTENT="info@sport24.com"> 	<META HTTP-EQUIV="CONTENT-LANGUAGE" CONTENT="French"> 	<META NAME="ROBOTS" CONTENT="index,follow"> 	<META NAME="REVISIT-AFTER" CONTENT="15 jours"> 	<META NAME="ROBOTS" CONTENT="ALL"> 	<link rel="STYLESHEET" type="text/css" href="/sport24.css">  	<link rel="STYLESHEET" type="text/css" href="/sport24_13.css"> <script language="JavaScript">	 agent = navigator.userAgent; 	browserVer = 2; 	ext=".asx"; 	if (agent.substring(0,7) == "Mozilla") 	{ 	    if (parseInt(agent.substring(8,9)) >= 3) {browserVer = 1;} 	} 	 	if (browserVer == 1) {  	cursoron = new Image(16,16); 	cursoron.src = "/imgs/cursor.gif"; 	cursoroff = new Image(16,16); 	cursoroff.src = "/imgs/tr.gif";  	} 	 	function hiLite(quel,remp){ 		if (browserVer == 1){document.images[quel].src= "http://www.sport24.com/imgs/"+ remp + ".gif";} 	}  	function OpenWin(url, w, h){ 	  var szParams = "toolbar=no,,width=" + w + ",height=" + h + ",scrollbars=no,resize=no" 	  win = window.open(url,"_new", szParams); 	}  	function OpenNamedWin(url, namee, w, h){ 	  var szParams = "toolbar=no,,width=" + w + ",height=" + h + ",scrollbars=yes,resize=yes,status=yes" 	  nam=namee; 	  win = window.open(url,nam, szParams); 	  win.focus(); 	} 	 	function OpenWinScroll(url, w, h){ 	  var szParams = "toolbar=no,,width=" + w + ",height=" + h + ",scrollbars=yes,resize=no" 	  win = window.open(url,"_new", szParams); 	} 	 // audio	 	 			<!-- Cookies--> 	 	function getCookieVal (offset) {   		var endstr = document.cookie.indexOf (";", offset);   		if (endstr == -1)endstr = document.cookie.length;   		return unescape(document.cookie.substring(offset, endstr)); 	} 	 	function FixCookieDate (date) {   		var base = new Date(0);   		var skew = base.getTime();   		if (skew > 0) date.setTime (date.getTime() - skew); 		} 	 	function GetCookie (name) {   		var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0;   		while (i < clen) {    	 		var j = i + alen;     		if (document.cookie.substring(i, j) == arg)       		return getCookieVal (j);     		i = document.cookie.indexOf(" ", i) + 1;     		if (i == 0) break;    		}   		return null; 	} 	 	function SetCookie (name,value,expires,path,domain,secure) {   		document.cookie = name + "=" + escape (value) +	((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") +    ((secure) ? "; secure" : ""); }  		 	function DeleteCookie (name,path,domain) {   		if (GetCookie(name)) { 		   	document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; 	  	} 	}	 	<!-- fin cookies--> 	 	function sel(wich){ 		if (wich==1){ 			document.images["play1"].src="/imgs/_winm1.gif"; 			document.images["play2"].src="/imgs/_real0.gif"; 			ext=".asx"; 			if (GetCookie("mediaplayer")!="1"){ 				SetCookie ("mediaplayer","1",null,"/"); 			}	 		} 		if (wich==2){	 			document.images["play1"].src="/imgs/_winm0.gif"; 			document.images["play2"].src="/imgs/_real1.gif"; 			ext=".ram"; 			if (GetCookie("mediaplayer")!="2"){ 				SetCookie ("mediaplayer","2",null,"/"); 			} 		} 	} 	function play(id,xx){ 		basurl="http://www.sport24.com/articleimg/audio/x_publi/"; 		myxx=xx; 		if (myxx==0){this.location=basurl+id+ext;} 		if (myxx==1){this.location=basurl+id+".asx";} 		if (myxx==2){this.location=basurl+id+".ram";}  	}		 	 	 	function OpenLive(url, namee, w, h){    	var stats="toolbar=no,location=no,directories=no,status=no,menubar=no," ; 	stats += "scrollbars=yes,resizable=yes,width=" + w + ",height="+h ;     nam=namee;    	win = window.open(url,nam, stats);    	win.focus();  	} 	 	 // ******************** popup poster *************		 	 	picto=""; 	function AffImage(pictureposter,legende){ 		picto = pictureposter; 		wi=400; 		hi=400; 		titre="Poster"; 		legendetex=legende; 		stats="toolbar=no,location=no,directories=no,status=no,menubar=no," ; 		stats += "resizable=yes,width=" + wi + ",height="+hi ; 		imgwin = window.open ("",titre,stats); 		window.setTimeout("makepage(picto,legendetex)",100) ; 	} 	function makepage(pic,legendetexx){ 	legendetexxx=legendetexx; 	if (legendetexxx=="") espace=0; 	else espace=85; 		imgwin.document.clear(); 		imgwin.document.write("<head><title>Poster</title>"); 		imgwin.document.write("<s"+"cript language='Java"+"Script'>function resizeme(){picheight=document.images['posterpic'].height;picwidth=document.images['posterpic'].width;this.window.resizeTo(picwidth+40,picheight+60+"+espace+");}<"+"/s"+"cript>"); 		imgwin.document.write("</head><body bgcolor='Black' text='White' onload='window.setTimeout(\"resizeme();\",100);'><center><table><tr><td>"); 		imgwin.document.write("<img name='posterpic' align='absmiddle' src='"+pic+"' border='0' alt=''>"); 		imgwin.document.write("</td></tr><tr><td><center><font face='Verdana,Geneva,Arial,Helvetica,sans-serif' size=2>"+legendetexxx+"</font></center></td></tr></table></center></body>"); 		imgwin.document.close(); 		imgwin.focus(); 	} 	</script>  	 </head>  <body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#000000" link="#FFFFFF" vlink="#FFFFFF" text="#000000"> <center>  <table width="770" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000"> <tr> 	<td width=302 align="center"><a href="/" target = "_top"><img src="http://a1802.g.akamaitech.net/7/1802/1915/8c6a253e06faf0/www.sport24.com/imgs/sport24logo2.gif" width="306" height="60" border="0" alt="Sport24, le logo"></a></td> 	<td width=468 align="right"> 	<script language="JavaScript"> 		/* Generate the transaction ID */ 		now = new Date(); 		var millis = now.getTime(); 		var transID = ""+millis; 		/* Generate the ad tag */ 		document.write('<IFRAME WIDTH=468 HEIGHT=60 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 '); 		document.write('FRAMEBORDER=0 SCROLLING=no BORDERCOLOR="#000000" '); 		document.write('SRC="http://advert.hi-media.com/html.ng/transactionID='+transID+'&site=sport24&page=sp24sportus&cat=actu&type=nhlstanleycup">'); 		document.write('<SCR'+'IPT WIDTH=468 HEIGHT=60 LANGUAGE="JavaScript1.1"' ); 		document.write('SRC="http://advert.hi-media.com/js.ng/Params.richmedia=yes&transactionID='+transID+'&site=sport24&page=sp24sportus&cat=actu&type=nhlstanleycup">'); 		document.write('</SCR'+'IPT>'); 		document.write("</IFRAME>"); 		</script> 		 		<NOSCRIPT> 		<A HREF="http://advert.hi-media.com/click.ng/site=sport24&page=sp24sportus&cat=actu&type=nhlstanleycup" target=_blank> 		<IMG SRC="http://advert.hi-media.com/image.ng/site=sport24&page=sp24sportus&cat=actu&type=nhlstanleycup" border=0 WIDTH=468 HEIGHT=60></A> 		</NOSCRIPT>  </td> </tr> </table>  <table width="770" border="0" cellpadding="0" cellspacing="0"> 	<tr> 		<td width="770" height="2" colspan="2" bgcolor="#000000"><img src="/imgs/tr.gif" width="770" height="2"  border="0"></td> 	</tr> 	<tr> 		<td width="1" background="/imgs/home/fond_menu.gif"><img src="/imgs/tr.gif" width="1" height="1" border="0" hspace="0" vspace="0" alt=""></td> 		<td width="769" align="center" background="/imgs/home/fond_menu.gif"> 			<a href="http://prono24.sport24.com/" target="_top" class="lienservices"><b>Prono24</b></a> 			<img src="/imgs/tr.gif" width="4" height="1" border="0" hspace="0" vspace="0" alt=""> 			<a href="http://www.sport24.com/vinclude/redirect/redirect.asp?http://www.sport24.com/calendrier_quizz.asp" class="lienservices" target="_top"><b>Quizz</b></a> 			<img src="/imgs/tr.gif" width="4" height="1" border="0" hspace="0" vspace="0" alt=""> 			<a target="_top" href="javascript:OpenNamedWin('http://www.sport24.com/vinclude/redirect/redirect.asp?http://www.sport24.com/wap/default.htm','wapann',400,250)" class="lienservices"><b>Wap</b></a> 			<img src="/imgs/tr.gif" width="4" height="1" border="0" hspace="0" vspace="0" alt=""> 			<a href="http://forum.sport24.com/" target="_blank" class="lienservices"><b>Forums</b></a> 			<img src="/imgs/tr.gif" width="4" height="1" border="0" hspace="0" vspace="0" alt=""> 			<A href="http://www.sport24.com/vinclude/redirect/redirect.asp?http://www.sport24.com/calendrier_chat/2002.asp" target="_top" class="lienservices"><b>Chat</b></a> 			<img src="/imgs/tr.gif" width="4" height="1" border="0" hspace="0" vspace="0" alt=""> 			<a target="_top" href="http://www.sport24.com/pda/default.asp" class="lienservices"><b>PDA</b></a> 			<img src="/imgs/tr.gif" width="4" height="1" border="0" hspace="0" vspace="0" alt=""> 			<a href="http://www.sport24.com/vinclude/redirect/redirect.asp?http://www.sport24.com/sonnerie/" target="_blank" class="lienservices"><b>Sonneries/Logos portables</b></a> 		</td> 	</tr> 	<tr> 		<td width="770" height="2" colspan="2" bgcolor="#000000"><img src="/imgs/tr.gif" width="770" height="2"  border="0"></td> 	</tr> </table>  		    <!-------------------------- Triptique Contenu/Editorial/Services-------------------------------> <table width="770" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000"> <tr> 	<!-- Menu des contenus --> 	<td width="150" background="/imgs/home/fond_menu.gif" valign="top"> 	 <!-- special.asp --> <!-- <br> <center> <SCRIPT LANGUAGE=JavaScript>   var time = new Date();   ordval= (time.getTime()); </SCRIPT> <SCRIPT LANGUAGE="JavaScript">  document.write ('<A HREF="http://ad.fr.doubleclick.net/jump/sport24b/bouton2;ord=' + ordval + '?" target="_blank">');  document.write ('<img SRC="http://ad.fr.doubleclick.net/ad/sport24b/bouton2;ord=' + ordval + '?" width=140 height=80 BORDER=0></a>'); </SCRIPT> <NOSCRIPT>  <A HREF="http://ad.fr.doubleclick.net/jump/sport24b/bouton2;ord=?"><img SRC="http://ad.fr.doubleclick.net/ad/sport24b/bouton2;ord=?" BORDER="0" width=140 height=80></a> </NOSCRIPT> </center> <br> --> <!-- a.asp --> <table width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> <img src="/imgs/b_zoom24.gif" width="149" height="25" border="0" alt=""></td> </tr> </table> <table width="100%" cellspacing="0" cellpadding="0"> <tr> 	<td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="eventxaab" hspace="0" vspace="0"></td> 	<td><a class="linkdown" href="http://www.sport24.com/actu_img2.asp" onmouseover="hiLite('eventxaab', 'cursor')" onmouseout="hiLite('eventxaab', 'tr')"><b>Le tout en images</b></a><br></td> </tr> <tr> 	<td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="eventxeee"></td> 	<td><a href="http://www.sport24.com/actu_img.asp" class="linkdown" onmouseover="hiLite('eventxeee', 'cursor')" onmouseout="hiLite('eventxeee', 'tr')"><b>Au jour le jour</b></a><br></td> </tr> </table> <br> <table width="100%" cellspacing="0" cellpadding="0"><tr><td width="100%"> <img name="Sports" src="http://a1802.g.akamaitech.net/7/1802/1915/c282ed048e13c8/www.sport24.com/imgs/home/b_sports.gif" width="149" height="25" border="0" alt=""> </td></tr></table>   <script language="Javascript"> function footexpress(){ window.setTimeout("flip()",5000);  OpenNamedWin('http://www.sport24.com/filinfo/filinfo_liste_light.asp?SUPPORT=3&sp=1','filinfo',488,328); } function flip(){ this.document.location="http://www.sport24.com/dis1.asp"; } </script>  <table width="100%" cellspacing="0" cellpadding="0"> <tr> 	<td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="fx01"></td> 	<td><a class="linkdown" href="javascript:footexpress();" onmouseover="hiLite('fx01','cursor')" onmouseout="hiLite('fx01','tr')">         <b>Foot-Express</b> </a><br></td>  </tr> </table> <table cellspacing="0" cellpadding="0"> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event1" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/dis1.asp" onmouseover="hiLite('event1', 'cursor');" onmouseout="hiLite('event1', 'tr');"><b>Football</b></a><br></td><td width="70"></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event2" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/foot/div1" onmouseover="hiLite('event2', 'cursor');" onmouseout="hiLite('event2', 'tr');"><b>Ligue 1</b></a><br></td><td width="70"><a class="petitlienblanc" href="/classement/150/classement.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/313f3570502a56/www.sport24.com/imgs/home/img-c.gif" border="0" alt="Classements"></a><a class="petitlienblanc" href="/classement/150/resultat.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/e7aa07d325738d/www.sport24.com/imgs/home/img-r.gif" border="0" alt="Rsultats"></a></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event3" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/tenni/" onmouseover="hiLite('event3', 'cursor');" onmouseout="hiLite('event3', 'tr');"><b>Tennis</b></a><br></td><td width="70"></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event4" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/rally/" onmouseover="hiLite('event4', 'cursor');" onmouseout="hiLite('event4', 'tr');"><b>Rallye</b></a><br></td><td width="70"></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event5" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/form1/" onmouseover="hiLite('event5', 'cursor');" onmouseout="hiLite('event5', 'tr');"><b>Formule 1</b></a><br></td><td width="70"><a class="petitlienblanc" href="/classement/332/classement.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/313f3570502a56/www.sport24.com/imgs/home/img-c.gif" border="0" alt="Classements"></a></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event6" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/hand/" onmouseover="hiLite('event6', 'cursor');" onmouseout="hiLite('event6', 'tr');"><b>Handball</b></a><br></td><td width="70"><a class="petitlienblanc" href="/classement/174/classement.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/313f3570502a56/www.sport24.com/imgs/home/img-c.gif" border="0" alt="Classements"></a><a class="petitlienblanc" href="/classement/174/resultat.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/e7aa07d325738d/www.sport24.com/imgs/home/img-r.gif" border="0" alt="Rsultats"></a></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event7" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/rugb/" onmouseover="hiLite('event7', 'cursor');" onmouseout="hiLite('event7', 'tr');"><b>Rugby</b></a><br></td><td width="70"><a class="petitlienblanc" href="/classement/146/classement.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/313f3570502a56/www.sport24.com/imgs/home/img-c.gif" border="0" alt="Classements"></a><a class="petitlienblanc" href="/classement/146/resultat.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/e7aa07d325738d/www.sport24.com/imgs/home/img-r.gif" border="0" alt="Rsultats"></a></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event8" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/athl/" onmouseover="hiLite('event8', 'cursor');" onmouseout="hiLite('event8', 'tr');"><b>Athltisme</b></a><br></td><td width="70"></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event9" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/bask/" onmouseover="hiLite('event9', 'cursor');" onmouseout="hiLite('event9', 'tr');"><b>Basket</b></a><br></td><td width="70"><a class="petitlienblanc" href="/classement/177/classement.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/313f3570502a56/www.sport24.com/imgs/home/img-c.gif" border="0" alt="Classements"></a><a class="petitlienblanc" href="/classement/177/resultat.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/e7aa07d325738d/www.sport24.com/imgs/home/img-r.gif" border="0" alt="Rsultats"></a></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event10" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/nba/" onmouseover="hiLite('event10', 'cursor');" onmouseout="hiLite('event10', 'tr');"><b>NBA</b></a><br></td><td width="70"><a class="petitlienblanc" href="/classement/258/classement.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/313f3570502a56/www.sport24.com/imgs/home/img-c.gif" border="0" alt="Classements"></a><a class="petitlienblanc" href="/classement/258/resultat.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/e7aa07d325738d/www.sport24.com/imgs/home/img-r.gif" border="0" alt="Rsultats"></a></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event11" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/cycl/" onmouseover="hiLite('event11', 'cursor');" onmouseout="hiLite('event11', 'tr');"><b>Cyclisme</b></a><br></td><td width="70"></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event12" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/boxe/" onmouseover="hiLite('event12', 'cursor');" onmouseout="hiLite('event12', 'tr');"><b>Boxe</b></a><br></td><td width="70"></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event13" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/golf/" onmouseover="hiLite('event13', 'cursor');" onmouseout="hiLite('event13', 'tr');"><b>Golf</b></a><br></td><td width="70"></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event14" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/hock/" onmouseover="hiLite('event14', 'cursor');" onmouseout="hiLite('event14', 'tr');"><b>Hockey/Glace</b></a><br></td><td width="70"><a class="petitlienblanc" href="/classement/299/classement.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/313f3570502a56/www.sport24.com/imgs/home/img-c.gif" border="0" alt="Classements"></a><a class="petitlienblanc" href="/classement/299/resultat.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/e7aa07d325738d/www.sport24.com/imgs/home/img-r.gif" border="0" alt="Rsultats"></a></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event15" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/moto/" onmouseover="hiLite('event15', 'cursor');" onmouseout="hiLite('event15', 'tr');"><b>Moto</b></a><br></td><td width="70"><a class="petitlienblanc" href="/classement/336/classement.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/313f3570502a56/www.sport24.com/imgs/home/img-c.gif" border="0" alt="Classements"></a><a class="petitlienblanc" href="/classement/336/resultat.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/e7aa07d325738d/www.sport24.com/imgs/home/img-r.gif" border="0" alt="Rsultats"></a></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event16" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/ski/" onmouseover="hiLite('event16', 'cursor');" onmouseout="hiLite('event16', 'tr');"><b>Ski</b></a><br></td><td width="70"><a class="petitlienblanc" href="/dossiers/p153.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/313f3570502a56/www.sport24.com/imgs/home/img-c.gif" border="0" alt="Classements"></a></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/cursor2.gif" width="16" height="16" border="0" alt="" name="event17" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/us/" onmouseover="hiLite('event17', 'cursor2');" onmouseout="hiLite('event17', 'cursor2');"><b>Sports US</b></a><br></td><td width="70"></td></tr> <tr valign="middle"><td class="petitcorpstexteblanc">&nbsp;</td><td class="petitcorpstexteblanc"><font color="Gray">&raquo;</font>&raquo;&nbsp;<a class="petitlienblanc" href="/nba/">NBA</a></td><td width="70"></td></tr> <tr valign="middle"><td class="petitcorpstexteblanc">&nbsp;</td><td class="petitcorpstexteblanc"><font color="Gray">&raquo;</font>&raquo;&nbsp;<a class="petitlienblanc" href="/us/rub681.asp">NCAA</a></td><td width="70"></td></tr> <tr valign="middle"><td class="petitcorpstexteblanc">&nbsp;</td><td class="petitcorpstexteblanc"><font color="Gray">&raquo;</font>&raquo;&nbsp;<a class="petitlienblanc" href="/us/rub596.asp">NFL</a></td><td width="70"></td></tr> <tr valign="middle"><td class="petitcorpstexteblanc">&nbsp;</td><td class="petitcorpstexteblanc"><font color="Gray">&raquo;</font>&raquo;&nbsp;<a class="petitlienblanc" href="/us/rub595.asp">NHL</a></td><td width="70"></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event22" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/olym/" onmouseover="hiLite('event22', 'cursor');" onmouseout="hiLite('event22', 'tr');"><b>Olympiques</b></a><br></td><td width="70"></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event23" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/sportsauto/" onmouseover="hiLite('event23', 'cursor');" onmouseout="hiLite('event23', 'tr');"><b>Sports Auto</b></a><br></td><td width="70"></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event24" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/voil/" onmouseover="hiLite('event24', 'cursor');" onmouseout="hiLite('event24', 'tr');"><b>Voile</b></a><br></td><td width="70"></td></tr> <tr valign="middle"><td width="16" align="right"><img src="/imgs/tr.gif" width="16" height="16" border="0" alt="" name="event25" hspace="0" vspace="0"></td><td width="132"><a class="linkdown" href="/voll/" onmouseover="hiLite('event25', 'cursor');" onmouseout="hiLite('event25', 'tr');"><b>Volley-ball</b></a><br></td><td width="70"><a class="petitlienblanc" href="/classement/167/classement.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/313f3570502a56/www.sport24.com/imgs/home/img-c.gif" border="0" alt="Classements"></a><a class="petitlienblanc" href="/classement/167/resultat.asp"><img src="http://a1802.g.akamaitech.net/7/1802/1915/e7aa07d325738d/www.sport24.com/imgs/home/img-r.gif" border="0" alt="Rsultats"></a></td></tr> </table><!-- b.asp -->  <!-- c.asp -->        <!-- d.asp -->    <!-- e.asp -->    <!-- f.asp -->     <table width="100%" cellspacing="0" cellpadding="0"> <tr><form> <td width="100%"> <img src="/imgs/home/b_legende.gif" width="149" height="25" border="0" alt=""></td> </tr> </table> <table width="100%" cellspacing="0" cellpadding="0"> <tr><td><img src="/imgs/tr.gif" width="8" height="8"></td> <td> <select name="joselect" size="1" onchange="location=this.form.joselect.options[this.form.joselect.selectedIndex].value; return true;">  	<option value="" SELECTED>Events 2000/2001</option> 	<option value="http://www.sport24.com/hand/rub65.asp">Mondial Hand</option> 	<option value="http://www.sport24.com/foot/mercato">Mercato</option> 	<option value="http://www.sport24.com/dakar/">Dakar 2001</option> 	<option value="http://usopen.sport24.com">US Open</option> 	<option value="http://tour.sport24.com">Tour de France</option> 	<option value="http://wimbledon.sport24.com">Wimbledon</option> 	<option value="http://lemans.sport24.com">Les 24h du Mans</option> 	<option value="http://euro.sport24.com">L'Euro 2000</option> 	<option value="http://rg.sport24.com">Roland Garros</option> 		</select> </form> </td></tr> <tr><td></td> <td> <form><select name="joselect" size="1" onchange="location=this.form.joselect.options[this.form.joselect.selectedIndex].value; return true;">   	<option value="" SELECTED>Rtro 2000</option> 	<option value="/retro/temoins/">Grands tmoins</option> 	<option value="/retro/bestoff/">Best-of</option> 	<option value="/retro/notreanne/">L'anne 2000</option> 	<option value="/retro99/">L'anne 1999</option> 	<option value="/retro2000/">Le sicle</option> 	<option value="http://www.sport24.com/export/keeboo/">Keeboo 2000</option>   	</select> </form> </td></tr> <tr> <td></td> <td> <form><select name="joselect" size="1" onchange="location=this.form.joselect.options[this.form.joselect.selectedIndex].value; return true;">  	<option value="" SELECTED>JO 2000</option> 	<option value="/jo/podiums/podiumslistepays.asp">Les mdailles</option> 	<option value="/jo_actu/">News</option> 	<option value="/jo_horsjeux/">Hors Jeux</option> 	<option value="/jo_athle/">Athltisme</option> 	<option value="/jo_aviron/">Aviron</option> 	<option value="/jo_badmin/">Badminton</option> 	<option value="/jo_baseball/">Baseball</option> 	<option value="/jo_basket/">Basket</option> 	<option value="/jo_beach/">Beach-Volley</option> 	<option value="/jo_boxe/">Boxe</option> 	<option value="/jo_canoe/">Cano-Kayak</option> 	<option value="/jo_cycl/">Cyclisme</option> 	<option value="/jo_equ/">Equitation</option> 	<option value="/jo_escrime/">Escrime</option> 	<option value="/jo_foot/">Football</option> 	<option value="/jo_gym/">Gymnastique</option> 	<option value="/jo_halter/">Haltrophilie</option> 	<option value="/jo_hand/">Handball</option> 	<option value="/jo_hockgaz/">Hockey</option> 	<option value="/jo_judo/">Judo</option> 	<option value="/jo_lutte/">Lutte</option> 	<option value="/jo_natation/">Natation</option> 	<option value="/jo_penth/">Pentathlon</option> 	<option value="/jo_taekw/">Taekwondo</option> 	<option value="/jo_tenni/">Tennis</option> 	<option value="/jo_tentab/">Tennis de table</option> 	<option value="/jo_tir/">Tir</option> 	<option value="/jo_tirarc/">Tir  l'arc</option> 	<option value="/jo_triath/">Triathlon</option> 	<option value="/jo_voile/">Voile</option> 	<option value="/jo_volley/">Volley-ball</option>  	</select> </form></td> </tr> </table>       <!-- g.asp -->    <!-- h.asp --> 					 </td> 	<!-- Fin Menu des contenus -->  	<!-------------------------------- Colonne "Editorial" --------------------------------> 	<td valign="top" bgcolor="#ffffff"> 	 		<!-- Titre Article --> 	 	<table cellpadding=4 cellspacing=0 border=0 width="100%"><tr> 		<td class="pretitre1r" nowrap>08/06/2001 - 05:15</td> 		<td  width="100%" class="pretitre3">Actu NHL, Coupe Stanley, Game 6, Compte Rendu</td> 	</tr></table> 	 		 		<table cellpadding="3" cellspacing="0" border="0" width="100%"> 		<tr> 			<!--<td bgcolor="#0D3222" width="60" class="pretitre1" align="center">&nbsp;</td>--> 			<td class="titrearticle" width="380">&nbsp;Colorado envoie les Devils en enfer</td> 		</tr> 		</table> 		<!-- Fin Titre Article -->  		 		 		<!-- Chapo Article + Auteur --> 		<table cellpadding="10" cellspacing="0" border="0" width="100%"> 		<tr> 			<td> 				<b>Sur le point de conclure &#224; domicile, les Devils ont perdu pied devant l&#146;Avalanche, s&#146;inclinant lourdement devant le r&#233;alisme des hommes de Bob Hartley, mais aussi le brio de l&#146;&#233;ternel Patrick Roy (0-4). Tout se jouera lors du 7e match, o&#249; les champions en titre d&#233;fendront donc leur Stanley Cup dans l&#146;antre de Colorado.</b><br> 				<img align="absmiddle" src="/imgs/ico_mailto.gif" width="15" height="15" border="0" alt="Ecrivez  l'auteur !"><a href="mailto:info@sport24.com?subject=info article" class="petitliennoir">par Gal Anger</a> 			</td> 		</tr> 		</table> 		<!-- Fin Chapo Article + Auteur --> 			<table width=100% cellpadding=0 cellspacing=0 border=0> <tr><td align="left">        </td></tr> </table> 			 		<!-- Zone Texte Article --> 		<table cellpadding="10" cellspacing="0" border="0" width="100%"> 		<tr> 			<td class="corpstextenoir"> 			<table cellpadding=0 cellspacing=0 border=0 align=left> <tr><td><a href="javascript:AffImage('http://a1802.g.akamaitech.net/7/1802/1915/5b51ef034d7a4c/www.sport24.com/articleimg/poster/21308.jpg','Chris Drury savoure son but, aussi prcieux que joli');" class="liensuite1" onmouseover="hiLite('loupe','loupe')" onmouseout="hiLite('loupe','tr')"><img src="http://a1802.g.akamaitech.net/7/1802/1915/e72a0058089e44/www.sport24.com/articleimg/21308.jpg" border=0></a><br></td><td rowspan=3 width=5><spacer type="BLOCK" width=5 height=1></td></tr> <tr><td align=right><a href="javascript:AffImage('http://a1802.g.akamaitech.net/7/1802/1915/5b51ef034d7a4c/www.sport24.com/articleimg/poster/21308.jpg','Chris Drury savoure son but, aussi prcieux que joli');" class="liensuite1" onmouseover="hiLite('loupe','loupe')" onmouseout="hiLite('loupe','tr')"><img src="/imgs/tr.gif" width=16 height=13 name="loupe" border=0><font face="Arial, Helvetica" size=1>Vandystadt/AllSport</font></a><br></td></tr></table>  			<b>Les Devils veulent conclure</b><br> Dans une finale o&#249; l&#146;avantage du terrain ne semble vraiment pas &#234;tre d&#233;terminant, les Devils comptaient bien se mettre &#224; l&#146;abri d&#146;un 7e match dans le Colorado, dans une <i>Continental Airlines Arena</i> qui n&#146;attendait plus que la concr&#233;tisation de ce fameux doubl&#233;. New Jersey confirmait ses ambitions sur la glace avec un pressing d&#146;entr&#233;e de jeu, qui emp&#234;chait l&#146;Avalanche de d&#233;passer la zone neutre. D&#232;s la 4e minute, Nemchinov effectuait un beau travail derri&#232;re la cage pour servir Holik, mais ce dernier &#233;tait presque trop pr&#232;s du <i>slot</i> de Roy pour conclure. Le gardien des <i>Avs</i> allait r&#233;aliser un d&#233;but de rencontre extraordinaire.  <p><b>Patrick Roy royal</b><br> D&#233;pit&#233;s de ne pouvoir battre l&#146;ancien Canadien, les Devils tentaient m&#234;me de le tromper frauduleusement par l&#146;interm&#233;diaire de Scott Gomez. Mais l&#146;Am&#233;ricain marquait du patin &#224; l&#146;int&#233;rieur du <i>slot</i> de Roy, bien trop visible pour que le but soit accord&#233; sur une nouvelle sup&#233;riorit&#233; num&#233;rique. Celles-ci se succ&#233;daient tant les Devils dominaient ce d&#233;but de partie, et l&#146;indiscipline ne pouvait en aucun cas &#234;tre en cause, Reid et Foote se retrouvaient tout contents d&#146;&#233;coper de deux petites minutes de prison apr&#232;s avoir emp&#234;ch&#233; ill&#233;galement deux contres meurtriers. Avec 7 tirs d&#233;tourn&#233;s en 9 minutes, Roy ne ch&#244;mait pas, mais la temp&#234;te se calmait progressivement, juste assez pour permettre &#224; l&#146;Avalanche de surprendre son monde. Adam Foote entrait dans la zone de New Jersey et armait sa frappe, qui faisait mouche &#224; la surprise g&#233;n&#233;rale (0-1, 17e). Le coup derri&#232;re la t&#234;te des hommes de Larry Robinson allait en fait &#234;tre terrible.  <p><b>L&#146;Avalanche fait le trou</b><br> D&#232;s le d&#233;but du deuxi&#232;me tiers, le sc&#233;nario &#233;tait compl&#232;tement invers&#233;, et l&#146;Avalanche ne tardait pas &#224; profiter de l&#146;&#233;trange apathie locale. Sur un <i>power-play</i> rapidement install&#233;, Foote d&#233;calait Skoula pour la frappe lointaine, le palet &#233;tait suffisamment d&#233;vi&#233; par Nieminen pour laisser de marbre Brodeur, et placer l&#146;Avalanche en position d&#146;attente (0-2, 23e). Apr&#232;s ce deuxi&#232;me but, les Devils r&#233;agissaient enfin et se ruaient m&#234;me &#224; l&#146;attaque, avec notamment un Brylin tr&#232;s volontaire. Roy multipliait les sorties d&#233;cisives, et les &#233;quipes sp&#233;ciales des <i>Avs</i> r&#233;sistaient &#224; 6 sup&#233;riorit&#233;s num&#233;riques des champions en titre. Chris Drury allait se charger de prouver que la confiance avait d&#233;finitivement chang&#233; de bord, en r&#233;alisant un v&#233;ritable exploit dans la zone offensive des Devils. Parti seul en contre, il se permettait un petit pont sur White, encha&#238;n&#233; avec un crochet court sur Pandolfo, pour terminer d&#146;un tir aussi puissant que pr&#233;cis (0-3, 38e).  <p><b>Direction Denver</b><br> A l&#146;entame des 20 derni&#232;res minutes, Patrick Roy ne baissait toujours pas sa garde, &#224; l&#146;image d&#146;un sauvetage r&#233;flexe devant une mont&#233;e rageuse de Gomez. Le portier de l'Avalanche allait finalement connaitre son 19e blanchissage de sa carri&#232;re en play-offs. Dans l'indiff&#233;rence g&#233;n&#233;rale, Alex Tanguay crucifiait Brodeur d&#146;un slalom victorieux dans la d&#233;fense de New Jersey (0-4, 54e). Les derniers spectateurs encore pr&#233;sents dans l&#146;antre d&#146;<i>East Rutherford</i> encourageaient les joueurs locaux une derni&#232;re fois, avant leur voyage dans le Colorado pour la 7e et derni&#232;re manche de cette palpitante finale. Un 7e match, la NHL n'avait plus connu cela depuis la c&#233;l&#232;bre finale Rangers-Canucks, en 1994. Histoire de faire monter un peu la sauce avant ce chaud d&#233;placement, Sutton, Digman, Daneyko et Hinote en venaient aux mains avant le buzzer, mais tous les esprits &#233;taient d&#233;j&#224; tourn&#233;s vers le <i>Pepsi Center</i> de Denver. 			 			</font> 			<br><br> 						 			<center> 			<a class="petitliennoir" href="javascript:OpenNamedWin('http://publi.sport24.com/vinclude/envoiart.asp?ID=21308','envoieart',500,410);">[Envoyer cet article  un ami]</a> 			<br> 			<a class="petitliennoir" href="javascript:OpenNamedWin('http://www.sport24.com/print_article.asp?id_article=21308','imprimeart',600,510);">[Imprimer cet article]</a> 			</center> 			</td> 		</tr> 		</table> 		<!-- Fin Zone Texte Article -->  		<!-- Titre Et Aussi --> 		<table cellpadding=4 cellspacing=0 border=0 width="100%"> <tr> <td bgcolor="#4D4D4D" width="20%"><font face="Trebuchet MS, arial, helvetica" size=3 color="#ffffff"><b>Et aussi...</td> <td width="80%" class="titre2"><font face="Trebuchet MS, arial, helvetica" size=3 color="#FFFFFF"><b>Fiche Technique                                                                                                                                                                                                                                                </td> </tr> </table> <table cellpadding="10" cellspacing="0" border="0" width="100%"> <tr> <td bgcolor="#E6E6E6" width="20%"><b>Buts pour Colorado :</b> Foote, Nieminen, Drury, Tanguay</td> </tr> </table>  		<!-- Fin Texte Et Aussi -->  		<!-- Titre Autres Ressources--> <!-- include virtual="/ninclude/aut_ressource.asp"--> <table cellpadding="4" cellspacing="0" border="0" width="100%"><tr><td class="titre2"><font face="Trebuchet MS, arial, helvetica" size="3" color="#ffffff"><b>Autres Ressources</td></tr></table><!-- Fin Titre Autres Ressources --><!-- Texte Autres Ressources --><table cellpadding="10" cellspacing="0" border="0" width="100%"><tr><td><font face="verdana, arial, helvetica" size=2 color="#000000"><a href="/us/32404.asp"><font face="verdana, arial, helvetica" size=2 color="#000000"><b>Lemieux est-il lennemi du bien ?</font></b></a><br> 09/02/2003 13:22, NHL, Magazine<br><a href="/us/32388.asp"><font face="verdana, arial, helvetica" size=2 color="#000000"><b>Mariucci dans la fosse aux Lions</font></b></a><br> 07/02/2003 16:09, NFL, Magazine<br><a href="/us/32277.asp"><font face="verdana, arial, helvetica" size=2 color="#000000"><b>La meilleure attaque, ctait la dfense !</font></b></a><br> 27/01/2003 05:00, NFL, Super Bowl XXXVII, Compte Rendu<br><a href="/us/32266.asp"><font face="verdana, arial, helvetica" size=2 color="#000000"><b>Raiders-Buccaneers:  labordage!</font></b></a><br> 25/01/2003 20:00, Super Bowl XXXVII, Prsentation<br><a href="/us/32193.asp"><font face="verdana, arial, helvetica" size=2 color="#000000"><b>Ce sera le Gruden Bowl !</font></b></a><br> 20/01/2003 04:19, NFL, Finales de Confrence, Compte Rendu<br></td></tr></table>  		<!-- Fin Texte Autres Ressources --> 		 		<!-- Texte Zone Envoi par mail --> <!--envoimail.asp--> 		<!-- Fin Texte Zone Envoi par mail -->	 		 		<!-- Recherche --> <br>  <table cellpadding="0" cellspacing="0" border="0" width="100%" height="60">  <tr>  <FORM ACTION="http://front1.sport24.com/recherche.asp" METHOD=POST>          	<td align="right" valign="bottom"><input type="IMAGE" src="http://a1802.g.akamaitech.net/7/1802/1915/004ae38c0ef69b/www.sport24.com/imgs/t_recherche.gif" width="109" height="18" border="0" alt="Recherche" value="Rechercher"></td> </tr> <tr bgcolor="#E6E6E6"> 	<td valign="middle"> 		<br> <INPUT NAME="FreeText" TYPE=HIDDEN VALUE="off"> <font size="2">Tapez un ou plusieurs mots cls : <input type="text" name="SearchString" size="15" value=""> 	</td> </tr> <tr bgcolor="#E6E6E6"> <td align="right"><a href="/app_rec.asp" class="petitliennoir">Recherche avance</a><img src="/imgs/tr.gif" width="93" height="1" border="0" hspace="0" vspace="0" alt=""><br></td> </tr> </table>  </form> 		<!-- Fin Recherche -->  <br><center>  <script language="JavaScript"> document.write('<a href="mailto:infos'+'@'+'sport24.com?subject=Redaction:" class="liencontact">Rdaction</a> |'); document.write('<a href="mailto:infos'+'@'+'sport24.com?subject=Partenariats:" class="liencontact"> Partenariats</a> |'); document.write('<a href="mailto:webmasters'+'@'+'sport24.com" class="liencontact"> Webmestre</a> |'); </script>  <a href="http://sport24.com/presse/" class="liencontact" target="_blank"> Presse</a> | <a href="javascript:OpenNamedWin('/tempo/job.asp','job',450,520);" class="liencontact"> Recrutement </a>   <br> <a href="/contact/mentionslegales.asp" class="liencontact">Informations et mentions lgales</a>  <br><br><span class="copyright"> Copyright Sport24&nbsp;</span><br>  <a href="http://www.rpm.fr" target="RPM"><img src="http://a1802.g.akamaitech.net/7/1802/1915/858c9715f2ce8d/www.sport24.com/imgs/rpmsign.gif" width="89" height="14" border="0" alt="Technologie de publication par RPM Groupe" hspace="4" vspace="4"></a>    	</td> 	<!------------------------ Fin de la colonne "Editorial" ----------------------------->  	<!----------------------------- Colonne des services ---------------------------------->  <td width="180" background="/imgs/home/fond_droite.gif" valign="top"> <table width="180" border="0" cellspacing="0" cellpadding="1" align="left"><tr><td><img src="/imgs/tr.gif" width="8" height="1" border="0" alt=""></td><td> <table width="160" border="0" cellspacing="0" cellpadding="0" align="left"> <tr><td width="160" class="textemenusblanc">	 <!-- promo --> <br> <img src="/imgs/home/forumrouge.gif"> <br> <left><img src="http://a1802.g.akamaitech.net/7/1802/1915/97ff5f2f27a7cc/www.sport24.com/imgs/newcoldr/fleche.gif" border="0"> <a href="http://forum.sport24.com/viewforum.php?f=15 target="new"> <font color="yellow"><b>NHL</b></font><br>Votre favori pour la Stanley Cup !</a><br><br <br>  <img src="/imgs/home/jeux_rouge.gif"> <br> <img src="http://a1802.g.akamaitech.net/7/1802/1915/97ff5f2f27a7cc/www.sport24.com/imgs/newcoldr/fleche.gif" border="0"> <font color="yellow"><b>QUIZ</b></font><br> <a href="http://www.sport24.com/quizz/quizz.asp?id=196&dif=2&im=ok"> Testez vos connaissances sur les Sports US !</a><br><br> <img src="/imgs/home/enliveavec_rouge.gif">   <br> <left><img src="http://a1802.g.akamaitech.net/7/1802/1915/97ff5f2f27a7cc/www.sport24.com/imgs/newcoldr/fleche.gif" border="0"> <font color="yellow">Revivez le chat avec :</font> <br> <a href="/modules/chat/interwiew/frameset_01.asp?ID_ITW=116"> <b>L'quipe de France de Base-ball</b></a> <br><b>L'Equipe de France de Foot US</b></font><br> <a href="/modules/chat/interwiew/frameset_01.asp?ID_ITW=68"> <li>avril 2001</a><br> <a href="/modules/chat/interwiew/frameset_01.asp?ID_ITW=53"> <li>novembre 2000</a><br><br> <img src="/imgs/home/archives_rouge.gif">  <br> <form> 		<select name="clssski" size="1" onchange="location=this.form.clssski.options[this.form.clssski.selectedIndex].value; return true;"> 			<option value="">NCAA 2001/2002</option>		 			<option value="/us/18990.asp">Final Four</option>                         <option value="/us/18687.asp">East</option>                         <option value="/us/18688.asp">West</option>                         <option value="/us/18689.asp">South</option>                             <option value="/us/18690.asp">Midwest</option>                                                   <option value="/us/18535.asp">Confrence</option>                         <option value="/us/18291.asp">Guide</option>                         <option value="/us/18290.asp">Palmares</option>                                                   <select>                         </form> <form><form> 	<select name="autrescompetitions" size="1" onchange="location=this.form.autrescompetitions.options[this.form.autrescompetitions.selectedIndex].value; return true;"> 	<option>NFL 2001/2002</option>         <!--<option value="/us/16231.asp">- Tableau -</option>--> 	<option value="">- Classements -</option>         <option value="/us/24309.asp">AFC</option</b>         <option value="/us/24312.asp">NFC</option>         <!--<option value="/us/16102.asp">New Orleans</option>         <option value="/us/16104.asp">New York</option>         <option value="/us/16105.asp">Philadelphia</option>         <option value="/us/16106.asp">St-Louis</option>         <option value="/us/16114.asp">Tampa Bay</option>         <option value="/us/16101.asp">Baltimore</option>         <option value="/us/16110.asp">Denver</option>         <option value="/us/16108.asp">Indianapolis</option>         <option value="/us/16111.asp">Miami</option>         <option value="/us/16107.asp">Oakland</option>         <option value="/us/16115.asp">Tennessee</option>-->           <option value="">- Calendrier -</option>         <option value="/us/24336.asp">1e journe</option> 	<option value="/us/24337.asp">2e journe</option> 	<option value="/us/24338.asp">3e journe</option> 	<option value="/us/24339.asp">4e journe</option> 	<option value="/us/24341.asp">5e journe</option>         <option value="/us/24342.asp">6e journe</option>         <option value="/us/24344.asp">7e journe</option>         <option value="/us/24345.asp">8e journe</option>         <option value="/us/24346.asp">9e journe</option>         <option value="/us/24347.asp">10e journe</option>         <option value="/us/24348.asp">11e journe</option>         <option value="/us/24349.asp">12e journe</option>         <option value="/us/24350.asp">13e journe</option>         <option value="/us/24351.asp">14e journe</option>         <option value="/us/24352.asp">15e journe</option>         <option value="/us/24353.asp">16e journe</option>         <option value="/us/24354.asp">17e journe</option>>        	</select> </form>  <form>  <form> 	<select name="autrescompetitions" size="1" onchange="location=this.form.autrescompetitions.options[this.form.autrescompetitions.selectedIndex].value; return true;"> 	<option value="/rub595.asp">NHL</option>         <option value="javascript:OpenNamedWin('/dossiers/p114.asp','Calendrier',750,520);"> Play-offs 2002 </option>                 <option value="javascript:OpenWin('http://www.sport24.com/hockey/nhl.asp?mis=1&comp=1', 700,350);" >Play-offs 2001</option> 	<!--<option value="http://www.sport24.com/us/19502.asp">1er tour</option>         <option value="http://www.sport24.com/us/19910.asp">2e tour</option>         <option value="http://www.sport24.com/us/20435.asp">Finales de Conf.</option>         <option value="http://www.sport24.com/us/20888.asp">Stanley Cup</option>         <option value="/us/19435.asp"> ATLANTIC </option>         <option value="/us/19439.asp"> NORTHEAST </option>         <option value="/us/19440.asp"> SOUTHEAST </option>         <option value="/us/19443.asp"> CENTRAL </option>         <option value="/us/19444.asp"> NORTHWEST </option>         <option value="/us/19445.asp"> PACIFIC </option>--> </select></left>	</form>  <left><img src="http://a1802.g.akamaitech.net/7/1802/1915/97ff5f2f27a7cc/www.sport24.com/imgs/newcoldr/fleche.gif" border="0">  <a href="http://www.sport24.com/us/rub596.asp"> <b>NFL, Super Bowl '02</b> <br><a href="http://www.sport24.com/multidirect/direct.asp?ID=72"> Patriots - Rams 20-17</a> <a href="http://www.sport24.com/us/galerie_17.asp"> <br>La galerie photo</a><br>  <br><left><img src="http://a1802.g.akamaitech.net/7/1802/1915/97ff5f2f27a7cc/www.sport24.com/imgs/newcoldr/fleche.gif" border="0">  <a href="http://www.sport24.com/us/rub384.asp"> <b>Foot US, NFL</b><br>Revivez le Super Bowl '01</a><br> <a href="http://www.sport24.com/multidirect/direct.asp?ID=8">Ravens - Giants 34-7</a><br><br>  <left><img src="http://a1802.g.akamaitech.net/7/1802/1915/97ff5f2f27a7cc/www.sport24.com/imgs/newcoldr/fleche.gif" border="0">  <a href="http://www.sport24.com/us/rub719.asp"> <b>Hockey, NHL</b><br>Revivez la Coupe Stanley</a><br><br>  <img src="http://a1802.g.akamaitech.net/7/1802/1915/97ff5f2f27a7cc/www.sport24.com/imgs/newcoldr/fleche.gif" border="0">  <a href="http://www.sport24.com/multidirect/direct.asp?ID=27"> <b>Basket US, N C A A</b><br>Revivez la finale Duke-Arizona</a>         </td></tr><tr><td class="textemenusblanc"> <!-- promo 2 -->  <!-- <table> <tr> <td> <img src="/imgs/newcoldr/fleche.gif" border="0"> <font color="white"> <b>Mardi 11 dc., 17h</b>  Chat avec <a href="http://www.sport24.com/modules/chat/interwiew/frameset_01.asp?ID_ITW=116"><b>L'quipe de France de Base-ball.</b><br></a> <td valign="middle"><a href="http://www.sport24.com/modules/chat/interwiew/frameset_01.asp?ID_ITW=116"> <img src="http://a1802.g.akamaitech.net/7/1802/1915/27ff9714d76907/www.sport24.com/imgs/base6460.jpg  " border="0"></a> <br></td> <tr><td colspan="2"> <a href="http://www.sport24.com/modules/chat/interwiew/frameset_01.asp?ID_ITW=116"><font color="white"> Posez-leur vos questions !</a></font> </td></tr> </tr> </table> <br>-->        </td></tr><tr><td class="textemenusblanc"> <!-- anim haut -->  <br> <img src="/imgs/cno0.gif" width="1" height="1" border="0" hspace="0" vspace="0"><img src="/imgs/canim1.gif" width="1" height="1" border="0" hspace="0" vspace="0"><img src="/imgs/cno1.gif" width="1" height="1" border="0" hspace="0" vspace="0"><img src="/imgs/canim0.gif" width="1" height="1" border="0" hspace="0" vspace="0"><img src="/imgs/_winm1.gif" width="1" height="1" border="0" hspace="0" vspace="0"><img src="/imgs/_winm0.gif" width="1" height="1" border="0" hspace="0" vspace="0"><img src="/imgs/_real0.gif" width="1" height="1" border="0" hspace="0" vspace="0"><img src="/imgs/_real1.gif" width="1" height="1" border="0" hspace="0" vspace="0"> <table><tr><td background="/imgs/home/fndtetiere.gif" nowrap> <img src="/imgs/b_ecoutez_tr.gif" width="103" height="23" hspace=0 vspace=0 alt="avec Real ou WindowsMedia ?" border="0"><a href="javascript:sel(1);"><img name="play1" src="/imgs/_winm1.gif" width="26" height="23" alt="Cliquer pour selectionner Windows media player" border="0" hspace=0 vspace=0></a><a href="javascript:sel(2);"><img name="play2" src="/imgs/_real0.gif" width="26" height="23" alt="Cliquer pour selectionner Real Player" border="0" hspace=0 vspace=0></a> </td></tr></table>  <br>  </td></tr><tr><td class="textemenusblanc"> <!-- promo 3 -->  </td></tr><tr><td class="textemenusblanc"> <!-- promo 4 -->  </td></tr><tr><td class="textemenusblanc">	 <!-- actu --> </td></tr><tr><td class="textemenusblanc"> <!-- promo 5 -->  </td></tr><tr><td class="textemenusblanc"> <table width="100%" cellspacing="0" cellpadding="0"></table><hr><Table border="0" width="100%" cellpadding="0" cellspacing="2"> <tr><td><img src="/imgs/cno0.gif" width="16" height="13" border="0" alt="" name="ca9265" hspace="0" vspace="0" align="bottom"></td><td class="tb"><a href="javascript:OpenNamedWin('/audio/popup.asp?id=9265','audio',665,510);" onmouseover="hiLite('ca9265','canim0');" onmouseout="hiLite('ca9265','cno0');"><b>LE FLASH </b></a></td></tr><tr><td><img src="/imgs/cno0.gif" width="16" height="13" border="0" alt="" name="ca9266" hspace="0" vspace="0" align="bottom"></td><td class="tb"><a href="javascript:OpenNamedWin('/audio/popup.asp?id=9266','audio',665,510);" onmouseover="hiLite('ca9266','canim0');" onmouseout="hiLite('ca9266','cno0');"><b>1/2 H.Cup, ITW</b><br>Les Bleus au Vert</a></td></tr><tr><td><img src="/imgs/cno0.gif" width="16" height="13" border="0" alt="" name="ca9268" hspace="0" vspace="0" align="bottom"></td><td class="tb"><a href="javascript:OpenNamedWin('/audio/popup.asp?id=9268','audio',665,510);" onmouseover="hiLite('ca9268','canim0');" onmouseout="hiLite('ca9268','cno0');"><b>NBA, Play-Offs</b><br>LA s'enfonce</a></td></tr><tr><td><img src="/imgs/cno0.gif" width="16" height="13" border="0" alt="" name="ca9261" hspace="0" vspace="0" align="bottom"></td><td class="tb"><a href="javascript:OpenNamedWin('/audio/popup.asp?id=9261','audio',665,510);" onmouseover="hiLite('ca9261','canim0');" onmouseout="hiLite('ca9261','cno0');"><b>Formule 1</b><br>Pizzonia en danger !</a></td></tr><tr><td><img src="/imgs/cno0.gif" width="16" height="13" border="0" alt="" name="ca9263" hspace="0" vspace="0" align="bottom"></td><td class="tb"><a href="javascript:OpenNamedWin('/audio/popup.asp?id=9263','audio',665,510);" onmouseover="hiLite('ca9263','canim0');" onmouseout="hiLite('ca9263','cno0');"><b>Sport & Business</b></a></td></tr><tr><td><img src="/imgs/cno0.gif" width="16" height="13" border="0" alt="" name="ca9264" hspace="0" vspace="0" align="bottom"></td><td class="tb"><a href="javascript:OpenNamedWin('/audio/popup.asp?id=9264','audio',665,510);" onmouseover="hiLite('ca9264','canim0');" onmouseout="hiLite('ca9264','cno0');"><b>Tennis </b><br>Safin toujours l !</a></td></tr><tr><td><img src="/imgs/cno0.gif" width="16" height="13" border="0" alt="" name="ca9259" hspace="0" vspace="0" align="bottom"></td><td class="tb"><a href="javascript:OpenNamedWin('/audio/popup.asp?id=9259','audio',665,510);" onmouseover="hiLite('ca9259','canim0');" onmouseout="hiLite('ca9259','cno0');"><b>Les Bleus</b><br>France-Egypte lanc</a></td></tr><tr><td><img src="/imgs/cno0.gif" width="16" height="13" border="0" alt="" name="ca9260" hspace="0" vspace="0" align="bottom"></td><td class="tb"><a href="javascript:OpenNamedWin('/audio/popup.asp?id=9260','audio',665,510);" onmouseover="hiLite('ca9260','canim0');" onmouseout="hiLite('ca9260','cno0');"><b>LE JOURNAL</b></a></td></tr></Table><script language="JavaScript">var expdate = new Date ();FixCookieDate (expdate);if (GetCookie("mediaplayer")=="1"){ sel(1);}else if (GetCookie("mediaplayer")=="2"){ sel(2);}</script><br> </td></tr><tr><td class="textemenusblanc"> <!-- promo 6 -->  </td></tr><tr><td class="textemenusblanc"> <!-- info sport -->  </td></tr><tr><td class="textemenusblanc"> <!-- info sport / ID_SPORT --> <br><img src="http://a1802.g.akamaitech.net/7/1802/1915/92cd3f76c5e7e5/www.sport24.com/imgs/newcoldr/enliveavec.gif" border="0" width="159" height="23" alt="En live avec"> <br> <left><img src="http://a1802.g.akamaitech.net/7/1802/1915/97ff5f2f27a7cc/www.sport24.com/imgs/newcoldr/fleche.gif" border="0"> <font color="white"><b>Revivez les chat de<br><br></b>Equipe de France Foot US</font><br> <a href="http://www.sport24.com/modules/chat/interwiew/frameset_01.asp?ID_ITW=68"> <li>avril 2001</a> <a href="http://www.sport24.com/modules/chat/interwiew/frameset_01.asp?ID_ITW=53"> <li>novembre 2000</a><br><br>  <left><img src="http://a1802.g.akamaitech.net/7/1802/1915/97ff5f2f27a7cc/www.sport24.com/imgs/newcoldr/fleche.gif" border="0"> <a href="http://www.sport24.com/calendrier_chat.asp"><font color="white">Calendrier des chats</font></a>   </td></tr><tr><td class="textemenusblanc"> <!-- promo 7 -->  </td></tr><tr><td class="textemenusblanc"> <!-- Forum -->   </td></tr><tr><td class="textemenusblanc"> <!-- promo 8 -->  </td></tr><tr><td class="textemenusblanc"> <SCRIPT LANGUAGE="javascript">  function voter() { 	open('','winvote','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=yes,width=468,height=300'); 	document.vote.submit(); }  </SCRIPT> <center> <img src="/imgs/home/b_sondage.gif" width="159" height="23" border="0" alt="Sondage"> </center>  <table border="0" cellpadding="5" cellspacing="0" width="100%"> <tr> 	<td class="textemenusblanc"> 	<form name="vote" target="winvote" ACTION="http://front1.sport24.com/vinclude/vote.asp" method="POST"><INPUT TYPE="HIDDEN" NAME="ID_DEBAT" VALUE="55"> 	<b>NHL :</b> Votre favori pour la Coupe Stanley ? 	<table border="0" cellpadding="0" cellspacing="2" width="100%"> <tr><td width="10%"><input type="radio" name="REP" value="1" checked></td> <td width"=90%" class="textemenusblanc"><font color="#FFFFFF">Anaheim</td> </tr> <tr><td width="10%"><input type="radio" name="REP" value="2"></td> <td width"=90%" class="textemenusblanc"><font color="#FFFFFF">New Jersey</td> </tr> <tr><td width="10%"><input type="radio" name="REP" value="3"></td> <td width"=90%" class="textemenusblanc"><font color="#FFFFFF">Ottawa</td> </tr> <tr><td width="10%"><input type="radio" name="REP" value="4"></td> <td width"=90%" class="textemenusblanc"><font color="#FFFFFF">Une autre franchise</td> </tr>   	<tr> 	<td colspan="2" align="right">  	<a href="javascript:self.voter()"><img src="/imgs/home/z13/btn_valid.gif" border="0"></a> 	</td></form> 	</tr> 	</table> 	 	</td> </tr> </table>   </td></tr><tr><td class="textemenusblanc"> <!-- anim2.asp --> </td></tr><tr><td class="textemenusblanc">			 <!-- promo 9 -->  </td></tr> </table> </td><td><img src="/imgs/tr.gif" width="8" height="1" border="0" alt=""></td></tr></table> 	 	</td> 	<!--------------------------- Fin Colonne des services --------------------------------> </tr> </table>  </center>  <!-- eStat Javascript Dbut --> <script language="Javascript"> <!-- function spc(_serial, _page, _class) {         document.write("<IMG src=\"http://prof.estat.com/cgi-bin/ft/"+   _serial+ "?"+         "&n="+ Math.round (Math.random () * 1000000000000000)+         "&page="+ _page+         "&class="+ _class+         "&referer="+ escape(document.referrer) +"\" border=0>" ); } spc("21701744441","article_une","Sportus"); //--> </script> <!-- eStat Javascript Fin --> </body> </html>  
