CINXE.COM
RSS - SI.com
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://sportsillustrated.cnn.com:80/services/rss/","20121212013606","https://web.archive.org/","web","/_static/", "1355276166"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <title>RSS - SI.com</title> <meta name="description" content="RSS"> <meta name="author" content=""> <meta name="section" content="services"> <meta name="subsection" content=""> <meta name="keywords" content=""> <link rel="canonical" href="https://web.archive.org/web/20121212013606/http://sportsillustrated.cnn.com/services/rss/index.html"> <!--'B:htmlHead'--><link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20121212013606cs_/http://i.cdn.turner.com/si/.e/css/pkg/global_41/129.css"/> <script language="JavaScript" type="text/javascript" src="https://web.archive.org/web/20121212013606js_/http://i.cdn.turner.com/si/.e/js/4.2/global/lib/jquery-1.7.2.min.js"></script> <!-- PROD READY --> <script language="JavaScript" type="text/javascript" src="https://web.archive.org/web/20121212013606js_/http://i.cdn.turner.com/si/.element/js/pkg/global/660.js"></script> <script src="https://web.archive.org/web/20121212013606js_/http://img.timeinc.net/shared/static/js/tii_ads.js"></script><script>var adConfig=new TiiAdConfig('3475.si2');adConfig.setRevSciTracking(true);</script> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script> <!-- Visual Revenue Reader Response Tracking Script (v6) --> <script type="text/javascript"> var automate_vrq = false; try{ automate_vrq = cnnPage.isHomepage; }catch(e){} var _vrq = _vrq || []; _vrq.push(['id', 188]); _vrq.push(['automate', automate_vrq ]); //automate should be set to true if this is the homepage _vrq.push(['track', function(){}]); (function(d, a){ var s = d.createElement(a), x = d.getElementsByTagName(a)[0]; s.async = true; s.src = 'https://web.archive.org/web/20121212013606/http://a.visualrevenue.com/vrs.js'; x.parentNode.insertBefore(s, x); })(document, 'script'); </script> <!-- End of VR RR Tracking Script - All rights reserved --> <!-- Visual Revenue Logic for Homepage - SI-5749 --> <script type="text/javascript"> try{ if( cnnPage.isHomepage ){ $(document).ready(function(){ jQuery.fn.setVRTitle = function(){ var title = $(this[0]).find('DIV.cnnTitle').text(); if ( $(this[0]).find('DIV.cnnTitle > A').length > 0 ){ title = $(this[0]).find('DIV.cnnTitle > A').text(); } return title.trim(); }; /* * * Set the zones by adding the Visual Revenue attribute : data-vr-zone * */ $( 'DIV#cnnT1Holder' ).attr('data-vr-zone', 'T1'); //T1 $( 'DIV.cnnT2s' ).attr('data-vr-zone', 'T2'); //T2 $( 'DIV.cnnBoxWritersRow5' ).attr('data-vr-zone', 'Writers'); //Writers $( 'DIV.cnnBoxSiVideo' ).attr('data-vr-zone', 'Video'); //Video $( 'DIV.cnnBoxEM' ).attr('data-vr-zone', 'Extra Mustard'); //Extra Mustard $( 'DIV.cnnBoxTR' ).attr('data-vr-zone', 'Truth & Rumors'); //Truth & Rumors //cnnRow2, cnnCol1 is always SI Photos $( 'DIV.cnnBoxPhotos' ).attr('data-vr-zone', 'SI Photos'); //SI Photos //Generic Boxes var el,title; var generic_boxes = { 'a': 'DIV.cnnRow2 DIV.cnnCol0', 'b': 'DIV.cnnRow3 DIV.cnnCol0', 'c': 'DIV.cnnRow3 DIV.cnnCol1' }; for ( box in generic_boxes ){ el = generic_boxes[ box ]; title = $( el ).setVRTitle(); $(el).attr('data-vr-zone', title); //since we are already in the Generic Boxes, go ahead and set the contentbox $(el).find('DIV.cnnBoxDefault DT').attr('data-vr-contentbox', title + ': Featured Link'); //Generic Box Featured Link $(el).find('DIV.cnnBoxDefault DD UL LI A').attr('data-vr-contentbox', ''); //Generic Box Link $( $(el).find('DIV.cnnBoxDefault DD UL LI A').get(0) ).attr('data-vr-contentbox', title + ': Featured Link'); //Generic Box Featured Link } /* * * Set the content boxes by adding the Visual Revenue attribute : data-vr-contentbox * Since many of the boxes below the fold can change positions and type, * set the content box using the generic classes/ids/elements. Other boxes, * namely the T1, T2, Writers, and Video Box, are fixed on the page and have * specific class names or ids to classify a content box. */ $('DIV.cnnBreakingNews DIV.cnnBreakingNewsHolder DIV').attr('data-vr-contentbox', ''); //Breaking News //$('DIV#cnnT1Holder DIV.cnnT1Pane').attr('data-vr-contentbox', ''); //T1 $('DIV#cnnT1Holder DIV.cnnT1Pane').each(function(){ var contentbox = 'T1A'; switch( $(this).attr('class') ){ case 'cnnT1Pane t1_1': contentbox = 'T1A'; break; case 'cnnT1Pane t1_2': contentbox = 'T1B'; break; case 'cnnT1Pane t1_3': contentbox = 'T1C'; break; case 'cnnT1Pane t1_4': contentbox = 'T1D'; break; case 'default': break; } var nextElAfterTabs = $(this).find('DIV.cnnTabs').next().get(0); if( nextElAfterTabs.tagName == 'A'){ $(nextElAfterTabs).attr('data-vr-contentbox', contentbox); } }); $('DIV#cnnT1Holder DIV.cnnT1Pane DIV.cnnBullets').attr('data-vr-contentbox', ''); //T1 Bullets $('DIV.cnnT2s ul li a').attr('data-vr-contentbox', ''); //T2 $('DIV.cnnBoxWritersRow5 DIV.cnnBoxWritersFeature').attr('data-vr-contentbox', ''); //Writer Feature $('DIV.cnnBoxWritersRow5 DIV.cnnBoxWritersMain li').attr('data-vr-contentbox', ''); //Writer Generic $('DIV.cnnBoxSiVideo DIV#si-hp-carousel-video-player').attr('data-vr-contentbox', ''); //Featured Video $('DIV.cnnBoxSiVideo DIV.jcarousel-skin-home_video LI.jcarousel-item').attr('data-vr-contentbox', ''); //Video Carousel $('DIV.cnnBoxEM DIV A').attr('data-vr-contentbox', ''); //Extra Mustard $('DIV.cnnBoxTR DT').attr('data-vr-contentbox', 'Truth and Rumors: Featured Link'); //Truth and Rumors Feature $('DIV.cnnBoxTR DD UL LI A').attr('data-vr-contentbox', ''); //Truth and Rumors Link $( $('DIV.cnnBoxTR DD UL LI A').get(0) ).attr('data-vr-contentbox', 'Truth and Rumors: Featured Link'); //Truth and Rumors Feature $('DIV.cnnBoxPhotos A').attr('data-vr-contentbox', ''); //SI Photos $('DIV.cnnBoxDefaultThumbs DIV').attr('data-vr-contentbox', ''); //Generic Box Link }); } } catch(e){ siLog.error( e.message ); } </script> <!-- /END: Visual Revenue Logic for Homepage - SI-5749 --> <!--[if IE 9]> <link rel="stylesheet" type="text/css" href="http://i.cdn.turner.com/si/.e/css/4.1/ie9.css" /> <![endif]--> <link rel="alternate" type="application/rss+xml" title="SI - Top Stories [RSS]" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_topstories.rss"/> <link rel="alternate" type="application/rss+xml" title="SI - Recent Stories [RSS]" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_latest.rss"/> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20121212013606cs_/http://i.cdn.turner.com/si/.e/css/pkg/story_41/157.css"/> <link rel="alternate stylesheet" type="text/css" href="https://web.archive.org/web/20121212013606cs_/http://i.cdn.turner.com/si/.element/css/4.1/article_largefont.css" title="LargeFont"> <script type="text/javascript" language="JavaScript" src="https://web.archive.org/web/20121212013606js_/http://s7.addthis.com/js/200/addthis_widget.js"></script> <script language="JavaScript" type="text/javascript" src="https://web.archive.org/web/20121212013606js_/http://i.cdn.turner.com/si/.e/js/pkg/story/563.js"></script> <style> #cnnStoryContent .cnnPollFullPage .cnnPollQ { padding-bottom:6px; } #cnnStoryContent .cnnPollFullPage .cnnPollQ DIV { background-color:#d5d5d5;padding:3px; } #cnnStoryContent .cnnPollFullPage .cnnPollQ TABLE { border:0px solid #d5d5d5;border-width:0 1px; } #cnnStoryContent .cnnPollFullPage .cnnPollQ TD { border-bottom:1px solid #d5d5d5;line-height:16px;padding:3px 0 3px 3px; } #cnnStoryContent .cnnPollFullPage .cnnPollQ TD.cnnCol1 { padding-left:0; } #cnnStoryContent .cnnPollFullPage .cnnPollR TD { padding-top:0; } #cnnStoryContent .cnnInlineMailbag { border:1px solid #d5d5d5;color:#333;font-size:9px;font-weight:bold;line-height:13px;margin-bottom:6px;padding:5px; } #cnnStoryContent .cnnInlineMailbag INPUT, .cnnInlineMailbag TEXTAREA { margin-bottom:3px;width:288px; } #cnnStoryContent .cnnInlineMailbag .cnn_title { background-image:url('https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/4.0/story/envelope.gif');background-repeat:no-repeat;border-bottom:1px solid #d5d5d5;color:#596272;font-size:12px;line-height:21px;margin-bottom:1px;padding:0px 0px 3px 35px; } #cnnStoryContent .cnnInlineMailbag .cnn_subtitle { border-bottom:1px solid #d5d5d5;line-height:13px;margin-bottom:3px;padding-bottom:3px;padding-top:0px; } #cnnStoryContent .cnnInlineMailbag .cnn_footer { text-align:center; } #cnnStoryContent .cnnInlineMailbag .cnn_footer TABLE { margin:auto; } #cnnStoryContent .cnnInlineMailbag .cnn_footer TD { border-left:0px;font-size:10px;font-weight:bold;line-height:10px;padding-left:0px; } #cnnStoryContent .cnnInlineMailbag .cnn_footer TD A { background-image:url('https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/4.0/global/buttons/red_white_small_M.gif');color:#fff;display:block;height:16px;text-decoration:none; } #cnnStoryContent .cnnInlineMailbag .cnn_footer TD A:hover { color:#fc0; } #cnnStoryContent .cnnInlineMailbag .cnn_footer TD A SPAN { background-image:url('https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/4.0/global/buttons/red_white_small_R.gif');background-repeat:no-repeat;background-position:top right;display:block;padding:0px 5px 0px 0px; } #cnnStoryContent .cnnInlineMailbag .cnn_footer TD A SPAN SPAN { background-image:url('https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/4.0/global/buttons/red_white_small_L.gif');background-repeat:no-repeat;background-position:top left;display:block;padding:3px 1px 3px 5px; } #cnnStoryContent { border-bottom:1px solid #d5d5d5; } DIV#cnnStoryContinue { background:#fff url('https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.e/img/4.1/story/global/storyContinue.gif') no-repeat right top;margin-top:-1px; } DIV#cnnSponAd { background:transparent url('https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/1.0/misc/advertisement_down.gif') no-repeat center top;padding-top:11px;text-align:center; } </style> <script type="text/javascript">var adFactory = new TiiAdFactory(adConfig, "");</script> <script type="text/javascript">var adFactory = new TiiAdFactory(adConfig, "");</script> <!--'B:/htmlHead'--> <link rel="alternate" type="application/rss+xml" title="SI.com: NFL" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_nfl.rss"/> <link rel="alternate" type="application/rss+xml" title="SI.com: NCAAF" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_ncaaf.rss"/> <link rel="alternate" type="application/rss+xml" title="SI.com: MLB" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_mlb.rss"/> <link rel="alternate" type="application/rss+xml" title="SI.com: NBA" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_nba.rss"/> <link rel="alternate" type="application/rss+xml" title="SI.com: NCAAB" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_ncaab.rss"/> <link rel="alternate" type="application/rss+xml" title="SI.com: Golf" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_golf.rss"/> <link rel="alternate" type="application/rss+xml" title="SI.com: NHL" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_hockey.rss"/> <link rel="alternate" type="application/rss+xml" title="SI.com: Racing" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_motorsports.rss"/> <link rel="alternate" type="application/rss+xml" title="SI.com: Soccer" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_soccer.rss"/> <link rel="alternate" type="application/rss+xml" title="SI.com: MMA" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_mma.rss"/> <link rel="alternate" type="application/rss+xml" title="SI.com: High School" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_highschool.rss"/> <link rel="alternate" type="application/rss+xml" title="SI.com: Tennis" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_tennis.rss"/> <link rel="alternate" type="application/rss+xml" title="SI.com: More Sports" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_more.rss"/> <link rel="alternate" type="application/rss+xml" title="SI.com: Fantasy" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_fantasy.rss"/> <link rel="alternate" type="application/rss+xml" title="SI.com: SI Writers" href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_writers.rss"/> <script type="text/javascript" language="JavaScript"> var cnnPageInfo_section = "services"; var cnnPageInfo_pageType = "story"; var cnnPageInfo_branding = "default"; var cnnPageInfo_date = ""; var cnnPageInfo_slug = "rss"; var cnnPageInfo_file = "index.html"; var cnnPageInfo_isOpa = false; var cnnPageInfo_source = "si"; var cnnPageInfo_url = "https://web.archive.org/web/20121212013606/http://sportsillustrated.cnn.com/services/rss/index.html"; </script> <script language="Javascript">cnnInc('/.e1d/js/4.1/writers_list.js');</script> <script> function cnnShowWriter( writerID, writerName ) { var newHTML = ''; newHTML += '<tr>'; newHTML += '<td class="cnnCol0"><div>' + writerName + '</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_' + writerID + '.rss" target="_blank">http://rss.cnn.com/rss/si_' + writerID + '.rss</a></div></td>'; newHTML += '<td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_' + writerID + '.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606/http://i.a.cnn.net/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td>'; newHTML += '<td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?writerID=http%3A//rss.cnn.com/rss/si_' + writerID + '.rss"><img src="https://web.archive.org/web/20121212013606/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td>'; newHTML += '<td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/FANTASY/*http://add.my.yahoo.com/rss?writerID=http://rss.cnn.com/rss/si_' + writerID + '.rss"><img src="https://web.archive.org/web/20121212013606/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td>'; newHTML += '<td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedwriterID=http%3A//rss.cnn.com/rss/si_' + writerID + '.rss"><img src="https://web.archive.org/web/20121212013606/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td>'; newHTML += '<td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_' + writerID + '.rss"><img src="https://web.archive.org/web/20121212013606/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td>'; newHTML += '</tr>'; $('#cnnWebtag').prepend( newHTML ); } </script> <style> .cnnWebtag { font-size:10px;margin-bottom:12px; } .cnnWebtag TABLE { border:0px solid #ccc;border-width:1px 1px 0px 1px;margin:1px 0px; } .cnnWebtag DIV { border:solid 1px #c5defe;background:#f2f8ff;padding:2px; } .cnnWebtag TD { font-size:10px;background-color:#fff;padding:1px 1px 1px 0px;border-bottom:1px solid #ccc; } .cnnWebtag TD.cnnCol0 { padding-left:1px;width:100%; } .cnnWebtag TD DIV { border:0px;background-color:#fff;padding:0px; } .cnnWebtag FORM { display:inline;font-size:10px;margin:0px 10px 0px 5px; } .cnnWebtag SELECT { font-size:10px; } </style> </head> <body onload="cnnPageOnload();" id="cnnArticle"> <a name="top"></a> <!--[if IE 6]><div class="ie"><div class="ie6"><![endif]--><!--[if IE 7]><div class="ie"><div class="ie7"><![endif]--><!--[if IE 8]><div class="ie"><div class="ie8"><![endif]--> <div id="cnnPageGradient"> <div id="cnnPageBorder"> <div class="cnnPage"> <!--'B:contentHeader'--><!-- start personalize --> <div class="cnnPersonalize"><div><div><script>cnn_writePresonalizeBar();</script></div></div></div> <!-- end personalize --> <!-- start banner --> <div class="cnnBannerDefault"> <div><a href="/web/20121212013606/http://sportsillustrated.cnn.com/"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.e/img/4.1/story/global/logo.png" alt="SI.com Home" title="SI.com Home"/></a> </div> <div class="cnnBannerSection"> <div class="cnnLeft"><script type="text/javascript"> /* Script for 50/50 split */ /*var min=1; var max=2; x = Math.floor(Math.random() * (max - min + 1)) + min; if(x/2 == 1) { document.write('<a href="https://web.archive.org/web/20121212013606/https://subscription.si.com/storefront/subscribe-to-sports-illustrated/link/1006340.html" target="_blank">Get the Cardinals Championship Package</a>'); } else { document.write('<a href="https://web.archive.org/web/20121212013606/https://subscription.si.com/storefront/subscribe-to-sports-illustrated/link/1007180.html" target="_blank">Get Need for Speed 12 FREE</a>'); } */ </script> <!--single, no split--> <script type="text/javascript"> if ( ( document.location.pathname ).indexOf( '/football/ncaa/' ) == 0 ) { document.write( '<a href="https://web.archive.org/web/20121212013606/https://subscription.si.com/storefront/subscribe-to-sports-illustrated/link/1011581.html" target="_blank">Get EA NCAA CF 13 FREE</a>'); } else { document.write( '<a href="https://web.archive.org/web/20121212013606/https://subscription.si.com/storefront/subscribe-to-sports-illustrated/link/1012230.html" target="_blank">Get Madden 13 FREE</a>'); } </script> <style>div.cnnSearch input.cnnLeft { width:260px!important; } </style> | <a href="https://web.archive.org/web/20121212013606/https://subscription.si.com/storefront/subscribe-to-sports-illustrated/link/1002346.html" target="_blank" id="cnn_cm_subscribe2">Subscribe to SI</a> | <a href="https://web.archive.org/web/20121212013606/https://subscription.si.com/storefront/Give-the-Gift-of-Sports-Illustrated/site/si-donor0411jacket.html?xid=sirosheader&link=1001406" target="_blank" id="cnn_cm_subscribe3">Give the Gift of SI</a></div> <div class="cnnRight"><form method="get" action="https://web.archive.org/web/20121212013606/http://sportsillustrated.cnn.com/search/" name="cm_search"><input type="text" name="text" class="cnnLeft"/><input type="image" src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/4.1/global/search.gif" alt="Search" title="Search" class="cnnRight"/></form></div> </div> </div> <!-- end banner --> <!-- start navbar --> <style> DIV.cnnTopnav { text-align: center; padding-left: 0; } DIV.cnnTopnav UL { display: inline-block; } DIV.cnnTopnav LI A { color:#000;display:block;padding:0 22px 0 22px!important; } DIV.cnnTopnav LI.cnnFirst { } </style> <div class="cnnTopnav"> <ul> <li class="cnnFirst"><a href="/web/20121212013606/http://sportsillustrated.cnn.com/extramustard/?eref=sinav">EXTRA MUSTARD</a></li> <li><a href="https://web.archive.org/web/20121212013606/http://www.fannation.com/?eref=sinav">FANNATION</a></li> <li><a href="/web/20121212013606/http://sportsillustrated.cnn.com/multimedia/photo_gallery/?eref=sinav">PHOTOS</a></li> <li><a href="/web/20121212013606/http://sportsillustrated.cnn.com/swimsuit/?eref=sinav">SWIMSUIT</a></li> <li><a href="/web/20121212013606/http://sportsillustrated.cnn.com/fantasy/?eref=sinav">FANTASY</a></li> <li><a href="https://web.archive.org/web/20121212013606/http://www.sportsillustratedeverywhere.com/">MAGAZINE</a></li> <li><a href="/web/20121212013606/http://sportsillustrated.cnn.com/sifk/?eref=sinav">SI KIDS</a></li> <li><a href="/web/20121212013606/http://sportsillustrated.cnn.com/highschool/?eref=sinav">HIGH SCHOOL</a></li> <li><a href="/web/20121212013606/http://sportsillustrated.cnn.com/magazine/sportsman/?eref=sinav">SPORTSMAN</a></li> <!--<li><a href="/olympics/?eref=sinav">OLYMPICS</a></li>--> <!--<li><a href="http://www.maxpreps.com/national/national.htm?eref=sinav" target="_blank" rel="nofollow">MAXPREPS</a></li>--> </ul> </div> <!-- end topnav --> <style> .ie6 #cnnBotnav LI#cnnBotnav0 { width:49px; } /* NFL */ .ie6 #cnnBotnav LI#cnnBotnav1 { width:150px; } /* COLLEGE FOOTBALL */ .ie6 #cnnBotnav LI#cnnBotnav2 { width:50px; } /* MLB */ .ie6 #cnnBotnav LI#cnnBotnav3 { width:51px; } /* NBA */ .ie6 #cnnBotnav LI#cnnBotnav4 { width:101px; } /* COLLEGE BB */ .ie6 #cnnBotnav LI#cnnBotnav5 { width:58px; } /* GOLF */ .ie6 #cnnBotnav LI#cnnBotnav6 { width:50px; } /* NHL */ .ie6 #cnnBotnav LI#cnnBotnav7 { width:74px; } /* RACING */ .ie6 #cnnBotnav LI#cnnBotnav8 { width:74px; } /* SOCCER */ .ie6 #cnnBotnav LI#cnnBotnav9 { width:121px; } /* MMA & BOXING */ .ie6 #cnnBotnav LI#cnnBotnav11 { width:73px; } /* TENNIS */ .ie6 #cnnBotnav LI#cnnBotnav12 { width:63px; } /* MORE */ .ie6 #cnnBotnav LI#cnnBotnav13 { width:74px; } /* VIDEO */ #cnnBotnav LI#cnnBotnav0 STRONG { width:49px; } /* NFL */ #cnnBotnav LI#cnnBotnav1 STRONG { width:150px; } /* COLLEGE FOOTBALL */ #cnnBotnav LI#cnnBotnav2 STRONG { width:50px; } /* MLB */ #cnnBotnav LI#cnnBotnav3 STRONG { width:51px; } /* NBA */ #cnnBotnav LI#cnnBotnav4 STRONG { width:101px; } /* COLLEGE BB */ #cnnBotnav LI#cnnBotnav5 STRONG { width:58px; } /* GOLF */ #cnnBotnav LI#cnnBotnav6 STRONG { width:50px; } /* NHL */ #cnnBotnav LI#cnnBotnav7 STRONG { width:74px; } /* RACING */ #cnnBotnav LI#cnnBotnav8 STRONG { width:74px; } /* SOCCER */ #cnnBotnav LI#cnnBotnav9 STRONG { width:121px; } /* MMA & BOXING */ #cnnBotnav LI#cnnBotnav11 STRONG { width:73px; } /* TENNIS */ #cnnBotnav LI#cnnBotnav12 STRONG { width:63px; } /* MORE */ #cnnBotnav LI#cnnBotnav13 STRONG { width:74px; } /* VIDEO */ /* realignment */ #cnnBotnav LI#cnnBotnav11:hover UL, #cnnBotnav LI#cnnBotnav11 LI.cnnOver UL { margin-left:0; } /* width of subnav minus width of TENNIS minus width of MORE minus 2 lines */ #cnnBotnav LI#cnnBotnav12:hover UL, #cnnBotnav LI#cnnBotnav12 LI.cnnOver UL { margin-left:-41px; } /* width of subnav minus width of MORE minus 1 line */ #cnnBotnav LI#cnnBotnav13:hover UL, #cnnBotnav LI#cnnBotnav13 LI.cnnOver UL { margin-left:-93px; width:168px; } /* width of subnav minus width of MORE minus 1 line */ #cnnBotnav LI#cnnBotnav13 UL LI { width:168px; } </style> <!-- start botnav --> <div class="cnnBotnav"> <div> <ul id="cnnBotnav" style="height:29px;overflow:hidden;"> <li id="cnnBotnav0" nav="nfl"> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/football/nfl/?eref=sinav"><strong>NFL</strong></a> </li> <li id="cnnBotnav1" nav="ncaaf"> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/football/ncaa/?eref=sinav"><strong>COLLEGE FOOTBALL</strong></a> </li> <li id="cnnBotnav2" nav="mlb"> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/baseball/mlb/?eref=sinav"><strong>MLB</strong></a> </li> <li id="cnnBotnav3" nav="nba"> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/basketball/nba/?eref=sinav"><strong>NBA</strong></a> </li> <li id="cnnBotnav4" nav="ncaabb"> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/basketball/ncaa/?eref=sinav"><strong>COLLEGE BB</strong></a> </li> <li id="cnnBotnav5" nav="golf"> <a href="https://web.archive.org/web/20121212013606/http://www.golf.com/?eref=sinav"><strong>GOLF</strong></a> </li> <li id="cnnBotnav6" nav="nhl"> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/hockey/nhl/?eref=sinav"><strong>NHL</strong></a> </li> <li id="cnnBotnav7" nav="racing"> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/racing/?eref=sinav"><strong>RACING</strong></a> </li> <li id="cnnBotnav8" nav="soccer"> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/soccer/?eref=sinav"><strong>SOCCER</strong></a> </li> <li id="cnnBotnav9" nav="boxmma"> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/mma/?eref=sinav"><strong>MMA & BOXING</strong></a> </li> <li id="cnnBotnav11" nav="tennis"> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/tennis/?eref=sinav"><strong>TENNIS</strong></a> </li> <li id="cnnBotnav12" nav="more"> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/more/?eref=sinav"><strong>MORE</strong></a> </li> <li id="cnnBotnav13" nav="video"> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/video/?eref=sinav"><strong>VIDEO</strong></a> </li> </ul> </div> </div> <!-- end botnav --> <!-- end navbar --> <!-- start viewer --> <div id="cnnViewerAd"><div class="cnnHolder"><!-- ADSPACE: ros/top.728x90 --><script type="text/javascript">adFactory.getMultiAd(new Array("728x90", "101x1")).write();</script></div></div> <!-- end viewer --> <!--'B:/contentHeader'--> <div class="cnnContentArea"> <div id="cnnStoryHeadline"><table border="0" cellpadding="0" cellspacing="0"><tr><td class="cnnCol0"><h1>RSS</h1></td></tr></table></div> <div id="cnnContentColumns"> <div id="cnnContentColumn"> <div id="cnnStoryContent"> <p>Subscribe to SI.com's RSS (Really Simple Syndication) feeds to get news delivered directly to your desktop!</p> <p><strong>To view one of the SI.com feeds in your RSS Aggregators</strong> (<a href="#howrss">About RSS Aggregators</a>):</p> <ol> <li>Copy the URL/shortcut that corresponds to the topic that interests you.</li> <li>Paste the URL into your reader.</li> </ol> <p><strong>My Yahoo! users:</strong></p> <ol> <li>Click on the "Add to My Yahoo!" button.</li> <li>Follow the instructions for adding the feed to your My Yahoo! page.</li> </ol> <p> Please note that by accessing the RSS feeds, you agree to the <a href="#terms">Terms of Use</a>, which govern your use of the RSS Service and are set forth below.</p> <div class="cnnWebtag"> <div> <strong>Receive feeds from more than 90 SI Writers:</strong> <form id="cnnSIWriterPull"> <select size="1" id="cnnSIWriterSelect" onchange="cnnShowWriter( this.options[this.selectedIndex].value, this.options[this.selectedIndex].text );"> <option>Select a writer</option> <script type="text/javascript">siWriters.dropdown_rss();</script> </select> </form> Or select from our other feeds below: </div> <table border="0" cellpadding="0" cellspacing="0" id="cnnWebtag"> <tr> <td class="cnnCol0"><div>Top Stories</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_topstories.rss" target="_blank">http://rss.cnn.com/rss/si_topstories.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_topstories.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_topstories.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/TOPSTORIES/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_topstories.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_topstories.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_topstories.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>Most Popular</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_mostpopular.rss" target="_blank">http://rss.cnn.com/rss/si_mostpopular.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_mostpopular.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_mostpopular.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/MOSTPOPULAR/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_mostpopular.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_mostpopular.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_mostpopular.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>NFL</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_nfl.rss" target="_blank">http://rss.cnn.com/rss/si_nfl.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_nfl.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_nfl.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/NFL/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_nfl.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_nfl.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_nfl.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>NCAAF</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_ncaaf.rss" target="_blank">http://rss.cnn.com/rss/si_ncaaf.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_ncaaf.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_ncaaf.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/NCAAF/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_ncaaf.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_ncaaf.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_ncaaf.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>MLB</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_mlb.rss" target="_blank">http://rss.cnn.com/rss/si_mlb.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_mlb.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_mlb.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/MLB/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_mlb.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_mlb.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_mlb.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>NBA</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_nba.rss" target="_blank">http://rss.cnn.com/rss/si_nba.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_nba.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_nba.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/NBA/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_nba.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_nba.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_nba.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>NCAAB</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_ncaab.rss" target="_blank">http://rss.cnn.com/rss/si_ncaab.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_ncaab.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_ncaab.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/NCAAB/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_ncaab.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_ncaab.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_ncaab.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>Golf</div><div><a href="https://web.archive.org/web/20121212013606/http://feeds.feedburner.com/GolfToursNews" target="_blank">http://feeds.feedburner.com/GolfToursNews</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://feeds.feedburner.com/GolfToursNews" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http://feeds.feedburner.com/GolfToursNews"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/GOLF/*http://add.my.yahoo.com/rss?url=http://feeds.feedburner.com/GolfToursNews"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http://feeds.feedburner.com/GolfToursNews"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://feeds.feedburner.com/GolfToursNews"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>NHL</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_hockey.rss" target="_blank">http://rss.cnn.com/rss/si_hockey.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_hockey.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_hockey.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/NHL/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_hockey.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_hockey.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_hockey.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>Racing</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_motorsports.rss" target="_blank">http://rss.cnn.com/rss/si_motorsports.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_motorsports.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_motorsports.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/RACING/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_motorsports.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_motorsports.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_motorsports.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>Soccer</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_soccer.rss" target="_blank">http://rss.cnn.com/rss/si_soccer.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_soccer.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_soccer.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/SOCCER/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_soccer.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_soccer.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_soccer.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>MMA</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_mma.rss" target="_blank">http://rss.cnn.com/rss/si_mma.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_mma.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_mma.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/MMA/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_mma.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_mma.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_mma.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>High School</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_highschool.rss" target="_blank">http://rss.cnn.com/rss/si_highschool.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_highschool.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_highschool.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/HIGHSCHOOL/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_highschool.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_highschool.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_highschool.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>Tennis</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_tennis.rss" target="_blank">http://rss.cnn.com/rss/si_tennis.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_tennis.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_tennis.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/TENNIS/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_tennis.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_tennis.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_tennis.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>More Sports</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_more.rss" target="_blank">http://rss.cnn.com/rss/si_more.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_more.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_more.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/MORE/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_more.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_more.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_more.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>Fantasy</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_fantasy.rss" target="_blank">http://rss.cnn.com/rss/si_fantasy.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_fantasy.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_fantasy.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/FANTASY/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_fantasy.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_fantasy.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_fantasy.rsss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>SI Writers</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_writers.rss" target="_blank">http://rss.cnn.com/rss/si_writers.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_writers.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_writers.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/FANTASY/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_writers.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_writers.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_writers.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> <tr> <td class="cnnCol0"><div>SI Video</div><div><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_video.rss" target="_blank">http://rss.cnn.com/rss/si_video.rss</a></div></td> <td class="cnnCol1"><a href="https://web.archive.org/web/20121212013606/http://rss.cnn.com/rss/si_video.rss" target="_blank"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/2.0/misc/xml_button.gif" alt="XML" title="XML"/></a></td> <td class="cnnCol2"><a href="https://web.archive.org/web/20121212013606/http://feeds.my.aol.com/add.jsp?url=http%3A//rss.cnn.com/rss/si_video.rss"><img src="https://web.archive.org/web/20121212013606im_/http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" alt="Add to My AOL" title="Add to My AOL"/></a></td> <td class="cnnCol3"><a href="https://web.archive.org/web/20121212013606/http://pa.yahoo.com/*http://us.rd.yahoo.com/my/atm/SI/FANTASY/*http://add.my.yahoo.com/rss?url=http://rss.cnn.com/rss/si_video.rss"><img src="https://web.archive.org/web/20121212013606im_/http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Add to My Yahoo!" title="Add to My Yahoo!"/></a></td> <td class="cnnCol4"><a href="https://web.archive.org/web/20121212013606/http://fusion.google.com/add?feedurl=http%3A//rss.cnn.com/rss/si_video.rss"><img src="https://web.archive.org/web/20121212013606im_/http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to Google" title="Add to Google"/></a></td> <td class="cnnCol5"><a href="https://web.archive.org/web/20121212013606/http://www.netvibes.com/subscribe.php?url=http://rss.cnn.com/rss/si_video.rss"><img src="https://web.archive.org/web/20121212013606im_/http://www.netvibes.com/img/add2netvibes.gif" alt="Add to NetVibes" title="Add to NetVibes"/></a></td> </tr> </table> <div>Want more RSS feeds? Try the <strong><a href="https://web.archive.org/web/20121212013606/http://www.cnn.com/services/rss/">CNN.com</a></strong> or <strong><a href="https://web.archive.org/web/20121212013606/http://money.cnn.com/services/rss/">CNNmoney.com</a></strong> feeds</div> </div> <h3><a name="whatisrss"></a>WHAT IS RSS?</h3> <p>RSS (Really Simple Syndication) is an XML-based format for sharing and distributing Web content, such as news headlines. Using an RSS reader, you can view data feeds from various news sources, such as CNN.com, including headlines, summaries, links to full stories. </p> <h3><a name="howrss"></a>HOW DO I ACCESS RSS?</h3> <h4>RSS/News Aggregators:</h4> <p>RSS/News Aggregators (also called Readers) will download and display RSS feeds for you. A number of free and commercial News Aggregators are available for download.</p> <p>Many aggregators are separate, "stand-alone" programs; other services will let you add RSS feeds to a Web page. Yahoo! users can add RSS feeds to your My Yahoo! page; to make this easier, you can click on the "Add to My Yahoo!" button to the right of each link above.</p> <h4>Weblogs:</h4> <p>Another way many people use RSS feeds is by incorporating content into weblogs, or "blogs". Blogs are web pages comprised of usually short, frequently updated items and web links. Blogging as a publishing tool is used for many purposes: traditional journalism, personal journals, group discussions around a topic, and many combinations in-between.</p> <h3><a name="terms"></a>TERMS OF USE</h3> <p>RSS (really simple syndication) service is a means by which SI.com offers feeds of story headlines in XML format ("RSS Content") to visitors to SI.com (the "SI Site") who use RSS aggregators. These Terms of Use govern your use of the RSS service. The use of the RSS service also is subject to the terms and conditions of the <a href="/web/20121212013606/http://sportsillustrated.cnn.com/interactive_legal.html">CNN Interactive Service Agreement</a>, which governs the use of CNN's websites, information services and content. These Terms of Use and the CNN Interactive Service Agreement may be changed by CNN at any time without notice.</p> <h4>Use of RSS Feeds:</h4> <p>RSS is a free service offered by SI.com to individuals for private, non-commercial use. Any other uses, including without limitation the incorporation of advertising into or the placement of advertising associated with or targeted towards the RSS Content, are strictly prohibited. You must use the RSS feeds as provided by SI.com, and you may not edit or modify the text, content or links supplied by SI.com. For Web posting, reprint, transcript or licensing requests for material, please send your request to <a href="https://web.archive.org/web/20121212013606/mailto:licensing.agent@turner.com">licensing.agent@turner.com</a>.</p> <h4>Link to Content Pages:</h4> <p>The RSS service may be used only with those platforms from which a functional link is made available that, when accessed, takes the viewer directly to the display of the full article on the SI.com Site. You may not display the RSS Content in a manner that does not permit successful linking to, redirection to or delivery of SI.com. You may not insert any intermediate page, splash page or other content between the RSS link and SI.com.</p> <h4>Ownership/Attribution:</h4> <p>SI.com retains all ownership and other rights in the RSS Content, and any and all SI.com logos and trademarks used in connection with the RSS Service. You must provide attribution to SI.com in connection with your use of the RSS feeds. If you provide this attribution using a graphic, you must use the appropriate SI.com logo that we have incorporated into the RSS feed.</p> <h4>Right to Discontinue Feeds:</h4> <p>SI.com reserves the right to discontinue providing any or all of the RSS feeds at any time and to require you to cease displaying, distributing or otherwise using any or all of the RSS feeds for any reason including, without limitation, your violation of any provision of these Terms of Use. SI.com assumes no liability for any of your activities in connection with the RSS feeds or for your use of the RSS feeds in connection with your website.</p> <!-- /END CONTENT --> </div> <!--'B:sponsorLinksTable'--><!--'B:/sponsorLinksTable'--> </div> <!--'B:sideColumn'--><div id="cnnSideColumn"> <div id="cnnTowerAd"><!-- ADSPACE: ros/rgt.300x250 --><script type="text/javascript">adFactory.getMultiAd(new Array("300x250", "300x600")).write();</script></div> <div class="cnnRightMoreBox"> <div class="cnn_title"><a href="https://web.archive.org/web/20121212013606/http://sportsillustrated.cnn.com/">More from SI.com</a></div> <div class="cnn_content"> <div class="cnn_subtitle" style="border-top: 0px none;">Latest News</div> <ul> <li> <a href="https://web.archive.org/web/20121212013606/http://sportsillustrated.cnn.com/college-football/news/20121211/postseason-all-america-team/index.html?eref=sircrc">SI.com's 2012 college football All-American team</a> </li> <li> <a href="https://web.archive.org/web/20121212013606/http://sportsillustrated.cnn.com/basketball/nba/gameflash/2012/12/11/31924/index.html#?eref=sircrc">Carmelo, Knicks look to extend Nets' skid</a> </li> <li> <a href="https://web.archive.org/web/20121212013606/http://sportsillustrated.cnn.com/nfl/news/20121211/paul-tagliabue-saints-bounty.ap?eref=sircrc">Saints bounty bans revoked</a> </li> </ul> </div> <div class="cnn_content"> <div class="cnn_subtitle">Video</div> <table border="0" cellpadding="0" cellspacing="0"><tbody> <tr> <td><a href="/web/20121212013606/http://sportsillustrated.cnn.com/video/nfl/20121211/nfl-new-orleans-saints-scott-fujita-roger-goodell.sportsillustrated/"> <div> <img src="https://web.archive.org/web/20121212013606im_/http://i2.cdn.turner.com/si/dam/assets/121211165134-saints-video-carousel.jpg" class="cnnEmVidImg"></div> <div class="cnnVideoText">Saints bounty suspensions reversed</div> </a></td><td><a href="/web/20121212013606/http://sportsillustrated.cnn.com/video/nfl/20121211/peter-king-patriots.sportsillustrated/"> <div> <img src="https://web.archive.org/web/20121212013606im_/http://i2.cdn.turner.com/si/dam/assets/121211161606-20121118-lbm-sv3-074-video-carousel.jpg" class="cnnEmVidImg"></div> <div class="cnnVideoText">King: Patriots' best in the NFL</div> </a></td> </tr> </tbody></table> </div> <div class="cnn_content"> <div class="cnn_subtitle">SI Writers</div> <ul> <li> <a href="https://web.archive.org/web/20121212013606/http://sportsillustrated.cnn.com/2012/writers/jeff_wagenheim/12/11/yves-lavigne/index.html?eref=sircrc"><strong>Jeff Wagenheim:</strong> Catching up with prominent UFC referee Yves Lavigne</a> </li> <li> <a href="https://web.archive.org/web/20121212013606/http://sportsillustrated.cnn.com/nfl/news/20121211/saints-bounties-overturned/index.html?eref=sircrc"><strong>Michael Rosenberg:</strong> Goodell the big loser in overturned penalties in Saints bounty case</a> </li> <li> <a href="https://web.archive.org/web/20121212013606/http://sportsillustrated.cnn.com/nfl/news/20121211/russell-wilson-seahawks-super-bowl-contenders/index.html?eref=sircrc"><strong>Kerry J. Byrne:</strong> Inside the Numbers: Week 14</a> </li> </ul> </div> <div class="cnn_content"> <div class="cnn_subtitle">SI Photos</div> <table border="0" cellpadding="0" cellspacing="0"><tbody> <tr> <td><a href="https://web.archive.org/web/20121212013606/http://sportsillustrated.cnn.com/extra-mustard/photos/1212/tweets-of-the-week-121112/?eref=sircrc"> <div> <img title="Tweets of the Week" alt="Tweets of the Week" src="https://web.archive.org/web/20121212013606im_/http://i2.cdn.turner.com/si/dam/assets/121211163946-00-bobby-petrino-thumb-gallery---thumbnail.jpg"></div> <div>Tweets of the Week</div> </a></td><td><a href="https://web.archive.org/web/20121212013606/http://sportsillustrated.cnn.com/multimedia/photo_gallery/1005/nascar.indycar.wags/content.1.html?eref=sircrc"> <div> <img title="NASCAR Wives And Girlfriends" alt="NASCAR Wives And Girlfriends" src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/multimedia/photo_gallery/1005/nascar.indycar.wags/images/Jeff-Gordon-100.jpg"></div> <div>NASCAR Wives And Girlfriends</div> </a></td><td id="cnnAdOpaWideShowP"><a href="https://web.archive.org/web/20121212013606/http://sportsillustrated.cnn.com/mlb/photos/1212/david-ortiz-golf-classic/?eref=sircrc"> <div> <img title="David Ortiz Celebrity Golf Classic" alt="David Ortiz Celebrity Golf Classic" src="https://web.archive.org/web/20121212013606im_/http://i2.cdn.turner.com/si/dam/assets/121211102154-thumb2-gallery---thumbnail.jpg"></div> <div>David Ortiz Celebrity Golf Classic</div> </a></td> </tr> </tbody></table> </div> </div> <div><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/images/misc/blank_pixel.gif" width="300" height="1"/></div> <div id="cnnSponAd"><!-- ADSPACE: ros/spon.238x90 --><script type="text/javascript">adFactory.getAd(238, 90).write();</script> </div> </div> <div id="cnnClearColumns"> </div><!--'B:/sideColumn'--> </div> </div> <!--'B:contentFooter'--><script language="JavaScript"><!--if(window.btnDone) btnDone();//--></script> <!-- start footerbox --> <div class="cnnFooterBox"> <div class="cnnHolder"> <div class="cnnRight"> <dl> <dt><a href="/web/20121212013606/http://sportsillustrated.cnn.com/"><img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/4.1/global/footer_logo.jpg" alt="SI.com" title="SI.com"/></a></dt> <dd><span>Hot Topics:</span> <a href="https://web.archive.org/web/20121212013606/http://nfl.si.com/2012/12/11/nfl-playoff-picture-week-15-49ers-colts-packers-ravens-one-win-away/" title="NFL Playoff Scenarios" target="new" class="cnnFirst">NFL Playoff Scenarios</a> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/nfl/news/20121211/paul-tagliabue-bounty/?eref=sihp&sct=hp_t11_a0" title="Saints Bounty">Saints Bounty</a> <a href="https://web.archive.org/web/20121212013606/http://tracking.si.com/2012/12/11/robert-griffin-iii-will-start-redskins-according-to-father/" title="Robert Griffin III" target="new">Robert Griffin III</a> <a href="https://web.archive.org/web/20121212013606/http://nba.si.com/2012/12/11/kevin-love-minnesota-timberwolves-david-kahn-glen-taylor/" title="Kevin Love" target="new">Kevin Love</a> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/college-football/news/20121211/postseason-all-america-team/" title="NCAAF All-America Team">NCAAF All-America Team</a> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/2012/writers/don_banks/12/10/patriots-top-texans/index.html" title="Tom Brady">Tom Brady</a> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/swimsuit/" title="SI Swimsuit">SI Swimsuit</a> </dd> </dl> <div class="cnnClear"></div> <ul> <li><a href="https://web.archive.org/web/20121212013606/https://subscription.si.com/storefront/subscribe-to-sports-illustrated/link/1002348.html" target="_blank" rel="nofollow">SUBSCRIBE TO SI</a></li> <li><a href="https://web.archive.org/web/20121212013606/http://www.sportsillustratedeverywhere.com/" target="_blank" rel="nofollow">DIGITAL EDITION</a></li> <li><a href="/web/20121212013606/http://sportsillustrated.cnn.com/mobile/">SI MOBILE</a></li> <li><a href="/web/20121212013606/http://sportsillustrated.cnn.com/2010/about_us/jobs/">JOBS</a></li> <li><a href="/web/20121212013606/http://sportsillustrated.cnn.com/sitemap/">SITE MAP</a></li> <li><a href="https://web.archive.org/web/20121212013606/https://subscription.si.com/storefront/subscribe-to-sports-illustrated/link/1003862.html" target="_blank" rel="nofollow">GIVE THE GIFT OF SI</a></li> <li><a href="https://web.archive.org/web/20121212013606/http://sipictures.com/" target="_blank" rel="nofollow">SI PICTURE SALES</a></li> <li><a href="https://web.archive.org/web/20121212013606/http://www.sportsillustratedsnapshot.com/" target="_blank" rel="nofollow">PICTURES OF THE DAY</a></li> <li><a href="/web/20121212013606/http://sportsillustrated.cnn.com/about_us/">ABOUT US</a></li> <li><a href="https://web.archive.org/web/20121212013606/http://simediakit.com/" target="_blank" rel="nofollow">SI MEDIA KITS</a></li> <li><a href="https://web.archive.org/web/20121212013606/http://www.sicovers.com/default.aspx?utm_source=sicom&utm_medium=ftr&utm_campaign=icrefer&xid=siftr" target="_blank" rel="nofollow">SI COVER COLLECTION</a></li> <li><a href="https://web.archive.org/web/20121212013606/http://sicustomerservice.com/" target="_blank" rel="nofollow">SI CUSTOMER SERVICE</a></li> <li><a href="/web/20121212013606/http://sportsillustrated.cnn.com/2008/magazine/si.books/">SI BOOKS</a></li> <li><a href="/web/20121212013606/http://sportsillustrated.cnn.com/about_us/feedback/">CONTACT US</a></li> <li><a href="/web/20121212013606/http://sportsillustrated.cnn.com/services/rss/">ADD RSS HEADLINE</a></li> </ul> <div class="cnnClear"></div> <div class="cnnCopyright"> <style> .cnnFooterBox .cnnHolder { overflow:hidden; } .cnnFooterBox .cnnRight DIV.cnnCopyright { line-height:16px;padding-top:2px;text-align:left; } .cnnFooterBox .cnnRight DIV.cnnCopyright IMG { float:left;margin:0 6px 14px 0; } .cnnFooterBox .cnnRight DIV.cnnCopyright IMG#cnnFooterAdOpt { float:none;margin:0 0 0 6px;vertical-align:bottom; } </style> TM & © 2012 Time Inc. A Time Warner Company. All Rights Reserved. <br/> <a href="/web/20121212013606/http://sportsillustrated.cnn.com/interactive_legal.html" rel="nofollow">Terms</a> under which this service is provided to you. Read our <a href="/web/20121212013606/http://sportsillustrated.cnn.com/privacy/" rel="nofollow">privacy guidelines</a>, <a href="https://web.archive.org/web/20121212013606/https://subscription.timeinc.com/storefront/privacy/si/generic_privacy_new.html?dnp-source=E#california" rel="nofollow">your California privacy rights</a>, and <a href="https://web.archive.org/web/20121212013606/http://subscription-assets.timeinc.com/prod/assets/themes/magazines/default/template-resources/html/legal/ti-corp-behavioral.html">ad choices<img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/4.1/global/logo_adchoices.gif" id="cnnFooterAdOpt"/></a>. </div> </div> <div class="cnnLeft"><a href="https://web.archive.org/web/20121212013606/http://sportsillustrated.cnn.com/vault/cover/featured/11938/index.htm?xid=sivcoverhome"><img style="vertical-align:bottom;" title="SI Cover" alt="SI Cover" src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/si_online/covers/images/2012/1210_thumb.jpg"></a><a href="https://web.archive.org/web/20121212013606/http://www.sportsillustratedeverywhere.com/?xid=sivcoverhome"><img style="vertical-align:bottom;" src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/sivault/.element/img/1.0/read_all_articles_96x12.gif" alt="Read All Articles" border="0" width="96" height="12"></a><a href="https://web.archive.org/web/20121212013606/http://www.sicovers.com/ils.aspx?p=SPR20121210LBJ&utm_source=sivault&utm_medium=inet&utm_campain=icrefer&xid=sivcoverhome" target="_blank"><img style="vertical-align:bottom;" src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/sivault/.element/img/1.0/buy_cover_reprint.gif" alt="Buy Cover Reprint" border="0" width="96" height="12"></a> </div> </div> </div> <!-- end footerbox --> <!-- start searchbar --> <div class="cnnSearchFooter"> <div class="cnnCenter"><form method="get" action="https://web.archive.org/web/20121212013606/http://sportsillustrated.cnn.com/search/" name="footer_search"><input id="searchInputFooter" type="text" name="text" class="cnnLeft"/><input type="image" src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.element/img/4.1/global/search.gif" alt="Search" title="Search" class="cnnRight"/></form></div> </div> <!-- end searchbar --> <!-- start tracking --> </div> <div><!-- move tracking out of cnnpage --> <!-- ADBP/JSMD --> <!-- ADBP Meta Data --> <!-- <script type="text/javascript" src="http://i.cdn.turner.com/si/.element/js/4.1/global/jsmd/metadata.js"></script> --> <script type="text/javascript" src="https://web.archive.org/web/20121212013606js_/http://i.cdn.turner.com/si/.element/js/4.1/global/jsmd/metadata.js"></script> <!-- /ADBP Meta Data --> <!-- JSMD Code --> <!-- <script language="JavaScript" type="text/javascript" src="http://i.cdn.turner.com/si/.element/js/4.1/global/jsmd/jsmd.js"></script> --> <script language="JavaScript" type="text/javascript" src="https://web.archive.org/web/20121212013606js_/http://i.cdn.turner.com/si/.element/js/4.1/global/jsmd/jsmd.js"></script> <script language="JavaScript"> <!-- $pathname is defined in metadata.js if($pathname.indexOf("/.element/ssi/ads.iframes/") == -1 && $pathname.indexOf("/doubleclick/dartiframe.html") == -1) { var jsmd=_jsmd.init(); if(document.referrer !== window.location.href){ jsmd.send(); } } //--> </script> <!-- / End JSMD Code --> <!-- /ADBP/JSMD --> </div> <div style="font-size:1px;line-height:1px;"> <div><img src="/web/20121212013606im_/http://sportsillustrated.cnn.com/cookie.crumb" width="1" height="1"></div> </div> <img src="https://web.archive.org/web/20121212013606im_/http://i.cdn.turner.com/si/.e/img/4.0/global/pixels/blank_pixel.gif" alt="" id="TargetImageDE" name="TargetImageDE" onload="cnnad_getDEAdHeadCookie(this)" height="1" width="1"> <script language="JavaScript"> siTracking.init(); </script> <script language="JavaScript"> //ADM cnnad_sendADMData(); cnnad_ugsync(); </script> <!-- TIIAD --> <script type="text/javascript"> function siQuantcast() { var lb = "Time Inc News Business and Sports,Sports Illustrated"; var lb_ch = (jsmd.get("m:page.section[0]") ? jsmd.get("m:page.section[0]") : ""); lb+=(lb_ch != null && typeof(lb_ch) == "string" && lb_ch.length > 0) ? "." + lb_ch:""; return lb; } _qoptions={ qacct:"p-5dyPa639IrgIw", labels:siQuantcast() }; </script> <script type="text/javascript" src="https://web.archive.org/web/20121212013606js_/http://edge.quantserve.com/quant.js"></script> <noscript><img src="https://web.archive.org/web/20121212013606im_/http://pixel.quantserve.com/pixel/p-5dyPa639IrgIw.gif?labels=Time Inc News Business and Sports,Sports Illustrated" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/></noscript> <script src="https://web.archive.org/web/20121212013606js_/http://js.revsci.net/gateway/gw.js?csid=H07710&auto=t" type="text/javascript"></script> <!-- /TIIAD --> <script src="https://web.archive.org/web/20121212013606js_/http://i.cdn.turner.com/si/.e1d/js/4.1/global/pagelinks.js" type="text/javascript"></script> <script src="https://web.archive.org/web/20121212013606js_/http://i.cdn.turner.com/si/.e1d/js/4.1/global/subnav.js" type="text/javascript"></script> <!-- SI-5586 BuzzFeed --> <div id="BF_WIDGET_1"> </div> <script type="text/javascript"> (function( ){ BF_WIDGET_JS=document.createElement("script"); BF_WIDGET_JS.type="text/javascript"; BF_WIDGET_SRC="https://web.archive.org/web/20121212013606/http://ct.buzzfeed.com/wd/UserWidget?u=sportsillustrated.cnn.com&to=1&or=vb&wid=1&cb=" + (new Date()).getTime(); setTimeout(function() {document.getElementById("BF_WIDGET_1").appendChild(BF_WIDGET_JS);BF_WIDGET_JS.src=BF_WIDGET_SRC},1); })(); </script> <!-- SI-5980 --> <script type="text/javascript"> var _sf_sectionName = ''; var _sf_authorName = ''; if (typeof cnnPageInfo_section != 'undefined') { _sf_sectionName = cnnPageInfo_section; if (cnnPageInfo_section.indexOf("/writers") >= 0) { _sf_authorName = cnnPageInfo_section.substring(cnnPageInfo_section.indexOf("/writers/")+9); } } var _sf_pageMetas = document.getElementsByTagName('meta'); for (i=0; i<_sf_pageMetas.length; i++) { if (_sf_pageMetas[i].getAttribute("name") == "sailthru.author") { _sf_authorName = _sf_pageMetas[i].getAttribute("content"); } } var _sf_async_config={}; /** CONFIGURATION START **/ _sf_async_config.uid = 43887; _sf_async_config.domain = 'sportsillustrated.cnn.com'; _sf_async_config.sections = _sf_sectionName; _sf_async_config.authors = _sf_authorName; _sf_async_config.useCanonical = true; /** CONFIGURATION END **/ (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src', (('https:' == document.location.protocol) ? 'https://web.archive.org/web/20121212013606/https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/' : 'https://web.archive.org/web/20121212013606/http://static.chartbeat.com/') + 'js/chartbeat.js'); document.body.appendChild(e); } var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script> <!-- SI-5973 Sailthru Horizon --> <script type="text/javascript"> (function() { function loadHorizon() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = ('https:' === location.protocol?'https://web.archive.org/web/20121212013606/https://d1gp8joe0evc8s.cloudfront.net':'https://web.archive.org/web/20121212013606/http://cdn.sail-horizon.com')+'/horizon/v1.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } loadHorizon(); var oldOnLoad = window.onload; window.onload = function() { if (typeof oldOnLoad === 'function') { oldOnLoad(); } Sailthru.setup({ domain: 'horizon.sportsillustrated.cnn.com', }); }; })(); </script> <!-- end tracking --> <div id="csiIframe" style="visibility:hidden;height:0px;width:0px;"></div> <!--'B:/contentFooter'--> </div> </div> </div> <!--[if IE 6]></div></div><![endif]--><!--[if IE 7]></div></div><![endif]--><!--[if IE 8]></div></div><![endif]--> </body> </html><!-- FILE ARCHIVED ON 01:36:06 Dec 12, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 18:33:55 Nov 24, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.773 exclusion.robots: 0.042 exclusion.robots.policy: 0.026 esindex: 0.015 cdx.remote: 8.587 LoadShardBlock: 348.109 (3) PetaboxLoader3.datanode: 369.534 (6) PetaboxLoader3.resolve: 325.298 (4) load_resource: 421.754 (3) -->