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_glockner' ); adFactory.setParam( 'column', 'inside_c_basketball' );adFactory.setParam( 'sport', 'collegebasketball' ); var cnnPageInfo_section = "/writers/andy_glockner";var cnnPageInfo_pageType = "story";var cnnPageInfo_branding = "inside.c.basketball";var cnnPageInfo_date = "2012/06/05";var cnnPageInfo_slug = "Harvard";var cnnPageInfo_file = "index.html";var cnnPageInfo_isOpa = true;var cnnPageInfo_source = "si";var cnnPageInfo_url = "http://sportsillustrated.cnn.com/2012/writers/andy_glockner/06/05/Harvard/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: Tuesday June 5, 2012 1:52PM ; Updated: Thursday June 7, 2012 11:46AM
Andy Glockner
Andy Glockner>INSIDE COLLEGE BASKETBALL
setWritersBranding( cnnPageInfo_branding );

Harvard looking to break through college basketball's glass ceiling

Story Highlights

Can Tommy Amaker's Harvard establish itself as a top-25 college hoops program?

Ivy Leagues struggle to land enough talent to build momentum year after year

Harvard has lost out on elite prospects Stephen Domingo, Nigel Williams-Gross

(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 );
Tommy Amaker-led Harvard has two Ivy League titles and its first NCAA tournament trip since 1946.
Tommy Amaker-led Harvard has two Ivy League titles and its first NCAA tournament trip since 1946.
Mitchell Layton/Getty Images
adsonar_placementId=1568844;adsonar_pid=2908776;adsonar_ps=0;adsonar_zw=300;adsonar_zh=200;adsonar_jv='ads.tw.adsonar.com';

When Harvard athletic director Bob Scalise was announcing Tommy Amaker's hire five springs ago, he called it a "rebirth" for the school's long-dormant basketball program. Given the university's world academic standing, it was the perfect word choice for the situation. Most programs rebuild or reload or recover, but not Harvard, which essentially was starting from scratch, never having had accomplished much of anything in the modern basketball arena. This was to be germination fueled by determination. Harvard needed to become a seedling before worrying about seeding.

Now, after an incredible half-decade that included the school's first two Ivy League titles, a first NCAA tournament trip since 1946, a national ranking and a connection to the worldwide media frenzy of Linsanity, Harvard basketball faces another flex point. Armed with on-court credibility and the Crimson's world-leading brand, Amaker and his staff can create something even bigger: the establishment of a top-25 program at a school where anything less than No. 1 usually is insufficient. In the process, they're also testing the constraints of the modern Ivy League in the NCAA's deepest, most competitive pond. If the Crimson are successful, they could become the first modern Ivy national power.

"I think at every stop along the journey, you're going to be confronted with a different challenge," Amaker said last week from Cambridge when asked about how the team's recent success has changed the future landscape. "For us, we're still at that stage of really grinding at it."

It's no real secret that the Ivy League prides itself on being different, on giving significant heft to the legalese that is "student-athlete." In the same breath, though, the league has always been a bit embarrassed by success in the so-called revenue sports. The league pulled the plug on football ambition in the late 1970s but has never really figured out its place in the modern basketball landscape.

Ever since Penn's trip to the 1979 Final Four helped spawn an "Academic Index", the Ivies have been happy being an anachronism, with a funky conference schedule, no tournament and no real hope of landing legitimate high Division I talent thanks to the academic, financial and competitive constraints every team in the league faces.

Almost despite itself, its self-regulation and, in several cases, faculty pushback against basketball commitment, though, the league has spawned a handful of very good teams. Two years after Princeton nearly stunned Georgetown in the famous 1-16 game in 1989, the Tigers were wearing white as an 8-seed. Then came two separate top-25 Penn teams, a top-10 Princeton team, and some years later, Cornell's breakthrough 30-win campaign that ended in the Sweet 16. These last two seasons were two of the strongest and deepest in the RPI era and generated very worthy champions.

No one's title runs have really been sustainable beyond one class, though. The stars on those championship teams either landed there by chance (transfer or LOI problems) or happenstance (fluke injury). Simply put, Ivy teams don't land enough stud players to extend cycles of dominance. That's the glass ceiling Harvard is now hoping to burst through.

"I think the most important thing for them is targeting the right guys [and getting on them early]," said Evan Daniels, national basketball recruiting analyst for Scout.com.

Through a combination of his staff's hard work, the rejiggering of the financial aid program at the school as a whole and some tweaks in recruiting priority across the athletic department, Amaker has landed a large number of very solid players in Cambridge. While Amaker says they're still going after the same kind of kid for their program as when he arrived, the push in the Class of 2013 clearly is for a higher caliber of talent. Early returns on the experiment, though, have been a bit disappointing.

Despite landing well regarded big man Zena Edosomwan, who was willing to reclassify to 2013 and take a prep year, Harvard may miss on its other primary targets for a breakout class. Recently, elite wing prospect Stephen Domingo opted for Georgetown and point guard Nigel Williams-Goss chose Washington, both programs in better leagues, that are always on TV, that don't play in a 2,000-seat home arena or at Dartmouth on a cold January night. These are the kind of realities that no one in the Ivy can get past. Even if a kid qualifies financially (never a given) and academically (more difficult now that the league has raised the Academic Index floor again), there are plenty of quality schools that offer better play -- and potentially a better path to the NBA.

"At the end of the day, Harvard is an elite academic school, and they have a good coach and a good coaching staff," Daniels said, "but kids also want to play in a high-major conference, so it's an uphill battle from that standpoint."

It's maybe the most fascinating aspect of Harvard's basketball renaissance, the nation's top university pushing not just against its own limits but against a broader landscape that it had a large part in stacking against itself. Can Harvard overcome the Ivy? Does it actually want to? The decisions of a few high school kids, admissions and financial aid officers over the coming months will provide the answer to that and whether this current Ivy king will soon have to abdicate the throne, just like all of its predecessors.

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: Aaron Hernandez LeBron James Celtics-Clippers Pavel Datsyuk Venus Williams Evan Gattis 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', }); }; })(); */