var tii_isTestServer = false;if( location.hostname == "preview2.sportsillustrated.turner.com" ) tii_isTestServer = true;if( tii_isTestServer ) document.write( '' ); else document.write( '' ); var adConfig=new TiiAdConfig('3475.si2');adConfig.setRevSciTracking(true); var _sf_startpt=(new Date()).getTime() if( ( window.location.pathname ).indexOf( '/more/news/20130514/fortunate-50-' ) === 0 ) { adFactory.setZone( "moresports/fortunate50" ); } 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 = 'http://a.visualrevenue.com/vrs.js'; x.parentNode.insertBefore(s, x); })(document, 'span style=visibility:hidden'); 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 * */ try{ var testmode = location.search.indexOf('VRTEST=y') > 0; //$( 'DIV#cnnT1Holder' ).attr('data-vr-zone', 'T1'); //T1 $( 'DIV.cnnT2s' ).attr('data-vr-zone', 'T2'); //T2 if( cnnPage.isHomepage ){ $( 'DIV.cnnT2Blogs' ).attr('data-vr-zone', 'Blogs Tab'); //Blogs Tab zone $('DIV.cnnT2Blogs ul li a').attr('data-vr-contentbox', ''); //Blogs Tab content box } $( 'DIV.cnnBoxWritersRow5' ).attr('data-vr-zone', 'Writers'); //Writers $( $( 'DIV.cnnBoxSiVideo' ).get(1) ).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' }; $.each(generic_boxes, function(key, box){ title = $( box ).setVRTitle(); $(box).attr('data-vr-zone', title); //since we are already in the Generic Boxes, go ahead and set the contentbox $(box).find('DIV.cnnBoxDefault DT').attr('data-vr-contentbox', title + ': Featured Link - Image'); //Generic Box Featured Link Image $(box).find('DIV.cnnBoxDefault DD UL LI A').attr('data-vr-contentbox', ''); //Generic Box Link $( $(box).find('DIV.cnnBoxDefault DD UL LI A').get(0) ).attr('data-vr-contentbox', title + ': Featured Link'); //Generic Box Featured Link }); /* 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 - Image'); //Generic Box Featured Link Image $(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; } //set the zone $( this ).attr('data-vr-zone', contentbox); //set the headline content box var nextElAfterTabs = $(this).find('DIV.cnnT1Tabs').next().get(0) || {}; if( typeof nextElAfterTabs.tagName !== 'undefined' && nextElAfterTabs.tagName == 'A'){ $(nextElAfterTabs).attr('data-vr-contentbox', contentbox); } //set the image content box $('DIV#cnnT1Holder DIV.cnnT1Pane').find('.cnnT1Underlay').find('a').attr('data-vr-contentbox', ''); }); $('DIV#cnnT1Holder DIV.cnnT1Pane DIV.cnnT1Bullets').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 A').attr('data-vr-contentbox', ''); //Extra Mustard $('DIV.cnnBoxTR DT').attr('data-vr-contentbox', 'Truth and Rumors: Featured Link - Image'); //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.group('visual revenue'); siLog.error(e); siLog.groupEnd(); } }); } } catch(e){ siLog.error( e.message ); } var adFactory = new TiiAdFactory(adConfig, ""); var adFactory = new TiiAdFactory(adConfig, "writerspage");adFactory.setParam( 'writer', 'andy_staples' ); adFactory.setParam( 'column', 'inside_c_basketball' );adFactory.setParam( 'sport', 'collegebasketball' ); var cnnPageInfo_section = "/writers/andy_staples";var cnnPageInfo_pageType = "story";var cnnPageInfo_branding = "inside.c.basketball";var cnnPageInfo_date = "2012/04/04";var cnnPageInfo_slug = "March.Madness.Cinderellas";var cnnPageInfo_file = "index.html";var cnnPageInfo_isOpa = true;var cnnPageInfo_source = "si";var cnnPageInfo_url = "http://sportsillustrated.cnn.com/2012/writers/andy_staples/04/04/March.Madness.Cinderellas/index.html";
cnn_writePresonalizeBar();
SI.com Home
/* 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('Get the Cardinals Championship Package'); } else { document.write('Get Need for Speed 12 FREE'); } */ Get the EA Sports PGA 14 Package | Subscribe to SI | Give the Gift of SI
adFactory.getMultiAd(new Array("728x90", "101x1")).write();
var clickExpire = "-1";
Posted: Wednesday April 4, 2012 12:33PM ; Updated: Thursday April 5, 2012 10:57AM
Andy Staples
adFactory.getAd(200, 66).write();
Andy Staples>INSIDE COLLEGE BASKETBALL
setWritersBranding( cnnPageInfo_branding );

Heavyweight programs could push Cinderella out of March Madness

Story Highlights

A strictly economic division of schools could evict Cinderellas out of tournament

Larger schools say they don't share same needs, interests as smaller programs

If have-not programs refuse compromise, they may be forced out of top matchups

(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'span style=visibility:hidden', 'facebook-jssdk')); (function (h) { h(function () { renderSocialBar(); }); function renderSocialBar() { if (jQuery('#cnnShare2').length === 0 || (jQuery.browser.msie && parseInt(jQuery.browser.version, 10) < 8)) { jQuery(".large-buttons").hide(); jQuery(".small-buttons").show(); jQuery('body').removeClass('shareRowVertical'); return; } var descripY = parseInt(jQuery('#cnnStoryContent').offset().top, 10) - 20; var $postShare = jQuery('#cnnShare2'); var pullX = $postShare.css("margin-left"); jQuery(window).data("scrollBound", false); function positionShareScroll() { var scrollY = jQuery(window).scrollTop(); var fixedShare = $postShare.css("position") == "fixed"; if(document.URL.indexOf('/olympics/') != -1 && scrollY > descripY && !fixedShare) { $postShare.stop().css({ position: "fixed", left: "50%", top: 20, marginLeft: -490 }); } else if (scrollY > descripY && !fixedShare) { $postShare.stop().css({ position: "fixed", left: "50%", top: 20, marginLeft: -489 }); } else if (scrollY < descripY && fixedShare) { $postShare.css({ position: "relative", left: 0, top: 0, marginLeft: pullX }); } } jQuery(window).resize(function () { var windowW = jQuery(window).width(); var windowH = jQuery(window).height(); var pulledOutside = $postShare.css("margin-left") == pullX; if( (windowW >= 1144) && ( windowH >= 440 ) ) { if (!jQuery(window).data("scrollBound")) { jQuery(".small-buttons").hide(); jQuery(".large-buttons").show(); $postShare.width("auto"); jQuery(window).data("scrollBound", true).bind("scroll.positionShare", function () { positionShareScroll(); }); positionShareScroll(); jQuery('body').addClass('shareRowVertical'); } } else { if (pulledOutside || jQuery(window).data("scrollBound")) { $postShare.css({ position: "relative", left: 0, top: 0, marginLeft: pullX }); jQuery(".large-buttons").hide(); jQuery(".small-buttons").show(); jQuery('body').removeClass('shareRowVertical'); jQuery(window).data("scrollBound", false).unbind("scroll.positionShare"); } } //resize the facebook like buttons resizeFacebookLikeButtons(); }); jQuery(window).resize(); } })(jQuery); /* SI-5384 */ function getTitleMeta() { var metas = document.getElementsByTagName('meta'), storyHeadline = '', i = ''; for(i = 0; i < metas.length; i++) { if(metas[i].getAttribute('property') == "og:title") { storyHeadline = metas[i].getAttribute('content'); break; } } if(storyHeadline == '') { storyHeadline = top.document.title; } if(storyHeadline.indexOf(" | SI.com") != -1) { storyHeadline = storyHeadline.replace(" | SI.com", ""); } else if(storyHeadline.indexOf(" - SI.com") != -1) { storyHeadline = storyHeadline.replace(" - SI.com", ""); } return storyHeadline; } /** * siLazyLoadSocial() * Created by: mstills * JIRA: SI-5772 * Accept a manifest (see below for struct) of non-critical span style=visibility:hiddens and markup to * be loaded/initialized after the rest of the DOM is ready. Improve load time and * prevent network blocking in case one of the services is down or slow to respond. */ function siLazyLoadSocial(manifest) { var outerKeys = ['large', 'small'], depth, item, $target, i, x; for (i = 0; i < outerKeys.length; i += 1) { if (!jQuery.isArray(manifest[outerKeys[i]])) { continue; } depth = manifest[outerKeys[i]]; for (x = 0; x < depth.length; x += 1) { item = depth[x]; switch (item.type) { case 'markup': $target = jQuery(item.target); $target.prepend(item.payload); break; case 'span style=visibility:hidden': jQuery.getScript(item.payload, function(span style=visibility:hidden,textStatus,jqxhr){ try{ if( !(_span style=visibility:hiddens_loaded.twitter) && typeof twttr !== 'undefined' ){ _span style=visibility:hiddens_loaded.twitter = true; twttr.ready(function(twttr){ try{ twttr.events.bind('tweet', function(event){ socialClickTrack('Tweet'); }); }catch(e){ siLog.group('Twitter Bind Error'); siLog.log(e); siLog.groupEnd(); } }); } if( !(_span style=visibility:hiddens_loaded.facebook) && typeof FB !== 'undefined' ){ _span style=visibility:hiddens_loaded.facebook = true; try{ FB.Event.subscribe('edge.create', function(response) { socialClickTrack('Facebook Like'); }); FB.Event.subscribe('xfbml.render', function(response) { //statically setting height/width of the facebook iframes so that both show in all browsers if( $(".fb_like-large").attr('fb-xfbml-state') == 'rendered' || $(".fb_like-small").attr('fb-xfbml-state') == 'rendered'){ resizeFacebookLikeButtons(); } }); }catch(e){ siLog.group('Facebook Event Subscribe Error'); siLog.log(e); siLog.groupEnd(); } } } catch(e){ siLog.group('Social Button Script Load Error'); siLog.log(e); siLog.groupEnd(); } }); break; } } } } function resizeFacebookLikeButtons(){ $('.fb-large IFRAME.fb_ltr, .fb-large SPAN').css({"height": 62, "width": 48}); $('.fb-small IFRAME.fb_ltr, .fb-small SPAN').css({"height": 20, "width": 110}); } $(document).ready(function() { $('html').attr("xmlns:fb","http://ogp.me/ns/fb#"); var metas, shareTitle, shareDesc, shareURL, manifest, titleMeta, encodedURI; /* begin mstills - SI-5772 - lazy-load all this async after DOM-ready */ titleMeta = getTitleMeta(); encodedURI = encodeURIComponent(cnnSocialUrl); // a manifest of all the various span style=visibility:hiddens to be loaded in (order will be respected; in general span style=visibility:hiddens should go first) /* type breakdown: * span style=visibility:hidden - *.js span style=visibility:hidden loaded via $.getScript() * markup - inserted via DOM manipulation */ manifest = { 'large': [ { 'name': 'twitter-widget', 'type': 'span style=visibility:hidden', 'payload': 'http://platform.twitter.com/widgets.js' }, { 'name': 'googlePlus', 'type': 'span style=visibility:hidden', 'payload': 'https://apis.google.com/js/plusone.js' }, { 'name': 'linkedIn-span style=visibility:hidden', 'type': 'span style=visibility:hidden', 'payload': 'http://platform.linkedin.com/in.js' }, { 'name': 'twitter-share', 'type': 'markup', 'payload': '', 'target': '#cnnShare2 DIV.large-buttons DIV.cnnItem1' }, { 'name': 'linkedIn-elem', 'type': 'markup', 'payload': '', 'target': '#cnnShare2 DIV.large-buttons DIV.cnnItem3' } ], 'small': [ { 'name': 'twitter-share', 'type': 'markup', 'payload': '', 'target': '#cnnShare2 DIV.small-buttons DIV.cnnItem1' }, { 'name': 'linkedIn-elem', 'type': 'markup', 'payload': '', 'target': '#cnnShare2 DIV.small-buttons DIV.cnnItem3' } ] }; siLazyLoadSocial(manifest); /* end mstills - SI-5772 */ $('#shareBtn').hover(function() { $('#share_popup').toggle(); }); $('#shareBtn2').hover(function() { $('.wdt_button_min #share_popup').toggle(); }); $('#share_popup').hover(function() { $('#share_popup').toggle(); }); $('.wdt_button_min #share_popup').hover(function() { $('.wdt_button_min #share_popup').toggle(); }); metas = document.getElementsByTagName('meta'); shareTitle = getTitleMeta(); shareDesc = ''; for (var i = 0; i < metas.length; i++) { if (metas[i].getAttribute('name') == "despan style=visibility:hiddenion") { shareDesc = metas[i].getAttribute('content'); break; } } if (shareDesc == '') { shareDesc = encodeURIComponent(top.document.title); } shareTitle = encodeURIComponent(shareTitle); shareURL = encodeURIComponent(top.document.URL); $('#tumblr_share').attr('href', 'http://www.tumblr.com/share/link?url='+shareURL+'&name='+shareTitle+'&despan style=visibility:hiddenion='+shareDesc); $('#stumbleupon_share').attr('href', 'http://www.stumbleupon.com/submit?url='+shareURL+'&title='+shareTitle); $('#reddit_share').attr('href', 'http://reddit.com/submit?url='+shareURL); $('#digg_share').attr('href', 'http://digg.com/submit?url='+shareURL); $('#delicious_share').attr('href', 'http://del.icio.us/post?url='+shareURL+'&title='+shareTitle+'&notes='+shareDesc); }); var _span style=visibility:hiddens_loaded = { 'twitter': false, 'facebook': false }; function LinkedINSocialTrack( data ){ socialClickTrack( 'LinkedIN' ); } function googlePlusSocialTrack( data ){ socialClickTrack( 'Google+' ); } function socialClickTrack( name ){ try { trackMetrics({ type:"livefyre-click", data:{ action: name } }); } catch(e) { siLog.group('Social Click Metrics'); siLog.debug(e); siLog.groupEnd(); } }
var cnnSocialUrl = 'http%3A%2F%2Fsportsillustrated.cnn.com%2F'; if ( $('link[rel=canonical]').attr('href') !== null ) { cnnSocialUrl = $('link[rel=canonical]').attr('href'); } ua = navigator.userAgent; if (ua.search(/Firefox\/3\.5/i) !== -1) { //$('h1').css('color','red'); $('div.wdt_button').css({'margin-bottom' : '18px', 'margin-top' : '8px'}); $('.small-buttons .cnnItem2').css({'display' : 'none'}); $('.small-buttons .wdt_button_min').css({'width' : '108px'}); }
Decrease font Decrease font
Enlarge font Enlarge font
setActiveStyleSheet( CNN_FONT_COOKIE ? CNN_FONT_COOKIE : null );
A separation between haves and have-nots could eliminate the potential for upsets, like Lehigh over Duke.
A separation between haves and have-nots could eliminate the potential for upsets, like Lehigh over Duke.
Streeter Lecka/Getty Images
adsonar_placementId=1568844;adsonar_pid=2908776;adsonar_ps=0;adsonar_zw=300;adsonar_zh=200;adsonar_jv='ads.tw.adsonar.com';

NEW ORLEANS -- During a discussion last week at Tulane's law school covering the hot topics in college sports, a student asked a great question of a panel that included Arizona athletic director Greg Byrne, Missouri athletic director Mike Alden, NCAA associate director of enforcement Renee Gomila and attorney Timothy Epstein.

"You're now the NCAA czar," Andrew Sensi said. "You're all-knowing, all-powerful. ... What would be your first order of business?"

Alden's answer echoed the sentiment of many of the university presidents I interviewed for last month's "Change is Coming" project. "I would set up a separate division in the NCAA," czar-for-a-day Alden said.

The dream division of Alden -- and many of the athletic directors and presidents at the top of the Division I food chain -- is a group of like-minded, similarly funded athletic departments. Alden didn't say this, but a good rule of thumb would be the current BCS automatic qualifying conferences. (Whether the Big East is included in that group would depend on the results of the league's upcoming media rights negotiation.)

That brings up a few interesting possibilities from a fan standpoint. It might mean the end of or at least a severe reduction in bodybag games for football power schools. It might mean an even more elaborate major college football playoff than the one currently being hammered out by conference leaders. It also might lead to a drastic change in one of our favorite events.

It could evict Cinderella from her March Madness castle.

No more Lehigh over Duke. No more Northern Iowa over Kansas. No more Hampton over Iowa State. A division of strictly economic heavyweights might not want to split the take with have-nots. That's exactly what happened in football when the BCS was created. And while NCAA officials hope the presidents will let the association back into the football postseason in the uppermost division, it seems unlikely. Listening to people who work in the business, it seems more likely -- and more prudent -- that the schools would keep control in football and attempt to wrest away control in basketball.

The big schools aren't only tired of sharing their revenue with the small schools. They're tired of one-size-fits-all rules that treat a school with a $10 million annual budget the same as a school with a $100 million annual budget. "The reality of this is that Michigan State and Missouri and Arizona have a lot more in common and have issues that are different than Quinnipiac," Alden said. "That doesn't mean Quinnipiac isn't a fine institution, but when you're sitting at a table and you're trying to make decisions that we know are going to be impacting things in East Lansing or in Tucson or in Columbia or wherever that may be, it becomes very challenging when you try to get things accomplished that are going to have a direct impact on us."

Epstein, who last year represented Kentucky basketball recruit Enes Kanter in Kanter's ultimately unsuccessful fight against the NCAA, said he often hears similar complaints. "When you come to major infractions cases and enforcement issues, that is the frustration," Epstein said. "When I talk to coaches, the response is, 'We don't need to put up with this [synonym for cow manure]. We can start our own thing and make more money.'"

That isn't always the case. The Yankees still need the Royals and the Cowboys still need the Packers. But the big boys might be correct in this particular case. USC and LSU really don't need Quinnipiac and Montana. Why should they ever share money with those schools?

While an NCAA tournament without Cinderella might be less appealing to viewers, it might not bother broadcast companies. CBS, Turner and the like might be just as willing to pony up for a guarantee that every broadcast includes a name-brand program with a large fan base. "There is a certain brand value that Ohio State and Louisville and Kentucky and KU [Kansas] bring to the table," Alden said. "Now, you can throw four different teams in there that perhaps are different from those four. Throw in the four Cinderellas that won the games that were won this particular year and you have a completely different brand value for CBS and Turner. They're going to be going, 'Holy cow. We didn't pay for this.'"

Alden may take flak for saying that, but he spoke the truth. "While there are people that don't want to recognize that, people that want to be able to ignore that," he said, "that is absolute reality."

If this sounds like the CASH or LOOT proposals I've made the past two years, it should. Those may have been a little tongue-in-cheek, but they were born from conversations with the people in charge of conferences and major athletic programs. Their frustration is palpable. That's why the richest conferences backed the cost-of-attendance stipend proposal last year. They wanted to drive the wedge so deep that the little guys had to decide how badly they really wanted to field a major athletic program.

This change isn't inevitable yet. The rich schools probably would be willing to compromise and keep sharing if the less wealthy schools give in on certain governance issues such as the stipend. That would keep Division I intact, and it would keep March Madness as it is. But if the have-nots want to draw a line in the sand, they may soon find themselves wondering how they wound up poorer for the effort.

If Cinderella wants to stick around at the Dance and enjoy its spoils, she'll need to start capitulating to the demands of her wealthy stepsisters. Otherwise, she could find herself back in rags.

var cnnOutbrainUrl = 'http://sportsillustrated.cnn.com/'; if( $('link[rel=canonical]').attr('href') != null ) cnnOutbrainUrl = $('link[rel=canonical]').attr('href'); document.write( '
' );
// begin: mstills - SI-5772 (lazy-load Livefyre after DOM-ready and initialize when it is ready) (function ($) { var siLivefyreCallback = function () { can_url = $('link[rel=canonical]').attr('href'); if (can_url == undefined) { can_url = window.location.href; } var collectionMeta = { articleId: can_url, /* Comments 3 will extract the URL from the page */ //url: fyre.conv.load.makeCollectionUrl() url : can_url }; var streamConfig = { collectionMeta: collectionMeta, signed: false, articleId: collectionMeta.articleId, siteId: '308570', el: 'livefyre' }; //var authDelegate = new fyre.conv.RemoteAuthDelegate(); var authDelegate = new fyre.conv.SPAuthDelegate({ engage : { app : 'si.auth.fyre.co' } }); fyre.conv.load( { 'network' : 'sportsillustrated.fyre.co', 'authDelegate' : authDelegate }, [streamConfig], function () { } ); }; // lazy-load Livefyre span style=visibility:hiddens and initialize after DOM-ready $(document).ready(function () { // rudimentary callback chain. procedural: first load livefyre_init.js -> then load simpleprofiles.js -> then initialize Livefyre $.getScript('http://profiles.sportsillustrated.cnn.com/media/cHJvZmlsZXMuc3BvcnRzaWxsdXN0cmF0ZWQuY25uLmNvbQ==/javaspan style=visibility:hiddens/simpleprofiles.js', function() { $.getScript('http://zor.livefyre.com/wjs/v3.0/javaspan style=visibility:hiddens/livefyre.js', siLivefyreCallback); }); }); }(jQuery)); // end: mstills - SI-5772
 
SI.com
Hot Topics: LeBron James Celtics-Clippers Pavel Datsyuk Venus Williams Evan Gattis Steve Gleason Boston Bruins
TM & © 2013 Time Inc. A Time Warner Company. All Rights Reserved.
Terms under which this service is provided to you. Read our privacy guidelines, your California privacy rights, and ad choices.
SI CoverRead All ArticlesBuy Cover Reprint
siTracking.init(); //ADM cnnad_sendADMData(); cnnad_ugsync(); // SI-6411 Ad Quantcast TiiAdTrackRevSci(); 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() }; Quantcast
 
(function( ){ BF_WIDGET_JS=document.createElement("span style=visibility:hidden"); BF_WIDGET_JS.type="text/javaspan style=visibility:hidden"; BF_WIDGET_SRC="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); })(); 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('span style=visibility:hidden'); e.setAttribute('language', 'javaspan style=visibility:hidden'); e.setAttribute('type', 'text/javaspan style=visibility:hidden'); e.setAttribute('src', (('https:' == document.location.protocol) ? 'https://a248.e.akamai.net/chartbeat.download.akamai.com/102508/' : '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(); }; })(); /* (function() { function loadHorizon() { var s = document.createElement('span style=visibility:hidden'); s.type = 'text/javaspan style=visibility:hidden'; s.async = true; s.src = ('https:' === location.protocol?'https://d1gp8joe0evc8s.cloudfront.net':'http://cdn.sail-horizon.com')+'/horizon/v1.js'; var x = document.getElementsByTagName('span style=visibility:hidden')[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', }); }; })(); */