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 ); } cnnInc('/.e/js/pkg/photo_gallery/229.js'); var TiiAdsSI_galleryid = document.location.pathname.replace( /^\/multimedia\/photo_gallery\//, '' ).replace( /\/[^\/]*$/, '' ).replace( /\//, '-' ); var TiiAdsSI_slideid = document.location.pathname.replace( /.*\//, '' ).replace( /^content\./, '' ).replace( /\.html$/, '' ); var adFactory = new TiiAdFactory(adConfig, "photos");adFactory.setParam( 'gallery', TiiAdsSI_galleryid );adFactory.setParam( 'slide', TiiAdsSI_slideid ); var sipg = new siPhotoGallery(); function cnnad_rendergalleryad( default_ad, location ) { if( cnnPage.path.indexOf('/multimedia/photo_gallery') !== -1 ){ var folder = cnnPage.path.replace(/\/multimedia\/photo_gallery/,'').replace(/[^\/]+$/,''); if( location == "promo300" ) { for (var i=0; i=0 ) { if( profile[ location ] ) { default_ad = ''; } } } if( default_ad != '' ) document.write( default_ad ); } else { for (var i=0; i=0 ) { if( profile[ location ] ) { default_ad = profile[ location ]; } if( location == 'top' ) { document.getElementById('gallPollTop').style.padding = '15px 0'; } } } if( default_ad != '' ) document.write( 'adFactory.getAd(200, 66).write();' ); } } } sipg.adConfig = { "ad" : function (url, params) { if (url); else return; /* GROUP DEFAULTS */ var group = { "url" : url, "rgt" : "", "skin" : "", "spon" : "", "inter" : "" }; if (params) { params = params.split('|'); for (i=0;i var data = params[i].split(':'); if (data.length != 2) { continue; } var key = data[0]; var val = data[1]; if (val == '') { group[key] = ''; } else { group[key] = val; } } } this.sponsored_list.push(group); }, "sponsored_list" : [{ "url" : "1006/greatest.moments.atlanta.history", "promo300" : { "url" : "/specials/fan-guide-2010/atlanta.html", "image" : "http://i.cdn.turner.com/si/specials/fan-guide-2010/images/promos/300x50_atlanta.gif" }, "rgt" : "sports_cities/photos/rgt.300x250", "skin" : "sports_cities/photos/spon.1x1", "spon" : "sports_cities/photos/spon.200x66" }, { "url" : "1006/greatest.moments.boston.history", "promo300" : { "url" : "/specials/fan-guide-2010/boston.html", "image" : "http://i.cdn.turner.com/si/specials/fan-guide-2010/images/promos/300x50_boston.gif" }, "rgt" : "sports_cities/photos/rgt.300x250", "skin" : "sports_cities/photos/spon.1x1", "spon" : "sports_cities/photos/spon.200x66" }, { "url" : "1006/greatest.moments.chicago.history", "promo300" : { "url" : "/specials/fan-guide-2010/chicago.html", "image" : "http://i.cdn.turner.com/si/specials/fan-guide-2010/images/promos/300x50_chicago.gif" }, "rgt" : "sports_cities/photos/rgt.300x250", "skin" : "sports_cities/photos/spon.1x1", "spon" : "sports_cities/photos/spon.200x66" }, { "url" : "1006/greatest.moments.dallas.history", "promo300" : { "url" : "/specials/fan-guide-2010/dallas.html", "image" : "http://i.cdn.turner.com/si/specials/fan-guide-2010/images/promos/300x50_dallas.gif" }, "rgt" : "sports_cities/photos/rgt.300x250", "skin" : "sports_cities/photos/spon.1x1", "spon" : "sports_cities/photos/spon.200x66" }, { "url" : "1006/greatest.moments.los.angeles.history", "promo300" : { "url" : "/specials/fan-guide-2010/los-angeles.html", "image" : "http://i.cdn.turner.com/si/specials/fan-guide-2010/images/promos/300x50_los-angeles.gif" }, "rgt" : "sports_cities/photos/rgt.300x250", "skin" : "sports_cities/photos/spon.1x1", "spon" : "sports_cities/photos/spon.200x66" }, { "url" : "1006/greatest.moments.miami.history", "promo300" : { "url" : "/specials/fan-guide-2010/miami.html", "image" : "http://i.cdn.turner.com/si/specials/fan-guide-2010/images/promos/300x50_miami.gif" }, "rgt" : "sports_cities/photos/rgt.300x250", "skin" : "sports_cities/photos/spon.1x1", "spon" : "sports_cities/photos/spon.200x66" }, { "url" : "1006/greatest.moments.new.york.history", "promo300" : { "url" : "/specials/fan-guide-2010/new-york.html", "image" : "http://i.cdn.turner.com/si/specials/fan-guide-2010/images/promos/300x50_new-york.gif" }, "rgt" : "sports_cities/photos/rgt.300x250", "skin" : "sports_cities/photos/spon.1x1", "spon" : "sports_cities/photos/spon.200x66" }, { "url" : "1006/greatest.moments.philadelphia.history", "promo300" : { "url" : "/specials/fan-guide-2010/philadelophia.html", "image" : "http://i.cdn.turner.com/si/specials/fan-guide-2010/images/promos/300x50_philadelphia.gif" }, "rgt" : "sports_cities/photos/rgt.300x250", "skin" : "sports_cities/photos/spon.1x1", "spon" : "sports_cities/photos/spon.200x66" }, { "url" : "1006/greatest.moments.san.diego.history", "promo300" : { "url" : "/specials/fan-guide-2010/san-diego.html", "image" : "http://i.cdn.turner.com/si/specials/fan-guide-2010/images/promos/300x50_san-diego.gif" }, "rgt" : "sports_cities/photos/rgt.300x250", "skin" : "sports_cities/photos/spon.1x1", "spon" : "sports_cities/photos/spon.200x66" }, { "url" : "1006/greatest.moments.washington.dc.history", "promo300" : { "url" : "/specials/fan-guide-2010/washington-dc.html", "image" : "http://i.cdn.turner.com/si/specials/fan-guide-2010/images/promos/300x50_washington-dc.gif" }, "rgt" : "sports_cities/photos/rgt.300x250", "skin" : "sports_cities/photos/spon.1x1", "spon" : "sports_cities/photos/spon.200x66" }, { "url" : "1012/cfbplayofffirstround", "spon" : "football_ncaa/photos/bracket_challenge/spon.200x66", "top" : "football_ncaa/photos/bracket_challenge/top.728x90" }, { "url" : "1012/college-football-playoff-round", "spon" : "football_ncaa/photos/bracket_challenge/spon.200x66", "top" : "football_ncaa/photos/bracket_challenge/top.728x90" }, { "url" : "1012/college-playoff-semifinals", "spon" : "football_ncaa/photos/bracket_challenge/spon.200x66", "top" : "football_ncaa/photos/bracket_challenge/top.728x90" }, { "url" : "1012/college-playoff-finals", "spon" : "football_ncaa/photos/bracket_challenge/spon.200x66", "top" : "football_ncaa/photos/bracket_challenge/top.728x90" } ] }; sipg.ad = function(url, params){ sipg.adConfig.ad (url, params); }; sipg.ad ('0909/jordan.si.covers', 'rgt:michael_jordan/photos/rgt.300x250|skin:michael_jordan/photos/spon.1x1|spon:michael_jordan/photos/spon.200x66'); sipg.ad ('1009/cfb.heisman.watch.week', 'rgt:football_ncaa/photos/heisman_watch/rgt.300x50|skin:football_ncaa/photos/heisman_watch/spon.1x1|spon:'); sipg.ad ('1009/nascar.fans.dover', 'rgt:racing/photos/dover/rgt.300x250|skin:racing/photos/dover/spon.1x1|spon:racing/photos/dover/spon.200x66'); sipg.ad ('1010/nascar.fans.kansas', 'rgt:racing/photos/kansas/rgt.300x250|skin:racing/photos/kansas/spon.1x1|spon:racing/photos/kansas/spon.200x66'); sipg.ad ('1010/nascar.fans.fontana', 'rgt:racing/photos/california/rgt.300x250|skin:racing/photos/california/spon.1x1|spon:racing/photos/california/spon.200x66'); sipg.ad ('1010/nascar.fans.martinsville.a', 'rgt:racing/photos/martinsville/rgt.300x250|skin:racing/photos/martinsville/spon.1x1|spon:racing/photos/martinsville/spon.200x66'); sipg.ad ('1010/nascar.fans.Charlotte', 'rgt:racing/photos/charlotte/rgt.300x250|skin:racing/photos/charlotte/spon.1x1|spon:racing/photos/charlotte/spon.200x66'); sipg.ad ('1011/nascar.talladega.recap', 'rgt:racing/photos/talladega_recap/rgt.300x250|skin:racing/photos/talladega_recap/spon.1x1|spon:racing/photos/talladega_recap/spon.200x66'); sipg.ad ('1011/nascar.fans.talladega-', 'rgt:racing/photos/talladega/rgt.300x250|skin:racing/photos/talladega/spon.1x1|spon:racing/photos/talladega/spon.200x66'); sipg.ad ('1011/nascar-fans-texas', 'rgt:racing/photos/texas/rgt.300x250|skin:racing/photos/texas/spon.1x1|spon:racing/photos/texas/spon.200x66'); sipg.ad ('1011/nascar-fans-phoenix', 'rgt:racing/photos/phoenix/rgt.300x250|skin:racing/photos/phoenix/spon.1x1|spon:racing/photos/phoenix/spon.200x66'); sipg.ad ('1010/cfb.heisman.watch.week', 'rgt:football_ncaa/photos/heisman_watch/rgt.300x50|skin:football_ncaa/photos/heisman_watch/spon.1x1|spon:'); sipg.ad ('1011/cfb-heisman-watch-week', 'rgt:football_ncaa/photos/heisman_watch/rgt.300x50|skin:football_ncaa/photos/heisman_watch/spon.1x1|spon:'); sipg.ad ('1012/cfb-heisman-watch-week', 'rgt:football_ncaa/photos/heisman_watch/rgt.300x50|skin:football_ncaa/photos/heisman_watch/spon.1x1|spon:'); sipg.ad ('1010/mlb.get.to.know.andrew.mccutchen', 'rgt:mlb/photos/andrew_mccutchen/rgt.300x250|skin:mlb/photos/andrew_mccutchen/spon.1x1|spon:mlb/photos/andrew_mccutchen/spon.200x66'); sipg.ad ('1010/mlb.get.to.know.andres.torres', 'rgt:mlb/photos/andres_torres/rgt.300x250|skin:mlb/photos/andres_torres/spon.1x1|spon:mlb/photos/andres_torres/spon.200x66'); sipg.ad ('1009/mlb.pinnacle.moments.2010', 'rgt:mlb/photos/pinnacle_moments/rgt.300x250|skin:mlb/photos/pinnacle_moments/spon.1x1|spon:mlb/photos/pinnacle_moments/spon.200x66'); sipg.ad ('1009/mlb.best.playoff.moments-', 'rgt:mlb/photos/historic_moments/rgt.300x250|skin:|spon:mlb/photos/historic_moments/spon.200x66'); sipg.ad ('1010/mlb.world.series.heroes.', 'rgt:mlb/photos/world_series_heroics/rgt.300x250|skin:mlb/photos/world_series_heroics/spon.1x1|spon:mlb/photos/world_series_heroics/spon.200x66'); sipg.ad ('1010/nba.get.to.know.john.wall', 'rgt:nba/photos/john_wall/rgt.300x250|skin:nba/photos/john_wall/spon.1x1|spon:nba/photos/john_wall/spon.200x66'); sipg.ad ('1010/nba.get.to.know.tyreke.evans', 'rgt:nba/photos/tyreke_evans/rgt.300x250|skin:nba/photos/tyreke_evans/spon.1x1|spon:nba/photos/tyreke_evans/spon.200x66'); sipg.ad ('1009/nfl.smart.plays.1', 'rgt:nfl/photos/smartest_plays/rgt.300x250|skin:nfl/photos/smartest_plays/spon.1x1|spon:nfl/photos/smartest_plays/spon.266x60'); sipg.ad ('1010/nfl.smart.plays.2', 'rgt:nfl/photos/smartest_plays/rgt.300x250|skin:nfl/photos/smartest_plays/spon.1x1|spon:nfl/photos/smartest_plays/spon.266x60'); sipg.ad ('1010/nfl-all-value-team', 'rgt:nfl/photos/mid_season_report/rgt.300x250|skin:nfl/photos/mid_season_report/spon.1x1|spon:nfl/photos/mid_season_report/spon.200x66'); sipg.ad ('1011/nfl-defining-moments-2010-season', 'rgt:nfl/photos/mid_season_report/rgt.300x250|skin:nfl/photos/mid_season_report/spon.1x1|spon:nfl/photos/mid_season_report/spon.200x66'); sipg.ad ('1011/nfl-pinnacle-moments-2010', 'rgt:nfl/photos/pinnacle_moments/rgt.300x250|skin:nfl/photos/pinnacle_moments/spon.1x1|spon:nfl/photos/pinnacle_moments/spon.200x66'); sipg.ad ('1011/nfl-fantasy-studs-and-duds-week', 'rgt:nfl/photos/studs_and_duds/rgt.300x250|skin:nfl/photos/studs_and_duds/spon.1x1|spon:nfl/photos/studs_and_duds/spon.200x66'); sipg.ad ('1012/nfl-fantasy-studs-and-duds-week', 'rgt:nfl/photos/studs_and_duds/rgt.300x250|skin:nfl/photos/studs_and_duds/spon.1x1|spon:nfl/photos/studs_and_duds/spon.200x66'); sipg.ad ('1101/nfl-fantasy-studs-and-duds-week', 'rgt:nfl/photos/studs_and_duds/rgt.300x250|skin:nfl/photos/studs_and_duds/spon.1x1|spon:nfl/photos/studs_and_duds/spon.200x66'); sipg.ad ('1009/cfb.superfans.week', 'rgt:football_ncaa/photos/superfans/rgt.300x250|skin:football_ncaa/photos/superfans/spon.1x1|spon:football_ncaa/photos/superfans/spon.200x66'); sipg.ad ('1010/cfb.superfans.week', 'rgt:football_ncaa/photos/superfans/rgt.300x250|skin:football_ncaa/photos/superfans/spon.1x1|spon:football_ncaa/photos/superfans/spon.200x66'); sipg.ad ('1011/cfb-superfans-week', 'rgt:football_ncaa/photos/superfans/rgt.300x250|skin:football_ncaa/photos/superfans/spon.1x1|spon:football_ncaa/photos/superfans/spon.200x66'); sipg.ad ('1011/nfl-get-to-know-aaron-hernandez', 'rgt:nfl/photos/aaron_hernandez/rgt.300x250|skin:nfl/photos/aaron_hernandez/spon.1x1|spon:nfl/photos/aaron_hernandez/spon.200x66'); sipg.ad ('1011/nfl-get-to-know-jameel-mcclain', 'rgt:nfl/photos/jameel_mcclain/rgt.300x250|skin:nfl/photos/jameel_mcclain/spon.1x1|spon:nfl/photos/jameel_mcclain/spon.200x66'); sipg.ad ('1011/nascar-fans-homestead', 'rgt:racing/photos/homestead/rgt.300x250|skin:racing/photos/homestead/spon.1x1|spon:racing/photos/homestead/spon.200x66'); sipg.ad ('1011/2010-si-sportsman-of-the-year', 'rgt:sportsman/photos/feature/rgt.300x250|skin:sportsman/photos/feature/spon.1x1|spon:sportsman/photos/feature/spon.200x66'); sipg.ad ('0912/si.sportsman.of.the.year.covers', 'rgt:sportsman/photos/history/rgt.300x250|skin:sportsman/photos/history/spon.1x1|spon:sportsman/photos/history/spon.200x66'); sipg.ad ('1011/nfl.smart.plays', 'rgt:nfl/photos/smartest_plays/rgt.300x250|skin:nfl/photos/smartest_plays/spon.1x1|spon:nfl/photos/smartest_plays/spon.200x66'); sipg.ad ('1012/drew.brees.rare.photos', 'rgt:nfl/photos/drew_brees/rgt.300x250|skin:nfl/photos/drew_brees/spon.1x1|spon:nfl/photos/drew_brees/spon.200x66'); sipg.ad ('1012/unsung-heroes', 'rgt:more_sports/photos/unsung_heroes/rgt.300x250|skin:more_sports/photos/unsung_heroes/spon.1x1|spon:more_sports/photos/unsung_heroes/spon.200x66'); sipg.ad ('0612/gallery.mlb.100million.dollar.men', 'rgt:mlb/photos/100_million_dollar_men/rgt.300x250|skin:mlb/photos/100_million_dollar_men/spon.1x1|spon:mlb/photos/100_million_dollar_men/spon.200x66'); sipg.ad ('1004/rare.lebron.james', 'rgt:nba/photos/lebron_james/rgt.300x250|skin:nba/photos/lebron_james/spon.1x1|spon:nba/photos/lebron_james/spon.200x66'); sipg.ad ('1012/nfl-drew-brees-by-the-numbers', 'rgt:nfl/photos/drew_brees/rgt.300x250|skin:nfl/photos/drew_brees/spon.1x1|spon:nfl/photos/drew_brees/spon.200x66'); sipg.ad ('1012/nfl-best-player-pickups', 'rgt:nfl/photos/best_player_pickups/rgt.300x250|skin:nfl/photos/best_player_pickups/spon.1x1|spon:nfl/photos/best_player_pickups/spon.200x66'); sipg.ad ('1012/pinnacle-moments-2010-sports-year', 'rgt:photos/greatest_moments_of_the_year/rgt.300x250|skin:photos/greatest_moments_of_the_year/spon.1x1|spon:photos/greatest_moments_of_the_year/spon.200x66'); sipg.ad ('1012/like-father-like-son', 'rgt:nfl/photos/like_father_like_son/rgt.300x250|skin:|spon:'); sipg.ad ('1005/breakout.players.2010', 'rgt:photos/year_end/rgt.300x250|skin:|spon:photos/year_end/spon.200x66'); sipg.ad ('1012/pictures-of-the-year.1', 'rgt:photos/year_end/rgt.300x250|skin:|spon:photos/year_end/spon.200x66'); sipg.ad ('1012/2010-unsportsmen', 'rgt:photos/year_end/rgt.300x250|skin:|spon:photos/year_end/spon.200x66'); sipg.ad ('1003/biggest.retirements.2010', 'rgt:photos/year_end/rgt.300x250|skin:|spon:photos/year_end/spon.200x66'); sipg.ad ('1012/games-events-of-the-year', 'rgt:photos/year_end/rgt.300x250|skin:|spon:photos/year_end/spon.200x66'); sipg.ad ('1012/cfb-superfans-week', 'rgt:football_ncaa/photos/superfans/rgt.300x250|skin:football_ncaa/photos/superfans/spon.1x1|spon:football_ncaa/photos/superfans/spon.200x66'); sipg.ad ('1101/cfb-superfans-week', 'rgt:football_ncaa/photos/superfans/rgt.300x250|skin:football_ncaa/photos/superfans/spon.1x1|spon:football_ncaa/photos/superfans/spon.200x66'); sipg.ad ('1101/cfb-us-all-american-game', 'rgt:high_school/photos/all_american_bowl/rgt.300x250|skin:high_school/photos/all_american_bowl/spon.1x1|spon:high_school/photos/all_american_bowl/spon.200x66'); sipg.ad ('1102/nba-all-value-players', 'rgt:nba/photos/top_ranked/rgt.300x250|skin:nba/photos/top_ranked/spon.1x1|spon:nba/photos/top_ranked/spon.200x66'); sipg.ad ('0907/mlb.perfect.game.pitchers', 'rgt:mlb/photos/perfect_games/rgt.300x250|skin:mlb/photos/perfect_games/spon.1x1|spon:mlb/photos/perfect_games/spon.200x66'); sipg.ad ('1103/cbb-best-final-four-moments', 'rgt:basketball_ncaa/photos/ncaa_championship/rgt.300x250|skin:basketball_ncaa/photos/ncaa_championship/bg_skin|spon:basketball_ncaa/photos/ncaa_championship/spon.200x66'); sipg.ad ('1103/mlb-historical-good-calls', 'rgt:mlb/photos/good_decisions/rgt.300x250|skin:mlb/photos/good_decisions/spon.1x1|spon:mlb/photos/good_decisions/spon.200x66'); sipg.ad ('1104/sports-greatest-moments', 'rgt:photos/greatest_moments/rgt.300x250|skin:|spon:photos/greatest_moments/spon.200x66'); sipg.ad ('1105/137th-kentucky-derby-2011', 'rgt:/kentucky_derby/photos/race_to_finish/rgt.300x250.ad|skin:|spon:/kentucky_derby/photos/race_to_finish/spon.200x66.ad'); sipg.ad ('1105/kentucky.derby', 'rgt:kentucky_derby/photos/race_to_finish/rgt.300x250|skin:|spon:kentucky_derby/photos/race_to_finish/spon.200x66'); sipg.ad ('1105/mlb-top-players-boosting-their-team', 'rgt:mlb/photos/over_achievers/rgt.300x250|skin:mlb/photos/over_achievers/spon.1x1|spon:mlb/photos/over_achievers/spon.200x66'); sipg.ad ('1108/best-dressed-in-sports', 'rgt:photos/best_dressed/rgt.300x250|skin:photos/best_dressed/bg_skin2|spon:photos/best_dressed/spon.200x66'); sipg.ad ('1108/good-decisions', 'rgt:mlb/photos/good_decisions/rgt.300x250|skin:mlb/photos/good_decisions/spon.1x1|spon:mlb/photos/good_decisions/spon.200x66'); sipg.ad ('cfb-heisman-watch-week', 'rgt:football_ncaa/photos/heisman_watch/rgt.300x50|skin:football_ncaa/photos/heisman_watch/spon.1x1|spon:'); sipg.ad ('1109/painful-moments', 'rgt:photos/painful_moments/rgt.300x250|skin:|spon:photos/painful_moments/spon.200x66'); sipg.ad ('/1109/nba-greatest-teams', 'rgt:nba/photos/top_ranked/rgt.300x250|skin:nba/photos/top_ranked/bg_skin|spon:nba/photos/top_ranked/spon.200x66'); sipg.ad ('1109/olymipcs-olympians-to-watch', 'rgt:photos/olympians/rgt.300x250|skin:|spon:photos/olympians/spon.200x66'); sipg.ad ('1110/cfb-fathers-and-sons', 'rgt:football_ncaa/photos/father_and_son/rgt.300x250|skin:|spon:football_ncaa/photos/father_and_son/spon.200x66'); sipg.ad ('1111/si-photographer-favorite-pictures', 'rgt:photos/greatest_moments_of_the_year/rgt.300x250|skin:photos/greatest_moments_of_the_year/spon.1x1|spon:photos/greatest_moments_of_the_year/spon.200x66'); sipg.ad ('0912/si.sportsman.of.the.year.covers', 'rgt:sportsman/photos/feature/rgt.300x250|skin:sportsman/photos/feature/spon.1x1|spon:sportsman/photos/feature/spon.200x66'); sipg.ad ('1112/corruption-in-sports', 'rgt:more_sports/photos/corruption_in_sports/rgt.300x250|skin:more_sports/photos/corruption_in_sports/spon.1x1|spon:more_sports/photos/corruption_in_sports/spon.200x66'); sipg.ad ('1203/mlb-first-pitches-2012', 'rgt:mlb/photos/opening_day/rgt.300x250|skin:|spon:mlb/photos/opening_day/spon.200x66'); sipg.ad ('1203/mlb-opening-day-fans-2012', 'rgt:mlb/photos/opening_day/rgt.300x250|skin:|spon:mlb/photos/opening_day/spon.200x66'); sipg.ad ('1203/mlb-opening-day-photos-2012', 'rgt:mlb/photos/opening_day/rgt.300x250|skin:|spon:mlb/photos/opening_day/spon.200x66'); sipg.ad ('1203/mlb-fenway-park-classic-100-years', 'rgt:mlb/photos/historic_moments/rgt.300x250|skin:mlb/photos/historic_moments/spon.1x1|spon:mlb/photos/historic_moments/spon.200x66'); sipg.ad ('1204/leading-off-040912', 'rgt:photos/masters/rgt.300x250|skin:photos/masters/spon.1x1|spon:photos/masters/spon.200x66'); sipg.ad ('0905/nba.best.playoff.series', 'rgt:|skin:|spon:photos/masters/spon.200x66'); sipg.ad ('/1109/nba-greatest-teams', 'rgt:nba/photos/top_ranked/rgt.300x250|skin:nba/photos/top_ranked/bg_skin|spon:nba/photos/top_ranked/spon.200x66|inter:nba/photos/top_ranked/spon.1x1'); adFactory.setParam( 'sport', 'collegebasketball' ); var cnnRelatedGalleries = [ { "headline" : "Notable Jordan Brand Classic Alumni", "path" : "/highschool/photos/7001/notable-jordan-brand-classic-alumni/", "date" : "04-12-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130412110052-00-carmelo-anthony-thumb-gallery---thumbnail.jpg", "count" : "16", "type" : "photo" } , { "headline" : "2013 NCAA Championship Game", "path" : "/college-basketball/photos/1304/2013-ncaa-championship-game/", "date" : "04-09-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130408232708-atlanta-thumbnail-gallery---thumbnail.jpg", "count" : "20", "type" : "photo" } , { "headline" : "March Sadness", "path" : "/college-basketball/photos/1304/march-sadness/", "date" : "04-09-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130409045452-sadness-thumb-gallery---thumbnail.jpg", "count" : "31", "type" : "photo" } , { "headline" : "Best Shots of the 2013 Final Four", "path" : "/college-basketball/photos/1304/sis-best-shots-of-the-2013-final-four/", "date" : "04-07-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130406213110-louisville-thumb-gallery---thumbnail.jpg", "count" : "20", "type" : "photo" } , { "headline" : "Final Four Cheerleaders", "path" : "/college-basketball/photos/1304/final-four-cheerleaders/", "date" : "04-04-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130405093739-00-michican-wolverines-cheerleader-thumb-gallery---thumbnail.jpg", "count" : "40", "type" : "photo" } , { "headline" : "Schools with Dual Final Four Teams", "path" : "/college-basketball/photos/7001/schools-with-dual-final-four-teams/", "date" : "04-03-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130403113130-00-uconn-taurasi-okafor-thumb-gallery---thumbnail.jpg", "count" : "10", "type" : "photo" } , { "headline" : "Road to the Final Four", "path" : "/college-basketball/photos/1303/road-to-the-final-four/", "date" : "04-01-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130331212823-louisville-thumb-gallery---thumbnail.jpg", "count" : "36", "type" : "photo" } , { "headline" : "Final Fours With Just One No. 1 Seed", "path" : "/college-basketball/photos/7001/final-fours-with-just-one-no-1-seed/", "date" : "03-31-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130331195714-0000-seeds-thumb-gallery---thumbnail.jpg", "count" : "13", "type" : "photo" } , { "headline" : "Ten Most Unlikely Final Four Teams", "path" : "/college-basketball/photos/7001/ten-most-unlikely-final-four-teams/", "date" : "03-31-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130330214950-wichita-state-thumb-gallery---thumbnail.jpg", "count" : "10", "type" : "photo" } , { "headline" : "NCAA Tournament Cheerleaders: West", "path" : "/college-basketball/photos/1303/ncaa-tournament-cheerleaders-west-region-bracket/", "date" : "03-28-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130328143140-00-arizona-cheerleader-thumb-gallery---thumbnail.jpg", "count" : "30", "type" : "photo" } , { "headline" : "NCAA Tournament Cheerleaders: East", "path" : "/college-basketball/photos/1303/ncaa-tournament-cheerleaders-east-region-bracket/", "date" : "03-27-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130327165902-00-cal-cheerleader-thumb-gallery---thumbnail.jpg", "count" : "40", "type" : "photo" } , { "headline" : "NCAA Tournament Cheerleaders: Midwest", "path" : "/college-basketball/photos/1303/ncaa-tournament-cheerleaders-midwest-region-bracket/", "date" : "03-26-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130326141201-00-oregon-cheerleader-thumb-gallery---thumbnail.jpg", "count" : "50", "type" : "photo" } , { "headline" : "March Madness Popular Players", "path" : "/college-basketball/photos/1303/march-madness-popular-players/", "date" : "03-26-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130325154442-00-florida-gulf-coast-sherwood-brown-thumb-gallery---thumbnail.jpg", "count" : "20", "type" : "photo" } , { "headline" : "Biggest Tournament Upsets", "path" : "/college-basketball/photos/1303/biggest-tournament-upsets/", "date" : "03-25-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130322003122-00-harvard-laurent-rivard-thumb-gallery---thumbnail.jpg", "count" : "17", "type" : "photo" } , { "headline" : "The Road to the Sweet 16", "path" : "/college-basketball/photos/1303/the-road-to-the-sweet-16/", "date" : "03-25-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130325143225-thumb-j-op63-35085-mid-gallery---thumbnail.jpg", "count" : "49", "type" : "photo" } , { "headline" : "NCAA Tournament Cheerleaders: South", "path" : "/college-basketball/photos/1303/ncaa-tournament-cheerleaders-south-region-bracket/", "date" : "03-25-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130325141941-00-ucla-cheerleader-thumb-gallery---thumbnail.jpg", "count" : "50", "type" : "photo" } , { "headline" : "2013 NCAA Basketball Tournament", "path" : "/college-basketball/photos/1303/2013-ncaa-basketball-tournament/", "date" : "03-23-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130322133107-thumb-2op78-338-mid-gallery---thumbnail.jpg", "count" : "68", "type" : "photo" } , { "headline" : "Iconic Tournament Teams", "path" : "/college-basketball/photos/1303/iconic-tournament-teams/", "date" : "03-22-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130314133237-00-michigan-fab-five-thumb-gallery---thumbnail.jpg", "count" : "15", "type" : "photo" } , { "headline" : "Voices of March Madness", "path" : "/college-basketball/photos/1303/voices-of-march-madness-broadcasters/", "date" : "03-18-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130312141434-thumb-dick-vitale-gallery---thumbnail.jpg", "count" : "17", "type" : "photo" } , { "headline" : "Top 10 Fighting Irish of All Time", "path" : "/main/photos/7001/top-10-notre-dame-fighting-irish-all-time/", "date" : "03-15-2013", "thumb" : "http://i2.cdn.turner.com/si/dam/assets/130315174206-00-paul-hornung-thumb-gallery---thumbnail.jpg", "count" : "10", "type" : "photo" } ]; sipg.prevPage = 'content.19.html'; sipg.nextPage = 'content.21.html'; sipg.galleryThumb = 'http://i.cdn.turner.com/si/.e1d/img/4.0/global/logos/si_100x100.jpg'; sipg.init(sipg.prevPage, sipg.nextPage, true);
SI.com Home SI Photos
cnnad_rendergalleryad( "", "spon" );
cnnad_rendergalleryad( "", "top" );

Classic NCAA Tournament Photos

Alonzo Mourning
Photo: Manny Millan/SI
var facebookLikeUrl; if (cnnPage.path.search('http://') == -1) { facebookLikeUrl = 'http://sportsillustrated.cnn.com'+cnnPage.path } else { facebookLikeUrl = cnnPage.path } iframeHtml = ''; document.write( iframeHtml );

Alonzo Mourning

1989

Georgetown's Alonzo Mourning blocks a shot during the Hoyas' one-point victory over Princeton in the opening round of the 1989 NCAA tournament.
adFactory.getMultiAd(new Array("300x250", "300x600")).write();
adFactory.getAd(238, 90).write();

More Galleries

Most Recent: Most Popular: Related:
    sipg.showRelatedGalleries(cnnRelatedGalleries);
Facebook Twitter Mobile Podcast RSS Tablet Subscribe Get SI to Go using the following services
SI.com
Hot Topics: Oklahoma Tweets Red Wings MMQB NBA Combine Johnny Cueto Patrick Roy NBA Playoffs
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', }); }; })(); */
sipg.prerollCheck();