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 ); } function hidediv() { if (document.getElementById) { // DOM3 = IE5, NS6 document.getElementById('cnngCommentsBox').className = 'cnngCommentsBoxOff'; } else { if (document.layers) { // Netscape 4 document.cnngCommentsBox.className = 'cnngCommentsBoxOff'; } else { // IE 4 document.all.cnngCommentsBox.className = 'cnngCommentsBoxOff'; } } } function showdiv() { if (document.getElementById) { // DOM3 = IE5, NS6 document.getElementById('cnngCommentsBox').className = 'cnngCommentsBox'; } else { if (document.layers) { // Netscape 4 document.cnngCommentsBox.className = 'cnngCommentsBox'; } else { // IE 4 document.all.cnngCommentsBox.className = 'cnngCommentsBox'; } } } function siVideoBegin(cvpInstance, videoId) { } function siVideoPlay(cvpInstance, videoId) { var cvpData = cvpInstance.getContentEntry(videoId); var cvpObject = window.JSON.parse(cvpData); jQuery('#cnnCVPRecapDetails').show(); jQuery('#cvpHeadline').html(cvpObject.headline); jQuery('#cvpDespan style=visibility:hiddenion').html(cvpObject.despan style=visibility:hiddenion); jQuery('#cvpSource').html(cvpObject.source); } function siVideoPlayHead(cvpInstance, playheadTime, totalDuration) { } function siVideoAdStarted(cvpInstance, videoId) { } function siVideoTrackingAdCountdown(seconds) { } function siVideoComplete(cvpInstance, videoId) { } function siVideoPause(cvpInstance, videoId, paused) { } function siVideoSeek() { } iframeAdFactory.url = '/si_adspaces/4.0/iframe.html'; window.setInterval(function(){ iframeAdFactory.refresh() }, 45000); var SPORTID = "NCAAB"; var PATH_PREFIX = "/basketball/ncaa/men/scoreboards/"; var conferenceName = unescape(getParam('conf')); // conference name from query string var SCOREBOARD_ID = (conferenceName != "false") ? conferences[conferenceName] : "top25"; var PATH = PATH_PREFIX + SCOREBOARD_ID + "/2012/02/11/"; var FEEDNAME = "scoreboard.dat"; isViewcast = true; setInterval("$('#cnngBoxscore').load('75126_common_boxscore.exclude.dat')", 5000); setInterval("$('#cnngNavbar').load('75126_navbar_recap.html')", 20000); var searchString = document.location.href;
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 ); } function hidediv() { if (document.getElementById) { // DOM3 = IE5, NS6 document.getElementById('cnngCommentsBox').className = 'cnngCommentsBoxOff'; } else { if (document.layers) { // Netscape 4 document.cnngCommentsBox.className = 'cnngCommentsBoxOff'; } else { // IE 4 document.all.cnngCommentsBox.className = 'cnngCommentsBoxOff'; } } } function showdiv() { if (document.getElementById) { // DOM3 = IE5, NS6 document.getElementById('cnngCommentsBox').className = 'cnngCommentsBox'; } else { if (document.layers) { // Netscape 4 document.cnngCommentsBox.className = 'cnngCommentsBox'; } else { // IE 4 document.all.cnngCommentsBox.className = 'cnngCommentsBox'; } } } function siVideoBegin(cvpInstance, videoId) { } function siVideoPlay(cvpInstance, videoId) { var cvpData = cvpInstance.getContentEntry(videoId); var cvpObject = window.JSON.parse(cvpData); jQuery('#cnnCVPRecapDetails').show(); jQuery('#cvpHeadline').html(cvpObject.headline); jQuery('#cvpDespan style=visibility:hiddenion').html(cvpObject.despan style=visibility:hiddenion); jQuery('#cvpSource').html(cvpObject.source); } function siVideoPlayHead(cvpInstance, playheadTime, totalDuration) { } function siVideoAdStarted(cvpInstance, videoId) { } function siVideoTrackingAdCountdown(seconds) { } function siVideoComplete(cvpInstance, videoId) { } function siVideoPause(cvpInstance, videoId, paused) { } function siVideoSeek() { } iframeAdFactory.url = '/si_adspaces/4.0/iframe.html'; window.setInterval(function(){ iframeAdFactory.refresh() }, 45000); var adFactory = new TiiAdFactory(adConfig, "collegebb/gameflashpage"); iframeAdFactory.queryString = 'TiiAdConfig=3475.si2&adConfigPairs=' + '&TiiAdFactory=' + encodeURIComponent('collegebb/gameflashpage') + '&adFactoryPairs=' + '¶mPairs=' + encodeURIComponent('sport=collegebasketball'); if (TiiAdsIsDebugMode()) { iframeAdFactory.queryString += '&debugads=y'; } var SPORTID = 'NCAAB'; var cnnPageInfo_section = "basketball/ncaa"; var cnnPageInfo_pageType = "section"; var cnnPageInfo_branding = ""; var conferences = { "Top 25":"top25", "ACC":"acc", "Big 12":"big12", "Big East":"bige", "Big Sky":"bsky", "Big South":"bsou", "Big Ten":"big10", "CAA":"caa", "C-USA":"cusa", "Independents":"indp", "Gateway":"gate", "Great West":"gwest", "Ivy":"ivy", "MAAC":"maac", "MAC":"midam", "MEAC":"meac", "MWC":"mwest", "Northeast":"nec", "Ohio Valley":"ovc", "Pac-10":"pac10", "Patriot":"patr", "Pioneer":"pio", "SEC":"sec", "Southern":"south", "Southland":"sland", "SWAC":"swac", "Sun Belt":"sbelt", "WAC":"wac" };
cnn_writePresonalizeBar();
  • /* span style=visibility:hidden 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
    '); document.write('
    Get the Cardinals Championship Package
    '); } else { document.write('
    Get Need for Speed 12 FREE
    '); document.write('
    Get Need for Speed 12 FREE
    '); } */
    Get the EA Sports PGA 14 Package
    Get the EA Sports PGA 14 Package
  • var min=1; var max=2; x = Math.floor(Math.random() * (max - min + 1)) + min; /*turning off 50/50 for now*/ /*if(x/2 == 1) { document.write('
    Subscribe to SI
    '); document.write('
    Subscribe to SI
    '); } else {*/ document.write('
    Subscribe to SI
    '); document.write('
    Subscribe to SI
    '); //}
  • /*var min=1; var max=2; x = Math.floor(Math.random() * (max - min + 1)) + min; if(x/2 == 1) { document.write('
    Give the Gift of SI
    '); document.write('
    Give the Gift of SI
    '); } else { document.write('
    Swimsuit 2012
    '); document.write('
    Swimsuit 2012
    '); */
    Give the Gift of SI
    Give the Gift of SI
SI.com Home
iframeAdFactory.getAd('i_728x90', 728, 90, new Array('728x90','101x1'), true);
TOP 25
HALF
CLOCK
LEADING SCORES
FINAL
  1. HarvardWRIGHT16
  2. PrincetonHUMMER20
L. Stockwell Jadwin GymnasiumPrinceton, NJ
iframeAdFactory.getAd('i_300x250', 300, 250, new Array('300x250','300x600'));

PRINCETON, N.J. (AP) -- Ian Hummer was down after a terrible performance against Dartmouth. A few encouraging words from a couple of family members helped him bounce back in a big way.

Hummer had 20 points and Princeton beat No. 25 Harvard 70-62 on Saturday night, handing the Crimson their first Ivy League loss of the season.

Hummer added nine rebounds and six assists in his first game since he went 0 for 11 from the field in a 59-47 victory against the Big Green on Friday night.

"To get the first shot to go down tonight was quite a bit different from yesterday," said Hummer, whose uncle John played in the NBA. "I just knew shots were gonna come my way. I was kind of rushing them yesterday, I talked to my dad, talked to my uncle, they kind of gave me advice.

"They told me I was rushing all my shots, not looking at the basket when I was shooting. They said to keep my head up and take what comes to you."

T.J. Bray added 12 points for the Tigers (13-10, 4-3), who defeated the Crimson at home for the 23rd straight time. Princeton has not lost to Harvard at Jadwin Gym since 1989.

"I didn't know about that, but that's OK," said coach Mitch Henderson, who played for the Tigers in the early stages of the streak. "This is a really good Harvard team, this is a big win for us. They're gonna be tough to beat right now. They're doing a great job and I know they'll finish the year strong."

Keith Wright had 16 points and 12 rebounds for Harvard (21-3, 7-1), which had won nine straight and was attempting to go 8-0 in the Ivy League for the first time. Brandyn Curry had 15 points and Kyle Casey added 12 points and eight rebounds.

"This was a tough loss for us," Harvard coach Tommy Amaker said. "Princeton deserved to win. They did an outstanding job at getting the ball in the post. They had a 62.5 shooting percentage in the second half. I was disappointed in our ability to make the plays defensively in the second half."

Bray's jumper gave Princeton a 48-46 lead with 5:13 remaining and Harvard trailed the rest of the way. The Tigers went 14 of 17 from the free throw line in the final five minutes.

Brendan Connolly scored 12 points while Mack Darrow and Denton Koon had 10 each as Princeton won consecutive Ivy games for the first time this year.

In the first meeting between the teams since the Tigers won a one-point playoff game to get into the NCAA tournament last March, Harvard led for much of the second half.

After Bray's jumper gave Princeton the lead, Casey hit one of two free throws to cut the margin to one. Princeton then went on an 11-2 run to open a 59-49 advantage with 2:05 remaining.

The Tigers went 7 for 8 from the line in the final 52.5 seconds to secure the win.

Students in the near-capacity crowd stormed the court following Princeton's first win against a ranked team since Nov. 23, 1997, when it beat Wake Forest at the Meadowlands. It's the Tigers' first win over a ranked team at home since Jan. 3, 1977, against Notre Dame.

Princeton shot 62.5 percent (15 for 24) in the second half and 50 percent (25 for 50) for the game.

Using its backdoor offense frequently, Princeton took a 12-8 lead while holding Harvard to 4-for-15 shooting. The Crimson went on a 14-4 run to build its biggest lead of the half at 22-16. Harvard made 6 of 9 during the run and entered halftime with a 27-22 advantage.

Harvard is making its third appearance in the Top 25 rankings this season and likely will drop out for the third time. Losses to nonconference foes Connecticut and Fordham pushed the Crimson out the previous two times.

"We don't pay attention to the rankings," Hummer said. "Harvard has always been a big opponent of ours and we want to play them hard any time."

var thisUrl = location.href; document.write('
');
SI.com
Hot Topics: Bayern Munich Mike Conley French Open Dwyane Wade Indy 500 Robbie Rogers David Beckham
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
// Post Processing code to update links with tracking references var url = window.location.href.toString(); url = url.replace(/http:\/\/[^\/]*/, ''); url = url.replace(/\?.*$/, ''); // All links on page var links = document.getElementsByTagName('a'); for (var i=0; i < links.length; i++) { var link = links[i]; if (link.href); else continue; if (link.href.indexOf('.html/')>0) { siLog.debug('Fix trail slash - ',link.href); link.href = link.href.replace(/\.html\//,'.html'); } if (!cnnPage.isHomepage) { // Loop through links, add erefs where expected if (link.href.indexOf('http://www.fannation.com/') == 0) { cnnAddQ( link, 'eref=fromSI' ); } if (url != '/' && link.href.indexOf('/vault') > 0) { cnnAddQ( link, 'eref=sisf' ); } if (url.indexOf('/danpatrick') != 0 && link.href.indexOf('/danpatrick') > 0 && link.href.indexOf('.mp3') < 0) { cnnAddQ( link, 'eref=fromSI' ); } } if (link.innerHTML == link.getAttribute('title')) { link.setAttribute('title',''); } } function cnnAddQ (link, add) { if (link.href.toLowerCase().indexOf('javaspan style=visibility:hidden') == -1) { if (link.href.indexOf('?') > 0) link.href = link.href + '&' + add; else link.href = link.href + '?' + add; } } // Add whitespace to cnnClear var breaks = $c('cnnClear','div'); /* Homepage */ if (cnnPage.isHomepage) { cnnTagHPLinks(); /* iPad */ if(navigator.userAgent.indexOf('iPad')>-1) { $e('cnnShareRow_mobile').href='http://ax.itunes.apple.com/WebObjects/MZStore.' +'woa/wa/browserRedirect?url=itms%253A%252F%252Fax.itunes.apple.com%252FWebObj' +'ects%252FMZStore.woa%252Fwa%252FviewSoftware%253Fid%253D329510739%2526mt%253D8'; } /* Poll frame height issue */ if ($e('cnnPollFrame')) { $e('cnnPollFrame').setAttribute('height','169'); } }
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', }); }; })(); */