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, "collegebasketball"); var cnnPageInfo_section = "/basketball/ncaa/wires"; var cnnPageInfo_pageType = "story"; var cnnPageInfo_branding = "default"; var cnnPageInfo_date = "2012/03/17"; var cnnPageInfo_slug = "2060.ap.bkc.ncaa.tournament.notebook.1992"; var cnnPageInfo_file = "index.html"; var cnnPageInfo_isOpa = true; var cnnPageInfo_source = "ap";
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
    '); //}
  • Give the Gift of SI
    Give the Gift of SI
adFactory.getMultiAd(new Array("728x90", "101x1")).write();
var clickExpire = "2012/03/17";
Posted: Saturday March 17, 2012 7:30 PM

McCollum proof recruiting an imperfect science

(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 );
adsonar_placementId=1568796;adsonar_pid=2908772;adsonar_ps=0;adsonar_zw=300;adsonar_zh=200;adsonar_jv='ads.tw.adsonar.com';

GREENSBORO, N.C. (AP) - Every year a productive player seems to emerge on the NCAA tournament stage from a small school, leaving coaches and fans to wonder, "Why didn't we recruit him?''

This year it's Lehigh's C.J. McCollum, who scored 30 points in an upset win over Duke.

Among the interested suitors in McCollum were Bowling Green, Kent State and Akron - although they didn't offer scholarships - but none of the major schools. Few figured at the time that McCollum, just 5-foot-6 as a junior in high school, would sprout to 6-foot-3 and become the nation's fifth-leading scorer.

"As to why we didn't recruit him, well, recruiting is a crap shoot,'' Xavier coach Chris Mack said of McCollum, whom he'll face Sunday in Greensboro in a 10 vs. 15 seed matchup. "If we all had crystal balls and we could figure out who that kid would be walking out the door of Xavier versus who he was walking in the door, there would be a lot more winning records in college basketball and a lot happier coaches.''

---

RULES ARE RULES: There were critical lane-violation calls by officials late in the UNC Asheville-Syracuse and Xavier-Notre Dame games, both involving players who ran in from behind the 3-point arc too early.

The rule requires that any player lined up behind the arc must wait for the ball to hit the rim before sprinting in for a rebound.

"Obviously when you're in that situation in a game, you're trying to get that little extra jump to get there a little quicker should the free throw be missed, so I certainly understand the thinking of the player that violated it,'' Creighton coach Greg McDermott said. "But I think the rule book needs to be called as it's written. And if we as coaches form like a rules committee that set the rules and we don't like the rules, then we need to change it. But the referee's responsibility in my opinion is to call it as they're written, and they shouldn't be criticized if they do that.''

---

LONG-TERM MEMORY: Georgetown coach John Thompson III was patiently taking questions on Saturday about his third-seeded Hoyas team that meets 11 seed North Carolina State in an NCAA Midwestern Regional on Sunday.

An enterprising writer from Carolina had a question about a lingering grudge from when the teams met in the NCAA tournament's Eastern regional semifinals.

"I'm not sure what your memories are of the 1989 game between Georgetown and N.C. State,'' the reporter began, "but there's a significant portion of the people in Raleigh who think Alonzo Mourning fouled Chris Corchiani at the end of that game instead of the travel that was called. Do you remember any of that?''

Thompson laughed.

His father, John Thompson Jr., was the coach of the Hoyas when they edged the Wolfpack 69-61 before falling to Duke 85-77 two days later in the round of eight. The younger Thompson was just a year out of Princeton at the time.

Just two games before the Hoyas-Wolfpack game in 1989, the Hoyas almost became the first and only No. 1 seed to lose to a 16th seed when Georgetown held off Princeton 50-49. In that game, Princeton had two chances to win in the final seconds, but Mourning blocked two shots. Many thought then - and some still do - that the Hoyas center had fouled the shooter.

"I do not remember that game specifically,'' JT3 said of the N.C. State-Georgetown game. "When you were asking that question, the first thing that went through my head was that there are a lot of people in Princeton, N.J., that think Alonzo Mourning fouled Bobby Scrabis on the last shot of that game. So that must have been the theme that year.''

From the other side of a nearby curtain came a booming voice: "Both of them were wrong!''

It was John Thompson Jr.

---

ENJOYING THE MOMENT - AGAIN: No. 15 seed Norfolk State decided to make the most of its first trip to the NCAA tournament when it upended No. 2 seed Missouri on Friday.

Two of the Spartans figure this is more like a second chance.

Senior forwards Chris McEachin and Marcos Tamares are actually making their second trip to the tournament. McEachin helped Radford win the Big South tournament title in 2009 and Tamares was redshirting when UMBC won the America East championship in 2008.

Both transferred to Norfolk State shortly afterward.

"We were a No. 15 and we played Georgetown. It didn't go as well as yesterday,'' Tamares said after practicing Saturday in Omaha, Neb., where the Spartans will try to extend their surprising NCAA tournament against No. 7 seed Florida on Sunday.

The Retrievers lost to the Hoyas 66-47, though even that was a better showing than McEachin's team the following year. No. 16 seed Radford lost to mighty North Carolina 101-58.

McEachin said the Spartans have more experience than those Highlanders.

"That's the biggest difference,'' he said. "We're old. We're an old group. We have a couple fifth-year seniors, fourth-year juniors, and that's where it comes from. Want to do something special.''

---

NEW YORK STATE OF MIND: Norfolk State star center Kyle O'Quinn said he knows there are a lot of eyes back home watching everything he and his Spartans do in the tournament.

O'Quinn is among eight players from New York City on the roster. Head coach Anthony Evans and assistant Robert Jones also are from the Big Apple.

The 15th-seeded Spartans (26-9) opened Friday's day of upsets with an 86-84 win over No. 2 seed Missouri, and Sunday they'll try to knock off Florida (24-10) to advance to the regional semifinals.

Lots of TV sets in Queens will be tuned in.

"Being a New Yorker, you have to have the personality and attitude to not back down,'' O'Quinn said. "The city is so big and yet so small that you have a lot of people to answer to when you don't do good. You might as well be good, you might as well be great. Cover yourself at all times. You'll be a hero or goat. They either love you or hate you. You always love the city to love you.''

---

TORN ALLEGIANCE: Kevin Cassese was faced with an emotional dilemma as 15th-seeded Lehigh's chances of knocking off No. 2 Duke grew increasingly more probable in the waning moments of the second half Friday night.

Should he root for his alma mater Duke, where he was a two-time team captain and three-time All-America lacrosse player and later the interim head coach, or cheer for Lehigh, where he's currently the head coach of the Mountain Hawks' nationally ranked lacrosse team?

"It was a tough one,'' Cassese said with a laugh. "You talk about torn allegiances. I mean going in I was hoping for an eight-overtime game that ended in a tie.''

Cassese and his wife, Katie, who played tennis at Duke, watched the game from the Goosy Gander, a bar/restaurant near the Lehigh campus along with members of the Lehigh men's lacrosse team and the women's basketball team. Their newborn son, Drew, was dressed in contrasting attire - brown colored pants for Lehigh and a blue shirt for Duke.

In the back of his mind Cassese was thinking about his days at Duke and his long-lasting friendships with Blue Devils assistant basketball coaches Chris Collins and Steve Wojciechowski.

On the other hand he was thinking about his co-workers and how much a Lehigh victory would mean to his school.

Back and forth Cassese wrestled with his allegiances, like a father asked to choose between two children.

"I was driving my wife crazy - absolutely crazy,'' he said.

Eventually Cassese got caught up in the emotion of the game, with Lehigh students were screaming with every basket by C.J. McCollum.

It reminded him of his days with the Cameron Crazies.

"At the end of the day I'm a sucker for the underdog,'' Cassese admitted, turning his loyalty to Lehigh. "I got to thinking, you know, Duke has been successful for so many years, maybe just this once - just this once - they could let the little guys have their day.''

Lehigh won the game 75-70, sending shock waves across the country and the Goosy Gander into pandemonium.

---

DON'T CALL IT AN UPSET: Florida State coach Leonard Hamilton wants everyone to call these "upset'' games for what they are: just good basketball.

Hamilton doesn't buy into the notion that better seeds mean better teams, so victories like Lehigh over Duke or Norfolk State over Missouri shouldn't come as such a surprise.

"I said prior to coming to the tournament that they need to eliminate the word `upset' from the vocabulary,'' Hamilton said Saturday. "The process we go by evaluating teams and putting them in positions and whether or not they're 16, three, four, five - I think it's very difficult to be accurate with that.''

---

SMOTHERED AND COVERED: It's the simple things that make Darius Johnson-Odom happy. With Marquette assigned to Louisville for the first weekend of the NCAA tournament, the Golden Eagles guard made a beeline for Waffle House on Thursday night.

"I'm from North Carolina. There's not too many Waffle Houses in Wisconsin. Actually, none at all,'' said Johnson-Odom, who grew up in Raleigh, N.C. "I enjoyed that.''

---

AP Sports Writers Aaron Beard, Beth Rucker, Eric Olson, Dave Skretta, Rusty Miller, Nancy Armour and Steve Reed contributed to this report.

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: College Athlete of the Year Sidney Crosby Michael Phelps NBA Playoffs Matt Harvey Preakness Stakes
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', }); }; })(); */